@loftyshaky/shared-app 2.1.0 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (553) hide show
  1. package/LICENSE.md +1 -1
  2. package/_locales/en/messages.json +416 -281
  3. package/_locales/ru/messages.json +272 -215
  4. package/announcement.mjs +1 -0
  5. package/app.mjs +1 -0
  6. package/build/ps1/extension_build_all_prod.ps1 +18 -0
  7. package/build/ps1/extension_build_all_prod_test.ps1 +28 -0
  8. package/build/ps1/extension_pub.ps1 +6 -0
  9. package/build/ps1/fix_cur.ps1 +2 -0
  10. package/build/ps1/fix_cur_scss.ps1 +2 -0
  11. package/build/ts/apps.d.ts +11 -0
  12. package/build/ts/apps.mjs +1 -0
  13. package/build/ts/dependencies.d.ts +47 -0
  14. package/build/ts/dependencies.mjs +303 -0
  15. package/build/ts/env.d.ts +5 -0
  16. package/build/ts/env.mjs +1 -0
  17. package/build/ts/ext/manifest.d.ts +12 -0
  18. package/build/ts/ext/manifest.mjs +1 -0
  19. package/build/ts/interfaces/vite_plugin_static_copy_item.d.ts +4 -0
  20. package/build/ts/locales.d.ts +10 -0
  21. package/build/ts/locales.mjs +1 -0
  22. package/build/ts/minify_html.d.ts +4 -0
  23. package/build/ts/plugins/replace.d.ts +9 -0
  24. package/build/ts/plugins/watch.d.ts +12 -0
  25. package/build/ts/plugins/watch.mjs +1 -0
  26. package/build/ts/project_name.d.ts +6 -0
  27. package/build/ts/project_name.mjs +1 -0
  28. package/build/ts/projects_path.d.ts +2 -0
  29. package/build/ts/projects_path.mjs +1 -0
  30. package/build/ts/static_assets.d.ts +5 -0
  31. package/build/ts/vite.config.d.ts +84 -0
  32. package/build/ts/vite.config.mjs +48 -0
  33. package/chunks/__vite-browser-external.mjs +1 -0
  34. package/chunks/_baseUniq.mjs +1 -0
  35. package/chunks/_defineProperty.mjs +1 -0
  36. package/chunks/chunk.mjs +1 -0
  37. package/chunks/debounce.mjs +1 -0
  38. package/chunks/internal.mjs +2 -0
  39. package/chunks/internal2.mjs +35 -0
  40. package/chunks/isArrayLikeObject.mjs +1 -0
  41. package/chunks/isSymbol.mjs +1 -0
  42. package/chunks/last.mjs +1 -0
  43. package/chunks/lib.mjs +7 -0
  44. package/chunks/merge.mjs +1 -0
  45. package/chunks/pickr.min.mjs +1 -0
  46. package/dependencies.json +116 -0
  47. package/dependencies.mjs +1 -0
  48. package/ext.mjs +1 -0
  49. package/html/announcement.html +1 -15
  50. package/html/dependencies.html +1 -13
  51. package/inputs.mjs +1 -0
  52. package/package.json +44 -2
  53. package/scss/announcement/body.scss +5 -3
  54. package/scss/announcement/index.scss +3 -3
  55. package/scss/announcement/main.scss +4 -2
  56. package/scss/dependencies/body.scss +3 -3
  57. package/scss/dependencies/hr.scss +3 -3
  58. package/scss/dependencies/index.scss +5 -5
  59. package/scss/dependencies/links.scss +3 -3
  60. package/scss/dependencies/main.scss +3 -3
  61. package/scss/settings/index.scss +6 -6
  62. package/scss/settings/main.scss +19 -18
  63. package/scss/settings/section_btns.scss +4 -1
  64. package/scss/settings/sections.scss +48 -45
  65. package/scss/settings/transitions.scss +11 -11
  66. package/scss/shared/btns.scss +47 -66
  67. package/scss/shared/checkboxes.scss +11 -8
  68. package/scss/shared/close_btn.scss +7 -4
  69. package/scss/shared/color_pickers.scss +11 -8
  70. package/scss/shared/colors.scss +16 -12
  71. package/scss/shared/crash_handler.scss +39 -36
  72. package/scss/shared/embed/error.scss +116 -113
  73. package/scss/shared/embed/hidden_roots.scss +3 -3
  74. package/scss/shared/embed/loading_screen.scss +35 -36
  75. package/scss/shared/firefox.scss +31 -0
  76. package/scss/shared/focus.scss +13 -9
  77. package/scss/shared/group.scss +9 -2
  78. package/scss/shared/help.scss +80 -69
  79. package/scss/shared/hr.scss +8 -6
  80. package/scss/shared/icon_btns.scss +18 -0
  81. package/scss/shared/index.scss +35 -34
  82. package/scss/shared/input_btns.scss +7 -2
  83. package/scss/shared/input_error.scss +3 -1
  84. package/scss/shared/inputs.scss +48 -18
  85. package/scss/shared/inset_border.scss +15 -13
  86. package/scss/shared/link_btns.scss +17 -11
  87. package/scss/shared/links.scss +25 -23
  88. package/scss/shared/main.scss +12 -0
  89. package/scss/shared/mixins.scss +193 -184
  90. package/scss/shared/mods.scss +51 -45
  91. package/scss/shared/offers.scss +23 -5
  92. package/scss/shared/range.scss +51 -43
  93. package/scss/shared/scrollbar.scss +7 -4
  94. package/scss/shared/selects.scss +32 -26
  95. package/scss/shared/side_btns.scss +4 -0
  96. package/scss/shared/text.scss +9 -20
  97. package/scss/shared/themes/colors/aqua.scss +54 -47
  98. package/scss/shared/themes/colors/blaze.scss +55 -0
  99. package/scss/shared/themes/colors/clover.scss +55 -0
  100. package/scss/shared/themes/colors/dark.scss +63 -53
  101. package/scss/shared/themes/colors/lavender.scss +52 -47
  102. package/scss/shared/themes/colors/light.scss +63 -53
  103. package/scss/shared/themes/colors/ruby.scss +55 -0
  104. package/scss/shared/themes/colors/very_dark.scss +61 -53
  105. package/scss/shared/themes/general/aqua_theme.scss +4 -6
  106. package/scss/shared/themes/general/blaze_theme.scss +7 -0
  107. package/scss/shared/themes/general/clover_theme.scss +7 -0
  108. package/scss/shared/themes/general/dark_theme.scss +10 -9
  109. package/scss/shared/themes/general/lavender_theme.scss +4 -6
  110. package/scss/shared/themes/general/light_theme.scss +10 -9
  111. package/scss/shared/themes/general/ruby_theme.scss +7 -0
  112. package/scss/shared/themes/general/template.scss +111 -92
  113. package/scss/shared/themes/general/template_focus.scss +15 -15
  114. package/scss/shared/themes/general/very_dark_theme.scss +10 -9
  115. package/scss/shared/transitions.scss +57 -58
  116. package/scss/shared/upload_box.scss +18 -12
  117. package/scss/shared/vars.scss +21 -32
  118. package/settings.mjs +1 -0
  119. package/shared.mjs +1 -0
  120. package/shared_clean.mjs +1 -0
  121. package/{ts → src/ts}/announcement/components/body.d.ts +0 -1
  122. package/src/ts/announcement/components/index.d.ts +1 -0
  123. package/src/ts/announcement.d.ts +1 -0
  124. package/src/ts/app.d.ts +1 -0
  125. package/src/ts/custom.d.ts +68 -0
  126. package/{ts → src/ts}/dependencies/components/body.d.ts +0 -1
  127. package/src/ts/dependencies/components/index.d.ts +1 -0
  128. package/src/ts/dependencies/scripts/index.d.ts +1 -0
  129. package/src/ts/dependencies.d.ts +1 -0
  130. package/src/ts/error_modules/crash_handler/components/body.d.ts +5 -0
  131. package/src/ts/error_modules/crash_handler/components/index.d.ts +1 -0
  132. package/{ts → src/ts}/error_modules/crash_handler/components/prop_types/body.d.ts +1 -0
  133. package/src/ts/error_modules/crash_handler/components/prop_types/index.d.ts +1 -0
  134. package/src/ts/error_modules/crash_handler/data/index.d.ts +1 -0
  135. package/src/ts/error_modules/crash_handler/scripts/index.d.ts +1 -0
  136. package/src/ts/error_modules/css/scripts/index.d.ts +1 -0
  137. package/{ts → src/ts}/error_modules/error/components/body.d.ts +0 -1
  138. package/{ts → src/ts}/error_modules/error/components/close_btn.d.ts +0 -1
  139. package/{ts → src/ts}/error_modules/error/components/ext_name.d.ts +0 -1
  140. package/src/ts/error_modules/error/components/index.d.ts +6 -0
  141. package/{ts → src/ts}/error_modules/error/components/keep_visible_msg.d.ts +0 -1
  142. package/{ts → src/ts}/error_modules/error/components/msg.d.ts +0 -1
  143. package/{ts → src/ts}/error_modules/error/components/progress.d.ts +0 -1
  144. package/src/ts/error_modules/error/components/prop_types/index.d.ts +1 -0
  145. package/src/ts/error_modules/error/data/index.d.ts +4 -0
  146. package/src/ts/error_modules/error/scripts/index.d.ts +3 -0
  147. package/{ts → src/ts}/error_modules/error/scripts/notification.d.ts +1 -1
  148. package/{ts → src/ts}/error_modules/internal.d.ts +0 -3
  149. package/{ts → src/ts}/error_modules_clean/error/data/error.d.ts +9 -0
  150. package/src/ts/error_modules_clean/error/data/index.d.ts +1 -0
  151. package/src/ts/error_modules_clean/error/interfaces/index.d.ts +11 -0
  152. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_unable_to_access_settings_error.d.ts +0 -2
  153. package/src/ts/error_modules_clean/error/scripts/index.d.ts +1 -0
  154. package/{ts → src/ts}/error_modules_clean/internal.d.ts +0 -2
  155. package/src/ts/ext.d.ts +1 -0
  156. package/{ts → src/ts}/inputs/color/components/body.d.ts +0 -1
  157. package/{ts → src/ts}/inputs/color/components/color_picker.d.ts +0 -1
  158. package/{ts → src/ts}/inputs/color/components/fill_shadow.d.ts +0 -1
  159. package/src/ts/inputs/color/components/index.d.ts +4 -0
  160. package/src/ts/inputs/color/components/prop_types/color_picker.d.ts +7 -0
  161. package/src/ts/inputs/color/components/prop_types/index.d.ts +4 -0
  162. package/{ts → src/ts}/inputs/color/components/prop_types/visualization.d.ts +1 -1
  163. package/{ts → src/ts}/inputs/color/components/visualization.d.ts +0 -1
  164. package/{ts → src/ts}/inputs/color/data/color.d.ts +2 -2
  165. package/src/ts/inputs/color/data/index.d.ts +2 -0
  166. package/{ts → src/ts}/inputs/color/data/visibility.d.ts +2 -2
  167. package/{ts → src/ts}/inputs/color/interfaces/color_picker_state.d.ts +1 -1
  168. package/src/ts/inputs/color/interfaces/index.d.ts +3 -0
  169. package/{ts → src/ts}/inputs/color/obj/color.d.ts +12 -12
  170. package/src/ts/inputs/color/obj/index.d.ts +1 -0
  171. package/{ts → src/ts}/inputs/color/scripts/color_picker.d.ts +2 -2
  172. package/src/ts/inputs/color/scripts/index.d.ts +2 -0
  173. package/{ts → src/ts}/inputs/components/btn.d.ts +0 -1
  174. package/{ts → src/ts}/inputs/components/checkbox.d.ts +0 -1
  175. package/{ts → src/ts}/inputs/components/file.d.ts +0 -1
  176. package/{ts → src/ts}/inputs/components/form.d.ts +0 -1
  177. package/{ts → src/ts}/inputs/components/group.d.ts +0 -1
  178. package/{ts → src/ts}/inputs/components/help.d.ts +0 -1
  179. package/{ts → src/ts}/inputs/components/help_btn.d.ts +0 -1
  180. package/{ts → src/ts}/inputs/components/hr.d.ts +0 -1
  181. package/{ts → src/ts}/inputs/components/icon_btn.d.ts +0 -1
  182. package/src/ts/inputs/components/index.d.ts +27 -0
  183. package/{ts → src/ts}/inputs/components/input_error.d.ts +0 -1
  184. package/{ts → src/ts}/inputs/components/input_item.d.ts +0 -1
  185. package/{ts → src/ts}/inputs/components/label.d.ts +0 -1
  186. package/{ts → src/ts}/inputs/components/label_in_input_item.d.ts +0 -1
  187. package/{ts → src/ts}/inputs/components/link.d.ts +0 -1
  188. package/{ts → src/ts}/inputs/components/link_btn.d.ts +0 -1
  189. package/{ts → src/ts}/inputs/components/link_icon_btn.d.ts +0 -1
  190. package/{ts → src/ts}/inputs/components/prop_types/checkbox.d.ts +1 -0
  191. package/{ts → src/ts}/inputs/components/prop_types/form.d.ts +1 -1
  192. package/{ts → src/ts}/inputs/components/prop_types/group.d.ts +2 -1
  193. package/{ts → src/ts}/inputs/components/prop_types/help.d.ts +1 -1
  194. package/{ts → src/ts}/inputs/components/prop_types/help_btn.d.ts +1 -1
  195. package/{ts → src/ts}/inputs/components/prop_types/icon_btn.d.ts +1 -0
  196. package/src/ts/inputs/components/prop_types/index.d.ts +27 -0
  197. package/{ts → src/ts}/inputs/components/prop_types/input_item.d.ts +1 -0
  198. package/{ts → src/ts}/inputs/components/prop_types/range.d.ts +1 -0
  199. package/{ts → src/ts}/inputs/components/prop_types/section_content.d.ts +1 -1
  200. package/{ts → src/ts}/inputs/components/prop_types/select.d.ts +1 -0
  201. package/src/ts/inputs/components/prop_types/side_btn.d.ts +9 -0
  202. package/src/ts/inputs/components/prop_types/side_btns.d.ts +4 -0
  203. package/{ts → src/ts}/inputs/components/prop_types/text.d.ts +2 -0
  204. package/{ts → src/ts}/inputs/components/prop_types/textarea.d.ts +1 -0
  205. package/{ts → src/ts}/inputs/components/prop_types/upload_box.d.ts +1 -0
  206. package/{ts → src/ts}/inputs/components/range.d.ts +0 -1
  207. package/{ts → src/ts}/inputs/components/section.d.ts +0 -1
  208. package/{ts → src/ts}/inputs/components/section_btn.d.ts +0 -1
  209. package/{ts → src/ts}/inputs/components/section_content.d.ts +0 -1
  210. package/{ts → src/ts}/inputs/components/select.d.ts +0 -1
  211. package/src/ts/inputs/components/side_btn.d.ts +2 -0
  212. package/src/ts/inputs/components/side_btns.d.ts +2 -0
  213. package/{ts → src/ts}/inputs/components/text.d.ts +0 -1
  214. package/{ts → src/ts}/inputs/components/text_btn.d.ts +0 -1
  215. package/{ts → src/ts}/inputs/components/textarea.d.ts +0 -1
  216. package/{ts → src/ts}/inputs/components/upload_box.d.ts +0 -1
  217. package/{ts → src/ts}/inputs/data/help.d.ts +4 -1
  218. package/src/ts/inputs/data/index.d.ts +12 -0
  219. package/{ts → src/ts}/inputs/data/input_width.d.ts +4 -2
  220. package/src/ts/inputs/data/label_in_input_item.d.ts +26 -0
  221. package/{ts/inputs/data/label_in_input_item.d.ts → src/ts/inputs/data/section_btn.d.ts} +4 -4
  222. package/src/ts/inputs/data/side_btn.d.ts +19 -0
  223. package/src/ts/inputs/data/tab_index.d.ts +11 -0
  224. package/{ts → src/ts}/inputs/data/text.d.ts +1 -6
  225. package/src/ts/inputs/data/text_title.d.ts +16 -0
  226. package/{ts → src/ts}/inputs/data/upload_box.d.ts +0 -3
  227. package/{ts → src/ts}/inputs/data/val.d.ts +13 -6
  228. package/src/ts/inputs/interfaces/index.d.ts +12 -0
  229. package/{ts → src/ts}/inputs/interfaces/input.d.ts +1 -1
  230. package/src/ts/inputs/interfaces/input_and_link.d.ts +2 -0
  231. package/src/ts/inputs/interfaces/inputs_and_links.d.ts +2 -0
  232. package/src/ts/inputs/interfaces/side_btn.d.ts +8 -0
  233. package/{ts → src/ts}/inputs/obj/btn.d.ts +2 -1
  234. package/{ts → src/ts}/inputs/obj/checkbox.d.ts +2 -1
  235. package/{ts → src/ts}/inputs/obj/file.d.ts +2 -2
  236. package/{ts → src/ts}/inputs/obj/form.d.ts +2 -2
  237. package/src/ts/inputs/obj/group.d.ts +17 -0
  238. package/{ts → src/ts}/inputs/obj/hr.d.ts +2 -1
  239. package/src/ts/inputs/obj/icon_btn.d.ts +7 -0
  240. package/src/ts/inputs/obj/index.d.ts +18 -0
  241. package/{ts → src/ts}/inputs/obj/input_base.d.ts +34 -5
  242. package/{ts → src/ts}/inputs/obj/label.d.ts +1 -1
  243. package/{ts → src/ts}/inputs/obj/link.d.ts +5 -3
  244. package/src/ts/inputs/obj/link_btn.d.ts +5 -0
  245. package/{ts → src/ts}/inputs/obj/range.d.ts +1 -1
  246. package/{ts → src/ts}/inputs/obj/section.d.ts +4 -3
  247. package/src/ts/inputs/obj/select.d.ts +9 -0
  248. package/{ts → src/ts}/inputs/obj/text.d.ts +8 -4
  249. package/{ts → src/ts}/inputs/obj/textarea.d.ts +1 -1
  250. package/{ts → src/ts}/inputs/obj/upload_box.d.ts +1 -1
  251. package/src/ts/inputs/scripts/index.d.ts +4 -0
  252. package/src/ts/inputs/scripts/resolve.d.ts +8 -0
  253. package/src/ts/inputs/scripts/text.d.ts +17 -0
  254. package/src/ts/inputs/scripts/textarea.d.ts +12 -0
  255. package/src/ts/inputs.d.ts +1 -0
  256. package/{ts → src/ts}/settings/components/body.d.ts +0 -1
  257. package/src/ts/settings/components/index.d.ts +1 -0
  258. package/src/ts/settings/components/prop_types/index.d.ts +1 -0
  259. package/src/ts/settings/developer_mode/data/index.d.ts +1 -0
  260. package/src/ts/settings/optional_permissions/data/index.d.ts +1 -0
  261. package/{ts → src/ts}/settings/optional_permissions/data/permission.d.ts +5 -2
  262. package/src/ts/settings/optional_permissions/interfaces/index.d.ts +2 -0
  263. package/src/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +4 -0
  264. package/src/ts/settings/sections/data/index.d.ts +1 -0
  265. package/{ts → src/ts}/settings/sections/data/sections.d.ts +9 -5
  266. package/{ts/settings/sections/data → src/ts/settings/sections/scripts}/back_up.d.ts +4 -2
  267. package/src/ts/settings/sections/scripts/index.d.ts +3 -0
  268. package/src/ts/settings/sections/scripts/sections.d.ts +8 -0
  269. package/src/ts/settings.d.ts +1 -0
  270. package/{ts → src/ts}/shared/app_version/components/body.d.ts +0 -1
  271. package/src/ts/shared/app_version/components/index.d.ts +1 -0
  272. package/src/ts/shared/app_version/data/app_version.d.ts +9 -0
  273. package/src/ts/shared/app_version/data/index.d.ts +1 -0
  274. package/{ts → src/ts}/shared/data/data/cache.d.ts +6 -5
  275. package/src/ts/shared/data/data/index.d.ts +2 -0
  276. package/{ts → src/ts}/shared/data/data/settings.d.ts +5 -2
  277. package/{ts → src/ts}/shared/internal.d.ts +1 -2
  278. package/{ts → src/ts}/shared/loading_screen/components/body.d.ts +0 -1
  279. package/src/ts/shared/loading_screen/components/index.d.ts +1 -0
  280. package/src/ts/shared/loading_screen/components/prop_types/index.d.ts +1 -0
  281. package/src/ts/shared/loading_screen/data/index.d.ts +1 -0
  282. package/src/ts/shared/loading_screen/scripts/index.d.ts +2 -0
  283. package/{ts → src/ts}/shared/offers/components/ad_label.d.ts +0 -1
  284. package/{ts → src/ts}/shared/offers/components/body.d.ts +0 -1
  285. package/{ts → src/ts}/shared/offers/components/counter.d.ts +0 -1
  286. package/src/ts/shared/offers/components/index.d.ts +7 -0
  287. package/{ts → src/ts}/shared/offers/components/next_offer_btn.d.ts +0 -1
  288. package/{ts → src/ts}/shared/offers/components/offer.d.ts +0 -1
  289. package/{ts → src/ts}/shared/offers/components/previous_offer_btn.d.ts +0 -1
  290. package/src/ts/shared/offers/components/prop_types/index.d.ts +2 -0
  291. package/{ts → src/ts}/shared/offers/components/top_bar.d.ts +0 -1
  292. package/src/ts/shared/offers/data/index.d.ts +1 -0
  293. package/{ts → src/ts}/shared/offers/data/offers.d.ts +1 -1
  294. package/src/ts/shared/offers/interfaces/index.d.ts +1 -0
  295. package/src/ts/shared/offers/obj/index.d.ts +1 -0
  296. package/{ts → src/ts}/shared/offers/obj/offer.d.ts +1 -0
  297. package/src/ts/shared/offers/scripts/index.d.ts +1 -0
  298. package/src/ts/shared/schema/data/index.d.ts +1 -0
  299. package/{ts → src/ts}/shared/schema/data/schema.d.ts +4 -4
  300. package/src/ts/shared/tab_index/interfaces/index.d.ts +1 -0
  301. package/{ts → src/ts}/shared/tab_index/interfaces/set_Input_type_event.d.ts +1 -1
  302. package/src/ts/shared/tab_index/scripts/index.d.ts +1 -0
  303. package/{ts → src/ts}/shared/tab_index/scripts/tab_index.d.ts +1 -1
  304. package/src/ts/shared/tr/components/base_tr.d.ts +4 -0
  305. package/src/ts/shared/tr/components/index.d.ts +1 -0
  306. package/{ts → src/ts}/shared/tr/components/prop_types/base_tr.d.ts +4 -4
  307. package/src/ts/shared/tr/components/prop_types/index.d.ts +1 -0
  308. package/src/ts/shared/tr/data/index.d.ts +1 -0
  309. package/{ts → src/ts}/shared/tr/data/transition.d.ts +4 -5
  310. package/src/ts/shared/tr/interfaces/index.d.ts +1 -0
  311. package/src/ts/shared/tr/obj/index.d.ts +1 -0
  312. package/src/ts/shared.d.ts +3 -0
  313. package/src/ts/shared_clean/announcement/scripts/index.d.ts +1 -0
  314. package/{ts → src/ts}/shared_clean/app.d.ts +5 -2
  315. package/src/ts/shared_clean/color/interfaces/index.d.ts +1 -0
  316. package/src/ts/shared_clean/color/scripts/index.d.ts +1 -0
  317. package/src/ts/shared_clean/css_vars/scripts/index.d.ts +1 -0
  318. package/src/ts/shared_clean/data/data/index.d.ts +1 -0
  319. package/{ts → src/ts}/shared_clean/data/data/settings.d.ts +6 -10
  320. package/src/ts/shared_clean/data/interfaces/index.d.ts +1 -0
  321. package/{ts → src/ts}/shared_clean/data/scripts/cache.d.ts +8 -7
  322. package/src/ts/shared_clean/data/scripts/index.d.ts +3 -0
  323. package/{ts → src/ts}/shared_clean/data/scripts/settings.d.ts +1 -1
  324. package/{ts → src/ts}/shared_clean/data/scripts/sync.d.ts +1 -1
  325. package/{ts/shared/title/scripts/title.d.ts → src/ts/shared_clean/env/scripts/env.d.ts} +2 -2
  326. package/src/ts/shared_clean/env/scripts/index.d.ts +1 -0
  327. package/{ts → src/ts}/shared_clean/ext.d.ts +4 -4
  328. package/src/ts/shared_clean/functions.d.ts +5 -0
  329. package/{ts → src/ts}/shared_clean/internal.d.ts +3 -3
  330. package/src/ts/shared_clean/links/interfaces/browser.d.ts +8 -0
  331. package/src/ts/shared_clean/links/interfaces/index.d.ts +1 -0
  332. package/src/ts/shared_clean/links/scripts/browser.d.ts +9 -0
  333. package/src/ts/shared_clean/links/scripts/index.d.ts +1 -0
  334. package/src/ts/shared_clean/no_tr/scripts/index.d.ts +1 -0
  335. package/src/ts/shared_clean/schema/data/index.d.ts +1 -0
  336. package/{ts → src/ts}/shared_clean/schema/data/schema.d.ts +8 -8
  337. package/src/ts/shared_clean/schema/obj/index.d.ts +1 -0
  338. package/{ts → src/ts}/shared_clean/schema/obj/transform_item.d.ts +2 -1
  339. package/src/ts/shared_clean/service_worker/scripts/index.d.ts +1 -0
  340. package/{ts → src/ts}/shared_clean/service_worker/scripts/service_worker.d.ts +0 -1
  341. package/src/ts/shared_clean/t.d.ts +52 -0
  342. package/src/ts/shared_clean/theme/scripts/index.d.ts +1 -0
  343. package/src/ts/shared_clean/title/scripts/index.d.ts +1 -0
  344. package/src/ts/shared_clean/utils/scripts/index.d.ts +1 -0
  345. package/src/ts/shared_clean/viewport/scripts/index.d.ts +1 -0
  346. package/{ts → src/ts}/shared_clean/x.d.ts +11 -7
  347. package/{shared_clean.d.ts → src/ts/shared_clean.d.ts} +2 -2
  348. package/announcement.d.ts +0 -2
  349. package/announcement.js +0 -5
  350. package/app.d.ts +0 -1
  351. package/app.js +0 -5
  352. package/chunk-error.js +0 -5
  353. package/chunk-index.js +0 -5
  354. package/chunk-merge.js +0 -5
  355. package/chunk-pickr.min.js +0 -5
  356. package/chunk-title.js +0 -14
  357. package/chunk-viewport.js +0 -5
  358. package/dependencies.d.ts +0 -2
  359. package/dependencies.js +0 -5
  360. package/dependencies.txt +0 -851
  361. package/ext.d.ts +0 -1
  362. package/ext.js +0 -5
  363. package/globals.d.ts +0 -52
  364. package/inputs.d.ts +0 -2
  365. package/inputs.js +0 -5
  366. package/js/apps.js +0 -70
  367. package/js/dependencies.js +0 -60
  368. package/js/env.js +0 -24
  369. package/js/ext/manifest.js +0 -58
  370. package/js/locales.js +0 -66
  371. package/js/package/plugins/rollup-plugin-copy.js +0 -169
  372. package/js/package/plugins/watcher.js +0 -56
  373. package/js/package/terser.js +0 -18
  374. package/js/project_name.js +0 -5
  375. package/js/projects_path.js +0 -5
  376. package/js/task_scheduler.js +0 -45
  377. package/js/tsc_alias.js +0 -19
  378. package/js/webpack.config.js +0 -201
  379. package/scss/shared/functions.scss +0 -5
  380. package/settings.d.ts +0 -2
  381. package/settings.js +0 -5
  382. package/shared.d.ts +0 -4
  383. package/shared.js +0 -5
  384. package/shared_clean.js +0 -5
  385. package/ts/announcement/components/index.d.ts +0 -1
  386. package/ts/dependencies/components/index.d.ts +0 -1
  387. package/ts/dependencies/scripts/index.d.ts +0 -1
  388. package/ts/error_modules/crash_handler/components/body.d.ts +0 -52
  389. package/ts/error_modules/crash_handler/components/index.d.ts +0 -1
  390. package/ts/error_modules/crash_handler/components/prop_types/index.d.ts +0 -1
  391. package/ts/error_modules/crash_handler/data/index.d.ts +0 -1
  392. package/ts/error_modules/crash_handler/scripts/index.d.ts +0 -1
  393. package/ts/error_modules/css/scripts/index.d.ts +0 -1
  394. package/ts/error_modules/error/components/index.d.ts +0 -6
  395. package/ts/error_modules/error/components/prop_types/index.d.ts +0 -1
  396. package/ts/error_modules/error/data/index.d.ts +0 -4
  397. package/ts/error_modules/error/scripts/index.d.ts +0 -3
  398. package/ts/error_modules_clean/error/data/index.d.ts +0 -1
  399. package/ts/error_modules_clean/error/interfaces/index.d.ts +0 -11
  400. package/ts/error_modules_clean/error/scripts/index.d.ts +0 -1
  401. package/ts/inputs/color/components/index.d.ts +0 -4
  402. package/ts/inputs/color/components/prop_types/color_picker.d.ts +0 -7
  403. package/ts/inputs/color/components/prop_types/index.d.ts +0 -4
  404. package/ts/inputs/color/data/index.d.ts +0 -2
  405. package/ts/inputs/color/interfaces/index.d.ts +0 -3
  406. package/ts/inputs/color/obj/index.d.ts +0 -1
  407. package/ts/inputs/color/scripts/index.d.ts +0 -2
  408. package/ts/inputs/components/index.d.ts +0 -25
  409. package/ts/inputs/components/prop_types/index.d.ts +0 -25
  410. package/ts/inputs/data/index.d.ts +0 -8
  411. package/ts/inputs/interfaces/btn_option.d.ts +0 -9
  412. package/ts/inputs/interfaces/index.d.ts +0 -9
  413. package/ts/inputs/obj/group.d.ts +0 -6
  414. package/ts/inputs/obj/icon_btn.d.ts +0 -7
  415. package/ts/inputs/obj/index.d.ts +0 -18
  416. package/ts/inputs/obj/link_btn.d.ts +0 -6
  417. package/ts/inputs/obj/select.d.ts +0 -9
  418. package/ts/inputs/scripts/index.d.ts +0 -2
  419. package/ts/inputs/scripts/resolve.d.ts +0 -6
  420. package/ts/settings/components/index.d.ts +0 -1
  421. package/ts/settings/components/prop_types/index.d.ts +0 -1
  422. package/ts/settings/developer_mode/data/index.d.ts +0 -1
  423. package/ts/settings/optional_permissions/data/index.d.ts +0 -1
  424. package/ts/settings/optional_permissions/interfaces/index.d.ts +0 -2
  425. package/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +0 -3
  426. package/ts/settings/sections/data/index.d.ts +0 -2
  427. package/ts/settings/sections/scripts/index.d.ts +0 -1
  428. package/ts/shared/app_version/components/index.d.ts +0 -1
  429. package/ts/shared/data/data/index.d.ts +0 -3
  430. package/ts/shared/loading_screen/components/index.d.ts +0 -1
  431. package/ts/shared/loading_screen/components/prop_types/index.d.ts +0 -1
  432. package/ts/shared/loading_screen/data/index.d.ts +0 -1
  433. package/ts/shared/loading_screen/scripts/index.d.ts +0 -2
  434. package/ts/shared/offers/components/index.d.ts +0 -7
  435. package/ts/shared/offers/components/prop_types/index.d.ts +0 -2
  436. package/ts/shared/offers/data/index.d.ts +0 -1
  437. package/ts/shared/offers/interfaces/index.d.ts +0 -1
  438. package/ts/shared/offers/obj/index.d.ts +0 -1
  439. package/ts/shared/offers/scripts/index.d.ts +0 -1
  440. package/ts/shared/schema/data/index.d.ts +0 -1
  441. package/ts/shared/tab_index/interfaces/index.d.ts +0 -1
  442. package/ts/shared/tab_index/scripts/index.d.ts +0 -1
  443. package/ts/shared/title/scripts/index.d.ts +0 -1
  444. package/ts/shared/tr/components/base_tr.d.ts +0 -9
  445. package/ts/shared/tr/components/index.d.ts +0 -1
  446. package/ts/shared/tr/components/prop_types/index.d.ts +0 -1
  447. package/ts/shared/tr/data/index.d.ts +0 -1
  448. package/ts/shared/tr/interfaces/index.d.ts +0 -1
  449. package/ts/shared/tr/obj/index.d.ts +0 -1
  450. package/ts/shared_clean/announcement/scripts/index.d.ts +0 -1
  451. package/ts/shared_clean/color/interfaces/index.d.ts +0 -1
  452. package/ts/shared_clean/color/scripts/index.d.ts +0 -1
  453. package/ts/shared_clean/css_vars/scripts/index.d.ts +0 -1
  454. package/ts/shared_clean/data/data/index.d.ts +0 -2
  455. package/ts/shared_clean/data/interfaces/index.d.ts +0 -1
  456. package/ts/shared_clean/data/scripts/index.d.ts +0 -3
  457. package/ts/shared_clean/functions.d.ts +0 -4
  458. package/ts/shared_clean/no_tr/scripts/index.d.ts +0 -1
  459. package/ts/shared_clean/schema/data/index.d.ts +0 -1
  460. package/ts/shared_clean/schema/obj/index.d.ts +0 -1
  461. package/ts/shared_clean/service_worker/scripts/index.d.ts +0 -1
  462. package/ts/shared_clean/t.d.ts +0 -36
  463. package/ts/shared_clean/theme/scripts/index.d.ts +0 -1
  464. package/ts/shared_clean/title/scripts/index.d.ts +0 -1
  465. package/ts/shared_clean/utils/scripts/index.d.ts +0 -1
  466. package/ts/shared_clean/viewport/scripts/index.d.ts +0 -1
  467. package/{ts → src/ts}/announcement/internal.d.ts +0 -0
  468. package/{ts → src/ts}/dependencies/internal.d.ts +0 -0
  469. package/{ts → src/ts}/dependencies/scripts/dependencies.d.ts +0 -0
  470. package/{ts → src/ts}/error_modules/crash_handler/data/visibility.d.ts +0 -0
  471. package/{ts → src/ts}/error_modules/crash_handler/scripts/page.d.ts +0 -0
  472. package/{ts → src/ts}/error_modules/css/scripts/css.d.ts +0 -0
  473. package/{ts → src/ts}/error_modules/error/components/prop_types/body.d.ts +0 -0
  474. package/{ts → src/ts}/error_modules/error/data/error.d.ts +0 -0
  475. package/{ts → src/ts}/error_modules/error/data/msg.d.ts +0 -0
  476. package/{ts → src/ts}/error_modules/error/data/progress.d.ts +0 -0
  477. package/{ts → src/ts}/error_modules/error/data/state.d.ts +0 -0
  478. package/{ts → src/ts}/error_modules/error/scripts/flash.d.ts +0 -0
  479. package/{ts → src/ts}/error_modules/error/scripts/globals.d.ts +0 -0
  480. package/{ts → src/ts}/error_modules/init.d.ts +0 -0
  481. package/{ts → src/ts}/error_modules_clean/error/interfaces/error.d.ts +0 -0
  482. package/{ts → src/ts}/error_modules_clean/error/interfaces/error_obj.d.ts +0 -0
  483. package/{ts → src/ts}/error_modules_clean/error/interfaces/notification_type.d.ts +0 -0
  484. package/{ts → src/ts}/error_modules_clean/error/interfaces/observable_keys.d.ts +0 -0
  485. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error.d.ts +0 -0
  486. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_1.d.ts +0 -0
  487. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_1_f.d.ts +0 -0
  488. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_2.d.ts +0 -0
  489. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_2_f.d.ts +0 -0
  490. package/{ts → src/ts}/error_modules_clean/error/interfaces/timeout_observable_keys.d.ts +0 -0
  491. package/{ts → src/ts}/error_modules_clean/error/scripts/globals.d.ts +0 -0
  492. package/{ts → src/ts}/inputs/color/components/prop_types/body.d.ts +0 -0
  493. package/{ts → src/ts}/inputs/color/components/prop_types/fill_shadow.d.ts +0 -0
  494. package/{ts → src/ts}/inputs/color/interfaces/color_picker_state_one.d.ts +0 -0
  495. package/{ts → src/ts}/inputs/color/interfaces/i.d.ts +0 -0
  496. package/{ts → src/ts}/inputs/color/scripts/position.d.ts +0 -0
  497. package/{ts → src/ts}/inputs/components/prop_types/btn.d.ts +0 -0
  498. package/{ts → src/ts}/inputs/components/prop_types/file.d.ts +0 -0
  499. package/{ts → src/ts}/inputs/components/prop_types/hr.d.ts +0 -0
  500. package/{ts → src/ts}/inputs/components/prop_types/input_error.d.ts +0 -0
  501. package/{ts → src/ts}/inputs/components/prop_types/label.d.ts +0 -0
  502. package/{ts → src/ts}/inputs/components/prop_types/label_in_input_item.d.ts +0 -0
  503. package/{ts → src/ts}/inputs/components/prop_types/link.d.ts +0 -0
  504. package/{ts → src/ts}/inputs/components/prop_types/link_btn.d.ts +0 -0
  505. package/{ts → src/ts}/inputs/components/prop_types/link_icon_btn.d.ts +0 -0
  506. package/{ts → src/ts}/inputs/components/prop_types/section.d.ts +0 -0
  507. package/{ts → src/ts}/inputs/components/prop_types/section_btn.d.ts +1 -1
  508. package/{ts → src/ts}/inputs/components/prop_types/text_btn.d.ts +1 -1
  509. package/{ts → src/ts}/inputs/data/input_error.d.ts +0 -0
  510. package/{ts → src/ts}/inputs/data/nested_input.d.ts +0 -0
  511. package/{ts → src/ts}/inputs/interfaces/icon_btns.d.ts +0 -0
  512. package/{ts → src/ts}/inputs/interfaces/inputs.d.ts +0 -0
  513. package/{ts → src/ts}/inputs/interfaces/links.d.ts +0 -0
  514. package/{ts → src/ts}/inputs/interfaces/options.d.ts +0 -0
  515. package/{ts → src/ts}/inputs/interfaces/sections.d.ts +0 -0
  516. package/{ts → src/ts}/inputs/interfaces/state_cond.d.ts +0 -0
  517. package/{ts → src/ts}/inputs/interfaces/text_btn.d.ts +0 -0
  518. package/{ts → src/ts}/inputs/internal.d.ts +0 -0
  519. package/{ts → src/ts}/inputs/obj/option.d.ts +0 -0
  520. package/{ts → src/ts}/inputs/scripts/upload_box.d.ts +0 -0
  521. package/{ts → src/ts}/settings/components/prop_types/body.d.ts +1 -1
  522. package/{ts → src/ts}/settings/developer_mode/data/developer_mode.d.ts +0 -0
  523. package/{ts → src/ts}/settings/init.d.ts +0 -0
  524. package/{ts → src/ts}/settings/internal.d.ts +0 -0
  525. package/{ts → src/ts}/settings/optional_permissions/interfaces/show_enable_permissions_notification_permission.d.ts +0 -0
  526. package/{ts → src/ts}/settings/sections/scripts/theme.d.ts +1 -1
  527. /package/{ts → src/ts}/shared/data/data/data.d.ts +0 -0
  528. /package/{ts → src/ts}/shared/init.d.ts +0 -0
  529. /package/{ts → src/ts}/shared/loading_screen/components/prop_types/body.d.ts +0 -0
  530. /package/{ts → src/ts}/shared/loading_screen/data/visibility.d.ts +0 -0
  531. /package/{ts → src/ts}/shared/loading_screen/scripts/roots.d.ts +0 -0
  532. /package/{ts → src/ts}/shared/loading_screen/scripts/tr.d.ts +0 -0
  533. /package/{ts → src/ts}/shared/offers/components/prop_types/body.d.ts +0 -0
  534. /package/{ts → src/ts}/shared/offers/components/prop_types/offer.d.ts +0 -0
  535. /package/{ts → src/ts}/shared/offers/interfaces/offer_banner_type.d.ts +0 -0
  536. /package/{ts → src/ts}/shared/offers/scripts/offers.d.ts +0 -0
  537. /package/{ts → src/ts}/shared/svg.d.ts +0 -0
  538. /package/{ts → src/ts}/shared/tr/interfaces/transitions.d.ts +0 -0
  539. /package/{ts → src/ts}/shared/tr/obj/transition.d.ts +0 -0
  540. /package/{ts → src/ts}/shared_clean/announcement/scripts/visibility.d.ts +0 -0
  541. /package/{ts → src/ts}/shared_clean/app_ext_globals.d.ts +0 -0
  542. /package/{ts → src/ts}/shared_clean/color/interfaces/color.d.ts +0 -0
  543. /package/{ts → src/ts}/shared_clean/color/scripts/colors.d.ts +0 -0
  544. /package/{ts → src/ts}/shared_clean/css_vars/scripts/css_vars.d.ts +0 -0
  545. /package/{ts → src/ts}/shared_clean/data/data/data.d.ts +0 -0
  546. /package/{ts → src/ts}/shared_clean/data/interfaces/val.d.ts +0 -0
  547. /package/{ts → src/ts}/shared_clean/globals.d.ts +0 -0
  548. /package/{ts → src/ts}/shared_clean/no_tr/scripts/state.d.ts +0 -0
  549. /package/{ts → src/ts}/shared_clean/theme/scripts/theme.d.ts +0 -0
  550. /package/{ts → src/ts}/shared_clean/title/scripts/title.d.ts +0 -0
  551. /package/{ts → src/ts}/shared_clean/utils/scripts/utils.d.ts +0 -0
  552. /package/{ts → src/ts}/shared_clean/vars.d.ts +0 -0
  553. /package/{ts → src/ts}/shared_clean/viewport/scripts/viewport.d.ts +0 -0
@@ -0,0 +1,48 @@
1
+ import{r as e,t}from"../../chunks/chunk.mjs";import{is_ext as n}from"./apps.mjs";import{generate_env as r}from"./env.mjs";import{t as i}from"../../chunks/__vite-browser-external.mjs";import a from"node:path";import o from"fs-extra";import s from"@vitejs/plugin-react";import{viteStaticCopy as c}from"vite-plugin-static-copy";import l from"vite-plugin-svgr";import{isEmptyDirSync as u}from"is-empty-dir";var d=t(((e,t)=>{function n(e){return e}t.exports=n})),f=t(((e,t)=>{var n=/([0-9]+)/;function r(e,t){var r=(``+e).split(n).map(i),a=(``+t).split(n).map(i),o,s,c=Math.min(r.length,a.length),l,u;for(l=0,u=c;l<u;l++)if(o=r[l],s=a[l],o!=s)return o>s?1:-1;return r.length>a.length?1:r.length==a.length?0:-1}function i(e){return``+parseInt(e)==e?parseInt(e):e}t.exports=r})),p=t(((e,t)=>{var n=f();function r(e,t){return n(e[1],t[1])}function i(e,t){return e[1]>t[1]?1:-1}function a(e,t){switch(t){case`natural`:return e.sort(r);case`standard`:return e.sort(i);case`none`:case!1:return e}}t.exports=a})),m=t(((e,t)=>{function n(e,t){var r={},i,a,o;for(i in e)o=e[i],Array.isArray(o)?r[i]=o.slice(0):typeof o==`object`&&o?r[i]=n(o,{}):r[i]=o;for(a in t)o=t[a],a in r&&Array.isArray(o)?r[a]=o.slice(0):a in r&&typeof o==`object`&&o?r[a]=n(r[a],o):r[a]=o;return r}t.exports=n})),h=t(((e,t)=>{var n=m();function r(){var e=`
2
+ `;try{e=i().EOL}catch{}return e}var a={AfterAtRule:`afterAtRule`,AfterBlockBegins:`afterBlockBegins`,AfterBlockEnds:`afterBlockEnds`,AfterComment:`afterComment`,AfterProperty:`afterProperty`,AfterRuleBegins:`afterRuleBegins`,AfterRuleEnds:`afterRuleEnds`,BeforeBlockEnds:`beforeBlockEnds`,BetweenSelectors:`betweenSelectors`},o={CarriageReturnLineFeed:`\r
3
+ `,LineFeed:`
4
+ `,System:r()},s={Space:` `,Tab:` `},c={AroundSelectorRelation:`aroundSelectorRelation`,BeforeBlockBegins:`beforeBlockBegins`,BeforeValue:`beforeValue`},l={breaks:x(!1),breakWith:o.System,indentBy:0,indentWith:s.Space,spaces:S(!1),wrapAt:!1,semicolonAfterLastProperty:!1},u=`beautify`,d=`keep-breaks`,f=`;`,p=`:`,h=`,`,g=`=`,_=`false`,v=`off`,y=`true`,b=`on`;function x(e){var t={};return t[a.AfterAtRule]=e,t[a.AfterBlockBegins]=e,t[a.AfterBlockEnds]=e,t[a.AfterComment]=e,t[a.AfterProperty]=e,t[a.AfterRuleBegins]=e,t[a.AfterRuleEnds]=e,t[a.BeforeBlockEnds]=e,t[a.BetweenSelectors]=e,t}function S(e){var t={};return t[c.AroundSelectorRelation]=e,t[c.BeforeBlockBegins]=e,t[c.BeforeValue]=e,t}function C(e){return e===void 0||e===!1?!1:(typeof e==`object`&&`breakWith`in e&&(e=n(e,{breakWith:D(e.breakWith)})),typeof e==`object`&&`indentBy`in e&&(e=n(e,{indentBy:parseInt(e.indentBy)})),typeof e==`object`&&`indentWith`in e&&(e=n(e,{indentWith:O(e.indentWith)})),typeof e==`object`?k(n(l,e)):typeof e==`string`&&e==u?k(n(l,{breaks:x(!0),indentBy:2,spaces:S(!0)})):typeof e==`string`&&e==d?k(n(l,{breaks:{afterAtRule:!0,afterBlockBegins:!0,afterBlockEnds:!0,afterComment:!0,afterRuleEnds:!0,beforeBlockEnds:!0}})):typeof e==`string`?k(n(l,w(e))):l)}function w(e){return e.split(f).reduce(function(e,t){var n=t.split(p),r=n[0],i=n[1];return r==`breaks`||r==`spaces`?e[r]=T(i):r==`indentBy`||r==`wrapAt`?e[r]=parseInt(i):r==`indentWith`?e[r]=O(i):r==`breakWith`&&(e[r]=D(i)),e},{})}function T(e){return e.split(h).reduce(function(e,t){var n=t.split(g),r=n[0],i=n[1];return e[r]=E(i),e},{})}function E(e){switch(e){case _:case v:return!1;case y:case b:return!0;default:return e}}function D(e){switch(e){case`windows`:case`crlf`:case o.CarriageReturnLineFeed:return o.CarriageReturnLineFeed;case`unix`:case`lf`:case o.LineFeed:return o.LineFeed;default:return o.System}}function O(e){switch(e){case`space`:return s.Space;case`tab`:return s.Tab;default:return e}}function k(e){for(var t in a){var n=a[t],r=e.breaks[n];r===!0?e.breaks[n]=e.breakWith:r===!1?e.breaks[n]=``:e.breaks[n]=e.breakWith.repeat(parseInt(r))}return e}t.exports={Breaks:a,Spaces:c,formatFrom:C}})),g=t(((e,t)=>{t.exports={ASTERISK:`*`,AT:`@`,BACK_SLASH:`\\`,CARRIAGE_RETURN:`\r`,CLOSE_CURLY_BRACKET:`}`,CLOSE_ROUND_BRACKET:`)`,CLOSE_SQUARE_BRACKET:`]`,COLON:`:`,COMMA:`,`,DOUBLE_QUOTE:`"`,EXCLAMATION:`!`,FORWARD_SLASH:`/`,INTERNAL:`-clean-css-`,NEW_LINE_NIX:`
5
+ `,OPEN_CURLY_BRACKET:`{`,OPEN_ROUND_BRACKET:`(`,OPEN_SQUARE_BRACKET:`[`,SEMICOLON:`;`,SINGLE_QUOTE:`'`,SPACE:` `,TAB:` `,UNDERSCORE:`_`}})),_=t(((e,t)=>{function n(e){var t=e[0],n=e[1],r=e[2];return r?r+`:`+t+`:`+n:t+`:`+n}t.exports=n})),v=t(((e,t)=>{var n=h().Spaces,r=g(),i=_(),a=/[\s"'][iI]\s*\]/,o=/([\d\w])([iI])\]/g,s=/="([a-zA-Z][a-zA-Z\d\-_]+)"([iI])/g,c=/="([a-zA-Z][a-zA-Z\d\-_]+)"(\s|\])/g,l=/^(?:(?:<!--|-->)\s*)+/,u=/='([a-zA-Z][a-zA-Z\d\-_]+)'([iI])/g,d=/='([a-zA-Z][a-zA-Z\d\-_]+)'(\s|\])/g,f=/[>+~]/,p=/\s/,m=`*+html `,v=`*:first-child+html `,y=`<`,b=[`:current`,`:future`,`:has`,`:host`,`:host-context`,`:is`,`:not`,`:past`,`:where`];function x(e){var t,n=!1,i,a=!1,o,s;for(o=0,s=e.length;o<s;o++){if(i=e[o],!t){if(i==r.SINGLE_QUOTE||i==r.DOUBLE_QUOTE)a=!a;else if(!a&&(i==r.CLOSE_CURLY_BRACKET||i==r.EXCLAMATION||i==y||i==r.SEMICOLON)){n=!0;break}else if(!a&&o===0&&f.test(i)){n=!0;break}}t=i==r.BACK_SLASH}return n}function S(e,t){var i=[],s,c,l,u,d,m,h,g,_,v,y,b,x=0,S=!1,w=!1,T=!1,E=a.test(e),D=t&&t.spaces[n.AroundSelectorRelation],O,k;for(O=0,k=e.length;O<k;O++){if(s=e[O],c=s==r.NEW_LINE_NIX,l=s==r.NEW_LINE_NIX&&e[O-1]==r.CARRIAGE_RETURN,m=h||g,v=!_&&!u&&x===0&&f.test(s),y=p.test(s),b=x==1&&s==r.CLOSE_ROUND_BRACKET?!1:b||x===0&&s==r.COLON&&C(e,O),d&&m&&l)i.pop(),i.pop();else if(u&&m&&c)i.pop();else if(u)i.push(s);else if(s==r.OPEN_SQUARE_BRACKET&&!m)i.push(s),_=!0;else if(s==r.CLOSE_SQUARE_BRACKET&&!m)i.push(s),_=!1;else if(s==r.OPEN_ROUND_BRACKET&&!m)i.push(s),x++;else if(s==r.CLOSE_ROUND_BRACKET&&!m)i.push(s),x--;else if(s==r.SINGLE_QUOTE&&!m)i.push(s),h=!0;else if(s==r.DOUBLE_QUOTE&&!m)i.push(s),g=!0;else if(s==r.SINGLE_QUOTE&&m)i.push(s),h=!1;else if(s==r.DOUBLE_QUOTE&&m)i.push(s),g=!1;else if(y&&w&&!D)continue;else !y&&w&&D?(i.push(r.SPACE),i.push(s)):y&&!T&&S&&x>0&&b||(y&&!T&&x>0&&b?i.push(s):y&&(_||x>0)&&!m||y&&T&&!m||(l||c)&&(_||x>0)&&m||(v&&T&&!D?(i.pop(),i.push(s)):v&&!T&&D?(i.push(r.SPACE),i.push(s)):y?i.push(r.SPACE):i.push(s)));d=u,u=s==r.BACK_SLASH,w=v,T=y,S=s==r.COMMA}return E?i.join(``).replace(o,`$1 $2]`):i.join(``)}function C(e,t){var n=e.substring(t,e.indexOf(r.OPEN_ROUND_BRACKET,t));return b.indexOf(n)>-1}function w(e){return e.indexOf(`'`)==-1&&e.indexOf(`"`)==-1?e:e.replace(u,`=$1 $2`).replace(d,`=$1$2`).replace(s,`=$1 $2`).replace(c,`=$1$2`)}function T(e){return e.replace(`nth-child(1)`,`first-child`).replace(`nth-of-type(1)`,`first-of-type`).replace(`nth-of-type(even)`,`nth-of-type(2n)`).replace(`nth-child(even)`,`nth-child(2n)`).replace(`nth-of-type(2n+1)`,`nth-of-type(odd)`).replace(`nth-child(2n+1)`,`nth-child(odd)`).replace(`nth-last-child(1)`,`last-child`).replace(`nth-last-of-type(1)`,`last-of-type`).replace(`nth-last-of-type(even)`,`nth-last-of-type(2n)`).replace(`nth-last-child(even)`,`nth-last-child(2n)`).replace(`nth-last-of-type(2n+1)`,`nth-last-of-type(odd)`).replace(`nth-last-child(2n+1)`,`nth-last-child(odd)`)}function E(e,t,n,r,a){var o=[],s=[];function c(e,t){return a.push(`HTML comment '`+t+`' at `+i(e[2][0])+`. Removing.`),``}for(var u=0,d=e.length;u<d;u++){var f=e[u],p=f[1];if(p=p.replace(l,c.bind(null,f)),x(p)){a.push(`Invalid selector '`+f[1]+`' at `+i(f[2][0])+`. Ignoring.`);continue}p=S(p,r),p=w(p),n&&p.indexOf(`nav`)>0&&(p=p.replace(/\+nav(\S|$)/,`+ nav$1`)),!(t&&p.indexOf(m)>-1)&&(t&&p.indexOf(v)>-1||(p.indexOf(`*`)>-1&&(p=p.replace(/\*([:#.[])/g,`$1`).replace(/^(:first-child)?\+html/,`*$1+html`)),!(s.indexOf(p)>-1)&&(p=T(p),f[1]=p,s.push(p),o.push(f))))}return o.length==1&&o[0][1].length===0&&(a.push(`Empty selector '`+o[0][1]+`' at `+i(o[0][2][0])+`. Ignoring.`),o=[]),o}t.exports=E})),y=t(((e,t)=>{var n=/^@media\W/,r=/^@(?:keyframes|-moz-keyframes|-o-keyframes|-webkit-keyframes)\W/;function i(e,t){var i,a,o;for(o=e.length-1;o>=0;o--)i=!t&&n.test(e[o][1]),a=r.test(e[o][1]),e[o][1]=e[o][1].replace(/\n|\r\n/g,` `).replace(/\s+/g,` `).replace(/(,|:|\() /g,`$1`).replace(/ \)/g,`)`),a&&(e[o][1]=e[o][1].replace(/'([a-zA-Z][a-zA-Z\d\-_]+)'/,`$1`).replace(/"([a-zA-Z][a-zA-Z\d\-_]+)"/,`$1`)),i&&(e[o][1]=e[o][1].replace(/\) /g,`)`));return e}t.exports=i})),b=t(((e,t)=>{function n(e){return e.replace(/\s+/g,` `).replace(/url\(\s+/g,`url(`).replace(/\s+\)/g,`)`).trim()}t.exports=n})),x=t(((e,t)=>{t.exports={ASTERISK:`asterisk`,BANG:`bang`,BACKSLASH:`backslash`,UNDERSCORE:`underscore`}})),S=t(((e,t)=>{function n(e){for(var t=e.length-1;t>=0;t--){var n=e[t];n.unused&&n.all.splice(n.position,1)}}t.exports=n})),C=t(((e,t)=>{var n=x(),r=g(),i=`*`,a=`\\`,o=`!important`,s=`_`,c=`!ie`;function l(e,t){var n,r,i,a;for(a=e.length-1;a>=0;a--){if(n=e[a],n.dynamic&&n.important){u(n);continue}n.dynamic||n.unused||!n.dirty&&!n.important&&!n.hack||(n.optimizable&&t?(r=t(n),n.value=r):r=n.value,n.important&&u(n),n.hack&&d(n),`all`in n&&(i=n.all[n.position],i[1][1]=n.name,i.splice(2,i.length-1),Array.prototype.push.apply(i,r)))}}function u(e){e.value[e.value.length-1][1]+=o}function d(e){e.hack[0]==n.UNDERSCORE?e.name=s+e.name:e.hack[0]==n.ASTERISK?e.name=i+e.name:e.hack[0]==n.BACKSLASH?e.value[e.value.length-1][1]+=a+e.hack[1]:e.hack[0]==n.BANG&&(e.value[e.value.length-1][1]+=r.SPACE+c)}t.exports=l})),w=t(((e,t)=>{t.exports={AT_RULE:`at-rule`,AT_RULE_BLOCK:`at-rule-block`,AT_RULE_BLOCK_SCOPE:`at-rule-block-scope`,COMMENT:`comment`,NESTED_BLOCK:`nested-block`,NESTED_BLOCK_SCOPE:`nested-block-scope`,PROPERTY:`property`,PROPERTY_BLOCK:`property-block`,PROPERTY_NAME:`property-name`,PROPERTY_VALUE:`property-value`,RAW:`raw`,RULE:`rule`,RULE_SCOPE:`rule-scope`}})),T=t(((e,t)=>{var n=x(),r=g(),i=w(),a={ASTERISK:`*`,BACKSLASH:`\\`,BANG:`!`,BANG_SUFFIX_PATTERN:/!\w+$/,IMPORTANT_TOKEN:`!important`,IMPORTANT_TOKEN_PATTERN:RegExp(`!important$`,`i`),IMPORTANT_WORD:`important`,IMPORTANT_WORD_PATTERN:RegExp(`important$`,`i`),SUFFIX_BANG_PATTERN:/!$/,UNDERSCORE:`_`,VARIABLE_REFERENCE_PATTERN:/var\(--.+\)$/};function o(e,t){var n=[],r,a,o;for(o=e.length-1;o>=0;o--)a=e[o],a[0]==i.PROPERTY&&(t&&t.indexOf(a[1][1])>-1||(r=h(a),r.all=e,r.position=o,n.unshift(r)));return n}function s(e){var t,n,r;for(t=2,n=e.length;t<n;t++)if(r=e[t],r[0]==i.PROPERTY_VALUE&&c(r[1]))return!0;return!1}function c(e){return a.VARIABLE_REFERENCE_PATTERN.test(e)}function l(e){var t,n,a;for(n=3,a=e.length;n<a;n++)if(t=e[n],t[0]==i.PROPERTY_VALUE&&(t[1]==r.COMMA||t[1]==r.FORWARD_SLASH))return!0;return!1}function u(e){var t=!1,r=e[1][1],i=e[e.length-1];return r[0]==a.UNDERSCORE?t=[n.UNDERSCORE]:r[0]==a.ASTERISK?t=[n.ASTERISK]:i[1][0]==a.BANG&&!i[1].match(a.IMPORTANT_WORD_PATTERN)||i[1].indexOf(a.BANG)>0&&!i[1].match(a.IMPORTANT_WORD_PATTERN)&&a.BANG_SUFFIX_PATTERN.test(i[1])?t=[n.BANG]:i[1].indexOf(a.BACKSLASH)>0&&i[1].indexOf(a.BACKSLASH)==i[1].length-a.BACKSLASH.length-1?t=[n.BACKSLASH,i[1].substring(i[1].indexOf(a.BACKSLASH)+1)]:i[1].indexOf(a.BACKSLASH)===0&&i[1].length==2&&(t=[n.BACKSLASH,i[1].substring(1)]),t}function d(e){if(e.length<3)return!1;var t=e[e.length-1];return!!(a.IMPORTANT_TOKEN_PATTERN.test(t[1])||a.IMPORTANT_WORD_PATTERN.test(t[1])&&a.SUFFIX_BANG_PATTERN.test(e[e.length-2][1]))}function f(e){var t=e[e.length-1],n=e[e.length-2];a.IMPORTANT_TOKEN_PATTERN.test(t[1])?t[1]=t[1].replace(a.IMPORTANT_TOKEN_PATTERN,``):(t[1]=t[1].replace(a.IMPORTANT_WORD_PATTERN,``),n[1]=n[1].replace(a.SUFFIX_BANG_PATTERN,``)),t[1].length===0&&e.pop(),n[1].length===0&&e.pop()}function p(e){e[1][1]=e[1][1].substring(1)}function m(e,t){var r=e[e.length-1];r[1]=r[1].substring(0,r[1].indexOf(t[0]==n.BACKSLASH?a.BACKSLASH:a.BANG)).trim(),r[1].length===0&&e.pop()}function h(e){var t=d(e);t&&f(e);var r=u(e);return r[0]==n.ASTERISK||r[0]==n.UNDERSCORE?p(e):(r[0]==n.BACKSLASH||r[0]==n.BANG)&&m(e,r),{block:e[2]&&e[2][0]==i.PROPERTY_BLOCK,components:[],dirty:!1,dynamic:s(e),hack:r,important:t,name:e[1][1],multiplex:e.length>3?l(e):!1,optimizable:!0,position:0,shorthand:!1,unused:!1,value:e.slice(2)}}t.exports={all:o,single:h}})),E=t(((e,t)=>{function n(e){this.name=`InvalidPropertyError`,this.message=e,this.stack=Error().stack}n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,t.exports=n})),D=t(((e,t)=>{var n=E(),r=T().single,i=w(),a=g(),o=_();function s(e){var t,n;for(t=0,n=e.length;t<n;t++)if(e[t][1]==`inherit`)return!0;return!1}function c(e){return function(t){return t[1]==`invert`||e.isColor(t[1])||e.isPrefixed(t[1])}}function l(e){return function(t){return t[1]!=`inherit`&&e.isStyleKeyword(t[1])&&!e.isColorFunction(t[1])}}function u(e,t,n){var a=n[e];return a.doubleValues&&a.defaultValue.length==2?r([i.PROPERTY,[i.PROPERTY_NAME,e],[i.PROPERTY_VALUE,a.defaultValue[0]],[i.PROPERTY_VALUE,a.defaultValue[1]]]):a.doubleValues&&a.defaultValue.length==1?r([i.PROPERTY,[i.PROPERTY_NAME,e],[i.PROPERTY_VALUE,a.defaultValue[0]]]):r([i.PROPERTY,[i.PROPERTY_NAME,e],[i.PROPERTY_VALUE,a.defaultValue]])}function d(e){return function(t){return t[1]!=`inherit`&&(e.isWidth(t[1])||e.isUnit(t[1])||e.isDynamicUnit(t[1]))&&!e.isStyleKeyword(t[1])&&!e.isColorFunction(t[1])}}function f(e,t,r){var i=u(e.name+`-duration`,e,t),a=u(e.name+`-timing-function`,e,t),c=u(e.name+`-delay`,e,t),l=u(e.name+`-iteration-count`,e,t),d=u(e.name+`-direction`,e,t),f=u(e.name+`-fill-mode`,e,t),p=u(e.name+`-play-state`,e,t),m=u(e.name+`-name`,e,t),h=[i,a,c,l,d,f,p,m],g=e.value,_,v=!1,y=!1,b=!1,x=!1,S=!1,C=!1,w=!1,T=!1,E,D;if(e.value.length==1&&e.value[0][1]==`inherit`)return i.value=a.value=c.value=l.value=d.value=f.value=p.value=m.value=e.value,h;if(g.length>1&&s(g))throw new n(`Invalid animation values at `+o(g[0][2][0])+`. Ignoring.`);for(E=0,D=g.length;E<D;E++)if(_=g[E],r.isTime(_[1])&&!v)i.value=[_],v=!0;else if(r.isTime(_[1])&&!b)c.value=[_],b=!0;else if((r.isGlobal(_[1])||r.isTimingFunction(_[1]))&&!y)a.value=[_],y=!0;else if((r.isAnimationIterationCountKeyword(_[1])||r.isPositiveNumber(_[1]))&&!x)l.value=[_],x=!0;else if(r.isAnimationDirectionKeyword(_[1])&&!S)d.value=[_],S=!0;else if(r.isAnimationFillModeKeyword(_[1])&&!C)f.value=[_],C=!0;else if(r.isAnimationPlayStateKeyword(_[1])&&!w)p.value=[_],w=!0;else if((r.isAnimationNameKeyword(_[1])||r.isIdentifier(_[1]))&&!T)m.value=[_],T=!0;else throw new n(`Invalid animation value at `+o(_[2][0])+`. Ignoring.`);return h}function p(e,t,r){var i=u(`background-image`,e,t),s=u(`background-position`,e,t),c=u(`background-size`,e,t),l=u(`background-repeat`,e,t),d=u(`background-attachment`,e,t),f=u(`background-origin`,e,t),p=u(`background-clip`,e,t),m=u(`background-color`,e,t),h=[i,s,c,l,d,f,p,m],g=e.value,_=!1,v=!1,y=!1,b=!1,x=!1;if(e.value.length==1&&e.value[0][1]==`inherit`)return m.value=i.value=l.value=s.value=c.value=f.value=p.value=e.value,h;if(e.value.length==1&&e.value[0][1]==`0 0`)return h;for(var S=g.length-1;S>=0;S--){var C=g[S];if(r.isBackgroundAttachmentKeyword(C[1]))d.value=[C],x=!0;else if(r.isBackgroundClipKeyword(C[1])||r.isBackgroundOriginKeyword(C[1]))v?(f.value=[C],y=!0):(p.value=[C],v=!0),x=!0;else if(r.isBackgroundRepeatKeyword(C[1]))b?l.value.unshift(C):(l.value=[C],b=!0),x=!0;else if(r.isBackgroundPositionKeyword(C[1])||r.isBackgroundSizeKeyword(C[1])||r.isUnit(C[1])||r.isDynamicUnit(C[1])){if(S>0){var w=g[S-1];w[1]==a.FORWARD_SLASH?c.value=[C]:S>1&&g[S-2][1]==a.FORWARD_SLASH?(c.value=[w,C],S-=2):(_||(s.value=[]),s.value.unshift(C),_=!0)}else _||(s.value=[]),s.value.unshift(C),_=!0;x=!0}else (m.value[0][1]==t[m.name].defaultValue||m.value[0][1]==`none`)&&(r.isColor(C[1])||r.isPrefixed(C[1]))?(m.value=[C],x=!0):(r.isUrl(C[1])||r.isFunction(C[1]))&&(i.value=[C],x=!0)}if(v&&!y&&(f.value=p.value.slice(0)),!x)throw new n(`Invalid background value at `+o(g[0][2][0])+`. Ignoring.`);return h}function m(e,t){for(var r=e.value,i=-1,s=0,c=r.length;s<c;s++)if(r[s][1]==a.FORWARD_SLASH){i=s;break}if(i===0||i===r.length-1)throw new n(`Invalid border-radius value at `+o(r[0][2][0])+`. Ignoring.`);var l=u(e.name,e,t);l.value=i>-1?r.slice(0,i):r.slice(0),l.components=b(l,t);var d=u(e.name,e,t);d.value=i>-1?r.slice(i+1):r.slice(0),d.components=b(d,t);for(var f=0;f<4;f++)l.components[f].multiplex=!0,l.components[f].value=l.components[f].value.concat(d.components[f].value);return l.components}function h(e,t,r){var i=u(`font-style`,e,t),c=u(`font-variant`,e,t),l=u(`font-weight`,e,t),d=u(`font-stretch`,e,t),f=u(`font-size`,e,t),p=u(`line-height`,e,t),m=u(`font-family`,e,t),h=[i,c,l,d,f,p,m],g=e.value,_=4,b=0,x=!1,S,C=!1,w,T=!1,E,D=!1,O,k=!1;if(!g[b])throw new n(`Missing font values at `+o(e.all[e.position][1][2][0])+`. Ignoring.`);if(g.length==1&&g[0][1]==`inherit`)return i.value=c.value=l.value=d.value=f.value=p.value=m.value=g,h;if(g.length==1&&(r.isFontKeyword(g[0][1])||r.isGlobal(g[0][1])||r.isPrefixed(g[0][1])))return g[0][1]=a.INTERNAL+g[0][1],i.value=c.value=l.value=d.value=f.value=p.value=m.value=g,h;if(g.length<2||!v(g,r)||!y(g,r))throw new n(`Invalid font values at `+o(e.all[e.position][1][2][0])+`. Ignoring.`);if(g.length>1&&s(g))throw new n(`Invalid font values at `+o(g[0][2][0])+`. Ignoring.`);for(;b<_;){if(S=r.isFontStretchKeyword(g[b][1])||r.isGlobal(g[b][1]),w=r.isFontStyleKeyword(g[b][1])||r.isGlobal(g[b][1]),E=r.isFontVariantKeyword(g[b][1])||r.isGlobal(g[b][1]),O=r.isFontWeightKeyword(g[b][1])||r.isGlobal(g[b][1]),w&&!C)i.value=[g[b]],C=!0;else if(E&&!T)c.value=[g[b]],T=!0;else if(O&&!D)l.value=[g[b]],D=!0;else if(S&&!x)d.value=[g[b]],x=!0;else if(w&&C||E&&T||O&&D||S&&x)throw new n(`Invalid font style / variant / weight / stretch value at `+o(g[0][2][0])+`. Ignoring.`);else break;b++}if(r.isFontSizeKeyword(g[b][1])||r.isUnit(g[b][1])&&!r.isDynamicUnit(g[b][1]))f.value=[g[b]],b++;else throw new n(`Missing font size at `+o(g[0][2][0])+`. Ignoring.`);if(!g[b])throw new n(`Missing font family at `+o(g[0][2][0])+`. Ignoring.`);for(g[b]&&g[b][1]==a.FORWARD_SLASH&&g[b+1]&&(r.isLineHeightKeyword(g[b+1][1])||r.isUnit(g[b+1][1])||r.isNumber(g[b+1][1]))&&(p.value=[g[b+1]],b++,b++),m.value=[];g[b];)g[b][1]==a.COMMA?k=!1:(k?m.value[m.value.length-1][1]+=a.SPACE+g[b][1]:m.value.push(g[b]),k=!0),b++;if(m.value.length===0)throw new n(`Missing font family at `+o(g[0][2][0])+`. Ignoring.`);return h}function v(e,t){var n,r,i;for(r=0,i=e.length;r<i;r++)if(n=e[r],t.isFontSizeKeyword(n[1])||t.isUnit(n[1])&&!t.isDynamicUnit(n[1])||t.isFunction(n[1]))return!0;return!1}function y(e,t){var n,r,i;for(r=0,i=e.length;r<i;r++)if(n=e[r],t.isIdentifier(n[1])||t.isQuotedText(n[1]))return!0;return!1}function b(e,t){var n=t[e.name].components,a=[],o=e.value;if(o.length<1)return[];o.length<2&&(o[1]=o[0].slice(0)),o.length<3&&(o[2]=o[0].slice(0)),o.length<4&&(o[3]=o[1].slice(0));for(var s=n.length-1;s>=0;s--){var c=r([i.PROPERTY,[i.PROPERTY_NAME,n[s]]]);c.value=[o[s]],a.unshift(c)}return a}function x(e){return function(t,n,r){var o=[],s=t.value,c,l,d,f;for(c=0,d=s.length;c<d;c++)s[c][1]==`,`&&o.push(c);if(o.length===0)return e(t,n,r);var p=[];for(c=0,d=o.length;c<=d;c++){var m=c===0?0:o[c-1]+1,h=c<d?o[c]:s.length,g=u(t.name,t,n);g.value=s.slice(m,h),g.value.length>0&&p.push(e(g,n,r))}var _=p[0];for(c=0,d=_.length;c<d;c++)for(_[c].multiplex=!0,l=1,f=p.length;l<f;l++)_[c].value.push([i.PROPERTY_VALUE,a.COMMA]),Array.prototype.push.apply(_[c].value,p[l][c].value);return _}}function S(e,t,n){var r=u(`list-style-type`,e,t),i=u(`list-style-position`,e,t),a=u(`list-style-image`,e,t),o=[r,i,a];if(e.value.length==1&&e.value[0][1]==`inherit`)return r.value=i.value=a.value=[e.value[0]],o;var s=e.value.slice(0),c=s.length,l=0;for(l=0,c=s.length;l<c;l++)if(n.isUrl(s[l][1])||s[l][1]==`0`){a.value=[s[l]],s.splice(l,1);break}for(l=0,c=s.length;l<c;l++)if(n.isListStylePositionKeyword(s[l][1])){i.value=[s[l]],s.splice(l,1);break}return s.length>0&&(n.isListStyleTypeKeyword(s[0][1])||n.isIdentifier(s[0][1]))&&(r.value=[s[0]]),o}function C(e,t,r){var i=u(e.name+`-property`,e,t),a=u(e.name+`-duration`,e,t),c=u(e.name+`-timing-function`,e,t),l=u(e.name+`-delay`,e,t),d=[i,a,c,l],f=e.value,p,m=!1,h=!1,g=!1,_=!1,v,y;if(e.value.length==1&&e.value[0][1]==`inherit`)return i.value=a.value=c.value=l.value=e.value,d;if(f.length>1&&s(f))throw new n(`Invalid animation values at `+o(f[0][2][0])+`. Ignoring.`);for(v=0,y=f.length;v<y;v++)if(p=f[v],r.isTime(p[1])&&!m)a.value=[p],m=!0;else if(r.isTime(p[1])&&!h)l.value=[p],h=!0;else if((r.isGlobal(p[1])||r.isTimingFunction(p[1]))&&!_)c.value=[p],_=!0;else if(r.isIdentifier(p[1])&&!g)i.value=[p],g=!0;else throw new n(`Invalid animation value at `+o(p[2][0])+`. Ignoring.`);return d}function D(e,t,n){for(var r=t[e.name],i=[u(r.components[0],e,t),u(r.components[1],e,t),u(r.components[2],e,t)],a,o,s,f=0;f<3;f++){var p=i[f];p.name.indexOf(`color`)>0?a=p:p.name.indexOf(`style`)>0?o=p:s=p}if(e.value.length==1&&e.value[0][1]==`inherit`||e.value.length==3&&e.value[0][1]==`inherit`&&e.value[1][1]==`inherit`&&e.value[2][1]==`inherit`)return a.value=o.value=s.value=[e.value[0]],i;var m=e.value.slice(0),h,g;return m.length>0&&(g=m.filter(d(n)),h=g.length>1&&(g[0][1]==`none`||g[0][1]==`auto`)?g[1]:g[0],h&&(s.value=[h],m.splice(m.indexOf(h),1))),m.length>0&&(h=m.filter(l(n))[0],h&&(o.value=[h],m.splice(m.indexOf(h),1))),m.length>0&&(h=m.filter(c(n))[0],h&&(a.value=[h],m.splice(m.indexOf(h),1))),i}t.exports={animation:f,background:p,border:D,borderRadius:m,font:h,fourValues:b,listStyle:S,multiplex:x,outline:D,transition:C}})),O=t(((e,t)=>{var n=/(?:^|\W)(-\w+-)/g;function r(e){for(var t=[],r;(r=n.exec(e))!==null;)t.indexOf(r[0])==-1&&t.push(r[0]);return t}function i(e,t){return r(e).sort().join(`,`)==r(t).sort().join(`,`)}t.exports={unique:r,same:i}})),k=t(((e,t)=>{var n=O().same;function r(e,t,r,i,a){return!(!n(t,r)||a&&e.isVariable(t)!==e.isVariable(r))}t.exports=r})),A=t(((e,t)=>{var n=k();function r(e,t,r){return!n(e,t,r,0,!0)&&!(e.isAnimationIterationCountKeyword(r)||e.isPositiveNumber(r))?!1:e.isVariable(t)&&e.isVariable(r)?!0:e.isAnimationIterationCountKeyword(r)||e.isPositiveNumber(r)}function i(e,t,r){return!n(e,t,r,0,!0)&&!(e.isAnimationNameKeyword(r)||e.isIdentifier(r))?!1:e.isVariable(t)&&e.isVariable(r)?!0:e.isAnimationNameKeyword(r)||e.isIdentifier(r)}function a(e,t,n){if(!e.isFunction(t)||!e.isFunction(n))return!1;var r=t.substring(0,t.indexOf(`(`)),i=n.substring(0,n.indexOf(`(`)),o=t.substring(r.length+1,t.length-1),s=n.substring(i.length+1,n.length-1);return e.isFunction(o)||e.isFunction(s)?r===i&&a(e,o,s):r===i}function o(e,t,r){return!n(e,t,r,0,!0)&&!(e.isBackgroundPositionKeyword(r)||e.isGlobal(r))?!1:e.isVariable(t)&&e.isVariable(r)||e.isBackgroundPositionKeyword(r)||e.isGlobal(r)?!0:y(e,t,r)}function s(e,t,r){return!n(e,t,r,0,!0)&&!(e.isBackgroundSizeKeyword(r)||e.isGlobal(r))?!1:e.isVariable(t)&&e.isVariable(r)||e.isBackgroundSizeKeyword(r)||e.isGlobal(r)?!0:y(e,t,r)}function c(e,t,r){return!n(e,t,r,0,!0)&&!e.isColor(r)?!1:e.isVariable(t)&&e.isVariable(r)?!0:!e.colorOpacity&&(e.isRgbColor(t)||e.isHslColor(t))||!e.colorOpacity&&(e.isRgbColor(r)||e.isHslColor(r))||!e.colorHexAlpha&&(e.isHexAlphaColor(t)||e.isHexAlphaColor(r))?!1:e.isColor(t)&&e.isColor(r)?!0:h(e,t,r)}function l(e){return function(t,n,r,i){return e[i](t,n,r)}}function u(e,t,r){return n(e,t,r,0,!0)}function d(e,t,r){return!n(e,t,r,0,!0)&&!e.isImage(r)?!1:e.isVariable(t)&&e.isVariable(r)||e.isImage(r)?!0:e.isImage(t)?!1:h(e,t,r)}function f(e){return function(t,r,i){return!n(t,r,i,0,!0)&&!t.isKeyword(e)(i)?!1:t.isVariable(r)&&t.isVariable(i)?!0:t.isKeyword(e)(i)}}function p(e){return function(t,r,i){return!n(t,r,i,0,!0)&&!(t.isKeyword(e)(i)||t.isGlobal(i))?!1:t.isVariable(r)&&t.isVariable(i)?!0:t.isKeyword(e)(i)||t.isGlobal(i)}}function m(e,t,r){return!n(e,t,r,0,!0)&&!e.isIdentifier(r)?!1:e.isVariable(t)&&e.isVariable(r)?!0:e.isIdentifier(r)}function h(e,t,n){return a(e,t,n)?!0:t===n}function g(e,t,r){return!n(e,t,r,0,!0)&&!(e.isUnit(r)||e.isColor(r)||e.isGlobal(r))?!1:e.isVariable(t)&&e.isVariable(r)?!0:e.isUnit(r)||e.isColor(r)||e.isGlobal(r)}function _(e,t,r){return!n(e,t,r,0,!0)&&!e.isTime(r)?!1:e.isVariable(t)&&e.isVariable(r)?!0:e.isTime(t)&&!e.isTime(r)?!1:e.isTime(r)?!0:e.isTime(t)?!1:e.isFunction(t)&&!e.isPrefixed(t)&&e.isFunction(r)&&!e.isPrefixed(r)?!0:h(e,t,r)}function v(e,t,r){return!n(e,t,r,0,!0)&&!(e.isTimingFunction(r)||e.isGlobal(r))?!1:e.isVariable(t)&&e.isVariable(r)?!0:e.isTimingFunction(r)||e.isGlobal(r)}function y(e,t,r){return!n(e,t,r,0,!0)&&!e.isUnit(r)?!1:e.isVariable(t)&&e.isVariable(r)?!0:e.isUnit(t)&&!e.isUnit(r)?!1:e.isUnit(r)?!0:e.isUnit(t)?!1:e.isFunction(t)&&!e.isPrefixed(t)&&e.isFunction(r)&&!e.isPrefixed(r)?!0:h(e,t,r)}function b(e){var t=p(e);return function(e,n,r){return y(e,n,r)||t(e,n,r)}}function x(e,t,r){return!n(e,t,r,0,!0)&&!(e.isUnit(r)||e.isNumber(r))?!1:e.isVariable(t)&&e.isVariable(r)?!0:(e.isUnit(t)||e.isNumber(t))&&!(e.isUnit(r)||e.isNumber(r))?!1:e.isUnit(r)||e.isNumber(r)?!0:e.isUnit(t)||e.isNumber(t)?!1:e.isFunction(t)&&!e.isPrefixed(t)&&e.isFunction(r)&&!e.isPrefixed(r)?!0:h(e,t,r)}function S(e,t,r){return!n(e,t,r,0,!0)&&!e.isZIndex(r)?!1:e.isVariable(t)&&e.isVariable(r)?!0:e.isZIndex(r)}t.exports={generic:{color:c,components:l,image:d,propertyName:m,time:_,timingFunction:v,unit:y,unitOrNumber:x},property:{animationDirection:p(`animation-direction`),animationFillMode:f(`animation-fill-mode`),animationIterationCount:r,animationName:i,animationPlayState:p(`animation-play-state`),backgroundAttachment:f(`background-attachment`),backgroundClip:p(`background-clip`),backgroundOrigin:f(`background-origin`),backgroundPosition:o,backgroundRepeat:f(`background-repeat`),backgroundSize:s,bottom:b(`bottom`),borderCollapse:f(`border-collapse`),borderStyle:p(`*-style`),clear:p(`clear`),cursor:p(`cursor`),display:p(`display`),float:p(`float`),left:b(`left`),fontFamily:u,fontStretch:p(`font-stretch`),fontStyle:p(`font-style`),fontVariant:p(`font-variant`),fontWeight:p(`font-weight`),listStyleType:p(`list-style-type`),listStylePosition:p(`list-style-position`),outlineStyle:p(`*-style`),overflow:p(`overflow`),position:p(`position`),right:b(`right`),textAlign:p(`text-align`),textDecoration:p(`text-decoration`),textOverflow:p(`text-overflow`),textShadow:g,top:b(`top`),transform:h,verticalAlign:b(`vertical-align`),visibility:p(`visibility`),whiteSpace:p(`white-space`),zIndex:S}}})),ee=t(((e,t)=>{var n=T().single,r=w();function i(e){for(var t=a(e),n=e.components.length-1;n>=0;n--){var r=a(e.components[n]);r.value=e.components[n].value.slice(0),t.components.unshift(r)}return t.dirty=!0,t.value=e.value.slice(0),t}function a(e){var t=n([r.PROPERTY,[r.PROPERTY_NAME,e.name]]);return t.important=e.important,t.hack=e.hack,t.unused=!1,t}t.exports={deep:i,shallow:a}})),te=t(((e,t)=>{var n=ee().shallow,r=w(),i=g();function a(e){for(var t=0,n=e.length;t<n;t++){var r=e[t][1];if(r!=`inherit`&&r!=i.COMMA&&r!=i.FORWARD_SLASH)return!1}return!0}function o(e,t,n){var o=e.components,s=[],c,l;function u(e){Array.prototype.unshift.apply(s,e.value)}function d(e){var n=t[e.name];return n.doubleValues&&n.defaultValue.length==1?e.value[0][1]==n.defaultValue[0]&&(e.value[1]?e.value[1][1]==n.defaultValue[0]:!0):n.doubleValues&&n.defaultValue.length!=1?e.value[0][1]==n.defaultValue[0]&&(e.value[1]?e.value[1][1]:e.value[0][1])==n.defaultValue[1]:e.value[0][1]==n.defaultValue}for(var f=o.length-1;f>=0;f--){var p=o[f],m=d(p);if(p.name==`background-clip`){var h=o[f-1],g=d(h);c=p.value[0][1]==h.value[0][1],l=!c&&(g&&!m||!g&&!m||!g&&m&&p.value[0][1]!=h.value[0][1]),c?u(h):l&&(u(p),u(h)),f--}else if(p.name==`background-size`){var _=o[f-1],v=d(_);c=!v&&m,l=!c&&(v&&!m||!v&&!m),c?u(_):l?(u(p),s.unshift([r.PROPERTY_VALUE,i.FORWARD_SLASH]),u(_)):_.value.length==1&&u(_),f--}else{if(m||t[p.name].multiplexLastOnly&&!n)continue;u(p)}}return s.length===0&&e.value.length==1&&e.value[0][1]==`0`&&s.push(e.value[0]),s.length===0&&s.push([r.PROPERTY_VALUE,t[e.name].defaultValue]),a(s)?[s[0]]:s}function s(e){if(e.multiplex){for(var t=n(e),a=n(e),o=0;o<4;o++){var s=e.components[o],c=n(e);c.value=[s.value[0]],t.components.push(c);var u=n(e);u.value=[s.value[1]||s.value[0]],a.components.push(u)}var d=l(t),f=l(a);return d.length==f.length&&d[0][1]==f[0][1]&&(!(d.length>1)||d[1][1]==f[1][1])&&(!(d.length>2)||d[2][1]==f[2][1])&&(!(d.length>3)||d[3][1]==f[3][1])?d:d.concat([[r.PROPERTY_VALUE,i.FORWARD_SLASH]]).concat(f)}return l(e)}function c(e,t){var n=e.components,o=[],s,c=0,l=0;if(e.value[0][1].indexOf(i.INTERNAL)===0)return e.value[0][1]=e.value[0][1].substring(i.INTERNAL.length),e.value;for(;c<4;)s=n[c],s.value[0][1]!=t[s.name].defaultValue&&Array.prototype.push.apply(o,s.value),c++;for(Array.prototype.push.apply(o,n[c].value),c++,n[c].value[0][1]!=t[n[c].name].defaultValue&&(Array.prototype.push.apply(o,[[r.PROPERTY_VALUE,i.FORWARD_SLASH]]),Array.prototype.push.apply(o,n[c].value)),c++;n[c].value[l];)o.push(n[c].value[l]),n[c].value[l+1]&&o.push([r.PROPERTY_VALUE,i.COMMA]),l++;return a(o)?[o[0]]:o}function l(e){var t=e.components,n=t[0].value[0],r=t[1].value[0],i=t[2].value[0],a=t[3].value[0];return n[1]==r[1]&&n[1]==i[1]&&n[1]==a[1]?[n]:n[1]==i[1]&&r[1]==a[1]?[n,r]:r[1]==a[1]?[n,r,i]:[n,r,i,a]}function u(e){return function(t,a){if(!t.multiplex)return e(t,a,!0);var o=0,s=[],c={},l,u;for(l=0,u=t.components[0].value.length;l<u;l++)t.components[0].value[l][1]==i.COMMA&&o++;for(l=0;l<=o;l++){for(var d=n(t),f=0,p=t.components.length;f<p;f++){var m=t.components[f],h=n(m);d.components.push(h);for(var g=c[h.name]||0,_=m.value.length;g<_;g++){if(m.value[g][1]==i.COMMA){c[h.name]=g+1;break}h.value.push(m.value[g])}}var v=e(d,a,l==o);Array.prototype.push.apply(s,v),l<o&&s.push([r.PROPERTY_VALUE,i.COMMA])}return s}}function d(e,t){for(var n=e.components,i=[],o=n.length-1;o>=0;o--){var s=n[o],c=t[s.name];(s.value[0][1]!=c.defaultValue||`keepUnlessDefault`in c&&!f(n,t,c.keepUnlessDefault))&&i.unshift(s.value[0])}return i.length===0&&i.push([r.PROPERTY_VALUE,t[e.name].defaultValue]),a(i)?[i[0]]:i}function f(e,t,n){var r,i,a;for(i=0,a=e.length;i<a;i++)if(r=e[i],r.name==n&&r.value[0][1]==t[n].defaultValue)return!0;return!1}t.exports={background:o,borderRadius:s,font:c,fourValues:l,multiplex:u,withoutDefaults:d}})),ne=t(((e,t)=>{var n=m(),r=/^\d+$/,i=[`*`,`all`],a=`off`,o=`,`,s=`=`;function c(e){return n(l(a),u(e))}function l(e){return{ch:e,cm:e,em:e,ex:e,in:e,mm:e,pc:e,pt:e,px:e,q:e,rem:e,vh:e,vmax:e,vmin:e,vw:e,"%":e}}function u(e){return e==null||typeof e==`boolean`?{}:typeof e==`number`&&e==-1?l(a):typeof e==`number`?l(e):typeof e==`string`&&r.test(e)?l(parseInt(e)):typeof e==`string`&&e==a?l(a):typeof e==`object`?e:e.split(o).reduce(function(e,t){var r=t.split(s),o=r[0],c=parseInt(r[1]);return(Number.isNaN(c)||c==-1)&&(c=a),i.indexOf(o)>-1?e=n(e,l(c)):e[o]=c,e},{})}t.exports={DEFAULT:a,roundingPrecisionFrom:c}})),j=t(((e,t)=>{var n=ne().roundingPrecisionFrom,r=m(),i={Zero:`0`,One:`1`,Two:`2`},a={};a[i.Zero]={},a[i.One]={cleanupCharsets:!0,normalizeUrls:!0,optimizeBackground:!0,optimizeBorderRadius:!0,optimizeFilter:!0,optimizeFontWeight:!0,optimizeOutline:!0,removeEmpty:!0,removeNegativePaddings:!0,removeQuotes:!0,removeWhitespace:!0,replaceMultipleZeros:!0,replaceTimeUnits:!0,replaceZeroUnits:!0,roundingPrecision:n(void 0),selectorsSortingMethod:`standard`,specialComments:`all`,tidyAtRules:!0,tidyBlockScopes:!0,tidySelectors:!0,variableValueOptimizers:[]},a[i.Two]={mergeAdjacentRules:!0,mergeIntoShorthands:!0,mergeMedia:!0,mergeNonAdjacentRules:!0,mergeSemantically:!1,overrideProperties:!0,removeEmpty:!0,reduceNonAdjacentRules:!0,removeDuplicateFontRules:!0,removeDuplicateMediaBlocks:!0,removeDuplicateRules:!0,removeUnusedAtRules:!1,restructureRules:!1,skipProperties:[]};var o=`*`,s=`all`,c=`false`,l=`off`,u=`true`,d=`on`,f=`,`,p=`;`,h=`:`;function g(e){var t=r(a,{}),c=i.Zero,l=i.One,u=i.Two;return e===void 0?(delete t[u],t):(typeof e==`string`&&(e=parseInt(e)),typeof e==`number`&&e===parseInt(u)?t:typeof e==`number`&&e===parseInt(l)?(delete t[u],t):typeof e==`number`&&e===parseInt(c)?(delete t[u],delete t[l],t):(typeof e==`object`&&(e=y(e)),l in e&&`roundingPrecision`in e[l]&&(e[l].roundingPrecision=n(e[l].roundingPrecision)),u in e&&`skipProperties`in e[u]&&typeof e[u].skipProperties==`string`&&(e[u].skipProperties=e[u].skipProperties.split(f)),(c in e||l in e||u in e)&&(t[c]=r(t[c],e[c])),l in e&&o in e[l]&&(t[l]=r(t[l],_(l,v(e[l][o]))),delete e[l][o]),l in e&&s in e[l]&&(t[l]=r(t[l],_(l,v(e[l][s]))),delete e[l][s]),l in e||u in e?t[l]=r(t[l],e[l]):delete t[l],u in e&&o in e[u]&&(t[u]=r(t[u],_(u,v(e[u][o]))),delete e[u][o]),u in e&&s in e[u]&&(t[u]=r(t[u],_(u,v(e[u][s]))),delete e[u][s]),u in e?t[u]=r(t[u],e[u]):delete t[u],t))}function _(e,t){var n=r(a[e],{}),i;for(i in n)typeof n[i]==`boolean`&&(n[i]=t);return n}function v(e){switch(e){case c:case l:return!1;case u:case d:return!0;default:return e}}function y(e){var t=r(e,{}),n,i;for(i=0;i<=2;i++)n=``+i,n in t&&(t[n]===void 0||t[n]===!1)&&delete t[n],n in t&&t[n]===!0&&(t[n]={}),n in t&&typeof t[n]==`string`&&(t[n]=b(t[n],n));return t}function b(e,t){return e.split(p).reduce(function(e,n){var i=n.split(h),a=i[0],c=i[1],l=v(c);return o==a||s==a?e=r(e,_(t,l)):e[a]=l,e},{})}t.exports={OptimizationLevel:i,optimizationLevelFrom:g}})),re=t(((e,t)=>{var n=j().OptimizationLevel;t.exports={level1:{property:function(e,t,r){var i=t.value;r.level[n.One].optimizeBackground&&(i.length==1&&i[0][1]==`none`&&(i[0][1]=`0 0`),i.length==1&&i[0][1]==`transparent`&&(i[0][1]=`0 0`))}}}})),M=t(((e,t)=>{t.exports={level1:{property:function(e,t){var n=t.value;n.length==4&&n[0][1]===`0`&&n[1][1]===`0`&&n[2][1]===`0`&&n[3][1]===`0`&&(t.value.splice(2),t.dirty=!0)}}}})),ie=t(((e,t)=>{var n=j().OptimizationLevel;t.exports={level1:{property:function(e,t,r){var i=t.value;r.level[n.One].optimizeBorderRadius&&(i.length==3&&i[1][1]==`/`&&i[0][1]==i[2][1]?(t.value.splice(1),t.dirty=!0):i.length==5&&i[2][1]==`/`&&i[0][1]==i[3][1]&&i[1][1]==i[4][1]?(t.value.splice(2),t.dirty=!0):i.length==7&&i[3][1]==`/`&&i[0][1]==i[4][1]&&i[1][1]==i[5][1]&&i[2][1]==i[6][1]?(t.value.splice(3),t.dirty=!0):i.length==9&&i[4][1]==`/`&&i[0][1]==i[5][1]&&i[1][1]==i[6][1]&&i[2][1]==i[7][1]&&i[3][1]==i[8][1]&&(t.value.splice(4),t.dirty=!0))}}}})),ae=t(((e,t)=>{var n=j().OptimizationLevel,r=/progid:DXImageTransform\.Microsoft\.(Alpha|Chroma)(\W)/,i=/,(\S)/g,a=/ ?= ?/g;t.exports={level1:{property:function(e,t,o){o.compatibility.properties.ieFilters&&o.level[n.One].optimizeFilter&&(t.value.length==1&&(t.value[0][1]=t.value[0][1].replace(r,function(e,t,n){return t.toLowerCase()+n})),t.value[0][1]=t.value[0][1].replace(i,`, $1`).replace(a,`=`))}}}})),oe=t(((e,t)=>{var n=j().OptimizationLevel;t.exports={level1:{property:function(e,t,r){var i=t.value[0][1];r.level[n.One].optimizeFontWeight&&(i==`normal`?i=`400`:i==`bold`&&(i=`700`),t.value[0][1]=i)}}}})),se=t(((e,t)=>{var n=j().OptimizationLevel;t.exports={level1:{property:function(e,t,r){var i=t.value;r.level[n.One].replaceMultipleZeros&&i.length==4&&i[0][1]===`0`&&i[1][1]===`0`&&i[2][1]===`0`&&i[3][1]===`0`&&(t.value.splice(1),t.dirty=!0)}}}})),ce=t(((e,t)=>{var n=j().OptimizationLevel;t.exports={level1:{property:function(e,t,r){var i=t.value;r.level[n.One].optimizeOutline&&i.length==1&&i[0][1]==`none`&&(i[0][1]=`0`)}}}})),N=t(((e,t)=>{var n=j().OptimizationLevel;function r(e){return e&&e[1][0]==`-`&&parseFloat(e[1])<0}t.exports={level1:{property:function(e,t,i){var a=t.value;a.length==4&&a[0][1]===`0`&&a[1][1]===`0`&&a[2][1]===`0`&&a[3][1]===`0`&&(t.value.splice(1),t.dirty=!0),i.level[n.One].removeNegativePaddings&&(r(t.value[0])||r(t.value[1])||r(t.value[2])||r(t.value[3]))&&(t.unused=!0)}}}})),le=t(((e,t)=>{t.exports={background:re().level1.property,boxShadow:M().level1.property,borderRadius:ie().level1.property,filter:ae().level1.property,fontWeight:oe().level1.property,margin:se().level1.property,outline:ce().level1.property,padding:N().level1.property}})),ue=t(((e,t)=>{var n={aliceblue:`#f0f8ff`,antiquewhite:`#faebd7`,aqua:`#0ff`,aquamarine:`#7fffd4`,azure:`#f0ffff`,beige:`#f5f5dc`,bisque:`#ffe4c4`,black:`#000`,blanchedalmond:`#ffebcd`,blue:`#00f`,blueviolet:`#8a2be2`,brown:`#a52a2a`,burlywood:`#deb887`,cadetblue:`#5f9ea0`,chartreuse:`#7fff00`,chocolate:`#d2691e`,coral:`#ff7f50`,cornflowerblue:`#6495ed`,cornsilk:`#fff8dc`,crimson:`#dc143c`,cyan:`#0ff`,darkblue:`#00008b`,darkcyan:`#008b8b`,darkgoldenrod:`#b8860b`,darkgray:`#a9a9a9`,darkgreen:`#006400`,darkgrey:`#a9a9a9`,darkkhaki:`#bdb76b`,darkmagenta:`#8b008b`,darkolivegreen:`#556b2f`,darkorange:`#ff8c00`,darkorchid:`#9932cc`,darkred:`#8b0000`,darksalmon:`#e9967a`,darkseagreen:`#8fbc8f`,darkslateblue:`#483d8b`,darkslategray:`#2f4f4f`,darkslategrey:`#2f4f4f`,darkturquoise:`#00ced1`,darkviolet:`#9400d3`,deeppink:`#ff1493`,deepskyblue:`#00bfff`,dimgray:`#696969`,dimgrey:`#696969`,dodgerblue:`#1e90ff`,firebrick:`#b22222`,floralwhite:`#fffaf0`,forestgreen:`#228b22`,fuchsia:`#f0f`,gainsboro:`#dcdcdc`,ghostwhite:`#f8f8ff`,gold:`#ffd700`,goldenrod:`#daa520`,gray:`#808080`,green:`#008000`,greenyellow:`#adff2f`,grey:`#808080`,honeydew:`#f0fff0`,hotpink:`#ff69b4`,indianred:`#cd5c5c`,indigo:`#4b0082`,ivory:`#fffff0`,khaki:`#f0e68c`,lavender:`#e6e6fa`,lavenderblush:`#fff0f5`,lawngreen:`#7cfc00`,lemonchiffon:`#fffacd`,lightblue:`#add8e6`,lightcoral:`#f08080`,lightcyan:`#e0ffff`,lightgoldenrodyellow:`#fafad2`,lightgray:`#d3d3d3`,lightgreen:`#90ee90`,lightgrey:`#d3d3d3`,lightpink:`#ffb6c1`,lightsalmon:`#ffa07a`,lightseagreen:`#20b2aa`,lightskyblue:`#87cefa`,lightslategray:`#778899`,lightslategrey:`#778899`,lightsteelblue:`#b0c4de`,lightyellow:`#ffffe0`,lime:`#0f0`,limegreen:`#32cd32`,linen:`#faf0e6`,magenta:`#ff00ff`,maroon:`#800000`,mediumaquamarine:`#66cdaa`,mediumblue:`#0000cd`,mediumorchid:`#ba55d3`,mediumpurple:`#9370db`,mediumseagreen:`#3cb371`,mediumslateblue:`#7b68ee`,mediumspringgreen:`#00fa9a`,mediumturquoise:`#48d1cc`,mediumvioletred:`#c71585`,midnightblue:`#191970`,mintcream:`#f5fffa`,mistyrose:`#ffe4e1`,moccasin:`#ffe4b5`,navajowhite:`#ffdead`,navy:`#000080`,oldlace:`#fdf5e6`,olive:`#808000`,olivedrab:`#6b8e23`,orange:`#ffa500`,orangered:`#ff4500`,orchid:`#da70d6`,palegoldenrod:`#eee8aa`,palegreen:`#98fb98`,paleturquoise:`#afeeee`,palevioletred:`#db7093`,papayawhip:`#ffefd5`,peachpuff:`#ffdab9`,peru:`#cd853f`,pink:`#ffc0cb`,plum:`#dda0dd`,powderblue:`#b0e0e6`,purple:`#800080`,rebeccapurple:`#663399`,red:`#f00`,rosybrown:`#bc8f8f`,royalblue:`#4169e1`,saddlebrown:`#8b4513`,salmon:`#fa8072`,sandybrown:`#f4a460`,seagreen:`#2e8b57`,seashell:`#fff5ee`,sienna:`#a0522d`,silver:`#c0c0c0`,skyblue:`#87ceeb`,slateblue:`#6a5acd`,slategray:`#708090`,slategrey:`#708090`,snow:`#fffafa`,springgreen:`#00ff7f`,steelblue:`#4682b4`,tan:`#d2b48c`,teal:`#008080`,thistle:`#d8bfd8`,tomato:`#ff6347`,turquoise:`#40e0d0`,violet:`#ee82ee`,wheat:`#f5deb3`,white:`#fff`,whitesmoke:`#f5f5f5`,yellow:`#ff0`,yellowgreen:`#9acd32`},r={},i={};for(var a in n){var o=n[a];a.length<o.length?i[o]=a:r[a]=o}var s=RegExp(`(^| |,|\\))(`+Object.keys(r).join(`|`)+`)( |,|\\)|$)`,`ig`),c=RegExp(`(`+Object.keys(i).join(`|`)+`)([^a-f0-9]|$)`,`ig`);function l(e,t,n,i){return t+r[n.toLowerCase()]+i}function u(e,t,n){return i[t.toLowerCase()]+n}function d(e){var t=e.indexOf(`#`)>-1,n=e.replace(s,l);return n!=e&&(n=n.replace(s,l)),t?n.replace(c,u):n}t.exports=d})),de=t(((e,t)=>{function n(e,t,n){var i,a,o;if(e%=360,e<0&&(e+=360),e=~~e/360,t<0?t=0:t>100&&(t=100),t=~~t/100,n<0?n=0:n>100&&(n=100),n=~~n/100,t===0)i=a=o=n;else{var s=n<.5?n*(1+t):n+t-n*t,c=2*n-s;i=r(c,s,e+1/3),a=r(c,s,e),o=r(c,s,e-1/3)}return[~~(i*255),~~(a*255),~~(o*255)]}function r(e,t,n){return n<0&&(n+=1),n>1&&--n,n<1/6?e+(t-e)*6*n:n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function i(e,t,r){var i=n(e,t,r),a=i[0].toString(16),o=i[1].toString(16),s=i[2].toString(16);return`#`+((a.length==1?`0`:``)+a)+((o.length==1?`0`:``)+o)+((s.length==1?`0`:``)+s)}t.exports=i})),fe=t(((e,t)=>{function n(e,t,n){var r=Math.max(0,Math.min(parseInt(e),255)),i=Math.max(0,Math.min(parseInt(t),255)),a=Math.max(0,Math.min(parseInt(n),255));return`#`+(`00000`+(r<<16|i<<8|a).toString(16)).slice(-6)}t.exports=n})),pe=t(((e,t)=>{var n=g();function r(e,t,n){return n?t.test(e):e===t}function i(e,t){var i=n.OPEN_ROUND_BRACKET,a=n.CLOSE_ROUND_BRACKET,o=0,s=0,c=0,l,u,d=e.length,f=[],p=typeof t==`object`&&`exec`in t;if(!p&&e.indexOf(t)==-1)return[e];if(e.indexOf(i)==-1)return e.split(t);for(;s<d;)e[s]==i?o++:e[s]==a&&o--,o===0&&s>0&&s+1<d&&r(e[s],t,p)&&(f.push(e.substring(c,s)),p&&t.exec(e[s]).length>1&&f.push(e[s]),c=s+1),s++;return c<s+1&&(l=e.substring(c),u=l[l.length-1],r(u,t,p)&&(l=l.substring(0,l.length-1)),f.push(l)),f}t.exports=i})),me=t(((e,t)=>{var n=ue(),r=de(),i=fe(),a=pe(),o=/(rgb|rgba|hsl|hsla)\(([^()]+)\)/gi,s=/#|rgb|hsl/gi,c=/(^|[^='"])#([0-9a-f]{6})/gi,l=/(^|[^='"])#([0-9a-f]{3})/gi,u=/[0-9a-f]/i,d=/hsl\((-?\d+),(-?\d+)%?,(-?\d+)%?\)/gi,f=/(rgb|hsl)a?\((-?\d+),(-?\d+%?),(-?\d+%?),(0*[1-9]+[0-9]*(\.?\d*)?)\)/gi,p=/rgb\((-?\d+),(-?\d+),(-?\d+)\)/gi,m=/(?:rgba|hsla)\(0,0%?,0%?,0\)/g;t.exports={level1:{value:function(e,t,h){return h.compatibility.properties.colors?t.match(s)?(t=t.replace(f,function(e,t,n,r,i,a){return parseInt(a)>=1?t+`(`+[n,r,i].join(`,`)+`)`:e}).replace(p,function(e,t,n,r){return i(t,n,r)}).replace(d,function(e,t,n,i){return r(t,n,i)}).replace(c,function(e,t,n,r,i){var a=i[r+e.length];return a&&u.test(a)?e:n[0]==n[1]&&n[2]==n[3]&&n[4]==n[5]?(t+`#`+n[0]+n[2]+n[4]).toLowerCase():(t+`#`+n).toLowerCase()}).replace(l,function(e,t,n){return t+`#`+n.toLowerCase()}).replace(o,function(e,t,n){var r=n.split(`,`),i=t&&t.toLowerCase();return i==`hsl`&&r.length==3||i==`hsla`&&r.length==4||i==`rgb`&&r.length===3&&n.indexOf(`%`)>0||i==`rgba`&&r.length==4&&r[0].indexOf(`%`)>0?(r[1].indexOf(`%`)==-1&&(r[1]+=`%`),r[2].indexOf(`%`)==-1&&(r[2]+=`%`),t+`(`+r.join(`,`)+`)`):e}),h.compatibility.colors.opacity&&e.indexOf(`background`)==-1&&(t=t.replace(m,function(e){return a(t,`,`).pop().indexOf(`gradient(`)>-1?e:`transparent`})),n(t)):n(t):t}}}})),P=t(((e,t)=>{var n=/\(0deg\)/g;t.exports={level1:{value:function(e,t,r){return!r.compatibility.properties.zeroUnits||t.indexOf(`0deg`)==-1?t:t.replace(n,`(0)`)}}}})),he=t(((e,t)=>{var n=/^url\(/i;function r(e){return n.test(e)}t.exports=r})),F=t(((e,t)=>{var n=pe(),r=he(),i=j().OptimizationLevel,a=/^expression\(.*\)$/,o=/^(-(?:moz|ms|o|webkit)-[a-z-]+|[a-z-]+)\((.+)\)$/,s=/([\s,/])/,c=/(^|\D)\.0+(\D|$)/g,l=/\.([1-9]*)0+(\D|$)/g,u=/(^|\D)0\.(\d)/g,d=/([^\w\d-]|^)-0([^.]|$)/g,f=/(^|\s)0+([1-9])/g;function p(e){var t,i;return r(e)||a.test(e)?e:(t=o.exec(e),t?(i=n(t[2],s).map(function(e){return p(e)}),t[1]+`(`+i.join(``)+`)`):m(e))}function m(e){return e.indexOf(`0`)==-1?e:(e.indexOf(`-`)>-1&&(e=e.replace(d,`$10$2`).replace(d,`$10$2`)),e.replace(f,`$1$2`).replace(c,`$10$2`).replace(l,function(e,t,n){return(t.length>0?`.`:``)+t+n}).replace(u,`$1.$2`))}t.exports={level1:{value:function(e,t,n){return n.level[i.One].replaceZeroUnits?p(t):t}}}})),ge=t(((e,t)=>{t.exports={level1:{value:function(e,t,n){return!n.precision.enabled||t.indexOf(`.`)===-1?t:t.replace(n.precision.decimalPointMatcher,`$1$2$3`).replace(n.precision.zeroMatcher,function(e,t,r,i){var a=n.precision.units[i].multiplier,o=parseInt(t);return Math.round(((Number.isNaN(o)?0:o)+parseFloat(r))*a)/a+i})}}}})),I=t(((e,t)=>{var n=j().OptimizationLevel,r=/^local\(/i,i=/^('.*'|".*")$/,a=/^['"][a-zA-Z][a-zA-Z\d\-_]+['"]$/,o=/^['"](?:cursive|default|emoji|fangsong|fantasy|inherit|initial|math|monospace|revert|revert-layer|sans-serif|serif|system-ui|ui-monospace|ui-rounded|ui-sans-serif|ui-serif|unset)['"]$/;t.exports={level1:{value:function(e,t,s){return(e==`font-family`||e==`font`)&&o.test(t)||!s.level[n.One].removeQuotes||!i.test(t)&&!r.test(t)?t:a.test(t)?t.substring(1,t.length-1):t}}}})),_e=t(((e,t)=>{var n=j().OptimizationLevel,r=/^(-?[\d.]+)(m?s)$/;t.exports={level1:{value:function(e,t,i){return!i.level[n.One].replaceTimeUnits||!r.test(t)?t:t.replace(r,function(e,t,n){var r;return n==`ms`?r=parseInt(t)/1e3+`s`:n==`s`&&(r=parseFloat(t)*1e3+`ms`),r.length<e.length?r:e})}}}})),ve=t(((e,t)=>{var n=/(?:^|\s|\()(-?\d+)px/;t.exports={level1:{value:function(e,t,r){return n.test(t)?t.replace(n,function(e,t){var n,i=parseInt(t);return i===0?e:(r.compatibility.properties.shorterLengthUnits&&r.compatibility.units.pt&&i*3%4==0&&(n=i*3/4+`pt`),r.compatibility.properties.shorterLengthUnits&&r.compatibility.units.pc&&i%16==0&&(n=i/16+`pc`),r.compatibility.properties.shorterLengthUnits&&r.compatibility.units.in&&i%96==0&&(n=i/96+`in`),n&&=e.substring(0,e.indexOf(t))+n,n&&n.length<e.length?n:e)}):t}}}})),ye=t(((e,t)=>{var n=he(),r=j().OptimizationLevel,i=/^url\(/i;t.exports={level1:{value:function(e,t,a){return!a.level[r.One].normalizeUrls||!n(t)?t:t.replace(i,`url(`)}}}})),be=t(((e,t)=>{var n=/^url\(['"].+['"]\)$/,r=/^url\(['"].*[*\s()'"].*['"]\)$/,i=/["']/g,a=/^url\(['"]data:[^;]+;charset/;t.exports={level1:{value:function(e,t,o){return o.compatibility.properties.urlQuotes?t:n.test(t)&&!r.test(t)&&!a.test(t)?t.replace(i,``):t}}}})),xe=t(((e,t)=>{var n=he(),r=/\\?\n|\\?\r\n/g,i=/(\()\s+/g,a=/\s+(\))/g;t.exports={level1:{value:function(e,t){return n(t)?t.replace(r,``).replace(i,`$1`).replace(a,`$1`):t}}}})),Se=t(((e,t)=>{var n=j().OptimizationLevel,r=g(),i=/\) ?\/ ?/g,a=/, /g,o=/\r?\n/g,s=/\s+/g,c=/\s+(;?\))/g,l=/(\(;?)\s+/g,u=/^--\S+$/,d=/^var\(\s*--\S+\s*\)$/;t.exports={level1:{value:function(e,t,f){return!f.level[n.One].removeWhitespace||u.test(e)&&!d.test(t)||t.indexOf(` `)==-1&&t.indexOf(`
6
+ `)==-1||t.indexOf(`expression`)===0||t.indexOf(r.SINGLE_QUOTE)>-1||t.indexOf(r.DOUBLE_QUOTE)>-1?t:(t=t.replace(o,``),t=t.replace(s,` `),t.indexOf(`calc`)>-1&&(t=t.replace(i,`)/ `)),t.replace(l,`$1`).replace(c,`$1`).replace(a,`,`))}}}})),Ce=t(((e,t)=>{var n=pe(),r=/^(-(?:moz|ms|o|webkit)-[a-z-]+|[a-z-]+)\((.+)\)$/,i=/^(?:-moz-calc|-webkit-calc|calc|rgb|hsl|rgba|hsla|min|max|clamp|expression)\(/,a=/([\s,/])/;function o(e,t){var c,l;return i.test(e)?e:(c=r.exec(e),c?(l=n(c[2],a).map(function(e){return o(e,t)}),c[1]+`(`+l.join(``)+`)`):s(e,t))}function s(e,t){return e.replace(t.unitsRegexp,`$10$2`).replace(t.unitsRegexp,`$10$2`)}t.exports={level1:{value:function(e,t,n){return!n.compatibility.properties.zeroUnits||t.indexOf(`%`)>0&&(e==`height`||e==`max-height`||e==`width`||e==`max-width`)?t:o(t,n)}}}})),we=t(((e,t)=>{t.exports={color:me().level1.value,degrees:P().level1.value,fraction:F().level1.value,precision:ge().level1.value,textQuotes:I().level1.value,time:_e().level1.value,unit:ve().level1.value,urlPrefix:ye().level1.value,urlQuotes:be().level1.value,urlWhiteSpace:xe().level1.value,whiteSpace:Se().level1.value,zero:Ce().level1.value}})),Te=t(((e,t)=>{var n=D(),r=A(),i=te(),a=le(),o=we(),s=m(),c={animation:{canOverride:r.generic.components([r.generic.time,r.generic.timingFunction,r.generic.time,r.property.animationIterationCount,r.property.animationDirection,r.property.animationFillMode,r.property.animationPlayState,r.property.animationName]),components:[`animation-duration`,`animation-timing-function`,`animation-delay`,`animation-iteration-count`,`animation-direction`,`animation-fill-mode`,`animation-play-state`,`animation-name`],breakUp:n.multiplex(n.animation),defaultValue:`none`,restore:i.multiplex(i.withoutDefaults),shorthand:!0,valueOptimizers:[o.whiteSpace,o.textQuotes,o.time,o.fraction,o.precision,o.unit,o.zero],vendorPrefixes:[`-moz-`,`-o-`,`-webkit-`]},"animation-delay":{canOverride:r.generic.time,componentOf:[`animation`],defaultValue:`0s`,intoMultiplexMode:`real`,valueOptimizers:[o.time,o.fraction,o.precision,o.unit,o.zero],vendorPrefixes:[`-moz-`,`-o-`,`-webkit-`]},"animation-direction":{canOverride:r.property.animationDirection,componentOf:[`animation`],defaultValue:`normal`,intoMultiplexMode:`real`,vendorPrefixes:[`-moz-`,`-o-`,`-webkit-`]},"animation-duration":{canOverride:r.generic.time,componentOf:[`animation`],defaultValue:`0s`,intoMultiplexMode:`real`,keepUnlessDefault:`animation-delay`,valueOptimizers:[o.time,o.fraction,o.precision,o.unit,o.zero],vendorPrefixes:[`-moz-`,`-o-`,`-webkit-`]},"animation-fill-mode":{canOverride:r.property.animationFillMode,componentOf:[`animation`],defaultValue:`none`,intoMultiplexMode:`real`,vendorPrefixes:[`-moz-`,`-o-`,`-webkit-`]},"animation-iteration-count":{canOverride:r.property.animationIterationCount,componentOf:[`animation`],defaultValue:`1`,intoMultiplexMode:`real`,vendorPrefixes:[`-moz-`,`-o-`,`-webkit-`]},"animation-name":{canOverride:r.property.animationName,componentOf:[`animation`],defaultValue:`none`,intoMultiplexMode:`real`,valueOptimizers:[o.textQuotes],vendorPrefixes:[`-moz-`,`-o-`,`-webkit-`]},"animation-play-state":{canOverride:r.property.animationPlayState,componentOf:[`animation`],defaultValue:`running`,intoMultiplexMode:`real`,vendorPrefixes:[`-moz-`,`-o-`,`-webkit-`]},"animation-timing-function":{canOverride:r.generic.timingFunction,componentOf:[`animation`],defaultValue:`ease`,intoMultiplexMode:`real`,vendorPrefixes:[`-moz-`,`-o-`,`-webkit-`]},background:{canOverride:r.generic.components([r.generic.image,r.property.backgroundPosition,r.property.backgroundSize,r.property.backgroundRepeat,r.property.backgroundAttachment,r.property.backgroundOrigin,r.property.backgroundClip,r.generic.color]),components:[`background-image`,`background-position`,`background-size`,`background-repeat`,`background-attachment`,`background-origin`,`background-clip`,`background-color`],breakUp:n.multiplex(n.background),defaultValue:`0 0`,propertyOptimizer:a.background,restore:i.multiplex(i.background),shortestValue:`0`,shorthand:!0,valueOptimizers:[o.whiteSpace,o.urlWhiteSpace,o.fraction,o.zero,o.color,o.urlPrefix,o.urlQuotes]},"background-attachment":{canOverride:r.property.backgroundAttachment,componentOf:[`background`],defaultValue:`scroll`,intoMultiplexMode:`real`},"background-clip":{canOverride:r.property.backgroundClip,componentOf:[`background`],defaultValue:`border-box`,intoMultiplexMode:`real`,shortestValue:`border-box`},"background-color":{canOverride:r.generic.color,componentOf:[`background`],defaultValue:`transparent`,intoMultiplexMode:`real`,multiplexLastOnly:!0,nonMergeableValue:`none`,shortestValue:`red`,valueOptimizers:[o.whiteSpace,o.fraction,o.color]},"background-image":{canOverride:r.generic.image,componentOf:[`background`],defaultValue:`none`,intoMultiplexMode:`default`,valueOptimizers:[o.urlWhiteSpace,o.urlPrefix,o.urlQuotes,o.whiteSpace,o.fraction,o.precision,o.unit,o.zero,o.color]},"background-origin":{canOverride:r.property.backgroundOrigin,componentOf:[`background`],defaultValue:`padding-box`,intoMultiplexMode:`real`,shortestValue:`border-box`},"background-position":{canOverride:r.property.backgroundPosition,componentOf:[`background`],defaultValue:[`0`,`0`],doubleValues:!0,intoMultiplexMode:`real`,shortestValue:`0`,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"background-repeat":{canOverride:r.property.backgroundRepeat,componentOf:[`background`],defaultValue:[`repeat`],doubleValues:!0,intoMultiplexMode:`real`},"background-size":{canOverride:r.property.backgroundSize,componentOf:[`background`],defaultValue:[`auto`],doubleValues:!0,intoMultiplexMode:`real`,shortestValue:`0 0`,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},bottom:{canOverride:r.property.bottom,defaultValue:`auto`,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},border:{breakUp:n.border,canOverride:r.generic.components([r.generic.unit,r.property.borderStyle,r.generic.color]),components:[`border-width`,`border-style`,`border-color`],defaultValue:`none`,overridesShorthands:[`border-bottom`,`border-left`,`border-right`,`border-top`],restore:i.withoutDefaults,shorthand:!0,shorthandComponents:!0,valueOptimizers:[o.whiteSpace,o.fraction,o.zero,o.color]},"border-bottom":{breakUp:n.border,canOverride:r.generic.components([r.generic.unit,r.property.borderStyle,r.generic.color]),components:[`border-bottom-width`,`border-bottom-style`,`border-bottom-color`],defaultValue:`none`,restore:i.withoutDefaults,shorthand:!0,valueOptimizers:[o.whiteSpace,o.fraction,o.zero,o.color]},"border-bottom-color":{canOverride:r.generic.color,componentOf:[`border-bottom`,`border-color`],defaultValue:`none`,valueOptimizers:[o.whiteSpace,o.fraction,o.color]},"border-bottom-left-radius":{canOverride:r.generic.unit,componentOf:[`border-radius`],defaultValue:`0`,propertyOptimizer:a.borderRadius,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero],vendorPrefixes:[`-moz-`,`-o-`]},"border-bottom-right-radius":{canOverride:r.generic.unit,componentOf:[`border-radius`],defaultValue:`0`,propertyOptimizer:a.borderRadius,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero],vendorPrefixes:[`-moz-`,`-o-`]},"border-bottom-style":{canOverride:r.property.borderStyle,componentOf:[`border-bottom`,`border-style`],defaultValue:`none`},"border-bottom-width":{canOverride:r.generic.unit,componentOf:[`border-bottom`,`border-width`],defaultValue:`medium`,oppositeTo:`border-top-width`,shortestValue:`0`,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"border-collapse":{canOverride:r.property.borderCollapse,defaultValue:`separate`},"border-color":{breakUp:n.fourValues,canOverride:r.generic.components([r.generic.color,r.generic.color,r.generic.color,r.generic.color]),componentOf:[`border`],components:[`border-top-color`,`border-right-color`,`border-bottom-color`,`border-left-color`],defaultValue:`none`,restore:i.fourValues,shortestValue:`red`,shorthand:!0,singleTypeComponents:!0,valueOptimizers:[o.whiteSpace,o.fraction,o.color]},"border-left":{breakUp:n.border,canOverride:r.generic.components([r.generic.unit,r.property.borderStyle,r.generic.color]),components:[`border-left-width`,`border-left-style`,`border-left-color`],defaultValue:`none`,restore:i.withoutDefaults,shorthand:!0,valueOptimizers:[o.whiteSpace,o.fraction,o.zero,o.color]},"border-left-color":{canOverride:r.generic.color,componentOf:[`border-color`,`border-left`],defaultValue:`none`,valueOptimizers:[o.whiteSpace,o.fraction,o.color]},"border-left-style":{canOverride:r.property.borderStyle,componentOf:[`border-left`,`border-style`],defaultValue:`none`},"border-left-width":{canOverride:r.generic.unit,componentOf:[`border-left`,`border-width`],defaultValue:`medium`,oppositeTo:`border-right-width`,shortestValue:`0`,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"border-radius":{breakUp:n.borderRadius,canOverride:r.generic.components([r.generic.unit,r.generic.unit,r.generic.unit,r.generic.unit]),components:[`border-top-left-radius`,`border-top-right-radius`,`border-bottom-right-radius`,`border-bottom-left-radius`],defaultValue:`0`,propertyOptimizer:a.borderRadius,restore:i.borderRadius,shorthand:!0,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero],vendorPrefixes:[`-moz-`,`-o-`]},"border-right":{breakUp:n.border,canOverride:r.generic.components([r.generic.unit,r.property.borderStyle,r.generic.color]),components:[`border-right-width`,`border-right-style`,`border-right-color`],defaultValue:`none`,restore:i.withoutDefaults,shorthand:!0,valueOptimizers:[o.whiteSpace,o.fraction,o.color]},"border-right-color":{canOverride:r.generic.color,componentOf:[`border-color`,`border-right`],defaultValue:`none`,valueOptimizers:[o.whiteSpace,o.fraction,o.color]},"border-right-style":{canOverride:r.property.borderStyle,componentOf:[`border-right`,`border-style`],defaultValue:`none`},"border-right-width":{canOverride:r.generic.unit,componentOf:[`border-right`,`border-width`],defaultValue:`medium`,oppositeTo:`border-left-width`,shortestValue:`0`,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"border-style":{breakUp:n.fourValues,canOverride:r.generic.components([r.property.borderStyle,r.property.borderStyle,r.property.borderStyle,r.property.borderStyle]),componentOf:[`border`],components:[`border-top-style`,`border-right-style`,`border-bottom-style`,`border-left-style`],defaultValue:`none`,restore:i.fourValues,shorthand:!0,singleTypeComponents:!0},"border-top":{breakUp:n.border,canOverride:r.generic.components([r.generic.unit,r.property.borderStyle,r.generic.color]),components:[`border-top-width`,`border-top-style`,`border-top-color`],defaultValue:`none`,restore:i.withoutDefaults,shorthand:!0,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.zero,o.color,o.unit]},"border-top-color":{canOverride:r.generic.color,componentOf:[`border-color`,`border-top`],defaultValue:`none`,valueOptimizers:[o.whiteSpace,o.fraction,o.color]},"border-top-left-radius":{canOverride:r.generic.unit,componentOf:[`border-radius`],defaultValue:`0`,propertyOptimizer:a.borderRadius,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero],vendorPrefixes:[`-moz-`,`-o-`]},"border-top-right-radius":{canOverride:r.generic.unit,componentOf:[`border-radius`],defaultValue:`0`,propertyOptimizer:a.borderRadius,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero],vendorPrefixes:[`-moz-`,`-o-`]},"border-top-style":{canOverride:r.property.borderStyle,componentOf:[`border-style`,`border-top`],defaultValue:`none`},"border-top-width":{canOverride:r.generic.unit,componentOf:[`border-top`,`border-width`],defaultValue:`medium`,oppositeTo:`border-bottom-width`,shortestValue:`0`,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"border-width":{breakUp:n.fourValues,canOverride:r.generic.components([r.generic.unit,r.generic.unit,r.generic.unit,r.generic.unit]),componentOf:[`border`],components:[`border-top-width`,`border-right-width`,`border-bottom-width`,`border-left-width`],defaultValue:`medium`,restore:i.fourValues,shortestValue:`0`,shorthand:!0,singleTypeComponents:!0,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"box-shadow":{propertyOptimizer:a.boxShadow,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero,o.color],vendorPrefixes:[`-moz-`,`-ms-`,`-o-`,`-webkit-`]},clear:{canOverride:r.property.clear,defaultValue:`none`},clip:{valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},color:{canOverride:r.generic.color,defaultValue:`transparent`,shortestValue:`red`,valueOptimizers:[o.whiteSpace,o.fraction,o.color]},"column-gap":{valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},cursor:{canOverride:r.property.cursor,defaultValue:`auto`},display:{canOverride:r.property.display},filter:{propertyOptimizer:a.filter,valueOptimizers:[o.fraction]},float:{canOverride:r.property.float,defaultValue:`none`},font:{breakUp:n.font,canOverride:r.generic.components([r.property.fontStyle,r.property.fontVariant,r.property.fontWeight,r.property.fontStretch,r.generic.unit,r.generic.unit,r.property.fontFamily]),components:[`font-style`,`font-variant`,`font-weight`,`font-stretch`,`font-size`,`line-height`,`font-family`],restore:i.font,shorthand:!0,valueOptimizers:[o.textQuotes]},"font-family":{canOverride:r.property.fontFamily,defaultValue:`user|agent|specific`,valueOptimizers:[o.textQuotes]},"font-size":{canOverride:r.generic.unit,defaultValue:`medium`,shortestValue:`0`,valueOptimizers:[o.fraction]},"font-stretch":{canOverride:r.property.fontStretch,defaultValue:`normal`},"font-style":{canOverride:r.property.fontStyle,defaultValue:`normal`},"font-variant":{canOverride:r.property.fontVariant,defaultValue:`normal`},"font-weight":{canOverride:r.property.fontWeight,defaultValue:`normal`,propertyOptimizer:a.fontWeight,shortestValue:`400`},gap:{valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},height:{canOverride:r.generic.unit,defaultValue:`auto`,shortestValue:`0`,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},left:{canOverride:r.property.left,defaultValue:`auto`,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"letter-spacing":{valueOptimizers:[o.fraction,o.zero]},"line-height":{canOverride:r.generic.unitOrNumber,defaultValue:`normal`,shortestValue:`0`,valueOptimizers:[o.fraction,o.zero]},"list-style":{canOverride:r.generic.components([r.property.listStyleType,r.property.listStylePosition,r.property.listStyleImage]),components:[`list-style-type`,`list-style-position`,`list-style-image`],breakUp:n.listStyle,restore:i.withoutDefaults,defaultValue:`outside`,shortestValue:`none`,shorthand:!0},"list-style-image":{canOverride:r.generic.image,componentOf:[`list-style`],defaultValue:`none`},"list-style-position":{canOverride:r.property.listStylePosition,componentOf:[`list-style`],defaultValue:`outside`,shortestValue:`inside`},"list-style-type":{canOverride:r.property.listStyleType,componentOf:[`list-style`],defaultValue:`decimal|disc`,shortestValue:`none`},margin:{breakUp:n.fourValues,canOverride:r.generic.components([r.generic.unit,r.generic.unit,r.generic.unit,r.generic.unit]),components:[`margin-top`,`margin-right`,`margin-bottom`,`margin-left`],defaultValue:`0`,propertyOptimizer:a.margin,restore:i.fourValues,shorthand:!0,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"margin-bottom":{canOverride:r.generic.unit,componentOf:[`margin`],defaultValue:`0`,oppositeTo:`margin-top`,propertyOptimizer:a.margin,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"margin-inline-end":{valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"margin-inline-start":{valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"margin-left":{canOverride:r.generic.unit,componentOf:[`margin`],defaultValue:`0`,oppositeTo:`margin-right`,propertyOptimizer:a.margin,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"margin-right":{canOverride:r.generic.unit,componentOf:[`margin`],defaultValue:`0`,oppositeTo:`margin-left`,propertyOptimizer:a.margin,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"margin-top":{canOverride:r.generic.unit,componentOf:[`margin`],defaultValue:`0`,oppositeTo:`margin-bottom`,propertyOptimizer:a.margin,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"max-height":{canOverride:r.generic.unit,defaultValue:`none`,shortestValue:`0`,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"max-width":{canOverride:r.generic.unit,defaultValue:`none`,shortestValue:`0`,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"min-height":{canOverride:r.generic.unit,defaultValue:`0`,shortestValue:`0`,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"min-width":{canOverride:r.generic.unit,defaultValue:`0`,shortestValue:`0`,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},opacity:{valueOptimizers:[o.fraction,o.precision]},outline:{canOverride:r.generic.components([r.generic.color,r.property.outlineStyle,r.generic.unit]),components:[`outline-color`,`outline-style`,`outline-width`],breakUp:n.outline,restore:i.withoutDefaults,defaultValue:`0`,propertyOptimizer:a.outline,shorthand:!0,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"outline-color":{canOverride:r.generic.color,componentOf:[`outline`],defaultValue:`invert`,shortestValue:`red`,valueOptimizers:[o.whiteSpace,o.fraction,o.color]},"outline-style":{canOverride:r.property.outlineStyle,componentOf:[`outline`],defaultValue:`none`},"outline-width":{canOverride:r.generic.unit,componentOf:[`outline`],defaultValue:`medium`,shortestValue:`0`,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},overflow:{canOverride:r.property.overflow,defaultValue:`visible`},"overflow-x":{canOverride:r.property.overflow,defaultValue:`visible`},"overflow-y":{canOverride:r.property.overflow,defaultValue:`visible`},padding:{breakUp:n.fourValues,canOverride:r.generic.components([r.generic.unit,r.generic.unit,r.generic.unit,r.generic.unit]),components:[`padding-top`,`padding-right`,`padding-bottom`,`padding-left`],defaultValue:`0`,propertyOptimizer:a.padding,restore:i.fourValues,shorthand:!0,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"padding-bottom":{canOverride:r.generic.unit,componentOf:[`padding`],defaultValue:`0`,oppositeTo:`padding-top`,propertyOptimizer:a.padding,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"padding-left":{canOverride:r.generic.unit,componentOf:[`padding`],defaultValue:`0`,oppositeTo:`padding-right`,propertyOptimizer:a.padding,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"padding-right":{canOverride:r.generic.unit,componentOf:[`padding`],defaultValue:`0`,oppositeTo:`padding-left`,propertyOptimizer:a.padding,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"padding-top":{canOverride:r.generic.unit,componentOf:[`padding`],defaultValue:`0`,oppositeTo:`padding-bottom`,propertyOptimizer:a.padding,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},position:{canOverride:r.property.position,defaultValue:`static`},right:{canOverride:r.property.right,defaultValue:`auto`,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"row-gap":{valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},src:{valueOptimizers:[o.urlWhiteSpace,o.urlPrefix,o.urlQuotes]},"stroke-width":{valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"text-align":{canOverride:r.property.textAlign,defaultValue:`left|right`},"text-decoration":{canOverride:r.property.textDecoration,defaultValue:`none`},"text-indent":{canOverride:r.property.textOverflow,defaultValue:`none`,valueOptimizers:[o.fraction,o.zero]},"text-overflow":{canOverride:r.property.textOverflow,defaultValue:`none`},"text-shadow":{canOverride:r.property.textShadow,defaultValue:`none`,valueOptimizers:[o.whiteSpace,o.fraction,o.zero,o.color]},top:{canOverride:r.property.top,defaultValue:`auto`,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},transform:{canOverride:r.property.transform,valueOptimizers:[o.whiteSpace,o.degrees,o.fraction,o.precision,o.unit,o.zero],vendorPrefixes:[`-moz-`,`-ms-`,`-o-`,`-webkit-`]},transition:{breakUp:n.multiplex(n.transition),canOverride:r.generic.components([r.property.transitionProperty,r.generic.time,r.generic.timingFunction,r.generic.time]),components:[`transition-property`,`transition-duration`,`transition-timing-function`,`transition-delay`],defaultValue:`none`,restore:i.multiplex(i.withoutDefaults),shorthand:!0,valueOptimizers:[o.time,o.fraction],vendorPrefixes:[`-moz-`,`-ms-`,`-o-`,`-webkit-`]},"transition-delay":{canOverride:r.generic.time,componentOf:[`transition`],defaultValue:`0s`,intoMultiplexMode:`real`,valueOptimizers:[o.time],vendorPrefixes:[`-moz-`,`-ms-`,`-o-`,`-webkit-`]},"transition-duration":{canOverride:r.generic.time,componentOf:[`transition`],defaultValue:`0s`,intoMultiplexMode:`real`,keepUnlessDefault:`transition-delay`,valueOptimizers:[o.time,o.fraction],vendorPrefixes:[`-moz-`,`-ms-`,`-o-`,`-webkit-`]},"transition-property":{canOverride:r.generic.propertyName,componentOf:[`transition`],defaultValue:`all`,intoMultiplexMode:`placeholder`,placeholderValue:`_`,vendorPrefixes:[`-moz-`,`-ms-`,`-o-`,`-webkit-`]},"transition-timing-function":{canOverride:r.generic.timingFunction,componentOf:[`transition`],defaultValue:`ease`,intoMultiplexMode:`real`,vendorPrefixes:[`-moz-`,`-ms-`,`-o-`,`-webkit-`]},"vertical-align":{canOverride:r.property.verticalAlign,defaultValue:`baseline`,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},visibility:{canOverride:r.property.visibility,defaultValue:`visible`},"-webkit-tap-highlight-color":{valueOptimizers:[o.whiteSpace,o.color]},"-webkit-margin-end":{valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"white-space":{canOverride:r.property.whiteSpace,defaultValue:`normal`},width:{canOverride:r.generic.unit,defaultValue:`auto`,shortestValue:`0`,valueOptimizers:[o.whiteSpace,o.fraction,o.precision,o.unit,o.zero]},"z-index":{canOverride:r.property.zIndex,defaultValue:`auto`}},l={};function u(e,t){var n=s(c[e],{});return`componentOf`in n&&(n.componentOf=n.componentOf.map(function(e){return t+e})),`components`in n&&(n.components=n.components.map(function(e){return t+e})),`keepUnlessDefault`in n&&(n.keepUnlessDefault=t+n.keepUnlessDefault),n}for(var d in c){var f=c[d];if(`vendorPrefixes`in f){for(var p=0;p<f.vendorPrefixes.length;p++){var h=f.vendorPrefixes[p],g=u(d,h);delete g.vendorPrefixes,l[h+d]=g}delete f.vendorPrefixes}}t.exports=s(c,l)})),Ee=t(((e,t)=>{var n=``,r=h().Breaks,i=h().Spaces,a=g(),o=w();function s(e){return e[1][1]==`background`||e[1][1]==`transform`||e[1][1]==`src`}function c(e,t){return e[t][1][e[t][1].length-1]==a.CLOSE_ROUND_BRACKET}function l(e,t){return e[t][1]==a.COMMA}function u(e,t){return e[t][1]==a.FORWARD_SLASH}function d(e,t){return e[t+1]&&e[t+1][1]==a.COMMA}function f(e,t){return e[t+1]&&e[t+1][1]==a.FORWARD_SLASH}function p(e){return e[1][1]==`filter`||e[1][1]==`-ms-filter`}function m(e,t,n){return!e.spaceAfterClosingBrace&&s(t)&&c(t,n)||f(t,n)||u(t,n)||d(t,n)||l(t,n)}function _(e,t){for(var n=e.store,r=0,i=t.length;r<i;r++)n(e,t[r]),r<i-1&&n(e,k(e))}function v(e,t){for(var n=y(t),r=0,i=t.length;r<i;r++)b(e,t,r,n)}function y(e){for(var t=e.length-1;t>=0&&e[t][0]==o.COMMENT;t--);return t}function b(e,t,i,a){var s=e.store,c=t[i],l=c[2],u=l&&l[0]===o.PROPERTY_BLOCK,d=e.format?e.format.semicolonAfterLastProperty||u?!0:i<a:i<a||u,f=i===a;switch(c[0]){case o.AT_RULE:s(e,c),s(e,O(e,r.AfterProperty,!1));break;case o.AT_RULE_BLOCK:_(e,c[1]),s(e,T(e,r.AfterRuleBegins,!0)),v(e,c[2]),s(e,E(e,r.AfterRuleEnds,!1,f));break;case o.COMMENT:s(e,c),s(e,S(e,r.AfterComment)+e.indentWith);break;case o.PROPERTY:s(e,c[1]),s(e,D(e)),l&&x(e,c),s(e,d?O(e,r.AfterProperty,f):n);break;case o.RAW:s(e,c)}}function x(e,t){var n=e.store,i,s;if(t[2][0]==o.PROPERTY_BLOCK)n(e,T(e,r.AfterBlockBegins,!1)),v(e,t[2][1]),n(e,E(e,r.AfterBlockEnds,!1,!0));else for(i=2,s=t.length;i<s;i++)n(e,t[i]),i<s-1&&(p(t)||!m(e,t,i))&&n(e,a.SPACE)}function S(e,t){return e.format?e.format.breaks[t]:n}function C(e,t){return e.format&&e.format.spaces[t]}function T(e,t,r){return e.format?(e.indentBy+=e.format.indentBy,e.indentWith=e.format.indentWith.repeat(e.indentBy),(r&&C(e,i.BeforeBlockBegins)?a.SPACE:n)+a.OPEN_CURLY_BRACKET+S(e,t)+e.indentWith):a.OPEN_CURLY_BRACKET}function E(e,t,i,o){return e.format?(e.indentBy-=e.format.indentBy,e.indentWith=e.format.indentWith.repeat(e.indentBy),(i?S(e,r.BeforeBlockEnds):S(e,r.AfterProperty))+e.indentWith+a.CLOSE_CURLY_BRACKET+(o?n:S(e,t)+e.indentWith)):a.CLOSE_CURLY_BRACKET}function D(e){return e.format?a.COLON+(C(e,i.BeforeValue)?a.SPACE:n):a.COLON}function O(e,t,r){return e.format?a.SEMICOLON+(r?n:S(e,t)+e.indentWith):a.SEMICOLON}function k(e){return e.format?a.COMMA+S(e,r.BetweenSelectors)+e.indentWith:a.COMMA}function A(e,t){var n=e.store,i,a,s,c;for(s=0,c=t.length;s<c;s++)switch(i=t[s],a=s==c-1,i[0]){case o.AT_RULE:n(e,i),n(e,O(e,r.AfterAtRule,a));break;case o.AT_RULE_BLOCK:_(e,i[1]),n(e,T(e,r.AfterRuleBegins,!0)),v(e,i[2]),n(e,E(e,r.AfterRuleEnds,!1,a));break;case o.NESTED_BLOCK:_(e,i[1]),n(e,T(e,r.AfterBlockBegins,!0)),A(e,i[2]),n(e,E(e,r.AfterBlockEnds,!0,a));break;case o.COMMENT:n(e,i),n(e,S(e,r.AfterComment)+e.indentWith);break;case o.RAW:n(e,i);break;case o.RULE:_(e,i[1]),n(e,T(e,r.AfterRuleBegins,!0)),v(e,i[2]),n(e,E(e,r.AfterRuleEnds,!1,a));break}}t.exports={all:A,body:v,property:b,rules:_,value:x}})),De=t(((e,t)=>{var n=Ee();function r(e,t){e.output.push(typeof t==`string`?t:t[1])}function i(){return{output:[],store:r}}function a(e){var t=i();return n.all(t,e),t.output.join(``)}function o(e){var t=i();return n.body(t,e),t.output.join(``)}function s(e,t){var r=i();return n.property(r,e,t,!0),r.output.join(``)}function c(e){var t=i();return n.rules(t,e),t.output.join(``)}function l(e){var t=i();return n.value(t,e),t.output.join(``)}t.exports={all:a,body:o,property:s,rules:c,value:l}})),Oe=t(((e,t)=>{var n=p(),r=v(),i=y(),a=b(),o=x(),s=S(),c=C(),l=T().all,u=Te(),d=we(),f=j().OptimizationLevel,m=w(),h=g(),E=_(),D=De().rules,O=`@charset`,k=RegExp(`^`+O,`i`),A=ne().DEFAULT,ee=/^--\S+$/,te=/^(?:-chrome-|-[\w-]+\w|\w[\w-]+\w|\w{1,})$/,re=/^@import/i,M=/^url\(/i;function ie(e){return M.test(e)}function ae(e){return re.test(e[1])}function oe(e){var t;return e.name==`filter`||e.name==`-ms-filter`?(t=e.value[0][1],t.indexOf(`progid`)>-1||t.indexOf(`alpha`)===0||t.indexOf(`chroma`)===0):!1}function se(){}function ce(e,t,n){return t}function N(e,t,n){var r=n.options,i,a,f,p,h,g,_,v=D(e),y=l(t),b=n.options.plugins.level1Value,x=n.options.plugins.level1Property,S,C,w;for(C=0,w=y.length;C<w;C++){var T,O,k,A;if(a=y[C],f=a.name,_=u[f]&&u[f].propertyOptimizer||se,i=u[f]&&u[f].valueOptimizers||[d.whiteSpace],S=ee.test(f),S&&(i=r.variableOptimizers.length>0?r.variableOptimizers:[d.whiteSpace]),!S&&!te.test(f)){g=a.all[a.position],n.warnings.push(`Invalid property name '`+f+`' at `+E(g[1][2][0])+`. Ignoring.`),a.unused=!0;continue}if(a.value.length===0){g=a.all[a.position],n.warnings.push(`Empty property '`+f+`' at `+E(g[1][2][0])+`. Ignoring.`),a.unused=!0;continue}if(a.hack&&((a.hack[0]==o.ASTERISK||a.hack[0]==o.UNDERSCORE)&&!r.compatibility.properties.iePrefixHack||a.hack[0]==o.BACKSLASH&&!r.compatibility.properties.ieSuffixHack||a.hack[0]==o.BANG&&!r.compatibility.properties.ieBangHack)){a.unused=!0;continue}if(!r.compatibility.properties.ieFilters&&oe(a)){a.unused=!0;continue}if(a.block){N(e,a.value[0][1],n);continue}for(T=0,k=a.value.length;T<k;T++){if(p=a.value[T][0],h=a.value[T][1],p==m.PROPERTY_BLOCK){a.unused=!0,n.warnings.push(`Invalid value token at `+E(h[0][1][2][0])+`. Ignoring.`);break}if(ie(h)&&!n.validator.isUrl(h)){a.unused=!0,n.warnings.push(`Broken URL '`+h+`' at `+E(a.value[T][2][0])+`. Ignoring.`);break}for(O=0,A=i.length;O<A;O++)h=i[O](f,h,r);for(O=0,A=b.length;O<A;O++)h=b[O](f,h,r);a.value[T][1]=h}for(_(v,a,r),T=0,k=x.length;T<k;T++)x[T](v,a,r)}c(y),s(y),le(t,r)}function le(e,t){var n,r;for(r=0;r<e.length;r++)n=e[r],n[0]==m.COMMENT&&(ue(n,t),n[1].length===0&&(e.splice(r,1),r--))}function ue(e,t){if(e[1][2]==h.EXCLAMATION&&(t.level[f.One].specialComments==`all`||t.commentsKept<t.level[f.One].specialComments)){t.commentsKept++;return}e[1]=[]}function de(e){for(var t=!1,n=0,r=e.length;n<r;n++){var i=e[n];i[0]==m.AT_RULE&&k.test(i[1])&&(t||i[1].indexOf(O)==-1?(e.splice(n,1),n--,r--):(t=!0,e.splice(n,1),e.unshift([m.AT_RULE,i[1].replace(k,O)])))}}function fe(e){var t=[`px`,`em`,`ex`,`cm`,`mm`,`in`,`pt`,`pc`,`%`];return[`ch`,`rem`,`vh`,`vm`,`vmax`,`vmin`,`vw`].forEach(function(n){e.compatibility.units[n]&&t.push(n)}),RegExp(`(^|\\s|\\(|,)0(?:`+t.join(`|`)+`)(\\W|$)`,`g`)}function pe(e){var t={matcher:null,units:{}},n=[],r,i;for(r in e)i=e[r],i!=A&&(t.units[r]={},t.units[r].value=i,t.units[r].multiplier=10**i,n.push(r));return n.length>0&&(t.enabled=!0,t.decimalPointMatcher=RegExp(`(\\d)\\.($|`+n.join(`|`)+`)($|\\W)`,`g`),t.zeroMatcher=RegExp(`(\\d*)(\\.\\d+)(`+n.join(`|`)+`)`,`g`)),t}function me(e){return e.level[f.One].variableValueOptimizers.map(function(e){return typeof e==`string`?d[e]||ce:e})}function P(e,t){var o=t.options,s=o.level[f.One],c=o.compatibility.selectors.ie7Hack,l=o.compatibility.selectors.adjacentSpace,u=o.compatibility.properties.spaceAfterClosingBrace,d=o.format,p=!1,h=!1;o.unitsRegexp=o.unitsRegexp||fe(o),o.precision=o.precision||pe(s.roundingPrecision),o.commentsKept=o.commentsKept||0,o.variableOptimizers=o.variableOptimizers||me(o);for(var g=0,_=e.length;g<_;g++){var v=e[g];switch(v[0]){case m.AT_RULE:v[1]=ae(v)&&h?``:v[1],v[1]=s.tidyAtRules?a(v[1]):v[1],p=!0;break;case m.AT_RULE_BLOCK:N(v[1],v[2],t),h=!0;break;case m.NESTED_BLOCK:v[1]=s.tidyBlockScopes?i(v[1],u):v[1],P(v[2],t),h=!0;break;case m.COMMENT:ue(v,o);break;case m.RULE:v[1]=s.tidySelectors?r(v[1],!c,l,d,t.warnings):v[1],v[1]=v[1].length>1?n(v[1],s.selectorsSortingMethod):v[1],N(v[1],v[2],t),h=!0;break}(v[0]==m.COMMENT&&v[1].length===0||s.removeEmpty&&(v[1].length===0||v[2]&&v[2].length===0))&&(e.splice(g,1),g--,_--)}return s.cleanupCharsets&&p&&de(e),e}t.exports=P})),ke=t(((e,t)=>{var n=g(),r=pe(),i=/\/deep\//,a=/^::/,o=/:(-moz-|-ms-|-o-|-webkit-)/,s=`:not`,c=[`:dir`,`:lang`,`:not`,`:nth-child`,`:nth-last-child`,`:nth-last-of-type`,`:nth-of-type`],l=/[>+~]/,u=[`:after`,`:before`,`:first-letter`,`:first-line`,`:lang`],d=[`::after`,`::before`,`::first-letter`,`::first-line`],f={DOUBLE_QUOTE:`double-quote`,SINGLE_QUOTE:`single-quote`,ROOT:`root`};function p(e,t,i,a){var o=r(e,n.COMMA),s,c,l;for(c=0,l=o.length;c<l;c++)if(s=o[c],s.length===0||m(s)||h(s)||s.indexOf(n.COLON)>-1&&!v(s,_(s),t,i,a))return!1;return!0}function m(e){return i.test(e)}function h(e){return o.test(e)}function _(e){var t=[],r,i=[],a=f.ROOT,o=0,s,c,u=!1,d,p=!1,m,h;for(m=0,h=e.length;m<h;m++)r=e[m],d=!c&&l.test(r),s=a==f.DOUBLE_QUOTE||a==f.SINGLE_QUOTE,c?i.push(r):r==n.DOUBLE_QUOTE&&a==f.ROOT?(i.push(r),a=f.DOUBLE_QUOTE):r==n.DOUBLE_QUOTE&&a==f.DOUBLE_QUOTE?(i.push(r),a=f.ROOT):r==n.SINGLE_QUOTE&&a==f.ROOT?(i.push(r),a=f.SINGLE_QUOTE):r==n.SINGLE_QUOTE&&a==f.SINGLE_QUOTE?(i.push(r),a=f.ROOT):s?i.push(r):r==n.OPEN_ROUND_BRACKET?(i.push(r),o++):r==n.CLOSE_ROUND_BRACKET&&o==1&&u?(i.push(r),t.push(i.join(``)),o--,i=[],u=!1):r==n.CLOSE_ROUND_BRACKET?(i.push(r),o--):r==n.COLON&&o===0&&u&&!p?(t.push(i.join(``)),i=[],i.push(r)):r==n.COLON&&o===0&&!p?(i=[],i.push(r),u=!0):r==n.SPACE&&o===0&&u||d&&o===0&&u?(t.push(i.join(``)),i=[],u=!1):i.push(r),c=r==n.BACK_SLASH,p=r==n.COLON;return i.length>0&&u&&t.push(i.join(``)),t}function v(e,t,n,r,i){return y(t,n,r)&&b(t)&&(t.length<2||!x(e,t))&&(t.length<2||i&&S(t))}function y(e,t,r){var i,a,o,s;for(o=0,s=e.length;o<s;o++)if(i=e[o],a=i.indexOf(n.OPEN_ROUND_BRACKET)>-1?i.substring(0,i.indexOf(n.OPEN_ROUND_BRACKET)):i,t.indexOf(a)===-1&&r.indexOf(a)===-1)return!1;return!0}function b(e){var t,r,i,a,o,s;for(o=0,s=e.length;o<s;o++)if(t=e[o],i=t.indexOf(n.OPEN_ROUND_BRACKET),a=i>-1,r=a?t.substring(0,i):t,a&&c.indexOf(r)==-1||!a&&c.indexOf(r)>-1)return!1;return!0}function x(e,t){var r=0,i,a,o,c,l,u,d,f,p;for(f=0,p=t.length;f<p&&(i=t[f],o=t[f+1],o);f++)if(a=e.indexOf(i,r),c=e.indexOf(i,a+1),r=c,d=a+i.length==c,d&&(l=i.indexOf(n.OPEN_ROUND_BRACKET)>-1?i.substring(0,i.indexOf(n.OPEN_ROUND_BRACKET)):i,u=o.indexOf(n.OPEN_ROUND_BRACKET)>-1?o.substring(0,o.indexOf(n.OPEN_ROUND_BRACKET)):o,l!=s||u!=s))return!0;return!1}function S(e){var t=0,n,r,i;for(r=0,i=e.length;r<i;r++)if(n=e[r],C(n)?t+=+(d.indexOf(n)>-1):t+=+(u.indexOf(n)>-1),t>1)return!1;return!0}function C(e){return a.test(e)}t.exports=p})),Ae=t(((e,t)=>{var n=g();function r(e,t,r){var i=t.value.length,a=r.value.length,o=Math.max(i,a),s=Math.min(i,a)-1,c,l,u;for(u=0;u<o;u++)if(c=t.value[u]&&t.value[u][1]||c,l=r.value[u]&&r.value[u][1]||l,!(c==n.COMMA||l==n.COMMA)&&!e(c,l,u,u<=s))return!1;return!0}t.exports=r})),je=t(((e,t)=>{function n(e){for(var t=e.value.length-1;t>=0;t--)if(e.value[t][1]==`inherit`)return!0;return!1}t.exports=n})),Me=t(((e,t)=>{function n(e){var t=e.value[0][1],n,r;for(n=1,r=e.value.length;n<r;n++)if(e.value[n][1]!=t)return!1;return!0}t.exports=n})),Ne=t(((e,t)=>{var n=Te(),r=E();function i(e,t,i){for(var s,c,l,u=e.length-1;u>=0;u--){var d=e[u],f=n[d.name];if(!d.dynamic&&f&&f.shorthand){if(a(d,t)||o(d,t)){d.optimizable=!1;continue}d.shorthand=!0,d.dirty=!0;try{if(d.components=f.breakUp(d,n,t),f.shorthandComponents)for(c=0,l=d.components.length;c<l;c++)s=d.components[c],s.components=n[s.name].breakUp(s,n,t)}catch(e){if(e instanceof r)d.components=[],i.push(e.message);else throw e}d.components.length>0?d.multiplex=d.components[0].multiplex:d.unused=!0}}}function a(e,t){return e.value.length==1&&t.isVariable(e.value[0][1])}function o(e,t){return e.value.length>1&&e.value.filter(function(e){return t.isVariable(e[1])}).length>1}t.exports=i})),Pe=t(((e,t)=>{var n=Te();function r(e){var t=n[e.name];return t&&t.shorthand?t.restore(e,n):e.value}t.exports=r})),Fe=t(((e,t)=>{var n=Ae(),r=je(),i=Me(),a=Ne(),o=Te(),s=ee().deep,c=Pe(),l=C(),u=T().single,d=De().body,f=w();function p(e,t){var n={},r,a,s,c,l,u,d;if(!(e.length<3)){for(c=0,l=e.length;c<l;c++)if(s=e[c],r=o[s.name],!s.dynamic&&!s.unused&&!s.hack&&!s.block&&!(r&&r.singleTypeComponents&&!i(s))&&(m(e,c,n,t),r&&r.componentOf))for(u=0,d=r.componentOf.length;u<d;u++)a=r.componentOf[u],n[a]=n[a]||{},n[a][s.name]=s;m(e,c,n,t)}}function m(e,t,n,r){var i=e[t],a,s,c,l=[],u;for(a in n)if(!(i!==void 0&&a==i.name)){if(s=o[a],c=n[a],i&&h(n,a,i)){delete n[a];continue}s.components.length>Object.keys(c).length||g(c)||_(c,a,r)&&y(c)&&(b(c)?x(e,c,a,r):te(e,c,a,r),l.push(a))}for(u=l.length-1;u>=0;u--)delete n[l[u]]}function h(e,t,n){var r=o[t],i=o[n.name],a;if(`overridesShorthands`in r&&r.overridesShorthands.indexOf(n.name)>-1)return!0;if(i&&`componentOf`in i){for(a in e[t])if(i.componentOf.indexOf(a)>-1)return!0}return!1}function g(e){var t,n;for(n in e){if(t!==void 0&&e[n].important!=t)return!0;t=e[n].important}return!1}function _(e,t,r){var i=o[t],s=u([f.PROPERTY,[f.PROPERTY_NAME,t],[f.PROPERTY_VALUE,i.defaultValue]]),c,l,d,p;for(a([s],r,[]),d=0,p=i.components.length;d<p;d++)if(c=e[i.components[d]],l=o[c.name].canOverride||v,!n(l.bind(null,r),s.components[d],c))return!1;return!0}function v(e,t,n){return t===n}function y(e){var t=null,n,r,i,a,s;for(r in e)if(i=e[r],a=o[r],`restore`in a){if(l([i.all[i.position]],c),s=a.restore(i,o),n=s.length,t!==null&&n!==t)return!1;t=n}return!0}function b(e){var t,n=null,i;for(t in e){if(i=r(e[t]),n!==null&&n!==i)return!0;n=i}return!1}function x(e,t,n,r){var i=S(t,n,r),a=k(t,n,r),o=i[0],s=a[0],c=d(o).length<d(s).length,l=c?o:s,u=c?i[1]:a[1],f=c?i[2]:a[2],p=t[Object.keys(t).pop()],m=p.all,h=p.position,g,_,v,y;for(g in u.position=h,u.shorthand=!0,u.important=p.important,u.multiplex=!1,u.dirty=!0,u.all=m,u.all[h]=l[0],e.splice(h,1,u),t)_=t[g],_.unused=!0,u.multiplex=u.multiplex||_.multiplex,_.name in f&&(v=f[_.name],y=A(l,g),v.position=m.length,v.all=m,v.all.push(y),e.push(v))}function S(e,t,n){var i=[],d={},p={},m=o[t],h=[f.PROPERTY,[f.PROPERTY_NAME,t],[f.PROPERTY_VALUE,m.defaultValue]],g=u(h),_,v,y,b,x,S;for(a([g],n,[]),x=0,S=m.components.length;x<S;x++)_=e[m.components[x]],r(_)?(v=_.all[_.position].slice(0,2),Array.prototype.push.apply(v,_.value),i.push(v),y=s(_),y.value=E(e,y.name),g.components[x]=y,d[_.name]=s(_)):(y=s(_),y.all=_.all,g.components[x]=y,p[_.name]=_);return g.important=e[Object.keys(e).pop()].important,b=D(p,1),h[1].push(b),l([g],c),h=h.slice(0,2),Array.prototype.push.apply(h,g.value),i.unshift(h),[i,g,d]}function E(e,t){var n=o[t];return`oppositeTo`in n?e[n.oppositeTo].value:[[f.PROPERTY_VALUE,n.defaultValue]]}function D(e,t){var n=[],r,i,a,o;for(o in e)r=e[o],i=r.all[r.position],a=i[t][i[t].length-1],Array.prototype.push.apply(n,a);return n.sort(O)}function O(e,t){var n=e[0],r=t[0],i=e[1],a=t[1];return n<r||n===r&&i<a?-1:1}function k(e,t,n){var i=[],c={},l={},d=o[t],p=[f.PROPERTY,[f.PROPERTY_NAME,t],[f.PROPERTY_VALUE,`inherit`]],m=u(p),h,g,_,v,y,b;for(a([m],n,[]),y=0,b=d.components.length;y<b;y++)h=e[d.components[y]],r(h)?c[h.name]=h:(g=h.all[h.position].slice(0,2),Array.prototype.push.apply(g,h.value),i.push(g),l[h.name]=s(h));return _=D(c,1),p[1].push(_),v=D(c,2),p[2].push(v),i.unshift(p),[i,m,l]}function A(e,t){var n,r;for(n=0,r=e.length;n<r;n++)if(e[n][1][1]==t)return e[n]}function te(e,t,n,r){var i=o[n],c,l,d=[f.PROPERTY,[f.PROPERTY_NAME,n],[f.PROPERTY_VALUE,i.defaultValue]],p,m=ne(e,t,n),h=u(d);h.shorthand=!0,h.dirty=!0,h.multiplex=!1,a([h],r,[]);for(var g=0,_=i.components.length;g<_;g++){var v=t[i.components[g]];h.components[g]=s(v),h.important=v.important,h.multiplex=h.multiplex||v.multiplex,p=v.all}for(var y in t)t[y].unused=!0;c=D(t,1),d[1].push(c),l=D(t,2),d[2].push(l),h.position=m,h.all=p,h.all[m]=d,e.splice(m,1,h)}function ne(e,t,n){var r=Object.keys(t),i=t[r[0]].position,a=t[r[r.length-1]].position;return n==`border`&&j(e.slice(i,a),`border-image`)?i:a}function j(e,t){for(var n=e.length-1;n>=0;n--)if(e[n].name==t)return!0;return!1}t.exports=p})),Ie=t(((e,t)=>{function n(e){for(var t=e.value.length-1;t>=0;t--)if(e.value[t][1]==`unset`)return!0;return!1}t.exports=n})),Le=t(((e,t)=>{var n=Te();function r(e,t){var n=i(t);return a(e,n)||o(e,n)}function i(e){return function(t){return e.name===t.name}}function a(e,t){return e.components.filter(t)[0]}function o(e,t){var r,i,o,s;if(n[e.name].shorthandComponents){for(o=0,s=e.components.length;o<s;o++)if(r=e.components[o],i=a(r,t),i)return i}}t.exports=r})),Re=t(((e,t)=>{var n=Te();function r(e,t,r){return i(e,t)||!r&&!!n[e.name].shorthandComponents&&a(e,t)}function i(e,t){var r=n[e.name];return`components`in r&&r.components.indexOf(t.name)>-1}function a(e,t){return e.components.some(function(e){return i(e,t)})}t.exports=r})),ze=t(((e,t)=>{var n=g();function r(e){return e.name==`font`?e.value[0][1].indexOf(n.INTERNAL)==-1:!0}t.exports=r})),Be=t(((e,t)=>{var n=Te();function r(e,t){return e.name in n&&`overridesShorthands`in n[e.name]&&n[e.name].overridesShorthands.indexOf(t.name)>-1}t.exports=r})),Ve=t(((e,t)=>{var n=je(),r=Ie(),i=Ae(),a=Le(),o=Re(),s=ze(),c=Be(),l=O().same,u=Te(),d=ee().deep,f=Pe(),p=ee().shallow,m=C(),h=w(),_=g(),v=De().property;function y(e,t,n){return t===n}function b(e,t){for(var n=0;n<e.components.length;n++){var r=e.components[n],a=u[r.name],o=a&&a.canOverride||y,s=p(r);if(s.value=[[h.PROPERTY_VALUE,a.defaultValue]],!i(o.bind(null,t),s,r))return!0}return!1}function x(e,t){t.unused=!0,k(t,ne(e)),e.value=t.value}function S(e,t){t.unused=!0,e.multiplex=!0,e.value=t.value}function T(e,t){t.unused=!0,e.value=t.value}function E(e,t){t.multiplex?S(e,t):e.multiplex?x(e,t):T(e,t)}function D(e,t){t.unused=!0;for(var n=0,r=e.components.length;n<r;n++)E(e.components[n],t.components[n])}function k(e,t){e.multiplex=!0,u[e.name].shorthand?A(e,t):te(e,t)}function A(e,t){var n,r,i;for(r=0,i=e.components.length;r<i;r++)n=e.components[r],n.multiplex||te(n,t)}function te(e,t){for(var n=u[e.name],r=n.intoMultiplexMode==`real`,i=n.intoMultiplexMode==`real`?e.value.slice(0):n.intoMultiplexMode==`placeholder`?n.placeholderValue:n.defaultValue,a=ne(e),o,s=i.length;a<t;a++)if(e.value.push([h.PROPERTY_VALUE,_.COMMA]),Array.isArray(i))for(o=0;o<s;o++)e.value.push(r?i[o]:[h.PROPERTY_VALUE,i[o]]);else e.value.push(r?i:[h.PROPERTY_VALUE,i])}function ne(e){for(var t=0,n=0,r=e.value.length;n<r;n++)e.value[n][1]==_.COMMA&&t++;return t+1}function j(e){return v([[h.PROPERTY,[h.PROPERTY_NAME,e.name]].concat(e.value)],0).length}function re(e,t,n){for(var r=0,i=t;i>=0&&(e[i].name==n&&!e[i].unused&&r++,!(r>1));i--);return r>1}function M(e,t){for(var n=0,r=e.components.length;n<r;n++)if(!ie(t.isUrl,e.components[n])&&ie(t.isFunction,e.components[n]))return!0;return!1}function ie(e,t){for(var n=0,r=t.value.length;n<r;n++)if(t.value[n][1]!=_.COMMA&&e(t.value[n][1]))return!0;return!1}function ae(e,t){if(!e.multiplex&&!t.multiplex||e.multiplex&&t.multiplex)return!1;var n=e.multiplex?e:t,r=e.multiplex?t:e,i,o=d(n);m([o],f);var s=d(r);m([s],f);var c=j(o)+1+j(s);return e.multiplex?(i=a(o,s),x(i,s)):(i=a(s,o),k(s,ne(o)),S(i,o)),m([s],f),c<=j(s)}function oe(e){return e.name in u}function se(e,t){return!e.multiplex&&(e.name==`background`||e.name==`background-image`)&&t.multiplex&&(t.name==`background`||t.name==`background-image`)&&ce(t.value)}function ce(e){for(var t=N(e),n=0,r=t.length;n<r;n++)if(t[n].length==1&&t[n][0][1]==`none`)return!0;return!1}function N(e){for(var t=[],n=0,r=[],i=e.length;n<i;n++){var a=e[n];a[1]==_.COMMA?(t.push(r),r=[]):r.push(a)}return t.push(r),t}function le(e,t,d,f){var p,m,h,g,_,v,x,S,C,w,T;propertyLoop:for(C=e.length-1;C>=0;C--)if(m=e[C],oe(m)&&!m.block){p=u[m.name].canOverride||y;traverseLoop:for(w=C-1;w>=0;w--)if(h=e[w],oe(h)&&!h.block&&!(h.dynamic||m.dynamic)&&!(h.unused||m.unused)&&!(h.hack&&!m.hack&&!m.important||!h.hack&&!h.important&&m.hack)&&!(h.important==m.important&&h.hack[0]!=m.hack[0])&&!(h.important==m.important&&(h.hack[0]!=m.hack[0]||h.hack[1]&&h.hack[1]!=m.hack[1]))&&!n(m)&&!se(h,m)){if(m.shorthand&&o(m,h)){if(!m.important&&h.important||!l([h],m.components)||!ie(f.isFunction,h)&&M(m,f))continue;if(!s(m)){h.unused=!0;continue}g=a(m,h),p=u[h.name].canOverride||y,i(p.bind(null,f),h,g)&&(h.unused=!0)}else if(m.shorthand&&c(m,h)){if(!m.important&&h.important||!l([h],m.components)||!ie(f.isFunction,h)&&M(m,f))continue;for(_=h.shorthand?h.components:[h],T=_.length-1;T>=0;T--)if(v=_[T],x=a(m,v),p=u[v.name].canOverride||y,!i(p.bind(null,f),h,x))continue traverseLoop;h.unused=!0}else if(t&&h.shorthand&&!m.shorthand&&o(h,m,!0)){if(m.important&&!h.important)continue;if(!m.important&&h.important){m.unused=!0;continue}if(re(e,C-1,h.name)||M(h,f)||!s(h)||r(h)||r(m))continue;if(g=a(h,m),i(p.bind(null,f),g,m)){var O=!d.properties.backgroundClipMerging&&g.name.indexOf(`background-clip`)>-1||!d.properties.backgroundOriginMerging&&g.name.indexOf(`background-origin`)>-1||!d.properties.backgroundSizeMerging&&g.name.indexOf(`background-size`)>-1,A=u[m.name].nonMergeableValue===m.value[0][1];if(O||A||!d.properties.merging&&b(h,f)||g.value[0][1]!=m.value[0][1]&&(n(h)||n(m))||ae(h,m))continue;!h.multiplex&&m.multiplex&&k(h,ne(m)),E(g,m),h.dirty=!0}}else if(t&&h.shorthand&&m.shorthand&&h.name==m.name){if(!h.multiplex&&m.multiplex)continue;if(!m.important&&h.important){m.unused=!0;continue propertyLoop}if(m.important&&!h.important){h.unused=!0;continue}if(!s(m)){h.unused=!0;continue}for(T=h.components.length-1;T>=0;T--){var ee=h.components[T],te=m.components[T];if(p=u[ee.name].canOverride||y,!i(p.bind(null,f),ee,te))continue propertyLoop}D(h,m),h.dirty=!0}else if(t&&h.shorthand&&m.shorthand&&o(h,m)){if(!h.important&&m.important||(g=a(h,m),p=u[m.name].canOverride||y,!i(p.bind(null,f),g,m)))continue;if(h.important&&!m.important){m.unused=!0;continue}if(u[m.name].restore(m,u).length>1)continue;g=a(h,m),E(g,m),m.dirty=!0}else if(h.name==m.name){if(S=!0,m.shorthand)for(T=m.components.length-1;T>=0&&S;T--)v=h.components[T],x=m.components[T],p=u[x.name].canOverride||y,S=i(p.bind(null,f),v,x);else p=u[m.name].canOverride||y,S=i(p.bind(null,f),h,m);if(h.important&&!m.important&&S){m.unused=!0;continue}if(!h.important&&m.important&&S){h.unused=!0;continue}if(!S)continue;h.unused=!0}}}}t.exports=le})),He=t(((e,t)=>{var n=Fe(),r=Ve(),i=Ne(),a=Pe(),o=T().all,s=S(),c=C(),l=j().OptimizationLevel;function u(e,t,d,f){var p=f.options.level[l.Two],m=o(e,p.skipProperties),h,g,_;for(i(m,f.validator,f.warnings),g=0,_=m.length;g<_;g++)h=m[g],h.block&&u(h.value[0][1],t,d,f);d&&p.mergeIntoShorthands&&n(m,f.validator),t&&p.overrideProperties&&r(m,d,f.options.compatibility,f.validator),c(m,a),s(m)}t.exports=u})),Ue=t(((e,t)=>{var n=ke(),r=He(),i=p(),a=v(),o=j().OptimizationLevel,s=De().body,c=De().rules,l=w();function u(e,t){for(var u=[null,[],[]],d=t.options,f=d.compatibility.selectors.adjacentSpace,p=d.level[o.One].selectorsSortingMethod,m=d.compatibility.selectors.mergeablePseudoClasses,h=d.compatibility.selectors.mergeablePseudoElements,g=d.compatibility.selectors.mergeLimit,_=d.compatibility.selectors.multiplePseudoMerging,v=0,y=e.length;v<y;v++){var b=e[v];if(b[0]!=l.RULE){u=[null,[],[]];continue}u[0]==l.RULE&&c(b[1])==c(u[1])?(Array.prototype.push.apply(u[2],b[2]),r(u[2],!0,!0,t),b[2]=[]):u[0]==l.RULE&&s(b[2])==s(u[2])&&n(c(b[1]),m,h,_)&&n(c(u[1]),m,h,_)&&u[1].length<g?(u[1]=a(u[1].concat(b[1]),!1,f,!1,t.warnings),u[1]=u.length>1?i(u[1],p):u[1],b[2]=[]):u=b}}t.exports=u})),We=t(((e,t)=>{var n=/--.+$/;function r(e,t,n){var r,a,o,s,c,l;for(o=0,s=e.length;o<s;o++)for(r=e[o][1],c=0,l=t.length;c<l;c++)if(a=t[c][1],r==a||n&&i(r)==i(a))return!0;return!1}function i(e){return e.replace(n,``)}t.exports=r})),Ge=t(((e,t)=>{var n=g(),r={ADJACENT_SIBLING:`+`,DESCENDANT:`>`,DOT:`.`,HASH:`#`,NON_ADJACENT_SIBLING:`~`,PSEUDO:`:`},i=/[a-zA-Z]/,a=`:not(`,o=/[\s,(>~+]/;function s(e){var t=[0,0,0],a,s,l,u,d=0,f,p=!1,m=!1,h,g;for(h=0,g=e.length;h<g;h++){if(a=e[h],!s)if(a==n.SINGLE_QUOTE&&!u&&!l)l=!0;else if(a==n.SINGLE_QUOTE&&!u&&l)l=!1;else if(a==n.DOUBLE_QUOTE&&!u&&!l)u=!0;else if(a==n.DOUBLE_QUOTE&&u&&!l)u=!1;else if(l||u)continue;else d>0&&!p||(a==n.OPEN_ROUND_BRACKET?d++:a==n.CLOSE_ROUND_BRACKET&&d==1?(d--,p=!1):a==n.CLOSE_ROUND_BRACKET?d--:a==r.HASH?t[0]++:a==r.DOT||a==n.OPEN_SQUARE_BRACKET?t[1]++:a==r.PSEUDO&&!m&&!c(e,h)?(t[1]++,p=!1):a==r.PSEUDO?p=!0:(h===0||f)&&i.test(a)&&t[2]++);s=a==n.BACK_SLASH,m=a==r.PSEUDO,f=!s&&o.test(a)}return t}function c(e,t){return e.indexOf(a,t)===t}t.exports=s})),Ke=t(((e,t)=>{var n=Ge();function r(e,t,n){var r,a,o,s,c,l;for(o=0,s=e.length;o<s;o++)for(r=i(e[o][1],n),c=0,l=t.length;c<l;c++)if(a=i(t[c][1],n),r[0]===a[0]&&r[1]===a[1]&&r[2]===a[2])return!0;return!1}function i(e,t){var r;return e in t||(t[e]=r=n(e)),r||t[e]}t.exports=r})),qe=t(((e,t)=>{var n=We(),r=Ke(),i=/align-items|box-align|box-pack|flex|justify/,a=/^border-(top|right|bottom|left|color|style|width|radius)/;function o(e,t,n){for(var r=t.length-1;r>=0;r--)for(var i=e.length-1;i>=0;i--)if(!s(e[i],t[r],n))return!1;return!0}function s(e,t,o){var s=e[0],h=e[1],g=e[2],_=e[5],v=e[6],y=t[0],b=t[1],x=t[2],S=t[5],C=t[6];return s==`font`&&y==`line-height`||y==`font`&&s==`line-height`||i.test(s)&&i.test(y)||g==x&&l(s)==l(y)&&c(s)^c(y)||g==`border`&&a.test(x)&&(s==`border`||s==x||h!=b&&u(s,y))||x==`border`&&a.test(g)&&(y==`border`||y==g||h!=b&&u(s,y))||g==`border`&&x==`border`&&s!=y&&(d(s)&&f(y)||f(s)&&d(y))?!1:!!(g!=x||s==y&&g==x&&(h==b||p(h,b))||s!=y&&g==x&&s!=g&&y!=x||s!=y&&g==x&&h==b||C&&v&&!m(g)&&!m(x)&&!n(S,_,!1)||!r(_,S,o))}function c(e){return/^-(?:moz|webkit|ms|o)-/.test(e)}function l(e){return e.replace(/^-(?:moz|webkit|ms|o)-/,``)}function u(e,t){return e.split(`-`).pop()==t.split(`-`).pop()}function d(e){return e==`border-top`||e==`border-right`||e==`border-bottom`||e==`border-left`}function f(e){return e==`border-color`||e==`border-style`||e==`border-width`}function p(e,t){return c(e)&&c(t)&&e.split(`-`)[1]!=t.split(`-`)[2]}function m(e){return e==`font`||e==`line-height`||e==`list-style`}t.exports={canReorder:o,canReorderSingle:s}})),Je=t(((e,t)=>{var n=w(),r=De().rules,i=De().value;function a(e){var t=[],s,c,l,u,d,f;if(e[0]==n.RULE)for(s=!/[.+>~]/.test(r(e[1])),d=0,f=e[2].length;d<f;d++)c=e[2][d],c[0]==n.PROPERTY&&(l=c[1][1],l.length!==0&&(u=i(c,d),t.push([l,u,o(l),e[2][d],l+`:`+u,e[1],s])));else if(e[0]==n.NESTED_BLOCK)for(d=0,f=e[2].length;d<f;d++)t=t.concat(a(e[2][d]));return t}function o(e){return e==`list-style`?e:e.indexOf(`-radius`)>0?`border-radius`:e==`border-collapse`||e==`border-spacing`||e==`border-image`?e:e.indexOf(`border-`)===0&&/^border-\w+-\w+$/.test(e)?e.match(/border-\w+/)[0]:e.indexOf(`border-`)===0&&/^border-\w+$/.test(e)?`border`:e.indexOf(`text-`)===0||e==`-chrome-`?e:e.replace(/^-\w+-/,``).match(/([a-zA-Z]+)/)[0].toLowerCase()}t.exports=a})),Ye=t(((e,t)=>{var n=qe().canReorder,r=qe().canReorderSingle,i=Je(),a=We(),o=De().rules,s=j().OptimizationLevel,c=w();function l(e,t){for(var r=t.options.level[s.Two].mergeSemantically,a=t.cache.specificity,l={},d=[],f=e.length-1;f>=0;f--){var p=e[f];if(p[0]==c.NESTED_BLOCK){var m=o(p[1]),h=l[m];h||(h=[],l[m]=h),h.push(f)}}for(var g in l){var _=l[g];positionLoop:for(var v=_.length-1;v>0;v--){var y=_[v],b=e[y],x=_[v-1],S=e[x];directionLoop:for(var C=1;C>=-1;C-=2){for(var w=C==1,T=w?y+1:x-1,E=w?x:y,D=w?1:-1,O=w?b:S,k=w?S:b,A=i(O);T!=E;){var ee=i(e[T]);if(T+=D,!(r&&u(A,ee,a))&&!n(A,ee,a))continue directionLoop}k[2]=w?O[2].concat(k[2]):k[2].concat(O[2]),O[2]=[],d.push(k);continue positionLoop}}}return d}function u(e,t,n){var i,o,s,c,l,u,d,f;for(l=0,u=e.length;l<u;l++)for(i=e[l],o=i[5],d=0,f=t.length;d<f;d++)if(s=t[d],c=s[5],a(o,c,!0)&&!r(i,s,n))return!1;return!0}t.exports=l})),Xe=t(((e,t)=>{var n=ke(),r=p(),i=v(),a=j().OptimizationLevel,o=De().body,s=De().rules,c=w();function l(e){return/\.|\*| :/.test(e)}function u(e){var t=s(e[1]);return t.indexOf(`__`)>-1||t.indexOf(`--`)>-1}function d(e){return e.replace(/--[^ ,>+~:]+/g,``)}function f(e,t){var n=d(s(e[1]));for(var r in t){var i=t[r],a=d(s(i[1]));(a.indexOf(n)>-1||n.indexOf(a)>-1)&&delete t[r]}}function m(e,t){for(var d=t.options,p=d.level[a.Two].mergeSemantically,m=d.compatibility.selectors.adjacentSpace,h=d.level[a.One].selectorsSortingMethod,g=d.compatibility.selectors.mergeablePseudoClasses,_=d.compatibility.selectors.mergeablePseudoElements,v=d.compatibility.selectors.multiplePseudoMerging,y={},b=e.length-1;b>=0;b--){var x=e[b];if(x[0]==c.RULE){x[2].length>0&&!p&&l(s(x[1]))&&(y={}),x[2].length>0&&p&&u(x)&&f(x,y);var S=o(x[2]),C=y[S];C&&n(s(x[1]),g,_,v)&&n(s(C[1]),g,_,v)&&(x[2].length>0?(x[1]=i(C[1].concat(x[1]),!1,m,!1,t.warnings),x[1]=x[1].length>1?r(x[1],h):x[1]):x[1]=C[1].concat(x[1]),C[2]=[],y[S]=null),y[o(x[2])]=x}}}t.exports=m})),Ze=t(((e,t)=>{var n=qe().canReorder,r=Je(),i=He(),a=De().rules,o=w();function s(e,t){var s=t.cache.specificity,c={},l=[],u;for(u=e.length-1;u>=0;u--)if(e[u][0]==o.RULE&&e[u][2].length!==0){var d=a(e[u][1]);c[d]=[u].concat(c[d]||[]),c[d].length==2&&l.push(d)}for(u=l.length-1;u>=0;u--){var f=c[l[u]];selectorIterator:for(var p=f.length-1;p>0;p--){var m=f[p-1],h=e[m],g=f[p],_=e[g];directionIterator:for(var v=1;v>=-1;v-=2){for(var y=v==1,b=y?m+1:g-1,x=y?g:m,S=y?1:-1,C=y?h:_,w=y?_:h,T=r(C);b!=x;){var E=r(e[b]);b+=S;var D=y?n(T,E,s):n(E,T,s);if(!D&&!y)continue selectorIterator;if(!D&&y)continue directionIterator}y?(Array.prototype.push.apply(C[2],w[2]),w[2]=C[2]):Array.prototype.push.apply(w[2],C[2]),i(w[2],!0,!0,t),C[2]=[]}}}}t.exports=s})),Qe=t(((e,t)=>{function n(e){for(var t=e.slice(0),r=0,i=t.length;r<i;r++)Array.isArray(t[r])&&(t[r]=n(t[r]));return t}t.exports=n})),$e=t(((e,t)=>{var n=ke(),r=He(),i=Qe(),a=w(),o=De().body,s=De().rules;function c(e,t){for(var r=t.options,i=r.compatibility.selectors.mergeablePseudoClasses,o=r.compatibility.selectors.mergeablePseudoElements,c=r.compatibility.selectors.multiplePseudoMerging,f={},p=[],m=e.length-1;m>=0;m--){var h=e[m];if(h[0]==a.RULE&&h[2].length!==0)for(var g=s(h[1]),_=h[1].length>1&&n(g,i,o,c),v=l(h[1]),y=_?[g].concat(v):[g],b=0,x=y.length;b<x;b++){var S=y[b];f[S]?p.push(S):f[S]=[],f[S].push({where:m,list:v,isPartial:_&&b>0,isComplex:_&&b===0})}}u(e,p,f,r,t),d(e,f,r,t)}function l(e){for(var t=[],n=0;n<e.length;n++)t.push([e[n][1]]);return t}function u(e,t,n,r,i){function a(e,t){return l[e].isPartial&&t.length===0}function o(e,t,n,r){l[n-r-1].isPartial||(e[2]=t)}for(var s=0,c=t.length;s<c;s++){var l=n[t[s]];f(e,l,{filterOut:a,callback:o},r,i)}}function d(e,t,r,i){var a=r.compatibility.selectors.mergeablePseudoClasses,s=r.compatibility.selectors.mergeablePseudoElements,c=r.compatibility.selectors.multiplePseudoMerging,l={};function u(e){return l.data[e].where<l.intoPosition}function d(e,t,n,r){r===0&&l.reducedBodies.push(t)}allSelectors:for(var p in t){var m=t[p];if(m[0].isComplex){var h=m[m.length-1].where,g=e[h],_=[],v=n(p,a,s,c)?m[0].list:[p];l.intoPosition=h,l.reducedBodies=_;for(var y=0,b=v.length;y<b;y++){var x=t[v[y]];if(x.length<2||(l.data=x,f(e,x,{filterOut:u,callback:d},r,i),o(_[_.length-1])!=o(_[0])))continue allSelectors}g[2]=_[0]}}}function f(e,t,n,a,o){for(var s=[],c=[],l=[],u=t.length-1;u>=0;u--)if(!n.filterOut(u,s)){var d=t[u].where,f=e[d],p=i(f[2]);s=s.concat(p),c.push(p),l.push(d)}r(s,!0,!1,o);for(var m=l.length,h=s.length-1,g=m-1;g>=0;){if((g===0||s[h]&&c[g].indexOf(s[h])>-1)&&h>-1){h--;continue}var _=s.splice(h+1);n.callback(e[l[g]],_,m,g),g--}}t.exports=c})),et=t(((e,t)=>{var n=w(),r=De().all,i=`@font-face`;function a(e){var t=[],a,o,s,c;for(s=0,c=e.length;s<c;s++)a=e[s],!(a[0]!=n.AT_RULE_BLOCK&&a[1][0][1]!=i)&&(o=r([a]),t.indexOf(o)>-1?a[2]=[]:t.push(o))}t.exports=a})),tt=t(((e,t)=>{var n=w(),r=De().all,i=De().rules;function a(e){var t={},a,o,s,c,l;for(c=0,l=e.length;c<l;c++)o=e[c],o[0]==n.NESTED_BLOCK&&(s=i(o[1])+`%`+r(o[2]),a=t[s],a&&(a[2]=[]),t[s]=o)}t.exports=a})),nt=t(((e,t)=>{var n=w(),r=De().body,i=De().rules;function a(e){for(var t={},a=[],o,s,c,l,u=0,d=e.length;u<d;u++)s=e[u],s[0]==n.RULE&&(o=i(s[1]),t[o]&&t[o].length==1?a.push(o):t[o]=t[o]||[],t[o].push(u));for(u=0,d=a.length;u<d;u++){o=a[u],l=[];for(var f=t[o].length-1;f>=0;f--)s=e[t[o][f]],c=r(s[2]),l.indexOf(c)>-1?s[2]=[]:l.push(c)}}t.exports=a})),rt=t(((e,t)=>{var n=Ne(),r=T().single,i=C(),a=w(),o=/^(-moz-|-o-|-webkit-)?animation-name$/,s=/^(-moz-|-o-|-webkit-)?animation$/,c=/^@(-moz-|-o-|-webkit-)?keyframes /,l=/\s{0,31}!important$/,u=/^(['"]?)(.*)\1$/;function d(e){return e.replace(u,`$2`).replace(l,``)}function f(e,t){p(e,h,g,t),p(e,_,v,t),p(e,y,b,t),p(e,x,S,t)}function p(e,t,n,r){var i={},o,s,c,l,u,d;for(u=0,d=e.length;u<d;u++)t(e[u],i);if(Object.keys(i).length!==0)for(o in m(e,n,i,r),i)for(s=i[o],u=0,d=s.length;u<d;u++)c=s[u],l=c[0]==a.AT_RULE?1:2,c[l]=[]}function m(e,t,n,r){var i=t(n),o,s;for(o=0,s=e.length;o<s;o++)switch(e[o][0]){case a.RULE:i(e[o],r);break;case a.NESTED_BLOCK:m(e[o][2],t,n,r)}}function h(e,t){var n;e[0]==a.AT_RULE_BLOCK&&e[1][0][1].indexOf(`@counter-style`)===0&&(n=e[1][0][1].split(` `)[1],t[n]=t[n]||[],t[n].push(e))}function g(e){return function(t,a){var o,s,c,l;for(c=0,l=t[2].length;c<l;c++)o=t[2][c],o[1][1]==`list-style`&&(s=r(o),n([s],a.validator,a.warnings),s.components[0].value[0][1]in e&&delete e[o[2][1]],i([s])),o[1][1]==`list-style-type`&&o[2][1]in e&&delete e[o[2][1]]}}function _(e,t){var n,r,i,o;if(e[0]==a.AT_RULE_BLOCK&&e[1][0][1]==`@font-face`){for(i=0,o=e[2].length;i<o;i++)if(n=e[2][i],n[1][1]==`font-family`){r=d(n[2][1].toLowerCase()),t[r]=t[r]||[],t[r].push(e);break}}}function v(e){return function(t,a){var o,s,c,l,u,f,p,m;for(u=0,f=t[2].length;u<f;u++){if(o=t[2][u],o[1][1]==`font`){for(s=r(o),n([s],a.validator,a.warnings),c=s.components[6],p=0,m=c.value.length;p<m;p++)l=d(c.value[p][1].toLowerCase()),l in e&&delete e[l];i([s])}if(o[1][1]==`font-family`)for(p=2,m=o.length;p<m;p++)l=d(o[p][1].toLowerCase()),l in e&&delete e[l]}}}function y(e,t){var n;e[0]==a.NESTED_BLOCK&&c.test(e[1][0][1])&&(n=e[1][0][1].split(` `)[1],t[n]=t[n]||[],t[n].push(e))}function b(e){return function(t,a){var c,l,u,d,f,p,m;for(d=0,f=t[2].length;d<f;d++){if(c=t[2][d],s.test(c[1][1])){for(l=r(c),n([l],a.validator,a.warnings),u=l.components[7],p=0,m=u.value.length;p<m;p++)u.value[p][1]in e&&delete e[u.value[p][1]];i([l])}if(o.test(c[1][1]))for(p=2,m=c.length;p<m;p++)c[p][1]in e&&delete e[c[p][1]]}}}function x(e,t){var n;e[0]==a.AT_RULE&&e[1].indexOf(`@namespace`)===0&&(n=e[1].split(` `)[1],t[n]=t[n]||[],t[n].push(e))}function S(e){var t=RegExp(Object.keys(e).join(`\\||`)+`\\|`,`g`);return function(n){var r,i,a,o,s,c,l;for(o=0,s=n[1].length;o<s;o++)for(i=n[1][o],r=i[1].match(t),c=0,l=r.length;c<l;c++)a=r[c].substring(0,r[c].length-1),a in e&&delete e[a]}}t.exports=f})),it=t(((e,t)=>{function n(e,t){return e[1]>t[1]?1:-1}function r(e){for(var t=[],r=[],i=0,a=e.length;i<a;i++){var o=e[i];r.indexOf(o[1])==-1&&(r.push(o[1]),t.push(o))}return t.sort(n)}t.exports=r})),at=t(((e,t)=>{var n=qe().canReorderSingle,r=Je(),i=ke(),a=it(),o=w(),s=Qe(),c=De().body,l=De().rules;function u(e,t){return e>t?1:-1}function d(e,t){var n=s(e);return n[5]=n[5].concat(t[5]),n}function f(e,t){var s=t.options,f=s.compatibility.selectors.mergeablePseudoClasses,p=s.compatibility.selectors.mergeablePseudoElements,m=s.compatibility.selectors.mergeLimit,h=s.compatibility.selectors.multiplePseudoMerging,g=t.cache.specificity,_={},v=[],y={},b=[],x=2,S=`%`;function C(e,t,n){for(var r=n.length-1;r>=0;r--){var i=n[r][0],a=w(t,i);if(y[a].length>1&&M(e,y[a])){T(a);break}}}function w(e,t){var n=E(t);return y[n]=y[n]||[],y[n].push([e,t]),n}function T(e){var t=e.split(S),n=[],r;for(var i in y){var a=i.split(S);for(r=a.length-1;r>=0;r--)if(t.indexOf(a[r])>-1){n.push(i);break}}for(r=n.length-1;r>=0;r--)delete y[n[r]]}function E(e){for(var t=[],n=0,r=e.length;n<r;n++)t.push(l(e[n][1]));return t.join(S)}function D(e){for(var t=[],n=[],r=e.length-1;r>=0;r--)i(l(e[r][1]),f,p,h)&&(n.unshift(e[r]),e[r][2].length>0&&t.indexOf(e[r])==-1&&t.push(e[r]));return t.length>1?n:[]}function O(e,t){var n=t[0],r=t[1],i=t[4],o=n.length+r.length+1,s=[],c=[],l=D(_[i]);if(!(l.length<2)){var u=A(l,o,1),d=u[0];if(d[1]>0)return C(e,t,u);for(var f=d[0].length-1;f>=0;f--)s=d[0][f][1].concat(s),c.unshift(d[0][f]);s=a(s),ne(e,[t],s,c)}}function k(e,t){return e[1]>t[1]?1:e[1]==t[1]?0:-1}function A(e,t,n){return ee(e,t,n,x-1).sort(k)}function ee(e,t,n,r){var i=[[e,te(e,t,n)]];if(e.length>2&&r>0)for(var a=e.length-1;a>=0;a--){var o=Array.prototype.slice.call(e,0);o.splice(a,1),i=i.concat(ee(o,t,n,r-1))}return i}function te(e,t,n){for(var r=0,i=e.length-1;i>=0;i--)r+=e[i][2].length>n?l(e[i][1]).length:-1;return r-(e.length-1)*t+1}function ne(t,n,r,i){var a,s,l,u,d=[];for(a=i.length-1;a>=0;a--){var f=i[a];for(s=f[2].length-1;s>=0;s--){var p=f[2][s];for(l=0,u=n.length;l<u;l++){var m=n[l],h=p[1][1],g=m[0],_=m[4];if(h==g&&c([p])==_){f[2].splice(s,1);break}}}}for(a=n.length-1;a>=0;a--)d.unshift(n[a][3]);var v=[o.RULE,r,d];e.splice(t,0,v)}function j(e,t){var n=_[t[4]];n&&n.length>1&&(re(e,t)||O(e,t))}function re(e,t){var n=[],r=[],i=t[4],a,o,s=D(_[i]);if(!(s.length<2)){movableLoop:for(var c in _){var l=_[c];for(a=s.length-1;a>=0;a--)if(l.indexOf(s[a])==-1)continue movableLoop;n.push(c)}if(n.length<2)return!1;for(a=n.length-1;a>=0;a--)for(o=v.length-1;o>=0;o--)if(v[o][4]==n[a]){r.unshift([v[o],s]);break}return M(e,r)}}function M(e,t){for(var n=0,r=[],i,o=t.length-1;o>=0;o--){i=t[o][0];var s=i[4];n+=s.length+ +(o>0),r.push(i)}var c=t[0][1],l=A(c,n,r.length)[0];if(l[1]>0)return!1;var u=[],d=[];for(o=l[0].length-1;o>=0;o--)u=l[0][o][1].concat(u),d.unshift(l[0][o]);for(u=a(u),ne(e,r,u,d),o=r.length-1;o>=0;o--){i=r[o];var f=v.indexOf(i);delete _[i[4]],f>-1&&b.indexOf(f)==-1&&b.push(f)}return!0}function ie(e,t,n){if(e[0]!=t[0])return!1;var r=_[t[4]];return r&&r.indexOf(n)>-1}for(var ae=e.length-1;ae>=0;ae--){var oe=e[ae],se,ce,N,le,ue;if(oe[0]==o.RULE)se=!0;else if(oe[0]==o.NESTED_BLOCK)se=!1;else continue;var de=v.length,fe=r(oe);b=[];var pe=[];for(ce=fe.length-1;ce>=0;ce--)for(N=ce-1;N>=0;N--)if(!n(fe[ce],fe[N],g)){pe.push(ce);break}for(ce=fe.length-1;ce>=0;ce--){var me=fe[ce],P=!1;for(N=0;N<de;N++){var he=v[N];b.indexOf(N)==-1&&(!n(me,he,g)&&!ie(me,he,oe)||_[he[4]]&&_[he[4]].length===m)&&(j(ae+1,he),b.indexOf(N)==-1&&(b.push(N),delete _[he[4]])),P||(P=me[0]==he[0]&&me[1]==he[1],P&&(ue=N))}if(!(!se||pe.indexOf(ce)>-1)){var F=me[4];P&&v[ue][5].length+me[5].length>m?(j(ae+1,v[ue]),v.splice(ue,1),_[F]=[oe],P=!1):(_[F]=_[F]||[],_[F].push(oe)),P?v[ue]=d(v[ue],me):v.push(me)}}for(b=b.sort(u),ce=0,le=b.length;ce<le;ce++){var ge=b[ce]-ce;v.splice(ge,1)}}for(var I=e[0]&&e[0][0]==o.AT_RULE&&e[0][1].indexOf(`@charset`)===0?1:0;I<e.length-1;I++){var _e=e[I][0]===o.AT_RULE&&e[I][1].indexOf(`@import`)===0,ve=e[I][0]===o.COMMENT;if(!(_e||ve))break}for(ae=0;ae<v.length;ae++)j(I,v[ae])}t.exports=f})),ot=t(((e,t)=>{var n=Ue(),r=Ye(),i=Xe(),a=Ze(),o=$e(),s=et(),c=tt(),l=nt(),u=rt(),d=at(),f=He(),p=j().OptimizationLevel,m=w();function h(e){for(var t=0,n=e.length;t<n;t++){var r=e[t],i=!1;switch(r[0]){case m.RULE:i=r[1].length===0||r[2].length===0;break;case m.NESTED_BLOCK:h(r[2]),i=r[2].length===0;break;case m.AT_RULE:i=r[1].length===0;break;case m.AT_RULE_BLOCK:i=r[2].length===0}i&&(e.splice(t,1),t--,n--)}}function g(e,t){for(var n=0,r=e.length;n<r;n++){var i=e[n];if(i[0]==m.NESTED_BLOCK){var a=/@(-moz-|-o-|-webkit-)?keyframes/.test(i[1][0][1]);v(i[2],t,!a)}}}function _(e,t){for(var n=0,r=e.length;n<r;n++){var i=e[n];switch(i[0]){case m.RULE:f(i[2],!0,!0,t);break;case m.NESTED_BLOCK:_(i[2],t)}}}function v(e,t,f){var m=t.options.level[p.Two],y=t.options.plugins.level2Block,b,x;if(g(e,t),_(e,t),m.removeDuplicateRules&&l(e,t),m.mergeAdjacentRules&&n(e,t),m.reduceNonAdjacentRules&&o(e,t),m.mergeNonAdjacentRules&&m.mergeNonAdjacentRules!=`body`&&a(e,t),m.mergeNonAdjacentRules&&m.mergeNonAdjacentRules!=`selector`&&i(e,t),m.restructureRules&&m.mergeAdjacentRules&&f&&(d(e,t),n(e,t)),m.restructureRules&&!m.mergeAdjacentRules&&f&&d(e,t),m.removeDuplicateFontRules&&s(e,t),m.removeDuplicateMediaBlocks&&c(e,t),m.removeUnusedAtRules&&u(e,t),m.mergeMedia)for(b=r(e,t),x=b.length-1;x>=0;x--)v(b[x][2],t,!1);for(x=0;x<y.length;x++)y[x](e);return m.removeEmpty&&h(e),e}t.exports=v})),st=t(((e,t)=>{var n=`[A-Z]+(\\-|[A-Z]|[0-9])+\\(.*?\\)`,r=`\\-(\\-|[A-Z]|[0-9])+\\(.*?\\)`,i=`var\\(\\-\\-[^\\)]+\\)`,a=`(`+i+`|`+n+`|`+r+`)`,o=RegExp(`^(\\-moz\\-|\\-webkit\\-)?calc\\([^\\)]+\\)$`,`i`),s=/[0-9]/,c=RegExp(`^`+a+`$`,`i`),l=/^#(?:[0-9a-f]{4}|[0-9a-f]{8})$/i,u=/^hsl\(\s{0,31}[-.]?\d+\s{0,31},\s{0,31}\d*\.?\d+%\s{0,31},\s{0,31}\d*\.?\d+%\s{0,31}\)|hsla\(\s{0,31}[-.]?\d+\s{0,31},\s{0,31}\d*\.?\d+%\s{0,31},\s{0,31}\d*\.?\d+%\s{0,31},\s{0,31}\.?\d+\s{0,31}\)$/,d=/^hsl\(\s{0,31}[-.]?\d+(deg)?\s{1,31}\d*\.?\d+%\s{1,31}\d*\.?\d+%\s{0,31}\)|hsla\(\s{0,31}[-.]?\d+(deg)?\s{1,31}\d*\.?\d+%\s{1,31}\d*\.?\d+%\s{1,31}\/\s{1,31}\d*\.?\d+%?\s{0,31}\)$/,f=/^(-[a-z0-9_][a-z0-9\-_]*|[a-z_][a-z0-9\-_]*)$/i,p=/^[a-z]+$/i,m=/^-([a-z0-9]|-)*$/i,h=/^("[^"]*"|'[^']*')$/i,g=/^rgb\(\s{0,31}[\d]{1,3}\s{0,31},\s{0,31}[\d]{1,3}\s{0,31},\s{0,31}[\d]{1,3}\s{0,31}\)|rgba\(\s{0,31}[\d]{1,3}\s{0,31},\s{0,31}[\d]{1,3}\s{0,31},\s{0,31}[\d]{1,3}\s{0,31},\s{0,31}[.\d]+\s{0,31}\)$/i,_=/^rgb\(\s{0,31}[\d]{1,3}\s{1,31}[\d]{1,3}\s{1,31}[\d]{1,3}\s{0,31}\)|rgba\(\s{0,31}[\d]{1,3}\s{1,31}[\d]{1,3}\s{1,31}[\d]{1,3}\s{1,31}\/\s{1,31}[\d]*\.?[.\d]+%?\s{0,31}\)$/i,v=/\d+(s|ms)/,y=/^(cubic-bezier|steps)\([^)]+\)$/,b=[`ms`,`s`],x=/^url\([\s\S]+\)$/i,S=RegExp(`^`+i+`$`,`i`),C=/^#[0-9a-f]{8}$/i,w=/^#[0-9a-f]{4}$/i,T=/^#[0-9a-f]{6}$/i,E=/^#[0-9a-f]{3}$/i,D=`.`,O=`-`,k=`+`,A={"^":[`inherit`,`initial`,`unset`],"*-style":[`auto`,`dashed`,`dotted`,`double`,`groove`,`hidden`,`inset`,`none`,`outset`,`ridge`,`solid`],"*-timing-function":[`ease`,`ease-in`,`ease-in-out`,`ease-out`,`linear`,`step-end`,`step-start`],"animation-direction":[`alternate`,`alternate-reverse`,`normal`,`reverse`],"animation-fill-mode":[`backwards`,`both`,`forwards`,`none`],"animation-iteration-count":[`infinite`],"animation-name":[`none`],"animation-play-state":[`paused`,`running`],"background-attachment":[`fixed`,`inherit`,`local`,`scroll`],"background-clip":[`border-box`,`content-box`,`inherit`,`padding-box`,`text`],"background-origin":[`border-box`,`content-box`,`inherit`,`padding-box`],"background-position":[`bottom`,`center`,`left`,`right`,`top`],"background-repeat":[`no-repeat`,`inherit`,`repeat`,`repeat-x`,`repeat-y`,`round`,`space`],"background-size":[`auto`,`cover`,`contain`],"border-collapse":[`collapse`,`inherit`,`separate`],bottom:[`auto`],clear:[`both`,`left`,`none`,`right`],color:[`transparent`],cursor:[`all-scroll`,`auto`,`col-resize`,`crosshair`,`default`,`e-resize`,`help`,`move`,`n-resize`,`ne-resize`,`no-drop`,`not-allowed`,`nw-resize`,`pointer`,`progress`,`row-resize`,`s-resize`,`se-resize`,`sw-resize`,`text`,`vertical-text`,`w-resize`,`wait`],display:[`block`,`inline`,`inline-block`,`inline-table`,`list-item`,`none`,`table`,`table-caption`,`table-cell`,`table-column`,`table-column-group`,`table-footer-group`,`table-header-group`,`table-row`,`table-row-group`],float:[`left`,`none`,`right`],left:[`auto`],font:[`caption`,`icon`,`menu`,`message-box`,`small-caption`,`status-bar`,`unset`],"font-size":[`large`,`larger`,`medium`,`small`,`smaller`,`x-large`,`x-small`,`xx-large`,`xx-small`],"font-stretch":[`condensed`,`expanded`,`extra-condensed`,`extra-expanded`,`normal`,`semi-condensed`,`semi-expanded`,`ultra-condensed`,`ultra-expanded`],"font-style":[`italic`,`normal`,`oblique`],"font-variant":[`normal`,`small-caps`],"font-weight":[`100`,`200`,`300`,`400`,`500`,`600`,`700`,`800`,`900`,`bold`,`bolder`,`lighter`,`normal`],"line-height":[`normal`],"list-style-position":[`inside`,`outside`],"list-style-type":[`armenian`,`circle`,`decimal`,`decimal-leading-zero`,`disc`,`decimal|disc`,`georgian`,`lower-alpha`,`lower-greek`,`lower-latin`,`lower-roman`,`none`,`square`,`upper-alpha`,`upper-latin`,`upper-roman`],overflow:[`auto`,`hidden`,`scroll`,`visible`],position:[`absolute`,`fixed`,`relative`,`static`],right:[`auto`],"text-align":[`center`,`justify`,`left`,`left|right`,`right`],"text-decoration":[`line-through`,`none`,`overline`,`underline`],"text-overflow":[`clip`,`ellipsis`],top:[`auto`],"vertical-align":[`baseline`,`bottom`,`middle`,`sub`,`super`,`text-bottom`,`text-top`,`top`],visibility:[`collapse`,`hidden`,`visible`],"white-space":[`normal`,`nowrap`,`pre`],width:[`inherit`,`initial`,`medium`,`thick`,`thin`]},ee=[`%`,`ch`,`cm`,`em`,`ex`,`in`,`mm`,`pc`,`pt`,`px`,`rem`,`vh`,`vm`,`vmax`,`vmin`,`vw`];function te(e){return e!=`auto`&&(N(`color`)(e)||M(e)||ne(e)||le(e))}function ne(e){return de(e)||ie(e)}function j(e){return o.test(e)}function re(e){return c.test(e)}function M(e){return E.test(e)||w.test(e)||T.test(e)||C.test(e)}function ie(e){return u.test(e)||d.test(e)}function ae(e){return l.test(e)}function oe(e){return f.test(e)}function se(e){return h.test(e)}function ce(e){return e==`none`||e==`inherit`||I(e)}function N(e){return function(t){return A[e].indexOf(t)>-1}}function le(e){return p.test(e)}function ue(e){return ve(e)==e.length}function de(e){return g.test(e)||_.test(e)}function fe(e){return m.test(e)}function pe(e){return ue(e)&&parseFloat(e)>=0}function me(e){return S.test(e)}function P(e){var t=ve(e);return t==e.length&&parseInt(e)===0||t>-1&&b.indexOf(e.slice(t+1))>-1||he(e)}function he(e){return re(e)&&v.test(e)}function F(){var e=N(`*-timing-function`);return function(t){return e(t)||y.test(t)}}function ge(e,t){var n=ve(t);return n==t.length&&parseInt(t)===0||n>-1&&e.indexOf(t.slice(n+1).toLowerCase())>-1||t==`auto`||t==`inherit`}function I(e){return x.test(e)}function _e(e){return e==`auto`||ue(e)||N(`^`)(e)}function ve(e){var t=!1,n=!1,r,i,a;for(i=0,a=e.length;i<a;i++)if(r=e[i],i===0&&(r==k||r==O))n=!0;else if(i>0&&n&&(r==k||r==O))return i-1;else if(r==D&&!t)t=!0;else if(r==D&&t)return i-1;else if(s.test(r))continue;else return i-1;return i}function ye(e){var t=ee.slice(0).filter(function(t){return!(t in e.units)||e.units[t]===!0});return e.customUnits.rpx&&t.push(`rpx`),{colorOpacity:e.colors.opacity,colorHexAlpha:e.colors.hexAlpha,isAnimationDirectionKeyword:N(`animation-direction`),isAnimationFillModeKeyword:N(`animation-fill-mode`),isAnimationIterationCountKeyword:N(`animation-iteration-count`),isAnimationNameKeyword:N(`animation-name`),isAnimationPlayStateKeyword:N(`animation-play-state`),isTimingFunction:F(),isBackgroundAttachmentKeyword:N(`background-attachment`),isBackgroundClipKeyword:N(`background-clip`),isBackgroundOriginKeyword:N(`background-origin`),isBackgroundPositionKeyword:N(`background-position`),isBackgroundRepeatKeyword:N(`background-repeat`),isBackgroundSizeKeyword:N(`background-size`),isColor:te,isColorFunction:ne,isDynamicUnit:j,isFontKeyword:N(`font`),isFontSizeKeyword:N(`font-size`),isFontStretchKeyword:N(`font-stretch`),isFontStyleKeyword:N(`font-style`),isFontVariantKeyword:N(`font-variant`),isFontWeightKeyword:N(`font-weight`),isFunction:re,isGlobal:N(`^`),isHexAlphaColor:ae,isHslColor:ie,isIdentifier:oe,isImage:ce,isKeyword:N,isLineHeightKeyword:N(`line-height`),isListStylePositionKeyword:N(`list-style-position`),isListStyleTypeKeyword:N(`list-style-type`),isNumber:ue,isPrefixed:fe,isPositiveNumber:pe,isQuotedText:se,isRgbColor:de,isStyleKeyword:N(`*-style`),isTime:P,isUnit:ge.bind(null,t),isUrl:I,isVariable:me,isWidth:N(`width`),isZIndex:_e}}t.exports=ye})),ct=t(((e,t)=>{var n={"*":{colors:{hexAlpha:!1,opacity:!0},customUnits:{rpx:!1},properties:{backgroundClipMerging:!0,backgroundOriginMerging:!0,backgroundSizeMerging:!0,colors:!0,ieBangHack:!1,ieFilters:!1,iePrefixHack:!1,ieSuffixHack:!1,merging:!0,shorterLengthUnits:!1,spaceAfterClosingBrace:!0,urlQuotes:!0,zeroUnits:!0},selectors:{adjacentSpace:!1,ie7Hack:!1,mergeablePseudoClasses:`:active.:after.:before.:empty.:checked.:disabled.:empty.:enabled.:first-child.:first-letter.:first-line.:first-of-type.:focus.:hover.:lang.:last-child.:last-of-type.:link.:not.:nth-child.:nth-last-child.:nth-last-of-type.:nth-of-type.:only-child.:only-of-type.:root.:target.:visited`.split(`.`),mergeablePseudoElements:[`::after`,`::before`,`::first-letter`,`::first-line`],mergeLimit:8191,multiplePseudoMerging:!0},units:{ch:!0,in:!0,pc:!0,pt:!0,rem:!0,vh:!0,vm:!0,vmax:!0,vmin:!0,vw:!0}}};n.ie11=i(n[`*`],{properties:{ieSuffixHack:!0}}),n.ie10=i(n[`*`],{properties:{ieSuffixHack:!0}}),n.ie9=i(n[`*`],{properties:{ieFilters:!0,ieSuffixHack:!0}}),n.ie8=i(n.ie9,{colors:{opacity:!1},properties:{backgroundClipMerging:!1,backgroundOriginMerging:!1,backgroundSizeMerging:!1,iePrefixHack:!0,merging:!1},selectors:{mergeablePseudoClasses:[`:after`,`:before`,`:first-child`,`:first-letter`,`:focus`,`:hover`,`:visited`],mergeablePseudoElements:[]},units:{ch:!1,rem:!1,vh:!1,vm:!1,vmax:!1,vmin:!1,vw:!1}}),n.ie7=i(n.ie8,{properties:{ieBangHack:!0},selectors:{ie7Hack:!0,mergeablePseudoClasses:[`:first-child`,`:first-letter`,`:hover`,`:visited`]}});function r(e){return i(n[`*`],a(e))}function i(e,t){for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var r=e[n];Object.prototype.hasOwnProperty.call(t,n)&&typeof r==`object`&&!Array.isArray(r)?t[n]=i(r,t[n]||{}):t[n]=n in t?t[n]:r}return t}function a(e){if(typeof e==`object`)return e;if(!/[,+-]/.test(e))return n[e]||n[`*`];var t=e.split(`,`),r=t[0]in n?n[t.shift()]:n[`*`];return e={},t.forEach(function(t){var n=t[0]==`+`,r=t.substring(1).split(`.`),i=r[0],a=r[1];e[i]=e[i]||{},e[i][a]=n}),i(r,e)}t.exports=r})),lt=t(((e,t)=>{var n=/^http:\/\//;function r(e){return n.test(e)}t.exports=r})),ut=t(((e,t)=>{var n=/^https:\/\//;function r(e){return n.test(e)}t.exports=r})),dt=t(((e,t)=>{var n=i(),r=i(),a=i(),o=lt(),s=ut(),c=m(),l=`http:`;function u(e,t,i,d){var f=t.protocol||t.hostname,p=!1,m=c(a.parse(e),t||{}),h;t.hostname!==void 0&&(m.protocol=t.protocol||l,m.path=m.href),h=f&&!s(f)||o(e)?n.get:r.get,h(m,function(n){var r=[],o;if(!p){if(n.statusCode<200||n.statusCode>399)return d(n.statusCode,null);if(n.statusCode>299)return o=a.resolve(e,n.headers.location),u(o,t,i,d);n.on(`data`,function(e){r.push(e.toString())}),n.on(`end`,function(){d(null,r.join(``))})}}).on(`error`,function(e){p||(p=!0,d(e.message,null))}).on(`timeout`,function(){p||(p=!0,d(`timeout`,null))}).setTimeout(i)}t.exports=u})),ft=t(((e,t)=>{var n=dt();function r(e){return e||n}t.exports=r})),pt=t(((e,t)=>{function n(e){return Array.isArray(e)?e:e===!1?[`none`]:e===void 0?[`local`]:e.split(`,`)}t.exports=n})),mt=t(((e,t)=>{var n=i(),r=m();function a(e){return r(o(process.env.HTTP_PROXY||process.env.http_proxy),e||{})}function o(e){return e?{hostname:n.parse(e).hostname,port:parseInt(n.parse(e).port)}:{}}t.exports=a})),ht=t(((e,t)=>{var n=5e3;function r(e){return e||n}t.exports=r})),gt=t(((e,t)=>{function n(e){var t={level1Value:[],level1Property:[],level2Block:[]};return e||=[],t.level1Value=e.map(function(e){return e.level1&&e.level1.value}).filter(function(e){return e!=null}),t.level1Property=e.map(function(e){return e.level1&&e.level1.property}).filter(function(e){return e!=null}),t.level2Block=e.map(function(e){return e.level2&&e.level2.block}).filter(function(e){return e!=null}),t}t.exports=n})),_t=t(((e,t)=>{function n(e,t){return t===void 0?e===void 0?!1:!!e:!0}t.exports=n})),vt=t(((e,t)=>{var n=i();function r(e){return e?n.resolve(e):process.cwd()}t.exports=r})),yt=t((e=>{var t=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`.split(``);e.encode=function(e){if(0<=e&&e<t.length)return t[e];throw TypeError(`Must be between 0 and 63: `+e)},e.decode=function(e){var t=65,n=90,r=97,i=122,a=48;return t<=e&&e<=n?e-t:r<=e&&e<=i?e-r+26:a<=e&&e<=57?e-a+52:e==43?62:e==47?63:-1}})),bt=t((e=>{var t=yt(),n=5,r=1<<n,i=r-1,a=r;function o(e){return e<0?(-e<<1)+1:(e<<1)+0}function s(e){var t=(e&1)==1,n=e>>1;return t?-n:n}e.encode=function(e){var r=``,s,c=o(e);do s=c&i,c>>>=n,c>0&&(s|=a),r+=t.encode(s);while(c>0);return r},e.decode=function(e,r,o){var c=e.length,l=0,u=0,d,f;do{if(r>=c)throw Error(`Expected more digits in base 64 VLQ value.`);if(f=t.decode(e.charCodeAt(r++)),f===-1)throw Error(`Invalid base64 digit: `+e.charAt(r-1));d=!!(f&a),f&=i,l+=f<<u,u+=n}while(d);o.value=s(l),o.rest=r}})),xt=t((e=>{function t(e,t,n){if(t in e)return e[t];if(arguments.length===3)return n;throw Error(`"`+t+`" is a required argument.`)}e.getArg=t;var n=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,r=/^data:.+\,.+$/;function i(e){var t=e.match(n);return t?{scheme:t[1],auth:t[2],host:t[3],port:t[4],path:t[5]}:null}e.urlParse=i;function a(e){var t=``;return e.scheme&&(t+=e.scheme+`:`),t+=`//`,e.auth&&(t+=e.auth+`@`),e.host&&(t+=e.host),e.port&&(t+=`:`+e.port),e.path&&(t+=e.path),t}e.urlGenerate=a;function o(t){var n=t,r=i(t);if(r){if(!r.path)return t;n=r.path}for(var o=e.isAbsolute(n),s=n.split(/\/+/),c,l=0,u=s.length-1;u>=0;u--)c=s[u],c===`.`?s.splice(u,1):c===`..`?l++:l>0&&(c===``?(s.splice(u+1,l),l=0):(s.splice(u,2),l--));return n=s.join(`/`),n===``&&(n=o?`/`:`.`),r?(r.path=n,a(r)):n}e.normalize=o;function s(e,t){e===``&&(e=`.`),t===``&&(t=`.`);var n=i(t),s=i(e);if(s&&(e=s.path||`/`),n&&!n.scheme)return s&&(n.scheme=s.scheme),a(n);if(n||t.match(r))return t;if(s&&!s.host&&!s.path)return s.host=t,a(s);var c=t.charAt(0)===`/`?t:o(e.replace(/\/+$/,``)+`/`+t);return s?(s.path=c,a(s)):c}e.join=s,e.isAbsolute=function(e){return e.charAt(0)===`/`||n.test(e)};function c(e,t){e===``&&(e=`.`),e=e.replace(/\/$/,``);for(var n=0;t.indexOf(e+`/`)!==0;){var r=e.lastIndexOf(`/`);if(r<0||(e=e.slice(0,r),e.match(/^([^\/]+:\/)?\/*$/)))return t;++n}return Array(n+1).join(`../`)+t.substr(e.length+1)}e.relative=c;var l=function(){return!(`__proto__`in Object.create(null))}();function u(e){return e}function d(e){return p(e)?`$`+e:e}e.toSetString=l?u:d;function f(e){return p(e)?e.slice(1):e}e.fromSetString=l?u:f;function p(e){if(!e)return!1;var t=e.length;if(t<9||e.charCodeAt(t-1)!==95||e.charCodeAt(t-2)!==95||e.charCodeAt(t-3)!==111||e.charCodeAt(t-4)!==116||e.charCodeAt(t-5)!==111||e.charCodeAt(t-6)!==114||e.charCodeAt(t-7)!==112||e.charCodeAt(t-8)!==95||e.charCodeAt(t-9)!==95)return!1;for(var n=t-10;n>=0;n--)if(e.charCodeAt(n)!==36)return!1;return!0}function m(e,t,n){var r=g(e.source,t.source);return r!==0||(r=e.originalLine-t.originalLine,r!==0)||(r=e.originalColumn-t.originalColumn,r!==0||n)||(r=e.generatedColumn-t.generatedColumn,r!==0)||(r=e.generatedLine-t.generatedLine,r!==0)?r:g(e.name,t.name)}e.compareByOriginalPositions=m;function h(e,t,n){var r=e.generatedLine-t.generatedLine;return r!==0||(r=e.generatedColumn-t.generatedColumn,r!==0||n)||(r=g(e.source,t.source),r!==0)||(r=e.originalLine-t.originalLine,r!==0)||(r=e.originalColumn-t.originalColumn,r!==0)?r:g(e.name,t.name)}e.compareByGeneratedPositionsDeflated=h;function g(e,t){return e===t?0:e===null?1:t===null?-1:e>t?1:-1}function _(e,t){var n=e.generatedLine-t.generatedLine;return n!==0||(n=e.generatedColumn-t.generatedColumn,n!==0)||(n=g(e.source,t.source),n!==0)||(n=e.originalLine-t.originalLine,n!==0)||(n=e.originalColumn-t.originalColumn,n!==0)?n:g(e.name,t.name)}e.compareByGeneratedPositionsInflated=_;function v(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,``))}e.parseSourceMapInput=v;function y(e,t,n){if(t||=``,e&&(e[e.length-1]!==`/`&&t[0]!==`/`&&(e+=`/`),t=e+t),n){var r=i(n);if(!r)throw Error(`sourceMapURL could not be parsed`);if(r.path){var c=r.path.lastIndexOf(`/`);c>=0&&(r.path=r.path.substring(0,c+1))}t=s(a(r),t)}return o(t)}e.computeSourceURL=y})),St=t((e=>{var t=xt(),n=Object.prototype.hasOwnProperty,r=typeof Map<`u`;function i(){this._array=[],this._set=r?new Map:Object.create(null)}i.fromArray=function(e,t){for(var n=new i,r=0,a=e.length;r<a;r++)n.add(e[r],t);return n},i.prototype.size=function(){return r?this._set.size:Object.getOwnPropertyNames(this._set).length},i.prototype.add=function(e,i){var a=r?e:t.toSetString(e),o=r?this.has(e):n.call(this._set,a),s=this._array.length;(!o||i)&&this._array.push(e),o||(r?this._set.set(e,s):this._set[a]=s)},i.prototype.has=function(e){if(r)return this._set.has(e);var i=t.toSetString(e);return n.call(this._set,i)},i.prototype.indexOf=function(e){if(r){var i=this._set.get(e);if(i>=0)return i}else{var a=t.toSetString(e);if(n.call(this._set,a))return this._set[a]}throw Error(`"`+e+`" is not in the set.`)},i.prototype.at=function(e){if(e>=0&&e<this._array.length)return this._array[e];throw Error(`No element indexed by `+e)},i.prototype.toArray=function(){return this._array.slice()},e.ArraySet=i})),Ct=t((e=>{var t=xt();function n(e,n){var r=e.generatedLine,i=n.generatedLine,a=e.generatedColumn,o=n.generatedColumn;return i>r||i==r&&o>=a||t.compareByGeneratedPositionsInflated(e,n)<=0}function r(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}r.prototype.unsortedForEach=function(e,t){this._array.forEach(e,t)},r.prototype.add=function(e){n(this._last,e)?(this._last=e,this._array.push(e)):(this._sorted=!1,this._array.push(e))},r.prototype.toArray=function(){return this._sorted||=(this._array.sort(t.compareByGeneratedPositionsInflated),!0),this._array},e.MappingList=r})),wt=t((e=>{var t=bt(),n=xt(),r=St().ArraySet,i=Ct().MappingList;function a(e){e||={},this._file=n.getArg(e,`file`,null),this._sourceRoot=n.getArg(e,`sourceRoot`,null),this._skipValidation=n.getArg(e,`skipValidation`,!1),this._sources=new r,this._names=new r,this._mappings=new i,this._sourcesContents=null}a.prototype._version=3,a.fromSourceMap=function(e){var t=e.sourceRoot,r=new a({file:e.file,sourceRoot:t});return e.eachMapping(function(e){var i={generated:{line:e.generatedLine,column:e.generatedColumn}};e.source!=null&&(i.source=e.source,t!=null&&(i.source=n.relative(t,i.source)),i.original={line:e.originalLine,column:e.originalColumn},e.name!=null&&(i.name=e.name)),r.addMapping(i)}),e.sources.forEach(function(i){var a=i;t!==null&&(a=n.relative(t,i)),r._sources.has(a)||r._sources.add(a);var o=e.sourceContentFor(i);o!=null&&r.setSourceContent(i,o)}),r},a.prototype.addMapping=function(e){var t=n.getArg(e,`generated`),r=n.getArg(e,`original`,null),i=n.getArg(e,`source`,null),a=n.getArg(e,`name`,null);this._skipValidation||this._validateMapping(t,r,i,a),i!=null&&(i=String(i),this._sources.has(i)||this._sources.add(i)),a!=null&&(a=String(a),this._names.has(a)||this._names.add(a)),this._mappings.add({generatedLine:t.line,generatedColumn:t.column,originalLine:r!=null&&r.line,originalColumn:r!=null&&r.column,source:i,name:a})},a.prototype.setSourceContent=function(e,t){var r=e;this._sourceRoot!=null&&(r=n.relative(this._sourceRoot,r)),t==null?this._sourcesContents&&(delete this._sourcesContents[n.toSetString(r)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null)):(this._sourcesContents||=Object.create(null),this._sourcesContents[n.toSetString(r)]=t)},a.prototype.applySourceMap=function(e,t,i){var a=t;if(t==null){if(e.file==null)throw Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);a=e.file}var o=this._sourceRoot;o!=null&&(a=n.relative(o,a));var s=new r,c=new r;this._mappings.unsortedForEach(function(t){if(t.source===a&&t.originalLine!=null){var r=e.originalPositionFor({line:t.originalLine,column:t.originalColumn});r.source!=null&&(t.source=r.source,i!=null&&(t.source=n.join(i,t.source)),o!=null&&(t.source=n.relative(o,t.source)),t.originalLine=r.line,t.originalColumn=r.column,r.name!=null&&(t.name=r.name))}var l=t.source;l!=null&&!s.has(l)&&s.add(l);var u=t.name;u!=null&&!c.has(u)&&c.add(u)},this),this._sources=s,this._names=c,e.sources.forEach(function(t){var r=e.sourceContentFor(t);r!=null&&(i!=null&&(t=n.join(i,t)),o!=null&&(t=n.relative(o,t)),this.setSourceContent(t,r))},this)},a.prototype._validateMapping=function(e,t,n,r){if(t&&typeof t.line!=`number`&&typeof t.column!=`number`)throw Error(`original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.`);if(!(e&&`line`in e&&`column`in e&&e.line>0&&e.column>=0&&!t&&!n&&!r)&&!(e&&`line`in e&&`column`in e&&t&&`line`in t&&`column`in t&&e.line>0&&e.column>=0&&t.line>0&&t.column>=0&&n))throw Error(`Invalid mapping: `+JSON.stringify({generated:e,source:n,original:t,name:r}))},a.prototype._serializeMappings=function(){for(var e=0,r=1,i=0,a=0,o=0,s=0,c=``,l,u,d,f,p=this._mappings.toArray(),m=0,h=p.length;m<h;m++){if(u=p[m],l=``,u.generatedLine!==r)for(e=0;u.generatedLine!==r;)l+=`;`,r++;else if(m>0){if(!n.compareByGeneratedPositionsInflated(u,p[m-1]))continue;l+=`,`}l+=t.encode(u.generatedColumn-e),e=u.generatedColumn,u.source!=null&&(f=this._sources.indexOf(u.source),l+=t.encode(f-s),s=f,l+=t.encode(u.originalLine-1-a),a=u.originalLine-1,l+=t.encode(u.originalColumn-i),i=u.originalColumn,u.name!=null&&(d=this._names.indexOf(u.name),l+=t.encode(d-o),o=d)),c+=l}return c},a.prototype._generateSourcesContent=function(e,t){return e.map(function(e){if(!this._sourcesContents)return null;t!=null&&(e=n.relative(t,e));var r=n.toSetString(e);return Object.prototype.hasOwnProperty.call(this._sourcesContents,r)?this._sourcesContents[r]:null},this)},a.prototype.toJSON=function(){var e={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(e.file=this._file),this._sourceRoot!=null&&(e.sourceRoot=this._sourceRoot),this._sourcesContents&&(e.sourcesContent=this._generateSourcesContent(e.sources,e.sourceRoot)),e},a.prototype.toString=function(){return JSON.stringify(this.toJSON())},e.SourceMapGenerator=a})),Tt=t((e=>{e.GREATEST_LOWER_BOUND=1,e.LEAST_UPPER_BOUND=2;function t(n,r,i,a,o,s){var c=Math.floor((r-n)/2)+n,l=o(i,a[c],!0);return l===0?c:l>0?r-c>1?t(c,r,i,a,o,s):s==e.LEAST_UPPER_BOUND?r<a.length?r:-1:c:c-n>1?t(n,c,i,a,o,s):s==e.LEAST_UPPER_BOUND?c:n<0?-1:n}e.search=function(n,r,i,a){if(r.length===0)return-1;var o=t(-1,r.length,n,r,i,a||e.GREATEST_LOWER_BOUND);if(o<0)return-1;for(;o-1>=0&&i(r[o],r[o-1],!0)===0;)--o;return o}})),Et=t((e=>{function t(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function n(e,t){return Math.round(e+Math.random()*(t-e))}function r(e,i,a,o){if(a<o){var s=n(a,o),c=a-1;t(e,s,o);for(var l=e[o],u=a;u<o;u++)i(e[u],l)<=0&&(c+=1,t(e,c,u));t(e,c+1,u);var d=c+1;r(e,i,a,d-1),r(e,i,d+1,o)}}e.quickSort=function(e,t){r(e,t,0,e.length-1)}})),Dt=t((e=>{var t=xt(),n=Tt(),r=St().ArraySet,i=bt(),a=Et().quickSort;function o(e,n){var r=e;return typeof e==`string`&&(r=t.parseSourceMapInput(e)),r.sections==null?new s(r,n):new l(r,n)}o.fromSourceMap=function(e,t){return s.fromSourceMap(e,t)},o.prototype._version=3,o.prototype.__generatedMappings=null,Object.defineProperty(o.prototype,"_generatedMappings",{configurable:!0,enumerable:!0,get:function(){return this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__generatedMappings}}),o.prototype.__originalMappings=null,Object.defineProperty(o.prototype,"_originalMappings",{configurable:!0,enumerable:!0,get:function(){return this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__originalMappings}}),o.prototype._charIsMappingSeparator=function(e,t){var n=e.charAt(t);return n===`;`||n===`,`},o.prototype._parseMappings=function(e,t){throw Error(`Subclasses must implement _parseMappings`)},o.GENERATED_ORDER=1,o.ORIGINAL_ORDER=2,o.GREATEST_LOWER_BOUND=1,o.LEAST_UPPER_BOUND=2,o.prototype.eachMapping=function(e,n,r){var i=n||null,a=r||o.GENERATED_ORDER,s;switch(a){case o.GENERATED_ORDER:s=this._generatedMappings;break;case o.ORIGINAL_ORDER:s=this._originalMappings;break;default:throw Error(`Unknown order of iteration.`)}var c=this.sourceRoot;s.map(function(e){var n=e.source===null?null:this._sources.at(e.source);return n=t.computeSourceURL(c,n,this._sourceMapURL),{source:n,generatedLine:e.generatedLine,generatedColumn:e.generatedColumn,originalLine:e.originalLine,originalColumn:e.originalColumn,name:e.name===null?null:this._names.at(e.name)}},this).forEach(e,i)},o.prototype.allGeneratedPositionsFor=function(e){var r=t.getArg(e,`line`),i={source:t.getArg(e,`source`),originalLine:r,originalColumn:t.getArg(e,`column`,0)};if(i.source=this._findSourceIndex(i.source),i.source<0)return[];var a=[],o=this._findMapping(i,this._originalMappings,`originalLine`,`originalColumn`,t.compareByOriginalPositions,n.LEAST_UPPER_BOUND);if(o>=0){var s=this._originalMappings[o];if(e.column===void 0)for(var c=s.originalLine;s&&s.originalLine===c;)a.push({line:t.getArg(s,`generatedLine`,null),column:t.getArg(s,`generatedColumn`,null),lastColumn:t.getArg(s,`lastGeneratedColumn`,null)}),s=this._originalMappings[++o];else for(var l=s.originalColumn;s&&s.originalLine===r&&s.originalColumn==l;)a.push({line:t.getArg(s,`generatedLine`,null),column:t.getArg(s,`generatedColumn`,null),lastColumn:t.getArg(s,`lastGeneratedColumn`,null)}),s=this._originalMappings[++o]}return a},e.SourceMapConsumer=o;function s(e,n){var i=e;typeof e==`string`&&(i=t.parseSourceMapInput(e));var a=t.getArg(i,`version`),o=t.getArg(i,`sources`),s=t.getArg(i,`names`,[]),c=t.getArg(i,`sourceRoot`,null),l=t.getArg(i,`sourcesContent`,null),u=t.getArg(i,`mappings`),d=t.getArg(i,`file`,null);if(a!=this._version)throw Error(`Unsupported version: `+a);c&&=t.normalize(c),o=o.map(String).map(t.normalize).map(function(e){return c&&t.isAbsolute(c)&&t.isAbsolute(e)?t.relative(c,e):e}),this._names=r.fromArray(s.map(String),!0),this._sources=r.fromArray(o,!0),this._absoluteSources=this._sources.toArray().map(function(e){return t.computeSourceURL(c,e,n)}),this.sourceRoot=c,this.sourcesContent=l,this._mappings=u,this._sourceMapURL=n,this.file=d}s.prototype=Object.create(o.prototype),s.prototype.consumer=o,s.prototype._findSourceIndex=function(e){var n=e;if(this.sourceRoot!=null&&(n=t.relative(this.sourceRoot,n)),this._sources.has(n))return this._sources.indexOf(n);var r;for(r=0;r<this._absoluteSources.length;++r)if(this._absoluteSources[r]==e)return r;return-1},s.fromSourceMap=function(e,n){var i=Object.create(s.prototype),o=i._names=r.fromArray(e._names.toArray(),!0),l=i._sources=r.fromArray(e._sources.toArray(),!0);i.sourceRoot=e._sourceRoot,i.sourcesContent=e._generateSourcesContent(i._sources.toArray(),i.sourceRoot),i.file=e._file,i._sourceMapURL=n,i._absoluteSources=i._sources.toArray().map(function(e){return t.computeSourceURL(i.sourceRoot,e,n)});for(var u=e._mappings.toArray().slice(),d=i.__generatedMappings=[],f=i.__originalMappings=[],p=0,m=u.length;p<m;p++){var h=u[p],g=new c;g.generatedLine=h.generatedLine,g.generatedColumn=h.generatedColumn,h.source&&(g.source=l.indexOf(h.source),g.originalLine=h.originalLine,g.originalColumn=h.originalColumn,h.name&&(g.name=o.indexOf(h.name)),f.push(g)),d.push(g)}return a(i.__originalMappings,t.compareByOriginalPositions),i},s.prototype._version=3,Object.defineProperty(s.prototype,"sources",{get:function(){return this._absoluteSources.slice()}});function c(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}s.prototype._parseMappings=function(e,n){for(var r=1,o=0,s=0,l=0,u=0,d=0,f=e.length,p=0,m={},h={},g=[],_=[],v,y,b,x,S;p<f;)if(e.charAt(p)===`;`)r++,p++,o=0;else if(e.charAt(p)===`,`)p++;else{for(v=new c,v.generatedLine=r,x=p;x<f&&!this._charIsMappingSeparator(e,x);x++);if(y=e.slice(p,x),b=m[y],b)p+=y.length;else{for(b=[];p<x;)i.decode(e,p,h),S=h.value,p=h.rest,b.push(S);if(b.length===2)throw Error(`Found a source, but no line and column`);if(b.length===3)throw Error(`Found a source and line, but no column`);m[y]=b}v.generatedColumn=o+b[0],o=v.generatedColumn,b.length>1&&(v.source=u+b[1],u+=b[1],v.originalLine=s+b[2],s=v.originalLine,v.originalLine+=1,v.originalColumn=l+b[3],l=v.originalColumn,b.length>4&&(v.name=d+b[4],d+=b[4])),_.push(v),typeof v.originalLine==`number`&&g.push(v)}a(_,t.compareByGeneratedPositionsDeflated),this.__generatedMappings=_,a(g,t.compareByOriginalPositions),this.__originalMappings=g},s.prototype._findMapping=function(e,t,r,i,a,o){if(e[r]<=0)throw TypeError(`Line must be greater than or equal to 1, got `+e[r]);if(e[i]<0)throw TypeError(`Column must be greater than or equal to 0, got `+e[i]);return n.search(e,t,a,o)},s.prototype.computeColumnSpans=function(){for(var e=0;e<this._generatedMappings.length;++e){var t=this._generatedMappings[e];if(e+1<this._generatedMappings.length){var n=this._generatedMappings[e+1];if(t.generatedLine===n.generatedLine){t.lastGeneratedColumn=n.generatedColumn-1;continue}}t.lastGeneratedColumn=1/0}},s.prototype.originalPositionFor=function(e){var n={generatedLine:t.getArg(e,`line`),generatedColumn:t.getArg(e,`column`)},r=this._findMapping(n,this._generatedMappings,`generatedLine`,`generatedColumn`,t.compareByGeneratedPositionsDeflated,t.getArg(e,`bias`,o.GREATEST_LOWER_BOUND));if(r>=0){var i=this._generatedMappings[r];if(i.generatedLine===n.generatedLine){var a=t.getArg(i,`source`,null);a!==null&&(a=this._sources.at(a),a=t.computeSourceURL(this.sourceRoot,a,this._sourceMapURL));var s=t.getArg(i,`name`,null);return s!==null&&(s=this._names.at(s)),{source:a,line:t.getArg(i,`originalLine`,null),column:t.getArg(i,`originalColumn`,null),name:s}}}return{source:null,line:null,column:null,name:null}},s.prototype.hasContentsOfAllSources=function(){return this.sourcesContent?this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(e){return e==null}):!1},s.prototype.sourceContentFor=function(e,n){if(!this.sourcesContent)return null;var r=this._findSourceIndex(e);if(r>=0)return this.sourcesContent[r];var i=e;this.sourceRoot!=null&&(i=t.relative(this.sourceRoot,i));var a;if(this.sourceRoot!=null&&(a=t.urlParse(this.sourceRoot))){var o=i.replace(/^file:\/\//,``);if(a.scheme==`file`&&this._sources.has(o))return this.sourcesContent[this._sources.indexOf(o)];if((!a.path||a.path==`/`)&&this._sources.has(`/`+i))return this.sourcesContent[this._sources.indexOf(`/`+i)]}if(n)return null;throw Error(`"`+i+`" is not in the SourceMap.`)},s.prototype.generatedPositionFor=function(e){var n=t.getArg(e,`source`);if(n=this._findSourceIndex(n),n<0)return{line:null,column:null,lastColumn:null};var r={source:n,originalLine:t.getArg(e,`line`),originalColumn:t.getArg(e,`column`)},i=this._findMapping(r,this._originalMappings,`originalLine`,`originalColumn`,t.compareByOriginalPositions,t.getArg(e,`bias`,o.GREATEST_LOWER_BOUND));if(i>=0){var a=this._originalMappings[i];if(a.source===r.source)return{line:t.getArg(a,`generatedLine`,null),column:t.getArg(a,`generatedColumn`,null),lastColumn:t.getArg(a,`lastGeneratedColumn`,null)}}return{line:null,column:null,lastColumn:null}},e.BasicSourceMapConsumer=s;function l(e,n){var i=e;typeof e==`string`&&(i=t.parseSourceMapInput(e));var a=t.getArg(i,`version`),s=t.getArg(i,`sections`);if(a!=this._version)throw Error(`Unsupported version: `+a);this._sources=new r,this._names=new r;var c={line:-1,column:0};this._sections=s.map(function(e){if(e.url)throw Error(`Support for url field in sections not implemented.`);var r=t.getArg(e,`offset`),i=t.getArg(r,`line`),a=t.getArg(r,`column`);if(i<c.line||i===c.line&&a<c.column)throw Error(`Section offsets must be ordered and non-overlapping.`);return c=r,{generatedOffset:{generatedLine:i+1,generatedColumn:a+1},consumer:new o(t.getArg(e,`map`),n)}})}l.prototype=Object.create(o.prototype),l.prototype.constructor=o,l.prototype._version=3,Object.defineProperty(l.prototype,"sources",{get:function(){for(var e=[],t=0;t<this._sections.length;t++)for(var n=0;n<this._sections[t].consumer.sources.length;n++)e.push(this._sections[t].consumer.sources[n]);return e}}),l.prototype.originalPositionFor=function(e){var r={generatedLine:t.getArg(e,`line`),generatedColumn:t.getArg(e,`column`)},i=n.search(r,this._sections,function(e,t){return e.generatedLine-t.generatedOffset.generatedLine||e.generatedColumn-t.generatedOffset.generatedColumn}),a=this._sections[i];return a?a.consumer.originalPositionFor({line:r.generatedLine-(a.generatedOffset.generatedLine-1),column:r.generatedColumn-(a.generatedOffset.generatedLine===r.generatedLine?a.generatedOffset.generatedColumn-1:0),bias:e.bias}):{source:null,line:null,column:null,name:null}},l.prototype.hasContentsOfAllSources=function(){return this._sections.every(function(e){return e.consumer.hasContentsOfAllSources()})},l.prototype.sourceContentFor=function(e,t){for(var n=0;n<this._sections.length;n++){var r=this._sections[n].consumer.sourceContentFor(e,!0);if(r)return r}if(t)return null;throw Error(`"`+e+`" is not in the SourceMap.`)},l.prototype.generatedPositionFor=function(e){for(var n=0;n<this._sections.length;n++){var r=this._sections[n];if(r.consumer._findSourceIndex(t.getArg(e,`source`))!==-1){var i=r.consumer.generatedPositionFor(e);if(i)return{line:i.line+(r.generatedOffset.generatedLine-1),column:i.column+(r.generatedOffset.generatedLine===i.line?r.generatedOffset.generatedColumn-1:0)}}}return{line:null,column:null}},l.prototype._parseMappings=function(e,n){this.__generatedMappings=[],this.__originalMappings=[];for(var r=0;r<this._sections.length;r++)for(var i=this._sections[r],o=i.consumer._generatedMappings,s=0;s<o.length;s++){var c=o[s],l=i.consumer._sources.at(c.source);l=t.computeSourceURL(i.consumer.sourceRoot,l,this._sourceMapURL),this._sources.add(l),l=this._sources.indexOf(l);var u=null;c.name&&(u=i.consumer._names.at(c.name),this._names.add(u),u=this._names.indexOf(u));var d={source:l,generatedLine:c.generatedLine+(i.generatedOffset.generatedLine-1),generatedColumn:c.generatedColumn+(i.generatedOffset.generatedLine===c.generatedLine?i.generatedOffset.generatedColumn-1:0),originalLine:c.originalLine,originalColumn:c.originalColumn,name:u};this.__generatedMappings.push(d),typeof d.originalLine==`number`&&this.__originalMappings.push(d)}a(this.__generatedMappings,t.compareByGeneratedPositionsDeflated),a(this.__originalMappings,t.compareByOriginalPositions)},e.IndexedSourceMapConsumer=l})),Ot=t((e=>{var t=wt().SourceMapGenerator,n=xt(),r=/(\r?\n)/,i=10,a=`$$$isSourceNode$$$`;function o(e,t,n,r,i){this.children=[],this.sourceContents={},this.line=e??null,this.column=t??null,this.source=n??null,this.name=i??null,this[a]=!0,r!=null&&this.add(r)}o.fromStringWithSourceMap=function(e,t,i){var a=new o,s=e.split(r),c=0,l=function(){return e()+(e()||``);function e(){return c<s.length?s[c++]:void 0}},u=1,d=0,f=null;return t.eachMapping(function(e){if(f!==null)if(u<e.generatedLine)p(f,l()),u++,d=0;else{var t=s[c]||``,n=t.substr(0,e.generatedColumn-d);s[c]=t.substr(e.generatedColumn-d),d=e.generatedColumn,p(f,n),f=e;return}for(;u<e.generatedLine;)a.add(l()),u++;if(d<e.generatedColumn){var t=s[c]||``;a.add(t.substr(0,e.generatedColumn)),s[c]=t.substr(e.generatedColumn),d=e.generatedColumn}f=e},this),c<s.length&&(f&&p(f,l()),a.add(s.splice(c).join(``))),t.sources.forEach(function(e){var r=t.sourceContentFor(e);r!=null&&(i!=null&&(e=n.join(i,e)),a.setSourceContent(e,r))}),a;function p(e,t){if(e===null||e.source===void 0)a.add(t);else{var r=i?n.join(i,e.source):e.source;a.add(new o(e.originalLine,e.originalColumn,r,t,e.name))}}},o.prototype.add=function(e){if(Array.isArray(e))e.forEach(function(e){this.add(e)},this);else if(e[a]||typeof e==`string`)e&&this.children.push(e);else throw TypeError(`Expected a SourceNode, string, or an array of SourceNodes and strings. Got `+e);return this},o.prototype.prepend=function(e){if(Array.isArray(e))for(var t=e.length-1;t>=0;t--)this.prepend(e[t]);else if(e[a]||typeof e==`string`)this.children.unshift(e);else throw TypeError(`Expected a SourceNode, string, or an array of SourceNodes and strings. Got `+e);return this},o.prototype.walk=function(e){for(var t,n=0,r=this.children.length;n<r;n++)t=this.children[n],t[a]?t.walk(e):t!==``&&e(t,{source:this.source,line:this.line,column:this.column,name:this.name})},o.prototype.join=function(e){var t,n,r=this.children.length;if(r>0){for(t=[],n=0;n<r-1;n++)t.push(this.children[n]),t.push(e);t.push(this.children[n]),this.children=t}return this},o.prototype.replaceRight=function(e,t){var n=this.children[this.children.length-1];return n[a]?n.replaceRight(e,t):typeof n==`string`?this.children[this.children.length-1]=n.replace(e,t):this.children.push(``.replace(e,t)),this},o.prototype.setSourceContent=function(e,t){this.sourceContents[n.toSetString(e)]=t},o.prototype.walkSourceContents=function(e){for(var t=0,r=this.children.length;t<r;t++)this.children[t][a]&&this.children[t].walkSourceContents(e);for(var i=Object.keys(this.sourceContents),t=0,r=i.length;t<r;t++)e(n.fromSetString(i[t]),this.sourceContents[i[t]])},o.prototype.toString=function(){var e=``;return this.walk(function(t){e+=t}),e},o.prototype.toStringWithSourceMap=function(e){var n={code:``,line:1,column:0},r=new t(e),a=!1,o=null,s=null,c=null,l=null;return this.walk(function(e,t){n.code+=e,t.source!==null&&t.line!==null&&t.column!==null?((o!==t.source||s!==t.line||c!==t.column||l!==t.name)&&r.addMapping({source:t.source,original:{line:t.line,column:t.column},generated:{line:n.line,column:n.column},name:t.name}),o=t.source,s=t.line,c=t.column,l=t.name,a=!0):a&&=(r.addMapping({generated:{line:n.line,column:n.column}}),o=null,!1);for(var u=0,d=e.length;u<d;u++)e.charCodeAt(u)===i?(n.line++,n.column=0,u+1===d?(o=null,a=!1):a&&r.addMapping({source:t.source,original:{line:t.line,column:t.column},generated:{line:n.line,column:n.column},name:t.name})):n.column++}),this.walkSourceContents(function(e,t){r.setSourceContent(e,t)}),{code:n.code,map:r}},e.SourceNode=o})),kt=t((e=>{e.SourceMapGenerator=wt().SourceMapGenerator,e.SourceMapConsumer=Dt().SourceMapConsumer,e.SourceNode=Ot().SourceNode})),At=t(((e,t)=>{var n=kt().SourceMapConsumer;function r(){var e={};return{all:i.bind(null,e),isTracking:a.bind(null,e),originalPositionFor:o.bind(null,e),track:c.bind(null,e)}}function i(e){return e}function a(e,t){return t in e}function o(e,t,n,r){for(var i=t[0],a=t[1],c=t[2],l={line:i,column:a+n},u;!u&&l.column>a;)l.column--,u=e[c].originalPositionFor(l);return!u||u.column<0?t:u.line===null&&i>1&&r>0?o(e,[i-1,a,c],n,r-1):u.line===null?t:s(u)}function s(e){return[e.line,e.column,e.source]}function c(e,t,r){e[t]=new n(r)}t.exports=r})),jt=t(((e,t)=>{var n=/^(\w+:\/\/|\/\/)/,r=/^file:\/\//;function i(e){return n.test(e)&&!r.test(e)}t.exports=i})),Mt=t(((e,t)=>{var n=/^\/\//;function r(e){return!n.test(e)}t.exports=r})),Nt=t(((e,t)=>{var n=i(),r=i(),a=jt(),o=Mt(),s=`http:`;function c(e,t,i){var a,u,d=!t,f,p,m,h;if(i.length===0)return!1;for(t&&!o(e)&&(e=s+e),a=t?r.parse(e).host:e,u=t?e:n.resolve(e),h=0;h<i.length;h++)f=i[h],p=f[0]==`!`,m=f.substring(1),p&&t&&l(m)?d&&=!c(e,!0,[m]):p&&!t&&!l(m)?d&&=!c(e,!1,[m]):p?d&&=!0:f==`all`?d=!0:t&&f==`local`?d||=!1:t&&f==`remote`?d=!0:!t&&f==`remote`?d=!1:!t&&f==`local`||f===a||f===e||t&&u.indexOf(f)===0||!t&&u.indexOf(n.resolve(f))===0?d=!0:t==l(m)?d=!1:d&&=!0;return d}function l(e){return a(e)||r.parse(s+`//`+e).host==e}t.exports=c})),Pt=t(((e,t)=>{var n=/^data:(\S*?)?(;charset=(?:(?!;charset=)[^;])+)?(;[^,]+?)?,(.+)/;function r(e){return n.exec(e)}t.exports=r})),Ft=t(((e,t)=>{var n=i();function r(e,t,r){var i=n.resolve(``),a=n.resolve(i,t),o=n.dirname(a);return e.sources=e.sources.map(function(e){return n.relative(r,n.resolve(o,e))}),e}t.exports=r})),It=t(((e,t)=>{var n=i(),r=i();function a(e,t){var i=n.dirname(t);return e.sources=e.sources.map(function(e){return r.resolve(i,e)}),e}t.exports=a})),Lt=t(((e,t)=>{var n=/^data:(\S{0,31}?)?(;charset=(?:(?!;charset=)[^;])+)?(;[^,]+?)?,(.+)/;function r(e){return n.test(e)}t.exports=r})),Rt=t(((e,t)=>{var n=i(),r=i(),a=Nt(),o=Pt(),s=Ft(),c=It(),l=w(),u=Mt(),d=Lt(),f=jt(),p=/^\/\*# sourceMappingURL=(\S+) \*\/$/;function m(e,t,n){var r={callback:n,fetch:t.options.fetch,index:0,inline:t.options.inline,inlineRequest:t.options.inlineRequest,inlineTimeout:t.options.inlineTimeout,inputSourceMapTracker:t.inputSourceMapTracker,localOnly:t.localOnly,processedTokens:[],rebaseTo:t.options.rebaseTo,sourceTokens:e,warnings:t.warnings};return t.options.sourceMap&&e.length>0?h(r):n(e)}function h(e){var t=[],n=g(e.sourceTokens[0]),r,i,a;for(a=e.sourceTokens.length;e.index<a;e.index++)if(i=e.sourceTokens[e.index],r=g(i),r!=n&&(t=[],n=r),t.push(i),e.processedTokens.push(i),i[0]==l.COMMENT&&p.test(i[1]))return _(i[1],r,t,e);return e.callback(e.processedTokens)}function g(e){var t,n;return e[0]==l.AT_RULE||e[0]==l.COMMENT||e[0]==l.RAW?n=e[2][0]:(t=e[1][0],n=t[2][0]),n[2]}function _(e,t,n,r){return v(e,r,function(e){return e&&(r.inputSourceMapTracker.track(t,e),S(n,r.inputSourceMapTracker)),r.index++,h(r)})}function v(e,t,n){var i=p.exec(e)[1],a,o,l;return d(i)?(o=y(i),n(o)):f(i)?b(i,t,function(e){var t;e?(t=JSON.parse(e),l=c(t,i),n(l)):n(null)}):(a=r.resolve(t.rebaseTo,i),o=x(a,t),o?(l=s(o,a,t.rebaseTo),n(l)):n(null))}function y(e){var t=o(e),n=t[2]?t[2].split(/[=;]/)[2]:`us-ascii`,r=t[3]?t[3].split(`;`)[1]:`utf8`,i=r==`utf8`?global.unescape(t[4]):t[4],a=Buffer.from(i,r);return a.charset=n,JSON.parse(a.toString())}function b(e,t,n){var r=a(e,!0,t.inline),i=!u(e);if(t.localOnly)return t.warnings.push(`Cannot fetch remote resource from "`+e+`" as no callback given.`),n(null);if(i)return t.warnings.push(`Cannot fetch "`+e+`" as no protocol given.`),n(null);if(!r)return t.warnings.push(`Cannot fetch "`+e+`" as resource is not allowed.`),n(null);t.fetch(e,t.inlineRequest,t.inlineTimeout,function(r,i){if(r)return t.warnings.push(`Missing source map at "`+e+`" - `+r),n(null);n(i)})}function x(e,t){var r=a(e,!1,t.inline),i;return!n.existsSync(e)||!n.statSync(e).isFile()?(t.warnings.push(`Ignoring local source map at "`+e+`" as resource is missing.`),null):r?n.statSync(e).size?(i=n.readFileSync(e,`utf-8`),JSON.parse(i)):(t.warnings.push(`Cannot fetch "`+e+`" as resource is empty.`),null):(t.warnings.push(`Cannot fetch "`+e+`" as resource is not allowed.`),null)}function S(e,t){var n,r,i;for(r=0,i=e.length;r<i;r++)switch(n=e[r],n[0]){case l.AT_RULE:C(n,t);break;case l.AT_RULE_BLOCK:S(n[1],t),S(n[2],t);break;case l.AT_RULE_BLOCK_SCOPE:C(n,t);break;case l.NESTED_BLOCK:S(n[1],t),S(n[2],t);break;case l.NESTED_BLOCK_SCOPE:C(n,t);break;case l.COMMENT:C(n,t);break;case l.PROPERTY:S(n,t);break;case l.PROPERTY_BLOCK:S(n[1],t);break;case l.PROPERTY_NAME:C(n,t);break;case l.PROPERTY_VALUE:C(n,t);break;case l.RULE:S(n[1],t),S(n[2],t);break;case l.RULE_SCOPE:C(n,t)}return e}function C(e,t){var n=e[1],r=e[2],i=[],a,o;for(a=0,o=r.length;a<o;a++)i.push(t.originalPositionFor(r[a],n.length));e[2]=i}t.exports=m})),zt=t(((e,t)=>{var n=pe(),r=/^\(/,i=/\)$/,a=/^@import/i,o=/['"]\s{0,31}/,s=/\s{0,31}['"]/,c=/^url\(\s{0,31}/i,l=/\s{0,31}\)/i;function u(e){var t,u,d=n(e.replace(a,``).trim().replace(c,`(`).replace(l,`) `).replace(o,``).replace(s,``),` `);return t=d[0].replace(r,``).replace(i,``),u=d.slice(1).join(` `),[t,u]}t.exports=u})),Bt=t(((e,t)=>{var n=i(),r=i(),a=Nt(),o=Mt(),s=jt();function c(e,t){var n={callback:t,fetch:e.options.fetch,index:0,inline:e.options.inline,inlineRequest:e.options.inlineRequest,inlineTimeout:e.options.inlineTimeout,localOnly:e.localOnly,rebaseTo:e.options.rebaseTo,sourcesContent:e.sourcesContent,uriToSource:l(e.inputSourceMapTracker.all()),warnings:e.warnings};return e.options.sourceMap&&e.options.sourceMapInlineSources?u(n):t()}function l(e){var t={},n,r,i,a,o;for(i in e)for(n=e[i],a=0,o=n.sources.length;a<o;a++)r=n.sources[a],i=n.sourceContentFor(r,!0),t[r]=i;return t}function u(e){var t=Object.keys(e.uriToSource),n,r,i;for(i=t.length;e.index<i;e.index++)if(n=t[e.index],r=e.uriToSource[n],r)e.sourcesContent[n]=r;else return d(n,e);return e.callback()}function d(e,t){var n;return s(e)?f(e,t,function(n){return t.index++,t.sourcesContent[e]=n,u(t)}):(n=p(e,t),t.index++,t.sourcesContent[e]=n,u(t))}function f(e,t,n){var r=a(e,!0,t.inline),i=!o(e);if(t.localOnly)return t.warnings.push(`Cannot fetch remote resource from "`+e+`" as no callback given.`),n(null);if(i)return t.warnings.push(`Cannot fetch "`+e+`" as no protocol given.`),n(null);if(!r)return t.warnings.push(`Cannot fetch "`+e+`" as resource is not allowed.`),n(null);t.fetch(e,t.inlineRequest,t.inlineTimeout,function(r,i){r&&t.warnings.push(`Missing original source at "`+e+`" - `+r),n(i)})}function p(e,t){var i=a(e,!1,t.inline),o=r.resolve(t.rebaseTo,e);if(!n.existsSync(o)||!n.statSync(o).isFile())return t.warnings.push(`Ignoring local source map at "`+o+`" as resource is missing.`),null;if(!i)return t.warnings.push(`Cannot fetch "`+o+`" as resource is not allowed.`),null;var s=n.readFileSync(o,`utf8`);return s.charCodeAt(0)===65279&&(s=s.substring(1)),s}t.exports=c})),Vt=t(((e,t)=>{var n=`/`,r=/\\/g;function i(e){return e.replace(r,n)}t.exports=i})),Ht=t(((e,t)=>{function n(e,t){return(`@import `+e+` `+t).trim()}t.exports=n})),Ut=t(((e,t)=>{var n=i(),r=i(),a=Lt(),o=`"`,s=`'`,c=`url(`,l=`)`,u=/^[^\w\d]*\/\//,d=/^["']/,f=/["']$/,p=/[()]/,m=/^url\(/i,h=/\)$/,g=/\s/,_=process.platform==`win32`;function v(e,t){return!t||y(e)&&!S(t.toBase)||S(e)||b(e)||x(e)||a(e)?e:S(t.toBase)?r.resolve(t.toBase,e):t.absolute?T(C(e,t)):T(w(e,t))}function y(e){return n.isAbsolute(e)}function b(e){return e[0]==`#`}function x(e){return/^\w+:\w+/.test(e)}function S(e){return/^[^:]+?:\/\//.test(e)||u.test(e)}function C(e,t){return n.resolve(n.join(t.fromBase||``,e)).replace(t.toBase,``)}function w(e,t){return n.relative(t.toBase,n.join(t.fromBase||``,e))}function T(e){return _?e.replace(/\\/g,`/`):e}function E(e){return e.indexOf(s)>-1?o:e.indexOf(o)>-1||D(e)||O(e)?s:``}function D(e){return g.test(e)}function O(e){return p.test(e)}function k(e,t,n){var r=e.replace(m,``).replace(h,``).trim(),i=r.replace(d,``).replace(f,``).trim(),a=r[0]==s||r[0]==o?r[0]:E(i);return n?v(i,t):c+a+v(i,t)+a+l}t.exports=k})),Wt=t(((e,t)=>{var n=/^@import/i;function r(e){return n.test(e)}t.exports=r})),Gt=t(((e,t)=>{var n=zt(),r=Ht(),i=Ut(),a=w(),o=Wt(),s=/^\/\*# sourceMappingURL=(\S+) \*\/$/;function c(e,t,n,r){return t?l(e,n,r):u(e,n,r)}function l(e,t,n){var r,i,o;for(i=0,o=e.length;i<o;i++)switch(r=e[i],r[0]){case a.AT_RULE:d(r,t,n);break;case a.AT_RULE_BLOCK:p(r[2],t,n);break;case a.COMMENT:f(r,n);break;case a.NESTED_BLOCK:l(r[2],t,n);break;case a.RULE:p(r[2],t,n);break}return e}function u(e,t,n){var r,i,o;for(i=0,o=e.length;i<o;i++)switch(r=e[i],r[0]){case a.AT_RULE:d(r,t,n);break}return e}function d(e,t,a){if(o(e[1])){var s=n(e[1]),c=i(s[0],a),l=s[1];e[1]=r(c,l)}}function f(e,t){var n=s.exec(e[1]);n&&n[1].indexOf(`data:`)===-1&&(e[1]=e[1].replace(n[1],i(n[1],t,!0)))}function p(e,t,n){var r,a,o,s,c,l;for(o=0,s=e.length;o<s;o++)for(r=e[o],c=2,l=r.length;c<l;c++)a=r[c][1],t.isUrl(a)&&(r[c][1]=i(a,n))}t.exports=c})),Kt=t(((e,t)=>{var n=g(),r=w(),i=_(),a={BLOCK:`block`,COMMENT:`comment`,DOUBLE_QUOTE:`double-quote`,RULE:`rule`,SINGLE_QUOTE:`single-quote`},o=[`@charset`,`@import`],s=[`@-moz-document`,`@document`,`@-moz-keyframes`,`@-ms-keyframes`,`@-o-keyframes`,`@-webkit-keyframes`,`@keyframes`,`@media`,`@supports`,`@container`,`@layer`],c=/\/\* clean-css ignore:end \*\/$/,l=/^\/\* clean-css ignore:start \*\//,u=[`@bottom-center`,`@bottom-left`,`@bottom-left-corner`,`@bottom-right`,`@bottom-right-corner`,`@left-bottom`,`@left-middle`,`@left-top`,`@right-bottom`,`@right-middle`,`@right-top`,`@top-center`,`@top-left`,`@top-left-corner`,`@top-right`,`@top-right-corner`],d=[`@footnote`,`@footnotes`,`@left`,`@page-float-bottom`,`@page-float-top`,`@right`],f=/^\[\s{0,31}\d+\s{0,31}\]$/,p=/([^}])\}*$/,m=/[\s(]/;function h(e,t){return v(e,t,{level:a.BLOCK,position:{source:t.source||void 0,line:1,column:0,index:0}},!1)}function v(e,t,o,s){for(var c=[],l=c,u,d,f=[],m,h,g=[],_=o.level,w=[],D=[],O=[],k=!0,A,ee,te=0,ne,j,re,M,ie,ae,oe=!1,se,ce=!1,N,le,ue=!1,de,fe=!1,pe=!1,me=!1,P=!1,he=!1,F=o.position,ge;F.index<e.length;F.index++){var I=e[F.index];if(ne=_==a.SINGLE_QUOTE||_==a.DOUBLE_QUOTE,j=I==n.SPACE||I==n.TAB,re=I==n.NEW_LINE_NIX,M=I==n.NEW_LINE_NIX&&e[F.index-1]==n.CARRIAGE_RETURN,ie=I==n.CARRIAGE_RETURN&&e[F.index+1]&&e[F.index+1]!=n.NEW_LINE_NIX,ae=!ce&&_!=a.COMMENT&&!ne&&I==n.ASTERISK&&e[F.index-1]==n.FORWARD_SLASH,N=!oe&&!ne&&I==n.FORWARD_SLASH&&e[F.index-1]==n.ASTERISK,se=_==a.COMMENT&&N,de=!j&&!ie&&(I>=`A`&&I<=`Z`||I>=`a`&&I<=`z`||I>=`0`&&I<=`9`||I==`-`),pe||=_!=a.COMMENT&&!P&&fe&&I===`-`&&D.length===1,fe=I===`-`,te=Math.max(te,0),h=k?[F.line,F.column,F.source]:h,le)D.push(I),k=!1;else if(de)D.push(I),k=!1;else if((j||re&&!M)&&(ne||_==a.COMMENT))D.push(I),k=!1;else if(!((j||re&&!M)&&k)){if(!se&&_==a.COMMENT)D.push(I),k=!1;else if(!ae&&!se&&me)D.push(I),k=!1;else if(ae&&pe&&(_==a.BLOCK||_==a.RULE)&&D.length>1)D.push(I),k=!1,w.push(_),_=a.COMMENT;else if(ae&&(_==a.BLOCK||_==a.RULE)&&D.length>1)g.push(h),D.push(I),O.push(D.slice(0,-2)),k=!1,D=D.slice(-2),h=[F.line,F.column-1,F.source],w.push(_),_=a.COMMENT;else if(ae)w.push(_),_=a.COMMENT,D.push(I),k=!1;else if(se&&pe)D.push(I),_=w.pop();else if(se&&y(D))A=D.join(``).trim()+I,u=[r.COMMENT,A,[x(h,A,t)]],l.push(u),me=!0,h=g.pop()||null,D=O.pop()||[],k=D.length===0;else if(se&&b(D))A=D.join(``)+I,ge=A.lastIndexOf(n.FORWARD_SLASH+n.ASTERISK),ee=A.substring(0,ge),u=[r.RAW,ee,[x(h,ee,t)]],l.push(u),ee=A.substring(ge),h=[F.line,F.column-ee.length+1,F.source],u=[r.COMMENT,ee,[x(h,ee,t)]],l.push(u),me=!1,_=w.pop(),h=g.pop()||null,D=O.pop()||[],k=D.length===0;else if(se)A=D.join(``).trim()+I,u=[r.COMMENT,A,[x(h,A,t)]],l.push(u),_=w.pop(),h=g.pop()||null,D=O.pop()||[],k=D.length===0;else if(N&&e[F.index+1]!=n.ASTERISK)t.warnings.push(`Unexpected '*/' at `+i([F.line,F.column,F.source])+`.`),D=[],k=!0;else if(I==n.SINGLE_QUOTE&&!ne)w.push(_),_=a.SINGLE_QUOTE,D.push(I),k=!1;else if(I==n.SINGLE_QUOTE&&_==a.SINGLE_QUOTE)_=w.pop(),D.push(I),k=!1;else if(I==n.DOUBLE_QUOTE&&!ne)w.push(_),_=a.DOUBLE_QUOTE,D.push(I),k=!1;else if(I==n.DOUBLE_QUOTE&&_==a.DOUBLE_QUOTE)_=w.pop(),D.push(I),k=!1;else if(I!=n.CLOSE_ROUND_BRACKET&&I!=n.OPEN_ROUND_BRACKET&&_!=a.COMMENT&&!ne&&te>0)D.push(I),k=!1;else if(I==n.OPEN_ROUND_BRACKET&&!ne&&_!=a.COMMENT&&!P)D.push(I),k=!1,te++;else if(I==n.CLOSE_ROUND_BRACKET&&!ne&&_!=a.COMMENT&&!P)D.push(I),k=!1,te--;else if(I==n.SEMICOLON&&_==a.BLOCK&&D[0]==n.AT)A=D.join(``).trim(),c.push([r.AT_RULE,A,[x(h,A,t)]]),D=[],k=!0;else if(I==n.COMMA&&_==a.BLOCK&&d)A=D.join(``).trim(),d[1].push([C(d[0]),A,[x(h,A,t,d[1].length)]]),D=[],k=!0;else if(I==n.COMMA&&_==a.BLOCK&&S(D)==r.AT_RULE)D.push(I),k=!1;else if(I==n.COMMA&&_==a.BLOCK)d=[S(D),[],[]],A=D.join(``).trim(),d[1].push([C(d[0]),A,[x(h,A,t,0)]]),D=[],k=!0;else if(I==n.OPEN_CURLY_BRACKET&&_==a.BLOCK&&d&&d[0]==r.NESTED_BLOCK)A=D.join(``).trim(),d[1].push([r.NESTED_BLOCK_SCOPE,A,[x(h,A,t)]]),c.push(d),w.push(_),F.column++,F.index++,D=[],k=!0,d[2]=v(e,t,o,!0),d=null;else if(I==n.OPEN_CURLY_BRACKET&&_==a.BLOCK&&S(D)==r.NESTED_BLOCK)A=D.join(``).trim(),d||=[r.NESTED_BLOCK,[],[]],d[1].push([r.NESTED_BLOCK_SCOPE,A,[x(h,A,t)]]),c.push(d),w.push(_),F.column++,F.index++,D=[],k=!0,pe=!1,d[2]=v(e,t,o,!0),d=null;else if(I==n.OPEN_CURLY_BRACKET&&_==a.BLOCK)A=D.join(``).trim(),d||=[S(D),[],[]],d[1].push([C(d[0]),A,[x(h,A,t,d[1].length)]]),l=d[2],c.push(d),w.push(_),_=a.RULE,D=[],k=!0;else if(I==n.OPEN_CURLY_BRACKET&&_==a.RULE&&P)f.push(d),d=[r.PROPERTY_BLOCK,[]],m.push(d),l=d[1],w.push(_),_=a.RULE,P=!1;else if(I==n.OPEN_CURLY_BRACKET&&_==a.RULE&&T(D))A=D.join(``).trim(),f.push(d),d=[r.AT_RULE_BLOCK,[],[]],d[1].push([r.AT_RULE_BLOCK_SCOPE,A,[x(h,A,t)]]),l.push(d),l=d[2],w.push(_),_=a.RULE,D=[],k=!0;else if(I==n.COLON&&_==a.RULE&&!P)A=D.join(``).trim(),m=[r.PROPERTY,[r.PROPERTY_NAME,A,[x(h,A,t)]]],l.push(m),P=!0,D=[],k=!0;else if(I==n.SEMICOLON&&_==a.RULE&&m&&f.length>0&&!k&&D[0]==n.AT)A=D.join(``).trim(),d[1].push([r.AT_RULE,A,[x(h,A,t)]]),D=[],k=!0;else if(I==n.SEMICOLON&&_==a.RULE&&m&&!k)A=D.join(``).trim(),m.push([r.PROPERTY_VALUE,A,[x(h,A,t)]]),m=null,P=!1,D=[],k=!0,pe=!1;else if(I==n.SEMICOLON&&_==a.RULE&&m&&k&&pe&&!m[2])m.push([r.PROPERTY_VALUE,` `,[x(h,` `,t)]]),pe=!1,m=null,P=!1;else if(I==n.SEMICOLON&&_==a.RULE&&m&&k)m=null,P=!1;else if(I==n.SEMICOLON&&_==a.RULE&&!k&&D[0]==n.AT)A=D.join(``),l.push([r.AT_RULE,A,[x(h,A,t)]]),P=!1,D=[],k=!0;else if(I==n.SEMICOLON&&_==a.RULE&&he)he=!1,D=[],k=!0;else if(!(I==n.SEMICOLON&&_==a.RULE&&k))if(I==n.CLOSE_CURLY_BRACKET&&_==a.RULE&&m&&P&&!k&&f.length>0)A=D.join(``),m.push([r.PROPERTY_VALUE,A,[x(h,A,t)]]),m=null,d=f.pop(),l=d[2],_=w.pop(),P=!1,D=[],k=!0;else if(I==n.CLOSE_CURLY_BRACKET&&_==a.RULE&&m&&!k&&D[0]==n.AT&&f.length>0)A=D.join(``),d[1].push([r.AT_RULE,A,[x(h,A,t)]]),m=null,d=f.pop(),l=d[2],_=w.pop(),P=!1,D=[],k=!0;else if(I==n.CLOSE_CURLY_BRACKET&&_==a.RULE&&m&&f.length>0)m=null,d=f.pop(),l=d[2],_=w.pop(),P=!1;else if(I==n.CLOSE_CURLY_BRACKET&&_==a.RULE&&m&&!k)A=D.join(``),m.push([r.PROPERTY_VALUE,A,[x(h,A,t)]]),m=null,d=f.pop(),l=c,_=w.pop(),P=!1,D=[],k=!0;else if(I==n.CLOSE_CURLY_BRACKET&&_==a.RULE&&!k&&D[0]==n.AT)m=null,d=null,A=D.join(``).trim(),l.push([r.AT_RULE,A,[x(h,A,t)]]),l=c,_=w.pop(),P=!1,D=[],k=!0;else if(I==n.CLOSE_CURLY_BRACKET&&_==a.RULE&&w[w.length-1]==a.RULE)m=null,d=f.pop(),l=d[2],_=w.pop(),P=!1,he=!0,D=[],k=!0;else if(I==n.CLOSE_CURLY_BRACKET&&_==a.RULE&&pe&&m&&!m[2])m.push([r.PROPERTY_VALUE,` `,[x(h,` `,t)]]),pe=!1,m=null,d=null,l=c,_=w.pop(),P=!1,pe=!1;else if(I==n.CLOSE_CURLY_BRACKET&&_==a.RULE)m=null,d=null,l=c,_=w.pop(),P=!1,pe=!1;else if(I==n.CLOSE_CURLY_BRACKET&&_==a.BLOCK&&!s&&F.index<=e.length-1)t.warnings.push(`Unexpected '}' at `+i([F.line,F.column,F.source])+`.`),D.push(I),k=!1;else if(I==n.CLOSE_CURLY_BRACKET&&_==a.BLOCK)break;else I==n.OPEN_ROUND_BRACKET&&_==a.RULE&&P?(D.push(I),k=!1,te++):I==n.CLOSE_ROUND_BRACKET&&_==a.RULE&&P&&te==1?(D.push(I),k=!1,A=D.join(``).trim(),m.push([r.PROPERTY_VALUE,A,[x(h,A,t)]]),te--,D=[],k=!0,pe=!1):I==n.CLOSE_ROUND_BRACKET&&_==a.RULE&&P?(D.push(I),k=!1,pe=!1,te--):I==n.FORWARD_SLASH&&e[F.index+1]!=n.ASTERISK&&_==a.RULE&&P&&!k?(A=D.join(``).trim(),m.push([r.PROPERTY_VALUE,A,[x(h,A,t)]]),m.push([r.PROPERTY_VALUE,I,[[F.line,F.column,F.source]]]),D=[],k=!0):I==n.FORWARD_SLASH&&e[F.index+1]!=n.ASTERISK&&_==a.RULE&&P?(m.push([r.PROPERTY_VALUE,I,[[F.line,F.column,F.source]]]),D=[],k=!0):I==n.COMMA&&_==a.RULE&&P&&!k?(A=D.join(``).trim(),m.push([r.PROPERTY_VALUE,A,[x(h,A,t)]]),m.push([r.PROPERTY_VALUE,I,[[F.line,F.column,F.source]]]),D=[],k=!0):I==n.COMMA&&_==a.RULE&&P?(m.push([r.PROPERTY_VALUE,I,[[F.line,F.column,F.source]]]),D=[],k=!0):I==n.CLOSE_SQUARE_BRACKET&&m&&m.length>1&&!k&&E(D)?(D.push(I),A=D.join(``).trim(),m[m.length-1][1]+=A,D=[],k=!0):(j||re&&!M)&&_==a.RULE&&P&&m&&!k||M&&_==a.RULE&&P&&m&&D.length>1?(A=D.join(``).trim(),m.push([r.PROPERTY_VALUE,A,[x(h,A,t)]]),D=[],k=!0):M&&_==a.RULE&&P?(D=[],k=!0):M&&D.length==1?(D.pop(),k=D.length===0):(!k||!j&&!re&&!M&&!ie)&&(D.push(I),k=!1)}ue=le,le=!ue&&I==n.BACK_SLASH,oe=ae,ce=se,F.line=M||re||ie?F.line+1:F.line,F.column=M||re||ie?0:F.column+1}return P&&t.warnings.push(`Missing '}' at `+i([F.line,F.column,F.source])+`.`),P&&D.length>0&&(A=D.join(``).trimRight().replace(p,`$1`).trimRight(),m.push([r.PROPERTY_VALUE,A,[x(h,A,t)]]),D=[]),D.length>0&&t.warnings.push(`Invalid character(s) '`+D.join(``)+`' at `+i(h)+`. Ignoring.`),c}function y(e){return l.test(e.join(``)+n.FORWARD_SLASH)}function b(e){return c.test(e.join(``)+n.FORWARD_SLASH)}function x(e,t,n,r){var i=e[2];return n.inputSourceMapTracker.isTracking(i)?n.inputSourceMapTracker.originalPositionFor(e,t.length,r):e}function S(e){var t=e[0]==n.AT||e[0]==n.UNDERSCORE,i=e.join(``).split(m)[0];return t&&s.indexOf(i)>-1?r.NESTED_BLOCK:t&&o.indexOf(i)>-1?r.AT_RULE:t?r.AT_RULE_BLOCK:r.RULE}function C(e){if(e==r.RULE)return r.RULE_SCOPE;if(e==r.NESTED_BLOCK)return r.NESTED_BLOCK_SCOPE;if(e==r.AT_RULE_BLOCK)return r.AT_RULE_BLOCK_SCOPE}function T(e){var t=e.join(``).trim();return u.indexOf(t)>-1||d.indexOf(t)>-1}function E(e){return f.test(e.join(``)+n.CLOSE_SQUARE_BRACKET)}t.exports=h})),qt=t(((e,t)=>{var n=i(),r=i(),a=Rt(),o=zt(),s=Nt(),c=Bt(),l=Vt(),u=Gt(),d=Ft(),f=It(),p=Ht(),m=Kt(),h=w(),_=g(),v=Mt(),y=Wt(),b=jt(),x=`uri:unknown`,S=`file://`;function C(e,t,n){return T(e,t,function(e){return a(e,t,function(){return c(t,function(){return n(e)})})})}function T(e,t,n){if(typeof e==`string`)return E(e,t,n);if(Buffer.isBuffer(e))return E(e.toString(),t,n);if(Array.isArray(e))return D(e,t,n);if(typeof e==`object`)return O(e,t,n)}function E(e,t,n){return t.source=void 0,t.sourcesContent[void 0]=e,t.stats.originalSize+=e.length,j(e,t,{inline:t.options.inline},n)}function D(e,t,n){return j(e.reduce(function(e,n){return typeof n==`string`?k(n,e):A(n,t,e)},[]).join(``),t,{inline:[`all`]},n)}function O(e,t,n){return j(A(e,t,[]).join(``),t,{inline:[`all`]},n)}function k(e,t){return t.push(ne(ee(e))),t}function A(e,t,n){var r,i,a;for(r in e)a=e[r],i=ee(r),n.push(ne(i)),t.sourcesContent[i]=a.styles,a.sourceMap&&te(a.sourceMap,i,t);return n}function ee(e){var t=r.resolve(``),n,i,a;return b(e)?e:(n=r.isAbsolute(e)?e:r.resolve(e),i=r.relative(t,n),a=l(i),a)}function te(e,t,n){var r=typeof e==`string`?JSON.parse(e):e,i=b(t)?f(r,t):d(r,t||x,n.options.rebaseTo);n.inputSourceMapTracker.track(t,i)}function ne(e){return p(`url(`+e+`)`,``)+_.SEMICOLON}function j(e,t,n,i){var a,o={};return t.source?b(t.source)?(o.fromBase=t.source,o.toBase=t.source):r.isAbsolute(t.source)?(o.fromBase=r.dirname(t.source),o.toBase=t.options.rebaseTo):(o.fromBase=r.dirname(r.resolve(t.source)),o.toBase=t.options.rebaseTo):(o.fromBase=r.resolve(``),o.toBase=t.options.rebaseTo),a=m(e,t),a=u(a,t.options.rebase,t.validator,o),re(n.inline)?M(a,t,n,i):i(a)}function re(e){return!(e.length==1&&e[0]==`none`)}function M(e,t,n,r){return ie({afterContent:!1,callback:r,errors:t.errors,externalContext:t,fetch:t.options.fetch,inlinedStylesheets:n.inlinedStylesheets||t.inlinedStylesheets,inline:n.inline,inlineRequest:t.options.inlineRequest,inlineTimeout:t.options.inlineTimeout,isRemote:n.isRemote||!1,localOnly:t.localOnly,outputTokens:[],rebaseTo:t.options.rebaseTo,sourceTokens:e,warnings:t.warnings})}function ie(e){var t,n,r;for(n=0,r=e.sourceTokens.length;n<r;n++){if(t=e.sourceTokens[n],t[0]==h.AT_RULE&&y(t[1]))return e.sourceTokens.splice(0,n),ae(t,e);t[0]==h.AT_RULE||t[0]==h.COMMENT?e.outputTokens.push(t):(e.outputTokens.push(t),e.afterContent=!0)}return e.sourceTokens=[],e.callback(e.outputTokens)}function ae(e,t){var n=o(e[1]),r=n[0],i=n[1],a=e[2];return b(r)?oe(r,i,a,t):se(r,i,a,t)}function oe(e,t,n,r){var i=s(e,!0,r.inline),a=e,o=e in r.externalContext.sourcesContent,c=!v(e);if(r.inlinedStylesheets.indexOf(e)>-1)return r.warnings.push(`Ignoring remote @import of "`+e+`" as it has already been imported.`),r.sourceTokens=r.sourceTokens.slice(1),ie(r);if(r.localOnly&&r.afterContent)return r.warnings.push(`Ignoring remote @import of "`+e+`" as no callback given and after other content.`),r.sourceTokens=r.sourceTokens.slice(1),ie(r);if(c)return r.warnings.push(`Skipping remote @import of "`+e+`" as no protocol given.`),r.outputTokens=r.outputTokens.concat(r.sourceTokens.slice(0,1)),r.sourceTokens=r.sourceTokens.slice(1),ie(r);if(r.localOnly&&!o)return r.warnings.push(`Skipping remote @import of "`+e+`" as no callback given.`),r.outputTokens=r.outputTokens.concat(r.sourceTokens.slice(0,1)),r.sourceTokens=r.sourceTokens.slice(1),ie(r);if(!i&&r.afterContent)return r.warnings.push(`Ignoring remote @import of "`+e+`" as resource is not allowed and after other content.`),r.sourceTokens=r.sourceTokens.slice(1),ie(r);if(!i)return r.warnings.push(`Skipping remote @import of "`+e+`" as resource is not allowed.`),r.outputTokens=r.outputTokens.concat(r.sourceTokens.slice(0,1)),r.sourceTokens=r.sourceTokens.slice(1),ie(r);r.inlinedStylesheets.push(e);function l(i,o){return i?(r.errors.push(`Broken @import declaration of "`+e+`" - `+i),process.nextTick(function(){r.outputTokens=r.outputTokens.concat(r.sourceTokens.slice(0,1)),r.sourceTokens=r.sourceTokens.slice(1),ie(r)})):(r.inline=r.externalContext.options.inline,r.isRemote=!0,r.externalContext.source=a,r.externalContext.sourcesContent[e]=o,r.externalContext.stats.originalSize+=o.length,j(o,r.externalContext,r,function(e){return e=ce(e,t,n),r.outputTokens=r.outputTokens.concat(e),r.sourceTokens=r.sourceTokens.slice(1),ie(r)}))}return o?l(null,r.externalContext.sourcesContent[e]):r.fetch(e,r.inlineRequest,r.inlineTimeout,l)}function se(e,t,i,a){var o=e.replace(S,``),c=r.resolve(``),u=r.isAbsolute(o)?r.resolve(c,o[0]==`/`?o.substring(1):o):r.resolve(a.rebaseTo,o),d=r.relative(c,u),f,p=s(o,!1,a.inline),m=l(d),h=m in a.externalContext.sourcesContent;if(a.inlinedStylesheets.indexOf(u)>-1)a.warnings.push(`Ignoring local @import of "`+o+`" as it has already been imported.`);else if(p&&!h&&(!n.existsSync(u)||!n.statSync(u).isFile()))a.errors.push(`Ignoring local @import of "`+o+`" as resource is missing.`);else if(!p&&a.afterContent)a.warnings.push(`Ignoring local @import of "`+o+`" as resource is not allowed and after other content.`);else if(a.afterContent)a.warnings.push(`Ignoring local @import of "`+o+`" as after other content.`);else if(!p)a.warnings.push(`Skipping local @import of "`+o+`" as resource is not allowed.`),a.outputTokens=a.outputTokens.concat(a.sourceTokens.slice(0,1));else return f=h?a.externalContext.sourcesContent[m]:n.readFileSync(u,`utf-8`),f.charCodeAt(0)===65279&&(f=f.substring(1)),a.inlinedStylesheets.push(u),a.inline=a.externalContext.options.inline,a.externalContext.source=m,a.externalContext.sourcesContent[m]=f,a.externalContext.stats.originalSize+=f.length,j(f,a.externalContext,a,function(e){return e=ce(e,t,i),a.outputTokens=a.outputTokens.concat(e),a.sourceTokens=a.sourceTokens.slice(1),ie(a)});return a.sourceTokens=a.sourceTokens.slice(1),ie(a)}function ce(e,t,n){return t?[[h.NESTED_BLOCK,[[h.NESTED_BLOCK_SCOPE,`@media `+t,n]],e]]:e}t.exports=C})),Jt=t(((e,t)=>{var n=Ee().all;function r(e,t){var n=typeof t==`string`?t:t[1],r=e.wrap;r(e,n),a(e,n),e.output.push(n)}function i(e,t){e.column+t.length>e.format.wrapAt&&(a(e,e.format.breakWith),e.output.push(e.format.breakWith))}function a(e,t){var n=t.split(`
7
+ `);e.line+=n.length-1,e.column=n.length>1?0:e.column+n.pop().length}function o(e,t){var a={column:0,format:t.options.format,indentBy:0,indentWith:``,line:1,output:[],spaceAfterClosingBrace:t.options.compatibility.properties.spaceAfterClosingBrace,store:r,wrap:t.options.format.wrapAt?i:function(){}};return n(a,e),{styles:a.output.join(``)}}t.exports=o})),Yt=t(((e,t)=>{var n=kt().SourceMapGenerator,r=Ee().all,i=jt(),a=process.platform==`win32`,o=/\//g,s=`$stdin`,c=`\\`;function l(e,t){var n=typeof t==`string`,r=n?t:t[1],i=n?null:t[2],a=e.wrap;a(e,r),d(e,r,i),e.output.push(r)}function u(e,t){e.column+t.length>e.format.wrapAt&&(d(e,e.format.breakWith,!1),e.output.push(e.format.breakWith))}function d(e,t,n){var r=t.split(`
8
+ `);n&&f(e,n),e.line+=r.length-1,e.column=r.length>1?0:e.column+r.pop().length}function f(e,t){for(var n=0,r=t.length;n<r;n++)p(e,t[n])}function p(e,t){var n=t[0],r=t[1],l=t[2],u=l,d=u||s;a&&u&&!i(u)&&(d=u.replace(o,c)),e.outputMap.addMapping({generated:{line:e.line,column:e.column},source:d,original:{line:n,column:r}}),e.inlineSources&&l in e.sourcesContent&&e.outputMap.setSourceContent(d,e.sourcesContent[l])}function m(e,t){var i={column:0,format:t.options.format,indentBy:0,indentWith:``,inlineSources:t.options.sourceMapInlineSources,line:1,output:[],outputMap:new n,sourcesContent:t.sourcesContent,spaceAfterClosingBrace:t.options.compatibility.properties.spaceAfterClosingBrace,store:l,wrap:t.options.format.wrapAt?u:function(){}};return r(i,e),{sourceMap:i.outputMap,styles:i.output.join(``)}}t.exports=m})),Xt=t(((e,t)=>{var n=d(),r=Oe(),i=ot(),a=st(),o=ct(),s=ft(),c=h().formatFrom,l=pt(),u=mt(),f=ht(),p=j().OptimizationLevel,m=j().optimizationLevelFrom,g=gt(),_=_t(),v=vt(),y=At(),b=qt(),x=Jt(),S=Yt(),C=t.exports=function(e){e||={},this.options={batch:!!e.batch,compatibility:o(e.compatibility),explicitRebaseTo:`rebaseTo`in e,fetch:s(e.fetch),format:c(e.format),inline:l(e.inline),inlineRequest:u(e.inlineRequest),inlineTimeout:f(e.inlineTimeout),level:m(e.level),plugins:g(e.plugins),rebase:_(e.rebase,e.rebaseTo),rebaseTo:v(e.rebaseTo),returnPromise:!!e.returnPromise,sourceMap:!!e.sourceMap,sourceMapInlineSources:!!e.sourceMapInlineSources}};C.process=function(e,t){var n,r=t.to;return delete t.to,n=new C(Object.assign({returnPromise:!0,rebaseTo:r},t)),n.minify(e).then(function(e){return{css:e.styles}})},C.prototype.minify=function(e,t,n){var r=this.options;return r.returnPromise?new Promise(function(n,i){w(e,r,t,function(e,t){return e?i(e):n(t)})}):w(e,r,t,n)};function w(e,t,n,r){return t.batch&&Array.isArray(e)?T(e,t,n,r):t.batch&&typeof e==`object`?E(e,t,n,r):D(e,t,n,r)}function T(e,t,n,r){var i=typeof r==`function`?r:typeof n==`function`?n:null,a=[],o={},s,c,l;function u(e,t){o=Object.assign(o,t),e!==null&&(a=a.concat(e))}for(c=0,l=e.length;c<l;c++)typeof e[c]==`object`?E(e[c],t,u):(s=e[c],o[s]=D([s],t),a=a.concat(o[s].errors));return i?i(a.length>0?a:null,o):o}function E(e,t,n,r){var i=typeof r==`function`?r:typeof n==`function`?n:null,a=[],o={},s,c;for(s in e)c=e[s],o[s]=D(c.styles,t,c.sourceMap),a=a.concat(o[s].errors);return i?i(a.length>0?a:null,o):o}function D(e,t,n,r){var i=typeof n==`function`?null:n,o=typeof r==`function`?r:typeof n==`function`?n:null,s={stats:{efficiency:0,minifiedSize:0,originalSize:0,startedAt:Date.now(),timeSpent:0},cache:{specificity:{}},errors:[],inlinedStylesheets:[],inputSourceMapTracker:y(),localOnly:!o,options:t,source:null,sourcesContent:{},validator:a(t.compatibility),warnings:[]},c;return i&&s.inputSourceMapTracker.track(void 0,i),t.rebase&&!t.explicitRebaseTo&&(c="You have set `rebase: true` without giving `rebaseTo` option, which, in this case, defaults to the current working directory. You are then warned this can lead to unexpected URL rebasing (aka here be dragons)! If you are OK with the clean-css output, then you can get rid of this warning by giving clean-css a `rebaseTo: process.cwd()` option.",s.warnings.push(c)),O(s.localOnly)(function(){return b(e,s,function(e){var t=A((s.options.sourceMap?S:x)(k(e,s),s),s);return o?o(s.errors.length>0?s.errors:null,t):t})})}function O(e){return e?function(e){return e()}:process.nextTick}function k(e,t){var a=n(e,t);return a=p.One in t.options.level?r(e,t):e,a=p.Two in t.options.level?i(e,t,!0):a,a}function A(e,t){return e.stats=ee(e.styles,t),e.errors=t.errors,e.inlinedStylesheets=t.inlinedStylesheets,e.warnings=t.warnings,e}function ee(e,t){var n=Date.now()-t.stats.startedAt;return delete t.stats.startedAt,t.stats.timeSpent=n,t.stats.efficiency=1-e.length/t.stats.originalSize,t.stats.minifiedSize=e.length,t.stats}})),Zt=t(((e,t)=>{t.exports=Xt()})),Qt=new Uint16Array(`ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻\xA0ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌`.split(``).map(e=>e.charCodeAt(0))),$t=new Uint16Array(`Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢`.split(``).map(e=>e.charCodeAt(0))),en=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),tn=String.fromCodePoint??function(e){let t=``;return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|e&1023),t+=String.fromCharCode(e),t};function nn(e){return e>=55296&&e<=57343||e>1114111?65533:en.get(e)??e}var rn;(function(e){e[e.NUM=35]=`NUM`,e[e.SEMI=59]=`SEMI`,e[e.EQUALS=61]=`EQUALS`,e[e.ZERO=48]=`ZERO`,e[e.NINE=57]=`NINE`,e[e.LOWER_A=97]=`LOWER_A`,e[e.LOWER_F=102]=`LOWER_F`,e[e.LOWER_X=120]=`LOWER_X`,e[e.LOWER_Z=122]=`LOWER_Z`,e[e.UPPER_A=65]=`UPPER_A`,e[e.UPPER_F=70]=`UPPER_F`,e[e.UPPER_Z=90]=`UPPER_Z`})(rn||={});var an=32,on;(function(e){e[e.VALUE_LENGTH=49152]=`VALUE_LENGTH`,e[e.BRANCH_LENGTH=16256]=`BRANCH_LENGTH`,e[e.JUMP_TABLE=127]=`JUMP_TABLE`})(on||={});function sn(e){return e>=rn.ZERO&&e<=rn.NINE}function cn(e){return e>=rn.UPPER_A&&e<=rn.UPPER_F||e>=rn.LOWER_A&&e<=rn.LOWER_F}function ln(e){return e>=rn.UPPER_A&&e<=rn.UPPER_Z||e>=rn.LOWER_A&&e<=rn.LOWER_Z||sn(e)}function un(e){return e===rn.EQUALS||ln(e)}var dn;(function(e){e[e.EntityStart=0]=`EntityStart`,e[e.NumericStart=1]=`NumericStart`,e[e.NumericDecimal=2]=`NumericDecimal`,e[e.NumericHex=3]=`NumericHex`,e[e.NamedEntity=4]=`NamedEntity`})(dn||={});var fn;(function(e){e[e.Legacy=0]=`Legacy`,e[e.Strict=1]=`Strict`,e[e.Attribute=2]=`Attribute`})(fn||={});var pn=class{constructor(e,t,n){this.decodeTree=e,this.emitCodePoint=t,this.errors=n,this.state=dn.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=fn.Strict}startEntity(e){this.decodeMode=e,this.state=dn.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case dn.EntityStart:return e.charCodeAt(t)===rn.NUM?(this.state=dn.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=dn.NamedEntity,this.stateNamedEntity(e,t));case dn.NumericStart:return this.stateNumericStart(e,t);case dn.NumericDecimal:return this.stateNumericDecimal(e,t);case dn.NumericHex:return this.stateNumericHex(e,t);case dn.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(e.charCodeAt(t)|an)===rn.LOWER_X?(this.state=dn.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=dn.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,n,r){if(t!==n){let i=n-t;this.result=this.result*r**+i+parseInt(e.substr(t,i),r),this.consumed+=i}}stateNumericHex(e,t){let n=t;for(;t<e.length;){let r=e.charCodeAt(t);if(sn(r)||cn(r))t+=1;else return this.addToNumericResult(e,n,t,16),this.emitNumericEntity(r,3)}return this.addToNumericResult(e,n,t,16),-1}stateNumericDecimal(e,t){let n=t;for(;t<e.length;){let r=e.charCodeAt(t);if(sn(r))t+=1;else return this.addToNumericResult(e,n,t,10),this.emitNumericEntity(r,2)}return this.addToNumericResult(e,n,t,10),-1}emitNumericEntity(e,t){var n;if(this.consumed<=t)return(n=this.errors)==null||n.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===rn.SEMI)this.consumed+=1;else if(this.decodeMode===fn.Strict)return 0;return this.emitCodePoint(nn(this.result),this.consumed),this.errors&&(e!==rn.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,t){let{decodeTree:n}=this,r=n[this.treeIndex],i=(r&on.VALUE_LENGTH)>>14;for(;t<e.length;t++,this.excess++){let a=e.charCodeAt(t);if(this.treeIndex=hn(n,r,this.treeIndex+Math.max(1,i),a),this.treeIndex<0)return this.result===0||this.decodeMode===fn.Attribute&&(i===0||un(a))?0:this.emitNotTerminatedNamedEntity();if(r=n[this.treeIndex],i=(r&on.VALUE_LENGTH)>>14,i!==0){if(a===rn.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==fn.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;let{result:t,decodeTree:n}=this,r=(n[t]&on.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,r,this.consumed),(e=this.errors)==null||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,n){let{decodeTree:r}=this;return this.emitCodePoint(t===1?r[e]&~on.VALUE_LENGTH:r[e+1],n),t===3&&this.emitCodePoint(r[e+2],n),n}end(){var e;switch(this.state){case dn.NamedEntity:return this.result!==0&&(this.decodeMode!==fn.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case dn.NumericDecimal:return this.emitNumericEntity(0,2);case dn.NumericHex:return this.emitNumericEntity(0,3);case dn.NumericStart:return(e=this.errors)==null||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case dn.EntityStart:return 0}}};function mn(e){let t=``,n=new pn(e,e=>t+=tn(e));return function(e,r){let i=0,a=0;for(;(a=e.indexOf(`&`,a))>=0;){t+=e.slice(i,a),n.startEntity(r);let o=n.write(e,a+1);if(o<0){i=a+n.end();break}i=a+o,a=o===0?i+1:i}let o=t+e.slice(i);return t=``,o}}function hn(e,t,n,r){let i=(t&on.BRANCH_LENGTH)>>7,a=t&on.JUMP_TABLE;if(i===0)return a!==0&&r===a?n:-1;if(a){let t=r-a;return t<0||t>=i?-1:e[n+t]-1}let o=n,s=o+i-1;for(;o<=s;){let t=o+s>>>1,n=e[t];if(n<r)o=t+1;else if(n>r)s=t-1;else return e[t+i]}return-1}var gn=mn(Qt);mn($t);function _n(e,t=fn.Legacy){return gn(e,t)}function vn(e){return gn(e,fn.Strict)}var yn=t(((e,t)=>{t.exports={ABSOLUTE:`absolute`,PATH_RELATIVE:`pathRelative`,ROOT_RELATIVE:`rootRelative`,SHORTEST:`shortest`}})),bn=t(((e,t)=>{var n=yn();function r(e,t){return e.auth&&!t.removeAuth&&(e.extra.relation.maximumHost||t.output===n.ABSOLUTE)?e.auth+`@`:``}function i(e,t){return e.hash?e.hash:``}function a(e,t){return e.host.full&&(e.extra.relation.maximumAuth||t.output===n.ABSOLUTE)?e.host.full:``}function o(e,t){var r=``,i=e.path.absolute.string,a=e.path.relative.string,o=m(e,t);if(e.extra.relation.maximumHost||t.output===n.ABSOLUTE||t.output===n.ROOT_RELATIVE)r=i;else if(a.length<=i.length&&t.output===n.SHORTEST||t.output===n.PATH_RELATIVE){if(r=a,r===``){var s=p(e,t)&&!!f(e,t);(e.extra.relation.maximumPath&&!o||e.extra.relation.overridesQuery&&!o&&!s)&&(r=`./`)}}else r=i;return r===`/`&&!o&&t.removeRootTrailingSlash&&(!e.extra.relation.minimumPort||t.output===n.ABSOLUTE)&&(r=``),r}function s(e,t){return e.port&&!e.extra.portIsDefault&&e.extra.relation.maximumHost?`:`+e.port:``}function c(e,t){return p(e,t)?f(e,t):``}function l(e,t){return m(e,t)?e.resource:``}function u(e,t){var r=``;return(e.extra.relation.maximumHost||t.output===n.ABSOLUTE)&&(!e.extra.relation.minimumScheme||!t.schemeRelative||t.output===n.ABSOLUTE?r+=e.scheme+`://`:r+=`//`),r}function d(e,t){var n=``;return n+=u(e,t),n+=r(e,t),n+=a(e,t),n+=s(e,t),n+=o(e,t),n+=l(e,t),n+=c(e,t),n+=i(e,t),n}function f(e,t){var n=t.removeEmptyQueries&&e.extra.relation.minimumPort;return e.query.string[n?`stripped`:`full`]}function p(e,t){return!e.extra.relation.minimumQuery||t.output===n.ABSOLUTE||t.output===n.ROOT_RELATIVE}function m(e,t){var r=t.removeDirectoryIndexes&&e.extra.resourceIsIndex,i=e.extra.relation.minimumResource&&t.output!==n.ABSOLUTE&&t.output!==n.ROOT_RELATIVE;return!!e.resource&&!i&&!r}t.exports=d})),xn=t(((e,t)=>{function n(e){if(e instanceof Object){var t=e instanceof Array?[]:{};for(var r in e)e.hasOwnProperty(r)&&(t[r]=n(e[r]));return t}return e}function r(e){return!!e&&typeof e==`object`&&e.constructor===Object}function i(e,t){if(e instanceof Object&&t instanceof Object)for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e}t.exports={clone:n,isPlainObject:r,shallowMerge:i}})),Sn=t(((e,t)=>{var n=xn();function r(e,t){if(n.isPlainObject(e)){var r={};for(var a in t)t.hasOwnProperty(a)&&(e[a]===void 0?r[a]=t[a]:r[a]=i(e[a],t[a]));return r}else return t}function i(e,t){return t instanceof Object&&e instanceof Object?t instanceof Array&&e instanceof Array?t.concat(e):n.shallowMerge(e,t):e}t.exports=r})),Cn=t(((e,t)=>{function n(e){var t=!e.scheme&&!e.auth&&!e.host.full&&!e.port,n=t&&!e.path.absolute.string,r=n&&!e.resource,i=r&&!e.query.string.full.length,a=i&&!e.hash;e.extra.hrefInfo.minimumPathOnly=t,e.extra.hrefInfo.minimumResourceOnly=n,e.extra.hrefInfo.minimumQueryOnly=r,e.extra.hrefInfo.minimumHashOnly=i,e.extra.hrefInfo.empty=a}t.exports=n})),wn=t(((e,t)=>{function n(e,t){if(t.ignore_www){var n=e.host.full;if(n){var r=n;n.indexOf(`www.`)===0&&(r=n.substr(4)),e.host.stripped=r}}}t.exports=n})),Tn=t(((e,t)=>{function n(e,t){var n=!1;return t.directoryIndexes.every(function(t){return t===e?(n=!0,!1):!0}),n}function r(e,t){var r=e.path.absolute.string;if(r){var a=r.lastIndexOf(`/`);if(a>-1){if(++a<r.length){var o=r.substr(a);o!==`.`&&o!==`..`?(e.resource=o,r=r.substr(0,a)):r+=`/`}e.path.absolute.string=r,e.path.absolute.array=i(r)}else r===`.`||r===`..`?(r+=`/`,e.path.absolute.string=r,e.path.absolute.array=i(r)):(e.resource=r,e.path.absolute.string=null);e.extra.resourceIsIndex=n(e.resource,t)}}function i(e){if(e!==`/`){var t=[];return e.split(`/`).forEach(function(e){e!==``&&t.push(e)}),t}else return[]}t.exports=r})),En=t(((e,t)=>{function n(e,t){var n=-1;for(var r in t.defaultPorts)if(r===e.scheme&&t.defaultPorts.hasOwnProperty(r)){n=t.defaultPorts[r];break}n>-1&&(n=n.toString(),e.port===null&&(e.port=n),e.extra.portIsDefault=e.port===n)}t.exports=n})),Dn=t(((e,t)=>{var n=Object.prototype.hasOwnProperty;function r(e,t){e.query.string.full=i(e.query.object,!1),t.removeEmptyQueries&&(e.query.string.stripped=i(e.query.object,!0))}function i(e,t){var r=0,i=``;for(var a in e)if(a!==``&&n.call(e,a)===!0){var o=e[a];(o!==``||!t)&&(i+=++r===1?`?`:`&`,a=encodeURIComponent(a),o===``?i+=a:i+=a+`=`+encodeURIComponent(o).replace(/%20/g,`+`))}return i}t.exports=r})),On=t(((e,t)=>{var n=i().parse;function r(e){var t=e.protocol;return t&&t.indexOf(`:`)===t.length-1&&(t=t.substr(0,t.length-1)),e.host={full:e.hostname,stripped:null},e.path={absolute:{array:null,string:e.pathname},relative:{array:null,string:null}},e.query={object:e.query,string:{full:null,stripped:null}},e.extra={hrefInfo:{minimumPathOnly:null,minimumResourceOnly:null,minimumQueryOnly:null,minimumHashOnly:null,empty:null,separatorOnlyQuery:e.search===`?`},portIsDefault:null,relation:{maximumScheme:null,maximumAuth:null,maximumHost:null,maximumPort:null,maximumPath:null,maximumResource:null,maximumQuery:null,maximumHash:null,minimumScheme:null,minimumAuth:null,minimumHost:null,minimumPort:null,minimumPath:null,minimumResource:null,minimumQuery:null,minimumHash:null,overridesQuery:null},resourceIsIndex:null,slashes:e.slashes},e.resource=null,e.scheme=t,delete e.hostname,delete e.pathname,delete e.protocol,delete e.search,delete e.slashes,e}function a(e,t){var n=!0;return t.rejectedSchemes.every(function(t){return n=e.indexOf(t+`:`)!==0,n}),n}function o(e,t){return a(e,t)?r(n(e,!0,t.slashesDenoteHost)):{href:e,valid:!1}}t.exports=o})),kn=t(((e,t)=>{function n(e){return e.length>0?e.join(`/`)+`/`:``}function r(e){var t=[];return e.forEach(function(e){e===`..`?t.length>0&&t.splice(t.length-1,1):e!==`.`&&t.push(e)}),t}t.exports={join:n,resolveDotSegments:r}})),An=t(((e,t)=>{var n=Cn(),r=wn(),i=Tn(),a=En(),o=Dn(),s=On(),c=kn();function l(e,t,n){if(e){var r=u(e,t),i=c.resolveDotSegments(r.path.absolute.array);return r.path.absolute.array=i,r.path.absolute.string=`/`+c.join(i),r}else return n}function u(e,t){var c=s(e,t);return c.valid===!1?c:(r(c,t),a(c,t),i(c,t),o(c,t),n(c),c)}t.exports={from:l,to:u}})),jn=t(((e,t)=>{function n(e,t,n){var r=e.extra.hrefInfo.minimumPathOnly,i=e.scheme===t.scheme||!e.scheme,a=i&&(e.auth===t.auth||n.removeAuth||r),o=n.ignore_www?`stripped`:`full`,s=a&&(e.host[o]===t.host[o]||r),c=s&&(e.port===t.port||r);e.extra.relation.minimumScheme=i,e.extra.relation.minimumAuth=a,e.extra.relation.minimumHost=s,e.extra.relation.minimumPort=c,e.extra.relation.maximumScheme=!i||i&&!a,e.extra.relation.maximumAuth=!i||i&&!s,e.extra.relation.maximumHost=!i||i&&!c}function r(e,t,n){var r=e.extra.hrefInfo.minimumQueryOnly,i=e.extra.hrefInfo.minimumHashOnly,a=e.extra.hrefInfo.empty,o=e.extra.relation.minimumPort,s=e.extra.relation.minimumScheme,c=o&&e.path.absolute.string===t.path.absolute.string,l=e.resource===t.resource||!e.resource&&t.extra.resourceIsIndex||n.removeDirectoryIndexes&&e.extra.resourceIsIndex&&!t.resource,u=c&&(l||r||i||a),d=n.removeEmptyQueries?`stripped`:`full`,f=e.query.string[d],p=t.query.string[d],m=u&&!!f&&f===p||(i||a)&&!e.extra.hrefInfo.separatorOnlyQuery,h=m&&e.hash===t.hash;e.extra.relation.minimumPath=c,e.extra.relation.minimumResource=u,e.extra.relation.minimumQuery=m,e.extra.relation.minimumHash=h,e.extra.relation.maximumPort=!s||s&&!c,e.extra.relation.maximumPath=!s||s&&!u,e.extra.relation.maximumResource=!s||s&&!m,e.extra.relation.maximumQuery=!s||s&&!h,e.extra.relation.maximumHash=!s||s&&!h,e.extra.relation.overridesQuery=c&&e.extra.relation.maximumResource&&!m&&!!p}t.exports={pathOn:r,upToPath:n}})),Mn=t(((e,t)=>{var n=jn(),r=xn(),i=kn();function a(e,t,i){n.upToPath(e,t,i),e.extra.relation.minimumScheme&&(e.scheme=t.scheme),e.extra.relation.minimumAuth&&(e.auth=t.auth),e.extra.relation.minimumHost&&(e.host=r.clone(t.host)),e.extra.relation.minimumPort&&s(e,t),e.extra.relation.minimumScheme&&o(e,t),n.pathOn(e,t,i),e.extra.relation.minimumResource&&c(e,t),e.extra.relation.minimumQuery&&(e.query=r.clone(t.query)),e.extra.relation.minimumHash&&(e.hash=t.hash)}function o(e,t){if(e.extra.relation.maximumHost||!e.extra.hrefInfo.minimumResourceOnly){var n=e.path.absolute.array,a=`/`;n?(e.extra.hrefInfo.minimumPathOnly&&e.path.absolute.string.indexOf(`/`)!==0&&(n=t.path.absolute.array.concat(n)),n=i.resolveDotSegments(n),a+=i.join(n)):n=[],e.path.absolute.array=n,e.path.absolute.string=a}else e.path=r.clone(t.path)}function s(e,t){e.port=t.port,e.extra.portIsDefault=t.extra.portIsDefault}function c(e,t){e.resource=t.resource,e.extra.resourceIsIndex=t.extra.resourceIsIndex}t.exports=a})),Nn=t(((e,t)=>{var n=kn();function r(e,t){var n=[],r=!0,i=-1;return t.forEach(function(t,a){r&&(e[a]===t?i=a:r=!1),r||n.push(`..`)}),e.forEach(function(e,t){t>i&&n.push(e)}),n}function i(e,t,i){if(e.extra.relation.minimumScheme){var a=r(e.path.absolute.array,t.path.absolute.array);e.path.relative.array=a,e.path.relative.string=n.join(a)}}t.exports=i})),Pn=t(((e,t)=>{var n=Mn(),r=Nn();function i(e,t,i){return n(t,e,i),r(t,e,i),t}t.exports=i})),Fn=t(((e,t)=>{var n=yn(),r=bn(),i=Sn(),a=xn(),o=An(),s=Pn();function c(e,t){this.options=i(t,{defaultPorts:{ftp:21,http:80,https:443},directoryIndexes:[`index.html`],ignore_www:!1,output:c.SHORTEST,rejectedSchemes:[`data`,`javascript`,`mailto`],removeAuth:!1,removeDirectoryIndexes:!0,removeEmptyQueries:!1,removeRootTrailingSlash:!0,schemeRelative:!0,site:void 0,slashesDenoteHost:!0}),this.from=o.from(e,this.options,null)}c.prototype.relate=function(e,t,n){if(a.isPlainObject(t)?(n=t,t=e,e=null):t||(t=e,e=null),n=i(n,this.options),e||=n.site,e=o.from(e,n,this.from),!e||!e.href)throw Error(`from value not defined.`);if(e.extra.hrefInfo.minimumPathOnly)throw Error(`from value supplied is not absolute: `+e.href);return t=o.to(t,n),t.valid===!1?t.href:(t=s(e,t,n),t=r(t,n),t)},c.relate=function(e,t,n){return new c().relate(e,t,n)},a.shallowMerge(c,n),t.exports=c})),In=e(Zt(),1),Ln=e(Fn(),1);function Rn(e){return e.split(``)}function zn(e,t){return t.includes(e)}var Bn=class extends Error{constructor(e,t){super(),this.name=`DefaultsError`,this.message=e,this.defs=t}};function Vn(e,t,n){e===!0?e={}:typeof e==`object`&&e&&(e={...e});let r=e||{};if(n){for(let e in r)if(rr(r,e)&&!rr(t,e))throw new Bn("`"+e+"` is not a supported option",t)}for(let n in t)if(rr(t,n))if(!e||!rr(e,n))r[n]=t[n];else if(n===`ecma`||n===`builtins_ecma`){let t=e[n]|0;t>5&&t<2015&&(t+=2009),r[n]=t}else r[n]=e&&rr(e,n)?e[n]:t[n];return r}function Hn(){}function Un(){return!1}function Wn(){return!0}function Gn(){return this}function Kn(){return null}var qn=(function(){function e(e,n,r=!0){let i=[];for(let a=0;a<e.length;++a){let o=e[a].transform(n,r);o instanceof z?i.push(o):o instanceof t&&i.push(...o.v)}return i}e.splice=function(e){return new t(e)},e.skip={};function t(e){this.v=e}return e})();function L(e,t,n){return n||={},t&&(n.start||=t.start,n.end||=t.end),new e(n)}function Jn(e){return L(q,e,{operator:`void`,expression:L(Z,e,{value:0})})}function Yn(e,t){e.includes(t)||e.push(t)}function Xn(e,t){return e.replace(/{(.+?)}/g,function(e,n){return t&&t[n]})}function Zn(e,t){for(var n=e.length;--n>=0;)e[n]===t&&e.splice(n,1)}function Qn(e,t){if(e.length<2)return e.slice();function n(e,n){for(var r=[],i=0,a=0,o=0;i<e.length&&a<n.length;)t(e[i],n[a])<=0?r[o++]=e[i++]:r[o++]=n[a++];return i<e.length&&r.push.apply(r,e.slice(i)),a<n.length&&r.push.apply(r,n.slice(a)),r}function r(e){if(e.length<=1)return e;var t=Math.floor(e.length/2),i=e.slice(0,t),a=e.slice(t);return i=r(i),a=r(a),n(i,a)}return r(e)}function $n(e){return Array.isArray(e)||(e=e.split(` `)),new Set(e.sort())}function er(e,t,n){e.has(t)?e.get(t).push(n):e.set(t,[n])}function tr(e){var t=new Map;for(var n in e)rr(e,n)&&n.charAt(0)===`$`&&t.set(n.substr(1),e[n]);return t}function nr(e){var t=Object.create(null);return e.forEach(function(e,n){t[`$`+n]=e}),t}function rr(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function ir(e,t){return e===!0||e instanceof RegExp&&e.test(t)}var ar={"\0":`0`,"\n":`n`,"\r":`r`,"\u2028":`u2028`,"\u2029":`u2029`};function or(e){return e.replace(/[\0\n\r\u2028\u2029]/g,function(t,n){return(e[n-1]==`\\`&&(e[n-2]!=`\\`||/(?:^|[^\\])(?:\\{2})*$/.test(e.slice(0,n-1)))?``:`\\`)+ar[t]})}var sr=/^[\\/|\0\s\w^$.[\]()]*$/,cr=e=>sr.test(e),lr=`dgimsuyv`;function ur(e){let t=new Set(e.split(``)),n=``;for(let e of lr)t.has(e)&&(n+=e,t.delete(e));return t.size&&t.forEach(e=>{n+=e}),n}function dr(e,t){return e._annotations&t}function fr(e,t){e._annotations|=t}function pr(e,t){e._annotations&=~t}var mr=``,hr=new Map,gr=`break case catch class const continue debugger default delete do else export extends finally for function if in instanceof let new return switch throw try typeof var void while with`,_r=`false null true`,vr=`enum import super this `+_r+` `+gr,yr=`implements interface package private protected public static `+vr,br=`return new delete throw else case yield await`;gr=$n(gr),vr=$n(vr),br=$n(br),_r=$n(_r),yr=$n(yr);var xr=$n(Rn(`+-*&%=<>!?|~^`)),Sr=/^0x[0-9a-f]+$/i,Cr=/^0[0-7]+$/,wr=/^0o[0-7]+$/i,Tr=/^0b[01]+$/i,Er=/^\d*\.?\d*(?:e[+-]?\d*(?:\d\.?|\.?\d)\d*)?$/i,Dr=/^(0[xob])?[0-9a-f]+n$/i,Or=/in(?:stanceof)?/y,kr=$n(`in.instanceof.typeof.new.void.delete.++.--.+.-.!.~.&.|.^.*.**./.%.>>.<<.>>>.<.>.<=.>=.==.===.!=.!==.?.=.+=.-=.||=.&&=.??=./=.*=.**=.%=.>>=.<<=.>>>=.|=.^=.&=.&&.??.||`.split(`.`)),Ar=$n(Rn(` \xA0
9
+ \r \f\v​           \u2028\u2029   `)),jr=$n(Rn(`
10
+ \r\u2028\u2029`)),Mr=$n(Rn(`;]),:`)),Nr=$n(Rn(`[{(,;:`)),Pr=$n(Rn(`[]{}(),;:`)),Fr={ID_Start:/[$A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AD\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDEC0-\uDEF8]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]/,ID_Continue:/(?:[$0-9A-Z_a-z\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFC-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AD\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C4\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDEC0-\uDEF8]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF])+/};function Ir(e,t){if(Br(e.charCodeAt(t))){if(Vr(e.charCodeAt(t+1)))return e.charAt(t)+e.charAt(t+1)}else if(Vr(e.charCodeAt(t))&&Br(e.charCodeAt(t-1)))return e.charAt(t-1)+e.charAt(t);return e.charAt(t)}function Lr(e,t){return Br(e.charCodeAt(t))?65536+(e.charCodeAt(t)-55296<<10)+e.charCodeAt(t+1)-56320:e.charCodeAt(t)}function Rr(e){for(var t=0,n=0;n<e.length;n++)Br(e.charCodeAt(n))&&Vr(e.charCodeAt(n+1))&&(t++,n++);return e.length-t}function zr(e){return e>65535?(e-=65536,String.fromCharCode((e>>10)+55296)+String.fromCharCode(e%1024+56320)):String.fromCharCode(e)}function Br(e){return e>=55296&&e<=56319}function Vr(e){return e>=56320&&e<=57343}function Hr(e){return e>=48&&e<=57}function Ur(e){return Fr.ID_Start.test(e)}function Wr(e){return Fr.ID_Continue.test(e)}var Gr=/^[a-z_$][a-z0-9_$]*$/i;function Kr(e){return Gr.test(e)}function qr(e,t){if(Gr.test(e))return!0;if(!t&&/[\ud800-\udfff]/.test(e))return!1;var n=Fr.ID_Start.exec(e);return!n||n.index!==0?!1:(e=e.slice(n[0].length),e?(n=Fr.ID_Continue.exec(e),!!n&&n[0].length===e.length):!0)}function Jr(e,t=!0){if(!t&&e.includes(`e`))return NaN;if(Sr.test(e))return parseInt(e.substr(2),16);if(Cr.test(e))return parseInt(e.substr(1),8);if(wr.test(e))return parseInt(e.substr(2),8);if(Tr.test(e))return parseInt(e.substr(2),2);if(Er.test(e))return parseFloat(e);var n=parseFloat(e);if(n==e)return n}var Yr=class extends Error{constructor(e,t,n,r,i){super(),this.name=`SyntaxError`,this.message=e,this.filename=t,this.line=n,this.col=r,this.pos=i}};function Xr(e,t,n,r,i){throw new Yr(e,t,n,r,i)}function Zr(e,t,n){return e.type==t&&(n==null||e.value==n)}var Qr={};function $r(e,t,n,r){var i={text:e,filename:t,pos:0,tokpos:0,line:1,tokline:0,col:0,tokcol:0,newline_before:!1,regex_allowed:!1,brace_counter:0,template_braces:[],comments_before:[],directives:{},directive_stack:[]};function a(){return Ir(i.text,i.pos)}function o(){if(i.text.charCodeAt(i.pos+1)!==46)return!1;let e=i.text.charCodeAt(i.pos+2);return e<48||e>57}function s(e,t){var n=Ir(i.text,i.pos++);if(e&&!n)throw Qr;return jr.has(n)?(i.newline_before=i.newline_before||!t,++i.line,i.col=0,n==`\r`&&a()==`
11
+ `&&(++i.pos,n=`
12
+ `)):(n.length>1&&(++i.pos,++i.col),++i.col),n}function c(e){for(;e--;)s()}function l(e){return i.text.substr(i.pos,e.length)==e}function u(){for(var e=i.text,t=i.pos,n=i.text.length;t<n;++t){var r=e[t];if(jr.has(r))return t}return-1}function d(e,t){var n=i.text.indexOf(e,i.pos);if(t&&n==-1)throw Qr;return n}function f(){i.tokline=i.line,i.tokcol=i.col,i.tokpos=i.pos}var p=!1,m=null;function h(e,n,r){i.regex_allowed=e==`operator`&&!ti.has(n)||e==`keyword`&&br.has(n)||e==`punc`&&Nr.has(n)||e==`arrow`,e==`punc`&&(n==`.`||n==`?.`)?p=!0:r||(p=!1);let a=i.tokline,o=i.tokcol,s=i.tokpos,c=i.newline_before,l=t,u=[],d=[];r||(u=i.comments_before,d=i.comments_before=[]),i.newline_before=!1;let f=new pi(e,n,a,o,s,c,u,d,l);return r||(m=f),f}function g(){for(;Ar.has(a());)s()}function _(){for(var e=i.pos,t=!1;e<i.text.length;){var n=Ir(i.text,e);if(jr.has(n))return{char:n,pos:e};if(t)n==`*`&&Ir(i.text,e+1)==`/`?(e+=2,t=!1):e++;else if(Ar.has(n))e++;else{if(n==`/`){var r=Ir(i.text,e+1);if(r==`/`)return e=u(),{char:Ir(i.text,e),pos:e};if(r==`*`){t=!0,e+=2;continue}}return{char:n,pos:e}}}return{char:null,pos:e}}function v(e,t){if(e==`\\`)return!0;if(Ur(e)){if(Or.lastIndex=t,Or.test(i.text)){var n=Ir(i.text,Or.lastIndex);if(!Wr(n)&&n!=`\\`)return!1}return!0}return!1}function y(e){for(var t=``,n,r=0;(n=a())&&e(n,r++);)t+=s();return t}function b(e){Xr(e,t,i.tokline,i.tokcol,i.tokpos)}function x(e){var t=!1,n=!1,r=!1,i=e==`.`,a=!1,o=!1,s=y(function(s,c){if(a)return!1;var l=s.charCodeAt(0);switch(l){case 95:return o=!0;case 98:case 66:return r=!0;case 111:case 79:case 120:case 88:return r?!1:r=!0;case 101:case 69:return r?!0:t?!1:t=n=!0;case 45:return n||c==0&&!e;case 43:return n;case n=!1,46:return!i&&!r&&!t?i=!0:!1;case 110:return a=!0,!0}return l>=48&&l<=57||l>=97&&l<=102||l>=65&&l<=70});if(e&&(s=e+s),mr=s,Cr.test(s)&&se.has_directive(`use strict`)&&b(`Legacy octal literals are not allowed in strict mode`),o&&(s.endsWith(`_`)?b(`Numeric separators are not allowed at the end of numeric literals`):s.includes(`__`)&&b(`Only one underscore is allowed as numeric separator`),s=s.replace(/_/g,``)),a){let e=s.slice(0,-1),t=Jr(e,Sr.test(e));if(!i&&Dr.test(s)&&!isNaN(t))return h(`big_int`,e);b(`Invalid or unexpected token`)}var c=Jr(s);if(isNaN(c))b(`Invalid syntax: `+s);else return h(`num`,c)}function S(e){return e>=`0`&&e<=`7`}function C(e,t,n){var r=s(!0,e);switch(r.charCodeAt(0)){case 110:return`
13
+ `;case 114:return`\r`;case 116:return` `;case 98:return`\b`;case 118:return`\v`;case 102:return`\f`;case 120:return String.fromCharCode(T(2,t));case 117:if(a()==`{`){for(s(!0),a()===`}`&&b(`Expecting hex-character between {}`);a()==`0`;)s(!0);var o,c=d(`}`,!0)-i.pos;return(c>6||(o=T(c,t))>1114111)&&b(`Unicode reference out of bounds`),s(!0),zr(o)}return String.fromCharCode(T(4,t));case 10:return``;case 13:if(a()==`
14
+ `)return s(!0,e),``}return S(r)?(n&&t&&(r===`0`&&!S(a())||b(`Octal escape sequences are not allowed in template strings`)),w(r,t)):r}function w(e,t){var n=a();return n>=`0`&&n<=`7`&&(e+=s(!0),e[0]<=`3`&&(n=a())>=`0`&&n<=`7`&&(e+=s(!0))),e===`0`?`\0`:(e.length>0&&se.has_directive(`use strict`)&&t&&b(`Legacy octal escape sequences are not allowed in strict mode`),String.fromCharCode(parseInt(e,8)))}function T(e,t){for(var n=0;e>0;--e){if(!t&&isNaN(parseInt(a(),16)))return parseInt(n,16)||``;var r=s(!0);isNaN(parseInt(r,16))&&b(`Invalid hex-character pattern in string`),n+=r}return parseInt(n,16)}var E=oe(`Unterminated string constant`,function(){let e=i.pos;for(var t=s(),n=[];;){var r=s(!0,!0);if(r==`\\`)r=C(!0,!0);else if(r==`\r`||r==`
15
+ `)b(`Unterminated string constant`);else if(r==t)break;n.push(r)}var a=h(`string`,n.join(``));return mr=i.text.slice(e,i.pos),a.quote=t,a}),D=oe(`Unterminated template`,function(e){e&&i.template_braces.push(i.brace_counter);var t=``,n=``,r,o;for(s(!0,!0);(r=s(!0,!0))!="`";){if(r==`\r`)a()==`
16
+ `&&++i.pos,r=`
17
+ `;else if(r==`$`&&a()==`{`)return s(!0,!0),i.brace_counter++,o=h(e?`template_head`:`template_cont`,t),hr.set(o,n),o.template_end=!1,o;if(n+=r,r==`\\`){var c=i.pos;r=C(!0,!(m&&(m.type===`name`||m.type===`punc`&&(m.value===`)`||m.value===`]`))),!0),n+=i.text.substr(c,i.pos-c)}t+=r}return i.template_braces.pop(),o=h(e?`template_head`:`template_cont`,t),hr.set(o,n),o.template_end=!0,o});function O(e){var t=i.regex_allowed,n=u(),r;return n==-1?(r=i.text.substr(i.pos),i.pos=i.text.length):(r=i.text.substring(i.pos,n),i.pos=n),i.col=i.tokcol+(i.pos-i.tokpos),i.comments_before.push(h(e,r,!0)),i.regex_allowed=t,se}var k=oe(`Unterminated multiline comment`,function(){var e=i.regex_allowed,t=d(`*/`,!0),n=i.text.substring(i.pos,t).replace(/\r\n|\r|\u2028|\u2029/g,`
18
+ `);return c(Rr(n)+2),i.comments_before.push(h(`comment2`,n,!0)),i.newline_before=i.newline_before||n.includes(`
19
+ `),i.regex_allowed=e,se}),A=function(){let e=i.pos,t=e-1,n=`c`;for(;(n=i.text.charAt(++t))&&(n>=`a`&&n<=`z`||n>=`A`&&n<=`Z`););return t>e+1&&n&&n!==`\\`&&!Wr(n)&&n<=`~`?(i.pos+=t-e,i.col+=t-e,i.text.slice(e,i.pos)):ee()},ee=oe(`Unterminated identifier name`,function(){var e=[],t,n=!1,r=function(){return n=!0,s(),a()!==`u`&&b(`Expecting UnicodeEscapeSequence -- uXXXX or u{XXXX}`),C(!1,!0)};if((t=a())===`\\`)t=r(),Ur(t)||b(`First identifier char is an invalid identifier char`);else if(Ur(t))s();else return``;for(e.push(t);(t=a())!=null;){if((t=a())===`\\`)t=r(),Wr(t)||b(`Invalid escaped identifier char`);else{if(!Wr(t))break;s()}e.push(t)}let i=e.join(``);return vr.has(i)&&n&&b(`Escaped characters are not allowed in keywords`),i}),te=oe(`Unterminated regular expression`,function(e){for(var t=!1,n,r=!1;n=s(!0);)if(jr.has(n))b(`Unexpected line terminator`);else if(t)/^[\u0000-\u007F]$/.test(n)?e+=`\\`+n:e+=n,t=!1;else if(n==`[`)r=!0,e+=n;else if(n==`]`&&r)r=!1,e+=n;else if(n==`/`&&!r)break;else n==`\\`?t=!0:e+=n;let i=A();return h(`regexp`,`/`+e+`/`+i)});function ne(e){function t(e){if(!a())return e;var n=e+a();return kr.has(n)?(s(),t(n)):e}return h(`operator`,t(e||s()))}function j(){switch(s(),a()){case`/`:return s(),O(`comment1`);case`*`:return s(),k()}return i.regex_allowed?te(``):ne(`/`)}function re(){return s(),a()===`>`?(s(),h(`arrow`,`=>`)):ne(`=`)}function M(){return s(),Hr(a().charCodeAt(0))?x(`.`):a()===`.`?(s(),s(),h(`expand`,`...`)):h(`punc`,`.`)}function ie(){var e=A();return p?h(`name`,e):_r.has(e)?h(`atom`,e):gr.has(e)?kr.has(e)?h(`operator`,e):h(`keyword`,e):h(`name`,e)}function ae(){return s(),h(`privatename`,A())}function oe(e,t){return function(n){try{return t(n)}catch(t){if(t===Qr)b(e);else throw t}}}function se(e){if(e!=null)return te(e);for(r&&i.pos==0&&l(`#!`)&&(f(),c(2),O(`comment5`));;){if(g(),f(),n){if(l(`<!--`)){c(4),O(`comment3`);continue}if(l(`-->`)&&i.newline_before){c(3),O(`comment4`);continue}}var t=a();if(!t)return h(`eof`);var u=t.charCodeAt(0);switch(u){case 34:case 39:return E();case 46:return M();case 47:var d=j();if(d===se)continue;return d;case 61:return re();case 63:if(!o())break;return s(),s(),h(`punc`,`?.`);case 96:return D(!0);case 123:i.brace_counter++;break;case 125:if(i.brace_counter--,i.template_braces.length>0&&i.template_braces[i.template_braces.length-1]===i.brace_counter)return D(!1);break}if(Hr(u))return x();if(Pr.has(t))return h(`punc`,s());if(xr.has(t))return ne();if(u==92||Ur(t))return ie();if(u==35)return ae();break}b(`Unexpected character '`+t+`'`)}return se.next=s,se.peek=a,se.context=function(e){return e&&(i=e),i},se.add_directive=function(e){i.directive_stack[i.directive_stack.length-1].push(e),i.directives[e]===void 0?i.directives[e]=1:i.directives[e]++},se.push_directives_stack=function(){i.directive_stack.push([])},se.pop_directives_stack=function(){for(var e=i.directive_stack[i.directive_stack.length-1],t=0;t<e.length;t++)i.directives[e[t]]--;i.directive_stack.pop()},se.has_directive=function(e){return i.directives[e]>0},se.peek_next_token_start_or_newline=_,se.ch_starts_binding_identifier=v,se}var ei=$n([`typeof`,`void`,`delete`,`--`,`++`,`!`,`~`,`-`,`+`]),ti=$n([`--`,`++`]),ni=$n([`=`,`+=`,`-=`,`??=`,`&&=`,`||=`,`/=`,`*=`,`**=`,`%=`,`>>=`,`<<=`,`>>>=`,`|=`,`^=`,`&=`]),ri=$n([`??=`,`&&=`,`||=`]),ii=(function(e,t){for(var n=0;n<e.length;++n)for(let r of e[n])t[r]=n+1;return t})([[`||`],[`??`],[`&&`],[`|`],[`^`],[`&`],[`==`,`===`,`!=`,`!==`],[`<`,`>`,`<=`,`>=`,`in`,`instanceof`],[`>>`,`<<`,`>>>`],[`+`,`-`],[`*`,`/`,`%`],[`**`]],{}),ai=$n([`atom`,`num`,`big_int`,`string`,`regexp`,`name`]);function oi(e,t){let n=new WeakMap;t=Vn(t,{bare_returns:!1,ecma:null,expression:!1,filename:null,html5_comments:!0,module:!1,shebang:!0,strict:!1,toplevel:null},!0);var r={input:typeof e==`string`?$r(e,t.filename,t.html5_comments,t.shebang):e,token:null,prev:null,peeked:null,in_function:0,in_async:-1,in_generator:-1,in_directives:!0,in_loop:0,labels:[]};r.token=o();function i(e,t){return Zr(r.token,e,t)}function a(){return r.peeked||=r.input()}function o(){return r.prev=r.token,r.peeked||a(),r.token=r.peeked,r.peeked=null,r.in_directives=r.in_directives&&(r.token.type==`string`||i(`punc`,`;`)),r.token}function s(){return r.prev}function c(e,t,n,i){var a=r.input.context();Xr(e,a.filename,t??a.tokline,n??a.tokcol,i??a.tokpos)}function l(e,t){c(t,e.line,e.col)}function u(e){e??=r.token,l(e,`Unexpected token: `+e.type+` (`+e.value+`)`)}function d(e,t){if(i(e,t))return o();l(r.token,`Unexpected token `+r.token.type+` «`+r.token.value+`», expected `+e+` «`+t+`»`)}function f(e){return d(`punc`,e)}function p(e){return e.nlb||!e.comments_before.every(e=>!e.nlb)}function m(){return!t.strict&&(i(`eof`)||i(`punc`,`}`)||p(r.token))}function h(){return r.in_generator===r.in_function}function g(){return r.in_async===r.in_function}function _(){return r.in_async===r.in_function||r.in_function===0&&r.input.has_directive(`use strict`)}function v(e){i(`punc`,`;`)?o():!e&&!m()&&u()}function y(){f(`(`);var e=Xe(!0);return f(`)`),e}function b(e){return function(...t){let n=r.token,i=e(...t);return i.start=n,i.end=s(),i}}function x(){(i(`operator`,`/`)||i(`operator`,`/=`))&&(r.peeked=null,r.token=r.input(r.token.value.substr(1)))}var S=b(function e(n,l,f){switch(x(),r.token.type){case`string`:if(r.in_directives){var h=a();!mr.includes(`\\`)&&(Zr(h,`punc`,`;`)||Zr(h,`punc`,`}`)||p(h)||Zr(h,`eof`))?r.input.add_directive(r.token.value):r.in_directives=!1}var g=r.in_directives,b=w();return g&&b.body instanceof vo?new gi(b.body):b;case`template_head`:case`num`:case`big_int`:case`regexp`:case`operator`:case`atom`:return w();case`name`:if(r.token.value==`async`&&Zr(a(),`keyword`,`function`))return o(),o(),l&&c(`functions are not allowed as the body of a loop`),ee(Ii,!1,!0,n);if(r.token.value==`import`&&!Zr(a(),`punc`,`(`)&&!Zr(a(),`punc`,`.`)){o();var S=Ee();return v(),S}if(r.token.value==`using`&&Zr(a(),`name`)&&!p(a())){o();var S=me();return v(),S}if(r.token.value==`await`&&_()&&Zr(a(),`name`,`using`)&&!p(a())){var D=r.input.peek_next_token_start_or_newline();if(r.input.ch_starts_binding_identifier(D.char,D.pos)){o();var S=P();return v(),S}}return Zr(a(),`punc`,`:`)?C():w();case`privatename`:return r.in_class||c(`Private field must be used in an enclosing class`),w();case`punc`:switch(r.token.value){case`{`:return new V({start:r.token,body:ce(),end:s()});case`[`:case`(`:return w();case`;`:return r.in_directives=!1,o(),new bi;default:u()}case`keyword`:switch(r.token.value){case`break`:return o(),T(Ki);case`continue`:return o(),T(qi);case`debugger`:return o(),v(),new hi;case`do`:o();var O=Ze(e);d(`keyword`,`while`);var k=y();return v(!0),new Ti({body:O,condition:k});case`while`:return o(),new Ei({condition:y(),body:Ze(function(){return e(!1,!0)})});case`for`:return o(),E();case`class`:return o(),l&&c(`classes are not allowed as the body of a loop`),f&&c(`classes are not allowed as the body of an if`),Se(Ha,n);case`function`:return o(),l&&c(`functions are not allowed as the body of a loop`),ee(Ii,!1,!1,n);case`if`:return o(),se();case`return`:r.in_function==0&&!t.bare_returns&&c(`'return' outside of function`),o();var A=null;return i(`punc`,`;`)?o():m()||(A=Xe(!0),v()),new Ui({value:A});case`switch`:return o(),new Zi({expression:y(),body:Ze(N)});case`throw`:o(),p(r.token)&&c(`Illegal newline after 'throw'`);var A=Xe(!0);return v(),new Wi({value:A});case`try`:return o(),le();case`var`:o();var S=de();return v(),S;case`let`:o();var S=fe();return v(),S;case`const`:o();var S=pe();return v(),S;case`with`:return r.input.has_directive(`use strict`)&&c(`Strict mode may not include a with statement`),o(),new Ai({expression:y(),body:e()});case`export`:if(!Zr(a(),`punc`,`(`)){o();var S=je();return i(`punc`,`;`)&&v(),S}}}u()});function C(){var e=Ie(lo);e.name===`await`&&g()&&l(r.prev,`await cannot be used as label inside async function`),r.labels.some(t=>t.name===e.name)&&c(`Label `+e.name+` defined twice`),f(`:`),r.labels.push(e);var t=S();return r.labels.pop(),t instanceof Ci||e.references.forEach(function(t){t instanceof qi&&(t=t.label.start,c("Continue label `"+e.name+"` refers to non-IterationStatement.",t.line,t.col,t.pos))}),new Si({body:t,label:e})}function w(e){return new B({body:(e=Xe(!0),v(),e)})}function T(e){var t=null,n;m()||(t=Ie(po,!0)),t==null?r.in_loop==0&&c(e.TYPE+` not inside a loop or switch`):(n=r.labels.find(e=>e.name===t.name),n||c(`Undefined label `+t.name),t.thedef=n),v();var i=new e({label:t});return n&&n.references.push(i),i}function E(){var e="`for await` invalid in this context",t=r.token;t.type==`name`&&t.value==`await`?(_()||l(t,e),o()):t=!1,f(`(`);var n=null;if(i(`punc`,`;`))t&&l(t,e);else{n=i(`keyword`,`var`)?(o(),de(!0)):i(`keyword`,`let`)?(o(),fe(!0)):i(`keyword`,`const`)?(o(),pe(!0)):i(`name`,`using`)&&Zr(a(),`name`)&&(a().value!=`of`||r.input.peek_next_token_start_or_newline().char==`=`)?(o(),me(!0)):i(`name`,`await`)&&_()&&Zr(a(),`name`,`using`)?(o(),P(!0)):Xe(!0,!0);var s=i(`operator`,`in`),c=i(`name`,`of`);if(t&&!c&&l(t,e),s||c)return n instanceof aa?(n.definitions.length>1&&l(n.start,`Only one variable declaration allowed in for..in loop`),s&&n instanceof ua&&l(n.start,`Invalid using declaration in for..in loop`)):Ke(n)||(n=qe(n))instanceof Li||l(n.start,`Invalid left-hand side in for..in loop`),o(),s?k(n):O(n,!!t)}return D(n)}function D(e){f(`;`);var t=i(`punc`,`;`)?null:Xe(!0);f(`;`);var n=i(`punc`,`)`)?null:Xe(!0);return f(`)`),new Di({init:e,condition:t,step:n,body:Ze(function(){return S(!1,!0)})})}function O(e,t){var n=e instanceof aa?e.definitions[0].name:null,r=Xe(!0);return f(`)`),new ki({await:t,init:e,name:n,object:r,body:Ze(function(){return S(!1,!0)})})}function k(e){var t=Xe(!0);return f(`)`),new Oi({init:e,object:t,body:Ze(function(){return S(!1,!0)})})}var A=function(e,t,n){p(r.token)&&c(`Unexpected newline before arrow (=>)`),d(`arrow`,`=>`);var a=ie(i(`punc`,`{`),!1,n);return new Fi({start:e,end:a.end,async:n,argnames:t,body:a})},ee=function(e,t,n,r){var a=e===Ii;i(`operator`,`*`)&&(t=!0,o());var c=i(`name`)?Ie(a?eo:ro):null;a&&!c&&(r?e=Pi:u()),c&&e!==Ni&&!(c instanceof qa)&&u(s());var l=[],d=ie(!0,t,n,c,l);return new e({start:l.start,end:d.end,is_generator:t,async:n,name:c,argnames:l,body:d})};class te{constructor(e,t,n=!1){this.is_parameter=e,this.duplicates_ok=n,this.parameters=new Set,this.duplicate=null,this.default_assignment=!1,this.spread=!1,this.strict_mode=!!t}add_parameter(e){if(this.parameters.has(e.value))this.duplicate===null&&(this.duplicate=e),this.check_strict();else if(this.parameters.add(e.value),this.is_parameter)switch(e.value){case`arguments`:case`eval`:case`yield`:this.strict_mode&&l(e,`Unexpected `+e.value+` identifier as parameter inside strict mode`);break;default:vr.has(e.value)&&u()}}mark_default_assignment(e){this.default_assignment===!1&&(this.default_assignment=e)}mark_spread(e){this.spread===!1&&(this.spread=e)}mark_strict_mode(){this.strict_mode=!0}is_strict(){return this.default_assignment!==!1||this.spread!==!1||this.strict_mode}check_strict(){this.is_strict()&&this.duplicate!==null&&!this.duplicates_ok&&l(this.duplicate,`Parameter `+this.duplicate.value+` was used already`)}}function ne(e){var t=new te(!0,r.input.has_directive(`use strict`));for(f(`(`);!i(`punc`,`)`);){var n=j(t);if(e.push(n),i(`punc`,`)`)||f(`,`),n instanceof Mi)break}o()}function j(e,t){var n,a=!1;return e===void 0&&(e=new te(!0,r.input.has_directive(`use strict`))),i(`expand`,`...`)&&(a=r.token,e.mark_spread(r.token),o()),n=re(e,t),i(`operator`,`=`)&&a===!1&&(e.mark_default_assignment(r.token),o(),n=new Da({start:n.start,left:n,operator:`=`,right:Xe(!1),end:r.token})),a!==!1&&(i(`punc`,`)`)||u(),n=new Mi({start:a,expression:n,end:a})),e.check_strict(),n}function re(e,t){var n=[],l=!0,d=!1,p,m=r.token;if(e===void 0&&(e=new te(!1,r.input.has_directive(`use strict`),t===Ja)),t=t===void 0?$a:t,i(`punc`,`[`)){for(o();!i(`punc`,`]`);){if(l?l=!1:f(`,`),i(`expand`,`...`)&&(d=!0,p=r.token,e.mark_spread(r.token),o()),i(`punc`))switch(r.token.value){case`,`:n.push(new To({start:r.token,end:r.token}));continue;case`]`:break;case`[`:case`{`:n.push(re(e,t));break;default:u()}else i(`name`)?(e.add_parameter(r.token),n.push(Ie(t))):c(`Invalid function parameter`);i(`operator`,`=`)&&d===!1&&(e.mark_default_assignment(r.token),o(),n[n.length-1]=new Da({start:n[n.length-1].start,left:n[n.length-1],operator:`=`,right:Xe(!1),end:r.token})),d&&(i(`punc`,`]`)||c(`Rest element must be last element`),n[n.length-1]=new Mi({start:p,expression:n[n.length-1],end:p}))}return f(`]`),e.check_strict(),new Li({start:m,names:n,is_array:!0,end:s()})}else if(i(`punc`,`{`)){for(o();!i(`punc`,`}`);){if(l?l=!1:f(`,`),i(`expand`,`...`)&&(d=!0,p=r.token,e.mark_spread(r.token),o()),i(`name`)&&(Zr(a(),`punc`)||Zr(a(),`operator`))&&[`,`,`}`,`=`].includes(a().value)){e.add_parameter(r.token);var h=s(),g=Ie(t);d?n.push(new Mi({start:p,expression:g,end:g.end})):n.push(new ja({start:h,key:g.name,value:g,end:g.end}))}else if(i(`punc`,`}`))continue;else{var _=r.token,v=Me();v===null?u(s()):s().type===`name`&&!i(`punc`,`:`)?n.push(new ja({start:s(),key:v,value:new t({start:s(),name:v,end:s()}),end:s()})):(f(`:`),n.push(new ja({start:_,quote:_.quote,key:v,value:re(e,t),end:s()})))}d?i(`punc`,`}`)||c(`Rest element must be last element`):i(`operator`,`=`)&&(e.mark_default_assignment(r.token),o(),n[n.length-1].value=new Da({start:n[n.length-1].value.start,left:n[n.length-1].value,operator:`=`,right:Xe(!1),end:r.token}))}return f(`}`),e.check_strict(),new Li({start:m,names:n,is_array:!1,end:s()})}else if(i(`name`))return e.add_parameter(r.token),Ie(t);else c(`Invalid function parameter`)}function M(e,t){var n,a,c,l=[];for(f(`(`);!i(`punc`,`)`);)n&&u(n),i(`expand`,`...`)?(n=r.token,t&&(a=r.token),o(),l.push(new Mi({start:s(),expression:Xe(),end:r.token}))):l.push(Xe()),i(`punc`,`)`)||(f(`,`),i(`punc`,`)`)&&(c=s(),t&&(a=c)));return f(`)`),e&&i(`arrow`,`=>`)?n&&c&&u(c):a&&u(a),l}function ie(e,t,n,i,a){var o=r.in_loop,s=r.labels,c=r.in_generator,l=r.in_async;if(++r.in_function,t&&(r.in_generator=r.in_function),n&&(r.in_async=r.in_function),a&&ne(a),e&&(r.in_directives=!0),r.in_loop=0,r.labels=[],e){r.input.push_directives_stack();var u=ce();i&&Fe(i),a&&a.forEach(Fe),r.input.pop_directives_stack()}else var u=[new Ui({start:r.token,value:Xe(!1),end:r.token})];return--r.in_function,r.in_loop=o,r.labels=s,r.in_generator=c,r.in_async=l,u}function ae(){return _()||c(`Unexpected await expression outside async function`,r.prev.line,r.prev.col,r.prev.pos),new Ji({start:s(),end:r.token,expression:Ve(!0)})}function oe(){var e=r.token,t=!1,n=!0;return m()||i(`punc`)&&Mr.has(r.token.value)||i(`template_cont`)?n=!1:i(`operator`,`*`)&&(t=!0,o()),new Yi({start:e,is_star:t,expression:n?Xe():null,end:s()})}function se(){var e=y(),t=S(!1,!1,!0),n=null;return i(`keyword`,`else`)&&(o(),n=S(!1,!1,!0)),new Xi({condition:e,body:t,alternative:n})}function ce(){f(`{`);for(var e=[];!i(`punc`,`}`);)i(`eof`)&&u(),e.push(S());return o(),e}function N(){f(`{`);for(var e=[],t=null,n=null,a;!i(`punc`,`}`);)i(`eof`)&&u(),i(`keyword`,`case`)?(n&&(n.end=s()),t=[],n=new ea({start:(a=r.token,o(),a),expression:Xe(!0),body:t}),e.push(n),f(`:`)):i(`keyword`,`default`)?(n&&(n.end=s()),t=[],n=new $i({start:(a=r.token,o(),f(`:`),a),body:t}),e.push(n)):(t||u(),t.push(S()));return n&&(n.end=s()),o(),e}function le(){var e,t=null,n=null;if(e=new na({start:r.token,body:ce(),end:s()}),i(`keyword`,`catch`)){var a=r.token;if(o(),i(`punc`,`{`))var l=null;else{f(`(`);var l=j(void 0,oo);f(`)`)}t=new ra({start:a,argname:l,body:ce(),end:s()})}if(i(`keyword`,`finally`)){var a=r.token;o(),n=new ia({start:a,body:ce(),end:s()})}return!t&&!n&&c(`Missing catch/finally blocks`),new ta({body:e,bcatch:t,bfinally:n})}function ue(e,t){for(var n=[],a;;){var l=t===`var`?Ja:t===`const`?Xa:t===`let`?Qa:t===`using`||t===`await using`?Za:null,u=t===`using`||t===`await using`?pa:fa;if(i(`punc`,`{`)||i(`punc`,`[`)?a=new u({start:r.token,name:re(void 0,l),value:i(`operator`,`=`)?(d(`operator`,`=`),Xe(!1,e)):null,end:s()}):(a=new u({start:r.token,name:Ie(l),value:i(`operator`,`=`)?(o(),Xe(!1,e)):!e&&(t===`const`||t===`using`||t===`await using`)?c(`Missing initializer in `+t+` declaration`):null,end:s()}),a.name.name==`import`&&c(`Unexpected token: import`)),n.push(a),!i(`punc`,`,`))break;o()}return n}var de=function(e){return new sa({start:s(),definitions:ue(e,`var`),end:s()})},fe=function(e){return new ca({start:s(),definitions:ue(e,`let`),end:s()})},pe=function(e){return new la({start:s(),definitions:ue(e,`const`),end:s()})},me=function(e){return new ua({start:s(),await:!1,definitions:ue(e,`using`),end:s()})},P=function(e){return new ua({start:s(),await:!0,definitions:(o(),ue(e,`await using`)),end:s()})},he=function(e){var t=r.token;if(d(`operator`,`new`),i(`punc`,`.`))return o(),d(`name`,`target`),ze(new Ka({start:t,end:s()}),e);var n=I(!1),a;i(`punc`,`(`)?(o(),a=ve(`)`,!0)):a=[];var c=new ya({start:t,expression:n,args:a,end:s()});return Re(c),ze(c,e)};function F(){var e=r.token,t;switch(e.type){case`name`:t=Pe(X);break;case`num`:t=e.value===1/0?new Eo({start:e,end:e}):new Z({start:e,end:e,value:e.value,raw:mr});break;case`big_int`:t=new yo({start:e,end:e,value:e.value,raw:mr});break;case`string`:t=new vo({start:e,end:e,value:e.value,quote:e.quote}),Re(t);break;case`regexp`:let[n,r,i]=e.value.match(/^\/(.*)\/(\w*)$/);t=new bo({start:e,end:e,value:{source:r,flags:i}});break;case`atom`:switch(e.value){case`false`:t=new Oo({start:e,end:e});break;case`true`:t=new ko({start:e,end:e});break;case`null`:t=new So({start:e,end:e});break}break}return o(),t}function ge(e,t){var n=function(e,t){return t?new Da({start:e.start,left:e,operator:`=`,right:t,end:t.end}):e};if(e instanceof ka)return n(new Li({start:e.start,end:e.end,is_array:!1,names:e.properties.map(e=>ge(e))}),t);if(e instanceof ja)return e.value=ge(e.value),n(e,t);if(e instanceof To)return e;if(e instanceof Li)return e.names=e.names.map(e=>ge(e)),n(e,t);if(e instanceof X)return n(new $a({name:e.name,start:e.start,end:e.end}),t);if(e instanceof Mi)return e.expression=ge(e.expression),n(e,t);if(e instanceof Oa)return n(new Li({start:e.start,end:e.end,is_array:!0,names:e.elements.map(e=>ge(e))}),t);if(e instanceof Ea)return n(ge(e.left,e.right),t);if(e instanceof Da)return e.left=ge(e.left),e;c(`Invalid function parameter`,e.start.line,e.start.col)}var I=function(e,t){if(i(`operator`,`new`))return he(e);if(i(`name`,`import`)&&Zr(a(),`punc`,`.`))return De(e);var c=r.token,l,d=i(`name`,`async`)&&(l=a()).value!=`[`&&l.type!=`arrow`&&F();if(i(`punc`)){switch(r.token.value){case`(`:if(d&&!e)break;var f=M(t,!d);if(t&&i(`arrow`,`=>`))return A(c,f.map(e=>ge(e)),!!d);var p=d?new W({expression:d,args:f}):Ye(c,f);if(p.start){let e=c.comments_before.length;if(n.set(c,e),p.start.comments_before.unshift(...c.comments_before),c.comments_before=p.start.comments_before,e==0&&c.comments_before.length>0){var m=c.comments_before[0];m.nlb||(m.nlb=c.nlb,c.nlb=!1)}c.comments_after=p.start.comments_after}p.start=c;var h=s();return p.end&&(h.comments_before=p.end.comments_before,p.end.comments_after.push(...h.comments_after),h.comments_after=p.end.comments_after),p.end=h,p instanceof W&&Re(p),ze(p,e);case`[`:return ze(ye(),e);case`{`:return ze(xe(),e)}d||u()}if(t&&i(`name`)&&Zr(a(),`arrow`)){var g=new $a({name:r.token.value,start:c,end:c});return o(),A(c,[g],!!d)}if(i(`keyword`,`function`)){o();var _=ee(Pi,!1,!!d);return _.start=c,_.end=s(),ze(_,e)}if(d)return ze(d,e);if(i(`keyword`,`class`)){o();var v=Se(Wa);return v.start=c,v.end=s(),ze(v,e)}if(i(`template_head`))return ze(_e(),e);if(ai.has(r.token.type))return ze(F(),e);u()};function _e(){var e=[],t=r.token;for(e.push(new Bi({start:r.token,raw:hr.get(r.token),value:r.token.value,end:r.token}));!r.token.template_end;)o(),x(),e.push(Xe(!0)),e.push(new Bi({start:r.token,raw:hr.get(r.token),value:r.token.value,end:r.token}));return o(),new zi({start:t,segments:e,end:r.token})}function ve(e,t,n){for(var a=!0,c=[];!i(`punc`,e)&&(a?a=!1:f(`,`),!(t&&i(`punc`,e)));)i(`punc`,`,`)&&n?c.push(new To({start:r.token,end:r.token})):i(`expand`,`...`)?(o(),c.push(new Mi({start:s(),expression:Xe(),end:r.token}))):c.push(Xe(!1));return o(),c}var ye=b(function(){return f(`[`),new Oa({elements:ve(`]`,!t.strict,!0)})}),be=b((e,t)=>ee(Ni,e,t)),xe=b(function(){var e=r.token,n=!0,a=[];for(f(`{`);!i(`punc`,`}`)&&(n?n=!1:f(`,`),!(!t.strict&&i(`punc`,`}`)));){if(e=r.token,e.type==`expand`){o(),a.push(new Mi({start:e,expression:Xe(!1),end:s()}));continue}i(`privatename`)&&c(`private fields are not allowed in an object`);var l=Me(),d;if(i(`punc`,`:`))l===null?u(s()):(o(),d=Xe(!1));else{var p=Ce(l,e);if(p){a.push(p);continue}d=new X({start:s(),name:l,end:s()})}i(`operator`,`=`)&&(o(),d=new Ea({start:e,left:d,operator:`=`,right:Xe(!1),logical:!1,end:s()}));let t=new ja({start:e,quote:e.quote,key:l,value:d,end:s()});a.push(Re(t))}return o(),new ka({properties:a})});function Se(e,t){var n,a,c,l,d=[];r.input.push_directives_stack(),r.input.add_directive(`use strict`),r.token.type==`name`&&r.token.value!=`extends`&&(c=Ie(e===Ha?io:ao)),e===Ha&&!c&&(t?e=Wa:u()),r.token.value==`extends`&&(o(),l=Xe(!0)),f(`{`);let p=r.in_class;for(r.in_class=!0;i(`punc`,`;`);)o();for(;!i(`punc`,`}`);)for(n=r.token,a=Ce(Me(),n,!0),a||u(),d.push(a);i(`punc`,`;`);)o();return r.in_class=p,r.input.pop_directives_stack(),o(),new e({start:n,name:c,extends:l,properties:d,end:s()})}function Ce(e,t,n){let r=(e,n)=>typeof e==`string`?new n({start:t,name:e,end:s()}):(e===null&&u(),e);var a=s().type===`privatename`;let c=()=>!i(`punc`,`(`)&&!i(`punc`,`,`)&&!i(`punc`,`}`)&&!i(`punc`,`;`)&&!i(`operator`,`=`)&&!a;var l=!1,d=!1,f=!1,p=null;if(n&&e===`static`&&c()){let t=we();if(t!=null)return t;d=!0,e=Me()}e===`async`&&c()&&(l=!0,e=Me()),s().type===`operator`&&s().value===`*`&&(f=!0,e=Me()),(e===`get`||e===`set`)&&c()&&(p=e,e=Me()),!a&&s().type===`privatename`&&(a=!0);let m=s();if(p!=null){if(a)return Re(new(p===`get`?Na:Ma)({start:t,static:d,key:r(e,to),value:be(),end:s()}));{let n=p===`get`?Fa:Pa;return e=r(e,to),Re(new n({start:t,static:d,key:e,quote:e instanceof to?m.quote:void 0,value:be(),end:s()}))}}if(i(`punc`,`(`))return e=r(e,to),Re(new(a?La:Ia)({start:t,static:d,key:e,quote:e instanceof to?m.quote:void 0,value:be(f,l),end:s()}));if(n){let n=a?mo:no,c=a?Ba:za,l=r(e,n),u=l instanceof no?m.quote:void 0;if(i(`operator`,`=`))return o(),Re(new c({start:t,static:d,quote:u,key:l,value:Xe(!1),end:s()}));if(i(`name`)||i(`privatename`)||i(`punc`,`[`)||i(`operator`,`*`)||i(`punc`,`;`)||i(`punc`,`}`)||i(`string`)||i(`num`)||i(`big_int`))return Re(new c({start:t,static:d,quote:u,key:l,end:s()}))}}function we(){if(!i(`punc`,`{`))return null;let e=r.token,t=[];for(o();!i(`punc`,`}`);)t.push(S());return o(),new Ua({start:e,body:t,end:s()})}function Te(){return(i(`keyword`,`with`)||i(`name`,`assert`))&&!p(r.token)?(o(),xe()):null}function Ee(){var e=s(),t=null;if(i(`name`,`source`)||i(`name`,`defer`)){var n=a();!Zr(n,`name`,`from`)&&!Zr(n,`punc`,`,`)&&(t=r.token.value,o())}var c,l;i(`name`)&&(c=Ie(so)),i(`punc`,`,`)&&o(),l=Ae(!0),(l||c)&&d(`name`,`from`);var f=r.token;f.type!==`string`&&u(),o();let p=Te();return new ha({start:e,imported_name:c,imported_names:l,module_name:new vo({start:f,value:f.value,quote:f.quote,end:f}),attributes:p,phase:t,end:r.token})}function De(e){var t=r.token;if(d(`name`,`import`),d(`punc`,`.`),i(`name`,`source`)||i(`name`,`defer`)){var n=r.token.value;return o(),i(`punc`,`(`)||c(`'import.`+n+`' can only be used in a dynamic import`),o(),ze(new _a({start:t,phase:n,args:ve(`)`),end:s()}),e)}return d(`name`,`meta`),ze(new ga({start:t,end:s()}),e)}function Oe(e){function t(e,t){return new e({name:Me(),quote:t||void 0,start:s(),end:s()})}var n=e?co:fo,a=e?so:uo,c=r.token,l,u;return e?l=t(n,c.quote):u=t(a,c.quote),i(`name`,`as`)?(o(),e?u=t(a):l=t(n,r.token.quote)):e?u=new a(l):l=new n(u),new ma({start:c,foreign_name:l,name:u,end:s()})}function ke(e,t){var n=e?co:fo,i=e?so:uo,a=r.token,o,c,l=s();return e?o=t:c=t,o||=new i({start:a,name:`*`,end:l}),c||=new n({start:a,name:`*`,end:l}),new ma({start:a,foreign_name:c,name:o,end:l})}function Ae(e){var t;if(i(`punc`,`{`)){for(o(),t=[];!i(`punc`,`}`);)t.push(Oe(e)),i(`punc`,`,`)&&o();o()}else if(i(`operator`,`*`)){var n;o(),i(`name`,`as`)&&(o(),n=e?Ie(so):Le(fo)),t=[ke(e,n)]}return t}function je(){var e=r.token,t,n;if(i(`keyword`,`default`))t=!0,o();else if(n=Ae(!1))if(i(`name`,`from`)){o();var c=r.token;c.type!==`string`&&u(),o();let i=Te();return new va({start:e,is_default:t,exported_names:n,module_name:new vo({start:c,value:c.value,quote:c.quote,end:c}),end:s(),attributes:i})}else return new va({start:e,is_default:t,exported_names:n,end:s()});var l,d,f;return i(`punc`,`{`)||t&&(i(`keyword`,`class`)||i(`keyword`,`function`))&&Zr(a(),`punc`)?(d=Xe(!1),v()):(l=S(t))instanceof oa&&t?u(l.start):l instanceof oa||l instanceof Ii||l instanceof Ha?f=l:l instanceof Wa||l instanceof Pi?d=l:l instanceof B?d=l.body:u(l.start),new va({start:e,is_default:t,exported_value:d,exported_definition:f,end:s(),attributes:null})}function Me(){var e=r.token;switch(e.type){case`punc`:if(e.value===`[`){o();var t=Xe(!1);return f(`]`),t}else u(e);case`operator`:if(e.value===`*`)return o(),null;[`delete`,`in`,`instanceof`,`new`,`typeof`,`void`].includes(e.value)||u(e);case`name`:case`privatename`:case`string`:case`keyword`:case`atom`:return o(),e.value;case`num`:case`big_int`:return o(),``+e.value;default:u(e)}}function Ne(){var e=r.token;return e.type!=`name`&&e.type!=`privatename`&&u(),o(),e.value}function Pe(e){var t=r.token.value;return new(t==`this`?ho:t==`super`?go:e)({name:String(t),start:r.token,end:r.token})}function Fe(e){var t=e.name;h()&&t==`yield`&&l(e.start,`Yield cannot be used as identifier inside generators`),r.input.has_directive(`use strict`)&&(t==`yield`&&l(e.start,`Unexpected yield identifier inside strict mode`),e instanceof qa&&(t==`arguments`||t==`eval`)&&l(e.start,`Unexpected `+t+` in strict mode`))}function Ie(e,t){if(!i(`name`))return t||c(`Name expected`),null;var n=Pe(e);return Fe(n),o(),n}function Le(e){if(!i(`name`)){i(`string`)||c(`Name or string expected`);var t=r.token,n=new e({start:t,end:t,name:t.value,quote:t.quote});return o(),n}var a=Pe(e);return Fe(a),o(),a}function Re(e,t=e.start){for(var r=t.comments_before,i=n.get(t)??r.length;--i>=0;){var a=r[i];if(/[@#]__/.test(a.value)){if(/[@#]__PURE__/.test(a.value)){fr(e,1);break}if(/[@#]__INLINE__/.test(a.value)){fr(e,2);break}if(/[@#]__NOINLINE__/.test(a.value)){fr(e,4);break}if(/[@#]__KEY__/.test(a.value)){fr(e,8);break}if(/[@#]__MANGLE_PROP__/.test(a.value)){fr(e,16);break}}}return e}var ze=function(e,t,n){var a=e.start;if(i(`punc`,`.`))return o(),i(`privatename`)&&!r.in_class&&c(`Private field must be used in an enclosing class`),Re(ze(new(i(`privatename`)?xa:ba)({start:a,expression:e,optional:!1,property:Ne(),end:s()}),t,n));if(i(`punc`,`[`)){o();var l=Xe(!0);return f(`]`),Re(ze(new Sa({start:a,expression:e,optional:!1,property:l,end:s()}),t,n))}if(t&&i(`punc`,`(`)){o();var d=new W({start:a,expression:e,optional:!1,args:Be(),end:s()});return Re(d),ze(d,!0,n)}if(i(`punc`,`?.`)){o();let n;if(t&&i(`punc`,`(`)){o();let t=new W({start:a,optional:!0,expression:e,args:Be(),end:s()});Re(t),n=ze(t,!0,!0)}else if(i(`name`)||i(`privatename`))i(`privatename`)&&!r.in_class&&c(`Private field must be used in an enclosing class`),n=Re(ze(new(i(`privatename`)?xa:ba)({start:a,expression:e,optional:!0,property:Ne(),end:s()}),t,!0));else if(i(`punc`,`[`)){o();let r=Xe(!0);f(`]`),n=Re(ze(new Sa({start:a,expression:e,optional:!0,property:r,end:s()}),t,!0))}return n||u(),n instanceof Ca?n:new Ca({start:a,expression:n,end:s()})}return i(`template_head`)?(n&&u(),ze(new Ri({start:a,prefix:e,template_string:_e(),end:s()}),t)):e};function Be(){for(var e=[];!i(`punc`,`)`);)i(`expand`,`...`)?(o(),e.push(new Mi({start:s(),expression:Xe(!1),end:s()}))):e.push(Xe(!1)),i(`punc`,`)`)||f(`,`);return o(),e}var Ve=function(e,t){var n=r.token;if(n.type==`name`&&n.value==`await`&&_())return o(),ae();if(i(`operator`)&&ei.has(n.value)){o(),x();var a=He(q,n,Ve(e));return a.start=n,a.end=s(),a}for(var c=I(e,t);i(`operator`)&&ti.has(r.token.value)&&!p(r.token);)c instanceof Fi&&u(),c=He(Ta,r.token,c),c.start=n,c.end=r.token,o();return c};function He(e,t,n){var i=t.value;switch(i){case`++`:case`--`:Ke(n)||c(`Invalid use of `+i+` operator`,t.line,t.col,t.pos);break;case`delete`:n instanceof X&&r.input.has_directive(`use strict`)&&c(`Calling delete on expression not allowed in strict mode`,n.start.line,n.start.col,n.start.pos);break}return new e({operator:i,expression:n})}var Ue=function(e,t,n){var a=i(`operator`)?r.token.value:null;a==`in`&&n&&(a=null),a==`**`&&e instanceof q&&!Zr(e.start,`punc`,`(`)&&e.operator!==`--`&&e.operator!==`++`&&u(e.start);var s=a==null?null:ii[a];if(s!=null&&(s>t||a===`**`&&t===s)){o();var c=We(n,s,!0);return Ue(new J({start:e.start,left:e,operator:a,right:c,end:c.end}),t,n)}return e};function We(e,t,n,a){if(!e&&t<ii.in&&i(`privatename`)){r.in_class||c(`Private field must be used in an enclosing class`);let t=r.token,n=new mo({start:t,name:t.value,end:t});return o(),d(`operator`,`in`),Ue(new Va({start:t,key:n,value:We(e,ii.in,!0),end:s()}),0,e)}else return Ue(Ve(n,a),t,e)}var Ge=function(e){var t=r.token,n=We(e,0,!0,!0);if(i(`operator`,`?`)){o();var a=Xe(!1);return f(`:`),new Y({start:t,condition:n,consequent:a,alternative:Xe(!1,e),end:s()})}return n};function Ke(e){return e instanceof K||e instanceof X}function qe(e){if(e instanceof ka)e=new Li({start:e.start,names:e.properties.map(qe),is_array:!1,end:e.end});else if(e instanceof Oa){for(var t=[],n=0;n<e.elements.length;n++)e.elements[n]instanceof Mi&&(n+1!==e.elements.length&&l(e.elements[n].start,`Spread must the be last element in destructuring array`),e.elements[n].expression=qe(e.elements[n].expression)),t.push(qe(e.elements[n]));e=new Li({start:e.start,names:t,is_array:!0,end:e.end})}else e instanceof Aa?e.value=qe(e.value):e instanceof Ea&&(e=new Da({start:e.start,left:e.left,operator:`=`,right:e.right,end:e.end}));return e}var Je=function(e){x();var t=r.token;if(t.type==`name`&&t.value==`yield`){if(h())return o(),oe();r.input.has_directive(`use strict`)&&l(r.token,`Unexpected yield identifier inside strict mode`)}var n=Ge(e),a=r.token.value;if(i(`operator`)&&ni.has(a)){if(Ke(n)||(n=qe(n))instanceof Li)return o(),new Ea({start:t,left:n,operator:a,right:Je(e),logical:ri.has(a),end:s()});c(`Invalid assignment`)}return n},Ye=function(e,t){if(t.length===1)return t[0];if(t.length>1)return new G({start:e,expressions:t,end:a()});c(`Invalid parenthesized expression`)},Xe=function(e,t){for(var n=r.token,a=[];a.push(Je(t)),!(!e||!i(`punc`,`,`));)o(),e=!0;return Ye(n,a)};function Ze(e){++r.in_loop;var t=e();return--r.in_loop,t}return t.expression?Xe(!0):(function(){var e=r.token,n=[];for(r.input.push_directives_stack(),t.module&&r.input.add_directive(`use strict`);!i(`eof`);)n.push(S());r.input.pop_directives_stack();var a=s(),o=t.toplevel;return o?(o.body=o.body.concat(n),o.end=a):o=new ji({start:e,body:n,end:a}),hr=new Map,o})()}function R(e,t,n,r,i=z){t=t?t.split(/\s+/):[];var a=t;i&&i.PROPS&&(t=t.concat(i.PROPS));let o=i&&Object.create(i.prototype);if(o&&(n.prototype=o,n.BASE=i),i&&i.SUBCLASSES.push(n),n.prototype.CTOR=n,n.prototype.constructor=n,n.PROPS=t||null,n.SELF_PROPS=a,n.SUBCLASSES=[],e&&(n.prototype.TYPE=n.TYPE=e),r)for(let e in r)rr(r,e)&&(e[0]===`$`?n[e.substr(1)]=r[e]:n.prototype[e]=r[e]);return n.DEFMETHOD=function(e,t){this.prototype[e]=t},n}var si=(e,t)=>!!(e.flags&t),ci=(e,t,n)=>{n?e.flags|=t:e.flags&=~t},li=1,ui=2,di=4,fi=8,pi=class{constructor(e,t,n,r,i,a,o,s,c){this.flags=+!!a,this.type=e,this.value=t,this.line=n,this.col=r,this.pos=i,this.comments_before=o,this.comments_after=s,this.file=c,Object.seal(this)}[Symbol.for(`nodejs.util.inspect.custom`)](e,t){let n=e=>t.stylize(e,`special`),r=typeof this.value==`string`&&this.value.includes("`")?`'`:"`",i=`${r}${this.value}${r}`;return`${n(`[AST_Token`)} ${i} at ${this.line}:${this.col}${n(`]`)}`}get nlb(){return si(this,li)}set nlb(e){ci(this,li,e)}get quote(){return si(this,di)?si(this,ui)?`'`:`"`:``}set quote(e){ci(this,ui,e===`'`),ci(this,di,!!e)}get template_end(){return si(this,fi)}set template_end(e){ci(this,fi,e)}},z=R(`Node`,`start end`,function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0},{_clone:function(e){if(e){var t=this.clone();return t.transform(new Po(function(e){if(e!==t)return e.clone(!0)}))}return new this.CTOR(this)},clone:function(e){return this._clone(e)},$documentation:`Base class of all AST nodes`,$propdoc:{start:`[AST_Token] The first token of this node`,end:`[AST_Token] The last token of this node`},_walk:function(e){return e._visit(this)},walk:function(e){return this._walk(e)},_children_backwards:()=>{}},null),mi=R(`Statement`,null,function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Base class of all statements`}),hi=R(`Debugger`,null,function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Represents a debugger statement`},mi),gi=R(`Directive`,`value quote`,function(e){e&&(this.value=e.value,this.quote=e.quote,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Represents a directive, like "use strict";`,$propdoc:{value:`[string] The value of this directive as a plain string (it's not an AST_String!)`,quote:`[string] the original quote character`}},mi),B=R(`SimpleStatement`,`body`,function(e){e&&(this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A statement consisting of an expression, i.e. a = 1 + 2`,$propdoc:{body:`[AST_Node] an expression node (should not be instanceof AST_Statement)`},_walk:function(e){return e._visit(this,function(){this.body._walk(e)})},_children_backwards(e){e(this.body)}},mi);function _i(e,t){let n=e.body;for(var r=0,i=n.length;r<i;r++)n[r]._walk(t)}function vi(e){var t=this._clone(e);return this.block_scope&&(t.block_scope=this.block_scope.clone()),t}var yi=R(`Block`,`body block_scope`,function(e){e&&(this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A body of statements (usually braced)`,$propdoc:{body:`[AST_Statement*] an array of statements`,block_scope:`[AST_Scope] the block scope`},_walk:function(e){return e._visit(this,function(){_i(this,e)})},_children_backwards(e){let t=this.body.length;for(;t--;)e(this.body[t])},clone:vi},mi),V=R(`BlockStatement`,null,function(e){e&&(this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A block statement`},yi),bi=R(`EmptyStatement`,null,function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`The empty statement (empty block or simply a semicolon)`},mi),xi=R(`StatementWithBody`,`body`,function(e){e&&(this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"Base class for all statements that contain one nested body: `For`, `ForIn`, `Do`, `While`, `With`",$propdoc:{body:`[AST_Statement] the body; this should always be present, even if it's an AST_EmptyStatement`}},mi),Si=R(`LabeledStatement`,`label`,function(e){e&&(this.label=e.label,this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Statement with a label`,$propdoc:{label:`[AST_Label] a label definition`},_walk:function(e){return e._visit(this,function(){this.label._walk(e),this.body._walk(e)})},_children_backwards(e){e(this.body),e(this.label)},clone:function(e){var t=this._clone(e);if(e){var n=t.label,r=this.label;t.walk(new No(function(e){e instanceof Gi&&e.label&&e.label.thedef===r&&(e.label.thedef=n,n.references.push(e))}))}return t}},xi),Ci=R(`IterationStatement`,`block_scope`,function(e){e&&(this.block_scope=e.block_scope,this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Internal class. All loops inherit from it.`,$propdoc:{block_scope:`[AST_Scope] the block scope for this iteration statement.`},clone:vi},xi),wi=R(`DWLoop`,`condition`,function(e){e&&(this.condition=e.condition,this.block_scope=e.block_scope,this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Base class for do/while statements`,$propdoc:{condition:`[AST_Node] the loop condition. Should not be instanceof AST_Statement`}},Ci),Ti=R(`Do`,null,function(e){e&&(this.condition=e.condition,this.block_scope=e.block_scope,this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `do` statement",_walk:function(e){return e._visit(this,function(){this.body._walk(e),this.condition._walk(e)})},_children_backwards(e){e(this.condition),e(this.body)}},wi),Ei=R(`While`,null,function(e){e&&(this.condition=e.condition,this.block_scope=e.block_scope,this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `while` statement",_walk:function(e){return e._visit(this,function(){this.condition._walk(e),this.body._walk(e)})},_children_backwards(e){e(this.body),e(this.condition)}},wi),Di=R(`For`,`init condition step`,function(e){e&&(this.init=e.init,this.condition=e.condition,this.step=e.step,this.block_scope=e.block_scope,this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `for` statement",$propdoc:{init:"[AST_Node?] the `for` initialization code, or null if empty",condition:"[AST_Node?] the `for` termination clause, or null if empty",step:"[AST_Node?] the `for` update clause, or null if empty"},_walk:function(e){return e._visit(this,function(){this.init&&this.init._walk(e),this.condition&&this.condition._walk(e),this.step&&this.step._walk(e),this.body._walk(e)})},_children_backwards(e){e(this.body),this.step&&e(this.step),this.condition&&e(this.condition),this.init&&e(this.init)}},Ci),Oi=R(`ForIn`,`init object`,function(e){e&&(this.init=e.init,this.object=e.object,this.block_scope=e.block_scope,this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `for ... in` statement",$propdoc:{init:"[AST_Node] the `for/in` initialization code",object:`[AST_Node] the object that we're looping through`},_walk:function(e){return e._visit(this,function(){this.init._walk(e),this.object._walk(e),this.body._walk(e)})},_children_backwards(e){e(this.body),this.object&&e(this.object),this.init&&e(this.init)}},Ci),ki=R(`ForOf`,`await`,function(e){e&&(this.await=e.await,this.init=e.init,this.object=e.object,this.block_scope=e.block_scope,this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `for ... of` statement"},Oi),Ai=R(`With`,`expression`,function(e){e&&(this.expression=e.expression,this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `with` statement",$propdoc:{expression:"[AST_Node] the `with` expression"},_walk:function(e){return e._visit(this,function(){this.expression._walk(e),this.body._walk(e)})},_children_backwards(e){e(this.body),e(this.expression)}},xi),H=R(`Scope`,`variables uses_with uses_eval parent_scope enclosed cname`,function(e){e&&(this.variables=e.variables,this.uses_with=e.uses_with,this.uses_eval=e.uses_eval,this.parent_scope=e.parent_scope,this.enclosed=e.enclosed,this.cname=e.cname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Base class for all statements introducing a lexical scope`,$propdoc:{variables:`[Map/S] a map of name -> SymbolDef for all variables/functions defined in this scope`,uses_with:"[boolean/S] tells whether this scope uses the `with` statement",uses_eval:"[boolean/S] tells whether this scope contains a direct call to the global `eval`",parent_scope:`[AST_Scope?/S] link to the parent scope`,enclosed:`[SymbolDef*/S] a list of all symbol definitions that are accessed from this scope or any subscopes`,cname:`[integer/S] current index for mangling variables (used internally by the mangler)`},get_defun_scope:function(){for(var e=this;e.is_block_scope();)e=e.parent_scope;return e},clone:function(e,t){var n=this._clone(e);return e&&this.variables&&t&&!this._block_scope?n.figure_out_scope({},{toplevel:t,parent_scope:this.parent_scope}):(this.variables&&(n.variables=new Map(this.variables)),this.enclosed&&(n.enclosed=this.enclosed.slice()),this._block_scope&&(n._block_scope=this._block_scope)),n},pinned:function(){return this.uses_eval||this.uses_with}},yi),ji=R(`Toplevel`,`globals`,function(e){e&&(this.globals=e.globals,this.variables=e.variables,this.uses_with=e.uses_with,this.uses_eval=e.uses_eval,this.parent_scope=e.parent_scope,this.enclosed=e.enclosed,this.cname=e.cname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`The toplevel scope`,$propdoc:{globals:`[Map/S] a map of name -> SymbolDef for all undeclared names`},wrap_commonjs:function(e){var t=this.body,n=`(function(exports){'$ORIG';})(typeof `+e+`=='undefined'?(`+e+`={}):`+e+`);`;return n=oi(n),n=n.transform(new Po(function(e){if(e instanceof gi&&e.value==`$ORIG`)return qn.splice(t)})),n},wrap_enclose:function(e){typeof e!=`string`&&(e=``);var t=e.indexOf(`:`);t<0&&(t=e.length);var n=this.body;return oi([`(function(`,e.slice(0,t),`){"$ORIG"})(`,e.slice(t+1),`)`].join(``)).transform(new Po(function(e){if(e instanceof gi&&e.value==`$ORIG`)return qn.splice(n)}))}},H),Mi=R(`Expansion`,`expression`,function(e){e&&(this.expression=e.expression,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`An expandible argument, such as ...rest, a splat, such as [1,2,...all], or an expansion in a variable declaration, such as var [first, ...rest] = list`,$propdoc:{expression:`[AST_Node] the thing to be expanded`},_walk:function(e){return e._visit(this,function(){this.expression.walk(e)})},_children_backwards(e){e(this.expression)}}),U=R(`Lambda`,`name argnames uses_arguments is_generator async`,function(e){e&&(this.name=e.name,this.argnames=e.argnames,this.uses_arguments=e.uses_arguments,this.is_generator=e.is_generator,this.async=e.async,this.variables=e.variables,this.uses_with=e.uses_with,this.uses_eval=e.uses_eval,this.parent_scope=e.parent_scope,this.enclosed=e.enclosed,this.cname=e.cname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Base class for functions`,$propdoc:{name:`[AST_SymbolDeclaration?] the name of this function`,argnames:`[AST_SymbolFunarg|AST_Destructuring|AST_Expansion|AST_DefaultAssign*] array of function arguments, destructurings, or expanding arguments`,uses_arguments:`[boolean/S] tells whether this function accesses the arguments array`,is_generator:`[boolean] is this a generator method`,async:`[boolean] is this method async`},args_as_names:function(){for(var e=[],t=0;t<this.argnames.length;t++)this.argnames[t]instanceof Li?e.push(...this.argnames[t].all_symbols()):e.push(this.argnames[t]);return e},_walk:function(e){return e._visit(this,function(){this.name&&this.name._walk(e);for(var t=this.argnames,n=0,r=t.length;n<r;n++)t[n]._walk(e);_i(this,e)})},_children_backwards(e){let t=this.body.length;for(;t--;)e(this.body[t]);for(t=this.argnames.length;t--;)e(this.argnames[t]);this.name&&e(this.name)},is_braceless(){return this.body[0]instanceof Ui&&this.body[0].value},length_property(){let e=0;for(let t of this.argnames)(t instanceof $a||t instanceof Li)&&e++;return e}},H),Ni=R(`Accessor`,null,function(e){e&&(this.name=e.name,this.argnames=e.argnames,this.uses_arguments=e.uses_arguments,this.is_generator=e.is_generator,this.async=e.async,this.variables=e.variables,this.uses_with=e.uses_with,this.uses_eval=e.uses_eval,this.parent_scope=e.parent_scope,this.enclosed=e.enclosed,this.cname=e.cname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A setter/getter function. The `name` property is always null."},U),Pi=R(`Function`,null,function(e){e&&(this.name=e.name,this.argnames=e.argnames,this.uses_arguments=e.uses_arguments,this.is_generator=e.is_generator,this.async=e.async,this.variables=e.variables,this.uses_with=e.uses_with,this.uses_eval=e.uses_eval,this.parent_scope=e.parent_scope,this.enclosed=e.enclosed,this.cname=e.cname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A function expression`},U),Fi=R(`Arrow`,null,function(e){e&&(this.name=e.name,this.argnames=e.argnames,this.uses_arguments=e.uses_arguments,this.is_generator=e.is_generator,this.async=e.async,this.variables=e.variables,this.uses_with=e.uses_with,this.uses_eval=e.uses_eval,this.parent_scope=e.parent_scope,this.enclosed=e.enclosed,this.cname=e.cname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`An ES6 Arrow function ((a) => b)`},U),Ii=R(`Defun`,null,function(e){e&&(this.name=e.name,this.argnames=e.argnames,this.uses_arguments=e.uses_arguments,this.is_generator=e.is_generator,this.async=e.async,this.variables=e.variables,this.uses_with=e.uses_with,this.uses_eval=e.uses_eval,this.parent_scope=e.parent_scope,this.enclosed=e.enclosed,this.cname=e.cname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A function definition`},U),Li=R(`Destructuring`,`names is_array`,function(e){e&&(this.names=e.names,this.is_array=e.is_array,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A destructuring of several names. Used in destructuring assignment and with destructuring function argument names`,$propdoc:{names:`[AST_Node*] Array of properties or elements`,is_array:`[Boolean] Whether the destructuring represents an object or array`},_walk:function(e){return e._visit(this,function(){this.names.forEach(function(t){t._walk(e)})})},_children_backwards(e){let t=this.names.length;for(;t--;)e(this.names[t])},all_symbols:function(){var e=[];return Ao(this,t=>{if(t instanceof qa&&e.push(t),t instanceof U)return!0}),e}}),Ri=R(`PrefixedTemplateString`,`template_string prefix`,function(e){e&&(this.template_string=e.template_string,this.prefix=e.prefix,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A templatestring with a prefix, such as String.raw`foobarbaz`",$propdoc:{template_string:`[AST_TemplateString] The template string`,prefix:`[AST_Node] The prefix, which will get called.`},_walk:function(e){return e._visit(this,function(){this.prefix._walk(e),this.template_string._walk(e)})},_children_backwards(e){e(this.template_string),e(this.prefix)}}),zi=R(`TemplateString`,`segments`,function(e){e&&(this.segments=e.segments,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A template string literal`,$propdoc:{segments:`[AST_Node*] One or more segments, starting with AST_TemplateSegment. AST_Node may follow AST_TemplateSegment, but each AST_Node must be followed by AST_TemplateSegment.`},_walk:function(e){return e._visit(this,function(){this.segments.forEach(function(t){t._walk(e)})})},_children_backwards(e){let t=this.segments.length;for(;t--;)e(this.segments[t])}}),Bi=R(`TemplateSegment`,`value raw`,function(e){e&&(this.value=e.value,this.raw=e.raw,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A segment of a template string literal`,$propdoc:{value:`Content of the segment`,raw:`Raw source of the segment`}}),Vi=R(`Jump`,null,function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"Base class for “jumps” (for now that's `return`, `throw`, `break` and `continue`)"},mi),Hi=R(`Exit`,`value`,function(e){e&&(this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"Base class for “exits” (`return` and `throw`)",$propdoc:{value:`[AST_Node?] the value returned or thrown by this statement; could be null for AST_Return`},_walk:function(e){return e._visit(this,this.value&&function(){this.value._walk(e)})},_children_backwards(e){this.value&&e(this.value)}},Vi),Ui=R(`Return`,null,function(e){e&&(this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `return` statement"},Hi),Wi=R(`Throw`,null,function(e){e&&(this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `throw` statement"},Hi),Gi=R(`LoopControl`,`label`,function(e){e&&(this.label=e.label,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"Base class for loop control statements (`break` and `continue`)",$propdoc:{label:`[AST_LabelRef?] the label, or null if none`},_walk:function(e){return e._visit(this,this.label&&function(){this.label._walk(e)})},_children_backwards(e){this.label&&e(this.label)}},Vi),Ki=R(`Break`,null,function(e){e&&(this.label=e.label,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `break` statement"},Gi),qi=R(`Continue`,null,function(e){e&&(this.label=e.label,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `continue` statement"},Gi),Ji=R(`Await`,`expression`,function(e){e&&(this.expression=e.expression,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"An `await` statement",$propdoc:{expression:`[AST_Node] the mandatory expression being awaited`},_walk:function(e){return e._visit(this,function(){this.expression._walk(e)})},_children_backwards(e){e(this.expression)}}),Yi=R(`Yield`,`expression is_star`,function(e){e&&(this.expression=e.expression,this.is_star=e.is_star,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `yield` statement",$propdoc:{expression:`[AST_Node?] the value returned or thrown by this statement; could be null (representing undefined) but only when is_star is set to false`,is_star:`[Boolean] Whether this is a yield or yield* statement`},_walk:function(e){return e._visit(this,this.expression&&function(){this.expression._walk(e)})},_children_backwards(e){this.expression&&e(this.expression)}}),Xi=R(`If`,`condition alternative`,function(e){e&&(this.condition=e.condition,this.alternative=e.alternative,this.body=e.body,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `if` statement",$propdoc:{condition:"[AST_Node] the `if` condition",alternative:"[AST_Statement?] the `else` part, or null if not present"},_walk:function(e){return e._visit(this,function(){this.condition._walk(e),this.body._walk(e),this.alternative&&this.alternative._walk(e)})},_children_backwards(e){this.alternative&&e(this.alternative),e(this.body),e(this.condition)}},xi),Zi=R(`Switch`,`expression`,function(e){e&&(this.expression=e.expression,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `switch` statement",$propdoc:{expression:"[AST_Node] the `switch` “discriminant”"},_walk:function(e){return e._visit(this,function(){this.expression._walk(e),_i(this,e)})},_children_backwards(e){let t=this.body.length;for(;t--;)e(this.body[t]);e(this.expression)}},yi),Qi=R(`SwitchBranch`,null,function(e){e&&(this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"Base class for `switch` branches"},yi),$i=R(`Default`,null,function(e){e&&(this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `default` switch branch"},Qi),ea=R(`Case`,`expression`,function(e){e&&(this.expression=e.expression,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `case` switch branch",$propdoc:{expression:"[AST_Node] the `case` expression"},_walk:function(e){return e._visit(this,function(){this.expression._walk(e),_i(this,e)})},_children_backwards(e){let t=this.body.length;for(;t--;)e(this.body[t]);e(this.expression)}},Qi),ta=R(`Try`,`body bcatch bfinally`,function(e){e&&(this.body=e.body,this.bcatch=e.bcatch,this.bfinally=e.bfinally,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `try` statement",$propdoc:{body:`[AST_TryBlock] the try block`,bcatch:`[AST_Catch?] the catch block, or null if not present`,bfinally:`[AST_Finally?] the finally block, or null if not present`},_walk:function(e){return e._visit(this,function(){this.body._walk(e),this.bcatch&&this.bcatch._walk(e),this.bfinally&&this.bfinally._walk(e)})},_children_backwards(e){this.bfinally&&e(this.bfinally),this.bcatch&&e(this.bcatch),e(this.body)}},mi),na=R(`TryBlock`,null,function(e){e&&(this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"The `try` block of a try statement"},yi),ra=R(`Catch`,`argname`,function(e){e&&(this.argname=e.argname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `catch` node; only makes sense as part of a `try` statement",$propdoc:{argname:`[AST_SymbolCatch|AST_Destructuring|AST_Expansion|AST_DefaultAssign] symbol for the exception`},_walk:function(e){return e._visit(this,function(){this.argname&&this.argname._walk(e),_i(this,e)})},_children_backwards(e){let t=this.body.length;for(;t--;)e(this.body[t]);this.argname&&e(this.argname)}},yi),ia=R(`Finally`,null,function(e){e&&(this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `finally` node; only makes sense as part of a `try` statement"},yi),aa=R(`DefinitionsLike`,`definitions`,function(e){e&&(this.definitions=e.definitions,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"Base class for variable definitions and `using`",$propdoc:{definitions:`[AST_VarDef*|AST_UsingDef*] array of variable definitions`},_walk:function(e){return e._visit(this,function(){for(var t=this.definitions,n=0,r=t.length;n<r;n++)t[n]._walk(e)})},_children_backwards(e){let t=this.definitions.length;for(;t--;)e(this.definitions[t])}},mi),oa=R(`Definitions`,null,function(e){e&&(this.definitions=e.definitions,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"Base class for `var` or `const` nodes (variable declarations/initializations)"},aa),sa=R(`Var`,null,function(e){e&&(this.definitions=e.definitions,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `var` statement"},oa),ca=R(`Let`,null,function(e){e&&(this.definitions=e.definitions,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `let` statement"},oa),la=R(`Const`,null,function(e){e&&(this.definitions=e.definitions,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `const` statement"},oa),ua=R(`Using`,`await`,function(e){e&&(this.await=e.await,this.definitions=e.definitions,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `using` statement",$propdoc:{await:"[boolean] Whether it's `await using`"}},aa),da=R(`VarDefLike`,`name value`,function(e){e&&(this.name=e.name,this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A name=value pair in a variable definition statement or `using`",$propdoc:{name:`[AST_Destructuring|AST_SymbolDeclaration] name of the variable`,value:`[AST_Node?] initializer, or null of there's no initializer`},_walk:function(e){return e._visit(this,function(){this.name._walk(e),this.value&&this.value._walk(e)})},_children_backwards(e){this.value&&e(this.value),e(this.name)},declarations_as_names(){return this.name instanceof qa?[this.name]:this.name.all_symbols()}}),fa=R(`VarDef`,null,function(e){e&&(this.name=e.name,this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A variable declaration; only appears in a AST_Definitions node`},da),pa=R(`UsingDef`,null,function(e){e&&(this.name=e.name,this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Like VarDef but specific to AST_Using`},da),ma=R(`NameMapping`,`foreign_name name`,function(e){e&&(this.foreign_name=e.foreign_name,this.name=e.name,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`The part of the export/import statement that declare names from a module.`,$propdoc:{foreign_name:`[AST_SymbolExportForeign|AST_SymbolImportForeign] The name being exported/imported (as specified in the module)`,name:`[AST_SymbolExport|AST_SymbolImport] The name as it is visible to this module.`},_walk:function(e){return e._visit(this,function(){this.foreign_name._walk(e),this.name._walk(e)})},_children_backwards(e){e(this.name),e(this.foreign_name)}}),ha=R(`Import`,`phase imported_name imported_names module_name attributes`,function(e){e&&(this.phase=e.phase,this.imported_name=e.imported_name,this.imported_names=e.imported_names,this.module_name=e.module_name,this.attributes=e.attributes,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"An `import` statement",$propdoc:{phase:`[string?] Phase keyword: 'source', 'defer', or null.`,imported_name:`[AST_SymbolImport] The name of the variable holding the module's default export.`,imported_names:`[AST_NameMapping*] The names of non-default imported variables`,module_name:`[AST_String] String literal describing where this module came from`,attributes:`[AST_Object?] The import attributes (with {...})`},_walk:function(e){return e._visit(this,function(){this.imported_name&&this.imported_name._walk(e),this.imported_names&&this.imported_names.forEach(function(t){t._walk(e)}),this.module_name._walk(e)})},_children_backwards(e){if(e(this.module_name),this.imported_names){let t=this.imported_names.length;for(;t--;)e(this.imported_names[t])}this.imported_name&&e(this.imported_name)}}),ga=R(`ImportMeta`,null,function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A reference to import.meta`}),_a=R(`DynamicImport`,`phase args`,function(e){e&&(this.phase=e.phase,this.args=e.args,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A phased dynamic import expression: `import.source(specifier [, options])` or `import.defer(specifier [, options])`. Plain `import(x)` continues to be parsed as an AST_Call with a synthetic `import` SymbolRef callee.",$propdoc:{phase:`[string] Phase keyword ('source' or 'defer').`,args:`[AST_Node*] specifier followed by optional options argument`},_walk:function(e){return e._visit(this,function(){for(var t=this.args,n=0,r=t.length;n<r;n++)t[n]._walk(e)})},_children_backwards(e){let t=this.args.length;for(;t--;)e(this.args[t])}}),va=R(`Export`,`exported_definition exported_value is_default exported_names module_name attributes`,function(e){e&&(this.exported_definition=e.exported_definition,this.exported_value=e.exported_value,this.is_default=e.is_default,this.exported_names=e.exported_names,this.module_name=e.module_name,this.attributes=e.attributes,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"An `export` statement",$propdoc:{exported_definition:`[AST_Defun|AST_Definitions|AST_DefClass?] An exported definition`,exported_value:`[AST_Node?] An exported value`,exported_names:`[AST_NameMapping*?] List of exported names`,module_name:`[AST_String?] Name of the file to load exports from`,is_default:`[Boolean] Whether this is the default exported value of this module`,attributes:`[AST_Object?] The import attributes`},_walk:function(e){return e._visit(this,function(){this.exported_definition&&this.exported_definition._walk(e),this.exported_value&&this.exported_value._walk(e),this.exported_names&&this.exported_names.forEach(function(t){t._walk(e)}),this.module_name&&this.module_name._walk(e)})},_children_backwards(e){if(this.module_name&&e(this.module_name),this.exported_names){let t=this.exported_names.length;for(;t--;)e(this.exported_names[t])}this.exported_value&&e(this.exported_value),this.exported_definition&&e(this.exported_definition)}},mi),W=R(`Call`,`expression args optional _annotations`,function(e){e&&(this.expression=e.expression,this.args=e.args,this.optional=e.optional,this._annotations=e._annotations,this.start=e.start,this.end=e.end,this.initialize()),this.flags=0},{$documentation:`A function call expression`,$propdoc:{expression:`[AST_Node] expression to invoke as function`,args:`[AST_Node*] array of arguments`,optional:`[boolean] whether this is an optional call (IE ?.() )`,_annotations:`[number] bitfield containing information about the call`},initialize(){this._annotations??=0},_walk(e){return e._visit(this,function(){for(var t=this.args,n=0,r=t.length;n<r;n++)t[n]._walk(e);this.expression._walk(e)})},_children_backwards(e){let t=this.args.length;for(;t--;)e(this.args[t]);e(this.expression)}}),ya=R(`New`,null,function(e){e&&(this.expression=e.expression,this.args=e.args,this.optional=e.optional,this._annotations=e._annotations,this.start=e.start,this.end=e.end,this.initialize()),this.flags=0},{$documentation:`An object instantiation. Derives from a function call since it has exactly the same properties`},W),G=R(`Sequence`,`expressions`,function(e){e&&(this.expressions=e.expressions,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A sequence expression (comma-separated expressions)`,$propdoc:{expressions:`[AST_Node*] array of expressions (at least two)`},_walk:function(e){return e._visit(this,function(){this.expressions.forEach(function(t){t._walk(e)})})},_children_backwards(e){let t=this.expressions.length;for(;t--;)e(this.expressions[t])}}),K=R(`PropAccess`,`expression property optional`,function(e){e&&(this.expression=e.expression,this.property=e.property,this.optional=e.optional,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:'Base class for property access expressions, i.e. `a.foo` or `a["foo"]`',$propdoc:{expression:`[AST_Node] the “container” expression`,property:`[AST_Node|string] the property to access. For AST_Dot & AST_DotHash this is always a plain string, while for AST_Sub it's an arbitrary AST_Node`,optional:`[boolean] whether this is an optional property access (IE ?.)`}}),ba=R(`Dot`,`quote`,function(e){e&&(this.quote=e.quote,this.expression=e.expression,this.property=e.property,this.optional=e.optional,this._annotations=e._annotations,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A dotted property access expression`,$propdoc:{quote:`[string] the original quote character when transformed from AST_Sub`},_walk:function(e){return e._visit(this,function(){this.expression._walk(e)})},_children_backwards(e){e(this.expression)}},K),xa=R(`DotHash`,``,function(e){e&&(this.expression=e.expression,this.property=e.property,this.optional=e.optional,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A dotted property access to a private property`,_walk:function(e){return e._visit(this,function(){this.expression._walk(e)})},_children_backwards(e){e(this.expression)}},K),Sa=R(`Sub`,null,function(e){e&&(this.expression=e.expression,this.property=e.property,this.optional=e.optional,this._annotations=e._annotations,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:'Index-style property access, i.e. `a["foo"]`',_walk:function(e){return e._visit(this,function(){this.expression._walk(e),this.property._walk(e)})},_children_backwards(e){e(this.property),e(this.expression)}},K),Ca=R(`Chain`,`expression`,function(e){e&&(this.expression=e.expression,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A chain expression like a?.b?.(c)?.[d]`,$propdoc:{expression:`[AST_Call|AST_Dot|AST_DotHash|AST_Sub] chain element.`},_walk:function(e){return e._visit(this,function(){this.expression._walk(e)})},_children_backwards(e){e(this.expression)}}),wa=R(`Unary`,`operator expression`,function(e){e&&(this.operator=e.operator,this.expression=e.expression,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Base class for unary expressions`,$propdoc:{operator:`[string] the operator`,expression:`[AST_Node] expression that this unary operator applies to`},_walk:function(e){return e._visit(this,function(){this.expression._walk(e)})},_children_backwards(e){e(this.expression)}}),q=R(`UnaryPrefix`,null,function(e){e&&(this.operator=e.operator,this.expression=e.expression,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"Unary prefix expression, i.e. `typeof i` or `++i`"},wa),Ta=R(`UnaryPostfix`,null,function(e){e&&(this.operator=e.operator,this.expression=e.expression,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"Unary postfix expression, i.e. `i++`"},wa),J=R(`Binary`,`operator left right`,function(e){e&&(this.operator=e.operator,this.left=e.left,this.right=e.right,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"Binary expression, i.e. `a + b`",$propdoc:{left:`[AST_Node] left-hand side expression`,operator:`[string] the operator`,right:`[AST_Node] right-hand side expression`},_walk:function(e){return e._visit(this,function(){this.left._walk(e),this.right._walk(e)})},_children_backwards(e){e(this.right),e(this.left)}}),Y=R(`Conditional`,`condition consequent alternative`,function(e){e&&(this.condition=e.condition,this.consequent=e.consequent,this.alternative=e.alternative,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"Conditional expression using the ternary operator, i.e. `a ? b : c`",$propdoc:{condition:`[AST_Node]`,consequent:`[AST_Node]`,alternative:`[AST_Node]`},_walk:function(e){return e._visit(this,function(){this.condition._walk(e),this.consequent._walk(e),this.alternative._walk(e)})},_children_backwards(e){e(this.alternative),e(this.consequent),e(this.condition)}}),Ea=R(`Assign`,`logical`,function(e){e&&(this.logical=e.logical,this.operator=e.operator,this.left=e.left,this.right=e.right,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"An assignment expression — `a = b + 5`",$propdoc:{logical:`Whether it's a logical assignment`}},J),Da=R(`DefaultAssign`,null,function(e){e&&(this.operator=e.operator,this.left=e.left,this.right=e.right,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A default assignment expression like in `(a = 3) => a`"},J),Oa=R(`Array`,`elements`,function(e){e&&(this.elements=e.elements,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`An array literal`,$propdoc:{elements:`[AST_Node*] array of elements`},_walk:function(e){return e._visit(this,function(){for(var t=this.elements,n=0,r=t.length;n<r;n++)t[n]._walk(e)})},_children_backwards(e){let t=this.elements.length;for(;t--;)e(this.elements[t])}}),ka=R(`Object`,`properties`,function(e){e&&(this.properties=e.properties,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`An object literal`,$propdoc:{properties:`[AST_ObjectProperty*] array of properties`},_walk:function(e){return e._visit(this,function(){for(var t=this.properties,n=0,r=t.length;n<r;n++)t[n]._walk(e)})},_children_backwards(e){let t=this.properties.length;for(;t--;)e(this.properties[t])}}),Aa=R(`ObjectProperty`,`key value`,function(e){e&&(this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end,this._annotations=e._annotations),this.flags=0},{$documentation:`Base class for literal object properties`,$propdoc:{key:`[string|AST_Node] property name. For ObjectKeyVal this is a string. For getters, setters and computed property this is an AST_Node.`,value:`[AST_Node] property value. For getters, setters and methods this is an AST_Accessor.`},_walk:function(e){return e._visit(this,function(){this.key instanceof z&&this.key._walk(e),this.value._walk(e)})},_children_backwards(e){e(this.value),this.key instanceof z&&e(this.key)}}),ja=R(`ObjectKeyVal`,`quote`,function(e){e&&(this.quote=e.quote,this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end,this._annotations=e._annotations),this.flags=0},{$documentation:`A key: value object property`,$propdoc:{quote:`[string] the original quote character`},computed_key(){return this.key instanceof z}},Aa),Ma=R(`PrivateSetter`,`static`,function(e){e&&(this.static=e.static,this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0},{$propdoc:{static:`[boolean] whether this is a static private setter`},$documentation:`A private setter property`,computed_key(){return!1}},Aa),Na=R(`PrivateGetter`,`static`,function(e){e&&(this.static=e.static,this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0},{$propdoc:{static:`[boolean] whether this is a static private getter`},$documentation:`A private getter property`,computed_key(){return!1}},Aa),Pa=R(`ObjectSetter`,`quote static`,function(e){e&&(this.quote=e.quote,this.static=e.static,this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end,this._annotations=e._annotations),this.flags=0},{$propdoc:{quote:`[string|undefined] the original quote character, if any`,static:`[boolean] whether this is a static setter (classes only)`},$documentation:`An object setter property`,computed_key(){return!(this.key instanceof to)}},Aa),Fa=R(`ObjectGetter`,`quote static`,function(e){e&&(this.quote=e.quote,this.static=e.static,this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end,this._annotations=e._annotations),this.flags=0},{$propdoc:{quote:`[string|undefined] the original quote character, if any`,static:`[boolean] whether this is a static getter (classes only)`},$documentation:`An object getter property`,computed_key(){return!(this.key instanceof to)}},Aa),Ia=R(`ConciseMethod`,`quote static`,function(e){e&&(this.quote=e.quote,this.static=e.static,this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end,this._annotations=e._annotations),this.flags=0},{$propdoc:{quote:`[string|undefined] the original quote character, if any`,static:`[boolean] is this method static (classes only)`},$documentation:`An ES6 concise method inside an object or class`,computed_key(){return!(this.key instanceof to)}},Aa),La=R(`PrivateMethod`,`static`,function(e){e&&(this.static=e.static,this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A private class method inside a class`,$propdoc:{static:`[boolean] is this a static private method`},computed_key(){return!1}},Aa),Ra=R(`Class`,`name extends properties`,function(e){e&&(this.name=e.name,this.extends=e.extends,this.properties=e.properties,this.variables=e.variables,this.uses_with=e.uses_with,this.uses_eval=e.uses_eval,this.parent_scope=e.parent_scope,this.enclosed=e.enclosed,this.cname=e.cname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0},{$propdoc:{name:`[AST_SymbolClass|AST_SymbolDefClass?] optional class name.`,extends:`[AST_Node]? optional parent class`,properties:`[AST_ObjectProperty|AST_ClassStaticBlock]* array of properties or static blocks`},$documentation:`An ES6 class`,_walk:function(e){return e._visit(this,function(){this.name&&this.name._walk(e),this.extends&&this.extends._walk(e),this.properties.forEach(t=>t._walk(e))})},_children_backwards(e){let t=this.properties.length;for(;t--;)e(this.properties[t]);this.extends&&e(this.extends),this.name&&e(this.name)},visit_nondeferred_class_parts(e){this.extends&&this.extends._walk(e),this.properties.forEach(t=>{if(t instanceof Ua){t._walk(e);return}t.computed_key()&&(e.push(t),t.key._walk(e),e.pop()),(t instanceof Ba&&t.static&&t.value||t instanceof za&&t.static&&t.value)&&(e.push(t),t.value._walk(e),e.pop())})},visit_deferred_class_parts(e){this.properties.forEach(t=>{t instanceof Ia||t instanceof La?t.walk(e):(t instanceof za&&!t.static&&t.value||t instanceof Ba&&!t.static&&t.value)&&(e.push(t),t.value._walk(e),e.pop())})},is_self_referential:function(){let e=this.name&&this.name.definition().id,t=!1,n=!0;return this.visit_nondeferred_class_parts(new No((r,i)=>{if(t)return!0;if(r instanceof ho)return t=n;if(r instanceof X)return t=r.definition().id===e;if(r instanceof U&&!(r instanceof Fi)){let e=n;return n=!1,i(),n=e,!0}})),t}},H),za=R(`ClassProperty`,`static quote`,function(e){e&&(this.static=e.static,this.quote=e.quote,this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end,this._annotations=e._annotations),this.flags=0},{$documentation:`A class property`,$propdoc:{static:`[boolean] whether this is a static key`,quote:`[string] which quote is being used`},_walk:function(e){return e._visit(this,function(){this.key instanceof z&&this.key._walk(e),this.value instanceof z&&this.value._walk(e)})},_children_backwards(e){this.value instanceof z&&e(this.value),this.key instanceof z&&e(this.key)},computed_key(){return!(this.key instanceof no)}},Aa),Ba=R(`ClassPrivateProperty`,``,function(e){e&&(this.static=e.static,this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A class property for a private property`,_walk:function(e){return e._visit(this,function(){this.value instanceof z&&this.value._walk(e)})},_children_backwards(e){this.value instanceof z&&e(this.value)},computed_key(){return!1}},Aa),Va=R(`PrivateIn`,`key value`,function(e){e&&(this.key=e.key,this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"An `in` binop when the key is private, eg #x in this",_walk:function(e){return e._visit(this,function(){this.key._walk(e),this.value._walk(e)})},_children_backwards(e){e(this.value),e(this.key)}}),Ha=R(`DefClass`,null,function(e){e&&(this.name=e.name,this.extends=e.extends,this.properties=e.properties,this.variables=e.variables,this.uses_with=e.uses_with,this.uses_eval=e.uses_eval,this.parent_scope=e.parent_scope,this.enclosed=e.enclosed,this.cname=e.cname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A class definition`},Ra),Ua=R(`ClassStaticBlock`,`body block_scope`,function(e){this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end},{$documentation:`A block containing statements to be executed in the context of the class`,$propdoc:{body:`[AST_Statement*] an array of statements`},_walk:function(e){return e._visit(this,function(){_i(this,e)})},_children_backwards(e){let t=this.body.length;for(;t--;)e(this.body[t])},clone:vi,computed_key(){return!1}},H),Wa=R(`ClassExpression`,null,function(e){e&&(this.name=e.name,this.extends=e.extends,this.properties=e.properties,this.variables=e.variables,this.uses_with=e.uses_with,this.uses_eval=e.uses_eval,this.parent_scope=e.parent_scope,this.enclosed=e.enclosed,this.cname=e.cname,this.body=e.body,this.block_scope=e.block_scope,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A class expression.`},Ra),Ga=R(`Symbol`,`scope name thedef`,function(e){e&&(this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$propdoc:{name:`[string] name of this symbol`,scope:`[AST_Scope/S] the current scope (not necessarily the definition scope)`,thedef:`[SymbolDef/S] the definition of this symbol`},$documentation:`Base class for all symbols`}),Ka=R(`NewTarget`,null,function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A reference to new.target`}),qa=R(`SymbolDeclaration`,`init`,function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A declaration symbol (symbol in var/const, function name or argument, symbol in catch)`},Ga),Ja=R(`SymbolVar`,null,function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Symbol defining a variable`},qa),Ya=R(`SymbolBlockDeclaration`,null,function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Base class for block-scoped declaration symbols`},qa),Xa=R(`SymbolConst`,null,function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A constant declaration`},Ya),Za=R(`SymbolUsing`,null,function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A `using` declaration"},Ya),Qa=R(`SymbolLet`,null,function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"A block-scoped `let` declaration"},Ya),$a=R(`SymbolFunarg`,null,function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Symbol naming a function argument`},Ja),eo=R(`SymbolDefun`,null,function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Symbol defining a function`},qa),to=R(`SymbolMethod`,null,function(e){e&&(this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Symbol in an object defining a method`},Ga),no=R(`SymbolClassProperty`,null,function(e){e&&(this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Symbol for a class property`},Ga),ro=R(`SymbolLambda`,null,function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Symbol naming a function expression`},qa),io=R(`SymbolDefClass`,null,function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Symbol naming a class's name in a class declaration. Lexically scoped to its containing scope, and accessible within the class.`},Ya),ao=R(`SymbolClass`,null,function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Symbol naming a class's name. Lexically scoped to the class.`},qa),oo=R(`SymbolCatch`,null,function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Symbol naming the exception in catch`},Ya),so=R(`SymbolImport`,null,function(e){e&&(this.init=e.init,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Symbol referring to an imported name`},Ya),co=R(`SymbolImportForeign`,`quote`,function(e){e&&(this.quote=e.quote,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A symbol imported from a module, but it is defined in the other module, and its real name is irrelevant for this module's purposes`},Ga),lo=R(`Label`,`references`,function(e){e&&(this.references=e.references,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end,this.initialize()),this.flags=0},{$documentation:`Symbol naming a label (declaration)`,$propdoc:{references:`[AST_LoopControl*] a list of nodes referring to this label`},initialize:function(){this.references=[],this.thedef=this}},Ga),X=R(`SymbolRef`,null,function(e){e&&(this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Reference to some symbol (not definition/declaration)`},Ga),uo=R(`SymbolExport`,`quote`,function(e){e&&(this.quote=e.quote,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Symbol referring to a name to export`},X),fo=R(`SymbolExportForeign`,`quote`,function(e){e&&(this.quote=e.quote,this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A symbol exported from this module, but it is used in the other module, and its real name is irrelevant for this module's purposes`},Ga),po=R(`LabelRef`,null,function(e){e&&(this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Reference to a label symbol`},Ga),mo=R(`SymbolPrivateProperty`,null,function(e){e&&(this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A symbol that refers to a private property`},Ga),ho=R(`This`,null,function(e){e&&(this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"The `this` symbol"},Ga),go=R(`Super`,null,function(e){e&&(this.scope=e.scope,this.name=e.name,this.thedef=e.thedef,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"The `super` symbol"},ho),_o=R(`Constant`,null,function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Base class for all constants`,getValue:function(){return this.value}}),vo=R(`String`,`value quote`,function(e){e&&(this.value=e.value,this.quote=e.quote,this.start=e.start,this.end=e.end,this._annotations=e._annotations),this.flags=0},{$documentation:`A string literal`,$propdoc:{value:`[string] the contents of this string`,quote:`[string] the original quote character`}},_o),Z=R(`Number`,`value raw`,function(e){e&&(this.value=e.value,this.raw=e.raw,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A number literal`,$propdoc:{value:`[number] the numeric value`,raw:`[string] numeric value as string`}},_o),yo=R(`BigInt`,`value raw`,function(e){e&&(this.value=e.value,this.raw=e.raw,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A big int literal`,$propdoc:{value:`[string] big int value, represented as a string`,raw:`[string] the original format preserved`}},_o),bo=R(`RegExp`,`value`,function(e){e&&(this.value=e.value,this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A regexp literal`,$propdoc:{value:`[RegExp] the actual regexp`}},_o),xo=R(`Atom`,null,function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Base class for atoms`},_o),So=R(`Null`,null,function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"The `null` atom",value:null},xo),Co=R(`NaN`,null,function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`The impossible value`,value:NaN},xo),wo=R(`Undefined`,null,function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"The `undefined` value",value:void 0},xo),To=R(`Hole`,null,function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`A hole in an array`,value:void 0},xo),Eo=R(`Infinity`,null,function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"The `Infinity` value",value:1/0},xo),Do=R(`Boolean`,null,function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0},{$documentation:`Base class for booleans`},xo),Oo=R(`False`,null,function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"The `false` atom",value:!1},Do),ko=R(`True`,null,function(e){e&&(this.start=e.start,this.end=e.end),this.flags=0},{$documentation:"The `true` atom",value:!0},Do);function Ao(e,t,n=[e]){let r=n.push.bind(n);for(;n.length;){let e=n.pop(),i=t(e,n);if(i){if(i===Mo)return!0;continue}e._children_backwards(r)}return!1}function jo(e,t,n){let r=[e],i=r.push.bind(r),a=n?n.slice():[],o=[],s,c={parent:(e=0)=>e===-1?s:n&&e>=a.length?(e-=a.length,n[n.length-(e+1)]):a[a.length-(1+e)]};for(;r.length;){for(s=r.pop();o.length&&r.length==o[o.length-1];)a.pop(),o.pop();let e=t(s,c);if(e){if(e===Mo)return!0;continue}let n=r.length;s._children_backwards(i),r.length>n&&(a.push(s),o.push(n-1))}return!1}var Mo=Symbol(`abort walk`),No=class{constructor(e){this.visit=e,this.stack=[],this.directives=Object.create(null)}_visit(e,t){this.push(e);var n=this.visit(e,t?function(){t.call(e)}:Hn);return!n&&t&&t.call(e),this.pop(),n}parent(e){return this.stack[this.stack.length-2-(e||0)]}push(e){e instanceof U?this.directives=Object.create(this.directives):e instanceof gi&&!this.directives[e.value]?this.directives[e.value]=e:e instanceof Ra&&(this.directives=Object.create(this.directives),this.directives[`use strict`]||(this.directives[`use strict`]=e)),this.stack.push(e)}pop(){var e=this.stack.pop();(e instanceof U||e instanceof Ra)&&(this.directives=Object.getPrototypeOf(this.directives))}self(){return this.stack[this.stack.length-1]}find_parent(e){for(var t=this.stack,n=t.length;--n>=0;){var r=t[n];if(r instanceof e)return r}}is_within_loop(){let e=this.stack.length-1,t=this.stack[e];for(;e--;){let n=this.stack[e];if(n instanceof U)return!1;if(n instanceof Ci&&!(n instanceof Di&&t===n.init)&&!((n instanceof Oi||n instanceof ki)&&t===n.object))return!0;t=n}return!1}find_scope(){for(var e=this.stack,t=e.length;--t>=0;){let n=e[t];if(n instanceof ji||n instanceof U)return n;if(n.block_scope)return n.block_scope}}has_directive(e){var t=this.directives[e];if(t)return t;var n=this.stack[this.stack.length-1];if(n instanceof H&&n.body)for(var r=0;r<n.body.length;++r){var i=n.body[r];if(!(i instanceof gi))break;if(i.value==e)return i}}loopcontrol_target(e){var t=this.stack;if(e.label)for(var n=t.length;--n>=0;){var r=t[n];if(r instanceof Si&&r.label.name==e.label.name)return r.body}else for(var n=t.length;--n>=0;){var r=t[n];if(r instanceof Ci||e instanceof Ki&&r instanceof Zi)return r}}},Po=class extends No{constructor(e,t){super(),this.before=e,this.after=t}};function Fo(e,t){e.DEFMETHOD(`transform`,function(e,n){let r;if(e.push(this),e.before&&(r=e.before(this,t,n)),r===void 0&&(r=this,t(r,e),e.after)){let t=e.after(r,n);t!==void 0&&(r=t)}return e.pop(),r})}Fo(z,Hn),Fo(Si,function(e,t){e.label=e.label.transform(t),e.body=e.body.transform(t)}),Fo(B,function(e,t){e.body=e.body.transform(t)}),Fo(yi,function(e,t){e.body=qn(e.body,t)}),Fo(Ti,function(e,t){e.body=e.body.transform(t),e.condition=e.condition.transform(t)}),Fo(Ei,function(e,t){e.condition=e.condition.transform(t),e.body=e.body.transform(t)}),Fo(Di,function(e,t){e.init&&=e.init.transform(t),e.condition&&=e.condition.transform(t),e.step&&=e.step.transform(t),e.body=e.body.transform(t)}),Fo(Oi,function(e,t){e.init=e.init.transform(t),e.object=e.object.transform(t),e.body=e.body.transform(t)}),Fo(Ai,function(e,t){e.expression=e.expression.transform(t),e.body=e.body.transform(t)}),Fo(Hi,function(e,t){e.value&&=e.value.transform(t)}),Fo(Gi,function(e,t){e.label&&=e.label.transform(t)}),Fo(Xi,function(e,t){e.condition=e.condition.transform(t),e.body=e.body.transform(t),e.alternative&&=e.alternative.transform(t)}),Fo(Zi,function(e,t){e.expression=e.expression.transform(t),e.body=qn(e.body,t)}),Fo(ea,function(e,t){e.expression=e.expression.transform(t),e.body=qn(e.body,t)}),Fo(ta,function(e,t){e.body=e.body.transform(t),e.bcatch&&=e.bcatch.transform(t),e.bfinally&&=e.bfinally.transform(t)}),Fo(ra,function(e,t){e.argname&&=e.argname.transform(t),e.body=qn(e.body,t)}),Fo(aa,function(e,t){e.definitions=qn(e.definitions,t)}),Fo(da,function(e,t){e.name=e.name.transform(t),e.value&&=e.value.transform(t)}),Fo(Li,function(e,t){e.names=qn(e.names,t)}),Fo(U,function(e,t){e.name&&=e.name.transform(t),e.argnames=qn(e.argnames,t,!1),e.body instanceof z?e.body=e.body.transform(t):e.body=qn(e.body,t)}),Fo(W,function(e,t){e.expression=e.expression.transform(t),e.args=qn(e.args,t,!1)}),Fo(G,function(e,t){let n=qn(e.expressions,t);e.expressions=n.length?n:[new Z({value:0})]}),Fo(K,function(e,t){e.expression=e.expression.transform(t)}),Fo(Sa,function(e,t){e.expression=e.expression.transform(t),e.property=e.property.transform(t)}),Fo(Ca,function(e,t){e.expression=e.expression.transform(t)}),Fo(Yi,function(e,t){e.expression&&=e.expression.transform(t)}),Fo(Ji,function(e,t){e.expression=e.expression.transform(t)}),Fo(wa,function(e,t){e.expression=e.expression.transform(t)}),Fo(J,function(e,t){e.left=e.left.transform(t),e.right=e.right.transform(t)}),Fo(Va,function(e,t){e.key=e.key.transform(t),e.value=e.value.transform(t)}),Fo(Y,function(e,t){e.condition=e.condition.transform(t),e.consequent=e.consequent.transform(t),e.alternative=e.alternative.transform(t)}),Fo(Oa,function(e,t){e.elements=qn(e.elements,t)}),Fo(ka,function(e,t){e.properties=qn(e.properties,t)}),Fo(Aa,function(e,t){e.key instanceof z&&(e.key=e.key.transform(t)),e.value&&=e.value.transform(t)}),Fo(Ra,function(e,t){e.name&&=e.name.transform(t),e.extends&&=e.extends.transform(t),e.properties=qn(e.properties,t)}),Fo(Ua,function(e,t){e.body=qn(e.body,t)}),Fo(Mi,function(e,t){e.expression=e.expression.transform(t)}),Fo(ma,function(e,t){e.foreign_name=e.foreign_name.transform(t),e.name=e.name.transform(t)}),Fo(ha,function(e,t){e.imported_name&&=e.imported_name.transform(t),e.imported_names&&qn(e.imported_names,t),e.module_name=e.module_name.transform(t)}),Fo(va,function(e,t){e.exported_definition&&=e.exported_definition.transform(t),e.exported_value&&=e.exported_value.transform(t),e.exported_names&&qn(e.exported_names,t),e.module_name&&=e.module_name.transform(t)}),Fo(zi,function(e,t){e.segments=qn(e.segments,t)}),Fo(Ri,function(e,t){e.prefix=e.prefix.transform(t),e.template_string=e.template_string.transform(t)}),(function(){var e=function(e){for(var t=0;t<e.length;t++)if(e[t]instanceof mi&&e[t].body instanceof vo)e[t]=new gi({start:e[t].start,end:e[t].end,quote:`"`,value:e[t].body.value});else return e;return e};function t(e){return e&&e.length>0?new ka({start:i(e),end:a(e),properties:e.map(e=>new ja({start:i(e),end:a(e),key:e.key.name||e.key.value,value:s(e.value)}))}):null}var n={Program:function(t){return new ji({start:i(t),end:a(t),body:e(t.body.map(s))})},ArrayPattern:function(e){return new Li({start:i(e),end:a(e),names:e.elements.map(function(e){return e===null?new To:s(e)}),is_array:!0})},ObjectPattern:function(e){return new Li({start:i(e),end:a(e),names:e.properties.map(s),is_array:!1})},AssignmentPattern:function(e){return new Da({start:i(e),end:a(e),left:s(e.left),operator:`=`,right:s(e.right)})},SpreadElement:function(e){return new Mi({start:i(e),end:a(e),expression:s(e.argument)})},RestElement:function(e){return new Mi({start:i(e),end:a(e),expression:s(e.argument)})},TemplateElement:function(e){return new Bi({start:i(e),end:a(e),value:e.value.cooked,raw:e.value.raw})},TemplateLiteral:function(e){for(var t=[],n=0;n<e.quasis.length;n++)t.push(s(e.quasis[n])),e.expressions[n]&&t.push(s(e.expressions[n]));return new zi({start:i(e),end:a(e),segments:t})},TaggedTemplateExpression:function(e){return new Ri({start:i(e),end:a(e),template_string:s(e.quasi),prefix:s(e.tag)})},FunctionDeclaration:function(t){return new Ii({start:i(t),end:a(t),name:t.id&&l(eo,t.id),argnames:t.params.map(e=>d(e,$a)),is_generator:t.generator,async:t.async,body:e(s(t.body).body)})},FunctionExpression:function(e){return u(e,!1)},ArrowFunctionExpression:function(e){let t=e.body.type===`BlockStatement`?s(e.body).body:[L(Ui,{},{value:s(e.body)})];return new Fi({start:i(e),end:a(e),argnames:e.params.map(e=>d(e,$a)),body:t,async:e.async})},ExpressionStatement:function(e){return new B({start:i(e),end:a(e),body:s(e.expression)})},TryStatement:function(e){var t=e.handlers||[e.handler];if(t.length>1||e.guardedHandlers&&e.guardedHandlers.length)throw Error(`Multiple catch clauses are not supported.`);return new ta({start:i(e),end:a(e),body:new na(s(e.block)),bcatch:s(t[0]),bfinally:e.finalizer?new ia(s(e.finalizer)):null})},Property:function(e){if(e.kind==`init`&&!e.method){var t={start:i(e.key||e.value),end:a(e.value),key:e.computed?s(e.key):e.key.name||String(e.key.value),quote:c(e.key,e.computed),static:!1,value:s(e.value)};return new ja(t)}else{var n=u(e.value,!0),t={start:i(e.key||e.value),end:a(e.value),key:e.computed?s(e.key):l(to,e.key),quote:c(e.key,e.computed),static:!1,value:n};if(e.kind==`get`)return new Fa(t);if(e.kind==`set`)return new Pa(t);if(e.method)return new Ia(t)}},MethodDefinition:function(e){let t=e.key.type===`PrivateIdentifier`,n=e.computed?s(e.key):new to({name:e.key.name||String(e.key.value)});var r={start:i(e),end:a(e),key:n,quote:c(e.key,e.computed),value:u(e.value,!0),static:e.static};return e.kind==`get`?new(t?Na:Fa)(r):e.kind==`set`?new(t?Ma:Pa)(r):new(t?La:Ia)(r)},FieldDefinition:function(e){let t;if(e.computed)t=s(e.key);else{if(e.key.type!==`Identifier`)throw Error(`Non-Identifier key in FieldDefinition`);t=s(e.key)}return new za({start:i(e),end:a(e),quote:c(e.key,e.computed),key:t,value:s(e.value),static:e.static})},PropertyDefinition:function(e){let t;if(e.computed)t=s(e.key);else if(e.key.type===`PrivateIdentifier`)return new Ba({start:i(e),end:a(e),key:s(e.key),value:s(e.value),static:e.static});else t=l(no,e.key);return new za({start:i(e),end:a(e),quote:c(e.key,e.computed),key:t,value:s(e.value),static:e.static})},PrivateIdentifier:function(e){return new mo({start:i(e),end:a(e),name:e.name})},StaticBlock:function(e){return new Ua({start:i(e),end:a(e),body:e.body.map(s)})},ArrayExpression:function(e){return new Oa({start:i(e),end:a(e),elements:e.elements.map(function(e){return e===null?new To:s(e)})})},ObjectExpression:function(e){return new ka({start:i(e),end:a(e),properties:e.properties.map(function(e){return e.type===`SpreadElement`||(e.type=`Property`),s(e)})})},SequenceExpression:function(e){return new G({start:i(e),end:a(e),expressions:e.expressions.map(s)})},MemberExpression:function(e){return e.property.type===`PrivateIdentifier`?new xa({start:i(e),end:a(e),property:e.property.name,expression:s(e.object),optional:e.optional||!1}):new(e.computed?Sa:ba)({start:i(e),end:a(e),property:e.computed?s(e.property):e.property.name,expression:s(e.object),optional:e.optional||!1})},ChainExpression:function(e){return new Ca({start:i(e),end:a(e),expression:s(e.expression)})},SwitchCase:function(e){return new(e.test?ea:$i)({start:i(e),end:a(e),expression:s(e.test),body:e.consequent.map(s)})},VariableDeclaration:function(e){let t,n=fa,r,o=!1;e.kind===`const`?(t=la,r=Xa):e.kind===`let`?(t=ca,r=Qa):e.kind===`using`?(t=ua,n=pa,r=Za):e.kind===`await using`?(t=ua,n=pa,r=Za,o=!0):(t=sa,r=Ja);let c=e.declarations.map(e=>new n({start:i(e),end:a(e),name:d(e.id,r),value:s(e.init)}));return new t({start:i(e),end:a(e),definitions:c,await:o})},ImportDeclaration:function(e){var n=null,r=null;return e.specifiers.forEach(function(e){e.type===`ImportSpecifier`||e.type===`ImportNamespaceSpecifier`?(r||=[],r.push(s(e))):e.type===`ImportDefaultSpecifier`&&(n=s(e))}),new ha({start:i(e),end:a(e),imported_name:n,imported_names:r,module_name:s(e.source),attributes:t(e.attributes||e.assertions),phase:e.phase||null})},ImportSpecifier:function(e){return new ma({start:i(e),end:a(e),foreign_name:l(co,e.imported,e.imported.type===`Literal`),name:l(so,e.local)})},ImportDefaultSpecifier:function(e){return l(so,e.local)},ImportNamespaceSpecifier:function(e){return new ma({start:i(e),end:a(e),foreign_name:new co({name:`*`}),name:l(so,e.local)})},ImportExpression:function(e){let t=[s(e.source)];return e.options&&t.push(s(e.options)),e.phase?new _a({start:i(e),end:a(e),phase:e.phase,args:t}):new W({start:i(e),end:a(e),expression:s({type:`Identifier`,name:`import`}),optional:!1,args:t})},ExportAllDeclaration:function(e){var n=e.exported==null?new fo({name:`*`}):l(fo,e.exported,e.exported.type===`Literal`);return new va({start:i(e),end:a(e),exported_names:[new ma({start:i(e),end:a(e),name:new uo({name:`*`}),foreign_name:n})],module_name:s(e.source),attributes:t(e.attributes||e.assertions)})},ExportNamedDeclaration:function(e){return e.declaration?new va({start:i(e),end:a(e),exported_definition:s(e.declaration),exported_names:null,module_name:null,attributes:null}):new va({start:i(e),end:a(e),exported_definition:null,exported_names:e.specifiers&&e.specifiers.length?e.specifiers.map(s):[],module_name:s(e.source),attributes:t(e.attributes||e.assertions)})},ExportDefaultDeclaration:function(e){return new va({start:i(e),end:a(e),exported_value:s(e.declaration),is_default:!0})},ExportSpecifier:function(e){return new ma({start:i(e),end:a(e),foreign_name:l(fo,e.exported,e.exported.type===`Literal`),name:l(uo,e.local,e.local.type===`Literal`)})},Literal:function(e){var t=e.value,n={start:i(e),end:a(e)},r=e.regex;if(r&&r.pattern)return n.value={source:r.pattern,flags:r.flags},new bo(n);if(r){let r=e.raw||t,i=r.match(/^\/(.*)\/(\w*)$/);if(!i)throw Error(`Invalid regex source `+r);let[a,o,s]=i;return n.value={source:o,flags:s},new bo(n)}let o=typeof e.value==`bigint`?e.value.toString():e.bigint;if(typeof o==`string`)return n.value=o,n.raw=e.raw,new yo(n);if(t===null)return new So(n);switch(typeof t){case`string`:return n.quote=`"`,n.value=t,new vo(n);case`number`:return n.value=t,n.raw=e.raw||t.toString(),new Z(n);case`boolean`:return new(t?ko:Oo)(n)}},MetaProperty:function(e){if(e.meta.name===`new`&&e.property.name===`target`)return new Ka({start:i(e),end:a(e)});if(e.meta.name===`import`&&e.property.name===`meta`)return new ga({start:i(e),end:a(e)})},Identifier:function(e){return new X({start:i(e),end:a(e),name:e.name})},EmptyStatement:function(e){return new bi({start:i(e),end:a(e)})},BlockStatement:function(e){return new V({start:i(e),end:a(e),body:e.body.map(s)})},IfStatement:function(e){return new Xi({start:i(e),end:a(e),condition:s(e.test),body:s(e.consequent),alternative:s(e.alternate)})},LabeledStatement:function(e){try{let t=l(lo,e.label);return o.push(t),new Si({start:i(e),end:a(e),label:t,body:s(e.body)})}finally{o.pop()}},BreakStatement:function(e){return new Ki({start:i(e),end:a(e),label:f(e.label)})},ContinueStatement:function(e){return new qi({start:i(e),end:a(e),label:f(e.label)})},WithStatement:function(e){return new Ai({start:i(e),end:a(e),expression:s(e.object),body:s(e.body)})},SwitchStatement:function(e){return new Zi({start:i(e),end:a(e),expression:s(e.discriminant),body:e.cases.map(s)})},ReturnStatement:function(e){return new Ui({start:i(e),end:a(e),value:s(e.argument)})},ThrowStatement:function(e){return new Wi({start:i(e),end:a(e),value:s(e.argument)})},WhileStatement:function(e){return new Ei({start:i(e),end:a(e),condition:s(e.test),body:s(e.body)})},DoWhileStatement:function(e){return new Ti({start:i(e),end:a(e),condition:s(e.test),body:s(e.body)})},ForStatement:function(e){return new Di({start:i(e),end:a(e),init:s(e.init),condition:s(e.test),step:s(e.update),body:s(e.body)})},ForInStatement:function(e){return new Oi({start:i(e),end:a(e),init:s(e.left),object:s(e.right),body:s(e.body)})},ForOfStatement:function(e){return new ki({start:i(e),end:a(e),init:s(e.left),object:s(e.right),body:s(e.body),await:e.await})},AwaitExpression:function(e){return new Ji({start:i(e),end:a(e),expression:s(e.argument)})},YieldExpression:function(e){return new Yi({start:i(e),end:a(e),expression:s(e.argument),is_star:e.delegate})},DebuggerStatement:function(e){return new hi({start:i(e),end:a(e)})},CatchClause:function(e){return new ra({start:i(e),end:a(e),argname:e.param?d(e.param,oo):null,body:s(e.body).body})},ThisExpression:function(e){return new ho({start:i(e),name:`this`,end:a(e)})},Super:function(e){return new go({start:i(e),end:a(e),name:`super`})},BinaryExpression:function(e){return e.left.type===`PrivateIdentifier`?new Va({start:i(e),end:a(e),key:new mo({start:i(e.left),end:a(e.left),name:e.left.name}),value:s(e.right)}):new J({start:i(e),end:a(e),operator:e.operator,left:s(e.left),right:s(e.right)})},LogicalExpression:function(e){return new J({start:i(e),end:a(e),operator:e.operator,left:s(e.left),right:s(e.right)})},AssignmentExpression:function(e){return new Ea({start:i(e),end:a(e),operator:e.operator,logical:e.operator===`??=`||e.operator===`&&=`||e.operator===`||=`,left:s(e.left),right:s(e.right)})},ConditionalExpression:function(e){return new Y({start:i(e),end:a(e),condition:s(e.test),consequent:s(e.consequent),alternative:s(e.alternate)})},NewExpression:function(e){return new ya({start:i(e),end:a(e),expression:s(e.callee),args:e.arguments.map(s)})},CallExpression:function(e){return new W({start:i(e),end:a(e),expression:s(e.callee),optional:e.optional,args:e.arguments.map(s)})}};n.UpdateExpression=n.UnaryExpression=function(e){return new((`prefix`in e?e.prefix:e.type==`UnaryExpression`)?q:Ta)({start:i(e),end:a(e),operator:e.operator,expression:s(e.argument)})},n.ClassDeclaration=n.ClassExpression=function(e){return new(e.type===`ClassDeclaration`?Ha:Wa)({start:i(e),end:a(e),name:e.id&&l(e.type===`ClassDeclaration`?io:ao,e.id),extends:s(e.superClass),properties:e.body.body.map(s)})},m(bi,function(){return{type:`EmptyStatement`}}),m(V,function(e){return{type:`BlockStatement`,body:e.body.map(g)}}),m(Xi,function(e){return{type:`IfStatement`,test:g(e.condition),consequent:g(e.body),alternate:g(e.alternative)}}),m(Si,function(e){return{type:`LabeledStatement`,label:g(e.label),body:g(e.body)}}),m(Ki,function(e){return{type:`BreakStatement`,label:g(e.label)}}),m(qi,function(e){return{type:`ContinueStatement`,label:g(e.label)}}),m(Ai,function(e){return{type:`WithStatement`,object:g(e.expression),body:g(e.body)}}),m(Zi,function(e){return{type:`SwitchStatement`,discriminant:g(e.expression),cases:e.body.map(g)}}),m(Ui,function(e){return{type:`ReturnStatement`,argument:g(e.value)}}),m(Wi,function(e){return{type:`ThrowStatement`,argument:g(e.value)}}),m(Ei,function(e){return{type:`WhileStatement`,test:g(e.condition),body:g(e.body)}}),m(Ti,function(e){return{type:`DoWhileStatement`,test:g(e.condition),body:g(e.body)}}),m(Di,function(e){return{type:`ForStatement`,init:g(e.init),test:g(e.condition),update:g(e.step),body:g(e.body)}}),m(Oi,function(e){return{type:`ForInStatement`,left:g(e.init),right:g(e.object),body:g(e.body)}}),m(ki,function(e){return{type:`ForOfStatement`,left:g(e.init),right:g(e.object),body:g(e.body),await:e.await}}),m(Ji,function(e){return{type:`AwaitExpression`,argument:g(e.expression)}}),m(Yi,function(e){return{type:`YieldExpression`,argument:g(e.expression),delegate:e.is_star}}),m(hi,function(){return{type:`DebuggerStatement`}}),m(da,function(e){return{type:`VariableDeclarator`,id:g(e.name),init:g(e.value)}}),m(ho,function(){return{type:`ThisExpression`}}),m(go,function(){return{type:`Super`}}),m(Y,function(e){return{type:`ConditionalExpression`,test:g(e.condition),consequent:g(e.consequent),alternate:g(e.alternative)}}),m(ya,function(e){return{type:`NewExpression`,callee:g(e.expression),arguments:e.args.map(g)}}),m(W,function(e){if(e.expression instanceof X&&e.expression.name===`import`){let[t,n]=e.args.map(g);return{type:`ImportExpression`,source:t,options:n||null}}return{type:`CallExpression`,callee:g(e.expression),optional:e.optional,arguments:e.args.map(g)}}),m(_a,function(e){let[t,n]=e.args.map(g);return{type:`ImportExpression`,source:t,options:n||null,phase:e.phase}}),m(ji,function(e){return x(`Program`,e)}),m(Mi,function(e){return{type:y()?`RestElement`:`SpreadElement`,argument:g(e.expression)}}),m(Ri,function(e){return{type:`TaggedTemplateExpression`,tag:g(e.prefix),quasi:g(e.template_string)}}),m(zi,function(e){for(var t=[],n=[],r=0;r<e.segments.length;r++)r%2==0?t.push({type:`TemplateElement`,value:{raw:e.segments[r].raw,cooked:e.segments[r].value},tail:r===e.segments.length-1}):n.push(g(e.segments[r]));return{type:`TemplateLiteral`,quasis:t,expressions:n}}),m(Ii,function(e){return{type:`FunctionDeclaration`,id:g(e.name),params:e.argnames.map(v),generator:e.is_generator,async:e.async,body:x(`BlockStatement`,e)}}),m(Pi,function(e){return{type:`FunctionExpression`,id:g(e.name),params:e.argnames.map(v),generator:e.is_generator||!1,async:e.async||!1,body:x(`BlockStatement`,e)}}),m(Fi,function(e){var t=e.body.length===1&&e.body[0]instanceof Ui&&e.body[0].value?g(e.body[0].value):{type:`BlockStatement`,body:e.body.map(g)};return{type:`ArrowFunctionExpression`,params:e.argnames.map(v),async:e.async,body:t}}),m(Li,function(e){return e.is_array?{type:`ArrayPattern`,elements:e.names.map(e=>e instanceof To?null:v(e))}:{type:`ObjectPattern`,properties:e.names.map(e=>{if(e instanceof ja){var t=e.computed_key();let[n,r]=_(e.key,t,e.quote,e.value);return{type:`Property`,computed:t,kind:`init`,key:r,method:!1,shorthand:n,value:v(e.value)}}else return v(e)})}}),m(Da,function(e){return{type:`AssignmentPattern`,left:v(e.left),right:g(e.right)}}),m(gi,function(e){return{type:`ExpressionStatement`,expression:{type:`Literal`,value:e.value,raw:e.print_to_string()},directive:e.value}}),m(B,function(e){return{type:`ExpressionStatement`,expression:g(e.body)}}),m(Qi,function(e){return{type:`SwitchCase`,test:g(e.expression),consequent:e.body.map(g)}}),m(ta,function(e){return{type:`TryStatement`,block:b(e.body),handler:g(e.bcatch),guardedHandlers:[],finalizer:g(e.bfinally)}}),m(ra,function(e){return{type:`CatchClause`,param:e.argname==null?null:v(e.argname),body:b(e)}}),m(aa,function(e){return{type:`VariableDeclaration`,kind:e instanceof la?`const`:e instanceof ca?`let`:e instanceof ua?e.await?`await using`:`using`:`var`,declarations:e.definitions.map(g)}});function r(e){let t=[];if(e)for(let{key:n,value:r}of e.properties){let e=Kr(n)?{type:`Identifier`,name:n}:{type:`Literal`,value:n,raw:JSON.stringify(n)};t.push({type:`ImportAttribute`,key:e,value:g(r)})}return t}m(va,function(e){if(e.exported_names){var t=e.exported_names[0];if(t&&t.name.name===`*`&&!t.name.quote){var n=t.foreign_name,i=n.name===`*`&&!n.quote?null:g(n);return{type:`ExportAllDeclaration`,source:g(e.module_name),exported:i,attributes:r(e.attributes)}}return{type:`ExportNamedDeclaration`,specifiers:e.exported_names.map(function(e){return{type:`ExportSpecifier`,exported:g(e.foreign_name),local:g(e.name)}}),declaration:g(e.exported_definition),source:g(e.module_name),attributes:r(e.attributes)}}return e.is_default?{type:`ExportDefaultDeclaration`,declaration:g(e.exported_value||e.exported_definition)}:{type:`ExportNamedDeclaration`,declaration:g(e.exported_value||e.exported_definition),specifiers:[],source:null}}),m(ha,function(e){var t=[];if(e.imported_name&&t.push({type:`ImportDefaultSpecifier`,local:g(e.imported_name)}),e.imported_names){var n=e.imported_names[0].foreign_name;n.name===`*`&&!n.quote?t.push({type:`ImportNamespaceSpecifier`,local:g(e.imported_names[0].name)}):e.imported_names.forEach(function(e){t.push({type:`ImportSpecifier`,local:g(e.name),imported:g(e.foreign_name)})})}var i={type:`ImportDeclaration`,specifiers:t,source:g(e.module_name),attributes:r(e.attributes)};return e.phase&&(i.phase=e.phase),i}),m(ga,function(){return{type:`MetaProperty`,meta:{type:`Identifier`,name:`import`},property:{type:`Identifier`,name:`meta`}}}),m(G,function(e){return{type:`SequenceExpression`,expressions:e.expressions.map(g)}}),m(xa,function(e){return{type:`MemberExpression`,object:g(e.expression),computed:!1,property:{type:`PrivateIdentifier`,name:e.property},optional:e.optional}}),m(K,function(e){var t=e instanceof Sa;return{type:`MemberExpression`,object:g(e.expression),computed:t,property:t?g(e.property):{type:`Identifier`,name:e.property},optional:e.optional}}),m(Ca,function(e){return{type:`ChainExpression`,expression:g(e.expression)}}),m(wa,function(e){return{type:e.operator==`++`||e.operator==`--`?`UpdateExpression`:`UnaryExpression`,operator:e.operator,prefix:e instanceof q,argument:g(e.expression)}}),m(J,function(e){return e.operator==`=`&&y()?{type:`AssignmentPattern`,left:g(e.left),right:g(e.right)}:{type:e.operator==`&&`||e.operator==`||`||e.operator===`??`?`LogicalExpression`:`BinaryExpression`,left:g(e.left),operator:e.operator,right:g(e.right)}}),m(Ea,function(e){return{type:`AssignmentExpression`,operator:e.operator,left:g(e.left),right:g(e.right)}}),m(Va,function(e){return{type:`BinaryExpression`,left:{type:`PrivateIdentifier`,name:e.key.name},operator:`in`,right:g(e.value)}}),m(Oa,function(e){return{type:`ArrayExpression`,elements:e.elements.map(g)}}),m(ka,function(e){return{type:`ObjectExpression`,properties:e.properties.map(g)}}),m(Aa,function(e,t){var n=e.computed_key();let[r,i]=_(e.key,n,e.quote,e.value);var a;return e instanceof Fa?a=`get`:e instanceof Pa&&(a=`set`),e instanceof Na||e instanceof Ma?{type:`MethodDefinition`,computed:!1,kind:e instanceof Na?`get`:`set`,static:e.static,key:{type:`PrivateIdentifier`,name:e.key.name},value:g(e.value)}:e instanceof Ba?{type:`PropertyDefinition`,key:{type:`PrivateIdentifier`,name:e.key.name},value:g(e.value),computed:!1,static:e.static}:e instanceof za?{type:`PropertyDefinition`,key:i,value:g(e.value),computed:n,static:e.static}:t instanceof Ra?{type:`MethodDefinition`,computed:n,kind:a,static:e.static,key:g(e.key),value:g(e.value)}:{type:`Property`,computed:n,method:!1,shorthand:r,kind:a,key:i,value:g(e.value)}}),m(ja,function(e){var t=e.computed_key();let[n,r]=_(e.key,t,e.quote,e.value);return{type:`Property`,computed:t,shorthand:n,method:!1,kind:`init`,key:r,value:g(e.value)}}),m(Ia,function(e,t){let n=e.computed_key(),[r,i]=_(e.key,n,e.quote,e.value);return t instanceof ka?{type:`Property`,kind:`init`,computed:n,method:!0,shorthand:!1,key:i,value:g(e.value)}:{type:`MethodDefinition`,kind:!n&&e.key.name===`constructor`?`constructor`:`method`,computed:n,key:i,value:g(e.value),static:e.static}}),m(La,function(e){return{type:`MethodDefinition`,kind:`method`,key:{type:`PrivateIdentifier`,name:e.key.name},value:g(e.value),computed:!1,static:e.static}}),m(Ra,function(e){return{type:e instanceof Wa?`ClassExpression`:`ClassDeclaration`,superClass:g(e.extends),id:e.name?g(e.name):null,body:{type:`ClassBody`,body:e.properties.map(g)}}}),m(Ua,function(e){return{type:`StaticBlock`,body:e.body.map(g)}}),m(Ka,function(){return{type:`MetaProperty`,meta:{type:`Identifier`,name:`new`},property:{type:`Identifier`,name:`target`}}}),m(Ga,function(e,t){if(e instanceof to&&t.quote||(e instanceof co||e instanceof fo||e instanceof uo)&&e.quote)return{type:`Literal`,value:e.name};var n=e.definition();return{type:`Identifier`,name:n?n.mangled_name||n.name:e.name}}),m(bo,function(e){let t=e.value.source,n=e.value.flags;return{type:`Literal`,value:null,raw:e.print_to_string(),regex:{pattern:t,flags:n}}}),m(_o,function(e){return{type:`Literal`,value:e.value,raw:e.raw||e.print_to_string()}}),m(xo,function(e){return{type:`Identifier`,name:String(e.value)}}),m(yo,e=>({type:`Literal`,value:null,bigint:typeof BigInt==`function`?BigInt(e.value).toString():e.value,raw:e.raw})),Do.DEFMETHOD(`to_mozilla_ast`,_o.prototype.to_mozilla_ast),So.DEFMETHOD(`to_mozilla_ast`,_o.prototype.to_mozilla_ast),To.DEFMETHOD(`to_mozilla_ast`,function(){return null}),yi.DEFMETHOD(`to_mozilla_ast`,V.prototype.to_mozilla_ast),U.DEFMETHOD(`to_mozilla_ast`,Pi.prototype.to_mozilla_ast);function i(e){var t=e.loc,n=t&&t.start,r=e.range;return new pi(``,``,n&&n.line||0,n&&n.column||0,r?r[0]:e.start,!1,[],[],t&&t.source)}function a(e){var t=e.loc,n=t&&t.end,r=e.range;return new pi(``,``,n&&n.line||0,n&&n.column||0,r?r[0]:e.end,!1,[],[],t&&t.source)}var o=null;function s(e){return e==null?null:n[e.type](e)}function c(e,t){return!t&&e.type===`Literal`&&typeof e.value==`string`?`"`:``}function l(e,t,n){return new e({start:i(t),quote:n?`"`:void 0,name:t.type===`Identifier`?t.name:String(t.value),end:a(t)})}function u(t,n){return new(n?Ni:Pi)({start:i(t),end:a(t),name:t.id&&l(n?to:ro,t.id),argnames:t.params.map(e=>d(e,$a)),is_generator:t.generator,async:t.async,body:e(s(t.body).body)})}function d(e,t){switch(e.type){case`ObjectPattern`:return new Li({start:i(e),end:a(e),names:e.properties.map(e=>d(e,t)),is_array:!1});case`Property`:var n=e.key,r={start:i(n||e.value),end:a(e.value),key:n.type==`Identifier`?n.name:String(n.value),quote:!e.computed&&n.type===`Literal`&&typeof n.value==`string`?`"`:``,value:d(e.value,t)};return e.computed&&(r.key=s(e.key)),new ja(r);case`ArrayPattern`:return new Li({start:i(e),end:a(e),names:e.elements.map(function(e){return e===null?new To:d(e,t)}),is_array:!0});case`SpreadElement`:case`RestElement`:return new Mi({start:i(e),end:a(e),expression:d(e.argument,t)});case`AssignmentPattern`:return new Da({start:i(e),end:a(e),left:d(e.left,t),operator:`=`,right:s(e.right)});case`Identifier`:return new t({start:i(e),end:a(e),name:e.name});default:throw Error(`Invalid node type for destructuring: `+e.type)}}function f(e){if(!e)return null;let t=l(po,e),n=o.length;for(;n--;){let e=o[n];if(t.name===e.name){t.thedef=e;break}}return t}z.from_mozilla_ast=function(e){var t=o;o=[];var n=s(e);return o=t,n};function p(e,t){var n=e.start,r=e.end;return n&&r?(n.pos!=null&&r.endpos!=null&&(t.range=[n.pos,r.endpos]),n.line&&(t.loc={start:{line:n.line,column:n.col},end:r.endline?{line:r.endline,column:r.endcol}:null},n.file&&(t.loc.source=n.file)),t):t}function m(e,t){e.DEFMETHOD(`to_mozilla_ast`,function(e){return p(this,t(this,e))})}var h=null;function g(e){h===null&&(h=[]),h.push(e);var t=e==null?null:e.to_mozilla_ast(h[h.length-2]);return h.pop(),h.length===0&&(h=null),t}function _(e,t=!1,n=!1,r=null){if(t)return[!1,g(e)];let i=typeof e==`string`?e:e.name,a;return a=n?{type:`Literal`,value:i,raw:JSON.stringify(i)}:``+ +i===i&&+i>=0?{type:`Literal`,value:+i,raw:JSON.stringify(+i)}:{type:`Identifier`,name:i},[a.type===`Identifier`&&a.name===i&&(r instanceof Ga&&r.name===i||r instanceof Da&&r.left.name===i),a]}function v(e){if(e instanceof Mi)return{type:`RestElement`,argument:v(e.expression)};if(e instanceof Ga||e instanceof Li||e instanceof Da||e instanceof K)return g(e);throw Error(e.TYPE)}function y(){for(var e=h.length;e--;)if(h[e]instanceof Li)return!0;return!1}function b(e){return{type:`BlockStatement`,body:e.body.map(g)}}function x(e,t){var n=t.body.map(g);return t.body[0]instanceof B&&t.body[0].body instanceof vo&&n.unshift(g(new bi(t.body[0]))),{type:e,body:n}}})();function Io(e){let t=e.parent(-1);for(let n=0,r;r=e.parent(n);n++){if(r instanceof mi&&r.body===t)return!0;if(r instanceof G&&r.expressions[0]===t||r.TYPE===`Call`&&r.expression===t||r instanceof Ri&&r.prefix===t||r instanceof ba&&r.expression===t||r instanceof Sa&&r.expression===t||r instanceof Ca&&r.expression===t||r instanceof Y&&r.condition===t||r instanceof J&&r.left===t||r instanceof Ta&&r.expression===t)t=r;else return!1}}function Lo(e){return e instanceof ka?!0:e instanceof G?Lo(e.expressions[0]):e.TYPE===`Call`?Lo(e.expression):e instanceof Ri?Lo(e.prefix):e instanceof ba||e instanceof Sa||e instanceof Ca?Lo(e.expression):e instanceof Y?Lo(e.condition):e instanceof J?Lo(e.left):e instanceof Ta?Lo(e.expression):!1}var Ro=10,zo=32,Bo=/[@#]__(PURE|INLINE|NOINLINE)__/;function Vo(e){return(e.type===`comment2`||e.type===`comment1`)&&/@preserve|@copyright|@lic|@cc_on|^\**!/i.test(e.value)}var Ho=8*1e3,Uo=class{constructor(){this.committed=``,this.current=``}append(e){this.current.length>Ho?(this.committed+=this.current+e,this.current=``):this.current+=e}insertAt(e,t){let{committed:n,current:r}=this;t<n.length?this.committed=n.slice(0,t)+e+n.slice(t):t===n.length?this.committed+=e:(t-=n.length,this.committed+=r.slice(0,t)+e,this.current=r.slice(t))}charAt(e){let{committed:t}=this;return e<t.length?t[e]:this.current[e-t.length]}charCodeAt(e){let{committed:t}=this;return e<t.length?t.charCodeAt(e):this.current.charCodeAt(e-t.length)}length(){return this.committed.length+this.current.length}expectDirective(){let e,t=this.length();if(t<=0)return!0;for(;(e=this.charCodeAt(--t))&&(e==zo||e==Ro););return!e||e===59||e===123}hasNLB(){let e=this.length()-1;for(;e>=0;){let t=this.charCodeAt(e--);if(t===Ro)return!0;if(t!==zo)return!1}return!0}toString(){return this.committed+this.current}};function Wo(e){var t=!e;e=Vn(e,{ascii_only:!1,beautify:!1,braces:!1,comments:`some`,ecma:5,ie8:!1,indent_level:4,indent_start:0,inline_script:!0,keep_numbers:!1,keep_quoted_props:!1,max_line_len:!1,preamble:null,preserve_annotations:!1,quote_keys:!1,quote_style:0,safari10:!1,semicolons:!0,shebang:!0,shorthand:void 0,source_map:null,webkit:!1,width:80,wrap_iife:!1,wrap_func_args:!1,_destroy_ast:!1},!0),e.shorthand===void 0&&(e.shorthand=e.ecma>5);var n=Un;if(e.comments){let t=e.comments;if(typeof e.comments==`string`&&/^\/.*\/[a-zA-Z]*$/.test(e.comments)){var r=e.comments.lastIndexOf(`/`);t=new RegExp(e.comments.substr(1,r-1),e.comments.substr(r+1))}n=t instanceof RegExp?function(e){return e.type!=`comment5`&&t.test(e.value)}:typeof t==`function`?function(e){return e.type!=`comment5`&&t(this,e)}:t===`some`?Vo:Wn}if(e.preserve_annotations){let e=n;n=function(t){return Bo.test(t.value)||e.apply(this,arguments)}}var i=0,a=0,o=1,s=0,c=new Uo;let l=new Set;var u=e.ascii_only?function(t,n=!1,r=!1){return e.ecma>=2015&&!e.safari10&&!r&&(t=t.replace(/[\ud800-\udbff][\udc00-\udfff]/g,function(e){return`\\u{`+Lr(e,0).toString(16)+`}`})),t.replace(/[\u0000-\u001f\u007f-\uffff]/g,function(e){var t=e.charCodeAt(0).toString(16);if(t.length<=2&&!n){for(;t.length<2;)t=`0`+t;return`\\x`+t}else{for(;t.length<4;)t=`0`+t;return`\\u`+t}})}:function(e){return e.replace(/[\ud800-\udbff][\udc00-\udfff]|([\ud800-\udbff]|[\udc00-\udfff])/g,function(e,t){return t?`\\u`+t.charCodeAt(0).toString(16):e})};function d(t,n){var r=0,i=0;t=t.replace(/[\\\b\f\n\r\v\t\x22\x27\u2028\u2029\0\ufeff]/g,function(n,a){switch(n){case`"`:return++r,`"`;case`'`:return++i,`'`;case`\\`:return`\\\\`;case`
20
+ `:return`\\n`;case`\r`:return`\\r`;case` `:return`\\t`;case`\b`:return`\\b`;case`\f`:return`\\f`;case`\v`:return e.ie8?`\\x0B`:`\\v`;case`\u2028`:return`\\u2028`;case`\u2029`:return`\\u2029`;case``:return`\\ufeff`;case`\0`:return/[0-9]/.test(Ir(t,a+1))?`\\x00`:`\\0`}return n});function a(){return`'`+t.replace(/\x27/g,`\\'`)+`'`}function o(){return`"`+t.replace(/\x22/g,`\\"`)+`"`}function s(){return"`"+t.replace(/`/g,"\\`")+"`"}if(t=u(t),n==="`")return s();switch(e.quote_style){case 1:return a();case 2:return o();case 3:return n==`'`?a():o();default:return r>i?a():o()}}function f(t,n){var r=d(t,n);return e.inline_script&&(r=r.replace(/<\x2f(script)([>\/\t\n\f\r ])/gi,`<\\/$1$2`),r=r.replace(/\x3c!--/g,`\\x3c!--`),r=r.replace(/--\x3e/g,`--\\x3e`)),r}function p(e){return e=e.toString(),e=u(e,!0),e}function m(t){return` `.repeat(e.indent_start+i-t*e.indent_level)}var h=!1,g=!1,_=!1,v=0,y=!1,b=!1,x=-1,S=``,C,w,T=e.source_map&&[],E=T?function(){T.forEach(function(t){try{let{name:n,token:r}=t;n!==!1&&(r.type==`name`||r.type===`privatename`?n=r.value:n instanceof Ga&&(n=r.type===`string`?r.value:n.name)),e.source_map.add(t.token.file,t.line,t.col,t.token.line,t.token.col,Kr(n)?n:void 0)}catch{}}),T=[]}:Hn,D=e.max_line_len?function(){if(a>e.max_line_len&&v){c.insertAt(`
21
+ `,v);let e=c.length()-v-1;if(T){var t=e-a;T.forEach(function(e){e.line++,e.col+=t})}o++,s++,a=e}v&&(v=0,E())}:Hn,O=$n("( [ + * / - , . `");function k(t){t=String(t);var n=Ir(t,0);y&&n&&(y=!1,n!==`
22
+ `&&(k(`
23
+ `),te())),b&&n&&(b=!1,/[\s;})]/.test(n)||ee()),x=-1;var r=S.charAt(S.length-1);_&&(_=!1,(r===`:`&&n===`}`||(!n||!`;}`.includes(n))&&r!==`;`)&&(e.semicolons||O.has(n)?(c.append(`;`),a++,s++):(D(),a>0&&(c.append(`
24
+ `),s++,o++,a=0),/^\s+$/.test(t)&&(_=!0)),e.beautify||(g=!1))),g&&=((Wr(r)&&(Wr(n)||n==`\\`)||n==`/`&&n==r||(n==`+`||n==`-`)&&n==S)&&(c.append(` `),a++,s++),!1),C&&(T.push({token:C,name:w,line:o,col:a}),C=!1,v||E()),c.append(t),h=t[t.length-1]==`(`,s+=t.length;var i=t.split(/\r?\n/),l=i.length-1;o+=l,a+=i[0].length,l>0&&(D(),a=i[l].length),S=t}var A=function(){k(`*`)},ee=e.beautify?function(){k(` `)}:function(){g=!0},te=e.beautify?function(t){e.beautify&&k(m(t?.5:0))}:Hn,ne=e.beautify?function(e,t){e===!0&&(e=ie());var n=i;i=e;var r=t();return i=n,r}:function(e,t){return t()},j=e.beautify?function(){if(x<0)return k(`
25
+ `);c.charAt(x)!=`
26
+ `&&(c.insertAt(`
27
+ `,x),s++,o++),x++}:e.max_line_len?function(){D(),v=c.length()}:Hn,re=e.beautify?function(){k(`;`)}:function(){_=!0};function M(){_=!1,k(`;`)}function ie(){return i+e.indent_level}function ae(e){var t;return k(`{`),j(),ne(ie(),function(){t=e()}),te(),k(`}`),t}function oe(e){k(`(`);var t=e();return k(`)`),t}function se(e){k(`[`);var t=e();return k(`]`),t}function ce(){k(`,`),ee()}function N(){k(`:`),ee()}var le=T?function(e,t){C=e,w=t}:Hn;function ue(){return v&&D(),c.toString()}function de(t){return e.preserve_annotations||(t=t.replace(Bo,` `)),/^\s*$/.test(t)?``:t.replace(/(<\s*\/\s*)(script)/i,`<\\/$2`)}function fe(t){var r=this,i=t.start;if(!i)return;var a=r.printed_comments;let o=t instanceof Hi&&t.value||(t instanceof Ji||t instanceof Yi)&&t.expression;if(i.comments_before&&a.has(i.comments_before))if(o)i.comments_before=[];else return;var l=i.comments_before;if(l||=i.comments_before=[],a.add(l),o){var u=new No(function(e){var t=u.parent();if(t instanceof Hi||t instanceof Ji||t instanceof Yi||t instanceof J&&t.left===e||t.TYPE==`Call`&&t.expression===e||t instanceof Y&&t.condition===e||t instanceof ba&&t.expression===e||t instanceof G&&t.expressions[0]===e||t instanceof Sa&&t.expression===e||t instanceof Ta){if(!e.start)return;var n=e.start.comments_before;n&&!a.has(n)&&(a.add(n),l=l.concat(n))}else return!0});u.push(t),o.walk(u)}if(s==0){l.length>0&&e.shebang&&l[0].type===`comment5`&&!a.has(l[0])&&(k(`#!`+l.shift().value+`
28
+ `),te());var d=e.preamble;d&&k(d.replace(/\r\n?|[\n\u2028\u2029]|\s*$/g,`
29
+ `))}if(l=l.filter(n,t).filter(e=>!a.has(e)),l.length!=0){var f=c.hasNLB();l.forEach(function(e,t){if(a.add(e),f||(e.nlb?(k(`
30
+ `),te(),f=!0):t>0&&ee()),/comment[134]/.test(e.type)){var n=de(e.value);n&&(k(`//`+n+`
31
+ `),te()),f=!0}else if(e.type==`comment2`){var n=de(e.value);n&&k(`/*`+n+`*/`),f=!1}}),f||(i.nlb?(k(`
32
+ `),te()):ee())}}function pe(e,t){var r=this,i=e.end;if(i){var a=r.printed_comments,o=i[t?`comments_before`:`comments_after`];if(!(!o||a.has(o))&&(e instanceof mi||o.every(e=>!/comment[134]/.test(e.type)))){a.add(o);var s=c.length();o.filter(n,e).forEach(function(e,n){if(!a.has(e)){if(a.add(e),b=!1,y?(k(`
33
+ `),te(),y=!1):e.nlb&&(n>0||!c.hasNLB())?(k(`
34
+ `),te()):(n>0||!t)&&ee(),/comment[134]/.test(e.type)){let t=de(e.value);t&&k(`//`+t),y=!0}else if(e.type==`comment2`){let t=de(e.value);t&&k(`/*`+t+`*/`),b=!0}}}),c.length()>s&&(x=s)}}}let me=e._destroy_ast?function(e){e.body.length=0,e.argnames.length=0}:Hn;var P=[];return{get:ue,toString:ue,indent:te,in_directive:!1,use_asm:null,active_scope:null,indentation:function(){return i},current_width:function(){return a-i},should_break:function(){return e.width&&this.current_width()>=e.width},has_parens:function(){return h},newline:j,print:k,star:A,space:ee,comma:ce,colon:N,last:function(){return S},semicolon:re,force_semicolon:M,to_utf8:u,print_name:function(e){k(p(e))},print_string:function(e,t,n){var r=f(e,t);n===!0&&!r.includes(`\\`)&&(c.expectDirective()||M(),M()),k(r)},print_template_string_chars:function(e){var t=f(e,"`").replace(/\${/g,"\\${");return k(t.substr(1,t.length-2))},encode_string:f,next_indent:ie,with_indent:ne,with_block:ae,with_parens:oe,with_square:se,add_mapping:le,option:function(t){return e[t]},gc_scope:me,printed_comments:l,prepend_comments:t?Hn:fe,append_comments:t||n===Un?Hn:pe,line:function(){return o},col:function(){return a},pos:function(){return s},push_node:function(e){P.push(e)},pop_node:function(){return P.pop()},parent:function(e){return P[P.length-2-(e||0)]}}}(function(){function e(e,t){e.DEFMETHOD(`_codegen`,t)}z.DEFMETHOD(`print`,function(e,t){var n=this,r=n._codegen;n instanceof H?e.active_scope=n:!e.use_asm&&n instanceof gi&&n.value==`use asm`&&(e.use_asm=e.active_scope);function i(){e.prepend_comments(n),n.add_source_map(e),r(n,e),e.append_comments(n)}e.push_node(n),t||n.needs_parens(e)?e.with_parens(i):i(),e.pop_node(),n===e.use_asm&&(e.use_asm=null)}),z.DEFMETHOD(`_print`,z.prototype.print),z.DEFMETHOD(`print_to_string`,function(e){var t=Wo(e);return this.print(t),t.get()});function t(e,n){Array.isArray(e)?e.forEach(function(e){t(e,n)}):e.DEFMETHOD(`needs_parens`,n)}t(z,Un),t(Pi,function(e){if(!e.has_parens()&&Io(e))return!0;if(e.option(`webkit`)){var t=e.parent();if(t instanceof K&&t.expression===this)return!0}if(e.option(`wrap_iife`)){var t=e.parent();if(t instanceof W&&t.expression===this)return!0}if(e.option(`wrap_func_args`)){var t=e.parent();if(t instanceof W&&t.args.includes(this))return!0}return!1}),t(Fi,function(e){var t=e.parent();return e.option(`wrap_func_args`)&&t instanceof W&&t.args.includes(this)?!0:t instanceof K&&t.expression===this||t instanceof Y&&t.condition===this}),t(ka,function(e){return!e.has_parens()&&Io(e)}),t(Wa,Io),t(wa,function(e){var t=e.parent();return t instanceof K&&t.expression===this||t instanceof W&&t.expression===this||t instanceof J&&t.operator===`**`&&this instanceof q&&t.left===this&&this.operator!==`++`&&this.operator!==`--`}),t(Ji,function(e){var t=e.parent();return t instanceof K&&t.expression===this||t instanceof W&&t.expression===this||t instanceof J&&t.operator===`**`&&t.left===this||e.option(`safari10`)&&t instanceof q}),t(G,function(e){var t=e.parent();return t instanceof W||t instanceof wa||t instanceof J||t instanceof da||t instanceof K&&this!==t.property||t instanceof Oa||t instanceof Aa||t instanceof Y||t instanceof Fi||t instanceof Da||t instanceof Mi||t instanceof ki&&this===t.object||t instanceof Yi||t instanceof va}),t(J,function(e){var t=e.parent();if(t instanceof W&&t.expression===this||t instanceof wa||t instanceof K&&t.expression===this)return!0;if(t instanceof J){let e=t.operator,n=this.operator;if(n===`??`&&(e===`||`||e===`&&`)||e===`??`&&(n===`||`||n===`&&`))return!0;let r=ii[e],i=ii[n];if(r>i||r==i&&(this===t.right||e==`**`))return!0}if(t instanceof Va){let e=this.operator,n=ii.in,r=ii[e];if(n>r||n==r&&this===t.value)return!0}}),t(Va,function(e){var t=e.parent();if(t instanceof W&&t.expression===this||t instanceof wa||t instanceof K&&t.expression===this)return!0;if(t instanceof J){let e=t.operator,n=ii[e],r=ii.in;if(n>r||n==r&&(this===t.right||e==`**`))return!0}if(t instanceof Va&&this===t.value)return!0}),t(Yi,function(e){var t=e.parent();if(t instanceof J&&t.operator!==`=`||t instanceof W&&t.expression===this||t instanceof Y&&t.condition===this||t instanceof wa||t instanceof K&&t.expression===this)return!0}),t(Ca,function(e){var t=e.parent();return t instanceof W||t instanceof K?t.expression===this:!1}),t(K,function(e){var t=e.parent();if(t instanceof ya&&t.expression===this)return Ao(this,e=>{if(e instanceof H)return!0;if(e instanceof W)return Mo})}),t(W,function(e){var t=e.parent(),n;return t instanceof ya&&t.expression===this||t instanceof va&&t.is_default&&this.expression instanceof Pi?!0:this.expression instanceof Pi&&t instanceof K&&t.expression===this&&(n=e.parent(1))instanceof Ea&&n.left===t}),t(ya,function(e){var t=e.parent();if(this.args.length===0&&(t instanceof K||t instanceof W&&t.expression===this||t instanceof Ri&&t.prefix===this))return!0}),t(Z,function(e){var t=e.parent();if(t instanceof K&&t.expression===this){var n=this.getValue();if(n<0||/^0/.test(p(n)))return!0}}),t(yo,function(e){var t=e.parent();if(t instanceof K&&t.expression===this&&this.getValue().startsWith(`-`))return!0}),t([Ea,Y],function(e){var t=e.parent();if(t instanceof wa||t instanceof J&&!(t instanceof Ea)||t instanceof W&&t.expression===this||t instanceof Y&&t.condition===this||t instanceof K&&t.expression===this||this instanceof Ea&&this.left instanceof Li&&this.left.is_array===!1)return!0}),e(gi,function(e,t){t.print_string(e.value,e.quote),t.semicolon()}),e(Mi,function(e,t){t.print(`...`),e.expression.print(t)}),e(Li,function(e,t){t.print(e.is_array?`[`:`{`);var n=e.names.length;e.names.forEach(function(e,r){r>0&&t.comma(),e.print(t),r==n-1&&e instanceof To&&t.comma()}),t.print(e.is_array?`]`:`}`)}),e(hi,function(e,t){t.print(`debugger`),t.semicolon()});function n(e,t,n,r){var i=e.length-1;n.in_directive=r,e.forEach(function(e,r){n.in_directive===!0&&!(e instanceof gi||e instanceof bi||e instanceof B&&e.body instanceof vo)&&(n.in_directive=!1),e instanceof bi||(n.indent(),e.print(n),r==i&&t||(n.newline(),t&&n.newline())),n.in_directive===!0&&e instanceof B&&e.body instanceof vo&&(n.in_directive=!1)}),n.in_directive=!1}xi.DEFMETHOD(`_do_print_body`,function(e){d(this.body,e)}),e(mi,function(e,t){e.body.print(t),t.semicolon()}),e(ji,function(e,t){n(e.body,!0,t,!0),t.print(``)}),e(Si,function(e,t){e.label.print(t),t.colon(),e.body.print(t)}),e(B,function(e,t){e.body.print(t),t.semicolon()});function r(e,t){t.print(`{`),t.with_indent(t.next_indent(),function(){t.append_comments(e,!0)}),t.add_mapping(e.end),t.print(`}`)}function i(e,t,i){e.body.length>0?t.with_block(function(){n(e.body,!1,t,i),t.add_mapping(e.end)}):r(e,t)}e(V,function(e,t){i(e,t)}),e(bi,function(e,t){t.semicolon()}),e(Ti,function(e,t){t.print(`do`),t.space(),m(e.body,t),t.space(),t.print(`while`),t.space(),t.with_parens(function(){e.condition.print(t)}),t.semicolon()}),e(Ei,function(e,t){t.print(`while`),t.space(),t.with_parens(function(){e.condition.print(t)}),t.space(),e._do_print_body(t)}),e(Di,function(e,t){t.print(`for`),t.space(),t.with_parens(function(){e.init?(e.init instanceof aa?e.init.print(t):o(e.init,t,!0),t.print(`;`),t.space()):t.print(`;`),e.condition?(e.condition.print(t),t.print(`;`),t.space()):t.print(`;`),e.step&&e.step.print(t)}),t.space(),e._do_print_body(t)}),e(Oi,function(e,t){t.print(`for`),e.await&&(t.space(),t.print(`await`)),t.space(),t.with_parens(function(){e.init.print(t),t.space(),t.print(e instanceof ki?`of`:`in`),t.space(),e.object.print(t)}),t.space(),e._do_print_body(t)}),e(Ai,function(e,t){t.print(`with`),t.space(),t.with_parens(function(){e.expression.print(t)}),t.space(),e._do_print_body(t)}),U.DEFMETHOD(`_do_print`,function(e,t){var n=this;t||(n.async&&(e.print(`async`),e.space()),e.print(`function`),n.is_generator&&e.star(),n.name&&e.space()),n.name instanceof Ga?n.name.print(e):t&&n.name instanceof z&&e.with_square(function(){n.name.print(e)}),e.with_parens(function(){n.argnames.forEach(function(t,n){n&&e.comma(),t.print(e)})}),e.space(),i(n,e,!0)}),e(U,function(e,t){e._do_print(t),t.gc_scope(e)}),e(Ri,function(e,t){var n=e.prefix,r=n instanceof U||n instanceof J||n instanceof Y||n instanceof G||n instanceof wa||n instanceof ba&&n.expression instanceof ka;r&&t.print(`(`),e.prefix.print(t),r&&t.print(`)`),e.template_string.print(t)}),e(zi,function(e,t){var n=t.parent()instanceof Ri;t.print("`");for(var r=0;r<e.segments.length;r++)e.segments[r]instanceof Bi?n?t.print(e.segments[r].raw):t.print_template_string_chars(e.segments[r].value):(t.print("${"),e.segments[r].print(t),t.print(`}`));t.print("`")}),e(Bi,function(e,t){t.print_template_string_chars(e.value)}),Fi.DEFMETHOD(`_do_print`,function(e){var t=this,n=e.parent(),r=n instanceof J&&!(n instanceof Ea)&&!(n instanceof Da)||n instanceof wa||n instanceof W&&t===n.expression;r&&e.print(`(`),t.async&&(e.print(`async`),e.space()),t.argnames.length===1&&t.argnames[0]instanceof Ga?t.argnames[0].print(e):e.with_parens(function(){t.argnames.forEach(function(t,n){n&&e.comma(),t.print(e)})}),e.space(),e.print(`=>`),e.space();let a=t.body[0];if(t.body.length===1&&a instanceof Ui){let t=a.value;t?Lo(t)?(e.print(`(`),t.print(e),e.print(`)`)):t.print(e):e.print(`{}`)}else i(t,e);r&&e.print(`)`),e.gc_scope(t)}),Hi.DEFMETHOD(`_do_print`,function(e,t){if(e.print(t),this.value){e.space();let t=this.value.start.comments_before;t&&t.length&&!e.printed_comments.has(t)?(e.print(`(`),this.value.print(e),e.print(`)`)):this.value.print(e)}e.semicolon()}),e(Ui,function(e,t){e._do_print(t,`return`)}),e(Wi,function(e,t){e._do_print(t,`throw`)}),e(Yi,function(e,t){var n=e.is_star?`*`:``;t.print(`yield`+n),e.expression&&(t.space(),e.expression.print(t))}),e(Ji,function(e,t){t.print(`await`),t.space();var n=e.expression,r=!(n instanceof W||n instanceof X||n instanceof K||n instanceof wa||n instanceof _o||n instanceof Ji||n instanceof ka);r&&t.print(`(`),e.expression.print(t),r&&t.print(`)`)}),Gi.DEFMETHOD(`_do_print`,function(e,t){e.print(t),this.label&&(e.space(),this.label.print(e)),e.semicolon()}),e(Ki,function(e,t){e._do_print(t,`break`)}),e(qi,function(e,t){e._do_print(t,`continue`)});function a(e,t){var n=e.body;if(t.option(`braces`)||t.option(`ie8`)&&n instanceof Ti)return m(n,t);if(!n)return t.force_semicolon();for(;;)if(n instanceof Xi){if(!n.alternative){m(e.body,t);return}n=n.alternative}else if(n instanceof xi)n=n.body;else break;d(e.body,t)}e(Xi,function(e,t){t.print(`if`),t.space(),t.with_parens(function(){e.condition.print(t)}),t.space(),e.alternative?(a(e,t),t.space(),t.print(`else`),t.space(),e.alternative instanceof Xi?e.alternative.print(t):d(e.alternative,t)):e._do_print_body(t)}),e(Zi,function(e,t){t.print(`switch`),t.space(),t.with_parens(function(){e.expression.print(t)}),t.space();var n=e.body.length-1;n<0?r(e,t):t.with_block(function(){e.body.forEach(function(e,r){t.indent(!0),e.print(t),r<n&&e.body.length>0&&t.newline()})})}),Qi.DEFMETHOD(`_do_print_body`,function(e){e.newline(),this.body.forEach(function(t){e.indent(),t.print(e),e.newline()})}),e($i,function(e,t){t.print(`default:`),e._do_print_body(t)}),e(ea,function(e,t){t.print(`case`),t.space(),e.expression.print(t),t.print(`:`),e._do_print_body(t)}),e(ta,function(e,t){t.print(`try`),t.space(),e.body.print(t),e.bcatch&&(t.space(),e.bcatch.print(t)),e.bfinally&&(t.space(),e.bfinally.print(t))}),e(na,function(e,t){i(e,t)}),e(ra,function(e,t){t.print(`catch`),e.argname&&(t.space(),t.with_parens(function(){e.argname.print(t)})),t.space(),i(e,t)}),e(ia,function(e,t){t.print(`finally`),t.space(),i(e,t)}),aa.DEFMETHOD(`_do_print`,function(e,t){e.print(t),e.space(),this.definitions.forEach(function(t,n){n&&e.comma(),t.print(e)});var n=e.parent();(!(n instanceof Di||n instanceof Oi)||n&&n.init!==this)&&e.semicolon()}),e(ca,function(e,t){e._do_print(t,`let`)}),e(sa,function(e,t){e._do_print(t,`var`)}),e(la,function(e,t){e._do_print(t,`const`)}),e(ua,function(e,t){e._do_print(t,e.await?`await using`:`using`)}),e(ha,function(e,t){t.print(`import`),t.space(),e.phase&&(t.print(e.phase),t.space()),e.imported_name&&e.imported_name.print(t),e.imported_name&&e.imported_names&&(t.print(`,`),t.space()),e.imported_names&&(e.imported_names.length===1&&e.imported_names[0].foreign_name.name===`*`&&!e.imported_names[0].foreign_name.quote?e.imported_names[0].print(t):(t.print(`{`),e.imported_names.forEach(function(n,r){t.space(),n.print(t),r<e.imported_names.length-1&&t.print(`,`)}),t.space(),t.print(`}`))),(e.imported_name||e.imported_names)&&(t.space(),t.print(`from`),t.space()),e.module_name.print(t),e.attributes&&(t.print(`with`),e.attributes.print(t)),t.semicolon()}),e(ga,function(e,t){t.print(`import.meta`)}),e(_a,function(e,t){t.print(`import.`+e.phase),t.with_parens(function(){e.args.forEach(function(e,n){n&&t.comma(),e.print(t)})})}),e(ma,function(e,t){var n=t.parent()instanceof ha,r=e.name.definition(),i=e.foreign_name,a=(r&&r.mangled_name||e.name.name)!==i.name;!a&&i.name===`*`&&!!i.quote!=!!e.name.quote&&(a=!0);var o=!i.quote;a?(n?o?t.print(i.name):t.print_string(i.name,i.quote):e.name.quote?t.print_string(e.name.name,e.name.quote):e.name.print(t),t.space(),t.print(`as`),t.space(),n?e.name.print(t):o?t.print(i.name):t.print_string(i.name,i.quote)):e.name.quote?t.print_string(e.name.name,e.name.quote):e.name.print(t)}),e(va,function(e,t){if(t.print(`export`),t.space(),e.is_default&&(t.print(`default`),t.space()),e.exported_names)e.exported_names.length===1&&e.exported_names[0].name.name===`*`&&!e.exported_names[0].name.quote?e.exported_names[0].print(t):(t.print(`{`),e.exported_names.forEach(function(n,r){t.space(),n.print(t),r<e.exported_names.length-1&&t.print(`,`)}),t.space(),t.print(`}`));else if(e.exported_value)e.exported_value.print(t);else if(e.exported_definition&&(e.exported_definition.print(t),e.exported_definition instanceof oa))return;e.module_name&&(t.space(),t.print(`from`),t.space(),e.module_name.print(t)),e.attributes&&(t.print(`with`),e.attributes.print(t)),(e.exported_value&&!(e.exported_value instanceof Ii||e.exported_value instanceof Pi||e.exported_value instanceof Ra)||e.module_name||e.exported_names)&&t.semicolon()});function o(e,t,n){var r=!1;n&&(r=Ao(e,e=>{if(e instanceof H&&!(e instanceof Fi))return!0;if(e instanceof J&&e.operator==`in`||e instanceof Va)return Mo})),e.print(t,r)}e(da,function(e,t){if(e.name.print(t),e.value){t.space(),t.print(`=`),t.space();var n=t.parent(1),r=n instanceof Di||n instanceof Oi;o(e.value,t,r)}}),e(W,function(e,t){e.expression.print(t),!(e instanceof ya&&e.args.length===0)&&((e.expression instanceof W||e.expression instanceof U)&&t.add_mapping(e.start),e.optional&&t.print(`?.`),t.with_parens(function(){e.args.forEach(function(e,n){n&&t.comma(),e.print(t)})}))}),e(ya,function(e,t){t.print(`new`),t.space(),W.prototype._codegen(e,t)}),G.DEFMETHOD(`_do_print`,function(e){this.expressions.forEach(function(t,n){n>0&&(e.comma(),e.should_break()&&(e.newline(),e.indent())),t.print(e)})}),e(G,function(e,t){e._do_print(t)}),e(ba,function(e,t){var n=e.expression;n.print(t);var r=e.property,i=yr.has(r)?t.option(`ie8`):!qr(r,t.option(`ecma`)>=2015&&!t.option(`safari10`));e.optional&&t.print(`?.`),i?(t.print(`[`),t.add_mapping(e.end),t.print_string(r),t.print(`]`)):(n instanceof Z&&n.getValue()>=0&&(/[xa-f.)]/i.test(t.last())||t.print(`.`)),e.optional||t.print(`.`),t.add_mapping(e.end),t.print_name(r))}),e(xa,function(e,t){e.expression.print(t);var n=e.property;e.optional&&t.print(`?`),t.print(`.#`),t.add_mapping(e.end),t.print_name(n)}),e(Sa,function(e,t){e.expression.print(t),e.optional&&t.print(`?.`),t.print(`[`),e.property.print(t),t.print(`]`)}),e(Ca,function(e,t){e.expression.print(t)}),e(q,function(e,t){var n=e.operator;n===`--`&&t.last().endsWith(`!`)&&t.print(` `),t.print(n),(/^[a-z]/i.test(n)||/[+-]$/.test(n)&&e.expression instanceof q&&/^[+-]/.test(e.expression.operator))&&t.space(),e.expression.print(t)}),e(Ta,function(e,t){e.expression.print(t),t.print(e.operator)}),e(J,function(e,t){var n=e.operator;e.left.print(t),n[0]==`>`&&t.last().endsWith(`--`)?t.print(` `):t.space(),t.print(n),t.space(),e.right.print(t)}),e(Y,function(e,t){e.condition.print(t),t.space(),t.print(`?`),t.space(),e.consequent.print(t),t.space(),t.colon(),e.alternative.print(t)}),e(Oa,function(e,t){t.with_square(function(){var n=e.elements,r=n.length;r>0&&t.space(),n.forEach(function(e,n){n&&t.comma(),e.print(t),n===r-1&&e instanceof To&&t.comma()}),r>0&&t.space()})}),e(ka,function(e,t){e.properties.length>0?t.with_block(function(){e.properties.forEach(function(e,n){n&&(t.print(`,`),t.newline()),t.indent(),e.print(t)}),t.newline()}):r(e,t)}),e(Ra,function(e,t){if(t.print(`class`),t.space(),e.name&&(e.name.print(t),t.space()),e.extends){var n=!(e.extends instanceof X)&&!(e.extends instanceof K)&&!(e.extends instanceof Wa)&&!(e.extends instanceof Pi);t.print(`extends`),n?t.print(`(`):t.space(),e.extends.print(t),n?t.print(`)`):t.space()}e.properties.length>0?t.with_block(function(){e.properties.forEach(function(e,n){n&&t.newline(),t.indent(),e.print(t)}),t.newline()}):t.print(`{}`)}),e(Ka,function(e,t){t.print(`new.target`)});function s(e,t,n){return n.option(`quote_keys`)?(n.print_string(e),!1):``+ +e==e&&e>=0?n.option(`keep_numbers`)?(n.print(e),!1):(n.print(p(e)),!1):(yr.has(e)?n.option(`ie8`):n.option(`ecma`)<2015||n.option(`safari10`)?!Kr(e):!qr(e,!0))||t&&n.option(`keep_quoted_props`)?(n.print_string(e,t),!1):(n.print_name(e),!0)}e(ja,function(e,t){function n(e){var t=e.definition();return t?t.mangled_name||t.name:e.name}let r=t.option(`shorthand`)&&!(e.key instanceof z);r&&e.value instanceof Ga&&n(e.value)===e.key&&!yr.has(e.key)?s(e.key,e.quote,t)||(t.colon(),e.value.print(t)):r&&e.value instanceof Da&&e.value.left instanceof Ga&&n(e.value.left)===e.key?(s(e.key,e.quote,t)||(t.colon(),e.value.left.print(t)),t.space(),t.print(`=`),t.space(),e.value.right.print(t)):(e.key instanceof z?t.with_square(function(){e.key.print(t)}):s(e.key,e.quote,t),t.colon(),e.value.print(t))}),e(Ba,(e,t)=>{e.static&&(t.print(`static`),t.space()),t.print(`#`),s(e.key.name,void 0,t),e.value&&(t.print(`=`),e.value.print(t)),t.semicolon()}),e(za,(e,t)=>{e.static&&(t.print(`static`),t.space()),e.key instanceof no?s(e.key.name,e.quote,t):(t.print(`[`),e.key.print(t),t.print(`]`)),e.value&&(t.print(`=`),e.value.print(t)),t.semicolon()}),Aa.DEFMETHOD(`_print_getter_setter`,function(e,t,n){var r=this;r.static&&(n.print(`static`),n.space()),e&&(n.print(e),n.space()),r.key instanceof to?(t&&n.print(`#`),s(r.key.name,r.quote,n),r.key.add_source_map(n)):n.with_square(function(){r.key.print(n)}),r.value._do_print(n,!0)}),e(Pa,function(e,t){e._print_getter_setter(`set`,!1,t)}),e(Fa,function(e,t){e._print_getter_setter(`get`,!1,t)}),e(Ma,function(e,t){e._print_getter_setter(`set`,!0,t)}),e(Na,function(e,t){e._print_getter_setter(`get`,!0,t)}),e(Ia,function(e,t){var n;e.value.is_generator&&e.value.async?n=`async*`:e.value.is_generator?n=`*`:e.value.async&&(n=`async`),e._print_getter_setter(n,!1,t)}),e(La,function(e,t){var n;e.value.is_generator&&e.value.async?n=`async*`:e.value.is_generator?n=`*`:e.value.async&&(n=`async`),e._print_getter_setter(n,!0,t)}),e(Va,function(e,t){e.key.print(t),t.space(),t.print(`in`),t.space(),e.value.print(t)}),e(mo,function(e,t){t.print(`#`+e.name)}),e(Ua,function(e,t){t.print(`static`),t.space(),i(e,t)}),Ga.DEFMETHOD(`_do_print`,function(e){var t=this.definition();e.print_name(t?t.mangled_name||t.name:this.name)}),e(Ga,function(e,t){e._do_print(t)}),e(To,Hn),e(ho,function(e,t){t.print(`this`)}),e(go,function(e,t){t.print(`super`)}),e(_o,function(e,t){t.print(e.getValue())}),e(vo,function(e,t){t.print_string(e.getValue(),e.quote,t.in_directive)}),e(Z,function(e,t){(t.option(`keep_numbers`)||t.use_asm)&&e.raw?t.print(e.raw):t.print(p(e.getValue()))}),e(yo,function(e,t){t.option(`keep_numbers`)&&e.raw?t.print(e.raw):t.print(e.getValue()+`n`)});let c=/(<\s*\/\s*script)/i,l=/^\s*script/i,u=(e,t)=>t.replace(`/`,`\\/`);e(bo,function(e,t){let{source:n,flags:r}=e.getValue();n=or(n),r=r?ur(r):``,n=n.replace(c,u),l.test(n)&&t.last().endsWith(`<`)&&t.print(` `),t.print(t.to_utf8(`/${n}/${r}`,!1,!0));let i=t.parent();i instanceof J&&/^\w/.test(i.operator)&&i.left===e&&t.print(` `)});function d(e,t){t.option(`braces`)?m(e,t):!e||e instanceof bi?t.force_semicolon():e instanceof aa&&!(e instanceof sa)||e instanceof Ra?m(e,t):e.print(t)}function f(e){for(var t=e[0],n=t.length,r=1;r<e.length;++r)e[r].length<n&&(t=e[r],n=t.length);return t}function p(e){var t=e.toString(10).replace(/^0\./,`.`).replace(`e+`,`e`),n=[t];Math.floor(e)===e&&(e<0?n.push(`-0x`+(-e).toString(16).toLowerCase()):n.push(`0x`+e.toString(16).toLowerCase()));var r,i,a;return(r=/^\.0+/.exec(t))?(i=r[0].length,a=t.slice(i),n.push(a+`e-`+(a.length+i-1))):(r=/0+$/.exec(t))?(i=r[0].length,n.push(t.slice(0,-i)+`e`+i)):(r=/^(\d)\.(\d+)e(-?\d+)$/.exec(t))&&n.push(r[1]+r[2]+`e`+(r[3]-r[2].length)),f(n)}function m(e,t){!e||e instanceof bi?t.print(`{}`):e instanceof V?e.print(t):t.with_block(function(){t.indent(),e.print(t),t.newline()})}function h(e,t){e.forEach(function(e){e.DEFMETHOD(`add_source_map`,t)})}h([z,Si,ji],Hn),h([Oa,V,ra,Ra,_o,hi,aa,gi,ia,Vi,U,ya,ka,xi,Ga,Zi,Qi,zi,Bi,ta],function(e){e.add_mapping(this.start)}),h([Fa,Pa,Na,Ma,Ia,La],function(e){e.add_mapping(this.start,!1)}),h([to,mo],function(e){let t=this.end&&this.end.type;t===`name`||t===`privatename`?e.add_mapping(this.end,this.name):e.add_mapping(this.end)}),h([Aa],function(e){e.add_mapping(this.start,this.key)})})();var Go=(e,t)=>e===null&&t===null||e.TYPE===t.TYPE&&e.shallow_cmp(t),Ko=(e,t)=>{if(!Go(e,t))return!1;let n=[e],r=[t],i=n.push.bind(n),a=r.push.bind(r);for(;n.length&&r.length;){let e=n.pop(),t=r.pop();if(!Go(e,t)||(e._children_backwards(i),t._children_backwards(a),n.length!==r.length))return!1}return n.length==0&&r.length==0},qo=()=>!0;z.prototype.shallow_cmp=function(){throw Error(`did not find a shallow_cmp function for `+this.constructor.name)},hi.prototype.shallow_cmp=qo,gi.prototype.shallow_cmp=function(e){return this.value===e.value},B.prototype.shallow_cmp=qo,yi.prototype.shallow_cmp=qo,bi.prototype.shallow_cmp=qo,Si.prototype.shallow_cmp=function(e){return this.label.name===e.label.name},Ti.prototype.shallow_cmp=qo,Ei.prototype.shallow_cmp=qo,Di.prototype.shallow_cmp=function(e){return(this.init==null?e.init==null:this.init===e.init)&&(this.condition==null?e.condition==null:this.condition===e.condition)&&(this.step==null?e.step==null:this.step===e.step)},Oi.prototype.shallow_cmp=qo,ki.prototype.shallow_cmp=qo,Ai.prototype.shallow_cmp=qo,ji.prototype.shallow_cmp=qo,Mi.prototype.shallow_cmp=qo,U.prototype.shallow_cmp=function(e){return this.is_generator===e.is_generator&&this.async===e.async},Li.prototype.shallow_cmp=function(e){return this.is_array===e.is_array},Ri.prototype.shallow_cmp=qo,zi.prototype.shallow_cmp=qo,Bi.prototype.shallow_cmp=function(e){return this.value===e.value},Vi.prototype.shallow_cmp=qo,Gi.prototype.shallow_cmp=qo,Ji.prototype.shallow_cmp=qo,Yi.prototype.shallow_cmp=function(e){return this.is_star===e.is_star},Xi.prototype.shallow_cmp=function(e){return this.alternative==null?e.alternative==null:this.alternative===e.alternative},Zi.prototype.shallow_cmp=qo,Qi.prototype.shallow_cmp=qo,ta.prototype.shallow_cmp=function(e){return this.body===e.body&&(this.bcatch==null?e.bcatch==null:this.bcatch===e.bcatch)&&(this.bfinally==null?e.bfinally==null:this.bfinally===e.bfinally)},ra.prototype.shallow_cmp=function(e){return this.argname==null?e.argname==null:this.argname===e.argname},ia.prototype.shallow_cmp=qo,aa.prototype.shallow_cmp=qo,da.prototype.shallow_cmp=function(e){return this.value==null?e.value==null:this.value===e.value},ma.prototype.shallow_cmp=qo,ha.prototype.shallow_cmp=function(e){return(this.imported_name||null)===(e.imported_name||null)&&(this.imported_names||null)===(e.imported_names||null)&&(this.attributes||null)===(e.attributes||null)&&(this.phase||null)===(e.phase||null)},ga.prototype.shallow_cmp=qo,_a.prototype.shallow_cmp=function(e){return(this.phase||null)===(e.phase||null)&&this.args.length===e.args.length},va.prototype.shallow_cmp=function(e){return(this.exported_definition==null?e.exported_definition==null:this.exported_definition===e.exported_definition)&&(this.exported_value==null?e.exported_value==null:this.exported_value===e.exported_value)&&(this.exported_names==null?e.exported_names==null:this.exported_names===e.exported_names)&&(this.attributes==null?e.attributes==null:this.attributes===e.attributes)&&this.module_name===e.module_name&&this.is_default===e.is_default},W.prototype.shallow_cmp=qo,G.prototype.shallow_cmp=qo,K.prototype.shallow_cmp=qo,Ca.prototype.shallow_cmp=qo,ba.prototype.shallow_cmp=function(e){return this.property===e.property&&!!this.quote==!!e.quote},xa.prototype.shallow_cmp=function(e){return this.property===e.property},wa.prototype.shallow_cmp=function(e){return this.operator===e.operator},J.prototype.shallow_cmp=function(e){return this.operator===e.operator},Va.prototype.shallow_cmp=qo,Y.prototype.shallow_cmp=qo,Oa.prototype.shallow_cmp=qo,ka.prototype.shallow_cmp=qo,Aa.prototype.shallow_cmp=qo,ja.prototype.shallow_cmp=function(e){return this.key===e.key&&this.quote===e.quote},Pa.prototype.shallow_cmp=function(e){return this.static===e.static},Fa.prototype.shallow_cmp=function(e){return this.static===e.static},Ia.prototype.shallow_cmp=function(e){return this.static===e.static},La.prototype.shallow_cmp=function(e){return this.static===e.static},Ra.prototype.shallow_cmp=function(e){return(this.name==null?e.name==null:this.name===e.name)&&(this.extends==null?e.extends==null:this.extends===e.extends)},za.prototype.shallow_cmp=function(e){return this.static===e.static&&(typeof this.key==`string`?this.key===e.key:!0)},Ba.prototype.shallow_cmp=function(e){return this.static===e.static},Ga.prototype.shallow_cmp=function(e){return this.name===e.name},Ka.prototype.shallow_cmp=qo,ho.prototype.shallow_cmp=qo,go.prototype.shallow_cmp=qo,vo.prototype.shallow_cmp=function(e){return this.value===e.value},Z.prototype.shallow_cmp=function(e){return this.value===e.value},yo.prototype.shallow_cmp=function(e){return this.value===e.value},bo.prototype.shallow_cmp=function(e){return this.value.flags===e.value.flags&&this.value.source===e.value.source},xo.prototype.shallow_cmp=qo;var Jo=1,Yo=2,Xo=null,Zo=null,Qo=null,$o=class e{constructor(t,n,r){this.name=n.name,this.orig=[n],this.init=r,this.eliminated=0,this.assignments=0,this.scope=t,this.replaced=0,this.global=!1,this.export=0,this.mangled_name=null,this.undeclared=!1,this.id=e.next_id++,this.chained=!1,this.direct_access=!1,this.escaped=0,this.recursive_refs=0,this.references=[],this.should_replace=void 0,this.single_use=!1,this.fixed=!1,Object.seal(this)}fixed_value(){return!this.fixed||this.fixed instanceof z?this.fixed:this.fixed()}unmangleable(e){return e||={},Xo&&Xo.has(this.id)&&ir(e.keep_fnames,this.orig[0].name)?!0:this.global&&!e.toplevel||this.export&Jo||this.undeclared||!e.eval&&this.scope.pinned()||(this.orig[0]instanceof ro||this.orig[0]instanceof eo)&&ir(e.keep_fnames,this.orig[0].name)||this.orig[0]instanceof to||(this.orig[0]instanceof ao||this.orig[0]instanceof io)&&ir(e.keep_classnames,this.orig[0].name)}mangle(e){let t=e.cache&&e.cache.props;if(this.global&&t&&t.has(this.name))this.mangled_name=t.get(this.name);else if(!this.mangled_name&&!this.unmangleable(e)){var n=this.scope,r=this.orig[0];e.ie8&&r instanceof ro&&(n=n.parent_scope);let i=es(this);this.mangled_name=i?i.mangled_name||i.name:n.next_mangled(e,this),this.global&&t&&t.set(this.name,this.mangled_name)}}};$o.next_id=1;function es(e){if(e.orig[0]instanceof oo&&e.scope.is_block_scope())return e.scope.get_defun_scope().variables.get(e.name)}H.DEFMETHOD(`figure_out_scope`,function(e,{parent_scope:t=void 0,toplevel:n=this}={}){if(e=Vn(e,{cache:null,ie8:!1,safari10:!1,module:!1}),!(n instanceof ji))throw Error(`Invalid toplevel scope`);var r=this.parent_scope=t,i=new Map,a=null,o=null,s=[],c=new No((t,n)=>{if(t.is_block_scope()){let i=r;if(t.block_scope=r=new H(t),r._block_scope=!0,r.init_scope_vars(i),r.uses_with=i.uses_with,r.uses_eval=i.uses_eval,e.safari10&&(t instanceof Di||t instanceof Oi||t instanceof ki)&&s.push(r),t instanceof Zi){let e=r;r=i,t.expression.walk(c),r=e;for(let e=0;e<t.body.length;e++)t.body[e].walk(c)}else n();return r=i,!0}if(t instanceof Li){let e=o;return o=t,n(),o=e,!0}if(t instanceof H){t.init_scope_vars(r);var u=r,d=a,f=i;return a=r=t,i=new Map,n(),r=u,a=d,i=f,!0}if(t instanceof Si){var p=t.label;if(i.has(p.name))throw Error(Xn(`Label {name} defined twice`,p));return i.set(p.name,p),n(),i.delete(p.name),!0}if(t instanceof Ai){for(var m=r;m;m=m.parent_scope)m.uses_with=!0;return}if(t instanceof Ga&&(t.scope=r),t instanceof lo&&(t.thedef=t,t.references=[]),t instanceof ro)a.def_function(t,t.name==`arguments`?void 0:a);else if(t instanceof eo){let e=a.parent_scope;t.scope=c.directives[`use strict`]?e:e.get_defun_scope(),l(t.scope.def_function(t,a),1)}else if(t instanceof ao)l(a.def_variable(t,a),1);else if(t instanceof so)r.def_variable(t);else if(t instanceof io)l((t.scope=a.parent_scope).def_function(t,a),1);else if(t instanceof Ja||t instanceof Qa||t instanceof Xa||t instanceof Za||t instanceof oo){var h=t instanceof Ya?r.def_variable(t,null):a.def_variable(t,t.TYPE==`SymbolVar`?null:void 0);if(h.orig.every(e=>e===t?!0:t instanceof Ya?e instanceof ro:!(e instanceof Qa||e instanceof Xa||e instanceof Za))||Xr(`"${t.name}" is redeclared`,t.start.file,t.start.line,t.start.col,t.start.pos),t instanceof $a||l(h,2),a!==r){t.mark_enclosed();var h=r.find_variable(t);t.thedef!==h&&(t.thedef=h,t.reference())}}else if(t instanceof po){var g=i.get(t.name);if(!g)throw Error(Xn(`Undefined label {name} [{line},{col}]`,{name:t.name,line:t.start.line,col:t.start.col}));t.thedef=g}!(r instanceof ji)&&(t instanceof va||t instanceof ha)&&Xr(`"${t.TYPE}" statement may only appear at the top level`,t.start.file,t.start.line,t.start.col,t.start.pos)});e.module&&(c.directives[`use strict`]=!0),this.walk(c);function l(e,t){if(o){var n=0;do t++;while(c.parent(n++)!==o)}var r=c.parent(t);if(e.export=r instanceof va?Jo:0){var i=r.exported_definition;(i instanceof Ii||i instanceof Ha)&&r.is_default&&(e.export=Yo)}}this instanceof ji&&(this.globals=new Map);var c=new No(e=>{if(e instanceof Gi&&e.label)return e.label.thedef.references.push(e),!0;if(e instanceof X){var t=e.name;if(t==`eval`&&c.parent()instanceof W)for(var r=e.scope;r&&!r.uses_eval;r=r.parent_scope)r.uses_eval=!0;var i;return c.parent()instanceof ma&&c.parent(1).module_name||!(i=e.scope.find_variable(t))?(i=n.def_global(e),e instanceof uo&&(i.export=Jo)):i.scope instanceof U&&t==`arguments`&&(i.scope.get_defun_scope().uses_arguments=!0),e.thedef=i,e.reference(),e.scope.is_block_scope()&&!(i.orig[0]instanceof Ya)&&(e.scope=e.scope.get_defun_scope()),!0}var a;if(e instanceof oo&&(a=es(e.definition())))for(var r=e.scope;r&&(Yn(r.enclosed,a),r!==a.scope);)r=r.parent_scope});if(this.walk(c),(e.ie8||e.safari10)&&Ao(this,e=>{if(e instanceof oo){var t=e.name,r=e.thedef.references,i=e.scope.get_defun_scope(),a=i.find_variable(t)||n.globals.get(t)||i.def_variable(e);return r.forEach(function(e){e.thedef=a,e.reference()}),e.thedef=a,e.reference(),!0}}),e.safari10)for(let e of s)e.parent_scope.variables.forEach(function(t){Yn(e.enclosed,t)})}),ji.DEFMETHOD(`def_global`,function(e){var t=this.globals,n=e.name;if(t.has(n))return t.get(n);var r=new $o(this,e);return r.undeclared=!0,r.global=!0,t.set(n,r),r}),H.DEFMETHOD(`init_scope_vars`,function(e){this.variables=new Map,this.uses_with=!1,this.uses_eval=!1,this.parent_scope=e,this.enclosed=[],this.cname=-1}),H.DEFMETHOD(`conflicting_def`,function(e){return this.enclosed.find(t=>t.name===e)||this.variables.has(e)||this.parent_scope&&this.parent_scope.conflicting_def(e)}),H.DEFMETHOD(`conflicting_def_shallow`,function(e){return this.enclosed.find(t=>t.name===e)||this.variables.has(e)}),H.DEFMETHOD(`add_child_scope`,function(e){if(e.parent_scope===this)return;e.parent_scope=this,e instanceof Fi&&this instanceof U&&!this.uses_arguments&&(this.uses_arguments=Ao(e,e=>{if(e instanceof X&&e.scope instanceof U&&e.name===`arguments`)return Mo;if(e instanceof U&&!(e instanceof Fi))return!0})),this.uses_with=this.uses_with||e.uses_with,this.uses_eval=this.uses_eval||e.uses_eval;let t=(()=>{let e=[],t=this;do e.push(t);while(t=t.parent_scope);return e.reverse(),e})(),n=new Set(e.enclosed),r=[];for(let e of t){r.forEach(t=>Yn(e.enclosed,t));for(let t of e.variables.values())n.has(t)&&(Yn(r,t),Yn(e.enclosed,t))}});function ts(e){let t=new Set;for(let n of new Set(e))(function e(n){n==null||t.has(n)||(t.add(n),e(n.parent_scope))})(n);return[...t]}H.DEFMETHOD(`create_symbol`,function(e,{source:t,tentative_name:n,scope:r,conflict_scopes:i=[r],init:a=null}={}){let o;if(i=ts(i),n){n=o=n.replace(/(?:^[^a-z_$]|[^a-z0-9_$])/gi,`_`);let e=0;for(;i.find(e=>e.conflicting_def_shallow(o));)o=n+`$`+ e++}if(!o)throw Error(`No symbol name could be generated in create_symbol()`);let s=L(e,t,{name:o,scope:r});return this.def_variable(s,a||null),s.mark_enclosed(),s}),z.DEFMETHOD(`is_block_scope`,Un),Ra.DEFMETHOD(`is_block_scope`,Un),U.DEFMETHOD(`is_block_scope`,Un),ji.DEFMETHOD(`is_block_scope`,Un),Qi.DEFMETHOD(`is_block_scope`,Un),yi.DEFMETHOD(`is_block_scope`,Wn),H.DEFMETHOD(`is_block_scope`,function(){return this._block_scope||!1}),Ci.DEFMETHOD(`is_block_scope`,Wn),U.DEFMETHOD(`init_scope_vars`,function(){H.prototype.init_scope_vars.apply(this,arguments),this.uses_arguments=!1,this.def_variable(new $a({name:`arguments`,start:this.start,end:this.end}))}),Fi.DEFMETHOD(`init_scope_vars`,function(){H.prototype.init_scope_vars.apply(this,arguments),this.uses_arguments=!1}),Ga.DEFMETHOD(`mark_enclosed`,function(){for(var e=this.definition(),t=this.scope;t&&(Yn(t.enclosed,e),t!==e.scope);)t=t.parent_scope}),Ga.DEFMETHOD(`reference`,function(){this.definition().references.push(this),this.mark_enclosed()}),H.DEFMETHOD(`find_variable`,function(e){return e instanceof Ga&&(e=e.name),this.variables.get(e)||this.parent_scope&&this.parent_scope.find_variable(e)}),H.DEFMETHOD(`def_function`,function(e,t){var n=this.def_variable(e,t);return(!n.init||n.init instanceof Ii)&&(n.init=t),n}),H.DEFMETHOD(`def_variable`,function(e,t){var n=this.variables.get(e.name);return n?(n.orig.push(e),n.init&&(n.scope!==e.scope||n.init instanceof Pi)&&(n.init=t)):(n=new $o(this,e,t),this.variables.set(e.name,n),n.global=!this.parent_scope),e.thedef=n});function ns(e,t){let n;Qo&&(n=e.get_defun_scope())&&Qo.has(n)&&(e=n);var r=e.enclosed,i=t.nth_identifier;out:for(;;){var a=i.get(++e.cname);if(!yr.has(a)&&!t.reserved.has(a)){if(Zo&&Zo.has(a))continue out;for(let e=r.length;--e>=0;){let n=r[e];if(a==(n.mangled_name||n.unmangleable(t)&&n.name))continue out}return a}}}H.DEFMETHOD(`next_mangled`,function(e){return ns(this,e)}),ji.DEFMETHOD(`next_mangled`,function(e){let t,n=this.mangled_names;do t=ns(this,e);while(n.has(t));return t}),Pi.DEFMETHOD(`next_mangled`,function(e,t){for(var n=t.orig[0]instanceof $a&&this.name&&this.name.definition(),r=n?n.mangled_name||n.name:null;;){var i=ns(this,e);if(!r||r!=i)return i}}),Ga.DEFMETHOD(`unmangleable`,function(e){var t=this.definition();return!t||t.unmangleable(e)}),lo.DEFMETHOD(`unmangleable`,Un),Ga.DEFMETHOD(`unreferenced`,function(){return!this.definition().references.length&&!this.scope.pinned()}),Ga.DEFMETHOD(`definition`,function(){return this.thedef}),Ga.DEFMETHOD(`global`,function(){return this.thedef.global});function rs(e){return e=Vn(e,{eval:!1,nth_identifier:is,ie8:!1,keep_classnames:!1,keep_fnames:!1,module:!1,reserved:[],toplevel:!1}),e.module&&(e.toplevel=!0),!Array.isArray(e.reserved)&&!(e.reserved instanceof Set)&&(e.reserved=[]),e.reserved=new Set(e.reserved),e.reserved.add(`arguments`),e}ji.DEFMETHOD(`mangle_names`,function(e){e=rs(e);var t=e.nth_identifier,n=-1,r=[];e.keep_fnames&&(Xo=new Set);let i=this.mangled_names=new Set;Zo=new Set,e.cache&&(this.globals.forEach(o),e.cache.props&&e.cache.props.forEach(function(e){i.add(e)}));var a=new No(function(i,s){if(i instanceof Si){var c=n;return s(),n=c,!0}if(i instanceof Ii&&!(a.parent()instanceof H)&&(Qo||=new Set,Qo.add(i.parent_scope.get_defun_scope())),i instanceof H){i.variables.forEach(o);return}if(i.is_block_scope()){i.block_scope.variables.forEach(o);return}if(Xo&&i instanceof fa&&i.name instanceof Ga&&i.value instanceof U&&!i.value.name&&ir(e.keep_fnames,i.name.name)){Xo.add(i.name.definition().id);return}if(i instanceof lo){let e;do e=t.get(++n);while(yr.has(e));return i.mangled_name=e,!0}if(!(e.ie8||e.safari10)&&i instanceof oo){r.push(i.definition());return}});this.walk(a),(e.keep_fnames||e.keep_classnames)&&r.forEach(t=>{t.name.length<6&&t.unmangleable(e)&&Zo.add(t.name)}),r.forEach(t=>{t.mangle(e)}),Xo=null,Zo=null,Qo=null;function o(t){t.export&Jo?Zo.add(t.name):e.reserved.has(t.name)||r.push(t)}}),ji.DEFMETHOD(`find_colliding_names`,function(e){let t=e.cache&&e.cache.props,n=new Set;return e.reserved.forEach(r),this.globals.forEach(i),this.walk(new No(function(e){e instanceof H&&e.variables.forEach(i),e instanceof oo&&i(e.definition())})),n;function r(e){n.add(e)}function i(n){var i=n.name;if(n.global&&t&&t.has(i))i=t.get(i);else if(!n.unmangleable(e))return;r(i)}}),ji.DEFMETHOD(`expand_names`,function(e){e=rs(e);var t=e.nth_identifier;t.reset&&t.sort&&(t.reset(),t.sort());var n=this.find_colliding_names(e),r=0;this.globals.forEach(a),this.walk(new No(function(e){e instanceof H&&e.variables.forEach(a),e instanceof oo&&a(e.definition())}));function i(){var e;do e=t.get(r++);while(n.has(e)||yr.has(e));return e}function a(t){if(t.global&&e.cache||t.unmangleable(e)||e.reserved.has(t.name))return;let n=es(t),r=t.name=n?n.name:i();t.orig.forEach(function(e){e.name=r}),t.references.forEach(function(e){e.name=r})}}),z.DEFMETHOD(`tail_node`,Gn),G.DEFMETHOD(`tail_node`,function(){return this.expressions[this.expressions.length-1]}),ji.DEFMETHOD(`compute_char_frequency`,function(e){e=rs(e);var t=e.nth_identifier;if(!t.reset||!t.consider||!t.sort)return;t.reset();try{z.prototype.print=function(r,i){this._print(r,i),this instanceof Ga&&!this.unmangleable(e)?t.consider(this.name,-1):e.properties&&(this instanceof xa?t.consider(`#`+this.property,-1):this instanceof ba?t.consider(this.property,-1):this instanceof Sa&&n(this.property))},t.consider(this.print_to_string(),1)}finally{z.prototype.print=z.prototype._print}t.sort();function n(e){e instanceof vo?t.consider(e.value,-1):e instanceof Y?(n(e.consequent),n(e.alternative)):e instanceof G&&n(e.tail_node())}});var is=(()=>{let e=`abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$_`.split(``),t=`0123456789`.split(``),n,r;function i(){r=new Map,e.forEach(function(e){r.set(e,0)}),t.forEach(function(e){r.set(e,0)})}function a(e,t){for(var n=e.length;--n>=0;)r.set(e[n],r.get(e[n])+t)}function o(e,t){return r.get(t)-r.get(e)}function s(){n=Qn(e,o).concat(Qn(t,o))}i(),s();function c(e){var t=``,r=54;e++;do e--,t+=n[e%r],e=Math.floor(e/r),r=64;while(e>0);return t}return{get:c,consider:a,reset:i,sort:s}})(),as=void 0;z.prototype.size=function(e,t){as=e&&e._mangle_options;let n=0;return jo(this,(e,t)=>{if(n+=e._size(t),e instanceof Fi&&e.is_braceless())return n+=e.body[0].value._size(t),!0},t||e&&e.stack),as=void 0,n},z.prototype._size=()=>0,hi.prototype._size=()=>8,gi.prototype._size=function(){return 2+this.value.length};var os=e=>e.length&&e.length-1;yi.prototype._size=function(){return 2+os(this.body)},ji.prototype._size=function(){return os(this.body)},bi.prototype._size=()=>1,Si.prototype._size=()=>2,Ti.prototype._size=()=>9,Ei.prototype._size=()=>7,Di.prototype._size=()=>8,Oi.prototype._size=()=>8,Ai.prototype._size=()=>6,Mi.prototype._size=()=>3;var ss=e=>+!!e.is_generator+(e.async?6:0);Ni.prototype._size=function(){return ss(this)+4+os(this.argnames)+os(this.body)},Pi.prototype._size=function(e){return!!Io(e)*2+ss(this)+12+os(this.argnames)+os(this.body)},Ii.prototype._size=function(){return ss(this)+13+os(this.argnames)+os(this.body)},Fi.prototype._size=function(){let e=2+os(this.argnames);this.argnames.length===1&&this.argnames[0]instanceof Ga||(e+=2);let t=this.is_braceless()?0:os(this.body)+2;return ss(this)+e+t},Li.prototype._size=()=>2,zi.prototype._size=function(){return 2+Math.floor(this.segments.length/2)*3},Bi.prototype._size=function(){return this.value.length},Ui.prototype._size=function(){return this.value?7:6},Wi.prototype._size=()=>6,Ki.prototype._size=function(){return this.label?6:5},qi.prototype._size=function(){return this.label?9:8},Xi.prototype._size=()=>4,Zi.prototype._size=function(){return 8+os(this.body)},ea.prototype._size=function(){return 5+os(this.body)},$i.prototype._size=function(){return 8+os(this.body)},ta.prototype._size=()=>3,ra.prototype._size=function(){let e=7+os(this.body);return this.argname&&(e+=2),e},ia.prototype._size=function(){return 7+os(this.body)},sa.prototype._size=function(){return 4+os(this.definitions)},ca.prototype._size=function(){return 4+os(this.definitions)},la.prototype._size=function(){return 6+os(this.definitions)},ua.prototype._size=function(){return(this.await?6:0)+6+os(this.definitions)},da.prototype._size=function(){return+!!this.value},ma.prototype._size=function(){return this.name?4:0},ha.prototype._size=function(){let e=6;return this.imported_name&&(e+=1),(this.imported_name||this.imported_names)&&(e+=5),this.imported_names&&(e+=2+os(this.imported_names)),e},ga.prototype._size=()=>11,_a.prototype._size=function(){return 9+this.phase.length+os(this.args)},va.prototype._size=function(){let e=7+(this.is_default?8:0);return this.exported_value&&(e+=this.exported_value._size()),this.exported_names&&(e+=2+os(this.exported_names)),this.module_name&&(e+=5),e},W.prototype._size=function(){return this.optional?4+os(this.args):2+os(this.args)},ya.prototype._size=function(){return 6+os(this.args)},G.prototype._size=function(){return os(this.expressions)},ba.prototype._size=function(){return this.optional?this.property.length+2:this.property.length+1},xa.prototype._size=function(){return this.optional?this.property.length+3:this.property.length+2},Sa.prototype._size=function(){return this.optional?4:2},wa.prototype._size=function(){return this.operator===`typeof`?7:this.operator===`void`?5:this.operator.length},J.prototype._size=function(e){if(this.operator===`in`)return 4;let t=this.operator.length;return(this.operator===`+`||this.operator===`-`)&&this.right instanceof wa&&this.right.operator===this.operator&&(t+=1),this.needs_parens(e)&&(t+=2),t},Y.prototype._size=()=>3,Oa.prototype._size=function(){return 2+os(this.elements)},ka.prototype._size=function(e){let t=2;return Io(e)&&(t+=2),t+os(this.properties)};var cs=e=>typeof e==`string`?e.length:0;ja.prototype._size=function(){return cs(this.key)+1};var ls=e=>e?7:0;Fa.prototype._size=function(){return 5+ls(this.static)+cs(this.key)},Pa.prototype._size=function(){return 5+ls(this.static)+cs(this.key)},Ia.prototype._size=function(){return ls(this.static)+cs(this.key)},La.prototype._size=function(){return Ia.prototype._size.call(this)+1},Na.prototype._size=function(){return Ia.prototype._size.call(this)+4},Ma.prototype._size=function(){return Ia.prototype._size.call(this)+4},Va.prototype._size=function(){return 5},Ra.prototype._size=function(){return(this.name?8:7)+(this.extends?8:0)},Ua.prototype._size=function(){return 8+os(this.body)},za.prototype._size=function(){return ls(this.static)+(typeof this.key==`string`?this.key.length+2:0)+ +!!this.value},Ba.prototype._size=function(){return za.prototype._size.call(this)+1},Ga.prototype._size=function(){return as&&this.thedef&&!this.thedef.unmangleable(as)?1:this.name.length},no.prototype._size=function(){return this.name.length},X.prototype._size=qa.prototype._size=function(){return this.name===`arguments`?9:Ga.prototype._size.call(this)},Ka.prototype._size=()=>10,co.prototype._size=function(){return this.name.length},fo.prototype._size=function(){return this.name.length},ho.prototype._size=()=>4,go.prototype._size=()=>5,vo.prototype._size=function(){return this.value.length+2},Z.prototype._size=function(){let{value:e}=this;return e===0?1:e>0&&Math.floor(e)===e?Math.floor(Math.log10(e)+1):e.toString().length},yo.prototype._size=function(){return this.value.length},bo.prototype._size=function(){return this.value.toString().length},So.prototype._size=()=>4,Co.prototype._size=()=>3,wo.prototype._size=()=>6,To.prototype._size=()=>0,Eo.prototype._size=()=>8,ko.prototype._size=()=>4,Oo.prototype._size=()=>5,Ji.prototype._size=()=>6,Yi.prototype._size=()=>6;var us=1024,ds=1792,fs=(e,t)=>e.flags&t,ps=(e,t)=>{e.flags|=t},ms=(e,t)=>{e.flags&=~t};function hs(e,t){return t instanceof G?e.push(...t.expressions):e.push(t),e}function Q(e,t){if(t.length==1)return t[0];if(t.length==0)throw Error(`trying to create a sequence with length zero!`);return L(G,e,{expressions:t.reduce(hs,[])})}function gs(e){return L(Pi,e,{uses_arguments:!1,argnames:[],body:[],is_generator:!1,async:!1,variables:new Map,uses_with:!1,uses_eval:!1,parent_scope:null,enclosed:[],cname:0,block_scope:void 0})}function _s(e,t){switch(typeof e){case`string`:return L(vo,t,{value:e});case`number`:return isNaN(e)?L(Co,t):isFinite(e)?1/e<0?L(q,t,{operator:`-`,expression:L(Z,t,{value:-e})}):L(Z,t,{value:e}):e<0?L(q,t,{operator:`-`,expression:L(Eo,t)}):L(Eo,t);case`bigint`:return L(yo,t,{value:e.toString()});case`boolean`:return L(e?ko:Oo,t);case`undefined`:return Jn(t);default:if(e===null)return L(So,t,{value:null});if(e instanceof RegExp)return L(bo,t,{value:{source:or(e.source),flags:e.flags}});throw Error(Xn(`Can't handle constant of type: {type}`,{type:typeof e}))}}function vs(e,t){return e.size()>t.size()?t:e}function ys(e,t){return vs(L(B,e,{body:e}),L(B,t,{body:t})).body}function bs(e,t,n){return Io(e)?ys(t,n):vs(t,n)}function xs(e){if(e instanceof _o)return e.getValue();if(!(e instanceof q&&e.operator==`void`&&e.expression instanceof _o))return e}function Ss(e,t){if(t=xs(t),!(t instanceof z)){var n;if(e instanceof Oa){var r=e.elements;if(t==`length`)return _s(r.length,e);typeof t==`number`&&t in r&&(n=r[t])}else if(e instanceof ka){t=``+t;for(var i=e.properties,a=i.length;--a>=0;){if(!(i[a]instanceof ja))return;!n&&i[a].key===t&&(n=i[a].value)}}return n instanceof X&&n.fixed_value()||n}}function Cs(e,t){var n=!1,r=new No(function(t){if(n||t instanceof H)return!0;if(t instanceof Gi&&r.loopcontrol_target(t)===e)return n=!0});return t instanceof Si&&r.push(t),r.push(e),e.body.walk(r),n}function ws(e,t,n){return Ts(e,t,n)?Q(t,[L(Z,t,{value:0}),n]):n}function Ts(e,t,n){return e instanceof q&&e.operator==`delete`||e instanceof W&&e.expression===t&&(n instanceof Ca||n instanceof K||n instanceof X&&n.name==`eval`)}function Es(e){return e instanceof Fi||e instanceof Pi}function Ds(e){return e.TYPE==`Call`?e.expression instanceof Pi||Ds(e.expression):!1}function Os(e){return e===null||e instanceof bi?!0:e instanceof V?e.body.length==0:!1}var ks=$n(`Infinity NaN undefined`);function As(e){return e instanceof Eo||e instanceof Co||e instanceof wo}function js(e,t){if(!(e instanceof X))return!1;for(var n=e.definition().orig,r=n.length;--r>=0;)if(n[r]instanceof t)return!0}function Ms(e){return!(e instanceof Ha||e instanceof Ii||e instanceof ca||e instanceof la||e instanceof ua||e instanceof va||e instanceof ha)}function Ns(e){if(e===null)return[];if(e instanceof V)return e.body;if(e instanceof bi)return[];if(e instanceof mi)return[e];throw Error(`Can't convert thing to statement array`)}function Ps(e,t){let n=e=>{if(e instanceof X&&t.includes(e.definition()))return Mo};return jo(e,(t,r)=>{if(t instanceof H&&t!==e){var i=r.parent();return i instanceof W&&i.expression===t&&!(t.async||t.is_generator)?void 0:Ao(t,n)?Mo:!0}})}function Fs(e,t){for(var n,r=0;n=e.parent(r);r++)if(n instanceof U||n instanceof Ra){var i=n.name;if(i&&i.definition()===t)return!0}return!1}function Is(e,t){return t.top_retain&&e instanceof Ii&&fs(e,1024)&&e.name&&t.top_retain(e.name.definition())}var Ls=e=>t=>{let n=e(Bs(t)),r=new Map;for(var i of Object.keys(n))n[i]&&r.set(i,$n(zs(n[i])));return(e,t)=>{let n=r.get(e);return n!=null&&n.has(t)}},Rs=e=>t=>{let n=$n(zs(e(Bs(t))));return e=>n.has(e)};function zs(e){for(let t=0;t<e.length;t++)e[t]===!1&&(e.splice(t,1),t--);return e}function Bs(e){return{sloppy:e.option(`unsafe`),es:e.option(`builtins_ecma`)}}var Vs=Rs(({sloppy:e,es:t})=>[`Array`,`Boolean`,`clearInterval`,`clearTimeout`,`console`,`Date`,`decodeURI`,`decodeURIComponent`,`encodeURI`,`encodeURIComponent`,`Error`,`escape`,`eval`,`EvalError`,`Function`,t>=2020&&`globalThis`,`isFinite`,`isNaN`,`JSON`,`Math`,`Number`,`parseFloat`,`parseInt`,`RangeError`,`ReferenceError`,`RegExp`,`Object`,`setInterval`,`setTimeout`,`String`,`SyntaxError`,`TypeError`,`unescape`,`URIError`]),Hs=new Set([`Number`,`String`,`Array`,`Object`,`Function`,`Promise`]),Us=Rs(({sloppy:e,es:t})=>[e&&t>=2021&&`AggregateError`,`Array`,`ArrayBuffer`,t>=2020&&`BigInt`,t>=2020&&`BigInt64Array`,t>=2020&&`BigUint64Array`,`Boolean`,`Date`,e&&`decodeURI`,e&&`decodeURIComponent`,e&&`encodeURI`,e&&`encodeURIComponent`,`Error`,`escape`,`EvalError`,t>=2021&&`FinalizationRegistry`,t>=2026&&`Float16Array`,`Float32Array`,`Float64Array`,`Int16Array`,`Int32Array`,`Int8Array`,`isFinite`,`isNaN`,t>=2026&&`Iterator`,t>=2015&&`Map`,`Number`,`parseFloat`,`parseInt`,t>=2015&&`Promise`,t>=2015&&`Proxy`,`RangeError`,`ReferenceError`,e&&`RegExp`,t>=2015&&`Set`,`String`,t>=2015&&`Symbol`,`SyntaxError`,`TypeError`,`Uint16Array`,`Uint32Array`,`Uint8Array`,`Uint8ClampedArray`,e&&`unescape`,`URIError`,e&&t>=2015&&`WeakMap`,e&&t>=2021&&`WeakRef`,e&&t>=2015&&`WeakSet`]),Ws=new Set([`Map`,`Set`,`WeakMap`,`WeakSet`]),Gs=new Set([`ArrayBuffer`,`Float32Array`,`Float64Array`,`Int16Array`,`Int32Array`,`Int8Array`,`Uint16Array`,`Uint32Array`,`Uint8Array`,`Uint8ClampedArray`]),Ks=new Set([`Array`]),qs=[`constructor`,`toString`,`valueOf`],Js=Ls(({sloppy:e,es:t})=>({Array:[t>=2022&&`at`,t>=2019&&`flat`,t>=2016&&`includes`,`indexOf`,`join`,`lastIndexOf`,`slice`,...qs],Boolean:qs,Function:qs,Number:[`toExponential`,`toFixed`,`toPrecision`,...qs],Object:qs,RegExp:[`test`,...qs],String:[t>=2022&&`at`,`charAt`,`charCodeAt`,t>=2015&&`codePointAt`,`concat`,t>=2025&&`endsWith`,t>=2015&&`includes`,`indexOf`,`italics`,`lastIndexOf`,t>=2020&&`localeCompare`,`match`,t>=2020&&`matchAll`,t>=2015&&`normalize`,t>=2017&&`padStart`,t>=2017&&`padEnd`,t>=2015&&e&&`repeat`,`replace`,t>=2021&&`replaceAll`,`search`,`slice`,`split`,t>=2015&&`startsWith`,`substr`,`substring`,t>=2015&&`repeat`,`toLocaleLowerCase`,`toLocaleUpperCase`,`toLowerCase`,`toUpperCase`,`trim`,t>=2019&&`trimEnd`,t>=2019&&`trimStart`,t>=2019&&`trimLeft`,t>=2019&&`trimRight`,...qs]})),Ys=Ls(({sloppy:e,es:t})=>({Array:[`isArray`,t>=2015&&`of`],ArrayBuffer:[`isView`],BigInt:t>=2020&&[e&&`asIntN`,e&&`asUintN`],BigInt64Array:e&&t>=2020&&[`of`],BigUint64Array:e&&t>=2020&&[`of`],Date:[`now`,`parse`,`UTC`],Error:[t>=2026&&`isError`],Float16Array:e&&t>=2026&&[`of`],Float32Array:e&&[`of`],Float64Array:e&&[`of`],Int16Array:e&&[`of`],Int32Array:e&&[`of`],Int8Array:e&&[`of`],Math:[`abs`,`acos`,t>=2015&&`acosh`,`asin`,t>=2015&&`asinh`,`atan`,`atan2`,t>=2015&&`atanh`,t>=2015&&`cbrt`,`ceil`,t>=2015&&`clz32`,`cos`,t>=2015&&`cosh`,`exp`,t>=2015&&`expm1`,`floor`,t>=2026&&`f16round`,t>=2015&&`fround`,t>=2015&&`hypot`,t>=2015&&`imul`,`log`,t>=2015&&`log10`,t>=2015&&`log1p`,t>=2015&&`log2`,`max`,`min`,`pow`,`round`,t>=2015&&`sign`,`sin`,t>=2015&&`sinh`,`sqrt`,`tan`,t>=2015&&`tanh`,t>=2015&&`trunc`],Number:[t>=2015&&`isFinite`,t>=2015&&`isInteger`,t>=2015&&`isSafeInteger`,t>=2015&&`isNaN`,t>=2015&&`parseFloat`,t>=2015&&`parseInt`],Object:[e&&`create`,e&&`getOwnPropertyDescriptor`,t>=2017&&e&&`getOwnPropertyDescriptors`,e&&`getOwnPropertyNames`,t>=2015&&e&&`getOwnPropertySymbols`,e&&`getPrototypeOf`,t>=2022&&e&&`hasOwn`,t>=2015&&`is`,`isExtensible`,`isFrozen`,`isSealed`,t>=2015&&e&&`keys`],Promise:t>=2015&&[t>=2024&&`withResolvers`],Proxy:t>=2015&&[e&&`revocable`],Reflect:t>=2015&&[e&&`has`,e&&`isExtensible`,e&&`ownKeys`],RegExp:[t>=2026&&e&&`escape`],String:[`fromCharCode`,e&&t>=2025&&`fromCodePoint`],Uint16Array:[`of`],Uint32Array:[`of`],Uint8Array:[`of`],Uint8ClampedArray:[`of`]})),Xs=Ls(({sloppy:e,es:t})=>({Math:[`E`,`LN10`,`LN2`,`LOG2E`,`LOG10E`,`PI`,`SQRT1_2`,`SQRT2`],Number:[t>=2015&&`EPSILON`,t>=2015&&`MAX_SAFE_VALUE`,`MAX_VALUE`,t>=2015&&`MIN_SAFE_VALUE`,`MIN_VALUE`,`NaN`,`NEGATIVE_INFINITY`,`POSITIVE_INFINITY`],RegExp:[`$_`,`$0`,`$1`,`$2`,`$3`,`$4`,`$5`,`$6`,`$7`,`$8`,`$9`,`input`,`lastMatch`,`lastParen`,`leftContext`,`rightContext`]})),Zs=/^[A-Z]/;function Qs(e,t){let n=``,r=``,i=t.expression;if(ec(i))n=i.name;else if(i instanceof ba)if(r=i.property,i=i.expression,ec(i))i.name===`globalThis`&&e.option(`builtins_ecma`)>=2020?(n=r,r=``):n=i.name;else if(i instanceof ba)if(ec(i.expression)&&i.expression.name===`globalThis`&&e.option(`builtins_ecma`)>=2020)n=i.property;else return!1;else return!1;else return!1;return r?e.is_pure_native_static_fn(n,r):e.is_pure_native_fn(n)?!(t instanceof ya!==Zs.test(n)||!$s(n,t.args)):!1}function $s(e,t){if(t.length===0)return!0;let n=t[0];return n instanceof X&&(n=n.fixed_value()),!(Ks.has(e)&&!(t.length>1||n instanceof Z&&n.value>=0&&n.value<=4294967295)||Gs.has(e)&&!(t.length===0||n instanceof Oa||n instanceof Z&&n.value>=0&&n.value<=4294967295)||Ws.has(e)&&!(t.length===0||n instanceof Oa))}var ec=e=>e instanceof X&&e.definition().undeclared,tc=$n(`<<< >> << & | ^ ~`),nc=$n(`&& || ??`),rc=$n(`delete ++ --`);(function(e){let t=$n(`! delete`),n=$n(`in instanceof == != === !== < <= >= >`);e(z,Un),e(q,function(){return t.has(this.operator)}),e(J,function(){return n.has(this.operator)||nc.has(this.operator)&&this.left.is_boolean()&&this.right.is_boolean()}),e(Y,function(){return this.consequent.is_boolean()&&this.alternative.is_boolean()}),e(Ea,function(){return this.operator==`=`&&this.right.is_boolean()}),e(G,function(){return this.tail_node().is_boolean()}),e(ko,Wn),e(Oo,Wn)})(function(e,t){e.DEFMETHOD(`is_boolean`,t)}),(function(e){e(z,Un),e(Z,Wn);let t=$n(`+ - ~ ++ --`);e(wa,function(e){return t.has(this.operator)&&this.expression.is_number(e)});let n=$n(`- * / % & | ^ << >> >>>`);e(J,function(e){return this.operator===`+`?this.left.is_number(e)&&this.right.is_number_or_bigint(e)||this.right.is_number(e)&&this.left.is_number_or_bigint(e):n.has(this.operator)?this.left.is_number(e)||this.right.is_number(e):!1}),e(Ea,function(e){return(this.operator===`=`||n.has(this.operator.slice(0,-1)))&&this.right.is_number(e)}),e(G,function(e){return this.tail_node().is_number(e)}),e(Y,function(e){return this.consequent.is_number(e)&&this.alternative.is_number(e)})})(function(e,t){e.DEFMETHOD(`is_number`,t)}),(function(e){e(z,Un),e(yo,Wn);let t=$n(`+ - ~ ++ --`);e(wa,function(e){return t.has(this.operator)&&this.expression.is_bigint(e)});let n=$n(`- * / % & | ^ << >>`);e(J,function(e){return this.operator===`+`?this.left.is_bigint(e)&&this.right.is_number_or_bigint(e)||this.right.is_bigint(e)&&this.left.is_number_or_bigint(e):n.has(this.operator)?this.left.is_bigint(e)||this.right.is_bigint(e):!1}),e(Ea,function(e){return(n.has(this.operator.slice(0,-1))||this.operator==`=`)&&this.right.is_bigint(e)}),e(G,function(e){return this.tail_node().is_bigint(e)}),e(Y,function(e){return this.consequent.is_bigint(e)&&this.alternative.is_bigint(e)})})(function(e,t){e.DEFMETHOD(`is_bigint`,t)}),(function(e){e(z,Un),e(Z,Wn),e(yo,Wn);let t=$n(`+ - ~ ++ --`);e(wa,function(e){return t.has(this.operator)});let n=$n(`- * / % & | ^ << >>`);e(J,function(e){return this.operator===`+`?this.left.is_number_or_bigint(e)&&this.right.is_number_or_bigint(e):n.has(this.operator)}),e(Ea,function(e){return n.has(this.operator.slice(0,-1))||this.operator==`=`&&this.right.is_number_or_bigint(e)}),e(G,function(e){return this.tail_node().is_number_or_bigint(e)}),e(Y,function(e){return this.consequent.is_number_or_bigint(e)&&this.alternative.is_number_or_bigint(e)})})(function(e,t){e.DEFMETHOD(`is_number_or_bigint`,t)}),(function(e){e(z,Un),e(Z,function(e){return this.value===(this.value|0)}),e(q,function(e){return this.operator==`~`?this.expression.is_number(e):this.operator===`+`?this.expression.is_32_bit_integer(e):!1}),e(J,function(e){return tc.has(this.operator)&&(this.left.is_number(e)||this.right.is_number(e))})})(function(e,t){e.DEFMETHOD(`is_32_bit_integer`,t)}),(function(e){e(z,Un),e(vo,Wn),e(zi,Wn),e(q,function(){return this.operator==`typeof`}),e(J,function(e){return this.operator==`+`&&(this.left.is_string(e)||this.right.is_string(e))}),e(Ea,function(e){return(this.operator==`=`||this.operator==`+=`)&&this.right.is_string(e)}),e(G,function(e){return this.tail_node().is_string(e)}),e(Y,function(e){return this.consequent.is_string(e)&&this.alternative.is_string(e)})})(function(e,t){e.DEFMETHOD(`is_string`,t)});function ic(e,t){return fs(e,8)||e instanceof wo||e instanceof q&&e.operator==`void`&&!e.expression.has_side_effects(t)}function ac(e,t){let n;return e instanceof So||ic(e,t)||e instanceof X&&(n=e.definition().fixed)instanceof z&&sc(n,t)}function oc(e,t){return e instanceof K||e instanceof W?e.optional&&ac(e.expression,t)||oc(e.expression,t):e instanceof Ca?oc(e.expression,t):!1}function sc(e,t){return ac(e,t)?!0:oc(e,t)}(function(e){e(z,Wn),e(bi,Un),e(_o,Un),e(ho,Un);function t(e,t){for(var n=e.length;--n>=0;)if(e[n].has_side_effects(t))return!0;return!1}e(yi,function(e){return t(this.body,e)}),e(W,function(e){return!this.is_callee_pure(e)&&(!this.expression.is_call_pure(e)||this.expression.has_side_effects(e))?!0:t(this.args,e)}),e(Zi,function(e){return this.expression.has_side_effects(e)||t(this.body,e)}),e(ea,function(e){return this.expression.has_side_effects(e)||t(this.body,e)}),e(ta,function(e){return this.body.has_side_effects(e)||this.bcatch&&this.bcatch.has_side_effects(e)||this.bfinally&&this.bfinally.has_side_effects(e)}),e(Xi,function(e){return this.condition.has_side_effects(e)||this.body&&this.body.has_side_effects(e)||this.alternative&&this.alternative.has_side_effects(e)}),e(ga,Un),e(_a,function(){return this.phase!==`source`}),e(Si,function(e){return this.body.has_side_effects(e)}),e(B,function(e){return this.body.has_side_effects(e)}),e(U,Un),e(Ra,function(e){return this.extends&&this.extends.has_side_effects(e)?!0:t(this.properties,e)}),e(Ua,function(e){return t(this.body,e)}),e(J,function(e){return this.left.has_side_effects(e)||this.right.has_side_effects(e)}),e(Ea,Wn),e(Y,function(e){return this.condition.has_side_effects(e)||this.consequent.has_side_effects(e)||this.alternative.has_side_effects(e)}),e(wa,function(e){return rc.has(this.operator)||this.expression.has_side_effects(e)}),e(X,function(e){return!this.is_declared(e)&&!Hs.has(this.name)}),e(no,Un),e(qa,Un),e(ka,function(e){return t(this.properties,e)}),e(ja,function(e){return this.computed_key()&&this.key.has_side_effects(e)||this.value&&this.value.has_side_effects(e)}),e([za,Ba],function(e){return this.computed_key()&&this.key.has_side_effects(e)||this.static&&this.value&&this.value.has_side_effects(e)}),e([La,Na,Ma,Ia,Fa,Pa],function(e){return this.computed_key()&&this.key.has_side_effects(e)}),e(Oa,function(e){return t(this.elements,e)}),e(ba,function(e){return sc(this,e)?this.expression.has_side_effects(e):!this.optional&&this.expression.may_throw_on_access(e)?!0:this.expression.has_side_effects(e)}),e(Sa,function(e){if(sc(this,e))return this.expression.has_side_effects(e);if(!this.optional&&this.expression.may_throw_on_access(e))return!0;var t=this.property.has_side_effects(e);return t&&this.optional?!0:t||this.expression.has_side_effects(e)}),e(Ca,function(e){return this.expression.has_side_effects(e)}),e(G,function(e){return t(this.expressions,e)}),e(oa,function(e){return t(this.definitions,e)}),e(fa,function(){return this.value!=null}),e(Bi,Un),e(zi,function(e){return t(this.segments,e)})})(function(e,t){for(let n of[].concat(e))n.DEFMETHOD(`has_side_effects`,t)}),(function(e){e(z,Wn),e(_o,Un),e(bi,Un),e(U,Un),e(qa,Un),e(ho,Un),e(ga,Un);function t(e,t){for(var n=e.length;--n>=0;)if(e[n].may_throw(t))return!0;return!1}e(Ra,function(e){return this.extends&&this.extends.may_throw(e)?!0:t(this.properties,e)}),e(Ua,function(e){return t(this.body,e)}),e(Oa,function(e){return t(this.elements,e)}),e(Ea,function(e){return this.right.may_throw(e)?!0:!e.has_directive(`use strict`)&&this.operator==`=`&&this.left instanceof X?!1:this.left.may_throw(e)}),e(J,function(e){return this.left.may_throw(e)||this.right.may_throw(e)}),e(yi,function(e){return t(this.body,e)}),e(W,function(e){return sc(this,e)?!1:t(this.args,e)?!0:this.is_callee_pure(e)?!1:this.expression.may_throw(e)?!0:!(this.expression instanceof U)||t(this.expression.body,e)}),e(ea,function(e){return this.expression.may_throw(e)||t(this.body,e)}),e(Y,function(e){return this.condition.may_throw(e)||this.consequent.may_throw(e)||this.alternative.may_throw(e)}),e(oa,function(e){return t(this.definitions,e)}),e(Xi,function(e){return this.condition.may_throw(e)||this.body&&this.body.may_throw(e)||this.alternative&&this.alternative.may_throw(e)}),e(Si,function(e){return this.body.may_throw(e)}),e(ka,function(e){return t(this.properties,e)}),e(ja,function(e){return this.computed_key()&&this.key.may_throw(e)||this.value?this.value.may_throw(e):!1}),e([za,Ba],function(e){return this.computed_key()&&this.key.may_throw(e)||this.static&&this.value&&this.value.may_throw(e)}),e([Ia,Fa,Pa],function(e){return this.computed_key()&&this.key.may_throw(e)}),e([La,Na,Ma],Un),e(Ui,function(e){return this.value&&this.value.may_throw(e)}),e(G,function(e){return t(this.expressions,e)}),e(B,function(e){return this.body.may_throw(e)}),e(ba,function(e){return sc(this,e)?!1:!this.optional&&this.expression.may_throw_on_access(e)||this.expression.may_throw(e)}),e(Sa,function(e){return sc(this,e)?!1:!this.optional&&this.expression.may_throw_on_access(e)||this.expression.may_throw(e)||this.property.may_throw(e)}),e(Ca,function(e){return this.expression.may_throw(e)}),e(Zi,function(e){return this.expression.may_throw(e)||t(this.body,e)}),e(X,function(e){return!this.is_declared(e)&&!Hs.has(this.name)}),e(no,Un),e(ta,function(e){return this.bcatch?this.bcatch.may_throw(e):this.body.may_throw(e)||this.bfinally&&this.bfinally.may_throw(e)}),e(wa,function(e){return this.operator==`typeof`&&this.expression instanceof X?!1:this.expression.may_throw(e)}),e(fa,function(e){return this.value?this.value.may_throw(e):!1})})(function(e,t){for(let n of[].concat(e))n.DEFMETHOD(`may_throw`,t)}),(function(e){function t(e){let t=!0;return Ao(this,n=>{if(n instanceof X){if(fs(this,16))return t=!1,Mo;var r=n.definition();if(zn(r,this.enclosed)&&!this.variables.has(r.name)){if(e){var i=e.find_variable(n);if(r.undeclared?!i:i===r)return t=`f`,!0}return t=!1,Mo}return!0}if(n instanceof ho&&this instanceof Fi)return t=!1,Mo}),t}e(z,Un),e(_o,Wn),e(Ra,function(e){if(this.extends&&!this.extends.is_constant_expression(e))return!1;for(let t of this.properties)if(t.computed_key()&&!t.key.is_constant_expression(e)||t.static&&t.value&&!t.value.is_constant_expression(e)||t instanceof Ua)return!1;return t.call(this,e)}),e(U,t),e(wa,function(){return this.expression.is_constant_expression()}),e(J,function(){return this.left.is_constant_expression()&&this.right.is_constant_expression()}),e(Oa,function(){return this.elements.every(e=>e.is_constant_expression())}),e(ka,function(){return this.properties.every(e=>e.is_constant_expression())}),e(Aa,function(){return!!(!(this.key instanceof z)&&this.value&&this.value.is_constant_expression())})})(function(e,t){e.DEFMETHOD(`is_constant_expression`,t)}),(function(e){z.DEFMETHOD(`may_throw_on_access`,function(e){return!e.option(`pure_getters`)||this._dot_throw(e)});function t(e){return/strict/.test(e.option(`pure_getters`))}e(z,t),e(So,Wn),e(wo,Wn),e(_o,Un),e(Oa,Un),e(ka,function(e){if(!t(e))return!1;for(var n=this.properties.length;--n>=0;)if(this.properties[n]._dot_throw(e))return!0;return!1}),e(Ra,Un),e(Aa,Un),e(Fa,Wn),e(Mi,function(e){return this.expression._dot_throw(e)}),e(Pi,Un),e(Fi,Un),e(Ta,Un),e(q,function(){return this.operator==`void`}),e(J,function(e){return(this.operator==`&&`||this.operator==`||`||this.operator==`??`)&&(this.left._dot_throw(e)||this.right._dot_throw(e))}),e(Ea,function(e){return this.logical?!0:this.operator==`=`&&this.right._dot_throw(e)}),e(Y,function(e){return this.consequent._dot_throw(e)||this.alternative._dot_throw(e)}),e(ba,function(e){return t(e)?this.property==`prototype`?!(this.expression instanceof Pi||this.expression instanceof Ra):!0:!1}),e(Ca,function(e){return this.expression._dot_throw(e)}),e(G,function(e){return this.tail_node()._dot_throw(e)}),e(X,function(e){if(this.name===`arguments`&&this.scope instanceof U)return!1;if(fs(this,8))return!0;if(!t(e)||ec(this)&&this.is_declared(e)||this.is_immutable())return!1;var n=this.fixed_value();return!n||n._dot_throw(e)})})(function(e,t){e.DEFMETHOD(`_dot_throw`,t)});function cc(e,t){if(t instanceof wa&&rc.has(t.operator))return t.expression;if(t instanceof Ea&&t.left===e||t instanceof Oi&&t.init===e)return e}(function(e){function t(e){return L(q,e,{operator:`!`,expression:e})}function n(e,n,r){var i=t(e);if(r){var a=L(B,n,{body:n});return vs(i,a)===a?n:i}return vs(i,n)}e(z,function(){return t(this)}),e(mi,function(){throw Error(`Cannot negate a statement`)}),e(Pi,function(){return t(this)}),e(Ra,function(){return t(this)}),e(Fi,function(){return t(this)}),e(q,function(){return this.operator==`!`?this.expression:t(this)}),e(G,function(e){var t=this.expressions.slice();return t.push(t.pop().negate(e)),Q(this,t)}),e(Y,function(e,t){var r=this.clone();return r.consequent=r.consequent.negate(e),r.alternative=r.alternative.negate(e),n(this,r,t)}),e(J,function(e,r){var i=this.clone(),a=this.operator;if(e.option(`unsafe_comps`))switch(a){case`<=`:return i.operator=`>`,i;case`<`:return i.operator=`>=`,i;case`>=`:return i.operator=`<`,i;case`>`:return i.operator=`<=`,i}switch(a){case`==`:return i.operator=`!=`,i;case`!=`:return i.operator=`==`,i;case`===`:return i.operator=`!==`,i;case`!==`:return i.operator=`===`,i;case`&&`:return i.operator=`||`,i.left=i.left.negate(e,r),i.right=i.right.negate(e),n(this,i,r);case`||`:return i.operator=`&&`,i.left=i.left.negate(e,r),i.right=i.right.negate(e),n(this,i,r)}return t(this)})})(function(e,t){e.DEFMETHOD(`negate`,function(e,n){return t.call(this,e,n)})}),(function(e){function t(e){return L(q,e,{operator:`~`,expression:e})}e(z,function(e){return t(this)}),e(Z,function(e){let n=~this.value;return n.toString().length>this.value.toString().length?t(this):L(Z,this,{value:n})}),e(q,function(e,n){return this.operator==`~`&&(this.expression.is_32_bit_integer(e)||(n??e.in_32_bit_context()))?this.expression:t(this)})})(function(e,t){e.DEFMETHOD(`bitwise_negate`,t)});var lc=$n(`Boolean decodeURI decodeURIComponent Date encodeURI encodeURIComponent Error escape EvalError isFinite isNaN Number Object parseFloat parseInt RangeError ReferenceError String SyntaxError TypeError unescape URIError`);W.DEFMETHOD(`is_callee_pure`,function(e){if(e.option(`unsafe`)){var t=this.expression,n;if(t.expression&&t.expression.name===`hasOwnProperty`&&((n=this.args&&this.args[0]&&this.args[0].evaluate(e))==null||n.thedef&&n.thedef.undeclared))return!1;if(ec(t)&&lc.has(t.name)||Qs(e,this))return!0}else if(e.option(`builtins_pure`)&&Qs(e,this))return!0;return this instanceof ya&&e.option(`pure_new`)||e.option(`side_effects`)&&dr(this,1)?!0:!e.pure_funcs(this)}),z.DEFMETHOD(`is_call_pure`,Un),ba.DEFMETHOD(`is_call_pure`,function(e){if(!e.option(`unsafe`))return;let t=this.expression,n;return t instanceof Oa?n=`Array`:t.is_boolean()?n=`Boolean`:t.is_number(e)?n=`Number`:t instanceof bo?n=`RegExp`:t.is_string(e)?n=`String`:this.may_throw_on_access(e)||(n=`Object`),n!=null&&e.is_pure_native_method(n,this.property)});var uc=e=>e&&e.aborts();(function(e){e(mi,Kn),e(Vi,Gn);function t(){for(var e=0;e<this.body.length;e++)if(uc(this.body[e]))return this.body[e];return null}e(ha,Kn),e(V,t),e(Qi,t),e(Ha,function(){for(let e of this.properties)if(e instanceof Ua&&e.aborts())return e;return null}),e(Ua,t),e(Xi,function(){return this.alternative&&uc(this.body)&&uc(this.alternative)&&this})})(function(e,t){e.DEFMETHOD(`aborts`,t)}),z.DEFMETHOD(`contains_this`,function(){return Ao(this,e=>{if(e instanceof ho)return Mo;if(e!==this&&e instanceof H&&!(e instanceof Fi))return!0})});function dc(e,t,n,r,i,a){var o=t.parent(i),s=cc(n,o);if(s)return s;if(!a&&o instanceof W&&o.expression===n&&!(r instanceof Fi)&&!(r instanceof Ra)&&!o.is_callee_pure(e)&&(!(r instanceof Pi)||!(o instanceof ya)&&r.contains_this()))return!0;if(o instanceof Oa)return dc(e,t,o,o,i+1);if(o instanceof ja&&n===o.value){var c=t.parent(i+1);return dc(e,t,c,c,i+2)}if(o instanceof K&&o.expression===n){var l=Ss(r,o.property);return!a&&dc(e,t,o,l,i+1)}}function fc(e){for(let t=-1,n,r;n=e.parent(t),r=e.parent(t+1);t++){if(r instanceof G)if(r.expressions.indexOf(n)!==r.expressions.length-1){let n=e.parent(t+2);return!(r.expressions.length>2||r.expressions.length===1||!Ts(n,r,r.expressions[1]))}else continue;if(r instanceof wa){let e=r.operator;if(e===`void`)return!1;if(e===`typeof`||e===`+`||e===`-`||e===`!`||e===`~`)continue}return!(r instanceof B||r instanceof Si||r instanceof H)}return!0}function pc(e,t){e.DEFMETHOD(`_eval`,t)}var mc=Symbol(`This AST_Chain is nullish`);z.DEFMETHOD(`evaluate`,function(e){if(!e.option(`evaluate`))return this;var t=this._eval(e,1);if(!t||t instanceof RegExp)return t;if(typeof t==`function`||typeof t==`object`||t==mc)return this;if(typeof t==`string`){let n=this.size(e);if(t.length+2>n)return this}return t});var hc=$n(`! ~ - + void`);z.DEFMETHOD(`is_constant`,function(){return this instanceof _o?!(this instanceof bo):this instanceof q&&hc.has(this.operator)&&(this.expression instanceof _o||this.expression.is_constant())}),pc(mi,function(){throw Error(Xn(`Cannot evaluate a statement [{file}:{line},{col}]`,this.start))}),pc(U,Gn),pc(Ra,Gn),pc(z,Gn),pc(_o,function(){return this.getValue()});var gc=typeof BigInt==`function`;pc(yo,function(){return gc?BigInt(this.value):this}),pc(bo,function(e){let t=e.evaluated_regexps.get(this.value);if(t===void 0&&cr(this.value.source)){try{let{source:e,flags:n}=this.value;t=new RegExp(e,n)}catch{t=null}e.evaluated_regexps.set(this.value,t)}return t||this}),pc(zi,function(){return this.segments.length===1?this.segments[0].value:this}),pc(Pi,function(e){if(e.option(`unsafe`)){var t=function(){};return t.node=this,t.toString=()=>this.print_to_string(),t}return this}),pc(Oa,function(e,t){if(e.option(`unsafe`)){for(var n=[],r=0,i=this.elements.length;r<i;r++){var a=this.elements[r],o=a._eval(e,t);if(a===o)return this;n.push(o)}return n}return this}),pc(ka,function(e,t){if(e.option(`unsafe`)){for(var n={},r=0,i=this.properties.length;r<i;r++){var a=this.properties[r];if(a instanceof Mi)return this;var o=a.key;if(o instanceof Ga)o=o.name;else if(o instanceof z&&(o=o._eval(e,t),o===a.key))return this;if(typeof Object.prototype[o]==`function`||!(a.value instanceof Pi)&&(n[o]=a.value._eval(e,t),n[o]===a.value))return this}return n}return this});var _c=$n(`! typeof void`);pc(q,function(e,t){var n=this.expression;if(e.option(`typeofs`)&&this.operator==`typeof`){if(n instanceof U||n instanceof X&&n.fixed_value()instanceof U)return`function`;if((n instanceof ka||n instanceof Oa||n instanceof X&&(n.fixed_value()instanceof ka||n.fixed_value()instanceof Oa))&&!n.has_side_effects(e))return`object`}if(_c.has(this.operator)||t++,n=n._eval(e,t),n===this.expression)return this;switch(this.operator){case`!`:return!n;case`typeof`:return n instanceof RegExp?this:typeof n;case`void`:return;case`~`:return~n;case`-`:return-n;case`+`:return+n}return this});var vc=$n(`&& || ?? === !==`),yc=$n(`== != === !==`),bc=e=>typeof e==`object`||typeof e==`function`||typeof e==`symbol`;pc(J,function(e,t){vc.has(this.operator)||t++;var n=this.left._eval(e,t);if(n===this.left)return this;var r=this.right._eval(e,t);if(r===this.right||n!=null&&r!=null&&yc.has(this.operator)&&bc(n)&&bc(r)&&typeof n==typeof r||typeof n==`bigint`!=(typeof r==`bigint`)||typeof n==`bigint`&&(this.operator===`>>>`||this.operator===`/`&&Number(r)===0))return this;var i;switch(this.operator){case`&&`:i=n&&r;break;case`||`:i=n||r;break;case`??`:i=n??r;break;case`|`:i=n|r;break;case`&`:i=n&r;break;case`^`:i=n^r;break;case`+`:i=n+r;break;case`*`:i=n*r;break;case`**`:i=n**r;break;case`/`:i=n/r;break;case`%`:i=n%r;break;case`-`:i=n-r;break;case`<<`:i=n<<r;break;case`>>`:i=n>>r;break;case`>>>`:i=n>>>r;break;case`==`:i=n==r;break;case`===`:i=n===r;break;case`!=`:i=n!=r;break;case`!==`:i=n!==r;break;case`<`:i=n<r;break;case`<=`:i=n<=r;break;case`>`:i=n>r;break;case`>=`:i=n>=r;break;default:return this}return typeof i==`number`&&isNaN(i)&&e.find_parent(Ai)?this:i}),pc(Y,function(e,t){var n=this.condition._eval(e,t);if(n===this.condition)return this;var r=n?this.consequent:this.alternative,i=r._eval(e,t);return i===r?this:i});var xc=new Set;pc(X,function(e,t){if(xc.has(this))return this;var n=this.fixed_value();if(!n)return this;xc.add(this);let r=n._eval(e,t);if(xc.delete(this),r===n)return this;if(r&&typeof r==`object`){var i=this.definition().escaped;if(i&&t>i)return this}return r}),pc(Ca,function(e,t){let n=this.expression._eval(e,t,!0);return n===mc?void 0:n===this.expression?this:n});var Sc={Array,Math,Number,Object,String},Cc=new Set([`dotAll`,`global`,`ignoreCase`,`multiline`,`sticky`,`unicode`]);pc(K,function(e,t,n){let r=(n||this.property===`length`||e.option(`unsafe`))&&this.expression._eval(e,t+1,n);if(n&&(r===mc||this.optional&&r==null))return mc;if(this.property===`length`){if(typeof r==`string`)return r.length;if(r instanceof Oa&&r.elements.every(e=>!(e instanceof Mi))&&r.elements.every(t=>!t.has_side_effects(e)))return r.elements.length}if(e.option(`unsafe`)){var i=this.property;if(i instanceof z&&(i=i._eval(e,t),i===this.property))return this;var a=this.expression;if(ec(a)){var o,s=a.name===`hasOwnProperty`&&i===`call`&&(o=e.parent()&&e.parent().args)&&o&&o[0]&&o[0].evaluate(e);if(s=s instanceof ba?s.expression:s,s==null||s.thedef&&s.thedef.undeclared)return this.clone();if(!e.is_pure_native_static_property(a.name,i))return this;r=Sc[a.name]}else{if(r instanceof RegExp){if(i==`source`)return or(r.source);if(i==`flags`||Cc.has(i))return r[i]}if(!r||r===a||!rr(r,i))return this;if(typeof r==`function`)switch(i){case`name`:return r.node.name?r.node.name.name:``;case`length`:return r.node.length_property();default:return this}}return r[i]}return this}),pc(W,function(e,t,n){var r=this.expression;if(n){let i=r._eval(e,t,n);if(i===mc||this.optional&&i==null)return mc}if(e.option(`unsafe`)&&r instanceof K){var i=r.property;if(i instanceof z&&(i=i._eval(e,t),typeof i!=`string`&&typeof i!=`number`))return this;var a,o=r.expression;if(ec(o)){var s=o.name===`hasOwnProperty`&&i===`call`&&this.args[0]&&this.args[0].evaluate(e);if(s=s instanceof ba?s.expression:s,s==null||s.thedef&&s.thedef.undeclared)return this.clone();if(!e.is_pure_native_static_fn(o.name,i))return this;a=Sc[o.name]}else if(a=o._eval(e,t+1),a===o||!a||!e.is_pure_native_method(a.constructor.name,i))return this;for(var c=[],l=0,u=this.args.length;l<u;l++){var d=this.args[l],f=d._eval(e,t);if(d===f||d instanceof U)return this;c.push(f)}try{return a[i].apply(a,c)}catch{}}return this}),pc(ya,Gn);function wc(e,t){for(let n of[].concat(e))n.DEFMETHOD(`drop_side_effect_free`,t)}function Tc(e,t,n){var r=e.length;if(!r)return null;for(var i=[],a=!1,o=0;o<r;o++){var s=e[o].drop_side_effect_free(t,n);a|=s!==e[o],s&&(i.push(s),n=!1)}return a?i.length?i:null:e}wc(z,Gn),wc(_o,Kn),wc(ho,Kn),wc(W,function(e,t){if(oc(this,e))return this.expression.drop_side_effect_free(e,t);if(!this.is_callee_pure(e)){if(this.expression.is_call_pure(e)){var n=this.args.slice();return n.unshift(this.expression.expression),n=Tc(n,e,t),n&&Q(this,n)}if(Es(this.expression)&&(!this.expression.name||!this.expression.name.definition().references.length)){var r=this.clone();return r.expression.process_expression(!1,e),r}return this}var i=Tc(this.args,e,t);return i&&Q(this,i)}),wc(_a,function(e,t){if(this.phase!==`source`)return this;var n=Tc(this.args,e,t);return n&&Q(this,n)}),wc(Ni,Kn),wc(Pi,Kn),wc(Fi,Kn),wc(Ra,function(e){let t=[];if(this.is_self_referential()&&this.has_side_effects(e))return this;let n=this.extends&&this.extends.drop_side_effect_free(e);n&&t.push(n);for(let n of this.properties)if(n instanceof Ua){if(n.has_side_effects(e))return this}else{let r=n.drop_side_effect_free(e);r&&t.push(r)}if(!t.length)return null;let r=Q(this,t);return this instanceof Ha?L(B,this,{body:r}):r}),wc([za,Ba],function(e){let t=this.computed_key()&&this.key.drop_side_effect_free(e),n=this.static&&this.value&&this.value.drop_side_effect_free(e);return t&&n?Q(this,[t,n]):t||n||null}),wc(J,function(e,t){var n=this.right.drop_side_effect_free(e);if(!n)return this.left.drop_side_effect_free(e,t);if(nc.has(this.operator)){if(n===this.right)return this;var r=this.clone();return r.right=n,r}else{var i=this.left.drop_side_effect_free(e,t);return i?Q(this,[i,n]):this.right.drop_side_effect_free(e,t)}}),wc(Ea,function(e){if(this.logical)return this;var t=this.left;if(t.has_side_effects(e)||e.has_directive(`use strict`)&&t instanceof K&&t.expression.is_constant())return this;for(ps(this,32);t instanceof K;)t=t.expression;return t.is_constant_expression(e.find_parent(H))?this.right.drop_side_effect_free(e):this}),wc(Y,function(e){var t=this.consequent.drop_side_effect_free(e),n=this.alternative.drop_side_effect_free(e);if(t===this.consequent&&n===this.alternative)return this;if(!t)return n?L(J,this,{operator:`||`,left:this.condition,right:n}):this.condition.drop_side_effect_free(e);if(!n)return L(J,this,{operator:`&&`,left:this.condition,right:t});var r=this.clone();return r.consequent=t,r.alternative=n,r}),wc(wa,function(e,t){if(rc.has(this.operator))return this.expression.has_side_effects(e)?ms(this,32):ps(this,32),this;if(this.operator==`typeof`&&this.expression instanceof X)return null;var n=this.expression.drop_side_effect_free(e,t);return t&&n&&Ds(n)?n===this.expression&&this.operator==`!`?this:n.negate(e,t):n}),wc(X,function(e){return this.is_declared(e)||Hs.has(this.name)?null:this}),wc(ka,function(e,t){var n=Tc(this.properties,e,t);return n&&Q(this,n)}),wc(ja,function(e,t){let n=this.key instanceof z&&this.key.drop_side_effect_free(e,t),r=this.value.drop_side_effect_free(e,t);return n&&r?Q(this,[n,r]):n||r}),wc([Ia,Fa,Pa],function(e,t){return this.computed_key()?this.key.drop_side_effect_free(e,t):null}),wc([La,Na,Ma],function(){return null}),wc(Oa,function(e,t){var n=Tc(this.elements,e,t);return n&&Q(this,n)}),wc(ba,function(e,t){return oc(this,e)?this.expression.drop_side_effect_free(e,t):!this.optional&&this.expression.may_throw_on_access(e)?this:this.expression.drop_side_effect_free(e,t)}),wc(Sa,function(e,t){if(oc(this,e))return this.expression.drop_side_effect_free(e,t);if(!this.optional&&this.expression.may_throw_on_access(e))return this;var n=this.property.drop_side_effect_free(e);if(n&&this.optional)return this;var r=this.expression.drop_side_effect_free(e,t);return r&&n?Q(this,[r,n]):r||n}),wc(Ca,function(e,t){return this.expression.drop_side_effect_free(e,t)}),wc(G,function(e){var t=this.tail_node(),n=t.drop_side_effect_free(e);if(n===t)return this;var r=this.expressions.slice(0,-1);return n&&r.push(n),r.length?Q(this,r):L(Z,this,{value:0})}),wc(Mi,function(e,t){return this.expression.drop_side_effect_free(e,t)}),wc(Bi,Kn),wc(zi,function(e){var t=Tc(this.segments,e,Io);return t&&Q(this,t)});var Ec=/keep_assign/;H.DEFMETHOD(`drop_unused`,function(e){if(!e.option(`unused`)||e.has_directive(`use asm`)||!this.variables)return;var t=this;if(t.pinned())return;var n=!(t instanceof ji)||e.toplevel.funcs,r=!(t instanceof ji)||e.toplevel.vars;let i=Ec.test(e.option(`unused`))?Un:function(e){if(e instanceof Ea&&!e.logical&&(fs(e,32)||e.operator==`=`))return e.left;if(e instanceof wa&&fs(e,32))return e.expression};var a=new Map,o=new Map;t instanceof ji&&e.top_retain&&t.variables.forEach(function(t){e.top_retain(t)&&a.set(t.id,t)});var s=new Map,c=new Map,l=this,u=new No(function(i,d){if(i instanceof U&&i.uses_arguments&&!u.has_directive(`use strict`)&&i.argnames.forEach(function(e){if(e instanceof qa){var t=e.definition();a.set(t.id,t)}}),i===t)return;if(i instanceof Ra&&i.has_side_effects(e)&&(i.is_self_referential()?d():i.visit_nondeferred_class_parts(u)),i instanceof Ii||i instanceof Ha){var p=i.name.definition();return(u.parent()instanceof va||!n&&l===t)&&p.global&&a.set(p.id,p),er(c,p.id,i),!0}let m=l===t;if(i instanceof $a&&m&&er(s,i.definition().id,i),i instanceof oa&&m){let t=u.parent()instanceof va;return i.definitions.forEach(function(n){if(n.name instanceof Ja&&er(s,n.name.definition().id,n),(t||!r)&&Ao(n.name,e=>{if(e instanceof qa){let t=e.definition();t.global&&a.set(t.id,t)}}),n.name instanceof Li&&n.walk(u),n.name instanceof qa&&n.value){var i=n.name.definition();er(c,i.id,n.value),!i.chained&&n.name.fixed_value()===n.value&&o.set(i.id,n),n.value.has_side_effects(e)&&n.value.walk(u)}}),!0}return f(i,d)});t.walk(u),u=new No(f),a.forEach(function(e){var t=c.get(e.id);t&&t.forEach(function(e){e.walk(u)})});var d=new Po(function(c,u,f){var p=d.parent();if(r){let t=i(c);if(t instanceof X){var m=t.definition(),h=a.has(m.id);if(c instanceof Ea){if(!h||o.has(m.id)&&o.get(m.id)!==c){let t=c.right.transform(d);return!h&&!t.has_side_effects(e)&&!fc(d)?f?qn.skip:L(Z,c,{value:0}):ws(p,c,t)}}else if(!h)return f?qn.skip:L(Z,c,{value:0})}}if(l===t){var m;if(c.name&&(c instanceof Wa&&!ir(e.option(`keep_classnames`),(m=c.name.definition()).name)||c instanceof Pi&&!ir(e.option(`keep_fnames`),(m=c.name.definition()).name))&&(!a.has(m.id)||m.orig.length>1)&&(c.name=null),c instanceof U&&!(c instanceof Ni))for(var g=!e.option(`keep_fargs`)||p instanceof W&&p.expression===c&&!c.pinned()&&(!c.name||c.name.unreferenced()),_=c.argnames,v=_.length;--v>=0;){var y=_[v];y instanceof Mi&&(y=y.expression),y instanceof Da&&(y=y.left),!(y instanceof Li)&&!a.has(y.definition().id)?(ps(y,1),g&&_.pop()):g=!1}if(c instanceof Ha&&c!==t){let t=c.name.definition();return u(c,this),t.global&&!n||a.has(t.id)?c:c.drop_side_effect_free(e)??(t.eliminated++,f?qn.skip:L(bi,c))}if(c instanceof Ii&&c!==t){let e=c.name.definition();if(!(e.global&&!n||a.has(e.id)))return e.eliminated++,f?qn.skip:L(bi,c)}if(c instanceof oa&&!(p instanceof Oi&&p.init===c)){var b=!(p instanceof ji)&&!(c instanceof sa),x=[],S=[],C=[],w=[];switch(c.definitions.forEach(function(t){t.value&&=t.value.transform(d);var n=t.name instanceof Li,i=n?new $o(null,{name:`<destructure>`}):t.name.definition();if(b&&i.global)return C.push(t);if(!(r||b)||n&&(t.name.names.length||t.name.is_array||e.option(`pure_getters`)!=1)||a.has(i.id)){if(t.value&&o.has(i.id)&&o.get(i.id)!==t&&(t.value=t.value.drop_side_effect_free(e)),t.name instanceof Ja){var l=s.get(i.id);if(l.length>1&&(!t.value||i.orig.indexOf(t.name)>i.eliminated)){if(t.value){var u=L(X,t.name,t.name);i.references.push(u);var f=L(Ea,t,{operator:`=`,logical:!1,left:u,right:t.value});o.get(i.id)===t&&o.set(i.id,f),w.push(f.transform(d))}Zn(l,t),i.eliminated++;return}}t.value?(w.length>0&&(C.length>0?(w.push(t.value),t.value=Q(t.value,w)):x.push(L(B,c,{body:Q(c,w)})),w=[]),C.push(t)):S.push(t)}else if(i.orig[0]instanceof oo){var p=t.value&&t.value.drop_side_effect_free(e);p&&w.push(p),t.value=null,S.push(t)}else{var p=t.value&&t.value.drop_side_effect_free(e);p&&w.push(p),i.eliminated++}}),(S.length>0||C.length>0)&&(c.definitions=S.concat(C),x.push(c)),w.length>0&&x.push(L(B,c,{body:Q(c,w)})),x.length){case 0:return f?qn.skip:L(bi,c);case 1:return x[0];default:return f?qn.splice(x):L(V,c,{body:x})}}if(c instanceof Di){u(c,this);var T;return c.init instanceof V&&(T=c.init,c.init=T.body.pop(),T.body.push(c)),c.init instanceof B?c.init=c.init.body:Os(c.init)&&(c.init=null),T?f?qn.splice(T.body):T:c}if(c instanceof Si&&c.body instanceof Di){if(u(c,this),c.body instanceof V){var T=c.body;return c.body=T.body.pop(),T.body.push(c),f?qn.splice(T.body):T}return c}if(c instanceof V)return u(c,this),f&&c.body.every(Ms)?qn.splice(c.body):c;if(c instanceof H&&!(c instanceof Ua)){let e=l;return l=c,u(c,this),l=e,c}}},function(e,t){if(e instanceof G)switch(e.expressions.length){case 0:return t?qn.skip:L(Z,e,{value:0});case 1:return e.expressions[0]}});t.transform(d);function f(e,n){var r;let s=i(e);if(s instanceof X&&!js(e.left,Ya)&&t.variables.get(s.name)===(r=s.definition()))return e instanceof Ea&&(e.right.walk(u),!r.chained&&e.left.fixed_value()===e.right&&o.set(r.id,e)),!0;if(e instanceof X){if(r=e.definition(),!a.has(r.id)&&(a.set(r.id,r),r.orig[0]instanceof oo)){let e=r.scope.is_block_scope()&&r.scope.get_defun_scope().variables.get(r.name);e&&a.set(e.id,e)}return!0}if(e instanceof Ra)return n(),!0;if(e instanceof H&&!(e instanceof Ua)){var c=l;return l=e,n(),l=c,!0}}});function Dc(e,t){e.DEFMETHOD(`reduce_vars`,t)}Dc(z,Hn);function Oc(e,t){t.assignments=0,t.chained=!1,t.direct_access=!1,t.escaped=0,t.recursive_refs=0,t.references=[],t.single_use=void 0,t.scope.pinned()||t.orig[0]instanceof $a&&t.scope.uses_arguments?t.fixed=!1:t.orig[0]instanceof Xa||!e.exposed(t)?t.fixed=t.init:t.fixed=!1}function kc(e,t,n){n.variables.forEach(function(n){Oc(t,n),n.fixed===null?(e.defs_to_safe_ids.set(n.id,e.safe_ids),Nc(e,n,!0)):n.fixed&&(e.loop_ids.set(n.id,e.in_loop),Nc(e,n,!0))})}function Ac(e,t){t.block_scope&&t.block_scope.variables.forEach(t=>{Oc(e,t)})}function jc(e){e.safe_ids=Object.create(e.safe_ids)}function Mc(e){e.safe_ids=Object.getPrototypeOf(e.safe_ids)}function Nc(e,t,n){e.safe_ids[t.id]=n}function Pc(e,t){if(t.single_use==`m`)return!1;if(e.safe_ids[t.id]){if(t.fixed==null){var n=t.orig[0];if(n instanceof $a||n.name==`arguments`)return!1;t.fixed=Jn(n)}return!0}return t.fixed instanceof Ii}function Fc(e,t,n,r){if(t.fixed===void 0)return!0;let i;return t.fixed===null&&(i=e.defs_to_safe_ids.get(t.id))?(i[t.id]=!1,e.defs_to_safe_ids.delete(t.id),!0):!rr(e.safe_ids,t.id)||!Pc(e,t)||t.fixed===!1||t.fixed!=null&&(!r||t.references.length>t.assignments)?!1:t.fixed instanceof Ii?r instanceof z&&t.fixed.parent_scope===n:t.orig.every(e=>!(e instanceof Xa||e instanceof eo||e instanceof ro))}function Ic(e,t,n){return t.option(`unused`)&&!n.scope.pinned()&&n.references.length-n.recursive_refs==1&&e.loop_ids.get(n.id)===e.in_loop}function Lc(e){return e?e.is_constant()||e instanceof U||e instanceof ho:!1}function Rc(e,t,n,r,i,a=0,o=1){var s=e.parent(a);if(!(i&&(i.is_constant()||i instanceof Wa))){if(s instanceof Ea&&(s.operator===`=`||s.logical)&&r===s.right||s instanceof W&&(r!==s.expression||s instanceof ya)||s instanceof Hi&&r===s.value&&r.scope!==t.scope||s instanceof da&&r===s.value||s instanceof Yi&&r===s.value&&r.scope!==t.scope){o>1&&!(i&&i.is_constant_expression(n))&&(o=1),(!t.escaped||t.escaped>o)&&(t.escaped=o);return}else if(s instanceof Oa||s instanceof Ji||s instanceof J&&nc.has(s.operator)||s instanceof Y&&r!==s.condition||s instanceof Mi||s instanceof G&&r===s.tail_node())Rc(e,t,n,s,s,a+1,o);else if(s instanceof ja&&r===s.value){var c=e.parent(a+1);Rc(e,t,n,c,c,a+2,o)}else if(s instanceof K&&r===s.expression&&(i=Ss(i,s.property),Rc(e,t,n,s,i,a+1,o+1),i))return;a>0||s instanceof G&&r!==s.tail_node()||s instanceof B||(t.direct_access=!0)}}var zc=e=>Ao(e,e=>{if(e instanceof Ga){var t=e.definition();t&&(e instanceof X&&t.references.push(e),t.fixed=!1)}});Dc(Ni,function(e,t,n){return jc(e),kc(e,n,this),t(),Mc(e),!0}),Dc(Ea,function(e,t,n){var r=this;if(r.left instanceof Li){zc(r.left);return}let i=()=>{if(r.logical)return r.left.walk(e),jc(e),r.right.walk(e),Mc(e),!0};var a=r.left;if(!(a instanceof X))return i();var o=a.definition(),s=Fc(e,o,a.scope,r.right);if(o.assignments++,!s)return i();var c=o.fixed;if(!c&&r.operator!=`=`&&!r.logical)return i();var l=r.operator==`=`,u=l?r.right:r;return dc(n,e,r,u,0)?i():(o.references.push(a),r.logical||(l||(o.chained=!0),o.fixed=l?function(){return r.right}:function(){return L(J,r,{operator:r.operator.slice(0,-1),left:c instanceof z?c:c(),right:r.right})}),r.logical?(Nc(e,o,!1),jc(e),r.right.walk(e),Mc(e),!0):(Nc(e,o,!1),r.right.walk(e),Nc(e,o,!0),Rc(e,o,a.scope,r,u,0,1),!0))}),Dc(J,function(e){if(nc.has(this.operator))return this.left.walk(e),jc(e),this.right.walk(e),Mc(e),!0}),Dc(yi,function(e,t,n){Ac(n,this)}),Dc(ea,function(e){return jc(e),this.expression.walk(e),Mc(e),jc(e),_i(this,e),Mc(e),!0}),Dc(Ra,function(e,t){return ms(this,16),jc(e),t(),Mc(e),!0}),Dc(Ua,function(e,t,n){Ac(n,this)}),Dc(Y,function(e){return this.condition.walk(e),jc(e),this.consequent.walk(e),Mc(e),jc(e),this.alternative.walk(e),Mc(e),!0}),Dc(Ca,function(e,t){let n=e.safe_ids;return t(),e.safe_ids=n,!0}),Dc(W,function(e){this.expression.walk(e),this.optional&&jc(e);for(let t of this.args)t.walk(e);return!0}),Dc(K,function(e){if(this.optional)return this.expression.walk(e),jc(e),this.property instanceof z&&this.property.walk(e),!0}),Dc($i,function(e,t){return jc(e),t(),Mc(e),!0});function Bc(e,t,n){ms(this,16),jc(e),kc(e,n,this);var r;return!this.name&&!this.uses_arguments&&!this.pinned()&&(r=e.parent())instanceof W&&r.expression===this&&!r.args.some(e=>e instanceof Mi)&&this.argnames.every(e=>e instanceof Ga)&&this.argnames.forEach((t,n)=>{if(t.definition){var i=t.definition();i.orig.length>1||(i.fixed===void 0&&(!this.uses_arguments||e.has_directive(`use strict`))?(i.fixed=function(){return r.args[n]||Jn(r)},e.loop_ids.set(i.id,e.in_loop),Nc(e,i,!0)):i.fixed=!1)}}),t(),Mc(e),Vc(this),!0}function Vc(e){let t=[];Ao(e,n=>{if(n!==e){if(n instanceof Ii)return t.push(n),!0;if(n instanceof H||n instanceof B)return!0}});let n=new Map,r=new Map,i=new Set,a=new Set;for(let o of t){let t=o.name.definition(),s=[];for(let r of o.enclosed)if(!(r.fixed===!1||r===t||r.scope.get_defun_scope()!==e)){if(i.add(r.id),r.assignments===0&&r.orig.length===1&&r.orig[0]instanceof eo){a.add(r.id),i.add(r.id),a.add(t.id),i.add(t.id),n.has(t.id)||n.set(t.id,[]),n.get(t.id).push(r.id);continue}s.push(r)}s.length&&(r.set(t.id,s),a.add(t.id),i.add(t.id))}if(!r.size)return;let o=1,s=new Map,c=new Map;jo(e,(e,t)=>{if(e instanceof Ga&&e.thedef){let n=e.definition().id;o++,i.has(n)&&(e instanceof qa||cc(e,t.parent()))&&c.set(n,o),a.has(n)&&!s.has(n)&&!Fs(t,n)&&s.set(n,o)}});for(let[e,t]of s){let r=new Set(n.get(e));for(let e of r){let i=s.get(e);if(!(i!=null&&i<t)){s.set(e,t);for(let t of n.get(e)||[])r.add(t)}}}for(let[e,t]of r){let n=s.get(e);if(n!==void 0)for(let e of t)e.fixed!==!1&&n<(c.get(e.id)||0)&&(e.fixed=!1)}}Dc(U,Bc),Dc(Ti,function(e,t,n){Ac(n,this);let r=e.in_loop;return e.in_loop=this,jc(e),this.body.walk(e),Cs(this)&&(Mc(e),jc(e)),this.condition.walk(e),Mc(e),e.in_loop=r,!0}),Dc(Di,function(e,t,n){Ac(n,this),this.init&&this.init.walk(e);let r=e.in_loop;return e.in_loop=this,jc(e),this.condition&&this.condition.walk(e),this.body.walk(e),this.step&&(Cs(this)&&(Mc(e),jc(e)),this.step.walk(e)),Mc(e),e.in_loop=r,!0}),Dc(Oi,function(e,t,n){Ac(n,this),zc(this.init),this.object.walk(e);let r=e.in_loop;return e.in_loop=this,jc(e),this.body.walk(e),Mc(e),e.in_loop=r,!0}),Dc(Xi,function(e){return this.condition.walk(e),jc(e),this.body.walk(e),Mc(e),this.alternative&&(jc(e),this.alternative.walk(e),Mc(e)),!0}),Dc(Si,function(e){return jc(e),this.body.walk(e),Mc(e),!0}),Dc(oo,function(){this.definition().fixed=!1}),Dc(X,function(e,t,n){var r=this.definition();r.references.push(this),r.references.length==1&&!r.fixed&&r.orig[0]instanceof eo&&e.loop_ids.set(r.id,e.in_loop);var i;r.fixed===void 0||!Pc(e,r)?r.fixed=!1:r.fixed&&(i=this.fixed_value(),i instanceof U&&Fs(e,r)?r.recursive_refs++:i&&!n.exposed(r)&&Ic(e,n,r)?r.single_use=i instanceof U&&!i.pinned()||i instanceof Ra||r.scope===this.scope&&i.is_constant_expression():r.single_use=!1,dc(n,e,this,i,0,Lc(i))&&(r.single_use?r.single_use=`m`:r.fixed=!1)),Rc(e,r,this.scope,this,i,0,1)}),Dc(ji,function(e,t,n){return this.globals.forEach(function(e){Oc(n,e)}),kc(e,n,this),t(),Vc(this),!0}),Dc(ta,function(e,t,n){return Ac(n,this),jc(e),this.body.walk(e),Mc(e),this.bcatch&&(jc(e),this.bcatch.walk(e),Mc(e)),this.bfinally&&this.bfinally.walk(e),!0}),Dc(wa,function(e){var t=this;if(!(t.operator!==`++`&&t.operator!==`--`)){var n=t.expression;if(n instanceof X){var r=n.definition(),i=Fc(e,r,n.scope,!0);if(r.assignments++,i){var a=r.fixed;if(a)return r.references.push(n),r.chained=!0,r.fixed=function(){return L(J,t,{operator:t.operator.slice(0,-1),left:L(q,t,{operator:`+`,expression:a instanceof z?a:a()}),right:L(Z,t,{value:1})})},Nc(e,r,!0),!0}}}}),Dc(fa,function(e,t){var n=this;if(n.name instanceof Li){zc(n.name);return}var r=n.name.definition();if(n.value){if(Fc(e,r,n.name.scope,n.value))return r.fixed=function(){return n.value},e.loop_ids.set(r.id,e.in_loop),Nc(e,r,!1),t(),Nc(e,r,!0),!0;r.fixed=!1}}),Dc(pa,function(){zc(this.name)}),Dc(Ei,function(e,t,n){Ac(n,this);let r=e.in_loop;return e.in_loop=this,jc(e),t(),Mc(e),e.in_loop=r,!0});function Hc(e){return e instanceof Ci&&e.body instanceof V?e.body:e}function Uc(e){if(e instanceof ho)return!0;if(e instanceof X)return e.definition().orig[0]instanceof ro;if(e instanceof K){if(e=e.expression,e instanceof X){if(e.is_immutable())return!1;e=e.fixed_value()}return e?e instanceof bo?!1:e instanceof _o?!0:Uc(e):!0}return!1}function Wc(e){var t=[];return e.definitions.forEach(function(e){e.name instanceof qa?(e.value=null,t.push(e)):e.declarations_as_names().forEach(n=>{t.push(L(fa,e,{name:n,value:null}))})}),t.length?L(sa,e,{definitions:t}):null}function Gc(e,t,n){Ao(t,r=>{if(r instanceof sa){let e=Wc(r);return e&&n.push(e),!0}if(r instanceof Ii&&(r===t||!e.has_directive(`use strict`)))return n.push(r===t?r:L(sa,r,{definitions:[L(fa,r,{name:L(Ja,r.name,r.name),value:null})]})),!0;if(r instanceof va||r instanceof ha)return n.push(r),!0;if(r instanceof H||r instanceof Ra)return!0})}function Kc(e,t){let n=t.find_scope(),r=n.get_defun_scope(),{in_loop:i,in_try:a}=c();var o,s=10;do o=!1,u(e),t.option(`dead_code`)&&f(e,t),t.option(`if_return`)&&d(e,t),t.sequences_limit>0&&(m(e,t),g(e,t)),t.option(`join_vars`)&&v(e),t.option(`collapse_vars`)&&l(e,t);while(o&&s-- >0);function c(){var e=t.self(),n=0,r=!1,i=!1;do if(e instanceof Ci)r=!0;else if(e instanceof H)break;else e instanceof na&&(i=!0);while(e=t.parent(n++));return{in_loop:r,in_try:i}}function l(e,t){if(n.pinned()||r.pinned())return e;for(var s,c=[],l=e.length,u=new Po(function(e){if(E)return e;if(!T)return e===f[p]?(p++,p<f.length?ee(e):(T=!0,g=ie(e,0),g===e&&(E=!0),e)):e;var r=u.parent();if(e instanceof Ea&&(e.logical||e.operator!=`=`&&v.equivalent_to(e.left))||e instanceof Ji||e instanceof ua||e instanceof W&&v instanceof K&&v.equivalent_to(e.expression)||(e instanceof W||e instanceof K)&&e.optional||e instanceof hi||e instanceof Li||e instanceof Mi&&e.expression instanceof Ga&&(e.expression instanceof ho||e.expression.definition().references.length>1)||e instanceof Ci&&!(e instanceof Di)||e instanceof Gi||e instanceof ta||e instanceof Ai||e instanceof Yi||e instanceof va||e instanceof Ra||r instanceof Di&&e!==r.init||!S&&e instanceof X&&!e.is_declared(t)&&!Hs.has(e)||e instanceof X&&r instanceof W&&dr(r,4)||e instanceof Aa&&e.key instanceof z)return E=!0,e;if(!_&&(!b||!S)&&(r instanceof J&&nc.has(r.operator)&&r.left!==e||r instanceof Y&&r.condition!==e||r instanceof Xi&&r.condition!==e)&&(_=r),O&&!(e instanceof qa)&&v.equivalent_to(e)&&!me(u.find_scope()||n,y)){if(_)return E=!0,e;if(cc(e,r))return h&&D++,e;if(D++,h&&m instanceof fa)return e;if(o=E=!0,m instanceof Ta)return L(q,m,m);if(m instanceof fa){var i=m.name.definition(),s=m.value;return i.references.length-i.replaced==1&&!t.exposed(i)?(i.replaced++,w&&As(s)?s.transform(t):ws(r,e,s)):L(Ea,m,{operator:`=`,logical:!1,left:L(X,m.name,m.name),right:s})}return ms(m,32),m}var c;return(e instanceof W||e instanceof Hi&&(x||v instanceof K||fe(v))||e instanceof K&&(x||e.expression.may_throw_on_access(t))||e instanceof X&&(y.has(e.name)&&y.get(e.name).modified||x&&fe(e))||e instanceof fa&&e.value&&(y.has(e.name.name)||x&&fe(e.name))||e instanceof ua||(c=cc(e.left,e))&&(c instanceof K||y.has(c.name))||C&&(a?e.has_side_effects(t):pe(e)))&&(g=e,e instanceof H&&(E=!0)),ee(e)},function(e){E||(g===e&&(E=!0),_===e&&(_=null))}),d=new Po(function(e){if(E)return e;if(!T)return e===f[p]?(p++,p<f.length?void 0:(T=!0,e)):e;if(e instanceof X&&e.name==A.name)return--D||(E=!0),cc(e,d.parent())?e:(A.replaced++,h.replaced--,m.value);if(e instanceof $i||e instanceof H)return e});--l>=0;){l==0&&t.option(`unused`)&&re();var f=[];for(M(e[l]);c.length>0;){f=c.pop();var p=0,m=f[f.length-1],h=null,g=null,_=null,v=oe(m);if(!(!v||Uc(v)||v.has_side_effects(t))){var y=ce(m),b=le(v);v instanceof X&&y.set(v.name,{def:v.definition(),modified:!1});var x=ue(m),S=de(),C=m.may_throw(t),w=m.name instanceof $a,T=w,E=!1,D=0,O=!s||!T;if(!O){for(let e=t.self().argnames.lastIndexOf(m.name)+1;!E&&e<s.length;e++)s[e].transform(u);O=!0}for(var k=l;!E&&k<e.length;k++)e[k].transform(u);if(h){var A=m.name.definition();if(E&&A.references.length-A.replaced>D)D=!1;else{E=!1,p=0,T=w;for(var k=l;!E&&k<e.length;k++)e[k].transform(d);h.single_use=!1}}D&&!N(m)&&e.splice(l,1)}}}function ee(e){if(e instanceof H)return e;if(e instanceof Zi){e.expression=e.expression.transform(u);for(var t=0,n=e.body.length;!E&&t<n;t++){var r=e.body[t];if(r instanceof ea){if(!T){if(r!==f[p])continue;p++}if(r.expression=r.expression.transform(u),!S)break}}return E=!0,e}}function te(e,t){if(e.global)return!1;let n=e.scope;for(;n&&n!==t;){if(n.variables.has(e.name))return!0;n=n.parent_scope}return!1}function ne(e,t,n){var i=!1,a=!(e instanceof Fi);return t.walk(new No(function(t,o){if(i)return!0;if(t instanceof X&&(e.variables.has(t.name)||te(t.definition(),e))){var s=t.definition().scope;if(s!==r){for(;s=s.parent_scope;)if(s===r)return!0}return i=!0}if((n||a)&&t instanceof ho)return i=!0;if(t instanceof H&&!(t instanceof Fi)){var c=a;return a=!1,o(),a=c,!0}})),i}function j(e){return!(e instanceof Mi||Ao(e,e=>{if(e instanceof Ji)return Mo}))}function re(){var e,n=t.self();if(Es(n)&&!n.name&&!n.uses_arguments&&!n.pinned()&&(e=t.parent())instanceof W&&e.expression===n&&e.args.every(j)){var r=t.has_directive(`use strict`);r&&!zn(r,n.body)&&(r=!1);var i=n.argnames.length;s=e.args.slice(i);for(var a=new Set,o=i;--o>=0;){var l=n.argnames[o],u=e.args[o];let i=l.definition&&l.definition();if(!(i&&i.orig.length>1)&&(s.unshift(L(fa,l,{name:l,value:u})),!a.has(l.name)))if(a.add(l.name),l instanceof Mi){var d=e.args.slice(o);d.every(e=>!ne(n,e,r))&&c.unshift([L(fa,l,{name:l.expression,value:L(Oa,e,{elements:d})})])}else u?(u instanceof U&&u.pinned()||ne(n,u,r))&&(u=null):u=Jn(l).transform(t),u&&c.unshift([L(fa,l,{name:l,value:u})])}}}function M(e){if(f.push(e),e instanceof Ea)!e.left.has_side_effects(t)&&!(e.right instanceof Ca)&&c.push(f.slice()),M(e.right);else if(e instanceof J)M(e.left),M(e.right);else if(e instanceof W&&!dr(e,4))M(e.expression),e.args.forEach(M);else if(e instanceof ea)M(e.expression);else if(e instanceof Y)M(e.condition),M(e.consequent),M(e.alternative);else if(e instanceof oa){var n=e.definitions.length,r=n-200;for(r<0&&(r=0);r<n;r++)M(e.definitions[r])}else e instanceof wi?(M(e.condition),e.body instanceof yi||M(e.body)):e instanceof Hi?e.value&&M(e.value):e instanceof Di?(e.init&&M(e.init),e.condition&&M(e.condition),e.step&&M(e.step),e.body instanceof yi||M(e.body)):e instanceof Oi?(M(e.object),e.body instanceof yi||M(e.body)):e instanceof Xi?(M(e.condition),e.body instanceof yi||M(e.body),e.alternative&&!(e.alternative instanceof yi)&&M(e.alternative)):e instanceof G?e.expressions.forEach(M):e instanceof B?M(e.body):e instanceof Zi?(M(e.expression),e.body.forEach(M)):e instanceof wa?(e.operator==`++`||e.operator==`--`)&&c.push(f.slice()):e instanceof fa&&e.value&&!(e.value instanceof Ca)&&(c.push(f.slice()),M(e.value));f.pop()}function ie(e,t,n){var r=u.parent(t);return r instanceof Ea?n&&!r.logical&&!(r.left instanceof K||y.has(r.left.name))?ie(r,t+1,n):e:r instanceof J?n&&(!nc.has(r.operator)||r.left===e)?ie(r,t+1,n):e:r instanceof W||r instanceof ea?e:r instanceof Y?n&&r.condition===e?ie(r,t+1,n):e:r instanceof oa?ie(r,t+1,!0):r instanceof Hi?n?ie(r,t+1,n):e:r instanceof Xi?n&&r.condition===e?ie(r,t+1,n):e:r instanceof Ci?e:r instanceof G?ie(r,t+1,r.tail_node()!==e):r instanceof B?ie(r,t+1,!0):r instanceof Zi||r instanceof fa?e:null}function ae(e){var t=e.value;if(t instanceof X&&t.name!=`arguments`){var n=t.definition();if(!n.undeclared)return h=n}}function oe(e){if(e instanceof Ea&&e.logical)return!1;if(e instanceof fa&&e.name instanceof qa){var n=e.name.definition();if(!zn(e.name,n.orig))return;var r=n.references.length-n.replaced;if(!r)return;if(n.orig.length-n.eliminated>1&&!(e.name instanceof $a)||(r>1?ae(e):!t.exposed(n)))return L(X,e.name,e.name)}else{let t=e instanceof Ea?e.left:e.expression;return!js(t,Xa)&&!js(t,Qa)&&!js(t,Za)&&t}}function se(e){return e instanceof Ea?e.right:e.value}function ce(e){var n=new Map;if(e instanceof wa)return n;var r=new No(function(e){for(var i=e;i instanceof K;)i=i.expression;if(i instanceof X){let a=n.get(i.name);(!a||!a.modified)&&n.set(i.name,{def:i.definition(),modified:dc(t,r,e,e,0)})}});return se(e).walk(r),n}function N(n){if(n.name instanceof $a){var r=t.parent(),i=t.self().argnames,a=i.indexOf(n.name);if(a<0)r.args.length=Math.min(r.args.length,i.length-1);else{var o=r.args;o[a]&&(o[a]=L(Z,o[a],{value:0}))}return!0}var s=!1;return e[l].transform(new Po(function(e,t,r){if(s)return e;if(e===n||e.body===n)return s=!0,e instanceof fa?(e.value=e.name instanceof Xa?Jn(e.value):null,e):r?qn.skip:null},function(e){if(e instanceof G)switch(e.expressions.length){case 0:return null;case 1:return e.expressions[0]}}))}function le(e){for(;e instanceof K;)e=e.expression;return e instanceof X&&e.definition().scope.get_defun_scope()===r&&!(i&&(y.has(e.name)||m instanceof wa||m instanceof Ea&&!m.logical&&m.operator!=`=`))}function ue(e){return e instanceof wa?rc.has(e.operator):se(e).has_side_effects(t)}function de(){if(x)return!1;if(h)return!0;if(v instanceof X){var e=v.definition();if(e.references.length-e.replaced==(m instanceof fa?1:2))return!0}return!1}function fe(e){if(!e.definition)return!0;var t=e.definition();return t.orig.length==1&&t.orig[0]instanceof eo?!1:t.scope.get_defun_scope()===r?t.references.some(e=>e.scope.get_defun_scope()!==r):!0}function pe(e,t){if(e instanceof Ea)return pe(e.left,!0);if(e instanceof wa)return pe(e.expression,!0);if(e instanceof fa)return e.value&&pe(e.value);if(t){if(e instanceof ba||e instanceof Sa)return pe(e.expression,!0);if(e instanceof X)return e.definition().scope.get_defun_scope()!==r}return!1}function me(e,t){for(let{def:n}of t.values()){let t=e.find_variable(n.name);if(t){if(t===n)continue;return!0}}return!1}}function u(e){for(var t=[],n=0;n<e.length;){var r=e[n];r instanceof V&&r.body.every(Ms)?(o=!0,u(r.body),e.splice(n,1,...r.body),n+=r.body.length):r instanceof bi?(o=!0,e.splice(n,1)):r instanceof gi?t.indexOf(r.value)<0?(n++,t.push(r.value)):(o=!0,e.splice(n,1)):n++}}function d(e,t){for(var n=t.self(),r=f(e),i=n instanceof U,a=Math.min(e.length,500);--a>=0;){var s=e[a],c=v(a),l=e[c];if(i&&!l&&s instanceof Ui){if(!s.value){o=!0,e.splice(a,1);continue}if(s.value instanceof q&&s.value.operator==`void`){o=!0,e[a]=L(B,s,{body:s.value.expression});continue}}if(s instanceof Xi){let n,r;if(n=uc(s.body),h(n)&&(r=_(s.body,n))){n.label&&Zn(n.label.thedef.references,n),o=!0,s=s.clone(),s.condition=s.condition.negate(t),s.body=L(V,s,{body:Ns(s.alternative).concat(g())}),s.alternative=L(V,s,{body:r}),e[a]=s.transform(t);continue}if(n=uc(s.alternative),h(n)&&(r=_(s.alternative,n))){n.label&&Zn(n.label.thedef.references,n),o=!0,s=s.clone(),s.body=L(V,s.body,{body:Ns(s.body).concat(g())}),s.alternative=L(V,s.alternative,{body:r}),e[a]=s.transform(t);continue}}if(s instanceof Xi&&s.body instanceof Ui){var u=s.body.value;if(!u&&!s.alternative&&(i&&!l||l instanceof Ui&&!l.value)){o=!0,e[a]=L(B,s.condition,{body:s.condition});continue}if(u&&!s.alternative&&l instanceof Ui&&l.value){o=!0,s=s.clone(),s.alternative=l,e[a]=s.transform(t),e.splice(c,1);continue}if(u&&!s.alternative&&(!l&&i&&r||l instanceof Ui)){o=!0,s=s.clone(),s.alternative=l||L(Ui,s,{value:null}),e[a]=s.transform(t),l&&e.splice(c,1);continue}var d=e[y(a)];if(t.option(`sequences`)&&i&&!s.alternative&&d instanceof Xi&&d.body instanceof Ui&&v(c)==e.length&&l instanceof B){o=!0,s=s.clone(),s.alternative=L(V,l,{body:[l,L(Ui,l,{value:null})]}),e[a]=s.transform(t),e.splice(c,1);continue}}}function f(e){for(var t=0,n=e.length;--n>=0;){var r=e[n];if(r instanceof Xi&&r.body instanceof Ui&&++t>1)return!0}return!1}function m(e){return!e||e instanceof q&&e.operator==`void`}function h(r){if(!r)return!1;for(var o=a+1,s=e.length;o<s;o++){var c=e[o];if(c instanceof aa&&!(c instanceof sa))return!1}var l=r instanceof Gi?t.loopcontrol_target(r):null;return r instanceof Ui&&i&&m(r.value)||r instanceof qi&&n===Hc(l)||r instanceof Ki&&l instanceof V&&n===l}function g(){var t=e.slice(a+1);return e.length=a+1,t.filter(function(t){return t instanceof Ii?(e.push(t),!1):!0})}function _(e,t){var n=Ns(e);if(t===n[n.length-1]&&(n=n.slice(0,-1),n.every(e=>Ms(e))))return t.value&&n.push(L(B,t.value,{body:t.value.expression})),n}function v(t){for(var n=t+1,r=e.length;n<r;n++){var i=e[n];if(!(i instanceof sa&&p(i)))break}return n}function y(t){for(var n=t;--n>=0;){var r=e[n];if(!(r instanceof sa&&p(r)))break}return n}}function f(e,t){for(var n,r=t.self(),i=0,a=0,s=e.length;i<s;i++){var c=e[i];if(c instanceof Gi){var l=t.loopcontrol_target(c);c instanceof Ki&&!(l instanceof Ci)&&Hc(l)===r||c instanceof qi&&Hc(l)===r?c.label&&Zn(c.label.thedef.references,c):e[a++]=c}else e[a++]=c;if(uc(c)){n=e.slice(i+1);break}}e.length=a,o=a!=s,n&&n.forEach(function(n){Gc(t,n,e)})}function p(e){return e.definitions.every(e=>!e.value)}function m(e,t){if(e.length<2)return;var n=[],r=0;function i(){if(n.length){var t=Q(n[0],n);e[r++]=L(B,t,{body:t}),n=[]}}for(var a=0,s=e.length;a<s;a++){var c=e[a];if(c instanceof B){n.length>=t.sequences_limit&&i();var l=c.body;n.length>0&&(l=l.drop_side_effect_free(t)),l&&hs(n,l)}else c instanceof oa&&p(c)||c instanceof Ii||i(),e[r++]=c}i(),e.length=r,r!=s&&(o=!0)}function h(e,t){if(!(e instanceof V))return e;for(var n=null,r=0,i=e.body.length;r<i;r++){var a=e.body[r];if(a instanceof sa&&p(a))t.push(a);else if(n||a instanceof aa&&!(a instanceof sa))return!1;else n=a}return n}function g(e,t){function n(e){r--,o=!0;var n=i.body;return Q(n,[n,e]).transform(t)}for(var r=0,i,a=0;a<e.length;a++){var s=e[a];if(i&&(s instanceof Hi?s.value=n(s.value||Jn(s).transform(t)):s instanceof Di?s.init instanceof aa||Ao(i.body,e=>{if(e instanceof H)return!0;if(e instanceof J&&e.operator===`in`)return Mo})||(s.init?s.init=n(s.init):(s.init=i.body,r--,o=!0)):s instanceof Oi?(!(s.init instanceof aa)||s.init instanceof sa)&&(s.object=n(s.object)):s instanceof Xi?s.condition=n(s.condition):(s instanceof Zi||s instanceof Ai)&&(s.expression=n(s.expression))),t.option(`conditionals`)&&s instanceof Xi){var c=[],l=h(s.body,c),u=h(s.alternative,c);if(l!==!1&&u!==!1&&c.length>0){var d=c.length;c.push(L(Xi,s,{condition:s.condition,body:l||L(bi,s.body),alternative:u})),c.unshift(r,1),[].splice.apply(e,c),a+=d,r+=d+1,i=null,o=!0;continue}}e[r++]=s,i=s instanceof B?s:null}e.length=r}function _(e,r){if(e instanceof oa){var i=e.definitions[e.definitions.length-1];if(i.value instanceof ka){var a;if(r instanceof Ea&&!r.logical?a=[r]:r instanceof G&&(a=r.expressions.slice()),a){var o=!1;do{var s=a[0];if(!(s instanceof Ea)||s.operator!=`=`||!(s.left instanceof K))break;var c=s.left.expression;if(!(c instanceof X)||i.name.name!=c.name||!s.right.is_constant_expression(n))break;var l=s.left.property;if(l instanceof z&&(l=l.evaluate(t)),l instanceof z)break;l=``+l;var u=t.option(`ecma`)<2015&&t.has_directive(`use strict`)?function(e){return e.key!=l&&e.key&&e.key.name!=l}:function(e){return e.key&&e.key.name!=l};if(!i.value.properties.every(u))break;var d=i.value.properties.filter(function(e){return e.key===l})[0];d?d.value=new G({start:d.start,expressions:[d.value.clone(),s.right.clone()],end:d.end}):i.value.properties.push(L(ja,s,{key:l,value:s.right})),a.shift(),o=!0}while(a.length);return o&&a}}}}function v(e){for(var t,n=0,r=-1,i=e.length;n<i;n++){var a=e[n],s=e[r];if(a instanceof oa)s&&s.TYPE==a.TYPE?(s.definitions=s.definitions.concat(a.definitions),o=!0):t&&t.TYPE==a.TYPE&&p(a)?(t.definitions=t.definitions.concat(a.definitions),o=!0):(e[++r]=a,t=a);else if(a instanceof ua&&s instanceof ua&&s.await===a.await)s.definitions=s.definitions.concat(a.definitions);else if(a instanceof Hi)a.value=l(a.value);else if(a instanceof Di){var c=_(s,a.init);c?(o=!0,a.init=c.length?Q(a.init,c):null,e[++r]=a):s instanceof sa&&(!a.init||a.init.TYPE==s.TYPE)?(a.init&&(s.definitions=s.definitions.concat(a.init.definitions)),a.init=s,e[r]=a,o=!0):t instanceof sa&&a.init instanceof sa&&p(a.init)?(t.definitions=t.definitions.concat(a.init.definitions),a.init=null,e[++r]=a,o=!0):e[++r]=a}else if(a instanceof Oi)a.object=l(a.object);else if(a instanceof Xi)a.condition=l(a.condition);else if(a instanceof B){var c=_(s,a.body);if(c){if(o=!0,!c.length)continue;a.body=Q(a.body,c)}e[++r]=a}else a instanceof Zi||a instanceof Ai?a.expression=l(a.expression):e[++r]=a}e.length=r+1;function l(t){e[++r]=a;var n=_(s,t);return n?(o=!0,n.length?Q(t,n):t instanceof G?t.tail_node().left:t.left):t}}}function qc(e){for(var t,n=0;t=e.parent(n++);){if(t instanceof mi)return!1;if(t instanceof Oa||t instanceof ja||t instanceof ka)return!0}return!1}function Jc(e,t){for(let n of t.enclosed){if(t.variables.has(n.name))continue;let r=e.find_variable(n.name);if(r){if(r===n)continue;return!0}}return!1}function Yc(e,t){return e.orig.length===1&&t?t.size()>e.name.length:!0}function Xc(e,t){if(t.in_computed_key())return e;let n=t.parent(),r=e.definition(),i=t.find_scope(),a=e.fixed_value();if(t.top_retain&&r.global&&t.top_retain(r)&&Yc(r,a))return r.fixed=!1,r.single_use=!1,e;if(Qc(t,a))return e;let o=r.single_use&&!(n instanceof W&&n.is_callee_pure(t)||dr(n,4))&&!(n instanceof va&&a instanceof U&&a.name);if(o&&a instanceof z&&(o=!a.has_side_effects(t)&&!a.may_throw(t)),a instanceof Ra&&r.scope!==e.scope)return e;if(o&&(a instanceof U||a instanceof Ra)){if(Is(a,t))o=!1;else if(r.scope!==e.scope&&(r.escaped==1||fs(a,16)||qc(t)||!t.option(`reduce_funcs`)))o=!1;else if(Fs(t,r))o=!1;else if((r.scope!==e.scope||r.orig[0]instanceof $a)&&(o=a.is_constant_expression(e.scope),o==`f`)){var s=e.scope;do(s instanceof Ii||Es(s))&&ps(s,16);while(s=s.parent_scope)}}if(o&&(a instanceof U||a instanceof Ra)&&(o=r.scope===e.scope&&!Jc(i,a)||n instanceof W&&n.expression===e&&!Jc(i,a)&&!(a.name&&a.name.definition().recursive_refs>0)),o&&a){if(a instanceof Ha&&(ps(a,256),a=L(Wa,a,a)),a instanceof Ii&&(ps(a,256),a=L(Pi,a,a)),r.recursive_refs>0&&a.name instanceof eo){let e=a.name.definition(),t=a.variables.get(a.name.name),n=t&&t.orig[0];n instanceof ro||(n=L(ro,a.name,a.name),n.scope=a,a.name=n,t=a.def_function(n)),Ao(a,n=>{n instanceof X&&n.definition()===e&&(n.thedef=t,t.references.push(n))})}return(a instanceof U||a instanceof Ra)&&a.parent_scope!==i&&(a=a.clone(!0,t.get_toplevel()),i.add_child_scope(a)),a.optimize(t)}if(a){let n;if(a instanceof ho)!(r.orig[0]instanceof $a)&&r.references.every(e=>r.scope===e.scope)&&(n=a);else{var c=a.evaluate(t);c!==a&&(t.option(`unsafe_regexp`)||!(c instanceof RegExp))&&(n=_s(c,a))}if(n){let i=e.size(t),o=n.size(t),s=0;if(t.option(`unused`)&&!t.exposed(r)&&(s=(i+2+a.size(t))/(r.references.length-r.assignments)),o<=i+s)return n}}return e}function Zc(e,t){if(t.in_computed_key())return e;var n=e.expression,r=n,i=e.args.every(e=>!(e instanceof Mi));if(t.option(`reduce_vars`)&&r instanceof X&&!dr(e,4)){let i=r.fixed_value();if(Is(i,t)||!t.toplevel.funcs&&n.definition().global)return e;r=i}if(Qc(t,r)&&!dr(e,2))return e;var a=r instanceof U,o=a&&r.body[0],s=a&&!r.is_generator&&!r.async,c=s&&t.option(`inline`)&&!e.is_callee_pure(t);if(c&&o instanceof Ui){let n=o.value;if(!n||n.is_constant_expression())return n=n?n.clone(!0):Jn(e),Q(e,e.args.concat(n)).optimize(t);if(r.argnames.length===1&&r.argnames[0]instanceof $a&&e.args.length<2&&!(e.args[0]instanceof Mi)&&n instanceof X&&n.name===r.argnames[0].name){let n=(e.args[0]||Jn()).optimize(t),r;return n instanceof K&&(r=t.parent())instanceof W&&r.expression===e?Q(e,[L(Z,e,{value:0}),n]):n}}if(c){var l,u,d=-1;let a,s,c;if(i&&!r.uses_arguments&&!(t.parent()instanceof Ra)&&!(r.name&&r instanceof Pi)&&(s=m(o))&&(n===r||dr(e,2)||t.option(`unused`)&&(a=n.definition()).references.length==1&&!Fs(t,a)&&r.is_constant_expression(n.scope))&&!dr(e,5)&&!r.contains_this()&&_()&&(c=t.find_scope())&&!Jc(c,r)&&!(function(){let e=0,n;for(;n=t.parent(e++);){if(n instanceof Da)return!0;if(n instanceof yi)break}return!1})()&&!(l instanceof Ra))return ps(r,256),c.add_child_scope(r),Q(e,x(s)).optimize(t)}if(c&&dr(e,2))return ps(r,256),r=L(r.CTOR===Ii?Pi:r.CTOR,r,r),r=r.clone(!0),r.figure_out_scope({},{parent_scope:t.find_scope(),toplevel:t.get_toplevel()}),L(W,e,{expression:r,args:e.args}).optimize(t);if(s&&t.option(`side_effects`)&&r.body.every(Os))return Q(e,e.args.concat(Jn(e))).optimize(t);if(t.option(`negate_iife`)&&t.parent()instanceof B&&Ds(e))return e.negate(t,!0);var f=e.evaluate(t);if(f!==e)return f=_s(f,e).optimize(t),bs(t,f,e);return e;function p(t){if(!t)return Jn(e);if(t instanceof Ui)return t.value?t.value.clone(!0):Jn(e);if(t instanceof B)return L(q,t,{operator:`void`,expression:t.body.clone(!0)})}function m(e){var n=r.body,i=n.length;if(t.option(`inline`)<3)return i==1&&p(e);e=null;for(var a=0;a<i;a++){var o=n[a];if(o instanceof sa){if(e&&!o.definitions.every(e=>!e.value))return!1}else if(e)return!1;else o instanceof bi||(e=o)}return p(e)}function h(e,t){for(var n=0,i=r.argnames.length;n<i;n++){var a=r.argnames[n];if(a instanceof Da){if(fs(a.left,1))continue;return!1}if(a instanceof Li)return!1;if(a instanceof Mi){if(fs(a.expression,1))continue;return!1}if(!fs(a,1)){if(!t||e.has(a.name)||ks.has(a.name)||l.conflicting_def(a.name))return!1;u&&u.push(a.definition())}}return!0}function g(e,t){for(var n=r.body.length,i=0;i<n;i++){var a=r.body[i];if(a instanceof sa){if(!t)return!1;for(var o=a.definitions.length;--o>=0;){var s=a.definitions[o].name;if(s instanceof Li||e.has(s.name)||ks.has(s.name)||l.conflicting_def(s.name))return!1;u&&u.push(s.definition())}}}return!0}function _(){var e=new Set;do if(l=t.parent(++d),l.is_block_scope()&&l.block_scope&&l.block_scope.variables.forEach(function(t){e.add(t.name)}),l instanceof ra)l.argname&&e.add(l.argname.name);else if(l instanceof Ci)u=[];else if(l instanceof X&&l.fixed_value()instanceof H)return!1;while(!(l instanceof H));var n=!(l instanceof ji)||t.toplevel.vars,i=t.option(`inline`);return!g(e,i>=3&&n)||!h(e,i>=2&&n)?!1:!u||u.length==0||!Ps(r,u)}function v(t,n,r,i){var a=r.definition();l.variables.has(r.name)||(l.variables.set(r.name,a),l.enclosed.push(a),t.push(L(fa,r,{name:r,value:null})));var o=L(X,r,r);a.references.push(o),i&&n.push(L(Ea,e,{operator:`=`,logical:!1,left:o,right:i.clone()}))}function y(t,n){for(var i=r.argnames.length,a=e.args.length;--a>=i;)n.push(e.args[a]);for(a=i;--a>=0;){var o=r.argnames[a],s=e.args[a];if(fs(o,1)||!o.name||l.conflicting_def(o.name))s&&n.push(s);else{var c=L(Ja,o,o);o.definition().orig.push(c),!s&&u&&(s=Jn(e)),v(t,n,c,s)}}t.reverse(),n.reverse()}function b(e,t){for(var n=t.length,i=0,a=r.body.length;i<a;i++){var o=r.body[i];if(o instanceof sa)for(var s=0,c=o.definitions.length;s<c;s++){var l=o.definitions[s],d=l.name;if(v(e,t,d,l.value),u&&r.argnames.every(e=>e.name!=d.name)){var f=r.variables.get(d.name),p=L(X,d,d);f.references.push(p),t.splice(n++,0,L(Ea,l,{operator:`=`,logical:!1,left:p,right:Jn(d)}))}}}}function x(e){var n=[],i=[];if(y(n,i),b(n,i),i.push(e),n.length){let e=l.body.indexOf(t.parent(d-1))+1;l.body.splice(e,0,L(sa,r,{definitions:n}))}return i.map(e=>e.clone(!0))}}function Qc(e,t){return(t instanceof U||t instanceof Ra)&&!!e.is_within_loop()}(function(e){function t(e,n){if(e instanceof z)return e instanceof _o||(e=e.clone(!0)),L(e.CTOR,n,e);if(Array.isArray(e))return L(Oa,n,{elements:e.map(function(e){return t(e,n)})});if(e&&typeof e==`object`){var r=[];for(var i in e)rr(e,i)&&r.push(L(ja,n,{key:i,value:t(e[i],n)}));return L(ka,n,{properties:r})}return _s(e,n)}ji.DEFMETHOD(`resolve_defines`,function(e){return e.option(`global_defs`)?(this.figure_out_scope({ie8:e.option(`ie8`)}),this.transform(new Po(function(t){var n=t._find_defs(e,``);if(n){for(var r=0,i=t,a;(a=this.parent(r++))&&!(!(a instanceof K)||a.expression!==i);)i=a;if(!cc(i,a))return n}}))):this}),e(z,Hn),e(Ca,function(e,t){return this.expression._find_defs(e,t)}),e(ba,function(e,t){return this.expression._find_defs(e,`.`+this.property+t)}),e(qa,function(){this.global()}),e(X,function(e,n){if(this.global()){var r=e.option(`global_defs`),i=this.name+n;if(rr(r,i))return t(r[i],this)}}),e(ga,function(e,n){var r=e.option(`global_defs`),i=`import.meta`+n;if(rr(r,i))return t(r[i],this)})})(function(e,t){e.DEFMETHOD(`_find_defs`,t)});var $c=class extends No{constructor(e,{false_by_default:t=!1,mangle_options:n=!1}){super(),e.defaults!==void 0&&!e.defaults&&(t=!0),this.options=Vn(e,{arguments:!1,arrows:!t,booleans:!t,booleans_as_integers:!1,collapse_vars:!t,comparisons:!t,computed_props:!t,conditionals:!t,dead_code:!t,defaults:!0,directives:!t,drop_console:!1,drop_debugger:!t,ecma:5,builtins_ecma:5,builtins_pure:!1,evaluate:!t,expression:!1,global_defs:!1,hoist_funs:!1,hoist_props:!t,hoist_vars:!1,ie8:!1,if_return:!t,inline:!t,join_vars:!t,keep_classnames:!1,keep_fargs:!0,keep_fnames:!1,keep_infinity:!1,lhs_constants:!t,loops:!t,module:!1,negate_iife:!t,passes:1,properties:!t,pure_getters:!t&&`strict`,pure_funcs:null,pure_new:!1,reduce_funcs:!t,reduce_vars:!t,sequences:!t,side_effects:!t,switches:!t,top_retain:null,toplevel:!!(e&&e.top_retain),typeofs:!t,unsafe:!1,unsafe_arrows:!1,unsafe_comps:!1,unsafe_Function:!1,unsafe_math:!1,unsafe_symbols:!1,unsafe_methods:!1,unsafe_proto:!1,unsafe_regexp:!1,unsafe_undefined:!1,unused:!t,warnings:!1},!0);var r=this.options.global_defs;if(typeof r==`object`)for(var i in r)i[0]===`@`&&rr(r,i)&&(r[i.slice(1)]=oi(r[i],{expression:!0}));this.options.inline===!0&&(this.options.inline=3);var a=this.options.pure_funcs;typeof a==`function`?this.pure_funcs=a:this.pure_funcs=a?function(e){return!a.includes(e.expression.print_to_string())}:Wn;var o=this.options.top_retain;o instanceof RegExp?this.top_retain=function(e){return o.test(e.name)}:typeof o==`function`?this.top_retain=o:o&&(typeof o==`string`&&(o=o.split(/,/)),this.top_retain=function(e){return o.includes(e.name)}),this.options.module&&(this.directives[`use strict`]=!0,this.options.toplevel=!0);var s=this.options.toplevel;this.toplevel=typeof s==`string`?{funcs:/funcs/.test(s),vars:/vars/.test(s)}:{funcs:s,vars:s};var c=this.options.sequences;this.sequences_limit=c==1?800:c|0,this.evaluated_regexps=new Map,this._toplevel=void 0,this._mangle_options=n&&rs(n),this.pure_access_globals=Vs(this),this.is_pure_native_fn=Us(this),this.is_pure_native_method=Js(this),this.is_pure_native_static_fn=Ys(this),this.is_pure_native_static_property=Xs(this)}mangle_options(){var e=this._mangle_options&&this._mangle_options.nth_identifier||is,t=this._mangle_options&&this._mangle_options.module||this.option(`module`);return{ie8:this.option(`ie8`),nth_identifier:e,module:t}}option(e){return this.options[e]}exposed(e){if(e.export)return!0;if(e.global){for(var t=0,n=e.orig.length;t<n;t++)if(!this.toplevel[e.orig[t]instanceof eo?`funcs`:`vars`])return!0}return!1}in_boolean_context(){if(!this.option(`booleans`))return!1;for(var e=this.self(),t=0,n;n=this.parent(t);t++){if(n instanceof B||n instanceof Y&&n.condition===e||n instanceof wi&&n.condition===e||n instanceof Di&&n.condition===e||n instanceof Xi&&n.condition===e||n instanceof q&&n.operator==`!`&&n.expression===e)return!0;if(n instanceof J&&(n.operator==`&&`||n.operator==`||`||n.operator==`??`)||n instanceof Y||n.tail_node()===e)e=n;else return!1}}in_32_bit_context(e){if(!this.option(`evaluate`))return!1;for(var t=this.self(),n=0,r;r=this.parent(n);n++){if(r instanceof J&&tc.has(r.operator))return e?(t===r.left?r.right:r.left).is_number(this):!0;if(r instanceof q)return r.operator===`~`;if(r instanceof J&&(r.operator==`&&`&&r.right===t||r.operator==`||`&&r.right===t||r.operator==`??`&&r.right===t)||r instanceof Y&&r.condition!==t||r.tail_node()===t)t=r;else return!1}}in_computed_key(){if(!this.option(`evaluate`))return!1;for(var e=this.self(),t=0,n;n=this.parent(t);t++)if(n instanceof Aa&&n.key===e)return!0;return!1}get_toplevel(){return this._toplevel}compress(e){e=e.resolve_defines(this),this._toplevel=e,this.option(`expression`)&&this._toplevel.process_expression(!0);for(var t=+this.options.passes||1,n=1/0,r=!1,i=this.mangle_options(),a=0;a<t;a++)if(this._toplevel.figure_out_scope(i),a===0&&this.option(`drop_console`)&&(this._toplevel=this._toplevel.drop_console(this.option(`drop_console`))),(a>0||this.option(`reduce_vars`))&&this._toplevel.reset_opt_flags(this),this._toplevel=this._toplevel.transform(this),t>1){let e=0;if(Ao(this._toplevel,()=>{e++}),e<n)n=e,r=!1;else if(r)break;else r=!0}return this.option(`expression`)&&this._toplevel.process_expression(!1),e=this._toplevel,this._toplevel=void 0,e}before(e,t){if(fs(e,256))return e;var n=!1;e instanceof H&&(e=e.hoist_properties(this),e=e.hoist_declarations(this),n=!0),t(e,this),t(e,this);var r=e.optimize(this);return n&&r instanceof H&&(r.drop_unused(this),t(r,this)),r===e&&ps(r,256),r}is_lhs(){let e=this.stack[this.stack.length-1],t=this.stack[this.stack.length-2];return cc(e,t)}};function $(e,t){e.DEFMETHOD(`optimize`,function(e){var n=this;if(fs(n,512)||e.has_directive(`use asm`))return n;var r=t(n,e);return ps(r,512),r})}$(z,function(e){return e}),ji.DEFMETHOD(`drop_console`,function(e){let t=Array.isArray(e),n=new Po(function(r){if(r.TYPE===`Call`){var i=r.expression;if(i instanceof K){for(var a=i.expression,o=i.property,s=2;a.expression;)o=a.property,a=a.expression,s++;if(!(t&&!e.includes(o))&&ec(a)&&a.name==`console`)if(s===3&&![`call`,`apply`].includes(i.property)&&fc(n))i.expression=gs(r),ps(i.expression,256),r.args=[];else return Jn(r)}}});return this.transform(n)}),z.DEFMETHOD(`equivalent_to`,function(e){return Ko(this,e)}),H.DEFMETHOD(`process_expression`,function(e,t){var n=this,r=new Po(function(i){if(e&&i instanceof B)return L(Ui,i,{value:i.body});if(!e&&i instanceof Ui){if(t){var a=i.value&&i.value.drop_side_effect_free(t,!0);return a?L(B,i,{body:a}):L(bi,i)}return L(B,i,{body:i.value||Jn(i)})}if(i instanceof Ra||i instanceof U&&i!==n)return i;if(i instanceof yi){var o=i.body.length-1;o>=0&&(i.body[o]=i.body[o].transform(r))}else i instanceof Xi?(i.body=i.body.transform(r),i.alternative&&=i.alternative.transform(r)):i instanceof Ai&&(i.body=i.body.transform(r));return i});n.transform(r)}),ji.DEFMETHOD(`reset_opt_flags`,function(e){let t=this,n=e.option(`reduce_vars`),r=new No(function(i,a){if(ms(i,ds),n)return e.top_retain&&i instanceof Ii&&r.parent()===t&&ps(i,us),i.reduce_vars(r,a,e)});r.safe_ids=Object.create(null),r.in_loop=null,r.loop_ids=new Map,r.defs_to_safe_ids=new Map,t.walk(r)}),Ga.DEFMETHOD(`fixed_value`,function(){var e=this.thedef.fixed;return!e||e instanceof z?e:e()}),X.DEFMETHOD(`is_immutable`,function(){var e=this.definition().orig;return e.length==1&&e[0]instanceof ro});function el(e,t){for(var n,r=0;(n=e.parent(r++))&&!(n instanceof H);)if(n instanceof ra&&n.argname){n=n.argname.definition().scope;break}return n.find_variable(t)}X.DEFMETHOD(`is_declared`,function(e){return!this.definition().undeclared||(e.option(`unsafe`)||e.option(`builtins_pure`))&&e.pure_access_globals(this.name)});var tl=new Set([`use asm`,`use strict`]);$(gi,function(e,t){return t.option(`directives`)&&(!tl.has(e.value)||t.has_directive(e.value)!==e)?L(bi,e):e}),$(hi,function(e,t){return t.option(`drop_debugger`)?L(bi,e):e}),$(Si,function(e,t){return e.body instanceof Ki&&t.loopcontrol_target(e.body)===e.body?L(bi,e):e.label.references.length==0?e.body:e}),$(yi,function(e,t){return Kc(e.body,t),e});function nl(e){return!(e instanceof la||e instanceof ca||e instanceof ua||e instanceof Ra)}$(V,function(e,t){switch(Kc(e.body,t),e.body.length){case 1:if(!t.has_directive(`use strict`)&&t.parent()instanceof Xi&&nl(e.body[0])||Ms(e.body[0]))return e.body[0];break;case 0:return L(bi,e)}return e});function rl(e,t){return Kc(e.body,t),t.option(`side_effects`)&&e.body.length==1&&e.body[0]===t.has_directive(`use strict`)&&(e.body.length=0),e}$(U,rl),H.DEFMETHOD(`hoist_declarations`,function(e){var t=this;if(e.has_directive(`use asm`))return t;var n=e.option(`hoist_funs`),r=e.option(`hoist_vars`);if(n||r){var i=[],a=[],o=new Map,s=0,c=0;Ao(t,e=>{if(e instanceof H&&e!==t)return!0;if(e instanceof sa)return++c,!0}),r&&=c>1;var l=new Po(function(c){if(c!==t){if(c instanceof gi)return i.push(c),L(bi,c);if(n&&c instanceof Ii&&!(l.parent()instanceof va)&&l.parent()===t)return a.push(c),L(bi,c);if(r&&c instanceof sa&&!c.definitions.some(e=>e.name instanceof Li)){c.definitions.forEach(function(e){o.set(e.name.name,e),++s});var u=c.to_assignments(e),d=l.parent();if(d instanceof Oi&&d.init===c){if(u==null){var f=c.definitions[0].name;return L(X,f,f)}return u}return d instanceof Di&&d.init===c?u:u?L(B,c,{body:u}):L(bi,c)}if(c instanceof H)return c}});if(t=t.transform(l),s>0){var u=[];let e=t instanceof U,n=e?t.args_as_names():null;if(o.forEach((t,r)=>{e&&n.some(e=>e.name===t.name.name)?o.delete(r):(t=t.clone(),t.value=null,u.push(t),o.set(r,t))}),u.length>0){for(var d=0;d<t.body.length;){if(t.body[d]instanceof B){var f=t.body[d].body,p,m;if(f instanceof Ea&&f.operator==`=`&&(p=f.left)instanceof Ga&&o.has(p.name)){var h=o.get(p.name);if(h.value)break;h.value=f.right,Zn(u,h),u.push(h),t.body.splice(d,1);continue}if(f instanceof G&&(m=f.expressions[0])instanceof Ea&&m.operator==`=`&&(p=m.left)instanceof Ga&&o.has(p.name)){var h=o.get(p.name);if(h.value)break;h.value=m.right,Zn(u,h),u.push(h),t.body[d].body=Q(f,f.expressions.slice(1));continue}}if(t.body[d]instanceof bi){t.body.splice(d,1);continue}if(t.body[d]instanceof V){t.body.splice(d,1,...t.body[d].body);continue}break}u=L(sa,t,{definitions:u}),a.push(u)}}t.body=i.concat(a,t.body)}return t}),H.DEFMETHOD(`hoist_properties`,function(e){var t=this;if(!e.option(`hoist_props`)||e.has_directive(`use asm`))return t;var n=t instanceof ji&&e.top_retain||Un,r=new Map,i=new Po(function(a,o){if(a instanceof fa){let s=a.name,c,l;if(s.scope===t&&!(s instanceof Za)&&(c=s.definition()).escaped!=1&&!c.assignments&&!c.direct_access&&!c.single_use&&!e.exposed(c)&&!n(c)&&(l=s.fixed_value())===a.value&&l instanceof ka&&!l.properties.some(e=>e instanceof Mi||e.computed_key())){o(a,this);let e=new Map,n=[];return l.properties.forEach(({key:r,value:o})=>{let c=i.find_scope(),l=t.create_symbol(s.CTOR,{source:s,scope:c,conflict_scopes:new Set([c,...s.definition().references.map(e=>e.scope)]),tentative_name:s.name+`_`+r});e.set(String(r),l.definition()),n.push(L(fa,a,{name:l,value:o}))}),r.set(c.id,e),qn.splice(n)}}else if(a instanceof K&&a.expression instanceof X){let e=r.get(a.expression.definition().id);if(e){let t=e.get(String(xs(a.property))),n=L(X,a,{name:t.name,scope:a.expression.scope,thedef:t});return n.reference({}),n}}});return t.transform(i)}),$(B,function(e,t){if(t.option(`side_effects`)){var n=e.body,r=n.drop_side_effect_free(t,!0);if(!r)return L(bi,e);if(r!==n)return L(B,e,{body:r})}return e}),$(Ei,function(e,t){return t.option(`loops`)?L(Di,e,e).optimize(t):e}),$(Ti,function(e,t){if(!t.option(`loops`))return e;var n=e.condition.tail_node().evaluate(t);if(!(n instanceof z)){if(n)return L(Di,e,{body:L(V,e.body,{body:[e.body,L(B,e.condition,{body:e.condition})]})}).optimize(t);if(!Cs(e,t.parent()))return L(V,e.body,{body:[e.body,L(B,e.condition,{body:e.condition})]}).optimize(t)}return e});function il(e,t){var n=e.body instanceof V?e.body.body[0]:e.body;if(t.option(`dead_code`)&&i(n)){var r=[];return e.init instanceof mi?r.push(e.init):e.init&&r.push(L(B,e.init,{body:e.init})),e.condition&&r.push(L(B,e.condition,{body:e.condition})),Gc(t,e.body,r),L(V,e,{body:r})}return n instanceof Xi&&(i(n.body)?(e.condition?e.condition=L(J,e.condition,{left:e.condition,operator:`&&`,right:n.condition.negate(t)}):e.condition=n.condition.negate(t),a(n.alternative)):i(n.alternative)&&(e.condition?e.condition=L(J,e.condition,{left:e.condition,operator:`&&`,right:n.condition}):e.condition=n.condition,a(n.body))),e;function i(e){return e instanceof Ki&&t.loopcontrol_target(e)===t.self()}function a(n){n=Ns(n),e.body instanceof V?(e.body=e.body.clone(),e.body.body=n.concat(e.body.body.slice(1)),e.body=e.body.transform(t)):e.body=L(V,e.body,{body:n}).transform(t),e=il(e,t)}}$(Di,function(e,t){if(!t.option(`loops`))return e;if(t.option(`side_effects`)&&e.init&&(e.init=e.init.drop_side_effect_free(t)),e.condition){var n=e.condition.evaluate(t);if(!(n instanceof z)){if(n)e.condition=null;else if(!t.option(`dead_code`)){var r=e.condition;e.condition=_s(n,e.condition),e.condition=vs(e.condition.transform(t),r)}}if(t.option(`dead_code`)&&(n instanceof z&&(n=e.condition.tail_node().evaluate(t)),!n)){var i=[];return Gc(t,e.body,i),e.init instanceof mi?i.push(e.init):e.init&&i.push(L(B,e.init,{body:e.init})),i.push(L(B,e.condition,{body:e.condition})),L(V,e,{body:i}).optimize(t)}}return il(e,t)}),$(Xi,function(e,t){if(Os(e.alternative)&&(e.alternative=null),!t.option(`conditionals`))return e;var n=e.condition.evaluate(t);if(!t.option(`dead_code`)&&!(n instanceof z)){var r=e.condition;e.condition=_s(n,r),e.condition=vs(e.condition.transform(t),r)}if(t.option(`dead_code`)){if(n instanceof z&&(n=e.condition.tail_node().evaluate(t)),!n){var i=[];return Gc(t,e.body,i),i.push(L(B,e.condition,{body:e.condition})),e.alternative&&i.push(e.alternative),L(V,e,{body:i}).optimize(t)}else if(!(n instanceof z)){var i=[];return i.push(L(B,e.condition,{body:e.condition})),i.push(e.body),e.alternative&&Gc(t,e.alternative,i),L(V,e,{body:i}).optimize(t)}}var a=e.condition.negate(t),o=e.condition.size(),s=a.size(),c=s<o;if(e.alternative&&c){c=!1,e.condition=a;var l=e.body;e.body=e.alternative||L(bi,e),e.alternative=l}if(Os(e.body)&&Os(e.alternative))return L(B,e.condition,{body:e.condition.clone()}).optimize(t);if(e.body instanceof B&&e.alternative instanceof B)return L(B,e,{body:L(Y,e,{condition:e.condition,consequent:e.body.body,alternative:e.alternative.body})}).optimize(t);if(Os(e.alternative)&&e.body instanceof B)return o===s&&!c&&e.condition instanceof J&&e.condition.operator==`||`&&(c=!0),c?L(B,e,{body:L(J,e,{operator:`||`,left:a,right:e.body.body})}).optimize(t):L(B,e,{body:L(J,e,{operator:`&&`,left:e.condition,right:e.body.body})}).optimize(t);if(e.body instanceof bi&&e.alternative instanceof B)return L(B,e,{body:L(J,e,{operator:`||`,left:e.condition,right:e.alternative.body})}).optimize(t);if(e.body instanceof Hi&&e.alternative instanceof Hi&&e.body.TYPE==e.alternative.TYPE)return L(e.body.CTOR,e,{value:L(Y,e,{condition:e.condition,consequent:e.body.value||Jn(e.body),alternative:e.alternative.value||Jn(e.alternative)}).transform(t)}).optimize(t);if(e.body instanceof Xi&&!e.body.alternative&&!e.alternative&&(e=L(Xi,e,{condition:L(J,e.condition,{operator:`&&`,left:e.condition,right:e.body.condition}),body:e.body.body,alternative:null})),uc(e.body)&&e.alternative){var u=e.alternative;return e.alternative=null,L(V,e,{body:[e,u]}).optimize(t)}if(uc(e.alternative)){var i=e.body;return e.body=e.alternative,e.condition=c?a:e.condition.negate(t),e.alternative=null,L(V,e,{body:[e,i]}).optimize(t)}return e}),$(Zi,function(e,t){if(!t.option(`switches`))return e;var n,r=e.expression.evaluate(t);if(!(r instanceof z)){var i=e.expression;e.expression=_s(r,i),e.expression=vs(e.expression.transform(t),i)}if(!t.option(`dead_code`))return e;r instanceof z&&(r=e.expression.tail_node().evaluate(t));for(var a=[],o=[],s,c,l=0,u=e.body.length;l<u&&!c;l++){if(n=e.body[l],n instanceof $i)s?m(n,o[o.length-1]):s=n;else if(!(r instanceof z)){var d=n.expression.evaluate(t);if(!(d instanceof z)&&d!==r){m(n,o[o.length-1]);continue}if(d instanceof z&&!d.has_side_effects(t)&&(d=n.expression.tail_node().evaluate(t)),d===r&&(c=n,s)){var f=o.indexOf(s);o.splice(f,1),m(s,o[f-1]),s=null}}o.push(n)}for(;l<u;)m(e.body[l++],o[o.length-1]);e.body=o;let p=s||c;if(s=null,c=null,o.every((e,t)=>(e===p||e.expression instanceof _o)&&(e.body.length===0||uc(e)||o.length-1===t)))for(let e=0;e<o.length;e++){let t=o[e];for(let n=e+1;n<o.length;n++){let r=o[n];if(r.body.length===0)continue;let i=n===o.length-1,a=h(r,t,!1);if(a||i&&h(r,t,!0)){!a&&i&&r.body.push(L(Ki));let t=n-1,s=0;for(;t>e&&y(o[t--]);)s++;let c=o.splice(n-s,1+s);o.splice(e+1,0,...c),e+=c.length}}}for(let e=0;e<o.length;e++){let t=o[e];if(t.body.length!==0&&uc(t))for(let n=e+1;n<o.length;e++,n++){let e=o[n];if(e.body.length!==0){if(h(e,t,!1)||n===o.length-1&&h(e,t,!0)){t.body=[],t=e;continue}break}}}{let e=o.length-1;for(;e>=0;e--){let n=o[e].body;for(;v(n[n.length-1],t);)n.pop();if(!y(o[e]))break}if(e++,!p||o.indexOf(p)>=e)for(let n=o.length-1;n>=e;n--){let e=o[n];if(e===p)p=null,m(o.pop());else if(!e.expression.has_side_effects(t))m(o.pop());else break}}DEFAULT:if(p){let e=o.indexOf(p),n=e;for(;n<o.length-1&&y(o[n]);n++);if(n<o.length-1)break DEFAULT;let r=o.length-1;for(;r>=0;r--){let e=o[r];if(e!==p&&e.expression.has_side_effects(t))break}if(n>r){let t=e-1;for(;t>=0&&y(o[t]);t--);let i=Math.max(r,t)+1,a=e;r>e?(a=r,o[r].body=o[n].body):p.body=o[n].body,o.splice(a+1,n-a),o.splice(i,e-i)}}DEFAULT:if(p){let n=o.findIndex(e=>!y(e)),r;if(n===o.length-1){let t=o[n];if(_(e))break DEFAULT;r=L(V,t,{body:t.body}),t.body=[]}else if(n!==-1)break DEFAULT;if(!o.find(e=>e!==p&&e.expression.has_side_effects(t)))return L(V,e,{body:a.concat(g(e.expression),p.expression?g(p.expression):[],r||[])}).optimize(t);let i=o.indexOf(p);if(o.splice(i,1),p=null,r)return L(V,e,{body:a.concat(e,r)}).optimize(t)}if(o.length>0&&(o[0].body=a.concat(o[0].body)),o.length==0)return L(V,e,{body:a.concat(g(e.expression))}).optimize(t);if(o.length==1&&!_(e)){let n=o[0];return L(Xi,e,{condition:L(J,e,{operator:`===`,left:e.expression,right:n.expression}),body:L(V,n,{body:n.body}),alternative:null}).optimize(t)}if(o.length===2&&p&&!_(e)){let n=o[0]===p?o[1]:o[0],r=p.expression&&g(p.expression);if(uc(o[0])){let i=o[0];return v(i.body[i.body.length-1],t)&&i.body.pop(),L(Xi,e,{condition:L(J,e,{operator:`===`,left:e.expression,right:n.expression}),body:L(V,n,{body:n.body}),alternative:L(V,p,{body:[].concat(r||[],p.body)})}).optimize(t)}let i=`===`,a=L(V,n,{body:n.body}),s=L(V,p,{body:[].concat(r||[],p.body)});if(o[0]===p){i=`!==`;let e=s;s=a,a=e}return L(V,e,{body:[L(Xi,e,{condition:L(J,e,{operator:i,left:e.expression,right:n.expression}),body:a,alternative:null}),s]}).optimize(t)}return e;function m(e,n){n&&!uc(n)?n.body=n.body.concat(e.body):Gc(t,e,a)}function h(e,t,n){let r=e.body,i=t.body;if(n&&(r=r.concat(L(Ki))),r.length!==i.length)return!1;let a=L(V,e,{body:r}),o=L(V,t,{body:i});return a.equivalent_to(o)}function g(e){return L(B,e,{body:e})}function _(e){let t=!1,n=new No(e=>{if(t||e instanceof U||e instanceof B)return!0;if(!v(e,n))return;let r=n.parent();r instanceof Qi&&r.body[r.body.length-1]===e||(t=!0)});return e.walk(n),t}function v(t,n){return t instanceof Ki&&n.loopcontrol_target(t)===e}function y(e){return!uc(e)&&!L(V,e,{body:e.body}).has_side_effects(t)}}),$(ta,function(e,t){if(e.bcatch&&e.bfinally&&e.bfinally.body.every(Os)&&(e.bfinally=null),t.option(`dead_code`)&&e.body.body.every(Os)){var n=[];return e.bcatch&&Gc(t,e.bcatch,n),e.bfinally&&n.push(...e.bfinally.body),L(V,e,{body:n}).optimize(t)}return e}),oa.DEFMETHOD(`to_assignments`,function(e){var t=e.option(`reduce_vars`),n=[];for(let e of this.definitions){if(e.value){var r=L(X,e.name,e.name);n.push(L(Ea,e,{operator:`=`,logical:!1,left:r,right:e.value})),t&&(r.definition().fixed=!1)}let i=e.name.definition();i.eliminated++,i.replaced--}return n.length==0?null:Q(this,n)}),$(oa,function(e){return e.definitions.length==0?L(bi,e):e}),$(fa,function(e,t){return e.name instanceof Qa&&e.value!=null&&ic(e.value,t)&&(e.value=null),e}),$(ha,function(e){return e}),$(W,function(e,t){var n=e.expression,r=n;ml(e.args);var i=e.args.every(e=>!(e instanceof Mi));t.option(`reduce_vars`)&&r instanceof X&&(r=r.fixed_value());var a=r instanceof U;if(a&&r.pinned())return e;if(t.option(`unused`)&&i&&a&&!r.uses_arguments){for(var o=0,s=0,c=0,l=e.args.length;c<l;c++){if(r.argnames[c]instanceof Mi){if(fs(r.argnames[c].expression,1))for(;c<l;){var u=e.args[c++].drop_side_effect_free(t);u&&(e.args[o++]=u)}else for(;c<l;)e.args[o++]=e.args[c++];s=o;break}var d=c>=r.argnames.length;if(d||fs(r.argnames[c],1)){var u=e.args[c].drop_side_effect_free(t);if(u)e.args[o++]=u;else if(!d){e.args[o++]=L(Z,e.args[c],{value:0});continue}}else e.args[o++]=e.args[c];s=o}e.args.length=s}if(n instanceof ba&&n.expression instanceof X&&n.expression.name===`console`&&n.expression.definition().undeclared&&n.property===`assert`){let n=e.args[0];if(n){let r=n.evaluate(t);if(r===1||r===!0)return Jn(e).optimize(t)}}if(t.option(`unsafe`)&&!n.contains_optional()){if(n instanceof ba&&n.start.value===`Array`&&n.property===`from`&&e.args.length===1){let[n]=e.args;if(n instanceof Oa)return L(Oa,n,{elements:n.elements}).optimize(t)}if(ec(n))switch(n.name){case`Array`:if(e.args.length!=1)return L(Oa,e,{elements:e.args}).optimize(t);if(e.args[0]instanceof Z&&e.args[0].value<=11){let t=[];for(let n=0;n<e.args[0].value;n++)t.push(new To);return new Oa({elements:t})}break;case`Object`:if(e.args.length==0)return L(ka,e,{properties:[]});break;case`String`:if(e.args.length==0)return L(vo,e,{value:``});if(e.args.length<=1)return L(J,e,{left:e.args[0],operator:`+`,right:L(vo,e,{value:``})}).optimize(t);break;case`Number`:if(e.args.length==0)return L(Z,e,{value:0});if(e.args.length==1&&t.option(`unsafe_math`))return L(q,e,{expression:e.args[0],operator:`+`}).optimize(t);break;case`Symbol`:e.args.length==1&&e.args[0]instanceof vo&&t.option(`unsafe_symbols`)&&(e.args.length=0);break;case`Boolean`:if(e.args.length==0)return L(Oo,e);if(e.args.length==1)return L(q,e,{expression:L(q,e,{expression:e.args[0],operator:`!`}),operator:`!`}).optimize(t);break;case`RegExp`:var f=[];if(e.args.length>=1&&e.args.length<=2&&e.args.every(e=>{var n=e.evaluate(t);return f.push(n),e!==n})&&cr(f[0])){let[n,r]=f;n=or(new RegExp(n).source);let i=L(bo,e,{value:{source:n,flags:r}});if(i._eval(t)!==i)return i}break}else if(n instanceof ba)switch(n.property){case`toString`:if(e.args.length==0&&!n.expression.may_throw_on_access(t))return L(J,e,{left:L(vo,e,{value:``}),operator:`+`,right:n.expression}).optimize(t);break;case`join`:if(n.expression instanceof Oa)EXIT:{var p;if(e.args.length>0&&(p=e.args[0].evaluate(t),p===e.args[0]))break EXIT;for(var m=[],h=[],c=0,l=n.expression.elements.length;c<l;c++){var g=n.expression.elements[c];if(g instanceof Mi)break EXIT;var _=g.evaluate(t);_===g?(h.length>0&&(m.push(L(vo,e,{value:h.join(p)})),h.length=0),m.push(g)):h.push(_)}if(h.length>0&&m.push(L(vo,e,{value:h.join(p)})),m.length==0)return L(vo,e,{value:``});if(m.length==1)return m[0].is_string(t)?m[0]:L(J,m[0],{operator:`+`,left:L(vo,e,{value:``}),right:m[0]});if(p==``){var v=m[0].is_string(t)||m[1].is_string(t)?m.shift():L(vo,e,{value:``});return m.reduce(function(e,t){return L(J,t,{operator:`+`,left:e,right:t})},v).optimize(t)}var u=e.clone();return u.expression=u.expression.clone(),u.expression.expression=u.expression.expression.clone(),u.expression.expression.elements=m,bs(t,e,u)}break;case`charAt`:if(n.expression.is_string(t)){var y=e.args[0],b=y?y.evaluate(t):0;if(b!==y)return L(Sa,n,{expression:n.expression,property:_s(b|0,y||n)}).optimize(t)}break;case`apply`:if(e.args.length==2&&e.args[1]instanceof Oa){var x=e.args[1].elements.slice();return x.unshift(e.args[0]),L(W,e,{expression:L(ba,n,{expression:n.expression,optional:!1,property:`call`}),args:x}).optimize(t)}break;case`call`:var S=n.expression;if(S instanceof X&&(S=S.fixed_value()),S instanceof U&&!S.contains_this())return(e.args.length?Q(this,[e.args[0],L(W,e,{expression:n.expression,args:e.args.slice(1)})]):L(W,e,{expression:n.expression,args:[]})).optimize(t);break}}if(t.option(`unsafe_Function`)&&ec(n)&&n.name==`Function`){if(e.args.length==0)return gs(e).optimize(t);if(e.args.every(e=>e instanceof vo))try{var C=`n(function(`+e.args.slice(0,-1).map(function(e){return e.value}).join(`,`)+`){`+e.args[e.args.length-1].value+`})`,w=oi(C),T=t.mangle_options();w.figure_out_scope(T);var E=new $c(t.options,{mangle_options:t._mangle_options});w=w.transform(E),w.figure_out_scope(T),w.compute_char_frequency(T),w.mangle_names(T);var D;Ao(w,e=>{if(Es(e))return D=e,Mo});var C=Wo();return V.prototype._codegen.call(D,D,C),e.args=[L(vo,e,{value:D.argnames.map(function(e){return e.print_to_string()}).join(`,`)}),L(vo,e.args[e.args.length-1],{value:C.get().replace(/^{|}$/g,``)})],e}catch(e){if(!(e instanceof Yr))throw e}}return Zc(e,t)}),z.DEFMETHOD(`contains_optional`,function(){return this instanceof K||this instanceof W||this instanceof Ca?this.optional?!0:this.expression.contains_optional():!1}),$(ya,function(e,t){return t.option(`unsafe`)&&ec(e.expression)&&[`Object`,`RegExp`,`Function`,`Error`,`Array`].includes(e.expression.name)?L(W,e,e).transform(t):e}),$(G,function(e,t){if(!t.option(`side_effects`))return e;var n=[];i();var r=n.length-1;if(a(),r==0)return e=ws(t.parent(),t.self(),n[0]),e instanceof G||(e=e.optimize(t)),e;return e.expressions=n,e;function i(){var r=Io(t),i=e.expressions.length-1;e.expressions.forEach(function(e,a){a<i&&(e=e.drop_side_effect_free(t,r)),e&&(hs(n,e),r=!1)})}function a(){for(;r>0&&ic(n[r],t);)r--;r<n.length-1&&(n[r]=L(q,e,{operator:`void`,expression:n[r]}),n.length=r+1)}}),wa.DEFMETHOD(`lift_sequences`,function(e){if(e.option(`sequences`)&&this.expression instanceof G){var t=this.expression.expressions.slice(),n=this.clone();return n.expression=t.pop(),t.push(n),Q(this,t).optimize(e)}return this}),$(Ta,function(e,t){return e.lift_sequences(t)}),$(q,function(e,t){var n=e.expression;if(e.operator==`delete`&&!(n instanceof X||n instanceof K||n instanceof Ca||As(n)))return Q(e,[n,L(ko,e)]).optimize(t);if(e.operator===`void`&&n instanceof Z&&n.value===0)return cl(e,t)||e;var r=e.lift_sequences(t);if(r!==e)return r;if(t.option(`side_effects`)&&e.operator==`void`)return n=n.drop_side_effect_free(t),n?(e.expression=n,e):Jn(e).optimize(t);if(t.in_boolean_context())switch(e.operator){case`!`:if(n instanceof q&&n.operator==`!`)return n.expression;n instanceof J&&(e=bs(t,e,n.negate(t,Io(t))));break;case`typeof`:return(n instanceof X?L(ko,e):Q(e,[n,L(ko,e)])).optimize(t)}if(e.operator==`-`&&n instanceof Eo&&(n=n.transform(t)),n instanceof J&&(e.operator==`+`||e.operator==`-`)&&(n.operator==`*`||n.operator==`/`||n.operator==`%`))return L(J,e,{operator:n.operator,left:L(q,n.left,{operator:e.operator,expression:n.left}),right:n.right});if(t.option(`evaluate`)){if(e.operator===`~`&&e.expression instanceof q&&e.expression.operator===`~`&&(t.in_32_bit_context(!1)||e.expression.expression.is_32_bit_integer(t)))return e.expression.expression;if(e.operator===`~`&&n instanceof J&&n.operator===`^`)return n.left instanceof q&&n.left.operator===`~`?n.left=n.left.bitwise_negate(t,!0):n.right=n.right.bitwise_negate(t,!0),n}if(e.operator!=`-`||!(n instanceof Z||n instanceof Eo||n instanceof yo)){var i=e.evaluate(t);if(i!==e)return i=_s(i,e).optimize(t),bs(t,i,e)}return e}),J.DEFMETHOD(`lift_sequences`,function(e){if(e.option(`sequences`)){if(this.left instanceof G){var t=this.left.expressions.slice(),n=this.clone();return n.left=t.pop(),t.push(n),Q(this,t).optimize(e)}if(this.right instanceof G&&!this.left.has_side_effects(e)){for(var r=this.operator==`=`&&this.left instanceof X,t=this.right.expressions,i=t.length-1,a=0;a<i&&!(!r&&t[a].has_side_effects(e));a++);if(a==i){t=t.slice();var n=this.clone();return n.right=t.pop(),t.push(n),Q(this,t).optimize(e)}else if(a>0){var n=this.clone();return n.right=Q(this.right,t.slice(a)),t=t.slice(0,a),t.push(n),Q(this,t).optimize(e)}}}return this});var al=$n(`== === != !== * & | ^`);function ol(e){return e instanceof Oa||e instanceof U||e instanceof ka||e instanceof Ra}$(J,function(e,t){function n(){return e.left.is_constant()||e.right.is_constant()||!e.left.has_side_effects(t)&&!e.right.has_side_effects(t)}function r(t){if(n()){t&&(e.operator=t);var r=e.left;e.left=e.right,e.right=r}}if(t.option(`lhs_constants`)&&al.has(e.operator)&&e.right.is_constant()&&!e.left.is_constant()&&(e.left instanceof J&&ii[e.left.operator]>=ii[e.operator]||r()),e=e.lift_sequences(t),t.option(`comparisons`))switch(e.operator){case`===`:case`!==`:var i=!0;(e.left.is_string(t)&&e.right.is_string(t)||e.left.is_number(t)&&e.right.is_number(t)||e.left.is_bigint(t)&&e.right.is_bigint(t)||e.left.is_boolean()&&e.right.is_boolean()||e.left.equivalent_to(e.right))&&(e.operator=e.operator.substr(0,2));case`==`:case`!=`:if(!i&&ic(e.left,t))e.left=L(So,e.left);else if(!i&&ic(e.right,t))e.right=L(So,e.right);else if(t.option(`typeofs`)&&e.left instanceof vo&&e.left.value==`undefined`&&e.right instanceof q&&e.right.operator==`typeof`){var a=e.right.expression;(a instanceof X?a.is_declared(t):!(a instanceof K&&t.option(`ie8`)))&&(e.right=a,e.left=Jn(e.left).optimize(t),e.operator.length==2&&(e.operator+=`=`))}else if(t.option(`typeofs`)&&e.left instanceof q&&e.left.operator==`typeof`&&e.right instanceof vo&&e.right.value==`undefined`){var a=e.left.expression;(a instanceof X?a.is_declared(t):!(a instanceof K&&t.option(`ie8`)))&&(e.left=a,e.right=Jn(e.right).optimize(t),e.operator.length==2&&(e.operator+=`=`))}else if(e.left instanceof X&&e.right instanceof X&&e.left.definition()===e.right.definition()&&ol(e.left.fixed_value()))return L(e.operator[0]==`=`?ko:Oo,e);else if(e.left.is_32_bit_integer(t)&&e.right.is_32_bit_integer(t)){let n=e=>L(q,e,{operator:`!`,expression:e}),r=(e,r)=>r?t.in_boolean_context()?e:n(n(e)):n(e);if(e.left instanceof Z&&e.left.value===0)return r(e.right,e.operator[0]===`!`);if(e.right instanceof Z&&e.right.value===0)return r(e.left,e.operator[0]===`!`);let i,a,o;if((i=e.left instanceof J?e.left:e.right instanceof J?e.right:null)&&(o=i===e.left?e.right:e.left)&&i.operator===`&`&&o instanceof Z&&o.is_32_bit_integer(t)&&(a=i.left.equivalent_to(o)?i.right:i.right.equivalent_to(o)?i.left:null))return bs(t,r(L(J,e,{operator:`&`,left:o,right:L(q,e,{operator:`~`,expression:a})}),e.operator[0]===`!`),e)}break;case`&&`:case`||`:var o=e.left;if(o.operator==e.operator&&(o=o.right),o instanceof J&&o.operator==(e.operator==`&&`?`!==`:`===`)&&e.right instanceof J&&o.operator==e.right.operator&&(ic(o.left,t)&&e.right.left instanceof So||o.left instanceof So&&ic(e.right.left,t))&&!o.right.has_side_effects(t)&&o.right.equivalent_to(e.right.right)){var s=L(J,e,{operator:o.operator.slice(0,-1),left:L(So,e),right:o.right});return o!==e.left&&(s=L(J,e,{operator:e.operator,left:e.left.left,right:s})),s}break}if(e.operator==`+`&&t.in_boolean_context()){var c=e.left.evaluate(t),l=e.right.evaluate(t);if(c&&typeof c==`string`)return Q(e,[e.right,L(ko,e)]).optimize(t);if(l&&typeof l==`string`)return Q(e,[e.left,L(ko,e)]).optimize(t)}if(t.option(`comparisons`)&&e.is_boolean()){if(!(t.parent()instanceof J)||t.parent()instanceof Ea){var u=L(q,e,{operator:`!`,expression:e.negate(t,Io(t))});e=bs(t,e,u)}if(t.option(`unsafe_comps`))switch(e.operator){case`<`:r(`>`);break;case`<=`:r(`>=`);break}}if(e.operator==`+`){if(e.right instanceof vo&&e.right.getValue()==``&&e.left.is_string(t))return e.left;if(e.left instanceof vo&&e.left.getValue()==``&&e.right.is_string(t))return e.right;if(e.left instanceof J&&e.left.operator==`+`&&e.left.left instanceof vo&&e.left.left.getValue()==``&&e.right.is_string(t))return e.left=e.left.right,e}if(t.option(`evaluate`)){switch(e.operator){case`&&`:var c=fs(e.left,2)?!0:fs(e.left,4)?!1:e.left.evaluate(t);if(!c)return ws(t.parent(),t.self(),e.left).optimize(t);if(!(c instanceof z))return Q(e,[e.left,e.right]).optimize(t);var l=e.right.evaluate(t);if(!l){if(t.in_boolean_context())return Q(e,[e.left,L(Oo,e)]).optimize(t);ps(e,4)}else if(!(l instanceof z)){var d=t.parent();if(d.operator==`&&`&&d.left===t.self()||t.in_boolean_context())return e.left.optimize(t)}if(e.left.operator==`||`){var f=e.left.right.evaluate(t);if(!f)return L(Y,e,{condition:e.left.left,consequent:e.right,alternative:e.left.right}).optimize(t)}break;case`||`:var c=fs(e.left,2)?!0:fs(e.left,4)?!1:e.left.evaluate(t);if(!c)return Q(e,[e.left,e.right]).optimize(t);if(!(c instanceof z))return ws(t.parent(),t.self(),e.left).optimize(t);var l=e.right.evaluate(t);if(!l){var d=t.parent();if(d.operator==`||`&&d.left===t.self()||t.in_boolean_context())return e.left.optimize(t)}else if(!(l instanceof z)){if(t.in_boolean_context())return Q(e,[e.left,L(ko,e)]).optimize(t);ps(e,2)}if(e.left.operator==`&&`){var f=e.left.right.evaluate(t);if(f&&!(f instanceof z))return L(Y,e,{condition:e.left.left,consequent:e.left.right,alternative:e.right}).optimize(t)}break;case`??`:if(sc(e.left,t))return e.right;var c=e.left.evaluate(t);if(!(c instanceof z))return c==null?e.right:e.left;if(t.in_boolean_context()){let n=e.right.evaluate(t);if(!(n instanceof z)&&!n)return e.left}}var p=!0;switch(e.operator){case`+`:if(e.right instanceof _o&&e.left instanceof J&&e.left.operator==`+`&&e.left.is_string(t)){var m=L(J,e,{operator:`+`,left:e.left.right,right:e.right}),h=m.optimize(t);m!==h&&(e=L(J,e,{operator:`+`,left:e.left.left,right:h}))}if(e.left instanceof J&&e.left.operator==`+`&&e.left.is_string(t)&&e.right instanceof J&&e.right.operator==`+`&&e.right.is_string(t)){var m=L(J,e,{operator:`+`,left:e.left.right,right:e.right.left}),g=m.optimize(t);m!==g&&(e=L(J,e,{operator:`+`,left:L(J,e.left,{operator:`+`,left:e.left.left,right:g}),right:e.right.right}))}if(e.right instanceof q&&e.right.operator==`-`&&e.left.is_number_or_bigint(t)){e=L(J,e,{operator:`-`,left:e.left,right:e.right.expression});break}if(e.left instanceof q&&e.left.operator==`-`&&n()&&e.right.is_number_or_bigint(t)){e=L(J,e,{operator:`-`,left:e.right,right:e.left.expression});break}if(e.left instanceof zi){var _=e.left,h=e.right.evaluate(t);if(h!=e.right)return _.segments[_.segments.length-1].value+=String(h),_}if(e.right instanceof zi){var h=e.right,_=e.left.evaluate(t);if(_!=e.left)return h.segments[0].value=String(_)+h.segments[0].value,h}if(e.left instanceof zi&&e.right instanceof zi){var _=e.left,v=_.segments,h=e.right;v[v.length-1].value+=h.segments[0].value;for(var y=1;y<h.segments.length;y++)v.push(h.segments[y]);return _}case`*`:p=t.option(`unsafe_math`);case`&`:case`|`:case`^`:if(e.left.is_number_or_bigint(t)&&e.right.is_number_or_bigint(t)&&n()&&!(e.left instanceof J&&e.left.operator!=e.operator&&ii[e.left.operator]>=ii[e.operator])){var b=L(J,e,{operator:e.operator,left:e.right,right:e.left});e=e.right instanceof _o&&!(e.left instanceof _o)?bs(t,b,e):bs(t,e,b)}p&&e.is_number_or_bigint(t)&&(e.right instanceof J&&e.right.operator==e.operator&&(e=L(J,e,{operator:e.operator,left:L(J,e.left,{operator:e.operator,left:e.left,right:e.right.left,start:e.left.start,end:e.right.left.end}),right:e.right.right})),e.right instanceof _o&&e.left instanceof J&&e.left.operator==e.operator&&(e.left.left instanceof _o?e=L(J,e,{operator:e.operator,left:L(J,e.left,{operator:e.operator,left:e.left.left,right:e.right,start:e.left.left.start,end:e.right.end}),right:e.left.right}):e.left.right instanceof _o&&(e=L(J,e,{operator:e.operator,left:L(J,e.left,{operator:e.operator,left:e.left.right,right:e.right,start:e.left.right.start,end:e.right.end}),right:e.left.left}))),e.left instanceof J&&e.left.operator==e.operator&&e.left.right instanceof _o&&e.right instanceof J&&e.right.operator==e.operator&&e.right.left instanceof _o&&(e=L(J,e,{operator:e.operator,left:L(J,e.left,{operator:e.operator,left:L(J,e.left.left,{operator:e.operator,left:e.left.right,right:e.right.left,start:e.left.right.start,end:e.right.left.end}),right:e.left.left}),right:e.right.right})))}if(tc.has(e.operator)){let n,r,i,a,o=e.left;if(e.operator===`&`&&e.right instanceof J&&e.right.operator===`|`&&typeof(r=e.left.evaluate(t))==`number`&&(typeof(n=e.right.right.evaluate(t))==`number`?(i=e.right.left,a=e.right.right):typeof(n=e.right.left.evaluate(t))==`number`&&(i=e.right.right,a=e.right.left),i&&a))if((n&r)===0)e=L(J,e,{operator:e.operator,left:o,right:i});else{let s=L(J,e,{operator:`|`,left:L(J,e,{operator:`&`,left:i,right:o}),right:_s(n&r,a)});e=bs(t,e,s)}(e.operator===`|`||e.operator===`&`)&&e.left.equivalent_to(e.right)&&!e.left.has_side_effects(t)&&t.in_32_bit_context(!0)&&(e.left=L(Z,e,{value:0}),e.operator=`|`),e.operator===`^`&&e.left instanceof q&&e.left.operator===`~`&&e.right instanceof q&&e.right.operator===`~`&&(e=L(J,e,{operator:`^`,left:e.left.expression,right:e.right.expression})),(e.operator===`<<`||e.operator===`>>`)&&e.right instanceof Z&&e.right.value===0&&(e.operator=`|`);let s=e.right instanceof Z&&e.right.value===0?e.right:e.left instanceof Z&&e.left.value===0?e.left:null,c=s&&(s===e.right?e.left:e.right);if(s&&(e.operator===`|`||e.operator===`^`)&&(c.is_32_bit_integer(t)||t.in_32_bit_context(!0)))return c;if(s&&e.operator===`&`&&!c.has_side_effects(t)&&c.is_32_bit_integer(t))return s;let l=e=>e instanceof Z&&e.value===-1||e instanceof q&&e.operator===`-`&&e.expression instanceof Z&&e.expression.value===1,u=l(e.right)?e.right:l(e.left)?e.left:null,d=u===e.right?e.left:e.right;if(u&&e.operator===`&`&&(d.is_32_bit_integer(t)||t.in_32_bit_context(!0)))return d;if(u&&e.operator===`^`&&(d.is_32_bit_integer(t)||t.in_32_bit_context(!0)))return d.bitwise_negate(t)}}if(e.right instanceof J&&e.right.operator==e.operator&&(nc.has(e.operator)||e.operator==`+`&&(e.right.left.is_string(t)||e.left.is_string(t)&&e.right.right.is_string(t))))return e.left=L(J,e.left,{operator:e.operator,left:e.left.transform(t),right:e.right.left.transform(t)}),e.right=e.right.right.transform(t),e.transform(t);var x=e.evaluate(t);return x===e?e:(x=_s(x,e).optimize(t),bs(t,x,e))}),$(uo,function(e){return e}),$(X,function(e,t){if(!t.option(`ie8`)&&ec(e)&&!t.find_parent(Ai))switch(e.name){case`undefined`:return L(wo,e).optimize(t);case`NaN`:return L(Co,e).optimize(t);case`Infinity`:return L(Eo,e).optimize(t)}return t.option(`reduce_vars`)&&!t.is_lhs()?Xc(e,t):e});function sl(e,t){return e instanceof X||e.TYPE===t.TYPE}function cl(e,t){if(t.option(`unsafe_undefined`)){var n=el(t,`undefined`);if(n){var r=L(X,e,{name:`undefined`,scope:n.scope,thedef:n});return ps(r,8),r}}return null}$(wo,function(e,t){var n=cl(e,t);if(n)return n;var r=t.is_lhs();return r&&sl(r,e)?e:Jn(e)}),$(Eo,function(e,t){var n=t.is_lhs();return n&&sl(n,e)||t.option(`keep_infinity`)&&!(n&&!sl(n,e))&&!el(t,`Infinity`)?e:L(J,e,{operator:`/`,left:L(Z,e,{value:1}),right:L(Z,e,{value:0})})}),$(Co,function(e,t){var n=t.is_lhs();return n&&!sl(n,e)||el(t,`NaN`)?L(J,e,{operator:`/`,left:L(Z,e,{value:0}),right:L(Z,e,{value:0})}):e});var ll=$n(`+ - / * % >> << >>> | ^ &`),ul=$n(`* | ^ &`);$(Ea,function(e,t){if(e.logical)return e.lift_sequences(t);var n;if(e.operator===`=`&&e.left instanceof X&&e.left.name!==`arguments`&&!(n=e.left.definition()).undeclared&&e.right.equivalent_to(e.left))return e.right;if(t.option(`dead_code`)&&e.left instanceof X&&(n=e.left.definition()).scope===t.find_parent(U)){var r=0,i,a=e;do if(i=a,a=t.parent(r++),a instanceof Hi){if(o(r,a)||Ps(n.scope,[n]))break;return e.operator==`=`?e.right:(n.fixed=!1,L(J,e,{operator:e.operator.slice(0,-1),left:e.left,right:e.right}).optimize(t))}while(a instanceof J&&a.right===i||a instanceof G&&a.tail_node()===i)}return e=e.lift_sequences(t),e.operator==`=`&&e.left instanceof X&&e.right instanceof J&&(e.right.left instanceof X&&e.right.left.name==e.left.name&&ll.has(e.right.operator)?(e.operator=e.right.operator+`=`,e.right=e.right.right):e.right.right instanceof X&&e.right.right.name==e.left.name&&ul.has(e.right.operator)&&!e.right.left.has_side_effects(t)&&(e.operator=e.right.operator+`=`,e.right=e.right.left)),e;function o(n,r){function i(){let n=e.right;e.right=L(So,n);let i=r.may_throw(t);return e.right=n,i}for(var a=e.left.definition().scope.get_defun_scope(),o;(o=t.parent(n++))!==a;)if(o instanceof ta&&(o.bfinally||o.bcatch&&i()))return!0}}),$(Da,function(e,t){if(!t.option(`evaluate`))return e;var n=e.right.evaluate(t);let r,i;return n===void 0?(!((r=t.parent())instanceof U)||t.option(`keep_fargs`)===!1||(i=t.parent(1)).TYPE===`Call`&&i.expression===r)&&(e=e.left):n!==e.right&&(n=_s(n,e.right),e.right=vs(n,e.right)),e});function dl(e,t,n){if(t.may_throw(n))return!1;let r;if(e instanceof J&&e.operator===`==`&&((r=sc(e.left,n)&&e.left)||(r=sc(e.right,n)&&e.right))&&(r===e.left?e.right:e.left).equivalent_to(t))return!0;if(e instanceof J&&e.operator===`||`){let r,i,a=e=>{if(!(e instanceof J&&(e.operator===`===`||e.operator===`==`)))return!1;let a=0,o;return e.left instanceof So&&(a++,r=e,o=e.right),e.right instanceof So&&(a++,r=e,o=e.left),ic(e.left,n)&&(a++,i=e,o=e.right),ic(e.right,n)&&(a++,i=e,o=e.left),!(a!==1||!o.equivalent_to(t))};if(!a(e.left)||!a(e.right))return!1;if(r&&i&&r!==i)return!0}return!1}$(Y,function(e,t){if(!t.option(`conditionals`))return e;if(e.condition instanceof G){var n=e.condition.expressions.slice();return e.condition=n.pop(),n.push(e),Q(e,n)}var r=e.condition.evaluate(t);if(r!==e.condition)return r?ws(t.parent(),t.self(),e.consequent):ws(t.parent(),t.self(),e.alternative);var i=r.negate(t,Io(t));bs(t,r,i)===i&&(e=L(Y,e,{condition:i,consequent:e.alternative,alternative:e.consequent}));var a=e.condition,o=e.consequent,s=e.alternative;if(a instanceof X&&o instanceof X&&a.definition()===o.definition())return L(J,e,{operator:`||`,left:a,right:s});if(o instanceof Ea&&s instanceof Ea&&o.operator===s.operator&&o.logical===s.logical&&o.left.equivalent_to(s.left)&&(!e.condition.has_side_effects(t)||o.operator==`=`&&!o.left.has_side_effects(t)))return L(Ea,e,{operator:o.operator,left:o.left,logical:o.logical,right:L(Y,e,{condition:e.condition,consequent:o.right,alternative:s.right})});var c;if(o instanceof W&&s.TYPE===o.TYPE&&o.args.length>0&&o.args.length==s.args.length&&o.expression.equivalent_to(s.expression)&&!e.condition.has_side_effects(t)&&!o.expression.has_side_effects(t)&&typeof(c=m())==`number`){var l=o.clone();return l.args[c]=L(Y,e,{condition:e.condition,consequent:o.args[c],alternative:s.args[c]}),l}if(s instanceof Y&&o.equivalent_to(s.consequent))return L(Y,e,{condition:L(J,e,{operator:`||`,left:a,right:s.condition}),consequent:o,alternative:s.alternative}).optimize(t);if(t.option(`ecma`)>=2020&&dl(a,s,t))return L(J,e,{operator:`??`,left:s,right:o}).optimize(t);if(s instanceof G&&o.equivalent_to(s.expressions[s.expressions.length-1]))return Q(e,[L(J,e,{operator:`||`,left:a,right:Q(e,s.expressions.slice(0,-1))}),o]).optimize(t);if(s instanceof J&&s.operator==`&&`&&o.equivalent_to(s.right))return L(J,e,{operator:`&&`,left:L(J,e,{operator:`||`,left:a,right:s.left}),right:o}).optimize(t);if(o instanceof Y&&o.alternative.equivalent_to(s))return L(Y,e,{condition:L(J,e,{left:e.condition,operator:`&&`,right:o.condition}),consequent:o.consequent,alternative:s});if(o.equivalent_to(s))return Q(e,[e.condition,o]).optimize(t);if(o instanceof J&&o.operator==`||`&&o.right.equivalent_to(s))return L(J,e,{operator:`||`,left:L(J,e,{operator:`&&`,left:e.condition,right:o.left}),right:s}).optimize(t);let u=t.in_boolean_context();if(f(e.consequent))return p(e.alternative)?d(e.condition):L(J,e,{operator:`||`,left:d(e.condition),right:e.alternative});if(p(e.consequent))return f(e.alternative)?d(e.condition.negate(t)):L(J,e,{operator:`&&`,left:d(e.condition.negate(t)),right:e.alternative});if(f(e.alternative))return L(J,e,{operator:`||`,left:d(e.condition.negate(t)),right:e.consequent});if(p(e.alternative))return L(J,e,{operator:`&&`,left:d(e.condition),right:e.consequent});return e;function d(e){return e.is_boolean()?e:L(q,e,{operator:`!`,expression:e.negate(t)})}function f(e){return e instanceof ko||u&&e instanceof _o&&e.getValue()||e instanceof q&&e.operator==`!`&&e.expression instanceof _o&&!e.expression.getValue()}function p(e){return e instanceof Oo||u&&e instanceof _o&&!e.getValue()||e instanceof q&&e.operator==`!`&&e.expression instanceof _o&&e.expression.getValue()}function m(){for(var e=o.args,t=s.args,n=0,r=e.length;n<r;n++){if(e[n]instanceof Mi)return;if(!e[n].equivalent_to(t[n])){if(t[n]instanceof Mi)return;for(var i=n+1;i<r;i++)if(e[i]instanceof Mi||!e[i].equivalent_to(t[i]))return;return n}}}}),$(Do,function(e,t){if(t.in_boolean_context())return L(Z,e,{value:+e.value});var n=t.parent();return t.option(`booleans_as_integers`)?(n instanceof J&&(n.operator==`===`||n.operator==`!==`)&&(n.operator=n.operator.replace(/=$/,``)),L(Z,e,{value:+e.value})):t.option(`booleans`)?n instanceof J&&(n.operator==`==`||n.operator==`!=`)?L(Z,e,{value:+e.value}):L(q,e,{operator:`!`,expression:L(Z,e,{value:1-e.value})}):e});function fl(e,t){return e instanceof X&&(e=e.fixed_value()),e?!(e instanceof U||e instanceof Ra)||!(e instanceof U&&e.contains_this())?!0:t.parent()instanceof ya:!1}K.DEFMETHOD(`flatten_object`,function(e,t){if(t.option(`properties`)&&e!==`__proto__`&&!(this instanceof xa)){var n=t.option(`unsafe_arrows`)&&t.option(`ecma`)>=2015,r=this.expression;if(r instanceof ka)for(var i=r.properties,a=i.length;--a>=0;){var o=i[a];if(``+(o instanceof Ia?o.key.name:o.key)==e)return!i.every(e=>(e instanceof ja||n&&e instanceof Ia&&!e.value.is_generator)&&!e.computed_key())||!fl(o.value,t)?void 0:L(Sa,this,{expression:L(Oa,r,{elements:i.map(function(e){var t=e.value;t instanceof Ni&&(t=L(Pi,t,t));var n=e.key;return n instanceof z&&!(n instanceof to)?Q(e,[n,t]):t})}),property:L(Z,this,{value:a})})}}}),$(Sa,function(e,t){var n=e.expression,r=e.property;if(t.option(`properties`)){var i=r.evaluate(t);if(i!==r){if(typeof i==`string`)if(i==`undefined`)i=void 0;else{var a=parseFloat(i);a.toString()==i&&(i=a)}r=e.property=vs(r,_s(i,r).transform(t));var o=``+i;if(Kr(o)&&o.length<=r.size()+1)return L(ba,e,{expression:n,optional:e.optional,property:o,quote:r.quote}).optimize(t)}}var s;OPT_ARGUMENTS:if(t.option(`arguments`)&&n instanceof X&&n.name==`arguments`&&n.definition().orig.length==1&&(s=n.scope)instanceof U&&s.uses_arguments&&!(s instanceof Fi)&&r instanceof Z){for(var c=r.getValue(),l=new Set,u=s.argnames,d=0;d<u.length;d++){if(!(u[d]instanceof $a))break OPT_ARGUMENTS;var f=u[d].name;if(l.has(f))break OPT_ARGUMENTS;l.add(f)}var p=s.argnames[c];if(p&&t.has_directive(`use strict`)){var m=p.definition();(!t.option(`reduce_vars`)||m.assignments||m.orig.length>1)&&(p=null)}else if(!p&&!t.option(`keep_fargs`)&&c<s.argnames.length+5)for(;c>=s.argnames.length;)p=s.create_symbol($a,{source:s,scope:s,tentative_name:`argument_`+s.argnames.length}),s.argnames.push(p);if(p){var h=L(X,e,p);return h.reference({}),ms(p,1),h}}if(t.is_lhs())return e;if(i!==r){var g=e.flatten_object(o,t);g&&(n=e.expression=g.expression,r=e.property=g.property)}if(t.option(`properties`)&&t.option(`side_effects`)&&r instanceof Z&&n instanceof Oa){var c=r.getValue(),_=n.elements,v=_[c];FLATTEN:if(fl(v,t)){for(var y=!0,b=[],x=_.length;--x>c;){var a=_[x].drop_side_effect_free(t);a&&(b.unshift(a),y&&a.has_side_effects(t)&&(y=!1))}if(v instanceof Mi)break FLATTEN;for(v=v instanceof To?Jn(v):v,y||b.unshift(v);--x>=0;){var a=_[x];if(a instanceof Mi)break FLATTEN;a=a.drop_side_effect_free(t),a?b.unshift(a):c--}return y?(b.push(v),Q(e,b).optimize(t)):L(Sa,e,{expression:L(Oa,n,{elements:b}),property:L(Z,r,{value:c})})}}var S=e.evaluate(t);return S===e?e:(S=_s(S,e).optimize(t),bs(t,S,e))}),$(Ca,function(e,t){if(sc(e.expression,t)){let n=t.parent();return n instanceof q&&n.operator===`delete`?_s(0,e):Jn(e).optimize(t)}return e.expression instanceof K||e.expression instanceof W?e:e.expression}),$(ba,function(e,t){let n=t.parent();if(t.is_lhs())return e;if(t.option(`unsafe_proto`)&&e.expression instanceof ba&&e.expression.property==`prototype`){var r=e.expression.expression;if(ec(r))switch(r.name){case`Array`:e.expression=L(Oa,e.expression,{elements:[]});break;case`Function`:e.expression=gs(e.expression);break;case`Number`:e.expression=L(Z,e.expression,{value:0});break;case`Object`:e.expression=L(ka,e.expression,{properties:[]});break;case`RegExp`:e.expression=L(bo,e.expression,{value:{source:`t`,flags:``}});break;case`String`:e.expression=L(vo,e.expression,{value:``});break}}if(!(n instanceof W)||!dr(n,4)){let n=e.flatten_object(e.property,t);if(n)return n.optimize(t)}if(e.expression instanceof K&&n instanceof K)return e;let i=e.evaluate(t);return i===e?e:(i=_s(i,e).optimize(t),bs(t,i,e))});function pl(e,t){return t.in_boolean_context()?bs(t,e,Q(e,[e,L(ko,e)]).optimize(t)):e}function ml(e){for(var t=0;t<e.length;t++){var n=e[t];if(n instanceof Mi){var r=n.expression;r instanceof Oa&&!r.elements.some(e=>e instanceof To)&&(e.splice(t,1,...r.elements),t--)}}}$(Oa,function(e,t){var n=pl(e,t);return n===e?(ml(e.elements),e):n});function hl(e){for(var t=0;t<e.length;t++){var n=e[t];if(n instanceof Mi){let r=n.expression;r instanceof ka&&r.properties.every(e=>e instanceof ja)?(e.splice(t,1,...r.properties),t--):(r instanceof _o||r.is_constant())&&!(r instanceof vo)&&(e.splice(t,1),t--)}}}$(ka,function(e,t){var n=pl(e,t);return n===e?(hl(e.properties),e):n}),$(bo,pl),$(Ui,function(e,t){return e.value&&ic(e.value,t)&&(e.value=null),e}),$(Fi,rl),$(Pi,function(e,t){return e=rl(e,t),t.option(`unsafe_arrows`)&&t.option(`ecma`)>=2015&&!e.name&&!e.is_generator&&!e.uses_arguments&&!e.pinned()&&!Ao(e,e=>{if(e instanceof ho)return Mo})?L(Fi,e,e).optimize(t):e}),$(Ra,function(e){for(let t=0;t<e.properties.length;t++){let n=e.properties[t];n instanceof Ua&&n.body.length==0&&(e.properties.splice(t,1),t--)}return e}),$(Ua,function(e,t){return Kc(e.body,t),e}),$(Yi,function(e,t){return e.expression&&!e.is_star&&ic(e.expression,t)&&(e.expression=null),e}),$(zi,function(e,t){if(!t.option(`evaluate`)||t.parent()instanceof Ri)return e;for(var n=[],r=0;r<e.segments.length;r++){var i=e.segments[r];if(i instanceof z){var a=i.evaluate(t);if(a!==i&&(a+``).length<=i.size()+3){n[n.length-1].value=n[n.length-1].value+a+e.segments[++r].value;continue}if(i instanceof zi){var o=i.segments;n[n.length-1].value+=o[0].value;for(var s=1;s<o.length;s++)i=o[s],n.push(i);continue}}n.push(i)}if(e.segments=n,n.length==1)return L(vo,e,n[0]);if(n.length===3&&n[1]instanceof z&&(n[1].is_string(t)||n[1].is_number_or_bigint(t)||sc(n[1],t)||t.option(`unsafe`))){if(n[2].value===``)return L(J,e,{operator:`+`,left:L(vo,e,{value:n[0].value}),right:n[1]});if(n[0].value===``)return L(J,e,{operator:`+`,left:n[1],right:L(vo,e,{value:n[2].value})})}return e}),$(Ri,function(e){return e});function gl(e,t){if(!t.option(`computed_props`)||!(e.key instanceof _o))return e;if(e.key instanceof vo||e.key instanceof Z){let n=e.key.value.toString();if(n===`__proto__`||n==`constructor`&&t.parent()instanceof Ra)return e;e instanceof ja?(e.quote=e.key.quote,e.key=n):e instanceof za?(e.quote=e.key.quote,e.key=L(no,e.key,{name:n})):(e.quote=e.key.quote,e.key=L(to,e.key,{name:n}))}return e}$(Aa,gl),$(Ia,function(e,t){if(gl(e,t),t.option(`arrows`)&&t.parent()instanceof ka&&!e.value.is_generator&&!e.value.uses_arguments&&!e.value.pinned()&&e.value.body.length==1&&e.value.body[0]instanceof Ui&&e.value.body[0].value&&!e.value.contains_this()){var n=L(Fi,e.value,e.value);return n.async=e.value.async,n.is_generator=e.value.is_generator,L(ja,e,{key:e.key instanceof to?e.key.name:e.key,value:n,quote:e.quote})}return e}),$(ja,function(e,t){gl(e,t);var n=t.option(`unsafe_methods`);if(n&&t.option(`ecma`)>=2015&&(!(n instanceof RegExp)||n.test(e.key+``))){var r=e.key,i=e.value;if((i instanceof Fi&&Array.isArray(i.body)&&!i.contains_this()||i instanceof Pi)&&!i.name)return L(Ia,e,{key:r instanceof z?r:L(to,e,{name:r}),value:L(Ni,i,i),quote:e.quote})}return e}),$(Li,function(e,t){if(t.option(`pure_getters`)==1&&t.option(`unused`)&&!e.is_array&&Array.isArray(e.names)&&!a(t)&&!(e.names[e.names.length-1]instanceof Mi)){for(var n=[],r=0;r<e.names.length;r++){var i=e.names[r];i instanceof ja&&typeof i.key==`string`&&i.value instanceof qa&&!o(t,i.value.definition())||n.push(i)}n.length!=e.names.length&&(e.names=n)}return e;function a(e){for(var t=[/^VarDef$/,/^(Const|Let|Var)$/,/^Export$/],n=0,r=0,i=t.length;n<i;r++){var a=e.parent(r);if(!a)return!1;if(!(n===0&&a.TYPE==`Destructuring`)){if(!t[n].test(a.TYPE))return!1;n++}}return!0}function o(e,t){return t.references.length?!0:t.global?e.toplevel.vars?e.top_retain?e.top_retain(t):!1:!0:!1}});var _l=t(((e,t)=>{(function(n,r){typeof e==`object`&&t!==void 0?r(e):typeof define==`function`&&define.amd?define([`exports`],r):(n=typeof globalThis<`u`?globalThis:n||self,r(n.sourceMap={}))})(e,(function(e){let t=new Uint8Array(64),n=new Uint8Array(128);for(let e=0;e<64;e++){let r=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`.charCodeAt(e);n[r]=e,t[e]=r}let r=typeof TextDecoder<`u`?new TextDecoder:typeof Buffer<`u`?{decode(e){return Buffer.from(e.buffer,e.byteOffset,e.byteLength).toString()}}:{decode(e){let t=``;for(let n=0;n<e.length;n++)t+=String.fromCharCode(e[n]);return t}};function i(e){let t=new Int32Array(5),n=[],r=[],i=!0,c=0;for(let l=0;l<e.length;){let u=e.charCodeAt(l);if(u===44)l++;else if(u===59)t[0]=c=0,i||s(r),i=!0,n.push(r),r=[],l++;else{l=a(e,l,t,0);let n=t[0];if(n<c&&(i=!1),c=n,!o(e,l)){r.push([n]);continue}if(l=a(e,l,t,1),l=a(e,l,t,2),l=a(e,l,t,3),!o(e,l)){r.push([n,t[1],t[2],t[3]]);continue}l=a(e,l,t,4),r.push([n,t[1],t[2],t[3],t[4]])}}return i||s(r),n.push(r),n}function a(e,t,r,i){let a=0,o=0,s=0;do s=n[e.charCodeAt(t++)],a|=(s&31)<<o,o+=5;while(s&32);let c=a&1;return a>>>=1,c&&(a=-2147483648|-a),r[i]+=a,t}function o(e,t){if(t>=e.length)return!1;let n=e.charCodeAt(t);return!(n===44||n===59)}function s(e){e.sort(c)}function c(e,t){return e[0]-t[0]}function l(e){let t=new Int32Array(5),n=new Uint8Array(1024),i=0;for(let r=0;r<e.length;r++){let a=e[r];if(r>0&&(n=u(n,i,1),n[i++]=59),a.length!==0){t[0]=0;for(let e=0;e<a.length;e++){let r=a[e];n=u(n,i,36),e>0&&(n[i++]=44),i=d(n,i,t,r,0),r.length!==1&&(i=d(n,i,t,r,1),i=d(n,i,t,r,2),i=d(n,i,t,r,3),r.length!==4&&(i=d(n,i,t,r,4)))}}}return r.decode(n.subarray(0,i))}function u(e,t,n){if(e.length>t+n)return e;let r=new Uint8Array(e.length*2);return r.set(e),r}function d(e,n,r,i,a){let o=i[a],s=o-r[a];r[a]=o,s=s<0?-s<<1|1:s<<1;do{let r=s&31;s>>>=5,s>0&&(r|=32),e[n++]=t[r]}while(s>0);return n}let f=/^[\w+.-]+:\/\//,p=/^([\w+.-]+:)\/\/([^@/#?]*@)?([^:/#?]*)(:\d+)?(\/[^#?]*)?/,m=/^file:(?:\/\/((?![a-z]:)[^/]*)?)?(\/?.*)/i;function h(e){return f.test(e)}function g(e){return e.startsWith(`//`)}function _(e){return e.startsWith(`/`)}function v(e){return e.startsWith(`file:`)}function y(e){let t=p.exec(e);return x(t[1],t[2]||``,t[3],t[4]||``,t[5]||`/`)}function b(e){let t=m.exec(e),n=t[2];return x(`file:`,``,t[1]||``,``,_(n)?n:`/`+n)}function x(e,t,n,r,i){return{scheme:e,user:t,host:n,port:r,path:i,relativePath:!1}}function S(e){if(g(e)){let t=y(`http:`+e);return t.scheme=``,t}if(_(e)){let t=y(`http://foo.com`+e);return t.scheme=``,t.host=``,t}if(v(e))return b(e);if(h(e))return y(e);let t=y(`http://foo.com/`+e);return t.scheme=``,t.host=``,t.relativePath=!0,t}function C(e){if(e.endsWith(`/..`))return e;let t=e.lastIndexOf(`/`);return e.slice(0,t+1)}function w(e,t){e.relativePath&&=(T(t),e.path===`/`?e.path=t.path:e.path=C(t.path)+e.path,t.relativePath)}function T(e){let{relativePath:t}=e,n=e.path.split(`/`),r=1,i=0,a=!1;for(let e=1;e<n.length;e++){let o=n[e];if(!o){a=!0;continue}if(a=!1,o!==`.`){if(o===`..`){i?(a=!0,i--,r--):t&&(n[r++]=o);continue}n[r++]=o,i++}}let o=``;for(let e=1;e<r;e++)o+=`/`+n[e];(!o||a&&!o.endsWith(`/..`))&&(o+=`/`),e.path=o}function E(e,t){if(!e&&!t)return``;let n=S(e);if(t&&!n.scheme){let e=S(t);n.scheme=e.scheme,n.host||(n.user=e.user,n.host=e.host,n.port=e.port),w(n,e)}if(T(n),n.relativePath){let r=n.path.slice(1);return r?!(t||e).startsWith(`.`)||r.startsWith(`.`)?r:`./`+r:`.`}return!n.scheme&&!n.host?n.path:`${n.scheme}//${n.user}${n.host}${n.port}${n.path}`}function D(e,t){return t&&!t.endsWith(`/`)&&(t+=`/`),E(e,t)}function O(e){if(!e)return``;let t=e.lastIndexOf(`/`);return e.slice(0,t+1)}function k(e,t){let n=A(e,0);if(n===e.length)return e;t||(e=e.slice());for(let r=n;r<e.length;r=A(e,r+1))e[r]=te(e[r],t);return e}function A(e,t){for(let n=t;n<e.length;n++)if(!ee(e[n]))return n;return e.length}function ee(e){for(let t=1;t<e.length;t++)if(e[t][0]<e[t-1][0])return!1;return!0}function te(e,t){return t||(e=e.slice()),e.sort(ne)}function ne(e,t){return e[0]-t[0]}let j=!1;function re(e,t,n,r){for(;n<=r;){let i=n+(r-n>>1),a=e[i][0]-t;if(a===0)return j=!0,i;a<0?n=i+1:r=i-1}return j=!1,n-1}function M(e,t,n){for(let r=n+1;r<e.length&&e[r][0]===t;r++,n++);return n}function ie(e,t,n){for(let r=n-1;r>=0&&e[r][0]===t;r--,n--);return n}function ae(){return{lastKey:-1,lastNeedle:-1,lastIndex:-1}}function oe(e,t,n,r){let{lastKey:i,lastNeedle:a,lastIndex:o}=n,s=0,c=e.length-1;if(r===i){if(t===a)return j=o!==-1&&e[o][0]===t,o;t>=a?s=o===-1?0:o:c=o}return n.lastKey=r,n.lastNeedle=t,n.lastIndex=re(e,t,s,c)}let se=function(e,t){let n=typeof e==`string`?JSON.parse(e):e;if(!(`sections`in n))return new me(n,t);let r=[],i=[],a=[],o=[],{sections:s}=n,c=0;for(;c<s.length-1;c++){let e=s[c+1].offset;ce(s[c],t,r,i,a,o,e.line,e.column)}s.length>0&&ce(s[c],t,r,i,a,o,1/0,1/0);let l={version:3,file:n.file,names:o,sources:i,sourcesContent:a,mappings:r};return pe(l)};function ce(e,t,n,r,i,a,o,s){let c=se(e.map,t),{line:l,column:u}=e.offset,d=r.length,f=a.length,p=de(c),{resolvedSources:m}=c;N(r,m),N(i,c.sourcesContent||le(m.length)),N(a,c.names);for(let e=n.length;e<=l;e++)n.push([]);let h=o-l,g=Math.min(p.length,h+1);for(let e=0;e<g;e++){let t=p[e],r=e===0?n[l]:n[l+e]=[],i=e===0?u:0;for(let n=0;n<t.length;n++){let a=t[n],o=i+a[0];if(e===h&&o>=s)break;if(a.length===1){r.push([o]);continue}let c=d+a[1],l=a[2],u=a[3];if(a.length===4){r.push([o,c,l,u]);continue}r.push([o,c,l,u,f+a[4]])}}}function N(e,t){for(let n=0;n<t.length;n++)e.push(t[n])}function le(e){let t=[];for(let n=0;n<e;n++)t[n]=null;return t}let ue=Object.freeze({source:null,line:null,column:null,name:null});Object.freeze({line:null,column:null});let de,fe,pe;class me{constructor(e,t){this._decodedMemo=ae(),this._bySources=void 0,this._bySourceMemos=void 0;let n=typeof e==`string`;if(!n&&e.constructor===me)return e;let r=n?JSON.parse(e):e,{version:i,file:a,names:o,sourceRoot:s,sources:c,sourcesContent:l}=r;if(this.version=i,this.file=a,this.names=o,this.sourceRoot=s,this.sources=c,this.sourcesContent=l,s||t){let e=D(s||``,O(t));this.resolvedSources=c.map(t=>D(t||``,e))}else this.resolvedSources=c.map(e=>e||``);let{mappings:u}=r;typeof u==`string`?(this._encoded=u,this._decoded=void 0):(this._encoded=void 0,this._decoded=k(u,n))}}de=e=>e._decoded||=i(e._encoded),fe=(e,{line:t,column:n,bias:r})=>{if(t--,t<0)throw Error("`line` must be greater than 0 (lines start at line 1)");if(n<0)throw Error("`column` must be greater than or equal to 0 (columns start at column 0)");let i=de(e);if(t>=i.length)return ue;let a=P(i[t],e._decodedMemo,t,n,r||1);if(a==null||a.length==1)return ue;let{names:o,resolvedSources:s}=e;return{source:s[a[1]],line:a[2]+1,column:a[3],name:a.length===5?o[a[4]]:null}},pe=(e,t)=>{let n=Object.assign({},e);n.mappings=[];let r=new me(n,t);return r._decoded=e.mappings,r};function P(e,t,n,r,i){let a=oe(e,r,t,n);return j?a=(i===-1?M:ie)(e,r,a):i===-1&&a++,a===-1||a===e.length?null:e[a]}let he,F;class ge{constructor(){this._indexes={__proto__:null},this.array=[]}}he=(e,t)=>e._indexes[t],F=(e,t)=>{let n=he(e,t);if(n!==void 0)return n;let{array:r,_indexes:i}=e;return i[t]=r.push(t)-1};let I,_e,ve,ye,be;class xe{constructor({file:e,sourceRoot:t}={}){this._names=new ge,this._sources=new ge,this._sourcesContent=[],this._mappings=[],this.file=e,this.sourceRoot=t}}I=(e,t)=>Oe(!0,e,t),_e=(e,t,n)=>{let{_sources:r,_sourcesContent:i}=e;i[F(r,t)]=n},ve=e=>{let{file:t,sourceRoot:n,_mappings:r,_sources:i,_sourcesContent:a,_names:o}=e;return Te(r),{version:3,file:t||void 0,names:o.array,sourceRoot:n||void 0,sources:i.array,sourcesContent:a,mappings:r}},ye=e=>{let t=ve(e);return Object.assign(Object.assign({},t),{mappings:l(t.mappings)})},be=(e,t,n,r,i,a,o,s)=>{let{_mappings:c,_sources:l,_sourcesContent:u,_names:d}=t,f=Se(c,n),p=Ce(f,r);if(!i)return e&&Ee(f,p)?void 0:we(f,p,[r]);let m=F(l,i),h=s?F(d,s):-1;if(m===u.length&&(u[m]=null),!(e&&De(f,p,m,a,o,h)))return we(f,p,s?[r,m,a,o,h]:[r,m,a,o])};function Se(e,t){for(let n=e.length;n<=t;n++)e[n]=[];return e[t]}function Ce(e,t){let n=e.length;for(let r=n-1;r>=0&&!(t>=e[r][0]);n=r--);return n}function we(e,t,n){for(let n=e.length;n>t;n--)e[n]=e[n-1];e[t]=n}function Te(e){let{length:t}=e,n=t;for(let t=n-1;t>=0&&!(e[t].length>0);n=t,t--);n<t&&(e.length=n)}function Ee(e,t){return t===0?!0:e[t-1].length===1}function De(e,t,n,r,i,a){if(t===0)return!1;let o=e[t-1];return o.length===1?!1:n===o[1]&&r===o[2]&&i===o[3]&&a===(o.length===5?o[4]:-1)}function Oe(e,t,n){let{generated:r,source:i,original:a,name:o}=n;if(!i)return be(e,t,r.line-1,r.column,null,null,null,null);let s=i;return be(e,t,r.line-1,r.column,s,a.line-1,a.column,o)}class ke{constructor(e,t){let n=this._map=new se(e,t);this.file=n.file,this.names=n.names,this.sourceRoot=n.sourceRoot,this.sources=n.resolvedSources,this.sourcesContent=n.sourcesContent}originalPositionFor(e){return fe(this._map,e)}destroy(){}}class Ae{constructor(e){this._map=new xe(e)}addMapping(e){I(this._map,e)}setSourceContent(e,t){_e(this._map,e,t)}toJSON(){return ye(this._map)}toDecodedMap(){return ve(this._map)}}e.SourceMapConsumer=ke,e.SourceMapGenerator=Ae,Object.defineProperty(e,"__esModule",{value:!0})}))}))();function*vl(e){e=Vn(e,{file:null,root:null,orig:null,files:{}});var t,n=new _l.SourceMapGenerator({file:e.file,sourceRoot:e.root});let r={__proto__:null},i=e.files;for(var a in i)rr(i,a)&&(r[a]=i[a]);e.orig&&(t=yield new _l.SourceMapConsumer(e.orig),t.sourcesContent&&t.sources.forEach(function(e,n){var i=t.sourcesContent[n];i&&(r[e]=i)}));function o(e,i,a,o,s,c){let l={line:i,column:a};if(t){var u=t.originalPositionFor({line:o,column:s});if(u.source===null){n.addMapping({generated:l,original:null,source:null,name:null});return}e=u.source,o=u.line,s=u.column,c=u.name||c}n.addMapping({generated:l,original:{line:o,column:s},source:e,name:c}),n.setSourceContent(e,r[e])}function s(e){return e.sourcesContent&&e.sourcesContent.every(e=>e==null)&&delete e.sourcesContent,e.file===void 0&&delete e.file,e.sourceRoot===void 0&&delete e.sourceRoot,e}function c(){return n.toDecodedMap?s(n.toDecodedMap()):null}function l(){return s(n.toJSON())}function u(){t&&t.destroy&&t.destroy()}return{add:o,getDecoded:c,getEncoded:l,destroy:u}}var yl="$&.$'.$*.$+.$1.$2.$3.$4.$5.$6.$7.$8.$9.$_.$`.$input.-moz-animation.-moz-animation-delay.-moz-animation-direction.-moz-animation-duration.-moz-animation-fill-mode.-moz-animation-iteration-count.-moz-animation-name.-moz-animation-play-state.-moz-animation-timing-function.-moz-appearance.-moz-backface-visibility.-moz-border-end.-moz-border-end-color.-moz-border-end-style.-moz-border-end-width.-moz-border-image.-moz-border-start.-moz-border-start-color.-moz-border-start-style.-moz-border-start-width.-moz-box-align.-moz-box-direction.-moz-box-flex.-moz-box-ordinal-group.-moz-box-orient.-moz-box-pack.-moz-box-sizing.-moz-float-edge.-moz-font-feature-settings.-moz-font-language-override.-moz-force-broken-image-icon.-moz-hyphens.-moz-image-region.-moz-margin-end.-moz-margin-start.-moz-orient.-moz-osx-font-smoothing.-moz-outline-radius.-moz-outline-radius-bottomleft.-moz-outline-radius-bottomright.-moz-outline-radius-topleft.-moz-outline-radius-topright.-moz-padding-end.-moz-padding-start.-moz-perspective.-moz-perspective-origin.-moz-tab-size.-moz-text-size-adjust.-moz-transform.-moz-transform-origin.-moz-transform-style.-moz-transition.-moz-transition-delay.-moz-transition-duration.-moz-transition-property.-moz-transition-timing-function.-moz-user-focus.-moz-user-input.-moz-user-modify.-moz-user-select.-moz-window-dragging.-webkit-align-content.-webkit-align-items.-webkit-align-self.-webkit-animation.-webkit-animation-delay.-webkit-animation-direction.-webkit-animation-duration.-webkit-animation-fill-mode.-webkit-animation-iteration-count.-webkit-animation-name.-webkit-animation-play-state.-webkit-animation-timing-function.-webkit-appearance.-webkit-backface-visibility.-webkit-background-clip.-webkit-background-origin.-webkit-background-size.-webkit-border-bottom-left-radius.-webkit-border-bottom-right-radius.-webkit-border-image.-webkit-border-radius.-webkit-border-top-left-radius.-webkit-border-top-right-radius.-webkit-box-align.-webkit-box-direction.-webkit-box-flex.-webkit-box-ordinal-group.-webkit-box-orient.-webkit-box-pack.-webkit-box-shadow.-webkit-box-sizing.-webkit-clip-path.-webkit-filter.-webkit-flex.-webkit-flex-basis.-webkit-flex-direction.-webkit-flex-flow.-webkit-flex-grow.-webkit-flex-shrink.-webkit-flex-wrap.-webkit-font-feature-settings.-webkit-justify-content.-webkit-line-clamp.-webkit-mask.-webkit-mask-clip.-webkit-mask-composite.-webkit-mask-image.-webkit-mask-origin.-webkit-mask-position.-webkit-mask-position-x.-webkit-mask-position-y.-webkit-mask-repeat.-webkit-mask-size.-webkit-order.-webkit-perspective.-webkit-perspective-origin.-webkit-text-fill-color.-webkit-text-security.-webkit-text-size-adjust.-webkit-text-stroke.-webkit-text-stroke-color.-webkit-text-stroke-width.-webkit-transform.-webkit-transform-origin.-webkit-transform-style.-webkit-transition.-webkit-transition-delay.-webkit-transition-duration.-webkit-transition-property.-webkit-transition-timing-function.-webkit-user-select.@@iterator.ABORT_ERR.ACTIVE.ACTIVE_ATTRIBUTES.ACTIVE_TEXTURE.ACTIVE_UNIFORMS.ACTIVE_UNIFORM_BLOCKS.ADDITION.ALIASED_LINE_WIDTH_RANGE.ALIASED_POINT_SIZE_RANGE.ALL.ALLOW_KEYBOARD_INPUT.ALLPASS.ALPHA.ALPHA_BITS.ALREADY_SIGNALED.ALT_MASK.ALWAYS.ANY_SAMPLES_PASSED.ANY_SAMPLES_PASSED_CONSERVATIVE.ANY_TYPE.ANY_UNORDERED_NODE_TYPE.ARRAY_BUFFER.ARRAY_BUFFER_BINDING.ATTACHED_SHADERS.ATTRIBUTE_NODE.AT_TARGET.AbortController.AbortSignal.AbsoluteOrientationSensor.AbstractRange.Accelerometer.AddSearchProvider.AggregateError.AnalyserNode.Animation.AnimationEffect.AnimationEvent.AnimationPlaybackEvent.AnimationTimeline.AnonXMLHttpRequest.Any.AnyPermissions.ApplicationCache.ApplicationCacheErrorEvent.Array.ArrayBuffer.ArrayType.AsyncDisposableStack.Atomics.Attr.Audio.AudioBuffer.AudioBufferSourceNode.AudioContext.AudioData.AudioDecoder.AudioDestinationNode.AudioEncoder.AudioListener.AudioNode.AudioParam.AudioParamMap.AudioProcessingEvent.AudioScheduledSourceNode.AudioSinkInfo.AudioStreamTrack.AudioWorklet.AudioWorkletNode.AuthenticatorAssertionResponse.AuthenticatorAttestationResponse.AuthenticatorResponse.AutocompleteErrorEvent.BACK.BAD_BOUNDARYPOINTS_ERR.BAD_REQUEST.BANDPASS.BLEND.BLEND_COLOR.BLEND_DST_ALPHA.BLEND_DST_RGB.BLEND_EQUATION.BLEND_EQUATION_ALPHA.BLEND_EQUATION_RGB.BLEND_SRC_ALPHA.BLEND_SRC_RGB.BLUE.BLUE_BITS.BLUR.BOOL.BOOLEAN_TYPE.BOOL_VEC2.BOOL_VEC3.BOOL_VEC4.BOTH.BROWSER_DEFAULT_WEBGL.BUBBLING_PHASE.BUFFER_SIZE.BUFFER_USAGE.BYTE.BYTES_PER_ELEMENT.BackgroundFetchManager.BackgroundFetchRecord.BackgroundFetchRegistration.BarProp.BarcodeDetector.BaseAudioContext.BaseHref.BatteryManager.BeforeInstallPromptEvent.BeforeLoadEvent.BeforeUnloadEvent.BigInt.BigInt64Array.BigUint64Array.BiquadFilterNode.Blob.BlobEvent.Bluetooth.BluetoothCharacteristicProperties.BluetoothDevice.BluetoothRemoteGATTCharacteristic.BluetoothRemoteGATTDescriptor.BluetoothRemoteGATTServer.BluetoothRemoteGATTService.BluetoothUUID.Boolean.BroadcastChannel.BrowserCaptureMediaStreamTrack.BrowserInfo.ByteLengthQueuingStrategy.CAPTURING_PHASE.CCW.CDATASection.CDATA_SECTION_NODE.CHANGE.CHARSET_RULE.CHECKING.CLAMP_TO_EDGE.CLICK.CLOSED.CLOSING.COLOR.COLOR_ATTACHMENT0.COLOR_ATTACHMENT1.COLOR_ATTACHMENT10.COLOR_ATTACHMENT11.COLOR_ATTACHMENT12.COLOR_ATTACHMENT13.COLOR_ATTACHMENT14.COLOR_ATTACHMENT15.COLOR_ATTACHMENT2.COLOR_ATTACHMENT3.COLOR_ATTACHMENT4.COLOR_ATTACHMENT5.COLOR_ATTACHMENT6.COLOR_ATTACHMENT7.COLOR_ATTACHMENT8.COLOR_ATTACHMENT9.COLOR_BUFFER_BIT.COLOR_CLEAR_VALUE.COLOR_WRITEMASK.COMMENT_NODE.COMPARE_REF_TO_TEXTURE.COMPILE_STATUS.COMPLETION_STATUS_KHR.COMPRESSED_RGBA_S3TC_DXT1_EXT.COMPRESSED_RGBA_S3TC_DXT3_EXT.COMPRESSED_RGBA_S3TC_DXT5_EXT.COMPRESSED_RGB_S3TC_DXT1_EXT.COMPRESSED_TEXTURE_FORMATS.COMPUTE.CONDITION_SATISFIED.CONFIGURATION_UNSUPPORTED.CONNECTING.CONSTANT_ALPHA.CONSTANT_COLOR.CONSTRAINT_ERR.CONTEXT_LOST_WEBGL.CONTROL_MASK.COPY_DST.COPY_READ_BUFFER.COPY_READ_BUFFER_BINDING.COPY_SRC.COPY_WRITE_BUFFER.COPY_WRITE_BUFFER_BINDING.COUNTER_STYLE_RULE.CSPViolationReportBody.CSS.CSS2Properties.CSSAnimation.CSSCharsetRule.CSSConditionRule.CSSContainerRule.CSSCounterStyleRule.CSSFontFaceRule.CSSFontFeatureValuesRule.CSSFontPaletteValuesRule.CSSFunctionDeclarations.CSSFunctionDescriptors.CSSFunctionRule.CSSGroupingRule.CSSImageValue.CSSImportRule.CSSKeyframeRule.CSSKeyframesRule.CSSKeywordValue.CSSLayerBlockRule.CSSLayerStatementRule.CSSMarginRule.CSSMathClamp.CSSMathInvert.CSSMathMax.CSSMathMin.CSSMathNegate.CSSMathProduct.CSSMathSum.CSSMathValue.CSSMatrixComponent.CSSMediaRule.CSSMozDocumentRule.CSSNameSpaceRule.CSSNamespaceRule.CSSNestedDeclarations.CSSNumericArray.CSSNumericValue.CSSPageDescriptors.CSSPageRule.CSSPerspective.CSSPositionTryDescriptors.CSSPositionTryRule.CSSPositionValue.CSSPrimitiveValue.CSSPropertyRule.CSSRotate.CSSRule.CSSRuleList.CSSScale.CSSScopeRule.CSSSkew.CSSSkewX.CSSSkewY.CSSStartingStyleRule.CSSStyleDeclaration.CSSStyleProperties.CSSStyleRule.CSSStyleSheet.CSSStyleValue.CSSSupportsRule.CSSTransformComponent.CSSTransformValue.CSSTransition.CSSTranslate.CSSUnitValue.CSSUnknownRule.CSSUnparsedValue.CSSValue.CSSValueList.CSSVariableReferenceValue.CSSVariablesDeclaration.CSSVariablesRule.CSSViewTransitionRule.CSSViewportRule.CSS_ATTR.CSS_CM.CSS_COUNTER.CSS_CUSTOM.CSS_DEG.CSS_DIMENSION.CSS_EMS.CSS_EXS.CSS_FILTER_BLUR.CSS_FILTER_BRIGHTNESS.CSS_FILTER_CONTRAST.CSS_FILTER_CUSTOM.CSS_FILTER_DROP_SHADOW.CSS_FILTER_GRAYSCALE.CSS_FILTER_HUE_ROTATE.CSS_FILTER_INVERT.CSS_FILTER_OPACITY.CSS_FILTER_REFERENCE.CSS_FILTER_SATURATE.CSS_FILTER_SEPIA.CSS_GRAD.CSS_HZ.CSS_IDENT.CSS_IN.CSS_INHERIT.CSS_KHZ.CSS_MATRIX.CSS_MATRIX3D.CSS_MM.CSS_MS.CSS_NUMBER.CSS_PC.CSS_PERCENTAGE.CSS_PERSPECTIVE.CSS_PRIMITIVE_VALUE.CSS_PT.CSS_PX.CSS_RAD.CSS_RECT.CSS_RGBCOLOR.CSS_ROTATE.CSS_ROTATE3D.CSS_ROTATEX.CSS_ROTATEY.CSS_ROTATEZ.CSS_S.CSS_SCALE.CSS_SCALE3D.CSS_SCALEX.CSS_SCALEY.CSS_SCALEZ.CSS_SKEW.CSS_SKEWX.CSS_SKEWY.CSS_STRING.CSS_TRANSLATE.CSS_TRANSLATE3D.CSS_TRANSLATEX.CSS_TRANSLATEY.CSS_TRANSLATEZ.CSS_UNKNOWN.CSS_URI.CSS_VALUE_LIST.CSS_VH.CSS_VMAX.CSS_VMIN.CSS_VW.CULL_FACE.CULL_FACE_MODE.CURRENT_PROGRAM.CURRENT_QUERY.CURRENT_VERTEX_ATTRIB.CUSTOM.CW.Cache.CacheStorage.CanvasCaptureMediaStream.CanvasCaptureMediaStreamTrack.CanvasGradient.CanvasPattern.CanvasRenderingContext2D.CaptureController.CaretPosition.ChannelMergerNode.ChannelSplitterNode.ChapterInformation.CharacterBoundsUpdateEvent.CharacterData.ClientRect.ClientRectList.Clipboard.ClipboardEvent.ClipboardItem.CloseEvent.CloseWatcher.Collator.ColorArray.ColorValue.CommandEvent.Comment.CompileError.CompositionEvent.CompressionStream.Console.ConstantSourceNode.ContentVisibilityAutoStateChangeEvent.ContextFilter.ContextType.Controllers.ConvolverNode.CookieChangeEvent.CookieStore.CookieStoreManager.CountQueuingStrategy.Counter.CreateMonitor.CreateType.Credential.CredentialsContainer.CropTarget.Crypto.CryptoKey.CustomElementRegistry.CustomEvent.CustomStateSet.DATABASE_ERR.DATA_CLONE_ERR.DATA_ERR.DBLCLICK.DECR.DECR_WRAP.DELETE_STATUS.DEPTH.DEPTH24_STENCIL8.DEPTH32F_STENCIL8.DEPTH_ATTACHMENT.DEPTH_BITS.DEPTH_BUFFER_BIT.DEPTH_CLEAR_VALUE.DEPTH_COMPONENT.DEPTH_COMPONENT16.DEPTH_COMPONENT24.DEPTH_COMPONENT32F.DEPTH_FUNC.DEPTH_RANGE.DEPTH_STENCIL.DEPTH_STENCIL_ATTACHMENT.DEPTH_TEST.DEPTH_WRITEMASK.DEVICE_INELIGIBLE.DIRECTION_DOWN.DIRECTION_LEFT.DIRECTION_RIGHT.DIRECTION_UP.DISABLED.DISPATCH_REQUEST_ERR.DITHER.DOCUMENT_FRAGMENT_NODE.DOCUMENT_NODE.DOCUMENT_POSITION_CONTAINED_BY.DOCUMENT_POSITION_CONTAINS.DOCUMENT_POSITION_DISCONNECTED.DOCUMENT_POSITION_FOLLOWING.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC.DOCUMENT_POSITION_PRECEDING.DOCUMENT_TYPE_NODE.DOMCursor.DOMError.DOMException.DOMImplementation.DOMImplementationLS.DOMMatrix.DOMMatrixReadOnly.DOMParser.DOMPoint.DOMPointReadOnly.DOMQuad.DOMRect.DOMRectList.DOMRectReadOnly.DOMRequest.DOMSTRING_SIZE_ERR.DOMSettableTokenList.DOMStringList.DOMStringMap.DOMTokenList.DOMTransactionEvent.DOM_DELTA_LINE.DOM_DELTA_PAGE.DOM_DELTA_PIXEL.DOM_INPUT_METHOD_DROP.DOM_INPUT_METHOD_HANDWRITING.DOM_INPUT_METHOD_IME.DOM_INPUT_METHOD_KEYBOARD.DOM_INPUT_METHOD_MULTIMODAL.DOM_INPUT_METHOD_OPTION.DOM_INPUT_METHOD_PASTE.DOM_INPUT_METHOD_SCRIPT.DOM_INPUT_METHOD_UNKNOWN.DOM_INPUT_METHOD_VOICE.DOM_KEY_LOCATION_JOYSTICK.DOM_KEY_LOCATION_LEFT.DOM_KEY_LOCATION_MOBILE.DOM_KEY_LOCATION_NUMPAD.DOM_KEY_LOCATION_RIGHT.DOM_KEY_LOCATION_STANDARD.DOM_VK_0.DOM_VK_1.DOM_VK_2.DOM_VK_3.DOM_VK_4.DOM_VK_5.DOM_VK_6.DOM_VK_7.DOM_VK_8.DOM_VK_9.DOM_VK_A.DOM_VK_ACCEPT.DOM_VK_ADD.DOM_VK_ALT.DOM_VK_ALTGR.DOM_VK_AMPERSAND.DOM_VK_ASTERISK.DOM_VK_AT.DOM_VK_ATTN.DOM_VK_B.DOM_VK_BACKSPACE.DOM_VK_BACK_QUOTE.DOM_VK_BACK_SLASH.DOM_VK_BACK_SPACE.DOM_VK_C.DOM_VK_CANCEL.DOM_VK_CAPS_LOCK.DOM_VK_CIRCUMFLEX.DOM_VK_CLEAR.DOM_VK_CLOSE_BRACKET.DOM_VK_CLOSE_CURLY_BRACKET.DOM_VK_CLOSE_PAREN.DOM_VK_COLON.DOM_VK_COMMA.DOM_VK_CONTEXT_MENU.DOM_VK_CONTROL.DOM_VK_CONVERT.DOM_VK_CRSEL.DOM_VK_CTRL.DOM_VK_D.DOM_VK_DECIMAL.DOM_VK_DELETE.DOM_VK_DIVIDE.DOM_VK_DOLLAR.DOM_VK_DOUBLE_QUOTE.DOM_VK_DOWN.DOM_VK_E.DOM_VK_EISU.DOM_VK_END.DOM_VK_ENTER.DOM_VK_EQUALS.DOM_VK_EREOF.DOM_VK_ESCAPE.DOM_VK_EXCLAMATION.DOM_VK_EXECUTE.DOM_VK_EXSEL.DOM_VK_F.DOM_VK_F1.DOM_VK_F10.DOM_VK_F11.DOM_VK_F12.DOM_VK_F13.DOM_VK_F14.DOM_VK_F15.DOM_VK_F16.DOM_VK_F17.DOM_VK_F18.DOM_VK_F19.DOM_VK_F2.DOM_VK_F20.DOM_VK_F21.DOM_VK_F22.DOM_VK_F23.DOM_VK_F24.DOM_VK_F25.DOM_VK_F26.DOM_VK_F27.DOM_VK_F28.DOM_VK_F29.DOM_VK_F3.DOM_VK_F30.DOM_VK_F31.DOM_VK_F32.DOM_VK_F33.DOM_VK_F34.DOM_VK_F35.DOM_VK_F36.DOM_VK_F4.DOM_VK_F5.DOM_VK_F6.DOM_VK_F7.DOM_VK_F8.DOM_VK_F9.DOM_VK_FINAL.DOM_VK_FRONT.DOM_VK_G.DOM_VK_GREATER_THAN.DOM_VK_H.DOM_VK_HANGUL.DOM_VK_HANJA.DOM_VK_HASH.DOM_VK_HELP.DOM_VK_HK_TOGGLE.DOM_VK_HOME.DOM_VK_HYPHEN_MINUS.DOM_VK_I.DOM_VK_INSERT.DOM_VK_J.DOM_VK_JUNJA.DOM_VK_K.DOM_VK_KANA.DOM_VK_KANJI.DOM_VK_L.DOM_VK_LEFT.DOM_VK_LEFT_TAB.DOM_VK_LESS_THAN.DOM_VK_M.DOM_VK_META.DOM_VK_MODECHANGE.DOM_VK_MULTIPLY.DOM_VK_N.DOM_VK_NONCONVERT.DOM_VK_NUMPAD0.DOM_VK_NUMPAD1.DOM_VK_NUMPAD2.DOM_VK_NUMPAD3.DOM_VK_NUMPAD4.DOM_VK_NUMPAD5.DOM_VK_NUMPAD6.DOM_VK_NUMPAD7.DOM_VK_NUMPAD8.DOM_VK_NUMPAD9.DOM_VK_NUM_LOCK.DOM_VK_O.DOM_VK_OEM_1.DOM_VK_OEM_102.DOM_VK_OEM_2.DOM_VK_OEM_3.DOM_VK_OEM_4.DOM_VK_OEM_5.DOM_VK_OEM_6.DOM_VK_OEM_7.DOM_VK_OEM_8.DOM_VK_OEM_COMMA.DOM_VK_OEM_MINUS.DOM_VK_OEM_PERIOD.DOM_VK_OEM_PLUS.DOM_VK_OPEN_BRACKET.DOM_VK_OPEN_CURLY_BRACKET.DOM_VK_OPEN_PAREN.DOM_VK_P.DOM_VK_PA1.DOM_VK_PAGEDOWN.DOM_VK_PAGEUP.DOM_VK_PAGE_DOWN.DOM_VK_PAGE_UP.DOM_VK_PAUSE.DOM_VK_PERCENT.DOM_VK_PERIOD.DOM_VK_PIPE.DOM_VK_PLAY.DOM_VK_PLUS.DOM_VK_PRINT.DOM_VK_PRINTSCREEN.DOM_VK_PROCESSKEY.DOM_VK_PROPERITES.DOM_VK_Q.DOM_VK_QUESTION_MARK.DOM_VK_QUOTE.DOM_VK_R.DOM_VK_REDO.DOM_VK_RETURN.DOM_VK_RIGHT.DOM_VK_S.DOM_VK_SCROLL_LOCK.DOM_VK_SELECT.DOM_VK_SEMICOLON.DOM_VK_SEPARATOR.DOM_VK_SHIFT.DOM_VK_SLASH.DOM_VK_SLEEP.DOM_VK_SPACE.DOM_VK_SUBTRACT.DOM_VK_T.DOM_VK_TAB.DOM_VK_TILDE.DOM_VK_U.DOM_VK_UNDERSCORE.DOM_VK_UNDO.DOM_VK_UNICODE.DOM_VK_UP.DOM_VK_V.DOM_VK_VOLUME_DOWN.DOM_VK_VOLUME_MUTE.DOM_VK_VOLUME_UP.DOM_VK_W.DOM_VK_WIN.DOM_VK_WINDOW.DOM_VK_WIN_ICO_00.DOM_VK_WIN_ICO_CLEAR.DOM_VK_WIN_ICO_HELP.DOM_VK_WIN_OEM_ATTN.DOM_VK_WIN_OEM_AUTO.DOM_VK_WIN_OEM_BACKTAB.DOM_VK_WIN_OEM_CLEAR.DOM_VK_WIN_OEM_COPY.DOM_VK_WIN_OEM_CUSEL.DOM_VK_WIN_OEM_ENLW.DOM_VK_WIN_OEM_FINISH.DOM_VK_WIN_OEM_FJ_JISHO.DOM_VK_WIN_OEM_FJ_LOYA.DOM_VK_WIN_OEM_FJ_MASSHOU.DOM_VK_WIN_OEM_FJ_ROYA.DOM_VK_WIN_OEM_FJ_TOUROKU.DOM_VK_WIN_OEM_JUMP.DOM_VK_WIN_OEM_PA1.DOM_VK_WIN_OEM_PA2.DOM_VK_WIN_OEM_PA3.DOM_VK_WIN_OEM_RESET.DOM_VK_WIN_OEM_WSCTRL.DOM_VK_X.DOM_VK_XF86XK_ADD_FAVORITE.DOM_VK_XF86XK_APPLICATION_LEFT.DOM_VK_XF86XK_APPLICATION_RIGHT.DOM_VK_XF86XK_AUDIO_CYCLE_TRACK.DOM_VK_XF86XK_AUDIO_FORWARD.DOM_VK_XF86XK_AUDIO_LOWER_VOLUME.DOM_VK_XF86XK_AUDIO_MEDIA.DOM_VK_XF86XK_AUDIO_MUTE.DOM_VK_XF86XK_AUDIO_NEXT.DOM_VK_XF86XK_AUDIO_PAUSE.DOM_VK_XF86XK_AUDIO_PLAY.DOM_VK_XF86XK_AUDIO_PREV.DOM_VK_XF86XK_AUDIO_RAISE_VOLUME.DOM_VK_XF86XK_AUDIO_RANDOM_PLAY.DOM_VK_XF86XK_AUDIO_RECORD.DOM_VK_XF86XK_AUDIO_REPEAT.DOM_VK_XF86XK_AUDIO_REWIND.DOM_VK_XF86XK_AUDIO_STOP.DOM_VK_XF86XK_AWAY.DOM_VK_XF86XK_BACK.DOM_VK_XF86XK_BACK_FORWARD.DOM_VK_XF86XK_BATTERY.DOM_VK_XF86XK_BLUE.DOM_VK_XF86XK_BLUETOOTH.DOM_VK_XF86XK_BOOK.DOM_VK_XF86XK_BRIGHTNESS_ADJUST.DOM_VK_XF86XK_CALCULATOR.DOM_VK_XF86XK_CALENDAR.DOM_VK_XF86XK_CD.DOM_VK_XF86XK_CLOSE.DOM_VK_XF86XK_COMMUNITY.DOM_VK_XF86XK_CONTRAST_ADJUST.DOM_VK_XF86XK_COPY.DOM_VK_XF86XK_CUT.DOM_VK_XF86XK_CYCLE_ANGLE.DOM_VK_XF86XK_DISPLAY.DOM_VK_XF86XK_DOCUMENTS.DOM_VK_XF86XK_DOS.DOM_VK_XF86XK_EJECT.DOM_VK_XF86XK_EXCEL.DOM_VK_XF86XK_EXPLORER.DOM_VK_XF86XK_FAVORITES.DOM_VK_XF86XK_FINANCE.DOM_VK_XF86XK_FORWARD.DOM_VK_XF86XK_FRAME_BACK.DOM_VK_XF86XK_FRAME_FORWARD.DOM_VK_XF86XK_GAME.DOM_VK_XF86XK_GO.DOM_VK_XF86XK_GREEN.DOM_VK_XF86XK_HIBERNATE.DOM_VK_XF86XK_HISTORY.DOM_VK_XF86XK_HOME_PAGE.DOM_VK_XF86XK_HOT_LINKS.DOM_VK_XF86XK_I_TOUCH.DOM_VK_XF86XK_KBD_BRIGHTNESS_DOWN.DOM_VK_XF86XK_KBD_BRIGHTNESS_UP.DOM_VK_XF86XK_KBD_LIGHT_ON_OFF.DOM_VK_XF86XK_LAUNCH0.DOM_VK_XF86XK_LAUNCH1.DOM_VK_XF86XK_LAUNCH2.DOM_VK_XF86XK_LAUNCH3.DOM_VK_XF86XK_LAUNCH4.DOM_VK_XF86XK_LAUNCH5.DOM_VK_XF86XK_LAUNCH6.DOM_VK_XF86XK_LAUNCH7.DOM_VK_XF86XK_LAUNCH8.DOM_VK_XF86XK_LAUNCH9.DOM_VK_XF86XK_LAUNCH_A.DOM_VK_XF86XK_LAUNCH_B.DOM_VK_XF86XK_LAUNCH_C.DOM_VK_XF86XK_LAUNCH_D.DOM_VK_XF86XK_LAUNCH_E.DOM_VK_XF86XK_LAUNCH_F.DOM_VK_XF86XK_LIGHT_BULB.DOM_VK_XF86XK_LOG_OFF.DOM_VK_XF86XK_MAIL.DOM_VK_XF86XK_MAIL_FORWARD.DOM_VK_XF86XK_MARKET.DOM_VK_XF86XK_MEETING.DOM_VK_XF86XK_MEMO.DOM_VK_XF86XK_MENU_KB.DOM_VK_XF86XK_MENU_PB.DOM_VK_XF86XK_MESSENGER.DOM_VK_XF86XK_MON_BRIGHTNESS_DOWN.DOM_VK_XF86XK_MON_BRIGHTNESS_UP.DOM_VK_XF86XK_MUSIC.DOM_VK_XF86XK_MY_COMPUTER.DOM_VK_XF86XK_MY_SITES.DOM_VK_XF86XK_NEW.DOM_VK_XF86XK_NEWS.DOM_VK_XF86XK_OFFICE_HOME.DOM_VK_XF86XK_OPEN.DOM_VK_XF86XK_OPEN_URL.DOM_VK_XF86XK_OPTION.DOM_VK_XF86XK_PASTE.DOM_VK_XF86XK_PHONE.DOM_VK_XF86XK_PICTURES.DOM_VK_XF86XK_POWER_DOWN.DOM_VK_XF86XK_POWER_OFF.DOM_VK_XF86XK_RED.DOM_VK_XF86XK_REFRESH.DOM_VK_XF86XK_RELOAD.DOM_VK_XF86XK_REPLY.DOM_VK_XF86XK_ROCKER_DOWN.DOM_VK_XF86XK_ROCKER_ENTER.DOM_VK_XF86XK_ROCKER_UP.DOM_VK_XF86XK_ROTATE_WINDOWS.DOM_VK_XF86XK_ROTATION_KB.DOM_VK_XF86XK_ROTATION_PB.DOM_VK_XF86XK_SAVE.DOM_VK_XF86XK_SCREEN_SAVER.DOM_VK_XF86XK_SCROLL_CLICK.DOM_VK_XF86XK_SCROLL_DOWN.DOM_VK_XF86XK_SCROLL_UP.DOM_VK_XF86XK_SEARCH.DOM_VK_XF86XK_SEND.DOM_VK_XF86XK_SHOP.DOM_VK_XF86XK_SPELL.DOM_VK_XF86XK_SPLIT_SCREEN.DOM_VK_XF86XK_STANDBY.DOM_VK_XF86XK_START.DOM_VK_XF86XK_STOP.DOM_VK_XF86XK_SUBTITLE.DOM_VK_XF86XK_SUPPORT.DOM_VK_XF86XK_SUSPEND.DOM_VK_XF86XK_TASK_PANE.DOM_VK_XF86XK_TERMINAL.DOM_VK_XF86XK_TIME.DOM_VK_XF86XK_TOOLS.DOM_VK_XF86XK_TOP_MENU.DOM_VK_XF86XK_TO_DO_LIST.DOM_VK_XF86XK_TRAVEL.DOM_VK_XF86XK_USER1KB.DOM_VK_XF86XK_USER2KB.DOM_VK_XF86XK_USER_PB.DOM_VK_XF86XK_UWB.DOM_VK_XF86XK_VENDOR_HOME.DOM_VK_XF86XK_VIDEO.DOM_VK_XF86XK_VIEW.DOM_VK_XF86XK_WAKE_UP.DOM_VK_XF86XK_WEB_CAM.DOM_VK_XF86XK_WHEEL_BUTTON.DOM_VK_XF86XK_WLAN.DOM_VK_XF86XK_WORD.DOM_VK_XF86XK_WWW.DOM_VK_XF86XK_XFER.DOM_VK_XF86XK_YELLOW.DOM_VK_XF86XK_ZOOM_IN.DOM_VK_XF86XK_ZOOM_OUT.DOM_VK_Y.DOM_VK_Z.DOM_VK_ZOOM.DONE.DONT_CARE.DOWNLOADING.DRAGDROP.DRAW_BUFFER0.DRAW_BUFFER1.DRAW_BUFFER10.DRAW_BUFFER11.DRAW_BUFFER12.DRAW_BUFFER13.DRAW_BUFFER14.DRAW_BUFFER15.DRAW_BUFFER2.DRAW_BUFFER3.DRAW_BUFFER4.DRAW_BUFFER5.DRAW_BUFFER6.DRAW_BUFFER7.DRAW_BUFFER8.DRAW_BUFFER9.DRAW_FRAMEBUFFER.DRAW_FRAMEBUFFER_BINDING.DST_ALPHA.DST_COLOR.DYNAMIC_COPY.DYNAMIC_DRAW.DYNAMIC_READ.DataChannel.DataTransfer.DataTransferItem.DataTransferItemList.DataView.Date.DateTimeFormat.DecompressionStream.DelayNode.DelegatedInkTrailPresenter.DeprecationReportBody.DesktopNotification.DesktopNotificationCenter.Details.DeviceLightEvent.DeviceMotionEvent.DeviceMotionEventAcceleration.DeviceMotionEventRotationRate.DeviceOrientationEvent.DevicePosture.DeviceProximityEvent.DeviceStorage.DeviceStorageChangeEvent.DigitalCredential.Directory.DisplayNames.DisposableStack.Document.DocumentFragment.DocumentPictureInPicture.DocumentPictureInPictureEvent.DocumentTimeline.DocumentType.DragEvent.Duration.DurationFormat.DynamicsCompressorNode.E.ELEMENT_ARRAY_BUFFER.ELEMENT_ARRAY_BUFFER_BINDING.ELEMENT_NODE.EMPTY.ENCODING_ERR.ENDED.END_TO_END.END_TO_START.ENTITY_NODE.ENTITY_REFERENCE_NODE.EPSILON.EQUAL.EQUALPOWER.ERROR.EXPONENTIAL_DISTANCE.EditContext.Element.ElementInternals.ElementQuery.EncodedAudioChunk.EncodedVideoChunk.EnterPictureInPictureEvent.Entity.EntityReference.Error.ErrorEvent.EvalError.Event.EventCounts.EventException.EventSource.EventTarget.Exception.ExtensionContext.ExtensionDisabledReason.ExtensionInfo.ExtensionInstallType.ExtensionType.External.EyeDropper.FASTEST.FIDOSDK.FILTER_ACCEPT.FILTER_INTERRUPT.FILTER_REJECT.FILTER_SKIP.FINISHED_STATE.FIRST_ORDERED_NODE_TYPE.FLOAT.FLOAT_32_UNSIGNED_INT_24_8_REV.FLOAT_MAT2.FLOAT_MAT2x3.FLOAT_MAT2x4.FLOAT_MAT3.FLOAT_MAT3x2.FLOAT_MAT3x4.FLOAT_MAT4.FLOAT_MAT4x2.FLOAT_MAT4x3.FLOAT_VEC2.FLOAT_VEC3.FLOAT_VEC4.FOCUS.FONT_FACE_RULE.FONT_FEATURE_VALUES_RULE.FRAGMENT.FRAGMENT_SHADER.FRAGMENT_SHADER_DERIVATIVE_HINT.FRAGMENT_SHADER_DERIVATIVE_HINT_OES.FRAMEBUFFER.FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE.FRAMEBUFFER_ATTACHMENT_BLUE_SIZE.FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING.FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE.FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE.FRAMEBUFFER_ATTACHMENT_GREEN_SIZE.FRAMEBUFFER_ATTACHMENT_OBJECT_NAME.FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE.FRAMEBUFFER_ATTACHMENT_RED_SIZE.FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE.FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE.FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER.FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL.FRAMEBUFFER_BINDING.FRAMEBUFFER_COMPLETE.FRAMEBUFFER_DEFAULT.FRAMEBUFFER_INCOMPLETE_ATTACHMENT.FRAMEBUFFER_INCOMPLETE_DIMENSIONS.FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT.FRAMEBUFFER_INCOMPLETE_MULTISAMPLE.FRAMEBUFFER_UNSUPPORTED.FRONT.FRONT_AND_BACK.FRONT_FACE.FUNC_ADD.FUNC_REVERSE_SUBTRACT.FUNC_SUBTRACT.FeaturePolicy.FeaturePolicyViolationReportBody.FederatedCredential.Feed.FeedEntry.Fence.FencedFrameConfig.FetchLaterResult.File.FileError.FileList.FileReader.FileSystem.FileSystemDirectoryEntry.FileSystemDirectoryHandle.FileSystemDirectoryReader.FileSystemEntry.FileSystemFileEntry.FileSystemFileHandle.FileSystemHandle.FileSystemObserver.FileSystemWritableFileStream.FinalizationRegistry.FindInPage.Float16Array.Float32Array.Float64Array.FocusEvent.FontData.FontFace.FontFaceSet.FontFaceSetLoadEvent.FormData.FormDataEvent.FragmentDirective.Function.GENERATE_MIPMAP_HINT.GEQUAL.GPU.GPUAdapter.GPUAdapterInfo.GPUBindGroup.GPUBindGroupLayout.GPUBuffer.GPUBufferUsage.GPUCanvasContext.GPUColorWrite.GPUCommandBuffer.GPUCommandEncoder.GPUCompilationInfo.GPUCompilationMessage.GPUComputePassEncoder.GPUComputePipeline.GPUDevice.GPUDeviceLostInfo.GPUError.GPUExternalTexture.GPUInternalError.GPUMapMode.GPUOutOfMemoryError.GPUPipelineError.GPUPipelineLayout.GPUQuerySet.GPUQueue.GPURenderBundle.GPURenderBundleEncoder.GPURenderPassEncoder.GPURenderPipeline.GPUSampler.GPUShaderModule.GPUShaderStage.GPUSupportedFeatures.GPUSupportedLimits.GPUTexture.GPUTextureUsage.GPUTextureView.GPUUncapturedErrorEvent.GPUValidationError.GREATER.GREEN.GREEN_BITS.GainNode.Gamepad.GamepadAxisMoveEvent.GamepadButton.GamepadButtonEvent.GamepadEvent.GamepadHapticActuator.GamepadPose.Geolocation.GeolocationCoordinates.GeolocationPosition.GeolocationPositionError.GestureEvent.GetInfo.Global.GravitySensor.Gyroscope.HALF_FLOAT.HAVE_CURRENT_DATA.HAVE_ENOUGH_DATA.HAVE_FUTURE_DATA.HAVE_METADATA.HAVE_NOTHING.HEADERS_RECEIVED.HID.HIDConnectionEvent.HIDDEN.HIDDevice.HIDInputReportEvent.HIERARCHY_REQUEST_ERR.HIGHPASS.HIGHSHELF.HIGH_FLOAT.HIGH_INT.HORIZONTAL.HORIZONTAL_AXIS.HRTF.HTMLAllCollection.HTMLAnchorElement.HTMLAppletElement.HTMLAreaElement.HTMLAudioElement.HTMLBRElement.HTMLBaseElement.HTMLBaseFontElement.HTMLBlockquoteElement.HTMLBodyElement.HTMLButtonElement.HTMLCanvasElement.HTMLCollection.HTMLCommandElement.HTMLContentElement.HTMLDListElement.HTMLDataElement.HTMLDataListElement.HTMLDetailsElement.HTMLDialogElement.HTMLDirectoryElement.HTMLDivElement.HTMLDocument.HTMLElement.HTMLEmbedElement.HTMLFencedFrameElement.HTMLFieldSetElement.HTMLFontElement.HTMLFormControlsCollection.HTMLFormElement.HTMLFrameElement.HTMLFrameSetElement.HTMLHRElement.HTMLHeadElement.HTMLHeadingElement.HTMLHtmlElement.HTMLIFrameElement.HTMLImageElement.HTMLInputElement.HTMLIsIndexElement.HTMLKeygenElement.HTMLLIElement.HTMLLabelElement.HTMLLegendElement.HTMLLinkElement.HTMLMapElement.HTMLMarqueeElement.HTMLMediaElement.HTMLMenuElement.HTMLMenuItemElement.HTMLMetaElement.HTMLMeterElement.HTMLModElement.HTMLOListElement.HTMLObjectElement.HTMLOptGroupElement.HTMLOptionElement.HTMLOptionsCollection.HTMLOutputElement.HTMLParagraphElement.HTMLParamElement.HTMLPictureElement.HTMLPreElement.HTMLProgressElement.HTMLPropertiesCollection.HTMLQuoteElement.HTMLScriptElement.HTMLSelectElement.HTMLSelectedContentElement.HTMLShadowElement.HTMLSlotElement.HTMLSourceElement.HTMLSpanElement.HTMLStyleElement.HTMLTableCaptionElement.HTMLTableCellElement.HTMLTableColElement.HTMLTableElement.HTMLTableRowElement.HTMLTableSectionElement.HTMLTemplateElement.HTMLTextAreaElement.HTMLTimeElement.HTMLTitleElement.HTMLTrackElement.HTMLUListElement.HTMLUnknownElement.HTMLVideoElement.HashChangeEvent.Headers.Highlight.HighlightRegistry.History.Hz.ICE_CHECKING.ICE_CLOSED.ICE_COMPLETED.ICE_CONNECTED.ICE_FAILED.ICE_GATHERING.ICE_WAITING.IDBCursor.IDBCursorWithValue.IDBDatabase.IDBDatabaseException.IDBFactory.IDBFileHandle.IDBFileRequest.IDBIndex.IDBKeyRange.IDBMutableFile.IDBObjectStore.IDBOpenDBRequest.IDBRecord.IDBRequest.IDBTransaction.IDBVersionChangeEvent.IDLE.IIRFilterNode.IMPLEMENTATION_COLOR_READ_FORMAT.IMPLEMENTATION_COLOR_READ_TYPE.IMPORT_RULE.INCR.INCR_WRAP.INDEX.INDEX_SIZE_ERR.INDIRECT.INT.INTERLEAVED_ATTRIBS.INT_2_10_10_10_REV.INT_SAMPLER_2D.INT_SAMPLER_2D_ARRAY.INT_SAMPLER_3D.INT_SAMPLER_CUBE.INT_VEC2.INT_VEC3.INT_VEC4.INUSE_ATTRIBUTE_ERR.INVALID_ACCESS_ERR.INVALID_CHARACTER_ERR.INVALID_ENUM.INVALID_EXPRESSION_ERR.INVALID_FRAMEBUFFER_OPERATION.INVALID_INDEX.INVALID_MODIFICATION_ERR.INVALID_NODE_TYPE_ERR.INVALID_OPERATION.INVALID_STATE_ERR.INVALID_VALUE.INVERSE_DISTANCE.INVERT.IceCandidate.IconInfo.IdentityCredential.IdentityCredentialError.IdentityProvider.IdleDeadline.IdleDetector.Image.ImageBitmap.ImageBitmapRenderingContext.ImageCapture.ImageData.ImageDataType.ImageDecoder.ImageTrack.ImageTrackList.Infinity.Ink.InputDeviceCapabilities.InputDeviceInfo.InputEvent.InputMethodContext.InstallTrigger.InstallTriggerImpl.Instance.Instant.Int16Array.Int32Array.Int8Array.IntegrityViolationReportBody.Intent.InterestEvent.InternalError.IntersectionObserver.IntersectionObserverEntry.Intl.IsSearchProviderInstalled.Iterator.JSON.JSTag.KEEP.KEYDOWN.KEYFRAMES_RULE.KEYFRAME_RULE.KEYPRESS.KEYUP.KeyEvent.Keyboard.KeyboardEvent.KeyboardLayoutMap.KeyframeEffect.LENGTHADJUST_SPACING.LENGTHADJUST_SPACINGANDGLYPHS.LENGTHADJUST_UNKNOWN.LEQUAL.LESS.LINEAR.LINEAR_DISTANCE.LINEAR_MIPMAP_LINEAR.LINEAR_MIPMAP_NEAREST.LINES.LINE_LOOP.LINE_STRIP.LINE_WIDTH.LINK_STATUS.LIVE.LN10.LN2.LOADED.LOADING.LOG10E.LOG2E.LOWPASS.LOWSHELF.LOW_FLOAT.LOW_INT.LSException.LSParserFilter.LUMINANCE.LUMINANCE_ALPHA.LanguageCode.LanguageDetector.LargestContentfulPaint.LaunchParams.LaunchQueue.LaunchType.LayoutShift.LayoutShiftAttribution.LinearAccelerationSensor.LinkError.ListFormat.LocalMediaStream.Locale.Location.Lock.LockManager.MAP_READ.MAP_WRITE.MARGIN_RULE.MAX.MAX_3D_TEXTURE_SIZE.MAX_ARRAY_TEXTURE_LAYERS.MAX_CAPTURE_VISIBLE_TAB_CALLS_PER_SECOND.MAX_CLIENT_WAIT_TIMEOUT_WEBGL.MAX_COLOR_ATTACHMENTS.MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS.MAX_COMBINED_TEXTURE_IMAGE_UNITS.MAX_COMBINED_UNIFORM_BLOCKS.MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS.MAX_CUBE_MAP_TEXTURE_SIZE.MAX_DRAW_BUFFERS.MAX_ELEMENTS_INDICES.MAX_ELEMENTS_VERTICES.MAX_ELEMENT_INDEX.MAX_FRAGMENT_INPUT_COMPONENTS.MAX_FRAGMENT_UNIFORM_BLOCKS.MAX_FRAGMENT_UNIFORM_COMPONENTS.MAX_FRAGMENT_UNIFORM_VECTORS.MAX_PROGRAM_TEXEL_OFFSET.MAX_RENDERBUFFER_SIZE.MAX_SAFE_INTEGER.MAX_SAMPLES.MAX_SERVER_WAIT_TIMEOUT.MAX_TEXTURE_IMAGE_UNITS.MAX_TEXTURE_LOD_BIAS.MAX_TEXTURE_MAX_ANISOTROPY_EXT.MAX_TEXTURE_SIZE.MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS.MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS.MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS.MAX_UNIFORM_BLOCK_SIZE.MAX_UNIFORM_BUFFER_BINDINGS.MAX_VALUE.MAX_VARYING_COMPONENTS.MAX_VARYING_VECTORS.MAX_VERTEX_ATTRIBS.MAX_VERTEX_OUTPUT_COMPONENTS.MAX_VERTEX_TEXTURE_IMAGE_UNITS.MAX_VERTEX_UNIFORM_BLOCKS.MAX_VERTEX_UNIFORM_COMPONENTS.MAX_VERTEX_UNIFORM_VECTORS.MAX_VIEWPORT_DIMS.MEDIA_ERR_ABORTED.MEDIA_ERR_DECODE.MEDIA_ERR_ENCRYPTED.MEDIA_ERR_NETWORK.MEDIA_ERR_SRC_NOT_SUPPORTED.MEDIA_KEYERR_CLIENT.MEDIA_KEYERR_DOMAIN.MEDIA_KEYERR_HARDWARECHANGE.MEDIA_KEYERR_OUTPUT.MEDIA_KEYERR_SERVICE.MEDIA_KEYERR_UNKNOWN.MEDIA_RULE.MEDIUM_FLOAT.MEDIUM_INT.META_MASK.MIDIAccess.MIDIConnectionEvent.MIDIInput.MIDIInputMap.MIDIMessageEvent.MIDIOutput.MIDIOutputMap.MIDIPort.MIN.MIN_PROGRAM_TEXEL_OFFSET.MIN_SAFE_INTEGER.MIN_VALUE.MIRRORED_REPEAT.MODE_ASYNCHRONOUS.MODE_SYNCHRONOUS.MODIFICATION.MOUSEDOWN.MOUSEDRAG.MOUSEMOVE.MOUSEOUT.MOUSEOVER.MOUSEUP.MOZ_KEYFRAMES_RULE.MOZ_KEYFRAME_RULE.MOZ_SOURCE_CURSOR.MOZ_SOURCE_ERASER.MOZ_SOURCE_KEYBOARD.MOZ_SOURCE_MOUSE.MOZ_SOURCE_PEN.MOZ_SOURCE_TOUCH.MOZ_SOURCE_UNKNOWN.MSGESTURE_FLAG_BEGIN.MSGESTURE_FLAG_CANCEL.MSGESTURE_FLAG_END.MSGESTURE_FLAG_INERTIA.MSGESTURE_FLAG_NONE.MSPOINTER_TYPE_MOUSE.MSPOINTER_TYPE_PEN.MSPOINTER_TYPE_TOUCH.MS_ASYNC_CALLBACK_STATUS_ASSIGN_DELEGATE.MS_ASYNC_CALLBACK_STATUS_CANCEL.MS_ASYNC_CALLBACK_STATUS_CHOOSEANY.MS_ASYNC_CALLBACK_STATUS_ERROR.MS_ASYNC_CALLBACK_STATUS_JOIN.MS_ASYNC_OP_STATUS_CANCELED.MS_ASYNC_OP_STATUS_ERROR.MS_ASYNC_OP_STATUS_SUCCESS.MS_MANIPULATION_STATE_ACTIVE.MS_MANIPULATION_STATE_CANCELLED.MS_MANIPULATION_STATE_COMMITTED.MS_MANIPULATION_STATE_DRAGGING.MS_MANIPULATION_STATE_INERTIA.MS_MANIPULATION_STATE_PRESELECT.MS_MANIPULATION_STATE_SELECTING.MS_MANIPULATION_STATE_STOPPED.MS_MEDIA_ERR_ENCRYPTED.MS_MEDIA_KEYERR_CLIENT.MS_MEDIA_KEYERR_DOMAIN.MS_MEDIA_KEYERR_HARDWARECHANGE.MS_MEDIA_KEYERR_OUTPUT.MS_MEDIA_KEYERR_SERVICE.MS_MEDIA_KEYERR_UNKNOWN.Map.Math.MathMLElement.MediaCapabilities.MediaCapabilitiesInfo.MediaController.MediaDeviceInfo.MediaDevices.MediaElementAudioSourceNode.MediaEncryptedEvent.MediaError.MediaKeyError.MediaKeyEvent.MediaKeyMessageEvent.MediaKeyNeededEvent.MediaKeySession.MediaKeyStatusMap.MediaKeySystemAccess.MediaKeys.MediaList.MediaMetadata.MediaQueryList.MediaQueryListEvent.MediaRecorder.MediaRecorderErrorEvent.MediaSession.MediaSettingsRange.MediaSource.MediaSourceHandle.MediaStream.MediaStreamAudioDestinationNode.MediaStreamAudioSourceNode.MediaStreamEvent.MediaStreamTrack.MediaStreamTrackAudioSourceNode.MediaStreamTrackAudioStats.MediaStreamTrackEvent.MediaStreamTrackGenerator.MediaStreamTrackProcessor.MediaStreamTrackVideoStats.Memory.MessageChannel.MessageEvent.MessagePort.MessageSender.Methods.MimeType.MimeTypeArray.Module.MouseEvent.MouseScrollEvent.MozAnimation.MozAnimationDelay.MozAnimationDirection.MozAnimationDuration.MozAnimationFillMode.MozAnimationIterationCount.MozAnimationName.MozAnimationPlayState.MozAnimationTimingFunction.MozAppearance.MozBackfaceVisibility.MozBinding.MozBorderBottomColors.MozBorderEnd.MozBorderEndColor.MozBorderEndStyle.MozBorderEndWidth.MozBorderImage.MozBorderLeftColors.MozBorderRightColors.MozBorderStart.MozBorderStartColor.MozBorderStartStyle.MozBorderStartWidth.MozBorderTopColors.MozBoxAlign.MozBoxDirection.MozBoxFlex.MozBoxOrdinalGroup.MozBoxOrient.MozBoxPack.MozBoxSizing.MozCSSKeyframeRule.MozCSSKeyframesRule.MozColumnCount.MozColumnFill.MozColumnGap.MozColumnRule.MozColumnRuleColor.MozColumnRuleStyle.MozColumnRuleWidth.MozColumnWidth.MozColumns.MozContactChangeEvent.MozFloatEdge.MozFontFeatureSettings.MozFontLanguageOverride.MozForceBrokenImageIcon.MozHyphens.MozImageRegion.MozMarginEnd.MozMarginStart.MozMmsEvent.MozMmsMessage.MozMobileMessageThread.MozOSXFontSmoothing.MozOrient.MozOsxFontSmoothing.MozOutlineRadius.MozOutlineRadiusBottomleft.MozOutlineRadiusBottomright.MozOutlineRadiusTopleft.MozOutlineRadiusTopright.MozPaddingEnd.MozPaddingStart.MozPerspective.MozPerspectiveOrigin.MozPowerManager.MozSettingsEvent.MozSmsEvent.MozSmsMessage.MozStackSizing.MozTabSize.MozTextAlignLast.MozTextDecorationColor.MozTextDecorationLine.MozTextDecorationStyle.MozTextSizeAdjust.MozTransform.MozTransformOrigin.MozTransformStyle.MozTransition.MozTransitionDelay.MozTransitionDuration.MozTransitionProperty.MozTransitionTimingFunction.MozUserFocus.MozUserInput.MozUserModify.MozUserSelect.MozWindowDragging.MozWindowShadow.MutationEvent.MutationObserver.MutationRecord.MutedInfo.MutedInfoReason.NAMESPACE_ERR.NAMESPACE_RULE.NEAREST.NEAREST_MIPMAP_LINEAR.NEAREST_MIPMAP_NEAREST.NEGATIVE_INFINITY.NETWORK_EMPTY.NETWORK_ERR.NETWORK_IDLE.NETWORK_LOADED.NETWORK_LOADING.NETWORK_NO_SOURCE.NEVER.NEW.NEXT.NEXT_NO_DUPLICATE.NICEST.NODE_AFTER.NODE_BEFORE.NODE_BEFORE_AND_AFTER.NODE_INSIDE.NONE.NON_TRANSIENT_ERR.NOTATION_NODE.NOTCH.NOTEQUAL.NOT_ALLOWED_ERR.NOT_FOUND_ERR.NOT_READABLE_ERR.NOT_SUPPORTED_ERR.NO_DATA_ALLOWED_ERR.NO_ERR.NO_ERROR.NO_MODIFICATION_ALLOWED_ERR.NUMBER_TYPE.NUM_COMPRESSED_TEXTURE_FORMATS.NaN.NamedNodeMap.NavigateEvent.Navigation.NavigationActivation.NavigationCurrentEntryChangeEvent.NavigationDestination.NavigationHistoryEntry.NavigationPrecommitController.NavigationPreloadManager.NavigationTransition.Navigator.NavigatorLogin.NavigatorManagedData.NavigatorUAData.NearbyLinks.NetworkInformation.Node.NodeFilter.NodeIterator.NodeList.NotRestoredReasonDetails.NotRestoredReasons.Notation.Notification.NotifyPaintEvent.Now.Number.NumberFormat.OBJECT_TYPE.OBSOLETE.OK.ONE.ONE_MINUS_CONSTANT_ALPHA.ONE_MINUS_CONSTANT_COLOR.ONE_MINUS_DST_ALPHA.ONE_MINUS_DST_COLOR.ONE_MINUS_SRC_ALPHA.ONE_MINUS_SRC_COLOR.OPEN.OPENED.OPENING.ORDERED_NODE_ITERATOR_TYPE.ORDERED_NODE_SNAPSHOT_TYPE.OTHER_ERROR.OTPCredential.OUT_OF_MEMORY.Object.Observable.OfflineAudioCompletionEvent.OfflineAudioContext.OfflineResourceList.OffscreenCanvas.OffscreenCanvasRenderingContext2D.OnClickData.OnInstalledReason.OnPerformanceWarningCategory.OnPerformanceWarningSeverity.OnRestartRequiredReason.Option.OrientationSensor.OscillatorNode.OverconstrainedError.OverflowEvent.PACK_ALIGNMENT.PACK_ROW_LENGTH.PACK_SKIP_PIXELS.PACK_SKIP_ROWS.PAGE_RULE.PARSE_ERR.PATHSEG_ARC_ABS.PATHSEG_ARC_REL.PATHSEG_CLOSEPATH.PATHSEG_CURVETO_CUBIC_ABS.PATHSEG_CURVETO_CUBIC_REL.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS.PATHSEG_CURVETO_CUBIC_SMOOTH_REL.PATHSEG_CURVETO_QUADRATIC_ABS.PATHSEG_CURVETO_QUADRATIC_REL.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL.PATHSEG_LINETO_ABS.PATHSEG_LINETO_HORIZONTAL_ABS.PATHSEG_LINETO_HORIZONTAL_REL.PATHSEG_LINETO_REL.PATHSEG_LINETO_VERTICAL_ABS.PATHSEG_LINETO_VERTICAL_REL.PATHSEG_MOVETO_ABS.PATHSEG_MOVETO_REL.PATHSEG_UNKNOWN.PATH_EXISTS_ERR.PEAKING.PERMISSION_DENIED.PERSISTENT.PI.PIXEL_PACK_BUFFER.PIXEL_PACK_BUFFER_BINDING.PIXEL_UNPACK_BUFFER.PIXEL_UNPACK_BUFFER_BINDING.PLAYING_STATE.POINTS.POLYGON_OFFSET_FACTOR.POLYGON_OFFSET_FILL.POLYGON_OFFSET_UNITS.POSITION_UNAVAILABLE.POSITIVE_INFINITY.PREV.PREV_NO_DUPLICATE.PROCESSING_INSTRUCTION_NODE.PageChangeEvent.PageRevealEvent.PageSettings.PageSwapEvent.PageTransitionEvent.PaintRequest.PaintRequestList.PannerNode.PasswordCredential.Path2D.PaymentAddress.PaymentInstruments.PaymentManager.PaymentMethodChangeEvent.PaymentRequest.PaymentRequestUpdateEvent.PaymentResponse.Performance.PerformanceElementTiming.PerformanceEntry.PerformanceEventTiming.PerformanceLongAnimationFrameTiming.PerformanceLongTaskTiming.PerformanceMark.PerformanceMeasure.PerformanceNavigation.PerformanceNavigationTiming.PerformanceObserver.PerformanceObserverEntryList.PerformancePaintTiming.PerformanceResourceTiming.PerformanceScriptTiming.PerformanceServerTiming.PerformanceTiming.PeriodicSyncManager.PeriodicWave.PermissionStatus.Permissions.PhotoCapabilities.PictureInPictureEvent.PictureInPictureWindow.PlainDate.PlainDateTime.PlainMonthDay.PlainTime.PlainYearMonth.PlatformArch.PlatformInfo.PlatformNaclArch.PlatformOs.Plugin.PluginArray.PluralRules.PointerEvent.PopStateEvent.PopupBlockedEvent.Port.Presentation.PresentationAvailability.PresentationConnection.PresentationConnectionAvailableEvent.PresentationConnectionCloseEvent.PresentationConnectionList.PresentationReceiver.PresentationRequest.PressureObserver.PressureRecord.ProcessingInstruction.Profiler.ProgressEvent.Promise.PromiseRejectionEvent.PropertyNodeList.ProtectedAudience.Proxy.PublicKeyCredential.PushManager.PushSubscription.PushSubscriptionOptions.Q.QUERY_RESOLVE.QUERY_RESULT.QUERY_RESULT_AVAILABLE.QUOTA_ERR.QUOTA_EXCEEDED_ERR.QueryInterface.QuotaExceededError.R11F_G11F_B10F.R16F.R16I.R16UI.R32F.R32I.R32UI.R8.R8I.R8UI.R8_SNORM.RASTERIZER_DISCARD.READ.READ_BUFFER.READ_FRAMEBUFFER.READ_FRAMEBUFFER_BINDING.READ_ONLY.READ_ONLY_ERR.READ_WRITE.RED.RED_BITS.RED_INTEGER.REMOVAL.RENDERBUFFER.RENDERBUFFER_ALPHA_SIZE.RENDERBUFFER_BINDING.RENDERBUFFER_BLUE_SIZE.RENDERBUFFER_DEPTH_SIZE.RENDERBUFFER_GREEN_SIZE.RENDERBUFFER_HEIGHT.RENDERBUFFER_INTERNAL_FORMAT.RENDERBUFFER_RED_SIZE.RENDERBUFFER_SAMPLES.RENDERBUFFER_STENCIL_SIZE.RENDERBUFFER_WIDTH.RENDERER.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC.RENDERING_INTENT_AUTO.RENDERING_INTENT_PERCEPTUAL.RENDERING_INTENT_RELATIVE_COLORIMETRIC.RENDERING_INTENT_SATURATION.RENDERING_INTENT_UNKNOWN.RENDER_ATTACHMENT.REPEAT.REPLACE.RG.RG16F.RG16I.RG16UI.RG32F.RG32I.RG32UI.RG8.RG8I.RG8UI.RG8_SNORM.RGB.RGB10_A2.RGB10_A2UI.RGB16F.RGB16I.RGB16UI.RGB32F.RGB32I.RGB32UI.RGB565.RGB5_A1.RGB8.RGB8I.RGB8UI.RGB8_SNORM.RGB9_E5.RGBA.RGBA16F.RGBA16I.RGBA16UI.RGBA32F.RGBA32I.RGBA32UI.RGBA4.RGBA8.RGBA8I.RGBA8UI.RGBA8_SNORM.RGBA_INTEGER.RGBColor.RGB_INTEGER.RG_INTEGER.ROTATION_CLOCKWISE.ROTATION_COUNTERCLOCKWISE.RTCCertificate.RTCDTMFSender.RTCDTMFToneChangeEvent.RTCDataChannel.RTCDataChannelEvent.RTCDtlsTransport.RTCEncodedAudioFrame.RTCEncodedVideoFrame.RTCError.RTCErrorEvent.RTCIceCandidate.RTCIceTransport.RTCPeerConnection.RTCPeerConnectionIceErrorEvent.RTCPeerConnectionIceEvent.RTCRtpReceiver.RTCRtpScriptTransform.RTCRtpSender.RTCRtpTransceiver.RTCSctpTransport.RTCSessionDescription.RTCStatsReport.RTCTrackEvent.RadioNodeList.Range.RangeError.RangeException.ReadableByteStreamController.ReadableStream.ReadableStreamBYOBReader.ReadableStreamBYOBRequest.ReadableStreamDefaultController.ReadableStreamDefaultReader.RecordErrorEvent.Rect.ReferenceError.Reflect.RegExp.RelativeOrientationSensor.RelativeTimeFormat.RemotePlayback.Report.ReportBody.ReportingObserver.Request.RequestUpdateCheckStatus.ResizeObserver.ResizeObserverEntry.ResizeObserverSize.Response.RestrictionTarget.RuntimeError.SAMPLER_2D.SAMPLER_2D_ARRAY.SAMPLER_2D_ARRAY_SHADOW.SAMPLER_2D_SHADOW.SAMPLER_3D.SAMPLER_BINDING.SAMPLER_CUBE.SAMPLER_CUBE_SHADOW.SAMPLES.SAMPLE_ALPHA_TO_COVERAGE.SAMPLE_BUFFERS.SAMPLE_COVERAGE.SAMPLE_COVERAGE_INVERT.SAMPLE_COVERAGE_VALUE.SAWTOOTH.SCHEDULED_STATE.SCISSOR_BOX.SCISSOR_TEST.SCROLL_PAGE_DOWN.SCROLL_PAGE_UP.SDP_ANSWER.SDP_OFFER.SDP_PRANSWER.SECURITY_ERR.SELECT.SEPARATE_ATTRIBS.SERIALIZE_ERR.SEVERITY_ERROR.SEVERITY_FATAL_ERROR.SEVERITY_WARNING.SHADER_COMPILER.SHADER_TYPE.SHADING_LANGUAGE_VERSION.SHIFT_MASK.SHORT.SHOWING.SHOW_ALL.SHOW_ATTRIBUTE.SHOW_CDATA_SECTION.SHOW_COMMENT.SHOW_DOCUMENT.SHOW_DOCUMENT_FRAGMENT.SHOW_DOCUMENT_TYPE.SHOW_ELEMENT.SHOW_ENTITY.SHOW_ENTITY_REFERENCE.SHOW_NOTATION.SHOW_PROCESSING_INSTRUCTION.SHOW_TEXT.SIGNALED.SIGNED_NORMALIZED.SINE.SOUNDFIELD.SQLException.SQRT1_2.SQRT2.SQUARE.SRC_ALPHA.SRC_ALPHA_SATURATE.SRC_COLOR.SRGB.SRGB8.SRGB8_ALPHA8.START_TO_END.START_TO_START.STATIC_COPY.STATIC_DRAW.STATIC_READ.STENCIL.STENCIL_ATTACHMENT.STENCIL_BACK_FAIL.STENCIL_BACK_FUNC.STENCIL_BACK_PASS_DEPTH_FAIL.STENCIL_BACK_PASS_DEPTH_PASS.STENCIL_BACK_REF.STENCIL_BACK_VALUE_MASK.STENCIL_BACK_WRITEMASK.STENCIL_BITS.STENCIL_BUFFER_BIT.STENCIL_CLEAR_VALUE.STENCIL_FAIL.STENCIL_FUNC.STENCIL_INDEX.STENCIL_INDEX8.STENCIL_PASS_DEPTH_FAIL.STENCIL_PASS_DEPTH_PASS.STENCIL_REF.STENCIL_TEST.STENCIL_VALUE_MASK.STENCIL_WRITEMASK.STORAGE.STORAGE_BINDING.STREAM_COPY.STREAM_DRAW.STREAM_READ.STRING_TYPE.STYLE_RULE.SUBPIXEL_BITS.SUPPORTS_RULE.SVGAElement.SVGAltGlyphDefElement.SVGAltGlyphElement.SVGAltGlyphItemElement.SVGAngle.SVGAnimateColorElement.SVGAnimateElement.SVGAnimateMotionElement.SVGAnimateTransformElement.SVGAnimatedAngle.SVGAnimatedBoolean.SVGAnimatedEnumeration.SVGAnimatedInteger.SVGAnimatedLength.SVGAnimatedLengthList.SVGAnimatedNumber.SVGAnimatedNumberList.SVGAnimatedPreserveAspectRatio.SVGAnimatedRect.SVGAnimatedString.SVGAnimatedTransformList.SVGAnimationElement.SVGCircleElement.SVGClipPathElement.SVGColor.SVGComponentTransferFunctionElement.SVGCursorElement.SVGDefsElement.SVGDescElement.SVGDiscardElement.SVGDocument.SVGElement.SVGElementInstance.SVGElementInstanceList.SVGEllipseElement.SVGException.SVGFEBlendElement.SVGFEColorMatrixElement.SVGFEComponentTransferElement.SVGFECompositeElement.SVGFEConvolveMatrixElement.SVGFEDiffuseLightingElement.SVGFEDisplacementMapElement.SVGFEDistantLightElement.SVGFEDropShadowElement.SVGFEFloodElement.SVGFEFuncAElement.SVGFEFuncBElement.SVGFEFuncGElement.SVGFEFuncRElement.SVGFEGaussianBlurElement.SVGFEImageElement.SVGFEMergeElement.SVGFEMergeNodeElement.SVGFEMorphologyElement.SVGFEOffsetElement.SVGFEPointLightElement.SVGFESpecularLightingElement.SVGFESpotLightElement.SVGFETileElement.SVGFETurbulenceElement.SVGFilterElement.SVGFontElement.SVGFontFaceElement.SVGFontFaceFormatElement.SVGFontFaceNameElement.SVGFontFaceSrcElement.SVGFontFaceUriElement.SVGForeignObjectElement.SVGGElement.SVGGeometryElement.SVGGlyphElement.SVGGlyphRefElement.SVGGradientElement.SVGGraphicsElement.SVGHKernElement.SVGImageElement.SVGLength.SVGLengthList.SVGLineElement.SVGLinearGradientElement.SVGMPathElement.SVGMarkerElement.SVGMaskElement.SVGMatrix.SVGMetadataElement.SVGMissingGlyphElement.SVGNumber.SVGNumberList.SVGPaint.SVGPathElement.SVGPathSeg.SVGPathSegArcAbs.SVGPathSegArcRel.SVGPathSegClosePath.SVGPathSegCurvetoCubicAbs.SVGPathSegCurvetoCubicRel.SVGPathSegCurvetoCubicSmoothAbs.SVGPathSegCurvetoCubicSmoothRel.SVGPathSegCurvetoQuadraticAbs.SVGPathSegCurvetoQuadraticRel.SVGPathSegCurvetoQuadraticSmoothAbs.SVGPathSegCurvetoQuadraticSmoothRel.SVGPathSegLinetoAbs.SVGPathSegLinetoHorizontalAbs.SVGPathSegLinetoHorizontalRel.SVGPathSegLinetoRel.SVGPathSegLinetoVerticalAbs.SVGPathSegLinetoVerticalRel.SVGPathSegList.SVGPathSegMovetoAbs.SVGPathSegMovetoRel.SVGPatternElement.SVGPoint.SVGPointList.SVGPolygonElement.SVGPolylineElement.SVGPreserveAspectRatio.SVGRadialGradientElement.SVGRect.SVGRectElement.SVGRenderingIntent.SVGSVGElement.SVGScriptElement.SVGSetElement.SVGStopElement.SVGStringList.SVGStyleElement.SVGSwitchElement.SVGSymbolElement.SVGTRefElement.SVGTSpanElement.SVGTextContentElement.SVGTextElement.SVGTextPathElement.SVGTextPositioningElement.SVGTitleElement.SVGTransform.SVGTransformList.SVGUnitTypes.SVGUseElement.SVGVKernElement.SVGViewElement.SVGViewSpec.SVGZoomAndPan.SVGZoomEvent.SVG_ANGLETYPE_DEG.SVG_ANGLETYPE_GRAD.SVG_ANGLETYPE_RAD.SVG_ANGLETYPE_UNKNOWN.SVG_ANGLETYPE_UNSPECIFIED.SVG_CHANNEL_A.SVG_CHANNEL_B.SVG_CHANNEL_G.SVG_CHANNEL_R.SVG_CHANNEL_UNKNOWN.SVG_COLORTYPE_CURRENTCOLOR.SVG_COLORTYPE_RGBCOLOR.SVG_COLORTYPE_RGBCOLOR_ICCCOLOR.SVG_COLORTYPE_UNKNOWN.SVG_EDGEMODE_DUPLICATE.SVG_EDGEMODE_NONE.SVG_EDGEMODE_UNKNOWN.SVG_EDGEMODE_WRAP.SVG_FEBLEND_MODE_COLOR.SVG_FEBLEND_MODE_COLOR_BURN.SVG_FEBLEND_MODE_COLOR_DODGE.SVG_FEBLEND_MODE_DARKEN.SVG_FEBLEND_MODE_DIFFERENCE.SVG_FEBLEND_MODE_EXCLUSION.SVG_FEBLEND_MODE_HARD_LIGHT.SVG_FEBLEND_MODE_HUE.SVG_FEBLEND_MODE_LIGHTEN.SVG_FEBLEND_MODE_LUMINOSITY.SVG_FEBLEND_MODE_MULTIPLY.SVG_FEBLEND_MODE_NORMAL.SVG_FEBLEND_MODE_OVERLAY.SVG_FEBLEND_MODE_SATURATION.SVG_FEBLEND_MODE_SCREEN.SVG_FEBLEND_MODE_SOFT_LIGHT.SVG_FEBLEND_MODE_UNKNOWN.SVG_FECOLORMATRIX_TYPE_HUEROTATE.SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA.SVG_FECOLORMATRIX_TYPE_MATRIX.SVG_FECOLORMATRIX_TYPE_SATURATE.SVG_FECOLORMATRIX_TYPE_UNKNOWN.SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE.SVG_FECOMPONENTTRANSFER_TYPE_GAMMA.SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY.SVG_FECOMPONENTTRANSFER_TYPE_LINEAR.SVG_FECOMPONENTTRANSFER_TYPE_TABLE.SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC.SVG_FECOMPOSITE_OPERATOR_ATOP.SVG_FECOMPOSITE_OPERATOR_IN.SVG_FECOMPOSITE_OPERATOR_LIGHTER.SVG_FECOMPOSITE_OPERATOR_OUT.SVG_FECOMPOSITE_OPERATOR_OVER.SVG_FECOMPOSITE_OPERATOR_UNKNOWN.SVG_FECOMPOSITE_OPERATOR_XOR.SVG_INVALID_VALUE_ERR.SVG_LENGTHTYPE_CM.SVG_LENGTHTYPE_EMS.SVG_LENGTHTYPE_EXS.SVG_LENGTHTYPE_IN.SVG_LENGTHTYPE_MM.SVG_LENGTHTYPE_NUMBER.SVG_LENGTHTYPE_PC.SVG_LENGTHTYPE_PERCENTAGE.SVG_LENGTHTYPE_PT.SVG_LENGTHTYPE_PX.SVG_LENGTHTYPE_UNKNOWN.SVG_MARKERUNITS_STROKEWIDTH.SVG_MARKERUNITS_UNKNOWN.SVG_MARKERUNITS_USERSPACEONUSE.SVG_MARKER_ORIENT_ANGLE.SVG_MARKER_ORIENT_AUTO.SVG_MARKER_ORIENT_AUTO_START_REVERSE.SVG_MARKER_ORIENT_UNKNOWN.SVG_MASKTYPE_ALPHA.SVG_MASKTYPE_LUMINANCE.SVG_MATRIX_NOT_INVERTABLE.SVG_MEETORSLICE_MEET.SVG_MEETORSLICE_SLICE.SVG_MEETORSLICE_UNKNOWN.SVG_MORPHOLOGY_OPERATOR_DILATE.SVG_MORPHOLOGY_OPERATOR_ERODE.SVG_MORPHOLOGY_OPERATOR_UNKNOWN.SVG_PAINTTYPE_CURRENTCOLOR.SVG_PAINTTYPE_NONE.SVG_PAINTTYPE_RGBCOLOR.SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR.SVG_PAINTTYPE_UNKNOWN.SVG_PAINTTYPE_URI.SVG_PAINTTYPE_URI_CURRENTCOLOR.SVG_PAINTTYPE_URI_NONE.SVG_PAINTTYPE_URI_RGBCOLOR.SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR.SVG_PRESERVEASPECTRATIO_NONE.SVG_PRESERVEASPECTRATIO_UNKNOWN.SVG_PRESERVEASPECTRATIO_XMAXYMAX.SVG_PRESERVEASPECTRATIO_XMAXYMID.SVG_PRESERVEASPECTRATIO_XMAXYMIN.SVG_PRESERVEASPECTRATIO_XMIDYMAX.SVG_PRESERVEASPECTRATIO_XMIDYMID.SVG_PRESERVEASPECTRATIO_XMIDYMIN.SVG_PRESERVEASPECTRATIO_XMINYMAX.SVG_PRESERVEASPECTRATIO_XMINYMID.SVG_PRESERVEASPECTRATIO_XMINYMIN.SVG_SPREADMETHOD_PAD.SVG_SPREADMETHOD_REFLECT.SVG_SPREADMETHOD_REPEAT.SVG_SPREADMETHOD_UNKNOWN.SVG_STITCHTYPE_NOSTITCH.SVG_STITCHTYPE_STITCH.SVG_STITCHTYPE_UNKNOWN.SVG_TRANSFORM_MATRIX.SVG_TRANSFORM_ROTATE.SVG_TRANSFORM_SCALE.SVG_TRANSFORM_SKEWX.SVG_TRANSFORM_SKEWY.SVG_TRANSFORM_TRANSLATE.SVG_TRANSFORM_UNKNOWN.SVG_TURBULENCE_TYPE_FRACTALNOISE.SVG_TURBULENCE_TYPE_TURBULENCE.SVG_TURBULENCE_TYPE_UNKNOWN.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX.SVG_UNIT_TYPE_UNKNOWN.SVG_UNIT_TYPE_USERSPACEONUSE.SVG_WRONG_TYPE_ERR.SVG_ZOOMANDPAN_DISABLE.SVG_ZOOMANDPAN_MAGNIFY.SVG_ZOOMANDPAN_UNKNOWN.SYNC_CONDITION.SYNC_FENCE.SYNC_FLAGS.SYNC_FLUSH_COMMANDS_BIT.SYNC_GPU_COMMANDS_COMPLETE.SYNC_STATUS.SYNTAX_ERR.SavedPages.Scheduler.Scheduling.Screen.ScreenDetailed.ScreenDetails.ScreenOrientation.Script.ScriptProcessorNode.ScrollAreaEvent.ScrollTimeline.SecurityPolicyViolationEvent.Segmenter.Selection.Sensor.SensorErrorEvent.Serial.SerialPort.ServiceWorker.ServiceWorkerContainer.ServiceWorkerRegistration.SessionDescription.Set.ShadowRoot.SharedArrayBuffer.SharedStorage.SharedStorageAppendMethod.SharedStorageClearMethod.SharedStorageDeleteMethod.SharedStorageModifierMethod.SharedStorageSetMethod.SharedStorageWorklet.SharedWorker.SharingState.SimpleGestureEvent.SnapEvent.SourceBuffer.SourceBufferList.SpeechGrammar.SpeechGrammarList.SpeechRecognition.SpeechRecognitionErrorEvent.SpeechRecognitionEvent.SpeechRecognitionPhrase.SpeechSynthesis.SpeechSynthesisErrorEvent.SpeechSynthesisEvent.SpeechSynthesisUtterance.SpeechSynthesisVoice.StaticRange.StereoPannerNode.StopIteration.Storage.StorageBucket.StorageBucketManager.StorageEvent.StorageManager.String.StructType.StylePropertyMap.StylePropertyMapReadOnly.StyleSheet.StyleSheetList.SubmitEvent.Subscriber.SubtleCrypto.Summarizer.SuppressedError.SuspendError.Suspending.Symbol.SyncManager.SyntaxError.TAB_ID_NONE.TAB_INDEX_NONE.TEMPORARY.TEXTPATH_METHODTYPE_ALIGN.TEXTPATH_METHODTYPE_STRETCH.TEXTPATH_METHODTYPE_UNKNOWN.TEXTPATH_SPACINGTYPE_AUTO.TEXTPATH_SPACINGTYPE_EXACT.TEXTPATH_SPACINGTYPE_UNKNOWN.TEXTURE.TEXTURE0.TEXTURE1.TEXTURE10.TEXTURE11.TEXTURE12.TEXTURE13.TEXTURE14.TEXTURE15.TEXTURE16.TEXTURE17.TEXTURE18.TEXTURE19.TEXTURE2.TEXTURE20.TEXTURE21.TEXTURE22.TEXTURE23.TEXTURE24.TEXTURE25.TEXTURE26.TEXTURE27.TEXTURE28.TEXTURE29.TEXTURE3.TEXTURE30.TEXTURE31.TEXTURE4.TEXTURE5.TEXTURE6.TEXTURE7.TEXTURE8.TEXTURE9.TEXTURE_2D.TEXTURE_2D_ARRAY.TEXTURE_3D.TEXTURE_BASE_LEVEL.TEXTURE_BINDING.TEXTURE_BINDING_2D.TEXTURE_BINDING_2D_ARRAY.TEXTURE_BINDING_3D.TEXTURE_BINDING_CUBE_MAP.TEXTURE_COMPARE_FUNC.TEXTURE_COMPARE_MODE.TEXTURE_CUBE_MAP.TEXTURE_CUBE_MAP_NEGATIVE_X.TEXTURE_CUBE_MAP_NEGATIVE_Y.TEXTURE_CUBE_MAP_NEGATIVE_Z.TEXTURE_CUBE_MAP_POSITIVE_X.TEXTURE_CUBE_MAP_POSITIVE_Y.TEXTURE_CUBE_MAP_POSITIVE_Z.TEXTURE_IMMUTABLE_FORMAT.TEXTURE_IMMUTABLE_LEVELS.TEXTURE_MAG_FILTER.TEXTURE_MAX_ANISOTROPY_EXT.TEXTURE_MAX_LEVEL.TEXTURE_MAX_LOD.TEXTURE_MIN_FILTER.TEXTURE_MIN_LOD.TEXTURE_WRAP_R.TEXTURE_WRAP_S.TEXTURE_WRAP_T.TEXT_NODE.TIMEOUT.TIMEOUT_ERR.TIMEOUT_EXPIRED.TIMEOUT_IGNORED.TOO_LARGE_ERR.TRANSACTION_INACTIVE_ERR.TRANSFORM_FEEDBACK.TRANSFORM_FEEDBACK_ACTIVE.TRANSFORM_FEEDBACK_BINDING.TRANSFORM_FEEDBACK_BUFFER.TRANSFORM_FEEDBACK_BUFFER_BINDING.TRANSFORM_FEEDBACK_BUFFER_MODE.TRANSFORM_FEEDBACK_BUFFER_SIZE.TRANSFORM_FEEDBACK_BUFFER_START.TRANSFORM_FEEDBACK_PAUSED.TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN.TRANSFORM_FEEDBACK_VARYINGS.TRIANGLE.TRIANGLES.TRIANGLE_FAN.TRIANGLE_STRIP.TYPE_BACK_FORWARD.TYPE_ERR.TYPE_MISMATCH_ERR.TYPE_NAVIGATE.TYPE_RELOAD.TYPE_RESERVED.Tab.TabStatus.Table.Tag.TaskAttributionTiming.TaskController.TaskPriorityChangeEvent.TaskSignal.Temporal.Text.TextDecoder.TextDecoderStream.TextEncoder.TextEncoderStream.TextEvent.TextFormat.TextFormatUpdateEvent.TextMetrics.TextTrack.TextTrackCue.TextTrackCueList.TextTrackList.TextUpdateEvent.TimeEvent.TimeRanges.ToggleEvent.Touch.TouchEvent.TouchList.TrackEvent.TransformStream.TransformStreamDefaultController.TransitionEvent.Translator.TreeWalker.TrustedHTML.TrustedScript.TrustedScriptURL.TrustedTypePolicy.TrustedTypePolicyFactory.TypeError.TypedObject.U2F.UIEvent.UNCACHED.UNIFORM.UNIFORM_ARRAY_STRIDE.UNIFORM_BLOCK_ACTIVE_UNIFORMS.UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES.UNIFORM_BLOCK_BINDING.UNIFORM_BLOCK_DATA_SIZE.UNIFORM_BLOCK_INDEX.UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER.UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER.UNIFORM_BUFFER.UNIFORM_BUFFER_BINDING.UNIFORM_BUFFER_OFFSET_ALIGNMENT.UNIFORM_BUFFER_SIZE.UNIFORM_BUFFER_START.UNIFORM_IS_ROW_MAJOR.UNIFORM_MATRIX_STRIDE.UNIFORM_OFFSET.UNIFORM_SIZE.UNIFORM_TYPE.UNKNOWN_ERR.UNKNOWN_RULE.UNMASKED_RENDERER_WEBGL.UNMASKED_VENDOR_WEBGL.UNORDERED_NODE_ITERATOR_TYPE.UNORDERED_NODE_SNAPSHOT_TYPE.UNPACK_ALIGNMENT.UNPACK_COLORSPACE_CONVERSION_WEBGL.UNPACK_FLIP_Y_WEBGL.UNPACK_IMAGE_HEIGHT.UNPACK_PREMULTIPLY_ALPHA_WEBGL.UNPACK_ROW_LENGTH.UNPACK_SKIP_IMAGES.UNPACK_SKIP_PIXELS.UNPACK_SKIP_ROWS.UNSCHEDULED_STATE.UNSENT.UNSIGNALED.UNSIGNED_BYTE.UNSIGNED_INT.UNSIGNED_INT_10F_11F_11F_REV.UNSIGNED_INT_24_8.UNSIGNED_INT_2_10_10_10_REV.UNSIGNED_INT_5_9_9_9_REV.UNSIGNED_INT_SAMPLER_2D.UNSIGNED_INT_SAMPLER_2D_ARRAY.UNSIGNED_INT_SAMPLER_3D.UNSIGNED_INT_SAMPLER_CUBE.UNSIGNED_INT_VEC2.UNSIGNED_INT_VEC3.UNSIGNED_INT_VEC4.UNSIGNED_NORMALIZED.UNSIGNED_SHORT.UNSIGNED_SHORT_4_4_4_4.UNSIGNED_SHORT_5_5_5_1.UNSIGNED_SHORT_5_6_5.UNSPECIFIED_EVENT_TYPE_ERR.UPDATEREADY.URIError.URL.URLPattern.URLSearchParams.URLUnencoded.URL_MISMATCH_ERR.USB.USBAlternateInterface.USBConfiguration.USBConnectionEvent.USBDevice.USBEndpoint.USBInTransferResult.USBInterface.USBIsochronousInTransferPacket.USBIsochronousInTransferResult.USBIsochronousOutTransferPacket.USBIsochronousOutTransferResult.USBOutTransferResult.UTC.Uint16Array.Uint32Array.Uint8Array.Uint8ClampedArray.UpdateFilter.UpdatePropertyName.UserActivation.UserMessageHandler.UserMessageHandlersNamespace.UserProximityEvent.VALIDATE_STATUS.VALIDATION_ERR.VARIABLES_RULE.VENDOR.VERSION.VERSION_CHANGE.VERSION_ERR.VERTEX.VERTEX_ARRAY_BINDING.VERTEX_ATTRIB_ARRAY_BUFFER_BINDING.VERTEX_ATTRIB_ARRAY_DIVISOR.VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE.VERTEX_ATTRIB_ARRAY_ENABLED.VERTEX_ATTRIB_ARRAY_INTEGER.VERTEX_ATTRIB_ARRAY_NORMALIZED.VERTEX_ATTRIB_ARRAY_POINTER.VERTEX_ATTRIB_ARRAY_SIZE.VERTEX_ATTRIB_ARRAY_STRIDE.VERTEX_ATTRIB_ARRAY_TYPE.VERTEX_SHADER.VERTICAL.VERTICAL_AXIS.VER_ERR.VIEWPORT.VIEWPORT_RULE.VRDisplay.VRDisplayCapabilities.VRDisplayEvent.VREyeParameters.VRFieldOfView.VRFrameData.VRPose.VRStageParameters.VTTCue.VTTRegion.ValidityState.VideoColorSpace.VideoDecoder.VideoEncoder.VideoFrame.VideoPlaybackQuality.VideoStreamTrack.ViewTimeline.ViewTransition.ViewTransitionTypeSet.ViewType.Viewport.VirtualKeyboard.VirtualKeyboardGeometryChangeEvent.VisibilityStateEntry.VisualViewport.WAIT_FAILED.WEBKIT_FILTER_RULE.WEBKIT_KEYFRAMES_RULE.WEBKIT_KEYFRAME_RULE.WEBKIT_REGION_RULE.WGSLLanguageFeatures.WINDOW_ID_CURRENT.WINDOW_ID_NONE.WRITE.WRONG_DOCUMENT_ERR.WakeLock.WakeLockSentinel.WasmAnyRef.WaveShaperNode.WeakMap.WeakRef.WeakSet.WebAssembly.WebGL2RenderingContext.WebGLActiveInfo.WebGLBuffer.WebGLContextEvent.WebGLFramebuffer.WebGLObject.WebGLProgram.WebGLQuery.WebGLRenderbuffer.WebGLRenderingContext.WebGLSampler.WebGLShader.WebGLShaderPrecisionFormat.WebGLSync.WebGLTexture.WebGLTransformFeedback.WebGLUniformLocation.WebGLVertexArray.WebGLVertexArrayObject.WebKitAnimationEvent.WebKitBlobBuilder.WebKitCSSFilterRule.WebKitCSSFilterValue.WebKitCSSKeyframeRule.WebKitCSSKeyframesRule.WebKitCSSMatrix.WebKitCSSRegionRule.WebKitCSSTransformValue.WebKitDataCue.WebKitGamepad.WebKitMediaKeyError.WebKitMediaKeyMessageEvent.WebKitMediaKeySession.WebKitMediaKeys.WebKitMediaSource.WebKitMutationObserver.WebKitNamespace.WebKitPlaybackTargetAvailabilityEvent.WebKitPoint.WebKitShadowRoot.WebKitSourceBuffer.WebKitSourceBufferList.WebKitTransitionEvent.WebSocket.WebSocketError.WebSocketStream.WebTransport.WebTransportBidirectionalStream.WebTransportDatagramDuplexStream.WebTransportError.WebTransportReceiveStream.WebTransportSendStream.WebkitAlignContent.WebkitAlignItems.WebkitAlignSelf.WebkitAnimation.WebkitAnimationDelay.WebkitAnimationDirection.WebkitAnimationDuration.WebkitAnimationFillMode.WebkitAnimationIterationCount.WebkitAnimationName.WebkitAnimationPlayState.WebkitAnimationTimingFunction.WebkitAppearance.WebkitBackfaceVisibility.WebkitBackgroundClip.WebkitBackgroundOrigin.WebkitBackgroundSize.WebkitBorderBottomLeftRadius.WebkitBorderBottomRightRadius.WebkitBorderImage.WebkitBorderRadius.WebkitBorderTopLeftRadius.WebkitBorderTopRightRadius.WebkitBoxAlign.WebkitBoxDirection.WebkitBoxFlex.WebkitBoxOrdinalGroup.WebkitBoxOrient.WebkitBoxPack.WebkitBoxShadow.WebkitBoxSizing.WebkitClipPath.WebkitFilter.WebkitFlex.WebkitFlexBasis.WebkitFlexDirection.WebkitFlexFlow.WebkitFlexGrow.WebkitFlexShrink.WebkitFlexWrap.WebkitFontFeatureSettings.WebkitJustifyContent.WebkitLineClamp.WebkitMask.WebkitMaskClip.WebkitMaskComposite.WebkitMaskImage.WebkitMaskOrigin.WebkitMaskPosition.WebkitMaskPositionX.WebkitMaskPositionY.WebkitMaskRepeat.WebkitMaskSize.WebkitOrder.WebkitPerspective.WebkitPerspectiveOrigin.WebkitTextFillColor.WebkitTextSecurity.WebkitTextSizeAdjust.WebkitTextStroke.WebkitTextStrokeColor.WebkitTextStrokeWidth.WebkitTransform.WebkitTransformOrigin.WebkitTransformStyle.WebkitTransition.WebkitTransitionDelay.WebkitTransitionDuration.WebkitTransitionProperty.WebkitTransitionTimingFunction.WebkitUserSelect.WheelEvent.Window.WindowControlsOverlay.WindowControlsOverlayGeometryChangeEvent.WindowState.WindowType.Worker.Worklet.WritableStream.WritableStreamDefaultController.WritableStreamDefaultWriter.XMLDocument.XMLHttpRequest.XMLHttpRequestEventTarget.XMLHttpRequestException.XMLHttpRequestProgressEvent.XMLHttpRequestUpload.XMLSerializer.XMLStylesheetProcessingInstruction.XPathEvaluator.XPathException.XPathExpression.XPathNSResolver.XPathResult.XRAnchor.XRAnchorSet.XRBoundedReferenceSpace.XRCPUDepthInformation.XRCamera.XRDOMOverlayState.XRDepthInformation.XRFrame.XRHand.XRHitTestResult.XRHitTestSource.XRInputSource.XRInputSourceArray.XRInputSourceEvent.XRInputSourcesChangeEvent.XRJointPose.XRJointSpace.XRLayer.XRLightEstimate.XRLightProbe.XRPose.XRRay.XRReferenceSpace.XRReferenceSpaceEvent.XRRenderState.XRRigidTransform.XRSession.XRSessionEvent.XRSpace.XRSystem.XRTransientInputHitTestResult.XRTransientInputHitTestSource.XRView.XRViewerPose.XRViewport.XRWebGLBinding.XRWebGLDepthInformation.XRWebGLLayer.XSLTProcessor.ZERO.ZonedDateTime.ZoomSettings.ZoomSettingsMode.ZoomSettingsScope._XD0M_._YD0M_.__REACT_DEVTOOLS_GLOBAL_HOOK__.__brand.__defineGetter__.__defineSetter__.__lookupGetter__.__lookupSetter__.__opera.__proto__._browserjsran.a.aLink.abbr.abort.aborted.aboutConfigPrefs.abs.absolute.acceleration.accelerationIncludingGravity.accelerator.accent-color.accentColor.accept.acceptCharset.acceptNode.access.accessKey.accessKeyLabel.accuracy.acos.acosh.action.actionURL.actions.activated.activation.activationStart.active.activeCues.activeElement.activeSourceBuffers.activeSourceCount.activeTexture.activeVRDisplays.activeViewTransition.activityLog.actualBoundingBoxAscent.actualBoundingBoxDescent.actualBoundingBoxLeft.actualBoundingBoxRight.adAuctionComponents.adAuctionHeaders.adapterInfo.add.addAll.addBehavior.addCandidate.addColorStop.addCue.addElement.addEventListener.addFilter.addFromString.addFromUri.addIceCandidate.addImport.addListener.addModule.addNamed.addPageRule.addPath.addPointer.addRange.addRegion.addRule.addSearchEngine.addSourceBuffer.addStream.addTeardown.addTextTrack.addTrack.addTransceiver.addWakeLockListener.added.addedNodes.additionalName.additiveSymbols.addons.address.addressLine.addressModeU.addressModeV.addressModeW.adopt.adoptNode.adoptedCallback.adoptedStyleSheets.adr.advance.after.alarms.album.alert.algorithm.align.align-content.align-items.align-self.alignContent.alignItems.alignSelf.alignmentBaseline.alinkColor.all.allSettled.allocationSize.allow.allowFullscreen.allowPaymentRequest.allowedDirections.allowedFeatures.allowedToPlay.allowsFeature.alpha.alphaMode.alphaToCoverageEnabled.alphabeticBaseline.alt.altGraphKey.altHtml.altKey.altLeft.alternate.alternateSetting.alternates.altitude.altitudeAccuracy.altitudeAngle.amplitude.ancestorOrigins.anchor.anchorName.anchorNode.anchorOffset.anchorScope.anchorSpace.anchors.and.angle.angularAcceleration.angularVelocity.animVal.animate.animated.animatedInstanceRoot.animatedNormalizedPathSegList.animatedPathSegList.animatedPoints.animation.animation-composition.animation-delay.animation-direction.animation-duration.animation-fill-mode.animation-iteration-count.animation-name.animation-play-state.animation-timing-function.animationComposition.animationDelay.animationDirection.animationDuration.animationFillMode.animationIterationCount.animationName.animationPlayState.animationStartTime.animationTimingFunction.animationsPaused.anniversary.annotation.antialias.anticipatedRemoval.any.app.appCodeName.appMinorVersion.appName.appNotifications.appVersion.appearance.append.appendBuffer.appendChild.appendData.appendItem.appendMedium.appendNamed.appendRule.appendStream.appendWindowEnd.appendWindowStart.applets.applicationCache.applicationServerKey.apply.applyConstraints.applyElement.arc.arcTo.arch.architecture.archive.areas.arguments.ariaActiveDescendantElement.ariaAtomic.ariaAutoComplete.ariaBrailleLabel.ariaBrailleRoleDescription.ariaBusy.ariaChecked.ariaColCount.ariaColIndex.ariaColIndexText.ariaColSpan.ariaControlsElements.ariaCurrent.ariaDescribedByElements.ariaDescription.ariaDetailsElements.ariaDisabled.ariaErrorMessageElements.ariaExpanded.ariaFlowToElements.ariaHasPopup.ariaHidden.ariaInvalid.ariaKeyShortcuts.ariaLabel.ariaLabelledByElements.ariaLevel.ariaLive.ariaModal.ariaMultiLine.ariaMultiSelectable.ariaNotify.ariaOrientation.ariaOwnsElements.ariaPlaceholder.ariaPosInSet.ariaPressed.ariaReadOnly.ariaRelevant.ariaRequired.ariaRoleDescription.ariaRowCount.ariaRowIndex.ariaRowIndexText.ariaRowSpan.ariaSelected.ariaSetSize.ariaSort.ariaValueMax.ariaValueMin.ariaValueNow.ariaValueText.arrayBuffer.arrayLayerCount.arrayStride.artist.artwork.as.asIntN.asUintN.ascentOverride.asin.asinh.aspect.aspect-ratio.aspectRatio.assert.assign.assignedElements.assignedNodes.assignedSlot.async.asyncDispose.asyncIterator.at.atEnd.atan.atan2.atanh.atob.attachEvent.attachInternals.attachShader.attachShadow.attachedElements.attachments.attack.attestationObject.attrChange.attrName.attributeChangedCallback.attributeFilter.attributeName.attributeNamespace.attributeOldValue.attributeStyleMap.attributes.attribution.attributionSrc.audioBitrateMode.audioBitsPerSecond.audioTracks.audioWorklet.authenticatedSignedWrites.authenticatorAttachment.authenticatorData.autoIncrement.autobuffer.autocapitalize.autocomplete.autocorrect.autofocus.automationRate.autoplay.availHeight.availLeft.availTop.availWidth.availability.available.averageLatency.aversion.ax.axes.axis.ay.azimuth.azimuthAngle.b.back.backdrop-filter.backdropFilter.backends.backface-visibility.backfaceVisibility.background.background-attachment.background-blend-mode.background-clip.background-color.background-image.background-origin.background-position.background-position-x.background-position-y.background-repeat.background-size.backgroundAttachment.backgroundBlendMode.backgroundClip.backgroundColor.backgroundFetch.backgroundImage.backgroundOrigin.backgroundPosition.backgroundPositionX.backgroundPositionY.backgroundRepeat.backgroundSize.badInput.badge.balance.baseArrayLayer.baseFrequencyX.baseFrequencyY.baseLatency.baseLayer.baseMipLevel.baseNode.baseOffset.basePalette.baseURI.baseVal.baseline-source.baselineShift.baselineSource.batchUpdate.battery.bday.before.beginComputePass.beginElement.beginElementAt.beginOcclusionQuery.beginPath.beginQuery.beginRenderPass.beginTransformFeedback.beginningOfPassWriteIndex.behavior.behaviorCookie.behaviorPart.behaviorUrns.beta.bezierCurveTo.bgColor.bgProperties.bias.big.bigint64.biguint64.binaryType.bind.bindAttribLocation.bindBuffer.bindBufferBase.bindBufferRange.bindFramebuffer.bindGroupLayouts.bindRenderbuffer.bindSampler.bindTexture.bindTransformFeedback.bindVertexArray.binding.bitness.blend.blendColor.blendEquation.blendEquationSeparate.blendFunc.blendFuncSeparate.blink.blitFramebuffer.blob.block-size.blockDirection.blockSize.blockedURI.blockedURL.blocking.blockingDuration.blue.bluetooth.blur.body.bodyUsed.bold.bookmarks.booleanValue.boost.border.border-block.border-block-color.border-block-end.border-block-end-color.border-block-end-style.border-block-end-width.border-block-start.border-block-start-color.border-block-start-style.border-block-start-width.border-block-style.border-block-width.border-bottom.border-bottom-color.border-bottom-left-radius.border-bottom-right-radius.border-bottom-style.border-bottom-width.border-collapse.border-color.border-end-end-radius.border-end-start-radius.border-image.border-image-outset.border-image-repeat.border-image-slice.border-image-source.border-image-width.border-inline.border-inline-color.border-inline-end.border-inline-end-color.border-inline-end-style.border-inline-end-width.border-inline-start.border-inline-start-color.border-inline-start-style.border-inline-start-width.border-inline-style.border-inline-width.border-left.border-left-color.border-left-style.border-left-width.border-radius.border-right.border-right-color.border-right-style.border-right-width.border-spacing.border-start-end-radius.border-start-start-radius.border-style.border-top.border-top-color.border-top-left-radius.border-top-right-radius.border-top-style.border-top-width.border-width.borderBlock.borderBlockColor.borderBlockEnd.borderBlockEndColor.borderBlockEndStyle.borderBlockEndWidth.borderBlockStart.borderBlockStartColor.borderBlockStartStyle.borderBlockStartWidth.borderBlockStyle.borderBlockWidth.borderBottom.borderBottomColor.borderBottomLeftRadius.borderBottomRightRadius.borderBottomStyle.borderBottomWidth.borderBoxSize.borderCollapse.borderColor.borderColorDark.borderColorLight.borderEndEndRadius.borderEndStartRadius.borderImage.borderImageOutset.borderImageRepeat.borderImageSlice.borderImageSource.borderImageWidth.borderInline.borderInlineColor.borderInlineEnd.borderInlineEndColor.borderInlineEndStyle.borderInlineEndWidth.borderInlineStart.borderInlineStartColor.borderInlineStartStyle.borderInlineStartWidth.borderInlineStyle.borderInlineWidth.borderLeft.borderLeftColor.borderLeftStyle.borderLeftWidth.borderRadius.borderRight.borderRightColor.borderRightStyle.borderRightWidth.borderSpacing.borderStartEndRadius.borderStartStartRadius.borderStyle.borderTop.borderTopColor.borderTopLeftRadius.borderTopRightRadius.borderTopStyle.borderTopWidth.borderWidth.bottom.bottomMargin.bound.boundElements.boundingClientRect.boundingHeight.boundingLeft.boundingRect.boundingTop.boundingWidth.bounds.boundsGeometry.box-decoration-break.box-shadow.box-sizing.boxDecorationBreak.boxShadow.boxSizing.brand.brands.break-after.break-before.break-inside.breakAfter.breakBefore.breakInside.broadcast.browser.browserLanguage.browserSettings.browsingData.browsingTopics.btoa.bubbles.buffer.bufferData.bufferDepth.bufferSize.bufferSubData.buffered.bufferedAmount.bufferedAmountLowThreshold.buffers.buildID.buildNumber.button.buttonID.buttons.byobRequest.byteLength.byteOffset.bytes.bytesPerRow.bytesWritten.c.cache.caches.calendar.call.caller.camera.canBeFormatted.canBeMounted.canBeShared.canConstructInDedicatedWorker.canGoBack.canGoForward.canHaveChildren.canHaveHTML.canInsertDTMF.canIntercept.canLoadAdAuctionFencedFrame.canLoadOpaqueURL.canMakePayment.canParse.canPlayType.canPresent.canShare.canTransition.canTrickleIceCandidates.cancel.cancelAndHoldAtTime.cancelAnimationFrame.cancelBubble.cancelIdleCallback.cancelScheduledValues.cancelVideoFrameCallback.cancelWatchAvailability.cancelable.candidate.canonicalUUID.canvas.cap.capabilities.caption.caption-side.captionSide.captivePortal.capture.captureEvents.captureStackTrace.captureStream.captureTab.captureVisibleTab.caret-color.caretBidiLevel.caretColor.caretPositionFromPoint.caretRangeFromPoint.cast.catch.category.cause.cbrt.cd.ceil.cellIndex.cellPadding.cellSpacing.cells.ch.chOff.chain.challenge.changeType.changed.changedTouches.channel.channelCount.channelCountMode.channelInterpretation.chapterInfo.char.charAt.charCode.charCodeAt.charIndex.charLength.characterBounds.characterBoundsRangeStart.characterData.characterDataOldValue.characterSet.characterVariant.characteristic.charging.chargingTime.charset.check.checkDCE.checkEnclosure.checkFramebufferStatus.checkIntersection.checkValidity.checkVisibility.checked.childElementCount.childList.childNodes.children.chrome.ciphertext.cite.city.claimInterface.claimed.classList.className.classid.clear.clearAppBadge.clearAttributes.clearBuffer.clearBufferfi.clearBufferfv.clearBufferiv.clearBufferuiv.clearColor.clearData.clearDepth.clearHalt.clearImmediate.clearInterval.clearLiveSeekableRange.clearMarks.clearMaxGCPauseAccumulator.clearMeasures.clearOriginJoinedAdInterestGroups.clearParameters.clearRect.clearResourceTimings.clearShadow.clearStencil.clearTimeout.clearValue.clearWatch.click.clickCount.clientDataJSON.clientHeight.clientInformation.clientLeft.clientRect.clientRects.clientTop.clientWaitSync.clientWidth.clientX.clientY.clip.clip-path.clip-rule.clipBottom.clipLeft.clipPath.clipPathUnits.clipRight.clipRule.clipTop.clipboard.clipboardData.clonable.clone.cloneContents.cloneNode.cloneRange.close.closeCode.closePath.closed.closedBy.closest.clz.clz32.cm.cmp.code.codeBase.codePointAt.codeType.codedHeight.codedRect.codedWidth.colSpan.collapse.collapseToEnd.collapseToStart.collapsed.collect.collections.colno.color.color-adjust.color-interpolation.color-interpolation-filters.color-scheme.colorAdjust.colorAttachments.colorDepth.colorFormats.colorInterpolation.colorInterpolationFilters.colorMask.colorScheme.colorSpace.colorType.cols.column-count.column-fill.column-gap.column-rule.column-rule-color.column-rule-style.column-rule-width.column-span.column-width.columnCount.columnFill.columnGap.columnNumber.columnRule.columnRuleColor.columnRuleStyle.columnRuleWidth.columnSpan.columnWidth.columns.command.commandForElement.commands.commit.commitLoadTime.commitPreferences.commitStyles.committed.commonAncestorContainer.compact.compare.compareBoundaryPoints.compareDocumentPosition.compareEndPoints.compareExchange.compareNode.comparePoint.compatMode.compatible.compile.compileShader.compileStreaming.complete.completed.component.componentFromPoint.composed.composedPath.composite.compositionEndOffset.compositionStartOffset.compressedTexImage2D.compressedTexImage3D.compressedTexSubImage2D.compressedTexSubImage3D.compute.computedStyleMap.concat.conditionText.coneInnerAngle.coneOuterAngle.coneOuterGain.config.configURL.configurable.configuration.configurationName.configurationValue.configurations.configure.confirm.confirmComposition.confirmSiteSpecificTrackingException.confirmWebWideTrackingException.congestionControl.connect.connectEnd.connectNative.connectShark.connectStart.connected.connectedCallback.connectedMoveCallback.connection.connectionInfo.connectionList.connectionSpeed.connectionState.connections.console.consolidate.constants.constraint.constrictionActive.construct.constructor.contactID.contain.contain-intrinsic-block-size.contain-intrinsic-height.contain-intrinsic-inline-size.contain-intrinsic-size.contain-intrinsic-width.containIntrinsicBlockSize.containIntrinsicHeight.containIntrinsicInlineSize.containIntrinsicSize.containIntrinsicWidth.container.container-name.container-type.containerId.containerName.containerQuery.containerSrc.containerType.contains.containsNode.content.content-visibility.contentBoxSize.contentDocument.contentEditable.contentEncoding.contentHint.contentOverflow.contentRect.contentScriptType.contentStyleType.contentType.contentVisibility.contentWindow.context.contextId.contextIds.contextMenu.contextMenus.contextType.contextTypes.contextmenu.contextualIdentities.continue.continuePrimaryKey.continuous.control.controlTransferIn.controlTransferOut.controller.controls.controlsList.convertPointFromNode.convertQuadFromNode.convertRectFromNode.convertToBlob.convertToSpecifiedUnits.cookie.cookieEnabled.cookieStore.cookies.coords.copyBufferSubData.copyBufferToBuffer.copyBufferToTexture.copyExternalImageToTexture.copyFromChannel.copyTexImage2D.copyTexSubImage2D.copyTexSubImage3D.copyTextureToBuffer.copyTextureToTexture.copyTo.copyToChannel.copyWithin.correspondingElement.correspondingUseElement.corruptedVideoFrames.cos.cosh.count.countReset.counter-increment.counter-reset.counter-set.counterIncrement.counterReset.counterSet.country.cpuClass.cpuSleepAllowed.cqb.cqh.cqi.cqmax.cqmin.cqw.create.createAnalyser.createAnchor.createAnswer.createAttribute.createAttributeNS.createAuctionNonce.createBidirectionalStream.createBindGroup.createBindGroupLayout.createBiquadFilter.createBuffer.createBufferSource.createCDATASection.createCSSStyleSheet.createCaption.createChannelMerger.createChannelSplitter.createCommandEncoder.createComment.createComputePipeline.createComputePipelineAsync.createConicGradient.createConstantSource.createContextualFragment.createControlRange.createConvolver.createDTMFSender.createDataChannel.createDelay.createDelayNode.createDocument.createDocumentFragment.createDocumentType.createDynamicsCompressor.createElement.createElementNS.createEncodedStreams.createEntityReference.createEvent.createEventObject.createExpression.createFramebuffer.createFunction.createGain.createGainNode.createHTML.createHTMLDocument.createIIRFilter.createImageBitmap.createImageData.createIndex.createJavaScriptNode.createLinearGradient.createMediaElementSource.createMediaKeys.createMediaStreamDestination.createMediaStreamSource.createMediaStreamTrackSource.createMutableFile.createNSResolver.createNodeIterator.createNotification.createObjectStore.createObjectURL.createOffer.createOscillator.createPanner.createPattern.createPeriodicWave.createPipelineLayout.createPolicy.createPopup.createProcessingInstruction.createProgram.createQuery.createQuerySet.createRadialGradient.createRange.createRangeCollection.createReader.createRenderBundleEncoder.createRenderPipeline.createRenderPipelineAsync.createRenderbuffer.createSVGAngle.createSVGLength.createSVGMatrix.createSVGNumber.createSVGPathSegArcAbs.createSVGPathSegArcRel.createSVGPathSegClosePath.createSVGPathSegCurvetoCubicAbs.createSVGPathSegCurvetoCubicRel.createSVGPathSegCurvetoCubicSmoothAbs.createSVGPathSegCurvetoCubicSmoothRel.createSVGPathSegCurvetoQuadraticAbs.createSVGPathSegCurvetoQuadraticRel.createSVGPathSegCurvetoQuadraticSmoothAbs.createSVGPathSegCurvetoQuadraticSmoothRel.createSVGPathSegLinetoAbs.createSVGPathSegLinetoHorizontalAbs.createSVGPathSegLinetoHorizontalRel.createSVGPathSegLinetoRel.createSVGPathSegLinetoVerticalAbs.createSVGPathSegLinetoVerticalRel.createSVGPathSegMovetoAbs.createSVGPathSegMovetoRel.createSVGPoint.createSVGRect.createSVGTransform.createSVGTransformFromMatrix.createSampler.createScript.createScriptProcessor.createScriptURL.createSession.createShader.createShaderModule.createShadowRoot.createStereoPanner.createStyleSheet.createTBody.createTFoot.createTHead.createTask.createTextNode.createTextRange.createTexture.createTouch.createTouchList.createTransformFeedback.createTreeWalker.createUnidirectionalStream.createVertexArray.createView.createWaveShaper.createWorklet.createWritable.creationTime.credentialless.credentials.criticalCHRestart.cropTo.crossOrigin.crossOriginIsolated.crypto.csi.csp.cssFloat.cssRules.cssText.cssValueType.ctrlKey.ctrlLeft.cues.cullFace.cullMode.currentCSSZoom.currentDirection.currentEntry.currentLocalDescription.currentNode.currentPage.currentRect.currentRemoteDescription.currentScale.currentScreen.currentScript.currentSrc.currentState.currentStyle.currentTarget.currentTime.currentTranslate.currentView.cursor.curve.customElements.customError.cx.cy.d.data.dataFld.dataFormatAs.dataLoss.dataLossMessage.dataPageSize.dataSrc.dataTransfer.database.databases.datagrams.dataset.dateStyle.dateTime.day.dayPeriod.days.db.debug.debuggerEnabled.declarativeNetRequest.declare.decode.decodeAudioData.decodeQueueSize.decodeURI.decodeURIComponent.decodedBodySize.decoding.decodingInfo.decreaseZoomLevel.decrypt.default.defaultCharset.defaultChecked.defaultMuted.defaultPlaybackRate.defaultPolicy.defaultPrevented.defaultQueue.defaultRequest.defaultSelected.defaultStatus.defaultURL.defaultValue.defaultView.defaultstatus.defer.define.defineMagicFunction.defineMagicVariable.defineProperties.defineProperty.deg.delay.delayTime.delegatesFocus.delete.deleteBuffer.deleteCaption.deleteCell.deleteContents.deleteData.deleteDatabase.deleteFramebuffer.deleteFromDocument.deleteIndex.deleteMedium.deleteObjectStore.deleteProgram.deleteProperty.deleteQuery.deleteRenderbuffer.deleteRow.deleteRule.deleteSampler.deleteShader.deleteSync.deleteTFoot.deleteTHead.deleteTexture.deleteTransformFeedback.deleteVertexArray.deleted.deliverChangeRecords.deliveredFrames.deliveredFramesDuration.delivery.deliveryInfo.deliveryStatus.deliveryTimestamp.deliveryType.delta.deltaMode.deltaX.deltaY.deltaZ.dependentLocality.deprecatedReplaceInURN.deprecatedRunAdAuctionEnforcesKAnonymity.deprecatedURNToURL.depthActive.depthBias.depthBiasClamp.depthBiasSlopeScale.depthClearValue.depthCompare.depthDataFormat.depthFailOp.depthFar.depthFunc.depthLoadOp.depthMask.depthNear.depthOrArrayLayers.depthRange.depthReadOnly.depthStencil.depthStencilAttachment.depthStencilFormat.depthStoreOp.depthType.depthUsage.depthWriteEnabled.deref.deriveBits.deriveKey.descentOverride.description.deselectAll.designMode.desiredSize.destination.destinationURL.destroy.detach.detachEvent.detachShader.detached.detail.details.detect.detectLanguage.detune.device.deviceClass.deviceId.deviceMemory.devicePixelContentBoxSize.devicePixelRatio.devicePosture.deviceProtocol.deviceSubclass.deviceVersionMajor.deviceVersionMinor.deviceVersionSubminor.deviceXDPI.deviceYDPI.devtools.devtools_panels.didTimeout.difference.diffuseConstant.digest.dimension.dimensions.dir.dirName.direction.dirxml.disable.disablePictureInPicture.disableRemotePlayback.disableVertexAttribArray.disabled.discard.discardedFrames.dischargingTime.disconnect.disconnectShark.disconnectedCallback.dispatchEvent.dispatchWorkgroups.dispatchWorkgroupsIndirect.display.displayHeight.displayId.displayName.displayWidth.dispose.disposeAsync.disposed.disposition.distanceModel.div.divisor.djsapi.djsproxy.dns.doImport.doNotTrack.doScroll.doctype.document.documentElement.documentId.documentIds.documentLifecycle.documentMode.documentOrigin.documentOrigins.documentPictureInPicture.documentURI.documentURL.documentUrl.documentUrls.dolphin.dolphinGameCenter.dolphininfo.dolphinmeta.dom.domComplete.domContentLoadedEventEnd.domContentLoadedEventStart.domInteractive.domLoading.domOverlayState.domain.domainLookupEnd.domainLookupStart.dominant-baseline.dominantBaseline.done.dopplerFactor.dotAll.downDegrees.downlink.download.downloadRequest.downloadTotal.downloaded.downloads.dpcm.dpi.dppx.dragDrop.draggable.draw.drawArrays.drawArraysInstanced.drawArraysInstancedANGLE.drawBuffers.drawCustomFocusRing.drawElements.drawElementsInstanced.drawElementsInstancedANGLE.drawFocusIfNeeded.drawImage.drawImageFromRect.drawIndexed.drawIndexedIndirect.drawIndirect.drawRangeElements.drawSystemFocusRing.drawingBufferColorSpace.drawingBufferFormat.drawingBufferHeight.drawingBufferStorage.drawingBufferWidth.drop.dropEffect.droppedVideoFrames.dropzone.dstFactor.dtmf.dump.dumpProfile.duplex.duplicate.durability.duration.dvb.dvh.dvi.dvmax.dvmin.dvname.dvnum.dvw.dx.dy.dynamicId.dynsrc.e.edgeMode.editContext.effect.effectAllowed.effectiveDirective.effectiveType.effects.elapsedTime.element.elementFromPoint.elementTiming.elements.elementsFromPoint.elevation.ellipse.em.emHeightAscent.emHeightDescent.email.embeds.emit.emma.empty.empty-cells.emptyCells.emptyHTML.emptyScript.emulatedPosition.enable.enableBackground.enableDelegations.enableStyleSheetsForSet.enableVertexAttribArray.enabled.enabledFeatures.enabledPlugin.encode.encodeInto.encodeQueueSize.encodeURI.encodeURIComponent.encodedBodySize.encoding.encodingInfo.encrypt.enctype.end.endContainer.endElement.endElementAt.endOcclusionQuery.endOfPassWriteIndex.endOfStream.endOffset.endQuery.endTime.endTransformFeedback.ended.endpoint.endpointNumber.endpoints.endsWith.enqueue.enterKeyHint.entities.entries.entry.entryPoint.entryType.enumerable.enumerate.enumerateDevices.enumerateEditable.environmentBlendMode.equals.era.error.errorCode.errorDetail.errorText.escape.estimate.eval.evaluate.event.eventCounts.eventPhase.events.every.ex.exception.exchange.exec.execCommand.execCommandShowHelp.execScript.executeBundles.executionStart.exitFullscreen.exitPictureInPicture.exitPointerLock.exitPresent.exp.expand.expandEntityReferences.expando.expansion.expectedContextLanguages.expectedImprovement.expectedInputLanguages.experiments.expiration.expirationTime.expires.expiryDate.explicitOriginalTarget.expm1.exponent.exponentialRampToValueAtTime.exportKey.exports.extend.extension.extensionTypes.extensions.extentNode.extentOffset.external.externalResourcesRequired.externalTexture.extractContents.extractable.eye.f.f16round.face.factoryReset.failOp.failureReason.fallback.family.familyName.farthestViewportElement.fastSeek.fatal.featureId.featurePolicy.featureSettings.features.fence.fenceSync.fetch.fetchLater.fetchPriority.fetchStart.fftSize.fgColor.fieldOfView.file.fileCreatedDate.fileHandle.fileModifiedDate.fileName.fileSize.fileUpdatedDate.filename.files.filesystem.fill.fill-opacity.fill-rule.fillJointRadii.fillLightMode.fillOpacity.fillPoses.fillRect.fillRule.fillStyle.fillText.filter.filterResX.filterResY.filterUnits.filters.finalResponseHeadersStart.finally.find.findIndex.findLast.findLastIndex.findRule.findText.finish.finishDocumentLoadTime.finishLoadTime.finished.fireEvent.firesTouchEvents.first.firstChild.firstElementChild.firstInterimResponseStart.firstPage.firstPaintAfterLoadTime.firstPaintTime.firstUIEventTimestamp.fixed.flags.flat.flatMap.flex.flex-basis.flex-direction.flex-flow.flex-grow.flex-shrink.flex-wrap.flexBasis.flexDirection.flexFlow.flexGrow.flexShrink.flexWrap.flip.flipX.flipY.float.float32.float64.flood-color.flood-opacity.floodColor.floodOpacity.floor.flush.focus.focusNode.focusOffset.font.font-family.font-feature-settings.font-kerning.font-language-override.font-optical-sizing.font-palette.font-size.font-size-adjust.font-stretch.font-style.font-synthesis.font-synthesis-position.font-synthesis-small-caps.font-synthesis-style.font-synthesis-weight.font-variant.font-variant-alternates.font-variant-caps.font-variant-east-asian.font-variant-ligatures.font-variant-numeric.font-variant-position.font-variation-settings.font-weight.fontBoundingBoxAscent.fontBoundingBoxDescent.fontFamily.fontFeatureSettings.fontKerning.fontLanguageOverride.fontOpticalSizing.fontPalette.fontSize.fontSizeAdjust.fontSmoothingEnabled.fontStretch.fontStyle.fontSynthesis.fontSynthesisPosition.fontSynthesisSmallCaps.fontSynthesisStyle.fontSynthesisWeight.fontVariant.fontVariantAlternates.fontVariantCaps.fontVariantEastAsian.fontVariantEmoji.fontVariantLigatures.fontVariantNumeric.fontVariantPosition.fontVariationSettings.fontWeight.fontcolor.fontfaces.fonts.fontsize.for.forEach.force.forceFallbackAdapter.forceRedraw.forced-color-adjust.forcedColorAdjust.forcedStyleAndLayoutDuration.forget.form.formAction.formData.formEnctype.formMethod.formNoValidate.formTarget.format.formatToParts.forms.forward.forwardWheel.forwardX.forwardY.forwardZ.foundation.fr.fractionalSecondDigits.fragment.fragmentDirective.frame.frameBorder.frameCount.frameElement.frameId.frameIds.frameSpacing.framebuffer.framebufferHeight.framebufferRenderbuffer.framebufferTexture2D.framebufferTextureLayer.framebufferWidth.frames.freeSpace.freeze.frequency.frequencyBinCount.from.fromAsync.fromBase64.fromCharCode.fromCodePoint.fromElement.fromEntries.fromFloat32Array.fromFloat64Array.fromHex.fromMatrix.fromPoint.fromQuad.fromRect.frontFace.fround.fullName.fullPath.fullRange.fullScreen.fullVersionList.fullscreen.fullscreenElement.fullscreenEnabled.fx.fy.g.gain.gamepad.gamma.gap.gatheringState.gatt.geckoProfiler.genderIdentity.generateCertificate.generateKey.generateMipmap.generateRequest.geolocation.gestureObject.get.getAcceptLanguages.getActiveAttrib.getActiveUniform.getActiveUniformBlockName.getActiveUniformBlockParameter.getActiveUniforms.getAdjacentText.getAll.getAllKeys.getAllRecords.getAllResponseHeaders.getAllowlistForFeature.getAnimations.getAsFile.getAsFileSystemHandle.getAsString.getAttachedShaders.getAttribLocation.getAttribute.getAttributeNS.getAttributeNames.getAttributeNode.getAttributeNodeNS.getAttributeType.getAudioTracks.getAuthenticatorData.getAutoplayPolicy.getAvailability.getBBox.getBackgroundPage.getBadgeBackgroundColor.getBadgeText.getBadgeTextColor.getBattery.getBigInt64.getBigUint64.getBindGroupLayout.getBlob.getBookmark.getBoundingClientRect.getBounds.getBoxQuads.getBrowserInfo.getBufferParameter.getBufferSubData.getByteFrequencyData.getByteTimeDomainData.getCSSCanvasContext.getCTM.getCameraImage.getCandidateWindowClientRect.getCanonicalLocales.getCapabilities.getCaptureHandle.getChannelData.getCharNumAtPosition.getCharacteristic.getCharacteristics.getClientCapabilities.getClientExtensionResults.getClientRect.getClientRects.getCoalescedEvents.getCompilationInfo.getComposedRanges.getCompositionAlternatives.getComputedStyle.getComputedTextLength.getComputedTiming.getConfiguration.getConstraints.getContext.getContextAttributes.getContexts.getContributingSources.getCounterValue.getCueAsHTML.getCueById.getCurrent.getCurrentPosition.getCurrentTexture.getCurrentTime.getData.getDatabaseNames.getDate.getDay.getDefaultComputedStyle.getDepthInMeters.getDepthInformation.getDescriptor.getDescriptors.getDestinationInsertionPoints.getDevices.getDirectory.getDirectoryHandle.getDisplayMedia.getDistributedNodes.getEditable.getElementById.getElementsByClassName.getElementsByName.getElementsByTagName.getElementsByTagNameNS.getEnclosureList.getEndPositionOfChar.getEntries.getEntriesByName.getEntriesByType.getError.getExtension.getExtentOfChar.getEyeParameters.getFeature.getFiberRoots.getFile.getFileHandle.getFiles.getFilesAndDirectories.getFingerprints.getFloat16.getFloat32.getFloat64.getFloatFrequencyData.getFloatTimeDomainData.getFloatValue.getFragDataLocation.getFrameData.getFrameId.getFramebufferAttachmentParameter.getFrequencyResponse.getFullYear.getGamepads.getHTML.getHeaderExtensionsToNegotiate.getHighEntropyValues.getHitTestResults.getHitTestResultsForTransientInput.getHours.getIdentityAssertion.getIds.getImageData.getIndexedParameter.getInfo.getInnerHTML.getInstalledRelatedApps.getInt16.getInt32.getInt8.getInterestGroupAdAuctionData.getInternalModuleRanges.getInternalformatParameter.getIntersectionList.getItem.getItems.getJointPose.getKey.getKeyframes.getLastFocused.getLayers.getLayoutMap.getLightEstimate.getLineDash.getLocalCandidates.getLocalParameters.getLocalStreams.getManagedConfiguration.getManifest.getMappedRange.getMarks.getMatchedCSSRules.getMaxGCPauseSinceClear.getMeasures.getMessage.getMetadata.getMilliseconds.getMinutes.getModifierState.getMonth.getName.getNamedItem.getNamedItemNS.getNativeFramebufferScaleFactor.getNegotiatedHeaderExtensions.getNestedConfigs.getNotifications.getNotifier.getNumberOfChars.getOffsetReferenceSpace.getOrInsert.getOrInsertComputed.getOutputTimestamp.getOverrideHistoryNavigationMode.getOverrideStyle.getOwnPropertyDescriptor.getOwnPropertyDescriptors.getOwnPropertyNames.getOwnPropertySymbols.getPackageDirectoryEntry.getParameter.getParameters.getParent.getPathData.getPathSegAtLength.getPathSegmentAtLength.getPermissionWarningsByManifest.getPhotoCapabilities.getPhotoSettings.getPlatformInfo.getPointAtLength.getPopup.getPorts.getPose.getPredictedEvents.getPreference.getPreferenceDefault.getPreferredCanvasFormat.getPresentationAttribute.getPreventDefault.getPrimaryService.getPrimaryServices.getProgramInfoLog.getProgramParameter.getPropertyCSSValue.getPropertyPriority.getPropertyShorthand.getPropertyType.getPropertyValue.getPrototypeOf.getPublicKey.getPublicKeyAlgorithm.getQuery.getQueryParameter.getRGBColorValue.getRandomValues.getRangeAt.getReader.getReceivers.getRectValue.getReflectionCubeMap.getRegistration.getRegistrations.getRemoteCandidates.getRemoteCertificates.getRemoteParameters.getRemoteStreams.getRenderbufferParameter.getResponseHeader.getRoot.getRootNode.getRotationOfChar.getSVGDocument.getSamplerParameter.getScreenCTM.getScreenDetails.getSeconds.getSelectedCandidatePair.getSelection.getSelf.getSenders.getService.getSetCookie.getSettings.getShaderInfoLog.getShaderParameter.getShaderPrecisionFormat.getShaderSource.getSignals.getSimpleDuration.getSiteIcons.getSources.getSpeculativeParserUrls.getStartPositionOfChar.getStartTime.getState.getStats.getStatusForPolicy.getStorageUpdates.getStreamById.getStringValue.getSubStringLength.getSubscription.getSubscriptions.getSupportedConstraints.getSupportedExtensions.getSupportedFormats.getSupportedZoomLevels.getSyncParameter.getSynchronizationSources.getTags.getTargetRanges.getTexParameter.getTextFormats.getTime.getTimezoneOffset.getTiming.getTitle.getTitlebarAreaRect.getTotalLength.getTrackById.getTracks.getTransceivers.getTransform.getTransformFeedbackVarying.getTransformToElement.getTransports.getType.getTypeMapping.getUILanguage.getURL.getUTCDate.getUTCDay.getUTCFullYear.getUTCHours.getUTCMilliseconds.getUTCMinutes.getUTCMonth.getUTCSeconds.getUint16.getUint32.getUint8.getUniform.getUniformBlockIndex.getUniformIndices.getUniformLocation.getUserInfo.getUserMedia.getUserSettings.getVRDisplays.getValues.getVarDate.getVariableValue.getVertexAttrib.getVertexAttribOffset.getVideoPlaybackQuality.getVideoTracks.getViewerPose.getViewport.getViews.getVoices.getWakeLockState.getWriter.getYear.getZoom.getZoomSettings.givenName.global.globalAlpha.globalCompositeOperation.globalPrivacyControl.globalThis.glyphOrientationHorizontal.glyphOrientationVertical.glyphRef.go.goBack.goForward.gpu.grabFrame.grad.gradientTransform.gradientUnits.grammars.green.grid.grid-area.grid-auto-columns.grid-auto-flow.grid-auto-rows.grid-column.grid-column-end.grid-column-gap.grid-column-start.grid-gap.grid-row.grid-row-end.grid-row-gap.grid-row-start.grid-template.grid-template-areas.grid-template-columns.grid-template-rows.gridArea.gridAutoColumns.gridAutoFlow.gridAutoRows.gridColumn.gridColumnEnd.gridColumnGap.gridColumnStart.gridGap.gridRow.gridRowEnd.gridRowGap.gridRowStart.gridTemplate.gridTemplateAreas.gridTemplateColumns.gridTemplateRows.gripSpace.group.groupBy.groupCollapsed.groupEnd.groupId.groups.grow.growable.guestProcessId.guestRenderFrameRoutingId.hadRecentInput.hand.handedness.hangingBaseline.hapticActuators.hardwareConcurrency.has.hasAttribute.hasAttributeNS.hasAttributes.hasBeenActive.hasChildNodes.hasComposition.hasDynamicOffset.hasEnrolledInstrument.hasExtension.hasExternalDisplay.hasFeature.hasFocus.hasIndices.hasInstance.hasLayout.hasOrientation.hasOwn.hasOwnProperty.hasPointerCapture.hasPosition.hasPrivateToken.hasReading.hasRedemptionRecord.hasRegExpGroups.hasStorageAccess.hasUAVisualTransition.hasUnpartitionedCookieAccess.hash.hashChange.head.headers.heading.height.hid.hidden.hide.hideFocus.hidePopover.high.highWaterMark.highlight.highlights.highlightsFromPoint.hint.hints.history.honorificPrefix.honorificSuffix.horizontalOverflow.host.hostCandidate.hostname.hour.hour12.hourCycle.hours.href.hrefTranslate.hreflang.hspace.html5TagCheckInerface.htmlFor.htmlText.httpEquiv.httpRequestStatusCode.hwTimestamp.hyphenate-character.hyphenateCharacter.hyphenateLimitChars.hyphens.hypot.i18n.ic.iccId.iceConnectionState.iceGatheringState.iceTransport.icon.iconURL.id.identifier.identity.ideographicBaseline.idle.idpLoginUrl.ignoreBOM.ignoreCase.ignoreDepthValues.image.image-orientation.image-rendering.imageHeight.imageOrientation.imageRendering.imageSizes.imageSmoothingEnabled.imageSmoothingQuality.imageSrcset.imageWidth.images.ime-mode.imeMode.implementation.importExternalTexture.importKey.importNode.importStylesheet.imports.impp.imul.in.in1.in2.inBandMetadataTrackDispatchType.inIncognitoContext.inRange.includes.incognito.incomingBidirectionalStreams.incomingHighWaterMark.incomingMaxAge.incomingUnidirectionalStreams.increaseZoomLevel.incremental.indeterminate.index.indexNames.indexOf.indexedDB.indicate.indices.inert.inertiaDestinationX.inertiaDestinationY.info.inherits.init.initAnimationEvent.initBeforeLoadEvent.initClipboardEvent.initCloseEvent.initCommandEvent.initCompositionEvent.initCustomEvent.initData.initDataType.initDeviceMotionEvent.initDeviceOrientationEvent.initDragEvent.initErrorEvent.initEvent.initFocusEvent.initGestureEvent.initHashChangeEvent.initKeyEvent.initKeyboardEvent.initMSManipulationEvent.initMessageEvent.initMouseEvent.initMouseScrollEvent.initMouseWheelEvent.initMutationEvent.initNSMouseEvent.initOverflowEvent.initPageEvent.initPageTransitionEvent.initPointerEvent.initPopStateEvent.initProgressEvent.initScrollAreaEvent.initSimpleGestureEvent.initStorageEvent.initTextEvent.initTimeEvent.initTouchEvent.initTransitionEvent.initUIEvent.initWebKitAnimationEvent.initWebKitTransitionEvent.initWebKitWheelEvent.initWheelEvent.initialTime.initialValue.initialize.initiatorType.inject.ink.inline-size.inlineSize.inlineVerticalFieldOfView.inner.innerHTML.innerHeight.innerText.innerWidth.input.inputBuffer.inputEncoding.inputMethod.inputMode.inputQuota.inputSource.inputSources.inputType.inputs.insertAdjacentElement.insertAdjacentHTML.insertAdjacentText.insertBefore.insertCell.insertDTMF.insertData.insertDebugMarker.insertItemBefore.insertNode.insertRow.insertRule.inset.inset-block.inset-block-end.inset-block-start.inset-inline.inset-inline-end.inset-inline-start.insetBlock.insetBlockEnd.insetBlockStart.insetInline.insetInlineEnd.insetInlineStart.inspect.install.installing.instanceRoot.instantiate.instantiateStreaming.instruments.int16.int32.int8.integrity.interactionCount.interactionId.interactionMode.intercept.interestForElement.interfaceClass.interfaceName.interfaceNumber.interfaceProtocol.interfaceSubclass.interfaces.interimResults.internalSubset.interpretation.intersection.intersectionRatio.intersectionRect.intersectsNode.interval.invalidIteratorState.invalidateFramebuffer.invalidateSubFramebuffer.inverse.invertSelf.invoker.invokerType.is.is2D.isActive.isAllowedFileSchemeAccess.isAllowedIncognitoAccess.isAlternate.isArray.isAutoSelected.isBingCurrentSearchDefault.isBuffer.isCandidateWindowVisible.isChar.isCollapsed.isComposing.isConcatSpreadable.isConditionalMediationAvailable.isConfigSupported.isConnected.isContentEditable.isContentHandlerRegistered.isContextLost.isDefaultNamespace.isDirectory.isDisabled.isDisjointFrom.isEnabled.isEqual.isEqualNode.isError.isExtended.isExtensible.isExternalCTAP2SecurityKeySupported.isFallbackAdapter.isFile.isFinite.isFirstPersonObserver.isFramebuffer.isFrozen.isGenerator.isHTML.isHistoryNavigation.isId.isIdentity.isInjected.isInputPending.isInteger.isInternal.isIntersecting.isLockFree.isMap.isMultiLine.isNaN.isOpen.isPointInFill.isPointInPath.isPointInRange.isPointInStroke.isPrefAlternate.isPresenting.isPrimary.isProgram.isPropertyImplicit.isProtocolHandlerRegistered.isPrototypeOf.isQuery.isRawJSON.isRenderbuffer.isSafeInteger.isSameEntry.isSameNode.isSampler.isScript.isScriptURL.isSealed.isSecureContext.isSessionSupported.isShader.isSubsetOf.isSupersetOf.isSupported.isSync.isTextEdit.isTexture.isTransformFeedback.isTrusted.isTypeSupported.isUserVerifyingPlatformAuthenticatorAvailable.isVertexArray.isView.isVisible.isWellFormed.isochronousTransferIn.isochronousTransferOut.isolation.italics.item.itemId.itemProp.itemRef.itemScope.itemType.itemValue.items.iterateNext.iterationComposite.iterator.javaEnabled.jitterBufferTarget.jobTitle.join.joinAdInterestGroup.jointName.json.justify-content.justify-items.justify-self.justifyContent.justifyItems.justifySelf.k1.k2.k3.k4.kHz.keepalive.kernelMatrix.kernelUnitLengthX.kernelUnitLengthY.kerning.key.keyCode.keyFor.keyIdentifier.keyLightEnabled.keyLocation.keyPath.keyStatuses.keySystem.keyText.keyUsage.keyboard.keys.keytype.kind.knee.knownSources.label.labels.lang.language.languages.largeArcFlag.last.lastChild.lastElementChild.lastError.lastEventId.lastIndex.lastIndexOf.lastInputTime.lastMatch.lastMessageSubject.lastMessageType.lastModified.lastModifiedDate.lastPage.lastParen.lastState.lastStyleSheetSet.latency.latitude.launchQueue.layerName.layerX.layerY.layout.layoutFlow.layoutGrid.layoutGridChar.layoutGridLine.layoutGridMode.layoutGridType.lbound.leaveAdInterestGroup.left.leftContext.leftDegrees.leftMargin.leftProjectionMatrix.leftViewMatrix.length.lengthAdjust.lengthComputable.letter-spacing.letterSpacing.level.lh.lighting-color.lightingColor.limitingConeAngle.limits.line.line-break.line-height.lineAlign.lineBreak.lineCap.lineDashOffset.lineGapOverride.lineHeight.lineJoin.lineNum.lineNumber.linePos.lineTo.lineWidth.linearAcceleration.linearRampToValueAtTime.linearVelocity.lineno.lines.link.linkColor.linkProgram.links.list.list-style.list-style-image.list-style-position.list-style-type.listStyle.listStyleImage.listStylePosition.listStyleType.listener.listeners.load.loadEventEnd.loadEventStart.loadOp.loadTime.loadTimes.loaded.loading.localDescription.localName.localService.localStorage.locale.localeCompare.location.locationbar.lock.locked.lockedFile.locks.lodMaxClamp.lodMinClamp.log.log10.log1p.log2.logicalXDPI.logicalYDPI.login.loglevel.longDesc.longitude.lookupNamespaceURI.lookupPrefix.loop.loopEnd.loopStart.looping.lost.low.lower.lowerBound.lowerOpen.lowsrc.lvb.lvh.lvi.lvmax.lvmin.lvw.m11.m12.m13.m14.m21.m22.m23.m24.m31.m32.m33.m34.m41.m42.m43.m44.magFilter.makeXRCompatible.managed.management.manifest.manufacturer.manufacturerName.map.mapAsync.mapState.mappedAtCreation.mapping.margin.margin-block.margin-block-end.margin-block-start.margin-bottom.margin-inline.margin-inline-end.margin-inline-start.margin-left.margin-right.margin-top.marginBlock.marginBlockEnd.marginBlockStart.marginBottom.marginHeight.marginInline.marginInlineEnd.marginInlineStart.marginLeft.marginRight.marginTop.marginWidth.mark.marker.marker-end.marker-mid.marker-offset.marker-start.markerEnd.markerHeight.markerMid.markerOffset.markerStart.markerUnits.markerWidth.marks.mask.mask-clip.mask-composite.mask-image.mask-mode.mask-origin.mask-position.mask-position-x.mask-position-y.mask-repeat.mask-size.mask-type.maskClip.maskComposite.maskContentUnits.maskImage.maskMode.maskOrigin.maskPosition.maskPositionX.maskPositionY.maskRepeat.maskSize.maskType.maskUnits.match.matchAll.matchMedia.matchMedium.matchPatterns.matches.math-depth.math-style.mathDepth.mathShift.mathStyle.matrix.matrixTransform.max.max-block-size.max-height.max-inline-size.max-width.maxActions.maxAlternatives.maxAnisotropy.maxBindGroups.maxBindGroupsPlusVertexBuffers.maxBindingsPerBindGroup.maxBlockSize.maxBufferSize.maxByteLength.maxChannelCount.maxChannels.maxColorAttachmentBytesPerSample.maxColorAttachments.maxComputeInvocationsPerWorkgroup.maxComputeWorkgroupSizeX.maxComputeWorkgroupSizeY.maxComputeWorkgroupSizeZ.maxComputeWorkgroupStorageSize.maxComputeWorkgroupsPerDimension.maxConnectionsPerServer.maxDatagramSize.maxDecibels.maxDistance.maxDrawCount.maxDynamicStorageBuffersPerPipelineLayout.maxDynamicUniformBuffersPerPipelineLayout.maxHeight.maxInlineSize.maxInterStageShaderComponents.maxInterStageShaderVariables.maxLayers.maxLength.maxMessageSize.maxPacketLifeTime.maxRetransmits.maxSampledTexturesPerShaderStage.maxSamplersPerShaderStage.maxStorageBufferBindingSize.maxStorageBuffersPerShaderStage.maxStorageTexturesPerShaderStage.maxTextureArrayLayers.maxTextureDimension1D.maxTextureDimension2D.maxTextureDimension3D.maxTouchPoints.maxUniformBufferBindingSize.maxUniformBuffersPerShaderStage.maxValue.maxVertexAttributes.maxVertexBufferArrayStride.maxVertexBuffers.maxWidth.maximumLatency.measure.measureInputUsage.measureText.media.mediaCapabilities.mediaDevices.mediaElement.mediaGroup.mediaKeys.mediaSession.mediaStream.mediaText.meetOrSlice.memory.menubar.menus.menusChild.menusInternal.mergeAttributes.message.messageClass.messageHandlers.messageType.messages.metaKey.metadata.method.methodDetails.methodName.microseconds.mid.milliseconds.mimeType.mimeTypes.min.min-block-size.min-height.min-inline-size.min-width.minBindingSize.minBlockSize.minDecibels.minFilter.minHeight.minInlineSize.minLength.minStorageBufferOffsetAlignment.minUniformBufferOffsetAlignment.minValue.minWidth.minimumLatency.minute.minutes.mipLevel.mipLevelCount.mipmapFilter.miterLimit.mix-blend-mode.mixBlendMode.mm.mobile.mode.model.modify.module.month.months.mount.move.moveBefore.moveBy.moveEnd.moveFirst.moveFocusDown.moveFocusLeft.moveFocusRight.moveFocusUp.moveInSuccession.moveNext.moveRow.moveStart.moveTo.moveToBookmark.moveToElementText.moveToPoint.movementX.movementY.mozAdd.mozAnimationStartTime.mozAnon.mozApps.mozAudioCaptured.mozAudioChannelType.mozAutoplayEnabled.mozCancelAnimationFrame.mozCancelFullScreen.mozCancelRequestAnimationFrame.mozCaptureStream.mozCaptureStreamUntilEnded.mozClearDataAt.mozContact.mozContacts.mozCreateFileHandle.mozCurrentTransform.mozCurrentTransformInverse.mozCursor.mozDash.mozDashOffset.mozDecodedFrames.mozExitPointerLock.mozFillRule.mozFragmentEnd.mozFrameDelay.mozFullScreen.mozFullScreenElement.mozFullScreenEnabled.mozGetAll.mozGetAllKeys.mozGetAsFile.mozGetDataAt.mozGetMetadata.mozGetUserMedia.mozHasAudio.mozHasItem.mozHidden.mozImageSmoothingEnabled.mozIndexedDB.mozInnerScreenX.mozInnerScreenY.mozInputSource.mozIsTextField.mozItem.mozItemCount.mozItems.mozLength.mozLockOrientation.mozMatchesSelector.mozMovementX.mozMovementY.mozOpaque.mozOrientation.mozPaintCount.mozPaintedFrames.mozParsedFrames.mozPay.mozPointerLockElement.mozPresentedFrames.mozPreservesPitch.mozPressure.mozPrintCallback.mozRTCIceCandidate.mozRTCPeerConnection.mozRTCSessionDescription.mozRemove.mozRequestAnimationFrame.mozRequestFullScreen.mozRequestPointerLock.mozSetDataAt.mozSetImageElement.mozSourceNode.mozSrcObject.mozSystem.mozTCPSocket.mozTextStyle.mozTypesAt.mozUnlockOrientation.mozUserCancelled.mozVisibilityState.ms.msAnimation.msAnimationDelay.msAnimationDirection.msAnimationDuration.msAnimationFillMode.msAnimationIterationCount.msAnimationName.msAnimationPlayState.msAnimationStartTime.msAnimationTimingFunction.msBackfaceVisibility.msBlockProgression.msCSSOMElementFloatMetrics.msCaching.msCachingEnabled.msCancelRequestAnimationFrame.msCapsLockWarningOff.msClearImmediate.msClose.msContentZoomChaining.msContentZoomFactor.msContentZoomLimit.msContentZoomLimitMax.msContentZoomLimitMin.msContentZoomSnap.msContentZoomSnapPoints.msContentZoomSnapType.msContentZooming.msConvertURL.msCrypto.msDoNotTrack.msElementsFromPoint.msElementsFromRect.msExitFullscreen.msExtendedCode.msFillRule.msFirstPaint.msFlex.msFlexAlign.msFlexDirection.msFlexFlow.msFlexItemAlign.msFlexLinePack.msFlexNegative.msFlexOrder.msFlexPack.msFlexPositive.msFlexPreferredSize.msFlexWrap.msFlowFrom.msFlowInto.msFontFeatureSettings.msFullscreenElement.msFullscreenEnabled.msGetInputContext.msGetRegionContent.msGetUntransformedBounds.msGraphicsTrustStatus.msGridColumn.msGridColumnAlign.msGridColumnSpan.msGridColumns.msGridRow.msGridRowAlign.msGridRowSpan.msGridRows.msHidden.msHighContrastAdjust.msHyphenateLimitChars.msHyphenateLimitLines.msHyphenateLimitZone.msHyphens.msImageSmoothingEnabled.msImeAlign.msIndexedDB.msInterpolationMode.msIsStaticHTML.msKeySystem.msKeys.msLaunchUri.msLockOrientation.msManipulationViewsEnabled.msMatchMedia.msMatchesSelector.msMaxTouchPoints.msOrientation.msOverflowStyle.msPerspective.msPerspectiveOrigin.msPlayToDisabled.msPlayToPreferredSourceUri.msPlayToPrimary.msPointerEnabled.msRegionOverflow.msReleasePointerCapture.msRequestAnimationFrame.msRequestFullscreen.msSaveBlob.msSaveOrOpenBlob.msScrollChaining.msScrollLimit.msScrollLimitXMax.msScrollLimitXMin.msScrollLimitYMax.msScrollLimitYMin.msScrollRails.msScrollSnapPointsX.msScrollSnapPointsY.msScrollSnapType.msScrollSnapX.msScrollSnapY.msScrollTranslation.msSetImmediate.msSetMediaKeys.msSetPointerCapture.msTextCombineHorizontal.msTextSizeAdjust.msToBlob.msTouchAction.msTouchSelect.msTraceAsyncCallbackCompleted.msTraceAsyncCallbackStarting.msTraceAsyncOperationCompleted.msTraceAsyncOperationStarting.msTransform.msTransformOrigin.msTransformStyle.msTransition.msTransitionDelay.msTransitionDuration.msTransitionProperty.msTransitionTimingFunction.msUnlockOrientation.msUpdateAsyncCallbackRelation.msUserSelect.msVisibilityState.msWrapFlow.msWrapMargin.msWrapThrough.msWriteProfilerMark.msZoom.msZoomTo.mt.mul.multiEntry.multiSelectionObj.multiline.multiple.multiply.multiplySelf.multisample.multisampled.mutableFile.muted.n.nacl_arch.name.nameList.nameProp.namedItem.namedRecordset.names.namespaceURI.namespaces.nanoseconds.nativeApplication.nativeMap.nativeObjectCreate.nativeSet.nativeWeakMap.naturalHeight.naturalWidth.navigate.navigation.navigationMode.navigationPreload.navigationStart.navigationType.navigator.near.nearestViewportElement.negative.negotiated.netscape.networkState.networkStatus.newScale.newState.newTranslate.newURL.newValue.newValueSpecifiedUnits.newVersion.newhome.next.nextElementSibling.nextHopProtocol.nextNode.nextPage.nextSibling.nickname.noHref.noModule.noResize.noShade.noValidate.noWrap.node.nodeName.nodeType.nodeValue.nonce.normDepthBufferFromNormView.normalize.normalizedPathSegList.normandyAddonStudy.notRestoredReasons.notationName.notations.note.noteGrainOn.noteOff.noteOn.notifications.notify.now.npnNegotiatedProtocol.numOctaves.number.numberOfChannels.numberOfFrames.numberOfInputs.numberOfItems.numberOfOutputs.numberValue.numberingSystem.numeric.oMatchesSelector.object.object-fit.object-position.objectFit.objectPosition.objectStore.objectStoreNames.objectType.observe.observedAttributes.occlusionQuerySet.of.off.offscreenBuffering.offset.offset-anchor.offset-distance.offset-path.offset-position.offset-rotate.offsetAnchor.offsetDistance.offsetHeight.offsetLeft.offsetNode.offsetParent.offsetPath.offsetPosition.offsetRotate.offsetTop.offsetWidth.offsetX.offsetY.ok.oldState.oldURL.oldValue.oldVersion.olderShadowRoot.omnibox.on.onActivated.onAdded.onAttached.onBoundsChanged.onBrowserUpdateAvailable.onClicked.onCommitFiberRoot.onCommitFiberUnmount.onConnect.onConnectExternal.onConnectNative.onCreated.onDetached.onDisabled.onEnabled.onFocusChanged.onHighlighted.onInstalled.onLine.onMessage.onMessageExternal.onMoved.onPerformanceWarning.onPostCommitFiberRoot.onRemoved.onReplaced.onRestartRequired.onStartup.onSubmittedWorkDone.onSuspend.onSuspendCanceled.onUninstalled.onUpdateAvailable.onUpdated.onUserScriptConnect.onUserScriptMessage.onUserSettingsChanged.onZoomChange.onabort.onabsolutedeviceorientation.onactivate.onactive.onaddsourcebuffer.onaddstream.onaddtrack.onafterprint.onafterscriptexecute.onafterupdate.onanimationcancel.onanimationend.onanimationiteration.onanimationstart.onappinstalled.onaudioend.onaudioprocess.onaudiostart.onautocomplete.onautocompleteerror.onauxclick.onbeforeactivate.onbeforecopy.onbeforecut.onbeforedeactivate.onbeforeeditfocus.onbeforeinput.onbeforeinstallprompt.onbeforematch.onbeforepaste.onbeforeprint.onbeforescriptexecute.onbeforetoggle.onbeforeunload.onbeforeupdate.onbeforexrselect.onbegin.onblocked.onblur.onbounce.onboundary.onbufferedamountlow.oncached.oncancel.oncandidatewindowhide.oncandidatewindowshow.oncandidatewindowupdate.oncanplay.oncanplaythrough.oncapturehandlechange.once.oncellchange.onchange.oncharacterboundsupdate.oncharacteristicvaluechanged.onchargingchange.onchargingtimechange.onchecking.onclick.onclose.onclosing.oncommand.oncompassneedscalibration.oncomplete.oncompositionend.oncompositionstart.onconnect.onconnecting.onconnectionavailable.onconnectionstatechange.oncontentvisibilityautostatechange.oncontextlost.oncontextmenu.oncontextrestored.oncontrollerchange.oncontrolselect.oncopy.oncuechange.oncurrententrychange.oncurrentscreenchange.oncut.ondataavailable.ondatachannel.ondatasetchanged.ondatasetcomplete.ondblclick.ondeactivate.ondequeue.ondevicechange.ondevicelight.ondevicemotion.ondeviceorientation.ondeviceorientationabsolute.ondeviceproximity.ondischargingtimechange.ondisconnect.ondisplay.ondispose.ondownloading.ondownloadprogress.ondrag.ondragend.ondragenter.ondragexit.ondragleave.ondragover.ondragstart.ondrop.ondurationchange.onemptied.onencrypted.onend.onended.onenter.onenterpictureinpicture.onerror.onerrorupdate.onexit.onfencedtreeclick.onfilterchange.onfinish.onfocus.onfocusin.onfocusout.onformdata.onfreeze.onfullscreenchange.onfullscreenerror.ongamepadconnected.ongamepaddisconnected.ongatheringstatechange.ongattserverdisconnected.ongeometrychange.ongesturechange.ongestureend.ongesturestart.ongotpointercapture.onhashchange.onhelp.onicecandidate.onicecandidateerror.oniceconnectionstatechange.onicegatheringstatechange.oninactive.oninput.oninputreport.oninputsourceschange.oninvalid.onkeydown.onkeypress.onkeystatuseschange.onkeyup.onlanguagechange.onlayoutcomplete.onleavepictureinpicture.onlevelchange.onload.onloadT.onloadeddata.onloadedmetadata.onloadend.onloading.onloadingdone.onloadingerror.onloadstart.onlosecapture.onlostpointercapture.only.onmanagedconfigurationchange.onmark.onmessage.onmessageerror.onmidimessage.onmousedown.onmouseenter.onmouseleave.onmousemove.onmouseout.onmouseover.onmouseup.onmousewheel.onmove.onmoveend.onmovestart.onmozfullscreenchange.onmozfullscreenerror.onmozorientationchange.onmozpointerlockchange.onmozpointerlockerror.onmscontentzoom.onmsfullscreenchange.onmsfullscreenerror.onmsgesturechange.onmsgesturedoubletap.onmsgestureend.onmsgesturehold.onmsgesturestart.onmsgesturetap.onmsgotpointercapture.onmsinertiastart.onmslostpointercapture.onmsmanipulationstatechanged.onmsneedkey.onmsorientationchange.onmspointercancel.onmspointerdown.onmspointerenter.onmspointerhover.onmspointerleave.onmspointermove.onmspointerout.onmspointerover.onmspointerup.onmssitemodejumplistitemremoved.onmsthumbnailclick.onmute.onnavigate.onnavigateerror.onnavigatesuccess.onnegotiationneeded.onnomatch.onnoupdate.onobsolete.onoffline.ononline.onopen.onorientationchange.onpagechange.onpagehide.onpagereveal.onpageshow.onpageswap.onpaste.onpause.onpayerdetailchange.onpaymentmethodchange.onplay.onplaying.onpluginstreamstart.onpointercancel.onpointerdown.onpointerenter.onpointerleave.onpointerlockchange.onpointerlockerror.onpointermove.onpointerout.onpointerover.onpointerrawupdate.onpointerup.onpopstate.onprerenderingchange.onprioritychange.onprocessorerror.onprogress.onpropertychange.onratechange.onreading.onreadystatechange.onreflectionchange.onrejectionhandled.onrelease.onremove.onremovesourcebuffer.onremovestream.onremovetrack.onrepeat.onreset.onresize.onresizeend.onresizestart.onresourcetimingbufferfull.onresult.onresume.onrowenter.onrowexit.onrowsdelete.onrowsinserted.onscreenschange.onscroll.onscrollend.onscrollsnapchange.onscrollsnapchanging.onsearch.onsecuritypolicyviolation.onseeked.onseeking.onselect.onselectedcandidatepairchange.onselectend.onselectionchange.onselectstart.onshippingaddresschange.onshippingoptionchange.onshow.onsignalingstatechange.onsinkchange.onslotchange.onsoundend.onsoundstart.onsourceclose.onsourceclosed.onsourceended.onsourceopen.onspeechend.onspeechstart.onsqueeze.onsqueezeend.onsqueezestart.onstalled.onstart.onstatechange.onstop.onstorage.onstoragecommit.onsubmit.onsuccess.onsuspend.onterminate.ontextformatupdate.ontextinput.ontextupdate.ontimeout.ontimeupdate.ontoggle.ontonechange.ontouchcancel.ontouchend.ontouchmove.ontouchstart.ontrack.ontransitioncancel.ontransitionend.ontransitionrun.ontransitionstart.onuncapturederror.onunhandledrejection.onunload.onunmute.onupdate.onupdateend.onupdatefound.onupdateready.onupdatestart.onupgradeneeded.onuserproximity.onversionchange.onvisibilitychange.onvoiceschanged.onvolumechange.onvrdisplayactivate.onvrdisplayconnect.onvrdisplaydeactivate.onvrdisplaydisconnect.onvrdisplaypresentchange.onwaiting.onwaitingforkey.onwarning.onwebkitanimationend.onwebkitanimationiteration.onwebkitanimationstart.onwebkitcurrentplaybacktargetiswirelesschanged.onwebkitfullscreenchange.onwebkitfullscreenerror.onwebkitkeyadded.onwebkitkeyerror.onwebkitkeymessage.onwebkitneedkey.onwebkitorientationchange.onwebkitplaybacktargetavailabilitychanged.onwebkitpointerlockchange.onwebkitpointerlockerror.onwebkitresourcetimingbufferfull.onwebkittransitionend.onwheel.onzoom.onzoomlevelchange.opacity.open.openCursor.openDatabase.openKeyCursor.openOptionsPage.openOrClosedShadowRoot.openPopup.opened.opener.opera.operation.operationType.operator.opr.optimum.options.or.order.orderX.orderY.ordered.org.organization.orient.orientAngle.orientType.orientation.orientationX.orientationY.orientationZ.origin.originAgentCluster.originalPolicy.originalTarget.ornaments.orphans.os.oscpu.outerHTML.outerHeight.outerText.outerWidth.outgoingHighWaterMark.outgoingMaxAge.outline.outline-color.outline-offset.outline-style.outline-width.outlineColor.outlineOffset.outlineStyle.outlineWidth.outputBuffer.outputChannelCount.outputLanguage.outputLatency.outputs.overallProgress.overflow.overflow-anchor.overflow-block.overflow-clip-margin.overflow-inline.overflow-wrap.overflow-x.overflow-y.overflowAnchor.overflowBlock.overflowClipMargin.overflowInline.overflowWrap.overflowX.overflowY.overlaysContent.overrideColors.overrideMimeType.oversample.overscroll-behavior.overscroll-behavior-block.overscroll-behavior-inline.overscroll-behavior-x.overscroll-behavior-y.overscrollBehavior.overscrollBehaviorBlock.overscrollBehaviorInline.overscrollBehaviorX.overscrollBehaviorY.ownKeys.ownerDocument.ownerElement.ownerNode.ownerRule.ownerSVGElement.owningElement.p1.p2.p3.p4.packetSize.packets.pad.padEnd.padStart.padding.padding-block.padding-block-end.padding-block-start.padding-bottom.padding-inline.padding-inline-end.padding-inline-start.padding-left.padding-right.padding-top.paddingBlock.paddingBlockEnd.paddingBlockStart.paddingBottom.paddingInline.paddingInlineEnd.paddingInlineStart.paddingLeft.paddingRight.paddingTop.page.page-break-after.page-break-before.page-break-inside.page-orientation.pageAction.pageBreakAfter.pageBreakBefore.pageBreakInside.pageCount.pageLeft.pageOrientation.pageT.pageTop.pageX.pageXOffset.pageY.pageYOffset.pages.paint-order.paintOrder.paintRequests.paintTime.paintType.paintWorklet.palette.pan.panningModel.parameterData.parameters.parent.parentElement.parentNode.parentRule.parentStyleSheet.parentTextEdit.parentWindow.parse.parseAll.parseCreationOptionsFromJSON.parseFloat.parseFromString.parseHTMLUnsafe.parseInt.parseRequestOptionsFromJSON.part.participants.passOp.passive.password.pasteHTML.path.pathLength.pathSegList.pathSegType.pathSegTypeAsLetter.pathname.pattern.patternContentUnits.patternMismatch.patternTransform.patternUnits.pause.pauseAnimations.pauseDepthSensing.pauseDuration.pauseOnExit.pauseProfilers.pauseTransformFeedback.paused.payerEmail.payerName.payerPhone.paymentManager.pc.pdfViewerEnabled.peerIdentity.pending.pendingLocalDescription.pendingRemoteDescription.percent.performance.periodicSync.permission.permissionState.permissions.persist.persisted.persistentDeviceId.personalbar.perspective.perspective-origin.perspectiveOrigin.phone.phoneticFamilyName.phoneticGivenName.photo.phrase.phrases.pictureInPictureChild.pictureInPictureElement.pictureInPictureEnabled.pictureInPictureWindow.ping.pipeThrough.pipeTo.pitch.pixelBottom.pixelDepth.pixelFormat.pixelHeight.pixelLeft.pixelRight.pixelStorei.pixelTop.pixelUnitToMillimeterX.pixelUnitToMillimeterY.pixelWidth.pkcs11.place-content.place-items.place-self.placeContent.placeItems.placeSelf.placeholder.platform.platformVersion.platforms.play.playEffect.playState.playbackRate.playbackState.playbackTime.played.playoutDelayHint.playsInline.plugins.pluginspage.pname.pointer-events.pointerBeforeReferenceNode.pointerEnabled.pointerEvents.pointerId.pointerLockElement.pointerType.points.pointsAtX.pointsAtY.pointsAtZ.polygonOffset.pop.popDebugGroup.popErrorScope.popover.popoverTargetAction.popoverTargetElement.populateMatrix.popupWindowFeatures.popupWindowName.popupWindowURI.port.port1.port2.ports.posBottom.posHeight.posLeft.posRight.posTop.posWidth.pose.position.position-anchor.position-area.positionAlign.positionAnchor.positionArea.positionTry.positionTryFallbacks.positionVisibility.positionX.positionY.positionZ.postError.postMessage.postTask.postalCode.poster.postscriptName.pow.powerEfficient.powerOff.powerPreference.preMultiplySelf.precision.preferredReflectionFormat.preferredStyleSheetSet.preferredStylesheetSet.prefix.preload.premultipliedAlpha.prepend.prerendering.presentation.presentationArea.presentationStyle.presentationTime.preserveAlpha.preserveAspectRatio.preserveAspectRatioString.preservesPitch.pressed.pressure.prevValue.preventDefault.preventExtensions.preventSilentAccess.previousElementSibling.previousNode.previousPage.previousPriority.previousRect.previousScale.previousSibling.previousTranslate.primaries.primaryKey.primaryLightDirection.primaryLightIntensity.primitive.primitiveType.primitiveUnits.principals.print.print-color-adjust.printColorAdjust.printPreview.priority.privacy.privateKey.privateToken.probablySupportsContext.probeSpace.process.processIceMessage.processLocally.processingEnd.processingStart.processorOptions.product.productId.productName.productSub.profile.profileEnd.profiles.projectionMatrix.promise.promising.prompt.properties.propertyIsEnumerable.propertyName.protectedAudience.protocol.protocolLong.prototype.provider.proxy.pseudoClass.pseudoElement.pt.publicId.publicKey.published.pulse.push.pushDebugGroup.pushErrorScope.pushManager.pushNotification.pushState.put.putImageData.px.quadraticCurveTo.qualifier.quaternion.query.queryCommandEnabled.queryCommandIndeterm.queryCommandState.queryCommandSupported.queryCommandText.queryCommandValue.queryFeatureSupport.queryLocalFonts.queryPermission.querySelector.querySelectorAll.querySet.queue.queueMicrotask.quota.quote.quotes.r.r1.r2.race.rad.radiogroup.radius.radiusX.radiusY.random.randomUUID.range.rangeCount.rangeEnd.rangeMax.rangeMin.rangeOffset.rangeOverflow.rangeParent.rangeStart.rangeUnderflow.rate.ratio.raw.rawId.rawJSON.rawValueToMeters.rcap.rch.read.readAsArrayBuffer.readAsBinaryString.readAsBlob.readAsDataURL.readAsText.readBuffer.readEntries.readOnly.readPixels.readReportRequested.readText.readValue.readable.ready.readyState.reason.reasons.reboot.receiveFeatureReport.receivedAlert.receiver.receivers.recipient.recommendedViewportScale.reconnect.recordNumber.recordsAvailable.recordset.rect.red.redEyeReduction.redirect.redirectCount.redirectEnd.redirectStart.redirected.reduce.reduceRight.reduction.refDistance.refX.refY.referenceNode.referenceSpace.referrer.referrerPolicy.refresh.region.regionAnchorX.regionAnchorY.regionId.regions.register.registerContentHandler.registerElement.registerInternalModuleStart.registerInternalModuleStop.registerProperty.registerProtocolHandler.reject.rel.relList.relatedAddress.relatedNode.relatedPort.relatedTarget.relayProtocol.release.releaseCapture.releaseEvents.releaseInterface.releaseLock.releasePointerCapture.releaseShaderCompiler.released.reliability.reliable.reliableWrite.reload.rem.remainingSpace.remote.remoteDescription.remove.removeAllRanges.removeAttribute.removeAttributeNS.removeAttributeNode.removeBehavior.removeChild.removeCue.removeEntry.removeEventListener.removeFilter.removeImport.removeItem.removeListener.removeNamedItem.removeNamedItemNS.removeNode.removeParameter.removeProperty.removeRange.removeRegion.removeRule.removeSiteSpecificTrackingException.removeSourceBuffer.removeStream.removeTrack.removeVariable.removeWakeLockListener.removeWebWideTrackingException.removed.removedNodes.renderBlockingStatus.renderHeight.renderStart.renderState.renderTime.renderWidth.renderbufferStorage.renderbufferStorageMultisample.renderedBuffer.rendererInterfaces.renderers.renderingMode.renotify.repeat.repetitionCount.replace.replaceAdjacentText.replaceAll.replaceChild.replaceChildren.replaceData.replaceId.replaceItem.replaceNode.replaceState.replaceSync.replaceTrack.replaceWholeText.replaceWith.reportError.reportEvent.reportId.reportOnly.reportValidity.request.requestAdapter.requestAdapterInfo.requestAnimationFrame.requestAutocomplete.requestClose.requestData.requestDevice.requestFrame.requestFullscreen.requestHitTestSource.requestHitTestSourceForTransientInput.requestId.requestIdleCallback.requestLightProbe.requestMIDIAccess.requestMediaKeySystemAccess.requestPermission.requestPictureInPicture.requestPointerLock.requestPort.requestPresent.requestPresenter.requestReferenceSpace.requestSession.requestStart.requestStorageAccess.requestStorageAccessFor.requestSubmit.requestTime.requestUpdateCheck.requestVideoFrameCallback.requestViewportScale.requestWindow.requested.requestingWindow.requireInteraction.required.requiredExtensions.requiredFeatures.requiredLimits.reset.resetLatency.resetPose.resetTransform.resetZoomLevel.resizable.resize.resizeBy.resizeTo.resolve.resolveQuerySet.resolveTarget.resource.respond.respondWithNewView.response.responseBody.responseEnd.responseReady.responseStart.responseStatus.responseText.responseType.responseURL.responseXML.restart.restartAfterDelay.restartIce.restore.restrictTo.result.resultIndex.resultType.results.resume.resumeDepthSensing.resumeProfilers.resumeTransformFeedback.retry.returnType.returnValue.rev.reverse.reversed.revocable.revokeObjectURL.rex.rgbColor.ric.right.rightContext.rightDegrees.rightMargin.rightProjectionMatrix.rightViewMatrix.rlh.role.rolloffFactor.root.rootBounds.rootElement.rootMargin.rotate.rotateAxisAngle.rotateAxisAngleSelf.rotateFromVector.rotateFromVectorSelf.rotateSelf.rotation.rotationAngle.rotationRate.round.roundRect.row-gap.rowGap.rowIndex.rowSpan.rows.rowsPerImage.rtcpTransport.rtt.ruby-align.ruby-position.rubyAlign.rubyOverhang.rubyPosition.rules.run.runAdAuction.runtime.runtimeStyle.rx.ry.s.safari.sameDocument.sample.sampleCount.sampleCoverage.sampleInterval.sampleRate.sampleType.sampler.samplerParameterf.samplerParameteri.sandbox.save.saveAsPDF.saveData.scale.scale3d.scale3dSelf.scaleNonUniform.scaleNonUniformSelf.scaleSelf.scheduler.scheduling.scheme.scissor.scope.scopeName.scoped.screen.screenBrightness.screenEnabled.screenLeft.screenPixelToMillimeterX.screenPixelToMillimeterY.screenState.screenTop.screenX.screenY.screens.scriptURL.scripting.scripts.scroll.scroll-behavior.scroll-margin.scroll-margin-block.scroll-margin-block-end.scroll-margin-block-start.scroll-margin-bottom.scroll-margin-inline.scroll-margin-inline-end.scroll-margin-inline-start.scroll-margin-left.scroll-margin-right.scroll-margin-top.scroll-padding.scroll-padding-block.scroll-padding-block-end.scroll-padding-block-start.scroll-padding-bottom.scroll-padding-inline.scroll-padding-inline-end.scroll-padding-inline-start.scroll-padding-left.scroll-padding-right.scroll-padding-top.scroll-snap-align.scroll-snap-stop.scroll-snap-type.scrollAmount.scrollBehavior.scrollBy.scrollByLines.scrollByPages.scrollDelay.scrollHeight.scrollIntoView.scrollIntoViewIfNeeded.scrollLeft.scrollLeftMax.scrollMargin.scrollMarginBlock.scrollMarginBlockEnd.scrollMarginBlockStart.scrollMarginBottom.scrollMarginInline.scrollMarginInlineEnd.scrollMarginInlineStart.scrollMarginLeft.scrollMarginRight.scrollMarginTop.scrollMaxX.scrollMaxY.scrollPadding.scrollPaddingBlock.scrollPaddingBlockEnd.scrollPaddingBlockStart.scrollPaddingBottom.scrollPaddingInline.scrollPaddingInlineEnd.scrollPaddingInlineStart.scrollPaddingLeft.scrollPaddingRight.scrollPaddingTop.scrollRestoration.scrollSnapAlign.scrollSnapStop.scrollSnapType.scrollTo.scrollTop.scrollTopMax.scrollWidth.scrollX.scrollY.scrollbar-color.scrollbar-gutter.scrollbar-width.scrollbar3dLightColor.scrollbarArrowColor.scrollbarBaseColor.scrollbarColor.scrollbarDarkShadowColor.scrollbarFaceColor.scrollbarGutter.scrollbarHighlightColor.scrollbarShadowColor.scrollbarTrackColor.scrollbarWidth.scrollbars.scrolling.scrollingElement.sctp.sctpCauseCode.sdp.sdpLineNumber.sdpMLineIndex.sdpMid.seal.search.searchBox.searchBoxJavaBridge_.searchParams.second.seconds.sectionRowIndex.secureConnectionStart.securePaymentConfirmationAvailability.security.seed.seek.seekToNextFrame.seekable.seeking.segments.select.selectAllChildren.selectAlternateInterface.selectAudioOutput.selectConfiguration.selectNode.selectNodeContents.selectNodes.selectSingleNode.selectSubString.selectURL.selected.selectedIndex.selectedOptions.selectedStyleSheetSet.selectedStylesheetSet.selectedTrack.selection.selectionDirection.selectionEnd.selectionStart.selector.selectorText.self.send.sendAsBinary.sendBeacon.sendFeatureReport.sendMessage.sendNativeMessage.sendOrder.sendReport.sender.sentAlert.sentTimestamp.separator.serial.serialNumber.serializable.serializeToString.serverTiming.service.serviceWorker.session.sessionId.sessionStorage.sessions.set.setActionHandler.setActive.setAlpha.setAppBadge.setAttribute.setAttributeNS.setAttributeNode.setAttributeNodeNS.setAttributionReporting.setBadgeBackgroundColor.setBadgeText.setBadgeTextColor.setBaseAndExtent.setBigInt64.setBigUint64.setBindGroup.setBingCurrentSearchDefault.setBlendConstant.setCameraActive.setCapture.setCaptureHandleConfig.setCodecPreferences.setColor.setCompositeOperation.setConfiguration.setConsumer.setCurrentTime.setCustomValidity.setData.setDate.setDragImage.setEnabled.setEnd.setEndAfter.setEndBefore.setEndPoint.setExpires.setFillColor.setFilterRes.setFloat16.setFloat32.setFloat64.setFloatValue.setFocusBehavior.setFormValue.setFromBase64.setFromHex.setFullYear.setHTMLUnsafe.setHeaderExtensionsToNegotiate.setHeaderValue.setHours.setIcon.setIdentityProvider.setImmediate.setIndexBuffer.setInt16.setInt32.setInt8.setInterval.setItem.setKeyframes.setLineCap.setLineDash.setLineJoin.setLineWidth.setLiveSeekableRange.setLocalDescription.setMatrix.setMatrixValue.setMediaKeys.setMicrophoneActive.setMilliseconds.setMinutes.setMiterLimit.setMonth.setNamedItem.setNamedItemNS.setNonUserCodeExceptions.setOrientToAngle.setOrientToAuto.setOrientation.setOverrideHistoryNavigationMode.setPaint.setParameter.setParameters.setPathData.setPeriodicWave.setPipeline.setPointerCapture.setPopup.setPosition.setPositionState.setPreference.setPriority.setPrivateToken.setProperty.setPrototypeOf.setRGBColor.setRGBColorICCColor.setRadius.setRangeText.setRemoteDescription.setReportEventDataForAutomaticBeacons.setRequestHeader.setResizable.setResourceTimingBufferSize.setRotate.setScale.setScissorRect.setSeconds.setSelectionRange.setServerCertificate.setShadow.setSharedStorageContext.setSignals.setSinkId.setSkewX.setSkewY.setStart.setStartAfter.setStartBefore.setStatus.setStdDeviation.setStencilReference.setStreams.setStrictMode.setStringValue.setStrokeColor.setSuggestResult.setTargetAtTime.setTargetValueAtTime.setTime.setTimeout.setTitle.setTransform.setTranslate.setUTCDate.setUTCFullYear.setUTCHours.setUTCMilliseconds.setUTCMinutes.setUTCMonth.setUTCSeconds.setUint16.setUint32.setUint8.setUninstallURL.setUpdateUrlData.setUri.setValidity.setValueAtTime.setValueCurveAtTime.setVariable.setVelocity.setVersion.setVertexBuffer.setViewport.setYear.setZoom.setZoomSettings.settingName.settingValue.sex.shaderLocation.shaderSource.shadowBlur.shadowColor.shadowOffsetX.shadowOffsetY.shadowRoot.shadowRootClonable.shadowRootDelegatesFocus.shadowRootMode.shadowRootSerializable.shape.shape-image-threshold.shape-margin.shape-outside.shape-rendering.shapeImageThreshold.shapeMargin.shapeOutside.shapeRendering.share.sharedContext.sharedStorage.sharedStorageWritable.sheet.shift.shiftKey.shiftLeft.shippingAddress.shippingOption.shippingType.show.showDirectoryPicker.showHelp.showModal.showModalDialog.showModelessDialog.showNotification.showOpenFilePicker.showPicker.showPopover.showSaveFilePicker.sidebar.sidebarAction.sign.signal.signalAllAcceptedCredentials.signalCurrentUserDetails.signalUnknownCredential.signalingState.signature.silent.sin.singleNodeValue.sinh.sinkId.sittingToStandingTransform.size.sizeAdjust.sizeToContent.sizeX.sizeZ.sizes.skewX.skewXSelf.skewY.skewYSelf.skipTransition.skipped.slice.slope.slot.slotAssignment.small.smil.smooth.smoothingTimeConstant.snapTargetBlock.snapTargetInline.snapToLines.snapshotItem.snapshotLength.some.sort.sortingCode.source.sourceBuffer.sourceBuffers.sourceCapabilities.sourceCharPosition.sourceElement.sourceFile.sourceFunctionName.sourceIndex.sourceLanguage.sourceMap.sourceURL.sources.spacing.span.speak.speakAs.speaking.species.specified.specularConstant.specularExponent.speechSynthesis.speed.speedOfSound.spellcheck.sphericalHarmonicsCoefficients.splice.split.splitText.spreadMethod.sqrt.src.srcElement.srcFactor.srcFilter.srcObject.srcUrn.srcdoc.srclang.srcset.stack.stackTraceLimit.stacktrace.stageParameters.standalone.standby.start.startContainer.startE.startIce.startLoadTime.startMessages.startNotifications.startOffset.startProfiling.startRendering.startShark.startTime.startViewTransition.startsWith.state.states.stats.status.statusCode.statusMessage.statusText.statusbar.stdDeviationX.stdDeviationY.stencilBack.stencilClearValue.stencilFront.stencilFunc.stencilFuncSeparate.stencilLoadOp.stencilMask.stencilMaskSeparate.stencilOp.stencilOpSeparate.stencilReadMask.stencilReadOnly.stencilStoreOp.stencilWriteMask.step.stepDown.stepMismatch.stepMode.stepUp.sticky.stitchTiles.stop.stop-color.stop-opacity.stopColor.stopImmediatePropagation.stopNotifications.stopOpacity.stopProfiling.stopPropagation.stopShark.stopped.storage.storageArea.storageBuckets.storageName.storageStatus.storageTexture.store.storeOp.storeSiteSpecificTrackingException.storeWebWideTrackingException.stpVersion.stream.streamErrorCode.streams.stretch.strike.string.stringValue.stringify.stripIndexFormat.stroke.stroke-dasharray.stroke-dashoffset.stroke-linecap.stroke-linejoin.stroke-miterlimit.stroke-opacity.stroke-width.strokeDasharray.strokeDashoffset.strokeLinecap.strokeLinejoin.strokeMiterlimit.strokeOpacity.strokeRect.strokeStyle.strokeText.strokeWidth.structuredClone.style.styleAndLayoutStart.styleFloat.styleMap.styleMedia.styleSheet.styleSheetSets.styleSheets.styleset.stylistic.sub.subarray.subgroupMaxSize.subgroupMinSize.subject.submit.submitFrame.submitter.subscribe.substr.substring.substringData.subtle.subtree.suffix.suffixes.sumPrecise.summarize.summarizeStreaming.summary.sup.supported.supportedContentEncodings.supportedEntryTypes.supportedValuesOf.supports.supportsFiber.supportsSession.supportsText.suppressed.surfaceScale.surroundContents.suspend.suspendRedraw.svb.svh.svi.svmax.svmin.svw.swapCache.swapNode.swash.sweepFlag.switchMap.symbols.symmetricDifference.sync.syntax.sysexEnabled.system.systemCode.systemId.systemLanguage.systemXDPI.systemYDPI.tBodies.tFoot.tHead.tab.tab-size.tabId.tabIds.tabIndex.tabSize.table.table-layout.tableLayout.tableValues.tabs.tag.tagName.tagUrn.tags.taintEnabled.take.takePhoto.takeRecords.takeUntil.tan.tangentialPressure.tanh.target.targetAddressSpace.targetElement.targetLanguage.targetRayMode.targetRaySpace.targetTouches.targetURL.targetX.targetY.targets.tcpType.tee.tel.telemetry.terminate.test.texImage2D.texImage3D.texParameterf.texParameteri.texStorage2D.texStorage3D.texSubImage2D.texSubImage3D.text.text-align.text-align-last.text-anchor.text-combine-upright.text-decoration.text-decoration-color.text-decoration-line.text-decoration-skip-ink.text-decoration-style.text-decoration-thickness.text-emphasis.text-emphasis-color.text-emphasis-position.text-emphasis-style.text-indent.text-justify.text-orientation.text-overflow.text-rendering.text-shadow.text-transform.text-underline-offset.text-underline-position.text-wrap.text-wrap-mode.text-wrap-style.textAlign.textAlignLast.textAnchor.textAutospace.textBaseline.textCombineUpright.textContent.textDecoration.textDecorationBlink.textDecorationColor.textDecorationInset.textDecorationLine.textDecorationLineThrough.textDecorationNone.textDecorationOverline.textDecorationSkipInk.textDecorationStyle.textDecorationThickness.textDecorationUnderline.textEmphasis.textEmphasisColor.textEmphasisPosition.textEmphasisStyle.textIndent.textJustify.textJustifyTrim.textKashida.textKashidaSpace.textLength.textOrientation.textOverflow.textRendering.textShadow.textTracks.textTransform.textUnderlineOffset.textUnderlinePosition.textWrap.textWrapMode.textWrapStyle.texture.theme.then.threadId.threshold.thresholds.throwIfAborted.tiltX.tiltY.time.timeEnd.timeLog.timeOrigin.timeRemaining.timeStamp.timeStyle.timeZone.timeZoneName.timecode.timeline.timelineTime.timeout.timestamp.timestampOffset.timestampWrites.timing.title.titlebarAreaRect.tlsChannelId.to.toArray.toBase64.toBlob.toDataURL.toDateString.toElement.toExponential.toFixed.toFloat32Array.toFloat64Array.toGMTString.toHex.toISOString.toJSON.toLocaleDateString.toLocaleFormat.toLocaleLowerCase.toLocaleString.toLocaleTimeString.toLocaleUpperCase.toLowerCase.toMatrix.toMethod.toPrecision.toPrimitive.toReversed.toSdp.toSorted.toSource.toSpliced.toStaticHTML.toString.toStringTag.toSum.toTemporalInstant.toTimeString.toUTCString.toUpperCase.toWellFormed.toggle.toggleAttribute.toggleLongPressEnabled.togglePopover.toggleReaderMode.token.tone.toneBuffer.tooLong.tooShort.toolbar.top.topMargin.topSites.topology.total.totalFrameDelay.totalFrames.totalFramesDuration.totalVideoFrames.touch-action.touchAction.touched.touches.trace.track.trackVisibility.trackedAnchors.tracks.tran.transaction.transactions.transceiver.transfer.transferControlToOffscreen.transferFromImageBitmap.transferImageBitmap.transferIn.transferOut.transferSize.transferToFixedLength.transferToImageBitmap.transform.transform-box.transform-origin.transform-style.transformBox.transformFeedbackVaryings.transformOrigin.transformPoint.transformString.transformStyle.transformToDocument.transformToFragment.transition.transition-behavior.transition-delay.transition-duration.transition-property.transition-timing-function.transitionBehavior.transitionDelay.transitionDuration.transitionProperty.transitionTimingFunction.translate.translateSelf.translateStreaming.translationX.translationY.transport.traverseTo.trim.trimEnd.trimLeft.trimRight.trimStart.trueSpeed.trunc.truncate.trustedTypes.try.turn.twist.type.typeDetail.typeMismatch.typeMustMatch.types.u2f.ubound.uint16.uint32.uint8.uint8Clamped.unadjustedMovement.unclippedDepth.unconfigure.undefined.underlineStyle.underlineThickness.unescape.uneval.ungroup.unicode.unicode-bidi.unicodeBidi.unicodeRange.unicodeSets.uniform1f.uniform1fv.uniform1i.uniform1iv.uniform1ui.uniform1uiv.uniform2f.uniform2fv.uniform2i.uniform2iv.uniform2ui.uniform2uiv.uniform3f.uniform3fv.uniform3i.uniform3iv.uniform3ui.uniform3uiv.uniform4f.uniform4fv.uniform4i.uniform4iv.uniform4ui.uniform4uiv.uniformBlockBinding.uniformMatrix2fv.uniformMatrix2x3fv.uniformMatrix2x4fv.uniformMatrix3fv.uniformMatrix3x2fv.uniformMatrix3x4fv.uniformMatrix4fv.uniformMatrix4x2fv.uniformMatrix4x3fv.uninstallSelf.union.unique.uniqueID.uniqueNumber.unit.unitType.units.unloadEventEnd.unloadEventStart.unlock.unmap.unmount.unobserve.unpackColorSpace.unpause.unpauseAnimations.unreadCount.unregister.unregisterContentHandler.unregisterProtocolHandler.unscopables.unselectable.unshift.unsubscribe.unsuspendRedraw.unsuspendRedrawAll.unwatch.unwrapKey.upDegrees.upX.upY.upZ.update.updateAdInterestGroups.updateCallbackDone.updateCharacterBounds.updateCommands.updateControlBounds.updateCurrentEntry.updateIce.updateInkTrailStartPoint.updateInterval.updatePlaybackRate.updateRangeEnd.updateRangeStart.updateRenderState.updateSelection.updateSelectionBounds.updateSettings.updateText.updateTiming.updateViaCache.updateWith.updated.updating.upgrade.upload.uploadTotal.uploaded.upper.upperBound.upperOpen.uri.url.urn.urns.usage.usages.usb.usbVersionMajor.usbVersionMinor.usbVersionSubminor.use.useCurrentView.useMap.useProgram.usedSpace.user-select.userActivation.userAgent.userAgentAllowsProtocol.userAgentData.userChoice.userHandle.userHint.userInitiated.userLanguage.userSelect.userState.userVisibleOnly.username.usernameFragment.utterance.uuid.v8BreakIterator.vAlign.vLink.valid.validate.validateProgram.validationMessage.validity.value.valueAsDate.valueAsNumber.valueAsString.valueInSpecifiedUnits.valueMissing.valueOf.valueText.valueType.values.variable.variant.variationSettings.vb.vector-effect.vectorEffect.velocityAngular.velocityExpansion.velocityX.velocityY.vendor.vendorId.vendorSub.verify.version.vertex.vertexAttrib1f.vertexAttrib1fv.vertexAttrib2f.vertexAttrib2fv.vertexAttrib3f.vertexAttrib3fv.vertexAttrib4f.vertexAttrib4fv.vertexAttribDivisor.vertexAttribDivisorANGLE.vertexAttribI4i.vertexAttribI4iv.vertexAttribI4ui.vertexAttribI4uiv.vertexAttribIPointer.vertexAttribPointer.vertical.vertical-align.verticalAlign.verticalOverflow.vh.vi.vibrate.vibrationActuator.videoBitsPerSecond.videoHeight.videoTracks.videoWidth.view.viewBox.viewBoxString.viewDimension.viewFormats.viewTarget.viewTargetString.viewTransition.viewTransitionClass.viewTransitionName.viewport.viewportAnchorX.viewportAnchorY.viewportElement.views.violatedDirective.virtualKeyboard.virtualKeyboardPolicy.visibility.visibilityState.visible.visibleRect.visualViewport.vlinkColor.vmax.vmin.voice.voiceURI.volume.vrml.vspace.vw.w.wait.waitAsync.waitSync.waiting.wake.wakeLock.wand.warmup.warn.wasAlternateProtocolAvailable.wasClean.wasDiscarded.wasFetchedViaSpdy.wasNpnNegotiated.watch.watchAvailability.watchPosition.webNavigation.webRequest.webdriver.webkitAddKey.webkitAlignContent.webkitAlignItems.webkitAlignSelf.webkitAnimation.webkitAnimationDelay.webkitAnimationDirection.webkitAnimationDuration.webkitAnimationFillMode.webkitAnimationIterationCount.webkitAnimationName.webkitAnimationPlayState.webkitAnimationTimingFunction.webkitAppearance.webkitAudioContext.webkitAudioDecodedByteCount.webkitAudioPannerNode.webkitBackfaceVisibility.webkitBackground.webkitBackgroundAttachment.webkitBackgroundClip.webkitBackgroundColor.webkitBackgroundImage.webkitBackgroundOrigin.webkitBackgroundPosition.webkitBackgroundPositionX.webkitBackgroundPositionY.webkitBackgroundRepeat.webkitBackgroundSize.webkitBackingStorePixelRatio.webkitBorderBottomLeftRadius.webkitBorderBottomRightRadius.webkitBorderImage.webkitBorderImageOutset.webkitBorderImageRepeat.webkitBorderImageSlice.webkitBorderImageSource.webkitBorderImageWidth.webkitBorderRadius.webkitBorderTopLeftRadius.webkitBorderTopRightRadius.webkitBoxAlign.webkitBoxDirection.webkitBoxFlex.webkitBoxOrdinalGroup.webkitBoxOrient.webkitBoxPack.webkitBoxShadow.webkitBoxSizing.webkitCancelAnimationFrame.webkitCancelFullScreen.webkitCancelKeyRequest.webkitCancelRequestAnimationFrame.webkitClearResourceTimings.webkitClipPath.webkitClosedCaptionsVisible.webkitConvertPointFromNodeToPage.webkitConvertPointFromPageToNode.webkitCreateShadowRoot.webkitCurrentFullScreenElement.webkitCurrentPlaybackTargetIsWireless.webkitDecodedFrameCount.webkitDirectionInvertedFromDevice.webkitDisplayingFullscreen.webkitDroppedFrameCount.webkitEnterFullScreen.webkitEnterFullscreen.webkitEntries.webkitExitFullScreen.webkitExitFullscreen.webkitExitPointerLock.webkitFilter.webkitFlex.webkitFlexBasis.webkitFlexDirection.webkitFlexFlow.webkitFlexGrow.webkitFlexShrink.webkitFlexWrap.webkitFontFeatureSettings.webkitFullScreenKeyboardInputAllowed.webkitFullscreenElement.webkitFullscreenEnabled.webkitGenerateKeyRequest.webkitGetAsEntry.webkitGetDatabaseNames.webkitGetEntries.webkitGetEntriesByName.webkitGetEntriesByType.webkitGetFlowByName.webkitGetGamepads.webkitGetImageDataHD.webkitGetNamedFlows.webkitGetRegionFlowRanges.webkitGetUserMedia.webkitHasClosedCaptions.webkitHidden.webkitIDBCursor.webkitIDBDatabase.webkitIDBDatabaseError.webkitIDBDatabaseException.webkitIDBFactory.webkitIDBIndex.webkitIDBKeyRange.webkitIDBObjectStore.webkitIDBRequest.webkitIDBTransaction.webkitImageSmoothingEnabled.webkitIndexedDB.webkitInitMessageEvent.webkitIsFullScreen.webkitJustifyContent.webkitKeys.webkitLineClamp.webkitLineDashOffset.webkitLockOrientation.webkitMask.webkitMaskClip.webkitMaskComposite.webkitMaskImage.webkitMaskOrigin.webkitMaskPosition.webkitMaskPositionX.webkitMaskPositionY.webkitMaskRepeat.webkitMaskSize.webkitMatchesSelector.webkitMediaStream.webkitNotifications.webkitOfflineAudioContext.webkitOrder.webkitOrientation.webkitPeerConnection00.webkitPersistentStorage.webkitPerspective.webkitPerspectiveOrigin.webkitPointerLockElement.webkitPostMessage.webkitPreservesPitch.webkitPutImageDataHD.webkitRTCPeerConnection.webkitRegionOverset.webkitRelativePath.webkitRequestAnimationFrame.webkitRequestFileSystem.webkitRequestFullScreen.webkitRequestFullscreen.webkitRequestPointerLock.webkitResolveLocalFileSystemURL.webkitSetMediaKeys.webkitSetResourceTimingBufferSize.webkitShadowRoot.webkitShowPlaybackTargetPicker.webkitSlice.webkitSpeechGrammar.webkitSpeechGrammarList.webkitSpeechRecognition.webkitSpeechRecognitionError.webkitSpeechRecognitionEvent.webkitStorageInfo.webkitSupportsFullscreen.webkitTemporaryStorage.webkitTextFillColor.webkitTextSecurity.webkitTextSizeAdjust.webkitTextStroke.webkitTextStrokeColor.webkitTextStrokeWidth.webkitTransform.webkitTransformOrigin.webkitTransformStyle.webkitTransition.webkitTransitionDelay.webkitTransitionDuration.webkitTransitionProperty.webkitTransitionTimingFunction.webkitURL.webkitUnlockOrientation.webkitUserSelect.webkitVideoDecodedByteCount.webkitVisibilityState.webkitWirelessVideoPlaybackDisabled.webkitdirectory.webkitdropzone.webstore.weekday.weeks.weight.wgslLanguageFeatures.whatToShow.wheelDelta.wheelDeltaX.wheelDeltaY.when.whenDefined.which.white-space.white-space-collapse.whiteSpace.whiteSpaceCollapse.wholeText.widows.width.will-change.willChange.willValidate.window.windowAttribution.windowControlsOverlay.windowId.windowIds.windows.with.withCredentials.withResolvers.word-break.word-spacing.word-wrap.wordBreak.wordSpacing.wordWrap.workerCacheLookupStart.workerFinalSourceType.workerMatchedSourceType.workerRouterEvaluationStart.workerStart.worklet.wow64.wrap.wrapKey.writable.writableAuxiliaries.write.writeBuffer.writeMask.writeText.writeTexture.writeTimestamp.writeValue.writeValueWithResponse.writeValueWithoutResponse.writeWithoutResponse.writeln.writing-mode.writingMode.writingSuggestions.x.x1.x2.xChannelSelector.xmlEncoding.xmlStandalone.xmlVersion.xmlbase.xmllang.xmlspace.xor.xr.y.y1.y2.yChannelSelector.yandex.year.years.yield.z.z-index.zIndex.zoom.zoomAndPan.zoomLevel.zoomRectScreen".split(`.`);function bl(e){yl.forEach(i);var t=[`Symbol`,`Map`,`Promise`,`Proxy`,`Reflect`,`Set`,`WeakMap`,`WeakSet`],n={},r=typeof global==`object`?global:self;t.forEach(function(e){n[e]=r[e]||function(){}}),[`null`,`true`,`false`,`NaN`,`Infinity`,`-Infinity`,`undefined`].forEach(i),[Object,Array,Function,Number,String,Boolean,Error,Math,Date,RegExp,n.Symbol,ArrayBuffer,DataView,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,eval,EvalError,Float32Array,Float64Array,Int8Array,Int16Array,Int32Array,isFinite,isNaN,JSON,n.Map,parseFloat,parseInt,n.Promise,n.Proxy,RangeError,ReferenceError,n.Reflect,n.Set,SyntaxError,TypeError,Uint8Array,Uint8ClampedArray,Uint16Array,Uint32Array,URIError,n.WeakMap,n.WeakSet].forEach(function(e){Object.getOwnPropertyNames(e).map(i),e.prototype&&Object.getOwnPropertyNames(e.prototype).map(i)});function i(t){e.add(t)}}function xl(e,t){function n(e){Yn(t,e)}e.walk(new No(function(e){e instanceof ja&&e.quote?n(e.key):e instanceof Aa&&e.quote?n(e.key.name):e instanceof Sa&&Sl(e.property,n)}))}function Sl(e,t){e.walk(new No(function(e){return e instanceof G?Sl(e.tail_node(),t):e instanceof vo?t(e.value):e instanceof Y&&(Sl(e.consequent,t),Sl(e.alternative,t)),!0}))}function Cl(e,t){var n=-1,r=new Map,i=t.nth_identifier||is;return e=e.transform(new Po(function(e){e instanceof Ba||e instanceof La||e instanceof Na||e instanceof Ma||e instanceof Va?e.key.name=a(e.key.name):e instanceof xa&&(e.property=a(e.property))})),e;function a(e){let t=r.get(e);return t||(t=i.get(++n),r.set(e,t)),t}}function wl(e){var t=new Set;return Ao(e,e=>{e instanceof Ba||e instanceof La||e instanceof Na||e instanceof Ma||e instanceof xa||(e instanceof ja?typeof e.key==`string`&&dr(e,16)&&t.add(e.key):e instanceof Aa?dr(e,16)&&t.add(e.key.name):e instanceof ba?dr(e,16)&&t.add(e.property):e instanceof Sa&&e.property instanceof vo&&dr(e,16)&&t.add(e.property.value))}),t}function Tl(e,t,n=wl(e)){t=Vn(t,{builtins:!1,cache:null,debug:!1,keep_quoted:!1,nth_identifier:is,only_cache:!1,regex:null,reserved:null,undeclared:!1,only_annotated:!1},!0);var r=t.nth_identifier,i=t.reserved;Array.isArray(i)||(i=[i]);var a=new Set(i);t.builtins||bl(a);var o=-1,s=t.cache?t.cache.props:new Map,c=t.only_annotated,l=t.regex&&new RegExp(t.regex),u=t.debug!==!1,d;u&&(d=t.debug===!0?``:t.debug);var f=new Set,p=new Set;s.forEach(e=>p.add(e));var m=!!t.keep_quoted;return e.walk(new No(function(e){if(!(e instanceof Ba||e instanceof La||e instanceof Na||e instanceof Ma||e instanceof xa))if(e instanceof ja)typeof e.key==`string`&&(!m||!e.quote)&&_(e.key);else if(e instanceof Aa)(!m||!e.quote)&&_(e.key.name);else if(e instanceof ba){var n=!!t.undeclared;if(!n){for(var r=e;r.expression;)r=r.expression;n=!(r.thedef&&r.thedef.undeclared)}n&&(!m||!e.quote)&&_(e.property)}else e instanceof Sa?m||Sl(e.property,_):e instanceof W&&e.expression.print_to_string()==`Object.defineProperty`?Sl(e.args[1],_):e instanceof J&&e.operator===`in`?Sl(e.left,_):e instanceof vo&&dr(e,8)&&_(e.value)})),e.transform(new Po(function(e){e instanceof Ba||e instanceof La||e instanceof Na||e instanceof Ma||e instanceof xa||(e instanceof ja?typeof e.key==`string`&&(!m||!e.quote)&&(e.key=v(e.key)):e instanceof Aa?(!m||!e.quote)&&(e.computed_key()||(e.key.name=v(e.key.name))):e instanceof ba?(!m||!e.quote)&&(e.property=v(e.property)):!m&&e instanceof Sa?e.property=y(e.property):e instanceof W&&e.expression.print_to_string()==`Object.defineProperty`?e.args[1]=y(e.args[1]):e instanceof J&&e.operator===`in`?e.left=y(e.left):e instanceof vo&&dr(e,8)&&(pr(e,8),e.value=v(e.value)))}));function h(e){return p.has(e)||a.has(e)?!1:t.only_cache?s.has(e):!/^-?[0-9]+(\.[0-9]+)?(e[+-][0-9]+)?$/.test(e)}function g(e){return c&&!n.has(e)?!1:l&&!l.test(e)?n.has(e):a.has(e)?!1:s.has(e)||f.has(e)}function _(e){h(e)&&f.add(e),g(e)||p.add(e)}function v(e){if(!g(e))return e;var t=s.get(e);if(!t){if(u){var n=`_$`+e+`$`+d+`_`;h(n)&&(t=n)}if(!t)do t=r.get(++o);while(!h(t));s.set(e,t)}return t}function y(e){return e.transform(new Po(function(e){if(e instanceof G){var t=e.expressions.length-1;e.expressions[t]=y(e.expressions[t])}else e instanceof vo?(pr(e,8),e.value=v(e.value)):e instanceof Y&&(e.consequent=y(e.consequent),e.alternative=y(e.alternative));return e}))}}var El=typeof Buffer<`u`?e=>Buffer.from(e,`base64`).toString():e=>decodeURIComponent(escape(atob(e))),Dl=typeof Buffer<`u`?e=>Buffer.from(e).toString(`base64`):e=>btoa(unescape(encodeURIComponent(e)));function Ol(e){var t=/(?:^|[^.])\/\/# sourceMappingURL=data:application\/json(;[\w=-]*)?;base64,([+/0-9A-Za-z]*=*)\s*$/.exec(e);return t?El(t[2]):(console.warn(`inline source map not found`),null)}function kl(e,t,n){t[e]&&n.forEach(function(n){t[n]&&(typeof t[n]!=`object`&&(t[n]={}),e in t[n]||(t[n][e]=t[e]))})}function Al(e){e&&(`props`in e?e.props instanceof Map||(e.props=tr(e.props)):e.props=new Map)}function jl(e){return{props:nr(e.props)}}function Ml(e,t,n,r){if(!(n&&n.writeFileSync&&n.mkdirSync))return;try{n.mkdirSync(r)}catch(e){if(e.code!==`EEXIST`)throw e}let i=`${r}/terser-debug-${Math.random()*9999999|0}.log`;t||={};let a=JSON.stringify(t,(e,t)=>typeof t==`function`?`[Function `+t.toString()+`]`:t instanceof RegExp?`[RegExp `+t.toString()+`]`:t,4),o=e=>typeof e==`object`&&t.parse&&t.parse.spidermonkey?JSON.stringify(e,null,2):typeof e==`object`?Object.keys(e).map(t=>t+`: `+o(e[t])).join(`
35
+
36
+ `):typeof e==`string`?"```\n"+e+"\n```":e;n.writeFileSync(i,`Options:
37
+ `+a+`
38
+
39
+ Input files:
40
+
41
+ `+o(e)+`
42
+ `)}function*Nl(e,t,n){n&&typeof process==`object`&&process.env&&typeof process.env.TERSER_DEBUG_DIR==`string`&&Ml(e,t,n,process.env.TERSER_DEBUG_DIR),t=Vn(t,{compress:{},ecma:void 0,enclose:!1,ie8:!1,keep_classnames:void 0,keep_fnames:!1,mangle:{},module:!1,nameCache:null,output:null,format:null,parse:{},rename:void 0,safari10:!1,sourceMap:!1,spidermonkey:!1,timings:!1,toplevel:!1,warnings:!1,wrap:!1},!0);var r=t.timings&&{start:Date.now()};if(t.keep_classnames===void 0&&(t.keep_classnames=t.keep_fnames),t.rename===void 0&&(t.rename=t.compress&&t.mangle),t.output&&t.format)throw Error(`Please only specify either output or format option, preferrably format.`);t.format=t.format||t.output||{},kl(`ecma`,t,[`parse`,`compress`,`format`]),kl(`ie8`,t,[`compress`,`mangle`,`format`]),kl(`keep_classnames`,t,[`compress`,`mangle`]),kl(`keep_fnames`,t,[`compress`,`mangle`]),kl(`module`,t,[`parse`,`compress`,`mangle`]),kl(`safari10`,t,[`mangle`,`format`]),kl(`toplevel`,t,[`compress`,`mangle`]),kl(`warnings`,t,[`compress`]);var i;t.mangle&&(t.mangle=Vn(t.mangle,{cache:t.nameCache&&(t.nameCache.vars||{}),eval:!1,ie8:!1,keep_classnames:!1,keep_fnames:!1,module:!1,nth_identifier:is,properties:!1,reserved:[],safari10:!1,toplevel:!1},!0),t.mangle.properties&&(typeof t.mangle.properties!=`object`&&(t.mangle.properties={}),t.mangle.properties.keep_quoted&&(i=t.mangle.properties.reserved,Array.isArray(i)||(i=[]),t.mangle.properties.reserved=i),t.nameCache&&!(`cache`in t.mangle.properties)&&(t.mangle.properties.cache=t.nameCache.props||{})),Al(t.mangle.cache),Al(t.mangle.properties.cache)),t.sourceMap&&=Vn(t.sourceMap,{asObject:!1,content:null,filename:null,includeSources:!1,root:null,url:null},!0),r&&(r.parse=Date.now());var a;if(e instanceof ji)a=e;else{if((typeof e==`string`||t.parse.spidermonkey&&!Array.isArray(e))&&(e=[e]),t.parse=t.parse||{},t.parse.toplevel=null,t.parse.spidermonkey)t.parse.toplevel=z.from_mozilla_ast(Object.keys(e).reduce(function(t,n){return t?(t.body=t.body.concat(e[n].body),t):e[n]},null));else for(var o in delete t.parse.spidermonkey,e)if(rr(e,o)&&(t.parse.filename=o,t.parse.toplevel=oi(e[o],t.parse),t.sourceMap&&t.sourceMap.content==`inline`)){if(Object.keys(e).length>1)throw Error(`inline source map only works with singular input`);t.sourceMap.content=Ol(e[o])}if(t.parse.toplevel===null)throw Error(`no source file given`);a=t.parse.toplevel}i&&t.mangle.properties.keep_quoted!==`strict`&&xl(a,i);var s;t.mangle&&t.mangle.properties&&(s=wl(a)),t.wrap&&(a=a.wrap_commonjs(t.wrap)),t.enclose&&(a=a.wrap_enclose(t.enclose)),r&&(r.rename=Date.now()),r&&(r.compress=Date.now()),t.compress&&(a=new $c(t.compress,{mangle_options:t.mangle}).compress(a)),r&&(r.scope=Date.now()),t.mangle&&a.figure_out_scope(t.mangle),r&&(r.mangle=Date.now()),t.mangle&&(a.compute_char_frequency(t.mangle),a.mangle_names(t.mangle),a=Cl(a,t.mangle)),r&&(r.properties=Date.now()),t.mangle&&t.mangle.properties&&(a=Tl(a,t.mangle.properties,s)),r&&(r.format=Date.now());var c={};t.format.ast&&(c.ast=a),t.format.spidermonkey&&(c.ast=a.to_mozilla_ast());let l;if(!rr(t.format,`code`)||t.format.code){if(l={...t.format},l.ast||(l._destroy_ast=!0,Ao(a,e=>{e instanceof H&&(e.variables=void 0,e.enclosed=void 0,e.parent_scope=void 0),e.block_scope&&(e.block_scope.variables=void 0,e.block_scope.enclosed=void 0,e.block_scope.parent_scope=void 0)})),t.sourceMap){if(t.sourceMap.includeSources&&e instanceof ji)throw Error(`original source content unavailable`);l.source_map=yield*vl({file:t.sourceMap.filename,orig:t.sourceMap.content,root:t.sourceMap.root,files:t.sourceMap.includeSources?e:null})}delete l.ast,delete l.code,delete l.spidermonkey;var u=Wo(l);if(a.print(u),c.code=u.get(),t.sourceMap)if(Object.defineProperty(c,"map",{configurable:!0,enumerable:!0,get(){let e=l.source_map.getEncoded();return c.map=t.sourceMap.asObject?e:JSON.stringify(e)},set(e){Object.defineProperty(c,"map",{value:e,writable:!0})}}),c.decoded_map=l.source_map.getDecoded(),t.sourceMap.url==`inline`){var d=typeof c.map==`object`?JSON.stringify(c.map):c.map;c.code+=`
43
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,`+Dl(d)}else t.sourceMap.url&&(c.code+=`
44
+ //# sourceMappingURL=`+t.sourceMap.url)}return t.nameCache&&t.mangle&&(t.mangle.cache&&(t.nameCache.vars=jl(t.mangle.cache)),t.mangle.properties&&t.mangle.properties.cache&&(t.nameCache.props=jl(t.mangle.properties.cache))),l&&l.source_map&&l.source_map.destroy(),r&&(r.end=Date.now(),c.timings={parse:.001*(r.rename-r.parse),rename:.001*(r.compress-r.rename),compress:.001*(r.scope-r.compress),scope:.001*(r.mangle-r.scope),mangle:.001*(r.properties-r.mangle),properties:.001*(r.format-r.properties),format:.001*(r.end-r.format),total:.001*(r.end-r.start)}),c}async function Pl(e,t,n){let r=Nl(e,t,n),i,a;do a=r.next(await i),i=a.value;while(!a.done);return a.value}async function Fl(e,t,n){let r=[];e.replace(t,(e,...t)=>{let i=n(e,...t);r.push(i)});let i=await Promise.all(r);return e.replace(t,()=>i.shift())}var Il=class extends Set{has(e){return super.has(e.toLowerCase())}},Ll=/([^\s"'<>/=]+)/,Rl=[/=/],zl=[`"([^"]*)"+`,`'([^']*)'+`,`([^ \\t\\n\\f\\r"'\`=<>]+)`],Bl=(function(){return`((?:[A-Za-z\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u0131\\u0134-\\u013E\\u0141-\\u0148\\u014A-\\u017E\\u0180-\\u01C3\\u01CD-\\u01F0\\u01F4\\u01F5\\u01FA-\\u0217\\u0250-\\u02A8\\u02BB-\\u02C1\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03CE\\u03D0-\\u03D6\\u03DA\\u03DC\\u03DE\\u03E0\\u03E2-\\u03F3\\u0401-\\u040C\\u040E-\\u044F\\u0451-\\u045C\\u045E-\\u0481\\u0490-\\u04C4\\u04C7\\u04C8\\u04CB\\u04CC\\u04D0-\\u04EB\\u04EE-\\u04F5\\u04F8\\u04F9\\u0531-\\u0556\\u0559\\u0561-\\u0586\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0621-\\u063A\\u0641-\\u064A\\u0671-\\u06B7\\u06BA-\\u06BE\\u06C0-\\u06CE\\u06D0-\\u06D3\\u06D5\\u06E5\\u06E6\\u0905-\\u0939\\u093D\\u0958-\\u0961\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8B\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AE0\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B36-\\u0B39\\u0B3D\\u0B5C\\u0B5D\\u0B5F-\\u0B61\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB5\\u0BB7-\\u0BB9\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C33\\u0C35-\\u0C39\\u0C60\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CDE\\u0CE0\\u0CE1\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D28\\u0D2A-\\u0D39\\u0D60\\u0D61\\u0E01-\\u0E2E\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E45\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD\\u0EAE\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0F40-\\u0F47\\u0F49-\\u0F69\\u10A0-\\u10C5\\u10D0-\\u10F6\\u1100\\u1102\\u1103\\u1105-\\u1107\\u1109\\u110B\\u110C\\u110E-\\u1112\\u113C\\u113E\\u1140\\u114C\\u114E\\u1150\\u1154\\u1155\\u1159\\u115F-\\u1161\\u1163\\u1165\\u1167\\u1169\\u116D\\u116E\\u1172\\u1173\\u1175\\u119E\\u11A8\\u11AB\\u11AE\\u11AF\\u11B7\\u11B8\\u11BA\\u11BC-\\u11C2\\u11EB\\u11F0\\u11F9\\u1E00-\\u1E9B\\u1EA0-\\u1EF9\\u1F00-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2126\\u212A\\u212B\\u212E\\u2180-\\u2182\\u3007\\u3021-\\u3029\\u3041-\\u3094\\u30A1-\\u30FA\\u3105-\\u312C\\u4E00-\\u9FA5\\uAC00-\\uD7A3_][A-Za-z\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u0131\\u0134-\\u013E\\u0141-\\u0148\\u014A-\\u017E\\u0180-\\u01C3\\u01CD-\\u01F0\\u01F4\\u01F5\\u01FA-\\u0217\\u0250-\\u02A8\\u02BB-\\u02C1\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03CE\\u03D0-\\u03D6\\u03DA\\u03DC\\u03DE\\u03E0\\u03E2-\\u03F3\\u0401-\\u040C\\u040E-\\u044F\\u0451-\\u045C\\u045E-\\u0481\\u0490-\\u04C4\\u04C7\\u04C8\\u04CB\\u04CC\\u04D0-\\u04EB\\u04EE-\\u04F5\\u04F8\\u04F9\\u0531-\\u0556\\u0559\\u0561-\\u0586\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0621-\\u063A\\u0641-\\u064A\\u0671-\\u06B7\\u06BA-\\u06BE\\u06C0-\\u06CE\\u06D0-\\u06D3\\u06D5\\u06E5\\u06E6\\u0905-\\u0939\\u093D\\u0958-\\u0961\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8B\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AE0\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B36-\\u0B39\\u0B3D\\u0B5C\\u0B5D\\u0B5F-\\u0B61\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB5\\u0BB7-\\u0BB9\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C33\\u0C35-\\u0C39\\u0C60\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CDE\\u0CE0\\u0CE1\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D28\\u0D2A-\\u0D39\\u0D60\\u0D61\\u0E01-\\u0E2E\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E45\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD\\u0EAE\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0F40-\\u0F47\\u0F49-\\u0F69\\u10A0-\\u10C5\\u10D0-\\u10F6\\u1100\\u1102\\u1103\\u1105-\\u1107\\u1109\\u110B\\u110C\\u110E-\\u1112\\u113C\\u113E\\u1140\\u114C\\u114E\\u1150\\u1154\\u1155\\u1159\\u115F-\\u1161\\u1163\\u1165\\u1167\\u1169\\u116D\\u116E\\u1172\\u1173\\u1175\\u119E\\u11A8\\u11AB\\u11AE\\u11AF\\u11B7\\u11B8\\u11BA\\u11BC-\\u11C2\\u11EB\\u11F0\\u11F9\\u1E00-\\u1E9B\\u1EA0-\\u1EF9\\u1F00-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2126\\u212A\\u212B\\u212E\\u2180-\\u2182\\u3007\\u3021-\\u3029\\u3041-\\u3094\\u30A1-\\u30FA\\u3105-\\u312C\\u4E00-\\u9FA5\\uAC00-\\uD7A30-9\\u0660-\\u0669\\u06F0-\\u06F9\\u0966-\\u096F\\u09E6-\\u09EF\\u0A66-\\u0A6F\\u0AE6-\\u0AEF\\u0B66-\\u0B6F\\u0BE7-\\u0BEF\\u0C66-\\u0C6F\\u0CE6-\\u0CEF\\u0D66-\\u0D6F\\u0E50-\\u0E59\\u0ED0-\\u0ED9\\u0F20-\\u0F29\\.\\-_\\u0300-\\u0345\\u0360\\u0361\\u0483-\\u0486\\u0591-\\u05A1\\u05A3-\\u05B9\\u05BB-\\u05BD\\u05BF\\u05C1\\u05C2\\u05C4\\u064B-\\u0652\\u0670\\u06D6-\\u06E4\\u06E7\\u06E8\\u06EA-\\u06ED\\u0901-\\u0903\\u093C\\u093E-\\u094D\\u0951-\\u0954\\u0962\\u0963\\u0981-\\u0983\\u09BC\\u09BE-\\u09C4\\u09C7\\u09C8\\u09CB-\\u09CD\\u09D7\\u09E2\\u09E3\\u0A02\\u0A3C\\u0A3E-\\u0A42\\u0A47\\u0A48\\u0A4B-\\u0A4D\\u0A70\\u0A71\\u0A81-\\u0A83\\u0ABC\\u0ABE-\\u0AC5\\u0AC7-\\u0AC9\\u0ACB-\\u0ACD\\u0B01-\\u0B03\\u0B3C\\u0B3E-\\u0B43\\u0B47\\u0B48\\u0B4B-\\u0B4D\\u0B56\\u0B57\\u0B82\\u0B83\\u0BBE-\\u0BC2\\u0BC6-\\u0BC8\\u0BCA-\\u0BCD\\u0BD7\\u0C01-\\u0C03\\u0C3E-\\u0C44\\u0C46-\\u0C48\\u0C4A-\\u0C4D\\u0C55\\u0C56\\u0C82\\u0C83\\u0CBE-\\u0CC4\\u0CC6-\\u0CC8\\u0CCA-\\u0CCD\\u0CD5\\u0CD6\\u0D02\\u0D03\\u0D3E-\\u0D43\\u0D46-\\u0D48\\u0D4A-\\u0D4D\\u0D57\\u0E31\\u0E34-\\u0E3A\\u0E47-\\u0E4E\\u0EB1\\u0EB4-\\u0EB9\\u0EBB\\u0EBC\\u0EC8-\\u0ECD\\u0F18\\u0F19\\u0F35\\u0F37\\u0F39\\u0F3E\\u0F3F\\u0F71-\\u0F84\\u0F86-\\u0F8B\\u0F90-\\u0F95\\u0F97\\u0F99-\\u0FAD\\u0FB1-\\u0FB7\\u0FB9\\u20D0-\\u20DC\\u20E1\\u302A-\\u302F\\u3099\\u309A\\xB7\\u02D0\\u02D1\\u0387\\u0640\\u0E46\\u0EC6\\u3005\\u3031-\\u3035\\u309D\\u309E\\u30FC-\\u30FE]*\\:)?[A-Za-z\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u0131\\u0134-\\u013E\\u0141-\\u0148\\u014A-\\u017E\\u0180-\\u01C3\\u01CD-\\u01F0\\u01F4\\u01F5\\u01FA-\\u0217\\u0250-\\u02A8\\u02BB-\\u02C1\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03CE\\u03D0-\\u03D6\\u03DA\\u03DC\\u03DE\\u03E0\\u03E2-\\u03F3\\u0401-\\u040C\\u040E-\\u044F\\u0451-\\u045C\\u045E-\\u0481\\u0490-\\u04C4\\u04C7\\u04C8\\u04CB\\u04CC\\u04D0-\\u04EB\\u04EE-\\u04F5\\u04F8\\u04F9\\u0531-\\u0556\\u0559\\u0561-\\u0586\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0621-\\u063A\\u0641-\\u064A\\u0671-\\u06B7\\u06BA-\\u06BE\\u06C0-\\u06CE\\u06D0-\\u06D3\\u06D5\\u06E5\\u06E6\\u0905-\\u0939\\u093D\\u0958-\\u0961\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8B\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AE0\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B36-\\u0B39\\u0B3D\\u0B5C\\u0B5D\\u0B5F-\\u0B61\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB5\\u0BB7-\\u0BB9\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C33\\u0C35-\\u0C39\\u0C60\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CDE\\u0CE0\\u0CE1\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D28\\u0D2A-\\u0D39\\u0D60\\u0D61\\u0E01-\\u0E2E\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E45\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD\\u0EAE\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0F40-\\u0F47\\u0F49-\\u0F69\\u10A0-\\u10C5\\u10D0-\\u10F6\\u1100\\u1102\\u1103\\u1105-\\u1107\\u1109\\u110B\\u110C\\u110E-\\u1112\\u113C\\u113E\\u1140\\u114C\\u114E\\u1150\\u1154\\u1155\\u1159\\u115F-\\u1161\\u1163\\u1165\\u1167\\u1169\\u116D\\u116E\\u1172\\u1173\\u1175\\u119E\\u11A8\\u11AB\\u11AE\\u11AF\\u11B7\\u11B8\\u11BA\\u11BC-\\u11C2\\u11EB\\u11F0\\u11F9\\u1E00-\\u1E9B\\u1EA0-\\u1EF9\\u1F00-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2126\\u212A\\u212B\\u212E\\u2180-\\u2182\\u3007\\u3021-\\u3029\\u3041-\\u3094\\u30A1-\\u30FA\\u3105-\\u312C\\u4E00-\\u9FA5\\uAC00-\\uD7A3_][A-Za-z\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u0131\\u0134-\\u013E\\u0141-\\u0148\\u014A-\\u017E\\u0180-\\u01C3\\u01CD-\\u01F0\\u01F4\\u01F5\\u01FA-\\u0217\\u0250-\\u02A8\\u02BB-\\u02C1\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03CE\\u03D0-\\u03D6\\u03DA\\u03DC\\u03DE\\u03E0\\u03E2-\\u03F3\\u0401-\\u040C\\u040E-\\u044F\\u0451-\\u045C\\u045E-\\u0481\\u0490-\\u04C4\\u04C7\\u04C8\\u04CB\\u04CC\\u04D0-\\u04EB\\u04EE-\\u04F5\\u04F8\\u04F9\\u0531-\\u0556\\u0559\\u0561-\\u0586\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0621-\\u063A\\u0641-\\u064A\\u0671-\\u06B7\\u06BA-\\u06BE\\u06C0-\\u06CE\\u06D0-\\u06D3\\u06D5\\u06E5\\u06E6\\u0905-\\u0939\\u093D\\u0958-\\u0961\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8B\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AE0\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B36-\\u0B39\\u0B3D\\u0B5C\\u0B5D\\u0B5F-\\u0B61\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB5\\u0BB7-\\u0BB9\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C33\\u0C35-\\u0C39\\u0C60\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CDE\\u0CE0\\u0CE1\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D28\\u0D2A-\\u0D39\\u0D60\\u0D61\\u0E01-\\u0E2E\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E45\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD\\u0EAE\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0F40-\\u0F47\\u0F49-\\u0F69\\u10A0-\\u10C5\\u10D0-\\u10F6\\u1100\\u1102\\u1103\\u1105-\\u1107\\u1109\\u110B\\u110C\\u110E-\\u1112\\u113C\\u113E\\u1140\\u114C\\u114E\\u1150\\u1154\\u1155\\u1159\\u115F-\\u1161\\u1163\\u1165\\u1167\\u1169\\u116D\\u116E\\u1172\\u1173\\u1175\\u119E\\u11A8\\u11AB\\u11AE\\u11AF\\u11B7\\u11B8\\u11BA\\u11BC-\\u11C2\\u11EB\\u11F0\\u11F9\\u1E00-\\u1E9B\\u1EA0-\\u1EF9\\u1F00-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2126\\u212A\\u212B\\u212E\\u2180-\\u2182\\u3007\\u3021-\\u3029\\u3041-\\u3094\\u30A1-\\u30FA\\u3105-\\u312C\\u4E00-\\u9FA5\\uAC00-\\uD7A30-9\\u0660-\\u0669\\u06F0-\\u06F9\\u0966-\\u096F\\u09E6-\\u09EF\\u0A66-\\u0A6F\\u0AE6-\\u0AEF\\u0B66-\\u0B6F\\u0BE7-\\u0BEF\\u0C66-\\u0C6F\\u0CE6-\\u0CEF\\u0D66-\\u0D6F\\u0E50-\\u0E59\\u0ED0-\\u0ED9\\u0F20-\\u0F29\\.\\-_\\u0300-\\u0345\\u0360\\u0361\\u0483-\\u0486\\u0591-\\u05A1\\u05A3-\\u05B9\\u05BB-\\u05BD\\u05BF\\u05C1\\u05C2\\u05C4\\u064B-\\u0652\\u0670\\u06D6-\\u06E4\\u06E7\\u06E8\\u06EA-\\u06ED\\u0901-\\u0903\\u093C\\u093E-\\u094D\\u0951-\\u0954\\u0962\\u0963\\u0981-\\u0983\\u09BC\\u09BE-\\u09C4\\u09C7\\u09C8\\u09CB-\\u09CD\\u09D7\\u09E2\\u09E3\\u0A02\\u0A3C\\u0A3E-\\u0A42\\u0A47\\u0A48\\u0A4B-\\u0A4D\\u0A70\\u0A71\\u0A81-\\u0A83\\u0ABC\\u0ABE-\\u0AC5\\u0AC7-\\u0AC9\\u0ACB-\\u0ACD\\u0B01-\\u0B03\\u0B3C\\u0B3E-\\u0B43\\u0B47\\u0B48\\u0B4B-\\u0B4D\\u0B56\\u0B57\\u0B82\\u0B83\\u0BBE-\\u0BC2\\u0BC6-\\u0BC8\\u0BCA-\\u0BCD\\u0BD7\\u0C01-\\u0C03\\u0C3E-\\u0C44\\u0C46-\\u0C48\\u0C4A-\\u0C4D\\u0C55\\u0C56\\u0C82\\u0C83\\u0CBE-\\u0CC4\\u0CC6-\\u0CC8\\u0CCA-\\u0CCD\\u0CD5\\u0CD6\\u0D02\\u0D03\\u0D3E-\\u0D43\\u0D46-\\u0D48\\u0D4A-\\u0D4D\\u0D57\\u0E31\\u0E34-\\u0E3A\\u0E47-\\u0E4E\\u0EB1\\u0EB4-\\u0EB9\\u0EBB\\u0EBC\\u0EC8-\\u0ECD\\u0F18\\u0F19\\u0F35\\u0F37\\u0F39\\u0F3E\\u0F3F\\u0F71-\\u0F84\\u0F86-\\u0F8B\\u0F90-\\u0F95\\u0F97\\u0F99-\\u0FAD\\u0FB1-\\u0FB7\\u0FB9\\u20D0-\\u20DC\\u20E1\\u302A-\\u302F\\u3099\\u309A\\xB7\\u02D0\\u02D1\\u0387\\u0640\\u0E46\\u0EC6\\u3005\\u3031-\\u3035\\u309D\\u309E\\u30FC-\\u30FE]*)`})(),Vl=RegExp(`^<`+Bl),Hl=/^\s*(\/?)>/,Ul=RegExp(`^<\\/`+Bl+`[^>]*>`),Wl=/^<!DOCTYPE\s?[^>]+>/i,Gl=!1;`x`.replace(/x(.)?/g,function(e,t){Gl=t===``});var Kl=new Il([`area`,`base`,`basefont`,`br`,`col`,`embed`,`frame`,`hr`,`img`,`input`,`isindex`,`keygen`,`link`,`meta`,`param`,`source`,`track`,`wbr`]),ql=new Il(`a.abbr.acronym.applet.b.basefont.bdo.big.br.button.cite.code.del.dfn.em.font.i.iframe.img.input.ins.kbd.label.map.noscript.object.q.s.samp.script.select.small.span.strike.strong.sub.sup.svg.textarea.tt.u.var`.split(`.`)),Jl=new Il([`colgroup`,`dd`,`dt`,`li`,`option`,`p`,`td`,`tfoot`,`th`,`thead`,`tr`,`source`]),Yl=new Il([`checked`,`compact`,`declare`,`defer`,`disabled`,`ismap`,`multiple`,`nohref`,`noresize`,`noshade`,`nowrap`,`readonly`,`selected`]),Xl=new Il([`script`,`style`]),Zl=new Il(`address.article.aside.base.blockquote.body.caption.col.colgroup.dd.details.dialog.div.dl.dt.fieldset.figcaption.figure.footer.form.h1.h2.h3.h4.h5.h6.head.header.hgroup.hr.html.legend.li.menuitem.meta.ol.optgroup.option.param.rp.rt.source.style.summary.tbody.td.tfoot.th.thead.title.tr.track.ul`.split(`.`)),Ql={};function $l(e){let t=Ll.source+`(?:\\s*(`+eu(e)+`)[ \\t\\n\\f\\r]*(?:`+zl.join(`|`)+`))?`;if(e.customAttrSurround){let n=[];for(let r=e.customAttrSurround.length-1;r>=0;r--)n[r]=`(?:(`+e.customAttrSurround[r][0].source+`)\\s*`+t+`\\s*(`+e.customAttrSurround[r][1].source+`))`;n.push(`(?:`+t+`)`),t=`(?:`+n.join(`|`)+`)`}return RegExp(`^\\s*`+t)}function eu(e){return Rl.concat(e.customAttrAssign||[]).map(function(e){return`(?:`+e.source+`)`}).join(`|`)}var tu=class{constructor(e,t){this.html=e,this.handler=t}async parse(){let e=this.html,t=this.handler,n=[],r,i=$l(t),a,o,s;for(;e;){if(a=e,!r||!Xl.has(r)){let n=e.indexOf(`<`);if(n===0){if(/^<!--/.test(e)){let n=e.indexOf(`-->`);if(n>=0){t.comment&&await t.comment(e.substring(4,n)),e=e.substring(n+3),o=``;continue}}if(/^<!\[/.test(e)){let n=e.indexOf(`]>`);if(n>=0){t.comment&&await t.comment(e.substring(2,n+1),!0),e=e.substring(n+2),o=``;continue}}let r=e.match(Wl);if(r){t.doctype&&t.doctype(r[0]),e=e.substring(r[0].length),o=``;continue}let i=e.match(Ul);if(i){e=e.substring(i[0].length),await Fl(i[0],Ul,f),o=`/`+i[1].toLowerCase();continue}let a=c(e);if(a){e=a.rest,await u(a),o=a.tagName.toLowerCase();continue}t.continueOnParseError&&(n=e.indexOf(`<`,1))}let r;n>=0?(r=e.substring(0,n),e=e.substring(n)):(r=e,e=``);let i=c(e);i?s=i.tagName:(i=e.match(Ul),s=i?`/`+i[1]:``),t.chars&&await t.chars(r,o,s),o=``}else{let n=r.toLowerCase(),i=Ql[n]||(Ql[n]=RegExp(`([\\s\\S]*?)</`+n+`[^>]*>`,`i`));e=await Fl(e,i,async(e,r)=>(n!==`script`&&n!==`style`&&n!==`noscript`&&(r=r.replace(/<!--([\s\S]*?)-->/g,`$1`).replace(/<!\[CDATA\[([\s\S]*?)]]>/g,`$1`)),t.chars&&await t.chars(r),``)),await f(`</`+n+`>`,n)}if(e===a)throw Error(`Parse Error: `+e)}t.partialMarkup||await f();function c(e){let t=e.match(Vl);if(t){let n={tagName:t[1],attrs:[]};e=e.slice(t[0].length);let r,a;for(;!(r=e.match(Hl))&&(a=e.match(i));)e=e.slice(a[0].length),n.attrs.push(a);if(r)return n.unarySlash=r[1],n.rest=e.slice(r[0].length),n}}async function l(e){if(d(e)>=0)return await f(``,e),!0}async function u(e){let i=e.tagName,a=e.unarySlash;if(t.html5&&(r===`p`&&Zl.has(i)?await f(``,r):i===`tbody`?await l(`thead`):i===`tfoot`&&(await l(`tbody`)||await l(`thead`)),i===`col`&&d(`colgroup`)<0&&(r=`colgroup`,n.push({tag:r,attrs:[]}),t.start&&await t.start(r,[],!1,``))),!t.html5&&!ql.has(i))for(;r&&ql.has(r);)await f(``,r);Jl.has(i)&&r===i&&await f(``,i);let o=Kl.has(i)||i===`html`&&r===`head`||!!a,s=e.attrs.map(function(e){let n,r,i,a,o,s;Gl&&e[0].indexOf(`""`)===-1&&(e[3]===``&&delete e[3],e[4]===``&&delete e[4],e[5]===``&&delete e[5]);function c(t){return o=e[t],r=e[t+1],r===void 0?(r=e[t+2],r===void 0?(r=e[t+3],r===void 0&&Yl.has(n)&&(r=n),``):`'`):`"`}let l=1;if(t.customAttrSurround){for(let r=0,o=t.customAttrSurround.length;r<o;r++,l+=7)if(n=e[l+1],n){s=c(l+2),i=e[l],a=e[l+6];break}}return!n&&(n=e[l])&&(s=c(l+1)),{name:n,value:r,customAssign:o||`=`,customOpen:i||``,customClose:a||``,quote:s||``}});o||(n.push({tag:i,attrs:s}),r=i,a=``),t.start&&await t.start(i,s,o,a)}function d(e){let t,r=e.toLowerCase();for(t=n.length-1;t>=0&&n[t].tag.toLowerCase()!==r;t--);return t}async function f(e,i){let a;if(a=i?d(i):0,a>=0){for(let r=n.length-1;r>=a;r--)t.end&&t.end(n[r].tag,n[r].attrs,r>a||!e);n.length=a,r=a&&n[a-1].tag}else i.toLowerCase()===`br`?t.start&&await t.start(i,[],!0,``):i.toLowerCase()===`p`&&(t.start&&await t.start(i,[],!1,``,!0),t.end&&t.end(i,[]))}}},nu=class{sort(e,t=0){for(let n=0,r=this.keys.length;n<r;n++){let r=this.keys[n],i=r.slice(1),a=e.indexOf(i,t);if(a!==-1){do a!==t&&(e.splice(a,1),e.splice(t,0,i)),t++;while((a=e.indexOf(i,t))!==-1);return this[r].sort(e,t)}}return e}},ru=class e{add(e){e.forEach(t=>{let n=`$`+t;this[n]||(this[n]=[],this[n].processed=0),this[n].push(e)})}createSorter(){let t=new nu;return t.keys=Object.keys(this).sort((e,t)=>{let n=this[e].length,r=this[t].length;return n<r?1:n>r||e<t?-1:+(e>t)}).filter(n=>{if(this[n].processed<this[n].length){let r=n.slice(1),i=new e;return this[n].forEach(e=>{let t;for(;(t=e.indexOf(r))!==-1;)e.splice(t,1);e.forEach(e=>{this[`$`+e].processed++}),i.add(e.slice(0))}),t[n]=i.createSorter(),!0}return!1}),t}};function iu(e){return e&&e.replace(/^[ \n\r\t\f]+/,``).replace(/[ \n\r\t\f]+$/,``)}function au(e){return e&&e.replace(/[ \n\r\t\f\xA0]+/g,function(e){return e===` `?` `:e.replace(/(^|\xA0+)[^\xA0]+/g,`$1 `)})}function ou(e,t,n,r,i){let a=``,o=``;return t.preserveLineBreaks&&(e=e.replace(/^[ \n\r\t\f]*?[\n\r][ \n\r\t\f]*/,function(){return a=`
45
+ `,``}).replace(/[ \n\r\t\f]*?[\n\r][ \n\r\t\f]*$/,function(){return o=`
46
+ `,``})),n&&(e=e.replace(/^[ \n\r\t\f\xA0]+/,function(e){let n=!a&&t.conservativeCollapse;return n&&e===` `?` `:e.replace(/^[^\xA0]+/,``).replace(/(\xA0+)[^\xA0]+/g,`$1 `)||(n?` `:``)})),r&&(e=e.replace(/[ \n\r\t\f\xA0]+$/,function(e){let n=!o&&t.conservativeCollapse;return n&&e===` `?` `:e.replace(/[^\xA0]+(\xA0+)/g,` $1`).replace(/[^\xA0]+$/,``)||(n?` `:``)})),i&&(e=au(e)),a+e+o}var su=new Set(`a.abbr.acronym.b.bdi.bdo.big.button.cite.code.del.dfn.em.font.i.ins.kbd.label.mark.math.nobr.object.q.rp.rt.rtc.ruby.s.samp.select.small.span.strike.strong.sub.sup.svg.textarea.time.tt.u.var`.split(`.`)),cu=new Set(`a.abbr.acronym.b.big.del.em.font.i.ins.kbd.mark.nobr.rp.s.samp.small.span.strike.strong.sub.sup.time.tt.u.var`.split(`.`)),lu=new Set([`comment`,`img`,`input`,`wbr`]);function uu(e,t,n,r){let i=t&&!lu.has(t);i&&!r.collapseInlineTagWhitespace&&(i=t.charAt(0)===`/`?!su.has(t.slice(1)):!cu.has(t));let a=n&&!lu.has(n);return a&&!r.collapseInlineTagWhitespace&&(a=n.charAt(0)===`/`?!cu.has(n.slice(1)):!su.has(n)),ou(e,r,i,a,t&&n)}function du(e){return/^\[if\s[^\]]+]|\[endif]$/.test(e)}function fu(e,t){for(let n=0,r=t.ignoreCustomComments.length;n<r;n++)if(t.ignoreCustomComments[n].test(e))return!0;return!1}function pu(e,t){let n=t.customEventAttributes;if(n){for(let t=n.length;t--;)if(n[t].test(e))return!0;return!1}return/^on[a-z]{3,}$/.test(e)}function mu(e){return/^[^ \t\n\f\r"'`=<>]+$/.test(e)}function hu(e,t){for(let n=e.length;n--;)if(e[n].name.toLowerCase()===t)return!0;return!1}function gu(e,t,n,r){return n=n?iu(n.toLowerCase()):``,e===`script`&&t===`language`&&n===`javascript`||e===`form`&&t===`method`&&n===`get`||e===`input`&&t===`type`&&n===`text`||e===`script`&&t===`charset`&&!hu(r,`src`)||e===`a`&&t===`name`&&hu(r,`id`)||e===`area`&&t===`shape`&&n===`rect`}var _u=new Set([`text/javascript`,`text/ecmascript`,`text/jscript`,`application/javascript`,`application/x-javascript`,`application/ecmascript`,`module`]),vu=new Set([`module`]);function yu(e=``){return e=iu(e.split(/;/,2)[0]).toLowerCase(),e===``||_u.has(e)}function bu(e=``){return e=iu(e.split(/;/,2)[0]).toLowerCase(),vu.has(e)}function xu(e,t){if(e!==`script`)return!1;for(let e=0,n=t.length;e<n;e++)if(t[e].name.toLowerCase()===`type`)return yu(t[e].value);return!0}function Su(e=``){return e=iu(e).toLowerCase(),e===``||e===`text/css`}function Cu(e,t){if(e!==`style`)return!1;for(let e=0,n=t.length;e<n;e++)if(t[e].name.toLowerCase()===`type`)return Su(t[e].value);return!0}var wu=new Set(`allowfullscreen.async.autofocus.autoplay.checked.compact.controls.declare.default.defaultchecked.defaultmuted.defaultselected.defer.disabled.enabled.formnovalidate.hidden.indeterminate.inert.ismap.itemscope.loop.multiple.muted.nohref.noresize.noshade.novalidate.nowrap.open.pauseonexit.readonly.required.reversed.scoped.seamless.selected.sortable.truespeed.typemustmatch.visible`.split(`.`)),Tu=new Set([`true`,`false`]);function Eu(e,t){return wu.has(e)||e===`draggable`&&!Tu.has(t)}function Du(e,t){return/^(?:a|area|link|base)$/.test(t)&&e===`href`||t===`img`&&/^(?:src|longdesc|usemap)$/.test(e)||t===`object`&&/^(?:classid|codebase|data|usemap)$/.test(e)||t===`q`&&e===`cite`||t===`blockquote`&&e===`cite`||(t===`ins`||t===`del`)&&e===`cite`||t===`form`&&e===`action`||t===`input`&&(e===`src`||e===`usemap`)||t===`head`&&e===`profile`||t===`script`&&(e===`src`||e===`for`)}function Ou(e,t){return/^(?:a|area|object|button)$/.test(t)&&e===`tabindex`||t===`input`&&(e===`maxlength`||e===`tabindex`)||t===`select`&&(e===`size`||e===`tabindex`)||t===`textarea`&&/^(?:rows|cols|tabindex)$/.test(e)||t===`colgroup`&&e===`span`||t===`col`&&e===`span`||(t===`th`||t===`td`)&&(e===`rowspan`||e===`colspan`)}function ku(e,t,n){if(e!==`link`)return!1;for(let e=0,r=t.length;e<r;e++)if(t[e].name===`rel`&&t[e].value===n)return!0}function Au(e,t,n){return n===`media`&&(ku(e,t,`stylesheet`)||Cu(e,t))}var ju=new Set([`img`,`source`]);function Mu(e,t){return e===`srcset`&&ju.has(t)}async function Nu(e,t,n,r,i){if(pu(t,r))return n=iu(n).replace(/^javascript:\s*/i,``),r.minifyJS(n,!0);if(t===`class`)return n=iu(n),n=r.sortClassName?r.sortClassName(n):au(n),n;if(Du(t,e))return n=iu(n),ku(e,i,`canonical`)?n:r.minifyURLs(n);if(Ou(t,e))return iu(n);if(t===`style`)return n=iu(n),n&&=(/;$/.test(n)&&!/&#?[0-9a-zA-Z]+;$/.test(n)&&(n=n.replace(/\s*;$/,`;`)),await r.minifyCSS(n,`inline`)),n;if(Mu(t,e))n=iu(n).split(/\s+,\s*|\s*,\s+/).map(function(e){let t=e,n=``,i=e.match(/\s+([1-9][0-9]*w|[0-9]+(?:\.[0-9]+)?x)$/);if(i){t=t.slice(0,-i[0].length);let e=+i[1].slice(0,-1),r=i[1].slice(-1);(e!==1||r!==`x`)&&(n=` `+e+r)}return r.minifyURLs(t)+n}).join(`, `);else if(Pu(e,i)&&t===`content`)n=n.replace(/\s+/g,``).replace(/[0-9]+\.[0-9]+/g,function(e){return(+e).toString()});else if(Fu(e,i)&&t.toLowerCase()===`content`)return au(n);else if(r.customAttrCollapse&&r.customAttrCollapse.test(t))n=iu(n.replace(/ ?[\n\r]+ ?/g,``).replace(/\s{2,}/g,r.conservativeCollapse?` `:``));else if(e===`script`&&t===`type`)n=iu(n.replace(/\s*;\s*/g,`;`));else if(Au(e,i,t))return n=iu(n),r.minifyCSS(n,`media`);return n}function Pu(e,t){if(e!==`meta`)return!1;for(let e=0,n=t.length;e<n;e++)if(t[e].name===`name`&&t[e].value===`viewport`)return!0}function Fu(e,t){if(e!==`meta`)return!1;for(let e=0,n=t.length;e<n;e++)if(t[e].name.toLowerCase()===`http-equiv`&&t[e].value.toLowerCase()===`content-security-policy`)return!0}function Iu(e){return`/* clean-css ignore:start */`+e+`/* clean-css ignore:end */`}function Lu(e,t){switch(t){case`inline`:return`*{`+e+`}`;case`media`:return`@media `+e+`{a{top:0}}`;default:return e}}function Ru(e,t){let n;switch(t){case`inline`:n=e.match(/^\*\{([\s\S]*)\}$/);break;case`media`:n=e.match(/^@media ([\s\S]*?)\s*{[\s\S]*}$/);break}return n?n[1]:e}async function zu(e,t){return t.processConditionalComments?await Fl(e,/^(\[if\s[^\]]+]>)([\s\S]*?)(<!\[endif])$/,async function(e,n,r,i){return n+await xd(r,t,!0)+i}):e}async function Bu(e,t,n){for(let r=0,i=n.length;r<i;r++)if(n[r].name.toLowerCase()===`type`&&t.processScripts.indexOf(n[r].value)>-1)return await xd(e,t);return e}var Vu=new Set([`html`,`head`,`body`,`colgroup`,`tbody`]),Hu=new Set([`html`,`head`,`body`,`li`,`dt`,`dd`,`p`,`rb`,`rt`,`rtc`,`rp`,`optgroup`,`option`,`colgroup`,`caption`,`thead`,`tbody`,`tfoot`,`tr`,`td`,`th`]),Uu=new Set([`meta`,`link`,`script`,`style`,`template`,`noscript`]),Wu=new Set([`dt`,`dd`]),Gu=new Set(`address.article.aside.blockquote.details.div.dl.fieldset.figcaption.figure.footer.form.h1.h2.h3.h4.h5.h6.header.hgroup.hr.main.menu.nav.ol.p.pre.section.table.ul`.split(`.`)),Ku=new Set([`a`,`audio`,`del`,`ins`,`map`,`noscript`,`video`]),qu=new Set([`rb`,`rt`,`rtc`,`rp`]),Ju=new Set([`rb`,`rtc`,`rp`]),Yu=new Set([`option`,`optgroup`]),Xu=new Set([`tbody`,`tfoot`]),Zu=new Set([`thead`,`tbody`,`tfoot`]),Qu=new Set([`td`,`th`]),$u=new Set([`html`,`head`,`body`]),ed=new Set([`html`,`body`]),td=new Set([`head`,`colgroup`,`caption`]),nd=new Set([`dt`,`thead`]),rd=new Set(`a.abbr.acronym.address.applet.area.article.aside.audio.b.base.basefont.bdi.bdo.bgsound.big.blink.blockquote.body.br.button.canvas.caption.center.cite.code.col.colgroup.command.content.data.datalist.dd.del.details.dfn.dialog.dir.div.dl.dt.element.em.embed.fieldset.figcaption.figure.font.footer.form.frame.frameset.h1.h2.h3.h4.h5.h6.head.header.hgroup.hr.html.i.iframe.image.img.input.ins.isindex.kbd.keygen.label.legend.li.link.listing.main.map.mark.marquee.menu.menuitem.meta.meter.multicol.nav.nobr.noembed.noframes.noscript.object.ol.optgroup.option.output.p.param.picture.plaintext.pre.progress.q.rb.rp.rt.rtc.ruby.s.samp.script.section.select.shadow.small.source.spacer.span.strike.strong.style.sub.summary.sup.table.tbody.td.template.textarea.tfoot.th.thead.time.title.tr.track.tt.u.ul.var.video.wbr.xmp`.split(`.`));function id(e,t){switch(e){case`html`:case`head`:return!0;case`body`:return!Uu.has(t);case`colgroup`:return t===`col`;case`tbody`:return t===`tr`}return!1}function ad(e,t){switch(t){case`colgroup`:return e===`colgroup`;case`tbody`:return Zu.has(e)}return!1}function od(e,t){switch(e){case`html`:case`head`:case`body`:case`colgroup`:case`caption`:return!0;case`li`:case`optgroup`:case`tr`:return t===e;case`dt`:case`dd`:return Wu.has(t);case`p`:return Gu.has(t);case`rb`:case`rt`:case`rp`:return qu.has(t);case`rtc`:return Ju.has(t);case`option`:return Yu.has(t);case`thead`:case`tbody`:return Xu.has(t);case`tfoot`:return t===`tbody`;case`td`:case`th`:return Qu.has(t)}return!1}var sd=RegExp(`^(?:class|id|style|title|lang|dir|on(?:focus|blur|change|click|dblclick|mouse(?:down|up|over|move|out)|key(?:press|down|up)))$`);function cd(e,t,n,r){return!n||/^\s*$/.test(n)?typeof r.removeEmptyAttributes==`function`?r.removeEmptyAttributes(t,e):e===`input`&&t===`value`||sd.test(t):!1}function ld(e,t){for(let n=t.length-1;n>=0;n--)if(t[n].name===e)return!0;return!1}function ud(e,t){switch(e){case`textarea`:return!1;case`audio`:case`script`:case`video`:if(ld(`src`,t))return!1;break;case`iframe`:if(ld(`src`,t)||ld(`srcdoc`,t))return!1;break;case`object`:if(ld(`data`,t))return!1;break;case`applet`:if(ld(`code`,t))return!1;break}return!0}function dd(e){return!/^(?:script|style|pre|textarea)$/.test(e)}function fd(e){return!/^(?:pre|textarea)$/.test(e)}async function pd(e,t,n,r){let i=r.name(e.name),a=e.value;if(r.decodeEntities&&a&&(a=vn(a)),!(r.removeRedundantAttributes&&gu(n,i,a,t)||r.removeScriptTypeAttributes&&n===`script`&&i===`type`&&yu(a)&&!bu(a)||r.removeStyleLinkTypeAttributes&&(n===`style`||n===`link`)&&i===`type`&&Su(a))&&(a&&=await Nu(n,i,a,r,t),!(r.removeEmptyAttributes&&cd(n,i,a,r))))return r.decodeEntities&&a&&(a=a.replace(/&(#?[0-9a-zA-Z]+;)/g,`&amp;$1`)),{attr:e,name:i,value:a}}function md(e,t,n,r,i){let a=e.name,o=e.value,s=e.attr,c=s.quote,l,u;return o!==void 0&&(!n.removeAttributeQuotes||~o.indexOf(i)||!mu(o))?(n.preventAttributesEscaping||(c=n.quoteCharacter===void 0?(o.match(/'/g)||[]).length<(o.match(/"/g)||[]).length?`'`:`"`:n.quoteCharacter===`'`?`'`:`"`,o=c===`"`?o.replace(/"/g,`&#34;`):o.replace(/'/g,`&#39;`)),u=c+o+c,!r&&!n.removeTagWhitespace&&(u+=` `)):u=r&&!t&&!/\/$/.test(o)?o:o+` `,o===void 0||n.collapseBooleanAttributes&&Eu(a.toLowerCase(),o.toLowerCase())?(l=a,r||(l+=` `)):l=a+s.customAssign+u,s.customOpen+l+s.customClose}function hd(e){return e}function gd(e){return Promise.resolve(e)}var _d=e=>{let t={name:function(e){return e.toLowerCase()},canCollapseWhitespace:dd,canTrimWhitespace:fd,html5:!0,ignoreCustomComments:[/^!/,/^\s*#/],ignoreCustomFragments:[/<%[\s\S]*?%>/,/<\?[\s\S]*?\?>/],includeAutoGeneratedTags:!0,log:hd,minifyCSS:gd,minifyJS:hd,minifyURLs:hd};return Object.keys(e).forEach(function(n){let r=e[n];if(n===`caseSensitive`)r&&(t.name=hd);else if(n===`log`)typeof r==`function`&&(t.log=r);else if(n===`minifyCSS`&&typeof r!=`function`){if(!r)return;let e=typeof r==`object`?r:{};t.minifyCSS=async function(n,r){n=n.replace(/(url\s*\(\s*)("|'|)(.*?)\2(\s*\))/gi,function(e,n,r,i,a){return n+r+t.minifyURLs(i)+r+a});let i=Lu(n,r);return new Promise(a=>{new In.default(e).minify(i,(e,i)=>{i.errors.length>0&&(i.errors.forEach(t.log),a(n)),a(Ru(i.styles,r))})})}}else if(n===`minifyJS`&&typeof r!=`function`){if(!r)return;let e=typeof r==`object`?r:{};e.parse={...e.parse,bare_returns:!1},t.minifyJS=async function(n,r){let i=n.match(/^\s*<!--.*/),a=i?n.slice(i[0].length).replace(/\n\s*-->\s*$/,``):n;e.parse.bare_returns=r;try{return(await Pl(a,e)).code.replace(/;$/,``)}catch(e){return t.log(e),n}}}else if(n===`minifyURLs`&&typeof r!=`function`){if(!r)return;let e=r;typeof r==`string`?e={site:r}:typeof r!=`object`&&(e={}),t.minifyURLs=function(n){try{return Ln.default.relate(n,e)}catch(e){return t.log(e),n}}}else t[n]=r}),t};function vd(e){let t;do t=Math.random().toString(36).replace(/^0\.[0-9]*/,``);while(~e.indexOf(t));return t}var yd=new Set([`script`,`style`]);async function bd(e,t,n,r){let i=t.sortAttributes&&Object.create(null),a=t.sortClassName&&new ru;function o(e){return e.map(function(e){return t.name(e.name)})}function s(e,t){return!t||e.indexOf(t)===-1}function c(e){return s(e,n)&&s(e,r)}async function l(e){let n,r;await new tu(e,{start:function(e,s){i&&(i[e]||(i[e]=new ru),i[e].add(o(s).filter(c)));for(let i=0,o=s.length;i<o;i++){let o=s[i];a&&o.value&&t.name(o.name)===`class`?a.add(iu(o.value).split(/[ \t\n\f\r]+/).filter(c)):t.processScripts&&o.name.toLowerCase()===`type`&&(n=e,r=o.value)}},end:function(){n=``},chars:async function(e){t.processScripts&&yd.has(n)&&t.processScripts.indexOf(r)>-1&&await l(e)}}).parse()}let u=t.log;if(t.log=hd,t.sortAttributes=!1,t.sortClassName=!1,await l(await xd(e,t)),t.log=u,i){let e=Object.create(null);for(let t in i)e[t]=i[t].createSorter();t.sortAttributes=function(t,n){let r=e[t];if(r){let e=Object.create(null),t=o(n);t.forEach(function(t,r){(e[t]||(e[t]=[])).push(n[r])}),r.sort(t).forEach(function(t,r){n[r]=e[t].shift()})}}}if(a){let e=a.createSorter();t.sortClassName=function(t){return e.sort(t.split(/[ \n\f\r]+/)).join(` `)}}}async function xd(e,t,n){t.collapseWhitespace&&(e=ou(e,t,!0,!0));let r=[],i,a=``,o,s=``,c=[],l=[],u=[],d=``,f=``,p=[],m=[],h,g,_;e=e.replace(/<!-- htmlmin:ignore -->([\s\S]*?)<!-- htmlmin:ignore -->/g,function(n,r){if(!h){h=vd(e);let n=RegExp(`^`+h+`([0-9]+)$`);t.ignoreCustomComments?t.ignoreCustomComments=t.ignoreCustomComments.slice():t.ignoreCustomComments=[],t.ignoreCustomComments.push(n)}let i=`<!--`+h+p.length+`-->`;return p.push(r),i});let v=t.ignoreCustomFragments.map(function(e){return e.source});if(v.length){let n=RegExp(`\\s*(?:`+v.join(`|`)+`)+\\s*`,`g`);e=e.replace(n,function(n){g||(g=vd(e),_=RegExp(`(\\s*)`+g+`([0-9]+)`+g+`(\\s*)`,`g`),t.minifyCSS&&=(function(e){return function(t,n){t=t.replace(_,function(e,t,n){let r=m[+n];return r[1]+g+n+g+r[2]});let r=[];return new In.default().minify(Lu(t,n)).warnings.forEach(function(e){let n=_.exec(e);if(n){let e=g+n[2]+g;t=t.replace(e,Iu(e)),r.push(e)}}),e(t,n).then(e=>(r.forEach(function(t){e=e.replace(Iu(t),t)}),e))}})(t.minifyCSS),t.minifyJS&&=(function(e){return function(t,n){return e(t.replace(_,function(e,t,n){let r=m[+n];return r[1]+g+n+g+r[2]}),n)}})(t.minifyJS));let r=g+m.length+g;return m.push(/^(\s*)[\s\S]*?(\s*)$/.exec(n)),` `+r+` `})}(t.sortAttributes&&typeof t.sortAttributes!=`function`||t.sortClassName&&typeof t.sortClassName!=`function`)&&await bd(e,t,h,g);function y(e,n){return t.canCollapseWhitespace(e,n,dd)}function b(e,n){return t.canTrimWhitespace(e,n,fd)}function x(){let e=r.length-1;for(;e>0&&!/^<[^/!]/.test(r[e]);)e--;r.length=Math.max(0,e)}function S(){let e=r.length-1;for(;e>0&&!/^<\//.test(r[e]);)e--;r.length=Math.max(0,e)}function C(e,n){for(let i=null;e>=0&&b(i);e--){let a=r[e],o=a.match(/^<\/([\w:-]+)>$/);if(o)i=o[1];else if(/>$/.test(a)||(r[e]=uu(a,null,n,t)))break}}function w(e){let t=r.length-1;if(r.length>1){let e=r[r.length-1];/^(?:<!|$)/.test(e)&&e.indexOf(h)===-1&&t--}C(t,e)}return await new tu(e,{partialMarkup:n,continueOnParseError:t.continueOnParseError,customAttrAssign:t.customAttrAssign,customAttrSurround:t.customAttrSurround,html5:t.html5,start:async function(e,n,p,m,h){e.toLowerCase()===`svg`&&(t=Object.create(t),t.caseSensitive=!0,t.keepClosingSlash=!0,t.name=hd),e=t.name(e),s=e,i=e,cu.has(e)||(a=``),o=!1,c=n;let _=t.removeOptionalTags;if(_){let t=rd.has(e);t&&id(d,e)&&x(),d=``,t&&od(f,e)&&(S(),_=!ad(f,e)),f=``}t.collapseWhitespace&&(l.length||w(e),p||((!b(e,n)||l.length)&&l.push(e),(!y(e,n)||u.length)&&u.push(e)));let v=`<`+e,C=m&&t.keepClosingSlash;r.push(v),t.sortAttributes&&t.sortAttributes(e,n);let T=[];for(let r=n.length,i=!0;--r>=0;){let a=await pd(n[r],n,e,t);a&&(T.unshift(md(a,C,t,i,g)),i=!1)}T.length>0?(r.push(` `),r.push.apply(r,T)):_&&Vu.has(e)&&(d=e),r.push(r.pop()+(C?`/`:``)+`>`),h&&!t.includeAutoGeneratedTags&&(x(),d=``)},end:function(e,n,c){e.toLowerCase()===`svg`&&(t=Object.getPrototypeOf(t)),e=t.name(e),t.collapseWhitespace&&(l.length?e===l[l.length-1]&&l.pop():w(`/`+e),u.length&&e===u[u.length-1]&&u.pop());let p=!1;e===s&&(s=``,p=!o),t.removeOptionalTags&&(p&&$u.has(d)&&x(),d=``,rd.has(e)&&f&&!nd.has(f)&&(f!==`p`||!Ku.has(e))&&S(),f=Hu.has(e)?e:``),t.removeEmptyElements&&p&&ud(e,n)?(x(),d=``,f=``):(c&&!t.includeAutoGeneratedTags?f=``:r.push(`</`+e+`>`),i=`/`+e,su.has(e)?p&&(a+=`|`):a=``)},chars:async function(e,n,p){if(n=n===``?`comment`:n,p=p===``?`comment`:p,t.decodeEntities&&e&&!yd.has(s)&&(e=_n(e)),t.collapseWhitespace){if(!l.length){if(n===`comment`){let o=r[r.length-1];if(o.indexOf(h)===-1&&(o||(n=i),r.length>1&&(!o||!t.conservativeCollapse&&/ $/.test(a)))){let t=r.length-2;r[t]=r[t].replace(/\s+$/,function(t){return e=t+e,``})}}if(n)if(n===`/nobr`||n===`wbr`){if(/^\s/.test(e)){let e=r.length-1;for(;e>0&&r[e].lastIndexOf(`<`+n)!==0;)e--;C(e-1,`br`)}}else cu.has(n.charAt(0)===`/`?n.slice(1):n)&&(e=ou(e,t,/(?:^|\s)$/.test(a)));e=n||p?uu(e,n,p,t):ou(e,t,!0,!0),!e&&/\s$/.test(a)&&n&&n.charAt(0)===`/`&&C(r.length-1,p)}!u.length&&p!==`html`&&!(n&&p)&&(e=ou(e,t,!1,!1,!0))}t.processScripts&&yd.has(s)&&(e=await Bu(e,t,c)),xu(s,c)&&(e=await t.minifyJS(e)),Cu(s,c)&&(e=await t.minifyCSS(e)),t.removeOptionalTags&&e&&((d===`html`||d===`body`&&!/^\s/.test(e))&&x(),d=``,(ed.has(f)||td.has(f)&&!/^\s/.test(e))&&S(),f=``),i=/^\s*$/.test(e)?n:`comment`,t.decodeEntities&&e&&!yd.has(s)&&(e=e.replace(/&((?:Iacute|aacute|uacute|plusmn|Otilde|otilde|agrave|Agrave|Yacute|yacute|Oslash|oslash|atilde|Atilde|brvbar|ccedil|Ccedil|Ograve|curren|divide|eacute|Eacute|ograve|Oacute|egrave|Egrave|Ugrave|frac12|frac14|frac34|ugrave|oacute|iacute|Ntilde|ntilde|Uacute|middot|igrave|Igrave|iquest|Aacute|cedil|laquo|micro|iexcl|Icirc|icirc|acirc|Ucirc|Ecirc|ocirc|Ocirc|ecirc|ucirc|Aring|aring|AElig|aelig|acute|pound|raquo|Acirc|times|THORN|szlig|thorn|COPY|auml|ordf|ordm|Uuml|macr|uuml|Auml|ouml|Ouml|para|nbsp|euml|quot|QUOT|Euml|yuml|cent|sect|copy|sup1|sup2|sup3|iuml|Iuml|ETH|shy|reg|not|yen|amp|AMP|REG|uml|eth|deg|gt|GT|LT|lt)(?!;)|(?:#?[0-9a-zA-Z]+;))/g,`&amp$1`).replace(/</g,`&lt;`)),_&&t.collapseWhitespace&&l.length&&(e=e.replace(_,function(e,t,n){return m[+n][0]})),a+=e,e&&(o=!0),r.push(e)},comment:async function(e,n){let i=n?`<!`:`<!--`,a=n?`>`:`-->`;e=du(e)?i+await zu(e,t)+a:t.removeComments?fu(e,t)?`<!--`+e+`-->`:``:i+e+a,t.removeOptionalTags&&e&&(d=``,f=``),r.push(e)},doctype:function(e){r.push(t.useShortDoctype?`<!doctype`+(t.removeTagWhitespace?``:` `)+`html>`:au(e))}}).parse(),t.removeOptionalTags&&($u.has(d)&&x(),f&&!nd.has(f)&&S()),t.collapseWhitespace&&w(`br`),Sd(r,t,_?function(e){return e.replace(_,function(e,n,r,i){let a=m[+r][0];return t.collapseWhitespace?(n!==` `&&(a=n+a),i!==` `&&(a+=i),ou(a,{preserveLineBreaks:t.preserveLineBreaks,conservativeCollapse:!t.trimCustomFragments},/^[ \n\r\t\f]/.test(a),/[ \n\r\t\f]$/.test(a))):a})}:hd,h?function(e){return e.replace(RegExp(`<!--`+h+`([0-9]+)-->`,`g`),function(e,t){return p[+t]})}:hd)}function Sd(e,t,n,r){let i,a=t.maxLineLength,o=t.noNewlinesBeforeTagClose;if(a){let t=``,s=[];for(;e.length;){let i=t.length,c=e[0].indexOf(`
47
+ `),l=!!e[0].match(Ul),u=o&&l;c<0?t+=r(n(e.shift())):(t+=r(n(e[0].slice(0,c))),e[0]=e[0].slice(c+1)),i>0&&t.length>a&&!u?(s.push(t.slice(0,i)),t=t.slice(i)):c>=0&&(s.push(t),t=``)}t&&s.push(t),i=s.join(`
48
+ `)}else i=r(n(e.join(``)));return t.collapseWhitespace?ou(i,t,!0,!0):i}var Cd=async function(e,t){let n=Date.now();t=_d(t||{});let r=await xd(e,t);return t.log(`minified in: `+(Date.now()-n)+`ms`),r},wd=async({mode:e,contents:t})=>e===`development`?t:await Cd(t,{collapseWhitespace:!0,removeComments:!0,minifyCSS:!0,minifyJS:!0}),Td=({replacements:e,include:t})=>({name:`custom-replace`,transform(n,r){if(t.some(e=>r.includes(e))){let t=n;for(let[n,r]of Object.entries(e)){let e=n.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`);t=t.replace(new RegExp(e,`g`),r)}return{code:t,map:null}}else return null}}),Ed=()=>Td({replacements:{"var root = freeGlobal || freeSelf || Function('return this')();":`var root = freeGlobal || freeSelf || globalThis`},include:[`node_modules/lodash/_root.js`]}),Dd=({copy_paths:e})=>e.flatMap(e=>{try{return o.lstatSync(e.src).isDirectory()&&u(e.src),[e]}catch{return[]}}),Od=({mode:e,env:t,app_root:i,dest_path:o,copy_paths:u,callback_build_start:d,callback_close_bundle:f})=>{let p=!1,m=`shared${n()?``:`-app`}`,h=a.join(i,`node_modules`,`@loftyshaky`,m,`scss`,`shared`),g={ts:a.join(i,`src`,`ts`),embed:a.join(h,`embed`),themes:a.join(h,`themes`,`general`)},_=[...u,{src:a.posix.join(i,`node_modules`,`@loftyshaky`,`shared`,`html`),dest:o,rename:{stripBase:!0}},{src:a.posix.join(i,`node_modules`,`@loftyshaky`,`shared`,`imgs`),dest:o,rename:{stripBase:!0}},{src:a.posix.join(i,`src`,`html`),dest:o,rename:{stripBase:!0},transform:t=>wd({mode:e,contents:t})}];t.env===`app`&&_.push({src:a.posix.join(i,`package.json`),dest:o,rename:{stripBase:!0}}),[`ext`,`app`].includes(t.env)&&_.push({src:a.posix.join(i,`src`,`icons`),dest:o,rename:{stripBase:!0}});let v=t.content_script===`true`?[]:Dd({copy_paths:_});return{define:{"process.env.NODE_ENV":JSON.stringify(e),env:r({env:t,mode:e})},resolve:{preserveSymlinks:!0},build:{emptyOutDir:!1,cssCodeSplit:!0,target:`esnext`,lib:{entry:t.content_script===`true`?{}:{announcement:a.join(g.ts,`announcement`,`announcement.ts`),dependencies:a.join(g.ts,`dependencies`,`dependencies.ts`),font_face:a.join(g.embed,`font_face.scss`),no_tr:a.join(g.embed,`no_tr.scss`),hidden_roots:a.join(g.embed,`hidden_roots.scss`),error:a.join(g.embed,`error.scss`),loading_screen:a.join(g.embed,`loading_screen.scss`),announcement_css:a.join(i,`node_modules`,`@loftyshaky`,m,`scss`,`announcement`,`index.scss`),dependencies_css:a.join(i,`node_modules`,`@loftyshaky`,m,`scss`,`dependencies`,`index.scss`),light_theme:a.join(g.themes,`light_theme.scss`),dark_theme:a.join(g.themes,`dark_theme.scss`),very_dark_theme:a.join(g.themes,`very_dark_theme.scss`),clover_theme:a.join(g.themes,`clover_theme.scss`),aqua_theme:a.join(g.themes,`aqua_theme.scss`),lavender_theme:a.join(g.themes,`lavender_theme.scss`),blaze_theme:a.join(g.themes,`blaze_theme.scss`),ruby_theme:a.join(g.themes,`ruby_theme.scss`)}},watch:{},sourcemap:e===`development`,license:{fileName:t.content_script===`true`?`dependencies_content_script.json`:`dependencies.json`},rolldownOptions:{output:[{format:t.content_script===`true`?`iife`:`es`,entryFileNames:`[name].${t.content_script===`true`?``:`m`}js`,...t.content_script===`true`?{name:`content_script_u6Pgzb39sN1`}:{chunkFileNames:`chunks/[name].mjs`},minify:e===`production`}]}},plugins:[s(),l({include:`**/*.svg`}),Ed(),c({targets:v}),{name:`build_event`,buildStart(){d&&d()},buildEnd(e){e&&(p=!0)},closeBundle(){f&&setTimeout(()=>{f({build_error:p}),t.exit_build===`true`&&process.exit(1)},200),p=!1}}]}};export{Od as generate_shared_config};