@scania/tegel 0.0.52 → 0.0.71-beta

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 (1226) hide show
  1. package/dist/cjs/index-fd332a2b.js +2519 -0
  2. package/dist/cjs/index.cjs.js +0 -2
  3. package/dist/cjs/loader.cjs.js +3 -5
  4. package/dist/cjs/popper-9def2535.js +1800 -0
  5. package/dist/cjs/sdds-accordion-item.cjs.entry.js +12 -8
  6. package/dist/cjs/sdds-accordion.cjs.entry.js +1 -3
  7. package/dist/cjs/sdds-badges.cjs.entry.js +1 -3
  8. package/dist/cjs/sdds-banner.cjs.entry.js +13 -27
  9. package/dist/cjs/sdds-block.cjs.entry.js +1 -3
  10. package/dist/cjs/sdds-body-cell_2.cjs.entry.js +8 -10
  11. package/dist/cjs/sdds-breadcrumb-item.cjs.entry.js +22 -0
  12. package/dist/cjs/sdds-breadcrumb.cjs.entry.js +1 -3
  13. package/dist/cjs/sdds-button.cjs.entry.js +2 -4
  14. package/dist/cjs/sdds-card.cjs.entry.js +3 -5
  15. package/dist/cjs/sdds-checkbox.cjs.entry.js +2 -4
  16. package/dist/cjs/sdds-chip.cjs.entry.js +52 -0
  17. package/dist/cjs/sdds-core-header-item_2.cjs.entry.js +67 -0
  18. package/dist/cjs/sdds-datetime.cjs.entry.js +4 -6
  19. package/dist/cjs/sdds-divider.cjs.entry.js +1 -3
  20. package/dist/cjs/sdds-dropdown-filter.cjs.entry.js +4 -5
  21. package/dist/cjs/sdds-dropdown-option-v2.cjs.entry.js +93 -0
  22. package/dist/cjs/sdds-dropdown-v2.cjs.entry.js +279 -0
  23. package/dist/cjs/sdds-dropdown_2.cjs.entry.js +8 -10
  24. package/dist/cjs/sdds-folder-tab.cjs.entry.js +32 -0
  25. package/dist/cjs/sdds-folder-tabs.cjs.entry.js +55 -72
  26. package/dist/cjs/sdds-footer-group.cjs.entry.js +36 -0
  27. package/dist/cjs/sdds-footer-item.cjs.entry.js +24 -0
  28. package/dist/cjs/sdds-footer.cjs.entry.js +2 -5
  29. package/dist/cjs/sdds-header-brand-symbol.cjs.entry.js +23 -0
  30. package/dist/cjs/sdds-header-cell.cjs.entry.js +39 -16
  31. package/dist/cjs/sdds-header-dropdown-list-item.cjs.entry.js +25 -0
  32. package/dist/cjs/sdds-header-dropdown-list-user.cjs.entry.js +24 -0
  33. package/dist/cjs/sdds-header-dropdown-list.cjs.entry.js +85 -0
  34. package/dist/cjs/sdds-header-dropdown.cjs.entry.js +49 -0
  35. package/dist/cjs/sdds-header-hamburger.cjs.entry.js +22 -0
  36. package/dist/cjs/sdds-header-launcher-button.cjs.entry.js +24 -0
  37. package/dist/cjs/sdds-header-launcher-grid-item.cjs.entry.js +19 -0
  38. package/dist/cjs/sdds-header-launcher-grid-title.cjs.entry.js +20 -0
  39. package/dist/cjs/sdds-header-launcher-grid.cjs.entry.js +41 -0
  40. package/dist/cjs/sdds-header-launcher-list-item.cjs.entry.js +19 -0
  41. package/dist/cjs/sdds-header-launcher-list-title.cjs.entry.js +21 -0
  42. package/dist/cjs/sdds-header-launcher-list.cjs.entry.js +17 -0
  43. package/dist/cjs/sdds-header-launcher.cjs.entry.js +60 -0
  44. package/dist/cjs/sdds-header-title.cjs.entry.js +19 -0
  45. package/dist/cjs/sdds-header.cjs.entry.js +42 -0
  46. package/dist/cjs/sdds-icon.cjs.entry.js +3 -6
  47. package/dist/cjs/sdds-inline-tab.cjs.entry.js +26 -0
  48. package/dist/cjs/sdds-inline-tabs.cjs.entry.js +64 -99
  49. package/dist/cjs/sdds-link.cjs.entry.js +10 -12
  50. package/dist/cjs/sdds-message.cjs.entry.js +1 -3
  51. package/dist/cjs/sdds-modal.cjs.entry.js +1 -4
  52. package/dist/cjs/sdds-navigation-tab.cjs.entry.js +26 -0
  53. package/dist/cjs/sdds-navigation-tabs.cjs.entry.js +80 -81
  54. package/dist/cjs/sdds-popover-canvas.cjs.entry.js +2 -4
  55. package/dist/cjs/sdds-popover-menu.cjs.entry.js +2 -4
  56. package/dist/cjs/sdds-radio-button.cjs.entry.js +10 -11
  57. package/dist/cjs/sdds-side-menu-close-button.cjs.entry.js +22 -0
  58. package/dist/cjs/sdds-side-menu-collapse-button.cjs.entry.js +51 -0
  59. package/dist/cjs/sdds-side-menu-dropdown-list-item.cjs.entry.js +45 -0
  60. package/dist/cjs/sdds-side-menu-dropdown-list.cjs.entry.js +29 -0
  61. package/dist/cjs/sdds-side-menu-dropdown.cjs.entry.js +67 -0
  62. package/dist/cjs/sdds-side-menu-item.cjs.entry.js +71 -0
  63. package/dist/cjs/sdds-side-menu-overlay.cjs.entry.js +19 -0
  64. package/dist/cjs/sdds-side-menu-user-image_2.cjs.entry.js +36 -0
  65. package/dist/cjs/sdds-side-menu-user.cjs.entry.js +23 -0
  66. package/dist/cjs/sdds-side-menu.cjs.entry.js +115 -0
  67. package/dist/cjs/sdds-slider.cjs.entry.js +37 -43
  68. package/dist/cjs/sdds-spinner.cjs.entry.js +1 -3
  69. package/dist/cjs/sdds-stepper-item.cjs.entry.js +20 -12
  70. package/dist/cjs/sdds-stepper.cjs.entry.js +40 -18
  71. package/dist/cjs/sdds-table-body-row-expandable.cjs.entry.js +3 -5
  72. package/dist/cjs/sdds-table-body.cjs.entry.js +98 -125
  73. package/dist/cjs/sdds-table-footer.cjs.entry.js +56 -77
  74. package/dist/cjs/sdds-table-header.cjs.entry.js +4 -6
  75. package/dist/cjs/sdds-table-toolbar.cjs.entry.js +13 -5
  76. package/dist/cjs/sdds-table.cjs.entry.js +2 -4
  77. package/dist/cjs/sdds-textarea.cjs.entry.js +1 -3
  78. package/dist/cjs/sdds-textfield.cjs.entry.js +1 -3
  79. package/dist/cjs/sdds-toast.cjs.entry.js +11 -11
  80. package/dist/cjs/sdds-toggle.cjs.entry.js +1 -3
  81. package/dist/cjs/sdds-tooltip.cjs.entry.js +2 -4
  82. package/dist/cjs/tegel.cjs.js +3 -5
  83. package/dist/cjs/utils-1dfc3d42.js +514 -0
  84. package/dist/collection/collection-manifest.json +41 -12
  85. package/dist/collection/components/accordion/accordion-item/accordion-item.css +1 -1
  86. package/dist/collection/components/accordion/accordion-item/accordion-item.js +33 -8
  87. package/dist/collection/components/accordion/accordion.js +0 -1
  88. package/dist/collection/components/badge/badges.js +0 -1
  89. package/dist/collection/components/banner/sdds-banner.css +1 -1
  90. package/dist/collection/components/banner/sdds-banner.js +31 -30
  91. package/dist/collection/components/block/sdds-block.js +0 -1
  92. package/dist/collection/components/breadcrumb/sdds-breadcrumb-item/sdds-breadcrumb-item.css +37 -0
  93. package/dist/collection/components/breadcrumb/sdds-breadcrumb-item/sdds-breadcrumb-item.js +63 -0
  94. package/dist/collection/components/breadcrumb/sdds-breadcrumb.js +0 -1
  95. package/dist/collection/components/button/button.css +3 -3
  96. package/dist/collection/components/button/button.js +155 -0
  97. package/dist/collection/components/card/sdds-card.css +1 -0
  98. package/dist/collection/components/card/sdds-card.js +1 -2
  99. package/dist/collection/components/checkbox/sdds-checkbox.css +4 -0
  100. package/dist/collection/components/checkbox/sdds-checkbox.js +0 -1
  101. package/dist/collection/components/chip/sdds-chip.css +58 -0
  102. package/dist/collection/components/chip/sdds-chip.js +194 -0
  103. package/dist/collection/components/data-table/table/table.js +2 -3
  104. package/dist/collection/components/data-table/table-body/table-body.js +101 -121
  105. package/dist/collection/components/data-table/table-body-cell/table-body-cell.js +3 -4
  106. package/dist/collection/components/data-table/table-body-row/table-body-row.css +0 -126
  107. package/dist/collection/components/data-table/table-body-row/table-body-row.js +3 -4
  108. package/dist/collection/components/data-table/table-body-row-expandable/table-body-row-expandable.js +2 -3
  109. package/dist/collection/components/data-table/table-footer/table-footer.js +68 -146
  110. package/dist/collection/components/data-table/table-header/table-header.css +0 -126
  111. package/dist/collection/components/data-table/table-header/table-header.js +2 -3
  112. package/dist/collection/components/data-table/table-header-cell/table-header-cell.js +77 -19
  113. package/dist/collection/components/data-table/table-toolbar/table-toolbar.js +32 -6
  114. package/dist/collection/components/datetime/datetime.css +5 -4
  115. package/dist/collection/components/datetime/datetime.js +3 -4
  116. package/dist/collection/components/divider/divider.js +0 -1
  117. package/dist/collection/components/dropdown/dropdown-filter/dropdown-filter.js +21 -3
  118. package/dist/collection/components/dropdown/dropdown-option/dropdown-option.js +1 -2
  119. package/dist/collection/components/dropdown/dropdown.css +5 -339
  120. package/dist/collection/components/dropdown/dropdown.js +10 -8
  121. package/dist/collection/components/dropdown-v2/dropdown-option-v2/dropdown-option-v2.css +64 -0
  122. package/dist/collection/components/dropdown-v2/dropdown-option-v2/dropdown-option-v2.js +216 -0
  123. package/dist/collection/components/dropdown-v2/dropdown-v2.css +286 -0
  124. package/dist/collection/components/dropdown-v2/dropdown-v2.js +726 -0
  125. package/dist/collection/components/footer/webcomponent/sdds-footer-group/sdds-footer-group.css +76 -0
  126. package/dist/collection/components/footer/webcomponent/sdds-footer-group/sdds-footer-group.js +63 -0
  127. package/dist/collection/components/footer/webcomponent/sdds-footer-item/sdds-footer-item.css +45 -0
  128. package/dist/collection/components/footer/webcomponent/sdds-footer-item/sdds-footer-item.js +25 -0
  129. package/dist/collection/components/footer/webcomponent/sdds-footer.js +1 -3
  130. package/dist/collection/components/header/webcomponent/core-header-item/core-header-item.css +24 -0
  131. package/dist/collection/components/header/webcomponent/core-header-item/core-header-item.js +18 -0
  132. package/dist/collection/components/header/webcomponent/header-brand-symbol/header-brand-symbol.css +14 -0
  133. package/dist/collection/components/header/webcomponent/header-brand-symbol/header-brand-symbol.js +46 -0
  134. package/dist/collection/components/header/webcomponent/header-component.css +56 -0
  135. package/dist/collection/components/header/webcomponent/header-component.js +42 -0
  136. package/dist/collection/components/header/webcomponent/header-dropdown/header-dropdown.css +31 -0
  137. package/dist/collection/components/header/webcomponent/header-dropdown/header-dropdown.js +122 -0
  138. package/dist/collection/components/header/webcomponent/header-dropdown-list/header-dropdown-list.css +19 -0
  139. package/dist/collection/components/header/webcomponent/header-dropdown-list/header-dropdown-list.js +113 -0
  140. package/dist/collection/components/header/webcomponent/header-dropdown-list-item/header-dropdown-list-item.css +56 -0
  141. package/dist/collection/components/header/webcomponent/header-dropdown-list-item/header-dropdown-list-item.js +66 -0
  142. package/dist/collection/components/header/webcomponent/header-dropdown-list-user/header-dropdown-list-user.css +32 -0
  143. package/dist/collection/components/header/webcomponent/header-dropdown-list-user/header-dropdown-list-user.js +97 -0
  144. package/dist/collection/components/header/webcomponent/header-hamburger/header-hamburger.css +25 -0
  145. package/dist/collection/components/header/webcomponent/header-hamburger/header-hamburger.js +21 -0
  146. package/dist/collection/components/header/webcomponent/header-item/header-item.css +41 -0
  147. package/dist/collection/components/header/webcomponent/header-item/header-item.js +95 -0
  148. package/dist/collection/components/header/webcomponent/header-launcher/header-launcher.css +38 -0
  149. package/dist/collection/components/header/webcomponent/header-launcher/header-launcher.js +77 -0
  150. package/dist/collection/components/header/webcomponent/header-launcher-button/header-launcher-button.css +12 -0
  151. package/dist/collection/components/header/webcomponent/header-launcher-button/header-launcher-button.js +47 -0
  152. package/dist/collection/components/header/webcomponent/header-launcher-grid/header-launcher-grid.css +11 -0
  153. package/dist/collection/components/header/webcomponent/header-launcher-grid/header-launcher-grid.js +46 -0
  154. package/dist/collection/components/header/webcomponent/header-launcher-grid-item/header-launcher-grid-item.css +37 -0
  155. package/dist/collection/components/header/webcomponent/header-launcher-grid-item/header-launcher-grid-item.js +18 -0
  156. package/dist/collection/components/header/webcomponent/header-launcher-grid-title/header-launcher-grid-title.css +14 -0
  157. package/dist/collection/components/header/webcomponent/header-launcher-grid-title/header-launcher-grid-title.js +20 -0
  158. package/dist/collection/components/header/webcomponent/header-launcher-list/header-launcher-list.js +10 -0
  159. package/dist/collection/components/header/webcomponent/header-launcher-list-item/header-launcher-list-item.css +4 -0
  160. package/dist/collection/components/header/webcomponent/header-launcher-list-item/header-launcher-list-item.js +18 -0
  161. package/dist/collection/components/header/webcomponent/header-launcher-list-title/header-launcher-list-title.css +14 -0
  162. package/dist/collection/components/header/webcomponent/header-launcher-list-title/header-launcher-list-title.js +21 -0
  163. package/dist/collection/components/header/webcomponent/header-title/header-title.css +21 -0
  164. package/dist/collection/components/header/webcomponent/header-title/header-title.js +18 -0
  165. package/dist/collection/components/icon/icon.js +1 -2
  166. package/dist/collection/components/icon/iconsArray.js +2 -111
  167. package/dist/collection/components/link/sdds-link.css +13 -8
  168. package/dist/collection/components/link/sdds-link.js +8 -62
  169. package/dist/collection/components/message/sdds-message.js +0 -1
  170. package/dist/collection/components/modal/modal.js +0 -2
  171. package/dist/collection/components/popover-canvas/popover-canvas.js +0 -1
  172. package/dist/collection/components/popover-menu/popover-menu.js +0 -1
  173. package/dist/collection/components/radio-button/radio-button-component.css +2 -0
  174. package/dist/collection/components/radio-button/radio-button.js +8 -8
  175. package/dist/collection/components/side-menu/webcomponent/side-menu-close-button/side-menu-close-button.css +26 -0
  176. package/dist/collection/components/side-menu/webcomponent/side-menu-close-button/side-menu-close-button.js +21 -0
  177. package/dist/collection/components/side-menu/webcomponent/side-menu-collapse-button/side-menu-collapse-button.css +30 -0
  178. package/dist/collection/components/side-menu/webcomponent/side-menu-collapse-button/side-menu-collapse-button.js +110 -0
  179. package/dist/collection/components/side-menu/webcomponent/side-menu-dropdown/side-menu-dropdown.css +42 -0
  180. package/dist/collection/components/side-menu/webcomponent/side-menu-dropdown/side-menu-dropdown.js +165 -0
  181. package/dist/collection/components/side-menu/webcomponent/side-menu-dropdown-list/side-menu-dropdown-list.css +14 -0
  182. package/dist/collection/components/side-menu/webcomponent/side-menu-dropdown-list/side-menu-dropdown-list.js +44 -0
  183. package/dist/collection/components/side-menu/webcomponent/side-menu-dropdown-list-item/side-menu-dropdown-list-item.css +50 -0
  184. package/dist/collection/components/side-menu/webcomponent/side-menu-dropdown-list-item/side-menu-dropdown-list-item.js +83 -0
  185. package/dist/collection/components/side-menu/webcomponent/side-menu-item/side-menu-item.css +60 -0
  186. package/dist/collection/components/side-menu/webcomponent/side-menu-item/side-menu-item.js +126 -0
  187. package/dist/collection/components/side-menu/webcomponent/side-menu-overlay/side-menu-overlay.css +8 -0
  188. package/dist/collection/components/side-menu/webcomponent/side-menu-overlay/side-menu-overlay.js +18 -0
  189. package/dist/collection/components/side-menu/webcomponent/side-menu-user/side-menu-user.css +9 -0
  190. package/dist/collection/components/side-menu/webcomponent/side-menu-user/side-menu-user.js +96 -0
  191. package/dist/collection/components/side-menu/webcomponent/side-menu-user-image/side-menu-user-image.css +6 -0
  192. package/dist/collection/components/side-menu/webcomponent/side-menu-user-image/side-menu-user-image.js +62 -0
  193. package/dist/collection/components/side-menu/webcomponent/side-menu-user-label/side-menu-user-label.css +9 -0
  194. package/dist/collection/components/side-menu/webcomponent/side-menu-user-label/side-menu-user-label.js +60 -0
  195. package/dist/collection/components/side-menu/webcomponent/side-menu.css +129 -0
  196. package/dist/collection/components/side-menu/webcomponent/side-menu.js +266 -0
  197. package/dist/collection/components/slider/slider.css +6 -37
  198. package/dist/collection/components/slider/slider.js +36 -41
  199. package/dist/collection/components/spinner/spinner.js +0 -1
  200. package/dist/collection/components/stepper/sdds-stepper.css +9 -1
  201. package/dist/collection/components/stepper/sdds-stepper.js +89 -22
  202. package/dist/collection/components/stepper/stepper-item/sdds-stepper-item.css +5 -4
  203. package/dist/collection/components/stepper/stepper-item/sdds-stepper-item.js +32 -39
  204. package/dist/collection/components/tabs/folder-tabs/folder-tab/sdds-folder-tab.css +75 -0
  205. package/dist/collection/components/tabs/folder-tabs/folder-tab/sdds-folder-tab.js +109 -0
  206. package/dist/collection/components/tabs/folder-tabs/folder-tabs.js +95 -83
  207. package/dist/collection/components/tabs/inline-tabs/inline-tab/sdds-inline-tab.css +73 -0
  208. package/dist/collection/components/tabs/inline-tabs/inline-tab/sdds-inline-tab.js +80 -0
  209. package/dist/collection/components/tabs/inline-tabs/inline-tabs.js +102 -105
  210. package/dist/collection/components/tabs/navigation-tabs/navigation-tab/sdds-navigation-tab.css +73 -0
  211. package/dist/collection/components/tabs/navigation-tabs/navigation-tab/sdds-navigation-tab.js +80 -0
  212. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.js +121 -90
  213. package/dist/collection/components/textarea/textarea.js +0 -1
  214. package/dist/collection/components/textfield/textfield.js +0 -1
  215. package/dist/collection/components/toast/sdds-toast.js +14 -13
  216. package/dist/collection/components/toggle/sdds-toggle.js +0 -1
  217. package/dist/collection/components/tooltip/tooltip.js +0 -1
  218. package/dist/collection/index.js +0 -1
  219. package/dist/collection/utils/constants.js +1 -0
  220. package/dist/collection/utils/utils.js +326 -1
  221. package/dist/components/core-header-item.js +30 -0
  222. package/dist/components/dropdown-option.js +10 -6
  223. package/dist/components/dropdown.js +6 -8
  224. package/dist/components/header-dropdown-list-item.js +39 -0
  225. package/dist/components/header-dropdown-list.js +99 -0
  226. package/dist/components/header-item.js +74 -0
  227. package/dist/components/header-launcher-button.js +55 -0
  228. package/dist/components/icon.js +3 -6
  229. package/dist/components/index.js +0 -2
  230. package/dist/components/popover-canvas.js +134 -0
  231. package/dist/components/popper.js +3 -6
  232. package/dist/components/sdds-accordion-item.js +14 -9
  233. package/dist/components/sdds-accordion.js +1 -3
  234. package/dist/components/sdds-badges.js +1 -3
  235. package/dist/components/sdds-banner.js +13 -27
  236. package/dist/components/sdds-block.js +1 -3
  237. package/dist/components/sdds-body-cell.js +0 -2
  238. package/dist/components/sdds-breadcrumb-item.d.ts +11 -0
  239. package/dist/components/sdds-breadcrumb-item.js +39 -0
  240. package/dist/components/sdds-breadcrumb.js +1 -3
  241. package/dist/components/sdds-button.js +2 -4
  242. package/dist/components/sdds-card.js +3 -5
  243. package/dist/components/sdds-checkbox.js +1 -73
  244. package/dist/components/sdds-checkbox2.js +73 -0
  245. package/dist/components/sdds-chip.d.ts +11 -0
  246. package/dist/components/sdds-chip.js +72 -0
  247. package/dist/components/sdds-core-header-item.d.ts +11 -0
  248. package/dist/components/sdds-core-header-item.js +6 -0
  249. package/dist/components/sdds-datetime.js +5 -8
  250. package/dist/components/sdds-divider.js +1 -3
  251. package/dist/components/sdds-dropdown-filter.js +13 -7
  252. package/dist/components/sdds-dropdown-option-v2.d.ts +11 -0
  253. package/dist/components/sdds-dropdown-option-v2.js +126 -0
  254. package/dist/components/sdds-dropdown-option.js +0 -2
  255. package/dist/components/sdds-dropdown-v2.d.ts +11 -0
  256. package/dist/components/sdds-dropdown-v2.js +323 -0
  257. package/dist/components/sdds-dropdown.js +0 -2
  258. package/dist/components/sdds-folder-tab.d.ts +11 -0
  259. package/dist/components/sdds-folder-tab.js +52 -0
  260. package/dist/components/sdds-folder-tabs.js +57 -74
  261. package/dist/components/sdds-footer-group.d.ts +11 -0
  262. package/dist/components/sdds-footer-group.js +59 -0
  263. package/dist/components/sdds-footer-item.d.ts +11 -0
  264. package/dist/components/sdds-footer-item.js +38 -0
  265. package/dist/components/sdds-footer.js +2 -5
  266. package/dist/components/sdds-header-brand-symbol.d.ts +11 -0
  267. package/dist/components/sdds-header-brand-symbol.js +51 -0
  268. package/dist/components/sdds-header-cell.js +40 -17
  269. package/dist/components/sdds-header-dropdown-list-item.d.ts +11 -0
  270. package/dist/components/sdds-header-dropdown-list-item.js +6 -0
  271. package/dist/components/sdds-header-dropdown-list-user.d.ts +11 -0
  272. package/dist/components/sdds-header-dropdown-list-user.js +43 -0
  273. package/dist/components/sdds-header-dropdown-list.d.ts +11 -0
  274. package/dist/components/sdds-header-dropdown-list.js +6 -0
  275. package/dist/components/sdds-header-dropdown.d.ts +11 -0
  276. package/dist/components/sdds-header-dropdown.js +93 -0
  277. package/dist/components/sdds-header-hamburger.d.ts +11 -0
  278. package/dist/components/sdds-header-hamburger.js +54 -0
  279. package/dist/components/sdds-header-item.d.ts +11 -0
  280. package/dist/components/sdds-header-item.js +6 -0
  281. package/dist/components/sdds-header-launcher-button.d.ts +11 -0
  282. package/dist/components/sdds-header-launcher-button.js +6 -0
  283. package/dist/components/sdds-header-launcher-grid-item.d.ts +11 -0
  284. package/dist/components/sdds-header-launcher-grid-item.js +33 -0
  285. package/dist/components/sdds-header-launcher-grid-title.d.ts +11 -0
  286. package/dist/components/sdds-header-launcher-grid-title.js +33 -0
  287. package/dist/components/sdds-header-launcher-grid.d.ts +11 -0
  288. package/dist/components/sdds-header-launcher-grid.js +56 -0
  289. package/dist/components/sdds-header-launcher-list-item.d.ts +11 -0
  290. package/dist/components/sdds-header-launcher-list-item.js +39 -0
  291. package/dist/components/sdds-header-launcher-list-title.d.ts +11 -0
  292. package/dist/components/sdds-header-launcher-list-title.js +34 -0
  293. package/dist/components/sdds-header-launcher-list.d.ts +11 -0
  294. package/dist/components/sdds-header-launcher-list.js +36 -0
  295. package/dist/components/sdds-header-launcher.d.ts +11 -0
  296. package/dist/components/sdds-header-launcher.js +108 -0
  297. package/dist/components/sdds-header-title.d.ts +11 -0
  298. package/dist/components/sdds-header-title.js +33 -0
  299. package/dist/components/sdds-header.d.ts +11 -0
  300. package/dist/components/sdds-header.js +55 -0
  301. package/dist/components/sdds-icon.js +0 -2
  302. package/dist/components/sdds-inline-tab.d.ts +11 -0
  303. package/dist/components/sdds-inline-tab.js +44 -0
  304. package/dist/components/sdds-inline-tabs.js +66 -100
  305. package/dist/components/sdds-link.js +11 -16
  306. package/dist/components/sdds-message.js +1 -3
  307. package/dist/components/sdds-modal.js +1 -4
  308. package/dist/components/sdds-navigation-tab.d.ts +11 -0
  309. package/dist/components/sdds-navigation-tab.js +44 -0
  310. package/dist/components/sdds-navigation-tabs.js +82 -82
  311. package/dist/components/sdds-popover-canvas.js +1 -134
  312. package/dist/components/sdds-popover-menu.js +1 -3
  313. package/dist/components/sdds-radio-button.js +10 -11
  314. package/dist/components/sdds-side-menu-close-button.d.ts +11 -0
  315. package/dist/components/sdds-side-menu-close-button.js +42 -0
  316. package/dist/components/sdds-side-menu-collapse-button.d.ts +11 -0
  317. package/dist/components/sdds-side-menu-collapse-button.js +73 -0
  318. package/dist/components/sdds-side-menu-dropdown-list-item.d.ts +11 -0
  319. package/dist/components/sdds-side-menu-dropdown-list-item.js +63 -0
  320. package/dist/components/sdds-side-menu-dropdown-list.d.ts +11 -0
  321. package/dist/components/sdds-side-menu-dropdown-list.js +45 -0
  322. package/dist/components/sdds-side-menu-dropdown.d.ts +11 -0
  323. package/dist/components/sdds-side-menu-dropdown.js +100 -0
  324. package/dist/components/sdds-side-menu-item.d.ts +11 -0
  325. package/dist/components/sdds-side-menu-item.js +6 -0
  326. package/dist/components/sdds-side-menu-overlay.d.ts +11 -0
  327. package/dist/components/sdds-side-menu-overlay.js +33 -0
  328. package/dist/components/sdds-side-menu-user-image.d.ts +11 -0
  329. package/dist/components/sdds-side-menu-user-image.js +6 -0
  330. package/dist/components/sdds-side-menu-user-label.d.ts +11 -0
  331. package/dist/components/sdds-side-menu-user-label.js +6 -0
  332. package/dist/components/sdds-side-menu-user.d.ts +11 -0
  333. package/dist/components/sdds-side-menu-user.js +54 -0
  334. package/dist/components/sdds-side-menu.d.ts +11 -0
  335. package/dist/components/sdds-side-menu.js +139 -0
  336. package/dist/components/sdds-slider.js +37 -43
  337. package/dist/components/sdds-spinner.js +1 -3
  338. package/dist/components/sdds-stepper-item.js +24 -18
  339. package/dist/components/sdds-stepper.js +43 -21
  340. package/dist/components/sdds-table-body-row-expandable.js +3 -5
  341. package/dist/components/sdds-table-body-row.js +0 -2
  342. package/dist/components/sdds-table-body.js +109 -132
  343. package/dist/components/sdds-table-footer.js +66 -87
  344. package/dist/components/sdds-table-header.js +11 -7
  345. package/dist/components/sdds-table-toolbar.js +13 -5
  346. package/dist/components/sdds-table.js +2 -4
  347. package/dist/components/sdds-textarea.js +1 -3
  348. package/dist/components/sdds-textfield.js +1 -3
  349. package/dist/components/sdds-toast.js +11 -11
  350. package/dist/components/sdds-toggle.js +1 -3
  351. package/dist/components/sdds-tooltip.js +1 -3
  352. package/dist/components/side-menu-item.js +86 -0
  353. package/dist/components/side-menu-user-image.js +35 -0
  354. package/dist/components/side-menu-user-label.js +35 -0
  355. package/dist/components/table-body-cell.js +4 -6
  356. package/dist/components/table-body-row.js +12 -8
  357. package/dist/components/utils.js +503 -0
  358. package/dist/esm/index-54c55e8d.js +2489 -0
  359. package/dist/esm/index.js +0 -2
  360. package/dist/esm/loader.js +4 -6
  361. package/dist/esm/popper-bfa25c7f.js +1798 -0
  362. package/dist/esm/sdds-accordion-item.entry.js +12 -8
  363. package/dist/esm/sdds-accordion.entry.js +1 -3
  364. package/dist/esm/sdds-badges.entry.js +1 -3
  365. package/dist/esm/sdds-banner.entry.js +13 -27
  366. package/dist/esm/sdds-block.entry.js +1 -3
  367. package/dist/esm/sdds-body-cell_2.entry.js +8 -10
  368. package/dist/esm/sdds-breadcrumb-item.entry.js +18 -0
  369. package/dist/esm/sdds-breadcrumb.entry.js +1 -3
  370. package/dist/esm/sdds-button.entry.js +2 -4
  371. package/dist/esm/sdds-card.entry.js +3 -5
  372. package/dist/esm/sdds-checkbox.entry.js +2 -4
  373. package/dist/esm/sdds-chip.entry.js +48 -0
  374. package/dist/esm/sdds-core-header-item_2.entry.js +62 -0
  375. package/dist/esm/sdds-datetime.entry.js +4 -6
  376. package/dist/esm/sdds-divider.entry.js +1 -3
  377. package/dist/esm/sdds-dropdown-filter.entry.js +4 -5
  378. package/dist/esm/sdds-dropdown-option-v2.entry.js +89 -0
  379. package/dist/esm/sdds-dropdown-v2.entry.js +275 -0
  380. package/dist/esm/sdds-dropdown_2.entry.js +8 -10
  381. package/dist/esm/sdds-folder-tab.entry.js +28 -0
  382. package/dist/esm/sdds-folder-tabs.entry.js +55 -72
  383. package/dist/esm/sdds-footer-group.entry.js +32 -0
  384. package/dist/esm/sdds-footer-item.entry.js +20 -0
  385. package/dist/esm/sdds-footer.entry.js +2 -5
  386. package/dist/esm/sdds-header-brand-symbol.entry.js +19 -0
  387. package/dist/esm/sdds-header-cell.entry.js +39 -16
  388. package/dist/esm/sdds-header-dropdown-list-item.entry.js +21 -0
  389. package/dist/esm/sdds-header-dropdown-list-user.entry.js +20 -0
  390. package/dist/esm/sdds-header-dropdown-list.entry.js +81 -0
  391. package/dist/esm/sdds-header-dropdown.entry.js +45 -0
  392. package/dist/esm/sdds-header-hamburger.entry.js +18 -0
  393. package/dist/esm/sdds-header-launcher-button.entry.js +20 -0
  394. package/dist/esm/sdds-header-launcher-grid-item.entry.js +15 -0
  395. package/dist/esm/sdds-header-launcher-grid-title.entry.js +16 -0
  396. package/dist/esm/sdds-header-launcher-grid.entry.js +37 -0
  397. package/dist/esm/sdds-header-launcher-list-item.entry.js +15 -0
  398. package/dist/esm/sdds-header-launcher-list-title.entry.js +17 -0
  399. package/dist/esm/sdds-header-launcher-list.entry.js +13 -0
  400. package/dist/esm/sdds-header-launcher.entry.js +56 -0
  401. package/dist/esm/sdds-header-title.entry.js +15 -0
  402. package/dist/esm/sdds-header.entry.js +38 -0
  403. package/dist/esm/sdds-icon.entry.js +3 -6
  404. package/dist/esm/sdds-inline-tab.entry.js +22 -0
  405. package/dist/esm/sdds-inline-tabs.entry.js +64 -99
  406. package/dist/esm/sdds-link.entry.js +10 -12
  407. package/dist/esm/sdds-message.entry.js +1 -3
  408. package/dist/esm/sdds-modal.entry.js +1 -4
  409. package/dist/esm/sdds-navigation-tab.entry.js +22 -0
  410. package/dist/esm/sdds-navigation-tabs.entry.js +80 -81
  411. package/dist/esm/sdds-popover-canvas.entry.js +2 -4
  412. package/dist/esm/sdds-popover-menu.entry.js +2 -4
  413. package/dist/esm/sdds-radio-button.entry.js +10 -11
  414. package/dist/esm/sdds-side-menu-close-button.entry.js +18 -0
  415. package/dist/esm/sdds-side-menu-collapse-button.entry.js +47 -0
  416. package/dist/esm/sdds-side-menu-dropdown-list-item.entry.js +41 -0
  417. package/dist/esm/sdds-side-menu-dropdown-list.entry.js +25 -0
  418. package/dist/esm/sdds-side-menu-dropdown.entry.js +63 -0
  419. package/dist/esm/sdds-side-menu-item.entry.js +67 -0
  420. package/dist/esm/sdds-side-menu-overlay.entry.js +15 -0
  421. package/dist/esm/sdds-side-menu-user-image_2.entry.js +31 -0
  422. package/dist/esm/sdds-side-menu-user.entry.js +19 -0
  423. package/dist/esm/sdds-side-menu.entry.js +111 -0
  424. package/dist/esm/sdds-slider.entry.js +37 -43
  425. package/dist/esm/sdds-spinner.entry.js +1 -3
  426. package/dist/esm/sdds-stepper-item.entry.js +20 -12
  427. package/dist/esm/sdds-stepper.entry.js +40 -18
  428. package/dist/esm/sdds-table-body-row-expandable.entry.js +3 -5
  429. package/dist/esm/sdds-table-body.entry.js +98 -125
  430. package/dist/esm/sdds-table-footer.entry.js +56 -77
  431. package/dist/esm/sdds-table-header.entry.js +4 -6
  432. package/dist/esm/sdds-table-toolbar.entry.js +13 -5
  433. package/dist/esm/sdds-table.entry.js +2 -4
  434. package/dist/esm/sdds-textarea.entry.js +1 -3
  435. package/dist/esm/sdds-textfield.entry.js +1 -3
  436. package/dist/esm/sdds-toast.entry.js +11 -11
  437. package/dist/esm/sdds-toggle.entry.js +1 -3
  438. package/dist/esm/sdds-tooltip.entry.js +2 -4
  439. package/dist/esm/tegel.js +4 -6
  440. package/dist/esm/utils-02cc56cb.js +503 -0
  441. package/dist/tegel/index.esm.js +0 -2
  442. package/dist/tegel/p-01b882b8.entry.js +1 -0
  443. package/dist/tegel/p-034c1134.entry.js +1 -0
  444. package/dist/tegel/p-078f0e4e.entry.js +1 -0
  445. package/dist/tegel/p-0a36d105.entry.js +1 -0
  446. package/dist/tegel/p-0cb65ab1.entry.js +1 -0
  447. package/dist/tegel/p-0e108d71.entry.js +1 -0
  448. package/dist/tegel/p-0fef0b44.entry.js +1 -0
  449. package/dist/tegel/p-162c3e80.entry.js +1 -0
  450. package/dist/tegel/p-1997ad44.entry.js +1 -0
  451. package/dist/tegel/p-1ba58650.entry.js +1 -0
  452. package/dist/tegel/p-1f6400d6.entry.js +1 -0
  453. package/dist/tegel/p-21b94a51.entry.js +1 -0
  454. package/dist/tegel/p-22e67438.entry.js +1 -0
  455. package/dist/tegel/p-2bbc084f.entry.js +1 -0
  456. package/dist/tegel/p-2cfc549c.entry.js +1 -0
  457. package/dist/tegel/p-2d79b9bd.entry.js +1 -0
  458. package/dist/tegel/p-2d83f449.entry.js +1 -0
  459. package/dist/tegel/p-329466bd.entry.js +1 -0
  460. package/dist/tegel/p-35d3a6ba.entry.js +1 -0
  461. package/dist/tegel/p-3fb6e05d.entry.js +1 -0
  462. package/dist/tegel/p-4149feff.entry.js +1 -0
  463. package/dist/tegel/p-44ed309b.entry.js +1 -0
  464. package/dist/tegel/p-47ba3b5e.entry.js +1 -0
  465. package/dist/tegel/p-4b2ab48b.entry.js +1 -0
  466. package/dist/tegel/p-4cf4bbc7.entry.js +1 -0
  467. package/dist/tegel/p-59e1675a.entry.js +1 -0
  468. package/dist/tegel/p-5e06540e.entry.js +1 -0
  469. package/dist/tegel/p-643db100.entry.js +1 -0
  470. package/dist/tegel/p-648e9731.entry.js +1 -0
  471. package/dist/tegel/p-6841a86b.entry.js +1 -0
  472. package/dist/tegel/p-6c6c123a.entry.js +1 -0
  473. package/dist/tegel/p-6d86de0a.entry.js +1 -0
  474. package/dist/tegel/p-6e10b47c.entry.js +1 -0
  475. package/dist/tegel/p-7273ea0f.entry.js +1 -0
  476. package/dist/tegel/p-7410551c.entry.js +1 -0
  477. package/dist/tegel/p-75327027.entry.js +1 -0
  478. package/dist/tegel/p-754915d2.entry.js +1 -0
  479. package/dist/tegel/p-7ae4ab28.entry.js +1 -0
  480. package/dist/tegel/p-7b91ccd4.js +2 -0
  481. package/dist/tegel/p-8722e356.entry.js +1 -0
  482. package/dist/tegel/p-8e81b555.entry.js +1 -0
  483. package/dist/tegel/p-9022fb54.entry.js +1 -0
  484. package/dist/tegel/p-90af53db.entry.js +1 -0
  485. package/dist/tegel/p-92620734.entry.js +1 -0
  486. package/dist/tegel/p-93cc4c14.entry.js +1 -0
  487. package/dist/tegel/p-9411abc6.entry.js +1 -0
  488. package/dist/tegel/p-9834b57e.entry.js +1 -0
  489. package/dist/tegel/p-99c2e51a.entry.js +1 -0
  490. package/dist/tegel/p-9a16c425.entry.js +1 -0
  491. package/dist/tegel/p-9d707f6e.js +1 -0
  492. package/dist/tegel/p-9ed4d0b4.entry.js +1 -0
  493. package/dist/tegel/p-a181df72.entry.js +1 -0
  494. package/dist/tegel/p-a33d346e.entry.js +1 -0
  495. package/dist/tegel/p-a3c071af.entry.js +1 -0
  496. package/dist/tegel/p-a68cc45b.entry.js +1 -0
  497. package/dist/tegel/p-aaff2dcf.entry.js +1 -0
  498. package/dist/tegel/p-af5f8644.entry.js +1 -0
  499. package/dist/tegel/p-af6a029f.entry.js +1 -0
  500. package/dist/tegel/p-b03608fc.entry.js +1 -0
  501. package/dist/tegel/p-b70695bf.entry.js +1 -0
  502. package/dist/tegel/p-b8d7732f.entry.js +1 -0
  503. package/dist/tegel/p-bba0ff16.entry.js +1 -0
  504. package/dist/tegel/p-bbf30748.entry.js +1 -0
  505. package/dist/tegel/p-bd23c78a.entry.js +1 -0
  506. package/dist/tegel/p-c8ffa2b5.entry.js +1 -0
  507. package/dist/tegel/p-ca11be70.entry.js +1 -0
  508. package/dist/tegel/p-cad55edb.entry.js +1 -0
  509. package/dist/tegel/p-cefda434.entry.js +1 -0
  510. package/dist/tegel/p-d04df776.entry.js +1 -0
  511. package/dist/tegel/p-d47ed579.entry.js +1 -0
  512. package/dist/tegel/p-d77d95ab.entry.js +1 -0
  513. package/dist/tegel/p-d8aaf653.entry.js +1 -0
  514. package/dist/tegel/p-dcb46b19.entry.js +1 -0
  515. package/dist/tegel/p-e66d22f9.entry.js +1 -0
  516. package/dist/tegel/p-f013fbb4.entry.js +1 -0
  517. package/dist/tegel/p-f6ae0ae1.entry.js +1 -0
  518. package/dist/tegel/p-fa250620.entry.js +1 -0
  519. package/dist/tegel/p-fc963b0a.js +43 -0
  520. package/dist/tegel/p-fe9b222c.entry.js +1 -0
  521. package/dist/tegel/p-ff845045.entry.js +1 -0
  522. package/dist/tegel/tegel.css +3 -87
  523. package/dist/tegel/tegel.esm.js +1 -2
  524. package/dist/types/components/accordion/accordion-item/accordion-item.d.ts +6 -3
  525. package/dist/types/components/banner/sdds-banner.d.ts +7 -10
  526. package/dist/types/components/block/sdds-block.d.ts +1 -2
  527. package/dist/types/components/breadcrumb/sdds-breadcrumb-item/sdds-breadcrumb-item.d.ts +7 -0
  528. package/dist/types/components/button/button.d.ts +17 -0
  529. package/dist/types/components/checkbox/sdds-checkbox.d.ts +1 -2
  530. package/dist/types/components/chip/sdds-chip.d.ts +31 -0
  531. package/dist/types/components/data-table/table-body/table-body.d.ts +6 -6
  532. package/dist/types/components/data-table/table-footer/table-footer.d.ts +16 -27
  533. package/dist/types/components/data-table/table-header-cell/table-header-cell.d.ts +26 -5
  534. package/dist/types/components/data-table/table-toolbar/table-toolbar.d.ts +9 -1
  535. package/dist/types/components/dropdown/dropdown-filter/dropdown-filter.d.ts +2 -0
  536. package/dist/types/components/dropdown/dropdown.d.ts +2 -1
  537. package/dist/types/components/dropdown-v2/dropdown-option-v2/dropdown-option-v2.d.ts +35 -0
  538. package/dist/types/components/dropdown-v2/dropdown-v2.d.ts +86 -0
  539. package/dist/types/components/footer/webcomponent/sdds-footer-group/sdds-footer-group.d.ts +13 -0
  540. package/dist/types/components/footer/webcomponent/sdds-footer-item/sdds-footer-item.d.ts +6 -0
  541. package/dist/types/components/footer/webcomponent/sdds-footer.d.ts +2 -2
  542. package/dist/types/components/header/webcomponent/core-header-item/core-header-item.d.ts +3 -0
  543. package/dist/types/components/header/webcomponent/header-brand-symbol/header-brand-symbol.d.ts +6 -0
  544. package/dist/types/components/header/webcomponent/header-component.d.ts +8 -0
  545. package/dist/types/components/header/webcomponent/header-dropdown/header-dropdown.d.ts +16 -0
  546. package/dist/types/components/header/webcomponent/header-dropdown-list/header-dropdown-list.d.ts +11 -0
  547. package/dist/types/components/header/webcomponent/header-dropdown-list-item/header-dropdown-list-item.d.ts +8 -0
  548. package/dist/types/components/header/webcomponent/header-dropdown-list-user/header-dropdown-list-user.d.ts +12 -0
  549. package/dist/types/components/header/webcomponent/header-hamburger/header-hamburger.d.ts +4 -0
  550. package/dist/types/components/header/webcomponent/header-item/header-item.d.ts +16 -0
  551. package/dist/types/components/header/webcomponent/header-launcher/header-launcher.d.ts +12 -0
  552. package/dist/types/components/header/webcomponent/header-launcher-button/header-launcher-button.d.ts +8 -0
  553. package/dist/types/components/header/webcomponent/header-launcher-grid/header-launcher-grid.d.ts +6 -0
  554. package/dist/types/components/header/webcomponent/header-launcher-grid-item/header-launcher-grid-item.d.ts +3 -0
  555. package/dist/types/components/header/webcomponent/header-launcher-grid-title/header-launcher-grid-title.d.ts +4 -0
  556. package/dist/types/components/header/webcomponent/header-launcher-list/header-launcher-list.d.ts +4 -0
  557. package/dist/types/components/header/webcomponent/header-launcher-list-item/header-launcher-list-item.d.ts +3 -0
  558. package/dist/types/components/header/webcomponent/header-launcher-list-title/header-launcher-list-title.d.ts +5 -0
  559. package/dist/types/components/header/webcomponent/header-title/header-title.d.ts +3 -0
  560. package/dist/types/components/link/sdds-link.d.ts +2 -6
  561. package/dist/types/components/radio-button/radio-button.d.ts +2 -2
  562. package/dist/types/components/side-menu/webcomponent/side-menu-close-button/side-menu-close-button.d.ts +4 -0
  563. package/dist/types/components/side-menu/webcomponent/side-menu-collapse-button/side-menu-collapse-button.d.ts +16 -0
  564. package/dist/types/components/side-menu/webcomponent/side-menu-dropdown/side-menu-dropdown.d.ts +28 -0
  565. package/dist/types/components/side-menu/webcomponent/side-menu-dropdown-list/side-menu-dropdown-list.d.ts +9 -0
  566. package/dist/types/components/side-menu/webcomponent/side-menu-dropdown-list-item/side-menu-dropdown-list-item.d.ts +13 -0
  567. package/dist/types/components/side-menu/webcomponent/side-menu-item/side-menu-item.d.ts +21 -0
  568. package/dist/types/components/side-menu/webcomponent/side-menu-overlay/side-menu-overlay.d.ts +3 -0
  569. package/dist/types/components/side-menu/webcomponent/side-menu-user/side-menu-user.d.ts +11 -0
  570. package/dist/types/components/side-menu/webcomponent/side-menu-user-image/side-menu-user-image.d.ts +7 -0
  571. package/dist/types/components/side-menu/webcomponent/side-menu-user-label/side-menu-user-label.d.ts +7 -0
  572. package/dist/types/components/side-menu/webcomponent/side-menu.d.ts +45 -0
  573. package/dist/types/components/slider/slider.d.ts +23 -25
  574. package/dist/types/components/stepper/sdds-stepper.d.ts +25 -7
  575. package/dist/types/components/stepper/stepper-item/sdds-stepper-item.d.ts +9 -9
  576. package/dist/types/components/tabs/folder-tabs/folder-tab/sdds-folder-tab.d.ts +11 -0
  577. package/dist/types/components/tabs/folder-tabs/folder-tabs.d.ts +20 -20
  578. package/dist/types/components/tabs/inline-tabs/inline-tab/sdds-inline-tab.d.ts +8 -0
  579. package/dist/types/components/tabs/inline-tabs/inline-tabs.d.ts +13 -18
  580. package/dist/types/components/tabs/navigation-tabs/navigation-tab/sdds-navigation-tab.d.ts +8 -0
  581. package/dist/types/components/tabs/navigation-tabs/navigation-tabs.d.ts +13 -13
  582. package/dist/types/components/toast/sdds-toast.d.ts +4 -8
  583. package/dist/types/components/toggle/sdds-toggle.d.ts +1 -2
  584. package/dist/types/components.d.ts +1115 -373
  585. package/dist/types/stencil-public-runtime.d.ts +1 -0
  586. package/dist/types/utils/constants.d.ts +1 -0
  587. package/dist/types/utils/utils.d.ts +141 -0
  588. package/loader/index.d.ts +1 -1
  589. package/package.json +4 -5
  590. package/LICENSE +0 -21
  591. package/dist/cjs/index-5ad19933.js +0 -2229
  592. package/dist/cjs/index-5ad19933.js.map +0 -1
  593. package/dist/cjs/index.cjs.js.map +0 -1
  594. package/dist/cjs/loader.cjs.js.map +0 -1
  595. package/dist/cjs/popper-11d5f714.js +0 -1803
  596. package/dist/cjs/popper-11d5f714.js.map +0 -1
  597. package/dist/cjs/sdds-accordion-item.cjs.entry.js.map +0 -1
  598. package/dist/cjs/sdds-accordion.cjs.entry.js.map +0 -1
  599. package/dist/cjs/sdds-badges.cjs.entry.js.map +0 -1
  600. package/dist/cjs/sdds-banner.cjs.entry.js.map +0 -1
  601. package/dist/cjs/sdds-block.cjs.entry.js.map +0 -1
  602. package/dist/cjs/sdds-body-cell_2.cjs.entry.js.map +0 -1
  603. package/dist/cjs/sdds-breadcrumb-link.cjs.entry.js +0 -27
  604. package/dist/cjs/sdds-breadcrumb-link.cjs.entry.js.map +0 -1
  605. package/dist/cjs/sdds-breadcrumb.cjs.entry.js.map +0 -1
  606. package/dist/cjs/sdds-button.cjs.entry.js.map +0 -1
  607. package/dist/cjs/sdds-card.cjs.entry.js.map +0 -1
  608. package/dist/cjs/sdds-checkbox.cjs.entry.js.map +0 -1
  609. package/dist/cjs/sdds-datetime.cjs.entry.js.map +0 -1
  610. package/dist/cjs/sdds-divider.cjs.entry.js.map +0 -1
  611. package/dist/cjs/sdds-dropdown-filter.cjs.entry.js.map +0 -1
  612. package/dist/cjs/sdds-dropdown_2.cjs.entry.js.map +0 -1
  613. package/dist/cjs/sdds-folder-tabs-button.cjs.entry.js +0 -29
  614. package/dist/cjs/sdds-folder-tabs-button.cjs.entry.js.map +0 -1
  615. package/dist/cjs/sdds-folder-tabs-link.cjs.entry.js +0 -34
  616. package/dist/cjs/sdds-folder-tabs-link.cjs.entry.js.map +0 -1
  617. package/dist/cjs/sdds-folder-tabs.cjs.entry.js.map +0 -1
  618. package/dist/cjs/sdds-footer-link-group.cjs.entry.js +0 -36
  619. package/dist/cjs/sdds-footer-link-group.cjs.entry.js.map +0 -1
  620. package/dist/cjs/sdds-footer-link.cjs.entry.js +0 -29
  621. package/dist/cjs/sdds-footer-link.cjs.entry.js.map +0 -1
  622. package/dist/cjs/sdds-footer.cjs.entry.js.map +0 -1
  623. package/dist/cjs/sdds-header-cell.cjs.entry.js.map +0 -1
  624. package/dist/cjs/sdds-icon.cjs.entry.js.map +0 -1
  625. package/dist/cjs/sdds-inline-tabs-button.cjs.entry.js +0 -24
  626. package/dist/cjs/sdds-inline-tabs-button.cjs.entry.js.map +0 -1
  627. package/dist/cjs/sdds-inline-tabs-link.cjs.entry.js +0 -29
  628. package/dist/cjs/sdds-inline-tabs-link.cjs.entry.js.map +0 -1
  629. package/dist/cjs/sdds-inline-tabs.cjs.entry.js.map +0 -1
  630. package/dist/cjs/sdds-link.cjs.entry.js.map +0 -1
  631. package/dist/cjs/sdds-message.cjs.entry.js.map +0 -1
  632. package/dist/cjs/sdds-modal.cjs.entry.js.map +0 -1
  633. package/dist/cjs/sdds-navigation-tabs-button.cjs.entry.js +0 -24
  634. package/dist/cjs/sdds-navigation-tabs-button.cjs.entry.js.map +0 -1
  635. package/dist/cjs/sdds-navigation-tabs-link.cjs.entry.js +0 -29
  636. package/dist/cjs/sdds-navigation-tabs-link.cjs.entry.js.map +0 -1
  637. package/dist/cjs/sdds-navigation-tabs.cjs.entry.js.map +0 -1
  638. package/dist/cjs/sdds-popover-canvas.cjs.entry.js.map +0 -1
  639. package/dist/cjs/sdds-popover-menu.cjs.entry.js.map +0 -1
  640. package/dist/cjs/sdds-radio-button.cjs.entry.js.map +0 -1
  641. package/dist/cjs/sdds-slider.cjs.entry.js.map +0 -1
  642. package/dist/cjs/sdds-spinner.cjs.entry.js.map +0 -1
  643. package/dist/cjs/sdds-stepper-item.cjs.entry.js.map +0 -1
  644. package/dist/cjs/sdds-stepper.cjs.entry.js.map +0 -1
  645. package/dist/cjs/sdds-table-body-row-expandable.cjs.entry.js.map +0 -1
  646. package/dist/cjs/sdds-table-body.cjs.entry.js.map +0 -1
  647. package/dist/cjs/sdds-table-footer.cjs.entry.js.map +0 -1
  648. package/dist/cjs/sdds-table-header.cjs.entry.js.map +0 -1
  649. package/dist/cjs/sdds-table-toolbar.cjs.entry.js.map +0 -1
  650. package/dist/cjs/sdds-table.cjs.entry.js.map +0 -1
  651. package/dist/cjs/sdds-textarea.cjs.entry.js.map +0 -1
  652. package/dist/cjs/sdds-textfield.cjs.entry.js.map +0 -1
  653. package/dist/cjs/sdds-toast.cjs.entry.js.map +0 -1
  654. package/dist/cjs/sdds-toggle.cjs.entry.js.map +0 -1
  655. package/dist/cjs/sdds-tooltip.cjs.entry.js.map +0 -1
  656. package/dist/cjs/tegel.cjs.js.map +0 -1
  657. package/dist/collection/components/accordion/accordion-item/accordion-item.js.map +0 -1
  658. package/dist/collection/components/accordion/accordion.js.map +0 -1
  659. package/dist/collection/components/accordion/accordion.stories.js +0 -100
  660. package/dist/collection/components/accordion/accordion.stories.js.map +0 -1
  661. package/dist/collection/components/badge/badge.stories.js +0 -100
  662. package/dist/collection/components/badge/badge.stories.js.map +0 -1
  663. package/dist/collection/components/badge/badges.js.map +0 -1
  664. package/dist/collection/components/banner/banner.stories.js +0 -93
  665. package/dist/collection/components/banner/banner.stories.js.map +0 -1
  666. package/dist/collection/components/banner/sdds-banner.js.map +0 -1
  667. package/dist/collection/components/banner/sdds-banner.stories.js +0 -104
  668. package/dist/collection/components/banner/sdds-banner.stories.js.map +0 -1
  669. package/dist/collection/components/block/block-native.stories.js +0 -49
  670. package/dist/collection/components/block/block-native.stories.js.map +0 -1
  671. package/dist/collection/components/block/sdds-block.js.map +0 -1
  672. package/dist/collection/components/block/sdds-block.stories.js +0 -49
  673. package/dist/collection/components/block/sdds-block.stories.js.map +0 -1
  674. package/dist/collection/components/breadcrumb/breadcrumb.stories.js +0 -27
  675. package/dist/collection/components/breadcrumb/breadcrumb.stories.js.map +0 -1
  676. package/dist/collection/components/breadcrumb/sdds-breadcrumb-link/sdds-breadcrumb-link.css +0 -43
  677. package/dist/collection/components/breadcrumb/sdds-breadcrumb-link/sdds-breadcrumb-link.js +0 -120
  678. package/dist/collection/components/breadcrumb/sdds-breadcrumb-link/sdds-breadcrumb-link.js.map +0 -1
  679. package/dist/collection/components/breadcrumb/sdds-breadcrumb.js.map +0 -1
  680. package/dist/collection/components/breadcrumb/sdds-breadcrumb.stories.js +0 -36
  681. package/dist/collection/components/breadcrumb/sdds-breadcrumb.stories.js.map +0 -1
  682. package/dist/collection/components/button/button-component.js +0 -156
  683. package/dist/collection/components/button/button-component.js.map +0 -1
  684. package/dist/collection/components/button/button-native.stories.js +0 -195
  685. package/dist/collection/components/button/button-native.stories.js.map +0 -1
  686. package/dist/collection/components/button/button-webcomponent.stories.js +0 -193
  687. package/dist/collection/components/button/button-webcomponent.stories.js.map +0 -1
  688. package/dist/collection/components/card/card.stories.js +0 -165
  689. package/dist/collection/components/card/card.stories.js.map +0 -1
  690. package/dist/collection/components/card/sdds-card.js.map +0 -1
  691. package/dist/collection/components/card/sdds-card.stories.js +0 -160
  692. package/dist/collection/components/card/sdds-card.stories.js.map +0 -1
  693. package/dist/collection/components/checkbox/checkbox.stories.js +0 -63
  694. package/dist/collection/components/checkbox/checkbox.stories.js.map +0 -1
  695. package/dist/collection/components/checkbox/sdds-checkbox.js.map +0 -1
  696. package/dist/collection/components/checkbox/sdds-checkbox.stories.js +0 -80
  697. package/dist/collection/components/checkbox/sdds-checkbox.stories.js.map +0 -1
  698. package/dist/collection/components/chips/chips.stories.js +0 -127
  699. package/dist/collection/components/chips/chips.stories.js.map +0 -1
  700. package/dist/collection/components/data-table/native-table.stories.js +0 -138
  701. package/dist/collection/components/data-table/native-table.stories.js.map +0 -1
  702. package/dist/collection/components/data-table/table/table.js.map +0 -1
  703. package/dist/collection/components/data-table/table-body/table-body.js.map +0 -1
  704. package/dist/collection/components/data-table/table-body-cell/table-body-cell.js.map +0 -1
  705. package/dist/collection/components/data-table/table-body-row/table-body-row.js.map +0 -1
  706. package/dist/collection/components/data-table/table-body-row-expandable/table-body-row-expandable.js.map +0 -1
  707. package/dist/collection/components/data-table/table-component-basic.stories.js +0 -184
  708. package/dist/collection/components/data-table/table-component-basic.stories.js.map +0 -1
  709. package/dist/collection/components/data-table/table-component-batch-actions.stories.js +0 -150
  710. package/dist/collection/components/data-table/table-component-batch-actions.stories.js.map +0 -1
  711. package/dist/collection/components/data-table/table-component-bodydata.stories.js +0 -53
  712. package/dist/collection/components/data-table/table-component-bodydata.stories.js.map +0 -1
  713. package/dist/collection/components/data-table/table-component-custom-width.stories.js +0 -174
  714. package/dist/collection/components/data-table/table-component-custom-width.stories.js.map +0 -1
  715. package/dist/collection/components/data-table/table-component-event-listeners.stories.js +0 -176
  716. package/dist/collection/components/data-table/table-component-event-listeners.stories.js.map +0 -1
  717. package/dist/collection/components/data-table/table-component-expandable-rows.stories.js +0 -160
  718. package/dist/collection/components/data-table/table-component-expandable-rows.stories.js.map +0 -1
  719. package/dist/collection/components/data-table/table-component-filtering.stories.js +0 -157
  720. package/dist/collection/components/data-table/table-component-filtering.stories.js.map +0 -1
  721. package/dist/collection/components/data-table/table-component-multiselect.stories.js +0 -181
  722. package/dist/collection/components/data-table/table-component-multiselect.stories.js.map +0 -1
  723. package/dist/collection/components/data-table/table-component-pagination.stories.js +0 -150
  724. package/dist/collection/components/data-table/table-component-pagination.stories.js.map +0 -1
  725. package/dist/collection/components/data-table/table-component-sorting.stories.js +0 -183
  726. package/dist/collection/components/data-table/table-component-sorting.stories.js.map +0 -1
  727. package/dist/collection/components/data-table/table-footer/table-footer.js.map +0 -1
  728. package/dist/collection/components/data-table/table-header/table-header.js.map +0 -1
  729. package/dist/collection/components/data-table/table-header-cell/table-header-cell.js.map +0 -1
  730. package/dist/collection/components/data-table/table-toolbar/table-toolbar.js.map +0 -1
  731. package/dist/collection/components/datetime/datetime.js.map +0 -1
  732. package/dist/collection/components/datetime/datetime.stories.js +0 -208
  733. package/dist/collection/components/datetime/datetime.stories.js.map +0 -1
  734. package/dist/collection/components/divider/divider-webcomponent.stories.js +0 -62
  735. package/dist/collection/components/divider/divider-webcomponent.stories.js.map +0 -1
  736. package/dist/collection/components/divider/divider.js.map +0 -1
  737. package/dist/collection/components/divider/divider.stories.js +0 -131
  738. package/dist/collection/components/divider/divider.stories.js.map +0 -1
  739. package/dist/collection/components/dropdown/dropdown-filter/dropdown-filter.js.map +0 -1
  740. package/dist/collection/components/dropdown/dropdown-filter/dropdown-filter.stories.js +0 -183
  741. package/dist/collection/components/dropdown/dropdown-filter/dropdown-filter.stories.js.map +0 -1
  742. package/dist/collection/components/dropdown/dropdown-native.stories.js +0 -104
  743. package/dist/collection/components/dropdown/dropdown-native.stories.js.map +0 -1
  744. package/dist/collection/components/dropdown/dropdown-option/dropdown-option.js.map +0 -1
  745. package/dist/collection/components/dropdown/dropdown-wc-default.stories.js +0 -175
  746. package/dist/collection/components/dropdown/dropdown-wc-default.stories.js.map +0 -1
  747. package/dist/collection/components/dropdown/dropdown-wc-multiselect.stories.js +0 -170
  748. package/dist/collection/components/dropdown/dropdown-wc-multiselect.stories.js.map +0 -1
  749. package/dist/collection/components/dropdown/dropdown.js.map +0 -1
  750. package/dist/collection/components/footer/footer.stories.js +0 -118
  751. package/dist/collection/components/footer/footer.stories.js.map +0 -1
  752. package/dist/collection/components/footer/webcomponent/sdds-footer-link/sdds-footer-link.css +0 -45
  753. package/dist/collection/components/footer/webcomponent/sdds-footer-link/sdds-footer-link.js +0 -86
  754. package/dist/collection/components/footer/webcomponent/sdds-footer-link/sdds-footer-link.js.map +0 -1
  755. package/dist/collection/components/footer/webcomponent/sdds-footer-link-group/sdds-footer-link-group.css +0 -67
  756. package/dist/collection/components/footer/webcomponent/sdds-footer-link-group/sdds-footer-link-group.js +0 -62
  757. package/dist/collection/components/footer/webcomponent/sdds-footer-link-group/sdds-footer-link-group.js.map +0 -1
  758. package/dist/collection/components/footer/webcomponent/sdds-footer.js.map +0 -1
  759. package/dist/collection/components/footer/webcomponent/sdds-footer.stories.js +0 -118
  760. package/dist/collection/components/footer/webcomponent/sdds-footer.stories.js.map +0 -1
  761. package/dist/collection/components/header/header-all.stories.js +0 -220
  762. package/dist/collection/components/header/header-all.stories.js.map +0 -1
  763. package/dist/collection/components/header/header-default.stories.js +0 -50
  764. package/dist/collection/components/header/header-default.stories.js.map +0 -1
  765. package/dist/collection/components/header/header-inline.stories.js +0 -116
  766. package/dist/collection/components/header/header-inline.stories.js.map +0 -1
  767. package/dist/collection/components/header/header-search.stories.js +0 -266
  768. package/dist/collection/components/header/header-search.stories.js.map +0 -1
  769. package/dist/collection/components/header/header-toolbar.stories.js +0 -207
  770. package/dist/collection/components/header/header-toolbar.stories.js.map +0 -1
  771. package/dist/collection/components/icon/icon-font.stories.js +0 -58
  772. package/dist/collection/components/icon/icon-font.stories.js.map +0 -1
  773. package/dist/collection/components/icon/icon-web-component.stories.js +0 -52
  774. package/dist/collection/components/icon/icon-web-component.stories.js.map +0 -1
  775. package/dist/collection/components/icon/icon.js.map +0 -1
  776. package/dist/collection/components/link/link.stories.js +0 -52
  777. package/dist/collection/components/link/link.stories.js.map +0 -1
  778. package/dist/collection/components/link/sdds-link.js.map +0 -1
  779. package/dist/collection/components/link/sdds-link.stories.js +0 -71
  780. package/dist/collection/components/link/sdds-link.stories.js.map +0 -1
  781. package/dist/collection/components/message/message.stories.js +0 -129
  782. package/dist/collection/components/message/message.stories.js.map +0 -1
  783. package/dist/collection/components/message/sdds-message.js.map +0 -1
  784. package/dist/collection/components/message/sdds-message.stories.js +0 -108
  785. package/dist/collection/components/message/sdds-message.stories.js.map +0 -1
  786. package/dist/collection/components/modal/modal-native.stories.js +0 -138
  787. package/dist/collection/components/modal/modal-native.stories.js.map +0 -1
  788. package/dist/collection/components/modal/modal-webcomponent.stories.js +0 -98
  789. package/dist/collection/components/modal/modal-webcomponent.stories.js.map +0 -1
  790. package/dist/collection/components/modal/modal.js.map +0 -1
  791. package/dist/collection/components/popover-canvas/popover-canvas.js.map +0 -1
  792. package/dist/collection/components/popover-canvas/popover-canvas.stories.js +0 -92
  793. package/dist/collection/components/popover-canvas/popover-canvas.stories.js.map +0 -1
  794. package/dist/collection/components/popover-menu/popover-menu-icons.stories.js +0 -126
  795. package/dist/collection/components/popover-menu/popover-menu-icons.stories.js.map +0 -1
  796. package/dist/collection/components/popover-menu/popover-menu.js.map +0 -1
  797. package/dist/collection/components/popover-menu/popover-menu.stories.js +0 -119
  798. package/dist/collection/components/popover-menu/popover-menu.stories.js.map +0 -1
  799. package/dist/collection/components/radio-button/radio-button-component.stories.js +0 -91
  800. package/dist/collection/components/radio-button/radio-button-component.stories.js.map +0 -1
  801. package/dist/collection/components/radio-button/radio-button.js.map +0 -1
  802. package/dist/collection/components/radio-button/radio-button.stories.js +0 -72
  803. package/dist/collection/components/radio-button/radio-button.stories.js.map +0 -1
  804. package/dist/collection/components/side-menu/side-menu.stories.js +0 -183
  805. package/dist/collection/components/side-menu/side-menu.stories.js.map +0 -1
  806. package/dist/collection/components/slider/slider.js.map +0 -1
  807. package/dist/collection/components/slider/slider.stories.js +0 -235
  808. package/dist/collection/components/slider/slider.stories.js.map +0 -1
  809. package/dist/collection/components/spinner/spinner.js.map +0 -1
  810. package/dist/collection/components/spinner/spinner.stories.js +0 -66
  811. package/dist/collection/components/spinner/spinner.stories.js.map +0 -1
  812. package/dist/collection/components/stepper/sdds-stepper.js.map +0 -1
  813. package/dist/collection/components/stepper/stepper-item/sdds-stepper-item.js.map +0 -1
  814. package/dist/collection/components/stepper/stepper.stories.js +0 -130
  815. package/dist/collection/components/stepper/stepper.stories.js.map +0 -1
  816. package/dist/collection/components/tabs/folder-tabs/folder-tabs-button/sdds-folder-tabs-button.css +0 -79
  817. package/dist/collection/components/tabs/folder-tabs/folder-tabs-button/sdds-folder-tabs-button.js +0 -100
  818. package/dist/collection/components/tabs/folder-tabs/folder-tabs-button/sdds-folder-tabs-button.js.map +0 -1
  819. package/dist/collection/components/tabs/folder-tabs/folder-tabs-link/sdds-folder-tabs-link.css +0 -77
  820. package/dist/collection/components/tabs/folder-tabs/folder-tabs-link/sdds-folder-tabs-link.js +0 -158
  821. package/dist/collection/components/tabs/folder-tabs/folder-tabs-link/sdds-folder-tabs-link.js.map +0 -1
  822. package/dist/collection/components/tabs/folder-tabs/folder-tabs.js.map +0 -1
  823. package/dist/collection/components/tabs/folder-tabs/folder-tabs.stories.js +0 -114
  824. package/dist/collection/components/tabs/folder-tabs/folder-tabs.stories.js.map +0 -1
  825. package/dist/collection/components/tabs/inline-tabs/inline-tabs-button/sdds-inline-tabs-button.css +0 -73
  826. package/dist/collection/components/tabs/inline-tabs/inline-tabs-button/sdds-inline-tabs-button.js +0 -64
  827. package/dist/collection/components/tabs/inline-tabs/inline-tabs-button/sdds-inline-tabs-button.js.map +0 -1
  828. package/dist/collection/components/tabs/inline-tabs/inline-tabs-link/sdds-inline-tabs-link.css +0 -75
  829. package/dist/collection/components/tabs/inline-tabs/inline-tabs-link/sdds-inline-tabs-link.js +0 -122
  830. package/dist/collection/components/tabs/inline-tabs/inline-tabs-link/sdds-inline-tabs-link.js.map +0 -1
  831. package/dist/collection/components/tabs/inline-tabs/inline-tabs.js.map +0 -1
  832. package/dist/collection/components/tabs/inline-tabs/inline-tabs.stories.js +0 -109
  833. package/dist/collection/components/tabs/inline-tabs/inline-tabs.stories.js.map +0 -1
  834. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs-button/sdds-navigation-tabs-button.css +0 -73
  835. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs-button/sdds-navigation-tabs-button.js +0 -64
  836. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs-button/sdds-navigation-tabs-button.js.map +0 -1
  837. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs-link/sdds-navigation-tabs-link.css +0 -73
  838. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs-link/sdds-navigation-tabs-link.js +0 -122
  839. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs-link/sdds-navigation-tabs-link.js.map +0 -1
  840. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.js.map +0 -1
  841. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.stories.js +0 -103
  842. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.stories.js.map +0 -1
  843. package/dist/collection/components/textarea/textarea.js.map +0 -1
  844. package/dist/collection/components/textarea/textarea.stories.js +0 -188
  845. package/dist/collection/components/textarea/textarea.stories.js.map +0 -1
  846. package/dist/collection/components/textfield/textfield.js.map +0 -1
  847. package/dist/collection/components/textfield/textfield.stories.js +0 -254
  848. package/dist/collection/components/textfield/textfield.stories.js.map +0 -1
  849. package/dist/collection/components/toast/sdds-toast.js.map +0 -1
  850. package/dist/collection/components/toast/sdds-toast.stories.js +0 -87
  851. package/dist/collection/components/toast/sdds-toast.stories.js.map +0 -1
  852. package/dist/collection/components/toast/toast.stories.js +0 -132
  853. package/dist/collection/components/toast/toast.stories.js.map +0 -1
  854. package/dist/collection/components/toggle/sdds-toggle.js.map +0 -1
  855. package/dist/collection/components/toggle/sdds-toggle.stories.js +0 -95
  856. package/dist/collection/components/toggle/sdds-toggle.stories.js.map +0 -1
  857. package/dist/collection/components/toggle/toggle.stories.js +0 -78
  858. package/dist/collection/components/toggle/toggle.stories.js.map +0 -1
  859. package/dist/collection/components/tooltip/tooltip.js.map +0 -1
  860. package/dist/collection/components/tooltip/tooltip.stories.js +0 -128
  861. package/dist/collection/components/tooltip/tooltip.stories.js.map +0 -1
  862. package/dist/collection/components/utility/colour/background-color.stories.js +0 -97
  863. package/dist/collection/components/utility/colour/background-color.stories.js.map +0 -1
  864. package/dist/collection/components/utility/colour/text-color.stories.js +0 -95
  865. package/dist/collection/components/utility/colour/text-color.stories.js.map +0 -1
  866. package/dist/collection/foundations-stories/colour/colour-brand.stories.js +0 -39
  867. package/dist/collection/foundations-stories/colour/colour-brand.stories.js.map +0 -1
  868. package/dist/collection/foundations-stories/colour/colour-scales.stories.js +0 -72
  869. package/dist/collection/foundations-stories/colour/colour-scales.stories.js.map +0 -1
  870. package/dist/collection/foundations-stories/colour/colour-semantic.stories.js +0 -41
  871. package/dist/collection/foundations-stories/colour/colour-semantic.stories.js.map +0 -1
  872. package/dist/collection/foundations-stories/grid/grid.stories.js +0 -387
  873. package/dist/collection/foundations-stories/grid/grid.stories.js.map +0 -1
  874. package/dist/collection/foundations-stories/spacing/spacing-element.stories.js +0 -101
  875. package/dist/collection/foundations-stories/spacing/spacing-element.stories.js.map +0 -1
  876. package/dist/collection/foundations-stories/spacing/spacing-layout.stories.js +0 -95
  877. package/dist/collection/foundations-stories/spacing/spacing-layout.stories.js.map +0 -1
  878. package/dist/collection/foundations-stories/typography/typography-body.stories.js +0 -17
  879. package/dist/collection/foundations-stories/typography/typography-body.stories.js.map +0 -1
  880. package/dist/collection/foundations-stories/typography/typography-detail.stories.js +0 -18
  881. package/dist/collection/foundations-stories/typography/typography-detail.stories.js.map +0 -1
  882. package/dist/collection/foundations-stories/typography/typography-headline.stories.js +0 -40
  883. package/dist/collection/foundations-stories/typography/typography-headline.stories.js.map +0 -1
  884. package/dist/collection/foundations-stories/typography/typography-paragraph.stories.js +0 -13
  885. package/dist/collection/foundations-stories/typography/typography-paragraph.stories.js.map +0 -1
  886. package/dist/collection/index.js.map +0 -1
  887. package/dist/collection/utils/utils.js.map +0 -1
  888. package/dist/components/dropdown-option.js.map +0 -1
  889. package/dist/components/dropdown.js.map +0 -1
  890. package/dist/components/icon.js.map +0 -1
  891. package/dist/components/index.js.map +0 -1
  892. package/dist/components/popper.js.map +0 -1
  893. package/dist/components/sdds-accordion-item.js.map +0 -1
  894. package/dist/components/sdds-accordion.js.map +0 -1
  895. package/dist/components/sdds-badges.js.map +0 -1
  896. package/dist/components/sdds-banner.js.map +0 -1
  897. package/dist/components/sdds-block.js.map +0 -1
  898. package/dist/components/sdds-body-cell.js.map +0 -1
  899. package/dist/components/sdds-breadcrumb-link.d.ts +0 -11
  900. package/dist/components/sdds-breadcrumb-link.js +0 -47
  901. package/dist/components/sdds-breadcrumb-link.js.map +0 -1
  902. package/dist/components/sdds-breadcrumb.js.map +0 -1
  903. package/dist/components/sdds-button.js.map +0 -1
  904. package/dist/components/sdds-card.js.map +0 -1
  905. package/dist/components/sdds-checkbox.js.map +0 -1
  906. package/dist/components/sdds-datetime.js.map +0 -1
  907. package/dist/components/sdds-divider.js.map +0 -1
  908. package/dist/components/sdds-dropdown-filter.js.map +0 -1
  909. package/dist/components/sdds-dropdown-option.js.map +0 -1
  910. package/dist/components/sdds-dropdown.js.map +0 -1
  911. package/dist/components/sdds-folder-tabs-button.d.ts +0 -11
  912. package/dist/components/sdds-folder-tabs-button.js +0 -48
  913. package/dist/components/sdds-folder-tabs-button.js.map +0 -1
  914. package/dist/components/sdds-folder-tabs-link.d.ts +0 -11
  915. package/dist/components/sdds-folder-tabs-link.js +0 -56
  916. package/dist/components/sdds-folder-tabs-link.js.map +0 -1
  917. package/dist/components/sdds-folder-tabs.js.map +0 -1
  918. package/dist/components/sdds-footer-link-group.d.ts +0 -11
  919. package/dist/components/sdds-footer-link-group.js +0 -58
  920. package/dist/components/sdds-footer-link-group.js.map +0 -1
  921. package/dist/components/sdds-footer-link.d.ts +0 -11
  922. package/dist/components/sdds-footer-link.js +0 -46
  923. package/dist/components/sdds-footer-link.js.map +0 -1
  924. package/dist/components/sdds-footer.js.map +0 -1
  925. package/dist/components/sdds-header-cell.js.map +0 -1
  926. package/dist/components/sdds-icon.js.map +0 -1
  927. package/dist/components/sdds-inline-tabs-button.d.ts +0 -11
  928. package/dist/components/sdds-inline-tabs-button.js +0 -41
  929. package/dist/components/sdds-inline-tabs-button.js.map +0 -1
  930. package/dist/components/sdds-inline-tabs-link.d.ts +0 -11
  931. package/dist/components/sdds-inline-tabs-link.js +0 -49
  932. package/dist/components/sdds-inline-tabs-link.js.map +0 -1
  933. package/dist/components/sdds-inline-tabs.js.map +0 -1
  934. package/dist/components/sdds-link.js.map +0 -1
  935. package/dist/components/sdds-message.js.map +0 -1
  936. package/dist/components/sdds-modal.js.map +0 -1
  937. package/dist/components/sdds-navigation-tabs-button.d.ts +0 -11
  938. package/dist/components/sdds-navigation-tabs-button.js +0 -41
  939. package/dist/components/sdds-navigation-tabs-button.js.map +0 -1
  940. package/dist/components/sdds-navigation-tabs-link.d.ts +0 -11
  941. package/dist/components/sdds-navigation-tabs-link.js +0 -49
  942. package/dist/components/sdds-navigation-tabs-link.js.map +0 -1
  943. package/dist/components/sdds-navigation-tabs.js.map +0 -1
  944. package/dist/components/sdds-popover-canvas.js.map +0 -1
  945. package/dist/components/sdds-popover-menu.js.map +0 -1
  946. package/dist/components/sdds-radio-button.js.map +0 -1
  947. package/dist/components/sdds-slider.js.map +0 -1
  948. package/dist/components/sdds-spinner.js.map +0 -1
  949. package/dist/components/sdds-stepper-item.js.map +0 -1
  950. package/dist/components/sdds-stepper.js.map +0 -1
  951. package/dist/components/sdds-table-body-row-expandable.js.map +0 -1
  952. package/dist/components/sdds-table-body-row.js.map +0 -1
  953. package/dist/components/sdds-table-body.js.map +0 -1
  954. package/dist/components/sdds-table-footer.js.map +0 -1
  955. package/dist/components/sdds-table-header.js.map +0 -1
  956. package/dist/components/sdds-table-toolbar.js.map +0 -1
  957. package/dist/components/sdds-table.js.map +0 -1
  958. package/dist/components/sdds-textarea.js.map +0 -1
  959. package/dist/components/sdds-textfield.js.map +0 -1
  960. package/dist/components/sdds-toast.js.map +0 -1
  961. package/dist/components/sdds-toggle.js.map +0 -1
  962. package/dist/components/sdds-tooltip.js.map +0 -1
  963. package/dist/components/table-body-cell.js.map +0 -1
  964. package/dist/components/table-body-row.js.map +0 -1
  965. package/dist/esm/index-fdfb114c.js +0 -2200
  966. package/dist/esm/index-fdfb114c.js.map +0 -1
  967. package/dist/esm/index.js.map +0 -1
  968. package/dist/esm/loader.js.map +0 -1
  969. package/dist/esm/popper-f860750c.js +0 -1801
  970. package/dist/esm/popper-f860750c.js.map +0 -1
  971. package/dist/esm/sdds-accordion-item.entry.js.map +0 -1
  972. package/dist/esm/sdds-accordion.entry.js.map +0 -1
  973. package/dist/esm/sdds-badges.entry.js.map +0 -1
  974. package/dist/esm/sdds-banner.entry.js.map +0 -1
  975. package/dist/esm/sdds-block.entry.js.map +0 -1
  976. package/dist/esm/sdds-body-cell_2.entry.js.map +0 -1
  977. package/dist/esm/sdds-breadcrumb-link.entry.js +0 -23
  978. package/dist/esm/sdds-breadcrumb-link.entry.js.map +0 -1
  979. package/dist/esm/sdds-breadcrumb.entry.js.map +0 -1
  980. package/dist/esm/sdds-button.entry.js.map +0 -1
  981. package/dist/esm/sdds-card.entry.js.map +0 -1
  982. package/dist/esm/sdds-checkbox.entry.js.map +0 -1
  983. package/dist/esm/sdds-datetime.entry.js.map +0 -1
  984. package/dist/esm/sdds-divider.entry.js.map +0 -1
  985. package/dist/esm/sdds-dropdown-filter.entry.js.map +0 -1
  986. package/dist/esm/sdds-dropdown_2.entry.js.map +0 -1
  987. package/dist/esm/sdds-folder-tabs-button.entry.js +0 -25
  988. package/dist/esm/sdds-folder-tabs-button.entry.js.map +0 -1
  989. package/dist/esm/sdds-folder-tabs-link.entry.js +0 -30
  990. package/dist/esm/sdds-folder-tabs-link.entry.js.map +0 -1
  991. package/dist/esm/sdds-folder-tabs.entry.js.map +0 -1
  992. package/dist/esm/sdds-footer-link-group.entry.js +0 -32
  993. package/dist/esm/sdds-footer-link-group.entry.js.map +0 -1
  994. package/dist/esm/sdds-footer-link.entry.js +0 -25
  995. package/dist/esm/sdds-footer-link.entry.js.map +0 -1
  996. package/dist/esm/sdds-footer.entry.js.map +0 -1
  997. package/dist/esm/sdds-header-cell.entry.js.map +0 -1
  998. package/dist/esm/sdds-icon.entry.js.map +0 -1
  999. package/dist/esm/sdds-inline-tabs-button.entry.js +0 -20
  1000. package/dist/esm/sdds-inline-tabs-button.entry.js.map +0 -1
  1001. package/dist/esm/sdds-inline-tabs-link.entry.js +0 -25
  1002. package/dist/esm/sdds-inline-tabs-link.entry.js.map +0 -1
  1003. package/dist/esm/sdds-inline-tabs.entry.js.map +0 -1
  1004. package/dist/esm/sdds-link.entry.js.map +0 -1
  1005. package/dist/esm/sdds-message.entry.js.map +0 -1
  1006. package/dist/esm/sdds-modal.entry.js.map +0 -1
  1007. package/dist/esm/sdds-navigation-tabs-button.entry.js +0 -20
  1008. package/dist/esm/sdds-navigation-tabs-button.entry.js.map +0 -1
  1009. package/dist/esm/sdds-navigation-tabs-link.entry.js +0 -25
  1010. package/dist/esm/sdds-navigation-tabs-link.entry.js.map +0 -1
  1011. package/dist/esm/sdds-navigation-tabs.entry.js.map +0 -1
  1012. package/dist/esm/sdds-popover-canvas.entry.js.map +0 -1
  1013. package/dist/esm/sdds-popover-menu.entry.js.map +0 -1
  1014. package/dist/esm/sdds-radio-button.entry.js.map +0 -1
  1015. package/dist/esm/sdds-slider.entry.js.map +0 -1
  1016. package/dist/esm/sdds-spinner.entry.js.map +0 -1
  1017. package/dist/esm/sdds-stepper-item.entry.js.map +0 -1
  1018. package/dist/esm/sdds-stepper.entry.js.map +0 -1
  1019. package/dist/esm/sdds-table-body-row-expandable.entry.js.map +0 -1
  1020. package/dist/esm/sdds-table-body.entry.js.map +0 -1
  1021. package/dist/esm/sdds-table-footer.entry.js.map +0 -1
  1022. package/dist/esm/sdds-table-header.entry.js.map +0 -1
  1023. package/dist/esm/sdds-table-toolbar.entry.js.map +0 -1
  1024. package/dist/esm/sdds-table.entry.js.map +0 -1
  1025. package/dist/esm/sdds-textarea.entry.js.map +0 -1
  1026. package/dist/esm/sdds-textfield.entry.js.map +0 -1
  1027. package/dist/esm/sdds-toast.entry.js.map +0 -1
  1028. package/dist/esm/sdds-toggle.entry.js.map +0 -1
  1029. package/dist/esm/sdds-tooltip.entry.js.map +0 -1
  1030. package/dist/esm/tegel.js.map +0 -1
  1031. package/dist/tegel/index.esm.js.map +0 -1
  1032. package/dist/tegel/p-067789d2.entry.js +0 -2
  1033. package/dist/tegel/p-067789d2.entry.js.map +0 -1
  1034. package/dist/tegel/p-12f566b7.entry.js +0 -2
  1035. package/dist/tegel/p-12f566b7.entry.js.map +0 -1
  1036. package/dist/tegel/p-15c44320.entry.js +0 -2
  1037. package/dist/tegel/p-15c44320.entry.js.map +0 -1
  1038. package/dist/tegel/p-1a7f94d3.entry.js +0 -2
  1039. package/dist/tegel/p-1a7f94d3.entry.js.map +0 -1
  1040. package/dist/tegel/p-1df2e987.entry.js +0 -2
  1041. package/dist/tegel/p-1df2e987.entry.js.map +0 -1
  1042. package/dist/tegel/p-1e196fff.entry.js +0 -2
  1043. package/dist/tegel/p-1e196fff.entry.js.map +0 -1
  1044. package/dist/tegel/p-2080db62.entry.js +0 -2
  1045. package/dist/tegel/p-2080db62.entry.js.map +0 -1
  1046. package/dist/tegel/p-23998948.entry.js +0 -2
  1047. package/dist/tegel/p-23998948.entry.js.map +0 -1
  1048. package/dist/tegel/p-29bcd369.entry.js +0 -2
  1049. package/dist/tegel/p-29bcd369.entry.js.map +0 -1
  1050. package/dist/tegel/p-2c57f4bb.entry.js +0 -2
  1051. package/dist/tegel/p-2c57f4bb.entry.js.map +0 -1
  1052. package/dist/tegel/p-387e1798.js +0 -3
  1053. package/dist/tegel/p-387e1798.js.map +0 -1
  1054. package/dist/tegel/p-3a93619e.entry.js +0 -2
  1055. package/dist/tegel/p-3a93619e.entry.js.map +0 -1
  1056. package/dist/tegel/p-3a9db8c4.entry.js +0 -2
  1057. package/dist/tegel/p-3a9db8c4.entry.js.map +0 -1
  1058. package/dist/tegel/p-400d74c2.entry.js +0 -2
  1059. package/dist/tegel/p-400d74c2.entry.js.map +0 -1
  1060. package/dist/tegel/p-4499e5cd.entry.js +0 -2
  1061. package/dist/tegel/p-4499e5cd.entry.js.map +0 -1
  1062. package/dist/tegel/p-479b1c4e.entry.js +0 -2
  1063. package/dist/tegel/p-479b1c4e.entry.js.map +0 -1
  1064. package/dist/tegel/p-4dee91c9.entry.js +0 -2
  1065. package/dist/tegel/p-4dee91c9.entry.js.map +0 -1
  1066. package/dist/tegel/p-52ecce88.entry.js +0 -2
  1067. package/dist/tegel/p-52ecce88.entry.js.map +0 -1
  1068. package/dist/tegel/p-5812ec42.entry.js +0 -2
  1069. package/dist/tegel/p-5812ec42.entry.js.map +0 -1
  1070. package/dist/tegel/p-595c05f4.entry.js +0 -2
  1071. package/dist/tegel/p-595c05f4.entry.js.map +0 -1
  1072. package/dist/tegel/p-5ca26ce8.entry.js +0 -2
  1073. package/dist/tegel/p-5ca26ce8.entry.js.map +0 -1
  1074. package/dist/tegel/p-5cc6d070.entry.js +0 -2
  1075. package/dist/tegel/p-5cc6d070.entry.js.map +0 -1
  1076. package/dist/tegel/p-5dc33f45.entry.js +0 -2
  1077. package/dist/tegel/p-5dc33f45.entry.js.map +0 -1
  1078. package/dist/tegel/p-5f6fe516.entry.js +0 -2
  1079. package/dist/tegel/p-5f6fe516.entry.js.map +0 -1
  1080. package/dist/tegel/p-626434af.entry.js +0 -2
  1081. package/dist/tegel/p-626434af.entry.js.map +0 -1
  1082. package/dist/tegel/p-64dd37d4.entry.js +0 -2
  1083. package/dist/tegel/p-64dd37d4.entry.js.map +0 -1
  1084. package/dist/tegel/p-68e4c190.entry.js +0 -2
  1085. package/dist/tegel/p-68e4c190.entry.js.map +0 -1
  1086. package/dist/tegel/p-750b7e5f.entry.js +0 -2
  1087. package/dist/tegel/p-750b7e5f.entry.js.map +0 -1
  1088. package/dist/tegel/p-7991d22f.entry.js +0 -2
  1089. package/dist/tegel/p-7991d22f.entry.js.map +0 -1
  1090. package/dist/tegel/p-7f10356d.entry.js +0 -2
  1091. package/dist/tegel/p-7f10356d.entry.js.map +0 -1
  1092. package/dist/tegel/p-7f22cee6.entry.js +0 -2
  1093. package/dist/tegel/p-7f22cee6.entry.js.map +0 -1
  1094. package/dist/tegel/p-88ba44a7.entry.js +0 -2
  1095. package/dist/tegel/p-88ba44a7.entry.js.map +0 -1
  1096. package/dist/tegel/p-8b807df5.entry.js +0 -2
  1097. package/dist/tegel/p-8b807df5.entry.js.map +0 -1
  1098. package/dist/tegel/p-a2cbef2c.entry.js +0 -2
  1099. package/dist/tegel/p-a2cbef2c.entry.js.map +0 -1
  1100. package/dist/tegel/p-a5cd0006.entry.js +0 -2
  1101. package/dist/tegel/p-a5cd0006.entry.js.map +0 -1
  1102. package/dist/tegel/p-ad3439b8.entry.js +0 -2
  1103. package/dist/tegel/p-ad3439b8.entry.js.map +0 -1
  1104. package/dist/tegel/p-ae631412.entry.js +0 -2
  1105. package/dist/tegel/p-ae631412.entry.js.map +0 -1
  1106. package/dist/tegel/p-b8d838d1.entry.js +0 -2
  1107. package/dist/tegel/p-b8d838d1.entry.js.map +0 -1
  1108. package/dist/tegel/p-b9b329c0.entry.js +0 -2
  1109. package/dist/tegel/p-b9b329c0.entry.js.map +0 -1
  1110. package/dist/tegel/p-bdae6bc9.entry.js +0 -2
  1111. package/dist/tegel/p-bdae6bc9.entry.js.map +0 -1
  1112. package/dist/tegel/p-bdaf0bc2.entry.js +0 -2
  1113. package/dist/tegel/p-bdaf0bc2.entry.js.map +0 -1
  1114. package/dist/tegel/p-c4d28002.entry.js +0 -2
  1115. package/dist/tegel/p-c4d28002.entry.js.map +0 -1
  1116. package/dist/tegel/p-c6c75439.entry.js +0 -2
  1117. package/dist/tegel/p-c6c75439.entry.js.map +0 -1
  1118. package/dist/tegel/p-ccb82bc3.entry.js +0 -2
  1119. package/dist/tegel/p-ccb82bc3.entry.js.map +0 -1
  1120. package/dist/tegel/p-ce84159b.entry.js +0 -2
  1121. package/dist/tegel/p-ce84159b.entry.js.map +0 -1
  1122. package/dist/tegel/p-d517eaef.entry.js +0 -2
  1123. package/dist/tegel/p-d517eaef.entry.js.map +0 -1
  1124. package/dist/tegel/p-ec26fc38.js +0 -2
  1125. package/dist/tegel/p-ec26fc38.js.map +0 -1
  1126. package/dist/tegel/p-edc4d742.entry.js +0 -2
  1127. package/dist/tegel/p-edc4d742.entry.js.map +0 -1
  1128. package/dist/tegel/p-ef5487a3.entry.js +0 -2
  1129. package/dist/tegel/p-ef5487a3.entry.js.map +0 -1
  1130. package/dist/tegel/p-f23cb0ae.entry.js +0 -2
  1131. package/dist/tegel/p-f23cb0ae.entry.js.map +0 -1
  1132. package/dist/tegel/p-f55ab621.entry.js +0 -2
  1133. package/dist/tegel/p-f55ab621.entry.js.map +0 -1
  1134. package/dist/tegel/p-fcb9e2c1.entry.js +0 -2
  1135. package/dist/tegel/p-fcb9e2c1.entry.js.map +0 -1
  1136. package/dist/tegel/tegel.esm.js.map +0 -1
  1137. package/dist/types/components/accordion/accordion.stories.d.ts +0 -77
  1138. package/dist/types/components/badge/badge.stories.d.ts +0 -61
  1139. package/dist/types/components/banner/banner.stories.d.ts +0 -68
  1140. package/dist/types/components/banner/sdds-banner.stories.d.ts +0 -82
  1141. package/dist/types/components/block/block-native.stories.d.ts +0 -31
  1142. package/dist/types/components/block/sdds-block.stories.d.ts +0 -32
  1143. package/dist/types/components/breadcrumb/breadcrumb.stories.d.ts +0 -12
  1144. package/dist/types/components/breadcrumb/sdds-breadcrumb-link/sdds-breadcrumb-link.d.ts +0 -13
  1145. package/dist/types/components/breadcrumb/sdds-breadcrumb.stories.d.ts +0 -16
  1146. package/dist/types/components/button/button-component.d.ts +0 -18
  1147. package/dist/types/components/button/button-native.stories.d.ts +0 -159
  1148. package/dist/types/components/button/button-webcomponent.stories.d.ts +0 -151
  1149. package/dist/types/components/card/card.stories.d.ts +0 -137
  1150. package/dist/types/components/card/sdds-card.stories.d.ts +0 -128
  1151. package/dist/types/components/checkbox/checkbox.stories.d.ts +0 -51
  1152. package/dist/types/components/checkbox/sdds-checkbox.stories.d.ts +0 -52
  1153. package/dist/types/components/chips/chips.stories.d.ts +0 -101
  1154. package/dist/types/components/data-table/native-table.stories.d.ts +0 -119
  1155. package/dist/types/components/data-table/table-component-basic.stories.d.ts +0 -144
  1156. package/dist/types/components/data-table/table-component-batch-actions.stories.d.ts +0 -139
  1157. package/dist/types/components/data-table/table-component-bodydata.stories.d.ts +0 -33
  1158. package/dist/types/components/data-table/table-component-custom-width.stories.d.ts +0 -131
  1159. package/dist/types/components/data-table/table-component-event-listeners.stories.d.ts +0 -131
  1160. package/dist/types/components/data-table/table-component-expandable-rows.stories.d.ts +0 -131
  1161. package/dist/types/components/data-table/table-component-filtering.stories.d.ts +0 -139
  1162. package/dist/types/components/data-table/table-component-multiselect.stories.d.ts +0 -144
  1163. package/dist/types/components/data-table/table-component-pagination.stories.d.ts +0 -144
  1164. package/dist/types/components/data-table/table-component-sorting.stories.d.ts +0 -183
  1165. package/dist/types/components/datetime/datetime.stories.d.ts +0 -128
  1166. package/dist/types/components/divider/divider-webcomponent.stories.d.ts +0 -58
  1167. package/dist/types/components/divider/divider.stories.d.ts +0 -60
  1168. package/dist/types/components/dropdown/dropdown-filter/dropdown-filter.stories.d.ts +0 -137
  1169. package/dist/types/components/dropdown/dropdown-native.stories.d.ts +0 -72
  1170. package/dist/types/components/dropdown/dropdown-wc-default.stories.d.ts +0 -144
  1171. package/dist/types/components/dropdown/dropdown-wc-multiselect.stories.d.ts +0 -144
  1172. package/dist/types/components/footer/footer.stories.d.ts +0 -45
  1173. package/dist/types/components/footer/webcomponent/sdds-footer-link/sdds-footer-link.d.ts +0 -13
  1174. package/dist/types/components/footer/webcomponent/sdds-footer-link-group/sdds-footer-link-group.d.ts +0 -11
  1175. package/dist/types/components/footer/webcomponent/sdds-footer.stories.d.ts +0 -44
  1176. package/dist/types/components/header/header-all.stories.d.ts +0 -31
  1177. package/dist/types/components/header/header-default.stories.d.ts +0 -31
  1178. package/dist/types/components/header/header-inline.stories.d.ts +0 -31
  1179. package/dist/types/components/header/header-search.stories.d.ts +0 -31
  1180. package/dist/types/components/header/header-toolbar.stories.d.ts +0 -31
  1181. package/dist/types/components/icon/icon-font.stories.d.ts +0 -38
  1182. package/dist/types/components/icon/icon-web-component.stories.d.ts +0 -38
  1183. package/dist/types/components/link/link.stories.d.ts +0 -43
  1184. package/dist/types/components/link/sdds-link.stories.d.ts +0 -58
  1185. package/dist/types/components/message/message.stories.d.ts +0 -89
  1186. package/dist/types/components/message/sdds-message.stories.d.ts +0 -88
  1187. package/dist/types/components/modal/modal-native.stories.d.ts +0 -74
  1188. package/dist/types/components/modal/modal-webcomponent.stories.d.ts +0 -70
  1189. package/dist/types/components/popover-canvas/popover-canvas.stories.d.ts +0 -27
  1190. package/dist/types/components/popover-menu/popover-menu-icons.stories.d.ts +0 -32
  1191. package/dist/types/components/popover-menu/popover-menu.stories.d.ts +0 -32
  1192. package/dist/types/components/radio-button/radio-button-component.stories.d.ts +0 -39
  1193. package/dist/types/components/radio-button/radio-button.stories.d.ts +0 -38
  1194. package/dist/types/components/side-menu/side-menu.stories.d.ts +0 -42
  1195. package/dist/types/components/slider/slider.stories.d.ts +0 -235
  1196. package/dist/types/components/spinner/spinner.stories.d.ts +0 -47
  1197. package/dist/types/components/stepper/stepper.stories.d.ts +0 -72
  1198. package/dist/types/components/tabs/folder-tabs/folder-tabs-button/sdds-folder-tabs-button.d.ts +0 -10
  1199. package/dist/types/components/tabs/folder-tabs/folder-tabs-link/sdds-folder-tabs-link.d.ts +0 -16
  1200. package/dist/types/components/tabs/folder-tabs/folder-tabs.stories.d.ts +0 -52
  1201. package/dist/types/components/tabs/inline-tabs/inline-tabs-button/sdds-inline-tabs-button.d.ts +0 -7
  1202. package/dist/types/components/tabs/inline-tabs/inline-tabs-link/sdds-inline-tabs-link.d.ts +0 -13
  1203. package/dist/types/components/tabs/inline-tabs/inline-tabs.stories.d.ts +0 -44
  1204. package/dist/types/components/tabs/navigation-tabs/navigation-tabs-button/sdds-navigation-tabs-button.d.ts +0 -7
  1205. package/dist/types/components/tabs/navigation-tabs/navigation-tabs-link/sdds-navigation-tabs-link.d.ts +0 -13
  1206. package/dist/types/components/tabs/navigation-tabs/navigation-tabs.stories.d.ts +0 -44
  1207. package/dist/types/components/textarea/textarea.stories.d.ts +0 -139
  1208. package/dist/types/components/textfield/textfield.stories.d.ts +0 -201
  1209. package/dist/types/components/toast/sdds-toast.stories.d.ts +0 -56
  1210. package/dist/types/components/toast/toast.stories.d.ts +0 -68
  1211. package/dist/types/components/toggle/sdds-toggle.stories.d.ts +0 -74
  1212. package/dist/types/components/toggle/toggle.stories.d.ts +0 -58
  1213. package/dist/types/components/tooltip/tooltip.stories.d.ts +0 -66
  1214. package/dist/types/components/utility/colour/background-color.stories.d.ts +0 -58
  1215. package/dist/types/components/utility/colour/text-color.stories.d.ts +0 -58
  1216. package/dist/types/foundations-stories/colour/colour-brand.stories.d.ts +0 -13
  1217. package/dist/types/foundations-stories/colour/colour-scales.stories.d.ts +0 -13
  1218. package/dist/types/foundations-stories/colour/colour-semantic.stories.d.ts +0 -13
  1219. package/dist/types/foundations-stories/grid/grid.stories.d.ts +0 -35
  1220. package/dist/types/foundations-stories/spacing/spacing-element.stories.d.ts +0 -8
  1221. package/dist/types/foundations-stories/spacing/spacing-layout.stories.d.ts +0 -8
  1222. package/dist/types/foundations-stories/typography/typography-body.stories.d.ts +0 -8
  1223. package/dist/types/foundations-stories/typography/typography-detail.stories.d.ts +0 -8
  1224. package/dist/types/foundations-stories/typography/typography-headline.stories.d.ts +0 -21
  1225. package/dist/types/foundations-stories/typography/typography-paragraph.stories.d.ts +0 -8
  1226. package/readme.md +0 -241
@@ -0,0 +1,43 @@
1
+ var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function t(e,t,r){return e(r={path:t,exports:{},require:function(){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}()}},r.exports),r.exports}t((function(t){var r,i,n,s,u,a,o,l,c,h,p,D,d,f,m,E,g,C,y,F,b,A,v,x,S,w,T,B,P,k,N,j,I,O,L,M,_,$,R,q,U,V,H,J,z,G,W,X,K,Y,Q,Z,ee,te,re,ie,ne,se,ue,ae,oe,le,ce,he,pe,De,de,fe,me,Ee,ge,Ce,ye,Fe,be,Ae,ve,xe,Se,we,Te,Be,Pe,ke,Ne,je,Ie,Oe,Le,Me,_e,$e,Re;t.exports=(i=(r=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports))(((t,r)=>{var i=function(e){return e&&e.Math==Math&&e};r.exports=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")()})),n=r(((e,t)=>{t.exports=function(e){try{return!!e()}catch{return!0}}})),s=r(((e,t)=>{var r=n();t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))})),u=r(((e,t)=>{var r=n();t.exports=!r((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))})),a=r(((e,t)=>{var r=u(),i=Function.prototype.call;t.exports=r?i.bind(i):function(){return i.apply(i,arguments)}})),o=r((e=>{var t={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,i=r&&!t.call({1:2},1);e.f=i?function(e){var t=r(this,e);return!!t&&t.enumerable}:t})),l=r(((e,t)=>{t.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}})),c=r(((e,t)=>{var r=u(),i=Function.prototype,n=i.call,s=r&&i.bind.bind(n,n);t.exports=r?s:function(e){return function(){return n.apply(e,arguments)}}})),h=r(((e,t)=>{var r=c(),i=r({}.toString),n=r("".slice);t.exports=function(e){return n(i(e),8,-1)}})),p=r(((e,t)=>{var r=c(),i=n(),s=h(),u=Object,a=r("".split);t.exports=i((function(){return!u("z").propertyIsEnumerable(0)}))?function(e){return"String"==s(e)?a(e,""):u(e)}:u})),D=r(((e,t)=>{t.exports=function(e){return null==e}})),d=r(((e,t)=>{var r=D(),i=TypeError;t.exports=function(e){if(r(e))throw i("Can't call method on "+e);return e}})),f=r(((e,t)=>{var r=p(),i=d();t.exports=function(e){return r(i(e))}})),m=r(((e,t)=>{var r="object"==typeof document&&document.all;t.exports={all:r,IS_HTMLDDA:typeof r>"u"&&void 0!==r}})),E=r(((e,t)=>{var r=m(),i=r.all;t.exports=r.IS_HTMLDDA?function(e){return"function"==typeof e||e===i}:function(e){return"function"==typeof e}})),g=r(((e,t)=>{var r=E(),i=m(),n=i.all;t.exports=i.IS_HTMLDDA?function(e){return"object"==typeof e?null!==e:r(e)||e===n}:function(e){return"object"==typeof e?null!==e:r(e)}})),C=r(((e,t)=>{var r=i(),n=E();t.exports=function(e,t){return arguments.length<2?function(e){return n(e)?e:void 0}(r[e]):r[e]&&r[e][t]}})),y=r(((e,t)=>{var r=c();t.exports=r({}.isPrototypeOf)})),F=r(((e,t)=>{var r=C();t.exports=r("navigator","userAgent")||""})),b=r(((e,t)=>{var r,n,s=i(),u=F(),a=s.process,o=s.Deno,l=a&&a.versions||o&&o.version,c=l&&l.v8;c&&(n=(r=c.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!n&&u&&(!(r=u.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=u.match(/Chrome\/(\d+)/))&&(n=+r[1]),t.exports=n})),A=r(((e,t)=>{var r=b(),i=n();t.exports=!!Object.getOwnPropertySymbols&&!i((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&r&&r<41}))})),v=r(((e,t)=>{var r=A();t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator})),x=r(((e,t)=>{var r=C(),i=E(),n=y(),s=v(),u=Object;t.exports=s?function(e){return"symbol"==typeof e}:function(e){var t=r("Symbol");return i(t)&&n(t.prototype,u(e))}})),S=r(((e,t)=>{var r=String;t.exports=function(e){try{return r(e)}catch{return"Object"}}})),w=r(((e,t)=>{var r=E(),i=S(),n=TypeError;t.exports=function(e){if(r(e))return e;throw n(i(e)+" is not a function")}})),T=r(((e,t)=>{var r=w(),i=D();t.exports=function(e,t){var n=e[t];return i(n)?void 0:r(n)}})),B=r(((e,t)=>{var r=a(),i=E(),n=g(),s=TypeError;t.exports=function(e,t){var u,a;if("string"===t&&i(u=e.toString)&&!n(a=r(u,e))||i(u=e.valueOf)&&!n(a=r(u,e))||"string"!==t&&i(u=e.toString)&&!n(a=r(u,e)))return a;throw s("Can't convert object to primitive value")}})),P=r(((e,t)=>{t.exports=!1})),k=r(((e,t)=>{var r=i(),n=Object.defineProperty;t.exports=function(e,t){try{n(r,e,{value:t,configurable:!0,writable:!0})}catch{r[e]=t}return t}})),N=r(((e,t)=>{var r=i(),n=k(),s="__core-js_shared__",u=r[s]||n(s,{});t.exports=u})),j=r(((e,t)=>{var r=P(),i=N();(t.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.26.1",mode:r?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.26.1/LICENSE",source:"https://github.com/zloirock/core-js"})})),I=r(((e,t)=>{var r=d(),i=Object;t.exports=function(e){return i(r(e))}})),O=r(((e,t)=>{var r=c(),i=I(),n=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(e,t){return n(i(e),t)}})),L=r(((e,t)=>{var r=c(),i=0,n=Math.random(),s=r(1..toString);t.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+s(++i+n,36)}})),M=r(((e,t)=>{var r=i(),n=j(),s=O(),u=L(),a=A(),o=v(),l=n("wks"),c=r.Symbol,h=c&&c.for,p=o?c:c&&c.withoutSetter||u;t.exports=function(e){if(!s(l,e)||!a&&"string"!=typeof l[e]){var t="Symbol."+e;l[e]=a&&s(c,e)?c[e]:o&&h?h(t):p(t)}return l[e]}})),_=r(((e,t)=>{var r=a(),i=g(),n=x(),s=T(),u=B(),o=M(),l=TypeError,c=o("toPrimitive");t.exports=function(e,t){if(!i(e)||n(e))return e;var a,o=s(e,c);if(o){if(void 0===t&&(t="default"),a=r(o,e,t),!i(a)||n(a))return a;throw l("Can't convert object to primitive value")}return void 0===t&&(t="number"),u(e,t)}})),$=r(((e,t)=>{var r=_(),i=x();t.exports=function(e){var t=r(e,"string");return i(t)?t:t+""}})),R=r(((e,t)=>{var r=i(),n=g(),s=r.document,u=n(s)&&n(s.createElement);t.exports=function(e){return u?s.createElement(e):{}}})),q=r(((e,t)=>{var r=s(),i=n(),u=R();t.exports=!r&&!i((function(){return 7!=Object.defineProperty(u("div"),"a",{get:function(){return 7}}).a}))})),U=r((e=>{var t=s(),r=a(),i=o(),n=l(),u=f(),c=$(),h=O(),p=q(),D=Object.getOwnPropertyDescriptor;e.f=t?D:function(e,t){if(e=u(e),t=c(t),p)try{return D(e,t)}catch{}if(h(e,t))return n(!r(i.f,e,t),e[t])}})),V=r(((e,t)=>{var r=s(),i=n();t.exports=r&&i((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))})),H=r(((e,t)=>{var r=g(),i=String,n=TypeError;t.exports=function(e){if(r(e))return e;throw n(i(e)+" is not an object")}})),J=r((e=>{var t=s(),r=q(),i=V(),n=H(),u=$(),a=TypeError,o=Object.defineProperty,l=Object.getOwnPropertyDescriptor,c="enumerable",h="configurable",p="writable";e.f=t?i?function(e,t,r){if(n(e),t=u(t),n(r),"function"==typeof e&&"prototype"===t&&"value"in r&&p in r&&!r[p]){var i=l(e,t);i&&i[p]&&(e[t]=r.value,r={configurable:h in r?r[h]:i[h],enumerable:c in r?r[c]:i[c],writable:!1})}return o(e,t,r)}:o:function(e,t,i){if(n(e),t=u(t),n(i),r)try{return o(e,t,i)}catch{}if("get"in i||"set"in i)throw a("Accessors not supported");return"value"in i&&(e[t]=i.value),e}})),z=r(((e,t)=>{var r=s(),i=J(),n=l();t.exports=r?function(e,t,r){return i.f(e,t,n(1,r))}:function(e,t,r){return e[t]=r,e}})),G=r(((e,t)=>{var r=s(),i=O(),n=Function.prototype,u=r&&Object.getOwnPropertyDescriptor,a=i(n,"name"),o=a&&"something"===function(){}.name,l=a&&(!r||r&&u(n,"name").configurable);t.exports={EXISTS:a,PROPER:o,CONFIGURABLE:l}})),W=r(((e,t)=>{var r=c(),i=E(),n=N(),s=r(Function.toString);i(n.inspectSource)||(n.inspectSource=function(e){return s(e)}),t.exports=n.inspectSource})),X=r(((e,t)=>{var r=i(),n=E(),s=r.WeakMap;t.exports=n(s)&&/native code/.test(String(s))})),K=r(((e,t)=>{var r=j(),i=L(),n=r("keys");t.exports=function(e){return n[e]||(n[e]=i(e))}})),Y=r(((e,t)=>{t.exports={}})),Q=r(((e,t)=>{var r,n,s,u,a,o=X(),l=i(),c=g(),h=z(),p=O(),D=N(),d=K(),f=Y(),m="Object already initialized",E=l.TypeError;o||D.state?((u=D.state||(D.state=new(0,l.WeakMap))).get=u.get,u.has=u.has,u.set=u.set,r=function(e,t){if(u.has(e))throw E(m);return t.facade=e,u.set(e,t),t},n=function(e){return u.get(e)||{}},s=function(e){return u.has(e)}):(f[a=d("state")]=!0,r=function(e,t){if(p(e,a))throw E(m);return t.facade=e,h(e,a,t),t},n=function(e){return p(e,a)?e[a]:{}},s=function(e){return p(e,a)}),t.exports={set:r,get:n,has:s,enforce:function(e){return s(e)?n(e):r(e,{})},getterFor:function(e){return function(t){var r;if(!c(t)||(r=n(t)).type!==e)throw E("Incompatible receiver, "+e+" required");return r}}}})),Z=r(((e,t)=>{var r=n(),i=E(),u=O(),a=s(),o=G().CONFIGURABLE,l=W(),c=Q(),h=c.enforce,p=c.get,D=Object.defineProperty,d=a&&!r((function(){return 8!==D((function(){}),"length",{value:8}).length})),f=String(String).split("String"),m=t.exports=function(e,t,r){"Symbol("===String(t).slice(0,7)&&(t="["+String(t).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!u(e,"name")||o&&e.name!==t)&&(a?D(e,"name",{value:t,configurable:!0}):e.name=t),d&&r&&u(r,"arity")&&e.length!==r.arity&&D(e,"length",{value:r.arity});try{r&&u(r,"constructor")&&r.constructor?a&&D(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch{}var i=h(e);return u(i,"source")||(i.source=f.join("string"==typeof t?t:"")),e};Function.prototype.toString=m((function(){return i(this)&&p(this).source||l(this)}),"toString")})),ee=r(((e,t)=>{var r=E(),i=J(),n=Z(),s=k();t.exports=function(e,t,u,a){a||(a={});var o=a.enumerable,l=void 0!==a.name?a.name:t;if(r(u)&&n(u,l,a),a.global)o?e[t]=u:s(t,u);else{try{a.unsafe?e[t]&&(o=!0):delete e[t]}catch{}o?e[t]=u:i.f(e,t,{value:u,enumerable:!1,configurable:!a.nonConfigurable,writable:!a.nonWritable})}return e}})),te=r(((e,t)=>{var r=Math.ceil,i=Math.floor;t.exports=Math.trunc||function(e){var t=+e;return(t>0?i:r)(t)}})),re=r(((e,t)=>{var r=te();t.exports=function(e){var t=+e;return t!=t||0===t?0:r(t)}})),ie=r(((e,t)=>{var r=re(),i=Math.max,n=Math.min;t.exports=function(e,t){var s=r(e);return s<0?i(s+t,0):n(s,t)}})),ne=r(((e,t)=>{var r=re(),i=Math.min;t.exports=function(e){return e>0?i(r(e),9007199254740991):0}})),se=r(((e,t)=>{var r=ne();t.exports=function(e){return r(e.length)}})),ue=r(((e,t)=>{var r=f(),i=ie(),n=se(),s=function(e){return function(t,s,u){var a,o=r(t),l=n(o),c=i(u,l);if(e&&s!=s){for(;l>c;)if((a=o[c++])!=a)return!0}else for(;l>c;c++)if((e||c in o)&&o[c]===s)return e||c||0;return!e&&-1}};t.exports={includes:s(!0),indexOf:s(!1)}})),ae=r(((e,t)=>{var r=c(),i=O(),n=f(),s=ue().indexOf,u=Y(),a=r([].push);t.exports=function(e,t){var r,o=n(e),l=0,c=[];for(r in o)!i(u,r)&&i(o,r)&&a(c,r);for(;t.length>l;)i(o,r=t[l++])&&(~s(c,r)||a(c,r));return c}})),oe=r(((e,t)=>{t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]})),le=r((e=>{var t=ae(),r=oe().concat("length","prototype");e.f=Object.getOwnPropertyNames||function(e){return t(e,r)}})),ce=r((e=>{e.f=Object.getOwnPropertySymbols})),he=r(((e,t)=>{var r=C(),i=c(),n=le(),s=ce(),u=H(),a=i([].concat);t.exports=r("Reflect","ownKeys")||function(e){var t=n.f(u(e)),r=s.f;return r?a(t,r(e)):t}})),pe=r(((e,t)=>{var r=O(),i=he(),n=U(),s=J();t.exports=function(e,t,u){for(var a=i(t),o=s.f,l=n.f,c=0;c<a.length;c++){var h=a[c];!r(e,h)&&(!u||!r(u,h))&&o(e,h,l(t,h))}}})),De=r(((e,t)=>{var r=n(),i=E(),s=/#|\.prototype\./,u=function(e,t){var n=o[a(e)];return n==c||n!=l&&(i(t)?r(t):!!t)},a=u.normalize=function(e){return String(e).replace(s,".").toLowerCase()},o=u.data={},l=u.NATIVE="N",c=u.POLYFILL="P";t.exports=u})),de=r(((e,t)=>{var r=i(),n=U().f,s=z(),u=ee(),a=k(),o=pe(),l=De();t.exports=function(e,t){var i,c,h,p,D,d=e.target,f=e.global,m=e.stat;if(i=f?r:m?r[d]||a(d,{}):(r[d]||{}).prototype)for(c in t){if(p=t[c],h=e.dontCallGetSet?(D=n(i,c))&&D.value:i[c],!l(f?c:d+(m?".":"#")+c,e.forced)&&void 0!==h){if(typeof p==typeof h)continue;o(p,h)}(e.sham||h&&h.sham)&&s(p,"sham",!0),u(i,c,p,e)}}})),fe=r(((e,t)=>{var r=h();t.exports=Array.isArray||function(e){return"Array"==r(e)}})),me=r(((e,t)=>{var r=TypeError;t.exports=function(e){if(e>9007199254740991)throw r("Maximum allowed index exceeded");return e}})),Ee=r(((e,t)=>{var r=h(),i=c();t.exports=function(e){if("Function"===r(e))return i(e)}})),ge=r(((e,t)=>{var r=Ee(),i=w(),n=u(),s=r(r.bind);t.exports=function(e,t){return i(e),void 0===t?e:n?s(e,t):function(){return e.apply(t,arguments)}}})),Ce=r(((e,t)=>{var r=fe(),i=se(),n=me(),s=ge(),u=function(e,t,a,o,l,c,h,p){for(var D,d,f=l,m=0,E=!!h&&s(h,p);m<o;)m in a&&(D=E?E(a[m],m,t):a[m],c>0&&r(D)?(d=i(D),f=u(e,t,D,d,f,c-1)-1):(n(f+1),e[f]=D),f++),m++;return f};t.exports=u})),ye=r(((e,t)=>{var r={};r[M()("toStringTag")]="z",t.exports="[object z]"===String(r)})),Fe=r(((e,t)=>{var r=ye(),i=E(),n=h(),s=M()("toStringTag"),u=Object,a="Arguments"==n(function(){return arguments}());t.exports=r?n:function(e){var t,r,o;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch{}}(t=u(e),s))?r:a?n(t):"Object"==(o=n(t))&&i(t.callee)?"Arguments":o}})),be=r(((e,t)=>{var r=c(),i=n(),s=E(),u=Fe(),a=C(),o=W(),l=function(){},h=[],p=a("Reflect","construct"),D=/^\s*(?:class|function)\b/,d=r(D.exec),f=!D.exec(l),m=function(e){if(!s(e))return!1;try{return p(l,h,e),!0}catch{return!1}},g=function(e){if(!s(e))return!1;switch(u(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return f||!!d(D,o(e))}catch{return!0}};g.sham=!0,t.exports=!p||i((function(){var e;return m(m.call)||!m(Object)||!m((function(){e=!0}))||e}))?g:m})),Ae=r(((e,t)=>{var r=fe(),i=be(),n=g(),s=M()("species"),u=Array;t.exports=function(e){var t;return r(e)&&(i(t=e.constructor)&&(t===u||r(t.prototype))||n(t)&&null===(t=t[s]))&&(t=void 0),void 0===t?u:t}})),ve=r(((e,t)=>{var r=Ae();t.exports=function(e,t){return new(r(e))(0===t?0:t)}})),xe=r((()=>{var e=de(),t=Ce(),r=w(),i=I(),n=se(),s=ve();e({target:"Array",proto:!0},{flatMap:function(e){var u,a=i(this),o=n(a);return r(e),(u=s(a,0)).length=t(u,a,a,o,0,1,e,arguments.length>1?arguments[1]:void 0),u}})})),Se=r(((e,t)=>{t.exports={}})),we=r(((e,t)=>{var r=M(),i=Se(),n=r("iterator"),s=Array.prototype;t.exports=function(e){return void 0!==e&&(i.Array===e||s[n]===e)}})),Te=r(((e,t)=>{var r=Fe(),i=T(),n=D(),s=Se(),u=M()("iterator");t.exports=function(e){if(!n(e))return i(e,u)||i(e,"@@iterator")||s[r(e)]}})),Be=r(((e,t)=>{var r=a(),i=w(),n=H(),s=S(),u=Te(),o=TypeError;t.exports=function(e,t){var a=arguments.length<2?u(e):t;if(i(a))return n(r(a,e));throw o(s(e)+" is not iterable")}})),Pe=r(((e,t)=>{var r=a(),i=H(),n=T();t.exports=function(e,t,s){var u,a;i(e);try{if(!(u=n(e,"return"))){if("throw"===t)throw s;return s}u=r(u,e)}catch(e){a=!0,u=e}if("throw"===t)throw s;if(a)throw u;return i(u),s}})),ke=r(((e,t)=>{var r=ge(),i=a(),n=H(),s=S(),u=we(),o=se(),l=y(),c=Be(),h=Te(),p=Pe(),D=TypeError,d=function(e,t){this.stopped=e,this.result=t},f=d.prototype;t.exports=function(e,t,a){var m,E,g,C,y,F,b,A=!(!a||!a.AS_ENTRIES),v=!(!a||!a.IS_RECORD),x=!(!a||!a.IS_ITERATOR),S=!(!a||!a.INTERRUPTED),w=r(t,a&&a.that),T=function(e){return m&&p(m,"normal",e),new d(!0,e)},B=function(e){return A?(n(e),S?w(e[0],e[1],T):w(e[0],e[1])):S?w(e,T):w(e)};if(v)m=e.iterator;else if(x)m=e;else{if(!(E=h(e)))throw D(s(e)+" is not iterable");if(u(E)){for(g=0,C=o(e);C>g;g++)if((y=B(e[g]))&&l(f,y))return y;return new d(!1)}m=c(e,E)}for(F=v?e.next:m.next;!(b=i(F,m)).done;){try{y=B(b.value)}catch(e){p(m,"throw",e)}if("object"==typeof y&&y&&l(f,y))return y}return new d(!1)}})),Ne=r(((e,t)=>{var r=$(),i=J(),n=l();t.exports=function(e,t,s){var u=r(t);u in e?i.f(e,u,n(0,s)):e[u]=s}})),je=r((()=>{var e=de(),t=ke(),r=Ne();e({target:"Object",stat:!0},{fromEntries:function(e){var i={};return t(e,(function(e,t){r(i,e,t)}),{AS_ENTRIES:!0}),i}})})),Ie=r(((e,t)=>{var r=Z(),i=J();t.exports=function(e,t,n){return n.get&&r(n.get,t,{getter:!0}),n.set&&r(n.set,t,{setter:!0}),i.f(e,t,n)}})),Oe=r(((e,t)=>{var r=H();t.exports=function(){var e=r(this),t="";return e.hasIndices&&(t+="d"),e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.unicodeSets&&(t+="v"),e.sticky&&(t+="y"),t}})),Le=r((()=>{var e=i(),t=s(),r=Ie(),u=Oe(),a=n(),o=e.RegExp,l=o.prototype;t&&a((function(){var e=!0;try{o(".","d")}catch{e=!1}var t={},r="",i=e?"dgimsy":"gimsy",n=function(e,i){Object.defineProperty(t,e,{get:function(){return r+=i,!0}})},s={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var u in e&&(s.hasIndices="d"),s)n(u,s[u]);return Object.getOwnPropertyDescriptor(l,"flags").get.call(t)!==i||r!==i}))&&r(l,"flags",{configurable:!0,get:u})})),Me=r((()=>{var e=de(),t=i();e({global:!0,forced:t.globalThis!==t},{globalThis:t})})),_e=r((()=>{Me()})),$e=r((()=>{var e=de(),t=Ce(),r=I(),i=se(),n=re(),s=ve();e({target:"Array",proto:!0},{flat:function(){var e=arguments.length?arguments[0]:void 0,u=r(this),a=i(u),o=s(u,0);return o.length=t(o,u,u,a,0,void 0===e?1:n(e)),o}})})),Re=r(((e,t)=>{var r=["cliName","cliCategory","cliDescription"],i=["_"],n=["languageId"];function s(e,t){if(null==e)return{};var r,i,n=function(e,t){if(null==e)return{};var r,i,n={},s=Object.keys(e);for(i=0;i<s.length;i++)!(t.indexOf(r=s[i])>=0)&&(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(i=0;i<s.length;i++)!(t.indexOf(r=s[i])>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}xe(),je(),Le(),_e(),$e();var u,a=Object.create,o=Object.defineProperty,l=Object.getOwnPropertyDescriptor,c=Object.getOwnPropertyNames,h=Object.getPrototypeOf,p=Object.prototype.hasOwnProperty,D=(e,t)=>function(){return e&&(t=(0,e[c(e)[0]])(e=0)),t},d=(e,t)=>function(){return t||(0,e[c(e)[0]])((t={exports:{}}).exports,t),t.exports},f=(e,t)=>{for(var r in t)o(e,r,{get:t[r],enumerable:!0})},m=(e,t,r,i)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let n of c(t))!p.call(e,n)&&n!==r&&o(e,n,{get:()=>t[n],enumerable:!(i=l(t,n))||i.enumerable});return e},E=e=>m(o({},"__esModule",{value:!0}),e),g=D({"<define:process>"(){u={env:{},argv:[]}}}),C=d({"package.json"(e,t){t.exports={version:"2.8.8"}}}),y=d({"node_modules/diff/lib/diff/base.js"(e){function t(){}function r(e,t,r,i,n){for(var s=0,u=t.length,a=0,o=0;s<u;s++){var l=t[s];if(l.removed){if(l.value=e.join(i.slice(o,o+l.count)),o+=l.count,s&&t[s-1].added){var c=t[s-1];t[s-1]=t[s],t[s]=c}}else{if(!l.added&&n){var h=r.slice(a,a+l.count);h=h.map((function(e,t){var r=i[o+t];return r.length>e.length?r:e})),l.value=e.join(h)}else l.value=e.join(r.slice(a,a+l.count));a+=l.count,l.added||(o+=l.count)}}var p=t[u-1];return u>1&&"string"==typeof p.value&&(p.added||p.removed)&&e.equals("",p.value)&&(t[u-2].value+=p.value,t.pop()),t}g(),Object.defineProperty(e,"__esModule",{value:!0}),e.default=t,t.prototype={diff:function(e,t){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=i.callback;"function"==typeof i&&(n=i,i={}),this.options=i;var s=this;function u(e){return n?(setTimeout((function(){n(void 0,e)}),0),!0):e}e=this.castInput(e),t=this.castInput(t),e=this.removeEmpty(this.tokenize(e));var a=(t=this.removeEmpty(this.tokenize(t))).length,o=e.length,l=1,c=a+o,h=[{newPos:-1,components:[]}],p=this.extractCommon(h[0],t,e,0);if(h[0].newPos+1>=a&&p+1>=o)return u([{value:this.join(t),count:t.length}]);function D(){for(var i=-1*l;i<=l;i+=2){var n=void 0,c=h[i-1],p=h[i+1],D=(p?p.newPos:0)-i;c&&(h[i-1]=void 0);var d=c&&c.newPos+1<a,f=p&&0<=D&&D<o;if(d||f){if(!d||f&&c.newPos<p.newPos?(n={newPos:(m=p).newPos,components:m.components.slice(0)},s.pushComponent(n.components,void 0,!0)):((n=c).newPos++,s.pushComponent(n.components,!0,void 0)),D=s.extractCommon(n,t,e,i),n.newPos+1>=a&&D+1>=o)return u(r(s,n.components,t,e,s.useLongestToken));h[i]=n}else h[i]=void 0}var m;l++}if(n)!function e(){setTimeout((function(){if(l>c)return n();D()||e()}),0)}();else for(;l<=c;){var d=D();if(d)return d}},pushComponent:function(e,t,r){var i=e[e.length-1];i&&i.added===t&&i.removed===r?e[e.length-1]={count:i.count+1,added:t,removed:r}:e.push({count:1,added:t,removed:r})},extractCommon:function(e,t,r,i){for(var n=t.length,s=r.length,u=e.newPos,a=u-i,o=0;u+1<n&&a+1<s&&this.equals(t[u+1],r[a+1]);)u++,a++,o++;return o&&e.components.push({count:o}),e.newPos=u,a},equals:function(e,t){return this.options.comparator?this.options.comparator(e,t):e===t||this.options.ignoreCase&&e.toLowerCase()===t.toLowerCase()},removeEmpty:function(e){for(var t=[],r=0;r<e.length;r++)e[r]&&t.push(e[r]);return t},castInput:function(e){return e},tokenize:function(e){return e.split("")},join:function(e){return e.join("")}}}}),F=d({"node_modules/diff/lib/diff/array.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0}),e.diffArrays=function(e,t,i){return r.diff(e,t,i)},e.arrayDiff=void 0;var t,r=new((t=y(),t&&t.__esModule?t:{default:t}).default);e.arrayDiff=r,r.tokenize=function(e){return e.slice()},r.join=r.removeEmpty=function(e){return e}}}),b=d({"src/document/doc-builders.js"(e,t){function r(e){return{type:"concat",parts:e}}function i(e){return{type:"indent",contents:e}}function n(e,t){return{type:"align",contents:t,n:e}}function s(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return{type:"group",id:t.id,contents:e,break:Boolean(t.shouldBreak),expandedStates:t.expandedStates}}g();var u={type:"break-parent"},a={type:"line",hard:!0},o={type:"line",hard:!0,literal:!0},l=r([a,u]),c=r([o,u]),h={type:"cursor",placeholder:Symbol("cursor")};t.exports={concat:r,join:function(e,t){let i=[];for(let r=0;r<t.length;r++)0!==r&&i.push(e),i.push(t[r]);return r(i)},line:{type:"line"},softline:{type:"line",soft:!0},hardline:l,literalline:c,group:s,conditionalGroup:function(e,t){return s(e[0],Object.assign(Object.assign({},t),{},{expandedStates:e}))},fill:function(e){return{type:"fill",parts:e}},lineSuffix:function(e){return{type:"line-suffix",contents:e}},lineSuffixBoundary:{type:"line-suffix-boundary"},cursor:h,breakParent:u,ifBreak:function(e,t){return{type:"if-break",breakContents:e,flatContents:t,groupId:(arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}).groupId}},trim:{type:"trim"},indent:i,indentIfBreak:function(e,t){return{type:"indent-if-break",contents:e,groupId:t.groupId,negate:t.negate}},align:n,addAlignmentToDoc:function(e,t,r){let s=e;if(t>0){for(let e=0;e<Math.floor(t/r);++e)s=i(s);s=n(t%r,s),s=n(Number.NEGATIVE_INFINITY,s)}return s},markAsRoot:function(e){return n({type:"root"},e)},dedentToRoot:function(e){return n(Number.NEGATIVE_INFINITY,e)},dedent:function(e){return n(-1,e)},hardlineWithoutBreakParent:a,literallineWithoutBreakParent:o,label:function(e,t){return{type:"label",label:e,contents:t}}}}}),A=d({"src/common/end-of-line.js"(e,t){g(),t.exports={guessEndOfLine:function(e){let t=e.indexOf("\r");return t>=0?"\n"===e.charAt(t+1)?"crlf":"cr":"lf"},convertEndOfLineToChars:function(e){switch(e){case"cr":return"\r";case"crlf":return"\r\n";default:return"\n"}},countEndOfLineChars:function(e,t){let r;switch(t){case"\n":r=/\n/g;break;case"\r":r=/\r/g;break;case"\r\n":r=/\r\n/g;break;default:throw new Error(`Unexpected "eol" ${JSON.stringify(t)}.`)}let i=e.match(r);return i?i.length:0},normalizeEndOfLine:function(e){return e.replace(/\r\n?/g,"\n")}}}}),v=d({"src/utils/get-last.js"(e,t){g(),t.exports=e=>e[e.length-1]}});var x=D({"node_modules/strip-ansi/node_modules/ansi-regex/index.js"(){g()}});function S(e){if("string"!=typeof e)throw new TypeError(`Expected a \`string\`, got \`${typeof e}\``);return e.replace(function(){let{onlyFirst:e=!1}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(t,e?void 0:"g")}(),"")}var w=D({"node_modules/strip-ansi/index.js"(){g(),x()}});function T(e){return!!Number.isInteger(e)&&e>=4352&&(e<=4447||9001===e||9002===e||11904<=e&&e<=12871&&12351!==e||12880<=e&&e<=19903||19968<=e&&e<=42182||43360<=e&&e<=43388||44032<=e&&e<=55203||63744<=e&&e<=64255||65040<=e&&e<=65049||65072<=e&&e<=65131||65281<=e&&e<=65376||65504<=e&&e<=65510||110592<=e&&e<=110593||127488<=e&&e<=127569||131072<=e&&e<=262141)}var B=D({"node_modules/is-fullwidth-code-point/index.js"(){g()}}),P=d({"node_modules/emoji-regex/index.js"(e,t){g(),t.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}}}),k={};function N(e){if("string"!=typeof e||0===e.length||0===(e=S(e)).length)return 0;e=e.replace((0,j.default)()," ");let t=0;for(let r=0;r<e.length;r++){let i=e.codePointAt(r);i<=31||i>=127&&i<=159||i>=768&&i<=879||(i>65535&&r++,t+=T(i)?2:1)}return t}f(k,{default:()=>N});var j,I=D({"node_modules/string-width/index.js"(){var e,t,r;g(),w(),B(),e=P(),r=null!=e?a(h(e)):{},j=m(!t&&e&&e.__esModule?r:o(r,"default",{value:e,enumerable:!0}),e)}}),O=d({"src/utils/get-string-width.js"(e,t){g();var r=(I(),E(k)).default,i=/[^\x20-\x7F]/;t.exports=function(e){return e?i.test(e)?r(e):e.length:0}}}),L=d({"src/document/doc-utils.js"(e,t){g();var r=v(),{literalline:i,join:n}=b(),s=e=>Array.isArray(e)||e&&"concat"===e.type,u=e=>{if(Array.isArray(e))return e;if("concat"!==e.type&&"fill"!==e.type)throw new Error("Expect doc type to be `concat` or `fill`.");return e.parts},a={};function o(e,t,r,i){let n=[e];for(;n.length>0;){let e=n.pop();if(e!==a){if(r&&n.push(e,a),!t||!1!==t(e))if(s(e)||"fill"===e.type){let t=u(e);for(let e=t.length-1;e>=0;--e)n.push(t[e])}else if("if-break"===e.type)e.flatContents&&n.push(e.flatContents),e.breakContents&&n.push(e.breakContents);else if("group"===e.type&&e.expandedStates)if(i)for(let t=e.expandedStates.length-1;t>=0;--t)n.push(e.expandedStates[t]);else n.push(e.contents);else e.contents&&n.push(e.contents)}else r(n.pop())}}function l(e,t){let r=new Map;return i(e);function i(e){if(r.has(e))return r.get(e);let n=function(e){if(Array.isArray(e))return t(e.map(i));if("concat"===e.type||"fill"===e.type){let r=e.parts.map(i);return t(Object.assign(Object.assign({},e),{},{parts:r}))}if("if-break"===e.type){let r=e.breakContents&&i(e.breakContents),n=e.flatContents&&i(e.flatContents);return t(Object.assign(Object.assign({},e),{},{breakContents:r,flatContents:n}))}if("group"===e.type&&e.expandedStates){let r=e.expandedStates.map(i),n=r[0];return t(Object.assign(Object.assign({},e),{},{contents:n,expandedStates:r}))}if(e.contents){let r=i(e.contents);return t(Object.assign(Object.assign({},e),{},{contents:r}))}return t(e)}(e);return r.set(e,n),n}}function c(e,t,r){let i=r,n=!1;return o(e,(function(e){let r=t(e);if(void 0!==r&&(n=!0,i=r),n)return!1})),i}function h(e){if("group"===e.type&&e.break||"line"===e.type&&e.hard||"break-parent"===e.type)return!0}function p(e){if(e.length>0){let t=r(e);!t.expandedStates&&!t.break&&(t.break="propagated")}return null}function D(e){return"line"!==e.type||e.hard?"if-break"===e.type?e.flatContents||"":e:e.soft?"":" "}var d=(e,t)=>e&&"line"===e.type&&e.hard&&t&&"break-parent"===t.type;function f(e){if(!e)return e;if(s(e)||"fill"===e.type){let t=u(e);for(;t.length>1&&d(...t.slice(-2));)t.length-=2;if(t.length>0){let e=f(r(t));t[t.length-1]=e}return Array.isArray(e)?t:Object.assign(Object.assign({},e),{},{parts:t})}switch(e.type){case"align":case"indent":case"indent-if-break":case"group":case"line-suffix":case"label":{let t=f(e.contents);return Object.assign(Object.assign({},e),{},{contents:t})}case"if-break":{let t=f(e.breakContents),r=f(e.flatContents);return Object.assign(Object.assign({},e),{},{breakContents:t,flatContents:r})}}return e}function m(e){return l(e,(e=>function(e){switch(e.type){case"fill":if(e.parts.every((e=>""===e)))return"";break;case"group":if(!(e.contents||e.id||e.break||e.expandedStates))return"";if("group"===e.contents.type&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case"align":case"indent":case"indent-if-break":case"line-suffix":if(!e.contents)return"";break;case"if-break":if(!e.flatContents&&!e.breakContents)return""}if(!s(e))return e;let t=[];for(let i of u(e)){if(!i)continue;let[e,...n]=s(i)?u(i):[i];"string"==typeof e&&"string"==typeof r(t)?t[t.length-1]+=e:t.push(e),t.push(...n)}return 0===t.length?"":1===t.length?t[0]:Array.isArray(e)?t:Object.assign(Object.assign({},e),{},{parts:t})}(e)))}function E(e){let t=[],i=e.filter(Boolean);for(;i.length>0;){let e=i.shift();if(e){if(s(e)){i.unshift(...u(e));continue}if(t.length>0&&"string"==typeof r(t)&&"string"==typeof e){t[t.length-1]+=e;continue}t.push(e)}}return t}function C(e){return n(arguments.length>1&&void 0!==arguments[1]?arguments[1]:i,e.split("\n")).parts}function y(e){if("line"===e.type)return!0}t.exports={isConcat:s,getDocParts:u,willBreak:function(e){return c(e,h,!1)},traverseDoc:o,findInDoc:c,mapDoc:l,propagateBreaks:function(e){let t=new Set,r=[];o(e,(function(e){if("break-parent"===e.type&&p(r),"group"===e.type){if(r.push(e),t.has(e))return!1;t.add(e)}}),(function(e){"group"===e.type&&r.pop().break&&p(r)}),!0)},removeLines:function(e){return l(e,D)},stripTrailingHardline:function(e){return f(m(e))},normalizeParts:E,normalizeDoc:function(e){return l(e,(e=>Array.isArray(e)?E(e):e.parts?Object.assign(Object.assign({},e),{},{parts:E(e.parts)}):e))},cleanDoc:m,replaceTextEndOfLine:C,replaceEndOfLine:function(e){return l(e,(e=>"string"==typeof e&&e.includes("\n")?C(e):e))},canBreak:function(e){return c(e,y,!1)}}}}),M=d({"src/document/doc-printer.js"(e,t){g();var r,{convertEndOfLineToChars:i}=A(),n=v(),s=O(),{fill:u,cursor:a,indent:o}=b(),{isConcat:l,getDocParts:c}=L();function h(e,t){return D(e,{type:"indent"},t)}function p(e,t,r){return t===Number.NEGATIVE_INFINITY?e.root||{value:"",length:0,queue:[]}:t<0?D(e,{type:"dedent"},r):t?"root"===t.type?Object.assign(Object.assign({},e),{},{root:e}):D(e,{type:"string"==typeof t?"stringAlign":"numberAlign",n:t},r):e}function D(e,t,r){let i="dedent"===t.type?e.queue.slice(0,-1):[...e.queue,t],n="",s=0,u=0,a=0;for(let e of i)switch(e.type){case"indent":c(),r.useTabs?o(1):l(r.tabWidth);break;case"stringAlign":c(),n+=e.n,s+=e.n.length;break;case"numberAlign":u+=1,a+=e.n;break;default:throw new Error(`Unexpected type '${e.type}'`)}return h(),Object.assign(Object.assign({},e),{},{value:n,length:s,queue:i});function o(e){n+="\t".repeat(e),s+=r.tabWidth*e}function l(e){n+=" ".repeat(e),s+=e}function c(){r.useTabs?(u>0&&o(u),p()):h()}function h(){a>0&&l(a),p()}function p(){u=0,a=0}}function d(e){if(0===e.length)return 0;let t=0;for(;e.length>0&&"string"==typeof n(e)&&/^[\t ]*$/.test(n(e));)t+=e.pop().length;if(e.length>0&&"string"==typeof n(e)){let r=n(e).replace(/[\t ]*$/,"");t+=n(e).length-r.length,e[e.length-1]=r}return t}function f(e,t,i,u,a){let o=t.length,h=[e],p=[];for(;i>=0;){if(0===h.length){if(0===o)return!0;h.push(t[--o]);continue}let{mode:e,doc:D}=h.pop();if("string"==typeof D)p.push(D),i-=s(D);else if(l(D)||"fill"===D.type){let t=c(D);for(let r=t.length-1;r>=0;r--)h.push({mode:e,doc:t[r]})}else switch(D.type){case"indent":case"align":case"indent-if-break":case"label":h.push({mode:e,doc:D.contents});break;case"trim":i+=d(p);break;case"group":{if(a&&D.break)return!1;let t=D.break?1:e,r=D.expandedStates&&1===t?n(D.expandedStates):D.contents;h.push({mode:t,doc:r});break}case"if-break":{let t=1===(D.groupId?r[D.groupId]||2:e)?D.breakContents:D.flatContents;t&&h.push({mode:e,doc:t});break}case"line":if(1===e||D.hard)return!0;D.soft||(p.push(" "),i--);break;case"line-suffix":u=!0;break;case"line-suffix-boundary":if(u)return!1}}return!1}t.exports={printDocToString:function(e,t){r={};let D=t.printWidth,m=i(t.endOfLine),E=0,g=[{ind:{value:"",length:0,queue:[]},mode:1,doc:e}],C=[],y=!1,F=[];for(;g.length>0;){let{ind:e,mode:i,doc:b}=g.pop();if("string"==typeof b){let e="\n"!==m?b.replace(/\n/g,m):b;C.push(e),E+=s(e)}else if(l(b)){let t=c(b);for(let r=t.length-1;r>=0;r--)g.push({ind:e,mode:i,doc:t[r]})}else switch(b.type){case"cursor":C.push(a.placeholder);break;case"indent":g.push({ind:h(e,t),mode:i,doc:b.contents});break;case"align":g.push({ind:p(e,b.n,t),mode:i,doc:b.contents});break;case"trim":E-=d(C);break;case"group":switch(i){case 2:if(!y){g.push({ind:e,mode:b.break?1:2,doc:b.contents});break}case 1:{y=!1;let t={ind:e,mode:2,doc:b.contents},r=D-E,i=F.length>0;if(!b.break&&f(t,g,r,i))g.push(t);else if(b.expandedStates){let t=n(b.expandedStates);if(b.break){g.push({ind:e,mode:1,doc:t});break}for(let n=1;n<b.expandedStates.length+1;n++){if(n>=b.expandedStates.length){g.push({ind:e,mode:1,doc:t});break}{let t={ind:e,mode:2,doc:b.expandedStates[n]};if(f(t,g,r,i)){g.push(t);break}}}}else g.push({ind:e,mode:1,doc:b.contents});break}}b.id&&(r[b.id]=n(g).mode);break;case"fill":{let t=D-E,{parts:r}=b;if(0===r.length)break;let[n,s]=r,a={ind:e,mode:2,doc:n},o={ind:e,mode:1,doc:n},l=f(a,[],t,F.length>0,!0);if(1===r.length){g.push(l?a:o);break}let c={ind:e,mode:2,doc:s},h={ind:e,mode:1,doc:s};if(2===r.length){l?g.push(c,a):g.push(h,o);break}r.splice(0,2);let p={ind:e,mode:i,doc:u(r)};f({ind:e,mode:2,doc:[n,s,r[0]]},[],t,F.length>0,!0)?g.push(p,c,a):g.push(p,h,l?a:o);break}case"if-break":case"indent-if-break":{let t=b.groupId?r[b.groupId]:i;if(1===t){let t="if-break"===b.type?b.breakContents:b.negate?b.contents:o(b.contents);t&&g.push({ind:e,mode:i,doc:t})}if(2===t){let t="if-break"===b.type?b.flatContents:b.negate?o(b.contents):b.contents;t&&g.push({ind:e,mode:i,doc:t})}break}case"line-suffix":F.push({ind:e,mode:i,doc:b.contents});break;case"line-suffix-boundary":F.length>0&&g.push({ind:e,mode:i,doc:{type:"line",hard:!0}});break;case"line":switch(i){case 2:if(!b.hard){b.soft||(C.push(" "),E+=1);break}y=!0;case 1:if(F.length>0){g.push({ind:e,mode:i,doc:b},...F.reverse()),F.length=0;break}b.literal?e.root?(C.push(m,e.root.value),E=e.root.length):(C.push(m),E=0):(E-=d(C),C.push(m+e.value),E=e.length)}break;case"label":g.push({ind:e,mode:i,doc:b.contents})}0===g.length&&F.length>0&&(g.push(...F.reverse()),F.length=0)}let b=C.indexOf(a.placeholder);if(-1!==b){let e=C.indexOf(a.placeholder,b+1),t=C.slice(0,b).join(""),r=C.slice(b+1,e).join("");return{formatted:t+r+C.slice(e+1).join(""),cursorNodeStart:t.length,cursorNodeText:r}}return{formatted:C.join("")}}}}}),_=d({"src/document/doc-debug.js"(e,t){g();var{isConcat:r,getDocParts:i}=L();function n(e){if(!e)return"";if(r(e)){let t=[];for(let s of i(e))if(r(s))t.push(...n(s).parts);else{let e=n(s);""!==e&&t.push(e)}return{type:"concat",parts:t}}return"if-break"===e.type?Object.assign(Object.assign({},e),{},{breakContents:n(e.breakContents),flatContents:n(e.flatContents)}):"group"===e.type?Object.assign(Object.assign({},e),{},{contents:n(e.contents),expandedStates:e.expandedStates&&e.expandedStates.map(n)}):"fill"===e.type?{type:"fill",parts:e.parts.map(n)}:e.contents?Object.assign(Object.assign({},e),{},{contents:n(e.contents)}):e}t.exports={printDocToDebug:function(e){let t=Object.create(null),s=new Set;return function e(t,n,s){if("string"==typeof t)return JSON.stringify(t);if(r(t)){let r=i(t).map(e).filter(Boolean);return 1===r.length?r[0]:`[${r.join(", ")}]`}if("line"===t.type){let e=Array.isArray(s)&&s[n+1]&&"break-parent"===s[n+1].type;return t.literal?e?"literalline":"literallineWithoutBreakParent":t.hard?e?"hardline":"hardlineWithoutBreakParent":t.soft?"softline":"line"}if("break-parent"===t.type)return Array.isArray(s)&&s[n-1]&&"line"===s[n-1].type&&s[n-1].hard?void 0:"breakParent";if("trim"===t.type)return"trim";if("indent"===t.type)return"indent("+e(t.contents)+")";if("align"===t.type)return t.n===Number.NEGATIVE_INFINITY?"dedentToRoot("+e(t.contents)+")":t.n<0?"dedent("+e(t.contents)+")":"root"===t.n.type?"markAsRoot("+e(t.contents)+")":"align("+JSON.stringify(t.n)+", "+e(t.contents)+")";if("if-break"===t.type)return"ifBreak("+e(t.breakContents)+(t.flatContents?", "+e(t.flatContents):"")+(t.groupId?(t.flatContents?"":', ""')+`, { groupId: ${u(t.groupId)} }`:"")+")";if("indent-if-break"===t.type){let r=[];t.negate&&r.push("negate: true"),t.groupId&&r.push(`groupId: ${u(t.groupId)}`);let i=r.length>0?`, { ${r.join(", ")} }`:"";return`indentIfBreak(${e(t.contents)}${i})`}if("group"===t.type){let r=[];t.break&&"propagated"!==t.break&&r.push("shouldBreak: true"),t.id&&r.push(`id: ${u(t.id)}`);let i=r.length>0?`, { ${r.join(", ")} }`:"";return t.expandedStates?`conditionalGroup([${t.expandedStates.map((t=>e(t))).join(",")}]${i})`:`group(${e(t.contents)}${i})`}if("fill"===t.type)return`fill([${t.parts.map((t=>e(t))).join(", ")}])`;if("line-suffix"===t.type)return"lineSuffix("+e(t.contents)+")";if("line-suffix-boundary"===t.type)return"lineSuffixBoundary";if("label"===t.type)return`label(${JSON.stringify(t.label)}, ${e(t.contents)})`;throw new Error("Unknown doc type "+t.type)}(n(e));function u(e){if("symbol"!=typeof e)return JSON.stringify(String(e));if(e in t)return t[e];let r=String(e).slice(7,-1)||"symbol";for(let i=0;;i++){let n=r+(i>0?` #${i}`:"");if(!s.has(n))return s.add(n),t[e]=`Symbol.for(${JSON.stringify(n)})`}}}}}}),$=d({"src/document/index.js"(e,t){g(),t.exports={builders:b(),printer:M(),utils:L(),debug:_()}}}),R={};function q(e){if("string"!=typeof e)throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}f(R,{default:()=>q});var U=D({"node_modules/escape-string-regexp/index.js"(){g()}}),V=d({"node_modules/semver/internal/debug.js"(e,t){g();var r="object"==typeof u&&u.env&&u.env.NODE_DEBUG&&/\bsemver\b/i.test(u.env.NODE_DEBUG)?function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return console.error("SEMVER",...t)}:()=>{};t.exports=r}}),H=d({"node_modules/semver/internal/constants.js"(e,t){g(),t.exports={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,MAX_SAFE_COMPONENT_LENGTH:16}}}),J=d({"node_modules/semver/internal/re.js"(e,t){g();var{MAX_SAFE_COMPONENT_LENGTH:r}=H(),i=V(),n=(e=t.exports={}).re=[],s=e.src=[],u=e.t={},a=0,o=(e,t,r)=>{let o=a++;i(e,o,t),u[e]=o,s[o]=t,n[o]=new RegExp(t,r?"g":void 0)};o("NUMERICIDENTIFIER","0|[1-9]\\d*"),o("NUMERICIDENTIFIERLOOSE","[0-9]+"),o("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),o("MAINVERSION",`(${s[u.NUMERICIDENTIFIER]})\\.(${s[u.NUMERICIDENTIFIER]})\\.(${s[u.NUMERICIDENTIFIER]})`),o("MAINVERSIONLOOSE",`(${s[u.NUMERICIDENTIFIERLOOSE]})\\.(${s[u.NUMERICIDENTIFIERLOOSE]})\\.(${s[u.NUMERICIDENTIFIERLOOSE]})`),o("PRERELEASEIDENTIFIER",`(?:${s[u.NUMERICIDENTIFIER]}|${s[u.NONNUMERICIDENTIFIER]})`),o("PRERELEASEIDENTIFIERLOOSE",`(?:${s[u.NUMERICIDENTIFIERLOOSE]}|${s[u.NONNUMERICIDENTIFIER]})`),o("PRERELEASE",`(?:-(${s[u.PRERELEASEIDENTIFIER]}(?:\\.${s[u.PRERELEASEIDENTIFIER]})*))`),o("PRERELEASELOOSE",`(?:-?(${s[u.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${s[u.PRERELEASEIDENTIFIERLOOSE]})*))`),o("BUILDIDENTIFIER","[0-9A-Za-z-]+"),o("BUILD",`(?:\\+(${s[u.BUILDIDENTIFIER]}(?:\\.${s[u.BUILDIDENTIFIER]})*))`),o("FULLPLAIN",`v?${s[u.MAINVERSION]}${s[u.PRERELEASE]}?${s[u.BUILD]}?`),o("FULL",`^${s[u.FULLPLAIN]}$`),o("LOOSEPLAIN",`[v=\\s]*${s[u.MAINVERSIONLOOSE]}${s[u.PRERELEASELOOSE]}?${s[u.BUILD]}?`),o("LOOSE",`^${s[u.LOOSEPLAIN]}$`),o("GTLT","((?:<|>)?=?)"),o("XRANGEIDENTIFIERLOOSE",`${s[u.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),o("XRANGEIDENTIFIER",`${s[u.NUMERICIDENTIFIER]}|x|X|\\*`),o("XRANGEPLAIN",`[v=\\s]*(${s[u.XRANGEIDENTIFIER]})(?:\\.(${s[u.XRANGEIDENTIFIER]})(?:\\.(${s[u.XRANGEIDENTIFIER]})(?:${s[u.PRERELEASE]})?${s[u.BUILD]}?)?)?`),o("XRANGEPLAINLOOSE",`[v=\\s]*(${s[u.XRANGEIDENTIFIERLOOSE]})(?:\\.(${s[u.XRANGEIDENTIFIERLOOSE]})(?:\\.(${s[u.XRANGEIDENTIFIERLOOSE]})(?:${s[u.PRERELEASELOOSE]})?${s[u.BUILD]}?)?)?`),o("XRANGE",`^${s[u.GTLT]}\\s*${s[u.XRANGEPLAIN]}$`),o("XRANGELOOSE",`^${s[u.GTLT]}\\s*${s[u.XRANGEPLAINLOOSE]}$`),o("COERCE",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?(?:$|[^\\d])`),o("COERCERTL",s[u.COERCE],!0),o("LONETILDE","(?:~>?)"),o("TILDETRIM",`(\\s*)${s[u.LONETILDE]}\\s+`,!0),e.tildeTrimReplace="$1~",o("TILDE",`^${s[u.LONETILDE]}${s[u.XRANGEPLAIN]}$`),o("TILDELOOSE",`^${s[u.LONETILDE]}${s[u.XRANGEPLAINLOOSE]}$`),o("LONECARET","(?:\\^)"),o("CARETTRIM",`(\\s*)${s[u.LONECARET]}\\s+`,!0),e.caretTrimReplace="$1^",o("CARET",`^${s[u.LONECARET]}${s[u.XRANGEPLAIN]}$`),o("CARETLOOSE",`^${s[u.LONECARET]}${s[u.XRANGEPLAINLOOSE]}$`),o("COMPARATORLOOSE",`^${s[u.GTLT]}\\s*(${s[u.LOOSEPLAIN]})$|^$`),o("COMPARATOR",`^${s[u.GTLT]}\\s*(${s[u.FULLPLAIN]})$|^$`),o("COMPARATORTRIM",`(\\s*)${s[u.GTLT]}\\s*(${s[u.LOOSEPLAIN]}|${s[u.XRANGEPLAIN]})`,!0),e.comparatorTrimReplace="$1$2$3",o("HYPHENRANGE",`^\\s*(${s[u.XRANGEPLAIN]})\\s+-\\s+(${s[u.XRANGEPLAIN]})\\s*$`),o("HYPHENRANGELOOSE",`^\\s*(${s[u.XRANGEPLAINLOOSE]})\\s+-\\s+(${s[u.XRANGEPLAINLOOSE]})\\s*$`),o("STAR","(<|>)?=?\\s*\\*"),o("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),o("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}}),z=d({"node_modules/semver/internal/parse-options.js"(e,t){g();var r=["includePrerelease","loose","rtl"];t.exports=e=>e?"object"!=typeof e?{loose:!0}:r.filter((t=>e[t])).reduce(((e,t)=>(e[t]=!0,e)),{}):{}}}),G=d({"node_modules/semver/internal/identifiers.js"(e,t){g();var r=/^[0-9]+$/,i=(e,t)=>{let i=r.test(e),n=r.test(t);return i&&n&&(e=+e,t=+t),e===t?0:i&&!n?-1:n&&!i?1:e<t?-1:1};t.exports={compareIdentifiers:i,rcompareIdentifiers:(e,t)=>i(t,e)}}}),W=d({"node_modules/semver/classes/semver.js"(e,t){g();var r=V(),{MAX_LENGTH:i,MAX_SAFE_INTEGER:n}=H(),{re:s,t:u}=J(),a=z(),{compareIdentifiers:o}=G(),l=class{constructor(e,t){if(t=a(t),e instanceof l){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError(`Invalid Version: ${e}`);if(e.length>i)throw new TypeError(`version is longer than ${i} characters`);r("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;let o=e.trim().match(t.loose?s[u.LOOSE]:s[u.FULL]);if(!o)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+o[1],this.minor=+o[2],this.patch=+o[3],this.major>n||this.major<0)throw new TypeError("Invalid major version");if(this.minor>n||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>n||this.patch<0)throw new TypeError("Invalid patch version");this.prerelease=o[4]?o[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){let t=+e;if(t>=0&&t<n)return t}return e})):[],this.build=o[5]?o[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(e){if(r("SemVer.compare",this.version,this.options,e),!(e instanceof l)){if("string"==typeof e&&e===this.version)return 0;e=new l(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof l||(e=new l(e,this.options)),o(this.major,e.major)||o(this.minor,e.minor)||o(this.patch,e.patch)}comparePre(e){if(e instanceof l||(e=new l(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let t=0;do{let i=this.prerelease[t],n=e.prerelease[t];if(r("prerelease compare",t,i,n),void 0===i&&void 0===n)return 0;if(void 0===n)return 1;if(void 0===i)return-1;if(i!==n)return o(i,n)}while(++t)}compareBuild(e){e instanceof l||(e=new l(e,this.options));let t=0;do{let i=this.build[t],n=e.build[t];if(r("prerelease compare",t,i,n),void 0===i&&void 0===n)return 0;if(void 0===n)return 1;if(void 0===i)return-1;if(i!==n)return o(i,n)}while(++t)}inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t),this.inc("pre",t);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t),this.inc("pre",t);break;case"major":(0!==this.minor||0!==this.patch||0===this.prerelease.length)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(0!==this.patch||0===this.prerelease.length)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{let e=this.prerelease.length;for(;--e>=0;)"number"==typeof this.prerelease[e]&&(this.prerelease[e]++,e=-2);-1===e&&this.prerelease.push(0)}t&&(0===o(this.prerelease[0],t)?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error(`invalid increment argument: ${e}`)}return this.format(),this.raw=this.version,this}};t.exports=l}}),X=d({"node_modules/semver/functions/compare.js"(e,t){g();var r=W();t.exports=(e,t,i)=>new r(e,i).compare(new r(t,i))}}),K=d({"node_modules/semver/functions/lt.js"(e,t){g();var r=X();t.exports=(e,t,i)=>r(e,t,i)<0}}),Y=d({"node_modules/semver/functions/gte.js"(e,t){g();var r=X();t.exports=(e,t,i)=>r(e,t,i)>=0}}),Q=d({"src/utils/arrayify.js"(e,t){g(),t.exports=(e,t)=>Object.entries(e).map((e=>{let[r,i]=e;return Object.assign({[t]:r},i)}))}}),Z=d({"node_modules/outdent/lib/index.js"(e,t){function r(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t]}function i(){return typeof WeakMap<"u"?new WeakMap:{add:r,delete:r,get:r,set:r,has:function(){return!1}}}g(),Object.defineProperty(e,"__esModule",{value:!0}),e.outdent=void 0;var n=Object.prototype.hasOwnProperty,s=function(e,t){return n.call(e,t)};function u(e,t){for(var r in t)s(t,r)&&(e[r]=t[r]);return e}var a=/^[ \t]*(?:\r\n|\r|\n)/,o=/(?:\r\n|\r|\n)[ \t]*$/,l=/^(?:[\r\n]|$)/,c=/(?:\r\n|\r|\n)([ \t]*)(?:[^ \t\r\n]|$)/,h=/^[ \t]*[\r\n][ \t\r\n]*$/;function p(e,t,r){var i=0,n=e[0].match(c);n&&(i=n[1].length);var s=new RegExp("(\\r\\n|\\r|\\n).{0,"+i+"}","g");t&&(e=e.slice(1));var u=r.newline,l=r.trimLeadingNewline,h=r.trimTrailingNewline,p="string"==typeof u,D=e.length;return e.map((function(e,t){return e=e.replace(s,"$1"),0===t&&l&&(e=e.replace(a,"")),t===D-1&&h&&(e=e.replace(o,"")),p&&(e=e.replace(/\r\n|\n|\r/g,(function(){return u}))),e}))}var D=function e(t){var r=i(),n=i();return u((function i(a){for(var o=[],c=1;c<arguments.length;c++)o[c-1]=arguments[c];if(function(e){return s(e,"raw")&&s(e,"length")}(a)){var d=a,f=(o[0]===i||o[0]===D)&&h.test(d[0])&&l.test(d[1]),m=f?n:r,E=m.get(d);return E||(E=p(d,f,t),m.set(d,E)),0===o.length?E[0]:function(e,t){for(var r="",i=0,n=e.length;i<n;i++)r+=e[i],i<n-1&&(r+=t[i]);return r}(E,f?o.slice(1):o)}return e(u(u({},t),a||{}))}),{string:function(e){return p([e],!1,t)[0]}})}({trimLeadingNewline:!0,trimTrailingNewline:!0});if(e.outdent=D,e.default=D,typeof t<"u")try{t.exports=D,Object.defineProperty(D,"__esModule",{value:!0}),D.default=D,D.outdent=D}catch{}}}),ee=d({"src/main/core-options.js"(e,t){g();var{outdent:r}=Z(),i="Config",n="Editor",s="Other",u="Global",a="Special",o={cursorOffset:{since:"1.4.0",category:a,type:"int",default:-1,range:{start:-1,end:Number.POSITIVE_INFINITY,step:1},description:r`
2
+ Print (to stderr) where a cursor at the given position would move to after formatting.
3
+ This option cannot be used with --range-start and --range-end.
4
+ `,cliCategory:n},endOfLine:{since:"1.15.0",category:u,type:"choice",default:[{since:"1.15.0",value:"auto"},{since:"2.0.0",value:"lf"}],description:"Which end of line characters to apply.",choices:[{value:"lf",description:"Line Feed only (\\n), common on Linux and macOS as well as inside git repos"},{value:"crlf",description:"Carriage Return + Line Feed characters (\\r\\n), common on Windows"},{value:"cr",description:"Carriage Return character only (\\r), used very rarely"},{value:"auto",description:r`
5
+ Maintain existing
6
+ (mixed values within one file are normalised by looking at what's used after the first line)
7
+ `}]},filepath:{since:"1.4.0",category:a,type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:s,cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{since:"1.8.0",category:a,type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:s},parser:{since:"0.0.10",category:u,type:"choice",default:[{since:"0.0.10",value:"babylon"},{since:"1.13.0",value:void 0}],description:"Which parser to use.",exception:e=>"string"==typeof e||"function"==typeof e,choices:[{value:"flow",description:"Flow"},{value:"babel",since:"1.16.0",description:"JavaScript"},{value:"babel-flow",since:"1.16.0",description:"Flow"},{value:"babel-ts",since:"2.0.0",description:"TypeScript"},{value:"typescript",since:"1.4.0",description:"TypeScript"},{value:"acorn",since:"2.6.0",description:"JavaScript"},{value:"espree",since:"2.2.0",description:"JavaScript"},{value:"meriyah",since:"2.2.0",description:"JavaScript"},{value:"css",since:"1.7.1",description:"CSS"},{value:"less",since:"1.7.1",description:"Less"},{value:"scss",since:"1.7.1",description:"SCSS"},{value:"json",since:"1.5.0",description:"JSON"},{value:"json5",since:"1.13.0",description:"JSON5"},{value:"json-stringify",since:"1.13.0",description:"JSON.stringify"},{value:"graphql",since:"1.5.0",description:"GraphQL"},{value:"markdown",since:"1.8.0",description:"Markdown"},{value:"mdx",since:"1.15.0",description:"MDX"},{value:"vue",since:"1.10.0",description:"Vue"},{value:"yaml",since:"1.14.0",description:"YAML"},{value:"glimmer",since:"2.3.0",description:"Ember / Handlebars"},{value:"html",since:"1.15.0",description:"HTML"},{value:"angular",since:"1.15.0",description:"Angular"},{value:"lwc",since:"1.17.0",description:"Lightning Web Components"}]},plugins:{since:"1.10.0",type:"path",array:!0,default:[{value:[]}],category:u,description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:e=>"string"==typeof e||"object"==typeof e,cliName:"plugin",cliCategory:i},pluginSearchDirs:{since:"1.13.0",type:"path",array:!0,default:[{value:[]}],category:u,description:r`
8
+ Custom directory that contains prettier plugins in node_modules subdirectory.
9
+ Overrides default behavior when plugins are searched relatively to the location of Prettier.
10
+ Multiple values are accepted.
11
+ `,exception:e=>"string"==typeof e||"object"==typeof e,cliName:"plugin-search-dir",cliCategory:i},printWidth:{since:"0.0.0",category:u,type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},rangeEnd:{since:"1.4.0",category:a,type:"int",default:Number.POSITIVE_INFINITY,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:r`
12
+ Format code ending at a given character offset (exclusive).
13
+ The range will extend forwards to the end of the selected statement.
14
+ This option cannot be used with --cursor-offset.
15
+ `,cliCategory:n},rangeStart:{since:"1.4.0",category:a,type:"int",default:0,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:r`
16
+ Format code starting at a given character offset.
17
+ The range will extend backwards to the start of the first line containing the selected statement.
18
+ This option cannot be used with --cursor-offset.
19
+ `,cliCategory:n},requirePragma:{since:"1.7.0",category:a,type:"boolean",default:!1,description:r`
20
+ Require either '@prettier' or '@format' to be present in the file's first docblock comment
21
+ in order for it to be formatted.
22
+ `,cliCategory:s},tabWidth:{type:"int",category:u,default:2,description:"Number of spaces per indentation level.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},useTabs:{since:"1.0.0",category:u,type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{since:"2.1.0",category:u,type:"choice",default:[{since:"2.1.0",value:"auto"}],description:"Control how Prettier formats quoted code embedded in the file.",choices:[{value:"auto",description:"Format embedded code if Prettier can automatically identify it."},{value:"off",description:"Never automatically format embedded code."}]}};t.exports={CATEGORY_CONFIG:i,CATEGORY_EDITOR:n,CATEGORY_FORMAT:"Format",CATEGORY_OTHER:s,CATEGORY_OUTPUT:"Output",CATEGORY_GLOBAL:u,CATEGORY_SPECIAL:a,options:o}}}),te=d({"src/main/support.js"(e,t){g();var i={compare:X(),lt:K(),gte:Y()},n=Q(),u=C().version,a=ee().options;t.exports={getSupportInfo:function(){let{plugins:e=[],showUnreleased:t=!1,showDeprecated:o=!1,showInternal:l=!1}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.split("-",1)[0],h=e.flatMap((e=>e.languages||[])).filter(D),p=n(Object.assign({},...e.map((e=>{let{options:t}=e;return t})),a),"name").filter((e=>D(e)&&d(e))).sort(((e,t)=>e.name===t.name?0:e.name<t.name?-1:1)).map((function(e){return l?e:s(e,r)})).map((t=>{t=Object.assign({},t),Array.isArray(t.default)&&(t.default=1===t.default.length?t.default[0].value:t.default.filter(D).sort(((e,t)=>i.compare(t.since,e.since)))[0].value),Array.isArray(t.choices)&&(t.choices=t.choices.filter((e=>D(e)&&d(e))),"parser"===t.name&&function(e,t,r){let i=new Set(e.choices.map((e=>e.value)));for(let n of t)if(n.parsers)for(let t of n.parsers)if(!i.has(t)){i.add(t);let s=r.find((e=>e.parsers&&e.parsers[t])),u=n.name;s&&s.name&&(u+=` (plugin: ${s.name})`),e.choices.push({value:t,description:u})}}(t,h,e));let r=Object.fromEntries(e.filter((e=>e.defaultOptions&&void 0!==e.defaultOptions[t.name])).map((e=>[e.name,e.defaultOptions[t.name]])));return Object.assign(Object.assign({},t),{},{pluginDefaults:r})}));return{languages:h,options:p};function D(e){return t||!("since"in e)||e.since&&i.gte(c,e.since)}function d(e){return o||!("deprecated"in e)||e.deprecated&&i.lt(c,e.deprecated)}}}}}),re=d({"src/utils/is-non-empty-array.js"(e,t){g(),t.exports=function(e){return Array.isArray(e)&&e.length>0}}}),ie=d({"src/utils/text/skip.js"(e,t){function r(e){return(t,r,i)=>{let n=i&&i.backwards;if(!1===r)return!1;let{length:s}=t,u=r;for(;u>=0&&u<s;){let r=t.charAt(u);if(e instanceof RegExp){if(!e.test(r))return u}else if(!e.includes(r))return u;n?u--:u++}return(-1===u||u===s)&&u}}g();var i=r(/\s/),n=r(" \t"),s=r(",; \t"),u=r(/[^\n\r]/);t.exports={skipWhitespace:i,skipSpaces:n,skipToLineEnd:s,skipEverythingButNewLine:u}}}),ne=d({"src/utils/text/skip-inline-comment.js"(e,t){g(),t.exports=function(e,t){if(!1===t)return!1;if("/"===e.charAt(t)&&"*"===e.charAt(t+1))for(let r=t+2;r<e.length;++r)if("*"===e.charAt(r)&&"/"===e.charAt(r+1))return r+2;return t}}}),se=d({"src/utils/text/skip-trailing-comment.js"(e,t){g();var{skipEverythingButNewLine:r}=ie();t.exports=function(e,t){return!1!==t&&("/"===e.charAt(t)&&"/"===e.charAt(t+1)?r(e,t):t)}}}),ue=d({"src/utils/text/skip-newline.js"(e,t){g(),t.exports=function(e,t,r){let i=r&&r.backwards;if(!1===t)return!1;let n=e.charAt(t);if(i){if("\r"===e.charAt(t-1)&&"\n"===n)return t-2;if("\n"===n||"\r"===n||"\u2028"===n||"\u2029"===n)return t-1}else{if("\r"===n&&"\n"===e.charAt(t+1))return t+2;if("\n"===n||"\r"===n||"\u2028"===n||"\u2029"===n)return t+1}return t}}}),ae=d({"src/utils/text/get-next-non-space-non-comment-character-index-with-start-index.js"(e,t){g();var r=ne(),i=ue(),n=se(),{skipSpaces:s}=ie();t.exports=function(e,t){let u=null,a=t;for(;a!==u;)u=a,a=s(e,a),a=r(e,a),a=n(e,a),a=i(e,a);return a}}}),oe=d({"src/common/util.js"(e,t){g();var{default:r}=(U(),E(R)),i=v(),{getSupportInfo:n}=te(),s=re(),u=O(),{skipWhitespace:a,skipSpaces:o,skipToLineEnd:l,skipEverythingButNewLine:c}=ie(),h=ne(),p=se(),D=ue(),d=ae();function f(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=o(e,r.backwards?t-1:t,r);return i!==D(e,i,r)}function m(e,t){let r=null,i=t;for(;i!==r;)r=i,i=l(e,i),i=h(e,i),i=o(e,i);return i=p(e,i),i=D(e,i),!1!==i&&f(e,i)}function C(e,t,r){return d(e,r(t))}function y(e,t){let r=0;for(let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;i<e.length;++i)"\t"===e[i]?r=r+t-r%t:r++;return r}function F(e,t){let r={quote:'"',regex:/"/g,escaped:"&quot;"},i={quote:"'",regex:/'/g,escaped:"&apos;"},n="'"===t?i:r,s=n===i?r:i,u=n;return(e.includes(n.quote)||e.includes(s.quote))&&(u=(e.match(n.regex)||[]).length>(e.match(s.regex)||[]).length?s:n),u}function b(e,t,r){let i='"'===t?"'":'"',n=e.replace(/\\(.)|(["'])/gs,((e,n,s)=>n===i?n:s===t?"\\"+s:s||(r&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(n)?n:"\\"+n)));return t+n+t}function A(e,t){(e.comments||(e.comments=[])).push(t),t.printed=!1,t.nodeDescription=function(e){let t=e.type||e.kind||"(unknown type)",r=String(e.name||e.id&&("object"==typeof e.id?e.id.name:e.id)||e.key&&("object"==typeof e.key?e.key.name:e.key)||e.value&&("object"==typeof e.value?"":String(e.value))||e.operator||"");return r.length>20&&(r=r.slice(0,19)+"…"),t+(r?" "+r:"")}(e)}t.exports={inferParserByLanguage:function(e,t){let{languages:r}=n({plugins:t.plugins}),i=r.find((t=>{let{name:r}=t;return r.toLowerCase()===e}))||r.find((t=>{let{aliases:r}=t;return Array.isArray(r)&&r.includes(e)}))||r.find((t=>{let{extensions:r}=t;return Array.isArray(r)&&r.includes(`.${e}`)}));return i&&i.parsers[0]},getStringWidth:u,getMaxContinuousCount:function(e,t){let i=e.match(new RegExp(`(${r(t)})+`,"g"));return null===i?0:i.reduce(((e,r)=>Math.max(e,r.length/t.length)),0)},getMinNotPresentContinuousCount:function(e,t){let i=e.match(new RegExp(`(${r(t)})+`,"g"));if(null===i)return 0;let n=new Map,s=0;for(let e of i){let r=e.length/t.length;n.set(r,!0),r>s&&(s=r)}for(let e=1;e<s;e++)if(!n.get(e))return e;return s+1},getPenultimate:e=>e[e.length-2],getLast:i,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:d,getNextNonSpaceNonCommentCharacterIndex:C,getNextNonSpaceNonCommentCharacter:function(e,t,r){return e.charAt(C(e,t,r))},skip:function(e){return(t,r,i)=>{let n=i&&i.backwards;if(!1===r)return!1;let{length:s}=t,u=r;for(;u>=0&&u<s;){let r=t.charAt(u);if(e instanceof RegExp){if(!e.test(r))return u}else if(!e.includes(r))return u;n?u--:u++}return(-1===u||u===s)&&u}},skipWhitespace:a,skipSpaces:o,skipToLineEnd:l,skipEverythingButNewLine:c,skipInlineComment:h,skipTrailingComment:p,skipNewline:D,isNextLineEmptyAfterIndex:m,isNextLineEmpty:function(e,t,r){return m(e,r(t))},isPreviousLineEmpty:function(e,t,r){let i=r(t)-1;return i=o(e,i,{backwards:!0}),i=D(e,i,{backwards:!0}),i=o(e,i,{backwards:!0}),i!==D(e,i,{backwards:!0})},hasNewline:f,hasNewlineInRange:function(e,t,r){for(let i=t;i<r;++i)if("\n"===e.charAt(i))return!0;return!1},hasSpaces:function(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return o(e,r.backwards?t-1:t,r)!==t},getAlignmentSize:y,getIndentSize:function(e,t){let r=e.lastIndexOf("\n");return-1===r?0:y(e.slice(r+1).match(/^[\t ]*/)[0],t)},getPreferredQuote:F,printString:function(e,t){let r=e.slice(1,-1);return b(r,"json"===t.parser||"json5"===t.parser&&"preserve"===t.quoteProps&&!t.singleQuote?'"':t.__isInHtmlAttribute?"'":F(r,t.singleQuote?"'":'"').quote,!("css"===t.parser||"less"===t.parser||"scss"===t.parser||t.__embeddedInHtml))},printNumber:function(e){return e.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(\d)/,"$1$2$3").replace(/^([+-]?[\d.]+)e[+-]?0+$/,"$1").replace(/^([+-])?\./,"$10.").replace(/(\.\d+?)0+(?=e|$)/,"$1").replace(/\.(?=e|$)/,"")},makeString:b,addLeadingComment:function(e,t){t.leading=!0,t.trailing=!1,A(e,t)},addDanglingComment:function(e,t,r){t.leading=!1,t.trailing=!1,r&&(t.marker=r),A(e,t)},addTrailingComment:function(e,t){t.leading=!1,t.trailing=!0,A(e,t)},isFrontMatterNode:function(e){return e&&"front-matter"===e.type},isNonEmptyArray:s,createGroupIdMapper:function(e){let t=new WeakMap;return function(r){return t.has(r)||t.set(r,Symbol(e)),t.get(r)}}}}}),le={};function ce(e,t){for(var r=0,i=e.length-1;i>=0;i--){var n=e[i];"."===n?e.splice(i,1):".."===n?(e.splice(i,1),r++):r&&(e.splice(i,1),r--)}if(t)for(;r--;r)e.unshift("..");return e}function he(){for(var e="",t=!1,r=arguments.length-1;r>=-1&&!t;r--){var i=r>=0?arguments[r]:"/";if("string"!=typeof i)throw new TypeError("Arguments to path.resolve must be strings");i&&(e=i+"/"+e,t="/"===i.charAt(0))}return(t?"/":"")+(e=ce(Ce(e.split("/"),(function(e){return!!e})),!t).join("/"))||"."}function pe(e){var t=De(e),r="/"===Se(e,-1);return!(e=ce(Ce(e.split("/"),(function(e){return!!e})),!t).join("/"))&&!t&&(e="."),e&&r&&(e+="/"),(t?"/":"")+e}function De(e){return"/"===e.charAt(0)}function de(){return pe(Ce(Array.prototype.slice.call(arguments,0),(function(e){if("string"!=typeof e)throw new TypeError("Arguments to path.join must be strings");return e})).join("/"))}function fe(e,t){function r(e){for(var t=0;t<e.length&&""===e[t];t++);for(var r=e.length-1;r>=0&&""===e[r];r--);return t>r?[]:e.slice(t,r-t+1)}e=he(e).substr(1),t=he(t).substr(1);for(var i=r(e.split("/")),n=r(t.split("/")),s=Math.min(i.length,n.length),u=s,a=0;a<s;a++)if(i[a]!==n[a]){u=a;break}var o=[];for(a=u;a<i.length;a++)o.push("..");return(o=o.concat(n.slice(u))).join("/")}function me(e){var t=Fe(e),r=t[0],i=t[1];return r||i?(i&&(i=i.substr(0,i.length-1)),r+i):"."}function Ee(e,t){var r=Fe(e)[2];return t&&r.substr(-1*t.length)===t&&(r=r.substr(0,r.length-t.length)),r}function ge(e){return Fe(e)[3]}function Ce(e,t){if(e.filter)return e.filter(t);for(var r=[],i=0;i<e.length;i++)t(e[i],i,e)&&r.push(e[i]);return r}f(le,{basename:()=>Ee,default:()=>ve,delimiter:()=>Ae,dirname:()=>me,extname:()=>ge,isAbsolute:()=>De,join:()=>de,normalize:()=>pe,relative:()=>fe,resolve:()=>he,sep:()=>be});var ye,Fe,be,Ae,ve,Se,we=D({"node-modules-polyfills:path"(){g(),ye=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,Fe=function(e){return ye.exec(e).slice(1)},ve={extname:ge,basename:Ee,dirname:me,sep:be="/",delimiter:Ae=":",relative:fe,join:de,isAbsolute:De,normalize:pe,resolve:he},Se="b"==="ab".substr(-1)?function(e,t,r){return e.substr(t,r)}:function(e,t,r){return t<0&&(t=e.length+t),e.substr(t,r)}}}),Te=d({"node-modules-polyfills-commonjs:path"(e,t){g();var r=(we(),E(le));if(r&&r.default){t.exports=r.default;for(let e in r)t.exports[e]=r[e]}else r&&(t.exports=r)}}),Be=d({"src/common/errors.js"(e,t){g();var r=class extends Error{},i=class extends Error{},n=class extends Error{},s=class extends Error{};t.exports={ConfigError:r,DebugError:i,UndefinedParserError:n,ArgExpansionBailout:s}}}),Pe={};function ke(e,t){function r(){this.constructor=e}it(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}function Ne(e,t){var r={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0&&(r[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(i=Object.getOwnPropertySymbols(e);n<i.length;n++)t.indexOf(i[n])<0&&Object.prototype.propertyIsEnumerable.call(e,i[n])&&(r[i[n]]=e[i[n]])}return r}function Ie(e,t,r,i){var n,s=arguments.length,u=s<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)u=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(u=(s<3?n(u):s>3?n(t,r,u):n(t,r))||u);return s>3&&u&&Object.defineProperty(t,r,u),u}function Oe(e,t){return function(r,i){t(r,i,e)}}function Me(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function Re(e,t,r,i){return new(r||(r=Promise))((function(n,s){function u(e){try{o(i.next(e))}catch(e){s(e)}}function a(e){try{o(i.throw(e))}catch(e){s(e)}}function o(e){e.done?n(e.value):function(e){return e instanceof r?e:new r((function(t){t(e)}))}(e.value).then(u,a)}o((i=i.apply(e,t||[])).next())}))}function qe(e,t){var r,i,n,s,u={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return s={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s;function a(s){return function(a){return function(s){if(r)throw new TypeError("Generator is already executing.");for(;u;)try{if(r=1,i&&(n=2&s[0]?i.return:s[0]?i.throw||((n=i.return)&&n.call(i),0):i.next)&&!(n=n.call(i,s[1])).done)return n;switch(i=0,n&&(s=[2&s[0],n.value]),s[0]){case 0:case 1:n=s;break;case 4:return u.label++,{value:s[1],done:!1};case 5:u.label++,i=s[1],s=[0];continue;case 7:s=u.ops.pop(),u.trys.pop();continue;default:if(!(n=(n=u.trys).length>0&&n[n.length-1])&&(6===s[0]||2===s[0])){u=0;continue}if(3===s[0]&&(!n||s[1]>n[0]&&s[1]<n[3])){u.label=s[1];break}if(6===s[0]&&u.label<n[1]){u.label=n[1],n=s;break}if(n&&u.label<n[2]){u.label=n[2],u.ops.push(s);break}n[2]&&u.ops.pop(),u.trys.pop();continue}s=t.call(e,u)}catch(e){s=[6,e],i=0}finally{r=n=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,a])}}}function Ue(e,t,r,i){void 0===i&&(i=r),e[i]=t[r]}function Ve(e,t){for(var r in e)"default"!==r&&!t.hasOwnProperty(r)&&(t[r]=e[r])}function He(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],i=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&i>=e.length&&(e=void 0),{value:e&&e[i++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Je(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var i,n,s=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(i=s.next()).done;)u.push(i.value)}catch(e){n={error:e}}finally{try{i&&!i.done&&(r=s.return)&&r.call(s)}finally{if(n)throw n.error}}return u}function ze(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(Je(arguments[t]));return e}function Ge(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var i=Array(e),n=0;for(t=0;t<r;t++)for(var s=arguments[t],u=0,a=s.length;u<a;u++,n++)i[n]=s[u];return i}function We(e){return this instanceof We?(this.v=e,this):new We(e)}function Xe(e,t,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var i,n=r.apply(e,t||[]),s=[];return i={},u("next"),u("throw"),u("return"),i[Symbol.asyncIterator]=function(){return this},i;function u(e){n[e]&&(i[e]=function(t){return new Promise((function(r,i){s.push([e,t,r,i])>1||a(e,t)}))})}function a(e,t){try{!function(e){e.value instanceof We?Promise.resolve(e.value.v).then(o,l):c(s[0][2],e)}(n[e](t))}catch(e){c(s[0][3],e)}}function o(e){a("next",e)}function l(e){a("throw",e)}function c(e,t){e(t),s.shift(),s.length&&a(s[0][0],s[0][1])}}function Ke(e){var t,r;return t={},i("next"),i("throw",(function(e){throw e})),i("return"),t[Symbol.iterator]=function(){return this},t;function i(i,n){t[i]=e[i]?function(t){return(r=!r)?{value:We(e[i](t)),done:"return"===i}:n?n(t):t}:n}}function Ye(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=He(e),t={},i("next"),i("throw"),i("return"),t[Symbol.asyncIterator]=function(){return this},t);function i(r){t[r]=e[r]&&function(t){return new Promise((function(i,n){!function(e,t,r,i){Promise.resolve(i).then((function(t){e({value:t,done:r})}),t)}(i,n,(t=e[r](t)).done,t.value)}))}}}function Qe(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}function Ze(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t}function et(e){return e&&e.__esModule?e:{default:e}}function tt(e,t){if(!t.has(e))throw new TypeError("attempted to get private field on non-instance");return t.get(e)}function rt(e,t,r){if(!t.has(e))throw new TypeError("attempted to set private field on non-instance");return t.set(e,r),r}f(Pe,{__assign:()=>nt,__asyncDelegator:()=>Ke,__asyncGenerator:()=>Xe,__asyncValues:()=>Ye,__await:()=>We,__awaiter:()=>Re,__classPrivateFieldGet:()=>tt,__classPrivateFieldSet:()=>rt,__createBinding:()=>Ue,__decorate:()=>Ie,__exportStar:()=>Ve,__extends:()=>ke,__generator:()=>qe,__importDefault:()=>et,__importStar:()=>Ze,__makeTemplateObject:()=>Qe,__metadata:()=>Me,__param:()=>Oe,__read:()=>Je,__rest:()=>Ne,__spread:()=>ze,__spreadArrays:()=>Ge,__values:()=>He});var it,nt,st=D({"node_modules/tslib/tslib.es6.js"(){g(),it=function(e,t){return(it=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(e,t)},nt=function(){return nt=Object.assign||function(e){for(var t,r=1,i=arguments.length;r<i;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e},nt.apply(this,arguments)}}}),ut=d({"node_modules/vnopts/lib/descriptors/api.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0}),e.apiDescriptor={key:e=>/^[$_a-zA-Z][$_a-zA-Z0-9]*$/.test(e)?e:JSON.stringify(e),value(t){if(null===t||"object"!=typeof t)return JSON.stringify(t);if(Array.isArray(t))return`[${t.map((t=>e.apiDescriptor.value(t))).join(", ")}]`;let r=Object.keys(t);return 0===r.length?"{}":`{ ${r.map((r=>`${e.apiDescriptor.key(r)}: ${e.apiDescriptor.value(t[r])}`)).join(", ")} }`},pair:t=>{let{key:r,value:i}=t;return e.apiDescriptor.value({[r]:i})}}}}),at=d({"node_modules/vnopts/lib/descriptors/index.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0}),(st(),E(Pe)).__exportStar(ut(),e)}}),ot=d({"scripts/build/shims/chalk.cjs"(e,t){g();var r=e=>e;r.grey=r,r.red=r,r.bold=r,r.yellow=r,r.blue=r,r.default=r,t.exports=r}}),lt=d({"node_modules/vnopts/lib/handlers/deprecated/common.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=ot();e.commonDeprecatedHandler=(e,r,i)=>{let{descriptor:n}=i,s=[`${t.default.yellow("string"==typeof e?n.key(e):n.pair(e))} is deprecated`];return r&&s.push(`we now treat it as ${t.default.blue("string"==typeof r?n.key(r):n.pair(r))}`),s.join("; ")+"."}}}),ct=d({"node_modules/vnopts/lib/handlers/deprecated/index.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0}),(st(),E(Pe)).__exportStar(lt(),e)}}),ht=d({"node_modules/vnopts/lib/handlers/invalid/common.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=ot();e.commonInvalidHandler=(e,r,i)=>[`Invalid ${t.default.red(i.descriptor.key(e))} value.`,`Expected ${t.default.blue(i.schemas[e].expected(i))},`,`but received ${t.default.red(i.descriptor.value(r))}.`].join(" ")}}),pt=d({"node_modules/vnopts/lib/handlers/invalid/index.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0}),(st(),E(Pe)).__exportStar(ht(),e)}}),Dt=d({"node_modules/vnopts/node_modules/leven/index.js"(e,t){g();var r=[],i=[];t.exports=function(e,t){if(e===t)return 0;var n=e;e.length>t.length&&(e=t,t=n);var s=e.length,u=t.length;if(0===s)return u;if(0===u)return s;for(;s>0&&e.charCodeAt(~-s)===t.charCodeAt(~-u);)s--,u--;if(0===s)return u;for(var a=0;a<s&&e.charCodeAt(a)===t.charCodeAt(a);)a++;if(u-=a,0==(s-=a))return u;for(var o,l,c,h,p=0,D=0;p<s;)i[a+p]=e.charCodeAt(a+p),r[p]=++p;for(;D<u;)for(o=t.charCodeAt(a+D),c=D++,l=D,p=0;p<s;p++)h=o===i[a+p]?c:c+1,l=r[p]=(c=r[p])>l?h>l?l+1:h:h>c?c+1:h;return l}}}),dt=d({"node_modules/vnopts/lib/handlers/unknown/leven.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=ot(),r=Dt();e.levenUnknownHandler=(e,i,n)=>{let{descriptor:s,logger:u,schemas:a}=n,o=[`Ignored unknown option ${t.default.yellow(s.pair({key:e,value:i}))}.`],l=Object.keys(a).sort().find((t=>r(e,t)<3));l&&o.push(`Did you mean ${t.default.blue(s.key(l))}?`),u.warn(o.join(" "))}}}),ft=d({"node_modules/vnopts/lib/handlers/unknown/index.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0}),(st(),E(Pe)).__exportStar(dt(),e)}}),mt=d({"node_modules/vnopts/lib/handlers/index.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=(st(),E(Pe));t.__exportStar(ct(),e),t.__exportStar(pt(),e),t.__exportStar(ft(),e)}}),Et=d({"node_modules/vnopts/lib/schema.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"];function r(e,r){let s=new e(r),u=Object.create(s);for(let e of t)e in r&&(u[e]=n(r[e],s,i.prototype[e].length));return u}e.createSchema=r;var i=class{constructor(e){this.name=e.name}static create(e){return r(this,e)}default(e){}expected(e){return"nothing"}validate(e,t){return!1}deprecated(e,t){return!1}forward(e,t){}redirect(e,t){}overlap(e,t,r){return e}preprocess(e,t){return e}postprocess(e,t){return e}};function n(e,t,r){return"function"==typeof e?function(){for(var i=arguments.length,n=new Array(i),s=0;s<i;s++)n[s]=arguments[s];return e(...n.slice(0,r-1),t,...n.slice(r-1))}:()=>e}e.Schema=i}}),gt=d({"node_modules/vnopts/lib/schemas/alias.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=Et();e.AliasSchema=class extends t.Schema{constructor(e){super(e),this._sourceName=e.sourceName}expected(e){return e.schemas[this._sourceName].expected(e)}validate(e,t){return t.schemas[this._sourceName].validate(e,t)}redirect(e,t){return this._sourceName}}}}),Ct=d({"node_modules/vnopts/lib/schemas/any.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=Et();e.AnySchema=class extends t.Schema{expected(){return"anything"}validate(){return!0}}}}),yt=d({"node_modules/vnopts/lib/schemas/array.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=(st(),E(Pe)),r=Et();function i(e){let{from:t,to:r}=e;return{from:[t],to:r}}e.ArraySchema=class extends r.Schema{constructor(e){var{valueSchema:r,name:i=r.name}=e,n=t.__rest(e,["valueSchema","name"]);super(Object.assign({},n,{name:i})),this._valueSchema=r}expected(e){return`an array of ${this._valueSchema.expected(e)}`}validate(e,t){if(!Array.isArray(e))return!1;let r=[];for(let i of e){let e=t.normalizeValidateResult(this._valueSchema.validate(i,t),i);!0!==e&&r.push(e.value)}return 0===r.length||{value:r}}deprecated(e,t){let r=[];for(let i of e){let e=t.normalizeDeprecatedResult(this._valueSchema.deprecated(i,t),i);!1!==e&&r.push(...e.map((e=>{let{value:t}=e;return{value:[t]}})))}return r}forward(e,t){let r=[];for(let n of e){let e=t.normalizeForwardResult(this._valueSchema.forward(n,t),n);r.push(...e.map(i))}return r}redirect(e,t){let r=[],n=[];for(let s of e){let e=t.normalizeRedirectResult(this._valueSchema.redirect(s,t),s);"remain"in e&&r.push(e.remain),n.push(...e.redirect.map(i))}return 0===r.length?{redirect:n}:{redirect:n,remain:r}}overlap(e,t){return e.concat(t)}}}}),Ft=d({"node_modules/vnopts/lib/schemas/boolean.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=Et();e.BooleanSchema=class extends t.Schema{expected(){return"true or false"}validate(e){return"boolean"==typeof e}}}}),bt=d({"node_modules/vnopts/lib/utils.js"(e){function t(e,t){return"string"==typeof e||"key"in e?{from:t,to:e}:"from"in e?{from:e.from,to:e.to}:{from:t,to:e.to}}function r(e,r){return void 0===e?[]:Array.isArray(e)?e.map((e=>t(e,r))):[t(e,r)]}g(),Object.defineProperty(e,"__esModule",{value:!0}),e.recordFromArray=function(e,t){let r=Object.create(null);for(let i of e){let e=i[t];if(r[e])throw new Error(`Duplicate ${t} ${JSON.stringify(e)}`);r[e]=i}return r},e.mapFromArray=function(e,t){let r=new Map;for(let i of e){let e=i[t];if(r.has(e))throw new Error(`Duplicate ${t} ${JSON.stringify(e)}`);r.set(e,i)}return r},e.createAutoChecklist=function(){let e=Object.create(null);return t=>{let r=JSON.stringify(t);return!!e[r]||(e[r]=!0,!1)}},e.partition=function(e,t){let r=[],i=[];for(let n of e)t(n)?r.push(n):i.push(n);return[r,i]},e.isInt=function(e){return e===Math.floor(e)},e.comparePrimitive=function(e,t){if(e===t)return 0;let r=typeof e,i=typeof t,n=["undefined","object","boolean","number","string"];return r!==i?n.indexOf(r)-n.indexOf(i):"string"!==r?Number(e)-Number(t):e.localeCompare(t)},e.normalizeDefaultResult=function(e){return void 0===e?{}:e},e.normalizeValidateResult=function(e,t){return!0===e||(!1===e?{value:t}:e)},e.normalizeDeprecatedResult=function(e,t){return!1!==e&&(!0===e?!!(arguments.length>2&&void 0!==arguments[2]&&arguments[2])||[{value:t}]:"value"in e?[e]:0!==e.length&&e)},e.normalizeTransferResult=t,e.normalizeForwardResult=r,e.normalizeRedirectResult=function(e,t){let i=r("object"==typeof e&&"redirect"in e?e.redirect:e,t);return 0===i.length?{remain:t,redirect:i}:"object"==typeof e&&"remain"in e?{remain:e.remain,redirect:i}:{redirect:i}}}}),At=d({"node_modules/vnopts/lib/schemas/choice.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=Et(),r=bt();e.ChoiceSchema=class extends t.Schema{constructor(e){super(e),this._choices=r.mapFromArray(e.choices.map((e=>e&&"object"==typeof e?e:{value:e})),"value")}expected(e){let{descriptor:t}=e,i=Array.from(this._choices.keys()).map((e=>this._choices.get(e))).filter((e=>!e.deprecated)).map((e=>e.value)).sort(r.comparePrimitive).map(t.value),n=i.slice(0,-2),s=i.slice(-2);return n.concat(s.join(" or ")).join(", ")}validate(e){return this._choices.has(e)}deprecated(e){let t=this._choices.get(e);return!(!t||!t.deprecated)&&{value:e}}forward(e){let t=this._choices.get(e);return t?t.forward:void 0}redirect(e){let t=this._choices.get(e);return t?t.redirect:void 0}}}}),vt=d({"node_modules/vnopts/lib/schemas/number.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=Et();e.NumberSchema=class extends t.Schema{expected(){return"a number"}validate(e,t){return"number"==typeof e}}}}),xt=d({"node_modules/vnopts/lib/schemas/integer.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=bt(),r=vt();e.IntegerSchema=class extends r.NumberSchema{expected(){return"an integer"}validate(e,r){return!0===r.normalizeValidateResult(super.validate(e,r),e)&&t.isInt(e)}}}}),St=d({"node_modules/vnopts/lib/schemas/string.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=Et();e.StringSchema=class extends t.Schema{expected(){return"a string"}validate(e){return"string"==typeof e}}}}),wt=d({"node_modules/vnopts/lib/schemas/index.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=(st(),E(Pe));t.__exportStar(gt(),e),t.__exportStar(Ct(),e),t.__exportStar(yt(),e),t.__exportStar(Ft(),e),t.__exportStar(At(),e),t.__exportStar(xt(),e),t.__exportStar(vt(),e),t.__exportStar(St(),e)}}),Tt=d({"node_modules/vnopts/lib/defaults.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=ut(),r=lt(),i=pt(),n=dt();e.defaultDescriptor=t.apiDescriptor,e.defaultUnknownHandler=n.levenUnknownHandler,e.defaultInvalidHandler=i.commonInvalidHandler,e.defaultDeprecatedHandler=r.commonDeprecatedHandler}}),Bt=d({"node_modules/vnopts/lib/normalize.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=Tt(),r=bt();e.normalize=(e,t,r)=>new i(t,r).normalize(e);var i=class{constructor(e,i){let{logger:n=console,descriptor:s=t.defaultDescriptor,unknown:u=t.defaultUnknownHandler,invalid:a=t.defaultInvalidHandler,deprecated:o=t.defaultDeprecatedHandler}=i||{};this._utils={descriptor:s,logger:n||{warn:()=>{}},schemas:r.recordFromArray(e,"name"),normalizeDefaultResult:r.normalizeDefaultResult,normalizeDeprecatedResult:r.normalizeDeprecatedResult,normalizeForwardResult:r.normalizeForwardResult,normalizeRedirectResult:r.normalizeRedirectResult,normalizeValidateResult:r.normalizeValidateResult},this._unknownHandler=u,this._invalidHandler=a,this._deprecatedHandler=o,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=r.createAutoChecklist()}normalize(e){let t={},i=[e],n=()=>{for(;0!==i.length;){let e=i.shift(),r=this._applyNormalization(e,t);i.push(...r)}};n();for(let e of Object.keys(this._utils.schemas))if(!(e in t)){let t=r.normalizeDefaultResult(this._utils.schemas[e].default(this._utils));"value"in t&&i.push({[e]:t.value})}n();for(let e of Object.keys(this._utils.schemas))e in t&&(t[e]=this._utils.schemas[e].postprocess(t[e],this._utils));return t}_applyNormalization(e,t){let i=[],[n,s]=r.partition(Object.keys(e),(e=>e in this._utils.schemas));for(let s of n){let n=this._utils.schemas[s],u=n.preprocess(e[s],this._utils),a=r.normalizeValidateResult(n.validate(u,this._utils),u);if(!0!==a){let{value:e}=a,t=this._invalidHandler(s,e,this._utils);throw"string"==typeof t?new Error(t):t}let o=e=>{let{from:t,to:r}=e;i.push("string"==typeof r?{[r]:t}:{[r.key]:r.value})},l=e=>{let{value:t,redirectTo:i}=e,a=r.normalizeDeprecatedResult(n.deprecated(t,this._utils),u,!0);if(!1!==a)if(!0===a)this._hasDeprecationWarned(s)||this._utils.logger.warn(this._deprecatedHandler(s,i,this._utils));else for(let{value:e}of a){let t={key:s,value:e};this._hasDeprecationWarned(t)||this._utils.logger.warn(this._deprecatedHandler(t,"string"==typeof i?{key:i,value:e}:i,this._utils))}};r.normalizeForwardResult(n.forward(u,this._utils),u).forEach(o);let c=r.normalizeRedirectResult(n.redirect(u,this._utils),u);if(c.redirect.forEach(o),"remain"in c){let e=c.remain;t[s]=s in t?n.overlap(t[s],e,this._utils):e,l({value:e})}for(let{from:e,to:t}of c.redirect)l({value:e,redirectTo:t})}for(let r of s){let n=this._unknownHandler(r,e[r],this._utils);if(n)for(let e of Object.keys(n)){let r={[e]:n[e]};e in this._utils.schemas?i.push(r):Object.assign(t,r)}}return i}};e.Normalizer=i}}),Pt=d({"node_modules/vnopts/lib/index.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=(st(),E(Pe));t.__exportStar(at(),e),t.__exportStar(mt(),e),t.__exportStar(wt(),e),t.__exportStar(Bt(),e),t.__exportStar(Et(),e)}}),kt=d({"src/main/options-normalizer.js"(e,t){g();var r,n=Pt(),u=v(),a={key:e=>1===e.length?`-${e}`:`--${e}`,value:e=>n.apiDescriptor.value(e),pair:e=>{let{key:t,value:r}=e;return!1===r?`--no-${t}`:!0===r?a.key(t):""===r?`${a.key(t)} without an argument`:`${a.key(t)}=${r}`}},o=e=>{let{colorsModule:t,levenshteinDistance:r}=e;return class extends n.ChoiceSchema{constructor(e){let{name:t,flags:r}=e;super({name:t,choices:r}),this._flags=[...r].sort()}preprocess(e,i){if("string"==typeof e&&e.length>0&&!this._flags.includes(e)){let n=this._flags.find((t=>r(t,e)<3));if(n)return i.logger.warn([`Unknown flag ${t.yellow(i.descriptor.value(e))},`,`did you mean ${t.blue(i.descriptor.value(n))}?`].join(" ")),n}return e}expected(){return"a flag"}}};function l(e,t){let{logger:u=!1,isCLI:o=!1,passThrough:l=!1,colorsModule:h=null,levenshteinDistance:p=null}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},D=l?Array.isArray(l)?(e,t)=>l.includes(e)?{[e]:t}:void 0:(e,t)=>({[e]:t}):(e,t,r)=>{let u=s(r.schemas,i);return n.levenUnknownHandler(e,t,Object.assign(Object.assign({},r),{},{schemas:u}))},d=o?a:n.apiDescriptor,f=function(e,t){let{isCLI:r,colorsModule:i,levenshteinDistance:s}=t,u=[];r&&u.push(n.AnySchema.create({name:"_"}));for(let t of e)u.push(c(t,{isCLI:r,optionInfos:e,colorsModule:i,levenshteinDistance:s})),t.alias&&r&&u.push(n.AliasSchema.create({name:t.alias,sourceName:t.name}));return u}(t,{isCLI:o,colorsModule:h,levenshteinDistance:p}),m=new n.Normalizer(f,{logger:u,unknown:D,descriptor:d}),E=!1!==u;E&&r&&(m._hasDeprecationWarned=r);let g=m.normalize(e);return E&&(r=m._hasDeprecationWarned),o&&!1===g["plugin-search"]&&(g["plugin-search-dir"]=!1),g}function c(e,t){let{isCLI:r,optionInfos:i,colorsModule:s,levenshteinDistance:a}=t,{name:l}=e;if("plugin-search-dir"===l||"pluginSearchDirs"===l)return n.AnySchema.create({name:l,preprocess:e=>(!1===e||(e=Array.isArray(e)?e:[e]),e),validate:e=>!1===e||e.every((e=>"string"==typeof e)),expected:()=>"false or paths to plugin search dir"});let c,h={name:l},p={};switch(e.type){case"int":c=n.IntegerSchema,r&&(h.preprocess=Number);break;case"string":case"path":c=n.StringSchema;break;case"choice":c=n.ChoiceSchema,h.choices=e.choices.map((t=>"object"==typeof t&&t.redirect?Object.assign(Object.assign({},t),{},{redirect:{to:{key:e.name,value:t.redirect}}}):t));break;case"boolean":c=n.BooleanSchema;break;case"flag":c=o({colorsModule:s,levenshteinDistance:a}),h.flags=i.flatMap((e=>[e.alias,e.description&&e.name,e.oppositeDescription&&`no-${e.name}`].filter(Boolean)));break;default:throw new Error(`Unexpected type ${e.type}`)}if(h.validate=e.exception?(t,r,i)=>e.exception(t)||r.validate(t,i):(e,t,r)=>void 0===e||t.validate(e,r),e.redirect&&(p.redirect=t=>t?{to:{key:e.redirect.option,value:e.redirect.value}}:void 0),e.deprecated&&(p.deprecated=!0),r&&!e.array){let e=h.preprocess||(e=>e);h.preprocess=(t,r,i)=>r.preprocess(e(Array.isArray(t)?u(t):t),i)}return e.array?n.ArraySchema.create(Object.assign(Object.assign(Object.assign({},r?{preprocess:e=>Array.isArray(e)?e:[e]}:{}),p),{},{valueSchema:c.create(h)})):c.create(Object.assign(Object.assign({},h),p))}t.exports={normalizeApiOptions:function(e,t,r){return l(e,t,r)},normalizeCliOptions:function(e,t,r){return l(e,t,Object.assign({isCLI:!0},r))}}}}),Nt=d({"src/language-js/loc.js"(e,t){g();var r=re();function i(e){var t,n;let s=e.range?e.range[0]:e.start,u=null!==(t=null===(n=e.declaration)||void 0===n?void 0:n.decorators)&&void 0!==t?t:e.decorators;return r(u)?Math.min(i(u[0]),s):s}function n(e){return e.range?e.range[1]:e.end}function s(e,t){let r=i(e);return Number.isInteger(r)&&r===i(t)}t.exports={locStart:i,locEnd:n,hasSameLocStart:s,hasSameLoc:function(e,t){return s(e,t)&&function(e,t){let r=n(e);return Number.isInteger(r)&&r===n(t)}(e,t)}}}}),jt=d({"src/main/load-parser.js"(e,t){g(),t.exports=()=>{}}}),It=d({"scripts/build/shims/babel-highlight.cjs"(e,t){g();var r=ot();t.exports={shouldHighlight:()=>!1,getChalk:()=>r}}}),Ot=d({"node_modules/@babel/code-frame/lib/index.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0}),e.codeFrameColumns=n,e.default=function(e,t,i){let s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};if(!r){r=!0;let e="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";u.emitWarning?u.emitWarning(e,"DeprecationWarning"):(new Error(e).name="DeprecationWarning",console.warn(new Error(e)))}return n(e,{start:{column:i=Math.max(i,0),line:t}},s)};var t=It(),r=!1;var i=/\r\n|[\n\r\u2028\u2029]/;function n(e,r){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},s=(n.highlightCode||n.forceColor)&&(0,t.shouldHighlight)(n),u=(0,t.getChalk)(n),a=function(e){return{gutter:e.grey,marker:e.red.bold,message:e.red.bold}}(u),o=(e,t)=>s?e(t):t,l=e.split(i),{start:c,end:h,markerLines:p}=function(e,t,r){let i=Object.assign({column:0,line:-1},e.start),n=Object.assign({},i,e.end),{linesAbove:s=2,linesBelow:u=3}=r||{},a=i.line,o=i.column,l=n.line,c=n.column,h=Math.max(a-(s+1),0),p=Math.min(t.length,l+u);-1===a&&(h=0),-1===l&&(p=t.length);let D=l-a,d={};if(D)for(let e=0;e<=D;e++){let r=e+a;d[r]=!o||(0===e?[o,t[r-1].length-o+1]:e===D?[0,c]:[0,t[r-e].length])}else d[a]=o===c?!o||[o,0]:[o,c-o];return{start:h,end:p,markerLines:d}}(r,l,n),D=r.start&&"number"==typeof r.start.column,d=String(h).length,f=(s?(0,t.default)(e,n):e).split(i,h).slice(c,h).map(((e,t)=>{let r=c+1+t,i=` ${` ${r}`.slice(-d)} |`,s=p[r],u=!p[r+1];if(s){let t="";if(Array.isArray(s)){let r=e.slice(0,Math.max(s[0]-1,0)).replace(/[^\t]/g," "),l=s[1]||1;t=["\n ",o(a.gutter,i.replace(/\d/g," "))," ",r,o(a.marker,"^").repeat(l)].join(""),u&&n.message&&(t+=" "+o(a.message,n.message))}return[o(a.marker,">"),o(a.gutter,i),e.length>0?` ${e}`:"",t].join("")}return` ${o(a.gutter,i)}${e.length>0?` ${e}`:""}`})).join("\n");return n.message&&!D&&(f=`${" ".repeat(d+1)}${n.message}\n${f}`),s?u.reset(f):f}}}),Lt=d({"src/main/parser.js"(e,t){g();var{ConfigError:r}=Be(),i=Nt();jt();var{locStart:n,locEnd:s}=i,u=Object.getOwnPropertyNames,a=Object.getOwnPropertyDescriptor;function o(e){let t={};for(let r of e.plugins)if(r.parsers)for(let e of u(r.parsers))Object.defineProperty(t,e,a(r.parsers,e));return t}function l(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:o(e);if("function"==typeof e.parser)return{parse:e.parser,astFormat:"estree",locStart:n,locEnd:s};if("string"==typeof e.parser){if(Object.prototype.hasOwnProperty.call(t,e.parser))return t[e.parser];throw new r(`Couldn't resolve parser "${e.parser}". Parsers must be explicitly added to the standalone bundle.`)}}t.exports={parse:function(e,t){let r=o(t),i=Object.defineProperties({},Object.fromEntries(Object.keys(r).map((e=>[e,{enumerable:!0,get:()=>r[e].parse}])))),n=l(t,r);try{return n.preprocess&&(e=n.preprocess(e,t)),{text:e,ast:n.parse(e,i,t)}}catch(t){let{loc:r}=t;if(r){let{codeFrameColumns:i}=Ot();throw t.codeFrame=i(e,r,{highlightCode:!0}),t.message+="\n"+t.codeFrame,t}throw t}},resolveParser:l}}}),Mt=d({"src/main/options.js"(e,t){g();var r=Te(),{UndefinedParserError:i}=Be(),{getSupportInfo:n}=te(),s=kt(),{resolveParser:u}=Lt(),a={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null};function o(e,t){let i=r.basename(e).toLowerCase(),s=n({plugins:t}).languages.filter((e=>null!==e.since)).find((e=>e.extensions&&e.extensions.some((e=>i.endsWith(e)))||e.filenames&&e.filenames.some((e=>e.toLowerCase()===i))));return s&&s.parsers[0]}t.exports={normalize:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=Object.assign({},e),l=n({plugins:e.plugins,showUnreleased:!0,showDeprecated:!0}).options,c=Object.assign(Object.assign({},a),Object.fromEntries(l.filter((e=>void 0!==e.default)).map((e=>[e.name,e.default]))));if(!r.parser)if(r.filepath){if(r.parser=o(r.filepath,r.plugins),!r.parser)throw new i(`No parser could be inferred for file: ${r.filepath}`)}else(t.logger||console).warn("No parser and no filepath given, using 'babel' the parser now but this will throw an error in the future. Please specify a parser or a filepath so one can be inferred."),r.parser="babel";let h=u(s.normalizeApiOptions(r,[l.find((e=>"parser"===e.name))],{passThrough:!0,logger:!1}));r.astFormat=h.astFormat,r.locEnd=h.locEnd,r.locStart=h.locStart;let p=function(e){let{astFormat:t}=e;if(!t)throw new Error("getPlugin() requires astFormat to be set");let r=e.plugins.find((e=>e.printers&&e.printers[t]));if(!r)throw new Error(`Couldn't find plugin for AST format "${t}"`);return r}(r);r.printer=p.printers[r.astFormat];let D=Object.fromEntries(l.filter((e=>e.pluginDefaults&&void 0!==e.pluginDefaults[p.name])).map((e=>[e.name,e.pluginDefaults[p.name]]))),d=Object.assign(Object.assign({},c),D);for(let[e,t]of Object.entries(d))null==r[e]&&(r[e]=t);return"json"===r.parser&&(r.trailingComma="none"),s.normalizeApiOptions(r,l,Object.assign({passThrough:Object.keys(a)},t))},hiddenDefaults:a,inferParser:o}}}),_t=d({"src/main/massage-ast.js"(e,t){g(),t.exports=function e(t,r,i){if(Array.isArray(t))return t.map((t=>e(t,r,i))).filter(Boolean);if(!t||"object"!=typeof t)return t;let n,s=r.printer.massageAstNode;n=s&&s.ignoredProperties?s.ignoredProperties:new Set;let u={};for(let[i,s]of Object.entries(t))!n.has(i)&&"function"!=typeof s&&(u[i]=e(s,r,t));if(s){let e=s(t,u,i);if(null===e)return;if(e)return e}return u}}}),$t=d({"scripts/build/shims/assert.cjs"(e,t){g();var r=()=>{};r.ok=r,r.strictEqual=r,t.exports=r}}),Rt=d({"src/main/comments.js"(e,t){g();var r=$t(),{builders:{line:i,hardline:n,breakParent:s,indent:u,lineSuffix:a,join:o,cursor:l}}=$(),{hasNewline:c,skipNewline:h,skipSpaces:p,isPreviousLineEmpty:D,addLeadingComment:d,addDanglingComment:f,addTrailingComment:m}=oe(),E=new WeakMap;function C(e,t,r){if(!e)return;let{printer:i,locStart:n,locEnd:s}=t;if(r){if(i.canAttachComment&&i.canAttachComment(e)){let t;for(t=r.length-1;t>=0&&!(n(r[t])<=n(e)&&s(r[t])<=s(e));--t);return void r.splice(t+1,0,e)}}else if(E.has(e))return E.get(e);let u=i.getCommentChildNodes&&i.getCommentChildNodes(e,t)||"object"==typeof e&&Object.entries(e).filter((e=>{let[t]=e;return"enclosingNode"!==t&&"precedingNode"!==t&&"followingNode"!==t&&"tokens"!==t&&"comments"!==t&&"parent"!==t})).map((e=>{let[,t]=e;return t}));if(u){r||E.set(e,r=[]);for(let e of u)C(e,t,r);return r}}function y(e,t,r,i){let n,s,{locStart:u,locEnd:a}=r,o=u(t),l=a(t),c=C(e,r),h=0,p=c.length;for(;h<p;){let e=h+p>>1,i=c[e],D=u(i),d=a(i);if(D<=o&&l<=d)return y(i,t,r,i);if(d<=o)n=i,h=e+1;else{if(!(l<=D))throw new Error("Comment location overlaps with node location");s=i,p=e}}if(i&&"TemplateLiteral"===i.type){let{quasis:e}=i,u=w(e,t,r);n&&w(e,n,r)!==u&&(n=null),s&&w(e,s,r)!==u&&(s=null)}return{enclosingNode:i,precedingNode:n,followingNode:s}}var F=()=>!1;var b=e=>!/[\S\n\u2028\u2029]/.test(e);function A(e,t,r,i){let{comment:n,precedingNode:s}=r[i],{locStart:u,locEnd:a}=t,o=u(n);if(s)for(let t=i-1;t>=0;t--){let{comment:i,precedingNode:n}=r[t];if(n!==s||!b(e.slice(a(i),o)))break;o=u(i)}return c(e,o,{backwards:!0})}function v(e,t,r,i){let{comment:n,followingNode:s}=r[i],{locStart:u,locEnd:a}=t,o=a(n);if(s)for(let t=i+1;t<r.length;t++){let{comment:i,followingNode:n}=r[t];if(n!==s||!b(e.slice(o,u(i))))break;o=a(i)}return c(e,o)}function x(e,t,i){let n=e.length;if(0===n)return;let s,{precedingNode:u,followingNode:a,enclosingNode:o}=e[0],l=i.printer.getGapRegex&&i.printer.getGapRegex(o)||/^[\s(]*$/,c=i.locStart(a);for(s=n;s>0;--s){let{comment:n,precedingNode:o,followingNode:h}=e[s-1];r.strictEqual(o,u),r.strictEqual(h,a);let p=t.slice(i.locEnd(n),c);if(!l.test(p))break;c=i.locStart(n)}for(let[t,{comment:r}]of e.entries())t<s?m(u,r):d(a,r);for(let e of[u,a])e.comments&&e.comments.length>1&&e.comments.sort(((e,t)=>i.locStart(e)-i.locStart(t)));e.length=0}function S(e,t){return e.getValue().printed=!0,t.printer.printComment(e,t)}function w(e,t,r){let i=r.locStart(t)-1;for(let t=1;t<e.length;++t)if(i<r.locStart(e[t]))return t-1;return 0}function T(e,t,r){let u=e.getValue();if(!u)return{};let o=u.comments||[];r&&(o=o.filter((e=>!r.has(e))));let d=u===t.cursorNode;if(0===o.length){let e=d?l:"";return{leading:e,trailing:e}}let f=[],m=[];return e.each((()=>{let u=e.getValue();if(r&&r.has(u))return;let{leading:o,trailing:l}=u;o?f.push(function(e,t){let r=e.getValue(),s=[S(e,t)],{printer:u,originalText:a,locStart:o,locEnd:l}=t;if(u.isBlockComment&&u.isBlockComment(r)){let e=c(a,l(r))?c(a,o(r),{backwards:!0})?n:i:" ";s.push(e)}else s.push(n);let D=h(a,p(a,l(r)));return!1!==D&&c(a,D)&&s.push(n),s}(e,t)):l&&m.push(function(e,t){let r=e.getValue(),i=S(e,t),{printer:u,originalText:o,locStart:l}=t,h=u.isBlockComment&&u.isBlockComment(r);if(c(o,l(r),{backwards:!0})){let e=D(o,r,l);return a([n,e?n:"",i])}let p=[" ",i];return h||(p=[a(p),s]),p}(e,t))}),"comments"),d&&(f.unshift(l),m.push(l)),{leading:f,trailing:m}}t.exports={attach:function(e,t,r,i){if(!Array.isArray(e))return;let n=[],{locStart:s,locEnd:u,printer:{handleComments:a={}}}=i,{avoidAstMutation:o,ownLine:l=F,endOfLine:c=F,remaining:h=F}=a,p=e.map(((n,s)=>Object.assign(Object.assign({},y(t,n,i)),{},{comment:n,text:r,options:i,ast:t,isLastComment:e.length-1===s})));for(let[e,t]of p.entries()){let r,{comment:i,precedingNode:a,enclosingNode:D,followingNode:E,text:g,options:C,ast:y,isLastComment:F}=t;if("json"===C.parser||"json5"===C.parser||"__js_expression"===C.parser||"__vue_expression"===C.parser||"__vue_ts_expression"===C.parser){if(s(i)-s(y)<=0){d(y,i);continue}if(u(i)-u(y)>=0){m(y,i);continue}}if(o?r=[t]:(i.enclosingNode=D,i.precedingNode=a,i.followingNode=E,r=[i,g,C,y,F]),A(g,C,p,e))i.placement="ownLine",l(...r)||(E?d(E,i):a?m(a,i):f(D||y,i));else if(v(g,C,p,e))i.placement="endOfLine",c(...r)||(a?m(a,i):E?d(E,i):f(D||y,i));else if(i.placement="remaining",!h(...r))if(a&&E){let e=n.length;e>0&&n[e-1].followingNode!==E&&x(n,g,C),n.push(t)}else a?m(a,i):E?d(E,i):f(D||y,i)}if(x(n,r,i),!o)for(let t of e)delete t.precedingNode,delete t.enclosingNode,delete t.followingNode},printComments:function(e,t,r,i){let{leading:n,trailing:s}=T(e,r,i);return n||s?[n,t,s]:t},printCommentsSeparately:T,printDanglingComments:function(e,t,r,i){let s=[],a=e.getValue();return a&&a.comments&&(e.each((()=>{let r=e.getValue();!r.leading&&!r.trailing&&(!i||i(r))&&s.push(S(e,t))}),"comments"),0!==s.length)?r?o(n,s):u([n,o(n,s)]):""},getSortedChildNodes:C,ensureAllCommentsPrinted:function(e){if(e)for(let t of e){if(!t.printed)throw new Error('Comment "'+t.value.trim()+'" was not printed. Please report this error!');delete t.printed}}}}}),qt=d({"src/common/ast-path.js"(e,t){g();var r=v();function i(e,t){let r=n(e.stack,t);return-1===r?null:e.stack[r]}function n(e,t){for(let r=e.length-1;r>=0;r-=2){let i=e[r];if(i&&!Array.isArray(i)&&--t<0)return r}return-1}t.exports=class{constructor(e){this.stack=[e]}getName(){let{stack:e}=this,{length:t}=e;return t>1?e[t-2]:null}getValue(){return r(this.stack)}getNode(){return i(this,arguments.length>0&&void 0!==arguments[0]?arguments[0]:0)}getParentNode(){return i(this,(arguments.length>0&&void 0!==arguments[0]?arguments[0]:0)+1)}call(e){let{stack:t}=this,{length:i}=t,n=r(t);for(var s=arguments.length,u=new Array(s>1?s-1:0),a=1;a<s;a++)u[a-1]=arguments[a];for(let e of u)n=n[e],t.push(e,n);let o=e(this);return t.length=i,o}callParent(e){let t=n(this.stack,(arguments.length>1&&void 0!==arguments[1]?arguments[1]:0)+1),r=this.stack.splice(t+1),i=e(this);return this.stack.push(...r),i}each(e){let{stack:t}=this,{length:i}=t,n=r(t);for(var s=arguments.length,u=new Array(s>1?s-1:0),a=1;a<s;a++)u[a-1]=arguments[a];for(let e of u)n=n[e],t.push(e,n);for(let r=0;r<n.length;++r)t.push(r,n[r]),e(this,r,n),t.length-=2;t.length=i}map(e){let t=[];for(var r=arguments.length,i=new Array(r>1?r-1:0),n=1;n<r;n++)i[n-1]=arguments[n];return this.each(((r,i,n)=>{t[i]=e(r,i,n)}),...i),t}try(e){let{stack:t}=this,r=[...t];try{return e()}finally{t.length=0,t.push(...r)}}match(){let e=this.stack.length-1,t=null,r=this.stack[e--];for(var i=arguments.length,n=new Array(i),s=0;s<i;s++)n[s]=arguments[s];for(let i of n){if(void 0===r)return!1;let n=null;if("number"==typeof t&&(n=t,t=this.stack[e--],r=this.stack[e--]),i&&!i(r,t,n))return!1;t=this.stack[e--],r=this.stack[e--]}return!0}findAncestor(e){let t=this.stack.length-1,r=null,i=this.stack[t--];for(;i;){let n=null;if("number"==typeof r&&(n=r,r=this.stack[t--],i=this.stack[t--]),null!==r&&e(i,r,n))return i;r=this.stack[t--],i=this.stack[t--]}}}}}),Ut=d({"src/main/multiparser.js"(e,t){g();var{utils:{stripTrailingHardline:r}}=$(),{normalize:i}=Mt(),n=Rt();t.exports={printSubtree:function(e,t,s,u){if(s.printer.embed&&"auto"===s.embeddedLanguageFormatting)return s.printer.embed(e,t,((e,t,a)=>function(e,t,s,u){let{stripTrailingHardline:a=!1}=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},o=i(Object.assign(Object.assign(Object.assign({},s),t),{},{parentParser:s.parser,originalText:e}),{passThrough:!0}),l=Lt().parse(e,o),{ast:c}=l;e=l.text;let h=c.comments;delete c.comments,n.attach(h,c,e,o),o[Symbol.for("comments")]=h||[],o[Symbol.for("tokens")]=c.tokens||[];let p=u(c,o);return n.ensureAllCommentsPrinted(h),a?"string"==typeof p?p.replace(/(?:\r?\n)*$/,""):r(p):p}(e,t,s,u,a)),s)}}}}),Vt=d({"src/main/ast-to-doc.js"(e,t){g();var r=qt(),{builders:{hardline:i,addAlignmentToDoc:n},utils:{propagateBreaks:s}}=$(),{printComments:u}=Rt(),a=Ut();function o(e,t){let l=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,{printer:c}=t;c.preprocess&&(e=c.preprocess(e,t));let h=new Map,p=new r(e),D=d();return l>0&&(D=n([i,D],l,t.tabWidth)),s(D),D;function d(e,t){return void 0===e||e===p?f(t):Array.isArray(e)?p.call((()=>f(t)),...e):p.call((()=>f(t)),e)}function f(e){let r=p.getValue(),i=r&&"object"==typeof r&&void 0===e;if(i&&h.has(r))return h.get(r);let n=function(e,t,r,i){let n,s,l=e.getValue(),{printer:c}=t;if(c.hasPrettierIgnore&&c.hasPrettierIgnore(e))({doc:n,printedComments:s}=function(e,t){let{originalText:r,[Symbol.for("comments")]:i,locStart:n,locEnd:s}=t,u=n(e),a=s(e),o=new Set;for(let e of i)n(e)>=u&&s(e)<=a&&(e.printed=!0,o.add(e));return{doc:r.slice(u,a),printedComments:o}}(l,t));else{if(l)try{n=a.printSubtree(e,r,t,o)}catch(e){if(globalThis.PRETTIER_DEBUG)throw e}n||(n=c.print(e,t,r,i))}return(!c.willPrintOwnComments||!c.willPrintOwnComments(e,t))&&(n=u(e,n,t,s)),n}(p,t,d,e);return i&&h.set(r,n),n}}t.exports=o}}),Ht=d({"src/main/range-util.js"(e,t){g();var r=$t(),i=Rt();function n(e){let t=e.length-1;for(;;){let r=e[t];if(!r||"Program"!==r.type&&"File"!==r.type)break;t--}return e.slice(0,t+1)}function s(e,t,r,n){let u=arguments.length>4&&void 0!==arguments[4]?arguments[4]:[],a=arguments.length>5?arguments[5]:void 0,{locStart:o,locEnd:l}=r,c=o(e),h=l(e);if(!(t>h||t<c||"rangeEnd"===a&&t===c||"rangeStart"===a&&t===h)){for(let o of i.getSortedChildNodes(e,r)){let i=s(o,t,r,n,[e,...u],a);if(i)return i}if(!n||n(e,u[0]))return{node:e,parentNodes:u}}}var u=new Set(["ObjectExpression","ArrayExpression","StringLiteral","NumericLiteral","BooleanLiteral","NullLiteral","UnaryExpression","TemplateLiteral"]),a=new Set(["OperationDefinition","FragmentDefinition","VariableDefinition","TypeExtensionDefinition","ObjectTypeDefinition","FieldDefinition","DirectiveDefinition","EnumTypeDefinition","EnumValueDefinition","InputValueDefinition","InputObjectTypeDefinition","SchemaDefinition","OperationTypeDefinition","InterfaceTypeDefinition","UnionTypeDefinition","ScalarTypeDefinition"]);function o(e,t,r){if(!t)return!1;switch(e.parser){case"flow":case"babel":case"babel-flow":case"babel-ts":case"typescript":case"acorn":case"espree":case"meriyah":case"__babel_estree":return function(e,t){return"DeclareExportDeclaration"!==t&&"TypeParameterDeclaration"!==e&&("Directive"===e||"TypeAlias"===e||"TSExportAssignment"===e||e.startsWith("Declare")||e.startsWith("TSDeclare")||e.endsWith("Statement")||e.endsWith("Declaration"))}(t.type,r&&r.type);case"json":case"json5":case"json-stringify":return u.has(t.type);case"graphql":return a.has(t.kind);case"vue":return"root"!==t.tag}return!1}t.exports={calculateRange:function(e,t,i){let{rangeStart:a,rangeEnd:l,locStart:c,locEnd:h}=t;r.ok(l>a);let p=e.slice(a,l).search(/\S/),D=-1===p;if(!D)for(a+=p;l>a&&!/\S/.test(e[l-1]);--l);let d,f,m=s(i,a,t,((e,r)=>o(t,e,r)),[],"rangeStart"),E=D?m:s(i,l,t,(e=>o(t,e)),[],"rangeEnd");if(!m||!E)return{rangeStart:0,rangeEnd:0};if((e=>{let{parser:t}=e;return"json"===t||"json5"===t||"json-stringify"===t})(t)){let e=function(e,t){let r=[e.node,...e.parentNodes],i=new Set([t.node,...t.parentNodes]);return r.find((e=>u.has(e.type)&&i.has(e)))}(m,E);d=e,f=e}else({startNode:d,endNode:f}=function(e,t,r){let{locStart:i,locEnd:s}=r,u=e.node,a=t.node;if(u===a)return{startNode:u,endNode:a};let o=i(e.node);for(let e of n(t.parentNodes)){if(!(i(e)>=o))break;a=e}let l=s(t.node);for(let t of n(e.parentNodes)){if(!(s(t)<=l))break;if(u=t,u===a)break}return{startNode:u,endNode:a}}(m,E,t));return{rangeStart:Math.min(c(d),c(f)),rangeEnd:Math.max(h(d),h(f))}},findNodeAtOffset:s}}}),Jt=d({"src/main/core.js"(e,t){g();var{diffArrays:r}=F(),{printer:{printDocToString:i},debug:{printDocToDebug:n}}=$(),{getAlignmentSize:s}=oe(),{guessEndOfLine:u,convertEndOfLineToChars:a,countEndOfLineChars:o,normalizeEndOfLine:l}=A(),c=Mt().normalize,h=_t(),p=Rt(),D=Lt(),d=Vt(),f=Ht(),m=Symbol("cursor");function E(e,t,r){let i=t.comments;return i&&(delete t.comments,p.attach(i,t,e,r)),r[Symbol.for("comments")]=i||[],r[Symbol.for("tokens")]=t.tokens||[],r.originalText=e,i}function C(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;if(!e||0===e.trim().length)return{formatted:"",cursorOffset:-1,comments:[]};let{ast:s,text:u}=D.parse(e,t);if(t.cursorOffset>=0){let e=f.findNodeAtOffset(s,t.cursorOffset,t);e&&e.node&&(t.cursorNode=e.node)}let o=E(u,s,t),l=d(s,t,n),c=i(l,t);if(p.ensureAllCommentsPrinted(o),n>0){let e=c.formatted.trim();void 0!==c.cursorNodeStart&&(c.cursorNodeStart-=c.formatted.indexOf(e)),c.formatted=e+a(t.endOfLine)}if(t.cursorOffset>=0){let e,i,n,s,a;if(t.cursorNode&&c.cursorNodeText?(e=t.locStart(t.cursorNode),i=u.slice(e,t.locEnd(t.cursorNode)),n=t.cursorOffset-e,s=c.cursorNodeStart,a=c.cursorNodeText):(e=0,i=u,n=t.cursorOffset,s=0,a=c.formatted),i===a)return{formatted:c.formatted,cursorOffset:s+n,comments:o};let l=[...i];l.splice(n,0,m);let h=[...a],p=r(l,h),D=s;for(let e of p)if(e.removed){if(e.value.includes(m))break}else D+=e.count;return{formatted:c.formatted,cursorOffset:D,comments:o}}return{formatted:c.formatted,cursorOffset:-1,comments:o}}function y(e,t,r){return"number"!=typeof t||Number.isNaN(t)||t<0||t>e.length?r:t}function b(e,t){let{cursorOffset:r,rangeStart:i,rangeEnd:n}=t;return r=y(e,r,-1),i=y(e,i,0),n=y(e,n,e.length),Object.assign(Object.assign({},t),{},{cursorOffset:r,rangeStart:i,rangeEnd:n})}function v(e,t){let{cursorOffset:r,rangeStart:i,rangeEnd:n,endOfLine:s}=b(e,t),a="\ufeff"===e.charAt(0);if(a&&(e=e.slice(1),r--,i--,n--),"auto"===s&&(s=u(e)),e.includes("\r")){let t=t=>o(e.slice(0,Math.max(t,0)),"\r\n");r-=t(r),i-=t(i),n-=t(n),e=l(e)}return{hasBOM:a,text:e,options:b(e,Object.assign(Object.assign({},t),{},{cursorOffset:r,rangeStart:i,rangeEnd:n,endOfLine:s}))}}function x(e,t){let r=D.resolveParser(t);return!r.hasPragma||r.hasPragma(e)}function S(e,t){let r,{hasBOM:i,text:n,options:u}=v(e,c(t));return u.rangeStart>=u.rangeEnd&&""!==n||u.requirePragma&&!x(n,u)?{formatted:e,cursorOffset:t.cursorOffset,comments:[]}:(u.rangeStart>0||u.rangeEnd<n.length?r=function(e,t){let{ast:r,text:i}=D.parse(e,t),{rangeStart:n,rangeEnd:u}=f.calculateRange(i,t,r),l=i.slice(n,u),c=Math.min(n,i.lastIndexOf("\n",n)+1),h=i.slice(c,n).match(/^\s*/)[0],p=s(h,t.tabWidth),d=C(l,Object.assign(Object.assign({},t),{},{rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:t.cursorOffset>n&&t.cursorOffset<=u?t.cursorOffset-n:-1,endOfLine:"lf"}),p),m=d.formatted.trimEnd(),{cursorOffset:E}=t;E>u?E+=m.length-l.length:d.cursorOffset>=0&&(E=d.cursorOffset+n);let g=i.slice(0,n)+m+i.slice(u);if("lf"!==t.endOfLine){let e=a(t.endOfLine);E>=0&&"\r\n"===e&&(E+=o(g.slice(0,E),"\n")),g=g.replace(/\n/g,e)}return{formatted:g,cursorOffset:E,comments:d.comments}}(n,u):(!u.requirePragma&&u.insertPragma&&u.printer.insertPragma&&!x(n,u)&&(n=u.printer.insertPragma(n)),r=C(n,u)),i&&(r.formatted="\ufeff"+r.formatted,r.cursorOffset>=0&&r.cursorOffset++),r)}t.exports={formatWithCursor:S,parse(e,t,r){let{text:i,options:n}=v(e,c(t)),s=D.parse(i,n);return r&&(s.ast=h(s.ast,n)),s},formatAST(e,t){t=c(t);let r=d(e,t);return i(r,t)},formatDoc:(e,t)=>S(n(e),Object.assign(Object.assign({},t),{},{parser:"__js_expression"})).formatted,printToDoc(e,t){t=c(t);let{ast:r,text:i}=D.parse(e,t);return E(i,r,t),d(r,t)},printDocToString:(e,t)=>i(e,c(t))}}}),zt=d({"src/common/util-shared.js"(e,t){g();var{getMaxContinuousCount:r,getStringWidth:i,getAlignmentSize:n,getIndentSize:s,skip:u,skipWhitespace:a,skipSpaces:o,skipNewline:l,skipToLineEnd:c,skipEverythingButNewLine:h,skipInlineComment:p,skipTrailingComment:D,hasNewline:d,hasNewlineInRange:f,hasSpaces:m,isNextLineEmpty:E,isNextLineEmptyAfterIndex:C,isPreviousLineEmpty:y,getNextNonSpaceNonCommentCharacterIndex:F,makeString:b,addLeadingComment:A,addDanglingComment:v,addTrailingComment:x}=oe();t.exports={getMaxContinuousCount:r,getStringWidth:i,getAlignmentSize:n,getIndentSize:s,skip:u,skipWhitespace:a,skipSpaces:o,skipNewline:l,skipToLineEnd:c,skipEverythingButNewLine:h,skipInlineComment:p,skipTrailingComment:D,hasNewline:d,hasNewlineInRange:f,hasSpaces:m,isNextLineEmpty:E,isNextLineEmptyAfterIndex:C,isPreviousLineEmpty:y,getNextNonSpaceNonCommentCharacterIndex:F,makeString:b,addLeadingComment:A,addDanglingComment:v,addTrailingComment:x}}}),Gt=d({"src/utils/create-language.js"(e,t){g(),t.exports=function(e,t){let{languageId:r}=e,i=s(e,n);return Object.assign(Object.assign({linguistLanguageId:r},i),t(e))}}}),Wt=d({"node_modules/esutils/lib/ast.js"(e,t){g(),function(){function e(e){if(null==e)return!1;switch(e.type){case"BlockStatement":case"BreakStatement":case"ContinueStatement":case"DebuggerStatement":case"DoWhileStatement":case"EmptyStatement":case"ExpressionStatement":case"ForInStatement":case"ForStatement":case"IfStatement":case"LabeledStatement":case"ReturnStatement":case"SwitchStatement":case"ThrowStatement":case"TryStatement":case"VariableDeclaration":case"WhileStatement":case"WithStatement":return!0}return!1}function r(e){switch(e.type){case"IfStatement":return null!=e.alternate?e.alternate:e.consequent;case"LabeledStatement":case"ForStatement":case"ForInStatement":case"WhileStatement":case"WithStatement":return e.body}return null}t.exports={isExpression:function(e){if(null==e)return!1;switch(e.type){case"ArrayExpression":case"AssignmentExpression":case"BinaryExpression":case"CallExpression":case"ConditionalExpression":case"FunctionExpression":case"Identifier":case"Literal":case"LogicalExpression":case"MemberExpression":case"NewExpression":case"ObjectExpression":case"SequenceExpression":case"ThisExpression":case"UnaryExpression":case"UpdateExpression":return!0}return!1},isStatement:e,isIterationStatement:function(e){if(null==e)return!1;switch(e.type){case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"WhileStatement":return!0}return!1},isSourceElement:function(t){return e(t)||null!=t&&"FunctionDeclaration"===t.type},isProblematicIfStatement:function(e){var t;if("IfStatement"!==e.type||null==e.alternate)return!1;t=e.consequent;do{if("IfStatement"===t.type&&null==t.alternate)return!0;t=r(t)}while(t);return!1},trailingStatement:r}}()}}),Xt=d({"node_modules/esutils/lib/code.js"(e,t){g(),function(){var e,r,i,n,s,u;function a(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(Math.floor((e-65536)/1024)+55296)+String.fromCharCode((e-65536)%1024+56320)}for(r={NonAsciiIdentifierStart:/[\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\u08B6-\u08BD\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\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\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-\u1884\u1887-\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\u1C80-\u1C88\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\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\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\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\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-\uA7AE\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]/,NonAsciiIdentifierPart:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\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\u08B6-\u08BD\u08D4-\u08E1\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\u0C80-\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\u0D54-\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\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-\u19D9\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\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\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\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\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\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\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-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\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]/},e={NonAsciiIdentifierStart:/[\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\u08B6-\u08BD\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\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\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\u1C80-\u1C88\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-\uA7AE\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\uDCB0-\uDCD3\uDCD8-\uDCFB\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[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\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\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\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\uDD00-\uDD43]|\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]/,NonAsciiIdentifierPart:/[\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\u08B6-\u08BD\u08D4-\u08E1\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\u0C80-\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\u0D54-\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\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\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-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\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\uDCB0-\uDCD3\uDCD8-\uDCFB\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\uDE3E\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[\uDC00-\uDC4A\uDC50-\uDC59\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]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\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\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\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]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\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]/},i=[5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8239,8287,12288,65279],n=new Array(128),u=0;u<128;++u)n[u]=u>=97&&u<=122||u>=65&&u<=90||36===u||95===u;for(s=new Array(128),u=0;u<128;++u)s[u]=u>=97&&u<=122||u>=65&&u<=90||u>=48&&u<=57||36===u||95===u;t.exports={isDecimalDigit:function(e){return 48<=e&&e<=57},isHexDigit:function(e){return 48<=e&&e<=57||97<=e&&e<=102||65<=e&&e<=70},isOctalDigit:function(e){return e>=48&&e<=55},isWhiteSpace:function(e){return 32===e||9===e||11===e||12===e||160===e||e>=5760&&i.indexOf(e)>=0},isLineTerminator:function(e){return 10===e||13===e||8232===e||8233===e},isIdentifierStartES5:function(e){return e<128?n[e]:r.NonAsciiIdentifierStart.test(a(e))},isIdentifierPartES5:function(e){return e<128?s[e]:r.NonAsciiIdentifierPart.test(a(e))},isIdentifierStartES6:function(t){return t<128?n[t]:e.NonAsciiIdentifierStart.test(a(t))},isIdentifierPartES6:function(t){return t<128?s[t]:e.NonAsciiIdentifierPart.test(a(t))}}}()}}),Kt=d({"node_modules/esutils/lib/keyword.js"(e,t){g(),function(){var e=Xt();function r(e,t){return!(!t&&"yield"===e)&&i(e,t)}function i(e,t){if(t&&function(e){switch(e){case"implements":case"interface":case"package":case"private":case"protected":case"public":case"static":case"let":return!0;default:return!1}}(e))return!0;switch(e.length){case 2:return"if"===e||"in"===e||"do"===e;case 3:return"var"===e||"for"===e||"new"===e||"try"===e;case 4:return"this"===e||"else"===e||"case"===e||"void"===e||"with"===e||"enum"===e;case 5:return"while"===e||"break"===e||"catch"===e||"throw"===e||"const"===e||"yield"===e||"class"===e||"super"===e;case 6:return"return"===e||"typeof"===e||"delete"===e||"switch"===e||"export"===e||"import"===e;case 7:return"default"===e||"finally"===e||"extends"===e;case 8:return"function"===e||"continue"===e||"debugger"===e;case 10:return"instanceof"===e;default:return!1}}function n(e,t){return"null"===e||"true"===e||"false"===e||r(e,t)}function s(e,t){return"null"===e||"true"===e||"false"===e||i(e,t)}function u(t){var r,i,n;if(0===t.length||(n=t.charCodeAt(0),!e.isIdentifierStartES5(n)))return!1;for(r=1,i=t.length;r<i;++r)if(n=t.charCodeAt(r),!e.isIdentifierPartES5(n))return!1;return!0}function a(e,t){return 1024*(e-55296)+(t-56320)+65536}function o(t){var r,i,n,s,u;if(0===t.length)return!1;for(u=e.isIdentifierStartES6,r=0,i=t.length;r<i;++r){if(55296<=(n=t.charCodeAt(r))&&n<=56319){if(++r>=i||!(56320<=(s=t.charCodeAt(r))&&s<=57343))return!1;n=a(n,s)}if(!u(n))return!1;u=e.isIdentifierPartES6}return!0}t.exports={isKeywordES5:r,isKeywordES6:i,isReservedWordES5:n,isReservedWordES6:s,isRestrictedWord:function(e){return"eval"===e||"arguments"===e},isIdentifierNameES5:u,isIdentifierNameES6:o,isIdentifierES5:function(e,t){return u(e)&&!n(e,t)},isIdentifierES6:function(e,t){return o(e)&&!s(e,t)}}}()}}),Yt=d({"node_modules/esutils/lib/utils.js"(e){g(),e.ast=Wt(),e.code=Xt(),e.keyword=Kt()}}),Qt=d({"src/language-js/utils/is-block-comment.js"(e,t){g();var r=new Set(["Block","CommentBlock","MultiLine"]);t.exports=e=>r.has(null==e?void 0:e.type)}}),Zt=d({"src/language-js/utils/is-node-matches.js"(e,t){g(),t.exports=function(e,t){return t.some((t=>function(e,t){let r=t.split(".");for(let t=r.length-1;t>=0;t--){let i=r[t];if(0===t)return"Identifier"===e.type&&e.name===i;if("MemberExpression"!==e.type||e.optional||e.computed||"Identifier"!==e.property.type||e.property.name!==i)return!1;e=e.object}}(e,t)))}}}),er=d({"src/language-js/utils/index.js"(e,t){g();var r=Yt().keyword.isIdentifierNameES5,{getLast:i,hasNewline:n,skipWhitespace:s,isNonEmptyArray:u,isNextLineEmptyAfterIndex:a,getStringWidth:o}=oe(),{locStart:l,locEnd:c,hasSameLocStart:h}=Nt(),p=Qt(),D=Zt(),d="(?:(?=.)\\s)",f=new RegExp(`^${d}*:`),m=new RegExp(`^${d}*::`);function E(e){return e=new Set(e),t=>e.has(null==t?void 0:t.type)}var C=E(["Line","CommentLine","SingleLine","HashbangComment","HTMLOpen","HTMLClose"]),y=E(["ExportDefaultDeclaration","ExportDefaultSpecifier","DeclareExportDeclaration","ExportNamedDeclaration","ExportAllDeclaration"]);var F=E(["BooleanLiteral","DirectiveLiteral","Literal","NullLiteral","NumericLiteral","BigIntLiteral","DecimalLiteral","RegExpLiteral","StringLiteral","TemplateLiteral","TSTypeLiteral","JSXText"]);function b(e){return"NumericLiteral"===e.type||"Literal"===e.type&&"number"==typeof e.value}function A(e){return"StringLiteral"===e.type||"Literal"===e.type&&"string"==typeof e.value}var v=E(["ObjectTypeAnnotation","TSTypeLiteral","TSMappedType"]),x=E(["FunctionExpression","ArrowFunctionExpression"]);function S(e){return j(e)&&"Identifier"===e.callee.type&&["async","inject","fakeAsync","waitForAsync"].includes(e.callee.name)}var w=E(["JSXElement","JSXFragment"]);function T(e){return"get"===e.kind||"set"===e.kind}function B(e){return T(e)||h(e,e.value)}var P=E(["BinaryExpression","LogicalExpression","NGPipeExpression"]);var k=new Set(["AnyTypeAnnotation","TSAnyKeyword","NullLiteralTypeAnnotation","TSNullKeyword","ThisTypeAnnotation","TSThisType","NumberTypeAnnotation","TSNumberKeyword","VoidTypeAnnotation","TSVoidKeyword","BooleanTypeAnnotation","TSBooleanKeyword","BigIntTypeAnnotation","TSBigIntKeyword","SymbolTypeAnnotation","TSSymbolKeyword","StringTypeAnnotation","TSStringKeyword","BooleanLiteralTypeAnnotation","StringLiteralTypeAnnotation","BigIntLiteralTypeAnnotation","NumberLiteralTypeAnnotation","TSLiteralType","TSTemplateLiteralType","EmptyTypeAnnotation","MixedTypeAnnotation","TSNeverKeyword","TSObjectKeyword","TSUndefinedKeyword","TSUnknownKeyword"]);var N=["it","it.only","it.skip","describe","describe.only","describe.skip","test","test.only","test.skip","test.step","test.describe","test.describe.only","test.describe.parallel","test.describe.parallel.only","test.describe.serial","test.describe.serial.only","skip","xit","xdescribe","xtest","fit","fdescribe","ftest"];var j=E(["CallExpression","OptionalCallExpression"]),I=E(["MemberExpression","OptionalMemberExpression"]);function O(e){return/^(?:\d+|\d+\.\d+)$/.test(e)}function L(e){return e.quasis.some((e=>e.value.raw.includes("\n")))}function M(e){var t,r;return null!==(t=null===(r=e.extra)||void 0===r?void 0:r.raw)&&void 0!==t?t:e.raw}var _={"==":!0,"!=":!0,"===":!0,"!==":!0},$={"*":!0,"/":!0,"%":!0},R={">>":!0,">>>":!0,"<<":!0};var q=new Map([["|>"],["??"],["||"],["&&"],["|"],["^"],["&"],["==","===","!=","!=="],["<",">","<=",">=","in","instanceof"],[">>","<<",">>>"],["+","-"],["*","/","%"],["**"]].flatMap(((e,t)=>e.map((e=>[e,t])))));function U(e){return q.get(e)}var V=new WeakMap;function H(e){if(V.has(e))return V.get(e);let t=[];return e.this&&t.push(e.this),Array.isArray(e.parameters)?t.push(...e.parameters):Array.isArray(e.params)&&t.push(...e.params),e.rest&&t.push(e.rest),V.set(e,t),t}var J=new WeakMap;function z(e){if(J.has(e))return J.get(e);let t=e.arguments;return"ImportExpression"===e.type&&(t=[e.source],e.attributes&&t.push(e.attributes)),J.set(e,t),t}function G(e){return"prettier-ignore"===e.value.trim()&&!e.unignore}function W(e){return e&&(e.prettierIgnore||Y(e,X.PrettierIgnore))}var X={Leading:2,Trailing:4,Dangling:8,Block:16,Line:32,PrettierIgnore:64,First:128,Last:256},K=(e,t)=>{if("function"==typeof e&&(t=e,e=0),e||t)return(r,i,n)=>!(e&X.Leading&&!r.leading||e&X.Trailing&&!r.trailing||e&X.Dangling&&(r.leading||r.trailing)||e&X.Block&&!p(r)||e&X.Line&&!C(r)||e&X.First&&0!==i||e&X.Last&&i!==n.length-1||e&X.PrettierIgnore&&!G(r)||t&&!t(r))};function Y(e,t,r){if(!u(null==e?void 0:e.comments))return!1;let i=K(t,r);return!i||e.comments.some(i)}function Q(e,t,r){if(!Array.isArray(null==e?void 0:e.comments))return[];let i=K(t,r);return i?e.comments.filter(i):e.comments}function Z(e){return j(e)||"NewExpression"===e.type||"ImportExpression"===e.type}var ee=Symbol("ifWithoutBlockAndSameLineComment");function te(e){return"TSAsExpression"===e.type||"TSSatisfiesExpression"===e.type}t.exports={getFunctionParameters:H,iterateFunctionParametersPath:function(e,t){let r=e.getValue(),i=0,n=e=>t(e,i++);r.this&&e.call(n,"this"),Array.isArray(r.parameters)?e.each(n,"parameters"):Array.isArray(r.params)&&e.each(n,"params"),r.rest&&e.call(n,"rest")},getCallArguments:z,iterateCallArgumentsPath:function(e,t){let r=e.getValue();"ImportExpression"===r.type?(e.call((e=>t(e,0)),"source"),r.attributes&&e.call((e=>t(e,1)),"attributes")):e.each(t,"arguments")},hasRestParameter:function(e){var t;if(e.rest)return!0;let r=H(e);return"RestElement"===(null===(t=i(r))||void 0===t?void 0:t.type)},getLeftSide:function(e){var t,r,i,n,s,u;return e.expressions?e.expressions[0]:null!==(t=null!==(r=null!==(i=null!==(n=null!==(s=null!==(u=e.left)&&void 0!==u?u:e.test)&&void 0!==s?s:e.callee)&&void 0!==n?n:e.object)&&void 0!==i?i:e.tag)&&void 0!==r?r:e.argument)&&void 0!==t?t:e.expression},getLeftSidePathName:function(e,t){if(t.expressions)return["expressions",0];if(t.left)return["left"];if(t.test)return["test"];if(t.object)return["object"];if(t.callee)return["callee"];if(t.tag)return["tag"];if(t.argument)return["argument"];if(t.expression)return["expression"];throw new Error("Unexpected node has no left side.")},getParentExportDeclaration:function(e){let t=e.getParentNode();return"declaration"===e.getName()&&y(t)?t:null},getTypeScriptMappedTypeModifier:function(e,t){return"+"===e||"-"===e?e+t:t},hasFlowAnnotationComment:function(e){let t=null==e?void 0:e[0];return p(t)&&m.test(t.value)},hasFlowShorthandAnnotationComment:function(e){var t,r;return(null===(t=e.extra)||void 0===t?void 0:t.parenthesized)&&p(null===(r=e.trailingComments)||void 0===r?void 0:r[0])&&f.test(e.trailingComments[0].value)},hasLeadingOwnLineComment:function(e,t){return w(t)?W(t):Y(t,X.Leading,(t=>n(e,c(t))))},hasNakedLeftSide:function(e){return"AssignmentExpression"===e.type||"BinaryExpression"===e.type||"LogicalExpression"===e.type||"NGPipeExpression"===e.type||"ConditionalExpression"===e.type||j(e)||I(e)||"SequenceExpression"===e.type||"TaggedTemplateExpression"===e.type||"BindExpression"===e.type||"UpdateExpression"===e.type&&!e.prefix||te(e)||"TSNonNullExpression"===e.type},hasNode:function e(t,r){if(!t||"object"!=typeof t)return!1;if(Array.isArray(t))return t.some((t=>e(t,r)));let i=r(t);return"boolean"==typeof i?i:Object.values(t).some((t=>e(t,r)))},hasIgnoreComment:function(e){return W(e.getValue())},hasNodeIgnoreComment:W,identity:function(e){return e},isBinaryish:P,isCallLikeExpression:Z,isEnabledHackPipeline:function(e){return Boolean(e.__isUsingHackPipeline)},isLineComment:C,isPrettierIgnoreComment:G,isCallExpression:j,isMemberExpression:I,isExportDeclaration:y,isFlowAnnotationComment:function(e,t){let r=l(t),i=s(e,c(t));return!1!==i&&"/*"===e.slice(r,r+2)&&"*/"===e.slice(i,i+2)},isFunctionCompositionArgs:function(e){if(e.length<=1)return!1;let t=0;for(let r of e)if(x(r)){if(t+=1,t>1)return!0}else if(j(r))for(let e of r.arguments)if(x(e))return!0;return!1},isFunctionNotation:B,isFunctionOrArrowExpression:x,isGetterOrSetter:T,isJestEachTemplateLiteral:function(e,t){let r=/^[fx]?(?:describe|it|test)$/;return"TaggedTemplateExpression"===t.type&&t.quasi===e&&"MemberExpression"===t.tag.type&&"Identifier"===t.tag.property.type&&"each"===t.tag.property.name&&("Identifier"===t.tag.object.type&&r.test(t.tag.object.name)||"MemberExpression"===t.tag.object.type&&"Identifier"===t.tag.object.property.type&&("only"===t.tag.object.property.name||"skip"===t.tag.object.property.name)&&"Identifier"===t.tag.object.object.type&&r.test(t.tag.object.object.name))},isJsxNode:w,isLiteral:F,isLongCurriedCallExpression:function(e){let t=e.getValue(),r=e.getParentNode();return j(t)&&j(r)&&r.callee===t&&t.arguments.length>r.arguments.length&&r.arguments.length>0},isSimpleCallArgument:function e(t,r){if(r>=2)return!1;let i=t=>e(t,r+1),n="Literal"===t.type&&"regex"in t&&t.regex.pattern||"RegExpLiteral"===t.type&&t.pattern;return!(n&&o(n)>5)&&("Literal"===t.type||"BigIntLiteral"===t.type||"DecimalLiteral"===t.type||"BooleanLiteral"===t.type||"NullLiteral"===t.type||"NumericLiteral"===t.type||"RegExpLiteral"===t.type||"StringLiteral"===t.type||"Identifier"===t.type||"ThisExpression"===t.type||"Super"===t.type||"PrivateName"===t.type||"PrivateIdentifier"===t.type||"ArgumentPlaceholder"===t.type||"Import"===t.type||("TemplateLiteral"===t.type?t.quasis.every((e=>!e.value.raw.includes("\n")))&&t.expressions.every(i):"ObjectExpression"===t.type?t.properties.every((e=>!e.computed&&(e.shorthand||e.value&&i(e.value)))):"ArrayExpression"===t.type?t.elements.every((e=>null===e||i(e))):Z(t)?("ImportExpression"===t.type||e(t.callee,r))&&z(t).every(i):I(t)?e(t.object,r)&&e(t.property,r):"UnaryExpression"===t.type&&{"!":!0,"-":!0,"+":!0,"~":!0}[t.operator]||"UpdateExpression"===t.type&&{"++":!0,"--":!0}[t.operator]?e(t.argument,r):"TSNonNullExpression"===t.type&&e(t.expression,r)))},isMemberish:function(e){return I(e)||"BindExpression"===e.type&&Boolean(e.object)},isNumericLiteral:b,isSignedNumericLiteral:function(e){return"UnaryExpression"===e.type&&("+"===e.operator||"-"===e.operator)&&b(e.argument)},isObjectProperty:function(e){return e&&("ObjectProperty"===e.type||"Property"===e.type&&!e.method&&"init"===e.kind)},isObjectType:v,isObjectTypePropertyAFunction:function(e){return!("ObjectTypeProperty"!==e.type&&"ObjectTypeInternalSlot"!==e.type||"FunctionTypeAnnotation"!==e.value.type||e.static||B(e))},isSimpleType:function(e){return!(!e||("GenericTypeAnnotation"!==e.type&&"TSTypeReference"!==e.type||e.typeParameters)&&!k.has(e.type))},isSimpleNumber:O,isSimpleTemplateLiteral:function(e){let t="expressions";"TSTemplateLiteralType"===e.type&&(t="types");let r=e[t];return 0!==r.length&&r.every((e=>{if(Y(e))return!1;if("Identifier"===e.type||"ThisExpression"===e.type)return!0;if(I(e)){let t=e;for(;I(t);)if("Identifier"!==t.property.type&&"Literal"!==t.property.type&&"StringLiteral"!==t.property.type&&"NumericLiteral"!==t.property.type||(t=t.object,Y(t)))return!1;return"Identifier"===t.type||"ThisExpression"===t.type}return!1}))},isStringLiteral:A,isStringPropSafeToUnquote:function(e,t){return"json"!==t.parser&&A(e.key)&&M(e.key).slice(1,-1)===e.key.value&&(r(e.key.value)&&!("babel-ts"===t.parser&&"ClassProperty"===e.type||"typescript"===t.parser&&"PropertyDefinition"===e.type)||O(e.key.value)&&String(Number(e.key.value))===e.key.value&&("babel"===t.parser||"acorn"===t.parser||"espree"===t.parser||"meriyah"===t.parser||"__babel_estree"===t.parser))},isTemplateOnItsOwnLine:function(e,t){return("TemplateLiteral"===e.type&&L(e)||"TaggedTemplateExpression"===e.type&&L(e.quasi))&&!n(t,l(e),{backwards:!0})},isTestCall:function e(t,r){if("CallExpression"!==t.type)return!1;if(1===t.arguments.length){if(S(t)&&r&&e(r))return x(t.arguments[0]);if(function(e){return"Identifier"===e.callee.type&&/^(?:before|after)(?:Each|All)$/.test(e.callee.name)&&1===e.arguments.length}(t))return S(t.arguments[0])}else if((2===t.arguments.length||3===t.arguments.length)&&("TemplateLiteral"===t.arguments[0].type||A(t.arguments[0]))&&function(e){return D(e,N)}(t.callee))return!(t.arguments[2]&&!b(t.arguments[2]))&&((2===t.arguments.length?x(t.arguments[1]):function(e){return"FunctionExpression"===e.type||"ArrowFunctionExpression"===e.type&&"BlockStatement"===e.body.type}(t.arguments[1])&&H(t.arguments[1]).length<=1)||S(t.arguments[1]));return!1},isTheOnlyJsxElementInMarkdown:function(e,t){if("markdown"!==e.parentParser&&"mdx"!==e.parentParser)return!1;let r=t.getNode();if(!r.expression||!w(r.expression))return!1;let i=t.getParentNode();return"Program"===i.type&&1===i.body.length},isTSXFile:function(e){return e.filepath&&/\.tsx$/i.test(e.filepath)},isTypeAnnotationAFunction:function(e){return!("TypeAnnotation"!==e.type&&"TSTypeAnnotation"!==e.type||"FunctionTypeAnnotation"!==e.typeAnnotation.type||e.static||h(e,e.typeAnnotation))},isNextLineEmpty:(e,t)=>{let{originalText:r}=t;return a(r,c(e))},needsHardlineAfterDanglingComment:function(e){if(!Y(e))return!1;let t=i(Q(e,X.Dangling));return t&&!p(t)},rawText:M,shouldPrintComma:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"es5";return"es5"===e.trailingComma&&"es5"===t||"all"===e.trailingComma&&("all"===t||"es5"===t)},isBitwiseOperator:function(e){return Boolean(R[e])||"|"===e||"^"===e||"&"===e},shouldFlatten:function(e,t){return!(U(t)!==U(e)||"**"===e||_[e]&&_[t]||"%"===t&&$[e]||"%"===e&&$[t]||t!==e&&$[t]&&$[e]||R[e]&&R[t])},startsWithNoLookaheadToken:function e(t,r){switch(t.type){case"BinaryExpression":case"LogicalExpression":case"AssignmentExpression":case"NGPipeExpression":return e(t.left,r);case"MemberExpression":case"OptionalMemberExpression":return e(t.object,r);case"TaggedTemplateExpression":return"FunctionExpression"!==t.tag.type&&e(t.tag,r);case"CallExpression":case"OptionalCallExpression":return"FunctionExpression"!==t.callee.type&&e(t.callee,r);case"ConditionalExpression":return e(t.test,r);case"UpdateExpression":return!t.prefix&&e(t.argument,r);case"BindExpression":return t.object&&e(t.object,r);case"SequenceExpression":return e(t.expressions[0],r);case"TSSatisfiesExpression":case"TSAsExpression":case"TSNonNullExpression":return e(t.expression,r);default:return r(t)}},getPrecedence:U,hasComment:Y,getComments:Q,CommentCheckFlags:X,markerForIfWithoutBlockAndSameLineComment:ee,isTSTypeExpression:te}}}),tr=d({"src/language-js/print/template-literal.js"(e,t){g();var r=v(),{getStringWidth:i,getIndentSize:n}=oe(),{builders:{join:s,hardline:u,softline:a,group:o,indent:l,align:c,lineSuffixBoundary:h,addAlignmentToDoc:p},printer:{printDocToString:D},utils:{mapDoc:d}}=$(),{isBinaryish:f,isJestEachTemplateLiteral:m,isSimpleTemplateLiteral:E,hasComment:C,isMemberExpression:y,isTSTypeExpression:F}=er();function b(e){return e.replace(/([\\`]|\${)/g,"\\$1")}t.exports={printTemplateLiteral:function(e,t,d){let g=e.getValue();if("TemplateLiteral"===g.type&&m(g,e.getParentNode())){let n=function(e,t,n){let a=e.getNode(),o=a.quasis[0].value.raw.trim().split(/\s*\|\s*/);if(o.length>1||o.some((e=>e.length>0))){t.__inJestEach=!0;let c=e.map(n,"expressions");t.__inJestEach=!1;let p=[],d=c.map((e=>"${"+D(e,Object.assign(Object.assign({},t),{},{printWidth:Number.POSITIVE_INFINITY,endOfLine:"lf"})).formatted+"}")),f=[{hasLineBreak:!1,cells:[]}];for(let e=1;e<a.quasis.length;e++){let t=r(f),i=d[e-1];t.cells.push(i),i.includes("\n")&&(t.hasLineBreak=!0),a.quasis[e].value.raw.includes("\n")&&f.push({hasLineBreak:!1,cells:[]})}let m=Math.max(o.length,...f.map((e=>e.cells.length))),E=Array.from({length:m}).fill(0),g=[{cells:o},...f.filter((e=>e.cells.length>0))];for(let{cells:e}of g.filter((e=>!e.hasLineBreak)))for(let[t,r]of e.entries())E[t]=Math.max(E[t],i(r));return p.push(h,"`",l([u,s(u,g.map((e=>s(" | ",e.cells.map(((t,r)=>e.hasLineBreak?t:t+" ".repeat(E[r]-i(t))))))))]),u,"`"),p}}(e,d,t);if(n)return n}let b="expressions";"TSTemplateLiteralType"===g.type&&(b="types");let A=[],v=e.map(t,b),x=E(g);return x&&(v=v.map((e=>D(e,Object.assign(Object.assign({},d),{},{printWidth:Number.POSITIVE_INFINITY})).formatted))),A.push(h,"`"),e.each((e=>{let r=e.getName();if(A.push(t()),r<v.length){let{tabWidth:t}=d,i=e.getValue(),s=n(i.value.raw,t),u=v[r];if(!x){let e=g[b][r];(C(e)||y(e)||"ConditionalExpression"===e.type||"SequenceExpression"===e.type||F(e)||f(e))&&(u=[l([a,u]),a])}let D=0===s&&i.value.raw.endsWith("\n")?c(Number.NEGATIVE_INFINITY,u):p(u,s,t);A.push(o(["${",D,h,"}"]))}}),"quasis"),A.push("`"),A},printTemplateExpressions:function(e,t){return e.map((e=>function(e,t){let r=e.getValue(),i=t();return C(r)&&(i=o([l([a,i]),a])),["${",i,h,"}"]}(e,t)),"expressions")},escapeTemplateCharacters:function(e,t){return d(e,(e=>"string"==typeof e?t?e.replace(/(\\*)`/g,"$1$1\\`"):b(e):e))},uncookTemplateElementValue:b}}}),rr=d({"src/language-js/embed/markdown.js"(e,t){g();var{builders:{indent:r,softline:i,literalline:n,dedentToRoot:s}}=$(),{escapeTemplateCharacters:u}=tr();t.exports=function(e,t,a){let o=e.getValue().quasis[0].value.raw.replace(/((?:\\\\)*)\\`/g,((e,t)=>"\\".repeat(t.length/2)+"`")),l=function(e){let t=e.match(/^([^\S\n]*)\S/m);return null===t?"":t[1]}(o),c=""!==l;c&&(o=o.replace(new RegExp(`^${l}`,"gm"),""));let h=u(a(o,{parser:"markdown",__inJsTemplate:!0},{stripTrailingHardline:!0}),!0);return["`",c?r([i,h]):[n,s(h)],i,"`"]}}}),ir=d({"src/language-js/embed/css.js"(e,t){g();var{isNonEmptyArray:r}=oe(),{builders:{indent:i,hardline:n,softline:s},utils:{mapDoc:u,replaceEndOfLine:a,cleanDoc:o}}=$(),{printTemplateExpressions:l}=tr();t.exports=function(e,t,c){let h=e.getValue(),p=h.quasis.map((e=>e.value.raw)),D=0;return function(e,t,l){if(1===t.quasis.length&&!t.quasis[0].value.raw.trim())return"``";let c=function(e,t){if(!r(t))return e;let i=0,n=u(o(e),(e=>"string"==typeof e&&e.includes("@prettier-placeholder")?e.split(/@prettier-placeholder-(\d+)-id/).map(((e,r)=>r%2==0?a(e):(i++,t[e]))):e));return t.length===i?n:null}(e,l);if(!c)throw new Error("Couldn't insert all the expressions");return["`",i([n,c]),s,"`"]}(c(p.reduce(((e,t,r)=>0===r?t:e+"@prettier-placeholder-"+D+++"-id"+t),""),{parser:"scss"},{stripTrailingHardline:!0}),h,l(e,t))}}}),nr=d({"src/language-js/embed/graphql.js"(e,t){g();var{builders:{indent:r,join:i,hardline:n}}=$(),{escapeTemplateCharacters:s,printTemplateExpressions:u}=tr();function a(e){let t=[],r=!1,s=e.map((e=>e.trim()));for(let[e,i]of s.entries())""!==i&&(t.push(""===s[e-1]&&r?[n,i]:i),r=!0);return 0===t.length?null:i(n,t)}t.exports=function(e,t,o){let l=e.getValue(),c=l.quasis.length;if(1===c&&""===l.quasis[0].value.raw.trim())return"``";let h=u(e,t),p=[];for(let e=0;e<c;e++){let t=0===e,r=e===c-1,i=l.quasis[e].value.cooked,n=i.split("\n"),u=n.length,D=h[e],d=u>2&&""===n[0].trim()&&""===n[1].trim(),f=u>2&&""===n[u-1].trim()&&""===n[u-2].trim(),m=n.every((e=>/^\s*(?:#[^\n\r]*)?$/.test(e)));if(!r&&/#[^\n\r]*$/.test(n[u-1]))return null;let E=null;E=m?a(n):o(i,{parser:"graphql"},{stripTrailingHardline:!0}),E?(E=s(E,!1),!t&&d&&p.push(""),p.push(E),!r&&f&&p.push("")):!t&&!r&&d&&p.push(""),D&&p.push(D)}return["`",r([n,i(n,p)]),n,"`"]}}}),sr=d({"src/language-js/embed/html.js"(e,t){g();var{builders:{indent:r,line:i,hardline:n,group:s},utils:{mapDoc:u}}=$(),{printTemplateExpressions:a,uncookTemplateElementValue:o}=tr(),l=0;t.exports=function(e,t,c,h,p){let{parser:D}=p,d=e.getValue(),f=l;l=l+1>>>0;let m=e=>`PRETTIER_HTML_PLACEHOLDER_${e}_${f}_IN_JS`,E=d.quasis.map(((e,t,r)=>t===r.length-1?e.value.cooked:e.value.cooked+m(t))).join(""),g=a(e,t);if(0===g.length&&0===E.trim().length)return"``";let C=new RegExp(m("(\\d+)"),"g"),y=0,F=c(E,{parser:D,__onHtmlRoot(e){y=e.children.length}},{stripTrailingHardline:!0}),b=u(F,(e=>{if("string"!=typeof e)return e;let t=[],r=e.split(C);for(let e=0;e<r.length;e++){let i=r[e];if(e%2==0){i&&(i=o(i),h.__embeddedInHtml&&(i=i.replace(/<\/(script)\b/gi,"<\\/$1")),t.push(i));continue}let n=Number(i);t.push(g[n])}return t})),A=/^\s/.test(E)?" ":"",v=/\s$/.test(E)?" ":"",x="ignore"===h.htmlWhitespaceSensitivity?n:A&&v?i:null;return s(x?["`",r([x,s(b)]),x,"`"]:["`",A,y>1?r(s(b)):s(b),v,"`"])}}}),ur=d({"src/language-js/embed.js"(e,t){g();var{hasComment:r,CommentCheckFlags:i,isObjectProperty:n}=er(),s=rr(),u=ir(),a=nr(),o=sr();function l(e){return function(e){let t=e.getValue(),r=e.getParentNode(),i=e.getParentNode(1);return i&&t.quasis&&"JSXExpressionContainer"===r.type&&"JSXElement"===i.type&&"style"===i.openingElement.name.name&&i.openingElement.attributes.some((e=>"jsx"===e.name.name))||r&&"TaggedTemplateExpression"===r.type&&"Identifier"===r.tag.type&&"css"===r.tag.name||r&&"TaggedTemplateExpression"===r.type&&"MemberExpression"===r.tag.type&&"css"===r.tag.object.name&&("global"===r.tag.property.name||"resolve"===r.tag.property.name)}(e)||function(e){let t=e.getParentNode();if(!t||"TaggedTemplateExpression"!==t.type)return!1;let r="ParenthesizedExpression"===t.tag.type?t.tag.expression:t.tag;switch(r.type){case"MemberExpression":return h(r.object)||p(r);case"CallExpression":return h(r.callee)||"MemberExpression"===r.callee.type&&("MemberExpression"===r.callee.object.type&&(h(r.callee.object.object)||p(r.callee.object))||"CallExpression"===r.callee.object.type&&h(r.callee.object.callee));case"Identifier":return"css"===r.name;default:return!1}}(e)||function(e){let t=e.getParentNode(),r=e.getParentNode(1);return r&&"JSXExpressionContainer"===t.type&&"JSXAttribute"===r.type&&"JSXIdentifier"===r.name.type&&"css"===r.name.name}(e)||function(e){return e.match((e=>"TemplateLiteral"===e.type),((e,t)=>"ArrayExpression"===e.type&&"elements"===t),((e,t)=>n(e)&&"Identifier"===e.key.type&&"styles"===e.key.name&&"value"===t),...c)}(e)?"css":function(e){let t=e.getValue(),r=e.getParentNode();return D(t,"GraphQL")||r&&("TaggedTemplateExpression"===r.type&&("MemberExpression"===r.tag.type&&"graphql"===r.tag.object.name&&"experimental"===r.tag.property.name||"Identifier"===r.tag.type&&("gql"===r.tag.name||"graphql"===r.tag.name))||"CallExpression"===r.type&&"Identifier"===r.callee.type&&"graphql"===r.callee.name)}(e)?"graphql":function(e){return D(e.getValue(),"HTML")||e.match((e=>"TemplateLiteral"===e.type),((e,t)=>"TaggedTemplateExpression"===e.type&&"Identifier"===e.tag.type&&"html"===e.tag.name&&"quasi"===t))}(e)?"html":function(e){return e.match((e=>"TemplateLiteral"===e.type),((e,t)=>n(e)&&"Identifier"===e.key.type&&"template"===e.key.name&&"value"===t),...c)}(e)?"angular":function(e){let t=e.getValue(),r=e.getParentNode();return r&&"TaggedTemplateExpression"===r.type&&1===t.quasis.length&&"Identifier"===r.tag.type&&("md"===r.tag.name||"markdown"===r.tag.name)}(e)?"markdown":void 0}var c=[(e,t)=>"ObjectExpression"===e.type&&"properties"===t,(e,t)=>"CallExpression"===e.type&&"Identifier"===e.callee.type&&"Component"===e.callee.name&&"arguments"===t,(e,t)=>"Decorator"===e.type&&"expression"===t];function h(e){return"Identifier"===e.type&&"styled"===e.name}function p(e){return/^[A-Z]/.test(e.object.name)&&"extend"===e.property.name}function D(e,t){return r(e,i.Block|i.Leading,(e=>{let{value:r}=e;return r===` ${t} `}))}t.exports=function(e,t,r,i){let n=e.getValue();if("TemplateLiteral"!==n.type||function(e){let{quasis:t}=e;return t.some((e=>{let{value:{cooked:t}}=e;return null===t}))}(n))return;let c=l(e);if(c){if("markdown"===c)return s(e,t,r);if("css"===c)return u(e,t,r);if("graphql"===c)return a(e,t,r);if("html"===c||"angular"===c)return o(e,t,r,i,{parser:c})}}}}),ar=d({"src/language-js/clean.js"(e,t){g();var r=Qt(),i=new Set(["range","raw","comments","leadingComments","trailingComments","innerComments","extra","start","end","loc","flags","errors","tokens"]),n=e=>{for(let t of e.quasis)delete t.value};function s(e,t,i){if("Program"===e.type&&delete t.sourceType,("BigIntLiteral"===e.type||"BigIntLiteralTypeAnnotation"===e.type)&&t.value&&(t.value=t.value.toLowerCase()),("BigIntLiteral"===e.type||"Literal"===e.type)&&t.bigint&&(t.bigint=t.bigint.toLowerCase()),"DecimalLiteral"===e.type&&(t.value=Number(t.value)),"Literal"===e.type&&t.decimal&&(t.decimal=Number(t.decimal)),"EmptyStatement"===e.type||"JSXText"===e.type||"JSXExpressionContainer"===e.type&&("Literal"===e.expression.type||"StringLiteral"===e.expression.type)&&" "===e.expression.value)return null;if(("Property"===e.type||"ObjectProperty"===e.type||"MethodDefinition"===e.type||"ClassProperty"===e.type||"ClassMethod"===e.type||"PropertyDefinition"===e.type||"TSDeclareMethod"===e.type||"TSPropertySignature"===e.type||"ObjectTypeProperty"===e.type)&&"object"==typeof e.key&&e.key&&("Literal"===e.key.type||"NumericLiteral"===e.key.type||"StringLiteral"===e.key.type||"Identifier"===e.key.type)&&delete t.key,"JSXElement"===e.type&&"style"===e.openingElement.name.name&&e.openingElement.attributes.some((e=>"jsx"===e.name.name)))for(let{type:e,expression:r}of t.children)"JSXExpressionContainer"===e&&"TemplateLiteral"===r.type&&n(r);"JSXAttribute"===e.type&&"css"===e.name.name&&"JSXExpressionContainer"===e.value.type&&"TemplateLiteral"===e.value.expression.type&&n(t.value.expression),"JSXAttribute"===e.type&&e.value&&"Literal"===e.value.type&&/["']|&quot;|&apos;/.test(e.value.value)&&(t.value.value=t.value.value.replace(/["']|&quot;|&apos;/g,'"'));let s=e.expression||e.callee;if("Decorator"===e.type&&"CallExpression"===s.type&&"Component"===s.callee.name&&1===s.arguments.length){let r=e.expression.arguments[0].properties;for(let[e,i]of t.expression.arguments[0].properties.entries())switch(r[e].key.name){case"styles":"ArrayExpression"===i.value.type&&n(i.value.elements[0]);break;case"template":"TemplateLiteral"===i.value.type&&n(i.value)}}var u;return"TaggedTemplateExpression"===e.type&&("MemberExpression"===e.tag.type||"Identifier"===e.tag.type&&("gql"===e.tag.name||"graphql"===e.tag.name||"css"===e.tag.name||"md"===e.tag.name||"markdown"===e.tag.name||"html"===e.tag.name)||"CallExpression"===e.tag.type)&&n(t.quasi),"TemplateLiteral"===e.type&&((null===(u=e.leadingComments)||void 0===u?void 0:u.some((e=>r(e)&&["GraphQL","HTML"].some((t=>e.value===` ${t} `)))))||"CallExpression"===i.type&&"graphql"===i.callee.name||!e.leadingComments)&&n(t),"InterpreterDirective"===e.type&&(t.value=t.value.trimEnd()),"TSIntersectionType"!==e.type&&"TSUnionType"!==e.type||1!==e.types.length?void 0:t.types[0]}s.ignoredProperties=i,t.exports=s}}),or={};function lr(){if(typeof Ar>"u"){var e=new ArrayBuffer(2),t=new Uint8Array(e),r=new Uint16Array(e);if(t[0]=1,t[1]=2,258===r[0])Ar="BE";else{if(513!==r[0])throw new Error("unable to figure out endianess");Ar="LE"}}return Ar}function cr(){return typeof globalThis.location<"u"?globalThis.location.hostname:""}function hr(){return[]}function pr(){return 0}function Dr(){return Number.MAX_VALUE}function dr(){return Number.MAX_VALUE}function fr(){return[]}function mr(){return"Browser"}function Er(){return typeof globalThis.navigator<"u"?globalThis.navigator.appVersion:""}function gr(){}function Cr(){}function yr(){return"javascript"}function Fr(){return"browser"}function br(){return"/tmp"}f(or,{EOL:()=>xr,arch:()=>yr,cpus:()=>fr,default:()=>Sr,endianness:()=>lr,freemem:()=>Dr,getNetworkInterfaces:()=>Cr,hostname:()=>cr,loadavg:()=>hr,networkInterfaces:()=>gr,platform:()=>Fr,release:()=>Er,tmpDir:()=>br,tmpdir:()=>vr,totalmem:()=>dr,type:()=>mr,uptime:()=>pr});var Ar,vr,xr,Sr,wr=D({"node-modules-polyfills:os"(){g(),Sr={EOL:xr="\n",tmpdir:vr=br,tmpDir:br,networkInterfaces:gr,getNetworkInterfaces:Cr,release:Er,type:mr,cpus:fr,totalmem:dr,freemem:Dr,uptime:pr,loadavg:hr,hostname:cr,endianness:lr}}}),Tr=d({"node-modules-polyfills-commonjs:os"(e,t){g();var r=(wr(),E(or));if(r&&r.default){t.exports=r.default;for(let e in r)t.exports[e]=r[e]}else r&&(t.exports=r)}}),Br=d({"node_modules/detect-newline/index.js"(e,t){g();var r=e=>{if("string"!=typeof e)throw new TypeError("Expected a string");let t=e.match(/(?:\r?\n)/g)||[];if(0===t.length)return;let r=t.filter((e=>"\r\n"===e)).length;return r>t.length-r?"\r\n":"\n"};t.exports=r,t.exports.graceful=e=>"string"==typeof e&&r(e)||"\n"}}),Pr=d({"node_modules/jest-docblock/build/index.js"(e){function t(){let e=Tr();return t=function(){return e},e}function r(){let e=function(e){return e&&e.__esModule?e:{default:e}}(Br());return r=function(){return e},e}g(),Object.defineProperty(e,"__esModule",{value:!0}),e.extract=function(e){let t=e.match(s);return t?t[0].trimLeft():""},e.parse=function(e){return p(e).pragmas},e.parseWithComments=p,e.print=function(e){let{comments:i="",pragmas:n={}}=e,s=(0,r().default)(i)||t().EOL,u=" *",a=Object.keys(n),o=a.map((e=>D(e,n[e]))).reduce(((e,t)=>e.concat(t)),[]).map((e=>`${u} ${e}${s}`)).join("");if(!i){if(0===a.length)return"";if(1===a.length&&!Array.isArray(n[a[0]]))return`/** ${D(a[0],n[a[0]])[0]} */`}let l=i.split(s).map((e=>`${u} ${e}`)).join(s)+s;return"/**"+s+(i?l:"")+(i&&a.length?u+s:"")+o+" */"},e.strip=function(e){let t=e.match(s);return t&&t[0]?e.substring(t[0].length):e};var i=/\*\/$/,n=/^\/\*\*?/,s=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,u=/(^|\s+)\/\/([^\r\n]*)/g,a=/^(\r?\n)+/,o=/(?:^|\r?\n) *(@[^\r\n]*?) *\r?\n *(?![^@\r\n]*\/\/[^]*)([^@\r\n\s][^@\r\n]+?) *\r?\n/g,l=/(?:^|\r?\n) *@(\S+) *([^\r\n]*)/g,c=/(\r?\n|^) *\* ?/g,h=[];function p(e){let s=(0,r().default)(e)||t().EOL;e=e.replace(n,"").replace(i,"").replace(c,"$1");let p="";for(;p!==e;)p=e,e=e.replace(o,`${s}$1 $2${s}`);e=e.replace(a,"").trimRight();let D,d=Object.create(null),f=e.replace(l,"").replace(a,"").trimRight();for(;D=l.exec(e);){let e=D[2].replace(u,"");d[D[1]]="string"==typeof d[D[1]]||Array.isArray(d[D[1]])?h.concat(d[D[1]],e):e}return{comments:f,pragmas:d}}function D(e,t){return h.concat(t).map((t=>`@${e} ${t}`.trim()))}}}),kr=d({"src/language-js/utils/get-shebang.js"(e,t){g(),t.exports=function(e){if(!e.startsWith("#!"))return"";let t=e.indexOf("\n");return-1===t?e:e.slice(0,t)}}}),Nr=d({"src/language-js/pragma.js"(e,t){g();var{parseWithComments:r,strip:i,extract:n,print:s}=Pr(),{normalizeEndOfLine:u}=A(),a=kr();function o(e){let t=a(e);t&&(e=e.slice(t.length+1));let i=n(e),{pragmas:s,comments:u}=r(i);return{shebang:t,text:e,pragmas:s,comments:u}}t.exports={hasPragma:function(e){let t=Object.keys(o(e).pragmas);return t.includes("prettier")||t.includes("format")},insertPragma:function(e){let{shebang:t,text:r,pragmas:n,comments:a}=o(e),l=i(r),c=s({pragmas:Object.assign({format:""},n),comments:a.trimStart()});return(t?`${t}\n`:"")+u(c)+(l.startsWith("\n")?"\n":"\n\n")+l}}}}),jr=d({"src/language-js/utils/is-type-cast-comment.js"(e,t){g();var r=Qt();t.exports=function(e){return r(e)&&"*"===e.value[0]&&/@(?:type|satisfies)\b/.test(e.value)}}}),Ir=d({"src/language-js/comments.js"(e,t){g();var{getLast:r,hasNewline:i,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:n,getNextNonSpaceNonCommentCharacter:s,hasNewlineInRange:u,addLeadingComment:a,addTrailingComment:o,addDanglingComment:l,getNextNonSpaceNonCommentCharacterIndex:c,isNonEmptyArray:h}=oe(),{getFunctionParameters:p,isPrettierIgnoreComment:D,isJsxNode:d,hasFlowShorthandAnnotationComment:f,hasFlowAnnotationComment:m,hasIgnoreComment:E,isCallLikeExpression:C,getCallArguments:y,isCallExpression:F,isMemberExpression:b,isObjectProperty:A,isLineComment:v,getComments:x,CommentCheckFlags:S,markerForIfWithoutBlockAndSameLineComment:w}=er(),{locStart:T,locEnd:B}=Nt(),P=Qt(),k=jr();function N(e,t){let r=(e.body||e.properties).find((e=>{let{type:t}=e;return"EmptyStatement"!==t}));r?a(r,t):l(e,t)}function j(e,t){"BlockStatement"===e.type?N(e,t):a(e,t)}function I(e){let{comment:t,followingNode:r}=e;return!(!r||!k(t)||(a(r,t),0))}function O(e){let{comment:t,precedingNode:r,enclosingNode:i,followingNode:n,text:u}=e;return!("IfStatement"!==(null==i?void 0:i.type)||!n||(")"===s(u,t,B)?(o(r,t),0):r===i.consequent&&n===i.alternate?("BlockStatement"===r.type?o(r,t):"SingleLine"!==t.type&&t.loc.start.line!==t.loc.end.line||t.loc.start.line!==r.loc.start.line?l(i,t):l(r,t,w),0):"BlockStatement"===n.type?(N(n,t),0):"IfStatement"===n.type?(j(n.consequent,t),0):i.consequent!==n||(a(n,t),0)))}function L(e){let{comment:t,precedingNode:r,enclosingNode:i,followingNode:n,text:u}=e;return!("WhileStatement"!==(null==i?void 0:i.type)||!n||(")"===s(u,t,B)?(o(r,t),0):"BlockStatement"===n.type?(N(n,t),0):i.body!==n||(a(n,t),0)))}function M(e){let{comment:t,precedingNode:r,enclosingNode:i,followingNode:n}=e;return!("TryStatement"!==(null==i?void 0:i.type)&&"CatchClause"!==(null==i?void 0:i.type)||!n||("CatchClause"===i.type&&r?(o(r,t),0):"BlockStatement"===n.type?(N(n,t),0):"TryStatement"===n.type?(j(n.finalizer,t),0):"CatchClause"!==n.type||(j(n.body,t),0)))}function _(e){let{comment:t,enclosingNode:r,followingNode:i}=e;return!(!b(r)||"Identifier"!==(null==i?void 0:i.type)||(a(r,t),0))}function $(e){let{comment:t,precedingNode:r,enclosingNode:i,followingNode:n,text:s}=e,o=r&&!u(s,B(r),T(t));return!(r&&o||"ConditionalExpression"!==(null==i?void 0:i.type)&&"TSConditionalType"!==(null==i?void 0:i.type)||!n||(a(n,t),0))}function R(e){let{comment:t,precedingNode:r,enclosingNode:i}=e;return!(!A(i)||!i.shorthand||i.key!==r||"AssignmentPattern"!==i.value.type||(o(i.value.left,t),0))}var q=new Set(["ClassDeclaration","ClassExpression","DeclareClass","DeclareInterface","InterfaceDeclaration","TSInterfaceDeclaration"]);function U(e){let{comment:t,precedingNode:i,enclosingNode:n,followingNode:s}=e;if(q.has(null==n?void 0:n.type)){if(h(n.decorators)&&(!s||"Decorator"!==s.type))return o(r(n.decorators),t),!0;if(n.body&&s===n.body)return N(n.body,t),!0;if(s){if(n.superClass&&s===n.superClass&&i&&(i===n.id||i===n.typeParameters))return o(i,t),!0;for(let e of["implements","extends","mixins"])if(n[e]&&s===n[e][0])return!i||i!==n.id&&i!==n.typeParameters&&i!==n.superClass?l(n,t,e):o(i,t),!0}}return!1}var V=new Set(["ClassMethod","ClassProperty","PropertyDefinition","TSAbstractPropertyDefinition","TSAbstractMethodDefinition","TSDeclareMethod","MethodDefinition","ClassAccessorProperty","AccessorProperty","TSAbstractAccessorProperty"]);function H(e){let{comment:t,precedingNode:r,enclosingNode:i,text:n}=e;return!!(i&&r&&"("===s(n,t,B)&&("Property"===i.type||"TSDeclareMethod"===i.type||"TSAbstractMethodDefinition"===i.type)&&"Identifier"===r.type&&i.key===r&&":"!==s(n,r,B)||"Decorator"===(null==r?void 0:r.type)&&V.has(null==i?void 0:i.type))&&(o(r,t),!0)}var J=new Set(["FunctionDeclaration","FunctionExpression","ClassMethod","MethodDefinition","ObjectMethod"]);function z(e){let{comment:t,precedingNode:r,enclosingNode:i,text:n}=e;return!("("!==s(n,t,B)||!r||!J.has(null==i?void 0:i.type)||(o(r,t),0))}function G(e){let{comment:t,enclosingNode:r,text:i}=e;if("ArrowFunctionExpression"!==(null==r?void 0:r.type))return!1;let n=c(i,t,B);return!1!==n&&"=>"===i.slice(n,n+2)&&(l(r,t),!0)}function W(e){let{comment:t,enclosingNode:r,text:i}=e;return!(")"!==s(i,t,B)||(r&&(De(r)&&0===p(r).length||C(r)&&0===y(r).length)?(l(r,t),0):"MethodDefinition"!==(null==r?void 0:r.type)&&"TSAbstractMethodDefinition"!==(null==r?void 0:r.type)||0!==p(r.value).length||(l(r.value,t),0)))}function X(e){let{comment:t,precedingNode:i,enclosingNode:u,followingNode:a,text:l}=e;if("FunctionTypeParam"===(null==i?void 0:i.type)&&"FunctionTypeAnnotation"===(null==u?void 0:u.type)&&"FunctionTypeParam"!==(null==a?void 0:a.type)||("Identifier"===(null==i?void 0:i.type)||"AssignmentPattern"===(null==i?void 0:i.type))&&u&&De(u)&&")"===s(l,t,B))return o(i,t),!0;if("FunctionDeclaration"===(null==u?void 0:u.type)&&"BlockStatement"===(null==a?void 0:a.type)){let e=(()=>{let e=p(u);if(e.length>0)return n(l,B(r(e)));let t=n(l,B(u.id));return!1!==t&&n(l,t+1)})();if(T(t)>e)return N(a,t),!0}return!1}function K(e){let{comment:t,enclosingNode:r}=e;return"LabeledStatement"===(null==r?void 0:r.type)&&(a(r,t),!0)}function Y(e){let{comment:t,enclosingNode:r}=e;return!("ContinueStatement"!==(null==r?void 0:r.type)&&"BreakStatement"!==(null==r?void 0:r.type)||r.label||(o(r,t),0))}function Q(e){let{comment:t,precedingNode:r,enclosingNode:i}=e;return!!(F(i)&&r&&i.callee===r&&i.arguments.length>0)&&(a(i.arguments[0],t),!0)}function Z(e){let{comment:t,precedingNode:r,enclosingNode:i,followingNode:n}=e;return"UnionTypeAnnotation"===(null==i?void 0:i.type)||"TSUnionType"===(null==i?void 0:i.type)?(D(t)&&(n.prettierIgnore=!0,t.unignore=!0),!!r&&(o(r,t),!0)):(("UnionTypeAnnotation"===(null==n?void 0:n.type)||"TSUnionType"===(null==n?void 0:n.type))&&D(t)&&(n.types[0].prettierIgnore=!0,t.unignore=!0),!1)}function ee(e){let{comment:t,enclosingNode:r}=e;return!!A(r)&&(a(r,t),!0)}function te(e){let{comment:t,enclosingNode:r,followingNode:i,ast:n,isLastComment:s}=e;return n&&n.body&&0===n.body.length?(s?l(n,t):a(n,t),!0):"Program"!==(null==r?void 0:r.type)||0!==(null==r?void 0:r.body.length)||h(r.directives)?"Program"===(null==i?void 0:i.type)&&0===(null==i?void 0:i.body.length)&&"ModuleExpression"===(null==r?void 0:r.type)&&(l(i,t),!0):(s?l(r,t):a(r,t),!0)}function re(e){let{comment:t,enclosingNode:r}=e;return("ForInStatement"===(null==r?void 0:r.type)||"ForOfStatement"===(null==r?void 0:r.type))&&(a(r,t),!0)}function ie(e){let{comment:t,precedingNode:r,enclosingNode:n,text:s}=e;return"ImportSpecifier"===(null==n?void 0:n.type)||"ExportSpecifier"===(null==n?void 0:n.type)?(a(n,t),!0):!(("ImportSpecifier"!==(null==r?void 0:r.type)||"ImportDeclaration"!==(null==n?void 0:n.type))&&("ExportSpecifier"!==(null==r?void 0:r.type)||"ExportNamedDeclaration"!==(null==n?void 0:n.type))||!i(s,B(t))||(o(r,t),0))}function ne(e){let{comment:t,enclosingNode:r}=e;return"AssignmentPattern"===(null==r?void 0:r.type)&&(a(r,t),!0)}var se=new Set(["VariableDeclarator","AssignmentExpression","TypeAlias","TSTypeAliasDeclaration"]),ue=new Set(["ObjectExpression","ArrayExpression","TemplateLiteral","TaggedTemplateExpression","ObjectTypeAnnotation","TSTypeLiteral"]);function ae(e){let{comment:t,enclosingNode:r,followingNode:i}=e;return!(!se.has(null==r?void 0:r.type)||!i||!ue.has(i.type)&&!P(t)||(a(i,t),0))}function le(e){let{comment:t,enclosingNode:r,followingNode:i,text:n}=e;return!(i||"TSMethodSignature"!==(null==r?void 0:r.type)&&"TSDeclareFunction"!==(null==r?void 0:r.type)&&"TSAbstractMethodDefinition"!==(null==r?void 0:r.type)||";"!==s(n,t,B)||(o(r,t),0))}function ce(e){let{comment:t,enclosingNode:r,followingNode:i}=e;if(D(t)&&"TSMappedType"===(null==r?void 0:r.type)&&"TSTypeParameter"===(null==i?void 0:i.type)&&i.constraint)return r.prettierIgnore=!0,t.unignore=!0,!0}function he(e){let{comment:t,precedingNode:r,enclosingNode:i,followingNode:n}=e;return!("TSMappedType"!==(null==i?void 0:i.type)||("TSTypeParameter"===(null==n?void 0:n.type)&&n.name?(a(n.name,t),0):"TSTypeParameter"!==(null==r?void 0:r.type)||!r.constraint||(o(r.constraint,t),0)))}function pe(e){let{comment:t,enclosingNode:r,followingNode:i}=e;return!(!r||"SwitchCase"!==r.type||r.test||!i||i!==r.consequent[0]||("BlockStatement"===i.type&&v(t)?N(i,t):l(r,t),0))}function De(e){return"ArrowFunctionExpression"===e.type||"FunctionExpression"===e.type||"FunctionDeclaration"===e.type||"ObjectMethod"===e.type||"ClassMethod"===e.type||"TSDeclareFunction"===e.type||"TSCallSignatureDeclaration"===e.type||"TSConstructSignatureDeclaration"===e.type||"TSMethodSignature"===e.type||"TSConstructorType"===e.type||"TSFunctionType"===e.type||"TSDeclareMethod"===e.type}t.exports={handleOwnLineComment:function(e){return[ce,X,_,O,L,M,U,re,Z,te,ie,ne,H,K,Y].some((t=>t(e)))},handleEndOfLineComment:function(e){return[I,X,$,ie,O,L,M,U,K,Q,ee,te,ae,Y,pe].some((t=>t(e)))},handleRemainingComment:function(e){return[ce,O,L,R,W,H,te,G,z,he,Y,le].some((t=>t(e)))},getCommentChildNodes:function(e,t){if(("typescript"===t.parser||"flow"===t.parser||"acorn"===t.parser||"espree"===t.parser||"meriyah"===t.parser||"__babel_estree"===t.parser)&&"MethodDefinition"===e.type&&e.value&&"FunctionExpression"===e.value.type&&0===p(e.value).length&&!e.value.returnType&&!h(e.value.typeParameters)&&e.value.body)return[...e.decorators||[],e.key,e.value.body]},willPrintOwnComments:function(e){let t=e.getValue(),r=e.getParentNode();return(t&&(d(t)||f(t)||F(r)&&(m(x(i=t,S.Leading))||m(x(i,S.Trailing))))||r&&("JSXSpreadAttribute"===r.type||"JSXSpreadChild"===r.type||"UnionTypeAnnotation"===r.type||"TSUnionType"===r.type||("ClassDeclaration"===r.type||"ClassExpression"===r.type)&&r.superClass===t))&&(!E(e)||"UnionTypeAnnotation"===r.type||"TSUnionType"===r.type);var i}}}}),Or=d({"src/language-js/needs-parens.js"(e,t){g();var r=v(),i=re(),{getFunctionParameters:n,getLeftSidePathName:s,hasFlowShorthandAnnotationComment:u,hasNakedLeftSide:a,hasNode:o,isBitwiseOperator:l,startsWithNoLookaheadToken:c,shouldFlatten:h,getPrecedence:p,isCallExpression:D,isMemberExpression:d,isObjectProperty:f,isTSTypeExpression:m}=er();function E(e,t){let r=e.getParentNode();if(!r)return!1;let s=e.getName(),a=e.getNode();if(t.__isInHtmlInterpolation&&!t.bracketSpacing&&function(e){return"ObjectExpression"===e.type}(a)&&C(e))return!0;if(function(e){return"BlockStatement"===e.type||"BreakStatement"===e.type||"ClassBody"===e.type||"ClassDeclaration"===e.type||"ClassMethod"===e.type||"ClassProperty"===e.type||"PropertyDefinition"===e.type||"ClassPrivateProperty"===e.type||"ContinueStatement"===e.type||"DebuggerStatement"===e.type||"DeclareClass"===e.type||"DeclareExportAllDeclaration"===e.type||"DeclareExportDeclaration"===e.type||"DeclareFunction"===e.type||"DeclareInterface"===e.type||"DeclareModule"===e.type||"DeclareModuleExports"===e.type||"DeclareVariable"===e.type||"DoWhileStatement"===e.type||"EnumDeclaration"===e.type||"ExportAllDeclaration"===e.type||"ExportDefaultDeclaration"===e.type||"ExportNamedDeclaration"===e.type||"ExpressionStatement"===e.type||"ForInStatement"===e.type||"ForOfStatement"===e.type||"ForStatement"===e.type||"FunctionDeclaration"===e.type||"IfStatement"===e.type||"ImportDeclaration"===e.type||"InterfaceDeclaration"===e.type||"LabeledStatement"===e.type||"MethodDefinition"===e.type||"ReturnStatement"===e.type||"SwitchStatement"===e.type||"ThrowStatement"===e.type||"TryStatement"===e.type||"TSDeclareFunction"===e.type||"TSEnumDeclaration"===e.type||"TSImportEqualsDeclaration"===e.type||"TSInterfaceDeclaration"===e.type||"TSModuleDeclaration"===e.type||"TSNamespaceExportDeclaration"===e.type||"TypeAlias"===e.type||"VariableDeclaration"===e.type||"WhileStatement"===e.type||"WithStatement"===e.type}(a))return!1;if("flow"!==t.parser&&u(e.getValue()))return!0;if("Identifier"===a.type){if(a.extra&&a.extra.parenthesized&&/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(a.name)||"left"===s&&("async"===a.name&&!r.await||"let"===a.name)&&"ForOfStatement"===r.type)return!0;if("let"===a.name){var E;let t=null===(E=e.findAncestor((e=>"ForOfStatement"===e.type)))||void 0===E?void 0:E.left;if(t&&c(t,(e=>e===a)))return!0}if("object"===s&&"let"===a.name&&"MemberExpression"===r.type&&r.computed&&!r.optional){let t=e.findAncestor((e=>"ExpressionStatement"===e.type||"ForStatement"===e.type||"ForInStatement"===e.type)),r=t?"ExpressionStatement"===t.type?t.expression:"ForStatement"===t.type?t.init:t.left:void 0;if(r&&c(r,(e=>e===a)))return!0}return!1}if("ObjectExpression"===a.type||"FunctionExpression"===a.type||"ClassExpression"===a.type||"DoExpression"===a.type){var g;let t=null===(g=e.findAncestor((e=>"ExpressionStatement"===e.type)))||void 0===g?void 0:g.expression;if(t&&c(t,(e=>e===a)))return!0}switch(r.type){case"ParenthesizedExpression":return!1;case"ClassDeclaration":case"ClassExpression":if("superClass"===s&&("ArrowFunctionExpression"===a.type||"AssignmentExpression"===a.type||"AwaitExpression"===a.type||"BinaryExpression"===a.type||"ConditionalExpression"===a.type||"LogicalExpression"===a.type||"NewExpression"===a.type||"ObjectExpression"===a.type||"SequenceExpression"===a.type||"TaggedTemplateExpression"===a.type||"UnaryExpression"===a.type||"UpdateExpression"===a.type||"YieldExpression"===a.type||"TSNonNullExpression"===a.type))return!0;break;case"ExportDefaultDeclaration":return y(e,t)||"SequenceExpression"===a.type;case"Decorator":if("expression"===s){if(d(a)&&a.computed)return!0;let e=!1,r=!1,i=a;for(;i;)switch(i.type){case"MemberExpression":r=!0,i=i.object;break;case"CallExpression":if(r||e)return"typescript"!==t.parser;e=!0,i=i.callee;break;case"Identifier":return!1;case"TaggedTemplateExpression":return"typescript"!==t.parser;default:return!0}return!0}break;case"ArrowFunctionExpression":if("body"===s&&"SequenceExpression"!==a.type&&c(a,(e=>"ObjectExpression"===e.type)))return!0}switch(a.type){case"UpdateExpression":if("UnaryExpression"===r.type)return a.prefix&&("++"===a.operator&&"+"===r.operator||"--"===a.operator&&"-"===r.operator);case"UnaryExpression":switch(r.type){case"UnaryExpression":return a.operator===r.operator&&("+"===a.operator||"-"===a.operator);case"BindExpression":case"TaggedTemplateExpression":case"TSNonNullExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return"object"===s;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return"callee"===s;case"BinaryExpression":return"left"===s&&"**"===r.operator;default:return!1}case"BinaryExpression":if("UpdateExpression"===r.type||"in"===a.operator&&function(e){let t=0,r=e.getValue();for(;r;){let i=e.getParentNode(t++);if(i&&"ForStatement"===i.type&&i.init===r)return!0;r=i}return!1}(e))return!0;if("|>"===a.operator&&a.extra&&a.extra.parenthesized){let t=e.getParentNode(1);if("BinaryExpression"===t.type&&"|>"===t.operator)return!0}case"TSTypeAssertion":case"TSAsExpression":case"TSSatisfiesExpression":case"LogicalExpression":switch(r.type){case"TSSatisfiesExpression":case"TSAsExpression":return!m(a);case"ConditionalExpression":return m(a);case"CallExpression":case"NewExpression":case"OptionalCallExpression":return"callee"===s;case"ClassExpression":case"ClassDeclaration":return"superClass"===s;case"TSTypeAssertion":case"TaggedTemplateExpression":case"UnaryExpression":case"JSXSpreadAttribute":case"SpreadElement":case"SpreadProperty":case"BindExpression":case"AwaitExpression":case"TSNonNullExpression":case"UpdateExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return"object"===s;case"AssignmentExpression":case"AssignmentPattern":return"left"===s&&("TSTypeAssertion"===a.type||m(a));case"LogicalExpression":if("LogicalExpression"===a.type)return r.operator!==a.operator;case"BinaryExpression":{let{operator:e,type:t}=a;if(!e&&"TSTypeAssertion"!==t)return!0;let i=p(e),n=r.operator,u=p(n);return u>i||"right"===s&&u===i||u===i&&!h(n,e)||(u<i&&"%"===e?"+"===n||"-"===n:!!l(n))}default:return!1}case"SequenceExpression":switch(r.type){case"ReturnStatement":case"ForStatement":return!1;case"ExpressionStatement":return"expression"!==s;case"ArrowFunctionExpression":return"body"!==s;default:return!0}case"YieldExpression":if("UnaryExpression"===r.type||"AwaitExpression"===r.type||m(r)||"TSNonNullExpression"===r.type)return!0;case"AwaitExpression":switch(r.type){case"TaggedTemplateExpression":case"UnaryExpression":case"LogicalExpression":case"SpreadElement":case"SpreadProperty":case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":case"BindExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return"object"===s;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return"callee"===s;case"ConditionalExpression":return"test"===s;case"BinaryExpression":return!(!a.argument&&"|>"===r.operator);default:return!1}case"TSConditionalType":case"TSFunctionType":case"TSConstructorType":if("extendsType"===s&&"TSConditionalType"===r.type){if("TSConditionalType"===a.type)return!0;let{typeAnnotation:e}=a.returnType||a.typeAnnotation;if("TSTypePredicate"===e.type&&e.typeAnnotation&&(e=e.typeAnnotation.typeAnnotation),"TSInferType"===e.type&&e.typeParameter.constraint)return!0}if("checkType"===s&&"TSConditionalType"===r.type)return!0;case"TSUnionType":case"TSIntersectionType":if(("TSUnionType"===r.type||"TSIntersectionType"===r.type)&&r.types.length>1&&(!a.types||a.types.length>1))return!0;case"TSInferType":if("TSInferType"===a.type&&"TSRestType"===r.type)return!1;case"TSTypeOperator":return"TSArrayType"===r.type||"TSOptionalType"===r.type||"TSRestType"===r.type||"objectType"===s&&"TSIndexedAccessType"===r.type||"TSTypeOperator"===r.type||"TSTypeAnnotation"===r.type&&e.getParentNode(1).type.startsWith("TSJSDoc");case"TSTypeQuery":return"objectType"===s&&"TSIndexedAccessType"===r.type||"elementType"===s&&"TSArrayType"===r.type;case"TypeofTypeAnnotation":return"objectType"===s&&("IndexedAccessType"===r.type||"OptionalIndexedAccessType"===r.type)||"elementType"===s&&"ArrayTypeAnnotation"===r.type;case"ArrayTypeAnnotation":return"NullableTypeAnnotation"===r.type;case"IntersectionTypeAnnotation":case"UnionTypeAnnotation":return"ArrayTypeAnnotation"===r.type||"NullableTypeAnnotation"===r.type||"IntersectionTypeAnnotation"===r.type||"UnionTypeAnnotation"===r.type||"objectType"===s&&("IndexedAccessType"===r.type||"OptionalIndexedAccessType"===r.type);case"NullableTypeAnnotation":return"ArrayTypeAnnotation"===r.type||"objectType"===s&&("IndexedAccessType"===r.type||"OptionalIndexedAccessType"===r.type);case"FunctionTypeAnnotation":{let t="NullableTypeAnnotation"===r.type?e.getParentNode(1):r;return"UnionTypeAnnotation"===t.type||"IntersectionTypeAnnotation"===t.type||"ArrayTypeAnnotation"===t.type||"objectType"===s&&("IndexedAccessType"===t.type||"OptionalIndexedAccessType"===t.type)||"NullableTypeAnnotation"===t.type||"FunctionTypeParam"===r.type&&null===r.name&&n(a).some((e=>e.typeAnnotation&&"NullableTypeAnnotation"===e.typeAnnotation.type))}case"OptionalIndexedAccessType":return"objectType"===s&&"IndexedAccessType"===r.type;case"StringLiteral":case"NumericLiteral":case"Literal":if("string"==typeof a.value&&"ExpressionStatement"===r.type&&!r.directive){let t=e.getParentNode(1);return"Program"===t.type||"BlockStatement"===t.type}return"object"===s&&"MemberExpression"===r.type&&"number"==typeof a.value;case"AssignmentExpression":{let t=e.getParentNode(1);return"body"===s&&"ArrowFunctionExpression"===r.type||("key"!==s||"ClassProperty"!==r.type&&"PropertyDefinition"!==r.type||!r.computed)&&("init"!==s&&"update"!==s||"ForStatement"!==r.type)&&("ExpressionStatement"===r.type?"ObjectPattern"===a.left.type:!("key"===s&&"TSPropertySignature"===r.type||"AssignmentExpression"===r.type||"SequenceExpression"===r.type&&t&&"ForStatement"===t.type&&(t.init===r||t.update===r)||"value"===s&&"Property"===r.type&&t&&"ObjectPattern"===t.type&&t.properties.includes(r)||"NGChainedExpression"===r.type))}case"ConditionalExpression":switch(r.type){case"TaggedTemplateExpression":case"UnaryExpression":case"SpreadElement":case"SpreadProperty":case"BinaryExpression":case"LogicalExpression":case"NGPipeExpression":case"ExportDefaultDeclaration":case"AwaitExpression":case"JSXSpreadAttribute":case"TSTypeAssertion":case"TypeCastExpression":case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":return!0;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return"callee"===s;case"ConditionalExpression":return"test"===s;case"MemberExpression":case"OptionalMemberExpression":return"object"===s;default:return!1}case"FunctionExpression":switch(r.type){case"NewExpression":case"CallExpression":case"OptionalCallExpression":return"callee"===s;case"TaggedTemplateExpression":return!0;default:return!1}case"ArrowFunctionExpression":switch(r.type){case"BinaryExpression":return"|>"!==r.operator||a.extra&&a.extra.parenthesized;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return"callee"===s;case"MemberExpression":case"OptionalMemberExpression":return"object"===s;case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":case"BindExpression":case"TaggedTemplateExpression":case"UnaryExpression":case"LogicalExpression":case"AwaitExpression":case"TSTypeAssertion":return!0;case"ConditionalExpression":return"test"===s;default:return!1}case"ClassExpression":return!!i(a.decorators)||"NewExpression"===r.type&&"callee"===s;case"OptionalMemberExpression":case"OptionalCallExpression":{let t=e.getParentNode(1);if("object"===s&&"MemberExpression"===r.type||"callee"===s&&("CallExpression"===r.type||"NewExpression"===r.type)||"TSNonNullExpression"===r.type&&"MemberExpression"===t.type&&t.object===r)return!0}case"CallExpression":case"MemberExpression":case"TaggedTemplateExpression":case"TSNonNullExpression":if("callee"===s&&("BindExpression"===r.type||"NewExpression"===r.type)){let e=a;for(;e;)switch(e.type){case"CallExpression":case"OptionalCallExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":case"BindExpression":e=e.object;break;case"TaggedTemplateExpression":e=e.tag;break;case"TSNonNullExpression":e=e.expression;break;default:return!1}}return!1;case"BindExpression":return"callee"===s&&("BindExpression"===r.type||"NewExpression"===r.type)||"object"===s&&d(r);case"NGPipeExpression":return!("NGRoot"===r.type||"NGMicrosyntaxExpression"===r.type||"ObjectProperty"===r.type&&(!a.extra||!a.extra.parenthesized)||"ArrayExpression"===r.type||D(r)&&r.arguments[s]===a||"right"===s&&"NGPipeExpression"===r.type||"property"===s&&"MemberExpression"===r.type||"AssignmentExpression"===r.type);case"JSXFragment":case"JSXElement":return"callee"===s||"left"===s&&"BinaryExpression"===r.type&&"<"===r.operator||"ArrayExpression"!==r.type&&"ArrowFunctionExpression"!==r.type&&"AssignmentExpression"!==r.type&&"AssignmentPattern"!==r.type&&"BinaryExpression"!==r.type&&"NewExpression"!==r.type&&"ConditionalExpression"!==r.type&&"ExpressionStatement"!==r.type&&"JsExpressionRoot"!==r.type&&"JSXAttribute"!==r.type&&"JSXElement"!==r.type&&"JSXExpressionContainer"!==r.type&&"JSXFragment"!==r.type&&"LogicalExpression"!==r.type&&!D(r)&&!f(r)&&"ReturnStatement"!==r.type&&"ThrowStatement"!==r.type&&"TypeCastExpression"!==r.type&&"VariableDeclarator"!==r.type&&"YieldExpression"!==r.type;case"TypeAnnotation":return"returnType"===s&&"ArrowFunctionExpression"===r.type&&function(e){return o(e,(e=>"ObjectTypeAnnotation"===e.type&&o(e,(e=>"FunctionTypeAnnotation"===e.type||void 0))||void 0))}(a)}return!1}function C(e){let t=e.getValue(),i=e.getParentNode(),n=e.getName();switch(i.type){case"NGPipeExpression":if("number"==typeof n&&i.arguments[n]===t&&i.arguments.length-1===n)return e.callParent(C);break;case"ObjectProperty":if("value"===n){let t=e.getParentNode(1);return r(t.properties)===i}break;case"BinaryExpression":case"LogicalExpression":if("right"===n)return e.callParent(C);break;case"ConditionalExpression":if("alternate"===n)return e.callParent(C);break;case"UnaryExpression":if(i.prefix)return e.callParent(C)}return!1}function y(e,t){let r=e.getValue(),i=e.getParentNode();return"FunctionExpression"===r.type||"ClassExpression"===r.type?"ExportDefaultDeclaration"===i.type||!E(e,t):!(!a(r)||"ExportDefaultDeclaration"!==i.type&&E(e,t))&&e.call((e=>y(e,t)),...s(e,r))}t.exports=E}}),Lr=d({"src/language-js/print-preprocess.js"(e,t){g(),t.exports=function(e,t){switch(t.parser){case"json":case"json5":case"json-stringify":case"__js_expression":case"__vue_expression":case"__vue_ts_expression":return Object.assign(Object.assign({},e),{},{type:t.parser.startsWith("__")?"JsExpressionRoot":"JsonRoot",node:e,comments:[],rootMarker:t.rootMarker});default:return e}}}}),Mr=d({"src/language-js/print/html-binding.js"(e,t){g();var{builders:{join:r,line:i,group:n,softline:s,indent:u}}=$();t.exports={isVueEventBindingExpression:function e(t){switch(t.type){case"MemberExpression":switch(t.property.type){case"Identifier":case"NumericLiteral":case"StringLiteral":return e(t.object)}return!1;case"Identifier":return!0;default:return!1}},printHtmlBinding:function(e,t,a){let o=e.getValue();if(t.__onHtmlBindingRoot&&null===e.getName()&&t.__onHtmlBindingRoot(o,t),"File"===o.type){if(t.__isVueForBindingLeft)return e.call((e=>{let t=r([",",i],e.map(a,"params")),{params:o}=e.getValue();return 1===o.length?t:["(",u([s,n(t)]),s,")"]}),"program","body",0);if(t.__isVueBindings)return e.call((e=>r([",",i],e.map(a,"params"))),"program","body",0)}}}}}),_r=d({"src/language-js/print/binaryish.js"(e,t){g();var{printComments:r}=Rt(),{getLast:i}=oe(),{builders:{join:n,line:s,softline:u,group:a,indent:o,align:l,indentIfBreak:c},utils:{cleanDoc:h,getDocParts:p,isConcat:D}}=$(),{hasLeadingOwnLineComment:d,isBinaryish:f,isJsxNode:m,shouldFlatten:E,hasComment:C,CommentCheckFlags:y,isCallExpression:F,isMemberExpression:b,isObjectProperty:A,isEnabledHackPipeline:v}=er(),x=0;function S(e,t,i,u,c){let m=e.getValue();if(!f(m))return[a(t())];let g=[];E(m.operator,m.left.operator)?g=e.call((e=>S(e,t,i,!0,c)),"left"):g.push(a(t("left")));let F,b=w(m),A=("|>"===m.operator||"NGPipeExpression"===m.type||"|"===m.operator&&"__vue_expression"===i.parser)&&!d(i.originalText,m.right),x="NGPipeExpression"===m.type?"|":m.operator,T="NGPipeExpression"===m.type&&m.arguments.length>0?a(o([s,": ",n([s,": "],e.map(t,"arguments").map((e=>l(2,a(e)))))])):"";if(b)F=[x," ",t("right"),T];else{let r=v(i)&&"|>"===x?e.call((e=>S(e,t,i,!0,c)),"right"):t("right");F=[A?s:"",x,A?" ":s,r,T]}let B=e.getParentNode(),P=C(m.left,y.Trailing|y.Line);if(g.push(A?"":" ",P||(!c||"LogicalExpression"!==m.type)&&B.type!==m.type&&m.left.type!==m.type&&m.right.type!==m.type?a(F,{shouldBreak:P}):F),u&&C(m)){let t=h(r(e,g,i));return D(t)||"fill"===t.type?p(t):[t]}return g}function w(e){return"LogicalExpression"===e.type&&!!("ObjectExpression"===e.right.type&&e.right.properties.length>0||"ArrayExpression"===e.right.type&&e.right.elements.length>0||m(e.right))}t.exports={printBinaryishExpression:function(e,t,r){let n=e.getValue(),s=e.getParentNode(),l=e.getParentNode(1),h=n!==s.body&&("IfStatement"===s.type||"WhileStatement"===s.type||"SwitchStatement"===s.type||"DoWhileStatement"===s.type),p=v(t)&&"|>"===n.operator,D=S(e,r,t,!1,h);if(h)return D;if(p)return a(D);if(F(s)&&s.callee===n||"UnaryExpression"===s.type||b(s)&&!s.computed)return a([o([u,...D]),u]);let d="ReturnStatement"===s.type||"ThrowStatement"===s.type||"JSXExpressionContainer"===s.type&&"JSXAttribute"===l.type||"|"!==n.operator&&"JsExpressionRoot"===s.type||"NGPipeExpression"!==n.type&&("NGRoot"===s.type&&"__ng_binding"===t.parser||"NGMicrosyntaxExpression"===s.type&&"NGMicrosyntax"===l.type&&1===l.body.length)||n===s.body&&"ArrowFunctionExpression"===s.type||n!==s.body&&"ForStatement"===s.type||"ConditionalExpression"===s.type&&"ReturnStatement"!==l.type&&"ThrowStatement"!==l.type&&!F(l)||"TemplateLiteral"===s.type,g="AssignmentExpression"===s.type||"VariableDeclarator"===s.type||"ClassProperty"===s.type||"PropertyDefinition"===s.type||"TSAbstractPropertyDefinition"===s.type||"ClassPrivateProperty"===s.type||A(s),C=f(n.left)&&E(n.operator,n.left.operator);if(d||w(n)&&!C||!w(n)&&g)return a(D);if(0===D.length)return"";let y=m(n.right),T=D.findIndex((e=>"string"!=typeof e&&!Array.isArray(e)&&"group"===e.type)),B=D.slice(0,-1===T?1:T+1),P=D.slice(B.length,y?-1:void 0),k=Symbol("logicalChain-"+ ++x),N=a([...B,o(P)],{id:k});if(!y)return N;let j=i(D);return a([N,c(j,{groupId:k})])},shouldInlineLogicalExpression:w}}}),$r=d({"src/language-js/print/angular.js"(e,t){g();var{builders:{join:r,line:i,group:n}}=$(),{hasNode:s,hasComment:u,getComments:a}=er(),{printBinaryishExpression:o}=_r();function l(e,t,r){return"NGMicrosyntaxKeyedExpression"===e.type&&"of"===e.key.name&&1===t&&"NGMicrosyntaxLet"===r.body[0].type&&null===r.body[0].value}t.exports={printAngular:function(e,t,c){let h=e.getValue();if(h.type.startsWith("NG"))switch(h.type){case"NGRoot":return[c("node"),u(h.node)?" //"+a(h.node)[0].value.trimEnd():""];case"NGPipeExpression":return o(e,t,c);case"NGChainedExpression":return n(r([";",i],e.map((e=>function(e){return s(e.getValue(),(e=>{switch(e.type){case void 0:return!1;case"CallExpression":case"OptionalCallExpression":case"AssignmentExpression":return!0}}))}(e)?c():["(",c(),")"]),"expressions")));case"NGEmptyExpression":return"";case"NGQuotedExpression":return[h.prefix,": ",h.value.trim()];case"NGMicrosyntax":return e.map(((e,t)=>[0===t?"":l(e.getValue(),t,h)?" ":[";",i],c()]),"body");case"NGMicrosyntaxKey":return/^[$_a-z][\w$]*(?:-[$_a-z][\w$])*$/i.test(h.name)?h.name:JSON.stringify(h.name);case"NGMicrosyntaxExpression":return[c("expression"),null===h.alias?"":[" as ",c("alias")]];case"NGMicrosyntaxKeyedExpression":{let t=e.getName(),r=e.getParentNode(),i=l(h,t,r)||(1===t&&("then"===h.key.name||"else"===h.key.name)||2===t&&"else"===h.key.name&&"NGMicrosyntaxKeyedExpression"===r.body[t-1].type&&"then"===r.body[t-1].key.name)&&"NGMicrosyntaxExpression"===r.body[0].type;return[c("key"),i?" ":": ",c("expression")]}case"NGMicrosyntaxLet":return["let ",c("key"),null===h.value?"":[" = ",c("value")]];case"NGMicrosyntaxAs":return[c("key")," as ",c("alias")];default:throw new Error(`Unknown Angular node type: ${JSON.stringify(h.type)}.`)}}}}}),Rr=d({"src/language-js/print/jsx.js"(e,t){g();var{printComments:r,printDanglingComments:i,printCommentsSeparately:n}=Rt(),{builders:{line:s,hardline:u,softline:a,group:o,indent:l,conditionalGroup:c,fill:h,ifBreak:p,lineSuffixBoundary:D,join:d},utils:{willBreak:f}}=$(),{getLast:m,getPreferredQuote:E}=oe(),{isJsxNode:C,rawText:y,isCallExpression:F,isStringLiteral:b,isBinaryish:A,hasComment:v,CommentCheckFlags:x,hasNodeIgnoreComment:S}=er(),w=Or(),{willPrintOwnComments:T}=Ir(),B=e=>""===e||e===s||e===u||e===a;function P(e,t,r){let i=e.getValue();if("JSXElement"===i.type&&function(e){if(0===e.children.length)return!0;if(e.children.length>1)return!1;let t=e.children[0];return"JSXText"===t.type&&!_(t)}(i))return[r("openingElement"),r("closingElement")];let n=r("JSXElement"===i.type?"openingElement":"openingFragment"),D=r("JSXElement"===i.type?"closingElement":"closingFragment");if(1===i.children.length&&"JSXExpressionContainer"===i.children[0].type&&("TemplateLiteral"===i.children[0].expression.type||"TaggedTemplateExpression"===i.children[0].expression.type))return[n,...e.map(r,"children"),D];i.children=i.children.map((e=>function(e){return"JSXExpressionContainer"===e.type&&b(e.expression)&&" "===e.expression.value&&!v(e.expression)}(e)?{type:"JSXText",value:" ",raw:" "}:e));let d=i.children.some(C),E=i.children.filter((e=>"JSXExpressionContainer"===e.type)).length>1,g="JSXElement"===i.type&&i.openingElement.attributes.length>1,F=f(n)||d||g||E,A="mdx"===e.getParentNode().rootMarker,x=t.singleQuote?"{' '}":'{" "}',S=A?" ":p([x,a]," "),w=function(e,t,r,i,n){let a=[];return e.each(((e,t,o)=>{let l=e.getValue();if("JSXText"===l.type){let e=y(l);if(_(l)){let r,u=e.split(O);if(""===u[0]&&(a.push(""),u.shift(),/\n/.test(u[0])?a.push(N(n,u[1],l,o[t+1])):a.push(i),u.shift()),""===m(u)&&(u.pop(),r=u.pop()),0===u.length)return;for(let[e,t]of u.entries())a.push(e%2==1?s:t);if(void 0!==r)if(/\n/.test(r)){let e=o[t+1];a.push(N(n,m(a),l,e))}else a.push(i);else{let e=o[t+1];a.push(k(n,m(a),l,e))}}else/\n/.test(e)?e.match(/\n/g).length>1&&a.push("",u):a.push("",i)}else{let e=r();a.push(e);let i=o[t+1];if(i&&_(i)){let e=M(y(i)).split(O)[0];a.push(k(n,e,l,i))}else a.push(u)}}),"children"),a}(e,0,r,S,i.openingElement&&i.openingElement.name&&"fbt"===i.openingElement.name.name),T=i.children.some((e=>_(e)));for(let e=w.length-2;e>=0;e--){let t=w[e]===S&&""===w[e+1]&&(w[e+2]===a||w[e+2]===u);w[e]===u&&""===w[e+1]&&w[e+2]===u&&T||""===w[e]&&""===w[e+1]||(w[e]===a||w[e]===u)&&""===w[e+1]&&w[e+2]===S||w[e]===S&&""===w[e+1]&&w[e+2]===S||w[e]===a&&""===w[e+1]&&w[e+2]===u||w[e]===u&&""===w[e+1]&&w[e+2]===a?w.splice(e,2):t&&w.splice(e+1,2)}for(;w.length>0&&B(m(w));)w.pop();for(;w.length>1&&B(w[0])&&B(w[1]);)w.shift(),w.shift();let P=[];for(let[e,t]of w.entries()){if(t===S){if(1===e&&""===w[e-1]){if(2===w.length){P.push(x);continue}P.push([x,u]);continue}if(e===w.length-1){P.push(x);continue}if(""===w[e-1]&&w[e-2]===u){P.push(x);continue}}P.push(t),f(t)&&(F=!0)}let j=T?h(P):o(P,{shouldBreak:!0});if(A)return j;let I=o([n,l([u,j]),u,D]);return F?I:c([o([n,...w,D]),I])}function k(e,t,r,i){return e?"":"JSXElement"===r.type&&!r.closingElement||i&&"JSXElement"===i.type&&!i.closingElement?1===t.length?a:u:a}function N(e,t,r,i){return e?u:1===t.length?"JSXElement"===r.type&&!r.closingElement||i&&"JSXElement"===i.type&&!i.closingElement?u:a:u}function j(e,t,r){return e.selfClosing?[s,"/>"]:function(e,t,r){let i=e.attributes.length>0&&v(m(e.attributes),x.Trailing);return 0===e.attributes.length&&!r||(t.bracketSameLine||t.jsxBracketSameLine)&&(!r||e.attributes.length>0)&&!i}(e,t,r)?[">"]:[a,">"]}function I(e,t,i){return function(e,t,r){let i=e.getParentNode();if(!i||{ArrayExpression:!0,JSXAttribute:!0,JSXElement:!0,JSXExpressionContainer:!0,JSXFragment:!0,ExpressionStatement:!0,CallExpression:!0,OptionalCallExpression:!0,ConditionalExpression:!0,JsExpressionRoot:!0}[i.type])return t;let n=e.match(void 0,(e=>"ArrowFunctionExpression"===e.type),F,(e=>"JSXExpressionContainer"===e.type)),s=w(e,r);return o([s?"":p("("),l([a,t]),a,s?"":p(")")],{shouldBreak:n})}(e,r(e,P(e,t,i),t),t)}var O=new RegExp("([ \n\r\t]+)"),L=new RegExp("[^ \n\r\t]"),M=e=>e.replace(new RegExp("(?:^"+O.source+"|"+O.source+"$)"),"");function _(e){return"JSXText"===e.type&&(L.test(y(e))||!/\n/.test(y(e)))}t.exports={hasJsxIgnoreComment:function(e){let t=e.getValue(),r=e.getParentNode();if(!(r&&t&&C(t)&&C(r)))return!1;let i=null;for(let e=r.children.indexOf(t);e>0;e--){let t=r.children[e-1];if("JSXText"!==t.type||_(t)){i=t;break}}return i&&"JSXExpressionContainer"===i.type&&"JSXEmptyExpression"===i.expression.type&&S(i.expression)},printJsx:function(e,t,c){let h=e.getValue();if(h.type.startsWith("JSX"))switch(h.type){case"JSXAttribute":return function(e,t,r){let i=e.getValue(),s=[];if(s.push(r("name")),i.value){let u;if(b(i.value)){let r=y(i.value).slice(1,-1).replace(/&apos;/g,"'").replace(/&quot;/g,'"'),{escaped:s,quote:a,regex:o}=E(r,t.jsxSingleQuote?"'":'"');r=r.replace(o,s);let{leading:l,trailing:c}=e.call((()=>n(e,t)),"value");u=[l,a,r,a,c]}else u=r("value");s.push("=",u)}return s}(e,t,c);case"JSXIdentifier":return String(h.name);case"JSXNamespacedName":return d(":",[c("namespace"),c("name")]);case"JSXMemberExpression":return d(".",[c("object"),c("property")]);case"JSXSpreadAttribute":case"JSXSpreadChild":return function(e,t,i){let n=e.getValue();return["{",e.call((e=>{let n=["...",i()],s=e.getValue();return v(s)&&T(e)?[l([a,r(e,n,t)]),a]:n}),"JSXSpreadAttribute"===n.type?"argument":"expression"),"}"]}(e,t,c);case"JSXExpressionContainer":return function(e,t,r){let i=e.getValue(),n=(e,t)=>"JSXEmptyExpression"===e.type||!v(e)&&("ArrayExpression"===e.type||"ObjectExpression"===e.type||"ArrowFunctionExpression"===e.type||"AwaitExpression"===e.type&&(n(e.argument,e)||"JSXElement"===e.argument.type)||F(e)||"FunctionExpression"===e.type||"TemplateLiteral"===e.type||"TaggedTemplateExpression"===e.type||"DoExpression"===e.type||C(t)&&("ConditionalExpression"===e.type||A(e)));return n(i.expression,e.getParentNode(0))?o(["{",r("expression"),D,"}"]):o(["{",l([a,r("expression")]),a,D,"}"])}(e,0,c);case"JSXFragment":case"JSXElement":return I(e,t,c);case"JSXOpeningElement":return function(e,t,r){let i=e.getValue(),n=i.name&&v(i.name)||i.typeParameters&&v(i.typeParameters);if(i.selfClosing&&0===i.attributes.length&&!n)return["<",r("name"),r("typeParameters")," />"];if(i.attributes&&1===i.attributes.length&&i.attributes[0].value&&b(i.attributes[0].value)&&!i.attributes[0].value.value.includes("\n")&&!n&&!v(i.attributes[0]))return o(["<",r("name"),r("typeParameters")," ",...e.map(r,"attributes"),i.selfClosing?" />":">"]);let a=i.attributes&&i.attributes.some((e=>e.value&&b(e.value)&&e.value.value.includes("\n"))),c=t.singleAttributePerLine&&i.attributes.length>1?u:s;return o(["<",r("name"),r("typeParameters"),l(e.map((()=>[c,r()]),"attributes")),...j(i,t,n)],{shouldBreak:a})}(e,t,c);case"JSXClosingElement":return function(e,t,r){let i=e.getValue(),n=[];n.push("</");let s=r("name");return v(i.name,x.Leading|x.Line)?n.push(l([u,s]),u):v(i.name,x.Leading|x.Block)?n.push(" ",s):n.push(s),n.push(">"),n}(e,0,c);case"JSXOpeningFragment":case"JSXClosingFragment":return function(e,t){let r=e.getValue(),n=v(r),s=v(r,x.Line),a="JSXOpeningFragment"===r.type;return[a?"<":"</",l([s?u:n&&!a?" ":"",i(e,t,!0)]),s?u:"",">"]}(e,t);case"JSXEmptyExpression":return function(e,t){let r=e.getValue(),n=v(r,x.Line);return[i(e,t,!n),n?u:""]}(e,t);case"JSXText":throw new Error("JSXText should be handled by JSXElement");default:throw new Error(`Unknown JSX node type: ${JSON.stringify(h.type)}.`)}}}}}),qr=d({"src/language-js/print/misc.js"(e,t){g();var{isNonEmptyArray:r}=oe(),{builders:{indent:i,join:n,line:s}}=$(),{isFlowAnnotationComment:u}=er();function a(e,t,r){let i=e.getValue();if(!i.typeAnnotation)return"";let n=e.getParentNode(),s="DeclareFunction"===n.type&&n.id===i;return u(t.originalText,i.typeAnnotation)?[" /*: ",r("typeAnnotation")," */"]:[s?"":": ",r("typeAnnotation")]}t.exports={printOptionalToken:function(e){let t=e.getValue();return!t.optional||"Identifier"===t.type&&t===e.getParentNode().key?"":"OptionalCallExpression"===t.type||"OptionalMemberExpression"===t.type&&t.computed?"?.":"?"},printDefiniteToken:function(e){return e.getValue().definite||e.match(void 0,((e,t)=>"id"===t&&"VariableDeclarator"===e.type&&e.definite))?"!":""},printFunctionTypeParameters:function(e,t,r){let i=e.getValue();return i.typeArguments?r("typeArguments"):i.typeParameters?r("typeParameters"):""},printBindExpressionCallee:function(e,t,r){return["::",r("callee")]},printTypeScriptModifiers:function(e,t,i){let s=e.getValue();return r(s.modifiers)?[n(" ",e.map(i,"modifiers"))," "]:""},printTypeAnnotation:a,printRestSpread:function(e,t,r){return["...",r("argument"),a(e,t,r)]},adjustClause:function(e,t,r){return"EmptyStatement"===e.type?";":"BlockStatement"===e.type||r?[" ",t]:i([s,t])},printDirective:function(e,t){let r=e.slice(1,-1);if(r.includes('"')||r.includes("'"))return e;let i=t.singleQuote?"'":'"';return i+r+i}}}}),Ur=d({"src/language-js/print/array.js"(e,t){g();var{printDanglingComments:r}=Rt(),{builders:{line:i,softline:n,hardline:s,group:u,indent:a,ifBreak:o,fill:l}}=$(),{getLast:c,hasNewline:h}=oe(),{shouldPrintComma:p,hasComment:D,CommentCheckFlags:d,isNextLineEmpty:f,isNumericLiteral:m,isSignedNumericLiteral:E}=er(),{locStart:C}=Nt(),{printOptionalToken:y,printTypeAnnotation:F}=qr();function b(e,t){return e.elements.length>1&&e.elements.every((e=>e&&(m(e)||E(e)&&!D(e.argument))&&!D(e,d.Trailing|d.Line,(e=>!h(t.originalText,C(e),{backwards:!0})))))}function A(e,t,r,s){let a=[],o=[];return e.each((e=>{a.push(o,u(s())),o=[",",i],e.getValue()&&f(e.getValue(),t)&&o.push(n)}),r),a}function v(e,t,r,n){let u=[];return e.each(((e,a,o)=>{let l=a===o.length-1;u.push([r(),l?n:","]),l||u.push(f(e.getValue(),t)?[s,s]:D(o[a+1],d.Leading|d.Line)?s:i)}),"elements"),l(u)}t.exports={printArray:function(e,t,i){let s=e.getValue(),l=[],h="TupleExpression"===s.type?"#[":"[";if(0===s.elements.length)D(s,d.Dangling)?l.push(u([h,r(e,t),n,"]"])):l.push(h,"]");else{let D=c(s.elements),d=!(D&&"RestElement"===D.type),f=null===D,m=Symbol("array"),E=!t.__inJestEach&&s.elements.length>1&&s.elements.every(((e,t,r)=>{let i=e&&e.type;if("ArrayExpression"!==i&&"ObjectExpression"!==i)return!1;let n=r[t+1];if(n&&i!==n.type)return!1;let s="ArrayExpression"===i?"elements":"properties";return e[s]&&e[s].length>1})),g=b(s,t),C=d?f?",":p(t)?g?o(",","",{groupId:m}):o(","):"":"";l.push(u([h,a([n,g?v(e,t,i,C):[A(e,t,"elements",i),C],r(e,t,!0)]),n,"]"],{shouldBreak:E,id:m}))}return l.push(y(e),F(e,t,i)),l},printArrayItems:A,isConciselyPrintedArray:b}}}),Vr=d({"src/language-js/print/call-arguments.js"(e,t){g();var{printDanglingComments:r}=Rt(),{getLast:i,getPenultimate:n}=oe(),{getFunctionParameters:s,hasComment:u,CommentCheckFlags:a,isFunctionCompositionArgs:o,isJsxNode:l,isLongCurriedCallExpression:c,shouldPrintComma:h,getCallArguments:p,iterateCallArgumentsPath:D,isNextLineEmpty:d,isCallExpression:f,isStringLiteral:m,isObjectProperty:E,isTSTypeExpression:C}=er(),{builders:{line:y,hardline:F,softline:b,group:A,indent:v,conditionalGroup:x,ifBreak:S,breakParent:w},utils:{willBreak:T}}=$(),{ArgExpansionBailout:B}=Be(),{isConciselyPrintedArray:P}=Ur();function k(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return"ObjectExpression"===e.type&&(e.properties.length>0||u(e))||"ArrayExpression"===e.type&&(e.elements.length>0||u(e))||"TSTypeAssertion"===e.type&&k(e.expression)||C(e)&&k(e.expression)||"FunctionExpression"===e.type||"ArrowFunctionExpression"===e.type&&(!e.returnType||!e.returnType.typeAnnotation||"TSTypeReference"!==e.returnType.typeAnnotation.type||function(e){return"BlockStatement"===e.type&&(e.body.some((e=>"EmptyStatement"!==e.type))||u(e,a.Dangling))}(e.body))&&("BlockStatement"===e.body.type||"ArrowFunctionExpression"===e.body.type&&k(e.body,!0)||"ObjectExpression"===e.body.type||"ArrayExpression"===e.body.type||!t&&(f(e.body)||"ConditionalExpression"===e.body.type)||l(e.body))||"DoExpression"===e.type||"ModuleExpression"===e.type}t.exports=function(e,t,l){let f=e.getValue(),g="ImportExpression"===f.type,C=p(f);if(0===C.length)return["(",r(e,t,!0),")"];if(function(e){return 2===e.length&&"ArrowFunctionExpression"===e[0].type&&0===s(e[0]).length&&"BlockStatement"===e[0].body.type&&"ArrayExpression"===e[1].type&&!e.some((e=>u(e)))}(C))return["(",l(["arguments",0]),", ",l(["arguments",1]),")"];let N=!1,j=!1,I=C.length-1,O=[];D(e,((e,r)=>{let i=e.getNode(),n=[l()];r===I||(d(i,t)?(0===r&&(j=!0),N=!0,n.push(",",F,F)):n.push(",",y)),O.push(n)}));let L=g||f.callee&&"Import"===f.callee.type||!h(t,"all")?"":",";function M(){return A(["(",v([y,...O]),L,y,")"],{shouldBreak:!0})}if(N||"Decorator"!==e.getParentNode().type&&o(C))return M();let _=function(e){if(2!==e.length)return!1;let[t,r]=e;return!("ModuleExpression"!==t.type||!function(e){return"ObjectExpression"===e.type&&1===e.properties.length&&E(e.properties[0])&&"Identifier"===e.properties[0].key.type&&"type"===e.properties[0].key.name&&m(e.properties[0].value)&&"module"===e.properties[0].value.value}(r))||!u(t)&&("FunctionExpression"===t.type||"ArrowFunctionExpression"===t.type&&"BlockStatement"===t.body.type)&&"FunctionExpression"!==r.type&&"ArrowFunctionExpression"!==r.type&&"ConditionalExpression"!==r.type&&!k(r)}(C),$=function(e,t){let r=i(e),s=n(e);return!u(r,a.Leading)&&!u(r,a.Trailing)&&k(r)&&(!s||s.type!==r.type)&&(2!==e.length||"ArrowFunctionExpression"!==s.type||"ArrayExpression"!==r.type)&&!(e.length>1&&"ArrayExpression"===r.type&&P(r,t))}(C,t);if(_||$){if(_?O.slice(1).some(T):O.slice(0,-1).some(T))return M();let t=[];try{e.try((()=>{D(e,((e,r)=>{_&&0===r&&(t=[[l([],{expandFirstArg:!0}),O.length>1?",":"",j?F:y,j?F:""],...O.slice(1)]),$&&r===I&&(t=[...O.slice(0,-1),l([],{expandLastArg:!0})])}))}))}catch(e){if(e instanceof B)return M();throw e}return[O.some(T)?w:"",x([["(",...t,")"],_?["(",A(t[0],{shouldBreak:!0}),...t.slice(1),")"]:["(",...O.slice(0,-1),A(i(t),{shouldBreak:!0}),")"],M()])]}let R=["(",v([b,...O]),S(L),b,")"];return c(e)?R:A(R,{shouldBreak:O.some(T)||N})}}}),Hr=d({"src/language-js/print/member.js"(e,t){g();var{builders:{softline:r,group:i,indent:n,label:s}}=$(),{isNumericLiteral:u,isMemberExpression:a,isCallExpression:o}=er(),{printOptionalToken:l}=qr();function c(e,t,s){let a=s("property"),o=e.getValue(),c=l(e);return o.computed?!o.property||u(o.property)?[c,"[",a,"]"]:i([c,"[",n([r,a]),r,"]"]):[c,".",a]}t.exports={printMemberExpression:function(e,t,u){let l,h=e.getValue(),p=e.getParentNode(),D=0;do{l=e.getParentNode(D),D++}while(l&&(a(l)||"TSNonNullExpression"===l.type));let d=u("object"),f=c(e,0,u),m=l&&("NewExpression"===l.type||"BindExpression"===l.type||"AssignmentExpression"===l.type&&"Identifier"!==l.left.type)||h.computed||"Identifier"===h.object.type&&"Identifier"===h.property.type&&!a(p)||("AssignmentExpression"===p.type||"VariableDeclarator"===p.type)&&(o(h.object)&&h.object.arguments.length>0||"TSNonNullExpression"===h.object.type&&o(h.object.expression)&&h.object.expression.arguments.length>0||"member-chain"===d.label);return s("member-chain"===d.label?"member-chain":"member",[d,m?f:i(n([r,f]))])},printMemberLookup:c}}}),Jr=d({"src/language-js/print/member-chain.js"(e,t){g();var{printComments:r}=Rt(),{getLast:i,isNextLineEmptyAfterIndex:n,getNextNonSpaceNonCommentCharacterIndex:s}=oe(),u=Or(),{isCallExpression:a,isMemberExpression:o,isFunctionOrArrowExpression:l,isLongCurriedCallExpression:c,isMemberish:h,isNumericLiteral:p,isSimpleCallArgument:D,hasComment:d,CommentCheckFlags:f,isNextLineEmpty:m}=er(),{locEnd:E}=Nt(),{builders:{join:C,hardline:y,group:F,indent:b,conditionalGroup:A,breakParent:v,label:x},utils:{willBreak:S}}=$(),w=Vr(),{printMemberLookup:T}=Hr(),{printOptionalToken:B,printFunctionTypeParameters:P,printBindExpressionCallee:k}=qr();t.exports=function(e,t,g){let N=e.getParentNode(),j=!N||"ExpressionStatement"===N.type,I=[];function O(e){let{originalText:r}=t,i=s(r,e,E);return")"===r.charAt(i)?!1!==i&&n(r,i+1):m(e,t)}function L(e){let i=e.getValue();a(i)&&(h(i.callee)||a(i.callee))?(I.unshift({node:i,printed:[r(e,[B(e),P(e,t,g),w(e,t,g)],t),O(i)?y:""]}),e.call((e=>L(e)),"callee")):h(i)?(I.unshift({node:i,needsParens:u(e,t),printed:r(e,o(i)?T(e,t,g):k(e,t,g),t)}),e.call((e=>L(e)),"object")):"TSNonNullExpression"===i.type?(I.unshift({node:i,printed:r(e,"!",t)}),e.call((e=>L(e)),"expression")):I.unshift({node:i,printed:g()})}let M=e.getValue();I.unshift({node:M,printed:[B(e),P(e,t,g),w(e,t,g)]}),M.callee&&e.call((e=>L(e)),"callee");let _=[],$=[I[0]],R=1;for(;R<I.length&&("TSNonNullExpression"===I[R].node.type||a(I[R].node)||o(I[R].node)&&I[R].node.computed&&p(I[R].node.property));++R)$.push(I[R]);if(!a(I[0].node))for(;R+1<I.length&&h(I[R].node)&&h(I[R+1].node);++R)$.push(I[R]);_.push($),$=[];let q=!1;for(;R<I.length;++R){if(q&&h(I[R].node)){if(I[R].node.computed&&p(I[R].node.property)){$.push(I[R]);continue}_.push($),$=[],q=!1}(a(I[R].node)||"ImportExpression"===I[R].node.type)&&(q=!0),$.push(I[R]),d(I[R].node,f.Trailing)&&(_.push($),$=[],q=!1)}function U(e){return/^[A-Z]|^[$_]+$/.test(e)}$.length>0&&_.push($);let V=_.length>=2&&!d(_[1][0].node)&&function(e){let r=e[1].length>0&&e[1][0].node.computed;if(1===e[0].length){let i=e[0][0].node;return"ThisExpression"===i.type||"Identifier"===i.type&&(U(i.name)||j&&function(e){return e.length<=t.tabWidth}(i.name)||r)}let n=i(e[0]).node;return o(n)&&"Identifier"===n.property.type&&(U(n.property.name)||r)}(_);function H(e){let t=e.map((e=>e.printed));return e.length>0&&i(e).needsParens?["(",...t,")"]:t}let J=_.map(H),z=J,G=V?3:2,W=_.flat(),X=W.slice(1,-1).some((e=>d(e.node,f.Leading)))||W.slice(0,-1).some((e=>d(e.node,f.Trailing)))||_[G]&&d(_[G][0].node,f.Leading);if(_.length<=G&&!X)return c(e)?z:F(z);let K,Y=i(_[V?1:0]).node,Q=!a(Y)&&O(Y),Z=[H(_[0]),V?_.slice(1,2).map(H):"",Q?y:"",(te=_.slice(V?2:1),0===te.length?"":b(F([y,C(y,te.map(H))])))],ee=I.map((e=>{let{node:t}=e;return t})).filter(a);var te;return K=X||ee.length>2&&ee.some((e=>!e.arguments.every((e=>D(e,0)))))||J.slice(0,-1).some(S)||function(){let e=i(i(_)).node,t=i(J);return a(e)&&S(t)&&ee.slice(0,-1).some((e=>e.arguments.some(l)))}()?F(Z):[S(z)||Q?v:"",A([z,Z])],x("member-chain",K)}}}),zr=d({"src/language-js/print/call-expression.js"(e,t){g();var{builders:{join:r,group:i}}=$(),n=Or(),{getCallArguments:s,hasFlowAnnotationComment:u,isCallExpression:a,isMemberish:o,isStringLiteral:l,isTemplateOnItsOwnLine:c,isTestCall:h,iterateCallArgumentsPath:p}=er(),D=Jr(),d=Vr(),{printOptionalToken:f,printFunctionTypeParameters:m}=qr();t.exports={printCallExpression:function(e,t,E){let g=e.getValue(),C=e.getParentNode(),y="NewExpression"===g.type,F="ImportExpression"===g.type,b=f(e),A=s(g);if(A.length>0&&(!F&&!y&&function(e,t){if("Identifier"!==e.callee.type)return!1;if("require"===e.callee.name)return!0;if("define"===e.callee.name){let r=s(e);return"ExpressionStatement"===t.type&&(1===r.length||2===r.length&&"ArrayExpression"===r[0].type||3===r.length&&l(r[0])&&"ArrayExpression"===r[1].type)}return!1}(g,C)||1===A.length&&c(A[0],t.originalText)||!y&&h(g,C))){let i=[];return p(e,(()=>{i.push(E())})),[y?"new ":"",E("callee"),b,m(e,t,E),"(",r(", ",i),")"]}let v=("babel"===t.parser||"babel-flow"===t.parser)&&g.callee&&"Identifier"===g.callee.type&&u(g.callee.trailingComments);if(v&&(g.callee.trailingComments[0].printed=!0),!F&&!y&&o(g.callee)&&!e.call((e=>n(e,t)),"callee"))return D(e,t,E);let x=[y?"new ":"",F?"import":E("callee"),b,v?`/*:: ${g.callee.trailingComments[0].value.slice(2).trim()} */`:"",m(e,t,E),d(e,t,E)];return F||a(g.callee)?i(x):x}}}}),Gr=d({"src/language-js/print/assignment.js"(e,t){g();var{isNonEmptyArray:r,getStringWidth:i}=oe(),{builders:{line:n,group:s,indent:u,indentIfBreak:a,lineSuffixBoundary:o},utils:{cleanDoc:l,willBreak:c,canBreak:h}}=$(),{hasLeadingOwnLineComment:p,isBinaryish:D,isStringLiteral:d,isLiteral:f,isNumericLiteral:m,isCallExpression:E,isMemberExpression:C,getCallArguments:y,rawText:F,hasComment:b,isSignedNumericLiteral:A,isObjectProperty:v}=er(),{shouldInlineLogicalExpression:x}=_r(),{printCallExpression:S}=zr();function w(e,t,c,f,E,g){let C=function(e,t,n,s,u){let a=e.getValue(),o=a[u];if(!o)return"only-left";let c=!T(o);if(e.match(T,B,(e=>!c||"ExpressionStatement"!==e.type&&"VariableDeclaration"!==e.type)))return c?"ArrowFunctionExpression"===o.type&&"ArrowFunctionExpression"===o.body.type?"chain-tail-arrow-chain":"chain-tail":"chain";if(!c&&T(o.right)||p(t.originalText,o))return"break-after-operator";if("CallExpression"===o.type&&"require"===o.callee.name||"json5"===t.parser||"json"===t.parser)return"never-break-after-operator";if(function(e){if(B(e)){let t=e.left||e.id;return"ObjectPattern"===t.type&&t.properties.length>2&&t.properties.some((e=>v(e)&&(!e.shorthand||e.value&&"AssignmentPattern"===e.value.type)))}return!1}(a)||function(e){let t=function(e){return function(e){return"TSTypeAliasDeclaration"===e.type||"TypeAlias"===e.type}(e)&&e.typeParameters&&e.typeParameters.params?e.typeParameters.params:null}(e);if(r(t)){let r="TSTypeAliasDeclaration"===e.type?"constraint":"bound";if(t.length>1&&t.some((e=>e[r]||e.default)))return!0}return!1}(a)||function(e){if("VariableDeclarator"!==e.type)return!1;let{typeAnnotation:t}=e.id;if(!t||!t.typeAnnotation)return!1;let i=k(t.typeAnnotation);return r(i)&&i.length>1&&i.some((e=>r(k(e))||"TSConditionalType"===e.type))}(a)||P(a)&&h(s))return"break-lhs";let f=function(e,t,r){if(!v(e))return!1;let n=3;return"string"==typeof(t=l(t))&&i(t)<r.tabWidth+n}(a,s,t);return e.call((()=>function(e,t,i,n){let s=e.getValue();if(D(s)&&!x(s))return!0;switch(s.type){case"StringLiteralTypeAnnotation":case"SequenceExpression":return!0;case"ConditionalExpression":{let{test:e}=s;return D(e)&&!x(e)}case"ClassExpression":return r(s.decorators)}if(n)return!1;let u=s,a=[];for(;;)if("UnaryExpression"===u.type)u=u.argument,a.push("argument");else{if("TSNonNullExpression"!==u.type)break;u=u.expression,a.push("expression")}return!(!d(u)&&!e.call((()=>N(e,t,i)),...a))}(e,t,n,f)),u)?"break-after-operator":f||"TemplateLiteral"===o.type||"TaggedTemplateExpression"===o.type||"BooleanLiteral"===o.type||m(o)||"ClassExpression"===o.type?"never-break-after-operator":"fluid"}(e,t,c,f,g),y=c(g,{assignmentLayout:C});switch(C){case"break-after-operator":return s([s(f),E,s(u([n,y]))]);case"never-break-after-operator":return s([s(f),E," ",y]);case"fluid":{let e=Symbol("assignment");return s([s(f),E,s(u(n),{id:e}),o,a(y,{groupId:e})])}case"break-lhs":return s([f,E," ",s(y)]);case"chain":return[s(f),E,n,y];case"chain-tail":return[s(f),E,u([n,y])];case"chain-tail-arrow-chain":return[s(f),E,y];case"only-left":return f}}function T(e){return"AssignmentExpression"===e.type}function B(e){return T(e)||"VariableDeclarator"===e.type}function P(e){return"VariableDeclarator"===e.type&&e.init&&"ArrowFunctionExpression"===e.init.type}function k(e){return function(e){return"TSTypeReference"===e.type||"GenericTypeAnnotation"===e.type}(e)&&e.typeParameters&&e.typeParameters.params?e.typeParameters.params:null}function N(e,t,i){let n=arguments.length>3&&void 0!==arguments[3]&&arguments[3],s=e.getValue(),u=()=>N(e,t,i,!0);if("TSNonNullExpression"===s.type)return e.call(u,"expression");if(E(s)){if("member-chain"===S(e,t,i).label)return!1;let n=y(s);return!(!(0===n.length||1===n.length&&function(e,t){let{printWidth:r}=t;if(b(e))return!1;let i=.25*r;if("ThisExpression"===e.type||"Identifier"===e.type&&e.name.length<=i||A(e)&&!b(e.argument))return!0;let n="Literal"===e.type&&"regex"in e&&e.regex.pattern||"RegExpLiteral"===e.type&&e.pattern;return n?n.length<=i:d(e)?F(e).length<=i:"TemplateLiteral"===e.type?0===e.expressions.length&&e.quasis[0].value.raw.length<=i&&!e.quasis[0].value.raw.includes("\n"):f(e)}(n[0],t))||function(e,t){let i=function(e){return e.typeParameters&&e.typeParameters.params||e.typeArguments&&e.typeArguments.params}(e);if(r(i)){if(i.length>1)return!0;if(1===i.length){let e=i[0];if("TSUnionType"===e.type||"UnionTypeAnnotation"===e.type||"TSIntersectionType"===e.type||"IntersectionTypeAnnotation"===e.type||"TSTypeLiteral"===e.type||"ObjectTypeAnnotation"===e.type)return!0}if(c(t(e.typeParameters?"typeParameters":"typeArguments")))return!0}return!1}(s,i))&&e.call(u,"callee")}return C(s)?e.call(u,"object"):n&&("Identifier"===s.type||"ThisExpression"===s.type)}t.exports={printVariableDeclarator:function(e,t,r){return w(e,t,r,r("id")," =","init")},printAssignmentExpression:function(e,t,r){let i=e.getValue();return w(e,t,r,r("left"),[" ",i.operator],"right")},printAssignment:w,isArrowFunctionVariableDeclarator:P}}}),Wr=d({"src/language-js/print/function-parameters.js"(e,t){g();var{getNextNonSpaceNonCommentCharacter:r}=oe(),{printDanglingComments:i}=Rt(),{builders:{line:n,hardline:s,softline:u,group:a,indent:o,ifBreak:l},utils:{removeLines:c,willBreak:h}}=$(),{getFunctionParameters:p,iterateFunctionParametersPath:D,isSimpleType:d,isTestCall:f,isTypeAnnotationAFunction:m,isObjectType:E,isObjectTypePropertyAFunction:C,hasRestParameter:y,shouldPrintComma:F,hasComment:b,isNextLineEmpty:A}=er(),{locEnd:v}=Nt(),{ArgExpansionBailout:x}=Be(),{printFunctionTypeParameters:S}=qr();function w(e){if(!e)return!1;let t=p(e);if(1!==t.length)return!1;let[r]=t;return!b(r)&&("ObjectPattern"===r.type||"ArrayPattern"===r.type||"Identifier"===r.type&&r.typeAnnotation&&("TypeAnnotation"===r.typeAnnotation.type||"TSTypeAnnotation"===r.typeAnnotation.type)&&E(r.typeAnnotation.typeAnnotation)||"FunctionTypeParam"===r.type&&E(r.typeAnnotation)||"AssignmentPattern"===r.type&&("ObjectPattern"===r.left.type||"ArrayPattern"===r.left.type)&&("Identifier"===r.right.type||"ObjectExpression"===r.right.type&&0===r.right.properties.length||"ArrayExpression"===r.right.type&&0===r.right.elements.length))}t.exports={printFunctionParameters:function(e,t,E,g,b){let T=e.getValue(),B=p(T),P=b?S(e,E,t):"";if(0===B.length)return[P,"(",i(e,E,!0,(e=>")"===r(E.originalText,e,v))),")"];let k=e.getParentNode(),N=f(k),j=w(T),I=[];if(D(e,((e,r)=>{let i=r===B.length-1;i&&T.rest&&I.push("..."),I.push(t()),!i&&(I.push(","),N||j?I.push(" "):A(B[r],E)?I.push(s,s):I.push(n))})),g){if(h(P)||h(I))throw new x;return a([c(P),"(",c(I),")"])}let O=B.every((e=>!e.decorators));return j&&O||N?[P,"(",...I,")"]:(C(k)||m(k)||"TypeAlias"===k.type||"UnionTypeAnnotation"===k.type||"TSUnionType"===k.type||"IntersectionTypeAnnotation"===k.type||"FunctionTypeAnnotation"===k.type&&k.returnType===T)&&1===B.length&&null===B[0].name&&T.this!==B[0]&&B[0].typeAnnotation&&null===T.typeParameters&&d(B[0].typeAnnotation)&&!T.rest?"always"===E.arrowParens?["(",...I,")"]:I:[P,"(",o([u,...I]),l(!y(T)&&F(E,"all")?",":""),u,")"]},shouldHugFunctionParameters:w,shouldGroupFunctionParameters:function(e,t){let r=function(e){let t;return e.returnType?(t=e.returnType,t.typeAnnotation&&(t=t.typeAnnotation)):e.typeAnnotation&&(t=e.typeAnnotation),t}(e);if(!r)return!1;let i=e.typeParameters&&e.typeParameters.params;if(i){if(i.length>1)return!1;if(1===i.length){let e=i[0];if(e.constraint||e.default)return!1}}return 1===p(e).length&&(E(r)||h(t))}}}}),Xr=d({"src/language-js/print/type-annotation.js"(e,t){g();var{printComments:r,printDanglingComments:i}=Rt(),{isNonEmptyArray:n}=oe(),{builders:{group:s,join:u,line:a,softline:o,indent:l,align:c,ifBreak:h}}=$(),p=Or(),{locStart:D}=Nt(),{isSimpleType:d,isObjectType:f,hasLeadingOwnLineComment:m,isObjectTypePropertyAFunction:E,shouldPrintComma:C}=er(),{printAssignment:y}=Gr(),{printFunctionParameters:F,shouldGroupFunctionParameters:b}=Wr(),{printArrayItems:A}=Ur();function v(e){if(d(e)||f(e))return!0;if("UnionTypeAnnotation"===e.type||"TSUnionType"===e.type){let t=e.types.filter((e=>"VoidTypeAnnotation"===e.type||"TSVoidKeyword"===e.type||"NullLiteralTypeAnnotation"===e.type||"TSNullKeyword"===e.type)).length,r=e.types.some((e=>"ObjectTypeAnnotation"===e.type||"TSTypeLiteral"===e.type||"GenericTypeAnnotation"===e.type||"TSTypeReference"===e.type));if(e.types.length-1===t&&r)return!0}return!1}t.exports={printOpaqueType:function(e,t,r){let i=t.semi?";":"",n=e.getValue(),s=[];return s.push("opaque type ",r("id"),r("typeParameters")),n.supertype&&s.push(": ",r("supertype")),n.impltype&&s.push(" = ",r("impltype")),s.push(i),s},printTypeAlias:function(e,t,r){let i=t.semi?";":"",n=e.getValue(),s=[];return n.declare&&s.push("declare "),s.push("type ",r("id"),r("typeParameters")),[y(e,t,r,s," =","TSTypeAliasDeclaration"===n.type?"typeAnnotation":"right"),i]},printIntersectionType:function(e,t,r){let i=e.getValue(),n=e.map(r,"types"),u=[],o=!1;for(let e=0;e<n.length;++e)0===e?u.push(n[e]):f(i.types[e-1])&&f(i.types[e])?u.push([" & ",o?l(n[e]):n[e]]):f(i.types[e-1])||f(i.types[e])?(e>1&&(o=!0),u.push(" & ",e>1?l(n[e]):n[e])):u.push(l([" &",a,n[e]]));return s(u)},printUnionType:function(e,t,i){let n=e.getValue(),D=e.getParentNode(),d=!("TypeParameterInstantiation"===D.type||"TSTypeParameterInstantiation"===D.type||"GenericTypeAnnotation"===D.type||"TSTypeReference"===D.type||"TSTypeAssertion"===D.type||"TupleTypeAnnotation"===D.type||"TSTupleType"===D.type||"FunctionTypeParam"===D.type&&!D.name&&e.getParentNode(1).this!==D||("TypeAlias"===D.type||"VariableDeclarator"===D.type||"TSTypeAliasDeclaration"===D.type)&&m(t.originalText,n)),f=v(n),E=e.map((e=>{let n=i();return f||(n=c(2,n)),r(e,n,t)}),"types");if(f)return u(" | ",E);let g=d&&!m(t.originalText,n),C=[h([g?a:"","| "]),u([a,"| "],E)];return p(e,t)?s([l(C),o]):s("TupleTypeAnnotation"===D.type&&D.types.length>1||"TSTupleType"===D.type&&D.elementTypes.length>1?[l([h(["(",o]),C]),o,h(")")]:d?l(C):C)},printFunctionType:function(e,t,r){let i=e.getValue(),n=[],u=e.getParentNode(0),a=e.getParentNode(1),o=e.getParentNode(2),l="TSFunctionType"===i.type||!(("ObjectTypeProperty"===u.type||"ObjectTypeInternalSlot"===u.type)&&!u.variance&&!u.optional&&D(u)===D(i)||"ObjectTypeCallProperty"===u.type||o&&"DeclareFunction"===o.type),c=l&&("TypeAnnotation"===u.type||"TSTypeAnnotation"===u.type),h=c&&l&&("TypeAnnotation"===u.type||"TSTypeAnnotation"===u.type)&&"ArrowFunctionExpression"===a.type;E(u)&&(l=!0,c=!0),h&&n.push("(");let p=F(e,r,t,!1,!0),d=i.returnType||i.predicate||i.typeAnnotation?[l?" => ":": ",r("returnType"),r("predicate"),r("typeAnnotation")]:"",f=b(i,d);return n.push(f?s(p):p),d&&n.push(d),h&&n.push(")"),s(n)},printTupleType:function(e,t,r){let u=e.getValue(),a="TSTupleType"===u.type?"elementTypes":"types",c=n(u[a]),p=c?o:"";return s(["[",l([p,A(e,t,a,r)]),h(c&&C(t,"all")?",":""),i(e,t,!0),p,"]"])},printIndexedAccessType:function(e,t,r){let i=e.getValue(),n="OptionalIndexedAccessType"===i.type&&i.optional?"?.[":"[";return[r("objectType"),n,r("indexType"),"]"]},shouldHugType:v,printJSDocType:function(e,t,r){let i=e.getValue();return[i.postfix?"":r,t("typeAnnotation"),i.postfix?r:""]}}}}),Kr=d({"src/language-js/print/type-parameters.js"(e,t){g();var{printDanglingComments:r}=Rt(),{builders:{join:i,line:n,hardline:s,softline:u,group:a,indent:o,ifBreak:l}}=$(),{isTestCall:c,hasComment:h,CommentCheckFlags:p,isTSXFile:D,shouldPrintComma:d,getFunctionParameters:f,isObjectType:m,getTypeScriptMappedTypeModifier:E}=er(),{createGroupIdMapper:C}=oe(),{shouldHugType:y}=Xr(),{isArrowFunctionVariableDeclarator:F}=Gr(),b=C("typeParameters");function A(e,t){let i=e.getValue();if(!h(i,p.Dangling))return"";let n=!h(i,p.Line),u=r(e,t,n);return n?u:[u,s]}t.exports={printTypeParameter:function(e,t,r){let i=e.getValue(),n=["TSTypeParameter"===i.type&&i.const?"const ":""],s=e.getParentNode();return"TSMappedType"===s.type?(s.readonly&&n.push(E(s.readonly,"readonly")," "),n.push("[",r("name")),i.constraint&&n.push(" in ",r("constraint")),s.nameType&&n.push(" as ",e.callParent((()=>r("nameType")))),n.push("]"),n):(i.variance&&n.push(r("variance")),i.in&&n.push("in "),i.out&&n.push("out "),n.push(r("name")),i.bound&&n.push(": ",r("bound")),i.constraint&&n.push(" extends ",r("constraint")),i.default&&n.push(" = ",r("default")),n)},printTypeParameters:function(e,t,r,s){let h=e.getValue();if(!h[s])return"";if(!Array.isArray(h[s]))return r(s);let p=e.getNode(2),E=p&&c(p),g=e.match((e=>!(1===e[s].length&&m(e[s][0]))),void 0,((e,t)=>"typeAnnotation"===t),(e=>"Identifier"===e.type),F);if(0===h[s].length||!g&&(E||1===h[s].length&&("NullableTypeAnnotation"===h[s][0].type||y(h[s][0]))))return["<",i(", ",e.map(r,s)),A(e,t),">"];let C="TSTypeParameterInstantiation"===h.type?"":1===f(h).length&&D(t)&&!h[s][0].constraint&&"ArrowFunctionExpression"===e.getParentNode().type?",":d(t,"all")?l(","):"";return a(["<",o([u,i([",",n],e.map(r,s))]),C,u,">"],{id:b(h)})},getTypeParametersGroupId:b}}}),Yr=d({"src/language-js/print/property.js"(e,t){g();var{printComments:r}=Rt(),{printString:i,printNumber:n}=oe(),{isNumericLiteral:s,isSimpleNumber:u,isStringLiteral:a,isStringPropSafeToUnquote:o,rawText:l}=er(),{printAssignment:c}=Gr(),h=new WeakMap;function p(e,t,c){let p=e.getNode();if(p.computed)return["[",c("key"),"]"];let D=e.getParentNode(),{key:d}=p;if("consistent"===t.quoteProps&&!h.has(D)){let e=(D.properties||D.body||D.members).some((e=>!e.computed&&e.key&&a(e.key)&&!o(e,t)));h.set(D,e)}if(("Identifier"===d.type||s(d)&&u(n(l(d)))&&String(d.value)===n(l(d))&&"typescript"!==t.parser&&"babel-ts"!==t.parser)&&("json"===t.parser||"consistent"===t.quoteProps&&h.get(D))){let n=i(JSON.stringify("Identifier"===d.type?d.name:d.value.toString()),t);return e.call((e=>r(e,n,t)),"key")}return o(p,t)&&("as-needed"===t.quoteProps||"consistent"===t.quoteProps&&!h.get(D))?e.call((e=>r(e,/^\d/.test(d.value)?n(d.value):d.value,t)),"key"):c("key")}t.exports={printProperty:function(e,t,r){return e.getValue().shorthand?r("value"):c(e,t,r,p(e,t,r),":","value")},printPropertyKey:p}}}),Qr=d({"src/language-js/print/function.js"(e,t){g();var r=$t(),{printDanglingComments:i,printCommentsSeparately:n}=Rt(),s=v(),{getNextNonSpaceNonCommentCharacterIndex:u}=oe(),{builders:{line:a,softline:o,group:l,indent:c,ifBreak:h,hardline:p,join:D,indentIfBreak:d},utils:{removeLines:f,willBreak:m}}=$(),{ArgExpansionBailout:E}=Be(),{getFunctionParameters:C,hasLeadingOwnLineComment:y,isFlowAnnotationComment:F,isJsxNode:b,isTemplateOnItsOwnLine:A,shouldPrintComma:x,startsWithNoLookaheadToken:S,isBinaryish:w,isLineComment:T,hasComment:B,getComments:P,CommentCheckFlags:k,isCallLikeExpression:N,isCallExpression:j,getCallArguments:I,hasNakedLeftSide:O,getLeftSide:L}=er(),{locEnd:M}=Nt(),{printFunctionParameters:_,shouldGroupFunctionParameters:R}=Wr(),{printPropertyKey:q}=Yr(),{printFunctionTypeParameters:U}=qr();function V(e,t,r){let i=e.getNode(),n=_(e,r,t),s=J(e,r,t),u=R(i,s),a=[U(e,t,r),l([u?l(n):n,s])];return i.body?a.push(" ",r("body")):a.push(t.semi?";":""),a}function H(e,t){return"always"!==t.arrowParens&&"avoid"===t.arrowParens&&function(e){let t=C(e);return!(1!==t.length||e.typeParameters||B(e,k.Dangling)||"Identifier"!==t[0].type||t[0].typeAnnotation||B(t[0])||t[0].optional||e.predicate||e.returnType)}(e.getValue())}function J(e,t,r){let i=e.getValue(),n=t("returnType");if(i.returnType&&F(r.originalText,i.returnType))return[" /*: ",n," */"];let s=[n];return i.returnType&&i.returnType.typeAnnotation&&s.unshift(": "),i.predicate&&s.push(i.returnType?" ":": ",t("predicate")),s}function z(e,t,r){let n=e.getValue(),u=t.semi?";":"",a=[];n.argument&&(function(e,t){if(y(e.originalText,t))return!0;if(O(t)){let r,i=t;for(;r=L(i);)if(i=r,y(e.originalText,i))return!0}return!1}(t,n.argument)?a.push([" (",c([p,r("argument")]),p,")"]):w(n.argument)||"SequenceExpression"===n.argument.type?a.push(l([h(" ("," "),c([o,r("argument")]),o,h(")")])):a.push(" ",r("argument")));let D=P(n),d=s(D),f=d&&T(d);return f&&a.push(u),B(n,k.Dangling)&&a.push(" ",i(e,t,!0)),f||a.push(u),a}t.exports={printFunction:function(e,t,r,i){let n=e.getValue(),s=!1;if(("FunctionDeclaration"===n.type||"FunctionExpression"===n.type)&&i&&i.expandLastArg){let t=e.getParentNode();j(t)&&I(t).length>1&&(s=!0)}let u=[];"TSDeclareFunction"===n.type&&n.declare&&u.push("declare "),n.async&&u.push("async "),u.push(n.generator?"function* ":"function "),n.id&&u.push(t("id"));let a=_(e,t,r,s),o=J(e,t,r),c=R(n,o);return u.push(U(e,r,t),l([c?l(a):a,o]),n.body?" ":"",t("body")),r.semi&&(n.declare||!n.body)&&u.push(";"),u},printArrowFunction:function(e,t,r,s){let p=e.getValue(),g=[],F=[],v=!1;if(function a(){let o=function(e,t,r,n){let s=[];if(e.getValue().async&&s.push("async "),H(e,t))s.push(r(["params",0]));else{let i=n&&(n.expandLastArg||n.expandFirstArg),u=J(e,r,t);if(i){if(m(u))throw new E;u=l(f(u))}s.push(l([_(e,r,t,i,!0),u]))}let a=i(e,t,!0,(e=>{let r=u(t.originalText,e,M);return!1!==r&&"=>"===t.originalText.slice(r,r+2)}));return a&&s.push(" ",a),s}(e,t,r,s);if(0===g.length)g.push(o);else{let{leading:r,trailing:i}=n(e,t);g.push([r,o]),F.unshift(i)}v=v||p.returnType&&C(p).length>0||p.typeParameters||C(p).some((e=>"Identifier"!==e.type)),"ArrowFunctionExpression"!==p.body.type||s&&s.expandLastArg?F.unshift(r("body",s)):(p=p.body,e.call(a,"body"))}(),g.length>1)return function(e,t,r,i,n,s){let u=e.getName(),p=e.getParentNode(),f=N(p)&&"callee"===u,m=Boolean(t&&t.assignmentLayout),E="BlockStatement"!==s.body.type&&"ObjectExpression"!==s.body.type&&"SequenceExpression"!==s.body.type,g=f&&E||t&&"chain-tail-arrow-chain"===t.assignmentLayout,C=Symbol("arrow-chain");return"SequenceExpression"===s.body.type&&(n=l(["(",c([o,n]),o,")"])),l([l(c([f||m?o:"",l(D([" =>",a],r),{shouldBreak:i})]),{id:C,shouldBreak:g})," =>",d(E?c([a,n]):[" ",n],{groupId:C}),f?h(o,"",{groupId:C}):""])}(e,s,g,v,F,p);let w=g;if(w.push(" =>"),!y(t.originalText,p.body)&&("ArrayExpression"===p.body.type||"ObjectExpression"===p.body.type||"BlockStatement"===p.body.type||b(p.body)||A(p.body,t.originalText)||"ArrowFunctionExpression"===p.body.type||"DoExpression"===p.body.type))return l([...w," ",F]);if("SequenceExpression"===p.body.type)return l([...w,l([" (",c([o,F]),o,")"])]);let T=(s&&s.expandLastArg||"JSXExpressionContainer"===e.getParentNode().type)&&!B(p),P=s&&s.expandLastArg&&x(t,"all"),k="ConditionalExpression"===p.body.type&&!S(p.body,(e=>"ObjectExpression"===e.type));return l([...w,l([c([a,k?h("","("):"",F,k?h("",")"):""]),T?[h(P?",":""),o]:""])])},printMethod:function(e,t,i){let n=e.getNode(),{kind:s}=n,u=n.value||n,a=[];return s&&"init"!==s&&"method"!==s&&"constructor"!==s?(r.ok("get"===s||"set"===s),a.push(s," ")):u.async&&a.push("async "),u.generator&&a.push("*"),a.push(q(e,t,i),n.optional||n.key.optional?"?":""),a.push(n===u?V(e,t,i):"FunctionExpression"===u.type?e.call((e=>V(e,t,i)),"value"):i("value")),a},printReturnStatement:function(e,t,r){return["return",z(e,t,r)]},printThrowStatement:function(e,t,r){return["throw",z(e,t,r)]},printMethodInternal:V,shouldPrintParamsWithoutParens:H}}}),Zr=d({"src/language-js/print/decorators.js"(e,t){g();var{isNonEmptyArray:r,hasNewline:i}=oe(),{builders:{line:n,hardline:s,join:u,breakParent:a,group:o}}=$(),{locStart:l,locEnd:c}=Nt(),{getParentExportDeclaration:h}=er();function p(e,t){return e.decorators.some((e=>i(t.originalText,c(e))))}function D(e){if("ExportDefaultDeclaration"!==e.type&&"ExportNamedDeclaration"!==e.type&&"DeclareExportDeclaration"!==e.type)return!1;let t=e.declaration&&e.declaration.decorators;return r(t)&&l(e)===l(t[0])}t.exports={printDecorators:function(e,t,i){let o=e.getValue(),{decorators:l}=o;if(!r(l)||D(e.getParentNode()))return;let c="ClassExpression"===o.type||"ClassDeclaration"===o.type||p(o,t);return[h(e)?s:c?a:"",u(n,e.map(i,"decorators")),n]},printClassMemberDecorators:function(e,t,r){let i=e.getValue();return o([u(n,e.map(r,"decorators")),p(i,t)?s:n])},printDecoratorsBeforeExport:function(e,t,r){return[u(s,e.map(r,"declaration","decorators")),s]},hasDecoratorsBeforeExport:D}}}),ei=d({"src/language-js/print/class.js"(e,t){g();var{isNonEmptyArray:r,createGroupIdMapper:i}=oe(),{printComments:n,printDanglingComments:s}=Rt(),{builders:{join:u,line:a,hardline:o,softline:l,group:c,indent:h,ifBreak:p}}=$(),{hasComment:D,CommentCheckFlags:d}=er(),{getTypeParametersGroupId:f}=Kr(),{printMethod:m}=Qr(),{printOptionalToken:E,printTypeAnnotation:C,printDefiniteToken:y}=qr(),{printPropertyKey:F}=Yr(),{printAssignment:b}=Gr(),{printClassMemberDecorators:A}=Zr();var v=i("heritageGroup");function x(e){return e.typeParameters&&!D(e.typeParameters,d.Trailing|d.Line)&&!function(e){return["superClass","extends","mixins","implements"].filter((t=>Boolean(e[t]))).length>1}(e)}function S(e,t,i,n){let l=e.getValue();if(!r(l[n]))return"";let D=s(e,t,!0,(e=>{let{marker:t}=e;return t===n}));return[x(l)?p(" ",a,{groupId:f(l.typeParameters)}):a,D,D&&o,n,c(h([a,u([",",a],e.map(i,n))]))]}function w(e,t,r){let i=r("superClass");return"AssignmentExpression"===e.getParentNode().type?c(p(["(",h([l,i]),l,")"],i)):i}t.exports={printClass:function(e,t,i){let s=e.getValue(),u=[];s.declare&&u.push("declare "),s.abstract&&u.push("abstract "),u.push("class");let o=s.id&&D(s.id,d.Trailing)||s.typeParameters&&D(s.typeParameters,d.Trailing)||s.superClass&&D(s.superClass)||r(s.extends)||r(s.mixins)||r(s.implements),l=[],p=[];if(s.id&&l.push(" ",i("id")),l.push(i("typeParameters")),s.superClass){let r=[w(e,0,i),i("superTypeParameters")],s=e.call((e=>["extends ",n(e,r,t)]),"superClass");o?p.push(a,c(s)):p.push(" ",s)}else p.push(S(e,t,i,"extends"));if(p.push(S(e,t,i,"mixins"),S(e,t,i,"implements")),o){let e;e=x(s)?[...l,h(p)]:h([...l,p]),u.push(c(e,{id:v(s)}))}else u.push(...l,...p);return u.push(" ",i("body")),u},printClassMethod:function(e,t,i){let n=e.getValue(),s=[];return r(n.decorators)&&s.push(A(e,t,i)),n.accessibility&&s.push(n.accessibility+" "),n.readonly&&s.push("readonly "),n.declare&&s.push("declare "),n.static&&s.push("static "),("TSAbstractMethodDefinition"===n.type||n.abstract)&&s.push("abstract "),n.override&&s.push("override "),s.push(m(e,t,i)),s},printClassProperty:function(e,t,i){let n=e.getValue(),s=[],u=t.semi?";":"";return r(n.decorators)&&s.push(A(e,t,i)),n.accessibility&&s.push(n.accessibility+" "),n.declare&&s.push("declare "),n.static&&s.push("static "),("TSAbstractPropertyDefinition"===n.type||"TSAbstractAccessorProperty"===n.type||n.abstract)&&s.push("abstract "),n.override&&s.push("override "),n.readonly&&s.push("readonly "),n.variance&&s.push(i("variance")),("ClassAccessorProperty"===n.type||"AccessorProperty"===n.type||"TSAbstractAccessorProperty"===n.type)&&s.push("accessor "),s.push(F(e,t,i),E(e),y(e),C(e,t,i)),[b(e,t,i,s," =","value"),u]},printHardlineAfterHeritage:function(e){return p(o,"",{groupId:v(e)})}}}}),ti=d({"src/language-js/print/interface.js"(e,t){g();var{isNonEmptyArray:r}=oe(),{builders:{join:i,line:n,group:s,indent:u,ifBreak:a}}=$(),{hasComment:o,identity:l,CommentCheckFlags:c}=er(),{getTypeParametersGroupId:h}=Kr(),{printTypeScriptModifiers:p}=qr();t.exports={printInterface:function(e,t,D){let d=e.getValue(),f=[];d.declare&&f.push("declare "),"TSInterfaceDeclaration"===d.type&&f.push(d.abstract?"abstract ":"",p(e,t,D)),f.push("interface");let m=[],E=[];"InterfaceTypeAnnotation"!==d.type&&m.push(" ",D("id"),D("typeParameters"));let g=d.typeParameters&&!o(d.typeParameters,c.Trailing|c.Line);return r(d.extends)&&E.push(g?a(" ",n,{groupId:h(d.typeParameters)}):n,"extends ",(1===d.extends.length?l:u)(i([",",n],e.map(D,"extends")))),d.id&&o(d.id,c.Trailing)||r(d.extends)?f.push(s(g?[...m,u(E)]:u([...m,...E]))):f.push(...m,...E),f.push(" ",D("body")),s(f)}}}}),ri=d({"src/language-js/print/module.js"(e,t){g();var{isNonEmptyArray:r}=oe(),{builders:{softline:i,group:n,indent:s,join:u,line:a,ifBreak:o,hardline:l}}=$(),{printDanglingComments:c}=Rt(),{hasComment:h,CommentCheckFlags:p,shouldPrintComma:D,needsHardlineAfterDanglingComment:d,isStringLiteral:f,rawText:m}=er(),{locStart:E,hasSameLoc:C}=Nt(),{hasDecoratorsBeforeExport:y,printDecoratorsBeforeExport:F}=Zr();function b(e,t,r){let i=e.getValue();if(!i.source)return"";let n=[];return v(i,t)||n.push(" from"),n.push(" ",r("source")),n}function A(e,t,l){let c=e.getValue();if(v(c,t))return"";let p=[" "];if(r(c.specifiers)){let r=[],d=[];e.each((()=>{let t=e.getValue().type;if("ExportNamespaceSpecifier"===t||"ExportDefaultSpecifier"===t||"ImportNamespaceSpecifier"===t||"ImportDefaultSpecifier"===t)r.push(l());else{if("ExportSpecifier"!==t&&"ImportSpecifier"!==t)throw new Error(`Unknown specifier type ${JSON.stringify(t)}`);d.push(l())}}),"specifiers"),p.push(u(", ",r)),d.length>0&&(r.length>0&&p.push(", "),d.length>1||r.length>0||c.specifiers.some((e=>h(e)))?p.push(n(["{",s([t.bracketSpacing?a:i,u([",",a],d)]),o(D(t)?",":""),t.bracketSpacing?a:i,"}"])):p.push(["{",t.bracketSpacing?" ":"",...d,t.bracketSpacing?" ":"","}"]))}else p.push("{}");return p}function v(e,t){let{type:i,importKind:n,source:s,specifiers:u}=e;return"ImportDeclaration"===i&&!r(u)&&"type"!==n&&!/{\s*}/.test(t.originalText.slice(E(e),E(s)))}function x(e,t,i){let n=e.getNode();return r(n.assertions)?[" assert {",t.bracketSpacing?" ":"",u(", ",e.map(i,"assertions")),t.bracketSpacing?" ":"","}"]:""}t.exports={printImportDeclaration:function(e,t,r){let i=e.getValue(),n=t.semi?";":"",s=[],{importKind:u}=i;return s.push("import"),u&&"value"!==u&&s.push(" ",u),s.push(A(e,t,r),b(e,t,r),x(e,t,r),n),s},printExportDeclaration:function(e,t,r){let i=e.getValue(),n=[];y(i)&&n.push(F(e,t,r));let{type:s,exportKind:u,declaration:a}=i;return n.push("export"),(i.default||"ExportDefaultDeclaration"===s)&&n.push(" default"),h(i,p.Dangling)&&(n.push(" ",c(e,t,!0)),d(i)&&n.push(l)),a?n.push(" ",r("declaration")):n.push("type"===u?" type":"",A(e,t,r),b(e,t,r),x(e,t,r)),function(e,t){if(!t.semi)return!1;let{type:r,declaration:i}=e,n=e.default||"ExportDefaultDeclaration"===r;if(!i)return!0;let{type:s}=i;return!(!n||"ClassDeclaration"===s||"FunctionDeclaration"===s||"TSInterfaceDeclaration"===s||"DeclareClass"===s||"DeclareFunction"===s||"TSDeclareFunction"===s||"EnumDeclaration"===s)}(i,t)&&n.push(";"),n},printExportAllDeclaration:function(e,t,r){let i=e.getValue(),n=t.semi?";":"",s=[],{exportKind:u,exported:a}=i;return s.push("export"),"type"===u&&s.push(" type"),s.push(" *"),a&&s.push(" as ",r("exported")),s.push(b(e,t,r),x(e,t,r),n),s},printModuleSpecifier:function(e,t,r){let i=e.getNode(),{type:n}=i,s=[],u="ImportSpecifier"===n?i.importKind:i.exportKind;u&&"value"!==u&&s.push(u," ");let a=n.startsWith("Import"),o=a?"imported":"local",l=a?"local":"exported",c=i[l],h="",p="";return"ExportNamespaceSpecifier"===n||"ImportNamespaceSpecifier"===n?h="*":i[o]&&(h=r(o)),c&&!function(e){if("ImportSpecifier"!==e.type&&"ExportSpecifier"!==e.type)return!1;let{local:t,["ImportSpecifier"===e.type?"imported":"exported"]:r}=e;return!(t.type!==r.type||!C(t,r))&&(f(t)?t.value===r.value&&m(t)===m(r):"Identifier"===t.type&&t.name===r.name)}(i)&&(p=r(l)),s.push(h,h&&p?" as ":"",p),s}}}}),ii=d({"src/language-js/print/object.js"(e,t){g();var{printDanglingComments:r}=Rt(),{builders:{line:i,softline:n,group:s,indent:u,ifBreak:a,hardline:o}}=$(),{getLast:l,hasNewlineInRange:c,hasNewline:h,isNonEmptyArray:p}=oe(),{shouldPrintComma:D,hasComment:d,getComments:f,CommentCheckFlags:m,isNextLineEmpty:E}=er(),{locStart:C,locEnd:y}=Nt(),{printOptionalToken:F,printTypeAnnotation:b}=qr(),{shouldHugFunctionParameters:A}=Wr(),{shouldHugType:v}=Xr(),{printHardlineAfterHeritage:x}=ei();t.exports={printObject:function(e,t,g){let S,w=t.semi?";":"",T=e.getValue();S="TSTypeLiteral"===T.type?"members":"TSInterfaceBody"===T.type?"body":"properties";let B="ObjectTypeAnnotation"===T.type,P=[S];B&&P.push("indexers","callProperties","internalSlots");let k=P.map((e=>T[e][0])).sort(((e,t)=>C(e)-C(t)))[0],N=e.getParentNode(0),j=B&&N&&("InterfaceDeclaration"===N.type||"DeclareInterface"===N.type||"DeclareClass"===N.type)&&"body"===e.getName(),I="TSInterfaceBody"===T.type||j||"ObjectPattern"===T.type&&"FunctionDeclaration"!==N.type&&"FunctionExpression"!==N.type&&"ArrowFunctionExpression"!==N.type&&"ObjectMethod"!==N.type&&"ClassMethod"!==N.type&&"ClassPrivateMethod"!==N.type&&"AssignmentPattern"!==N.type&&"CatchClause"!==N.type&&T.properties.some((e=>e.value&&("ObjectPattern"===e.value.type||"ArrayPattern"===e.value.type)))||"ObjectPattern"!==T.type&&k&&c(t.originalText,C(T),C(k)),O=j?";":"TSInterfaceBody"===T.type||"TSTypeLiteral"===T.type?a(w,";"):",",L="RecordExpression"===T.type?"#{":T.exact?"{|":"{",M=T.exact?"|}":"}",_=[];for(let t of P)e.each((e=>{let t=e.getValue();_.push({node:t,printed:g(),loc:C(t)})}),t);P.length>1&&_.sort(((e,t)=>e.loc-t.loc));let $=[],R=_.map((e=>{let r=[...$,s(e.printed)];return $=[O,i],("TSPropertySignature"===e.node.type||"TSMethodSignature"===e.node.type||"TSConstructSignatureDeclaration"===e.node.type)&&d(e.node,m.PrettierIgnore)&&$.shift(),E(e.node,t)&&$.push(o),r}));if(T.inexact){let n;if(d(T,m.Dangling)){let s=d(T,m.Line);n=[r(e,t,!0),s||h(t.originalText,y(l(f(T))))?o:i,"..."]}else n=["..."];R.push([...$,...n])}let q,U=l(T[S]),V=!(T.inexact||U&&"RestElement"===U.type||U&&("TSPropertySignature"===U.type||"TSCallSignatureDeclaration"===U.type||"TSMethodSignature"===U.type||"TSConstructSignatureDeclaration"===U.type)&&d(U,m.PrettierIgnore));if(0===R.length){if(!d(T,m.Dangling))return[L,M,b(e,t,g)];q=s([L,r(e,t),n,M,F(e),b(e,t,g)])}else q=[j&&p(T.properties)?x(N):"",L,u([t.bracketSpacing?i:n,...R]),a(V&&(","!==O||D(t))?O:""),t.bracketSpacing?i:n,M,F(e),b(e,t,g)];return e.match((e=>"ObjectPattern"===e.type&&!e.decorators),((e,t,r)=>A(e)&&("params"===t||"parameters"===t||"this"===t||"rest"===t)&&0===r))||e.match(v,((e,t)=>"typeAnnotation"===t),((e,t)=>"typeAnnotation"===t),((e,t,r)=>A(e)&&("params"===t||"parameters"===t||"this"===t||"rest"===t)&&0===r))||!I&&e.match((e=>"ObjectPattern"===e.type),(e=>"AssignmentExpression"===e.type||"VariableDeclarator"===e.type))?q:s(q,{shouldBreak:I})}}}}),ni=d({"src/language-js/print/flow.js"(e,t){g();var r=$t(),{printDanglingComments:i}=Rt(),{printString:n,printNumber:s}=oe(),{builders:{hardline:u,softline:a,group:o,indent:l}}=$(),{getParentExportDeclaration:c,isFunctionNotation:h,isGetterOrSetter:p,rawText:D,shouldPrintComma:d}=er(),{locStart:f,locEnd:m}=Nt(),{replaceTextEndOfLine:E}=L(),{printClass:C}=ei(),{printOpaqueType:y,printTypeAlias:F,printIntersectionType:b,printUnionType:A,printFunctionType:v,printTupleType:x,printIndexedAccessType:S}=Xr(),{printInterface:w}=ti(),{printTypeParameter:T,printTypeParameters:B}=Kr(),{printExportDeclaration:P,printExportAllDeclaration:k}=ri(),{printArrayItems:N}=Ur(),{printObject:j}=ii(),{printPropertyKey:I}=Yr(),{printOptionalToken:O,printTypeAnnotation:M,printRestSpread:_}=qr();function R(e,t){let i=c(e);return i?(r.strictEqual(i.type,"DeclareExportDeclaration"),t):["declare ",t]}t.exports={printFlow:function(e,t,c){let g=e.getValue(),L=t.semi?";":"",$=[];switch(g.type){case"DeclareClass":return R(e,C(e,t,c));case"DeclareFunction":return R(e,["function ",c("id"),g.predicate?" ":"",c("predicate"),L]);case"DeclareModule":return R(e,["module ",c("id")," ",c("body")]);case"DeclareModuleExports":return R(e,["module.exports",": ",c("typeAnnotation"),L]);case"DeclareVariable":return R(e,["var ",c("id"),L]);case"DeclareOpaqueType":return R(e,y(e,t,c));case"DeclareInterface":return R(e,w(e,t,c));case"DeclareTypeAlias":return R(e,F(e,t,c));case"DeclareExportDeclaration":return R(e,P(e,t,c));case"DeclareExportAllDeclaration":return R(e,k(e,t,c));case"OpaqueType":return y(e,t,c);case"TypeAlias":return F(e,t,c);case"IntersectionTypeAnnotation":return b(e,t,c);case"UnionTypeAnnotation":return A(e,t,c);case"FunctionTypeAnnotation":return v(e,t,c);case"TupleTypeAnnotation":return x(e,t,c);case"GenericTypeAnnotation":return[c("id"),B(e,t,c,"typeParameters")];case"IndexedAccessType":case"OptionalIndexedAccessType":return S(e,t,c);case"TypeAnnotation":return c("typeAnnotation");case"TypeParameter":return T(e,t,c);case"TypeofTypeAnnotation":return["typeof ",c("argument")];case"ExistsTypeAnnotation":return"*";case"EmptyTypeAnnotation":return"empty";case"MixedTypeAnnotation":return"mixed";case"ArrayTypeAnnotation":return[c("elementType"),"[]"];case"BooleanLiteralTypeAnnotation":return String(g.value);case"EnumDeclaration":return["enum ",c("id")," ",c("body")];case"EnumBooleanBody":case"EnumNumberBody":case"EnumStringBody":case"EnumSymbolBody":if("EnumSymbolBody"===g.type||g.explicitType){let e=null;switch(g.type){case"EnumBooleanBody":e="boolean";break;case"EnumNumberBody":e="number";break;case"EnumStringBody":e="string";break;case"EnumSymbolBody":e="symbol"}$.push("of ",e," ")}if(0!==g.members.length||g.hasUnknownMembers){let r=g.members.length>0?[u,N(e,t,"members",c),g.hasUnknownMembers||d(t)?",":""]:[];$.push(o(["{",l([...r,...g.hasUnknownMembers?[u,"..."]:[]]),i(e,t,!0),u,"}"]))}else $.push(o(["{",i(e,t),a,"}"]));return $;case"EnumBooleanMember":case"EnumNumberMember":case"EnumStringMember":return[c("id")," = ","object"==typeof g.init?c("init"):String(g.init)];case"EnumDefaultedMember":return c("id");case"FunctionTypeParam":{let t=g.name?c("name"):e.getParentNode().this===g?"this":"";return[t,O(e),t?": ":"",c("typeAnnotation")]}case"InterfaceDeclaration":case"InterfaceTypeAnnotation":return w(e,t,c);case"ClassImplements":case"InterfaceExtends":return[c("id"),c("typeParameters")];case"NullableTypeAnnotation":return["?",c("typeAnnotation")];case"Variance":{let{kind:e}=g;return r.ok("plus"===e||"minus"===e),"plus"===e?"+":"-"}case"ObjectTypeCallProperty":return g.static&&$.push("static "),$.push(c("value")),$;case"ObjectTypeIndexer":return[g.static?"static ":"",g.variance?c("variance"):"","[",c("id"),g.id?": ":"",c("key"),"]: ",c("value")];case"ObjectTypeProperty":{let r="";return g.proto?r="proto ":g.static&&(r="static "),[r,p(g)?g.kind+" ":"",g.variance?c("variance"):"",I(e,t,c),O(e),h(g)?"":": ",c("value")]}case"ObjectTypeAnnotation":return j(e,t,c);case"ObjectTypeInternalSlot":return[g.static?"static ":"","[[",c("id"),"]]",O(e),g.method?"":": ",c("value")];case"ObjectTypeSpreadProperty":return _(e,t,c);case"QualifiedTypeofIdentifier":case"QualifiedTypeIdentifier":return[c("qualification"),".",c("id")];case"StringLiteralTypeAnnotation":return E(n(D(g),t));case"NumberLiteralTypeAnnotation":r.strictEqual(typeof g.value,"number");case"BigIntLiteralTypeAnnotation":return s(g.extra?g.extra.raw:g.raw);case"TypeCastExpression":return["(",c("expression"),M(e,t,c),")"];case"TypeParameterDeclaration":case"TypeParameterInstantiation":{let r=B(e,t,c,"params");if("flow"===t.parser){let e=f(g),i=m(g),n=t.originalText.lastIndexOf("/*",e),s=t.originalText.indexOf("*/",i);if(-1!==n&&-1!==s){let e=t.originalText.slice(n+2,s).trim();if(e.startsWith("::")&&!e.includes("/*")&&!e.includes("*/"))return["/*:: ",r," */"]}}return r}case"InferredPredicate":return"%checks";case"DeclaredPredicate":return["%checks(",c("value"),")"];case"AnyTypeAnnotation":return"any";case"BooleanTypeAnnotation":return"boolean";case"BigIntTypeAnnotation":return"bigint";case"NullLiteralTypeAnnotation":return"null";case"NumberTypeAnnotation":return"number";case"SymbolTypeAnnotation":return"symbol";case"StringTypeAnnotation":return"string";case"VoidTypeAnnotation":return"void";case"ThisTypeAnnotation":return"this";case"Node":case"Printable":case"SourceLocation":case"Position":case"Statement":case"Function":case"Pattern":case"Expression":case"Declaration":case"Specifier":case"NamedSpecifier":case"Comment":case"MemberTypeAnnotation":case"Type":throw new Error("unprintable type: "+JSON.stringify(g.type))}}}}}),si=d({"src/language-js/utils/is-ts-keyword-type.js"(e,t){g(),t.exports=function(e){let{type:t}=e;return t.startsWith("TS")&&t.endsWith("Keyword")}}}),ui=d({"src/language-js/print/ternary.js"(e,t){g();var{hasNewlineInRange:r}=oe(),{isJsxNode:i,getComments:n,isCallExpression:s,isMemberExpression:u,isTSTypeExpression:a}=er(),{locStart:o,locEnd:l}=Nt(),c=Qt(),{builders:{line:h,softline:p,group:D,indent:d,align:f,ifBreak:m,dedent:E,breakParent:C}}=$();function y(e,t,r){let i=e.getValue(),n="ConditionalExpression"===i.type,s=n?"alternate":"falseType",u=e.getParentNode(),a=n?r("test"):[r("checkType")," ","extends"," ",r("extendsType")];return u.type===i.type&&u[s]===i?f(2,a):a}var F=new Map([["AssignmentExpression","right"],["VariableDeclarator","init"],["ReturnStatement","argument"],["ThrowStatement","argument"],["UnaryExpression","argument"],["YieldExpression","argument"]]);t.exports={printTernary:function(e,t,g){let b,A,v=e.getValue(),x="ConditionalExpression"===v.type,S=x?"consequent":"trueType",w=x?"alternate":"falseType",T=x?["test"]:["checkType","extendsType"],B=v[S],P=v[w],k=[],N=!1,j=e.getParentNode(),I=j.type===v.type&&T.some((e=>j[e]===v)),O=j.type===v.type&&!I,L=0;do{A=b||v,b=e.getParentNode(L),L++}while(b&&b.type===v.type&&T.every((e=>b[e]!==A)));let M=b||j,_=A;if(x&&(i(v[T[0]])||i(B)||i(P)||function(e){let t=[e];for(let e=0;e<t.length;e++){let r=t[e];for(let e of["test","consequent","alternate"]){let n=r[e];if(i(n))return!0;"ConditionalExpression"===n.type&&t.push(n)}}return!1}(_))){N=!0,O=!0;let e=e=>[m("("),d([p,e]),p,m(")")],t=e=>"NullLiteral"===e.type||"Literal"===e.type&&null===e.value||"Identifier"===e.type&&"undefined"===e.name;k.push(" ? ",t(B)?g(S):e(g(S))," : ",P.type===v.type||t(P)?g(w):e(g(w)))}else{let e=[h,"? ",B.type===v.type?m("","("):"",f(2,g(S)),B.type===v.type?m("",")"):"",h,": ",P.type===v.type?g(w):f(2,g(w))];k.push(j.type!==v.type||j[w]===v||I?e:t.useTabs?E(d(e)):f(Math.max(0,t.tabWidth-2),e))}let $=[...T.map((e=>n(v[e]))),n(B),n(P)].flat().some((e=>c(e)&&r(t.originalText,o(e),l(e)))),R=!N&&(u(j)||"NGPipeExpression"===j.type&&j.left===v)&&!j.computed,q=function(e){let t=e.getValue();if("ConditionalExpression"!==t.type)return!1;let r,i=t;for(let t=0;!r;t++){let n=e.getParentNode(t);s(n)&&n.callee===i||u(n)&&n.object===i||"TSNonNullExpression"===n.type&&n.expression===i?i=n:"NewExpression"===n.type&&n.callee===i||a(n)&&n.expression===i?(r=e.getParentNode(t+1),i=n):r=n}return i!==t&&r[F.get(r.type)]===i}(e),U=(V=[y(e,0,g),O?k:d(k),x&&R&&!q?p:""],j===M?D(V,{shouldBreak:$}):$?[V,C]:V);var V;return I||q?D([d([p,U]),p]):U}}}}),ai=d({"src/language-js/print/statement.js"(e,t){g();var{builders:{hardline:r}}=$(),i=Or(),{getLeftSidePathName:n,hasNakedLeftSide:s,isJsxNode:u,isTheOnlyJsxElementInMarkdown:a,hasComment:o,CommentCheckFlags:l,isNextLineEmpty:c}=er(),{shouldPrintParamsWithoutParens:h}=Qr();function p(e,t,i,n){let s=e.getValue(),u=[],h="ClassBody"===s.type,p=function(e){for(let t=e.length-1;t>=0;t--){let r=e[t];if("EmptyStatement"!==r.type)return r}}(s[n]);return e.each(((e,n,s)=>{let f=e.getValue();if("EmptyStatement"===f.type)return;let m=i();t.semi||h||a(t,e)||!function(e,t){return"ExpressionStatement"===e.getNode().type&&e.call((e=>D(e,t)),"expression")}(e,t)?u.push(m):o(f,l.Leading)?u.push(i([],{needsSemi:!0})):u.push(";",m),!t.semi&&h&&d(f)&&function(e,t){let{type:r,name:i}=e.key;if(!(e.computed||"Identifier"!==r||"static"!==i&&"get"!==i&&"set"!==i&&"accessor"!==i||e.value||e.typeAnnotation))return!0;if(!t||t.static||t.accessibility)return!1;if(!t.computed){let e=t.key&&t.key.name;if("in"===e||"instanceof"===e)return!0}if(d(t)&&t.variance&&!t.static&&!t.declare)return!0;switch(t.type){case"ClassProperty":case"PropertyDefinition":case"TSAbstractPropertyDefinition":return t.computed;case"MethodDefinition":case"TSAbstractMethodDefinition":case"ClassMethod":case"ClassPrivateMethod":return!((t.value?t.value.async:t.async)||"get"===t.kind||"set"===t.kind||!t.computed&&!(t.value?t.value.generator:t.generator));case"TSIndexSignature":return!0}return!1}(f,s[n+1])&&u.push(";"),f!==p&&(u.push(r),c(f,t)&&u.push(r))}),n),u}function D(e,t){let r=e.getValue();switch(r.type){case"ParenthesizedExpression":case"TypeCastExpression":case"ArrayExpression":case"ArrayPattern":case"TemplateLiteral":case"TemplateElement":case"RegExpLiteral":return!0;case"ArrowFunctionExpression":if(!h(e,t))return!0;break;case"UnaryExpression":{let{prefix:e,operator:t}=r;if(e&&("+"===t||"-"===t))return!0;break}case"BindExpression":if(!r.object)return!0;break;case"Literal":if(r.regex)return!0;break;default:if(u(r))return!0}return!!i(e,t)||!!s(r)&&e.call((e=>D(e,t)),...n(e,r))}var d=e=>{let{type:t}=e;return"ClassProperty"===t||"PropertyDefinition"===t||"ClassPrivateProperty"===t||"ClassAccessorProperty"===t||"AccessorProperty"===t||"TSAbstractPropertyDefinition"===t||"TSAbstractAccessorProperty"===t};t.exports={printBody:function(e,t,r){return p(e,t,r,"body")},printSwitchCaseConsequent:function(e,t,r){return p(e,t,r,"consequent")}}}}),oi=d({"src/language-js/print/block.js"(e,t){g();var{printDanglingComments:r}=Rt(),{isNonEmptyArray:i}=oe(),{builders:{hardline:n,indent:s}}=$(),{hasComment:u,CommentCheckFlags:a,isNextLineEmpty:o}=er(),{printHardlineAfterHeritage:l}=ei(),{printBody:c}=ai();function h(e,t,s){let l=e.getValue(),h=i(l.directives),p=l.body.some((e=>"EmptyStatement"!==e.type)),D=u(l,a.Dangling);if(!h&&!p&&!D)return"";let d=[];if(h&&e.each(((e,r,i)=>{d.push(s()),(r<i.length-1||p||D)&&(d.push(n),o(e.getValue(),t)&&d.push(n))}),"directives"),p&&d.push(c(e,t,s)),D&&d.push(r(e,t,!0)),"Program"===l.type){let t=e.getParentNode();(!t||"ModuleExpression"!==t.type)&&d.push(n)}return d}t.exports={printBlock:function(e,t,r){let u=e.getValue(),a=[];if("StaticBlock"===u.type&&a.push("static "),"ClassBody"===u.type&&i(u.body)){let t=e.getParentNode();a.push(l(t))}a.push("{");let o=h(e,t,r);if(o)a.push(s([n,o]),n);else{let t=e.getParentNode(),r=e.getParentNode(1);"ArrowFunctionExpression"===t.type||"FunctionExpression"===t.type||"FunctionDeclaration"===t.type||"ObjectMethod"===t.type||"ClassMethod"===t.type||"ClassPrivateMethod"===t.type||"ForStatement"===t.type||"WhileStatement"===t.type||"DoWhileStatement"===t.type||"DoExpression"===t.type||"CatchClause"===t.type&&!r.finalizer||"TSModuleDeclaration"===t.type||"TSDeclareFunction"===t.type||"StaticBlock"===u.type||"ClassBody"===u.type||a.push(n)}return a.push("}"),a},printBlockBody:h}}}),li=d({"src/language-js/print/typescript.js"(e,t){g();var{printDanglingComments:r}=Rt(),{hasNewlineInRange:i}=oe(),{builders:{join:n,line:s,hardline:u,softline:a,group:o,indent:l,conditionalGroup:c,ifBreak:h}}=$(),{isStringLiteral:p,getTypeScriptMappedTypeModifier:D,shouldPrintComma:d,isCallExpression:f,isMemberExpression:m}=er(),E=si(),{locStart:C,locEnd:y}=Nt(),{printOptionalToken:F,printTypeScriptModifiers:b}=qr(),{printTernary:A}=ui(),{printFunctionParameters:v,shouldGroupFunctionParameters:x}=Wr(),{printTemplateLiteral:S}=tr(),{printArrayItems:w}=Ur(),{printObject:T}=ii(),{printClassProperty:B,printClassMethod:P}=ei(),{printTypeParameter:k,printTypeParameters:N}=Kr(),{printPropertyKey:j}=Yr(),{printFunction:I,printMethodInternal:O}=Qr(),{printInterface:L}=ti(),{printBlock:M}=oi(),{printTypeAlias:_,printIntersectionType:R,printUnionType:q,printFunctionType:U,printTupleType:V,printIndexedAccessType:H,printJSDocType:J}=Xr();t.exports={printTypescript:function(e,t,g){let $=e.getValue();if(!$.type.startsWith("TS"))return;if(E($))return $.type.slice(2,-7).toLowerCase();let z=t.semi?";":"",G=[];switch($.type){case"TSThisType":return"this";case"TSTypeAssertion":{let e=!("ArrayExpression"===$.expression.type||"ObjectExpression"===$.expression.type),t=o(["<",l([a,g("typeAnnotation")]),a,">"]),r=[h("("),l([a,g("expression")]),a,h(")")];return e?c([[t,g("expression")],[t,o(r,{shouldBreak:!0})],[t,g("expression")]]):o([t,g("expression")])}case"TSDeclareFunction":return I(e,g,t);case"TSExportAssignment":return["export = ",g("expression"),z];case"TSModuleBlock":return M(e,t,g);case"TSInterfaceBody":case"TSTypeLiteral":return T(e,t,g);case"TSTypeAliasDeclaration":return _(e,t,g);case"TSQualifiedName":return n(".",[g("left"),g("right")]);case"TSAbstractMethodDefinition":case"TSDeclareMethod":return P(e,t,g);case"TSAbstractAccessorProperty":case"TSAbstractPropertyDefinition":return B(e,t,g);case"TSInterfaceHeritage":case"TSExpressionWithTypeArguments":return G.push(g("expression")),$.typeParameters&&G.push(g("typeParameters")),G;case"TSTemplateLiteralType":return S(e,g,t);case"TSNamedTupleMember":return[g("label"),$.optional?"?":"",": ",g("elementType")];case"TSRestType":return["...",g("typeAnnotation")];case"TSOptionalType":return[g("typeAnnotation"),"?"];case"TSInterfaceDeclaration":return L(e,t,g);case"TSClassImplements":case"TSInstantiationExpression":return[g("expression"),g("typeParameters")];case"TSTypeParameterDeclaration":case"TSTypeParameterInstantiation":return N(e,t,g,"params");case"TSTypeParameter":return k(e,t,g);case"TSSatisfiesExpression":case"TSAsExpression":{let t="TSAsExpression"===$.type?"as":"satisfies";G.push(g("expression"),` ${t} `,g("typeAnnotation"));let r=e.getParentNode();return f(r)&&r.callee===$||m(r)&&r.object===$?o([l([a,...G]),a]):G}case"TSArrayType":return[g("elementType"),"[]"];case"TSPropertySignature":return $.readonly&&G.push("readonly "),G.push(j(e,t,g),F(e)),$.typeAnnotation&&G.push(": ",g("typeAnnotation")),$.initializer&&G.push(" = ",g("initializer")),G;case"TSParameterProperty":return $.accessibility&&G.push($.accessibility+" "),$.export&&G.push("export "),$.static&&G.push("static "),$.override&&G.push("override "),$.readonly&&G.push("readonly "),G.push(g("parameter")),G;case"TSTypeQuery":return["typeof ",g("exprName"),g("typeParameters")];case"TSIndexSignature":{let r=e.getParentNode(),i=$.parameters.length>1?h(d(t)?",":""):"",s=o([l([a,n([", ",a],e.map(g,"parameters"))]),i,a]);return[$.export?"export ":"",$.accessibility?[$.accessibility," "]:"",$.static?"static ":"",$.readonly?"readonly ":"",$.declare?"declare ":"","[",$.parameters?s:"",$.typeAnnotation?"]: ":"]",$.typeAnnotation?g("typeAnnotation"):"","ClassBody"===r.type?z:""]}case"TSTypePredicate":return[$.asserts?"asserts ":"",g("parameterName"),$.typeAnnotation?[" is ",g("typeAnnotation")]:""];case"TSNonNullExpression":return[g("expression"),"!"];case"TSImportType":return[$.isTypeOf?"typeof ":"","import(",g($.parameter?"parameter":"argument"),")",$.qualifier?[".",g("qualifier")]:"",N(e,t,g,"typeParameters")];case"TSLiteralType":return g("literal");case"TSIndexedAccessType":return H(e,t,g);case"TSConstructSignatureDeclaration":case"TSCallSignatureDeclaration":case"TSConstructorType":return"TSConstructorType"===$.type&&$.abstract&&G.push("abstract "),"TSCallSignatureDeclaration"!==$.type&&G.push("new "),G.push(o(v(e,g,t,!1,!0))),($.returnType||$.typeAnnotation)&&G.push("TSConstructorType"===$.type?" => ":": ",g("returnType"),g("typeAnnotation")),G;case"TSTypeOperator":return[$.operator," ",g("typeAnnotation")];case"TSMappedType":{let n=i(t.originalText,C($),y($));return o(["{",l([t.bracketSpacing?s:a,g("typeParameter"),$.optional?D($.optional,"?"):"",$.typeAnnotation?": ":"",g("typeAnnotation"),h(z)]),r(e,t,!0),t.bracketSpacing?s:a,"}"],{shouldBreak:n})}case"TSMethodSignature":{G.push($.accessibility?[$.accessibility," "]:"",$.kind&&"method"!==$.kind?`${$.kind} `:"",$.export?"export ":"",$.static?"static ":"",$.readonly?"readonly ":"",$.abstract?"abstract ":"",$.declare?"declare ":"",$.computed?"[":"",g("key"),$.computed?"]":"",F(e));let r=v(e,g,t,!1,!0),i=$.returnType?"returnType":"typeAnnotation",n=$[i],s=n?g(i):"",u=x($,s);return G.push(u?o(r):r),n&&G.push(": ",o(s)),o(G)}case"TSNamespaceExportDeclaration":return G.push("export as namespace ",g("id")),t.semi&&G.push(";"),o(G);case"TSEnumDeclaration":return $.declare&&G.push("declare "),$.modifiers&&G.push(b(e,t,g)),$.const&&G.push("const "),G.push("enum ",g("id")," "),G.push(o(0===$.members.length?["{",r(e,t),a,"}"]:["{",l([u,w(e,t,"members",g),d(t,"es5")?",":""]),r(e,t,!0),u,"}"])),G;case"TSEnumMember":return $.computed?G.push("[",g("id"),"]"):G.push(g("id")),$.initializer&&G.push(" = ",g("initializer")),G;case"TSImportEqualsDeclaration":return $.isExport&&G.push("export "),G.push("import "),$.importKind&&"value"!==$.importKind&&G.push($.importKind," "),G.push(g("id")," = ",g("moduleReference")),t.semi&&G.push(";"),o(G);case"TSExternalModuleReference":return["require(",g("expression"),")"];case"TSModuleDeclaration":{let r=e.getParentNode(),i=p($.id),n=$.body&&"TSModuleDeclaration"===$.body.type;if("TSModuleDeclaration"===r.type)G.push(".");else{$.declare&&G.push("declare "),G.push(b(e,t,g));let r=t.originalText.slice(C($),C($.id));"Identifier"===$.id.type&&"global"===$.id.name&&!/namespace|module/.test(r)||G.push(i||/(?:^|\s)module(?:\s|$)/.test(r)?"module ":"namespace ")}return G.push(g("id")),n?G.push(g("body")):$.body?G.push(" ",o(g("body"))):G.push(z),G}case"TSConditionalType":return A(e,t,g);case"TSInferType":return["infer"," ",g("typeParameter")];case"TSIntersectionType":return R(e,t,g);case"TSUnionType":return q(e,t,g);case"TSFunctionType":return U(e,t,g);case"TSTupleType":return V(e,t,g);case"TSTypeReference":return[g("typeName"),N(e,t,g,"typeParameters")];case"TSTypeAnnotation":return g("typeAnnotation");case"TSEmptyBodyFunctionExpression":return O(e,t,g);case"TSJSDocAllType":return"*";case"TSJSDocUnknownType":return"?";case"TSJSDocNullableType":return J(e,g,"?");case"TSJSDocNonNullableType":return J(e,g,"!");default:throw new Error(`Unknown TypeScript node type: ${JSON.stringify($.type)}.`)}}}}}),ci=d({"src/language-js/print/comment.js"(e,t){g();var{hasNewline:r}=oe(),{builders:{join:i,hardline:n},utils:{replaceTextEndOfLine:s}}=$(),{isLineComment:u}=er(),{locStart:a,locEnd:o}=Nt(),l=Qt();t.exports={printComment:function(e,t){let c=e.getValue();if(u(c))return t.originalText.slice(a(c),o(c)).trimEnd();if(l(c)){if(function(e){let t=`*${e.value}*`.split("\n");return t.length>1&&t.every((e=>"*"===e.trim()[0]))}(c)){let e=function(e){let t=e.value.split("\n");return["/*",i(n,t.map(((e,r)=>0===r?e.trimEnd():" "+(r<t.length-1?e.trim():e.trimStart())))),"*/"]}(c);return c.trailing&&!r(t.originalText,a(c),{backwards:!0})?[n,e]:e}let e=o(c),u="*-/"===t.originalText.slice(e-3,e);return["/*",s(c.value),u?"*-/":"*/"]}throw new Error("Not a comment: "+JSON.stringify(c))}}}}),hi=d({"src/language-js/print/literal.js"(e,t){g();var{printString:r,printNumber:i}=oe(),{replaceTextEndOfLine:n}=L(),{printDirective:s}=qr();function u(e){return e.toLowerCase()}function a(e){let{pattern:t,flags:r}=e;return r=[...r].sort().join(""),`/${t}/${r}`}t.exports={printLiteral:function(e,t){let o=e.getNode();switch(o.type){case"RegExpLiteral":return a(o);case"BigIntLiteral":return u(o.bigint||o.extra.raw);case"NumericLiteral":return i(o.extra.raw);case"StringLiteral":return n(r(o.extra.raw,t));case"NullLiteral":return"null";case"BooleanLiteral":return String(o.value);case"DecimalLiteral":return i(o.value)+"m";case"Literal":{if(o.regex)return a(o.regex);if(o.bigint)return u(o.raw);if(o.decimal)return i(o.decimal)+"m";let{value:l}=o;return"number"==typeof l?i(o.raw):"string"==typeof l?function(e){if("expression"!==e.getName())return;let t=e.getParentNode();return"ExpressionStatement"===t.type&&t.directive}(e)?s(o.raw,t):n(r(o.raw,t)):String(l)}}}}}}),pi=d({"src/language-js/printer-estree.js"(e,t){g();var{printDanglingComments:r}=Rt(),{hasNewline:i}=oe(),{builders:{join:n,line:s,hardline:u,softline:a,group:o,indent:l},utils:{replaceTextEndOfLine:c}}=$(),h=ur(),p=ar(),{insertPragma:D}=Nr(),d=Ir(),f=Or(),m=Lr(),{hasFlowShorthandAnnotationComment:E,hasComment:C,CommentCheckFlags:y,isTheOnlyJsxElementInMarkdown:F,isLineComment:b,isNextLineEmpty:A,needsHardlineAfterDanglingComment:v,hasIgnoreComment:x,isCallExpression:S,isMemberExpression:w,markerForIfWithoutBlockAndSameLineComment:T}=er(),{locStart:B,locEnd:P}=Nt(),k=Qt(),{printHtmlBinding:N,isVueEventBindingExpression:j}=Mr(),{printAngular:I}=$r(),{printJsx:O,hasJsxIgnoreComment:L}=Rr(),{printFlow:M}=ni(),{printTypescript:_}=li(),{printOptionalToken:R,printBindExpressionCallee:q,printTypeAnnotation:U,adjustClause:V,printRestSpread:H,printDefiniteToken:J,printDirective:z}=qr(),{printImportDeclaration:G,printExportDeclaration:W,printExportAllDeclaration:X,printModuleSpecifier:K}=ri(),{printTernary:Y}=ui(),{printTemplateLiteral:Q}=tr(),{printArray:Z}=Ur(),{printObject:ee}=ii(),{printClass:te,printClassMethod:re,printClassProperty:ie}=ei(),{printProperty:ne}=Yr(),{printFunction:se,printArrowFunction:ue,printMethod:ae,printReturnStatement:le,printThrowStatement:ce}=Qr(),{printCallExpression:he}=zr(),{printVariableDeclarator:pe,printAssignmentExpression:De}=Gr(),{printBinaryishExpression:de}=_r(),{printSwitchCaseConsequent:fe}=ai(),{printMemberExpression:me}=Hr(),{printBlock:Ee,printBlockBody:ge}=oi(),{printComment:Ce}=ci(),{printLiteral:ye}=hi(),{printDecorators:Fe}=Zr();t.exports={preprocess:m,print:function(e,t,h,p){let D=function(e,t,h,p){let D=e.getValue(),d=t.semi?";":"";if(!D)return"";if("string"==typeof D)return D;for(let r of[ye,N,I,O,M,_]){let i=r(e,t,h);if(typeof i<"u")return i}let f=[];switch(D.type){case"JsExpressionRoot":return h("node");case"JsonRoot":return[h("node"),u];case"File":return D.program&&D.program.interpreter&&f.push(h(["program","interpreter"])),f.push(h("program")),f;case"Program":return ge(e,t,h);case"EmptyStatement":return"";case"ExpressionStatement":{if("__vue_event_binding"===t.parser||"__vue_ts_event_binding"===t.parser){let t=e.getParentNode();if("Program"===t.type&&1===t.body.length&&t.body[0]===D)return[h("expression"),j(D.expression)?";":""]}let i=r(e,t,!0,(e=>{let{marker:t}=e;return t===T}));return[h("expression"),F(t,e)?"":d,i?[" ",i]:""]}case"ParenthesizedExpression":return C(D.expression)||"ObjectExpression"!==D.expression.type&&"ArrayExpression"!==D.expression.type?o(["(",l([a,h("expression")]),a,")"]):["(",h("expression"),")"];case"AssignmentExpression":return De(e,t,h);case"VariableDeclarator":return pe(e,t,h);case"BinaryExpression":case"LogicalExpression":return de(e,t,h);case"AssignmentPattern":return[h("left")," = ",h("right")];case"OptionalMemberExpression":case"MemberExpression":return me(e,t,h);case"MetaProperty":return[h("meta"),".",h("property")];case"BindExpression":return D.object&&f.push(h("object")),f.push(o(l([a,q(e,t,h)]))),f;case"Identifier":return[D.name,R(e),J(e),U(e,t,h)];case"V8IntrinsicIdentifier":return["%",D.name];case"SpreadElement":case"SpreadElementPattern":case"SpreadProperty":case"SpreadPropertyPattern":case"RestElement":return H(e,t,h);case"FunctionDeclaration":case"FunctionExpression":return se(e,h,t,p);case"ArrowFunctionExpression":return ue(e,t,h,p);case"YieldExpression":return f.push("yield"),D.delegate&&f.push("*"),D.argument&&f.push(" ",h("argument")),f;case"AwaitExpression":if(f.push("await"),D.argument){f.push(" ",h("argument"));let t=e.getParentNode();if(S(t)&&t.callee===D||w(t)&&t.object===D){f=[l([a,...f]),a];let t=e.findAncestor((e=>"AwaitExpression"===e.type||"BlockStatement"===e.type));if(!t||"AwaitExpression"!==t.type)return o(f)}}return f;case"ExportDefaultDeclaration":case"ExportNamedDeclaration":return W(e,t,h);case"ExportAllDeclaration":return X(e,t,h);case"ImportDeclaration":return G(e,t,h);case"ImportSpecifier":case"ExportSpecifier":case"ImportNamespaceSpecifier":case"ExportNamespaceSpecifier":case"ImportDefaultSpecifier":case"ExportDefaultSpecifier":return K(e,t,h);case"ImportAttribute":return[h("key"),": ",h("value")];case"Import":return"import";case"BlockStatement":case"StaticBlock":case"ClassBody":return Ee(e,t,h);case"ThrowStatement":return ce(e,t,h);case"ReturnStatement":return le(e,t,h);case"NewExpression":case"ImportExpression":case"OptionalCallExpression":case"CallExpression":return he(e,t,h);case"ObjectExpression":case"ObjectPattern":case"RecordExpression":return ee(e,t,h);case"ObjectProperty":case"Property":return D.method||"get"===D.kind||"set"===D.kind?ae(e,t,h):ne(e,t,h);case"ObjectMethod":return ae(e,t,h);case"Decorator":return["@",h("expression")];case"ArrayExpression":case"ArrayPattern":case"TupleExpression":return Z(e,t,h);case"SequenceExpression":{let t=e.getParentNode(0);if("ExpressionStatement"===t.type||"ForStatement"===t.type){let t=[];return e.each(((e,r)=>{0===r?t.push(h()):t.push(",",l([s,h()]))}),"expressions"),o(t)}return o(n([",",s],e.map(h,"expressions")))}case"ThisExpression":return"this";case"Super":return"super";case"Directive":return[h("value"),d];case"DirectiveLiteral":return z(D.extra.raw,t);case"UnaryExpression":return f.push(D.operator),/[a-z]$/.test(D.operator)&&f.push(" "),C(D.argument)?f.push(o(["(",l([a,h("argument")]),a,")"])):f.push(h("argument")),f;case"UpdateExpression":return f.push(h("argument"),D.operator),D.prefix&&f.reverse(),f;case"ConditionalExpression":return Y(e,t,h);case"VariableDeclaration":{let t,r=e.map(h,"declarations"),i=e.getParentNode(),n="ForStatement"===i.type||"ForInStatement"===i.type||"ForOfStatement"===i.type,a=D.declarations.some((e=>e.init));return 1!==r.length||C(D.declarations[0])?r.length>0&&(t=l(r[0])):t=r[0],f=[D.declare?"declare ":"",D.kind,t?[" ",t]:"",l(r.slice(1).map((e=>[",",a&&!n?u:s,e])))],n&&i.body!==D||f.push(d),o(f)}case"WithStatement":return o(["with (",h("object"),")",V(D.body,h("body"))]);case"IfStatement":{let i=V(D.consequent,h("consequent")),n=o(["if (",o([l([a,h("test")]),a]),")",i]);if(f.push(n),D.alternate){let i=C(D.consequent,y.Trailing|y.Line)||v(D);f.push("BlockStatement"!==D.consequent.type||i?u:" "),C(D,y.Dangling)&&f.push(r(e,t,!0),i?u:" "),f.push("else",o(V(D.alternate,h("alternate"),"IfStatement"===D.alternate.type)))}return f}case"ForStatement":{let i=V(D.body,h("body")),n=r(e,t,!0),u=n?[n,a]:"";return D.init||D.test||D.update?[u,o(["for (",o([l([a,h("init"),";",s,h("test"),";",s,h("update")]),a]),")",i])]:[u,o(["for (;;)",i])]}case"WhileStatement":return o(["while (",o([l([a,h("test")]),a]),")",V(D.body,h("body"))]);case"ForInStatement":return o(["for (",h("left")," in ",h("right"),")",V(D.body,h("body"))]);case"ForOfStatement":return o(["for",D.await?" await":""," (",h("left")," of ",h("right"),")",V(D.body,h("body"))]);case"DoWhileStatement":{let e=V(D.body,h("body"));return f=[o(["do",e])],f.push("BlockStatement"===D.body.type?" ":u),f.push("while (",o([l([a,h("test")]),a]),")",d),f}case"DoExpression":return[D.async?"async ":"","do ",h("body")];case"BreakStatement":return f.push("break"),D.label&&f.push(" ",h("label")),f.push(d),f;case"ContinueStatement":return f.push("continue"),D.label&&f.push(" ",h("label")),f.push(d),f;case"LabeledStatement":return"EmptyStatement"===D.body.type?[h("label"),":;"]:[h("label"),": ",h("body")];case"TryStatement":return["try ",h("block"),D.handler?[" ",h("handler")]:"",D.finalizer?[" finally ",h("finalizer")]:""];case"CatchClause":if(D.param){let e=C(D.param,(e=>!k(e)||e.leading&&i(t.originalText,P(e))||e.trailing&&i(t.originalText,B(e),{backwards:!0}))),r=h("param");return["catch ",e?["(",l([a,r]),a,") "]:["(",r,") "],h("body")]}return["catch ",h("body")];case"SwitchStatement":return[o(["switch (",l([a,h("discriminant")]),a,")"])," {",D.cases.length>0?l([u,n(u,e.map(((e,r,i)=>{let n=e.getValue();return[h(),r!==i.length-1&&A(n,t)?u:""]}),"cases"))]):"",u,"}"];case"SwitchCase":{D.test?f.push("case ",h("test"),":"):f.push("default:"),C(D,y.Dangling)&&f.push(" ",r(e,t,!0));let i=D.consequent.filter((e=>"EmptyStatement"!==e.type));if(i.length>0){let r=fe(e,t,h);f.push(1===i.length&&"BlockStatement"===i[0].type?[" ",r]:l([u,r]))}return f}case"DebuggerStatement":return["debugger",d];case"ClassDeclaration":case"ClassExpression":return te(e,t,h);case"ClassMethod":case"ClassPrivateMethod":case"MethodDefinition":return re(e,t,h);case"ClassProperty":case"PropertyDefinition":case"ClassPrivateProperty":case"ClassAccessorProperty":case"AccessorProperty":return ie(e,t,h);case"TemplateElement":return c(D.value.raw);case"TemplateLiteral":return Q(e,h,t);case"TaggedTemplateExpression":return[h("tag"),h("typeParameters"),h("quasi")];case"PrivateIdentifier":return["#",h("name")];case"PrivateName":return["#",h("id")];case"InterpreterDirective":return f.push("#!",D.value,u),A(D,t)&&f.push(u),f;case"TopicReference":return"%";case"ArgumentPlaceholder":return"?";case"ModuleExpression":{f.push("module {");let e=h("body");return e&&f.push(l([u,e]),u),f.push("}"),f}default:throw new Error("unknown type: "+JSON.stringify(D.type))}}(e,t,h,p);if(!D)return"";let d=e.getValue(),{type:m}=d;if("ClassMethod"===m||"ClassPrivateMethod"===m||"ClassProperty"===m||"ClassAccessorProperty"===m||"AccessorProperty"===m||"TSAbstractAccessorProperty"===m||"PropertyDefinition"===m||"TSAbstractPropertyDefinition"===m||"ClassPrivateProperty"===m||"MethodDefinition"===m||"TSAbstractMethodDefinition"===m||"TSDeclareMethod"===m)return D;let g=[D],b=Fe(e,t,h),x="ClassExpression"===d.type&&b;if(b&&(g=[...b,D],!x))return o(g);if(!f(e,t))return p&&p.needsSemi&&g.unshift(";"),1===g.length&&g[0]===D?D:g;if(x&&(g=[l([s,...g])]),g.unshift("("),p&&p.needsSemi&&g.unshift(";"),E(d)){let[e]=d.trailingComments;g.push(" /*",e.value.trimStart(),"*/"),e.printed=!0}return x&&g.push(s),g.push(")"),g},embed:h,insertPragma:D,massageAstNode:p,hasPrettierIgnore:e=>x(e)||L(e),willPrintOwnComments:d.willPrintOwnComments,canAttachComment:function(e){return e.type&&!k(e)&&!b(e)&&"EmptyStatement"!==e.type&&"TemplateElement"!==e.type&&"Import"!==e.type&&"TSEmptyBodyFunctionExpression"!==e.type},printComment:Ce,isBlockComment:k,handleComments:{avoidAstMutation:!0,ownLine:d.handleOwnLineComment,endOfLine:d.handleEndOfLineComment,remaining:d.handleRemainingComment},getCommentChildNodes:d.getCommentChildNodes}}}),Di=d({"src/language-js/printer-estree-json.js"(e,t){g();var{builders:{hardline:r,indent:i,join:n}}=$(),s=Lr();function u(e){return"key"===e.getName()&&"ObjectProperty"===e.getParentNode().type}var a=new Set(["start","end","extra","loc","comments","leadingComments","trailingComments","innerComments","errors","range","tokens"]);function o(e,t){let{type:r}=e;if("ObjectProperty"!==r){if("UnaryExpression"===r&&"+"===e.operator)return t.argument;if("ArrayExpression"!==r)return"TemplateLiteral"===r?{type:"StringLiteral",value:e.quasis[0].value.cooked}:void 0;for(let[r,i]of e.elements.entries())null===i&&t.elements.splice(r,0,{type:"NullLiteral"})}else{let{key:r}=e;"Identifier"===r.type?t.key={type:"StringLiteral",value:r.name}:"NumericLiteral"===r.type&&(t.key={type:"StringLiteral",value:String(r.value)})}}o.ignoredProperties=a,t.exports={preprocess:s,print:function(e,t,s){let a=e.getValue();switch(a.type){case"JsonRoot":return[s("node"),r];case"ArrayExpression":{if(0===a.elements.length)return"[]";let t=e.map((()=>null===e.getValue()?"null":s()),"elements");return["[",i([r,n([",",r],t)]),r,"]"]}case"ObjectExpression":return 0===a.properties.length?"{}":["{",i([r,n([",",r],e.map(s,"properties"))]),r,"}"];case"ObjectProperty":return[s("key"),": ",s("value")];case"UnaryExpression":return["+"===a.operator?"":a.operator,s("argument")];case"NullLiteral":return"null";case"BooleanLiteral":return a.value?"true":"false";case"StringLiteral":return JSON.stringify(a.value);case"NumericLiteral":return u(e)?JSON.stringify(String(a.value)):JSON.stringify(a.value);case"Identifier":return u(e)?JSON.stringify(a.name):a.name;case"TemplateLiteral":return s(["quasis",0]);case"TemplateElement":return JSON.stringify(a.value.cooked);default:throw new Error("unknown type: "+JSON.stringify(a.type))}},massageAstNode:o}}}),di=d({"src/common/common-options.js"(e,t){g();var r="Common";t.exports={bracketSpacing:{since:"0.0.0",category:r,type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},singleQuote:{since:"0.0.0",category:r,type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{since:"1.8.2",category:r,type:"choice",default:[{since:"1.8.2",value:!0},{since:"1.9.0",value:"preserve"}],description:"How to wrap prose.",choices:[{since:"1.9.0",value:"always",description:"Wrap prose if it exceeds the print width."},{since:"1.9.0",value:"never",description:"Do not wrap prose."},{since:"1.9.0",value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{since:"2.4.0",category:r,type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."},singleAttributePerLine:{since:"2.6.0",category:r,type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}}}}),fi=d({"src/language-js/options.js"(e,t){g();var r=di(),i="JavaScript";t.exports={arrowParens:{since:"1.9.0",category:i,type:"choice",default:[{since:"1.9.0",value:"avoid"},{since:"2.0.0",value:"always"}],description:"Include parentheses around a sole arrow function parameter.",choices:[{value:"always",description:"Always include parens. Example: `(x) => x`"},{value:"avoid",description:"Omit parens when possible. Example: `x => x`"}]},bracketSameLine:r.bracketSameLine,bracketSpacing:r.bracketSpacing,jsxBracketSameLine:{since:"0.17.0",category:i,type:"boolean",description:"Put > on the last line instead of at a new line.",deprecated:"2.4.0"},semi:{since:"1.0.0",category:i,type:"boolean",default:!0,description:"Print semicolons.",oppositeDescription:"Do not print semicolons, except at the beginning of lines which may need them."},singleQuote:r.singleQuote,jsxSingleQuote:{since:"1.15.0",category:i,type:"boolean",default:!1,description:"Use single quotes in JSX."},quoteProps:{since:"1.17.0",category:i,type:"choice",default:"as-needed",description:"Change when properties in objects are quoted.",choices:[{value:"as-needed",description:"Only add quotes around object properties where required."},{value:"consistent",description:"If at least one property in an object requires quotes, quote all properties."},{value:"preserve",description:"Respect the input use of quotes in object properties."}]},trailingComma:{since:"0.0.0",category:i,type:"choice",default:[{since:"0.0.0",value:!1},{since:"0.19.0",value:"none"},{since:"2.0.0",value:"es5"}],description:"Print trailing commas wherever possible when multi-line.",choices:[{value:"es5",description:"Trailing commas where valid in ES5 (objects, arrays, etc.)"},{value:"none",description:"No trailing commas."},{value:"all",description:"Trailing commas wherever possible (including function arguments)."}]},singleAttributePerLine:r.singleAttributePerLine}}}),mi=d({"src/language-js/parse/parsers.js"(){g()}}),Ei=d({"node_modules/linguist-languages/data/JavaScript.json"(e,t){t.exports={name:"JavaScript",type:"programming",tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",color:"#f1e05a",aliases:["js","node"],extensions:[".js","._js",".bones",".cjs",".es",".es6",".frag",".gs",".jake",".javascript",".jsb",".jscad",".jsfl",".jslib",".jsm",".jspre",".jss",".jsx",".mjs",".njs",".pac",".sjs",".ssjs",".xsjs",".xsjslib"],filenames:["Jakefile"],interpreters:["chakra","d8","gjs","js","node","nodejs","qjs","rhino","v8","v8-shell"],languageId:183}}}),gi=d({"node_modules/linguist-languages/data/TypeScript.json"(e,t){t.exports={name:"TypeScript",type:"programming",color:"#3178c6",aliases:["ts"],interpreters:["deno","ts-node"],extensions:[".ts",".cts",".mts"],tmScope:"source.ts",aceMode:"typescript",codemirrorMode:"javascript",codemirrorMimeType:"application/typescript",languageId:378}}}),Ci=d({"node_modules/linguist-languages/data/TSX.json"(e,t){t.exports={name:"TSX",type:"programming",color:"#3178c6",group:"TypeScript",extensions:[".tsx"],tmScope:"source.tsx",aceMode:"javascript",codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",languageId:94901924}}}),yi=d({"node_modules/linguist-languages/data/JSON.json"(e,t){t.exports={name:"JSON",type:"data",color:"#292929",tmScope:"source.json",aceMode:"json",codemirrorMode:"javascript",codemirrorMimeType:"application/json",aliases:["geojson","jsonl","topojson"],extensions:[".json",".4DForm",".4DProject",".avsc",".geojson",".gltf",".har",".ice",".JSON-tmLanguage",".jsonl",".mcmeta",".tfstate",".tfstate.backup",".topojson",".webapp",".webmanifest",".yy",".yyp"],filenames:[".arcconfig",".auto-changelog",".c8rc",".htmlhintrc",".imgbotconfig",".nycrc",".tern-config",".tern-project",".watchmanconfig","Pipfile.lock","composer.lock","mcmod.info"],languageId:174}}}),Fi=d({"node_modules/linguist-languages/data/JSON with Comments.json"(e,t){t.exports={name:"JSON with Comments",type:"data",color:"#292929",group:"JSON",tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",aliases:["jsonc"],extensions:[".jsonc",".code-snippets",".sublime-build",".sublime-commands",".sublime-completions",".sublime-keymap",".sublime-macro",".sublime-menu",".sublime-mousemap",".sublime-project",".sublime-settings",".sublime-theme",".sublime-workspace",".sublime_metrics",".sublime_session"],filenames:[".babelrc",".devcontainer.json",".eslintrc.json",".jscsrc",".jshintrc",".jslintrc","api-extractor.json","devcontainer.json","jsconfig.json","language-configuration.json","tsconfig.json","tslint.json"],languageId:423}}}),bi=d({"node_modules/linguist-languages/data/JSON5.json"(e,t){t.exports={name:"JSON5",type:"data",color:"#267CB9",extensions:[".json5"],tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"application/json",languageId:175}}}),Ai=d({"src/language-js/index.js"(e,t){g();var r=Gt(),i=pi(),n=Di(),s=fi(),u=mi(),a=[r(Ei(),(e=>({since:"0.0.0",parsers:["babel","acorn","espree","meriyah","babel-flow","babel-ts","flow","typescript"],vscodeLanguageIds:["javascript","mongo"],interpreters:[...e.interpreters,"zx"],extensions:[...e.extensions.filter((e=>".jsx"!==e)),".wxs"]}))),r(Ei(),(()=>({name:"Flow",since:"0.0.0",parsers:["flow","babel-flow"],vscodeLanguageIds:["javascript"],aliases:[],filenames:[],extensions:[".js.flow"]}))),r(Ei(),(()=>({name:"JSX",since:"0.0.0",parsers:["babel","babel-flow","babel-ts","flow","typescript","espree","meriyah"],vscodeLanguageIds:["javascriptreact"],aliases:void 0,filenames:void 0,extensions:[".jsx"],group:"JavaScript",interpreters:void 0,tmScope:"source.js.jsx",aceMode:"javascript",codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",color:void 0}))),r(gi(),(()=>({since:"1.4.0",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescript"]}))),r(Ci(),(()=>({since:"1.4.0",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescriptreact"]}))),r(yi(),(()=>({name:"JSON.stringify",since:"1.13.0",parsers:["json-stringify"],vscodeLanguageIds:["json"],extensions:[".importmap"],filenames:["package.json","package-lock.json","composer.json"]}))),r(yi(),(e=>({since:"1.5.0",parsers:["json"],vscodeLanguageIds:["json"],extensions:e.extensions.filter((e=>".jsonl"!==e))}))),r(Fi(),(e=>({since:"1.5.0",parsers:["json"],vscodeLanguageIds:["jsonc"],filenames:[...e.filenames,".eslintrc",".swcrc"]}))),r(bi(),(()=>({since:"1.13.0",parsers:["json5"],vscodeLanguageIds:["json5"]})))];t.exports={languages:a,options:s,printers:{estree:i,"estree-json":n},parsers:u}}}),vi=d({"src/language-css/clean.js"(e,t){g();var{isFrontMatterNode:r}=oe(),i=v(),n=new Set(["raw","raws","sourceIndex","source","before","after","trailingComma"]);function s(e,t,n){if(r(e)&&"yaml"===e.lang&&delete t.value,"css-comment"===e.type&&"css-root"===n.type&&n.nodes.length>0&&((n.nodes[0]===e||r(n.nodes[0])&&n.nodes[1]===e)&&(delete t.text,/^\*\s*@(?:format|prettier)\s*$/.test(e.text))||"css-root"===n.type&&i(n.nodes)===e))return null;if("value-root"===e.type&&delete t.text,("media-query"===e.type||"media-query-list"===e.type||"media-feature-expression"===e.type)&&delete t.value,"css-rule"===e.type&&delete t.params,"selector-combinator"===e.type&&(t.value=t.value.replace(/\s+/g," ")),"media-feature"===e.type&&(t.value=t.value.replace(/ /g,"")),("value-word"===e.type&&(e.isColor&&e.isHex||["initial","inherit","unset","revert"].includes(t.value.replace().toLowerCase()))||"media-feature"===e.type||"selector-root-invalid"===e.type||"selector-pseudo"===e.type)&&(t.value=t.value.toLowerCase()),"css-decl"===e.type&&(t.prop=t.prop.toLowerCase()),("css-atrule"===e.type||"css-import"===e.type)&&(t.name=t.name.toLowerCase()),"value-number"===e.type&&(t.unit=t.unit.toLowerCase()),("media-feature"===e.type||"media-keyword"===e.type||"media-type"===e.type||"media-unknown"===e.type||"media-url"===e.type||"media-value"===e.type||"selector-attribute"===e.type||"selector-string"===e.type||"selector-class"===e.type||"selector-combinator"===e.type||"value-string"===e.type)&&t.value&&(t.value=function(e){return e.replace(/'/g,'"').replace(/\\([^\dA-Fa-f])/g,"$1")}(t.value)),"selector-attribute"===e.type&&(t.attribute=t.attribute.trim(),t.namespace&&"string"==typeof t.namespace&&(t.namespace=t.namespace.trim(),0===t.namespace.length&&(t.namespace=!0)),t.value&&(t.value=t.value.trim().replace(/^["']|["']$/g,""),delete t.quoted)),("media-value"===e.type||"media-type"===e.type||"value-number"===e.type||"selector-root-invalid"===e.type||"selector-class"===e.type||"selector-combinator"===e.type||"selector-tag"===e.type)&&t.value&&(t.value=t.value.replace(/([\d+.Ee-]+)([A-Za-z]*)/g,((e,t,r)=>{let i=Number(t);return Number.isNaN(i)?e:i+r.toLowerCase()}))),"selector-tag"===e.type){let r=e.value.toLowerCase();["from","to"].includes(r)&&(t.value=r)}if("css-atrule"===e.type&&"supports"===e.name.toLowerCase()&&delete t.value,"selector-unknown"===e.type&&delete t.value,"value-comma_group"===e.type){let r=e.groups.findIndex((e=>"value-number"===e.type&&"..."===e.unit));-1!==r&&(t.groups[r].unit="",t.groups.splice(r+1,0,{type:"value-word",value:"...",isColor:!1,isHex:!1}))}return"value-comma_group"===e.type&&e.groups.some((e=>"value-atword"===e.type&&e.value.endsWith("[")||"value-word"===e.type&&e.value.startsWith("]")))?{type:"value-atword",value:e.groups.map((e=>e.value)).join(""),group:{open:null,close:null,groups:[],type:"value-paren_group"}}:void 0}s.ignoredProperties=n,t.exports=s}}),xi=d({"src/utils/front-matter/print.js"(e,t){g();var{builders:{hardline:r,markAsRoot:i}}=$();t.exports=function(e,t){if("yaml"===e.lang){let n=e.value.trim(),s=n?t(n,{parser:"yaml"},{stripTrailingHardline:!0}):"";return i([e.startDelimiter,r,s,s?r:"",e.endDelimiter])}}}}),Si=d({"src/language-css/embed.js"(e,t){g();var{builders:{hardline:r}}=$(),i=xi();t.exports=function(e,t,n){let s=e.getValue();if("front-matter"===s.type){let e=i(s,n);return e?[e,r]:""}}}}),wi=d({"src/utils/front-matter/parse.js"(e,t){g();var r=new RegExp("^(?<startDelimiter>-{3}|\\+{3})(?<language>[^\\n]*)\\n(?:|(?<value>.*?)\\n)(?<endDelimiter>\\k<startDelimiter>|\\.{3})[^\\S\\n]*(?:\\n|$)","s");t.exports=function(e){let t=e.match(r);if(!t)return{content:e};let{startDelimiter:i,language:n,value:s="",endDelimiter:u}=t.groups,a=n.trim()||"yaml";if("+++"===i&&(a="toml"),"yaml"!==a&&i!==u)return{content:e};let[o]=t;return{frontMatter:{type:"front-matter",lang:a,value:s,startDelimiter:i,endDelimiter:u,raw:o.replace(/\n$/,"")},content:o.replace(/[^\n]/g," ")+e.slice(o.length)}}}}),Ti=d({"src/language-css/pragma.js"(e,t){g();var r=Nr(),i=wi();t.exports={hasPragma:function(e){return r.hasPragma(i(e).content)},insertPragma:function(e){let{frontMatter:t,content:n}=i(e);return(t?t.raw+"\n\n":"")+r.insertPragma(n)}}}}),Bi=d({"src/language-css/utils/index.js"(e,t){g();var r=new Set(["red","green","blue","alpha","a","rgb","hue","h","saturation","s","lightness","l","whiteness","w","blackness","b","tint","shade","blend","blenda","contrast","hsl","hsla","hwb","hwba"]);function i(e,t){let r,i=Array.isArray(t)?t:[t],n=-1;for(;r=e.getParentNode(++n);)if(i.includes(r.type))return n;return-1}function n(e,t){let r=i(e,t);return-1===r?null:e.getParentNode(r)}var s=new Set(["initial","inherit","unset","revert"]);function u(e){return"value-operator"===e.type&&"*"===e.value}function a(e){return"value-operator"===e.type&&"/"===e.value}function o(e){return"value-operator"===e.type&&"+"===e.value}function l(e){return"value-operator"===e.type&&"-"===e.value}function c(e){return"value-operator"===e.type&&"%"===e.value}function h(e){var t,r;return"value-comma_group"===e.type&&"value-colon"===(null===(t=e.groups)||void 0===t||null===(r=t[1])||void 0===r?void 0:r.type)}function p(e){var t;return"value-paren_group"===e.type&&(null===(t=e.groups)||void 0===t?void 0:t[0])&&h(e.groups[0])}function D(e){return"value-colon"===(null==e?void 0:e.type)}t.exports={getAncestorCounter:i,getAncestorNode:n,getPropOfDeclNode:function(e){var t;let r=n(e,"css-decl");return null==r||null===(t=r.prop)||void 0===t?void 0:t.toLowerCase()},maybeToLowerCase:function(e){return e.includes("$")||e.includes("@")||e.includes("#")||e.startsWith("%")||e.startsWith("--")||e.startsWith(":--")||e.includes("(")&&e.includes(")")?e:e.toLowerCase()},insideValueFunctionNode:function(e,t){var r;let i=n(e,"value-func");return(null==i||null===(r=i.value)||void 0===r?void 0:r.toLowerCase())===t},insideICSSRuleNode:function(e){var t;let r=n(e,"css-rule"),i=null==r||null===(t=r.raws)||void 0===t?void 0:t.selector;return i&&(i.startsWith(":import")||i.startsWith(":export"))},insideAtRuleNode:function(e,t){let r=Array.isArray(t)?t:[t],i=n(e,"css-atrule");return i&&r.includes(i.name.toLowerCase())},insideURLFunctionInImportAtRuleNode:function(e){let t=e.getValue(),r=n(e,"css-atrule");return"import"===(null==r?void 0:r.name)&&"url"===t.groups[0].value&&2===t.groups.length},isKeyframeAtRuleKeywords:function(e,t){let r=n(e,"css-atrule");return(null==r?void 0:r.name)&&r.name.toLowerCase().endsWith("keyframes")&&["from","to"].includes(t.toLowerCase())},isWideKeywords:function(e){return s.has(e.toLowerCase())},isLastNode:function(e,t){var r;let i=null===(r=e.getParentNode())||void 0===r?void 0:r.nodes;return i&&i.indexOf(t)===i.length-1},isSCSSControlDirectiveNode:function(e){return"css-atrule"===e.type&&["if","else","for","each","while"].includes(e.name)},isDetachedRulesetDeclarationNode:function(e){let{selector:t}=e;return!!t&&("string"==typeof t&&/^@.+:.*$/.test(t)||t.value&&/^@.+:.*$/.test(t.value))},isRelationalOperatorNode:function(e){return"value-word"===e.type&&["<",">","<=",">="].includes(e.value)},isEqualityOperatorNode:function(e){return"value-word"===e.type&&["==","!="].includes(e.value)},isMultiplicationNode:u,isDivisionNode:a,isAdditionNode:o,isSubtractionNode:l,isModuloNode:c,isMathOperatorNode:function(e){return u(e)||a(e)||o(e)||l(e)||c(e)},isEachKeywordNode:function(e){return"value-word"===e.type&&"in"===e.value},isForKeywordNode:function(e){return"value-word"===e.type&&["from","through","end"].includes(e.value)},isURLFunctionNode:function(e){return"value-func"===e.type&&"url"===e.value.toLowerCase()},isIfElseKeywordNode:function(e){return"value-word"===e.type&&["and","or","not"].includes(e.value)},hasComposesNode:function(e){var t,r;return"value-root"===(null===(t=e.value)||void 0===t?void 0:t.type)&&"value-value"===(null===(r=e.value.group)||void 0===r?void 0:r.type)&&"composes"===e.prop.toLowerCase()},hasParensAroundNode:function(e){var t,r,i;return"value-paren_group"===(null===(t=e.value)||void 0===t||null===(r=t.group)||void 0===r||null===(i=r.group)||void 0===i?void 0:i.type)&&null!==e.value.group.group.open&&null!==e.value.group.group.close},hasEmptyRawBefore:function(e){var t;return""===(null===(t=e.raws)||void 0===t?void 0:t.before)},isDetachedRulesetCallNode:function(e){var t;return(null===(t=e.raws)||void 0===t?void 0:t.params)&&/^\(\s*\)$/.test(e.raws.params)},isTemplatePlaceholderNode:function(e){return e.name.startsWith("prettier-placeholder")},isTemplatePropNode:function(e){return e.prop.startsWith("@prettier-placeholder")},isPostcssSimpleVarNode:function(e,t){return"$$"===e.value&&"value-func"===e.type&&"value-word"===(null==t?void 0:t.type)&&!t.raws.before},isKeyValuePairNode:h,isKeyValuePairInParenGroupNode:p,isKeyInValuePairNode:function(e,t){if(!h(t))return!1;let{groups:r}=t,i=r.indexOf(e);return-1!==i&&D(r[i+1])},isSCSSMapItemNode:function(e){var t;let r=e.getValue();if(0===r.groups.length)return!1;let i=e.getParentNode(1);if(!(p(r)||i&&p(i)))return!1;let s=n(e,"css-decl");return!!(null!=s&&null!==(t=s.prop)&&void 0!==t&&t.startsWith("$")||p(i)||"value-func"===i.type)},isInlineValueCommentNode:function(e){return"value-comment"===e.type&&e.inline},isHashNode:function(e){return"value-word"===e.type&&"#"===e.value},isLeftCurlyBraceNode:function(e){return"value-word"===e.type&&"{"===e.value},isRightCurlyBraceNode:function(e){return"value-word"===e.type&&"}"===e.value},isWordNode:function(e){return["value-word","value-atword"].includes(e.type)},isColonNode:D,isMediaAndSupportsKeywords:function(e){return e.value&&["not","and","or"].includes(e.value.toLowerCase())},isColorAdjusterFuncNode:function(e){return"value-func"===e.type&&r.has(e.value.toLowerCase())},lastLineHasInlineComment:function(e){return/\/\//.test(e.split(/[\n\r]/).pop())},isAtWordPlaceholderNode:function(e){return"value-atword"===(null==e?void 0:e.type)&&e.value.startsWith("prettier-placeholder-")},isConfigurationNode:function(e,t){var r,i;if("("!==(null===(r=e.open)||void 0===r?void 0:r.value)||")"!==(null===(i=e.close)||void 0===i?void 0:i.value)||e.groups.some((e=>"value-comma_group"!==e.type)))return!1;if("value-comma_group"===t.type){let r=t.groups.indexOf(e)-1,i=t.groups[r];if("value-word"===(null==i?void 0:i.type)&&"with"===i.value)return!0}return!1},isParenGroupNode:function(e){var t,r;return"value-paren_group"===e.type&&"("===(null===(t=e.open)||void 0===t?void 0:t.value)&&")"===(null===(r=e.close)||void 0===r?void 0:r.value)}}}}),Pi=d({"src/utils/line-column-to-index.js"(e,t){g(),t.exports=function(e,t){let r=0;for(let i=0;i<e.line-1;++i)r=t.indexOf("\n",r)+1;return r+e.column}}}),ki=d({"src/language-css/loc.js"(e,t){g();var{skipEverythingButNewLine:r}=ie(),i=v(),n=Pi();function s(e,t){return"number"==typeof e.sourceIndex?e.sourceIndex:e.source?n(e.source.start,t)-1:null}function u(e,t){if("css-comment"===e.type&&e.inline)return r(t,e.source.startOffset);let s=e.nodes&&i(e.nodes);return s&&e.source&&!e.source.end&&(e=s),e.source&&e.source.end?n(e.source.end,t):null}function a(e,t,r){e.source&&(e.source.startOffset=s(e,r)+t,e.source.endOffset=u(e,r)+t);for(let i in e){let n=e[i];"source"===i||!n||"object"!=typeof n||a(n,t,r)}}function o(e){let t=e.source.startOffset;return"string"==typeof e.prop&&(t+=e.prop.length),"css-atrule"===e.type&&"string"==typeof e.name&&(t+=1+e.name.length+e.raws.afterName.match(/^\s*:?\s*/)[0].length),"css-atrule"!==e.type&&e.raws&&"string"==typeof e.raws.between&&(t+=e.raws.between.length),t}t.exports={locStart:function(e){return e.source.startOffset},locEnd:function(e){return e.source.endOffset},calculateLoc:function e(t,r){t.source&&(t.source.startOffset=s(t,r),t.source.endOffset=u(t,r));for(let i in t){let n=t[i];"source"===i||!n||"object"!=typeof n||("value-root"===n.type||"value-unknown"===n.type?a(n,o(t),n.text||n.value):e(n,r))}},replaceQuotesInInlineComments:function(e){let t,r="initial",i="initial",n=!1,s=[];for(let u=0;u<e.length;u++){let a=e[u];switch(r){case"initial":if("'"===a){r="single-quotes";continue}if('"'===a){r="double-quotes";continue}if(("u"===a||"U"===a)&&"url("===e.slice(u,u+4).toLowerCase()){r="url",u+=3;continue}if("*"===a&&"/"===e[u-1]){r="comment-block";continue}if("/"===a&&"/"===e[u-1]){r="comment-inline",t=u-1;continue}continue;case"single-quotes":if("'"===a&&"\\"!==e[u-1]&&(r=i,i="initial"),"\n"===a||"\r"===a)return e;continue;case"double-quotes":if('"'===a&&"\\"!==e[u-1]&&(r=i,i="initial"),"\n"===a||"\r"===a)return e;continue;case"url":if(")"===a&&(r="initial"),"\n"===a||"\r"===a)return e;if("'"===a){r="single-quotes",i="url";continue}if('"'===a){r="double-quotes",i="url";continue}continue;case"comment-block":"/"===a&&"*"===e[u-1]&&(r="initial");continue;case"comment-inline":('"'===a||"'"===a||"*"===a)&&(n=!0),("\n"===a||"\r"===a)&&(n&&s.push([t,u]),r="initial",n=!1);continue}}for(let[t,r]of s)e=e.slice(0,t)+e.slice(t,r).replace(/["'*]/g," ")+e.slice(r);return e}}}}),Ni=d({"src/language-css/utils/is-less-parser.js"(e,t){g(),t.exports=function(e){return"css"===e.parser||"less"===e.parser}}}),ji=d({"src/language-css/utils/is-scss.js"(e,t){g(),t.exports=function(e,t){return"less"===e||"scss"===e?"scss"===e:/(?:\w\s*:\s*[^:}]+|#){|@import[^\n]+(?:url|,)/.test(t)}}}),Ii=d({"src/language-css/utils/css-units.evaluate.js"(e,t){t.exports={em:"em",rem:"rem",ex:"ex",rex:"rex",cap:"cap",rcap:"rcap",ch:"ch",rch:"rch",ic:"ic",ric:"ric",lh:"lh",rlh:"rlh",vw:"vw",svw:"svw",lvw:"lvw",dvw:"dvw",vh:"vh",svh:"svh",lvh:"lvh",dvh:"dvh",vi:"vi",svi:"svi",lvi:"lvi",dvi:"dvi",vb:"vb",svb:"svb",lvb:"lvb",dvb:"dvb",vmin:"vmin",svmin:"svmin",lvmin:"lvmin",dvmin:"dvmin",vmax:"vmax",svmax:"svmax",lvmax:"lvmax",dvmax:"dvmax",cm:"cm",mm:"mm",q:"Q",in:"in",pt:"pt",pc:"pc",px:"px",deg:"deg",grad:"grad",rad:"rad",turn:"turn",s:"s",ms:"ms",hz:"Hz",khz:"kHz",dpi:"dpi",dpcm:"dpcm",dppx:"dppx",x:"x"}}}),Oi=d({"src/language-css/utils/print-unit.js"(e,t){g();var r=Ii();t.exports=function(e){let t=e.toLowerCase();return Object.prototype.hasOwnProperty.call(r,t)?r[t]:e}}}),Li=d({"src/language-css/printer-postcss.js"(e,t){g();var r=v(),{printNumber:i,printString:n,hasNewline:s,isFrontMatterNode:u,isNextLineEmpty:a,isNonEmptyArray:o}=oe(),{builders:{join:l,line:c,hardline:h,softline:p,group:D,fill:d,indent:f,dedent:m,ifBreak:E,breakParent:C},utils:{removeLines:y,getDocParts:F}}=$(),b=vi(),A=Si(),{insertPragma:x}=Ti(),{getAncestorNode:S,getPropOfDeclNode:w,maybeToLowerCase:T,insideValueFunctionNode:B,insideICSSRuleNode:P,insideAtRuleNode:k,insideURLFunctionInImportAtRuleNode:N,isKeyframeAtRuleKeywords:j,isWideKeywords:I,isLastNode:O,isSCSSControlDirectiveNode:L,isDetachedRulesetDeclarationNode:M,isRelationalOperatorNode:_,isEqualityOperatorNode:R,isMultiplicationNode:q,isDivisionNode:U,isAdditionNode:V,isSubtractionNode:H,isMathOperatorNode:J,isEachKeywordNode:z,isForKeywordNode:G,isURLFunctionNode:W,isIfElseKeywordNode:X,hasComposesNode:K,hasParensAroundNode:Y,hasEmptyRawBefore:Q,isKeyValuePairNode:Z,isKeyInValuePairNode:ee,isDetachedRulesetCallNode:te,isTemplatePlaceholderNode:re,isTemplatePropNode:ie,isPostcssSimpleVarNode:ne,isSCSSMapItemNode:se,isInlineValueCommentNode:ue,isHashNode:ae,isLeftCurlyBraceNode:le,isRightCurlyBraceNode:ce,isWordNode:he,isColonNode:pe,isMediaAndSupportsKeywords:De,isColorAdjusterFuncNode:de,lastLineHasInlineComment:fe,isAtWordPlaceholderNode:me,isConfigurationNode:Ee,isParenGroupNode:ge}=Bi(),{locStart:Ce,locEnd:ye}=ki(),Fe=Ni(),be=ji(),Ae=Oi();function ve(e){return"es5"===e.trailingComma||"all"===e.trailingComma}function xe(e,t,r){let i=[];return e.each(((e,n,o)=>{let l=o[n-1];if(l&&"css-comment"===l.type&&"prettier-ignore"===l.text.trim()){let r=e.getValue();i.push(t.originalText.slice(Ce(r),ye(r)))}else i.push(r());n!==o.length-1&&("css-comment"===o[n+1].type&&!s(t.originalText,Ce(o[n+1]),{backwards:!0})&&!u(o[n])||"css-atrule"===o[n+1].type&&"else"===o[n+1].name&&"css-comment"!==o[n].type?i.push(" "):(i.push(t.__isHTMLStyleAttribute?c:h),a(t.originalText,e.getValue(),ye)&&!u(o[n])&&i.push(h)))}),"nodes"),i}var Se=/(["'])(?:(?!\1)[^\\]|\\.)*\1/gs,we=new RegExp(Se.source+`|(${/[$@]?[A-Z_a-z\u0080-\uFFFF][\w\u0080-\uFFFF-]*/g.source})?(${/(?:\d*\.\d+|\d+\.?)(?:[Ee][+-]?\d+)?/g.source})(${/[A-Za-z]+/g.source})?`,"g");function Te(e,t){return e.replace(Se,(e=>n(e,t)))}function Be(e,t){let r=t.singleQuote?"'":'"';return e.includes('"')||e.includes("'")?e:r+e+r}function Pe(e){return e.replace(we,((e,t,r,i,n)=>!r&&i?ke(i)+T(n||""):e))}function ke(e){return i(e).replace(/\.0(?=$|e)/,"")}t.exports={print:function(e,t,i){let s=e.getValue();if(!s)return"";if("string"==typeof s)return s;switch(s.type){case"front-matter":return[s.raw,h];case"css-root":{let r=xe(e,t,i),n=s.raws.after.trim();return n.startsWith(";")&&(n=n.slice(1).trim()),[r,n?` ${n}`:"",F(r).length>0?h:""]}case"css-comment":{let e=s.inline||s.raws.inline,r=t.originalText.slice(Ce(s),ye(s));return e?r.trimEnd():r}case"css-rule":return[i("selector"),s.important?" !important":"",s.nodes?[s.selector&&"selector-unknown"===s.selector.type&&fe(s.selector.value)?c:" ","{",s.nodes.length>0?f([h,xe(e,t,i)]):"",h,"}",M(s)?";":""]:";"];case"css-decl":{let r=e.getParentNode(),{between:n}=s.raws,u=n.trim(),a=":"===u,o=K(s)?y(i("value")):i("value");return!a&&fe(u)&&(o=f([h,m(o)])),[s.raws.before.replace(/[\s;]/g,""),"css-atrule"===r.type&&r.variable||P(e)?s.prop:T(s.prop),u.startsWith("//")?" ":"",u,s.extend?"":" ",Fe(t)&&s.extend&&s.selector?["extend(",i("selector"),")"]:"",o,s.raws.important?s.raws.important.replace(/\s*!\s*important/i," !important"):s.important?" !important":"",s.raws.scssDefault?s.raws.scssDefault.replace(/\s*!default/i," !default"):s.scssDefault?" !default":"",s.raws.scssGlobal?s.raws.scssGlobal.replace(/\s*!global/i," !global"):s.scssGlobal?" !global":"",s.nodes?[" {",f([p,xe(e,t,i)]),p,"}"]:ie(s)&&!r.raws.semicolon&&";"!==t.originalText[ye(s)-1]?"":t.__isHTMLStyleAttribute&&O(e,s)?E(";"):";"]}case"css-atrule":{let r=e.getParentNode(),n=re(s)&&!r.raws.semicolon&&";"!==t.originalText[ye(s)-1];if(Fe(t)){if(s.mixin)return[i("selector"),s.important?" !important":"",n?"":";"];if(s.function)return[s.name,i("params"),n?"":";"];if(s.variable)return["@",s.name,": ",s.value?i("value"):"",s.raws.between.trim()?s.raws.between.trim()+" ":"",s.nodes?["{",f([s.nodes.length>0?p:"",xe(e,t,i)]),p,"}"]:"",n?"":";"]}return["@",te(s)||s.name.endsWith(":")?s.name:T(s.name),s.params?[te(s)?"":re(s)?""===s.raws.afterName?"":s.name.endsWith(":")?" ":/^\s*\n\s*\n/.test(s.raws.afterName)?[h,h]:/^\s*\n/.test(s.raws.afterName)?h:" ":" ",i("params")]:"",s.selector?f([" ",i("selector")]):"",s.value?D([" ",i("value"),L(s)?Y(s)?" ":c:""]):"else"===s.name?" ":"",s.nodes?[L(s)?"":s.selector&&!s.selector.nodes&&"string"==typeof s.selector.value&&fe(s.selector.value)||!s.selector&&"string"==typeof s.params&&fe(s.params)?c:" ","{",f([s.nodes.length>0?p:"",xe(e,t,i)]),p,"}"]:n?"":";"]}case"media-query-list":{let t=[];return e.each((e=>{let r=e.getValue();"media-query"===r.type&&""===r.value||t.push(i())}),"nodes"),D(f(l(c,t)))}case"media-query":return[l(" ",e.map(i,"nodes")),O(e,s)?"":","];case"media-type":case"media-value":return Pe(Te(s.value,t));case"media-feature-expression":return s.nodes?["(",...e.map(i,"nodes"),")"]:s.value;case"media-feature":return T(Te(s.value.replace(/ +/g," "),t));case"media-colon":case"value-comma":return[s.value," "];case"media-keyword":case"selector-string":return Te(s.value,t);case"media-url":return Te(s.value.replace(/^url\(\s+/gi,"url(").replace(/\s+\)$/g,")"),t);case"media-unknown":case"selector-comment":case"selector-nesting":case"value-paren":case"value-operator":case"value-unicode-range":case"value-unknown":return s.value;case"selector-root":return D([k(e,"custom-selector")?[S(e,"css-atrule").customSelector,c]:"",l([",",k(e,["extend","custom-selector","nest"])?c:h],e.map(i,"nodes"))]);case"selector-selector":return D(f(e.map(i,"nodes")));case"selector-tag":{let t=e.getParentNode(),r=t&&t.nodes.indexOf(s),i=r&&t.nodes[r-1];return[s.namespace?[!0===s.namespace?"":s.namespace.trim(),"|"]:"","selector-nesting"===i.type?s.value:Pe(j(e,s.value)?s.value.toLowerCase():s.value)]}case"selector-id":return["#",s.value];case"selector-class":return[".",Pe(Te(s.value,t))];case"selector-attribute":var u;return["[",s.namespace?[!0===s.namespace?"":s.namespace.trim(),"|"]:"",s.attribute.trim(),null!==(u=s.operator)&&void 0!==u?u:"",s.value?Be(Te(s.value.trim(),t),t):"",s.insensitive?" i":"","]"];case"selector-combinator":if("+"===s.value||">"===s.value||"~"===s.value||">>>"===s.value){let t=e.getParentNode();return["selector-selector"===t.type&&t.nodes[0]===s?"":c,s.value,O(e,s)?"":" "]}return[s.value.trim().startsWith("(")?c:"",Pe(Te(s.value.trim(),t))||c];case"selector-universal":return[s.namespace?[!0===s.namespace?"":s.namespace.trim(),"|"]:"",s.value];case"selector-pseudo":return[T(s.value),o(s.nodes)?D(["(",f([p,l([",",c],e.map(i,"nodes"))]),p,")"]):""];case"selector-unknown":{let r=S(e,"css-rule");if(r&&r.isSCSSNesterProperty)return Pe(Te(T(s.value),t));let i=e.getParentNode();if(i.raws&&i.raws.selector){let e=Ce(i);return t.originalText.slice(e,e+i.raws.selector.length).trim()}let n=e.getParentNode(1);if("value-paren_group"===i.type&&n&&"value-func"===n.type&&"selector"===n.value){let e=ye(i.open)+1,r=Ce(i.close),n=t.originalText.slice(e,r).trim();return fe(n)?[C,n]:n}return s.value}case"value-value":case"value-root":return i("group");case"value-comment":return t.originalText.slice(Ce(s),ye(s));case"value-comma_group":{let r=e.getParentNode(),n=e.getParentNode(1),u=w(e),a=u&&"value-value"===r.type&&("grid"===u||u.startsWith("grid-template")),o=S(e,"css-atrule"),l=o&&L(o),E=s.groups.some((e=>ue(e))),y=e.map(i,"groups"),F=[],b=B(e,"url"),A=!1,v=!1;for(let i=0;i<s.groups.length;++i){var g;F.push(y[i]);let u=s.groups[i-1],D=s.groups[i],d=s.groups[i+1],f=s.groups[i+2];if(b){(d&&V(d)||V(D))&&F.push(" ");continue}if(k(e,"forward")&&"value-word"===D.type&&D.value&&void 0!==u&&"value-word"===u.type&&"as"===u.value&&"value-operator"===d.type&&"*"===d.value||!d||"value-word"===D.type&&D.value.endsWith("-")&&me(d))continue;if("value-string"===D.type&&D.quoted){let e=D.value.lastIndexOf("#{"),t=D.value.lastIndexOf("}");-1!==e&&-1!==t?A=e>t:-1!==e?A=!0:-1!==t&&(A=!1)}if(A||pe(D)||pe(d)||"value-atword"===D.type&&(""===D.value||D.value.endsWith("["))||"value-word"===d.type&&d.value.startsWith("]")||"~"===D.value||D.value&&D.value.includes("\\")&&d&&"value-comment"!==d.type||u&&u.value&&u.value.indexOf("\\")===u.value.length-1&&"value-operator"===D.type&&"/"===D.value||"\\"===D.value||ne(D,d)||ae(D)||le(D)||ce(d)||le(d)&&Q(d)||ce(D)&&Q(d)||"--"===D.value&&ae(d))continue;let E=J(D),C=J(d);if((E&&ae(d)||C&&ce(D))&&Q(d)||!u&&U(D)||B(e,"calc")&&(V(D)||V(d)||H(D)||H(d))&&Q(d))continue;let x=(V(D)||H(D))&&0===i&&("value-number"===d.type||d.isHex)&&n&&de(n)&&!Q(d),S=f&&"value-func"===f.type||f&&he(f)||"value-func"===D.type||he(D),w="value-func"===d.type||he(d)||u&&"value-func"===u.type||u&&he(u);if((q(d)||q(D)||B(e,"calc")||x||!(U(d)&&!S||U(D)&&!w||V(d)&&!S||V(D)&&!w||H(d)||H(D))||!(Q(d)||E&&(!u||u&&J(u))))&&("scss"!==t.parser&&"less"!==t.parser||!E||"-"!==D.value||!ge(d)||ye(D)!==Ce(d.open)||"("!==d.open.value)){if(ue(D)){if("value-paren_group"===r.type){F.push(m(h));continue}F.push(h);continue}if(l&&(R(d)||_(d)||X(d)||z(D)||G(D))){F.push(" ");continue}if(o&&"namespace"===o.name.toLowerCase()){F.push(" ");continue}if(a){D.source&&d.source&&D.source.start.line!==d.source.start.line?(F.push(h),v=!0):F.push(" ");continue}if(C){F.push(" ");continue}if(!(d&&"..."===d.value||me(D)&&me(d)&&ye(D)===Ce(d))){if(me(D)&&ge(d)&&ye(D)===Ce(d.open)){F.push(p);continue}if("with"===D.value&&ge(d)){F.push(" ");continue}null!==(g=D.value)&&void 0!==g&&g.endsWith("#")&&"{"===d.value&&ge(d.group)||F.push(c)}}}return E&&F.push(C),v&&F.unshift(h),l?D(f(F)):N(e)?D(d(F)):D(f(d(F)))}case"value-paren_group":{let n=e.getParentNode();if(n&&W(n)&&(1===s.groups.length||s.groups.length>0&&"value-comma_group"===s.groups[0].type&&s.groups[0].groups.length>0&&"value-word"===s.groups[0].groups[0].type&&s.groups[0].groups[0].value.startsWith("data:")))return[s.open?i("open"):"",l(",",e.map(i,"groups")),s.close?i("close"):""];if(!s.open){let t=e.map(i,"groups"),r=[];for(let e=0;e<t.length;e++)0!==e&&r.push([",",c]),r.push(t[e]);return D(f(d(r)))}let u=se(e),g=r(s.groups),C=g&&"value-comment"===g.type,y=ee(s,n),b=Ee(s,n),A=b||u&&!y,v=b||y,x=D([s.open?i("open"):"",f([p,l([c],e.map(((e,n)=>{let u=e.getValue(),l=n===s.groups.length-1,c=[i(),l?"":","];if(Z(u)&&"value-comma_group"===u.type&&u.groups&&"value-paren_group"!==u.groups[0].type&&u.groups[2]&&"value-paren_group"===u.groups[2].type){let e=F(c[0].contents.contents);e[1]=D(e[1]),c=[D(m(c))]}if(!l&&"value-comma_group"===u.type&&o(u.groups)){let e=r(u.groups);!e.source&&e.close&&(e=e.close),e.source&&a(t.originalText,e,ye)&&c.push(h)}return c}),"groups"))]),E(!C&&be(t.parser,t.originalText)&&u&&ve(t)?",":""),p,s.close?i("close"):""],{shouldBreak:A});return v?m(x):x}case"value-func":return[s.value,k(e,"supports")&&De(s)?" ":"",i("group")];case"value-number":return[ke(s.value),Ae(s.unit)];case"value-word":return s.isColor&&s.isHex||I(s.value)?s.value.toLowerCase():s.value;case"value-colon":{let t=e.getParentNode(),i=t&&t.groups.indexOf(s),n=i&&t.groups[i-1];return[s.value,n&&"string"==typeof n.value&&"\\"===r(n.value)||B(e,"url")?"":c]}case"value-string":return n(s.raws.quote+s.value+s.raws.quote,t);case"value-atword":return["@",s.value];default:throw new Error(`Unknown postcss type ${JSON.stringify(s.type)}`)}},embed:A,insertPragma:x,massageAstNode:b}}}),Mi=d({"src/language-css/options.js"(e,t){g();var r=di();t.exports={singleQuote:r.singleQuote}}}),_i=d({"src/language-css/parsers.js"(){g()}}),$i=d({"node_modules/linguist-languages/data/CSS.json"(e,t){t.exports={name:"CSS",type:"markup",tmScope:"source.css",aceMode:"css",codemirrorMode:"css",codemirrorMimeType:"text/css",color:"#563d7c",extensions:[".css"],languageId:50}}}),Ri=d({"node_modules/linguist-languages/data/PostCSS.json"(e,t){t.exports={name:"PostCSS",type:"markup",color:"#dc3a0c",tmScope:"source.postcss",group:"CSS",extensions:[".pcss",".postcss"],aceMode:"text",languageId:262764437}}}),qi=d({"node_modules/linguist-languages/data/Less.json"(e,t){t.exports={name:"Less",type:"markup",color:"#1d365d",aliases:["less-css"],extensions:[".less"],tmScope:"source.css.less",aceMode:"less",codemirrorMode:"css",codemirrorMimeType:"text/css",languageId:198}}}),Ui=d({"node_modules/linguist-languages/data/SCSS.json"(e,t){t.exports={name:"SCSS",type:"markup",color:"#c6538c",tmScope:"source.css.scss",aceMode:"scss",codemirrorMode:"css",codemirrorMimeType:"text/x-scss",extensions:[".scss"],languageId:329}}}),Vi=d({"src/language-css/index.js"(e,t){g();var r=Gt(),i=Li(),n=Mi(),s=_i(),u=[r($i(),(e=>({since:"1.4.0",parsers:["css"],vscodeLanguageIds:["css"],extensions:[...e.extensions,".wxss"]}))),r(Ri(),(()=>({since:"1.4.0",parsers:["css"],vscodeLanguageIds:["postcss"]}))),r(qi(),(()=>({since:"1.4.0",parsers:["less"],vscodeLanguageIds:["less"]}))),r(Ui(),(()=>({since:"1.4.0",parsers:["scss"],vscodeLanguageIds:["scss"]})))];t.exports={languages:u,options:n,printers:{postcss:i},parsers:s}}}),Hi=d({"src/language-handlebars/loc.js"(e,t){g(),t.exports={locStart:function(e){return e.loc.start.offset},locEnd:function(e){return e.loc.end.offset}}}}),Ji=d({"src/language-handlebars/clean.js"(e,t){function r(e,t){if("TextNode"===e.type){let r=e.chars.trim();if(!r)return null;t.chars=r.replace(/[\t\n\f\r ]+/g," ")}"AttrNode"===e.type&&"class"===e.name.toLowerCase()&&delete t.value}g(),r.ignoredProperties=new Set(["loc","selfClosing"]),t.exports=r}}),zi=d({"src/language-handlebars/html-void-elements.evaluate.js"(e,t){t.exports=["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"]}}),Gi=d({"src/language-handlebars/utils.js"(e,t){g();var r=v(),i=zi();function n(e){return e.toUpperCase()===e}var s=new Set(i);function u(e){return a(e,["TextNode"])&&!/\S/.test(e.chars)}function a(e,t){return e&&t.includes(e.type)}function o(e,t){return a(e.getParentNode(0),t)}function l(e,t){var r,i,n,s;let u=e.getValue(),a=null!==(r=e.getParentNode(0))&&void 0!==r?r:{},o=null!==(i=null!==(n=null!==(s=a.children)&&void 0!==s?s:a.body)&&void 0!==n?n:a.parts)&&void 0!==i?i:[],l=o.indexOf(u);return-1!==l&&o[l+t]}function c(e){return l(e,-(arguments.length>1&&void 0!==arguments[1]?arguments[1]:1))}function h(e){return l(e,1)}function p(e){return a(e,["MustacheCommentStatement"])&&"string"==typeof e.value&&"prettier-ignore"===e.value.trim()}t.exports={getNextNode:h,getPreviousNode:c,hasPrettierIgnore:function(e){let t=e.getValue(),r=c(e,2);return p(t)||p(r)},isLastNodeOfSiblings:function(e){let t=e.getValue(),i=e.getParentNode(0);return!!(o(e,["ElementNode"])&&r(i.children)===t||o(e,["Block"])&&r(i.body)===t)},isNextNodeOfSomeType:function(e,t){return a(h(e),t)},isNodeOfSomeType:a,isParentOfSomeType:o,isPreviousNodeOfSomeType:function(e,t){return a(c(e),t)},isVoid:function(e){return!0===e.selfClosing||function(e){return s.has(e.toLowerCase())&&!n(e[0])}(e.tag)||function(e){return a(e,["ElementNode"])&&"string"==typeof e.tag&&!e.tag.startsWith(":")&&(n(e.tag[0])||e.tag.includes("."))}(e)&&e.children.every((e=>u(e)))},isWhitespaceNode:u}}}),Wi=d({"src/language-handlebars/printer-glimmer.js"(e,t){g();var{builders:{dedent:r,fill:i,group:n,hardline:s,ifBreak:u,indent:a,join:o,line:l,softline:c},utils:{getDocParts:h,replaceTextEndOfLine:p}}=$(),{getPreferredQuote:D,isNonEmptyArray:d}=oe(),{locStart:f,locEnd:m}=Hi(),E=Ji(),{getNextNode:C,getPreviousNode:y,hasPrettierIgnore:F,isLastNodeOfSiblings:b,isNextNodeOfSomeType:A,isNodeOfSomeType:v,isParentOfSomeType:x,isPreviousNodeOfSomeType:S,isVoid:w,isWhitespaceNode:T}=Gi();function B(e,t){return f(e)-f(t)}function P(e,t,r){let i=e.getValue().children.every((e=>T(e)));return"ignore"===t.htmlWhitespaceSensitivity&&i?"":e.map(((e,i)=>{let n=r();return 0===i&&"ignore"===t.htmlWhitespaceSensitivity?[c,n]:n}),"children")}function k(e){return w(e)?u([c,"/>"],[" />",c]):u([c,">"],">")}function N(e){return[!1===e.escaped?"{{{":"{{",e.strip&&e.strip.open?"~":""]}function j(e){return[e.strip&&e.strip.close?"~":"",!1===e.escaped?"}}}":"}}"]}function I(e){return[N(e),e.openStrip.open?"~":"","#"]}function O(e){let t=j(e);return[e.openStrip.close?"~":"",t]}function L(e){return[N(e),e.closeStrip.open?"~":"","/"]}function M(e){let t=j(e);return[e.closeStrip.close?"~":"",t]}function _(e){return[N(e),e.inverseStrip.open?"~":""]}function R(e){let t=j(e);return[e.inverseStrip.close?"~":"",t]}function q(e,t){let r=e.getValue(),i=[],s=re(e,t);return s&&i.push(n(s)),d(r.program.blockParams)&&i.push(ie(r.program)),n([I(r),te(0,t),i.length>0?a([l,o(l,i)]):"",c,O(r)])}function U(e,t){return["ignore"===t.htmlWhitespaceSensitivity?s:"",_(e),"else",R(e)]}function V(e,t,r){let i=e.getValue(),s=e.getParentNode(1);return n([_(s),["else"," ",r],a([l,n(re(e,t)),...d(i.program.blockParams)?[l,ie(i.program)]:[]]),c,R(s)])}function H(e,t,r){let i=e.getValue();return"ignore"===r.htmlWhitespaceSensitivity?[J(i)?c:s,L(i),t("path"),M(i)]:[L(i),t("path"),M(i)]}function J(e){return v(e,["BlockStatement"])&&e.program.body.every((e=>T(e)))}function z(e){return v(e,["BlockStatement"])&&e.inverse}function G(e,t,r){if(J(e.getValue()))return"";let i=t("program");return a("ignore"===r.htmlWhitespaceSensitivity?[s,i]:i)}function W(e,t,r){let i=e.getValue(),n=t("inverse"),u="ignore"===r.htmlWhitespaceSensitivity?[s,n]:n;return function(e){return z(e)&&1===e.inverse.body.length&&v(e.inverse.body[0],["BlockStatement"])&&e.inverse.body[0].path.parts[0]===e.path.parts[0]}(i)?u:z(i)?[U(i,r),a(u)]:""}function X(e){return h(o(l,function(e){return e.split(/[\t\n\f\r ]+/)}(e)))}function K(e){return(e="string"==typeof e?e:"").split("\n").length-1}function Y(){return Array.from({length:Math.min(arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,2)}).fill(s)}function Q(e,t){let{quote:r,regex:i}=D(e,t);return[r,e.replace(i,`\\${r}`),r]}function Z(e,t){let r=te(0,t),i=re(e,t);return i?a([r,l,n(i)]):r}function ee(e,t){let r=te(0,t),i=re(e,t);return i?[a([r,l,i]),c]:r}function te(e,t){return t("path")}function re(e,t){let r=e.getValue(),i=[];if(r.params.length>0){let r=e.map(t,"params");i.push(...r)}if(r.hash&&r.hash.pairs.length>0){let e=t("hash");i.push(e)}return 0===i.length?"":o(l,i)}function ie(e){return["as |",e.blockParams.join(" "),"|"]}t.exports={print:function(e,t,u){let h=e.getValue();if(!h)return"";if(F(e))return t.originalText.slice(f(h),m(h));let E=t.singleQuote?"'":'"';switch(h.type){case"Block":case"Program":case"Template":return n(e.map(u,"body"));case"ElementNode":{let r=n(function(e,t){let r=e.getValue(),i=["attributes","modifiers","comments"].filter((e=>d(r[e]))),n=i.flatMap((e=>r[e])).sort(B);for(let r of i)e.each((e=>{let r=n.indexOf(e.getValue());n.splice(r,1,[l,t()])}),r);return d(r.blockParams)&&n.push(l,ie(r)),["<",r.tag,a(n),k(r)]}(e,u)),i="ignore"===t.htmlWhitespaceSensitivity&&A(e,["ElementNode"])?c:"";if(w(h))return[r,i];let o=["</",h.tag,">"];return 0===h.children.length?[r,a(o),i]:"ignore"===t.htmlWhitespaceSensitivity?[r,a(P(e,t,u)),s,a(o),i]:[r,a(n(P(e,t,u))),a(o),i]}case"BlockStatement":{let r=e.getParentNode(1);return r&&r.inverse&&1===r.inverse.body.length&&r.inverse.body[0]===h&&r.inverse.body[0].path.parts[0]===r.path.parts[0]?[V(e,u,r.inverse.body[0].path.parts[0]),G(e,u,t),W(e,u,t)]:[q(e,u),n([G(e,u,t),W(e,u,t),H(e,u,t)])]}case"ElementModifierStatement":return n(["{{",ee(e,u),"}}"]);case"MustacheStatement":return n([N(h),ee(e,u),j(h)]);case"SubExpression":return n(["(",Z(e,u),c,")"]);case"AttrNode":{let e="TextNode"===h.value.type;if(e&&""===h.value.chars&&f(h.value)===m(h.value))return h.name;let t=e?D(h.value.chars,E).quote:"ConcatStatement"===h.value.type?D(h.value.parts.filter((e=>"TextNode"===e.type)).map((e=>e.chars)).join(""),E).quote:"",r=u("value");return[h.name,"=",t,"class"===h.name&&t?n(a(r)):r,t]}case"ConcatStatement":return e.map(u,"parts");case"Hash":return o(l,e.map(u,"pairs"));case"HashPair":return[h.key,"=",u("value")];case"TextNode":{let n=h.chars.replace(/{{/g,"\\{{"),s=function(e){for(let t=0;t<2;t++){let r=e.getParentNode(t);if(r&&"AttrNode"===r.type)return r.name.toLowerCase()}}(e);if(s){if("class"===s){let t=n.trim().split(/\s+/).join(" "),r=!1,i=!1;return x(e,["ConcatStatement"])&&(S(e,["MustacheStatement"])&&/^\s/.test(n)&&(r=!0),A(e,["MustacheStatement"])&&/\s$/.test(n)&&""!==t&&(i=!0)),[r?l:"",t,i?l:""]}return p(n)}let u=/^[\t\n\f\r ]*$/.test(n),a=!y(e),o=!C(e);if("ignore"!==t.htmlWhitespaceSensitivity){let t=/^[\t\n\f\r ]*/,s=/[\t\n\f\r ]*$/,c=o&&x(e,["Template"]),h=a&&x(e,["Template"]);if(u){if(h||c)return"";let t=[l],i=K(n);return i&&(t=Y(i)),b(e)&&(t=t.map((e=>r(e)))),t}let[p]=n.match(t),[D]=n.match(s),d=[];if(p){d=[l];let e=K(p);e&&(d=Y(e)),n=n.replace(t,"")}let f=[];if(D){if(!c){f=[l];let t=K(D);t&&(f=Y(t)),b(e)&&(f=f.map((e=>r(e))))}n=n.replace(s,"")}return[...d,i(X(n)),...f]}let c=K(n),D=function(e){return K(((e="string"==typeof e?e:"").match(/^([^\S\n\r]*[\n\r])+/g)||[])[0]||"")}(n),d=function(e){return K(((e="string"==typeof e?e:"").match(/([\n\r][^\S\n\r]*)+$/g)||[])[0]||"")}(n);if((a||o)&&u&&x(e,["Block","ElementNode","Template"]))return"";u&&c?(D=Math.min(c,2),d=0):(A(e,["BlockStatement","ElementNode"])&&(d=Math.max(d,1)),S(e,["BlockStatement","ElementNode"])&&(D=Math.max(D,1)));let f="",m="";return 0===d&&A(e,["MustacheStatement"])&&(m=" "),0===D&&S(e,["MustacheStatement"])&&(f=" "),a&&(D=0,f=""),o&&(d=0,m=""),n=n.replace(/^[\t\n\f\r ]+/g,f).replace(/[\t\n\f\r ]+$/,m),[...Y(D),i(X(n)),...Y(d)]}case"MustacheCommentStatement":{let e=f(h),r=m(h),i="~"===t.originalText.charAt(e+2),n="~"===t.originalText.charAt(r-3),s=h.value.includes("}}")?"--":"";return["{{",i?"~":"","!",s,h.value,s,n?"~":"","}}"]}case"PathExpression":return h.original;case"BooleanLiteral":case"NumberLiteral":return String(h.value);case"CommentStatement":return["\x3c!--",h.value,"--\x3e"];case"StringLiteral":return function(e){let t=0,r=e.getParentNode(t);for(;r&&v(r,["SubExpression"]);)t++,r=e.getParentNode(t);return!!(r&&v(e.getParentNode(t+1),["ConcatStatement"])&&v(e.getParentNode(t+2),["AttrNode"]))}(e)?Q(h.value,t.singleQuote?'"':"'"):Q(h.value,E);case"UndefinedLiteral":return"undefined";case"NullLiteral":return"null";default:throw new Error("unknown glimmer type: "+JSON.stringify(h.type))}},massageAstNode:E}}}),Xi=d({"src/language-handlebars/parsers.js"(){g()}}),Ki=d({"node_modules/linguist-languages/data/Handlebars.json"(e,t){t.exports={name:"Handlebars",type:"markup",color:"#f7931e",aliases:["hbs","htmlbars"],extensions:[".handlebars",".hbs"],tmScope:"text.html.handlebars",aceMode:"handlebars",languageId:155}}}),Yi=d({"src/language-handlebars/index.js"(e,t){g();var r=Gt(),i=Wi(),n=Xi(),s=[r(Ki(),(()=>({since:"2.3.0",parsers:["glimmer"],vscodeLanguageIds:["handlebars"]})))];t.exports={languages:s,printers:{glimmer:i},parsers:n}}}),Qi=d({"src/language-graphql/pragma.js"(e,t){g(),t.exports={hasPragma:function(e){return/^\s*#[^\S\n]*@(?:format|prettier)\s*(?:\n|$)/.test(e)},insertPragma:function(e){return"# @format\n\n"+e}}}}),Zi=d({"src/language-graphql/loc.js"(e,t){g(),t.exports={locStart:function(e){return"number"==typeof e.start?e.start:e.loc&&e.loc.start},locEnd:function(e){return"number"==typeof e.end?e.end:e.loc&&e.loc.end}}}}),en=d({"src/language-graphql/printer-graphql.js"(e,t){g();var{builders:{join:r,hardline:i,line:n,softline:s,group:u,indent:a,ifBreak:o}}=$(),{isNextLineEmpty:l,isNonEmptyArray:c}=oe(),{insertPragma:h}=Qi(),{locStart:p,locEnd:D}=Zi();function d(e,t,i){if(0===i.directives.length)return"";let o=r(n,e.map(t,"directives"));return"FragmentDefinition"===i.kind||"OperationDefinition"===i.kind?u([n,o]):[" ",u(a([s,o]))]}function f(e,t,r,n){return e.map(((e,n,s)=>{let u=r();return n<s.length-1&&l(t.originalText,e.getValue(),D)?[u,i]:u}),n)}function m(e,t,r){let i=e.getNode(),s=[],{interfaces:u}=i,a=e.map((e=>r(e)),"interfaces");for(let e=0;e<u.length;e++){let r=u[e];s.push(a[e]);let i=u[e+1];if(i){let e=t.originalText.slice(r.loc.end,i.loc.start),u=e.includes("#"),a=e.replace(/#.*/g,"").trim();s.push(","===a?",":" &",u?n:" ")}}return s}function E(e,t){"StringValue"===e.kind&&e.block&&!e.value.includes("\n")&&(t.value=t.value.trim())}E.ignoredProperties=new Set(["loc","comments"]),t.exports={print:function(e,t,h){let E=e.getValue();if(!E)return"";if("string"==typeof E)return E;switch(E.kind){case"Document":{let r=[];return e.each(((e,n,s)=>{r.push(h()),n!==s.length-1&&(r.push(i),l(t.originalText,e.getValue(),D)&&r.push(i))}),"definitions"),[...r,i]}case"OperationDefinition":{let i="{"!==t.originalText[p(E)],n=Boolean(E.name);return[i?E.operation:"",i&&n?[" ",h("name")]:"",i&&!n&&c(E.variableDefinitions)?" ":"",c(E.variableDefinitions)?u(["(",a([s,r([o("",", "),s],e.map(h,"variableDefinitions"))]),s,")"]):"",d(e,h,E),E.selectionSet&&(i||n)?" ":"",h("selectionSet")]}case"FragmentDefinition":return["fragment ",h("name"),c(E.variableDefinitions)?u(["(",a([s,r([o("",", "),s],e.map(h,"variableDefinitions"))]),s,")"]):""," on ",h("typeCondition"),d(e,h,E)," ",h("selectionSet")];case"SelectionSet":return["{",a([i,r(i,f(e,t,h,"selections"))]),i,"}"];case"Field":return u([E.alias?[h("alias"),": "]:"",h("name"),E.arguments.length>0?u(["(",a([s,r([o("",", "),s],f(e,t,h,"arguments"))]),s,")"]):"",d(e,h,E),E.selectionSet?" ":"",h("selectionSet")]);case"Name":case"IntValue":case"FloatValue":case"EnumValue":return E.value;case"StringValue":if(E.block){let e=E.value.replace(/"""/g,"\\$&").split("\n");return 1===e.length&&(e[0]=e[0].trim()),e.every((e=>""===e))&&(e.length=0),r(i,['"""',...e,'"""'])}return['"',E.value.replace(/["\\]/g,"\\$&").replace(/\n/g,"\\n"),'"'];case"BooleanValue":return E.value?"true":"false";case"NullValue":return"null";case"Variable":return["$",h("name")];case"ListValue":return u(["[",a([s,r([o("",", "),s],e.map(h,"values"))]),s,"]"]);case"ObjectValue":return u(["{",t.bracketSpacing&&E.fields.length>0?" ":"",a([s,r([o("",", "),s],e.map(h,"fields"))]),s,o("",t.bracketSpacing&&E.fields.length>0?" ":""),"}"]);case"ObjectField":case"Argument":return[h("name"),": ",h("value")];case"Directive":return["@",h("name"),E.arguments.length>0?u(["(",a([s,r([o("",", "),s],f(e,t,h,"arguments"))]),s,")"]):""];case"NamedType":return h("name");case"VariableDefinition":return[h("variable"),": ",h("type"),E.defaultValue?[" = ",h("defaultValue")]:"",d(e,h,E)];case"ObjectTypeExtension":case"ObjectTypeDefinition":return[h("description"),E.description?i:"","ObjectTypeExtension"===E.kind?"extend ":"","type ",h("name"),E.interfaces.length>0?[" implements ",...m(e,t,h)]:"",d(e,h,E),E.fields.length>0?[" {",a([i,r(i,f(e,t,h,"fields"))]),i,"}"]:""];case"FieldDefinition":return[h("description"),E.description?i:"",h("name"),E.arguments.length>0?u(["(",a([s,r([o("",", "),s],f(e,t,h,"arguments"))]),s,")"]):"",": ",h("type"),d(e,h,E)];case"DirectiveDefinition":return[h("description"),E.description?i:"","directive ","@",h("name"),E.arguments.length>0?u(["(",a([s,r([o("",", "),s],f(e,t,h,"arguments"))]),s,")"]):"",E.repeatable?" repeatable":""," on ",r(" | ",e.map(h,"locations"))];case"EnumTypeExtension":case"EnumTypeDefinition":return[h("description"),E.description?i:"","EnumTypeExtension"===E.kind?"extend ":"","enum ",h("name"),d(e,h,E),E.values.length>0?[" {",a([i,r(i,f(e,t,h,"values"))]),i,"}"]:""];case"EnumValueDefinition":return[h("description"),E.description?i:"",h("name"),d(e,h,E)];case"InputValueDefinition":return[h("description"),E.description?E.description.block?i:n:"",h("name"),": ",h("type"),E.defaultValue?[" = ",h("defaultValue")]:"",d(e,h,E)];case"InputObjectTypeExtension":case"InputObjectTypeDefinition":return[h("description"),E.description?i:"","InputObjectTypeExtension"===E.kind?"extend ":"","input ",h("name"),d(e,h,E),E.fields.length>0?[" {",a([i,r(i,f(e,t,h,"fields"))]),i,"}"]:""];case"SchemaExtension":return["extend schema",d(e,h,E),...E.operationTypes.length>0?[" {",a([i,r(i,f(e,t,h,"operationTypes"))]),i,"}"]:[]];case"SchemaDefinition":return[h("description"),E.description?i:"","schema",d(e,h,E)," {",E.operationTypes.length>0?a([i,r(i,f(e,t,h,"operationTypes"))]):"",i,"}"];case"OperationTypeDefinition":return[h("operation"),": ",h("type")];case"InterfaceTypeExtension":case"InterfaceTypeDefinition":return[h("description"),E.description?i:"","InterfaceTypeExtension"===E.kind?"extend ":"","interface ",h("name"),E.interfaces.length>0?[" implements ",...m(e,t,h)]:"",d(e,h,E),E.fields.length>0?[" {",a([i,r(i,f(e,t,h,"fields"))]),i,"}"]:""];case"FragmentSpread":return["...",h("name"),d(e,h,E)];case"InlineFragment":return["...",E.typeCondition?[" on ",h("typeCondition")]:"",d(e,h,E)," ",h("selectionSet")];case"UnionTypeExtension":case"UnionTypeDefinition":return u([h("description"),E.description?i:"",u(["UnionTypeExtension"===E.kind?"extend ":"","union ",h("name"),d(e,h,E),E.types.length>0?[" =",o(""," "),a([o([n," "]),r([n,"| "],e.map(h,"types"))])]:""])]);case"ScalarTypeExtension":case"ScalarTypeDefinition":return[h("description"),E.description?i:"","ScalarTypeExtension"===E.kind?"extend ":"","scalar ",h("name"),d(e,h,E)];case"NonNullType":return[h("type"),"!"];case"ListType":return["[",h("type"),"]"];default:throw new Error("unknown graphql type: "+JSON.stringify(E.kind))}},massageAstNode:E,hasPrettierIgnore:function(e){var t;let r=e.getValue();return null==r||null===(t=r.comments)||void 0===t?void 0:t.some((e=>"prettier-ignore"===e.value.trim()))},insertPragma:h,printComment:function(e){let t=e.getValue();if("Comment"===t.kind)return"#"+t.value.trimEnd();throw new Error("Not a comment: "+JSON.stringify(t))},canAttachComment:function(e){return e.kind&&"Comment"!==e.kind}}}}),tn=d({"src/language-graphql/options.js"(e,t){g();var r=di();t.exports={bracketSpacing:r.bracketSpacing}}}),rn=d({"src/language-graphql/parsers.js"(){g()}}),nn=d({"node_modules/linguist-languages/data/GraphQL.json"(e,t){t.exports={name:"GraphQL",type:"data",color:"#e10098",extensions:[".graphql",".gql",".graphqls"],tmScope:"source.graphql",aceMode:"text",languageId:139}}}),sn=d({"src/language-graphql/index.js"(e,t){g();var r=Gt(),i=en(),n=tn(),s=rn(),u=[r(nn(),(()=>({since:"1.5.0",parsers:["graphql"],vscodeLanguageIds:["graphql"]})))];t.exports={languages:u,options:n,printers:{graphql:i},parsers:s}}}),un=d({"node_modules/collapse-white-space/index.js"(e,t){g(),t.exports=function(e){return String(e).replace(/\s+/g," ")}}}),an=d({"src/language-markdown/loc.js"(e,t){g(),t.exports={locStart:function(e){return e.position.start.offset},locEnd:function(e){return e.position.end.offset}}}}),on=d({"src/language-markdown/constants.evaluate.js"(e,t){t.exports={cjkPattern:"(?:[\\u02ea-\\u02eb\\u1100-\\u11ff\\u2e80-\\u2e99\\u2e9b-\\u2ef3\\u2f00-\\u2fd5\\u2ff0-\\u303f\\u3041-\\u3096\\u3099-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312f\\u3131-\\u318e\\u3190-\\u3191\\u3196-\\u31ba\\u31c0-\\u31e3\\u31f0-\\u321e\\u322a-\\u3247\\u3260-\\u327e\\u328a-\\u32b0\\u32c0-\\u32cb\\u32d0-\\u3370\\u337b-\\u337f\\u33e0-\\u33fe\\u3400-\\u4db5\\u4e00-\\u9fef\\ua960-\\ua97c\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufe10-\\ufe1f\\ufe30-\\ufe6f\\uff00-\\uffef]|[\\ud840-\\ud868\\ud86a-\\ud86c\\ud86f-\\ud872\\ud874-\\ud879][\\udc00-\\udfff]|\\ud82c[\\udc00-\\udd1e\\udd50-\\udd52\\udd64-\\udd67]|\\ud83c[\\ude00\\ude50-\\ude51]|\\ud869[\\udc00-\\uded6\\udf00-\\udfff]|\\ud86d[\\udc00-\\udf34\\udf40-\\udfff]|\\ud86e[\\udc00-\\udc1d\\udc20-\\udfff]|\\ud873[\\udc00-\\udea1\\udeb0-\\udfff]|\\ud87a[\\udc00-\\udfe0]|\\ud87e[\\udc00-\\ude1d])(?:[\\ufe00-\\ufe0f]|\\udb40[\\udd00-\\uddef])?",kPattern:"[\\u1100-\\u11ff\\u3001-\\u3003\\u3008-\\u3011\\u3013-\\u301f\\u302e-\\u3030\\u3037\\u30fb\\u3131-\\u318e\\u3200-\\u321e\\u3260-\\u327e\\ua960-\\ua97c\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\ufe45-\\ufe46\\uff61-\\uff65\\uffa0-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc]",punctuationPattern:"[\\u0021-\\u002f\\u003a-\\u0040\\u005b-\\u0060\\u007b-\\u007e\\u00a1\\u00a7\\u00ab\\u00b6-\\u00b7\\u00bb\\u00bf\\u037e\\u0387\\u055a-\\u055f\\u0589-\\u058a\\u05be\\u05c0\\u05c3\\u05c6\\u05f3-\\u05f4\\u0609-\\u060a\\u060c-\\u060d\\u061b\\u061e-\\u061f\\u066a-\\u066d\\u06d4\\u0700-\\u070d\\u07f7-\\u07f9\\u0830-\\u083e\\u085e\\u0964-\\u0965\\u0970\\u09fd\\u0a76\\u0af0\\u0c77\\u0c84\\u0df4\\u0e4f\\u0e5a-\\u0e5b\\u0f04-\\u0f12\\u0f14\\u0f3a-\\u0f3d\\u0f85\\u0fd0-\\u0fd4\\u0fd9-\\u0fda\\u104a-\\u104f\\u10fb\\u1360-\\u1368\\u1400\\u166e\\u169b-\\u169c\\u16eb-\\u16ed\\u1735-\\u1736\\u17d4-\\u17d6\\u17d8-\\u17da\\u1800-\\u180a\\u1944-\\u1945\\u1a1e-\\u1a1f\\u1aa0-\\u1aa6\\u1aa8-\\u1aad\\u1b5a-\\u1b60\\u1bfc-\\u1bff\\u1c3b-\\u1c3f\\u1c7e-\\u1c7f\\u1cc0-\\u1cc7\\u1cd3\\u2010-\\u2027\\u2030-\\u2043\\u2045-\\u2051\\u2053-\\u205e\\u207d-\\u207e\\u208d-\\u208e\\u2308-\\u230b\\u2329-\\u232a\\u2768-\\u2775\\u27c5-\\u27c6\\u27e6-\\u27ef\\u2983-\\u2998\\u29d8-\\u29db\\u29fc-\\u29fd\\u2cf9-\\u2cfc\\u2cfe-\\u2cff\\u2d70\\u2e00-\\u2e2e\\u2e30-\\u2e4f\\u3001-\\u3003\\u3008-\\u3011\\u3014-\\u301f\\u3030\\u303d\\u30a0\\u30fb\\ua4fe-\\ua4ff\\ua60d-\\ua60f\\ua673\\ua67e\\ua6f2-\\ua6f7\\ua874-\\ua877\\ua8ce-\\ua8cf\\ua8f8-\\ua8fa\\ua8fc\\ua92e-\\ua92f\\ua95f\\ua9c1-\\ua9cd\\ua9de-\\ua9df\\uaa5c-\\uaa5f\\uaade-\\uaadf\\uaaf0-\\uaaf1\\uabeb\\ufd3e-\\ufd3f\\ufe10-\\ufe19\\ufe30-\\ufe52\\ufe54-\\ufe61\\ufe63\\ufe68\\ufe6a-\\ufe6b\\uff01-\\uff03\\uff05-\\uff0a\\uff0c-\\uff0f\\uff1a-\\uff1b\\uff1f-\\uff20\\uff3b-\\uff3d\\uff3f\\uff5b\\uff5d\\uff5f-\\uff65]|\\ud800[\\udd00-\\udd02\\udf9f\\udfd0]|\\ud801[\\udd6f]|\\ud802[\\udc57\\udd1f\\udd3f\\ude50-\\ude58\\ude7f\\udef0-\\udef6\\udf39-\\udf3f\\udf99-\\udf9c]|\\ud803[\\udf55-\\udf59]|\\ud804[\\udc47-\\udc4d\\udcbb-\\udcbc\\udcbe-\\udcc1\\udd40-\\udd43\\udd74-\\udd75\\uddc5-\\uddc8\\uddcd\\udddb\\udddd-\\udddf\\ude38-\\ude3d\\udea9]|\\ud805[\\udc4b-\\udc4f\\udc5b\\udc5d\\udcc6\\uddc1-\\uddd7\\ude41-\\ude43\\ude60-\\ude6c\\udf3c-\\udf3e]|\\ud806[\\udc3b\\udde2\\ude3f-\\ude46\\ude9a-\\ude9c\\ude9e-\\udea2]|\\ud807[\\udc41-\\udc45\\udc70-\\udc71\\udef7-\\udef8\\udfff]|\\ud809[\\udc70-\\udc74]|\\ud81a[\\ude6e-\\ude6f\\udef5\\udf37-\\udf3b\\udf44]|\\ud81b[\\ude97-\\ude9a\\udfe2]|\\ud82f[\\udc9f]|\\ud836[\\ude87-\\ude8b]|\\ud83a[\\udd5e-\\udd5f]"}}}),ln=d({"src/language-markdown/utils.js"(e,t){g();var{getLast:r}=oe(),{locStart:i,locEnd:n}=an(),{cjkPattern:s,kPattern:u,punctuationPattern:a}=on(),o=["liquidNode","inlineCode","emphasis","esComment","strong","delete","wikiLink","link","linkReference","image","imageReference","footnote","footnoteReference","sentence","whitespace","word","break","inlineMath"],l=[...o,"tableCell","paragraph","heading"],c=new RegExp(u),h=new RegExp(a);function p(e,t){let[,r,i,n]=t.slice(e.position.start.offset,e.position.end.offset).match(/^\s*(\d+)(\.|\))(\s*)/);return{numberText:r,marker:i,leadingSpaces:n}}t.exports={mapAst:function(e,t){return function e(r,i,n){let s=Object.assign({},t(r,i,n));return s.children&&(s.children=s.children.map(((t,r)=>e(t,r,[s,...n])))),s}(e,null,[])},splitText:function(e,t){let i="non-cjk",n="cj-letter",u="cjk-punctuation",a=[],o=("preserve"===t.proseWrap?e:e.replace(new RegExp(`(${s})\n(${s})`,"g"),"$1$2")).split(/([\t\n ]+)/);for(let[e,t]of o.entries()){if(e%2==1){a.push({type:"whitespace",value:/\n/.test(t)?"\n":" "});continue}if((0===e||e===o.length-1)&&""===t)continue;let p=t.split(new RegExp(`(${s})`));for(let[e,t]of p.entries())if(0!==e&&e!==p.length-1||""!==t){if(e%2==0){""!==t&&l({type:"word",value:t,kind:i,hasLeadingPunctuation:h.test(t[0]),hasTrailingPunctuation:h.test(r(t))});continue}l(h.test(t)?{type:"word",value:t,kind:u,hasLeadingPunctuation:!0,hasTrailingPunctuation:!0}:{type:"word",value:t,kind:c.test(t)?"k-letter":n,hasLeadingPunctuation:!1,hasTrailingPunctuation:!1})}}return a;function l(e){let t=r(a);var s,o;t&&"word"===t.type&&(t.kind===i&&e.kind===n&&!t.hasTrailingPunctuation||t.kind===n&&e.kind===i&&!e.hasLeadingPunctuation?a.push({type:"whitespace",value:" "}):(o=u,!(t.kind===(s=i)&&e.kind===o||t.kind===o&&e.kind===s||[t.value,e.value].some((e=>/\u3000/.test(e))))&&a.push({type:"whitespace",value:""}))),a.push(e)}},punctuationPattern:a,getFencedCodeBlockValue:function(e,t){let{value:r}=e;return e.position.end.offset===t.length&&r.endsWith("\n")&&t.endsWith("\n")?r.slice(0,-1):r},getOrderedListItemInfo:p,hasGitDiffFriendlyOrderedList:function(e,t){if(!e.ordered||e.children.length<2)return!1;let r=Number(p(e.children[0],t.originalText).numberText),i=Number(p(e.children[1],t.originalText).numberText);if(0===r&&e.children.length>2){let r=Number(p(e.children[2],t.originalText).numberText);return 1===i&&1===r}return 1===i},INLINE_NODE_TYPES:o,INLINE_NODE_WRAPPER_TYPES:l,isAutolink:function(e){if("link"!==(null==e?void 0:e.type)||1!==e.children.length)return!1;let[t]=e.children;return i(e)===i(t)&&n(e)===n(t)}}}}),cn=d({"src/language-markdown/embed.js"(e,t){g();var{inferParserByLanguage:r,getMaxContinuousCount:i}=oe(),{builders:{hardline:n,markAsRoot:s},utils:{replaceEndOfLine:u}}=$(),a=xi(),{getFencedCodeBlockValue:o}=ln();t.exports=function(e,t,l,c){let h=e.getValue();if("code"===h.type&&null!==h.lang){let e=r(h.lang,c);if(e){let t=c.__inJsTemplate?"~":"`",r=t.repeat(Math.max(3,i(h.value,t)+1)),a={parser:e};"tsx"===h.lang&&(a.filepath="dummy.tsx");let p=l(o(h,c.originalText),a,{stripTrailingHardline:!0});return s([r,h.lang,h.meta?" "+h.meta:"",n,u(p),n,r])}}switch(h.type){case"front-matter":return a(h,l);case"importExport":return[l(h.value,{parser:"babel"},{stripTrailingHardline:!0}),n];case"jsx":return l(`<$>${h.value}</$>`,{parser:"__js_expression",rootMarker:"mdx"},{stripTrailingHardline:!0})}return null}}}),hn=d({"src/language-markdown/pragma.js"(e,t){g();var r=wi(),i=["format","prettier"];function n(e){let t=`@(${i.join("|")})`,r=new RegExp([`\x3c!--\\s*${t}\\s*--\x3e`,`{\\s*\\/\\*\\s*${t}\\s*\\*\\/\\s*}`,`\x3c!--.*\r?\n[\\s\\S]*(^|\n)[^\\S\n]*${t}[^\\S\n]*($|\n)[\\s\\S]*\n.*--\x3e`].join("|"),"m"),n=e.match(r);return 0===(null==n?void 0:n.index)}t.exports={startWithPragma:n,hasPragma:e=>n(r(e).content.trimStart()),insertPragma:e=>{let t=r(e),n=`\x3c!-- @${i[0]} --\x3e`;return t.frontMatter?`${t.frontMatter.raw}\n\n${n}\n\n${t.content}`:`${n}\n\n${t.content}`}}}}),pn=d({"src/language-markdown/print-preprocess.js"(e,t){g();var r=v(),{getOrderedListItemInfo:i,mapAst:n,splitText:s}=ln(),u=/^.$/su;function a(e,t,i){return n(e,(e=>{if(!e.children)return e;let n=e.children.reduce(((e,n)=>{let s=r(e);return s&&t(s,n)?e.splice(-1,1,i(s,n)):e.push(n),e}),[]);return Object.assign(Object.assign({},e),{},{children:n})}))}t.exports=function(e,t){return function(e){return a(e,((e,t)=>"importExport"===e.type&&"importExport"===t.type),((e,t)=>({type:"importExport",value:e.value+"\n\n"+t.value,position:{start:e.position.start,end:t.position.end}})))}(e=function(e){return n(e,(e=>"import"!==e.type&&"export"!==e.type?e:Object.assign(Object.assign({},e),{},{type:"importExport"})))}(e=function(e,t){return n(e,((e,r,i)=>{let[n]=i;if("text"!==e.type)return e;let{value:u}=e;return"paragraph"===n.type&&(0===r&&(u=u.trimStart()),r===n.children.length-1&&(u=u.trimEnd())),{type:"sentence",position:e.position,children:s(u,t)}}))}(e=function(e,t){return n(e,((e,t,r)=>{if("list"===e.type&&e.children.length>0){for(let t=0;t<r.length;t++){let i=r[t];if("list"===i.type&&!i.isAligned)return e.isAligned=!1,e}e.isAligned=s(e)}return e}));function r(e){return 0===e.children.length?-1:e.children[0].position.start.column-1}function s(e){if(!e.ordered)return!0;let[n,s]=e.children;if(i(n,t.originalText).leadingSpaces.length>1)return!0;let u=r(n);return-1!==u&&(1===e.children.length?u%t.tabWidth==0:u===r(s)&&(u%t.tabWidth==0||i(s,t.originalText).leadingSpaces.length>1))}}(e=function(e,t){return n(e,((e,r,i)=>{if("code"===e.type){let r=/^\n?(?: {4,}|\t)/.test(t.originalText.slice(e.position.start.offset,e.position.end.offset));if(e.isIndented=r,r)for(let e=0;e<i.length;e++){let t=i[e];if(t.hasIndentedCodeblock)break;"list"===t.type&&(t.hasIndentedCodeblock=!0)}}return e}))}(e=function(e,t){return n(e,(e=>"inlineCode"!==e.type||"preserve"===t.proseWrap?e:Object.assign(Object.assign({},e),{},{value:e.value.replace(/\s+/g," ")})))}(e=function(e){return a(e,((e,t)=>"text"===e.type&&"text"===t.type),((e,t)=>({type:"text",value:e.value+t.value,position:{start:e.position.start,end:t.position.end}})))}(e=function(e,t){return n(e,(e=>"text"===e.type&&"*"!==e.value&&"_"!==e.value&&u.test(e.value)&&e.position.end.offset-e.position.start.offset!==e.value.length?Object.assign(Object.assign({},e),{},{value:t.originalText.slice(e.position.start.offset,e.position.end.offset)}):e))}(e,t)),t),t),t),t)))}}}),Dn=d({"src/language-markdown/clean.js"(e,t){g();var r=un(),{isFrontMatterNode:i}=oe(),{startWithPragma:n}=hn(),s=new Set(["position","raw"]);function u(e,t,s){if(("front-matter"===e.type||"code"===e.type||"yaml"===e.type||"import"===e.type||"export"===e.type||"jsx"===e.type)&&delete t.value,"list"===e.type&&delete t.isAligned,("list"===e.type||"listItem"===e.type)&&(delete t.spread,delete t.loose),"text"===e.type||("inlineCode"===e.type&&(t.value=e.value.replace(/[\t\n ]+/g," ")),"wikiLink"===e.type&&(t.value=e.value.trim().replace(/[\t\n]+/g," ")),("definition"===e.type||"linkReference"===e.type||"imageReference"===e.type)&&(t.label=r(e.label)),("definition"===e.type||"link"===e.type||"image"===e.type)&&e.title&&(t.title=e.title.replace(/\\(["')])/g,"$1")),s&&"root"===s.type&&s.children.length>0&&(s.children[0]===e||i(s.children[0])&&s.children[1]===e)&&"html"===e.type&&n(e.value)))return null}u.ignoredProperties=s,t.exports=u}}),dn=d({"src/language-markdown/printer-markdown.js"(e,t){g();var r=un(),{getLast:i,getMinNotPresentContinuousCount:n,getMaxContinuousCount:s,getStringWidth:u,isNonEmptyArray:a}=oe(),{builders:{breakParent:o,join:l,line:c,literalline:h,markAsRoot:p,hardline:D,softline:d,ifBreak:f,fill:m,align:E,indent:C,group:y,hardlineWithoutBreakParent:F},utils:{normalizeDoc:b,replaceTextEndOfLine:A},printer:{printDocToString:v}}=$(),x=cn(),{insertPragma:S}=hn(),{locStart:w,locEnd:T}=an(),B=pn(),P=Dn(),{getFencedCodeBlockValue:k,hasGitDiffFriendlyOrderedList:N,splitText:j,punctuationPattern:I,INLINE_NODE_TYPES:O,INLINE_NODE_WRAPPER_TYPES:L,isAutolink:M}=ln(),_=new Set(["importExport"]),R=["heading","tableCell","link","wikiLink"],q=new Set(["listItem","definition","footnoteDefinition"]);function U(e,t,r,i){let n=e.getValue(),s=null===n.checked?"":n.checked?"[x] ":"[ ] ";return[s,W(e,t,r,{processor:(e,n)=>{if(0===n&&"list"!==e.getValue().type)return E(" ".repeat(s.length),r());let u=" ".repeat(function(e,t,r){return e<t?t:e>r?r:e}(t.tabWidth-i.length,0,3));return[u,E(u,r())]}})]}function V(e,t){return function(e,t,r){let i=-1;for(let n of t.children)if(n.type===e.type&&r(n)?i++:i=-1,n===e)return i}(e,t,(t=>t.ordered===e.ordered))}function H(e,t){let r,i=Array.isArray(t)?t:[t],n=-1;for(;r=e.getParentNode(++n);)if(i.includes(r.type))return n;return-1}function J(e,t){let r=H(e,t);return-1===r?null:e.getParentNode(r)}function z(e,t,r){if("preserve"===r.proseWrap&&"\n"===t)return D;let i="always"===r.proseWrap&&!J(e,R);return""!==t?i?c:" ":i?d:""}function G(e,t,r){let i=[],n=null,{children:s}=e.getValue();for(let[e,t]of s.entries())switch(Y(t)){case"start":null===n&&(n={index:e,offset:t.position.end.offset});break;case"end":null!==n&&(i.push({start:n,end:{index:e,offset:t.position.start.offset}}),n=null)}return W(e,t,r,{processor:(e,n)=>{if(i.length>0){let e=i[0];if(n===e.start.index)return[X(s[e.start.index]),t.originalText.slice(e.start.offset,e.end.offset),X(s[e.end.index])];if(e.start.index<n&&n<e.end.index)return!1;if(n===e.end.index)return i.shift(),!1}return r()}})}function W(e,t,r){let i,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},{postprocessor:s}=n,u=n.processor||(()=>r()),a=e.getValue(),o=[];return e.each(((e,r)=>{let n=e.getValue(),s=u(e,r);if(!1!==s){let e={parts:o,prevNode:i,parentNode:a,options:t};(function(e,t){let r=0===t.parts.length,i=O.includes(e.type),n="html"===e.type&&L.includes(t.parentNode.type);return!r&&!i&&!n})(n,e)&&(o.push(D),i&&_.has(i.type)||(function(e,t){var r,i,n;let s=(t.prevNode&&t.prevNode.type)===e.type&&q.has(e.type),u="listItem"===t.parentNode.type&&!t.parentNode.loose,a="listItem"===(null===(r=t.prevNode)||void 0===r?void 0:r.type)&&t.prevNode.loose,o="next"===Y(t.prevNode),l="html"===e.type&&"html"===(null===(i=t.prevNode)||void 0===i?void 0:i.type)&&t.prevNode.position.end.line+1===e.position.start.line,c="html"===e.type&&"listItem"===t.parentNode.type&&"paragraph"===(null===(n=t.prevNode)||void 0===n?void 0:n.type)&&t.prevNode.position.end.line+1===e.position.start.line;return a||!(s||u||o||l||c)}(n,e)||Q(n,e))&&o.push(D),Q(n,e)&&o.push(D)),o.push(s),i=n}}),"children"),s?s(o):o}function X(e){return"html"===e.type?e.value:"paragraph"===e.type&&Array.isArray(e.children)&&1===e.children.length&&"esComment"===e.children[0].type?["{/* ",e.children[0].value," */}"]:void 0}function K(e){let t=e;for(;a(t.children);)t=i(t.children);return t}function Y(e){let t;if("html"===e.type)t=e.value.match(/^<!--\s*prettier-ignore(?:-(start|end))?\s*-->$/);else{let r;"esComment"===e.type?r=e:"paragraph"===e.type&&1===e.children.length&&"esComment"===e.children[0].type&&(r=e.children[0]),r&&(t=r.value.match(/^prettier-ignore(?:-(start|end))?$/))}return!!t&&(t[1]||"next")}function Q(e,t){return t.prevNode&&"list"===t.prevNode.type&&"code"===e.type&&e.isIndented}function Z(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=[" ",...Array.isArray(t)?t:[t]];return new RegExp(r.map((e=>`\\${e}`)).join("|")).test(e)?`<${e}>`:e}function ee(e,t){if(!e)return"";if(!(arguments.length>2&&void 0!==arguments[2])||arguments[2])return" "+ee(e,t,!1);if((e=e.replace(/\\(["')])/g,"$1")).includes('"')&&e.includes("'")&&!e.includes(")"))return`(${e})`;let r=e.split("'").length-1,i=e.split('"').length-1,n=r>i?'"':i>r||t.singleQuote?"'":'"';return`${n}${e=(e=e.replace(/\\/,"\\\\")).replace(new RegExp(`(${n})`,"g"),"\\$1")}${n}`}function te(e){return`[${r(e.label)}]`}function re(e){return`[^${e.label}]`}t.exports={preprocess:B,print:function(e,t,r){let a=e.getValue();if(function(e){let t=J(e,["linkReference","imageReference"]);return t&&("linkReference"!==t.type||"full"!==t.referenceType)}(e))return j(t.originalText.slice(a.position.start.offset,a.position.end.offset),t).map((r=>"word"===r.type?r.value:""===r.value?"":z(e,r.value,t)));switch(a.type){case"front-matter":return t.originalText.slice(a.position.start.offset,a.position.end.offset);case"root":return 0===a.children.length?"":[b(G(e,t,r)),_.has(K(a).type)?"":D];case"paragraph":return W(e,t,r,{postprocessor:m});case"sentence":return W(e,t,r);case"word":{let t=a.value.replace(/\*/g,"\\$&").replace(new RegExp([`(^|${I})(_+)`,`(_+)(${I}|$)`].join("|"),"g"),((e,t,r,i,n)=>(r?`${t}${r}`:`${i}${n}`).replace(/_/g,"\\_"))),r=(e,t,r)=>"sentence"===e.type&&0===r,i=(e,t,r)=>M(e.children[r-1]);return t!==a.value&&(e.match(void 0,r,i)||e.match(void 0,r,((e,t,r)=>"emphasis"===e.type&&0===r),i))&&(t=t.replace(/^(\\?[*_])+/,(e=>e.replace(/\\/g,"")))),t}case"whitespace":{let r=e.getParentNode(),i=r.children.indexOf(a),n=r.children[i+1],s=n&&/^>|^(?:[*+-]|#{1,6}|\d+[).])$/.test(n.value)?"never":t.proseWrap;return z(e,a.value,{proseWrap:s})}case"emphasis":{let n;if(M(a.children[0]))n=t.originalText[a.position.start.offset];else{let t=e.getParentNode(),r=t.children.indexOf(a),s=t.children[r-1],u=t.children[r+1];n=s&&"sentence"===s.type&&s.children.length>0&&"word"===i(s.children).type&&!i(s.children).hasTrailingPunctuation||u&&"sentence"===u.type&&u.children.length>0&&"word"===u.children[0].type&&!u.children[0].hasLeadingPunctuation||J(e,"emphasis")?"*":"_"}return[n,W(e,t,r),n]}case"strong":return["**",W(e,t,r),"**"];case"delete":return["~~",W(e,t,r),"~~"];case"inlineCode":{let e=n(a.value,"`"),t="`".repeat(e||1),r=e&&!/^\s/.test(a.value)?" ":"";return[t,r,a.value,r,t]}case"wikiLink":{let e="";return e="preserve"===t.proseWrap?a.value:a.value.replace(/[\t\n]+/g," "),["[[",e,"]]"]}case"link":switch(t.originalText[a.position.start.offset]){case"<":{let e="mailto:";return["<",a.url.startsWith(e)&&t.originalText.slice(a.position.start.offset+1,a.position.start.offset+1+e.length)!==e?a.url.slice(e.length):a.url,">"]}case"[":return["[",W(e,t,r),"](",Z(a.url,")"),ee(a.title,t),")"];default:return t.originalText.slice(a.position.start.offset,a.position.end.offset)}case"image":return["![",a.alt||"","](",Z(a.url,")"),ee(a.title,t),")"];case"blockquote":return["> ",E("> ",W(e,t,r))];case"heading":return["#".repeat(a.depth)+" ",W(e,t,r)];case"code":{if(a.isIndented){let e=" ".repeat(4);return E(e,[e,...A(a.value,D)])}let e=t.__inJsTemplate?"~":"`",r=e.repeat(Math.max(3,s(a.value,e)+1));return[r,a.lang||"",a.meta?" "+a.meta:"",D,...A(k(a,t.originalText),D),D,r]}case"html":{let t=e.getParentNode(),r="root"===t.type&&i(t.children)===a?a.value.trimEnd():a.value,n=/^<!--.*-->$/s.test(r);return A(r,n?D:p(h))}case"list":{let i=V(a,e.getParentNode()),n=N(a,t);return W(e,t,r,{processor:(e,s)=>{let u=function(){let e=a.ordered?(0===s?a.start:n?1:a.start+s)+(i%2==0?". ":") "):i%2==0?"- ":"* ";return a.isAligned||a.hasIndentedCodeblock?function(e,t){let r=i();return e+" ".repeat(r>=4?0:r);function i(){let r=e.length%t.tabWidth;return 0===r?0:t.tabWidth-r}}(e,t):e}(),o=e.getValue();return 2===o.children.length&&"html"===o.children[1].type&&o.children[0].position.start.column!==o.children[1].position.start.column?[u,U(e,t,r,u)]:[u,E(" ".repeat(u.length),U(e,t,r,u))]}})}case"thematicBreak":{let t=H(e,"list");return-1===t?"---":V(e.getParentNode(t),e.getParentNode(t+1))%2==0?"***":"---"}case"linkReference":return["[",W(e,t,r),"]","full"===a.referenceType?te(a):"collapsed"===a.referenceType?"[]":""];case"imageReference":return"full"===a.referenceType?["![",a.alt||"","]",te(a)]:["![",a.alt,"]","collapsed"===a.referenceType?"[]":""];case"definition":{let e="always"===t.proseWrap?c:" ";return y([te(a),":",C([e,Z(a.url),null===a.title?"":[e,ee(a.title,t,!1)]])])}case"footnote":return["[^",W(e,t,r),"]"];case"footnoteReference":return re(a);case"footnoteDefinition":{let i=e.getParentNode().children[e.getName()+1],n=1===a.children.length&&"paragraph"===a.children[0].type&&("never"===t.proseWrap||"preserve"===t.proseWrap&&a.children[0].position.start.line===a.children[0].position.end.line);return[re(a),": ",n?W(e,t,r):y([E(" ".repeat(4),W(e,t,r,{processor:(e,t)=>0===t?y([d,r()]):r()})),i&&"footnoteDefinition"===i.type?d:""])]}case"table":return function(e,t,r){let i=e.getValue(),n=[],s=e.map((e=>e.map(((e,i)=>{let s=v(r(),t).formatted,a=u(s);return n[i]=Math.max(n[i]||3,a),{text:s,width:a}}),"children")),"children"),a=h(!1);if("never"!==t.proseWrap)return[o,a];let c=h(!0);return[o,y(f(c,a))];function h(e){let t=[D(s[0],e),p(e)];return s.length>1&&t.push(l(F,s.slice(1).map((t=>D(t,e))))),l(F,t)}function p(e){return`| ${n.map(((t,r)=>{let n=i.align[r],s="center"===n||"right"===n?":":"-";return`${"center"===n||"left"===n?":":"-"}${e?"-":"-".repeat(t-2)}${s}`})).join(" | ")} |`}function D(e,t){return`| ${e.map(((e,r)=>{let{text:s,width:u}=e;if(t)return s;let a=n[r]-u,o=i.align[r],l=0;"right"===o?l=a:"center"===o&&(l=Math.floor(a/2));let c=a-l;return`${" ".repeat(l)}${s}${" ".repeat(c)}`})).join(" | ")} |`}}(e,t,r);case"tableCell":return W(e,t,r);case"break":return/\s/.test(t.originalText[a.position.start.offset])?[" ",p(h)]:["\\",D];case"liquidNode":return A(a.value,D);case"importExport":return[a.value,D];case"esComment":return["{/* ",a.value," */}"];case"jsx":return a.value;case"math":return["$$",D,a.value?[...A(a.value,D),D]:"","$$"];case"inlineMath":return t.originalText.slice(w(a),T(a));default:throw new Error(`Unknown markdown type ${JSON.stringify(a.type)}`)}},embed:x,massageAstNode:P,hasPrettierIgnore:function(e){let t=Number(e.getName());return 0!==t&&"next"===Y(e.getParentNode().children[t-1])},insertPragma:S}}}),fn=d({"src/language-markdown/options.js"(e,t){g();var r=di();t.exports={proseWrap:r.proseWrap,singleQuote:r.singleQuote}}}),mn=d({"src/language-markdown/parsers.js"(){g()}}),En=d({"node_modules/linguist-languages/data/Markdown.json"(e,t){t.exports={name:"Markdown",type:"prose",color:"#083fa1",aliases:["pandoc"],aceMode:"markdown",codemirrorMode:"gfm",codemirrorMimeType:"text/x-gfm",wrap:!0,extensions:[".md",".livemd",".markdown",".mdown",".mdwn",".mdx",".mkd",".mkdn",".mkdown",".ronn",".scd",".workbook"],filenames:["contents.lr"],tmScope:"source.gfm",languageId:222}}}),gn=d({"src/language-markdown/index.js"(e,t){g();var r=Gt(),i=dn(),n=fn(),s=mn(),u=[r(En(),(e=>({since:"1.8.0",parsers:["markdown"],vscodeLanguageIds:["markdown"],filenames:[...e.filenames,"README"],extensions:e.extensions.filter((e=>".mdx"!==e))}))),r(En(),(()=>({name:"MDX",since:"1.15.0",parsers:["mdx"],vscodeLanguageIds:["mdx"],filenames:[],extensions:[".mdx"]})))];t.exports={languages:u,options:n,printers:{mdast:i},parsers:s}}}),Cn=d({"src/language-html/clean.js"(e,t){g();var{isFrontMatterNode:r}=oe(),i=new Set(["sourceSpan","startSourceSpan","endSourceSpan","nameSpan","valueSpan"]);function n(e,t){if("text"===e.type||"comment"===e.type||r(e)||"yaml"===e.type||"toml"===e.type)return null;"attribute"===e.type&&delete t.value,"docType"===e.type&&delete t.value}n.ignoredProperties=i,t.exports=n}}),yn=d({"src/language-html/constants.evaluate.js"(e,t){t.exports={CSS_DISPLAY_TAGS:{area:"none",base:"none",basefont:"none",datalist:"none",head:"none",link:"none",meta:"none",noembed:"none",noframes:"none",param:"block",rp:"none",script:"block",source:"block",style:"none",template:"inline",track:"block",title:"none",html:"block",body:"block",address:"block",blockquote:"block",center:"block",div:"block",figure:"block",figcaption:"block",footer:"block",form:"block",header:"block",hr:"block",legend:"block",listing:"block",main:"block",p:"block",plaintext:"block",pre:"block",xmp:"block",slot:"contents",ruby:"ruby",rt:"ruby-text",article:"block",aside:"block",h1:"block",h2:"block",h3:"block",h4:"block",h5:"block",h6:"block",hgroup:"block",nav:"block",section:"block",dir:"block",dd:"block",dl:"block",dt:"block",ol:"block",ul:"block",li:"list-item",table:"table",caption:"table-caption",colgroup:"table-column-group",col:"table-column",thead:"table-header-group",tbody:"table-row-group",tfoot:"table-footer-group",tr:"table-row",td:"table-cell",th:"table-cell",fieldset:"block",button:"inline-block",details:"block",summary:"block",dialog:"block",meter:"inline-block",progress:"inline-block",object:"inline-block",video:"inline-block",audio:"inline-block",select:"inline-block",option:"block",optgroup:"block"},CSS_DISPLAY_DEFAULT:"inline",CSS_WHITE_SPACE_TAGS:{listing:"pre",plaintext:"pre",pre:"pre",xmp:"pre",nobr:"nowrap",table:"initial",textarea:"pre-wrap"},CSS_WHITE_SPACE_DEFAULT:"normal"}}}),Fn=d({"src/language-html/utils/is-unknown-namespace.js"(e,t){g(),t.exports=function(e){return"element"===e.type&&!e.hasExplicitNamespace&&!["html","svg"].includes(e.namespace)}}}),bn=d({"src/language-html/utils/index.js"(e,t){g();var{inferParserByLanguage:r,isFrontMatterNode:i}=oe(),{builders:{line:n,hardline:s,join:u},utils:{getDocParts:a,replaceTextEndOfLine:o}}=$(),{CSS_DISPLAY_TAGS:l,CSS_DISPLAY_DEFAULT:c,CSS_WHITE_SPACE_TAGS:h,CSS_WHITE_SPACE_DEFAULT:p}=yn(),D=Fn(),d=new Set(["\t","\n","\f","\r"," "]),f=e=>e.replace(/[\t\n\f\r ]+$/,""),m=e=>(e=>e.replace(/^[\t\f\r ]*\n/g,""))(f(e)),E=e=>e.match(/^[\t\n\f\r ]*/)[0];function C(e){return"element"===e.type&&("script"===e.fullName||"style"===e.fullName||"svg:style"===e.fullName||D(e)&&("script"===e.name||"style"===e.name))}function y(e){return P(e).startsWith("pre")}function F(e){return"element"===e.type&&e.children.length>0&&(["html","head","ul","ol","select"].includes(e.name)||e.cssDisplay.startsWith("table")&&"table-cell"!==e.cssDisplay)}function b(e){return S(e)||"element"===e.type&&"br"===e.fullName||A(e)}function A(e){return v(e)&&x(e)}function v(e){return e.hasLeadingSpaces&&(e.prev?e.prev.sourceSpan.end.line<e.sourceSpan.start.line:"root"===e.parent.type||e.parent.startSourceSpan.end.line<e.sourceSpan.start.line)}function x(e){return e.hasTrailingSpaces&&(e.next?e.next.sourceSpan.start.line>e.sourceSpan.end.line:"root"===e.parent.type||e.parent.endSourceSpan&&e.parent.endSourceSpan.start.line>e.sourceSpan.end.line)}function S(e){switch(e.type){case"ieConditionalComment":case"comment":case"directive":return!0;case"element":return["script","select"].includes(e.name)}return!1}function w(e){let{type:t,lang:r}=e.attrMap;return"module"===t||"text/javascript"===t||"text/babel"===t||"application/javascript"===t||"jsx"===r?"babel":"application/x-typescript"===t||"ts"===r||"tsx"===r?"typescript":"text/markdown"===t?"markdown":"text/html"===t?"html":t&&(t.endsWith("json")||t.endsWith("importmap"))||"speculationrules"===t?"json":"text/x-handlebars-template"===t?"glimmer":void 0}function T(e){return"block"===e||"list-item"===e||e.startsWith("table")}function B(e){return P(e).startsWith("pre")}function P(e){return"element"===e.type&&(!e.namespace||D(e))&&h[e.name]||p}function k(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:function(e){let t=Number.POSITIVE_INFINITY;for(let r of e.split("\n")){if(0===r.length)continue;if(!d.has(r[0]))return 0;let e=E(r).length;r.length!==e&&e<t&&(t=e)}return t===Number.POSITIVE_INFINITY?0:t}(e);return 0===t?e:e.split("\n").map((e=>e.slice(t))).join("\n")}var N=new Set(["template","style","script"]);function j(e,t){return I(e,t)&&!N.has(e.fullName)}function I(e,t){return"vue"===t.parser&&"element"===e.type&&"root"===e.parent.type&&"html"!==e.fullName.toLowerCase()}function O(e,t){return I(e,t)&&(j(e,t)||e.attrMap.lang&&"html"!==e.attrMap.lang)}t.exports={htmlTrim:e=>(e=>e.replace(/^[\t\n\f\r ]+/,""))(f(e)),htmlTrimPreserveIndentation:m,hasHtmlWhitespace:e=>/[\t\n\f\r ]/.test(e),getLeadingAndTrailingHtmlWhitespace:e=>{let[,t,r,i]=e.match(/^([\t\n\f\r ]*)(.*?)([\t\n\f\r ]*)$/s);return{leadingWhitespace:t,trailingWhitespace:i,text:r}},canHaveInterpolation:function(e){return e.children&&!C(e)},countChars:function(e,t){let r=0;for(let i=0;i<e.length;i++)e[i]===t&&r++;return r},countParents:function(e,t){let r=0;for(let i=e.stack.length-1;i>=0;i--){let n=e.stack[i];n&&"object"==typeof n&&!Array.isArray(n)&&t(n)&&r++}return r},dedentString:k,forceBreakChildren:F,forceBreakContent:function(e){return F(e)||"element"===e.type&&e.children.length>0&&(["body","script","style"].includes(e.name)||e.children.some((e=>function(e){return e.children&&e.children.some((e=>"text"!==e.type))}(e))))||e.firstChild&&e.firstChild===e.lastChild&&"text"!==e.firstChild.type&&v(e.firstChild)&&(!e.lastChild.isTrailingSpaceSensitive||x(e.lastChild))},forceNextEmptyLine:function(e){return i(e)||e.next&&e.sourceSpan.end&&e.sourceSpan.end.line+1<e.next.sourceSpan.start.line},getLastDescendant:function e(t){return t.lastChild?e(t.lastChild):t},getNodeCssStyleDisplay:function(e,t){if(e.prev&&"comment"===e.prev.type){let t=e.prev.value.match(/^\s*display:\s*([a-z]+)\s*$/);if(t)return t[1]}let r=!1;if("element"===e.type&&"svg"===e.namespace){if(!function(e,t){let r=e;for(;r;){if(t(r))return!0;r=r.parent}return!1}(e,(e=>"svg:foreignObject"===e.fullName)))return"svg"===e.name?"inline-block":"block";r=!0}switch(t.htmlWhitespaceSensitivity){case"strict":return"inline";case"ignore":return"block";default:return"vue"===t.parser&&e.parent&&"root"===e.parent.type?"block":"element"===e.type&&(!e.namespace||r||D(e))&&l[e.name]||c}},getNodeCssStyleWhiteSpace:P,hasPrettierIgnore:function(e){return!("attribute"===e.type||!e.parent||!e.prev)&&function(e){return"comment"===e.type&&"prettier-ignore"===e.value.trim()}(e.prev)},inferScriptParser:function(e,t){return"script"!==e.name||e.attrMap.src?"style"===e.name?function(e,t){let{lang:i}=e.attrMap;return i&&"postcss"!==i&&"css"!==i?"scss"===i?"scss":"less"===i?"less":"stylus"===i?r("stylus",t):void 0:"css"}(e,t):t&&O(e,t)?w(e)||!("src"in e.attrMap)&&r(e.attrMap.lang,t):void 0:e.attrMap.lang||e.attrMap.type?w(e):"babel"},isVueCustomBlock:j,isVueNonHtmlBlock:O,isVueScriptTag:function(e,t){return I(e,t)&&"script"===e.name},isVueSlotAttribute:function(e){let t=e.fullName;return"#"===t.charAt(0)||"slot-scope"===t||"v-slot"===t||t.startsWith("v-slot:")},isVueSfcBindingsAttribute:function(e,t){let r=e.parent;if(!I(r,t))return!1;let i=r.fullName,n=e.fullName;return"script"===i&&"setup"===n||"style"===i&&"vars"===n},isVueSfcBlock:I,isDanglingSpaceSensitiveNode:function(e){return function(e){return!T(e)&&"inline-block"!==e}(e.cssDisplay)&&!C(e)},isIndentationSensitiveNode:y,isLeadingSpaceSensitiveNode:function(e,t){let r=!(i(e)||("text"!==e.type&&"interpolation"!==e.type||!e.prev||"text"!==e.prev.type&&"interpolation"!==e.prev.type)&&(!e.parent||"none"===e.parent.cssDisplay||!B(e.parent)&&(!e.prev&&("root"===e.parent.type||B(e)&&e.parent||C(e.parent)||j(e.parent,t)||!function(e){return!T(e)&&"inline-block"!==e}(e.parent.cssDisplay))||e.prev&&!function(e){return!T(e)}(e.prev.cssDisplay))));return r&&!e.prev&&e.parent&&e.parent.tagDefinition&&e.parent.tagDefinition.ignoreFirstLf?"interpolation"===e.type:r},isPreLikeNode:B,isScriptLikeTag:C,isTextLikeNode:function(e){return"text"===e.type||"comment"===e.type},isTrailingSpaceSensitiveNode:function(e,t){return!(i(e)||("text"!==e.type&&"interpolation"!==e.type||!e.next||"text"!==e.next.type&&"interpolation"!==e.next.type)&&(!e.parent||"none"===e.parent.cssDisplay||!B(e.parent)&&(!e.next&&("root"===e.parent.type||B(e)&&e.parent||C(e.parent)||j(e.parent,t)||!function(e){return!T(e)&&"inline-block"!==e}(e.parent.cssDisplay))||e.next&&!function(e){return!T(e)}(e.next.cssDisplay))))},isWhitespaceSensitiveNode:function(e){return C(e)||"interpolation"===e.type||y(e)},isUnknownNamespace:D,preferHardlineAsLeadingSpaces:function(e){return S(e)||e.prev&&b(e.prev)||A(e)},preferHardlineAsTrailingSpaces:b,shouldPreserveContent:function(e,t){return!!("ieConditionalComment"===e.type&&e.lastChild&&!e.lastChild.isSelfClosing&&!e.lastChild.endSourceSpan||"ieConditionalComment"===e.type&&!e.complete||B(e)&&e.children.some((e=>"text"!==e.type&&"interpolation"!==e.type))||O(e,t)&&!C(e)&&"interpolation"!==e.type)},unescapeQuoteEntities:function(e){return e.replace(/&apos;/g,"'").replace(/&quot;/g,'"')},getTextValueParts:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.value;return e.parent.isWhitespaceSensitive?e.parent.isIndentationSensitive?o(t):o(k(m(t)),s):a(u(n,(e=>e.split(/[\t\n\f\r ]+/))(t)))}}}}),An=d({"node_modules/angular-html-parser/lib/compiler/src/chars.js"(e){function t(t){return e.$0<=t&&t<=e.$9}g(),Object.defineProperty(e,"__esModule",{value:!0}),e.$EOF=0,e.$BSPACE=8,e.$TAB=9,e.$LF=10,e.$VTAB=11,e.$FF=12,e.$CR=13,e.$SPACE=32,e.$BANG=33,e.$DQ=34,e.$HASH=35,e.$$=36,e.$PERCENT=37,e.$AMPERSAND=38,e.$SQ=39,e.$LPAREN=40,e.$RPAREN=41,e.$STAR=42,e.$PLUS=43,e.$COMMA=44,e.$MINUS=45,e.$PERIOD=46,e.$SLASH=47,e.$COLON=58,e.$SEMICOLON=59,e.$LT=60,e.$EQ=61,e.$GT=62,e.$QUESTION=63,e.$0=48,e.$7=55,e.$9=57,e.$A=65,e.$E=69,e.$F=70,e.$X=88,e.$Z=90,e.$LBRACKET=91,e.$BACKSLASH=92,e.$RBRACKET=93,e.$CARET=94,e.$_=95,e.$a=97,e.$b=98,e.$e=101,e.$f=102,e.$n=110,e.$r=114,e.$t=116,e.$u=117,e.$v=118,e.$x=120,e.$z=122,e.$LBRACE=123,e.$BAR=124,e.$RBRACE=125,e.$NBSP=160,e.$PIPE=124,e.$TILDA=126,e.$AT=64,e.$BT=96,e.isWhitespace=function(t){return t>=e.$TAB&&t<=e.$SPACE||t==e.$NBSP},e.isDigit=t,e.isAsciiLetter=function(t){return t>=e.$a&&t<=e.$z||t>=e.$A&&t<=e.$Z},e.isAsciiHexDigit=function(r){return r>=e.$a&&r<=e.$f||r>=e.$A&&r<=e.$F||t(r)},e.isNewLine=function(t){return t===e.$LF||t===e.$CR},e.isOctalDigit=function(t){return e.$0<=t&&t<=e.$7}}}),vn=d({"node_modules/angular-html-parser/lib/compiler/src/aot/static_symbol.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=class{constructor(e,t,r){this.filePath=e,this.name=t,this.members=r}assertNoMembers(){if(this.members.length)throw new Error(`Illegal state: symbol without members expected, but got ${JSON.stringify(this)}.`)}};e.StaticSymbol=t,e.StaticSymbolCache=class{constructor(){this.cache=new Map}get(e,r,i){let n=`"${e}".${r}${(i=i||[]).length?`.${i.join(".")}`:""}`,s=this.cache.get(n);return s||(s=new t(e,r,i),this.cache.set(n,s)),s}}}}),xn=d({"node_modules/angular-html-parser/lib/compiler/src/util.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=/-+([a-z0-9])/g;function r(e,t,r){let i=e.indexOf(t);return-1==i?r:[e.slice(0,i).trim(),e.slice(i+1).trim()]}function i(e,t,r){return Array.isArray(e)?t.visitArray(e,r):function(e){return"object"==typeof e&&null!==e&&Object.getPrototypeOf(e)===u}(e)?t.visitStringMap(e,r):null==e||"string"==typeof e||"number"==typeof e||"boolean"==typeof e?t.visitPrimitive(e,r):t.visitOther(e,r)}e.dashCaseToCamelCase=function(e){return e.replace(t,(function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t[1].toUpperCase()}))},e.splitAtColon=function(e,t){return r(e,":",t)},e.splitAtPeriod=function(e,t){return r(e,".",t)},e.visitValue=i,e.isDefined=function(e){return null!=e},e.noUndefined=function(e){return void 0===e?null:e},e.ValueTransformer=class{visitArray(e,t){return e.map((e=>i(e,this,t)))}visitStringMap(e,t){let r={};return Object.keys(e).forEach((n=>{r[n]=i(e[n],this,t)})),r}visitPrimitive(e,t){return e}visitOther(e,t){return e}},e.SyncAsync={assertSync:e=>{if(a(e))throw new Error("Illegal state: value cannot be a promise");return e},then:(e,t)=>a(e)?e.then(t):t(e),all:e=>e.some(a)?Promise.all(e):e},e.error=function(e){throw new Error(`Internal Error: ${e}`)},e.syntaxError=function(e,t){let r=Error(e);return r[n]=!0,t&&(r[s]=t),r};var n="ngSyntaxError",s="ngParseErrors";e.isSyntaxError=function(e){return e[n]},e.getParseErrors=function(e){return e[s]||[]},e.escapeRegExp=function(e){return e.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")};var u=Object.getPrototypeOf({});function a(e){return!!e&&"function"==typeof e.then}e.utf8Encode=function(e){let t="";for(let r=0;r<e.length;r++){let i=e.charCodeAt(r);if(i>=55296&&i<=56319&&e.length>r+1){let t=e.charCodeAt(r+1);t>=56320&&t<=57343&&(r++,i=(i-55296<<10)+t-56320+65536)}i<=127?t+=String.fromCharCode(i):i<=2047?t+=String.fromCharCode(i>>6&31|192,63&i|128):i<=65535?t+=String.fromCharCode(i>>12|224,i>>6&63|128,63&i|128):i<=2097151&&(t+=String.fromCharCode(i>>18&7|240,i>>12&63|128,i>>6&63|128,63&i|128))}return t},e.stringify=function e(t){if("string"==typeof t)return t;if(t instanceof Array)return"["+t.map(e).join(", ")+"]";if(null==t)return""+t;if(t.overriddenName)return`${t.overriddenName}`;if(t.name)return`${t.name}`;if(!t.toString)return"object";let r=t.toString();if(null==r)return""+r;let i=r.indexOf("\n");return-1===i?r:r.substring(0,i)},e.resolveForwardRef=function(e){return"function"==typeof e&&e.hasOwnProperty("__forward_ref__")?e():e},e.isPromise=a,e.Version=class{constructor(e){this.full=e;let t=e.split(".");this.major=t[0],this.minor=t[1],this.patch=t.slice(2).join(".")}};var o=typeof window<"u"&&window,l=typeof self<"u"&&typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&self,c=typeof globalThis<"u"&&globalThis;e.global=c||o||l}}),Sn=d({"node_modules/angular-html-parser/lib/compiler/src/compile_metadata.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=vn(),r=xn(),i=/^(?:(?:\[([^\]]+)\])|(?:\(([^\)]+)\)))|(\@[-\w]+)$/;function n(e){return e.replace(/\W/g,"_")}e.sanitizeIdentifier=n;var s,u,a=0;function o(e){if(!e||!e.reference)return null;let i=e.reference;if(i instanceof t.StaticSymbol)return i.name;if(i.__anonymousType)return i.__anonymousType;let s=r.stringify(i);return s.indexOf("(")>=0?(s="anonymous_"+a++,i.__anonymousType=s):s=n(s),s}e.identifierName=o,e.identifierModuleUrl=function(e){let i=e.reference;return i instanceof t.StaticSymbol?i.filePath:`./${r.stringify(i)}`},e.viewClassName=function(e,t){return`View_${o({reference:e})}_${t}`},e.rendererTypeName=function(e){return`RenderType_${o({reference:e})}`},e.hostViewClassName=function(e){return`HostView_${o({reference:e})}`},e.componentFactoryName=function(e){return`${o({reference:e})}NgFactory`},(u=s=e.CompileSummaryKind||(e.CompileSummaryKind={}))[u.Pipe=0]="Pipe",u[u.Directive=1]="Directive",u[u.NgModule=2]="NgModule",u[u.Injectable=3]="Injectable",e.tokenName=function(e){return null!=e.value?n(e.value):o(e.identifier)},e.tokenReference=function(e){return null!=e.identifier?e.identifier.reference:e.value};e.CompileStylesheetMetadata=class{constructor(){let{moduleUrl:e,styles:t,styleUrls:r}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.moduleUrl=e||null,this.styles=c(t),this.styleUrls=c(r)}};e.CompileTemplateMetadata=class{constructor(e){let{encapsulation:t,template:r,templateUrl:i,htmlAst:n,styles:s,styleUrls:u,externalStylesheets:a,animations:o,ngContentSelectors:l,interpolation:p,isInline:D,preserveWhitespaces:d}=e;if(this.encapsulation=t,this.template=r,this.templateUrl=i,this.htmlAst=n,this.styles=c(s),this.styleUrls=c(u),this.externalStylesheets=c(a),this.animations=o?h(o):[],this.ngContentSelectors=l||[],p&&2!=p.length)throw new Error("'interpolation' should have a start and an end symbol.");this.interpolation=p,this.isInline=D,this.preserveWhitespaces=d}toSummary(){return{ngContentSelectors:this.ngContentSelectors,encapsulation:this.encapsulation,styles:this.styles,animations:this.animations}}};var l=class{static create(e){let{isHost:t,type:n,isComponent:s,selector:u,exportAs:a,changeDetection:o,inputs:c,outputs:h,host:p,providers:D,viewProviders:d,queries:f,guards:m,viewQueries:E,entryComponents:g,template:C,componentViewType:y,rendererType:F,componentFactory:b}=e,A={},v={},x={};null!=p&&Object.keys(p).forEach((e=>{let t=p[e],r=e.match(i);null===r?x[e]=t:null!=r[1]?v[r[1]]=t:null!=r[2]&&(A[r[2]]=t)}));let S={};null!=c&&c.forEach((e=>{let t=r.splitAtColon(e,[e,e]);S[t[0]]=t[1]}));let w={};return null!=h&&h.forEach((e=>{let t=r.splitAtColon(e,[e,e]);w[t[0]]=t[1]})),new l({isHost:t,type:n,isComponent:!!s,selector:u,exportAs:a,changeDetection:o,inputs:S,outputs:w,hostListeners:A,hostProperties:v,hostAttributes:x,providers:D,viewProviders:d,queries:f,guards:m,viewQueries:E,entryComponents:g,template:C,componentViewType:y,rendererType:F,componentFactory:b})}constructor(e){let{isHost:t,type:r,isComponent:i,selector:n,exportAs:s,changeDetection:u,inputs:a,outputs:o,hostListeners:l,hostProperties:h,hostAttributes:p,providers:D,viewProviders:d,queries:f,guards:m,viewQueries:E,entryComponents:g,template:C,componentViewType:y,rendererType:F,componentFactory:b}=e;this.isHost=!!t,this.type=r,this.isComponent=i,this.selector=n,this.exportAs=s,this.changeDetection=u,this.inputs=a,this.outputs=o,this.hostListeners=l,this.hostProperties=h,this.hostAttributes=p,this.providers=c(D),this.viewProviders=c(d),this.queries=c(f),this.guards=m,this.viewQueries=c(E),this.entryComponents=c(g),this.template=C,this.componentViewType=y,this.rendererType=F,this.componentFactory=b}toSummary(){return{summaryKind:s.Directive,type:this.type,isComponent:this.isComponent,selector:this.selector,exportAs:this.exportAs,inputs:this.inputs,outputs:this.outputs,hostListeners:this.hostListeners,hostProperties:this.hostProperties,hostAttributes:this.hostAttributes,providers:this.providers,viewProviders:this.viewProviders,queries:this.queries,guards:this.guards,viewQueries:this.viewQueries,entryComponents:this.entryComponents,changeDetection:this.changeDetection,template:this.template&&this.template.toSummary(),componentViewType:this.componentViewType,rendererType:this.rendererType,componentFactory:this.componentFactory}}};e.CompileDirectiveMetadata=l;e.CompilePipeMetadata=class{constructor(e){let{type:t,name:r,pure:i}=e;this.type=t,this.name=r,this.pure=!!i}toSummary(){return{summaryKind:s.Pipe,type:this.type,name:this.name,pure:this.pure}}},e.CompileShallowModuleMetadata=class{};e.CompileNgModuleMetadata=class{constructor(e){let{type:t,providers:r,declaredDirectives:i,exportedDirectives:n,declaredPipes:s,exportedPipes:u,entryComponents:a,bootstrapComponents:o,importedModules:l,exportedModules:h,schemas:p,transitiveModule:D,id:d}=e;this.type=t||null,this.declaredDirectives=c(i),this.exportedDirectives=c(n),this.declaredPipes=c(s),this.exportedPipes=c(u),this.providers=c(r),this.entryComponents=c(a),this.bootstrapComponents=c(o),this.importedModules=c(l),this.exportedModules=c(h),this.schemas=c(p),this.id=d||null,this.transitiveModule=D||null}toSummary(){let e=this.transitiveModule;return{summaryKind:s.NgModule,type:this.type,entryComponents:e.entryComponents,providers:e.providers,modules:e.modules,exportedDirectives:e.exportedDirectives,exportedPipes:e.exportedPipes}}};function c(e){return e||[]}e.TransitiveCompileNgModuleMetadata=class{constructor(){this.directivesSet=new Set,this.directives=[],this.exportedDirectivesSet=new Set,this.exportedDirectives=[],this.pipesSet=new Set,this.pipes=[],this.exportedPipesSet=new Set,this.exportedPipes=[],this.modulesSet=new Set,this.modules=[],this.entryComponentsSet=new Set,this.entryComponents=[],this.providers=[]}addProvider(e,t){this.providers.push({provider:e,module:t})}addDirective(e){this.directivesSet.has(e.reference)||(this.directivesSet.add(e.reference),this.directives.push(e))}addExportedDirective(e){this.exportedDirectivesSet.has(e.reference)||(this.exportedDirectivesSet.add(e.reference),this.exportedDirectives.push(e))}addPipe(e){this.pipesSet.has(e.reference)||(this.pipesSet.add(e.reference),this.pipes.push(e))}addExportedPipe(e){this.exportedPipesSet.has(e.reference)||(this.exportedPipesSet.add(e.reference),this.exportedPipes.push(e))}addModule(e){this.modulesSet.has(e.reference)||(this.modulesSet.add(e.reference),this.modules.push(e))}addEntryComponent(e){this.entryComponentsSet.has(e.componentType)||(this.entryComponentsSet.add(e.componentType),this.entryComponents.push(e))}};function h(e){return e.reduce(((e,t)=>{let r=Array.isArray(t)?h(t):t;return e.concat(r)}),[])}function p(e){return e.replace(/(\w+:\/\/[\w:-]+)?(\/+)?/,"ng:///")}e.ProviderMeta=class{constructor(e,t){let{useClass:r,useValue:i,useExisting:n,useFactory:s,deps:u,multi:a}=t;this.token=e,this.useClass=r||null,this.useValue=i,this.useExisting=n,this.useFactory=s||null,this.dependencies=u||null,this.multi=!!a}},e.flatten=h,e.templateSourceUrl=function(e,r,i){let n;return n=i.isInline?r.type.reference instanceof t.StaticSymbol?`${r.type.reference.filePath}.${r.type.reference.name}.html`:`${o(e)}/${o(r.type)}.html`:i.templateUrl,r.type.reference instanceof t.StaticSymbol?n:p(n)},e.sharedStylesheetJitUrl=function(e,t){let r=e.moduleUrl.split(/\/\\/g);return p(`css/${t}${r[r.length-1]}.ngstyle.js`)},e.ngModuleJitUrl=function(e){return p(`${o(e.type)}/module.ngfactory.js`)},e.templateJitUrl=function(e,t){return p(`${o(e)}/${o(t.type)}.ngfactory.js`)}}}),wn=d({"node_modules/angular-html-parser/lib/compiler/src/parse_util.js"(e){g(),Object.defineProperty(e,"__esModule",{value:!0});var t=An(),r=Sn(),i=class{constructor(e,t,r,i){this.file=e,this.offset=t,this.line=r,this.col=i}toString(){return null!=this.offset?`${this.file.url}@${this.line}:${this.col}`:this.file.url}moveBy(e){let r=this.file.content,n=r.length,s=this.offset,u=this.line,a=this.col;for(;s>0&&e<0;)if(s--,e++,r.charCodeAt(s)==t.$LF){u--;let e=r.substr(0,s-1).lastIndexOf(String.fromCharCode(t.$LF));a=e>0?s-e:s}else a--;for(;s<n&&e>0;){let i=r.charCodeAt(s);s++,e--,i==t.$LF?(u++,a=0):a++}return new i(this.file,s,u,a)}getContext(e,t){let r=this.file.content,i=this.offset;if(null!=i){i>r.length-1&&(i=r.length-1);let n=i,s=0,u=0;for(;s<e&&i>0&&(i--,s++,"\n"!=r[i]||++u!=t););for(s=0,u=0;s<e&&n<r.length-1&&(n++,s++,"\n"!=r[n]||++u!=t););return{before:r.substring(i,this.offset),after:r.substring(this.offset,n+1)}}return null}};e.ParseLocation=i;var n=class{constructor(e,t){this.content=e,this.url=t}};e.ParseSourceFile=n;var s,u,a=class{constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;this.start=e,this.end=t,this.details=r}toString(){return this.start.file.content.substring(this.start.offset,this.end.offset)}};e.ParseSourceSpan=a,e.EMPTY_PARSE_LOCATION=new i(new n("",""),0,0,0),e.EMPTY_SOURCE_SPAN=new a(e.EMPTY_PARSE_LOCATION,e.EMPTY_PARSE_LOCATION),(u=s=e.ParseErrorLevel||(e.ParseErrorLevel={}))[u.WARNING=0]="WARNING",u[u.ERROR=1]="ERROR";e.ParseError=class{constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:s.ERROR;this.span=e,this.msg=t,this.level=r}contextualMessage(){let e=this.span.start.getContext(100,3);return e?`${this.msg} ("${e.before}[${s[this.level]} ->]${e.after}")`:this.msg}toString(){let e=this.span.details?`, ${this.span.details}`:"";return`${this.contextualMessage()}: ${this.span.start}${e}`}},e.typeSourceSpan=function(e,t){let s=r.identifierModuleUrl(t),u=null!=s?`in ${e} ${r.identifierName(t)} in ${s}`:`in ${e} ${r.identifierName(t)}`,o=new n("",u);return new a(new i(o,-1,-1,-1),new i(o,-1,-1,-1))},e.r3JitTypeSourceSpan=function(e,t,r){let s=new n("",`in ${e} ${t} in ${r}`);return new a(new i(s,-1,-1,-1),new i(s,-1,-1,-1))}}}),Tn=d({"src/language-html/print-preprocess.js"(e,t){g();var{ParseSourceSpan:r}=wn(),{htmlTrim:i,getLeadingAndTrailingHtmlWhitespace:n,hasHtmlWhitespace:s,canHaveInterpolation:u,getNodeCssStyleDisplay:a,isDanglingSpaceSensitiveNode:o,isIndentationSensitiveNode:l,isLeadingSpaceSensitiveNode:c,isTrailingSpaceSensitiveNode:h,isWhitespaceSensitiveNode:p,isVueScriptTag:D}=bn(),d=[function(e){e.walk((e=>{if("element"===e.type&&e.tagDefinition.ignoreFirstLf&&e.children.length>0&&"text"===e.children[0].type&&"\n"===e.children[0].value[0]){let t=e.children[0];1===t.value.length?e.removeChild(t):t.value=t.value.slice(1)}}))},function(e){let t=e=>"element"===e.type&&e.prev&&"ieConditionalStartComment"===e.prev.type&&e.prev.sourceSpan.end.offset===e.startSourceSpan.start.offset&&e.firstChild&&"ieConditionalEndComment"===e.firstChild.type&&e.firstChild.sourceSpan.start.offset===e.startSourceSpan.end.offset;e.walk((e=>{if(e.children)for(let i=0;i<e.children.length;i++){let n=e.children[i];if(!t(n))continue;let s=n.prev,u=n.firstChild;e.removeChild(s),i--;let a=new r(s.sourceSpan.start,u.sourceSpan.end),o=new r(a.start,n.sourceSpan.end);n.condition=s.condition,n.sourceSpan=o,n.startSourceSpan=a,n.removeChild(u)}}))},function(e){return function(e,t,i){e.walk((e=>{if(e.children)for(let n=0;n<e.children.length;n++){let s=e.children[n];if("text"!==s.type&&!t(s))continue;"text"!==s.type&&(s.type="text",s.value=i(s));let u=s.prev;!u||"text"!==u.type||(u.value+=s.value,u.sourceSpan=new r(u.sourceSpan.start,s.sourceSpan.end),e.removeChild(s),n--)}}))}(e,(e=>"cdata"===e.type),(e=>`<![CDATA[${e.value}]]>`))},function(e,t){if("html"===t.parser)return;let i=/{{(.+?)}}/s;e.walk((e=>{if(u(e))for(let t of e.children){if("text"!==t.type)continue;let n=t.sourceSpan.start,s=null,u=t.value.split(i);for(let i=0;i<u.length;i++,n=s){let a=u[i];i%2!=0?(s=n.moveBy(a.length+4),e.insertChildBefore(t,{type:"interpolation",sourceSpan:new r(n,s),children:0===a.length?[]:[{type:"text",value:a,sourceSpan:new r(n.moveBy(2),s.moveBy(-2))}]})):(s=n.moveBy(a.length),a.length>0&&e.insertChildBefore(t,{type:"text",value:a,sourceSpan:new r(n,s)}))}e.removeChild(t)}}))},function(e){e.walk((e=>{if(!e.children)return;if(0===e.children.length||1===e.children.length&&"text"===e.children[0].type&&0===i(e.children[0].value).length)return e.hasDanglingSpaces=e.children.length>0,void(e.children=[]);let t=p(e),s=l(e);if(!t)for(let t=0;t<e.children.length;t++){let i=e.children[t];if("text"!==i.type)continue;let{leadingWhitespace:s,text:u,trailingWhitespace:a}=n(i.value),o=i.prev,l=i.next;u?(i.value=u,i.sourceSpan=new r(i.sourceSpan.start.moveBy(s.length),i.sourceSpan.end.moveBy(-a.length)),s&&(o&&(o.hasTrailingSpaces=!0),i.hasLeadingSpaces=!0),a&&(i.hasTrailingSpaces=!0,l&&(l.hasLeadingSpaces=!0))):(e.removeChild(i),t--,(s||a)&&(o&&(o.hasTrailingSpaces=!0),l&&(l.hasLeadingSpaces=!0)))}e.isWhitespaceSensitive=t,e.isIndentationSensitive=s}))},function(e,t){e.walk((e=>{e.cssDisplay=a(e,t)}))},function(e){e.walk((e=>{e.isSelfClosing=!e.children||"element"===e.type&&(e.tagDefinition.isVoid||e.startSourceSpan===e.endSourceSpan)}))},function(e,t){e.walk((e=>{"element"===e.type&&(e.hasHtmComponentClosingTag=e.endSourceSpan&&/^<\s*\/\s*\/\s*>$/.test(t.originalText.slice(e.endSourceSpan.start.offset,e.endSourceSpan.end.offset)))}))},function(e,t){e.walk((e=>{let{children:r}=e;if(r){if(0===r.length)return void(e.isDanglingSpaceSensitive=o(e));for(let e of r)e.isLeadingSpaceSensitive=c(e,t),e.isTrailingSpaceSensitive=h(e,t);for(let e=0;e<r.length;e++){let t=r[e];t.isLeadingSpaceSensitive=(0===e||t.prev.isTrailingSpaceSensitive)&&t.isLeadingSpaceSensitive,t.isTrailingSpaceSensitive=(e===r.length-1||t.next.isLeadingSpaceSensitive)&&t.isTrailingSpaceSensitive}}}))},function(e){let t=e=>"element"===e.type&&0===e.attrs.length&&1===e.children.length&&"text"===e.firstChild.type&&!s(e.children[0].value)&&!e.firstChild.hasLeadingSpaces&&!e.firstChild.hasTrailingSpaces&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces&&e.isTrailingSpaceSensitive&&!e.hasTrailingSpaces&&e.prev&&"text"===e.prev.type&&e.next&&"text"===e.next.type;e.walk((e=>{if(e.children)for(let i=0;i<e.children.length;i++){let n=e.children[i];if(!t(n))continue;let s=n.prev,u=n.next;s.value+=`<${n.rawName}>`+n.firstChild.value+`</${n.rawName}>`+u.value,s.sourceSpan=new r(s.sourceSpan.start,u.sourceSpan.end),s.isTrailingSpaceSensitive=u.isTrailingSpaceSensitive,s.hasTrailingSpaces=u.hasTrailingSpaces,e.removeChild(n),i--,e.removeChild(u)}}))},function(e,t){if("vue"===t.parser){let r=e.children.find((e=>D(e,t)));if(!r)return;let{lang:i}=r.attrMap;("ts"===i||"typescript"===i)&&(t.__should_parse_vue_template_with_ts=!0)}}];t.exports=function(e,t){for(let r of d)r(e,t);return e}}}),Bn=d({"src/language-html/pragma.js"(e,t){g(),t.exports={hasPragma:function(e){return/^\s*<!--\s*@(?:format|prettier)\s*-->/.test(e)},insertPragma:function(e){return"\x3c!-- @format --\x3e\n\n"+e.replace(/^\s*\n/,"")}}}}),Pn=d({"src/language-html/loc.js"(e,t){g(),t.exports={locStart:function(e){return e.sourceSpan.start.offset},locEnd:function(e){return e.sourceSpan.end.offset}}}}),kn=d({"src/language-html/print/tag.js"(e,t){g();var r=$t(),{isNonEmptyArray:i}=oe(),{builders:{indent:n,join:s,line:u,softline:a,hardline:o},utils:{replaceTextEndOfLine:l}}=$(),{locStart:c,locEnd:h}=Pn(),{isTextLikeNode:p,getLastDescendant:D,isPreLikeNode:d,hasPrettierIgnore:f,shouldPreserveContent:m,isVueSfcBlock:E}=bn();function C(e,t){return e.lastChild&&T(e.lastChild)?"":[F(e,t),A(e,t)]}function y(e,t){return(e.next?S(e.next):w(e.parent))?"":[v(e,t),b(e,t)]}function F(e,t){return w(e)?v(e.lastChild,t):""}function b(e,t){return T(e)?A(e.parent,t):B(e)?O(e.next):""}function A(e,t){if(r(!e.isSelfClosing),x(e,t))return"";switch(e.type){case"ieConditionalComment":return"<!";case"element":if(e.hasHtmComponentClosingTag)return"<//";default:return`</${e.rawName}`}}function v(e,t){if(x(e,t))return"";switch(e.type){case"ieConditionalComment":case"ieConditionalEndComment":return"[endif]--\x3e";case"ieConditionalStartComment":return"]>\x3c!--\x3e";case"interpolation":return"}}";case"element":if(e.isSelfClosing)return"/>";default:return">"}}function x(e,t){return!e.isSelfClosing&&!e.endSourceSpan&&(f(e)||m(e.parent,t))}function S(e){return e.prev&&"docType"!==e.prev.type&&!p(e.prev)&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function w(e){return e.lastChild&&e.lastChild.isTrailingSpaceSensitive&&!e.lastChild.hasTrailingSpaces&&!p(D(e.lastChild))&&!d(e)}function T(e){return!e.next&&!e.hasTrailingSpaces&&e.isTrailingSpaceSensitive&&p(D(e))}function B(e){return e.next&&!p(e.next)&&p(e)&&e.isTrailingSpaceSensitive&&!e.hasTrailingSpaces}function P(e){return!e.prev&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function k(e,t,r){let p=e.getValue();if(!i(p.attrs))return p.isSelfClosing?" ":"";let D=p.prev&&"comment"===p.prev.type&&function(e){let t=e.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/s);return!!t&&(!t[1]||t[1].split(/\s+/))}(p.prev.value),d="boolean"==typeof D?()=>D:Array.isArray(D)?e=>D.includes(e.rawName):()=>!1,f=e.map((e=>{let i=e.getValue();return d(i)?l(t.originalText.slice(c(i),h(i))):r()}),"attrs"),m="element"===p.type&&"script"===p.fullName&&1===p.attrs.length&&"src"===p.attrs[0].fullName&&0===p.children.length,g=t.singleAttributePerLine&&p.attrs.length>1&&!E(p,t)?o:u,C=[n([m?" ":u,s(g,f)])];return p.firstChild&&P(p.firstChild)||p.isSelfClosing&&w(p.parent)||m?C.push(p.isSelfClosing?" ":""):C.push(t.bracketSameLine?p.isSelfClosing?" ":"":p.isSelfClosing?u:a),C}function N(e){return e.firstChild&&P(e.firstChild)?"":L(e)}function j(e,t){return e.prev&&B(e.prev)?"":[I(e,t),O(e)]}function I(e,t){return P(e)?L(e.parent):S(e)?v(e.prev,t):""}function O(e){switch(e.type){case"ieConditionalComment":case"ieConditionalStartComment":return`\x3c!--[if ${e.condition}`;case"ieConditionalEndComment":return"\x3c!--<!";case"interpolation":return"{{";case"docType":return"<!DOCTYPE";case"element":if(e.condition)return`\x3c!--[if ${e.condition}]>\x3c!--\x3e<${e.rawName}`;default:return`<${e.rawName}`}}function L(e){switch(r(!e.isSelfClosing),e.type){case"ieConditionalComment":return"]>";case"element":if(e.condition)return">\x3c!--<![endif]--\x3e";default:return">"}}t.exports={printClosingTag:function(e,t){return[e.isSelfClosing?"":C(e,t),y(e,t)]},printClosingTagStart:C,printClosingTagStartMarker:A,printClosingTagEndMarker:v,printClosingTagSuffix:b,printClosingTagEnd:y,needsToBorrowLastChildClosingTagEndMarker:w,needsToBorrowParentClosingTagStartMarker:T,needsToBorrowPrevClosingTagEndMarker:S,printOpeningTag:function(e,t,r){let i=e.getValue();return[j(i,t),k(e,t,r),i.isSelfClosing?"":N(i)]},printOpeningTagStart:j,printOpeningTagPrefix:I,printOpeningTagStartMarker:O,printOpeningTagEndMarker:L,needsToBorrowNextOpeningTagStartMarker:B,needsToBorrowParentOpeningTagEndMarker:P}}}),Nn=d({"node_modules/parse-srcset/src/parse-srcset.js"(e,t){var r,i;g(),r=e,i=function(){return function(e,t){var r=t&&t.logger||console;function i(e){return" "===e||"\t"===e||"\n"===e||"\f"===e||"\r"===e}function n(t){var r,i=t.exec(e.substring(E));if(i)return E+=(r=i[0]).length,r}for(var s,u,a,o,l,c=e.length,h=/^[ \t\n\r\u000c]+/,p=/^[, \t\n\r\u000c]+/,D=/^[^ \t\n\r\u000c]+/,d=/[,]+$/,f=/^\d+$/,m=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,E=0,g=[];;){if(n(p),E>=c)return g;s=n(D),u=[],","===s.slice(-1)?(s=s.replace(d,""),y()):C()}function C(){for(n(h),a="",o="in descriptor";;){if(l=e.charAt(E),"in descriptor"===o)if(i(l))a&&(u.push(a),a="",o="after descriptor");else{if(","===l)return E+=1,a&&u.push(a),void y();if("("===l)a+=l,o="in parens";else{if(""===l)return a&&u.push(a),void y();a+=l}}else if("in parens"===o)if(")"===l)a+=l,o="in descriptor";else{if(""===l)return u.push(a),void y();a+=l}else if("after descriptor"===o&&!i(l)){if(""===l)return void y();o="in descriptor",E-=1}E+=1}}function y(){var t,i,n,a,o,l,c,h,p,D=!1,d={};for(a=0;a<u.length;a++)l=(o=u[a])[o.length-1],c=o.substring(0,o.length-1),h=parseInt(c,10),p=parseFloat(c),f.test(c)&&"w"===l?((t||i)&&(D=!0),0===h?D=!0:t=h):m.test(c)&&"x"===l?((t||i||n)&&(D=!0),p<0?D=!0:i=p):f.test(c)&&"h"===l?((n||i)&&(D=!0),0===h?D=!0:n=h):D=!0;D?r&&r.error&&r.error("Invalid srcset descriptor found in '"+e+"' at '"+o+"'."):(d.url=s,t&&(d.w=t),i&&(d.d=i),n&&(d.h=n),g.push(d))}}},"object"==typeof t&&t.exports?t.exports=i():r.parseSrcset=i()}}),jn=d({"src/language-html/syntax-attribute.js"(e,t){g();var r=Nn(),{builders:{ifBreak:i,join:n,line:s}}=$();t.exports={printImgSrcset:function(e){let t=r(e,{logger:{error(e){throw new Error(e)}}}),u=t.some((e=>{let{w:t}=e;return t})),a=t.some((e=>{let{h:t}=e;return t}));if(u+a+t.some((e=>{let{d:t}=e;return t}))>1)throw new Error("Mixed descriptor in srcset is not supported");let o=u?"w":a?"h":"d",l=u?"w":a?"h":"x",c=e=>Math.max(...e),h=t.map((e=>e.url)),p=c(h.map((e=>e.length))),D=t.map((e=>e[o])).map((e=>e?e.toString():"")),d=D.map((e=>{let t=e.indexOf(".");return-1===t?e.length:t})),f=c(d);return n([",",s],h.map(((e,t)=>{let r=[e],n=D[t];if(n){let s=" ".repeat(p-e.length+1+(f-d[t]));r.push(i(s," "),n+l)}return r})))},printClassNames:function(e){return e.trim().split(/\s+/).join(" ")}}}}),In=d({"src/language-html/syntax-vue.js"(e,t){g();var{builders:{group:r}}=$();t.exports={isVueEventBindingExpression:function(e){let t=e.trim();return/^(?:[\w$]+|\([^)]*\))\s*=>|^function\s*\(/.test(t)||/^[$A-Z_a-z][\w$]*(?:\.[$A-Z_a-z][\w$]*|\['[^']*']|\["[^"]*"]|\[\d+]|\[[$A-Z_a-z][\w$]*])*$/.test(t)},printVueFor:function(e,t){let{left:i,operator:n,right:s}=function(e){let t=/,([^,\]}]*)(?:,([^,\]}]*))?$/,r=/^\(|\)$/g,i=e.match(/(.*?)\s+(in|of)\s+(.*)/s);if(!i)return;let n={};if(n.for=i[3].trim(),!n.for)return;let s=i[1].trim().replace(r,""),u=s.match(t);u?(n.alias=s.replace(t,""),n.iterator1=u[1].trim(),u[2]&&(n.iterator2=u[2].trim())):n.alias=s;let a=[n.alias,n.iterator1,n.iterator2];return a.some(((e,t)=>!e&&(0===t||a.slice(t+1).some(Boolean))))?void 0:{left:a.filter(Boolean).join(","),operator:i[2],right:n.for}}(e);return[r(t(`function _(${i}) {}`,{parser:"babel",__isVueForBindingLeft:!0}))," ",n," ",t(s,{parser:"__js_expression"},{stripTrailingHardline:!0})]},printVueBindings:function(e,t){return t(`function _(${e}) {}`,{parser:"babel",__isVueBindings:!0})}}}}),On=d({"src/language-html/get-node-content.js"(e,t){g();var{needsToBorrowParentClosingTagStartMarker:r,printClosingTagStartMarker:i,needsToBorrowLastChildClosingTagEndMarker:n,printClosingTagEndMarker:s,needsToBorrowParentOpeningTagEndMarker:u,printOpeningTagEndMarker:a}=kn();t.exports=function(e,t){let o=e.startSourceSpan.end.offset;e.firstChild&&u(e.firstChild)&&(o-=a(e).length);let l=e.endSourceSpan.start.offset;return e.lastChild&&r(e.lastChild)?l+=i(e,t).length:n(e)&&(l-=s(e.lastChild,t).length),t.originalText.slice(o,l)}}}),Ln=d({"src/language-html/embed.js"(e,t){g();var{builders:{breakParent:r,group:i,hardline:n,indent:s,line:u,fill:a,softline:o},utils:{mapDoc:l,replaceTextEndOfLine:c}}=$(),h=xi(),{printClosingTag:p,printClosingTagSuffix:D,needsToBorrowPrevClosingTagEndMarker:d,printOpeningTagPrefix:f,printOpeningTag:m}=kn(),{printImgSrcset:E,printClassNames:C}=jn(),{printVueFor:y,printVueBindings:F,isVueEventBindingExpression:b}=In(),{isScriptLikeTag:A,isVueNonHtmlBlock:v,inferScriptParser:x,htmlTrimPreserveIndentation:S,dedentString:w,unescapeQuoteEntities:T,isVueSlotAttribute:B,isVueSfcBindingsAttribute:P,getTextValueParts:k}=bn(),N=On();function j(e,t,r){let n=t=>new RegExp(t.join("|")).test(e.fullName),l=()=>T(e.value),h=!1,p=(e,t)=>{let r="NGRoot"===e.type?"NGMicrosyntax"===e.node.type&&1===e.node.body.length&&"NGMicrosyntaxExpression"===e.node.body[0].type?e.node.body[0].expression:e.node:"JsExpressionRoot"===e.type?e.node:e;r&&("ObjectExpression"===r.type||"ArrayExpression"===r.type||"__vue_expression"===t.parser&&("TemplateLiteral"===r.type||"StringLiteral"===r.type))&&(h=!0)},D=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return i([s([o,e]),t?o:""])},d=e=>h?(e=>i(e))(e):D(e),f=(e,r)=>t(e,Object.assign({__onHtmlBindingRoot:p,__embeddedInHtml:!0},r));if("srcset"===e.fullName&&("img"===e.parent.fullName||"source"===e.parent.fullName))return D(E(l()));if("class"===e.fullName&&!r.parentParser){let e=l();if(!e.includes("{{"))return C(e)}if("style"===e.fullName&&!r.parentParser){let e=l();if(!e.includes("{{"))return D(f(e,{parser:"css",__isHTMLStyleAttribute:!0}))}if("vue"===r.parser){if("v-for"===e.fullName)return y(l(),f);if(B(e)||P(e,r))return F(l(),f);let t=["^:","^v-bind:"],i=["^v-"];if(n(["^@","^v-on:"])){let e=l(),t=b(e)?"__js_expression":r.__should_parse_vue_template_with_ts?"__vue_ts_event_binding":"__vue_event_binding";return d(f(e,{parser:t}))}if(n(t))return d(f(l(),{parser:"__vue_expression"}));if(n(i))return d(f(l(),{parser:"__js_expression"}))}if("angular"===r.parser){let t=(e,t)=>f(e,Object.assign(Object.assign({},t),{},{trailingComma:"none"})),r=["^\\*"],o=["^\\[.+\\]$","^bind(on)?-","^ng-(if|show|hide|class|style)$"],h=["^i18n(-.+)?$"];if(n(["^\\(.+\\)$","^on-"]))return d(t(l(),{parser:"__ng_action"}));if(n(o))return d(t(l(),{parser:"__ng_binding"}));if(n(h)){let t=l().trim();return D(a(k(e,t)),!t.includes("@@"))}if(n(r))return d(t(l(),{parser:"__ng_directive"}));let p=/{{(.+?)}}/s,m=l();if(p.test(m)){let e=[];for(let[r,n]of m.split(p).entries())if(r%2==0)e.push(c(n));else try{e.push(i(["{{",s([u,t(n,{parser:"__ng_interpolation",__isInHtmlInterpolation:!0})]),u,"}}"]))}catch{e.push("{{",c(n),"}}")}return i(e)}}return null}t.exports=function(e,t,a,o){let c=e.getValue();switch(c.type){case"element":if(A(c)||"interpolation"===c.type)return;if(!c.isSelfClosing&&v(c,o)){let r=x(c,o);if(!r)return;let s=N(c,o),u=/^\s*$/.test(s),l="";return u||(l=a(S(s),{parser:r,__embeddedInHtml:!0},{stripTrailingHardline:!0}),u=""===l),[f(c,o),i(m(e,o,t)),u?"":n,l,u?"":n,p(c,o),D(c,o)]}break;case"text":if(A(c.parent)){let e=x(c.parent,o);if(e){let t="markdown"===e?w(c.value.replace(/^[^\S\n]*\n/,"")):c.value,i={parser:e,__embeddedInHtml:!0};if("html"===o.parser&&"babel"===e){let e="script",{attrMap:t}=c.parent;t&&("module"===t.type||"text/babel"===t.type&&"module"===t["data-type"])&&(e="module"),i.__babelSourceType=e}return[r,f(c,o),a(t,i,{stripTrailingHardline:!0}),D(c,o)]}}else if("interpolation"===c.parent.type){let e={__isInHtmlInterpolation:!0,__embeddedInHtml:!0};return"angular"===o.parser?(e.parser="__ng_interpolation",e.trailingComma="none"):e.parser="vue"===o.parser?o.__should_parse_vue_template_with_ts?"__vue_ts_expression":"__vue_expression":"__js_expression",[s([u,a(c.value,e,{stripTrailingHardline:!0})]),c.parent.next&&d(c.parent.next)?" ":u]}break;case"attribute":{if(!c.value)break;if(/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(o.originalText.slice(c.valueSpan.start.offset,c.valueSpan.end.offset)))return[c.rawName,"=",c.value];if("lwc"===o.parser&&/^{.*}$/s.test(o.originalText.slice(c.valueSpan.start.offset,c.valueSpan.end.offset)))return[c.rawName,"=",c.value];let e=j(c,((e,t)=>a(e,Object.assign({__isInHtmlAttribute:!0,__embeddedInHtml:!0},t),{stripTrailingHardline:!0})),o);if(e)return[c.rawName,'="',i(l(e,(e=>"string"==typeof e?e.replace(/"/g,"&quot;"):e))),'"'];break}case"front-matter":return h(c,a)}}}}),Mn=d({"src/language-html/print/children.js"(e,t){g();var{builders:{breakParent:r,group:i,ifBreak:n,line:s,softline:u,hardline:a},utils:{replaceTextEndOfLine:o}}=$(),{locStart:l,locEnd:c}=Pn(),{forceBreakChildren:h,forceNextEmptyLine:p,isTextLikeNode:D,hasPrettierIgnore:d,preferHardlineAsLeadingSpaces:f}=bn(),{printOpeningTagPrefix:m,needsToBorrowNextOpeningTagStartMarker:E,printOpeningTagStartMarker:C,needsToBorrowPrevClosingTagEndMarker:y,printClosingTagEndMarker:F,printClosingTagSuffix:b,needsToBorrowParentClosingTagStartMarker:A}=kn();function v(e,t,r){let i=e.getValue();return d(i)?[m(i,t),...o(t.originalText.slice(l(i)+(i.prev&&E(i.prev)?C(i).length:0),c(i)-(i.next&&y(i.next)?F(i,t).length:0))),b(i,t)]:r()}function x(e,t){return D(e)&&D(t)?e.isTrailingSpaceSensitive?e.hasTrailingSpaces?f(t)?a:s:"":f(t)?a:u:E(e)&&(d(t)||t.firstChild||t.isSelfClosing||"element"===t.type&&t.attrs.length>0)||"element"===e.type&&e.isSelfClosing&&y(t)?"":!t.isLeadingSpaceSensitive||f(t)||y(t)&&e.lastChild&&A(e.lastChild)&&e.lastChild.lastChild&&A(e.lastChild.lastChild)?a:t.hasLeadingSpaces?s:u}t.exports={printChildren:function(e,t,s){let o=e.getValue();if(h(o))return[r,...e.map((e=>{let r=e.getValue(),i=r.prev?x(r.prev,r):"";return[i?[i,p(r.prev)?a:""]:"",v(e,t,s)]}),"children")];let l=o.children.map((()=>Symbol("")));return e.map(((e,r)=>{let o=e.getValue();if(D(o)){if(o.prev&&D(o.prev)){let r=x(o.prev,o);if(r)return p(o.prev)?[a,a,v(e,t,s)]:[r,v(e,t,s)]}return v(e,t,s)}let c=[],h=[],d=[],f=[],m=o.prev?x(o.prev,o):"",E=o.next?x(o,o.next):"";return m&&(p(o.prev)?c.push(a,a):m===a?c.push(a):D(o.prev)?h.push(m):h.push(n("",u,{groupId:l[r-1]}))),E&&(p(o)?D(o.next)&&f.push(a,a):E===a?D(o.next)&&f.push(a):d.push(E)),[...c,i([...h,i([v(e,t,s),...d],{id:l[r]})]),...f]}),"children")}}}}),_n=d({"src/language-html/print/element.js"(e,t){g();var{builders:{breakParent:r,dedentToRoot:i,group:n,ifBreak:s,indentIfBreak:u,indent:a,line:o,softline:l},utils:{replaceTextEndOfLine:c}}=$(),h=On(),{shouldPreserveContent:p,isScriptLikeTag:D,isVueCustomBlock:d,countParents:f,forceBreakContent:m}=bn(),{printOpeningTagPrefix:E,printOpeningTag:C,printClosingTagSuffix:y,printClosingTag:F,needsToBorrowPrevClosingTagEndMarker:b,needsToBorrowLastChildClosingTagEndMarker:A}=kn(),{printChildren:v}=Mn();t.exports={printElement:function(e,t,g){let x=e.getValue();if(p(x,t))return[E(x,t),n(C(e,t,g)),...c(h(x,t)),...F(x,t),y(x,t)];let S=1===x.children.length&&"interpolation"===x.firstChild.type&&x.firstChild.isLeadingSpaceSensitive&&!x.firstChild.hasLeadingSpaces&&x.lastChild.isTrailingSpaceSensitive&&!x.lastChild.hasTrailingSpaces,w=Symbol("element-attr-group-id");return(r=>n([n(C(e,t,g),{id:w}),r,F(x,t)]))(0===x.children.length?x.hasDanglingSpaces&&x.isDanglingSpaceSensitive?o:"":[m(x)?r:"",(T=[S?s(l,"",{groupId:w}):x.firstChild.hasLeadingSpaces&&x.firstChild.isLeadingSpaceSensitive?o:"text"===x.firstChild.type&&x.isWhitespaceSensitive&&x.isIndentationSensitive?i(l):l,v(e,t,g)],S?u(T,{groupId:w}):!D(x)&&!d(x,t)||"root"!==x.parent.type||"vue"!==t.parser||t.vueIndentScriptAndStyle?a(T):T),(x.next?b(x.next):A(x.parent))?x.lastChild.hasTrailingSpaces&&x.lastChild.isTrailingSpaceSensitive?" ":"":S?s(l,"",{groupId:w}):x.lastChild.hasTrailingSpaces&&x.lastChild.isTrailingSpaceSensitive?o:("comment"===x.lastChild.type||"text"===x.lastChild.type&&x.isWhitespaceSensitive&&x.isIndentationSensitive)&&new RegExp(`\\n[\\t ]{${t.tabWidth*f(e,(e=>e.parent&&"root"!==e.parent.type))}}$`).test(x.lastChild.value)?"":l]);var T}}}}),$n=d({"src/language-html/printer-html.js"(e,t){g();var{builders:{fill:r,group:i,hardline:n,literalline:s},utils:{cleanDoc:u,getDocParts:a,isConcat:o,replaceTextEndOfLine:l}}=$(),c=Cn(),{countChars:h,unescapeQuoteEntities:p,getTextValueParts:D}=bn(),d=Tn(),{insertPragma:f}=Bn(),{locStart:m,locEnd:E}=Pn(),C=Ln(),{printClosingTagSuffix:y,printClosingTagEnd:F,printOpeningTagPrefix:b,printOpeningTagStart:A}=kn(),{printElement:v}=_n(),{printChildren:x}=Mn();t.exports={preprocess:d,print:function(e,t,c){let d=e.getValue();switch(d.type){case"front-matter":return l(d.raw);case"root":return t.__onHtmlRoot&&t.__onHtmlRoot(d),[i(x(e,t,c)),n];case"element":case"ieConditionalComment":return v(e,t,c);case"ieConditionalStartComment":case"ieConditionalEndComment":return[A(d),F(d)];case"interpolation":return[A(d,t),...e.map(c,"children"),F(d,t)];case"text":{if("interpolation"===d.parent.type){let e=/\n[^\S\n]*$/,t=e.test(d.value),r=t?d.value.replace(e,""):d.value;return[...l(r),t?n:""]}let e=u([b(d,t),...D(d),y(d,t)]);return o(e)||"fill"===e.type?r(a(e)):e}case"docType":return[i([A(d,t)," ",d.value.replace(/^html\b/i,"html").replace(/\s+/g," ")]),F(d,t)];case"comment":return[b(d,t),...l(t.originalText.slice(m(d),E(d)),s),y(d,t)];case"attribute":{if(null===d.value)return d.rawName;let e=p(d.value),t=h(e,"'")<h(e,'"')?"'":'"';return[d.rawName,"=",t,...l('"'===t?e.replace(/"/g,"&quot;"):e.replace(/'/g,"&apos;")),t]}default:throw new Error(`Unexpected node type ${d.type}`)}},insertPragma:f,massageAstNode:c,embed:C}}}),Rn=d({"src/language-html/options.js"(e,t){g();var r=di(),i="HTML";t.exports={bracketSameLine:r.bracketSameLine,htmlWhitespaceSensitivity:{since:"1.15.0",category:i,type:"choice",default:"css",description:"How to handle whitespaces in HTML.",choices:[{value:"css",description:"Respect the default value of CSS display property."},{value:"strict",description:"Whitespaces are considered sensitive."},{value:"ignore",description:"Whitespaces are considered insensitive."}]},singleAttributePerLine:r.singleAttributePerLine,vueIndentScriptAndStyle:{since:"1.19.0",category:i,type:"boolean",default:!1,description:"Indent script and style tags in Vue files."}}}}),qn=d({"src/language-html/parsers.js"(){g()}}),Un=d({"node_modules/linguist-languages/data/HTML.json"(e,t){t.exports={name:"HTML",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[".html",".hta",".htm",".html.hl",".inc",".xht",".xhtml"],languageId:146}}}),Vn=d({"node_modules/linguist-languages/data/Vue.json"(e,t){t.exports={name:"Vue",type:"markup",color:"#41b883",extensions:[".vue"],tmScope:"text.html.vue",aceMode:"html",languageId:391}}}),Hn=d({"src/language-html/index.js"(e,t){g();var r=Gt(),i=$n(),n=Rn(),s=qn(),u=[r(Un(),(()=>({name:"Angular",since:"1.15.0",parsers:["angular"],vscodeLanguageIds:["html"],extensions:[".component.html"],filenames:[]}))),r(Un(),(e=>({since:"1.15.0",parsers:["html"],vscodeLanguageIds:["html"],extensions:[...e.extensions,".mjml"]}))),r(Un(),(()=>({name:"Lightning Web Components",since:"1.17.0",parsers:["lwc"],vscodeLanguageIds:["html"],extensions:[],filenames:[]}))),r(Vn(),(()=>({since:"1.10.0",parsers:["vue"],vscodeLanguageIds:["vue"]})))];t.exports={languages:u,printers:{html:i},options:n,parsers:s}}}),Jn=d({"src/language-yaml/pragma.js"(e,t){g(),t.exports={isPragma:function(e){return/^\s*@(?:prettier|format)\s*$/.test(e)},hasPragma:function(e){return/^\s*#[^\S\n]*@(?:prettier|format)\s*?(?:\n|$)/.test(e)},insertPragma:function(e){return`# @format\n\n${e}`}}}}),zn=d({"src/language-yaml/loc.js"(e,t){g(),t.exports={locStart:function(e){return e.position.start.offset},locEnd:function(e){return e.position.end.offset}}}}),Gn=d({"src/language-yaml/embed.js"(e,t){g(),t.exports=function(e,t,r,i){if("root"===e.getValue().type&&i.filepath&&/(?:[/\\]|^)\.(?:prettier|stylelint|lintstaged)rc$/.test(i.filepath))return r(i.originalText,Object.assign(Object.assign({},i),{},{parser:"json"}))}}}),Wn=d({"src/language-yaml/utils.js"(e,t){g();var{getLast:r,isNonEmptyArray:i}=oe();function n(e,t){return e&&"string"==typeof e.type&&(!t||t.includes(e.type))}function s(e){return"prettier-ignore"===e.value.trim()}function u(e){return i(null==e?void 0:e.leadingComments)}function a(e){return i(null==e?void 0:e.middleComments)}function o(e){return null==e?void 0:e.indicatorComment}function l(e){return null==e?void 0:e.trailingComment}function c(e){return i(null==e?void 0:e.endComments)}function h(e){let t,r=[];for(let i of e.split(/( +)/))" "!==i?r.push(" "===t?i:(r.pop()||"")+i):void 0===t&&r.unshift(""),t=i;return" "===t&&r.push((r.pop()||"")+" "),""===r[0]&&(r.shift(),r.unshift(" "+(r.shift()||""))),r}t.exports={getLast:r,getAncestorCount:function(e,t){let r=0,i=e.stack.length-1;for(let s=0;s<i;s++){let i=e.stack[s];n(i)&&t(i)&&r++}return r},isNode:n,isEmptyNode:function(e){return!i(e.children)&&!function(e){return u(e)||a(e)||o(e)||l(e)||c(e)}(e)},isInlineNode:function(e){if(!e)return!0;switch(e.type){case"plain":case"quoteDouble":case"quoteSingle":case"alias":case"flowMapping":case"flowSequence":return!0;default:return!1}},mapNode:function e(t,r,i){return r("children"in t?Object.assign(Object.assign({},t),{},{children:t.children.map((i=>e(i,r,t)))}):t,i)},defineShortcut:function(e,t,r){Object.defineProperty(e,t,{get:r,enumerable:!1})},isNextLineEmpty:function(e,t){let r=0,i=t.length;for(let n=e.position.end.offset-1;n<i;n++){let e=t[n];if("\n"===e&&r++,1===r&&/\S/.test(e))return!1;if(2===r)return!0}return!1},isLastDescendantNode:function(e){switch(e.getValue().type){case"tag":case"anchor":case"comment":return!1}let t=e.stack.length;for(let r=1;r<t;r++){let t=e.stack[r],i=e.stack[r-1];if(Array.isArray(i)&&"number"==typeof t&&t!==i.length-1)return!1}return!0},getBlockValueLineContents:function(e,t){let i,{parentIndent:n,isLastDescendant:s,options:u}=t,a=e.position.start.line===e.position.end.line?"":u.originalText.slice(e.position.start.offset,e.position.end.offset).match(/^[^\n]*\n(.*)$/s)[1];if(null===e.indent){let e=a.match(/^(?<leadingSpace> *)[^\n\r ]/m);i=e?e.groups.leadingSpace.length:Number.POSITIVE_INFINITY}else i=e.indent-1+n;let o=a.split("\n").map((e=>e.slice(i)));return function(t){if("keep"===e.chomping)return 0===r(t).length?t.slice(0,-1):t;let i=0;for(let e=t.length-1;e>=0&&0===t[e].length;e--)i++;return 0===i?t:t.slice(0,i>=2&&!s?-(i-1):-i)}("preserve"===u.proseWrap||"blockLiteral"===e.type?o.map((e=>0===e.length?[]:[e])):o.map((e=>0===e.length?[]:h(e))).reduce(((e,t,i)=>0!==i&&o[i-1].length>0&&t.length>0&&!/^\s/.test(t[0])&&!/^\s|\s$/.test(r(e))?[...e.slice(0,-1),[...r(e),...t]]:[...e,t]),[]).map((e=>e.reduce(((e,t)=>e.length>0&&/\s$/.test(r(e))?[...e.slice(0,-1),r(e)+" "+t]:[...e,t]),[]))).map((e=>"never"===u.proseWrap?[e.join(" ")]:e)))},getFlowScalarLineContents:function(e,t,i){let n=t.split("\n").map(((e,t,r)=>0===t&&t===r.length-1?e:0!==t&&t!==r.length-1?e.trim():0===t?e.trimEnd():e.trimStart()));return"preserve"===i.proseWrap?n.map((e=>0===e.length?[]:[e])):n.map((e=>0===e.length?[]:h(e))).reduce(((t,i,s)=>0!==s&&n[s-1].length>0&&i.length>0&&("quoteDouble"!==e||!r(r(t)).endsWith("\\"))?[...t.slice(0,-1),[...r(t),...i]]:[...t,i]),[]).map((e=>"never"===i.proseWrap?[e.join(" ")]:e))},getLastDescendantNode:function e(t){return i(t.children)?e(r(t.children)):t},hasPrettierIgnore:function(e){let t=e.getValue();if("documentBody"===t.type){let t=e.getParentNode();return c(t.head)&&s(r(t.head.endComments))}return u(t)&&s(r(t.leadingComments))},hasLeadingComments:u,hasMiddleComments:a,hasIndicatorComment:o,hasTrailingComment:l,hasEndComments:c}}}),Xn=d({"src/language-yaml/print-preprocess.js"(e,t){g();var{defineShortcut:r,mapNode:i}=Wn();function n(e){switch(e.type){case"document":r(e,"head",(()=>e.children[0])),r(e,"body",(()=>e.children[1]));break;case"documentBody":case"sequenceItem":case"flowSequenceItem":case"mappingKey":case"mappingValue":r(e,"content",(()=>e.children[0]));break;case"mappingItem":case"flowMappingItem":r(e,"key",(()=>e.children[0])),r(e,"value",(()=>e.children[1]))}return e}t.exports=function(e){return i(e,n)}}}),Kn=d({"src/language-yaml/print/misc.js"(e,t){g();var{builders:{softline:r,align:i}}=$(),{hasEndComments:n,isNextLineEmpty:s,isNode:u}=Wn(),a=new WeakMap;function o(e){return n(e)&&!u(e,["documentHead","documentBody","flowMapping","flowSequence"])}t.exports={alignWithSpaces:function(e,t){return i(" ".repeat(e),t)},shouldPrintEndComments:o,printNextEmptyLine:function(e,t){let i,n=e.getValue(),u=e.stack[0];return a.has(u)?i=a.get(u):(i=new Set,a.set(u,i)),i.has(n.position.end.line)||(i.add(n.position.end.line),!s(n,t)||o(e.getParentNode()))?"":r}}}}),Yn=d({"src/language-yaml/print/flow-mapping-sequence.js"(e,t){g();var{builders:{ifBreak:r,line:i,softline:n,hardline:s,join:u}}=$(),{isEmptyNode:a,getLast:o,hasEndComments:l}=Wn(),{printNextEmptyLine:c,alignWithSpaces:h}=Kn();function p(e,t,c){let p=e.getValue(),d="flowMapping"===p.type,f=d?"{":"[",m=d?"}":"]",E=n;d&&p.children.length>0&&c.bracketSpacing&&(E=i);let g=o(p.children),C=g&&"flowMappingItem"===g.type&&a(g.key)&&a(g.value);return[f,h(c.tabWidth,[E,D(e,t,c),"none"===c.trailingComma?"":r(","),l(p)?[s,u(s,e.map(t,"endComments"))]:""]),C?"":E,m]}function D(e,t,r){let n=e.getValue();return e.map(((e,s)=>[t(),s===n.children.length-1?"":[",",i,n.children[s].position.start.line!==n.children[s+1].position.start.line?c(e,r.originalText):""]]),"children")}t.exports={printFlowMapping:p,printFlowSequence:p}}}),Qn=d({"src/language-yaml/print/mapping-item.js"(e,t){g();var{builders:{conditionalGroup:r,group:i,hardline:n,ifBreak:s,join:u,line:a}}=$(),{hasLeadingComments:o,hasMiddleComments:l,hasTrailingComment:c,hasEndComments:h,isNode:p,isEmptyNode:D,isInlineNode:d}=Wn(),{alignWithSpaces:f}=Kn();function m(e,t){if(!e)return!0;switch(e.type){case"plain":case"quoteSingle":case"quoteDouble":break;case"alias":return!0;default:return!1}if("preserve"===t.proseWrap)return e.position.start.line===e.position.end.line;if(/\\$/m.test(t.originalText.slice(e.position.start.offset,e.position.end.offset)))return!1;switch(t.proseWrap){case"never":return!e.value.includes("\n");case"always":return!/[\n ]/.test(e.value);default:return!1}}t.exports=function(e,t,E,g,C){let{key:y,value:F}=e,b=D(y),A=D(F);if(b&&A)return": ";let v=g("key"),x=function(e){return e.key.content&&"alias"===e.key.content.type}(e)?" ":"";if(A)return"flowMappingItem"===e.type&&"flowMapping"===t.type?v:"mappingItem"!==e.type||!m(y.content,C)||c(y.content)||t.tag&&"tag:yaml.org,2002:set"===t.tag.value?["? ",f(2,v)]:[v,x,":"];let S=g("value");if(b)return[": ",f(2,S)];if(o(F)||!d(y.content))return["? ",f(2,v),n,u("",E.map(g,"value","leadingComments").map((e=>[e,n]))),": ",f(2,S)];if(function(e){if(!e)return!0;switch(e.type){case"plain":case"quoteDouble":case"quoteSingle":return e.position.start.line===e.position.end.line;case"alias":return!0;default:return!1}}(y.content)&&!o(y.content)&&!l(y.content)&&!c(y.content)&&!h(y)&&!o(F.content)&&!l(F.content)&&!h(F)&&m(F.content,C))return[v,x,": ",S];let w=Symbol("mappingKey"),T=i([s("? "),i(f(2,v),{id:w})]),B=[n,": ",f(2,S)],P=[x,":"];o(F.content)||h(F)&&F.content&&!p(F.content,["mapping","sequence"])||"mapping"===t.type&&c(y.content)&&d(F.content)||p(F.content,["mapping","sequence"])&&null===F.content.tag&&null===F.content.anchor?P.push(n):F.content&&P.push(a),P.push(S);let k=f(C.tabWidth,P);return!m(y.content,C)||o(y.content)||l(y.content)||h(y)?r([[T,s(B,k,{groupId:w})]]):r([[v,k]])}}}),Zn=d({"src/language-yaml/print/block.js"(e,t){g();var{builders:{dedent:r,dedentToRoot:i,fill:n,hardline:s,join:u,line:a,literalline:o,markAsRoot:l},utils:{getDocParts:c}}=$(),{getAncestorCount:h,getBlockValueLineContents:p,hasIndicatorComment:D,isLastDescendantNode:d,isNode:f}=Wn(),{alignWithSpaces:m}=Kn();t.exports=function(e,t,E){let g=e.getValue(),C=h(e,(e=>f(e,["sequence","mapping"]))),y=d(e),F=["blockFolded"===g.type?">":"|"];null!==g.indent&&F.push(g.indent.toString()),"clip"!==g.chomping&&F.push("keep"===g.chomping?"+":"-"),D(g)&&F.push(" ",t("indicatorComment"));let b=p(g,{parentIndent:C,isLastDescendant:y,options:E}),A=[];for(let[e,t]of b.entries())0===e&&A.push(s),A.push(n(c(u(a,t)))),e!==b.length-1?A.push(0===t.length?s:l(o)):"keep"===g.chomping&&y&&A.push(i(0===t.length?s:o));return F.push(null===g.indent?r(m(E.tabWidth,A)):i(m(g.indent-1+C,A))),F}}}),es=d({"src/language-yaml/printer-yaml.js"(e,t){g();var{builders:{breakParent:r,fill:i,group:n,hardline:s,join:u,line:a,lineSuffix:o,literalline:l},utils:{getDocParts:c,replaceTextEndOfLine:h}}=$(),{isPreviousLineEmpty:p}=oe(),{insertPragma:D,isPragma:d}=Jn(),{locStart:f}=zn(),m=Gn(),{getFlowScalarLineContents:E,getLastDescendantNode:C,hasLeadingComments:y,hasMiddleComments:F,hasTrailingComment:b,hasEndComments:A,hasPrettierIgnore:v,isLastDescendantNode:x,isNode:S,isInlineNode:w}=Wn(),T=Xn(),{alignWithSpaces:B,printNextEmptyLine:P,shouldPrintEndComments:k}=Kn(),{printFlowMapping:N,printFlowSequence:j}=Yn(),I=Qn(),O=Zn();function L(e,t){return b(e)||t&&(t.head.children.length>0||A(t.head))}function M(e,t,r){let n=E(e,t,r);return u(s,n.map((e=>i(c(u(a,e))))))}t.exports={preprocess:T,embed:m,print:function(e,t,i){let a=e.getValue(),c=[];"mappingValue"!==a.type&&y(a)&&c.push([u(s,e.map(i,"leadingComments")),s]);let{tag:D,anchor:d}=a;D&&c.push(i("tag")),D&&d&&c.push(" "),d&&c.push(i("anchor"));let m="";S(a,["mapping","sequence","comment","directive","mappingItem","sequenceItem"])&&!x(e)&&(m=P(e,t.originalText)),(D||d)&&(S(a,["sequence","mapping"])&&!F(a)?c.push(s):c.push(" ")),F(a)&&c.push([1===a.middleComments.length?"":s,u(s,e.map(i,"middleComments")),s]);let E=e.getParentNode();return v(e)?c.push(h(t.originalText.slice(a.position.start.offset,a.position.end.offset).trimEnd(),l)):c.push(n(function(e,t,r,i,n){switch(e.type){case"root":{let{children:t}=e,i=[];r.each(((e,r)=>{let u=t[r],a=t[r+1];0!==r&&i.push(s),i.push(n()),L(u,a)?(i.push(s,"..."),b(u)&&i.push(" ",n("trailingComment"))):a&&!b(a.head)&&i.push(s,"---")}),"children");let u=C(e);return(!S(u,["blockLiteral","blockFolded"])||"keep"!==u.chomping)&&i.push(s),i}case"document":{let a=[];return"head"===function(e,t,r,i){return r.children[0]===e&&/---(?:\s|$)/.test(i.originalText.slice(f(e),f(e)+4))||e.head.children.length>0||A(e.head)||b(e.head)?"head":!L(e,t)&&!!t&&"root"}(e,t.children[r.getName()+1],t,i)&&((e.head.children.length>0||e.head.endComments.length>0)&&a.push(n("head")),b(e.head)?a.push(["---"," ",n(["head","trailingComment"])]):a.push("---")),function(e){return e.body.children.length>0||A(e.body)}(e)&&a.push(n("body")),u(s,a)}case"documentHead":return u(s,[...r.map(n,"children"),...r.map(n,"endComments")]);case"documentBody":{let{children:t,endComments:i}=e,a="";if(t.length>0&&i.length>0){let t=C(e);S(t,["blockFolded","blockLiteral"])?"keep"!==t.chomping&&(a=[s,s]):a=s}return[u(s,r.map(n,"children")),a,u(s,r.map(n,"endComments"))]}case"directive":return["%",u(" ",[e.name,...e.parameters])];case"comment":return["#",e.value];case"alias":return["*",e.value];case"tag":return i.originalText.slice(e.position.start.offset,e.position.end.offset);case"anchor":return["&",e.value];case"plain":return M(e.type,i.originalText.slice(e.position.start.offset,e.position.end.offset),i);case"quoteDouble":case"quoteSingle":{let t="'",r='"',n=i.originalText.slice(e.position.start.offset+1,e.position.end.offset-1);if("quoteSingle"===e.type&&n.includes("\\")||"quoteDouble"===e.type&&/\\[^"]/.test(n)){let s="quoteDouble"===e.type?r:t;return[s,M(e.type,n,i),s]}if(n.includes(r))return[t,M(e.type,"quoteDouble"===e.type?n.replace(/\\"/g,r).replace(/'/g,t.repeat(2)):n,i),t];if(n.includes(t))return[r,M(e.type,"quoteSingle"===e.type?n.replace(/''/g,t):n,i),r];let s=i.singleQuote?t:r;return[s,M(e.type,n,i),s]}case"blockFolded":case"blockLiteral":return O(r,n,i);case"mapping":case"sequence":return u(s,r.map(n,"children"));case"sequenceItem":return["- ",B(2,e.content?n("content"):"")];case"mappingKey":case"mappingValue":return e.content?n("content"):"";case"mappingItem":case"flowMappingItem":return I(e,t,r,n,i);case"flowMapping":return N(r,n,i);case"flowSequence":return j(r,n,i);case"flowSequenceItem":return n("content");default:throw new Error(`Unexpected node type ${e.type}`)}}(a,E,e,t,i))),b(a)&&!S(a,["document","documentHead"])&&c.push(o(["mappingValue"!==a.type||a.content?" ":"","mappingKey"===E.type&&"mapping"===e.getParentNode(2).type&&w(a)?"":r,i("trailingComment")])),k(a)&&c.push(B("sequenceItem"===a.type?2:0,[s,u(s,e.map((e=>[p(t.originalText,e.getValue(),f)?s:"",i()]),"endComments"))])),c.push(m),c},massageAstNode:function(e,t){if(S(t))switch(delete t.position,t.type){case"comment":if(d(t.value))return null;break;case"quoteDouble":case"quoteSingle":t.type="quote"}},insertPragma:D}}}),ts=d({"src/language-yaml/options.js"(e,t){g();var r=di();t.exports={bracketSpacing:r.bracketSpacing,singleQuote:r.singleQuote,proseWrap:r.proseWrap}}}),rs=d({"src/language-yaml/parsers.js"(){g()}}),is=d({"node_modules/linguist-languages/data/YAML.json"(e,t){t.exports={name:"YAML",type:"data",color:"#cb171e",tmScope:"source.yaml",aliases:["yml"],extensions:[".yml",".mir",".reek",".rviz",".sublime-syntax",".syntax",".yaml",".yaml-tmlanguage",".yaml.sed",".yml.mysql"],filenames:[".clang-format",".clang-tidy",".gemrc","CITATION.cff","glide.lock","yarn.lock"],aceMode:"yaml",codemirrorMode:"yaml",codemirrorMimeType:"text/x-yaml",languageId:407}}}),ns=d({"src/language-yaml/index.js"(e,t){g();var r=Gt(),i=es(),n=ts(),s=rs(),u=[r(is(),(e=>({since:"1.14.0",parsers:["yaml"],vscodeLanguageIds:["yaml","ansible","home-assistant"],filenames:[...e.filenames.filter((e=>"yarn.lock"!==e)),".prettierrc",".stylelintrc",".lintstagedrc"]})))];t.exports={languages:u,printers:{yaml:i},options:n,parsers:s}}}),ss=d({"src/languages.js"(e,t){g(),t.exports=[Ai(),Vi(),Yi(),sn(),gn(),Hn(),ns()]}});g();var{version:us}=C(),as=Jt(),{getSupportInfo:os}=te(),ls=zt(),cs=ss(),hs=$();function ps(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return function(){for(var r=arguments.length,i=new Array(r),n=0;n<r;n++)i[n]=arguments[n];let s=i[t]||{},u=s.plugins||[];return i[t]=Object.assign(Object.assign({},s),{},{plugins:[...cs,...Array.isArray(u)?u:Object.values(u)]}),e(...i)}}var Ds=ps(as.formatWithCursor);t.exports={formatWithCursor:Ds,format:(e,t)=>Ds(e,t).formatted,check(e,t){let{formatted:r}=Ds(e,t);return r===e},doc:hs,getSupportInfo:ps(os,0),version:us,util:ls,__debug:{parse:ps(as.parse),formatAST:ps(as.formatAST),formatDoc:ps(as.formatDoc),printToDoc:ps(as.printToDoc),printDocToString:ps(as.printDocToString)}}})),Re())})),t((function(t){var r,i,n,s,u,a,o,l,c,h,p,D,d,f,m,E,g,C,y,F,b,A,v,x,S,w,T,B,P,k,N,j,I,O,L,M,_,$,R,q,U,V,H,J,z,G,W,X,K,Y,Q,Z,ee,te,re,ie,ne,se,ue,ae,oe,le,ce,he,pe,De,de,fe,me,Ee,ge,Ce,ye,Fe,be,Ae,ve,xe,Se,we,Te,Be,Pe,ke;t.exports=(i=(r=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports))(((t,r)=>{var i=function(e){return e&&e.Math==Math&&e};r.exports=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")()})),n=r(((e,t)=>{t.exports=function(e){try{return!!e()}catch{return!0}}})),s=r(((e,t)=>{var r=n();t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))})),u=r(((e,t)=>{var r=n();t.exports=!r((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))})),a=r(((e,t)=>{var r=u(),i=Function.prototype.call;t.exports=r?i.bind(i):function(){return i.apply(i,arguments)}})),o=r((e=>{var t={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,i=r&&!t.call({1:2},1);e.f=i?function(e){var t=r(this,e);return!!t&&t.enumerable}:t})),l=r(((e,t)=>{t.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}})),c=r(((e,t)=>{var r=u(),i=Function.prototype,n=i.call,s=r&&i.bind.bind(n,n);t.exports=r?s:function(e){return function(){return n.apply(e,arguments)}}})),h=r(((e,t)=>{var r=c(),i=r({}.toString),n=r("".slice);t.exports=function(e){return n(i(e),8,-1)}})),p=r(((e,t)=>{var r=c(),i=n(),s=h(),u=Object,a=r("".split);t.exports=i((function(){return!u("z").propertyIsEnumerable(0)}))?function(e){return"String"==s(e)?a(e,""):u(e)}:u})),D=r(((e,t)=>{t.exports=function(e){return null==e}})),d=r(((e,t)=>{var r=D(),i=TypeError;t.exports=function(e){if(r(e))throw i("Can't call method on "+e);return e}})),f=r(((e,t)=>{var r=p(),i=d();t.exports=function(e){return r(i(e))}})),m=r(((e,t)=>{var r="object"==typeof document&&document.all;t.exports={all:r,IS_HTMLDDA:typeof r>"u"&&void 0!==r}})),E=r(((e,t)=>{var r=m(),i=r.all;t.exports=r.IS_HTMLDDA?function(e){return"function"==typeof e||e===i}:function(e){return"function"==typeof e}})),g=r(((e,t)=>{var r=E(),i=m(),n=i.all;t.exports=i.IS_HTMLDDA?function(e){return"object"==typeof e?null!==e:r(e)||e===n}:function(e){return"object"==typeof e?null!==e:r(e)}})),C=r(((e,t)=>{var r=i(),n=E();t.exports=function(e,t){return arguments.length<2?function(e){return n(e)?e:void 0}(r[e]):r[e]&&r[e][t]}})),y=r(((e,t)=>{var r=c();t.exports=r({}.isPrototypeOf)})),F=r(((e,t)=>{var r=C();t.exports=r("navigator","userAgent")||""})),b=r(((e,t)=>{var r,n,s=i(),u=F(),a=s.process,o=s.Deno,l=a&&a.versions||o&&o.version,c=l&&l.v8;c&&(n=(r=c.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!n&&u&&(!(r=u.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=u.match(/Chrome\/(\d+)/))&&(n=+r[1]),t.exports=n})),A=r(((e,t)=>{var r=b(),i=n();t.exports=!!Object.getOwnPropertySymbols&&!i((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&r&&r<41}))})),v=r(((e,t)=>{var r=A();t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator})),x=r(((e,t)=>{var r=C(),i=E(),n=y(),s=v(),u=Object;t.exports=s?function(e){return"symbol"==typeof e}:function(e){var t=r("Symbol");return i(t)&&n(t.prototype,u(e))}})),S=r(((e,t)=>{var r=String;t.exports=function(e){try{return r(e)}catch{return"Object"}}})),w=r(((e,t)=>{var r=E(),i=S(),n=TypeError;t.exports=function(e){if(r(e))return e;throw n(i(e)+" is not a function")}})),T=r(((e,t)=>{var r=w(),i=D();t.exports=function(e,t){var n=e[t];return i(n)?void 0:r(n)}})),B=r(((e,t)=>{var r=a(),i=E(),n=g(),s=TypeError;t.exports=function(e,t){var u,a;if("string"===t&&i(u=e.toString)&&!n(a=r(u,e))||i(u=e.valueOf)&&!n(a=r(u,e))||"string"!==t&&i(u=e.toString)&&!n(a=r(u,e)))return a;throw s("Can't convert object to primitive value")}})),P=r(((e,t)=>{t.exports=!1})),k=r(((e,t)=>{var r=i(),n=Object.defineProperty;t.exports=function(e,t){try{n(r,e,{value:t,configurable:!0,writable:!0})}catch{r[e]=t}return t}})),N=r(((e,t)=>{var r=i(),n=k(),s="__core-js_shared__",u=r[s]||n(s,{});t.exports=u})),j=r(((e,t)=>{var r=P(),i=N();(t.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.26.1",mode:r?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.26.1/LICENSE",source:"https://github.com/zloirock/core-js"})})),I=r(((e,t)=>{var r=d(),i=Object;t.exports=function(e){return i(r(e))}})),O=r(((e,t)=>{var r=c(),i=I(),n=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(e,t){return n(i(e),t)}})),L=r(((e,t)=>{var r=c(),i=0,n=Math.random(),s=r(1..toString);t.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+s(++i+n,36)}})),M=r(((e,t)=>{var r=i(),n=j(),s=O(),u=L(),a=A(),o=v(),l=n("wks"),c=r.Symbol,h=c&&c.for,p=o?c:c&&c.withoutSetter||u;t.exports=function(e){if(!s(l,e)||!a&&"string"!=typeof l[e]){var t="Symbol."+e;l[e]=a&&s(c,e)?c[e]:o&&h?h(t):p(t)}return l[e]}})),_=r(((e,t)=>{var r=a(),i=g(),n=x(),s=T(),u=B(),o=M(),l=TypeError,c=o("toPrimitive");t.exports=function(e,t){if(!i(e)||n(e))return e;var a,o=s(e,c);if(o){if(void 0===t&&(t="default"),a=r(o,e,t),!i(a)||n(a))return a;throw l("Can't convert object to primitive value")}return void 0===t&&(t="number"),u(e,t)}})),$=r(((e,t)=>{var r=_(),i=x();t.exports=function(e){var t=r(e,"string");return i(t)?t:t+""}})),R=r(((e,t)=>{var r=i(),n=g(),s=r.document,u=n(s)&&n(s.createElement);t.exports=function(e){return u?s.createElement(e):{}}})),q=r(((e,t)=>{var r=s(),i=n(),u=R();t.exports=!r&&!i((function(){return 7!=Object.defineProperty(u("div"),"a",{get:function(){return 7}}).a}))})),U=r((e=>{var t=s(),r=a(),i=o(),n=l(),u=f(),c=$(),h=O(),p=q(),D=Object.getOwnPropertyDescriptor;e.f=t?D:function(e,t){if(e=u(e),t=c(t),p)try{return D(e,t)}catch{}if(h(e,t))return n(!r(i.f,e,t),e[t])}})),V=r(((e,t)=>{var r=s(),i=n();t.exports=r&&i((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))})),H=r(((e,t)=>{var r=g(),i=String,n=TypeError;t.exports=function(e){if(r(e))return e;throw n(i(e)+" is not an object")}})),J=r((e=>{var t=s(),r=q(),i=V(),n=H(),u=$(),a=TypeError,o=Object.defineProperty,l=Object.getOwnPropertyDescriptor,c="enumerable",h="configurable",p="writable";e.f=t?i?function(e,t,r){if(n(e),t=u(t),n(r),"function"==typeof e&&"prototype"===t&&"value"in r&&p in r&&!r[p]){var i=l(e,t);i&&i[p]&&(e[t]=r.value,r={configurable:h in r?r[h]:i[h],enumerable:c in r?r[c]:i[c],writable:!1})}return o(e,t,r)}:o:function(e,t,i){if(n(e),t=u(t),n(i),r)try{return o(e,t,i)}catch{}if("get"in i||"set"in i)throw a("Accessors not supported");return"value"in i&&(e[t]=i.value),e}})),z=r(((e,t)=>{var r=s(),i=J(),n=l();t.exports=r?function(e,t,r){return i.f(e,t,n(1,r))}:function(e,t,r){return e[t]=r,e}})),G=r(((e,t)=>{var r=s(),i=O(),n=Function.prototype,u=r&&Object.getOwnPropertyDescriptor,a=i(n,"name"),o=a&&"something"===function(){}.name,l=a&&(!r||r&&u(n,"name").configurable);t.exports={EXISTS:a,PROPER:o,CONFIGURABLE:l}})),W=r(((e,t)=>{var r=c(),i=E(),n=N(),s=r(Function.toString);i(n.inspectSource)||(n.inspectSource=function(e){return s(e)}),t.exports=n.inspectSource})),X=r(((e,t)=>{var r=i(),n=E(),s=r.WeakMap;t.exports=n(s)&&/native code/.test(String(s))})),K=r(((e,t)=>{var r=j(),i=L(),n=r("keys");t.exports=function(e){return n[e]||(n[e]=i(e))}})),Y=r(((e,t)=>{t.exports={}})),Q=r(((e,t)=>{var r,n,s,u,a,o=X(),l=i(),c=g(),h=z(),p=O(),D=N(),d=K(),f=Y(),m="Object already initialized",E=l.TypeError;o||D.state?((u=D.state||(D.state=new(0,l.WeakMap))).get=u.get,u.has=u.has,u.set=u.set,r=function(e,t){if(u.has(e))throw E(m);return t.facade=e,u.set(e,t),t},n=function(e){return u.get(e)||{}},s=function(e){return u.has(e)}):(f[a=d("state")]=!0,r=function(e,t){if(p(e,a))throw E(m);return t.facade=e,h(e,a,t),t},n=function(e){return p(e,a)?e[a]:{}},s=function(e){return p(e,a)}),t.exports={set:r,get:n,has:s,enforce:function(e){return s(e)?n(e):r(e,{})},getterFor:function(e){return function(t){var r;if(!c(t)||(r=n(t)).type!==e)throw E("Incompatible receiver, "+e+" required");return r}}}})),Z=r(((e,t)=>{var r=n(),i=E(),u=O(),a=s(),o=G().CONFIGURABLE,l=W(),c=Q(),h=c.enforce,p=c.get,D=Object.defineProperty,d=a&&!r((function(){return 8!==D((function(){}),"length",{value:8}).length})),f=String(String).split("String"),m=t.exports=function(e,t,r){"Symbol("===String(t).slice(0,7)&&(t="["+String(t).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!u(e,"name")||o&&e.name!==t)&&(a?D(e,"name",{value:t,configurable:!0}):e.name=t),d&&r&&u(r,"arity")&&e.length!==r.arity&&D(e,"length",{value:r.arity});try{r&&u(r,"constructor")&&r.constructor?a&&D(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch{}var i=h(e);return u(i,"source")||(i.source=f.join("string"==typeof t?t:"")),e};Function.prototype.toString=m((function(){return i(this)&&p(this).source||l(this)}),"toString")})),ee=r(((e,t)=>{var r=E(),i=J(),n=Z(),s=k();t.exports=function(e,t,u,a){a||(a={});var o=a.enumerable,l=void 0!==a.name?a.name:t;if(r(u)&&n(u,l,a),a.global)o?e[t]=u:s(t,u);else{try{a.unsafe?e[t]&&(o=!0):delete e[t]}catch{}o?e[t]=u:i.f(e,t,{value:u,enumerable:!1,configurable:!a.nonConfigurable,writable:!a.nonWritable})}return e}})),te=r(((e,t)=>{var r=Math.ceil,i=Math.floor;t.exports=Math.trunc||function(e){var t=+e;return(t>0?i:r)(t)}})),re=r(((e,t)=>{var r=te();t.exports=function(e){var t=+e;return t!=t||0===t?0:r(t)}})),ie=r(((e,t)=>{var r=re(),i=Math.max,n=Math.min;t.exports=function(e,t){var s=r(e);return s<0?i(s+t,0):n(s,t)}})),ne=r(((e,t)=>{var r=re(),i=Math.min;t.exports=function(e){return e>0?i(r(e),9007199254740991):0}})),se=r(((e,t)=>{var r=ne();t.exports=function(e){return r(e.length)}})),ue=r(((e,t)=>{var r=f(),i=ie(),n=se(),s=function(e){return function(t,s,u){var a,o=r(t),l=n(o),c=i(u,l);if(e&&s!=s){for(;l>c;)if((a=o[c++])!=a)return!0}else for(;l>c;c++)if((e||c in o)&&o[c]===s)return e||c||0;return!e&&-1}};t.exports={includes:s(!0),indexOf:s(!1)}})),ae=r(((e,t)=>{var r=c(),i=O(),n=f(),s=ue().indexOf,u=Y(),a=r([].push);t.exports=function(e,t){var r,o=n(e),l=0,c=[];for(r in o)!i(u,r)&&i(o,r)&&a(c,r);for(;t.length>l;)i(o,r=t[l++])&&(~s(c,r)||a(c,r));return c}})),oe=r(((e,t)=>{t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]})),le=r((e=>{var t=ae(),r=oe().concat("length","prototype");e.f=Object.getOwnPropertyNames||function(e){return t(e,r)}})),ce=r((e=>{e.f=Object.getOwnPropertySymbols})),he=r(((e,t)=>{var r=C(),i=c(),n=le(),s=ce(),u=H(),a=i([].concat);t.exports=r("Reflect","ownKeys")||function(e){var t=n.f(u(e)),r=s.f;return r?a(t,r(e)):t}})),pe=r(((e,t)=>{var r=O(),i=he(),n=U(),s=J();t.exports=function(e,t,u){for(var a=i(t),o=s.f,l=n.f,c=0;c<a.length;c++){var h=a[c];!r(e,h)&&(!u||!r(u,h))&&o(e,h,l(t,h))}}})),De=r(((e,t)=>{var r=n(),i=E(),s=/#|\.prototype\./,u=function(e,t){var n=o[a(e)];return n==c||n!=l&&(i(t)?r(t):!!t)},a=u.normalize=function(e){return String(e).replace(s,".").toLowerCase()},o=u.data={},l=u.NATIVE="N",c=u.POLYFILL="P";t.exports=u})),de=r(((e,t)=>{var r=i(),n=U().f,s=z(),u=ee(),a=k(),o=pe(),l=De();t.exports=function(e,t){var i,c,h,p,D,d=e.target,f=e.global,m=e.stat;if(i=f?r:m?r[d]||a(d,{}):(r[d]||{}).prototype)for(c in t){if(p=t[c],h=e.dontCallGetSet?(D=n(i,c))&&D.value:i[c],!l(f?c:d+(m?".":"#")+c,e.forced)&&void 0!==h){if(typeof p==typeof h)continue;o(p,h)}(e.sham||h&&h.sham)&&s(p,"sham",!0),u(i,c,p,e)}}})),fe=r((()=>{var e=de(),t=i();e({global:!0,forced:t.globalThis!==t},{globalThis:t})})),me=r((()=>{fe()})),Ee=r(((e,t)=>{var r=Z(),i=J();t.exports=function(e,t,n){return n.get&&r(n.get,t,{getter:!0}),n.set&&r(n.set,t,{setter:!0}),i.f(e,t,n)}})),ge=r(((e,t)=>{var r=H();t.exports=function(){var e=r(this),t="";return e.hasIndices&&(t+="d"),e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.unicodeSets&&(t+="v"),e.sticky&&(t+="y"),t}})),Ce=r((()=>{var e=i(),t=s(),r=Ee(),u=ge(),a=n(),o=e.RegExp,l=o.prototype;t&&a((function(){var e=!0;try{o(".","d")}catch{e=!1}var t={},r="",i=e?"dgimsy":"gimsy",n=function(e,i){Object.defineProperty(t,e,{get:function(){return r+=i,!0}})},s={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var u in e&&(s.hasIndices="d"),s)n(u,s[u]);return Object.getOwnPropertyDescriptor(l,"flags").get.call(t)!==i||r!==i}))&&r(l,"flags",{configurable:!0,get:u})})),ye=r(((e,t)=>{var r=h();t.exports=Array.isArray||function(e){return"Array"==r(e)}})),Fe=r(((e,t)=>{var r=TypeError;t.exports=function(e){if(e>9007199254740991)throw r("Maximum allowed index exceeded");return e}})),be=r(((e,t)=>{var r=h(),i=c();t.exports=function(e){if("Function"===r(e))return i(e)}})),Ae=r(((e,t)=>{var r=be(),i=w(),n=u(),s=r(r.bind);t.exports=function(e,t){return i(e),void 0===t?e:n?s(e,t):function(){return e.apply(t,arguments)}}})),ve=r(((e,t)=>{var r=ye(),i=se(),n=Fe(),s=Ae(),u=function(e,t,a,o,l,c,h,p){for(var D,d,f=l,m=0,E=!!h&&s(h,p);m<o;)m in a&&(D=E?E(a[m],m,t):a[m],c>0&&r(D)?(d=i(D),f=u(e,t,D,d,f,c-1)-1):(n(f+1),e[f]=D),f++),m++;return f};t.exports=u})),xe=r(((e,t)=>{var r={};r[M()("toStringTag")]="z",t.exports="[object z]"===String(r)})),Se=r(((e,t)=>{var r=xe(),i=E(),n=h(),s=M()("toStringTag"),u=Object,a="Arguments"==n(function(){return arguments}());t.exports=r?n:function(e){var t,r,o;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch{}}(t=u(e),s))?r:a?n(t):"Object"==(o=n(t))&&i(t.callee)?"Arguments":o}})),we=r(((e,t)=>{var r=c(),i=n(),s=E(),u=Se(),a=C(),o=W(),l=function(){},h=[],p=a("Reflect","construct"),D=/^\s*(?:class|function)\b/,d=r(D.exec),f=!D.exec(l),m=function(e){if(!s(e))return!1;try{return p(l,h,e),!0}catch{return!1}},g=function(e){if(!s(e))return!1;switch(u(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return f||!!d(D,o(e))}catch{return!0}};g.sham=!0,t.exports=!p||i((function(){var e;return m(m.call)||!m(Object)||!m((function(){e=!0}))||e}))?g:m})),Te=r(((e,t)=>{var r=ye(),i=we(),n=g(),s=M()("species"),u=Array;t.exports=function(e){var t;return r(e)&&(i(t=e.constructor)&&(t===u||r(t.prototype))||n(t)&&null===(t=t[s]))&&(t=void 0),void 0===t?u:t}})),Be=r(((e,t)=>{var r=Te();t.exports=function(e,t){return new(r(e))(0===t?0:t)}})),Pe=r((()=>{var e=de(),t=ve(),r=w(),i=I(),n=se(),s=Be();e({target:"Array",proto:!0},{flatMap:function(e){var u,a=i(this),o=n(a);return r(e),(u=s(a,0)).length=t(u,a,a,o,0,1,e,arguments.length>1?arguments[1]:void 0),u}})})),ke=r(((e,t)=>{me(),Ce(),Pe();var r=Object.defineProperty,i=Object.getOwnPropertyDescriptor,n=Object.getOwnPropertyNames,s=Object.prototype.hasOwnProperty,u=(e,t)=>function(){return e&&(t=(0,e[n(e)[0]])(e=0)),t},a=(e,t)=>function(){return t||(0,e[n(e)[0]])((t={exports:{}}).exports,t),t.exports},o=e=>((e,t,u,a)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let o of n(t))!s.call(e,o)&&o!==u&&r(e,o,{get:()=>t[o],enumerable:!(a=i(t,o))||a.enumerable});return e})(r({},"__esModule",{value:!0}),e),l=u({"<define:process>"(){}}),c=a({"src/utils/try-combinations.js"(e,t){l(),t.exports=function(){let e;for(var t=arguments.length,r=new Array(t),i=0;i<t;i++)r[i]=arguments[i];for(let[t,i]of r.entries())try{return{result:i()}}catch(r){0===t&&(e=r)}return{error:e}}}}),h=a({"src/language-js/utils/get-shebang.js"(e,t){l(),t.exports=function(e){if(!e.startsWith("#!"))return"";let t=e.indexOf("\n");return-1===t?e:e.slice(0,t)}}}),p=a({"src/utils/text/skip-inline-comment.js"(e,t){l(),t.exports=function(e,t){if(!1===t)return!1;if("/"===e.charAt(t)&&"*"===e.charAt(t+1))for(let r=t+2;r<e.length;++r)if("*"===e.charAt(r)&&"/"===e.charAt(r+1))return r+2;return t}}}),D=a({"src/utils/text/skip-newline.js"(e,t){l(),t.exports=function(e,t,r){let i=r&&r.backwards;if(!1===t)return!1;let n=e.charAt(t);if(i){if("\r"===e.charAt(t-1)&&"\n"===n)return t-2;if("\n"===n||"\r"===n||"\u2028"===n||"\u2029"===n)return t-1}else{if("\r"===n&&"\n"===e.charAt(t+1))return t+2;if("\n"===n||"\r"===n||"\u2028"===n||"\u2029"===n)return t+1}return t}}}),d=a({"src/utils/text/skip.js"(e,t){function r(e){return(t,r,i)=>{let n=i&&i.backwards;if(!1===r)return!1;let{length:s}=t,u=r;for(;u>=0&&u<s;){let r=t.charAt(u);if(e instanceof RegExp){if(!e.test(r))return u}else if(!e.includes(r))return u;n?u--:u++}return(-1===u||u===s)&&u}}l();var i=r(/\s/),n=r(" \t"),s=r(",; \t"),u=r(/[^\n\r]/);t.exports={skipWhitespace:i,skipSpaces:n,skipToLineEnd:s,skipEverythingButNewLine:u}}}),f=a({"src/utils/text/skip-trailing-comment.js"(e,t){l();var{skipEverythingButNewLine:r}=d();t.exports=function(e,t){return!1!==t&&("/"===e.charAt(t)&&"/"===e.charAt(t+1)?r(e,t):t)}}}),m=a({"src/utils/text/get-next-non-space-non-comment-character-index-with-start-index.js"(e,t){l();var r=p(),i=D(),n=f(),{skipSpaces:s}=d();t.exports=function(e,t){let u=null,a=t;for(;a!==u;)u=a,a=s(e,a),a=r(e,a),a=n(e,a),a=i(e,a);return a}}}),E={};function g(){if(typeof N>"u"){var e=new ArrayBuffer(2),t=new Uint8Array(e),r=new Uint16Array(e);if(t[0]=1,t[1]=2,258===r[0])N="BE";else{if(513!==r[0])throw new Error("unable to figure out endianess");N="LE"}}return N}function C(){return typeof globalThis.location<"u"?globalThis.location.hostname:""}function y(){return[]}function F(){return 0}function b(){return Number.MAX_VALUE}function A(){return Number.MAX_VALUE}function v(){return[]}function x(){return"Browser"}function S(){return typeof globalThis.navigator<"u"?globalThis.navigator.appVersion:""}function w(){}function T(){}function B(){return"javascript"}function P(){return"browser"}function k(){return"/tmp"}((e,t)=>{for(var i in t)r(e,i,{get:t[i],enumerable:!0})})(E,{EOL:()=>I,arch:()=>B,cpus:()=>v,default:()=>O,endianness:()=>g,freemem:()=>b,getNetworkInterfaces:()=>T,hostname:()=>C,loadavg:()=>y,networkInterfaces:()=>w,platform:()=>P,release:()=>S,tmpDir:()=>k,tmpdir:()=>j,totalmem:()=>A,type:()=>x,uptime:()=>F});var N,j,I,O,L=u({"node-modules-polyfills:os"(){l(),O={EOL:I="\n",tmpdir:j=k,tmpDir:k,networkInterfaces:w,getNetworkInterfaces:T,release:S,type:x,cpus:v,totalmem:A,freemem:b,uptime:F,loadavg:y,hostname:C,endianness:g}}}),M=a({"node-modules-polyfills-commonjs:os"(e,t){l();var r=(L(),o(E));if(r&&r.default){t.exports=r.default;for(let e in r)t.exports[e]=r[e]}else r&&(t.exports=r)}}),_=a({"node_modules/detect-newline/index.js"(e,t){l();var r=e=>{if("string"!=typeof e)throw new TypeError("Expected a string");let t=e.match(/(?:\r?\n)/g)||[];if(0===t.length)return;let r=t.filter((e=>"\r\n"===e)).length;return r>t.length-r?"\r\n":"\n"};t.exports=r,t.exports.graceful=e=>"string"==typeof e&&r(e)||"\n"}}),$=a({"node_modules/jest-docblock/build/index.js"(e){function t(){let e=M();return t=function(){return e},e}function r(){let e=function(e){return e&&e.__esModule?e:{default:e}}(_());return r=function(){return e},e}l(),Object.defineProperty(e,"__esModule",{value:!0}),e.extract=function(e){let t=e.match(s);return t?t[0].trimLeft():""},e.parse=function(e){return D(e).pragmas},e.parseWithComments=D,e.print=function(e){let{comments:i="",pragmas:n={}}=e,s=(0,r().default)(i)||t().EOL,u=" *",a=Object.keys(n),o=a.map((e=>d(e,n[e]))).reduce(((e,t)=>e.concat(t)),[]).map((e=>`${u} ${e}${s}`)).join("");if(!i){if(0===a.length)return"";if(1===a.length&&!Array.isArray(n[a[0]]))return`/** ${d(a[0],n[a[0]])[0]} */`}let l=i.split(s).map((e=>`${u} ${e}`)).join(s)+s;return"/**"+s+(i?l:"")+(i&&a.length?u+s:"")+o+" */"},e.strip=function(e){let t=e.match(s);return t&&t[0]?e.substring(t[0].length):e};var i=/\*\/$/,n=/^\/\*\*?/,s=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,u=/(^|\s+)\/\/([^\r\n]*)/g,a=/^(\r?\n)+/,o=/(?:^|\r?\n) *(@[^\r\n]*?) *\r?\n *(?![^@\r\n]*\/\/[^]*)([^@\r\n\s][^@\r\n]+?) *\r?\n/g,c=/(?:^|\r?\n) *@(\S+) *([^\r\n]*)/g,h=/(\r?\n|^) *\* ?/g,p=[];function D(e){let s=(0,r().default)(e)||t().EOL;e=e.replace(n,"").replace(i,"").replace(h,"$1");let l="";for(;l!==e;)l=e,e=e.replace(o,`${s}$1 $2${s}`);e=e.replace(a,"").trimRight();let D,d=Object.create(null),f=e.replace(c,"").replace(a,"").trimRight();for(;D=c.exec(e);){let e=D[2].replace(u,"");d[D[1]]="string"==typeof d[D[1]]||Array.isArray(d[D[1]])?p.concat(d[D[1]],e):e}return{comments:f,pragmas:d}}function d(e,t){return p.concat(t).map((t=>`@${e} ${t}`.trim()))}}}),R=a({"src/common/end-of-line.js"(e,t){l(),t.exports={guessEndOfLine:function(e){let t=e.indexOf("\r");return t>=0?"\n"===e.charAt(t+1)?"crlf":"cr":"lf"},convertEndOfLineToChars:function(e){switch(e){case"cr":return"\r";case"crlf":return"\r\n";default:return"\n"}},countEndOfLineChars:function(e,t){let r;switch(t){case"\n":r=/\n/g;break;case"\r":r=/\r/g;break;case"\r\n":r=/\r\n/g;break;default:throw new Error(`Unexpected "eol" ${JSON.stringify(t)}.`)}let i=e.match(r);return i?i.length:0},normalizeEndOfLine:function(e){return e.replace(/\r\n?/g,"\n")}}}}),q=a({"src/language-js/pragma.js"(e,t){l();var{parseWithComments:r,strip:i,extract:n,print:s}=$(),{normalizeEndOfLine:u}=R(),a=h();function o(e){let t=a(e);t&&(e=e.slice(t.length+1));let i=n(e),{pragmas:s,comments:u}=r(i);return{shebang:t,text:e,pragmas:s,comments:u}}t.exports={hasPragma:function(e){let t=Object.keys(o(e).pragmas);return t.includes("prettier")||t.includes("format")},insertPragma:function(e){let{shebang:t,text:r,pragmas:n,comments:a}=o(e),l=i(r),c=s({pragmas:Object.assign({format:""},n),comments:a.trimStart()});return(t?`${t}\n`:"")+u(c)+(l.startsWith("\n")?"\n":"\n\n")+l}}}}),U=a({"src/utils/is-non-empty-array.js"(e,t){l(),t.exports=function(e){return Array.isArray(e)&&e.length>0}}}),V=a({"src/language-js/loc.js"(e,t){l();var r=U();function i(e){var t,n;let s=e.range?e.range[0]:e.start,u=null!==(t=null===(n=e.declaration)||void 0===n?void 0:n.decorators)&&void 0!==t?t:e.decorators;return r(u)?Math.min(i(u[0]),s):s}function n(e){return e.range?e.range[1]:e.end}function s(e,t){let r=i(e);return Number.isInteger(r)&&r===i(t)}t.exports={locStart:i,locEnd:n,hasSameLocStart:s,hasSameLoc:function(e,t){return s(e,t)&&function(e,t){let r=n(e);return Number.isInteger(r)&&r===n(t)}(e,t)}}}}),H=a({"src/language-js/parse/utils/create-parser.js"(e,t){l();var{hasPragma:r}=q(),{locStart:i,locEnd:n}=V();t.exports=function(e){return e="function"==typeof e?{parse:e}:e,Object.assign({astFormat:"estree",hasPragma:r,locStart:i,locEnd:n},e)}}}),J=a({"src/common/parser-create-error.js"(e,t){l(),t.exports=function(e,t){let r=new SyntaxError(e+" ("+t.start.line+":"+t.start.column+")");return r.loc=t,r}}}),z=a({"src/language-js/parse/utils/create-babel-parse-error.js"(e,t){l();var r=J();t.exports=function(e){let{message:t,loc:i}=e;return r(t.replace(/ \(.*\)/,""),{start:{line:i?i.line:0,column:i?i.column+1:0}})}}}),G=a({"src/language-js/utils/is-ts-keyword-type.js"(e,t){l(),t.exports=function(e){let{type:t}=e;return t.startsWith("TS")&&t.endsWith("Keyword")}}}),W=a({"src/language-js/utils/is-block-comment.js"(e,t){l();var r=new Set(["Block","CommentBlock","MultiLine"]);t.exports=e=>r.has(null==e?void 0:e.type)}}),X=a({"src/language-js/utils/is-type-cast-comment.js"(e,t){l();var r=W();t.exports=function(e){return r(e)&&"*"===e.value[0]&&/@(?:type|satisfies)\b/.test(e.value)}}}),K=a({"src/utils/get-last.js"(e,t){l(),t.exports=e=>e[e.length-1]}}),Y=a({"src/language-js/parse/postprocess/visit-node.js"(e,t){l(),t.exports=function e(t,r){if(Array.isArray(t)){for(let i=0;i<t.length;i++)t[i]=e(t[i],r);return t}if(t&&"object"==typeof t&&"string"==typeof t.type){let i=Object.keys(t);for(let n=0;n<i.length;n++)t[i[n]]=e(t[i[n]],r);return r(t)||t}return t}}}),Q=a({"src/language-js/parse/postprocess/throw-syntax-error.js"(e,t){l();var r=J();t.exports=function(e,t){let{start:i,end:n}=e.loc;throw r(t,{start:{line:i.line,column:i.column+1},end:{line:n.line,column:n.column+1}})}}}),Z=a({"src/language-js/parse/postprocess/index.js"(e,t){l();var{locStart:r,locEnd:i}=V(),n=G(),s=X(),u=K(),a=Y(),o=Q();function c(e){switch(e.type){case"CallExpression":e.type="OptionalCallExpression",e.callee=c(e.callee);break;case"MemberExpression":e.type="OptionalMemberExpression",e.object=c(e.object);break;case"TSNonNullExpression":e.expression=c(e.expression)}return e}function h(e){return"LogicalExpression"===e.type&&"LogicalExpression"===e.right.type&&e.operator===e.right.operator}function p(e){return h(e)?p({type:"LogicalExpression",operator:e.operator,left:p({type:"LogicalExpression",operator:e.operator,left:e.left,right:e.right.left,range:[r(e.left),i(e.right.left)]}),right:e.right.right,range:[r(e),i(e)]}):e}t.exports=function(e,t){if("typescript"!==t.parser&&"flow"!==t.parser&&"acorn"!==t.parser&&"espree"!==t.parser&&"meriyah"!==t.parser){let t=new Set;e=a(e,(e=>{e.leadingComments&&e.leadingComments.some(s)&&t.add(r(e))})),e=a(e,(e=>{if("ParenthesizedExpression"===e.type){let{expression:i}=e;if("TypeCastExpression"===i.type)return i.range=e.range,i;let n=r(e);if(!t.has(n))return i.extra=Object.assign(Object.assign({},i.extra),{},{parenthesized:!0}),i}}))}return a(e,(e=>{switch(e.type){case"ChainExpression":return c(e.expression);case"LogicalExpression":if(h(e))return p(e);break;case"VariableDeclaration":{let n=u(e.declarations);n&&n.init&&function(e,n){";"!==t.originalText[i(n)]&&(e.range=[r(e),i(n)])}(e,n);break}case"TSParenthesizedType":return n(e.typeAnnotation)||"TSThisType"===e.typeAnnotation.type||(e.typeAnnotation.range=[r(e),i(e)]),e.typeAnnotation;case"TSTypeParameter":if("string"==typeof e.name){let t=r(e);e.name={type:"Identifier",name:e.name,range:[t,t+e.name.length]}}break;case"ObjectExpression":if("typescript"===t.parser){let t=e.properties.find((e=>"Property"===e.type&&"TSEmptyBodyFunctionExpression"===e.value.type));t&&o(t.value,"Unexpected token.")}break;case"SequenceExpression":{let t=u(e.expressions);e.range=[r(e),Math.min(i(t),i(e))];break}case"TopicReference":t.__isUsingHackPipeline=!0;break;case"ExportAllDeclaration":{let{exported:n}=e;if("meriyah"===t.parser&&n&&"Identifier"===n.type){let s=t.originalText.slice(r(n),i(n));(s.startsWith('"')||s.startsWith("'"))&&(e.exported=Object.assign(Object.assign({},e.exported),{},{type:"Literal",value:e.exported.name,raw:s}))}break}case"PropertyDefinition":if("meriyah"===t.parser&&e.static&&!e.computed&&!e.key){let t="static",i=r(e);Object.assign(e,{static:!1,key:{type:"Identifier",name:t,range:[i,i+t.length]}})}}}))}}}),ee=a({"node_modules/@babel/parser/lib/index.js"(e){l(),Object.defineProperty(e,"__esModule",{value:!0});var t={sourceType:"script",sourceFilename:void 0,startColumn:0,startLine:1,allowAwaitOutsideFunction:!1,allowReturnOutsideFunction:!1,allowNewTargetOutsideFunction:!1,allowImportExportEverywhere:!1,allowSuperOutsideMethod:!1,allowUndeclaredExports:!1,plugins:[],strictMode:null,ranges:!1,tokens:!1,createParenthesizedExpressions:!1,errorRecovery:!1,attachComment:!0,annexB:!0};var r=class{constructor(e,t){this.token=void 0,this.preserveSpace=void 0,this.token=e,this.preserveSpace=!!t}},i={brace:new r("{"),j_oTag:new r("<tag"),j_cTag:new r("</tag"),j_expr:new r("<tag>...</tag>",!0)};i.template=new r("`",!0);var n=!0,s=!0,u=!0,a=!0,o=!0,c=class{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.label=void 0,this.keyword=void 0,this.beforeExpr=void 0,this.startsExpr=void 0,this.rightAssociative=void 0,this.isLoop=void 0,this.isAssign=void 0,this.prefix=void 0,this.postfix=void 0,this.binop=void 0,this.label=e,this.keyword=t.keyword,this.beforeExpr=!!t.beforeExpr,this.startsExpr=!!t.startsExpr,this.rightAssociative=!!t.rightAssociative,this.isLoop=!!t.isLoop,this.isAssign=!!t.isAssign,this.prefix=!!t.prefix,this.postfix=!!t.postfix,this.binop=null!=t.binop?t.binop:null,this.updateContext=null}},h=new Map;function p(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};t.keyword=e;let r=F(e,t);return h.set(e,r),r}function D(e,t){return F(e,{beforeExpr:n,binop:t})}var d=-1,f=[],m=[],E=[],g=[],C=[],y=[];function F(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};var r,i,n,s;return++d,m.push(e),E.push(null!=(r=t.binop)?r:-1),g.push(null!=(i=t.beforeExpr)&&i),C.push(null!=(n=t.startsExpr)&&n),y.push(null!=(s=t.prefix)&&s),f.push(new c(e,t)),d}function b(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};var r,i,n,s;return++d,h.set(e,d),m.push(e),E.push(null!=(r=t.binop)?r:-1),g.push(null!=(i=t.beforeExpr)&&i),C.push(null!=(n=t.startsExpr)&&n),y.push(null!=(s=t.prefix)&&s),f.push(new c("name",t)),d}var A={bracketL:F("[",{beforeExpr:n,startsExpr:s}),bracketHashL:F("#[",{beforeExpr:n,startsExpr:s}),bracketBarL:F("[|",{beforeExpr:n,startsExpr:s}),bracketR:F("]"),bracketBarR:F("|]"),braceL:F("{",{beforeExpr:n,startsExpr:s}),braceBarL:F("{|",{beforeExpr:n,startsExpr:s}),braceHashL:F("#{",{beforeExpr:n,startsExpr:s}),braceR:F("}"),braceBarR:F("|}"),parenL:F("(",{beforeExpr:n,startsExpr:s}),parenR:F(")"),comma:F(",",{beforeExpr:n}),semi:F(";",{beforeExpr:n}),colon:F(":",{beforeExpr:n}),doubleColon:F("::",{beforeExpr:n}),dot:F("."),question:F("?",{beforeExpr:n}),questionDot:F("?."),arrow:F("=>",{beforeExpr:n}),template:F("template"),ellipsis:F("...",{beforeExpr:n}),backQuote:F("`",{startsExpr:s}),dollarBraceL:F("${",{beforeExpr:n,startsExpr:s}),templateTail:F("...`",{startsExpr:s}),templateNonTail:F("...${",{beforeExpr:n,startsExpr:s}),at:F("@"),hash:F("#",{startsExpr:s}),interpreterDirective:F("#!..."),eq:F("=",{beforeExpr:n,isAssign:a}),assign:F("_=",{beforeExpr:n,isAssign:a}),slashAssign:F("_=",{beforeExpr:n,isAssign:a}),xorAssign:F("_=",{beforeExpr:n,isAssign:a}),moduloAssign:F("_=",{beforeExpr:n,isAssign:a}),incDec:F("++/--",{prefix:o,postfix:!0,startsExpr:s}),bang:F("!",{beforeExpr:n,prefix:o,startsExpr:s}),tilde:F("~",{beforeExpr:n,prefix:o,startsExpr:s}),doubleCaret:F("^^",{startsExpr:s}),doubleAt:F("@@",{startsExpr:s}),pipeline:D("|>",0),nullishCoalescing:D("??",1),logicalOR:D("||",1),logicalAND:D("&&",2),bitwiseOR:D("|",3),bitwiseXOR:D("^",4),bitwiseAND:D("&",5),equality:D("==/!=/===/!==",6),lt:D("</>/<=/>=",7),gt:D("</>/<=/>=",7),relational:D("</>/<=/>=",7),bitShift:D("<</>>/>>>",8),bitShiftL:D("<</>>/>>>",8),bitShiftR:D("<</>>/>>>",8),plusMin:F("+/-",{beforeExpr:n,binop:9,prefix:o,startsExpr:s}),modulo:F("%",{binop:10,startsExpr:s}),star:F("*",{binop:10}),slash:D("/",10),exponent:F("**",{beforeExpr:n,binop:11,rightAssociative:!0}),_in:p("in",{beforeExpr:n,binop:7}),_instanceof:p("instanceof",{beforeExpr:n,binop:7}),_break:p("break"),_case:p("case",{beforeExpr:n}),_catch:p("catch"),_continue:p("continue"),_debugger:p("debugger"),_default:p("default",{beforeExpr:n}),_else:p("else",{beforeExpr:n}),_finally:p("finally"),_function:p("function",{startsExpr:s}),_if:p("if"),_return:p("return",{beforeExpr:n}),_switch:p("switch"),_throw:p("throw",{beforeExpr:n,prefix:o,startsExpr:s}),_try:p("try"),_var:p("var"),_const:p("const"),_with:p("with"),_new:p("new",{beforeExpr:n,startsExpr:s}),_this:p("this",{startsExpr:s}),_super:p("super",{startsExpr:s}),_class:p("class",{startsExpr:s}),_extends:p("extends",{beforeExpr:n}),_export:p("export"),_import:p("import",{startsExpr:s}),_null:p("null",{startsExpr:s}),_true:p("true",{startsExpr:s}),_false:p("false",{startsExpr:s}),_typeof:p("typeof",{beforeExpr:n,prefix:o,startsExpr:s}),_void:p("void",{beforeExpr:n,prefix:o,startsExpr:s}),_delete:p("delete",{beforeExpr:n,prefix:o,startsExpr:s}),_do:p("do",{isLoop:u,beforeExpr:n}),_for:p("for",{isLoop:u}),_while:p("while",{isLoop:u}),_as:b("as",{startsExpr:s}),_assert:b("assert",{startsExpr:s}),_async:b("async",{startsExpr:s}),_await:b("await",{startsExpr:s}),_from:b("from",{startsExpr:s}),_get:b("get",{startsExpr:s}),_let:b("let",{startsExpr:s}),_meta:b("meta",{startsExpr:s}),_of:b("of",{startsExpr:s}),_sent:b("sent",{startsExpr:s}),_set:b("set",{startsExpr:s}),_static:b("static",{startsExpr:s}),_using:b("using",{startsExpr:s}),_yield:b("yield",{startsExpr:s}),_asserts:b("asserts",{startsExpr:s}),_checks:b("checks",{startsExpr:s}),_exports:b("exports",{startsExpr:s}),_global:b("global",{startsExpr:s}),_implements:b("implements",{startsExpr:s}),_intrinsic:b("intrinsic",{startsExpr:s}),_infer:b("infer",{startsExpr:s}),_is:b("is",{startsExpr:s}),_mixins:b("mixins",{startsExpr:s}),_proto:b("proto",{startsExpr:s}),_require:b("require",{startsExpr:s}),_satisfies:b("satisfies",{startsExpr:s}),_keyof:b("keyof",{startsExpr:s}),_readonly:b("readonly",{startsExpr:s}),_unique:b("unique",{startsExpr:s}),_abstract:b("abstract",{startsExpr:s}),_declare:b("declare",{startsExpr:s}),_enum:b("enum",{startsExpr:s}),_module:b("module",{startsExpr:s}),_namespace:b("namespace",{startsExpr:s}),_interface:b("interface",{startsExpr:s}),_type:b("type",{startsExpr:s}),_opaque:b("opaque",{startsExpr:s}),name:F("name",{startsExpr:s}),string:F("string",{startsExpr:s}),num:F("num",{startsExpr:s}),bigint:F("bigint",{startsExpr:s}),decimal:F("decimal",{startsExpr:s}),regexp:F("regexp",{startsExpr:s}),privateName:F("#name",{startsExpr:s}),eof:F("eof"),jsxName:F("jsxName"),jsxText:F("jsxText",{beforeExpr:!0}),jsxTagStart:F("jsxTagStart",{startsExpr:!0}),jsxTagEnd:F("jsxTagEnd"),placeholder:F("%%",{startsExpr:!0})};function v(e){return e>=93&&e<=130}function x(e){return e>=58&&e<=130}function S(e){return e>=58&&e<=134}function w(e){return C[e]}function T(e){return e>=127&&e<=129}function B(e){return e>=58&&e<=92}function P(e){return 34===e}function k(e){return m[e]}function N(e){return E[e]}function j(e){return e>=24&&e<=25}function I(e){return f[e]}function O(e,t){if(null==e)return{};var r,i,n={},s=Object.keys(e);for(i=0;i<s.length;i++)!(t.indexOf(r=s[i])>=0)&&(n[r]=e[r]);return n}f[8].updateContext=e=>{e.pop()},f[5].updateContext=f[7].updateContext=f[23].updateContext=e=>{e.push(i.brace)},f[22].updateContext=e=>{e[e.length-1]===i.template?e.pop():e.push(i.template)},f[140].updateContext=e=>{e.push(i.j_expr,i.j_oTag)};var L=class{constructor(e,t,r){this.line=void 0,this.column=void 0,this.index=void 0,this.line=e,this.column=t,this.index=r}},M=class{constructor(e,t){this.start=void 0,this.end=void 0,this.filename=void 0,this.identifierName=void 0,this.start=e,this.end=t}};function _(e,t){let{line:r,column:i,index:n}=e;return new L(r,i+t,n+t)}var $="BABEL_PARSER_SYNTAX_ERROR",R="BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED",q=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.length-1;return{get(){return e.reduce(((e,t)=>e[t]),this)},set(r){e.reduce(((e,i,n)=>n===t?e[i]=r:e[i]),this)}}},U={ImportMetaOutsideModule:{message:"import.meta may appear only with 'sourceType: \"module\"'",code:R},ImportOutsideModule:{message:"'import' and 'export' may appear only with 'sourceType: \"module\"'",code:R}},V={ArrayPattern:"array destructuring pattern",AssignmentExpression:"assignment expression",AssignmentPattern:"assignment expression",ArrowFunctionExpression:"arrow function expression",ConditionalExpression:"conditional expression",CatchClause:"catch clause",ForOfStatement:"for-of statement",ForInStatement:"for-in statement",ForStatement:"for-loop",FormalParameters:"function parameter list",Identifier:"identifier",ImportSpecifier:"import specifier",ImportDefaultSpecifier:"import default specifier",ImportNamespaceSpecifier:"import namespace specifier",ObjectPattern:"object destructuring pattern",ParenthesizedExpression:"parenthesized expression",RestElement:"rest element",UpdateExpression:{true:"prefix operation",false:"postfix operation"},VariableDeclarator:"variable declaration",YieldExpression:"yield expression"},H=e=>{let{type:t,prefix:r}=e;return"UpdateExpression"===t?V.UpdateExpression[String(r)]:V[t]},J={AccessorIsGenerator:e=>{let{kind:t}=e;return`A ${t}ter cannot be a generator.`},ArgumentsInClass:"'arguments' is only allowed in functions and class methods.",AsyncFunctionInSingleStatementContext:"Async functions can only be declared at the top level or inside a block.",AwaitBindingIdentifier:"Can not use 'await' as identifier inside an async function.",AwaitBindingIdentifierInStaticBlock:"Can not use 'await' as identifier inside a static block.",AwaitExpressionFormalParameter:"'await' is not allowed in async function parameters.",AwaitInUsingBinding:"'await' is not allowed to be used as a name in 'using' declarations.",AwaitNotInAsyncContext:"'await' is only allowed within async functions and at the top levels of modules.",AwaitNotInAsyncFunction:"'await' is only allowed within async functions.",BadGetterArity:"A 'get' accessor must not have any formal parameters.",BadSetterArity:"A 'set' accessor must have exactly one formal parameter.",BadSetterRestParameter:"A 'set' accessor function argument must not be a rest parameter.",ConstructorClassField:"Classes may not have a field named 'constructor'.",ConstructorClassPrivateField:"Classes may not have a private field named '#constructor'.",ConstructorIsAccessor:"Class constructor may not be an accessor.",ConstructorIsAsync:"Constructor can't be an async function.",ConstructorIsGenerator:"Constructor can't be a generator.",DeclarationMissingInitializer:e=>{let{kind:t}=e;return`Missing initializer in ${t} declaration.`},DecoratorArgumentsOutsideParentheses:"Decorator arguments must be moved inside parentheses: use '@(decorator(args))' instead of '@(decorator)(args)'.",DecoratorBeforeExport:"Decorators must be placed *before* the 'export' keyword. Remove the 'decoratorsBeforeExport: true' option to use the 'export @decorator class {}' syntax.",DecoratorsBeforeAfterExport:"Decorators can be placed *either* before or after the 'export' keyword, but not in both locations at the same time.",DecoratorConstructor:"Decorators can't be used with a constructor. Did you mean '@dec class { ... }'?",DecoratorExportClass:"Decorators must be placed *after* the 'export' keyword. Remove the 'decoratorsBeforeExport: false' option to use the '@decorator export class {}' syntax.",DecoratorSemicolon:"Decorators must not be followed by a semicolon.",DecoratorStaticBlock:"Decorators can't be used with a static block.",DeletePrivateField:"Deleting a private field is not allowed.",DestructureNamedImport:"ES2015 named imports do not destructure. Use another statement for destructuring after the import.",DuplicateConstructor:"Duplicate constructor in the same class.",DuplicateDefaultExport:"Only one default export allowed per module.",DuplicateExport:e=>{let{exportName:t}=e;return`\`${t}\` has already been exported. Exported identifiers must be unique.`},DuplicateProto:"Redefinition of __proto__ property.",DuplicateRegExpFlags:"Duplicate regular expression flag.",ElementAfterRest:"Rest element must be last element.",EscapedCharNotAnIdentifier:"Invalid Unicode escape.",ExportBindingIsString:e=>{let{localName:t,exportName:r}=e;return`A string literal cannot be used as an exported binding without \`from\`.\n- Did you mean \`export { '${t}' as '${r}' } from 'some-module'\`?`},ExportDefaultFromAsIdentifier:"'from' is not allowed as an identifier after 'export default'.",ForInOfLoopInitializer:e=>{let{type:t}=e;return`'${"ForInStatement"===t?"for-in":"for-of"}' loop variable declaration may not have an initializer.`},ForInUsing:"For-in loop may not start with 'using' declaration.",ForOfAsync:"The left-hand side of a for-of loop may not be 'async'.",ForOfLet:"The left-hand side of a for-of loop may not start with 'let'.",GeneratorInSingleStatementContext:"Generators can only be declared at the top level or inside a block.",IllegalBreakContinue:e=>{let{type:t}=e;return`Unsyntactic ${"BreakStatement"===t?"break":"continue"}.`},IllegalLanguageModeDirective:"Illegal 'use strict' directive in function with non-simple parameter list.",IllegalReturn:"'return' outside of function.",ImportBindingIsString:e=>{let{importName:t}=e;return`A string literal cannot be used as an imported binding.\n- Did you mean \`import { "${t}" as foo }\`?`},ImportCallArgumentTrailingComma:"Trailing comma is disallowed inside import(...) arguments.",ImportCallArity:e=>{let{maxArgumentCount:t}=e;return`\`import()\` requires exactly ${1===t?"one argument":"one or two arguments"}.`},ImportCallNotNewExpression:"Cannot use new with import(...).",ImportCallSpreadArgument:"`...` is not allowed in `import()`.",ImportJSONBindingNotDefault:"A JSON module can only be imported with `default`.",ImportReflectionHasAssertion:"`import module x` cannot have assertions.",ImportReflectionNotBinding:'Only `import module x from "./module"` is valid.',IncompatibleRegExpUVFlags:"The 'u' and 'v' regular expression flags cannot be enabled at the same time.",InvalidBigIntLiteral:"Invalid BigIntLiteral.",InvalidCodePoint:"Code point out of bounds.",InvalidCoverInitializedName:"Invalid shorthand property initializer.",InvalidDecimal:"Invalid decimal.",InvalidDigit:e=>{let{radix:t}=e;return`Expected number in radix ${t}.`},InvalidEscapeSequence:"Bad character escape sequence.",InvalidEscapeSequenceTemplate:"Invalid escape sequence in template.",InvalidEscapedReservedWord:e=>{let{reservedWord:t}=e;return`Escape sequence in keyword ${t}.`},InvalidIdentifier:e=>{let{identifierName:t}=e;return`Invalid identifier ${t}.`},InvalidLhs:e=>{let{ancestor:t}=e;return`Invalid left-hand side in ${H(t)}.`},InvalidLhsBinding:e=>{let{ancestor:t}=e;return`Binding invalid left-hand side in ${H(t)}.`},InvalidNumber:"Invalid number.",InvalidOrMissingExponent:"Floating-point numbers require a valid exponent after the 'e'.",InvalidOrUnexpectedToken:e=>{let{unexpected:t}=e;return`Unexpected character '${t}'.`},InvalidParenthesizedAssignment:"Invalid parenthesized assignment pattern.",InvalidPrivateFieldResolution:e=>{let{identifierName:t}=e;return`Private name #${t} is not defined.`},InvalidPropertyBindingPattern:"Binding member expression.",InvalidRecordProperty:"Only properties and spread elements are allowed in record definitions.",InvalidRestAssignmentPattern:"Invalid rest operator's argument.",LabelRedeclaration:e=>{let{labelName:t}=e;return`Label '${t}' is already declared.`},LetInLexicalBinding:"'let' is not allowed to be used as a name in 'let' or 'const' declarations.",LineTerminatorBeforeArrow:"No line break is allowed before '=>'.",MalformedRegExpFlags:"Invalid regular expression flag.",MissingClassName:"A class name is required.",MissingEqInAssignment:"Only '=' operator can be used for specifying default value.",MissingSemicolon:"Missing semicolon.",MissingPlugin:e=>{let{missingPlugin:t}=e;return`This experimental syntax requires enabling the parser plugin: ${t.map((e=>JSON.stringify(e))).join(", ")}.`},MissingOneOfPlugins:e=>{let{missingPlugin:t}=e;return`This experimental syntax requires enabling one of the following parser plugin(s): ${t.map((e=>JSON.stringify(e))).join(", ")}.`},MissingUnicodeEscape:"Expecting Unicode escape sequence \\uXXXX.",MixingCoalesceWithLogical:"Nullish coalescing operator(??) requires parens when mixing with logical operators.",ModuleAttributeDifferentFromType:"The only accepted module attribute is `type`.",ModuleAttributeInvalidValue:"Only string literals are allowed as module attribute values.",ModuleAttributesWithDuplicateKeys:e=>{let{key:t}=e;return`Duplicate key "${t}" is not allowed in module attributes.`},ModuleExportNameHasLoneSurrogate:e=>{let{surrogateCharCode:t}=e;return`An export name cannot include a lone surrogate, found '\\u${t.toString(16)}'.`},ModuleExportUndefined:e=>{let{localName:t}=e;return`Export '${t}' is not defined.`},MultipleDefaultsInSwitch:"Multiple default clauses.",NewlineAfterThrow:"Illegal newline after throw.",NoCatchOrFinally:"Missing catch or finally clause.",NumberIdentifier:"Identifier directly after number.",NumericSeparatorInEscapeSequence:"Numeric separators are not allowed inside unicode escape sequences or hex escape sequences.",ObsoleteAwaitStar:"'await*' has been removed from the async functions proposal. Use Promise.all() instead.",OptionalChainingNoNew:"Constructors in/after an Optional Chain are not allowed.",OptionalChainingNoTemplate:"Tagged Template Literals are not allowed in optionalChain.",OverrideOnConstructor:"'override' modifier cannot appear on a constructor declaration.",ParamDupe:"Argument name clash.",PatternHasAccessor:"Object pattern can't contain getter or setter.",PatternHasMethod:"Object pattern can't contain methods.",PrivateInExpectedIn:e=>{let{identifierName:t}=e;return`Private names are only allowed in property accesses (\`obj.#${t}\`) or in \`in\` expressions (\`#${t} in obj\`).`},PrivateNameRedeclaration:e=>{let{identifierName:t}=e;return`Duplicate private name #${t}.`},RecordExpressionBarIncorrectEndSyntaxType:"Record expressions ending with '|}' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",RecordExpressionBarIncorrectStartSyntaxType:"Record expressions starting with '{|' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",RecordExpressionHashIncorrectStartSyntaxType:"Record expressions starting with '#{' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'hash'.",RecordNoProto:"'__proto__' is not allowed in Record expressions.",RestTrailingComma:"Unexpected trailing comma after rest element.",SloppyFunction:"In non-strict mode code, functions can only be declared at top level or inside a block.",SloppyFunctionAnnexB:"In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement.",StaticPrototype:"Classes may not have static property named prototype.",SuperNotAllowed:"`super()` is only valid inside a class constructor of a subclass. Maybe a typo in the method name ('constructor') or not extending another class?",SuperPrivateField:"Private fields can't be accessed on super.",TrailingDecorator:"Decorators must be attached to a class element.",TupleExpressionBarIncorrectEndSyntaxType:"Tuple expressions ending with '|]' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",TupleExpressionBarIncorrectStartSyntaxType:"Tuple expressions starting with '[|' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",TupleExpressionHashIncorrectStartSyntaxType:"Tuple expressions starting with '#[' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'hash'.",UnexpectedArgumentPlaceholder:"Unexpected argument placeholder.",UnexpectedAwaitAfterPipelineBody:'Unexpected "await" after pipeline body; await must have parentheses in minimal proposal.',UnexpectedDigitAfterHash:"Unexpected digit after hash token.",UnexpectedImportExport:"'import' and 'export' may only appear at the top level.",UnexpectedKeyword:e=>{let{keyword:t}=e;return`Unexpected keyword '${t}'.`},UnexpectedLeadingDecorator:"Leading decorators must be attached to a class declaration.",UnexpectedLexicalDeclaration:"Lexical declaration cannot appear in a single-statement context.",UnexpectedNewTarget:"`new.target` can only be used in functions or class properties.",UnexpectedNumericSeparator:"A numeric separator is only allowed between two digits.",UnexpectedPrivateField:"Unexpected private name.",UnexpectedReservedWord:e=>{let{reservedWord:t}=e;return`Unexpected reserved word '${t}'.`},UnexpectedSuper:"'super' is only allowed in object methods and classes.",UnexpectedToken:e=>{let{expected:t,unexpected:r}=e;return`Unexpected token${r?` '${r}'.`:""}${t?`, expected "${t}"`:""}`},UnexpectedTokenUnaryExponentiation:"Illegal expression. Wrap left hand side or entire exponentiation in parentheses.",UnexpectedUsingDeclaration:"Using declaration cannot appear in the top level when source type is `script`.",UnsupportedBind:"Binding should be performed on object property.",UnsupportedDecoratorExport:"A decorated export must export a class declaration.",UnsupportedDefaultExport:"Only expressions, functions or classes are allowed as the `default` export.",UnsupportedImport:"`import` can only be used in `import()` or `import.meta`.",UnsupportedMetaProperty:e=>{let{target:t,onlyValidPropertyName:r}=e;return`The only valid meta property for ${t} is ${t}.${r}.`},UnsupportedParameterDecorator:"Decorators cannot be used to decorate parameters.",UnsupportedPropertyDecorator:"Decorators cannot be used to decorate object literal properties.",UnsupportedSuper:"'super' can only be used with function calls (i.e. super()) or in property accesses (i.e. super.prop or super[prop]).",UnterminatedComment:"Unterminated comment.",UnterminatedRegExp:"Unterminated regular expression.",UnterminatedString:"Unterminated string constant.",UnterminatedTemplate:"Unterminated template.",UsingDeclarationHasBindingPattern:"Using declaration cannot have destructuring patterns.",VarRedeclaration:e=>{let{identifierName:t}=e;return`Identifier '${t}' has already been declared.`},YieldBindingIdentifier:"Can not use 'yield' as identifier inside a generator.",YieldInParameter:"Yield expression is not allowed in formal parameters.",ZeroDigitNumericSeparator:"Numeric separator can not be used after leading 0."},z=new Set(["ArrowFunctionExpression","AssignmentExpression","ConditionalExpression","YieldExpression"]),G={PipeBodyIsTighter:"Unexpected yield after pipeline body; any yield expression acting as Hack-style pipe body must be parenthesized due to its loose operator precedence.",PipeTopicRequiresHackPipes:'Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.',PipeTopicUnbound:"Topic reference is unbound; it must be inside a pipe body.",PipeTopicUnconfiguredToken:e=>{let{token:t}=e;return`Invalid topic token ${t}. In order to use ${t} as a topic reference, the pipelineOperator plugin must be configured with { "proposal": "hack", "topicToken": "${t}" }.`},PipeTopicUnused:"Hack-style pipe body does not contain a topic reference; Hack-style pipes must use topic at least once.",PipeUnparenthesizedBody:e=>{let{type:t}=e;return`Hack-style pipe body cannot be an unparenthesized ${H({type:t})}; please wrap it in parentheses.`},PipelineBodyNoArrow:'Unexpected arrow "=>" after pipeline body; arrow function in pipeline body must be parenthesized.',PipelineBodySequenceExpression:"Pipeline body may not be a comma-separated sequence expression.",PipelineHeadSequenceExpression:"Pipeline head should not be a comma-separated sequence expression.",PipelineTopicUnused:"Pipeline is in topic style but does not use topic reference.",PrimaryTopicNotAllowed:"Topic reference was used in a lexical context without topic binding.",PrimaryTopicRequiresSmartPipeline:'Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.'},W=["toMessage"],X=["message"];function K(e){let{toMessage:t}=e,r=O(e,W);return function e(i){let{loc:n,details:s}=i;return((e,t,r)=>Object.keys(r).map((e=>[e,r[e]])).filter((e=>{let[,t]=e;return!!t})).map((e=>{let[t,r]=e;return[t,"function"==typeof r?{value:r,enumerable:!1}:"string"==typeof r.reflect?Object.assign({},r,q(r.reflect.split("."))):r]})).reduce(((e,t)=>{let[r,i]=t;return Object.defineProperty(e,r,Object.assign({configurable:!0},i))}),Object.assign(new e,t)))(SyntaxError,Object.assign({},r,{loc:n}),{clone(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=t.loc||{};return e({loc:new L("line"in r?r.line:this.loc.line,"column"in r?r.column:this.loc.column,"index"in r?r.index:this.loc.index),details:Object.assign({},this.details,t.details)})},details:{value:s,enumerable:!1},message:{get(){return`${t(this.details)} (${this.loc.line}:${this.loc.column})`},set(e){Object.defineProperty(this,"message",{value:e})}},pos:{reflect:"loc.index",enumerable:!0},missingPlugin:"missingPlugin"in s&&{reflect:"details.missingPlugin",enumerable:!0}})}}function Y(e,t){if(Array.isArray(e))return t=>Y(t,e[0]);let r={};for(let i of Object.keys(e)){let n=e[i],s="string"==typeof n?{message:()=>n}:"function"==typeof n?{message:n}:n,{message:u}=s,a=O(s,X);r[i]=K(Object.assign({code:$,reasonCode:i,toMessage:"string"==typeof u?()=>u:u},t?{syntaxPlugin:t}:{},a))}return r}var Q=Object.assign({},Y(U),Y(J),Y({StrictDelete:"Deleting local variable in strict mode.",StrictEvalArguments:e=>{let{referenceName:t}=e;return`Assigning to '${t}' in strict mode.`},StrictEvalArgumentsBinding:e=>{let{bindingName:t}=e;return`Binding '${t}' in strict mode.`},StrictFunction:"In strict mode code, functions can only be declared at top level or inside a block.",StrictNumericEscape:"The only valid numeric escape in strict mode is '\\0'.",StrictOctalLiteral:"Legacy octal literals are not allowed in strict mode.",StrictWith:"'with' in strict mode."}),Y`pipelineOperator`(G)),{defineProperty:Z}=Object,ee=(e,t)=>Z(e,t,{enumerable:!1,value:e[t]});function te(e){return e.loc.start&&ee(e.loc.start,"index"),e.loc.end&&ee(e.loc.end,"index"),e}var re="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",ie="‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ೳഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-໎໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_",ne=new RegExp("["+re+"]"),se=new RegExp("["+re+ie+"]");re=ie=null;var ue=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,3104,541,1507,4938,6,4191],ae=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239];function oe(e,t){let r=65536;for(let i=0,n=t.length;i<n;i+=2){if(r+=t[i],r>e)return!1;if(r+=t[i+1],r>=e)return!0}return!1}function le(e){return e<65?36===e:e<=90||(e<97?95===e:e<=122||(e<=65535?e>=170&&ne.test(String.fromCharCode(e)):oe(e,ue)))}function ce(e){return e<48?36===e:e<58||!(e<65)&&(e<=90||(e<97?95===e:e<=122||(e<=65535?e>=170&&se.test(String.fromCharCode(e)):oe(e,ue)||oe(e,ae))))}var he=["implements","interface","let","package","private","protected","public","static","yield"],pe=["eval","arguments"],De=new Set(["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"]),de=new Set(he),fe=new Set(pe);function me(e,t){return t&&"await"===e||"enum"===e}function Ee(e,t){return me(e,t)||de.has(e)}function ge(e){return fe.has(e)}function Ce(e,t){return Ee(e,t)||ge(e)}var ye=new Set(["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete","implements","interface","let","package","private","protected","public","static","yield","eval","arguments","enum","await"]);var Fe=64,be=128,Ae=256,ve=387,xe=128,Se=1024,we=2048,Te=4096,Be=8192,Pe=8201,ke=64,Ne=class{constructor(e){this.var=new Set,this.lexical=new Set,this.functions=new Set,this.flags=e}},je=class{constructor(e,t){this.parser=void 0,this.scopeStack=[],this.inModule=void 0,this.undefinedExports=new Map,this.parser=e,this.inModule=t}get inTopLevel(){return(1&this.currentScope().flags)>0}get inFunction(){return(2&this.currentVarScopeFlags())>0}get allowSuper(){return(16&this.currentThisScopeFlags())>0}get allowDirectSuper(){return(32&this.currentThisScopeFlags())>0}get inClass(){return(this.currentThisScopeFlags()&Fe)>0}get inClassAndNotInNonArrowFunction(){let e=this.currentThisScopeFlags();return(e&Fe)>0&&0==(2&e)}get inStaticBlock(){for(let e=this.scopeStack.length-1;;e--){let{flags:t}=this.scopeStack[e];if(t&be)return!0;if(451&t)return!1}}get inNonArrowFunction(){return(2&this.currentThisScopeFlags())>0}get treatFunctionsAsVar(){return this.treatFunctionsAsVarInScope(this.currentScope())}createScope(e){return new Ne(e)}enter(e){this.scopeStack.push(this.createScope(e))}exit(){return this.scopeStack.pop().flags}treatFunctionsAsVarInScope(e){return!!(130&e.flags||!this.parser.inModule&&1&e.flags)}declareName(e,t,r){let i=this.currentScope();if(8&t||16&t)this.checkRedeclarationInScope(i,e,t,r),16&t?i.functions.add(e):i.lexical.add(e),8&t&&this.maybeExportDefined(i,e);else if(4&t)for(let n=this.scopeStack.length-1;n>=0&&(i=this.scopeStack[n],this.checkRedeclarationInScope(i,e,t,r),i.var.add(e),this.maybeExportDefined(i,e),!(i.flags&ve));--n);this.parser.inModule&&1&i.flags&&this.undefinedExports.delete(e)}maybeExportDefined(e,t){this.parser.inModule&&1&e.flags&&this.undefinedExports.delete(t)}checkRedeclarationInScope(e,t,r,i){this.isRedeclaredInScope(e,t,r)&&this.parser.raise(Q.VarRedeclaration,{at:i,identifierName:t})}isRedeclaredInScope(e,t,r){return!!(1&r)&&(8&r?e.lexical.has(t)||e.functions.has(t)||e.var.has(t):16&r?e.lexical.has(t)||!this.treatFunctionsAsVarInScope(e)&&e.var.has(t):e.lexical.has(t)&&!(8&e.flags&&e.lexical.values().next().value===t)||!this.treatFunctionsAsVarInScope(e)&&e.functions.has(t))}checkLocalExport(e){let{name:t}=e,r=this.scopeStack[0];!r.lexical.has(t)&&!r.var.has(t)&&!r.functions.has(t)&&this.undefinedExports.set(t,e.loc.start)}currentScope(){return this.scopeStack[this.scopeStack.length-1]}currentVarScopeFlags(){for(let e=this.scopeStack.length-1;;e--){let{flags:t}=this.scopeStack[e];if(t&ve)return t}}currentThisScopeFlags(){for(let e=this.scopeStack.length-1;;e--){let{flags:t}=this.scopeStack[e];if(451&t&&!(4&t))return t}}},Ie=class extends Ne{constructor(){super(...arguments),this.declareFunctions=new Set}},Oe=class extends je{createScope(e){return new Ie(e)}declareName(e,t,r){let i=this.currentScope();if(t&we)return this.checkRedeclarationInScope(i,e,t,r),this.maybeExportDefined(i,e),void i.declareFunctions.add(e);super.declareName(e,t,r)}isRedeclaredInScope(e,t,r){return!!super.isRedeclaredInScope(e,t,r)||!!(r&we)&&!e.declareFunctions.has(t)&&(e.lexical.has(t)||e.functions.has(t))}checkLocalExport(e){this.scopeStack[0].declareFunctions.has(e.name)||super.checkLocalExport(e)}},Le=class{constructor(){this.sawUnambiguousESM=!1,this.ambiguousScriptDifferentAst=!1}hasPlugin(e){if("string"==typeof e)return this.plugins.has(e);{let[t,r]=e;if(!this.hasPlugin(t))return!1;let i=this.plugins.get(t);for(let e of Object.keys(r))if((null==i?void 0:i[e])!==r[e])return!1;return!0}}getPluginOption(e,t){var r;return null==(r=this.plugins.get(e))?void 0:r[t]}};function Me(e,t){void 0===e.trailingComments?e.trailingComments=t:e.trailingComments.unshift(...t)}function _e(e,t){void 0===e.innerComments?e.innerComments=t:e.innerComments.unshift(...t)}function $e(e,t,r){let i=null,n=t.length;for(;null===i&&n>0;)i=t[--n];null===i||i.start>r.start?_e(e,r.comments):Me(i,r.comments)}var Re=class extends Le{addComment(e){this.filename&&(e.loc.filename=this.filename),this.state.comments.push(e)}processComment(e){let{commentStack:t}=this.state,r=t.length;if(0===r)return;let i=r-1,n=t[i];n.start===e.end&&(n.leadingNode=e,i--);let{start:s}=e;for(;i>=0;i--){let r=t[i],n=r.end;if(!(n>s)){n===s&&(r.trailingNode=e);break}r.containingNode=e,this.finalizeComment(r),t.splice(i,1)}}finalizeComment(e){let{comments:t}=e;if(null!==e.leadingNode||null!==e.trailingNode)null!==e.leadingNode&&Me(e.leadingNode,t),null!==e.trailingNode&&function(e,t){void 0===e.leadingComments?e.leadingComments=t:e.leadingComments.unshift(...t)}(e.trailingNode,t);else{let{containingNode:r,start:i}=e;if(44===this.input.charCodeAt(i-1))switch(r.type){case"ObjectExpression":case"ObjectPattern":case"RecordExpression":$e(r,r.properties,e);break;case"CallExpression":case"OptionalCallExpression":$e(r,r.arguments,e);break;case"FunctionDeclaration":case"FunctionExpression":case"ArrowFunctionExpression":case"ObjectMethod":case"ClassMethod":case"ClassPrivateMethod":$e(r,r.params,e);break;case"ArrayExpression":case"ArrayPattern":case"TupleExpression":$e(r,r.elements,e);break;case"ExportNamedDeclaration":case"ImportDeclaration":$e(r,r.specifiers,e);break;default:_e(r,t)}else _e(r,t)}}finalizeRemainingComments(){let{commentStack:e}=this.state;for(let t=e.length-1;t>=0;t--)this.finalizeComment(e[t]);this.state.commentStack=[]}resetPreviousNodeTrailingComments(e){let{commentStack:t}=this.state,{length:r}=t;if(0===r)return;let i=t[r-1];i.leadingNode===e&&(i.leadingNode=null)}takeSurroundingComments(e,t,r){let{commentStack:i}=this.state,n=i.length;if(0===n)return;let s=n-1;for(;s>=0;s--){let n=i[s],u=n.end;if(n.start===r)n.leadingNode=e;else if(u===t)n.trailingNode=e;else if(u<t)break}}},qe=/\r\n?|[\n\u2028\u2029]/,Ue=new RegExp(qe.source,"g");function Ve(e){switch(e){case 10:case 13:case 8232:case 8233:return!0;default:return!1}}var He=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,Je=new RegExp("(?=("+/(?:[^\S\n\r\u2028\u2029]|\/\/.*|\/\*.*?\*\/)*/y.source+"))\\1"+/(?=[\n\r\u2028\u2029]|\/\*(?!.*?\*\/)|$)/.source,"y");function ze(e){switch(e){case 9:case 11:case 12:case 32:case 160:case 5760:case 8192:case 8193:case 8194:case 8195:case 8196:case 8197:case 8198:case 8199:case 8200:case 8201:case 8202:case 8239:case 8287:case 12288:case 65279:return!0;default:return!1}}var Ge=class{constructor(){this.strict=void 0,this.curLine=void 0,this.lineStart=void 0,this.startLoc=void 0,this.endLoc=void 0,this.errors=[],this.potentialArrowAt=-1,this.noArrowAt=[],this.noArrowParamsConversionAt=[],this.maybeInArrowParameters=!1,this.inType=!1,this.noAnonFunctionType=!1,this.hasFlowComment=!1,this.isAmbientContext=!1,this.inAbstractClass=!1,this.inDisallowConditionalTypesContext=!1,this.topicContext={maxNumOfResolvableTopics:0,maxTopicIndex:null},this.soloAwait=!1,this.inFSharpPipelineDirectBody=!1,this.labels=[],this.comments=[],this.commentStack=[],this.pos=0,this.type=137,this.value=null,this.start=0,this.end=0,this.lastTokEndLoc=null,this.lastTokStartLoc=null,this.lastTokStart=0,this.context=[i.brace],this.canStartJSXElement=!0,this.containsEsc=!1,this.firstInvalidTemplateEscapePos=null,this.strictErrors=new Map,this.tokensLength=0}init(e){let{strictMode:t,sourceType:r,startLine:i,startColumn:n}=e;this.strict=!1!==t&&(!0===t||"module"===r),this.curLine=i,this.lineStart=-n,this.startLoc=this.endLoc=new L(i,n,0)}curPosition(){return new L(this.curLine,this.pos-this.lineStart,this.pos)}clone(e){let t=new Ge,r=Object.keys(this);for(let i=0,n=r.length;i<n;i++){let n=r[i],s=this[n];!e&&Array.isArray(s)&&(s=s.slice()),t[n]=s}return t}},We=function(e){return e>=48&&e<=57},Xe={decBinOct:new Set([46,66,69,79,95,98,101,111]),hex:new Set([46,88,95,120])},Ke={bin:e=>48===e||49===e,oct:e=>e>=48&&e<=55,dec:e=>e>=48&&e<=57,hex:e=>e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102};function Ye(e,t,r,i,n,s){let u=r,a=i,o=n,l="",c=null,h=r,{length:p}=t;for(;;){if(r>=p){s.unterminated(u,a,o),l+=t.slice(h,r);break}let D=t.charCodeAt(r);if(Qe(e,D,t,r)){l+=t.slice(h,r);break}if(92===D){l+=t.slice(h,r);let u=Ze(t,r,i,n,"template"===e,s);null!==u.ch||c?l+=u.ch:c={pos:r,lineStart:i,curLine:n},({pos:r,lineStart:i,curLine:n}=u),h=r}else 8232===D||8233===D?(++n,i=++r):10===D||13===D?"template"===e?(l+=t.slice(h,r)+"\n",++r,13===D&&10===t.charCodeAt(r)&&++r,++n,h=i=r):s.unterminated(u,a,o):++r}return{pos:r,str:l,firstInvalidLoc:c,lineStart:i,curLine:n,containsInvalid:!!c}}function Qe(e,t,r,i){return"template"===e?96===t||36===t&&123===r.charCodeAt(i+1):t===("double"===e?34:39)}function Ze(e,t,r,i,n,s){let u=!n;t++;let a=e=>({pos:t,ch:e,lineStart:r,curLine:i}),o=e.charCodeAt(t++);switch(o){case 110:return a("\n");case 114:return a("\r");case 120:{let n;return({code:n,pos:t}=et(e,t,r,i,2,!1,u,s)),a(null===n?null:String.fromCharCode(n))}case 117:{let n;return({code:n,pos:t}=rt(e,t,r,i,u,s)),a(null===n?null:String.fromCodePoint(n))}case 116:return a("\t");case 98:return a("\b");case 118:return a("\v");case 102:return a("\f");case 13:10===e.charCodeAt(t)&&++t;case 10:r=t,++i;case 8232:case 8233:return a("");case 56:case 57:if(n)return a(null);s.strictNumericEscape(t-1,r,i);default:if(o>=48&&o<=55){let u=t-1,o=e.slice(u,t+2).match(/^[0-7]+/)[0],l=parseInt(o,8);l>255&&(o=o.slice(0,-1),l=parseInt(o,8));let c=e.charCodeAt(t+=o.length-1);if("0"!==o||56===c||57===c){if(n)return a(null);s.strictNumericEscape(u,r,i)}return a(String.fromCharCode(l))}return a(String.fromCharCode(o))}}function et(e,t,r,i,n,s,u,a){let o,l=t;return({n:o,pos:t}=tt(e,t,r,i,16,n,s,!1,a,!u)),null===o&&(u?a.invalidEscapeSequence(l,r,i):t=l-1),{code:o,pos:t}}function tt(e,t,r,i,n,s,u,a,o,l){let c=t,h=16===n?Xe.hex:Xe.decBinOct,p=16===n?Ke.hex:10===n?Ke.dec:8===n?Ke.oct:Ke.bin,D=!1,d=0;for(let c=0,f=null==s?1/0:s;c<f;++c){let s,c=e.charCodeAt(t);if(95!==c||"bail"===a){if(s=c>=97?c-97+10:c>=65?c-65+10:We(c)?c-48:1/0,s>=n){if(s<=9&&l)return{n:null,pos:t};if(s<=9&&o.invalidDigit(t,r,i,n))s=0;else{if(!u)break;s=0,D=!0}}++t,d=d*n+s}else{let n=e.charCodeAt(t-1),s=e.charCodeAt(t+1);if(a){if(Number.isNaN(s)||!p(s)||h.has(n)||h.has(s)){if(l)return{n:null,pos:t};o.unexpectedNumericSeparator(t,r,i)}}else{if(l)return{n:null,pos:t};o.numericSeparatorInEscapeSequence(t,r,i)}++t}}return t===c||null!=s&&t-c!==s||D?{n:null,pos:t}:{n:d,pos:t}}function rt(e,t,r,i,n,s){let u;if(123===e.charCodeAt(t)){if(++t,({code:u,pos:t}=et(e,t,r,i,e.indexOf("}",t)-t,!0,n,s)),++t,null!==u&&u>1114111){if(!n)return{code:null,pos:t};s.invalidCodePoint(t,r,i)}}else({code:u,pos:t}=et(e,t,r,i,4,!1,n,s));return{code:u,pos:t}}var it=["at"],nt=["at"];function st(e,t,r){return new L(r,e-t,e)}var ut=new Set([103,109,115,105,121,117,100,118]),at=class{constructor(e){this.type=e.type,this.value=e.value,this.start=e.start,this.end=e.end,this.loc=new M(e.startLoc,e.endLoc)}},ot=class extends Re{constructor(e,t){super(),this.isLookahead=void 0,this.tokens=[],this.errorHandlers_readInt={invalidDigit:(e,t,r,i)=>!!this.options.errorRecovery&&(this.raise(Q.InvalidDigit,{at:st(e,t,r),radix:i}),!0),numericSeparatorInEscapeSequence:this.errorBuilder(Q.NumericSeparatorInEscapeSequence),unexpectedNumericSeparator:this.errorBuilder(Q.UnexpectedNumericSeparator)},this.errorHandlers_readCodePoint=Object.assign({},this.errorHandlers_readInt,{invalidEscapeSequence:this.errorBuilder(Q.InvalidEscapeSequence),invalidCodePoint:this.errorBuilder(Q.InvalidCodePoint)}),this.errorHandlers_readStringContents_string=Object.assign({},this.errorHandlers_readCodePoint,{strictNumericEscape:(e,t,r)=>{this.recordStrictModeErrors(Q.StrictNumericEscape,{at:st(e,t,r)})},unterminated:(e,t,r)=>{throw this.raise(Q.UnterminatedString,{at:st(e-1,t,r)})}}),this.errorHandlers_readStringContents_template=Object.assign({},this.errorHandlers_readCodePoint,{strictNumericEscape:this.errorBuilder(Q.StrictNumericEscape),unterminated:(e,t,r)=>{throw this.raise(Q.UnterminatedTemplate,{at:st(e,t,r)})}}),this.state=new Ge,this.state.init(e),this.input=t,this.length=t.length,this.isLookahead=!1}pushToken(e){this.tokens.length=this.state.tokensLength,this.tokens.push(e),++this.state.tokensLength}next(){this.checkKeywordEscapes(),this.options.tokens&&this.pushToken(new at(this.state)),this.state.lastTokStart=this.state.start,this.state.lastTokEndLoc=this.state.endLoc,this.state.lastTokStartLoc=this.state.startLoc,this.nextToken()}eat(e){return!!this.match(e)&&(this.next(),!0)}match(e){return this.state.type===e}createLookaheadState(e){return{pos:e.pos,value:null,type:e.type,start:e.start,end:e.end,context:[this.curContext()],inType:e.inType,startLoc:e.startLoc,lastTokEndLoc:e.lastTokEndLoc,curLine:e.curLine,lineStart:e.lineStart,curPosition:e.curPosition}}lookahead(){let e=this.state;this.state=this.createLookaheadState(e),this.isLookahead=!0,this.nextToken(),this.isLookahead=!1;let t=this.state;return this.state=e,t}nextTokenStart(){return this.nextTokenStartSince(this.state.pos)}nextTokenStartSince(e){return He.lastIndex=e,He.test(this.input)?He.lastIndex:e}lookaheadCharCode(){return this.input.charCodeAt(this.nextTokenStart())}codePointAtPos(e){let t=this.input.charCodeAt(e);if(55296==(64512&t)&&++e<this.input.length){let r=this.input.charCodeAt(e);56320==(64512&r)&&(t=65536+((1023&t)<<10)+(1023&r))}return t}setStrict(e){this.state.strict=e,e&&(this.state.strictErrors.forEach((e=>{let[t,r]=e;return this.raise(t,{at:r})})),this.state.strictErrors.clear())}curContext(){return this.state.context[this.state.context.length-1]}nextToken(){this.skipSpace(),this.state.start=this.state.pos,this.isLookahead||(this.state.startLoc=this.state.curPosition()),this.state.pos>=this.length?this.finishToken(137):this.getTokenFromCode(this.codePointAtPos(this.state.pos))}skipBlockComment(e){let t;this.isLookahead||(t=this.state.curPosition());let r=this.state.pos,i=this.input.indexOf(e,r+2);if(-1===i)throw this.raise(Q.UnterminatedComment,{at:this.state.curPosition()});for(this.state.pos=i+e.length,Ue.lastIndex=r+2;Ue.test(this.input)&&Ue.lastIndex<=i;)++this.state.curLine,this.state.lineStart=Ue.lastIndex;if(this.isLookahead)return;let n={type:"CommentBlock",value:this.input.slice(r+2,i),start:r,end:i+e.length,loc:new M(t,this.state.curPosition())};return this.options.tokens&&this.pushToken(n),n}skipLineComment(e){let t,r=this.state.pos;this.isLookahead||(t=this.state.curPosition());let i=this.input.charCodeAt(this.state.pos+=e);if(this.state.pos<this.length)for(;!Ve(i)&&++this.state.pos<this.length;)i=this.input.charCodeAt(this.state.pos);if(this.isLookahead)return;let n=this.state.pos,s={type:"CommentLine",value:this.input.slice(r+e,n),start:r,end:n,loc:new M(t,this.state.curPosition())};return this.options.tokens&&this.pushToken(s),s}skipSpace(){let e=this.state.pos,t=[];e:for(;this.state.pos<this.length;){let r=this.input.charCodeAt(this.state.pos);switch(r){case 32:case 160:case 9:++this.state.pos;break;case 13:10===this.input.charCodeAt(this.state.pos+1)&&++this.state.pos;case 10:case 8232:case 8233:++this.state.pos,++this.state.curLine,this.state.lineStart=this.state.pos;break;case 47:switch(this.input.charCodeAt(this.state.pos+1)){case 42:{let e=this.skipBlockComment("*/");void 0!==e&&(this.addComment(e),this.options.attachComment&&t.push(e));break}case 47:{let e=this.skipLineComment(2);void 0!==e&&(this.addComment(e),this.options.attachComment&&t.push(e));break}default:break e}break;default:if(ze(r))++this.state.pos;else if(45===r&&!this.inModule&&this.options.annexB){let r=this.state.pos;if(45!==this.input.charCodeAt(r+1)||62!==this.input.charCodeAt(r+2)||!(0===e||this.state.lineStart>e))break e;{let e=this.skipLineComment(3);void 0!==e&&(this.addComment(e),this.options.attachComment&&t.push(e))}}else{if(60!==r||this.inModule||!this.options.annexB)break e;{let e=this.state.pos;if(33!==this.input.charCodeAt(e+1)||45!==this.input.charCodeAt(e+2)||45!==this.input.charCodeAt(e+3))break e;{let e=this.skipLineComment(4);void 0!==e&&(this.addComment(e),this.options.attachComment&&t.push(e))}}}}}t.length>0&&this.state.commentStack.push({start:e,end:this.state.pos,comments:t,leadingNode:null,trailingNode:null,containingNode:null})}finishToken(e,t){this.state.end=this.state.pos,this.state.endLoc=this.state.curPosition();let r=this.state.type;this.state.type=e,this.state.value=t,this.isLookahead||this.updateContext(r)}replaceToken(e){this.state.type=e,this.updateContext()}readToken_numberSign(){if(0===this.state.pos&&this.readToken_interpreter())return;let e=this.codePointAtPos(this.state.pos+1);if(e>=48&&e<=57)throw this.raise(Q.UnexpectedDigitAfterHash,{at:this.state.curPosition()});if(123===e||91===e&&this.hasPlugin("recordAndTuple")){if(this.expectPlugin("recordAndTuple"),"bar"===this.getPluginOption("recordAndTuple","syntaxType"))throw this.raise(123===e?Q.RecordExpressionHashIncorrectStartSyntaxType:Q.TupleExpressionHashIncorrectStartSyntaxType,{at:this.state.curPosition()});this.state.pos+=2,this.finishToken(123===e?7:1)}else le(e)?(++this.state.pos,this.finishToken(136,this.readWord1(e))):92===e?(++this.state.pos,this.finishToken(136,this.readWord1())):this.finishOp(27,1)}readToken_dot(){let e=this.input.charCodeAt(this.state.pos+1);e>=48&&e<=57?this.readNumber(!0):46===e&&46===this.input.charCodeAt(this.state.pos+2)?(this.state.pos+=3,this.finishToken(21)):(++this.state.pos,this.finishToken(16))}readToken_slash(){61===this.input.charCodeAt(this.state.pos+1)?this.finishOp(31,2):this.finishOp(56,1)}readToken_interpreter(){if(0!==this.state.pos||this.length<2)return!1;let e=this.input.charCodeAt(this.state.pos+1);if(33!==e)return!1;let t=this.state.pos;for(this.state.pos+=1;!Ve(e)&&++this.state.pos<this.length;)e=this.input.charCodeAt(this.state.pos);let r=this.input.slice(t+2,this.state.pos);return this.finishToken(28,r),!0}readToken_mult_modulo(e){let t=42===e?55:54,r=1,i=this.input.charCodeAt(this.state.pos+1);42===e&&42===i&&(r++,i=this.input.charCodeAt(this.state.pos+2),t=57),61===i&&!this.state.inType&&(r++,t=37===e?33:30),this.finishOp(t,r)}readToken_pipe_amp(e){let t=this.input.charCodeAt(this.state.pos+1);if(t!==e){if(124===e){if(62===t)return void this.finishOp(39,2);if(this.hasPlugin("recordAndTuple")&&125===t){if("bar"!==this.getPluginOption("recordAndTuple","syntaxType"))throw this.raise(Q.RecordExpressionBarIncorrectEndSyntaxType,{at:this.state.curPosition()});return this.state.pos+=2,void this.finishToken(9)}if(this.hasPlugin("recordAndTuple")&&93===t){if("bar"!==this.getPluginOption("recordAndTuple","syntaxType"))throw this.raise(Q.TupleExpressionBarIncorrectEndSyntaxType,{at:this.state.curPosition()});return this.state.pos+=2,void this.finishToken(4)}}61!==t?this.finishOp(124===e?43:45,1):this.finishOp(30,2)}else 61===this.input.charCodeAt(this.state.pos+2)?this.finishOp(30,3):this.finishOp(124===e?41:42,2)}readToken_caret(){let e=this.input.charCodeAt(this.state.pos+1);61!==e||this.state.inType?94===e&&this.hasPlugin(["pipelineOperator",{proposal:"hack",topicToken:"^^"}])?(this.finishOp(37,2),94===this.input.codePointAt(this.state.pos)&&this.unexpected()):this.finishOp(44,1):this.finishOp(32,2)}readToken_atSign(){64===this.input.charCodeAt(this.state.pos+1)&&this.hasPlugin(["pipelineOperator",{proposal:"hack",topicToken:"@@"}])?this.finishOp(38,2):this.finishOp(26,1)}readToken_plus_min(e){let t=this.input.charCodeAt(this.state.pos+1);t!==e?61===t?this.finishOp(30,2):this.finishOp(53,1):this.finishOp(34,2)}readToken_lt(){let{pos:e}=this.state,t=this.input.charCodeAt(e+1);if(60===t)return 61===this.input.charCodeAt(e+2)?void this.finishOp(30,3):void this.finishOp(51,2);61!==t?this.finishOp(47,1):this.finishOp(49,2)}readToken_gt(){let{pos:e}=this.state,t=this.input.charCodeAt(e+1);if(62===t){let t=62===this.input.charCodeAt(e+2)?3:2;return 61===this.input.charCodeAt(e+t)?void this.finishOp(30,t+1):void this.finishOp(52,t)}61!==t?this.finishOp(48,1):this.finishOp(49,2)}readToken_eq_excl(e){let t=this.input.charCodeAt(this.state.pos+1);if(61!==t)return 61===e&&62===t?(this.state.pos+=2,void this.finishToken(19)):void this.finishOp(61===e?29:35,1);this.finishOp(46,61===this.input.charCodeAt(this.state.pos+2)?3:2)}readToken_question(){let e=this.input.charCodeAt(this.state.pos+1),t=this.input.charCodeAt(this.state.pos+2);63===e?61===t?this.finishOp(30,3):this.finishOp(40,2):46!==e||t>=48&&t<=57?(++this.state.pos,this.finishToken(17)):(this.state.pos+=2,this.finishToken(18))}getTokenFromCode(e){switch(e){case 46:return void this.readToken_dot();case 40:return++this.state.pos,void this.finishToken(10);case 41:return++this.state.pos,void this.finishToken(11);case 59:return++this.state.pos,void this.finishToken(13);case 44:return++this.state.pos,void this.finishToken(12);case 91:if(this.hasPlugin("recordAndTuple")&&124===this.input.charCodeAt(this.state.pos+1)){if("bar"!==this.getPluginOption("recordAndTuple","syntaxType"))throw this.raise(Q.TupleExpressionBarIncorrectStartSyntaxType,{at:this.state.curPosition()});this.state.pos+=2,this.finishToken(2)}else++this.state.pos,this.finishToken(0);return;case 93:return++this.state.pos,void this.finishToken(3);case 123:if(this.hasPlugin("recordAndTuple")&&124===this.input.charCodeAt(this.state.pos+1)){if("bar"!==this.getPluginOption("recordAndTuple","syntaxType"))throw this.raise(Q.RecordExpressionBarIncorrectStartSyntaxType,{at:this.state.curPosition()});this.state.pos+=2,this.finishToken(6)}else++this.state.pos,this.finishToken(5);return;case 125:return++this.state.pos,void this.finishToken(8);case 58:return void(this.hasPlugin("functionBind")&&58===this.input.charCodeAt(this.state.pos+1)?this.finishOp(15,2):(++this.state.pos,this.finishToken(14)));case 63:return void this.readToken_question();case 96:return void this.readTemplateToken();case 48:{let e=this.input.charCodeAt(this.state.pos+1);if(120===e||88===e)return void this.readRadixNumber(16);if(111===e||79===e)return void this.readRadixNumber(8);if(98===e||66===e)return void this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return void this.readNumber(!1);case 34:case 39:return void this.readString(e);case 47:return void this.readToken_slash();case 37:case 42:return void this.readToken_mult_modulo(e);case 124:case 38:return void this.readToken_pipe_amp(e);case 94:return void this.readToken_caret();case 43:case 45:return void this.readToken_plus_min(e);case 60:return void this.readToken_lt();case 62:return void this.readToken_gt();case 61:case 33:return void this.readToken_eq_excl(e);case 126:return void this.finishOp(36,1);case 64:return void this.readToken_atSign();case 35:return void this.readToken_numberSign();case 92:return void this.readWord();default:if(le(e))return void this.readWord(e)}throw this.raise(Q.InvalidOrUnexpectedToken,{at:this.state.curPosition(),unexpected:String.fromCodePoint(e)})}finishOp(e,t){let r=this.input.slice(this.state.pos,this.state.pos+t);this.state.pos+=t,this.finishToken(e,r)}readRegexp(){let e,t,r=this.state.startLoc,i=this.state.start+1,{pos:n}=this.state;for(;;++n){if(n>=this.length)throw this.raise(Q.UnterminatedRegExp,{at:_(r,1)});let i=this.input.charCodeAt(n);if(Ve(i))throw this.raise(Q.UnterminatedRegExp,{at:_(r,1)});if(e)e=!1;else{if(91===i)t=!0;else if(93===i&&t)t=!1;else if(47===i&&!t)break;e=92===i}}let s=this.input.slice(i,n);++n;let u="",a=()=>_(r,n+2-i);for(;n<this.length;){let e=this.codePointAtPos(n),t=String.fromCharCode(e);if(ut.has(e))118===e?(this.expectPlugin("regexpUnicodeSets",a()),u.includes("u")&&this.raise(Q.IncompatibleRegExpUVFlags,{at:a()})):117===e&&u.includes("v")&&this.raise(Q.IncompatibleRegExpUVFlags,{at:a()}),u.includes(t)&&this.raise(Q.DuplicateRegExpFlags,{at:a()});else{if(!ce(e)&&92!==e)break;this.raise(Q.MalformedRegExpFlags,{at:a()})}++n,u+=t}this.state.pos=n,this.finishToken(135,{pattern:s,flags:u})}readInt(e,t){let r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],{n,pos:s}=tt(this.input,this.state.pos,this.state.lineStart,this.state.curLine,e,t,r,i,this.errorHandlers_readInt,!1);return this.state.pos=s,n}readRadixNumber(e){let t=this.state.curPosition(),r=!1;this.state.pos+=2;let i=this.readInt(e);null==i&&this.raise(Q.InvalidDigit,{at:_(t,2),radix:e});let n=this.input.charCodeAt(this.state.pos);if(110===n)++this.state.pos,r=!0;else if(109===n)throw this.raise(Q.InvalidDecimal,{at:t});if(le(this.codePointAtPos(this.state.pos)))throw this.raise(Q.NumberIdentifier,{at:this.state.curPosition()});if(r){let e=this.input.slice(t.index,this.state.pos).replace(/[_n]/g,"");this.finishToken(133,e)}else this.finishToken(132,i)}readNumber(e){let t=this.state.pos,r=this.state.curPosition(),i=!1,n=!1,s=!1,u=!1,a=!1;!e&&null===this.readInt(10)&&this.raise(Q.InvalidNumber,{at:this.state.curPosition()});let o=this.state.pos-t>=2&&48===this.input.charCodeAt(t);if(o){let e=this.input.slice(t,this.state.pos);if(this.recordStrictModeErrors(Q.StrictOctalLiteral,{at:r}),!this.state.strict){let t=e.indexOf("_");t>0&&this.raise(Q.ZeroDigitNumericSeparator,{at:_(r,t)})}a=o&&!/[89]/.test(e)}let l=this.input.charCodeAt(this.state.pos);if(46===l&&!a&&(++this.state.pos,this.readInt(10),i=!0,l=this.input.charCodeAt(this.state.pos)),(69===l||101===l)&&!a&&(l=this.input.charCodeAt(++this.state.pos),(43===l||45===l)&&++this.state.pos,null===this.readInt(10)&&this.raise(Q.InvalidOrMissingExponent,{at:r}),i=!0,u=!0,l=this.input.charCodeAt(this.state.pos)),110===l&&((i||o)&&this.raise(Q.InvalidBigIntLiteral,{at:r}),++this.state.pos,n=!0),109===l&&(this.expectPlugin("decimal",this.state.curPosition()),(u||o)&&this.raise(Q.InvalidDecimal,{at:r}),++this.state.pos,s=!0),le(this.codePointAtPos(this.state.pos)))throw this.raise(Q.NumberIdentifier,{at:this.state.curPosition()});let c=this.input.slice(t,this.state.pos).replace(/[_mn]/g,"");if(n)return void this.finishToken(133,c);if(s)return void this.finishToken(134,c);let h=a?parseInt(c,8):parseFloat(c);this.finishToken(132,h)}readCodePoint(e){let{code:t,pos:r}=rt(this.input,this.state.pos,this.state.lineStart,this.state.curLine,e,this.errorHandlers_readCodePoint);return this.state.pos=r,t}readString(e){let{str:t,pos:r,curLine:i,lineStart:n}=Ye(34===e?"double":"single",this.input,this.state.pos+1,this.state.lineStart,this.state.curLine,this.errorHandlers_readStringContents_string);this.state.pos=r+1,this.state.lineStart=n,this.state.curLine=i,this.finishToken(131,t)}readTemplateContinuation(){this.match(8)||this.unexpected(null,8),this.state.pos--,this.readTemplateToken()}readTemplateToken(){let e=this.input[this.state.pos],{str:t,firstInvalidLoc:r,pos:i,curLine:n,lineStart:s}=Ye("template",this.input,this.state.pos+1,this.state.lineStart,this.state.curLine,this.errorHandlers_readStringContents_template);this.state.pos=i+1,this.state.lineStart=s,this.state.curLine=n,r&&(this.state.firstInvalidTemplateEscapePos=new L(r.curLine,r.pos-r.lineStart,r.pos)),96===this.input.codePointAt(i)?this.finishToken(24,r?null:e+t+"`"):(this.state.pos++,this.finishToken(25,r?null:e+t+"${"))}recordStrictModeErrors(e,t){let{at:r}=t,i=r.index;this.state.strict&&!this.state.strictErrors.has(i)?this.raise(e,{at:r}):this.state.strictErrors.set(i,[e,r])}readWord1(e){this.state.containsEsc=!1;let t="",r=this.state.pos,i=this.state.pos;for(void 0!==e&&(this.state.pos+=e<=65535?1:2);this.state.pos<this.length;){let e=this.codePointAtPos(this.state.pos);if(ce(e))this.state.pos+=e<=65535?1:2;else{if(92!==e)break;{this.state.containsEsc=!0,t+=this.input.slice(i,this.state.pos);let e=this.state.curPosition(),n=this.state.pos===r?le:ce;if(117!==this.input.charCodeAt(++this.state.pos)){this.raise(Q.MissingUnicodeEscape,{at:this.state.curPosition()}),i=this.state.pos-1;continue}++this.state.pos;let s=this.readCodePoint(!0);null!==s&&(n(s)||this.raise(Q.EscapedCharNotAnIdentifier,{at:e}),t+=String.fromCodePoint(s)),i=this.state.pos}}}return t+this.input.slice(i,this.state.pos)}readWord(e){let t=this.readWord1(e),r=h.get(t);void 0!==r?this.finishToken(r,k(r)):this.finishToken(130,t)}checkKeywordEscapes(){let{type:e}=this.state;B(e)&&this.state.containsEsc&&this.raise(Q.InvalidEscapedReservedWord,{at:this.state.startLoc,reservedWord:k(e)})}raise(e,t){let{at:r}=t,i=O(t,it),n=e({loc:r instanceof L?r:r.loc.start,details:i});if(!this.options.errorRecovery)throw n;return this.isLookahead||this.state.errors.push(n),n}raiseOverwrite(e,t){let{at:r}=t,i=O(t,nt),n=r instanceof L?r:r.loc.start,s=n.index,u=this.state.errors;for(let t=u.length-1;t>=0;t--){let r=u[t];if(r.loc.index===s)return u[t]=e({loc:n,details:i});if(r.loc.index<s)break}return this.raise(e,t)}updateContext(e){}unexpected(e,t){throw this.raise(Q.UnexpectedToken,{expected:t?k(t):null,at:null!=e?e:this.state.startLoc})}expectPlugin(e,t){if(this.hasPlugin(e))return!0;throw this.raise(Q.MissingPlugin,{at:null!=t?t:this.state.startLoc,missingPlugin:[e]})}expectOnePlugin(e){if(!e.some((e=>this.hasPlugin(e))))throw this.raise(Q.MissingOneOfPlugins,{at:this.state.startLoc,missingPlugin:e})}errorBuilder(e){return(t,r,i)=>{this.raise(e,{at:st(t,r,i)})}}},lt=class{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;this.type=void 0,this.type=e}canBeArrowParameterDeclaration(){return 2===this.type||1===this.type}isCertainlyParameterDeclaration(){return 3===this.type}},ct=class extends lt{constructor(e){super(e),this.declarationErrors=new Map}recordDeclarationError(e,t){let{at:r}=t;this.declarationErrors.set(r.index,[e,r])}clearDeclarationError(e){this.declarationErrors.delete(e)}iterateErrors(e){this.declarationErrors.forEach(e)}};function ht(){return new lt}function pt(e,t){return(e?2:0)|(t?1:0)}var Dt=class extends ot{addExtra(e,t,r){let i=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];if(!e)return;let n=e.extra=e.extra||{};i?n[t]=r:Object.defineProperty(n,t,{enumerable:i,value:r})}isContextual(e){return this.state.type===e&&!this.state.containsEsc}isUnparsedContextual(e,t){let r=e+t.length;if(this.input.slice(e,r)===t){let e=this.input.charCodeAt(r);return!(ce(e)||55296==(64512&e))}return!1}isLookaheadContextual(e){let t=this.nextTokenStart();return this.isUnparsedContextual(t,e)}eatContextual(e){return!!this.isContextual(e)&&(this.next(),!0)}expectContextual(e,t){if(!this.eatContextual(e)){if(null!=t)throw this.raise(t,{at:this.state.startLoc});this.unexpected(null,e)}}canInsertSemicolon(){return this.match(137)||this.match(8)||this.hasPrecedingLineBreak()}hasPrecedingLineBreak(){return qe.test(this.input.slice(this.state.lastTokEndLoc.index,this.state.start))}hasFollowingLineBreak(){return Je.lastIndex=this.state.end,Je.test(this.input)}isLineTerminator(){return this.eat(13)||this.canInsertSemicolon()}semicolon(){(arguments.length>0&&void 0!==arguments[0]&&!arguments[0]?this.eat(13):this.isLineTerminator())||this.raise(Q.MissingSemicolon,{at:this.state.lastTokEndLoc})}expect(e,t){this.eat(e)||this.unexpected(t,e)}tryParse(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.state.clone(),r={node:null};try{let i=e((function(){throw r.node=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,r}));if(this.state.errors.length>t.errors.length){let e=this.state;return this.state=t,this.state.tokensLength=e.tokensLength,{node:i,error:e.errors[t.errors.length],thrown:!1,aborted:!1,failState:e}}return{node:i,error:null,thrown:!1,aborted:!1,failState:null}}catch(e){let i=this.state;if(this.state=t,e instanceof SyntaxError)return{node:null,error:e,thrown:!0,aborted:!1,failState:i};if(e===r)return{node:r.node,error:null,thrown:!1,aborted:!0,failState:i};throw e}}checkExpressionErrors(e,t){if(!e)return!1;let{shorthandAssignLoc:r,doubleProtoLoc:i,privateKeyLoc:n,optionalParametersLoc:s}=e;if(!t)return!!(r||i||s||n);null!=r&&this.raise(Q.InvalidCoverInitializedName,{at:r}),null!=i&&this.raise(Q.DuplicateProto,{at:i}),null!=n&&this.raise(Q.UnexpectedPrivateField,{at:n}),null!=s&&this.unexpected(s)}isLiteralPropertyName(){return S(this.state.type)}isPrivateName(e){return"PrivateName"===e.type}getPrivateNameSV(e){return e.id.name}hasPropertyAsPrivateName(e){return("MemberExpression"===e.type||"OptionalMemberExpression"===e.type)&&this.isPrivateName(e.property)}isObjectProperty(e){return"ObjectProperty"===e.type}isObjectMethod(e){return"ObjectMethod"===e.type}initializeScopes(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"module"===this.options.sourceType,t=this.state.labels;this.state.labels=[];let r=this.exportedIdentifiers;this.exportedIdentifiers=new Set;let i=this.inModule;this.inModule=e;let n=this.scope,s=this.getScopeHandler();this.scope=new s(this,e);let u=this.prodParam;this.prodParam=new class{constructor(){this.stacks=[]}enter(e){this.stacks.push(e)}exit(){this.stacks.pop()}currentFlags(){return this.stacks[this.stacks.length-1]}get hasAwait(){return(2&this.currentFlags())>0}get hasYield(){return(1&this.currentFlags())>0}get hasReturn(){return(4&this.currentFlags())>0}get hasIn(){return(8&this.currentFlags())>0}};let a=this.classScope;this.classScope=new class{constructor(e){this.parser=void 0,this.stack=[],this.undefinedPrivateNames=new Map,this.parser=e}current(){return this.stack[this.stack.length-1]}enter(){this.stack.push(new class{constructor(){this.privateNames=new Set,this.loneAccessors=new Map,this.undefinedPrivateNames=new Map}})}exit(){let e=this.stack.pop(),t=this.current();for(let[r,i]of Array.from(e.undefinedPrivateNames))t?t.undefinedPrivateNames.has(r)||t.undefinedPrivateNames.set(r,i):this.parser.raise(Q.InvalidPrivateFieldResolution,{at:i,identifierName:r})}declarePrivateName(e,t,r){let{privateNames:i,loneAccessors:n,undefinedPrivateNames:s}=this.current(),u=i.has(e);if(3&t){let r=u&&n.get(e);r?(u=(3&r)==(3&t)||(4&r)!=(4&t),u||n.delete(e)):u||n.set(e,t)}u&&this.parser.raise(Q.PrivateNameRedeclaration,{at:r,identifierName:e}),i.add(e),s.delete(e)}usePrivateName(e,t){let r;for(r of this.stack)if(r.privateNames.has(e))return;r?r.undefinedPrivateNames.set(e,t):this.parser.raise(Q.InvalidPrivateFieldResolution,{at:t,identifierName:e})}}(this);let o=this.expressionScope;return this.expressionScope=new class{constructor(e){this.parser=void 0,this.stack=[new lt],this.parser=e}enter(e){this.stack.push(e)}exit(){this.stack.pop()}recordParameterInitializerError(e,t){let{at:r}=t,i={at:r.loc.start},{stack:n}=this,s=n.length-1,u=n[s];for(;!u.isCertainlyParameterDeclaration();){if(!u.canBeArrowParameterDeclaration())return;u.recordDeclarationError(e,i),u=n[--s]}this.parser.raise(e,i)}recordArrowParameterBindingError(e,t){let{at:r}=t,{stack:i}=this,n=i[i.length-1],s={at:r.loc.start};if(n.isCertainlyParameterDeclaration())this.parser.raise(e,s);else{if(!n.canBeArrowParameterDeclaration())return;n.recordDeclarationError(e,s)}}recordAsyncArrowParametersError(e){let{at:t}=e,{stack:r}=this,i=r.length-1,n=r[i];for(;n.canBeArrowParameterDeclaration();)2===n.type&&n.recordDeclarationError(Q.AwaitBindingIdentifier,{at:t}),n=r[--i]}validateAsPattern(){let{stack:e}=this,t=e[e.length-1];t.canBeArrowParameterDeclaration()&&t.iterateErrors((t=>{let[r,i]=t;this.parser.raise(r,{at:i});let n=e.length-2,s=e[n];for(;s.canBeArrowParameterDeclaration();)s.clearDeclarationError(i.index),s=e[--n]}))}}(this),()=>{this.state.labels=t,this.exportedIdentifiers=r,this.inModule=i,this.scope=n,this.prodParam=u,this.classScope=a,this.expressionScope=o}}enterInitialScopes(){let e=0;this.inModule&&(e|=2),this.scope.enter(1),this.prodParam.enter(e)}checkDestructuringPrivate(e){let{privateKeyLoc:t}=e;null!==t&&this.expectPlugin("destructuringPrivate",t)}},dt=class{constructor(){this.shorthandAssignLoc=null,this.doubleProtoLoc=null,this.privateKeyLoc=null,this.optionalParametersLoc=null}},ft=class{constructor(e,t,r){this.type="",this.start=t,this.end=0,this.loc=new M(r),null!=e&&e.options.ranges&&(this.range=[t,0]),null!=e&&e.filename&&(this.loc.filename=e.filename)}},mt=ft.prototype;function Et(e){let{type:t,start:r,end:i,loc:n,range:s,extra:u,name:a}=e,o=Object.create(mt);return o.type=t,o.start=r,o.end=i,o.loc=n,o.range=s,o.extra=u,o.name=a,"Placeholder"===t&&(o.expectedNode=e.expectedNode),o}function gt(e){let{type:t,start:r,end:i,loc:n,range:s,extra:u}=e;if("Placeholder"===t)return function(e){return Et(e)}(e);let a=Object.create(mt);return a.type=t,a.start=r,a.end=i,a.loc=n,a.range=s,void 0!==e.raw?a.raw=e.raw:a.extra=u,a.value=e.value,a}mt.__clone=function(){let e=new ft(void 0,this.start,this.loc.start),t=Object.keys(this);for(let r=0,i=t.length;r<i;r++){let i=t[r];"leadingComments"!==i&&"trailingComments"!==i&&"innerComments"!==i&&(e[i]=this[i])}return e};var Ct=class extends Dt{startNode(){return new ft(this,this.state.start,this.state.startLoc)}startNodeAt(e){return new ft(this,e.index,e)}startNodeAtNode(e){return this.startNodeAt(e.loc.start)}finishNode(e,t){return this.finishNodeAt(e,t,this.state.lastTokEndLoc)}finishNodeAt(e,t,r){return e.type=t,e.end=r.index,e.loc.end=r,this.options.ranges&&(e.range[1]=r.index),this.options.attachComment&&this.processComment(e),e}resetStartLocation(e,t){e.start=t.index,e.loc.start=t,this.options.ranges&&(e.range[0]=t.index)}resetEndLocation(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.state.lastTokEndLoc;e.end=t.index,e.loc.end=t,this.options.ranges&&(e.range[1]=t.index)}resetStartLocationFromNode(e,t){this.resetStartLocation(e,t.loc.start)}},yt=new Set(["_","any","bool","boolean","empty","extends","false","interface","mixed","null","number","static","string","true","typeof","void"]),Ft=Y`flow`({AmbiguousConditionalArrow:"Ambiguous expression: wrap the arrow functions in parentheses to disambiguate.",AmbiguousDeclareModuleKind:"Found both `declare module.exports` and `declare export` in the same module. Modules can only have 1 since they are either an ES module or they are a CommonJS module.",AssignReservedType:e=>{let{reservedType:t}=e;return`Cannot overwrite reserved type ${t}.`},DeclareClassElement:"The `declare` modifier can only appear on class fields.",DeclareClassFieldInitializer:"Initializers are not allowed in fields with the `declare` modifier.",DuplicateDeclareModuleExports:"Duplicate `declare module.exports` statement.",EnumBooleanMemberNotInitialized:e=>{let{memberName:t,enumName:r}=e;return`Boolean enum members need to be initialized. Use either \`${t} = true,\` or \`${t} = false,\` in enum \`${r}\`.`},EnumDuplicateMemberName:e=>{let{memberName:t,enumName:r}=e;return`Enum member names need to be unique, but the name \`${t}\` has already been used before in enum \`${r}\`.`},EnumInconsistentMemberValues:e=>{let{enumName:t}=e;return`Enum \`${t}\` has inconsistent member initializers. Either use no initializers, or consistently use literals (either booleans, numbers, or strings) for all member initializers.`},EnumInvalidExplicitType:e=>{let{invalidEnumType:t,enumName:r}=e;return`Enum type \`${t}\` is not valid. Use one of \`boolean\`, \`number\`, \`string\`, or \`symbol\` in enum \`${r}\`.`},EnumInvalidExplicitTypeUnknownSupplied:e=>{let{enumName:t}=e;return`Supplied enum type is not valid. Use one of \`boolean\`, \`number\`, \`string\`, or \`symbol\` in enum \`${t}\`.`},EnumInvalidMemberInitializerPrimaryType:e=>{let{enumName:t,memberName:r,explicitType:i}=e;return`Enum \`${t}\` has type \`${i}\`, so the initializer of \`${r}\` needs to be a ${i} literal.`},EnumInvalidMemberInitializerSymbolType:e=>{let{enumName:t,memberName:r}=e;return`Symbol enum members cannot be initialized. Use \`${r},\` in enum \`${t}\`.`},EnumInvalidMemberInitializerUnknownType:e=>{let{enumName:t,memberName:r}=e;return`The enum member initializer for \`${r}\` needs to be a literal (either a boolean, number, or string) in enum \`${t}\`.`},EnumInvalidMemberName:e=>{let{enumName:t,memberName:r,suggestion:i}=e;return`Enum member names cannot start with lowercase 'a' through 'z'. Instead of using \`${r}\`, consider using \`${i}\`, in enum \`${t}\`.`},EnumNumberMemberNotInitialized:e=>{let{enumName:t,memberName:r}=e;return`Number enum members need to be initialized, e.g. \`${r} = 1\` in enum \`${t}\`.`},EnumStringMemberInconsistentlyInitailized:e=>{let{enumName:t}=e;return`String enum members need to consistently either all use initializers, or use no initializers, in enum \`${t}\`.`},GetterMayNotHaveThisParam:"A getter cannot have a `this` parameter.",ImportReflectionHasImportType:"An `import module` declaration can not use `type` or `typeof` keyword.",ImportTypeShorthandOnlyInPureImport:"The `type` and `typeof` keywords on named imports can only be used on regular `import` statements. It cannot be used with `import type` or `import typeof` statements.",InexactInsideExact:"Explicit inexact syntax cannot appear inside an explicit exact object type.",InexactInsideNonObject:"Explicit inexact syntax cannot appear in class or interface definitions.",InexactVariance:"Explicit inexact syntax cannot have variance.",InvalidNonTypeImportInDeclareModule:"Imports within a `declare module` body must always be `import type` or `import typeof`.",MissingTypeParamDefault:"Type parameter declaration needs a default, since a preceding type parameter declaration has a default.",NestedDeclareModule:"`declare module` cannot be used inside another `declare module`.",NestedFlowComment:"Cannot have a flow comment inside another flow comment.",PatternIsOptional:Object.assign({message:"A binding pattern parameter cannot be optional in an implementation signature."},{reasonCode:"OptionalBindingPattern"}),SetterMayNotHaveThisParam:"A setter cannot have a `this` parameter.",SpreadVariance:"Spread properties cannot have variance.",ThisParamAnnotationRequired:"A type annotation is required for the `this` parameter.",ThisParamBannedInConstructor:"Constructors cannot have a `this` parameter; constructors don't bind `this` like other functions.",ThisParamMayNotBeOptional:"The `this` parameter cannot be optional.",ThisParamMustBeFirst:"The `this` parameter must be the first function parameter.",ThisParamNoDefault:"The `this` parameter may not have a default value.",TypeBeforeInitializer:"Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`.",TypeCastInPattern:"The type cast expression is expected to be wrapped with parenthesis.",UnexpectedExplicitInexactInObject:"Explicit inexact syntax must appear at the end of an inexact object.",UnexpectedReservedType:e=>{let{reservedType:t}=e;return`Unexpected reserved type ${t}.`},UnexpectedReservedUnderscore:"`_` is only allowed as a type argument to call or new.",UnexpectedSpaceBetweenModuloChecks:"Spaces between `%` and `checks` are not allowed here.",UnexpectedSpreadType:"Spread operator cannot appear in class or interface definitions.",UnexpectedSubtractionOperand:'Unexpected token, expected "number" or "bigint".',UnexpectedTokenAfterTypeParameter:"Expected an arrow function after this type parameter declaration.",UnexpectedTypeParameterBeforeAsyncArrowFunction:"Type parameters must come after the async keyword, e.g. instead of `<T> async () => {}`, use `async <T>() => {}`.",UnsupportedDeclareExportKind:e=>{let{unsupportedExportKind:t,suggestion:r}=e;return`\`declare export ${t}\` is not supported. Use \`${r}\` instead.`},UnsupportedStatementInDeclareModule:"Only declares and type imports are allowed inside declare module.",UnterminatedFlowComment:"Unterminated flow-comment."});function bt(e){return"type"===e.importKind||"typeof"===e.importKind}function At(e){return x(e)&&97!==e}var vt={const:"declare export var",let:"declare export var",type:"export type",interface:"export interface"};var xt=/\*?\s*@((?:no)?flow)\b/,St={__proto__:null,quot:'"',amp:"&",apos:"'",lt:"<",gt:">",nbsp:" ",iexcl:"¡",cent:"¢",pound:"£",curren:"¤",yen:"¥",brvbar:"¦",sect:"§",uml:"¨",copy:"©",ordf:"ª",laquo:"«",not:"¬",shy:"­",reg:"®",macr:"¯",deg:"°",plusmn:"±",sup2:"²",sup3:"³",acute:"´",micro:"µ",para:"¶",middot:"·",cedil:"¸",sup1:"¹",ordm:"º",raquo:"»",frac14:"¼",frac12:"½",frac34:"¾",iquest:"¿",Agrave:"À",Aacute:"Á",Acirc:"Â",Atilde:"Ã",Auml:"Ä",Aring:"Å",AElig:"Æ",Ccedil:"Ç",Egrave:"È",Eacute:"É",Ecirc:"Ê",Euml:"Ë",Igrave:"Ì",Iacute:"Í",Icirc:"Î",Iuml:"Ï",ETH:"Ð",Ntilde:"Ñ",Ograve:"Ò",Oacute:"Ó",Ocirc:"Ô",Otilde:"Õ",Ouml:"Ö",times:"×",Oslash:"Ø",Ugrave:"Ù",Uacute:"Ú",Ucirc:"Û",Uuml:"Ü",Yacute:"Ý",THORN:"Þ",szlig:"ß",agrave:"à",aacute:"á",acirc:"â",atilde:"ã",auml:"ä",aring:"å",aelig:"æ",ccedil:"ç",egrave:"è",eacute:"é",ecirc:"ê",euml:"ë",igrave:"ì",iacute:"í",icirc:"î",iuml:"ï",eth:"ð",ntilde:"ñ",ograve:"ò",oacute:"ó",ocirc:"ô",otilde:"õ",ouml:"ö",divide:"÷",oslash:"ø",ugrave:"ù",uacute:"ú",ucirc:"û",uuml:"ü",yacute:"ý",thorn:"þ",yuml:"ÿ",OElig:"Œ",oelig:"œ",Scaron:"Š",scaron:"š",Yuml:"Ÿ",fnof:"ƒ",circ:"ˆ",tilde:"˜",Alpha:"Α",Beta:"Β",Gamma:"Γ",Delta:"Δ",Epsilon:"Ε",Zeta:"Ζ",Eta:"Η",Theta:"Θ",Iota:"Ι",Kappa:"Κ",Lambda:"Λ",Mu:"Μ",Nu:"Ν",Xi:"Ξ",Omicron:"Ο",Pi:"Π",Rho:"Ρ",Sigma:"Σ",Tau:"Τ",Upsilon:"Υ",Phi:"Φ",Chi:"Χ",Psi:"Ψ",Omega:"Ω",alpha:"α",beta:"β",gamma:"γ",delta:"δ",epsilon:"ε",zeta:"ζ",eta:"η",theta:"θ",iota:"ι",kappa:"κ",lambda:"λ",mu:"μ",nu:"ν",xi:"ξ",omicron:"ο",pi:"π",rho:"ρ",sigmaf:"ς",sigma:"σ",tau:"τ",upsilon:"υ",phi:"φ",chi:"χ",psi:"ψ",omega:"ω",thetasym:"ϑ",upsih:"ϒ",piv:"ϖ",ensp:" ",emsp:" ",thinsp:" ",zwnj:"‌",zwj:"‍",lrm:"‎",rlm:"‏",ndash:"–",mdash:"—",lsquo:"‘",rsquo:"’",sbquo:"‚",ldquo:"“",rdquo:"”",bdquo:"„",dagger:"†",Dagger:"‡",bull:"•",hellip:"…",permil:"‰",prime:"′",Prime:"″",lsaquo:"‹",rsaquo:"›",oline:"‾",frasl:"⁄",euro:"€",image:"ℑ",weierp:"℘",real:"ℜ",trade:"™",alefsym:"ℵ",larr:"←",uarr:"↑",rarr:"→",darr:"↓",harr:"↔",crarr:"↵",lArr:"⇐",uArr:"⇑",rArr:"⇒",dArr:"⇓",hArr:"⇔",forall:"∀",part:"∂",exist:"∃",empty:"∅",nabla:"∇",isin:"∈",notin:"∉",ni:"∋",prod:"∏",sum:"∑",minus:"−",lowast:"∗",radic:"√",prop:"∝",infin:"∞",ang:"∠",and:"∧",or:"∨",cap:"∩",cup:"∪",int:"∫",there4:"∴",sim:"∼",cong:"≅",asymp:"≈",ne:"≠",equiv:"≡",le:"≤",ge:"≥",sub:"⊂",sup:"⊃",nsub:"⊄",sube:"⊆",supe:"⊇",oplus:"⊕",otimes:"⊗",perp:"⊥",sdot:"⋅",lceil:"⌈",rceil:"⌉",lfloor:"⌊",rfloor:"⌋",lang:"〈",rang:"〉",loz:"◊",spades:"♠",clubs:"♣",hearts:"♥",diams:"♦"},wt=Y`jsx`({AttributeIsEmpty:"JSX attributes must only be assigned a non-empty expression.",MissingClosingTagElement:e=>{let{openingTagName:t}=e;return`Expected corresponding JSX closing tag for <${t}>.`},MissingClosingTagFragment:"Expected corresponding JSX closing tag for <>.",UnexpectedSequenceExpression:"Sequence expressions cannot be directly nested inside JSX. Did you mean to wrap it in parentheses (...)?",UnexpectedToken:e=>{let{unexpected:t,HTMLEntity:r}=e;return`Unexpected token \`${t}\`. Did you mean \`${r}\` or \`{'${t}'}\`?`},UnsupportedJsxValue:"JSX value should be either an expression or a quoted JSX text.",UnterminatedJsxContent:"Unterminated JSX contents.",UnwrappedAdjacentJSXElements:"Adjacent JSX elements must be wrapped in an enclosing tag. Did you want a JSX fragment <>...</>?"});function Tt(e){return!!e&&("JSXOpeningFragment"===e.type||"JSXClosingFragment"===e.type)}function Bt(e){if("JSXIdentifier"===e.type)return e.name;if("JSXNamespacedName"===e.type)return e.namespace.name+":"+e.name.name;if("JSXMemberExpression"===e.type)return Bt(e.object)+"."+Bt(e.property);throw new Error("Node had unexpected type: "+e.type)}var Pt=class extends Ne{constructor(){super(...arguments),this.types=new Set,this.enums=new Set,this.constEnums=new Set,this.classes=new Set,this.exportOnlyBindings=new Set}},kt=class extends je{constructor(){super(...arguments),this.importsStack=[]}createScope(e){return this.importsStack.push(new Set),new Pt(e)}enter(e){e==Ae&&this.importsStack.push(new Set),super.enter(e)}exit(){let e=super.exit();return e==Ae&&this.importsStack.pop(),e}hasImport(e,t){let r=this.importsStack.length;if(this.importsStack[r-1].has(e))return!0;if(!t&&r>1)for(let t=0;t<r-1;t++)if(this.importsStack[t].has(e))return!0;return!1}declareName(e,t,r){if(t&Te)return this.hasImport(e,!0)&&this.parser.raise(Q.VarRedeclaration,{at:r,identifierName:e}),void this.importsStack[this.importsStack.length-1].add(e);let i=this.currentScope();if(t&Se)return this.maybeExportDefined(i,e),void i.exportOnlyBindings.add(e);super.declareName(e,t,r),2&t&&(1&t||(this.checkRedeclarationInScope(i,e,t,r),this.maybeExportDefined(i,e)),i.types.add(e)),256&t&&i.enums.add(e),512&t&&i.constEnums.add(e),t&xe&&i.classes.add(e)}isRedeclaredInScope(e,t,r){return e.enums.has(t)?!(256&r)||!!(512&r)!==e.constEnums.has(t):r&xe&&e.classes.has(t)?!!e.lexical.has(t)&&!!(1&r):!!(2&r&&e.types.has(t))||super.isRedeclaredInScope(e,t,r)}checkLocalExport(e){let{name:t}=e;if(!this.hasImport(t)){for(let e=this.scopeStack.length-1;e>=0;e--){let r=this.scopeStack[e];if(r.types.has(t)||r.exportOnlyBindings.has(t))return}super.checkLocalExport(e)}}},Nt=e=>"ParenthesizedExpression"===e.type?Nt(e.expression):e,jt=class extends Ct{toAssignable(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];var r,i;let n;switch(("ParenthesizedExpression"===e.type||null!=(r=e.extra)&&r.parenthesized)&&(n=Nt(e),t?"Identifier"===n.type?this.expressionScope.recordArrowParameterBindingError(Q.InvalidParenthesizedAssignment,{at:e}):"MemberExpression"!==n.type&&this.raise(Q.InvalidParenthesizedAssignment,{at:e}):this.raise(Q.InvalidParenthesizedAssignment,{at:e})),e.type){case"Identifier":case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":break;case"ObjectExpression":e.type="ObjectPattern";for(let r=0,i=e.properties.length,n=i-1;r<i;r++){var s;let i=e.properties[r],u=r===n;this.toAssignableObjectExpressionProp(i,u,t),u&&"RestElement"===i.type&&null!=(s=e.extra)&&s.trailingCommaLoc&&this.raise(Q.RestTrailingComma,{at:e.extra.trailingCommaLoc})}break;case"ObjectProperty":{let{key:r,value:i}=e;this.isPrivateName(r)&&this.classScope.usePrivateName(this.getPrivateNameSV(r),r.loc.start),this.toAssignable(i,t);break}case"SpreadElement":throw new Error("Internal @babel/parser error (this is a bug, please report it). SpreadElement should be converted by .toAssignable's caller.");case"ArrayExpression":e.type="ArrayPattern",this.toAssignableList(e.elements,null==(i=e.extra)?void 0:i.trailingCommaLoc,t);break;case"AssignmentExpression":"="!==e.operator&&this.raise(Q.MissingEqInAssignment,{at:e.left.loc.end}),e.type="AssignmentPattern",delete e.operator,this.toAssignable(e.left,t);break;case"ParenthesizedExpression":this.toAssignable(n,t)}}toAssignableObjectExpressionProp(e,t,r){if("ObjectMethod"===e.type)this.raise("get"===e.kind||"set"===e.kind?Q.PatternHasAccessor:Q.PatternHasMethod,{at:e.key});else if("SpreadElement"===e.type){e.type="RestElement";let i=e.argument;this.checkToRestConversion(i,!1),this.toAssignable(i,r),t||this.raise(Q.RestTrailingComma,{at:e})}else this.toAssignable(e,r)}toAssignableList(e,t,r){let i=e.length-1;for(let n=0;n<=i;n++){let s=e[n];if(s){if("SpreadElement"===s.type){s.type="RestElement";let e=s.argument;this.checkToRestConversion(e,!0),this.toAssignable(e,r)}else this.toAssignable(s,r);"RestElement"===s.type&&(n<i?this.raise(Q.RestTrailingComma,{at:s}):t&&this.raise(Q.RestTrailingComma,{at:t}))}}}isAssignable(e,t){switch(e.type){case"Identifier":case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":return!0;case"ObjectExpression":{let t=e.properties.length-1;return e.properties.every(((e,r)=>"ObjectMethod"!==e.type&&(r===t||"SpreadElement"!==e.type)&&this.isAssignable(e)))}case"ObjectProperty":return this.isAssignable(e.value);case"SpreadElement":return this.isAssignable(e.argument);case"ArrayExpression":return e.elements.every((e=>null===e||this.isAssignable(e)));case"AssignmentExpression":return"="===e.operator;case"ParenthesizedExpression":return this.isAssignable(e.expression);case"MemberExpression":case"OptionalMemberExpression":return!t;default:return!1}}toReferencedList(e,t){return e}toReferencedListDeep(e,t){this.toReferencedList(e,t);for(let t of e)"ArrayExpression"===(null==t?void 0:t.type)&&this.toReferencedListDeep(t.elements)}parseSpread(e){let t=this.startNode();return this.next(),t.argument=this.parseMaybeAssignAllowIn(e,void 0),this.finishNode(t,"SpreadElement")}parseRestBinding(){let e=this.startNode();return this.next(),e.argument=this.parseBindingAtom(),this.finishNode(e,"RestElement")}parseBindingAtom(){switch(this.state.type){case 0:{let e=this.startNode();return this.next(),e.elements=this.parseBindingList(3,93,1),this.finishNode(e,"ArrayPattern")}case 5:return this.parseObjectLike(8,!0)}return this.parseIdentifier()}parseBindingList(e,t,r){let i=1&r,n=[],s=!0;for(;!this.eat(e);)if(s?s=!1:this.expect(12),i&&this.match(12))n.push(null);else{if(this.eat(e))break;if(this.match(21)){if(n.push(this.parseAssignableListItemTypes(this.parseRestBinding(),r)),!this.checkCommaAfterRest(t)){this.expect(e);break}}else{let e=[];for(this.match(26)&&this.hasPlugin("decorators")&&this.raise(Q.UnsupportedParameterDecorator,{at:this.state.startLoc});this.match(26);)e.push(this.parseDecorator());n.push(this.parseAssignableListItem(r,e))}}return n}parseBindingRestProperty(e){return this.next(),e.argument=this.parseIdentifier(),this.checkCommaAfterRest(125),this.finishNode(e,"RestElement")}parseBindingProperty(){let e=this.startNode(),{type:t,startLoc:r}=this.state;return 21===t?this.parseBindingRestProperty(e):(136===t?(this.expectPlugin("destructuringPrivate",r),this.classScope.usePrivateName(this.state.value,r),e.key=this.parsePrivateName()):this.parsePropertyName(e),e.method=!1,this.parseObjPropValue(e,r,!1,!1,!0,!1))}parseAssignableListItem(e,t){let r=this.parseMaybeDefault();this.parseAssignableListItemTypes(r,e);let i=this.parseMaybeDefault(r.loc.start,r);return t.length&&(r.decorators=t),i}parseAssignableListItemTypes(e,t){return e}parseMaybeDefault(e,t){var r;if(null!=e||(e=this.state.startLoc),t=null!=(r=t)?r:this.parseBindingAtom(),!this.eat(29))return t;let i=this.startNodeAt(e);return i.left=t,i.right=this.parseMaybeAssignAllowIn(),this.finishNode(i,"AssignmentPattern")}isValidLVal(e,t,r){return((e,t)=>Object.hasOwnProperty.call(e,t)&&e[t])({AssignmentPattern:"left",RestElement:"argument",ObjectProperty:"value",ParenthesizedExpression:"expression",ArrayPattern:"elements",ObjectPattern:"properties"},e)}checkLVal(e,t){let{in:r,binding:i=ke,checkClashes:n=!1,strictModeChanged:s=!1,hasParenthesizedAncestor:u=!1}=t;var a;let o=e.type;if(this.isObjectMethod(e))return;if("MemberExpression"===o)return void(i!==ke&&this.raise(Q.InvalidPropertyBindingPattern,{at:e}));if("Identifier"===o){this.checkIdentifier(e,i,s);let{name:t}=e;return void(n&&(n.has(t)?this.raise(Q.ParamDupe,{at:e}):n.add(t)))}let l=this.isValidLVal(o,!(u||null!=(a=e.extra)&&a.parenthesized)&&"AssignmentExpression"===r.type,i);if(!0===l)return;if(!1===l)return void this.raise(i===ke?Q.InvalidLhs:Q.InvalidLhsBinding,{at:e,ancestor:r});let[c,h]=Array.isArray(l)?l:[l,"ParenthesizedExpression"===o],p="ArrayPattern"===o||"ObjectPattern"===o||"ParenthesizedExpression"===o?{type:o}:r;for(let t of[].concat(e[c]))t&&this.checkLVal(t,{in:p,binding:i,checkClashes:n,strictModeChanged:s,hasParenthesizedAncestor:h})}checkIdentifier(e,t){this.state.strict&&(arguments.length>2&&void 0!==arguments[2]&&arguments[2]?Ce(e.name,this.inModule):ge(e.name))&&(t===ke?this.raise(Q.StrictEvalArguments,{at:e,referenceName:e.name}):this.raise(Q.StrictEvalArgumentsBinding,{at:e,bindingName:e.name})),t&Be&&"let"===e.name&&this.raise(Q.LetInLexicalBinding,{at:e}),t&ke||this.declareNameFromIdentifier(e,t)}declareNameFromIdentifier(e,t){this.scope.declareName(e.name,t,e.loc.start)}checkToRestConversion(e,t){switch(e.type){case"ParenthesizedExpression":this.checkToRestConversion(e.expression,t);break;case"Identifier":case"MemberExpression":break;case"ArrayExpression":case"ObjectExpression":if(t)break;default:this.raise(Q.InvalidRestAssignmentPattern,{at:e})}}checkCommaAfterRest(e){return!!this.match(12)&&(this.raise(this.lookaheadCharCode()===e?Q.RestTrailingComma:Q.ElementAfterRest,{at:this.state.startLoc}),!0)}};function It(e){if(!e)throw new Error("Assert fail")}var Ot=Y`typescript`({AbstractMethodHasImplementation:e=>{let{methodName:t}=e;return`Method '${t}' cannot have an implementation because it is marked abstract.`},AbstractPropertyHasInitializer:e=>{let{propertyName:t}=e;return`Property '${t}' cannot have an initializer because it is marked abstract.`},AccesorCannotDeclareThisParameter:"'get' and 'set' accessors cannot declare 'this' parameters.",AccesorCannotHaveTypeParameters:"An accessor cannot have type parameters.",AccessorCannotBeOptional:"An 'accessor' property cannot be declared optional.",ClassMethodHasDeclare:"Class methods cannot have the 'declare' modifier.",ClassMethodHasReadonly:"Class methods cannot have the 'readonly' modifier.",ConstInitiailizerMustBeStringOrNumericLiteralOrLiteralEnumReference:"A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference.",ConstructorHasTypeParameters:"Type parameters cannot appear on a constructor declaration.",DeclareAccessor:e=>{let{kind:t}=e;return`'declare' is not allowed in ${t}ters.`},DeclareClassFieldHasInitializer:"Initializers are not allowed in ambient contexts.",DeclareFunctionHasImplementation:"An implementation cannot be declared in ambient contexts.",DuplicateAccessibilityModifier:()=>"Accessibility modifier already seen.",DuplicateModifier:e=>{let{modifier:t}=e;return`Duplicate modifier: '${t}'.`},EmptyHeritageClauseType:e=>{let{token:t}=e;return`'${t}' list cannot be empty.`},EmptyTypeArguments:"Type argument list cannot be empty.",EmptyTypeParameters:"Type parameter list cannot be empty.",ExpectedAmbientAfterExportDeclare:"'export declare' must be followed by an ambient declaration.",ImportAliasHasImportType:"An import alias can not use 'import type'.",ImportReflectionHasImportType:"An `import module` declaration can not use `type` modifier",IncompatibleModifiers:e=>{let{modifiers:t}=e;return`'${t[0]}' modifier cannot be used with '${t[1]}' modifier.`},IndexSignatureHasAbstract:"Index signatures cannot have the 'abstract' modifier.",IndexSignatureHasAccessibility:e=>{let{modifier:t}=e;return`Index signatures cannot have an accessibility modifier ('${t}').`},IndexSignatureHasDeclare:"Index signatures cannot have the 'declare' modifier.",IndexSignatureHasOverride:"'override' modifier cannot appear on an index signature.",IndexSignatureHasStatic:"Index signatures cannot have the 'static' modifier.",InitializerNotAllowedInAmbientContext:"Initializers are not allowed in ambient contexts.",InvalidModifierOnTypeMember:e=>{let{modifier:t}=e;return`'${t}' modifier cannot appear on a type member.`},InvalidModifierOnTypeParameter:e=>{let{modifier:t}=e;return`'${t}' modifier cannot appear on a type parameter.`},InvalidModifierOnTypeParameterPositions:e=>{let{modifier:t}=e;return`'${t}' modifier can only appear on a type parameter of a class, interface or type alias.`},InvalidModifiersOrder:e=>{let{orderedModifiers:t}=e;return`'${t[0]}' modifier must precede '${t[1]}' modifier.`},InvalidPropertyAccessAfterInstantiationExpression:"Invalid property access after an instantiation expression. You can either wrap the instantiation expression in parentheses, or delete the type arguments.",InvalidTupleMemberLabel:"Tuple members must be labeled with a simple identifier.",MissingInterfaceName:"'interface' declarations must be followed by an identifier.",MixedLabeledAndUnlabeledElements:"Tuple members must all have names or all not have names.",NonAbstractClassHasAbstractMethod:"Abstract methods can only appear within an abstract class.",NonClassMethodPropertyHasAbstractModifer:"'abstract' modifier can only appear on a class, method, or property declaration.",OptionalTypeBeforeRequired:"A required element cannot follow an optional element.",OverrideNotInSubClass:"This member cannot have an 'override' modifier because its containing class does not extend another class.",PatternIsOptional:"A binding pattern parameter cannot be optional in an implementation signature.",PrivateElementHasAbstract:"Private elements cannot have the 'abstract' modifier.",PrivateElementHasAccessibility:e=>{let{modifier:t}=e;return`Private elements cannot have an accessibility modifier ('${t}').`},ReadonlyForMethodSignature:"'readonly' modifier can only appear on a property declaration or index signature.",ReservedArrowTypeParam:"This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma, as in `<T,>() => ...`.",ReservedTypeAssertion:"This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.",SetAccesorCannotHaveOptionalParameter:"A 'set' accessor cannot have an optional parameter.",SetAccesorCannotHaveRestParameter:"A 'set' accessor cannot have rest parameter.",SetAccesorCannotHaveReturnType:"A 'set' accessor cannot have a return type annotation.",SingleTypeParameterWithoutTrailingComma:e=>{let{typeParameterName:t}=e;return`Single type parameter ${t} should have a trailing comma. Example usage: <${t},>.`},StaticBlockCannotHaveModifier:"Static class blocks cannot have any modifier.",TupleOptionalAfterType:"A labeled tuple optional element must be declared using a question mark after the name and before the colon (`name?: type`), rather than after the type (`name: type?`).",TypeAnnotationAfterAssign:"Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`.",TypeImportCannotSpecifyDefaultAndNamed:"A type-only import can specify a default import or named bindings, but not both.",TypeModifierIsUsedInTypeExports:"The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement.",TypeModifierIsUsedInTypeImports:"The 'type' modifier cannot be used on a named import when 'import type' is used on its import statement.",UnexpectedParameterModifier:"A parameter property is only allowed in a constructor implementation.",UnexpectedReadonly:"'readonly' type modifier is only permitted on array and tuple literal types.",UnexpectedTypeAnnotation:"Did not expect a type annotation here.",UnexpectedTypeCastInParameter:"Unexpected type cast in parameter position.",UnsupportedImportTypeArgument:"Argument in a type import must be a string literal.",UnsupportedParameterPropertyKind:"A parameter property may not be declared using a binding pattern.",UnsupportedSignatureParameterKind:e=>{let{type:t}=e;return`Name in a signature must be an Identifier, ObjectPattern or ArrayPattern, instead got ${t}.`}});function Lt(e){return"private"===e||"public"===e||"protected"===e}function Mt(e){return"in"===e||"out"===e}function _t(e){if("MemberExpression"!==e.type)return!1;let{computed:t,property:r}=e;return(!t||"StringLiteral"===r.type||!("TemplateLiteral"!==r.type||r.expressions.length>0))&&qt(e.object)}function $t(e,t){var r;let{type:i}=e;if(null!=(r=e.extra)&&r.parenthesized)return!1;if(t){if("Literal"===i){let{value:t}=e;if("string"==typeof t||"boolean"==typeof t)return!0}}else if("StringLiteral"===i||"BooleanLiteral"===i)return!0;return!!(Rt(e,t)||function(e,t){if("UnaryExpression"===e.type){let{operator:r,argument:i}=e;if("-"===r&&Rt(i,t))return!0}return!1}(e,t)||"TemplateLiteral"===i&&0===e.expressions.length||_t(e))}function Rt(e,t){return t?"Literal"===e.type&&("number"==typeof e.value||"bigint"in e):"NumericLiteral"===e.type||"BigIntLiteral"===e.type}function qt(e){return"Identifier"===e.type||"MemberExpression"===e.type&&!e.computed&&qt(e.object)}var Ut=Y`placeholders`({ClassNameIsRequired:"A class name is required.",UnexpectedSpace:"Unexpected space in placeholder."});function Vt(e,t){let[r,i]="string"==typeof t?[t,{}]:t,n=Object.keys(i),s=0===n.length;return e.some((e=>{if("string"==typeof e)return s&&e===r;{let[t,s]=e;if(t!==r)return!1;for(let e of n)if(s[e]!==i[e])return!1;return!0}}))}function Ht(e,t,r){let i=e.find((e=>Array.isArray(e)?e[0]===t:e===t));return i&&Array.isArray(i)&&i.length>1?i[1][r]:null}var Jt=["minimal","fsharp","hack","smart"],zt=["^^","@@","^","%","#"],Gt=["hash","bar"];var Wt={estree:e=>class extends e{parse(){let e=te(super.parse());return this.options.tokens&&(e.tokens=e.tokens.map(te)),e}parseRegExpLiteral(e){let{pattern:t,flags:r}=e,i=null;try{i=new RegExp(t,r)}catch{}let n=this.estreeParseLiteral(i);return n.regex={pattern:t,flags:r},n}parseBigIntLiteral(e){let t;try{t=BigInt(e)}catch{t=null}let r=this.estreeParseLiteral(t);return r.bigint=String(r.value||e),r}parseDecimalLiteral(e){let t=this.estreeParseLiteral(null);return t.decimal=String(t.value||e),t}estreeParseLiteral(e){return this.parseLiteral(e,"Literal")}parseStringLiteral(e){return this.estreeParseLiteral(e)}parseNumericLiteral(e){return this.estreeParseLiteral(e)}parseNullLiteral(){return this.estreeParseLiteral(null)}parseBooleanLiteral(e){return this.estreeParseLiteral(e)}directiveToStmt(e){let t=e.value;delete e.value,t.type="Literal",t.raw=t.extra.raw,t.value=t.extra.expressionValue;let r=e;return r.type="ExpressionStatement",r.expression=t,r.directive=t.extra.rawValue,delete t.extra,r}initFunction(e,t){super.initFunction(e,t),e.expression=!1}checkDeclaration(e){null!=e&&this.isObjectProperty(e)?this.checkDeclaration(e.value):super.checkDeclaration(e)}getObjectOrClassMethodParams(e){return e.value.params}isValidDirective(e){var t;return"ExpressionStatement"===e.type&&"Literal"===e.expression.type&&"string"==typeof e.expression.value&&!(null!=(t=e.expression.extra)&&t.parenthesized)}parseBlockBody(e,t,r,i,n){super.parseBlockBody(e,t,r,i,n);let s=e.directives.map((e=>this.directiveToStmt(e)));e.body=s.concat(e.body),delete e.directives}pushClassMethod(e,t,r,i,n,s){this.parseMethod(t,r,i,n,s,"ClassMethod",!0),t.typeParameters&&(t.value.typeParameters=t.typeParameters,delete t.typeParameters),e.body.push(t)}parsePrivateName(){let e=super.parsePrivateName();return this.getPluginOption("estree","classFeatures")?this.convertPrivateNameToPrivateIdentifier(e):e}convertPrivateNameToPrivateIdentifier(e){let t=super.getPrivateNameSV(e);return delete e.id,e.name=t,e.type="PrivateIdentifier",e}isPrivateName(e){return this.getPluginOption("estree","classFeatures")?"PrivateIdentifier"===e.type:super.isPrivateName(e)}getPrivateNameSV(e){return this.getPluginOption("estree","classFeatures")?e.name:super.getPrivateNameSV(e)}parseLiteral(e,t){let r=super.parseLiteral(e,t);return r.raw=r.extra.raw,delete r.extra,r}parseFunctionBody(e,t){super.parseFunctionBody(e,t,arguments.length>2&&void 0!==arguments[2]&&arguments[2]),e.expression="BlockStatement"!==e.body.type}parseMethod(e,t,r,i,n,s){let u=arguments.length>6&&void 0!==arguments[6]&&arguments[6],a=this.startNode();return a.kind=e.kind,a=super.parseMethod(a,t,r,i,n,s,u),a.type="FunctionExpression",delete a.kind,e.value=a,"ClassPrivateMethod"===s&&(e.computed=!1),this.finishNode(e,"MethodDefinition")}parseClassProperty(){let e=super.parseClassProperty(...arguments);return this.getPluginOption("estree","classFeatures")&&(e.type="PropertyDefinition"),e}parseClassPrivateProperty(){let e=super.parseClassPrivateProperty(...arguments);return this.getPluginOption("estree","classFeatures")&&(e.type="PropertyDefinition",e.computed=!1),e}parseObjectMethod(e,t,r,i,n){let s=super.parseObjectMethod(e,t,r,i,n);return s&&(s.type="Property","method"===s.kind&&(s.kind="init"),s.shorthand=!1),s}parseObjectProperty(e,t,r,i){let n=super.parseObjectProperty(e,t,r,i);return n&&(n.kind="init",n.type="Property"),n}isValidLVal(e,t,r){return"Property"===e?"value":super.isValidLVal(e,t,r)}isAssignable(e,t){return null!=e&&this.isObjectProperty(e)?this.isAssignable(e.value,t):super.isAssignable(e,t)}toAssignable(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(null!=e&&this.isObjectProperty(e)){let{key:r,value:i}=e;this.isPrivateName(r)&&this.classScope.usePrivateName(this.getPrivateNameSV(r),r.loc.start),this.toAssignable(i,t)}else super.toAssignable(e,t)}toAssignableObjectExpressionProp(e,t,r){"get"===e.kind||"set"===e.kind?this.raise(Q.PatternHasAccessor,{at:e.key}):e.method?this.raise(Q.PatternHasMethod,{at:e.key}):super.toAssignableObjectExpressionProp(e,t,r)}finishCallExpression(e,t){let r=super.finishCallExpression(e,t);var i;return"Import"===r.callee.type&&(r.type="ImportExpression",r.source=r.arguments[0],this.hasPlugin("importAssertions")&&(r.attributes=null!=(i=r.arguments[1])?i:null),delete r.arguments,delete r.callee),r}toReferencedArguments(e){"ImportExpression"!==e.type&&super.toReferencedArguments(e)}parseExport(e,t){let r=this.state.lastTokStartLoc,i=super.parseExport(e,t);switch(i.type){case"ExportAllDeclaration":i.exported=null;break;case"ExportNamedDeclaration":1===i.specifiers.length&&"ExportNamespaceSpecifier"===i.specifiers[0].type&&(i.type="ExportAllDeclaration",i.exported=i.specifiers[0].exported,delete i.specifiers);case"ExportDefaultDeclaration":{var n;let{declaration:e}=i;"ClassDeclaration"===(null==e?void 0:e.type)&&(null==(n=e.decorators)?void 0:n.length)>0&&e.start===i.start&&this.resetStartLocation(i,r)}}return i}parseSubscript(e,t,r,i){let n=super.parseSubscript(e,t,r,i);if(i.optionalChainMember){if(("OptionalMemberExpression"===n.type||"OptionalCallExpression"===n.type)&&(n.type=n.type.substring(8)),i.stop){let e=this.startNodeAtNode(n);return e.expression=n,this.finishNode(e,"ChainExpression")}}else("MemberExpression"===n.type||"CallExpression"===n.type)&&(n.optional=!1);return n}hasPropertyAsPrivateName(e){return"ChainExpression"===e.type&&(e=e.expression),super.hasPropertyAsPrivateName(e)}isObjectProperty(e){return"Property"===e.type&&"init"===e.kind&&!e.method}isObjectMethod(e){return e.method||"get"===e.kind||"set"===e.kind}finishNodeAt(e,t,r){return te(super.finishNodeAt(e,t,r))}resetStartLocation(e,t){super.resetStartLocation(e,t),te(e)}resetEndLocation(e){super.resetEndLocation(e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.state.lastTokEndLoc),te(e)}},jsx:e=>class extends e{jsxReadToken(){let e="",t=this.state.pos;for(;;){if(this.state.pos>=this.length)throw this.raise(wt.UnterminatedJsxContent,{at:this.state.startLoc});let r=this.input.charCodeAt(this.state.pos);switch(r){case 60:case 123:return this.state.pos===this.state.start?void(60===r&&this.state.canStartJSXElement?(++this.state.pos,this.finishToken(140)):super.getTokenFromCode(r)):(e+=this.input.slice(t,this.state.pos),void this.finishToken(139,e));case 38:e+=this.input.slice(t,this.state.pos),e+=this.jsxReadEntity(),t=this.state.pos;break;default:Ve(r)?(e+=this.input.slice(t,this.state.pos),e+=this.jsxReadNewLine(!0),t=this.state.pos):++this.state.pos}}}jsxReadNewLine(e){let t,r=this.input.charCodeAt(this.state.pos);return++this.state.pos,13===r&&10===this.input.charCodeAt(this.state.pos)?(++this.state.pos,t=e?"\n":"\r\n"):t=String.fromCharCode(r),++this.state.curLine,this.state.lineStart=this.state.pos,t}jsxReadString(e){let t="",r=++this.state.pos;for(;;){if(this.state.pos>=this.length)throw this.raise(Q.UnterminatedString,{at:this.state.startLoc});let i=this.input.charCodeAt(this.state.pos);if(i===e)break;38===i?(t+=this.input.slice(r,this.state.pos),t+=this.jsxReadEntity(),r=this.state.pos):Ve(i)?(t+=this.input.slice(r,this.state.pos),t+=this.jsxReadNewLine(!1),r=this.state.pos):++this.state.pos}t+=this.input.slice(r,this.state.pos++),this.finishToken(131,t)}jsxReadEntity(){let e=++this.state.pos;if(35===this.codePointAtPos(this.state.pos)){++this.state.pos;let e=10;120===this.codePointAtPos(this.state.pos)&&(e=16,++this.state.pos);let t=this.readInt(e,void 0,!1,"bail");if(null!==t&&59===this.codePointAtPos(this.state.pos))return++this.state.pos,String.fromCodePoint(t)}else{let t=0,r=!1;for(;t++<10&&this.state.pos<this.length&&!(r=59==this.codePointAtPos(this.state.pos));)++this.state.pos;if(r){let t=this.input.slice(e,this.state.pos),r=St[t];if(++this.state.pos,r)return r}}return this.state.pos=e,"&"}jsxReadWord(){let e,t=this.state.pos;do{e=this.input.charCodeAt(++this.state.pos)}while(ce(e)||45===e);this.finishToken(138,this.input.slice(t,this.state.pos))}jsxParseIdentifier(){let e=this.startNode();return this.match(138)?e.name=this.state.value:B(this.state.type)?e.name=k(this.state.type):this.unexpected(),this.next(),this.finishNode(e,"JSXIdentifier")}jsxParseNamespacedName(){let e=this.state.startLoc,t=this.jsxParseIdentifier();if(!this.eat(14))return t;let r=this.startNodeAt(e);return r.namespace=t,r.name=this.jsxParseIdentifier(),this.finishNode(r,"JSXNamespacedName")}jsxParseElementName(){let e=this.state.startLoc,t=this.jsxParseNamespacedName();if("JSXNamespacedName"===t.type)return t;for(;this.eat(16);){let r=this.startNodeAt(e);r.object=t,r.property=this.jsxParseIdentifier(),t=this.finishNode(r,"JSXMemberExpression")}return t}jsxParseAttributeValue(){let e;switch(this.state.type){case 5:return e=this.startNode(),this.setContext(i.brace),this.next(),e=this.jsxParseExpressionContainer(e,i.j_oTag),"JSXEmptyExpression"===e.expression.type&&this.raise(wt.AttributeIsEmpty,{at:e}),e;case 140:case 131:return this.parseExprAtom();default:throw this.raise(wt.UnsupportedJsxValue,{at:this.state.startLoc})}}jsxParseEmptyExpression(){let e=this.startNodeAt(this.state.lastTokEndLoc);return this.finishNodeAt(e,"JSXEmptyExpression",this.state.startLoc)}jsxParseSpreadChild(e){return this.next(),e.expression=this.parseExpression(),this.setContext(i.j_expr),this.state.canStartJSXElement=!0,this.expect(8),this.finishNode(e,"JSXSpreadChild")}jsxParseExpressionContainer(e,t){if(this.match(8))e.expression=this.jsxParseEmptyExpression();else{let t=this.parseExpression();e.expression=t}return this.setContext(t),this.state.canStartJSXElement=!0,this.expect(8),this.finishNode(e,"JSXExpressionContainer")}jsxParseAttribute(){let e=this.startNode();return this.match(5)?(this.setContext(i.brace),this.next(),this.expect(21),e.argument=this.parseMaybeAssignAllowIn(),this.setContext(i.j_oTag),this.state.canStartJSXElement=!0,this.expect(8),this.finishNode(e,"JSXSpreadAttribute")):(e.name=this.jsxParseNamespacedName(),e.value=this.eat(29)?this.jsxParseAttributeValue():null,this.finishNode(e,"JSXAttribute"))}jsxParseOpeningElementAt(e){let t=this.startNodeAt(e);return this.eat(141)?this.finishNode(t,"JSXOpeningFragment"):(t.name=this.jsxParseElementName(),this.jsxParseOpeningElementAfterName(t))}jsxParseOpeningElementAfterName(e){let t=[];for(;!this.match(56)&&!this.match(141);)t.push(this.jsxParseAttribute());return e.attributes=t,e.selfClosing=this.eat(56),this.expect(141),this.finishNode(e,"JSXOpeningElement")}jsxParseClosingElementAt(e){let t=this.startNodeAt(e);return this.eat(141)?this.finishNode(t,"JSXClosingFragment"):(t.name=this.jsxParseElementName(),this.expect(141),this.finishNode(t,"JSXClosingElement"))}jsxParseElementAt(e){let t=this.startNodeAt(e),r=[],n=this.jsxParseOpeningElementAt(e),s=null;if(!n.selfClosing){e:for(;;)switch(this.state.type){case 140:if(e=this.state.startLoc,this.next(),this.eat(56)){s=this.jsxParseClosingElementAt(e);break e}r.push(this.jsxParseElementAt(e));break;case 139:r.push(this.parseExprAtom());break;case 5:{let e=this.startNode();this.setContext(i.brace),this.next(),this.match(21)?r.push(this.jsxParseSpreadChild(e)):r.push(this.jsxParseExpressionContainer(e,i.j_expr));break}default:this.unexpected()}Tt(n)&&!Tt(s)&&null!==s?this.raise(wt.MissingClosingTagFragment,{at:s}):(!Tt(n)&&Tt(s)||!Tt(n)&&!Tt(s)&&Bt(s.name)!==Bt(n.name))&&this.raise(wt.MissingClosingTagElement,{at:s,openingTagName:Bt(n.name)})}if(Tt(n)?(t.openingFragment=n,t.closingFragment=s):(t.openingElement=n,t.closingElement=s),t.children=r,this.match(47))throw this.raise(wt.UnwrappedAdjacentJSXElements,{at:this.state.startLoc});return Tt(n)?this.finishNode(t,"JSXFragment"):this.finishNode(t,"JSXElement")}jsxParseElement(){let e=this.state.startLoc;return this.next(),this.jsxParseElementAt(e)}setContext(e){let{context:t}=this.state;t[t.length-1]=e}parseExprAtom(e){return this.match(139)?this.parseLiteral(this.state.value,"JSXText"):this.match(140)?this.jsxParseElement():this.match(47)&&33!==this.input.charCodeAt(this.state.pos)?(this.replaceToken(140),this.jsxParseElement()):super.parseExprAtom(e)}skipSpace(){this.curContext().preserveSpace||super.skipSpace()}getTokenFromCode(e){let t=this.curContext();if(t!==i.j_expr){if(t===i.j_oTag||t===i.j_cTag){if(le(e))return void this.jsxReadWord();if(62===e)return++this.state.pos,void this.finishToken(141);if((34===e||39===e)&&t===i.j_oTag)return void this.jsxReadString(e)}if(60===e&&this.state.canStartJSXElement&&33!==this.input.charCodeAt(this.state.pos+1))return++this.state.pos,void this.finishToken(140);super.getTokenFromCode(e)}else this.jsxReadToken()}updateContext(e){let{context:t,type:r}=this.state;if(56===r&&140===e)t.splice(-2,2,i.j_cTag),this.state.canStartJSXElement=!1;else if(140===r)t.push(i.j_oTag);else if(141===r){let r=t[t.length-1];r===i.j_oTag&&56===e||r===i.j_cTag?(t.pop(),this.state.canStartJSXElement=t[t.length-1]===i.j_expr):(this.setContext(i.j_expr),this.state.canStartJSXElement=!0)}else this.state.canStartJSXElement=function(e){return g[e]}(r)}},flow:e=>class extends e{constructor(){super(...arguments),this.flowPragma=void 0}getScopeHandler(){return Oe}shouldParseTypes(){return this.getPluginOption("flow","all")||"flow"===this.flowPragma}shouldParseEnums(){return!!this.getPluginOption("flow","enums")}finishToken(e,t){131!==e&&13!==e&&28!==e&&void 0===this.flowPragma&&(this.flowPragma=null),super.finishToken(e,t)}addComment(e){if(void 0===this.flowPragma){let t=xt.exec(e.value);if(t)if("flow"===t[1])this.flowPragma="flow";else{if("noflow"!==t[1])throw new Error("Unexpected flow pragma");this.flowPragma="noflow"}}super.addComment(e)}flowParseTypeInitialiser(e){let t=this.state.inType;this.state.inType=!0,this.expect(e||14);let r=this.flowParseType();return this.state.inType=t,r}flowParsePredicate(){let e=this.startNode(),t=this.state.startLoc;return this.next(),this.expectContextual(108),this.state.lastTokStart>t.index+1&&this.raise(Ft.UnexpectedSpaceBetweenModuloChecks,{at:t}),this.eat(10)?(e.value=super.parseExpression(),this.expect(11),this.finishNode(e,"DeclaredPredicate")):this.finishNode(e,"InferredPredicate")}flowParseTypeAndPredicateInitialiser(){let e=this.state.inType;this.state.inType=!0,this.expect(14);let t=null,r=null;return this.match(54)?(this.state.inType=e,r=this.flowParsePredicate()):(t=this.flowParseType(),this.state.inType=e,this.match(54)&&(r=this.flowParsePredicate())),[t,r]}flowParseDeclareClass(e){return this.next(),this.flowParseInterfaceish(e,!0),this.finishNode(e,"DeclareClass")}flowParseDeclareFunction(e){this.next();let t=e.id=this.parseIdentifier(),r=this.startNode(),i=this.startNode();r.typeParameters=this.match(47)?this.flowParseTypeParameterDeclaration():null,this.expect(10);let n=this.flowParseFunctionTypeParams();return r.params=n.params,r.rest=n.rest,r.this=n._this,this.expect(11),[r.returnType,e.predicate]=this.flowParseTypeAndPredicateInitialiser(),i.typeAnnotation=this.finishNode(r,"FunctionTypeAnnotation"),t.typeAnnotation=this.finishNode(i,"TypeAnnotation"),this.resetEndLocation(t),this.semicolon(),this.scope.declareName(e.id.name,2048,e.id.loc.start),this.finishNode(e,"DeclareFunction")}flowParseDeclare(e,t){return this.match(80)?this.flowParseDeclareClass(e):this.match(68)?this.flowParseDeclareFunction(e):this.match(74)?this.flowParseDeclareVariable(e):this.eatContextual(125)?this.match(16)?this.flowParseDeclareModuleExports(e):(t&&this.raise(Ft.NestedDeclareModule,{at:this.state.lastTokStartLoc}),this.flowParseDeclareModule(e)):this.isContextual(128)?this.flowParseDeclareTypeAlias(e):this.isContextual(129)?this.flowParseDeclareOpaqueType(e):this.isContextual(127)?this.flowParseDeclareInterface(e):this.match(82)?this.flowParseDeclareExportDeclaration(e,t):void this.unexpected()}flowParseDeclareVariable(e){return this.next(),e.id=this.flowParseTypeAnnotatableIdentifier(!0),this.scope.declareName(e.id.name,5,e.id.loc.start),this.semicolon(),this.finishNode(e,"DeclareVariable")}flowParseDeclareModule(e){this.scope.enter(0),e.id=this.match(131)?super.parseExprAtom():this.parseIdentifier();let t=e.body=this.startNode(),r=t.body=[];for(this.expect(5);!this.match(8);){let e=this.startNode();this.match(83)?(this.next(),!this.isContextual(128)&&!this.match(87)&&this.raise(Ft.InvalidNonTypeImportInDeclareModule,{at:this.state.lastTokStartLoc}),super.parseImport(e)):(this.expectContextual(123,Ft.UnsupportedStatementInDeclareModule),e=this.flowParseDeclare(e,!0)),r.push(e)}this.scope.exit(),this.expect(8),this.finishNode(t,"BlockStatement");let i=null,n=!1;return r.forEach((e=>{!function(e){return"DeclareExportAllDeclaration"===e.type||"DeclareExportDeclaration"===e.type&&(!e.declaration||"TypeAlias"!==e.declaration.type&&"InterfaceDeclaration"!==e.declaration.type)}(e)?"DeclareModuleExports"===e.type&&(n&&this.raise(Ft.DuplicateDeclareModuleExports,{at:e}),"ES"===i&&this.raise(Ft.AmbiguousDeclareModuleKind,{at:e}),i="CommonJS",n=!0):("CommonJS"===i&&this.raise(Ft.AmbiguousDeclareModuleKind,{at:e}),i="ES")})),e.kind=i||"CommonJS",this.finishNode(e,"DeclareModule")}flowParseDeclareExportDeclaration(e,t){if(this.expect(82),this.eat(65))return this.match(68)||this.match(80)?e.declaration=this.flowParseDeclare(this.startNode()):(e.declaration=this.flowParseType(),this.semicolon()),e.default=!0,this.finishNode(e,"DeclareExportDeclaration");if(this.match(75)||this.isLet()||(this.isContextual(128)||this.isContextual(127))&&!t){let e=this.state.value;throw this.raise(Ft.UnsupportedDeclareExportKind,{at:this.state.startLoc,unsupportedExportKind:e,suggestion:vt[e]})}return this.match(74)||this.match(68)||this.match(80)||this.isContextual(129)?(e.declaration=this.flowParseDeclare(this.startNode()),e.default=!1,this.finishNode(e,"DeclareExportDeclaration")):this.match(55)||this.match(5)||this.isContextual(127)||this.isContextual(128)||this.isContextual(129)?("ExportNamedDeclaration"===(e=this.parseExport(e,null)).type&&(e.type="ExportDeclaration",e.default=!1,delete e.exportKind),e.type="Declare"+e.type,e):void this.unexpected()}flowParseDeclareModuleExports(e){return this.next(),this.expectContextual(109),e.typeAnnotation=this.flowParseTypeAnnotation(),this.semicolon(),this.finishNode(e,"DeclareModuleExports")}flowParseDeclareTypeAlias(e){this.next();let t=this.flowParseTypeAlias(e);return t.type="DeclareTypeAlias",t}flowParseDeclareOpaqueType(e){this.next();let t=this.flowParseOpaqueType(e,!0);return t.type="DeclareOpaqueType",t}flowParseDeclareInterface(e){return this.next(),this.flowParseInterfaceish(e,!1),this.finishNode(e,"DeclareInterface")}flowParseInterfaceish(e,t){if(e.id=this.flowParseRestrictedIdentifier(!t,!0),this.scope.declareName(e.id.name,t?17:Pe,e.id.loc.start),e.typeParameters=this.match(47)?this.flowParseTypeParameterDeclaration():null,e.extends=[],e.implements=[],e.mixins=[],this.eat(81))do{e.extends.push(this.flowParseInterfaceExtends())}while(!t&&this.eat(12));if(t){if(this.eatContextual(115))do{e.mixins.push(this.flowParseInterfaceExtends())}while(this.eat(12));if(this.eatContextual(111))do{e.implements.push(this.flowParseInterfaceExtends())}while(this.eat(12))}e.body=this.flowParseObjectType({allowStatic:t,allowExact:!1,allowSpread:!1,allowProto:t,allowInexact:!1})}flowParseInterfaceExtends(){let e=this.startNode();return e.id=this.flowParseQualifiedTypeIdentifier(),e.typeParameters=this.match(47)?this.flowParseTypeParameterInstantiation():null,this.finishNode(e,"InterfaceExtends")}flowParseInterface(e){return this.flowParseInterfaceish(e,!1),this.finishNode(e,"InterfaceDeclaration")}checkNotUnderscore(e){"_"===e&&this.raise(Ft.UnexpectedReservedUnderscore,{at:this.state.startLoc})}checkReservedType(e,t,r){yt.has(e)&&this.raise(r?Ft.AssignReservedType:Ft.UnexpectedReservedType,{at:t,reservedType:e})}flowParseRestrictedIdentifier(e,t){return this.checkReservedType(this.state.value,this.state.startLoc,t),this.parseIdentifier(e)}flowParseTypeAlias(e){return e.id=this.flowParseRestrictedIdentifier(!1,!0),this.scope.declareName(e.id.name,Pe,e.id.loc.start),e.typeParameters=this.match(47)?this.flowParseTypeParameterDeclaration():null,e.right=this.flowParseTypeInitialiser(29),this.semicolon(),this.finishNode(e,"TypeAlias")}flowParseOpaqueType(e,t){return this.expectContextual(128),e.id=this.flowParseRestrictedIdentifier(!0,!0),this.scope.declareName(e.id.name,Pe,e.id.loc.start),e.typeParameters=this.match(47)?this.flowParseTypeParameterDeclaration():null,e.supertype=null,this.match(14)&&(e.supertype=this.flowParseTypeInitialiser(14)),e.impltype=null,t||(e.impltype=this.flowParseTypeInitialiser(29)),this.semicolon(),this.finishNode(e,"OpaqueType")}flowParseTypeParameter(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=this.state.startLoc,r=this.startNode(),i=this.flowParseVariance(),n=this.flowParseTypeAnnotatableIdentifier();return r.name=n.name,r.variance=i,r.bound=n.typeAnnotation,this.match(29)?(this.eat(29),r.default=this.flowParseType()):e&&this.raise(Ft.MissingTypeParamDefault,{at:t}),this.finishNode(r,"TypeParameter")}flowParseTypeParameterDeclaration(){let e=this.state.inType,t=this.startNode();t.params=[],this.state.inType=!0,this.match(47)||this.match(140)?this.next():this.unexpected();let r=!1;do{let e=this.flowParseTypeParameter(r);t.params.push(e),e.default&&(r=!0),this.match(48)||this.expect(12)}while(!this.match(48));return this.expect(48),this.state.inType=e,this.finishNode(t,"TypeParameterDeclaration")}flowParseTypeParameterInstantiation(){let e=this.startNode(),t=this.state.inType;e.params=[],this.state.inType=!0,this.expect(47);let r=this.state.noAnonFunctionType;for(this.state.noAnonFunctionType=!1;!this.match(48);)e.params.push(this.flowParseType()),this.match(48)||this.expect(12);return this.state.noAnonFunctionType=r,this.expect(48),this.state.inType=t,this.finishNode(e,"TypeParameterInstantiation")}flowParseTypeParameterInstantiationCallOrNew(){let e=this.startNode(),t=this.state.inType;for(e.params=[],this.state.inType=!0,this.expect(47);!this.match(48);)e.params.push(this.flowParseTypeOrImplicitInstantiation()),this.match(48)||this.expect(12);return this.expect(48),this.state.inType=t,this.finishNode(e,"TypeParameterInstantiation")}flowParseInterfaceType(){let e=this.startNode();if(this.expectContextual(127),e.extends=[],this.eat(81))do{e.extends.push(this.flowParseInterfaceExtends())}while(this.eat(12));return e.body=this.flowParseObjectType({allowStatic:!1,allowExact:!1,allowSpread:!1,allowProto:!1,allowInexact:!1}),this.finishNode(e,"InterfaceTypeAnnotation")}flowParseObjectPropertyKey(){return this.match(132)||this.match(131)?super.parseExprAtom():this.parseIdentifier(!0)}flowParseObjectTypeIndexer(e,t,r){return e.static=t,14===this.lookahead().type?(e.id=this.flowParseObjectPropertyKey(),e.key=this.flowParseTypeInitialiser()):(e.id=null,e.key=this.flowParseType()),this.expect(3),e.value=this.flowParseTypeInitialiser(),e.variance=r,this.finishNode(e,"ObjectTypeIndexer")}flowParseObjectTypeInternalSlot(e,t){return e.static=t,e.id=this.flowParseObjectPropertyKey(),this.expect(3),this.expect(3),this.match(47)||this.match(10)?(e.method=!0,e.optional=!1,e.value=this.flowParseObjectTypeMethodish(this.startNodeAt(e.loc.start))):(e.method=!1,this.eat(17)&&(e.optional=!0),e.value=this.flowParseTypeInitialiser()),this.finishNode(e,"ObjectTypeInternalSlot")}flowParseObjectTypeMethodish(e){for(e.params=[],e.rest=null,e.typeParameters=null,e.this=null,this.match(47)&&(e.typeParameters=this.flowParseTypeParameterDeclaration()),this.expect(10),this.match(78)&&(e.this=this.flowParseFunctionTypeParam(!0),e.this.name=null,this.match(11)||this.expect(12));!this.match(11)&&!this.match(21);)e.params.push(this.flowParseFunctionTypeParam(!1)),this.match(11)||this.expect(12);return this.eat(21)&&(e.rest=this.flowParseFunctionTypeParam(!1)),this.expect(11),e.returnType=this.flowParseTypeInitialiser(),this.finishNode(e,"FunctionTypeAnnotation")}flowParseObjectTypeCallProperty(e,t){let r=this.startNode();return e.static=t,e.value=this.flowParseObjectTypeMethodish(r),this.finishNode(e,"ObjectTypeCallProperty")}flowParseObjectType(e){let{allowStatic:t,allowExact:r,allowSpread:i,allowProto:n,allowInexact:s}=e,u=this.state.inType;this.state.inType=!0;let a=this.startNode();a.callProperties=[],a.properties=[],a.indexers=[],a.internalSlots=[];let o,l,c=!1;for(r&&this.match(6)?(this.expect(6),o=9,l=!0):(this.expect(5),o=8,l=!1),a.exact=l;!this.match(o);){let e=!1,r=null,u=null,o=this.startNode();if(n&&this.isContextual(116)){let e=this.lookahead();14!==e.type&&17!==e.type&&(this.next(),r=this.state.startLoc,t=!1)}if(t&&this.isContextual(104)){let t=this.lookahead();14!==t.type&&17!==t.type&&(this.next(),e=!0)}let h=this.flowParseVariance();if(this.eat(0))null!=r&&this.unexpected(r),this.eat(0)?(h&&this.unexpected(h.loc.start),a.internalSlots.push(this.flowParseObjectTypeInternalSlot(o,e))):a.indexers.push(this.flowParseObjectTypeIndexer(o,e,h));else if(this.match(10)||this.match(47))null!=r&&this.unexpected(r),h&&this.unexpected(h.loc.start),a.callProperties.push(this.flowParseObjectTypeCallProperty(o,e));else{let t="init";(this.isContextual(98)||this.isContextual(103))&&S(this.lookahead().type)&&(t=this.state.value,this.next());let n=this.flowParseObjectTypeProperty(o,e,r,h,t,i,null!=s?s:!l);null===n?(c=!0,u=this.state.lastTokStartLoc):a.properties.push(n)}this.flowObjectTypeSemicolon(),u&&!this.match(8)&&!this.match(9)&&this.raise(Ft.UnexpectedExplicitInexactInObject,{at:u})}this.expect(o),i&&(a.inexact=c);let h=this.finishNode(a,"ObjectTypeAnnotation");return this.state.inType=u,h}flowParseObjectTypeProperty(e,t,r,i,n,s,u){if(this.eat(21))return this.match(12)||this.match(13)||this.match(8)||this.match(9)?(s?u||this.raise(Ft.InexactInsideExact,{at:this.state.lastTokStartLoc}):this.raise(Ft.InexactInsideNonObject,{at:this.state.lastTokStartLoc}),i&&this.raise(Ft.InexactVariance,{at:i}),null):(s||this.raise(Ft.UnexpectedSpreadType,{at:this.state.lastTokStartLoc}),null!=r&&this.unexpected(r),i&&this.raise(Ft.SpreadVariance,{at:i}),e.argument=this.flowParseType(),this.finishNode(e,"ObjectTypeSpreadProperty"));{e.key=this.flowParseObjectPropertyKey(),e.static=t,e.proto=null!=r,e.kind=n;let u=!1;return this.match(47)||this.match(10)?(e.method=!0,null!=r&&this.unexpected(r),i&&this.unexpected(i.loc.start),e.value=this.flowParseObjectTypeMethodish(this.startNodeAt(e.loc.start)),("get"===n||"set"===n)&&this.flowCheckGetterSetterParams(e),!s&&"constructor"===e.key.name&&e.value.this&&this.raise(Ft.ThisParamBannedInConstructor,{at:e.value.this})):("init"!==n&&this.unexpected(),e.method=!1,this.eat(17)&&(u=!0),e.value=this.flowParseTypeInitialiser(),e.variance=i),e.optional=u,this.finishNode(e,"ObjectTypeProperty")}}flowCheckGetterSetterParams(e){let t="get"===e.kind?0:1,r=e.value.params.length+(e.value.rest?1:0);e.value.this&&this.raise("get"===e.kind?Ft.GetterMayNotHaveThisParam:Ft.SetterMayNotHaveThisParam,{at:e.value.this}),r!==t&&this.raise("get"===e.kind?Q.BadGetterArity:Q.BadSetterArity,{at:e}),"set"===e.kind&&e.value.rest&&this.raise(Q.BadSetterRestParameter,{at:e})}flowObjectTypeSemicolon(){!this.eat(13)&&!this.eat(12)&&!this.match(8)&&!this.match(9)&&this.unexpected()}flowParseQualifiedTypeIdentifier(e,t){null!=e||(e=this.state.startLoc);let r=t||this.flowParseRestrictedIdentifier(!0);for(;this.eat(16);){let t=this.startNodeAt(e);t.qualification=r,t.id=this.flowParseRestrictedIdentifier(!0),r=this.finishNode(t,"QualifiedTypeIdentifier")}return r}flowParseGenericType(e,t){let r=this.startNodeAt(e);return r.typeParameters=null,r.id=this.flowParseQualifiedTypeIdentifier(e,t),this.match(47)&&(r.typeParameters=this.flowParseTypeParameterInstantiation()),this.finishNode(r,"GenericTypeAnnotation")}flowParseTypeofType(){let e=this.startNode();return this.expect(87),e.argument=this.flowParsePrimaryType(),this.finishNode(e,"TypeofTypeAnnotation")}flowParseTupleType(){let e=this.startNode();for(e.types=[],this.expect(0);this.state.pos<this.length&&!this.match(3)&&(e.types.push(this.flowParseType()),!this.match(3));)this.expect(12);return this.expect(3),this.finishNode(e,"TupleTypeAnnotation")}flowParseFunctionTypeParam(e){let t=null,r=!1,i=null,n=this.startNode(),s=this.lookahead(),u=78===this.state.type;return 14===s.type||17===s.type?(u&&!e&&this.raise(Ft.ThisParamMustBeFirst,{at:n}),t=this.parseIdentifier(u),this.eat(17)&&(r=!0,u&&this.raise(Ft.ThisParamMayNotBeOptional,{at:n})),i=this.flowParseTypeInitialiser()):i=this.flowParseType(),n.name=t,n.optional=r,n.typeAnnotation=i,this.finishNode(n,"FunctionTypeParam")}reinterpretTypeAsFunctionTypeParam(e){let t=this.startNodeAt(e.loc.start);return t.name=null,t.optional=!1,t.typeAnnotation=e,this.finishNode(t,"FunctionTypeParam")}flowParseFunctionTypeParams(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=null,r=null;for(this.match(78)&&(r=this.flowParseFunctionTypeParam(!0),r.name=null,this.match(11)||this.expect(12));!this.match(11)&&!this.match(21);)e.push(this.flowParseFunctionTypeParam(!1)),this.match(11)||this.expect(12);return this.eat(21)&&(t=this.flowParseFunctionTypeParam(!1)),{params:e,rest:t,_this:r}}flowIdentToTypeAnnotation(e,t,r){switch(r.name){case"any":return this.finishNode(t,"AnyTypeAnnotation");case"bool":case"boolean":return this.finishNode(t,"BooleanTypeAnnotation");case"mixed":return this.finishNode(t,"MixedTypeAnnotation");case"empty":return this.finishNode(t,"EmptyTypeAnnotation");case"number":return this.finishNode(t,"NumberTypeAnnotation");case"string":return this.finishNode(t,"StringTypeAnnotation");case"symbol":return this.finishNode(t,"SymbolTypeAnnotation");default:return this.checkNotUnderscore(r.name),this.flowParseGenericType(e,r)}}flowParsePrimaryType(){let e,t,r=this.state.startLoc,i=this.startNode(),n=!1,s=this.state.noAnonFunctionType;switch(this.state.type){case 5:return this.flowParseObjectType({allowStatic:!1,allowExact:!1,allowSpread:!0,allowProto:!1,allowInexact:!0});case 6:return this.flowParseObjectType({allowStatic:!1,allowExact:!0,allowSpread:!0,allowProto:!1,allowInexact:!1});case 0:return this.state.noAnonFunctionType=!1,t=this.flowParseTupleType(),this.state.noAnonFunctionType=s,t;case 47:return i.typeParameters=this.flowParseTypeParameterDeclaration(),this.expect(10),e=this.flowParseFunctionTypeParams(),i.params=e.params,i.rest=e.rest,i.this=e._this,this.expect(11),this.expect(19),i.returnType=this.flowParseType(),this.finishNode(i,"FunctionTypeAnnotation");case 10:if(this.next(),!this.match(11)&&!this.match(21))if(v(this.state.type)||this.match(78)){let e=this.lookahead().type;n=17!==e&&14!==e}else n=!0;if(n){if(this.state.noAnonFunctionType=!1,t=this.flowParseType(),this.state.noAnonFunctionType=s,this.state.noAnonFunctionType||!(this.match(12)||this.match(11)&&19===this.lookahead().type))return this.expect(11),t;this.eat(12)}return e=t?this.flowParseFunctionTypeParams([this.reinterpretTypeAsFunctionTypeParam(t)]):this.flowParseFunctionTypeParams(),i.params=e.params,i.rest=e.rest,i.this=e._this,this.expect(11),this.expect(19),i.returnType=this.flowParseType(),i.typeParameters=null,this.finishNode(i,"FunctionTypeAnnotation");case 131:return this.parseLiteral(this.state.value,"StringLiteralTypeAnnotation");case 85:case 86:return i.value=this.match(85),this.next(),this.finishNode(i,"BooleanLiteralTypeAnnotation");case 53:if("-"===this.state.value){if(this.next(),this.match(132))return this.parseLiteralAtNode(-this.state.value,"NumberLiteralTypeAnnotation",i);if(this.match(133))return this.parseLiteralAtNode(-this.state.value,"BigIntLiteralTypeAnnotation",i);throw this.raise(Ft.UnexpectedSubtractionOperand,{at:this.state.startLoc})}return void this.unexpected();case 132:return this.parseLiteral(this.state.value,"NumberLiteralTypeAnnotation");case 133:return this.parseLiteral(this.state.value,"BigIntLiteralTypeAnnotation");case 88:return this.next(),this.finishNode(i,"VoidTypeAnnotation");case 84:return this.next(),this.finishNode(i,"NullLiteralTypeAnnotation");case 78:return this.next(),this.finishNode(i,"ThisTypeAnnotation");case 55:return this.next(),this.finishNode(i,"ExistsTypeAnnotation");case 87:return this.flowParseTypeofType();default:if(B(this.state.type)){let e=k(this.state.type);return this.next(),super.createIdentifier(i,e)}if(v(this.state.type))return this.isContextual(127)?this.flowParseInterfaceType():this.flowIdentToTypeAnnotation(r,i,this.parseIdentifier())}this.unexpected()}flowParsePostfixType(){let e=this.state.startLoc,t=this.flowParsePrimaryType(),r=!1;for(;(this.match(0)||this.match(18))&&!this.canInsertSemicolon();){let i=this.startNodeAt(e),n=this.eat(18);r=r||n,this.expect(0),!n&&this.match(3)?(i.elementType=t,this.next(),t=this.finishNode(i,"ArrayTypeAnnotation")):(i.objectType=t,i.indexType=this.flowParseType(),this.expect(3),r?(i.optional=n,t=this.finishNode(i,"OptionalIndexedAccessType")):t=this.finishNode(i,"IndexedAccessType"))}return t}flowParsePrefixType(){let e=this.startNode();return this.eat(17)?(e.typeAnnotation=this.flowParsePrefixType(),this.finishNode(e,"NullableTypeAnnotation")):this.flowParsePostfixType()}flowParseAnonFunctionWithoutParens(){let e=this.flowParsePrefixType();if(!this.state.noAnonFunctionType&&this.eat(19)){let t=this.startNodeAt(e.loc.start);return t.params=[this.reinterpretTypeAsFunctionTypeParam(e)],t.rest=null,t.this=null,t.returnType=this.flowParseType(),t.typeParameters=null,this.finishNode(t,"FunctionTypeAnnotation")}return e}flowParseIntersectionType(){let e=this.startNode();this.eat(45);let t=this.flowParseAnonFunctionWithoutParens();for(e.types=[t];this.eat(45);)e.types.push(this.flowParseAnonFunctionWithoutParens());return 1===e.types.length?t:this.finishNode(e,"IntersectionTypeAnnotation")}flowParseUnionType(){let e=this.startNode();this.eat(43);let t=this.flowParseIntersectionType();for(e.types=[t];this.eat(43);)e.types.push(this.flowParseIntersectionType());return 1===e.types.length?t:this.finishNode(e,"UnionTypeAnnotation")}flowParseType(){let e=this.state.inType;this.state.inType=!0;let t=this.flowParseUnionType();return this.state.inType=e,t}flowParseTypeOrImplicitInstantiation(){if(130===this.state.type&&"_"===this.state.value){let e=this.state.startLoc,t=this.parseIdentifier();return this.flowParseGenericType(e,t)}return this.flowParseType()}flowParseTypeAnnotation(){let e=this.startNode();return e.typeAnnotation=this.flowParseTypeInitialiser(),this.finishNode(e,"TypeAnnotation")}flowParseTypeAnnotatableIdentifier(e){let t=e?this.parseIdentifier():this.flowParseRestrictedIdentifier();return this.match(14)&&(t.typeAnnotation=this.flowParseTypeAnnotation(),this.resetEndLocation(t)),t}typeCastToParameter(e){return e.expression.typeAnnotation=e.typeAnnotation,this.resetEndLocation(e.expression,e.typeAnnotation.loc.end),e.expression}flowParseVariance(){let e=null;return this.match(53)?(e=this.startNode(),e.kind="+"===this.state.value?"plus":"minus",this.next(),this.finishNode(e,"Variance")):e}parseFunctionBody(e,t){let r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];t?this.forwardNoArrowParamsConversionAt(e,(()=>super.parseFunctionBody(e,!0,r))):super.parseFunctionBody(e,!1,r)}parseFunctionBodyAndFinish(e,t){let r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(this.match(14)){let t=this.startNode();[t.typeAnnotation,e.predicate]=this.flowParseTypeAndPredicateInitialiser(),e.returnType=t.typeAnnotation?this.finishNode(t,"TypeAnnotation"):null}return super.parseFunctionBodyAndFinish(e,t,r)}parseStatementLike(e){if(this.state.strict&&this.isContextual(127)){if(x(this.lookahead().type)){let e=this.startNode();return this.next(),this.flowParseInterface(e)}}else if(this.shouldParseEnums()&&this.isContextual(124)){let e=this.startNode();return this.next(),this.flowParseEnumDeclaration(e)}let t=super.parseStatementLike(e);return void 0===this.flowPragma&&!this.isValidDirective(t)&&(this.flowPragma=null),t}parseExpressionStatement(e,t,r){if("Identifier"===t.type)if("declare"===t.name){if(this.match(80)||v(this.state.type)||this.match(68)||this.match(74)||this.match(82))return this.flowParseDeclare(e)}else if(v(this.state.type)){if("interface"===t.name)return this.flowParseInterface(e);if("type"===t.name)return this.flowParseTypeAlias(e);if("opaque"===t.name)return this.flowParseOpaqueType(e,!1)}return super.parseExpressionStatement(e,t,r)}shouldParseExportDeclaration(){let{type:e}=this.state;return T(e)||this.shouldParseEnums()&&124===e?!this.state.containsEsc:super.shouldParseExportDeclaration()}isExportDefaultSpecifier(){let{type:e}=this.state;return T(e)||this.shouldParseEnums()&&124===e?this.state.containsEsc:super.isExportDefaultSpecifier()}parseExportDefaultExpression(){if(this.shouldParseEnums()&&this.isContextual(124)){let e=this.startNode();return this.next(),this.flowParseEnumDeclaration(e)}return super.parseExportDefaultExpression()}parseConditional(e,t,r){if(!this.match(17))return e;if(this.state.maybeInArrowParameters){let t=this.lookaheadCharCode();if(44===t||61===t||58===t||41===t)return this.setOptionalParametersError(r),e}this.expect(17);let i=this.state.clone(),n=this.state.noArrowAt,s=this.startNodeAt(t),{consequent:u,failed:a}=this.tryParseConditionalConsequent(),[o,l]=this.getArrowLikeExpressions(u);if(a||l.length>0){let e=[...n];if(l.length>0){this.state=i,this.state.noArrowAt=e;for(let t=0;t<l.length;t++)e.push(l[t].start);({consequent:u,failed:a}=this.tryParseConditionalConsequent()),[o,l]=this.getArrowLikeExpressions(u)}a&&o.length>1&&this.raise(Ft.AmbiguousConditionalArrow,{at:i.startLoc}),a&&1===o.length&&(this.state=i,e.push(o[0].start),this.state.noArrowAt=e,({consequent:u,failed:a}=this.tryParseConditionalConsequent()))}return this.getArrowLikeExpressions(u,!0),this.state.noArrowAt=n,this.expect(14),s.test=e,s.consequent=u,s.alternate=this.forwardNoArrowParamsConversionAt(s,(()=>this.parseMaybeAssign(void 0,void 0))),this.finishNode(s,"ConditionalExpression")}tryParseConditionalConsequent(){this.state.noArrowParamsConversionAt.push(this.state.start);let e=this.parseMaybeAssignAllowIn(),t=!this.match(14);return this.state.noArrowParamsConversionAt.pop(),{consequent:e,failed:t}}getArrowLikeExpressions(e,t){let r=[e],i=[];for(;0!==r.length;){let e=r.pop();"ArrowFunctionExpression"===e.type?(e.typeParameters||!e.returnType?this.finishArrowValidation(e):i.push(e),r.push(e.body)):"ConditionalExpression"===e.type&&(r.push(e.consequent),r.push(e.alternate))}return t?(i.forEach((e=>this.finishArrowValidation(e))),[i,[]]):function(e,t){let r=[],i=[];for(let n=0;n<e.length;n++)(t(e[n],n,e)?r:i).push(e[n]);return[r,i]}(i,(e=>e.params.every((e=>this.isAssignable(e,!0)))))}finishArrowValidation(e){var t;this.toAssignableList(e.params,null==(t=e.extra)?void 0:t.trailingCommaLoc,!1),this.scope.enter(6),super.checkParams(e,!1,!0),this.scope.exit()}forwardNoArrowParamsConversionAt(e,t){let r;return-1!==this.state.noArrowParamsConversionAt.indexOf(e.start)?(this.state.noArrowParamsConversionAt.push(this.state.start),r=t(),this.state.noArrowParamsConversionAt.pop()):r=t(),r}parseParenItem(e,t){if(e=super.parseParenItem(e,t),this.eat(17)&&(e.optional=!0,this.resetEndLocation(e)),this.match(14)){let r=this.startNodeAt(t);return r.expression=e,r.typeAnnotation=this.flowParseTypeAnnotation(),this.finishNode(r,"TypeCastExpression")}return e}assertModuleNodeAllowed(e){"ImportDeclaration"===e.type&&("type"===e.importKind||"typeof"===e.importKind)||"ExportNamedDeclaration"===e.type&&"type"===e.exportKind||"ExportAllDeclaration"===e.type&&"type"===e.exportKind||super.assertModuleNodeAllowed(e)}parseExport(e,t){let r=super.parseExport(e,t);return("ExportNamedDeclaration"===r.type||"ExportAllDeclaration"===r.type)&&(r.exportKind=r.exportKind||"value"),r}parseExportDeclaration(e){if(this.isContextual(128)){e.exportKind="type";let t=this.startNode();return this.next(),this.match(5)?(e.specifiers=this.parseExportSpecifiers(!0),super.parseExportFrom(e),null):this.flowParseTypeAlias(t)}if(this.isContextual(129)){e.exportKind="type";let t=this.startNode();return this.next(),this.flowParseOpaqueType(t,!1)}if(this.isContextual(127)){e.exportKind="type";let t=this.startNode();return this.next(),this.flowParseInterface(t)}if(this.shouldParseEnums()&&this.isContextual(124)){e.exportKind="value";let t=this.startNode();return this.next(),this.flowParseEnumDeclaration(t)}return super.parseExportDeclaration(e)}eatExportStar(e){return!!super.eatExportStar(e)||!(!this.isContextual(128)||55!==this.lookahead().type)&&(e.exportKind="type",this.next(),this.next(),!0)}maybeParseExportNamespaceSpecifier(e){let{startLoc:t}=this.state,r=super.maybeParseExportNamespaceSpecifier(e);return r&&"type"===e.exportKind&&this.unexpected(t),r}parseClassId(e,t,r){super.parseClassId(e,t,r),this.match(47)&&(e.typeParameters=this.flowParseTypeParameterDeclaration())}parseClassMember(e,t,r){let{startLoc:i}=this.state;if(this.isContextual(123)){if(super.parseClassMemberFromModifier(e,t))return;t.declare=!0}super.parseClassMember(e,t,r),t.declare&&("ClassProperty"!==t.type&&"ClassPrivateProperty"!==t.type&&"PropertyDefinition"!==t.type?this.raise(Ft.DeclareClassElement,{at:i}):t.value&&this.raise(Ft.DeclareClassFieldInitializer,{at:t.value}))}isIterator(e){return"iterator"===e||"asyncIterator"===e}readIterator(){let e=super.readWord1(),t="@@"+e;(!this.isIterator(e)||!this.state.inType)&&this.raise(Q.InvalidIdentifier,{at:this.state.curPosition(),identifierName:t}),this.finishToken(130,t)}getTokenFromCode(e){let t=this.input.charCodeAt(this.state.pos+1);123===e&&124===t?this.finishOp(6,2):!this.state.inType||62!==e&&60!==e?this.state.inType&&63===e?46===t?this.finishOp(18,2):this.finishOp(17,1):function(e,t,r){return 64===e&&64===t&&le(r)}(e,t,this.input.charCodeAt(this.state.pos+2))?(this.state.pos+=2,this.readIterator()):super.getTokenFromCode(e):this.finishOp(62===e?48:47,1)}isAssignable(e,t){return"TypeCastExpression"===e.type?this.isAssignable(e.expression,t):super.isAssignable(e,t)}toAssignable(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];!t&&"AssignmentExpression"===e.type&&"TypeCastExpression"===e.left.type&&(e.left=this.typeCastToParameter(e.left)),super.toAssignable(e,t)}toAssignableList(e,t,r){for(let t=0;t<e.length;t++){let r=e[t];"TypeCastExpression"===(null==r?void 0:r.type)&&(e[t]=this.typeCastToParameter(r))}super.toAssignableList(e,t,r)}toReferencedList(e,t){for(let i=0;i<e.length;i++){var r;let n=e[i];n&&"TypeCastExpression"===n.type&&(null==(r=n.extra)||!r.parenthesized)&&(e.length>1||!t)&&this.raise(Ft.TypeCastInPattern,{at:n.typeAnnotation})}return e}parseArrayLike(e,t,r,i){let n=super.parseArrayLike(e,t,r,i);return t&&!this.state.maybeInArrowParameters&&this.toReferencedList(n.elements),n}isValidLVal(e,t,r){return"TypeCastExpression"===e||super.isValidLVal(e,t,r)}parseClassProperty(e){return this.match(14)&&(e.typeAnnotation=this.flowParseTypeAnnotation()),super.parseClassProperty(e)}parseClassPrivateProperty(e){return this.match(14)&&(e.typeAnnotation=this.flowParseTypeAnnotation()),super.parseClassPrivateProperty(e)}isClassMethod(){return this.match(47)||super.isClassMethod()}isClassProperty(){return this.match(14)||super.isClassProperty()}isNonstaticConstructor(e){return!this.match(14)&&super.isNonstaticConstructor(e)}pushClassMethod(e,t,r,i,n,s){if(t.variance&&this.unexpected(t.variance.loc.start),delete t.variance,this.match(47)&&(t.typeParameters=this.flowParseTypeParameterDeclaration()),super.pushClassMethod(e,t,r,i,n,s),t.params&&n){let e=t.params;e.length>0&&this.isThisParam(e[0])&&this.raise(Ft.ThisParamBannedInConstructor,{at:t})}else if("MethodDefinition"===t.type&&n&&t.value.params){let e=t.value.params;e.length>0&&this.isThisParam(e[0])&&this.raise(Ft.ThisParamBannedInConstructor,{at:t})}}pushClassPrivateMethod(e,t,r,i){t.variance&&this.unexpected(t.variance.loc.start),delete t.variance,this.match(47)&&(t.typeParameters=this.flowParseTypeParameterDeclaration()),super.pushClassPrivateMethod(e,t,r,i)}parseClassSuper(e){if(super.parseClassSuper(e),e.superClass&&this.match(47)&&(e.superTypeParameters=this.flowParseTypeParameterInstantiation()),this.isContextual(111)){this.next();let t=e.implements=[];do{let e=this.startNode();e.id=this.flowParseRestrictedIdentifier(!0),e.typeParameters=this.match(47)?this.flowParseTypeParameterInstantiation():null,t.push(this.finishNode(e,"ClassImplements"))}while(this.eat(12))}}checkGetterSetterParams(e){super.checkGetterSetterParams(e);let t=this.getObjectOrClassMethodParams(e);if(t.length>0){let r=t[0];this.isThisParam(r)&&"get"===e.kind?this.raise(Ft.GetterMayNotHaveThisParam,{at:r}):this.isThisParam(r)&&this.raise(Ft.SetterMayNotHaveThisParam,{at:r})}}parsePropertyNamePrefixOperator(e){e.variance=this.flowParseVariance()}parseObjPropValue(e,t,r,i,n,s,u){let a;e.variance&&this.unexpected(e.variance.loc.start),delete e.variance,this.match(47)&&!s&&(a=this.flowParseTypeParameterDeclaration(),this.match(10)||this.unexpected());let o=super.parseObjPropValue(e,t,r,i,n,s,u);return a&&((o.value||o).typeParameters=a),o}parseAssignableListItemTypes(e){return this.eat(17)&&("Identifier"!==e.type&&this.raise(Ft.PatternIsOptional,{at:e}),this.isThisParam(e)&&this.raise(Ft.ThisParamMayNotBeOptional,{at:e}),e.optional=!0),this.match(14)?e.typeAnnotation=this.flowParseTypeAnnotation():this.isThisParam(e)&&this.raise(Ft.ThisParamAnnotationRequired,{at:e}),this.match(29)&&this.isThisParam(e)&&this.raise(Ft.ThisParamNoDefault,{at:e}),this.resetEndLocation(e),e}parseMaybeDefault(e,t){let r=super.parseMaybeDefault(e,t);return"AssignmentPattern"===r.type&&r.typeAnnotation&&r.right.start<r.typeAnnotation.start&&this.raise(Ft.TypeBeforeInitializer,{at:r.typeAnnotation}),r}shouldParseDefaultImport(e){return bt(e)?At(this.state.type):super.shouldParseDefaultImport(e)}checkImportReflection(e){super.checkImportReflection(e),e.module&&"value"!==e.importKind&&this.raise(Ft.ImportReflectionHasImportType,{at:e.specifiers[0].loc.start})}parseImportSpecifierLocal(e,t,r){t.local=bt(e)?this.flowParseRestrictedIdentifier(!0,!0):this.parseIdentifier(),e.specifiers.push(this.finishImportSpecifier(t,r))}maybeParseDefaultImportSpecifier(e){e.importKind="value";let t=null;if(this.match(87)?t="typeof":this.isContextual(128)&&(t="type"),t){let r=this.lookahead(),{type:i}=r;"type"===t&&55===i&&this.unexpected(null,r.type),(At(i)||5===i||55===i)&&(this.next(),e.importKind=t)}return super.maybeParseDefaultImportSpecifier(e)}parseImportSpecifier(e,t,r,i,n){let s=e.imported,u=null;"Identifier"===s.type&&("type"===s.name?u="type":"typeof"===s.name&&(u="typeof"));let a=!1;if(this.isContextual(93)&&!this.isLookaheadContextual("as")){let t=this.parseIdentifier(!0);null===u||x(this.state.type)?(e.imported=s,e.importKind=null,e.local=this.parseIdentifier()):(e.imported=t,e.importKind=u,e.local=Et(t))}else{if(null!==u&&x(this.state.type))e.imported=this.parseIdentifier(!0),e.importKind=u;else{if(t)throw this.raise(Q.ImportBindingIsString,{at:e,importName:s.value});e.imported=s,e.importKind=null}this.eatContextual(93)?e.local=this.parseIdentifier():(a=!0,e.local=Et(e.imported))}let o=bt(e);return r&&o&&this.raise(Ft.ImportTypeShorthandOnlyInPureImport,{at:e}),(r||o)&&this.checkReservedType(e.local.name,e.local.loc.start,!0),a&&!r&&!o&&this.checkReservedWord(e.local.name,e.loc.start,!0,!0),this.finishImportSpecifier(e,"ImportSpecifier")}parseBindingAtom(){return 78===this.state.type?this.parseIdentifier(!0):super.parseBindingAtom()}parseFunctionParams(e,t){let r=e.kind;"get"!==r&&"set"!==r&&this.match(47)&&(e.typeParameters=this.flowParseTypeParameterDeclaration()),super.parseFunctionParams(e,t)}parseVarId(e,t){super.parseVarId(e,t),this.match(14)&&(e.id.typeAnnotation=this.flowParseTypeAnnotation(),this.resetEndLocation(e.id))}parseAsyncArrowFromCallExpression(e,t){if(this.match(14)){let t=this.state.noAnonFunctionType;this.state.noAnonFunctionType=!0,e.returnType=this.flowParseTypeAnnotation(),this.state.noAnonFunctionType=t}return super.parseAsyncArrowFromCallExpression(e,t)}shouldParseAsyncArrow(){return this.match(14)||super.shouldParseAsyncArrow()}parseMaybeAssign(e,t){var r;let n,s=null;if(this.hasPlugin("jsx")&&(this.match(140)||this.match(47))){if(s=this.state.clone(),n=this.tryParse((()=>super.parseMaybeAssign(e,t)),s),!n.error)return n.node;let{context:r}=this.state,u=r[r.length-1];(u===i.j_oTag||u===i.j_expr)&&r.pop()}if(null!=(r=n)&&r.error||this.match(47)){var u,a;s=s||this.state.clone();let r,i=this.tryParse((i=>{var n;r=this.flowParseTypeParameterDeclaration();let s=this.forwardNoArrowParamsConversionAt(r,(()=>{let i=super.parseMaybeAssign(e,t);return this.resetStartLocationFromNode(i,r),i}));null!=(n=s.extra)&&n.parenthesized&&i();let u=this.maybeUnwrapTypeCastExpression(s);return"ArrowFunctionExpression"!==u.type&&i(),u.typeParameters=r,this.resetStartLocationFromNode(u,r),s}),s),o=null;if(i.node&&"ArrowFunctionExpression"===this.maybeUnwrapTypeCastExpression(i.node).type){if(!i.error&&!i.aborted)return i.node.async&&this.raise(Ft.UnexpectedTypeParameterBeforeAsyncArrowFunction,{at:r}),i.node;o=i.node}if(null!=(u=n)&&u.node)return this.state=n.failState,n.node;if(o)return this.state=i.failState,o;throw null!=(a=n)&&a.thrown?n.error:i.thrown?i.error:this.raise(Ft.UnexpectedTokenAfterTypeParameter,{at:r})}return super.parseMaybeAssign(e,t)}parseArrow(e){if(this.match(14)){let t=this.tryParse((()=>{let t=this.state.noAnonFunctionType;this.state.noAnonFunctionType=!0;let r=this.startNode();return[r.typeAnnotation,e.predicate]=this.flowParseTypeAndPredicateInitialiser(),this.state.noAnonFunctionType=t,this.canInsertSemicolon()&&this.unexpected(),this.match(19)||this.unexpected(),r}));if(t.thrown)return null;t.error&&(this.state=t.failState),e.returnType=t.node.typeAnnotation?this.finishNode(t.node,"TypeAnnotation"):null}return super.parseArrow(e)}shouldParseArrow(e){return this.match(14)||super.shouldParseArrow(e)}setArrowFunctionParameters(e,t){-1!==this.state.noArrowParamsConversionAt.indexOf(e.start)?e.params=t:super.setArrowFunctionParameters(e,t)}checkParams(e,t,r){let i=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];if(!r||-1===this.state.noArrowParamsConversionAt.indexOf(e.start)){for(let t=0;t<e.params.length;t++)this.isThisParam(e.params[t])&&t>0&&this.raise(Ft.ThisParamMustBeFirst,{at:e.params[t]});super.checkParams(e,t,r,i)}}parseParenAndDistinguishExpression(e){return super.parseParenAndDistinguishExpression(e&&-1===this.state.noArrowAt.indexOf(this.state.start))}parseSubscripts(e,t,r){if("Identifier"===e.type&&"async"===e.name&&-1!==this.state.noArrowAt.indexOf(t.index)){this.next();let r=this.startNodeAt(t);r.callee=e,r.arguments=super.parseCallExpressionArguments(11,!1),e=this.finishNode(r,"CallExpression")}else if("Identifier"===e.type&&"async"===e.name&&this.match(47)){let i=this.state.clone(),n=this.tryParse((e=>this.parseAsyncArrowWithTypeParameters(t)||e()),i);if(!n.error&&!n.aborted)return n.node;let s=this.tryParse((()=>super.parseSubscripts(e,t,r)),i);if(s.node&&!s.error)return s.node;if(n.node)return this.state=n.failState,n.node;if(s.node)return this.state=s.failState,s.node;throw n.error||s.error}return super.parseSubscripts(e,t,r)}parseSubscript(e,t,r,i){if(this.match(18)&&this.isLookaheadToken_lt()){if(i.optionalChainMember=!0,r)return i.stop=!0,e;this.next();let n=this.startNodeAt(t);return n.callee=e,n.typeArguments=this.flowParseTypeParameterInstantiation(),this.expect(10),n.arguments=this.parseCallExpressionArguments(11,!1),n.optional=!0,this.finishCallExpression(n,!0)}if(!r&&this.shouldParseTypes()&&this.match(47)){let r=this.startNodeAt(t);r.callee=e;let n=this.tryParse((()=>(r.typeArguments=this.flowParseTypeParameterInstantiationCallOrNew(),this.expect(10),r.arguments=super.parseCallExpressionArguments(11,!1),i.optionalChainMember&&(r.optional=!1),this.finishCallExpression(r,i.optionalChainMember))));if(n.node)return n.error&&(this.state=n.failState),n.node}return super.parseSubscript(e,t,r,i)}parseNewCallee(e){super.parseNewCallee(e);let t=null;this.shouldParseTypes()&&this.match(47)&&(t=this.tryParse((()=>this.flowParseTypeParameterInstantiationCallOrNew())).node),e.typeArguments=t}parseAsyncArrowWithTypeParameters(e){let t=this.startNodeAt(e);if(this.parseFunctionParams(t,!1),this.parseArrow(t))return super.parseArrowExpression(t,void 0,!0)}readToken_mult_modulo(e){let t=this.input.charCodeAt(this.state.pos+1);if(42===e&&47===t&&this.state.hasFlowComment)return this.state.hasFlowComment=!1,this.state.pos+=2,void this.nextToken();super.readToken_mult_modulo(e)}readToken_pipe_amp(e){let t=this.input.charCodeAt(this.state.pos+1);124!==e||125!==t?super.readToken_pipe_amp(e):this.finishOp(9,2)}parseTopLevel(e,t){let r=super.parseTopLevel(e,t);return this.state.hasFlowComment&&this.raise(Ft.UnterminatedFlowComment,{at:this.state.curPosition()}),r}skipBlockComment(){if(!this.hasPlugin("flowComments")||!this.skipFlowComment())return super.skipBlockComment(this.state.hasFlowComment?"*-/":"*/");{if(this.state.hasFlowComment)throw this.raise(Ft.NestedFlowComment,{at:this.state.startLoc});this.hasFlowCommentCompletion();let e=this.skipFlowComment();e&&(this.state.pos+=e,this.state.hasFlowComment=!0)}}skipFlowComment(){let{pos:e}=this.state,t=2;for(;[32,9].includes(this.input.charCodeAt(e+t));)t++;let r=this.input.charCodeAt(t+e),i=this.input.charCodeAt(t+e+1);return 58===r&&58===i?t+2:"flow-include"===this.input.slice(t+e,t+e+12)?t+12:58===r&&58!==i&&t}hasFlowCommentCompletion(){if(-1===this.input.indexOf("*/",this.state.pos))throw this.raise(Q.UnterminatedComment,{at:this.state.curPosition()})}flowEnumErrorBooleanMemberNotInitialized(e,t){let{enumName:r,memberName:i}=t;this.raise(Ft.EnumBooleanMemberNotInitialized,{at:e,memberName:i,enumName:r})}flowEnumErrorInvalidMemberInitializer(e,t){return this.raise(t.explicitType?"symbol"===t.explicitType?Ft.EnumInvalidMemberInitializerSymbolType:Ft.EnumInvalidMemberInitializerPrimaryType:Ft.EnumInvalidMemberInitializerUnknownType,Object.assign({at:e},t))}flowEnumErrorNumberMemberNotInitialized(e,t){let{enumName:r,memberName:i}=t;this.raise(Ft.EnumNumberMemberNotInitialized,{at:e,enumName:r,memberName:i})}flowEnumErrorStringMemberInconsistentlyInitailized(e,t){let{enumName:r}=t;this.raise(Ft.EnumStringMemberInconsistentlyInitailized,{at:e,enumName:r})}flowEnumMemberInit(){let e=this.state.startLoc,t=()=>this.match(12)||this.match(8);switch(this.state.type){case 132:{let r=this.parseNumericLiteral(this.state.value);return t()?{type:"number",loc:r.loc.start,value:r}:{type:"invalid",loc:e}}case 131:{let r=this.parseStringLiteral(this.state.value);return t()?{type:"string",loc:r.loc.start,value:r}:{type:"invalid",loc:e}}case 85:case 86:{let r=this.parseBooleanLiteral(this.match(85));return t()?{type:"boolean",loc:r.loc.start,value:r}:{type:"invalid",loc:e}}default:return{type:"invalid",loc:e}}}flowEnumMemberRaw(){let e=this.state.startLoc;return{id:this.parseIdentifier(!0),init:this.eat(29)?this.flowEnumMemberInit():{type:"none",loc:e}}}flowEnumCheckExplicitTypeMismatch(e,t,r){let{explicitType:i}=t;null!==i&&i!==r&&this.flowEnumErrorInvalidMemberInitializer(e,t)}flowEnumMembers(e){let{enumName:t,explicitType:r}=e,i=new Set,n={booleanMembers:[],numberMembers:[],stringMembers:[],defaultedMembers:[]},s=!1;for(;!this.match(8);){if(this.eat(21)){s=!0;break}let e=this.startNode(),{id:u,init:a}=this.flowEnumMemberRaw(),o=u.name;if(""===o)continue;/^[a-z]/.test(o)&&this.raise(Ft.EnumInvalidMemberName,{at:u,memberName:o,suggestion:o[0].toUpperCase()+o.slice(1),enumName:t}),i.has(o)&&this.raise(Ft.EnumDuplicateMemberName,{at:u,memberName:o,enumName:t}),i.add(o);let l={enumName:t,explicitType:r,memberName:o};switch(e.id=u,a.type){case"boolean":this.flowEnumCheckExplicitTypeMismatch(a.loc,l,"boolean"),e.init=a.value,n.booleanMembers.push(this.finishNode(e,"EnumBooleanMember"));break;case"number":this.flowEnumCheckExplicitTypeMismatch(a.loc,l,"number"),e.init=a.value,n.numberMembers.push(this.finishNode(e,"EnumNumberMember"));break;case"string":this.flowEnumCheckExplicitTypeMismatch(a.loc,l,"string"),e.init=a.value,n.stringMembers.push(this.finishNode(e,"EnumStringMember"));break;case"invalid":throw this.flowEnumErrorInvalidMemberInitializer(a.loc,l);case"none":switch(r){case"boolean":this.flowEnumErrorBooleanMemberNotInitialized(a.loc,l);break;case"number":this.flowEnumErrorNumberMemberNotInitialized(a.loc,l);break;default:n.defaultedMembers.push(this.finishNode(e,"EnumDefaultedMember"))}}this.match(8)||this.expect(12)}return{members:n,hasUnknownMembers:s}}flowEnumStringMembers(e,t,r){let{enumName:i}=r;if(0===e.length)return t;if(0===t.length)return e;if(t.length>e.length){for(let t of e)this.flowEnumErrorStringMemberInconsistentlyInitailized(t,{enumName:i});return t}for(let e of t)this.flowEnumErrorStringMemberInconsistentlyInitailized(e,{enumName:i});return e}flowEnumParseExplicitType(e){let{enumName:t}=e;if(!this.eatContextual(101))return null;if(!v(this.state.type))throw this.raise(Ft.EnumInvalidExplicitTypeUnknownSupplied,{at:this.state.startLoc,enumName:t});let{value:r}=this.state;return this.next(),"boolean"!==r&&"number"!==r&&"string"!==r&&"symbol"!==r&&this.raise(Ft.EnumInvalidExplicitType,{at:this.state.startLoc,enumName:t,invalidEnumType:r}),r}flowEnumBody(e,t){let r=t.name,i=t.loc.start,n=this.flowEnumParseExplicitType({enumName:r});this.expect(5);let{members:s,hasUnknownMembers:u}=this.flowEnumMembers({enumName:r,explicitType:n});switch(e.hasUnknownMembers=u,n){case"boolean":return e.explicitType=!0,e.members=s.booleanMembers,this.expect(8),this.finishNode(e,"EnumBooleanBody");case"number":return e.explicitType=!0,e.members=s.numberMembers,this.expect(8),this.finishNode(e,"EnumNumberBody");case"string":return e.explicitType=!0,e.members=this.flowEnumStringMembers(s.stringMembers,s.defaultedMembers,{enumName:r}),this.expect(8),this.finishNode(e,"EnumStringBody");case"symbol":return e.members=s.defaultedMembers,this.expect(8),this.finishNode(e,"EnumSymbolBody");default:{let t=()=>(e.members=[],this.expect(8),this.finishNode(e,"EnumStringBody"));e.explicitType=!1;let n=s.booleanMembers.length,u=s.numberMembers.length,a=s.stringMembers.length,o=s.defaultedMembers.length;if(!(n||u||a||o))return t();if(!n&&!u)return e.members=this.flowEnumStringMembers(s.stringMembers,s.defaultedMembers,{enumName:r}),this.expect(8),this.finishNode(e,"EnumStringBody");if(!u&&!a&&n>=o){for(let e of s.defaultedMembers)this.flowEnumErrorBooleanMemberNotInitialized(e.loc.start,{enumName:r,memberName:e.id.name});return e.members=s.booleanMembers,this.expect(8),this.finishNode(e,"EnumBooleanBody")}if(!n&&!a&&u>=o){for(let e of s.defaultedMembers)this.flowEnumErrorNumberMemberNotInitialized(e.loc.start,{enumName:r,memberName:e.id.name});return e.members=s.numberMembers,this.expect(8),this.finishNode(e,"EnumNumberBody")}return this.raise(Ft.EnumInconsistentMemberValues,{at:i,enumName:r}),t()}}}flowParseEnumDeclaration(e){let t=this.parseIdentifier();return e.id=t,e.body=this.flowEnumBody(this.startNode(),t),this.finishNode(e,"EnumDeclaration")}isLookaheadToken_lt(){let e=this.nextTokenStart();if(60===this.input.charCodeAt(e)){let t=this.input.charCodeAt(e+1);return 60!==t&&61!==t}return!1}maybeUnwrapTypeCastExpression(e){return"TypeCastExpression"===e.type?e.expression:e}},typescript:e=>class extends e{constructor(){super(...arguments),this.tsParseInOutModifiers=this.tsParseModifiers.bind(this,{allowedModifiers:["in","out"],disallowedModifiers:["const","public","private","protected","readonly","declare","abstract","override"],errorTemplate:Ot.InvalidModifierOnTypeParameter}),this.tsParseConstModifier=this.tsParseModifiers.bind(this,{allowedModifiers:["const"],disallowedModifiers:["in","out"],errorTemplate:Ot.InvalidModifierOnTypeParameterPositions}),this.tsParseInOutConstModifiers=this.tsParseModifiers.bind(this,{allowedModifiers:["in","out","const"],disallowedModifiers:["public","private","protected","readonly","declare","abstract","override"],errorTemplate:Ot.InvalidModifierOnTypeParameter})}getScopeHandler(){return kt}tsIsIdentifier(){return v(this.state.type)}tsTokenCanFollowModifier(){return(this.match(0)||this.match(5)||this.match(55)||this.match(21)||this.match(136)||this.isLiteralPropertyName())&&!this.hasPrecedingLineBreak()}tsNextTokenCanFollowModifier(){return this.next(),this.tsTokenCanFollowModifier()}tsParseModifier(e,t){if(!v(this.state.type)&&58!==this.state.type&&75!==this.state.type)return;let r=this.state.value;if(-1!==e.indexOf(r)){if(t&&this.tsIsStartOfStaticBlocks())return;if(this.tsTryParse(this.tsNextTokenCanFollowModifier.bind(this)))return r}}tsParseModifiers(e,t){let{allowedModifiers:r,disallowedModifiers:i,stopOnStartOfClassStaticBlock:n,errorTemplate:s=Ot.InvalidModifierOnTypeMember}=e,u=(e,r,i,n)=>{r===i&&t[n]&&this.raise(Ot.InvalidModifiersOrder,{at:e,orderedModifiers:[i,n]})},a=(e,r,i,n)=>{(t[i]&&r===n||t[n]&&r===i)&&this.raise(Ot.IncompatibleModifiers,{at:e,modifiers:[i,n]})};for(;;){let{startLoc:e}=this.state,o=this.tsParseModifier(r.concat(null!=i?i:[]),n);if(!o)break;Lt(o)?t.accessibility?this.raise(Ot.DuplicateAccessibilityModifier,{at:e,modifier:o}):(u(e,o,o,"override"),u(e,o,o,"static"),u(e,o,o,"readonly"),t.accessibility=o):Mt(o)?(t[o]&&this.raise(Ot.DuplicateModifier,{at:e,modifier:o}),t[o]=!0,u(e,o,"in","out")):(Object.hasOwnProperty.call(t,o)?this.raise(Ot.DuplicateModifier,{at:e,modifier:o}):(u(e,o,"static","readonly"),u(e,o,"static","override"),u(e,o,"override","readonly"),u(e,o,"abstract","override"),a(e,o,"declare","override"),a(e,o,"static","abstract")),t[o]=!0),null!=i&&i.includes(o)&&this.raise(s,{at:e,modifier:o})}}tsIsListTerminator(e){switch(e){case"EnumMembers":case"TypeMembers":return this.match(8);case"HeritageClauseElement":return this.match(5);case"TupleElementTypes":return this.match(3);case"TypeParametersOrArguments":return this.match(48)}}tsParseList(e,t){let r=[];for(;!this.tsIsListTerminator(e);)r.push(t());return r}tsParseDelimitedList(e,t,r){return function(e){if(null==e)throw new Error(`Unexpected ${e} value.`);return e}(this.tsParseDelimitedListWorker(e,t,!0,r))}tsParseDelimitedListWorker(e,t,r,i){let n=[],s=-1;for(;!this.tsIsListTerminator(e);){s=-1;let i=t();if(null==i)return;if(n.push(i),!this.eat(12)){if(this.tsIsListTerminator(e))break;return void(r&&this.expect(12))}s=this.state.lastTokStart}return i&&(i.value=s),n}tsParseBracketedList(e,t,r,i,n){i||this.expect(r?0:47);let s=this.tsParseDelimitedList(e,t,n);return this.expect(r?3:48),s}tsParseImportType(){let e=this.startNode();return this.expect(83),this.expect(10),this.match(131)||this.raise(Ot.UnsupportedImportTypeArgument,{at:this.state.startLoc}),e.argument=super.parseExprAtom(),this.expect(11),this.eat(16)&&(e.qualifier=this.tsParseEntityName()),this.match(47)&&(e.typeParameters=this.tsParseTypeArguments()),this.finishNode(e,"TSImportType")}tsParseEntityName(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=this.parseIdentifier(e);for(;this.eat(16);){let r=this.startNodeAtNode(t);r.left=t,r.right=this.parseIdentifier(e),t=this.finishNode(r,"TSQualifiedName")}return t}tsParseTypeReference(){let e=this.startNode();return e.typeName=this.tsParseEntityName(),!this.hasPrecedingLineBreak()&&this.match(47)&&(e.typeParameters=this.tsParseTypeArguments()),this.finishNode(e,"TSTypeReference")}tsParseThisTypePredicate(e){this.next();let t=this.startNodeAtNode(e);return t.parameterName=e,t.typeAnnotation=this.tsParseTypeAnnotation(!1),t.asserts=!1,this.finishNode(t,"TSTypePredicate")}tsParseThisTypeNode(){let e=this.startNode();return this.next(),this.finishNode(e,"TSThisType")}tsParseTypeQuery(){let e=this.startNode();return this.expect(87),e.exprName=this.match(83)?this.tsParseImportType():this.tsParseEntityName(),!this.hasPrecedingLineBreak()&&this.match(47)&&(e.typeParameters=this.tsParseTypeArguments()),this.finishNode(e,"TSTypeQuery")}tsParseTypeParameter(e){let t=this.startNode();return e(t),t.name=this.tsParseTypeParameterName(),t.constraint=this.tsEatThenParseType(81),t.default=this.tsEatThenParseType(29),this.finishNode(t,"TSTypeParameter")}tsTryParseTypeParameters(e){if(this.match(47))return this.tsParseTypeParameters(e)}tsParseTypeParameters(e){let t=this.startNode();this.match(47)||this.match(140)?this.next():this.unexpected();let r={value:-1};return t.params=this.tsParseBracketedList("TypeParametersOrArguments",this.tsParseTypeParameter.bind(this,e),!1,!0,r),0===t.params.length&&this.raise(Ot.EmptyTypeParameters,{at:t}),-1!==r.value&&this.addExtra(t,"trailingComma",r.value),this.finishNode(t,"TSTypeParameterDeclaration")}tsFillSignature(e,t){let r=19===e;t.typeParameters=this.tsTryParseTypeParameters(this.tsParseConstModifier),this.expect(10),t.parameters=this.tsParseBindingListForSignature(),(r||this.match(e))&&(t.typeAnnotation=this.tsParseTypeOrTypePredicateAnnotation(e))}tsParseBindingListForSignature(){return super.parseBindingList(11,41,2).map((e=>("Identifier"!==e.type&&"RestElement"!==e.type&&"ObjectPattern"!==e.type&&"ArrayPattern"!==e.type&&this.raise(Ot.UnsupportedSignatureParameterKind,{at:e,type:e.type}),e)))}tsParseTypeMemberSemicolon(){!this.eat(12)&&!this.isLineTerminator()&&this.expect(13)}tsParseSignatureMember(e,t){return this.tsFillSignature(14,t),this.tsParseTypeMemberSemicolon(),this.finishNode(t,e)}tsIsUnambiguouslyIndexSignature(){return this.next(),!!v(this.state.type)&&(this.next(),this.match(14))}tsTryParseIndexSignature(e){if(!this.match(0)||!this.tsLookAhead(this.tsIsUnambiguouslyIndexSignature.bind(this)))return;this.expect(0);let t=this.parseIdentifier();t.typeAnnotation=this.tsParseTypeAnnotation(),this.resetEndLocation(t),this.expect(3),e.parameters=[t];let r=this.tsTryParseTypeAnnotation();return r&&(e.typeAnnotation=r),this.tsParseTypeMemberSemicolon(),this.finishNode(e,"TSIndexSignature")}tsParsePropertyOrMethodSignature(e,t){this.eat(17)&&(e.optional=!0);let r=e;if(this.match(10)||this.match(47)){t&&this.raise(Ot.ReadonlyForMethodSignature,{at:e});let i=r;i.kind&&this.match(47)&&this.raise(Ot.AccesorCannotHaveTypeParameters,{at:this.state.curPosition()}),this.tsFillSignature(14,i),this.tsParseTypeMemberSemicolon();let n="parameters",s="typeAnnotation";if("get"===i.kind)i[n].length>0&&(this.raise(Q.BadGetterArity,{at:this.state.curPosition()}),this.isThisParam(i[n][0])&&this.raise(Ot.AccesorCannotDeclareThisParameter,{at:this.state.curPosition()}));else if("set"===i.kind){if(1!==i[n].length)this.raise(Q.BadSetterArity,{at:this.state.curPosition()});else{let e=i[n][0];this.isThisParam(e)&&this.raise(Ot.AccesorCannotDeclareThisParameter,{at:this.state.curPosition()}),"Identifier"===e.type&&e.optional&&this.raise(Ot.SetAccesorCannotHaveOptionalParameter,{at:this.state.curPosition()}),"RestElement"===e.type&&this.raise(Ot.SetAccesorCannotHaveRestParameter,{at:this.state.curPosition()})}i[s]&&this.raise(Ot.SetAccesorCannotHaveReturnType,{at:i[s]})}else i.kind="method";return this.finishNode(i,"TSMethodSignature")}{let e=r;t&&(e.readonly=!0);let i=this.tsTryParseTypeAnnotation();return i&&(e.typeAnnotation=i),this.tsParseTypeMemberSemicolon(),this.finishNode(e,"TSPropertySignature")}}tsParseTypeMember(){let e=this.startNode();if(this.match(10)||this.match(47))return this.tsParseSignatureMember("TSCallSignatureDeclaration",e);if(this.match(77)){let t=this.startNode();return this.next(),this.match(10)||this.match(47)?this.tsParseSignatureMember("TSConstructSignatureDeclaration",e):(e.key=this.createIdentifier(t,"new"),this.tsParsePropertyOrMethodSignature(e,!1))}return this.tsParseModifiers({allowedModifiers:["readonly"],disallowedModifiers:["declare","abstract","private","protected","public","static","override"]},e),this.tsTryParseIndexSignature(e)||(super.parsePropertyName(e),!e.computed&&"Identifier"===e.key.type&&("get"===e.key.name||"set"===e.key.name)&&this.tsTokenCanFollowModifier()&&(e.kind=e.key.name,super.parsePropertyName(e)),this.tsParsePropertyOrMethodSignature(e,!!e.readonly))}tsParseTypeLiteral(){let e=this.startNode();return e.members=this.tsParseObjectTypeMembers(),this.finishNode(e,"TSTypeLiteral")}tsParseObjectTypeMembers(){this.expect(5);let e=this.tsParseList("TypeMembers",this.tsParseTypeMember.bind(this));return this.expect(8),e}tsIsStartOfMappedType(){return this.next(),this.eat(53)?this.isContextual(120):(this.isContextual(120)&&this.next(),!(!this.match(0)||(this.next(),!this.tsIsIdentifier()))&&(this.next(),this.match(58)))}tsParseMappedTypeParameter(){let e=this.startNode();return e.name=this.tsParseTypeParameterName(),e.constraint=this.tsExpectThenParseType(58),this.finishNode(e,"TSTypeParameter")}tsParseMappedType(){let e=this.startNode();return this.expect(5),this.match(53)?(e.readonly=this.state.value,this.next(),this.expectContextual(120)):this.eatContextual(120)&&(e.readonly=!0),this.expect(0),e.typeParameter=this.tsParseMappedTypeParameter(),e.nameType=this.eatContextual(93)?this.tsParseType():null,this.expect(3),this.match(53)?(e.optional=this.state.value,this.next(),this.expect(17)):this.eat(17)&&(e.optional=!0),e.typeAnnotation=this.tsTryParseType(),this.semicolon(),this.expect(8),this.finishNode(e,"TSMappedType")}tsParseTupleType(){let e=this.startNode();e.elementTypes=this.tsParseBracketedList("TupleElementTypes",this.tsParseTupleElementType.bind(this),!0,!1);let t=!1,r=null;return e.elementTypes.forEach((e=>{let{type:i}=e;t&&"TSRestType"!==i&&"TSOptionalType"!==i&&!("TSNamedTupleMember"===i&&e.optional)&&this.raise(Ot.OptionalTypeBeforeRequired,{at:e}),t||(t="TSNamedTupleMember"===i&&e.optional||"TSOptionalType"===i);let n=i;"TSRestType"===i&&(n=(e=e.typeAnnotation).type);let s="TSNamedTupleMember"===n;null!=r||(r=s),r!==s&&this.raise(Ot.MixedLabeledAndUnlabeledElements,{at:e})})),this.finishNode(e,"TSTupleType")}tsParseTupleElementType(){let e,t,r,i,{startLoc:n}=this.state,s=this.eat(21),u=x(this.state.type)?this.lookaheadCharCode():null;if(58===u)e=!0,r=!1,t=this.parseIdentifier(!0),this.expect(14),i=this.tsParseType();else if(63===u){r=!0;let n=this.state.startLoc,s=this.state.value,u=this.tsParseNonArrayType();58===this.lookaheadCharCode()?(e=!0,t=this.createIdentifier(this.startNodeAt(n),s),this.expect(17),this.expect(14),i=this.tsParseType()):(e=!1,i=u,this.expect(17))}else i=this.tsParseType(),r=this.eat(17),e=this.eat(14);if(e){let e;t?(e=this.startNodeAtNode(t),e.optional=r,e.label=t,e.elementType=i,this.eat(17)&&(e.optional=!0,this.raise(Ot.TupleOptionalAfterType,{at:this.state.lastTokStartLoc}))):(e=this.startNodeAtNode(i),e.optional=r,this.raise(Ot.InvalidTupleMemberLabel,{at:i}),e.label=i,e.elementType=this.tsParseType()),i=this.finishNode(e,"TSNamedTupleMember")}else if(r){let e=this.startNodeAtNode(i);e.typeAnnotation=i,i=this.finishNode(e,"TSOptionalType")}if(s){let e=this.startNodeAt(n);e.typeAnnotation=i,i=this.finishNode(e,"TSRestType")}return i}tsParseParenthesizedType(){let e=this.startNode();return this.expect(10),e.typeAnnotation=this.tsParseType(),this.expect(11),this.finishNode(e,"TSParenthesizedType")}tsParseFunctionOrConstructorType(e,t){let r=this.startNode();return"TSConstructorType"===e&&(r.abstract=!!t,t&&this.next(),this.next()),this.tsInAllowConditionalTypesContext((()=>this.tsFillSignature(19,r))),this.finishNode(r,e)}tsParseLiteralTypeNode(){let e=this.startNode();return e.literal=(()=>{switch(this.state.type){case 132:case 133:case 131:case 85:case 86:return super.parseExprAtom();default:this.unexpected()}})(),this.finishNode(e,"TSLiteralType")}tsParseTemplateLiteralType(){let e=this.startNode();return e.literal=super.parseTemplate(!1),this.finishNode(e,"TSLiteralType")}parseTemplateSubstitution(){return this.state.inType?this.tsParseType():super.parseTemplateSubstitution()}tsParseThisTypeOrThisTypePredicate(){let e=this.tsParseThisTypeNode();return this.isContextual(114)&&!this.hasPrecedingLineBreak()?this.tsParseThisTypePredicate(e):e}tsParseNonArrayType(){switch(this.state.type){case 131:case 132:case 133:case 85:case 86:return this.tsParseLiteralTypeNode();case 53:if("-"===this.state.value){let e=this.startNode(),t=this.lookahead();return 132!==t.type&&133!==t.type&&this.unexpected(),e.literal=this.parseMaybeUnary(),this.finishNode(e,"TSLiteralType")}break;case 78:return this.tsParseThisTypeOrThisTypePredicate();case 87:return this.tsParseTypeQuery();case 83:return this.tsParseImportType();case 5:return this.tsLookAhead(this.tsIsStartOfMappedType.bind(this))?this.tsParseMappedType():this.tsParseTypeLiteral();case 0:return this.tsParseTupleType();case 10:return this.tsParseParenthesizedType();case 25:case 24:return this.tsParseTemplateLiteralType();default:{let{type:e}=this.state;if(v(e)||88===e||84===e){let t=88===e?"TSVoidKeyword":84===e?"TSNullKeyword":function(e){switch(e){case"any":return"TSAnyKeyword";case"boolean":return"TSBooleanKeyword";case"bigint":return"TSBigIntKeyword";case"never":return"TSNeverKeyword";case"number":return"TSNumberKeyword";case"object":return"TSObjectKeyword";case"string":return"TSStringKeyword";case"symbol":return"TSSymbolKeyword";case"undefined":return"TSUndefinedKeyword";case"unknown":return"TSUnknownKeyword";default:return}}(this.state.value);if(void 0!==t&&46!==this.lookaheadCharCode()){let e=this.startNode();return this.next(),this.finishNode(e,t)}return this.tsParseTypeReference()}}}this.unexpected()}tsParseArrayTypeOrHigher(){let e=this.tsParseNonArrayType();for(;!this.hasPrecedingLineBreak()&&this.eat(0);)if(this.match(3)){let t=this.startNodeAtNode(e);t.elementType=e,this.expect(3),e=this.finishNode(t,"TSArrayType")}else{let t=this.startNodeAtNode(e);t.objectType=e,t.indexType=this.tsParseType(),this.expect(3),e=this.finishNode(t,"TSIndexedAccessType")}return e}tsParseTypeOperator(){let e=this.startNode(),t=this.state.value;return this.next(),e.operator=t,e.typeAnnotation=this.tsParseTypeOperatorOrHigher(),"readonly"===t&&this.tsCheckTypeAnnotationForReadOnly(e),this.finishNode(e,"TSTypeOperator")}tsCheckTypeAnnotationForReadOnly(e){switch(e.typeAnnotation.type){case"TSTupleType":case"TSArrayType":return;default:this.raise(Ot.UnexpectedReadonly,{at:e})}}tsParseInferType(){let e=this.startNode();this.expectContextual(113);let t=this.startNode();return t.name=this.tsParseTypeParameterName(),t.constraint=this.tsTryParse((()=>this.tsParseConstraintForInferType())),e.typeParameter=this.finishNode(t,"TSTypeParameter"),this.finishNode(e,"TSInferType")}tsParseConstraintForInferType(){if(this.eat(81)){let e=this.tsInDisallowConditionalTypesContext((()=>this.tsParseType()));if(this.state.inDisallowConditionalTypesContext||!this.match(17))return e}}tsParseTypeOperatorOrHigher(){return function(e){return e>=119&&e<=121}(this.state.type)&&!this.state.containsEsc?this.tsParseTypeOperator():this.isContextual(113)?this.tsParseInferType():this.tsInAllowConditionalTypesContext((()=>this.tsParseArrayTypeOrHigher()))}tsParseUnionOrIntersectionType(e,t,r){let i=this.startNode(),n=this.eat(r),s=[];do{s.push(t())}while(this.eat(r));return 1!==s.length||n?(i.types=s,this.finishNode(i,e)):s[0]}tsParseIntersectionTypeOrHigher(){return this.tsParseUnionOrIntersectionType("TSIntersectionType",this.tsParseTypeOperatorOrHigher.bind(this),45)}tsParseUnionTypeOrHigher(){return this.tsParseUnionOrIntersectionType("TSUnionType",this.tsParseIntersectionTypeOrHigher.bind(this),43)}tsIsStartOfFunctionType(){return!!this.match(47)||this.match(10)&&this.tsLookAhead(this.tsIsUnambiguouslyStartOfFunctionType.bind(this))}tsSkipParameterStart(){if(v(this.state.type)||this.match(78))return this.next(),!0;if(this.match(5)){let{errors:e}=this.state,t=e.length;try{return this.parseObjectLike(8,!0),e.length===t}catch{return!1}}if(this.match(0)){this.next();let{errors:e}=this.state,t=e.length;try{return super.parseBindingList(3,93,1),e.length===t}catch{return!1}}return!1}tsIsUnambiguouslyStartOfFunctionType(){return this.next(),!!(this.match(11)||this.match(21)||this.tsSkipParameterStart()&&(this.match(14)||this.match(12)||this.match(17)||this.match(29)||this.match(11)&&(this.next(),this.match(19))))}tsParseTypeOrTypePredicateAnnotation(e){return this.tsInType((()=>{let t=this.startNode();this.expect(e);let r=this.startNode(),i=!!this.tsTryParse(this.tsParseTypePredicateAsserts.bind(this));if(i&&this.match(78)){let e=this.tsParseThisTypeOrThisTypePredicate();return"TSThisType"===e.type?(r.parameterName=e,r.asserts=!0,r.typeAnnotation=null,e=this.finishNode(r,"TSTypePredicate")):(this.resetStartLocationFromNode(e,r),e.asserts=!0),t.typeAnnotation=e,this.finishNode(t,"TSTypeAnnotation")}let n=this.tsIsIdentifier()&&this.tsTryParse(this.tsParseTypePredicatePrefix.bind(this));if(!n)return i?(r.parameterName=this.parseIdentifier(),r.asserts=i,r.typeAnnotation=null,t.typeAnnotation=this.finishNode(r,"TSTypePredicate"),this.finishNode(t,"TSTypeAnnotation")):this.tsParseTypeAnnotation(!1,t);let s=this.tsParseTypeAnnotation(!1);return r.parameterName=n,r.typeAnnotation=s,r.asserts=i,t.typeAnnotation=this.finishNode(r,"TSTypePredicate"),this.finishNode(t,"TSTypeAnnotation")}))}tsTryParseTypeOrTypePredicateAnnotation(){return this.match(14)?this.tsParseTypeOrTypePredicateAnnotation(14):void 0}tsTryParseTypeAnnotation(){return this.match(14)?this.tsParseTypeAnnotation():void 0}tsTryParseType(){return this.tsEatThenParseType(14)}tsParseTypePredicatePrefix(){let e=this.parseIdentifier();if(this.isContextual(114)&&!this.hasPrecedingLineBreak())return this.next(),e}tsParseTypePredicateAsserts(){if(107!==this.state.type)return!1;let e=this.state.containsEsc;return this.next(),!(!v(this.state.type)&&!this.match(78)||(e&&this.raise(Q.InvalidEscapedReservedWord,{at:this.state.lastTokStartLoc,reservedWord:"asserts"}),0))}tsParseTypeAnnotation(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.startNode();return this.tsInType((()=>{e&&this.expect(14),t.typeAnnotation=this.tsParseType()})),this.finishNode(t,"TSTypeAnnotation")}tsParseType(){It(this.state.inType);let e=this.tsParseNonConditionalType();if(this.state.inDisallowConditionalTypesContext||this.hasPrecedingLineBreak()||!this.eat(81))return e;let t=this.startNodeAtNode(e);return t.checkType=e,t.extendsType=this.tsInDisallowConditionalTypesContext((()=>this.tsParseNonConditionalType())),this.expect(17),t.trueType=this.tsInAllowConditionalTypesContext((()=>this.tsParseType())),this.expect(14),t.falseType=this.tsInAllowConditionalTypesContext((()=>this.tsParseType())),this.finishNode(t,"TSConditionalType")}isAbstractConstructorSignature(){return this.isContextual(122)&&77===this.lookahead().type}tsParseNonConditionalType(){return this.tsIsStartOfFunctionType()?this.tsParseFunctionOrConstructorType("TSFunctionType"):this.match(77)?this.tsParseFunctionOrConstructorType("TSConstructorType"):this.isAbstractConstructorSignature()?this.tsParseFunctionOrConstructorType("TSConstructorType",!0):this.tsParseUnionTypeOrHigher()}tsParseTypeAssertion(){this.getPluginOption("typescript","disallowAmbiguousJSXLike")&&this.raise(Ot.ReservedTypeAssertion,{at:this.state.startLoc});let e=this.startNode();return e.typeAnnotation=this.tsInType((()=>(this.next(),this.match(75)?this.tsParseTypeReference():this.tsParseType()))),this.expect(48),e.expression=this.parseMaybeUnary(),this.finishNode(e,"TSTypeAssertion")}tsParseHeritageClause(e){let t=this.state.startLoc,r=this.tsParseDelimitedList("HeritageClauseElement",(()=>{let e=this.startNode();return e.expression=this.tsParseEntityName(),this.match(47)&&(e.typeParameters=this.tsParseTypeArguments()),this.finishNode(e,"TSExpressionWithTypeArguments")}));return r.length||this.raise(Ot.EmptyHeritageClauseType,{at:t,token:e}),r}tsParseInterfaceDeclaration(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(this.hasFollowingLineBreak())return null;this.expectContextual(127),t.declare&&(e.declare=!0),v(this.state.type)?(e.id=this.parseIdentifier(),this.checkIdentifier(e.id,130)):(e.id=null,this.raise(Ot.MissingInterfaceName,{at:this.state.startLoc})),e.typeParameters=this.tsTryParseTypeParameters(this.tsParseInOutConstModifiers),this.eat(81)&&(e.extends=this.tsParseHeritageClause("extends"));let r=this.startNode();return r.body=this.tsInType(this.tsParseObjectTypeMembers.bind(this)),e.body=this.finishNode(r,"TSInterfaceBody"),this.finishNode(e,"TSInterfaceDeclaration")}tsParseTypeAliasDeclaration(e){return e.id=this.parseIdentifier(),this.checkIdentifier(e.id,2),e.typeAnnotation=this.tsInType((()=>{if(e.typeParameters=this.tsTryParseTypeParameters(this.tsParseInOutModifiers),this.expect(29),this.isContextual(112)&&16!==this.lookahead().type){let e=this.startNode();return this.next(),this.finishNode(e,"TSIntrinsicKeyword")}return this.tsParseType()})),this.semicolon(),this.finishNode(e,"TSTypeAliasDeclaration")}tsInNoContext(e){let t=this.state.context;this.state.context=[t[0]];try{return e()}finally{this.state.context=t}}tsInType(e){let t=this.state.inType;this.state.inType=!0;try{return e()}finally{this.state.inType=t}}tsInDisallowConditionalTypesContext(e){let t=this.state.inDisallowConditionalTypesContext;this.state.inDisallowConditionalTypesContext=!0;try{return e()}finally{this.state.inDisallowConditionalTypesContext=t}}tsInAllowConditionalTypesContext(e){let t=this.state.inDisallowConditionalTypesContext;this.state.inDisallowConditionalTypesContext=!1;try{return e()}finally{this.state.inDisallowConditionalTypesContext=t}}tsEatThenParseType(e){return this.match(e)?this.tsNextThenParseType():void 0}tsExpectThenParseType(e){return this.tsDoThenParseType((()=>this.expect(e)))}tsNextThenParseType(){return this.tsDoThenParseType((()=>this.next()))}tsDoThenParseType(e){return this.tsInType((()=>(e(),this.tsParseType())))}tsParseEnumMember(){let e=this.startNode();return e.id=this.match(131)?super.parseStringLiteral(this.state.value):this.parseIdentifier(!0),this.eat(29)&&(e.initializer=super.parseMaybeAssignAllowIn()),this.finishNode(e,"TSEnumMember")}tsParseEnumDeclaration(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t.const&&(e.const=!0),t.declare&&(e.declare=!0),this.expectContextual(124),e.id=this.parseIdentifier(),this.checkIdentifier(e.id,e.const?8971:8459),this.expect(5),e.members=this.tsParseDelimitedList("EnumMembers",this.tsParseEnumMember.bind(this)),this.expect(8),this.finishNode(e,"TSEnumDeclaration")}tsParseModuleBlock(){let e=this.startNode();return this.scope.enter(0),this.expect(5),super.parseBlockOrModuleBlockBody(e.body=[],void 0,!0,8),this.scope.exit(),this.finishNode(e,"TSModuleBlock")}tsParseModuleOrNamespaceDeclaration(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(e.id=this.parseIdentifier(),t||this.checkIdentifier(e.id,1024),this.eat(16)){let t=this.startNode();this.tsParseModuleOrNamespaceDeclaration(t,!0),e.body=t}else this.scope.enter(Ae),this.prodParam.enter(0),e.body=this.tsParseModuleBlock(),this.prodParam.exit(),this.scope.exit();return this.finishNode(e,"TSModuleDeclaration")}tsParseAmbientExternalModuleDeclaration(e){return this.isContextual(110)?(e.global=!0,e.id=this.parseIdentifier()):this.match(131)?e.id=super.parseStringLiteral(this.state.value):this.unexpected(),this.match(5)?(this.scope.enter(Ae),this.prodParam.enter(0),e.body=this.tsParseModuleBlock(),this.prodParam.exit(),this.scope.exit()):this.semicolon(),this.finishNode(e,"TSModuleDeclaration")}tsParseImportEqualsDeclaration(e,t){e.isExport=t||!1,e.id=this.parseIdentifier(),this.checkIdentifier(e.id,Te),this.expect(29);let r=this.tsParseModuleReference();return"type"===e.importKind&&"TSExternalModuleReference"!==r.type&&this.raise(Ot.ImportAliasHasImportType,{at:r}),e.moduleReference=r,this.semicolon(),this.finishNode(e,"TSImportEqualsDeclaration")}tsIsExternalModuleReference(){return this.isContextual(117)&&40===this.lookaheadCharCode()}tsParseModuleReference(){return this.tsIsExternalModuleReference()?this.tsParseExternalModuleReference():this.tsParseEntityName(!1)}tsParseExternalModuleReference(){let e=this.startNode();return this.expectContextual(117),this.expect(10),this.match(131)||this.unexpected(),e.expression=super.parseExprAtom(),this.expect(11),this.finishNode(e,"TSExternalModuleReference")}tsLookAhead(e){let t=this.state.clone(),r=e();return this.state=t,r}tsTryParseAndCatch(e){let t=this.tryParse((t=>e()||t()));if(!t.aborted&&t.node)return t.error&&(this.state=t.failState),t.node}tsTryParse(e){let t=this.state.clone(),r=e();if(void 0!==r&&!1!==r)return r;this.state=t}tsTryParseDeclare(e){if(this.isLineTerminator())return;let t,r=this.state.type;return this.isContextual(99)&&(r=74,t="let"),this.tsInAmbientContext((()=>{if(68===r)return e.declare=!0,super.parseFunctionStatement(e,!1,!1);if(80===r)return e.declare=!0,this.parseClass(e,!0,!1);if(124===r)return this.tsParseEnumDeclaration(e,{declare:!0});if(110===r)return this.tsParseAmbientExternalModuleDeclaration(e);if(75===r||74===r)return this.match(75)&&this.isLookaheadContextual("enum")?(this.expect(75),this.tsParseEnumDeclaration(e,{const:!0,declare:!0})):(e.declare=!0,this.parseVarStatement(e,t||this.state.value,!0));if(127===r){let t=this.tsParseInterfaceDeclaration(e,{declare:!0});if(t)return t}return v(r)?this.tsParseDeclaration(e,this.state.value,!0,null):void 0}))}tsTryParseExportDeclaration(){return this.tsParseDeclaration(this.startNode(),this.state.value,!0,null)}tsParseExpressionStatement(e,t,r){switch(t.name){case"declare":{let t=this.tsTryParseDeclare(e);if(t)return t.declare=!0,t;break}case"global":if(this.match(5)){this.scope.enter(Ae),this.prodParam.enter(0);let r=e;return r.global=!0,r.id=t,r.body=this.tsParseModuleBlock(),this.scope.exit(),this.prodParam.exit(),this.finishNode(r,"TSModuleDeclaration")}break;default:return this.tsParseDeclaration(e,t.name,!1,r)}}tsParseDeclaration(e,t,r,i){switch(t){case"abstract":if(this.tsCheckLineTerminator(r)&&(this.match(80)||v(this.state.type)))return this.tsParseAbstractDeclaration(e,i);break;case"module":if(this.tsCheckLineTerminator(r)){if(this.match(131))return this.tsParseAmbientExternalModuleDeclaration(e);if(v(this.state.type))return this.tsParseModuleOrNamespaceDeclaration(e)}break;case"namespace":if(this.tsCheckLineTerminator(r)&&v(this.state.type))return this.tsParseModuleOrNamespaceDeclaration(e);break;case"type":if(this.tsCheckLineTerminator(r)&&v(this.state.type))return this.tsParseTypeAliasDeclaration(e)}}tsCheckLineTerminator(e){return e?!this.hasFollowingLineBreak()&&(this.next(),!0):!this.isLineTerminator()}tsTryParseGenericAsyncArrowFunction(e){if(!this.match(47))return;let t=this.state.maybeInArrowParameters;this.state.maybeInArrowParameters=!0;let r=this.tsTryParseAndCatch((()=>{let t=this.startNodeAt(e);return t.typeParameters=this.tsParseTypeParameters(this.tsParseConstModifier),super.parseFunctionParams(t),t.returnType=this.tsTryParseTypeOrTypePredicateAnnotation(),this.expect(19),t}));return this.state.maybeInArrowParameters=t,r?super.parseArrowExpression(r,null,!0):void 0}tsParseTypeArgumentsInExpression(){if(47===this.reScan_lt())return this.tsParseTypeArguments()}tsParseTypeArguments(){let e=this.startNode();return e.params=this.tsInType((()=>this.tsInNoContext((()=>(this.expect(47),this.tsParseDelimitedList("TypeParametersOrArguments",this.tsParseType.bind(this))))))),0===e.params.length&&this.raise(Ot.EmptyTypeArguments,{at:e}),this.expect(48),this.finishNode(e,"TSTypeParameterInstantiation")}tsIsDeclarationStart(){return function(e){return e>=122&&e<=128}(this.state.type)}isExportDefaultSpecifier(){return!this.tsIsDeclarationStart()&&super.isExportDefaultSpecifier()}parseAssignableListItem(e,t){let r=this.state.startLoc,i={};this.tsParseModifiers({allowedModifiers:["public","private","protected","override","readonly"]},i);let n=i.accessibility,s=i.override,u=i.readonly;!(4&e)&&(n||u||s)&&this.raise(Ot.UnexpectedParameterModifier,{at:r});let a=this.parseMaybeDefault();this.parseAssignableListItemTypes(a,e);let o=this.parseMaybeDefault(a.loc.start,a);if(n||u||s){let e=this.startNodeAt(r);return t.length&&(e.decorators=t),n&&(e.accessibility=n),u&&(e.readonly=u),s&&(e.override=s),"Identifier"!==o.type&&"AssignmentPattern"!==o.type&&this.raise(Ot.UnsupportedParameterPropertyKind,{at:e}),e.parameter=o,this.finishNode(e,"TSParameterProperty")}return t.length&&(a.decorators=t),o}isSimpleParameter(e){return"TSParameterProperty"===e.type&&super.isSimpleParameter(e.parameter)||super.isSimpleParameter(e)}tsDisallowOptionalPattern(e){for(let t of e.params)"Identifier"!==t.type&&t.optional&&!this.state.isAmbientContext&&this.raise(Ot.PatternIsOptional,{at:t})}setArrowFunctionParameters(e,t,r){super.setArrowFunctionParameters(e,t,r),this.tsDisallowOptionalPattern(e)}parseFunctionBodyAndFinish(e,t){let r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];this.match(14)&&(e.returnType=this.tsParseTypeOrTypePredicateAnnotation(14));let i="FunctionDeclaration"===t?"TSDeclareFunction":"ClassMethod"===t||"ClassPrivateMethod"===t?"TSDeclareMethod":void 0;return i&&!this.match(5)&&this.isLineTerminator()?this.finishNode(e,i):"TSDeclareFunction"===i&&this.state.isAmbientContext&&(this.raise(Ot.DeclareFunctionHasImplementation,{at:e}),e.declare)?super.parseFunctionBodyAndFinish(e,i,r):(this.tsDisallowOptionalPattern(e),super.parseFunctionBodyAndFinish(e,t,r))}registerFunctionStatementId(e){!e.body&&e.id?this.checkIdentifier(e.id,1024):super.registerFunctionStatementId(e)}tsCheckForInvalidTypeCasts(e){e.forEach((e=>{"TSTypeCastExpression"===(null==e?void 0:e.type)&&this.raise(Ot.UnexpectedTypeAnnotation,{at:e.typeAnnotation})}))}toReferencedList(e,t){return this.tsCheckForInvalidTypeCasts(e),e}parseArrayLike(e,t,r,i){let n=super.parseArrayLike(e,t,r,i);return"ArrayExpression"===n.type&&this.tsCheckForInvalidTypeCasts(n.elements),n}parseSubscript(e,t,r,i){if(!this.hasPrecedingLineBreak()&&this.match(35)){this.state.canStartJSXElement=!1,this.next();let r=this.startNodeAt(t);return r.expression=e,this.finishNode(r,"TSNonNullExpression")}let n=!1;if(this.match(18)&&60===this.lookaheadCharCode()){if(r)return i.stop=!0,e;i.optionalChainMember=n=!0,this.next()}if(this.match(47)||this.match(51)){let s,u=this.tsTryParseAndCatch((()=>{if(!r&&this.atPossibleAsyncArrow(e)){let e=this.tsTryParseGenericAsyncArrowFunction(t);if(e)return e}let u=this.tsParseTypeArgumentsInExpression();if(!u)return;if(n&&!this.match(10))return void(s=this.state.curPosition());if(j(this.state.type)){let r=super.parseTaggedTemplateExpression(e,t,i);return r.typeParameters=u,r}if(!r&&this.eat(10)){let r=this.startNodeAt(t);return r.callee=e,r.arguments=this.parseCallExpressionArguments(11,!1),this.tsCheckForInvalidTypeCasts(r.arguments),r.typeParameters=u,i.optionalChainMember&&(r.optional=n),this.finishCallExpression(r,i.optionalChainMember)}let a=this.state.type;if(48===a||52===a||10!==a&&w(a)&&!this.hasPrecedingLineBreak())return;let o=this.startNodeAt(t);return o.expression=e,o.typeParameters=u,this.finishNode(o,"TSInstantiationExpression")}));if(s&&this.unexpected(s,10),u)return"TSInstantiationExpression"===u.type&&(this.match(16)||this.match(18)&&40!==this.lookaheadCharCode())&&this.raise(Ot.InvalidPropertyAccessAfterInstantiationExpression,{at:this.state.startLoc}),u}return super.parseSubscript(e,t,r,i)}parseNewCallee(e){var t;super.parseNewCallee(e);let{callee:r}=e;"TSInstantiationExpression"===r.type&&(null==(t=r.extra)||!t.parenthesized)&&(e.typeParameters=r.typeParameters,e.callee=r.expression)}parseExprOp(e,t,r){let i;if(N(58)>r&&!this.hasPrecedingLineBreak()&&(this.isContextual(93)||(i=this.isContextual(118)))){let n=this.startNodeAt(t);return n.expression=e,n.typeAnnotation=this.tsInType((()=>(this.next(),this.match(75)?(i&&this.raise(Q.UnexpectedKeyword,{at:this.state.startLoc,keyword:"const"}),this.tsParseTypeReference()):this.tsParseType()))),this.finishNode(n,i?"TSSatisfiesExpression":"TSAsExpression"),this.reScan_lt_gt(),this.parseExprOp(n,t,r)}return super.parseExprOp(e,t,r)}checkReservedWord(e,t,r,i){this.state.isAmbientContext||super.checkReservedWord(e,t,r,i)}checkImportReflection(e){super.checkImportReflection(e),e.module&&"value"!==e.importKind&&this.raise(Ot.ImportReflectionHasImportType,{at:e.specifiers[0].loc.start})}checkDuplicateExports(){}parseImport(e){if(e.importKind="value",v(this.state.type)||this.match(55)||this.match(5)){let t=this.lookahead();if(this.isContextual(128)&&12!==t.type&&97!==t.type&&29!==t.type&&(e.importKind="type",this.next(),t=this.lookahead()),v(this.state.type)&&29===t.type)return this.tsParseImportEqualsDeclaration(e)}let t=super.parseImport(e);return"type"===t.importKind&&t.specifiers.length>1&&"ImportDefaultSpecifier"===t.specifiers[0].type&&this.raise(Ot.TypeImportCannotSpecifyDefaultAndNamed,{at:t}),t}parseExport(e,t){if(this.match(83))return this.next(),this.isContextual(128)&&61!==this.lookaheadCharCode()?(e.importKind="type",this.next()):e.importKind="value",this.tsParseImportEqualsDeclaration(e,!0);if(this.eat(29)){let t=e;return t.expression=super.parseExpression(),this.semicolon(),this.finishNode(t,"TSExportAssignment")}if(this.eatContextual(93)){let t=e;return this.expectContextual(126),t.id=this.parseIdentifier(),this.semicolon(),this.finishNode(t,"TSNamespaceExportDeclaration")}if(e.exportKind="value",this.isContextual(128)){let t=this.lookaheadCharCode();(123===t||42===t)&&(this.next(),e.exportKind="type")}return super.parseExport(e,t)}isAbstractClass(){return this.isContextual(122)&&80===this.lookahead().type}parseExportDefaultExpression(){if(this.isAbstractClass()){let e=this.startNode();return this.next(),e.abstract=!0,this.parseClass(e,!0,!0)}if(this.match(127)){let e=this.tsParseInterfaceDeclaration(this.startNode());if(e)return e}return super.parseExportDefaultExpression()}parseVarStatement(e,t){let r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],{isAmbientContext:i}=this.state,n=super.parseVarStatement(e,t,r||i);if(!i)return n;for(let{id:e,init:r}of n.declarations)r&&("const"!==t||e.typeAnnotation?this.raise(Ot.InitializerNotAllowedInAmbientContext,{at:r}):$t(r,this.hasPlugin("estree"))||this.raise(Ot.ConstInitiailizerMustBeStringOrNumericLiteralOrLiteralEnumReference,{at:r}));return n}parseStatementContent(e,t){if(this.match(75)&&this.isLookaheadContextual("enum")){let e=this.startNode();return this.expect(75),this.tsParseEnumDeclaration(e,{const:!0})}if(this.isContextual(124))return this.tsParseEnumDeclaration(this.startNode());if(this.isContextual(127)){let e=this.tsParseInterfaceDeclaration(this.startNode());if(e)return e}return super.parseStatementContent(e,t)}parseAccessModifier(){return this.tsParseModifier(["public","protected","private"])}tsHasSomeModifiers(e,t){return t.some((t=>Lt(t)?e.accessibility===t:!!e[t]))}tsIsStartOfStaticBlocks(){return this.isContextual(104)&&123===this.lookaheadCharCode()}parseClassMember(e,t,r){let i=["declare","private","public","protected","override","abstract","readonly","static"];this.tsParseModifiers({allowedModifiers:i,disallowedModifiers:["in","out"],stopOnStartOfClassStaticBlock:!0,errorTemplate:Ot.InvalidModifierOnTypeParameterPositions},t);let n=()=>{this.tsIsStartOfStaticBlocks()?(this.next(),this.next(),this.tsHasSomeModifiers(t,i)&&this.raise(Ot.StaticBlockCannotHaveModifier,{at:this.state.curPosition()}),super.parseClassStaticBlock(e,t)):this.parseClassMemberWithIsStatic(e,t,r,!!t.static)};t.declare?this.tsInAmbientContext(n):n()}parseClassMemberWithIsStatic(e,t,r,i){let n=this.tsTryParseIndexSignature(t);if(n)return e.body.push(n),t.abstract&&this.raise(Ot.IndexSignatureHasAbstract,{at:t}),t.accessibility&&this.raise(Ot.IndexSignatureHasAccessibility,{at:t,modifier:t.accessibility}),t.declare&&this.raise(Ot.IndexSignatureHasDeclare,{at:t}),void(t.override&&this.raise(Ot.IndexSignatureHasOverride,{at:t}));!this.state.inAbstractClass&&t.abstract&&this.raise(Ot.NonAbstractClassHasAbstractMethod,{at:t}),t.override&&(r.hadSuperClass||this.raise(Ot.OverrideNotInSubClass,{at:t})),super.parseClassMemberWithIsStatic(e,t,r,i)}parsePostMemberNameModifiers(e){this.eat(17)&&(e.optional=!0),e.readonly&&this.match(10)&&this.raise(Ot.ClassMethodHasReadonly,{at:e}),e.declare&&this.match(10)&&this.raise(Ot.ClassMethodHasDeclare,{at:e})}parseExpressionStatement(e,t,r){return("Identifier"===t.type?this.tsParseExpressionStatement(e,t,r):void 0)||super.parseExpressionStatement(e,t,r)}shouldParseExportDeclaration(){return!!this.tsIsDeclarationStart()||super.shouldParseExportDeclaration()}parseConditional(e,t,r){if(!this.state.maybeInArrowParameters||!this.match(17))return super.parseConditional(e,t,r);let i=this.tryParse((()=>super.parseConditional(e,t)));return i.node?(i.error&&(this.state=i.failState),i.node):(i.error&&super.setOptionalParametersError(r,i.error),e)}parseParenItem(e,t){if(e=super.parseParenItem(e,t),this.eat(17)&&(e.optional=!0,this.resetEndLocation(e)),this.match(14)){let r=this.startNodeAt(t);return r.expression=e,r.typeAnnotation=this.tsParseTypeAnnotation(),this.finishNode(r,"TSTypeCastExpression")}return e}parseExportDeclaration(e){if(!this.state.isAmbientContext&&this.isContextual(123))return this.tsInAmbientContext((()=>this.parseExportDeclaration(e)));let t=this.state.startLoc,r=this.eatContextual(123);if(r&&(this.isContextual(123)||!this.shouldParseExportDeclaration()))throw this.raise(Ot.ExpectedAmbientAfterExportDeclare,{at:this.state.startLoc});let i=v(this.state.type)&&this.tsTryParseExportDeclaration()||super.parseExportDeclaration(e);return i?(("TSInterfaceDeclaration"===i.type||"TSTypeAliasDeclaration"===i.type||r)&&(e.exportKind="type"),r&&(this.resetStartLocation(i,t),i.declare=!0),i):null}parseClassId(e,t,r,i){if((!t||r)&&this.isContextual(111))return;super.parseClassId(e,t,r,e.declare?1024:8331);let n=this.tsTryParseTypeParameters(this.tsParseInOutConstModifiers);n&&(e.typeParameters=n)}parseClassPropertyAnnotation(e){e.optional||(this.eat(35)?e.definite=!0:this.eat(17)&&(e.optional=!0));let t=this.tsTryParseTypeAnnotation();t&&(e.typeAnnotation=t)}parseClassProperty(e){if(this.parseClassPropertyAnnotation(e),this.state.isAmbientContext&&!(e.readonly&&!e.typeAnnotation)&&this.match(29)&&this.raise(Ot.DeclareClassFieldHasInitializer,{at:this.state.startLoc}),e.abstract&&this.match(29)){let{key:t}=e;this.raise(Ot.AbstractPropertyHasInitializer,{at:this.state.startLoc,propertyName:"Identifier"!==t.type||e.computed?`[${this.input.slice(t.start,t.end)}]`:t.name})}return super.parseClassProperty(e)}parseClassPrivateProperty(e){return e.abstract&&this.raise(Ot.PrivateElementHasAbstract,{at:e}),e.accessibility&&this.raise(Ot.PrivateElementHasAccessibility,{at:e,modifier:e.accessibility}),this.parseClassPropertyAnnotation(e),super.parseClassPrivateProperty(e)}parseClassAccessorProperty(e){return this.parseClassPropertyAnnotation(e),e.optional&&this.raise(Ot.AccessorCannotBeOptional,{at:e}),super.parseClassAccessorProperty(e)}pushClassMethod(e,t,r,i,n,s){let u=this.tsTryParseTypeParameters(this.tsParseConstModifier);u&&n&&this.raise(Ot.ConstructorHasTypeParameters,{at:u});let{declare:a=!1,kind:o}=t;a&&("get"===o||"set"===o)&&this.raise(Ot.DeclareAccessor,{at:t,kind:o}),u&&(t.typeParameters=u),super.pushClassMethod(e,t,r,i,n,s)}pushClassPrivateMethod(e,t,r,i){let n=this.tsTryParseTypeParameters(this.tsParseConstModifier);n&&(t.typeParameters=n),super.pushClassPrivateMethod(e,t,r,i)}declareClassPrivateMethodInScope(e,t){"TSDeclareMethod"!==e.type&&("MethodDefinition"===e.type&&!e.value.body||super.declareClassPrivateMethodInScope(e,t))}parseClassSuper(e){super.parseClassSuper(e),e.superClass&&(this.match(47)||this.match(51))&&(e.superTypeParameters=this.tsParseTypeArgumentsInExpression()),this.eatContextual(111)&&(e.implements=this.tsParseHeritageClause("implements"))}parseObjPropValue(e,t,r,i,n,s,u){let a=this.tsTryParseTypeParameters(this.tsParseConstModifier);return a&&(e.typeParameters=a),super.parseObjPropValue(e,t,r,i,n,s,u)}parseFunctionParams(e,t){let r=this.tsTryParseTypeParameters(this.tsParseConstModifier);r&&(e.typeParameters=r),super.parseFunctionParams(e,t)}parseVarId(e,t){super.parseVarId(e,t),"Identifier"===e.id.type&&!this.hasPrecedingLineBreak()&&this.eat(35)&&(e.definite=!0);let r=this.tsTryParseTypeAnnotation();r&&(e.id.typeAnnotation=r,this.resetEndLocation(e.id))}parseAsyncArrowFromCallExpression(e,t){return this.match(14)&&(e.returnType=this.tsParseTypeAnnotation()),super.parseAsyncArrowFromCallExpression(e,t)}parseMaybeAssign(e,t){var r,n,s,u,a,o,l;let c,h,p;if(this.hasPlugin("jsx")&&(this.match(140)||this.match(47))){if(c=this.state.clone(),h=this.tryParse((()=>super.parseMaybeAssign(e,t)),c),!h.error)return h.node;let{context:r}=this.state,n=r[r.length-1];(n===i.j_oTag||n===i.j_expr)&&r.pop()}if(!(null!=(r=h)&&r.error||this.match(47)))return super.parseMaybeAssign(e,t);(!c||c===this.state)&&(c=this.state.clone());let D,d=this.tryParse((r=>{var i,n;D=this.tsParseTypeParameters(this.tsParseConstModifier);let s=super.parseMaybeAssign(e,t);return("ArrowFunctionExpression"!==s.type||null!=(i=s.extra)&&i.parenthesized)&&r(),0!==(null==(n=D)?void 0:n.params.length)&&this.resetStartLocationFromNode(s,D),s.typeParameters=D,s}),c);if(!d.error&&!d.aborted)return D&&this.reportReservedArrowTypeParam(D),d.node;if(!h&&(It(!this.hasPlugin("jsx")),p=this.tryParse((()=>super.parseMaybeAssign(e,t)),c),!p.error))return p.node;if(null!=(n=h)&&n.node)return this.state=h.failState,h.node;if(d.node)return this.state=d.failState,D&&this.reportReservedArrowTypeParam(D),d.node;if(null!=(s=p)&&s.node)return this.state=p.failState,p.node;throw null!=(u=h)&&u.thrown?h.error:d.thrown?d.error:null!=(a=p)&&a.thrown?p.error:(null==(o=h)?void 0:o.error)||d.error||(null==(l=p)?void 0:l.error)}reportReservedArrowTypeParam(e){var t;1===e.params.length&&!e.params[0].constraint&&(null==(t=e.extra)||!t.trailingComma)&&this.getPluginOption("typescript","disallowAmbiguousJSXLike")&&this.raise(Ot.ReservedArrowTypeParam,{at:e})}parseMaybeUnary(e,t){return!this.hasPlugin("jsx")&&this.match(47)?this.tsParseTypeAssertion():super.parseMaybeUnary(e,t)}parseArrow(e){if(this.match(14)){let t=this.tryParse((e=>{let t=this.tsParseTypeOrTypePredicateAnnotation(14);return(this.canInsertSemicolon()||!this.match(19))&&e(),t}));if(t.aborted)return;t.thrown||(t.error&&(this.state=t.failState),e.returnType=t.node)}return super.parseArrow(e)}parseAssignableListItemTypes(e,t){if(!(2&t))return e;this.eat(17)&&(e.optional=!0);let r=this.tsTryParseTypeAnnotation();return r&&(e.typeAnnotation=r),this.resetEndLocation(e),e}isAssignable(e,t){switch(e.type){case"TSTypeCastExpression":return this.isAssignable(e.expression,t);case"TSParameterProperty":return!0;default:return super.isAssignable(e,t)}}toAssignable(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];switch(e.type){case"ParenthesizedExpression":this.toAssignableParenthesizedExpression(e,t);break;case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":case"TSTypeAssertion":t?this.expressionScope.recordArrowParameterBindingError(Ot.UnexpectedTypeCastInParameter,{at:e}):this.raise(Ot.UnexpectedTypeCastInParameter,{at:e}),this.toAssignable(e.expression,t);break;case"AssignmentExpression":!t&&"TSTypeCastExpression"===e.left.type&&(e.left=this.typeCastToParameter(e.left));default:super.toAssignable(e,t)}}toAssignableParenthesizedExpression(e,t){switch(e.expression.type){case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":case"TSTypeAssertion":case"ParenthesizedExpression":this.toAssignable(e.expression,t);break;default:super.toAssignable(e,t)}}checkToRestConversion(e,t){switch(e.type){case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":case"TSNonNullExpression":this.checkToRestConversion(e.expression,!1);break;default:super.checkToRestConversion(e,t)}}isValidLVal(e,t,r){return((e,t)=>Object.hasOwnProperty.call(e,t)&&e[t])({TSTypeCastExpression:!0,TSParameterProperty:"parameter",TSNonNullExpression:"expression",TSAsExpression:(r!==ke||!t)&&["expression",!0],TSSatisfiesExpression:(r!==ke||!t)&&["expression",!0],TSTypeAssertion:(r!==ke||!t)&&["expression",!0]},e)||super.isValidLVal(e,t,r)}parseBindingAtom(){return 78===this.state.type?this.parseIdentifier(!0):super.parseBindingAtom()}parseMaybeDecoratorArguments(e){if(this.match(47)||this.match(51)){let t=this.tsParseTypeArgumentsInExpression();if(this.match(10)){let r=super.parseMaybeDecoratorArguments(e);return r.typeParameters=t,r}this.unexpected(null,10)}return super.parseMaybeDecoratorArguments(e)}checkCommaAfterRest(e){return this.state.isAmbientContext&&this.match(12)&&this.lookaheadCharCode()===e?(this.next(),!1):super.checkCommaAfterRest(e)}isClassMethod(){return this.match(47)||super.isClassMethod()}isClassProperty(){return this.match(35)||this.match(14)||super.isClassProperty()}parseMaybeDefault(e,t){let r=super.parseMaybeDefault(e,t);return"AssignmentPattern"===r.type&&r.typeAnnotation&&r.right.start<r.typeAnnotation.start&&this.raise(Ot.TypeAnnotationAfterAssign,{at:r.typeAnnotation}),r}getTokenFromCode(e){if(this.state.inType){if(62===e)return void this.finishOp(48,1);if(60===e)return void this.finishOp(47,1)}super.getTokenFromCode(e)}reScan_lt_gt(){let{type:e}=this.state;47===e?(this.state.pos-=1,this.readToken_lt()):48===e&&(this.state.pos-=1,this.readToken_gt())}reScan_lt(){let{type:e}=this.state;return 51===e?(this.state.pos-=2,this.finishOp(47,1),47):e}toAssignableList(e,t,r){for(let t=0;t<e.length;t++){let r=e[t];"TSTypeCastExpression"===(null==r?void 0:r.type)&&(e[t]=this.typeCastToParameter(r))}super.toAssignableList(e,t,r)}typeCastToParameter(e){return e.expression.typeAnnotation=e.typeAnnotation,this.resetEndLocation(e.expression,e.typeAnnotation.loc.end),e.expression}shouldParseArrow(e){return this.match(14)?e.every((e=>this.isAssignable(e,!0))):super.shouldParseArrow(e)}shouldParseAsyncArrow(){return this.match(14)||super.shouldParseAsyncArrow()}canHaveLeadingDecorator(){return super.canHaveLeadingDecorator()||this.isAbstractClass()}jsxParseOpeningElementAfterName(e){if(this.match(47)||this.match(51)){let t=this.tsTryParseAndCatch((()=>this.tsParseTypeArgumentsInExpression()));t&&(e.typeParameters=t)}return super.jsxParseOpeningElementAfterName(e)}getGetterSetterExpectedParamCount(e){let t=super.getGetterSetterExpectedParamCount(e),r=this.getObjectOrClassMethodParams(e)[0];return r&&this.isThisParam(r)?t+1:t}parseCatchClauseParam(){let e=super.parseCatchClauseParam(),t=this.tsTryParseTypeAnnotation();return t&&(e.typeAnnotation=t,this.resetEndLocation(e)),e}tsInAmbientContext(e){let t=this.state.isAmbientContext;this.state.isAmbientContext=!0;try{return e()}finally{this.state.isAmbientContext=t}}parseClass(e,t,r){let i=this.state.inAbstractClass;this.state.inAbstractClass=!!e.abstract;try{return super.parseClass(e,t,r)}finally{this.state.inAbstractClass=i}}tsParseAbstractDeclaration(e,t){if(this.match(80))return e.abstract=!0,this.maybeTakeDecorators(t,this.parseClass(e,!0,!1));if(this.isContextual(127)){if(!this.hasFollowingLineBreak())return e.abstract=!0,this.raise(Ot.NonClassMethodPropertyHasAbstractModifer,{at:e}),this.tsParseInterfaceDeclaration(e)}else this.unexpected(null,80)}parseMethod(e,t,r,i,n,s,u){let a=super.parseMethod(e,t,r,i,n,s,u);if(a.abstract&&(this.hasPlugin("estree")?a.value.body:a.body)){let{key:e}=a;this.raise(Ot.AbstractMethodHasImplementation,{at:a,methodName:"Identifier"!==e.type||a.computed?`[${this.input.slice(e.start,e.end)}]`:e.name})}return a}tsParseTypeParameterName(){return this.parseIdentifier().name}shouldParseAsAmbientContext(){return!!this.getPluginOption("typescript","dts")}parse(){return this.shouldParseAsAmbientContext()&&(this.state.isAmbientContext=!0),super.parse()}getExpression(){return this.shouldParseAsAmbientContext()&&(this.state.isAmbientContext=!0),super.getExpression()}parseExportSpecifier(e,t,r,i){return!t&&i?(this.parseTypeOnlyImportExportSpecifier(e,!1,r),this.finishNode(e,"ExportSpecifier")):(e.exportKind="value",super.parseExportSpecifier(e,t,r,i))}parseImportSpecifier(e,t,r,i,n){return!t&&i?(this.parseTypeOnlyImportExportSpecifier(e,!0,r),this.finishNode(e,"ImportSpecifier")):(e.importKind="value",super.parseImportSpecifier(e,t,r,i,r?4098:Te))}parseTypeOnlyImportExportSpecifier(e,t,r){let i,n=t?"imported":"local",s=t?"local":"exported",u=e[n],a=!1,o=!0,l=u.loc.start;if(this.isContextual(93)){let e=this.parseIdentifier();if(this.isContextual(93)){let r=this.parseIdentifier();x(this.state.type)?(a=!0,u=e,i=t?this.parseIdentifier():this.parseModuleExportName(),o=!1):(i=r,o=!1)}else x(this.state.type)?(o=!1,i=t?this.parseIdentifier():this.parseModuleExportName()):(a=!0,u=e)}else x(this.state.type)&&(a=!0,t?(u=this.parseIdentifier(!0),this.isContextual(93)||this.checkReservedWord(u.name,u.loc.start,!0,!0)):u=this.parseModuleExportName());a&&r&&this.raise(t?Ot.TypeModifierIsUsedInTypeImports:Ot.TypeModifierIsUsedInTypeExports,{at:l}),e[n]=u,e[s]=i,e[t?"importKind":"exportKind"]=a?"type":"value",o&&this.eatContextual(93)&&(e[s]=t?this.parseIdentifier():this.parseModuleExportName()),e[s]||(e[s]=Et(e[n])),t&&this.checkIdentifier(e[s],a?4098:Te)}},v8intrinsic:e=>class extends e{parseV8Intrinsic(){if(this.match(54)){let e=this.state.startLoc,t=this.startNode();if(this.next(),v(this.state.type)){let e=this.parseIdentifierName(),r=this.createIdentifier(t,e);if(r.type="V8IntrinsicIdentifier",this.match(10))return r}this.unexpected(e)}}parseExprAtom(e){return this.parseV8Intrinsic()||super.parseExprAtom(e)}},placeholders:e=>class extends e{parsePlaceholder(e){if(this.match(142)){let t=this.startNode();return this.next(),this.assertNoSpace(),t.name=super.parseIdentifier(!0),this.assertNoSpace(),this.expect(142),this.finishPlaceholder(t,e)}}finishPlaceholder(e,t){let r=!(!e.expectedNode||"Placeholder"!==e.type);return e.expectedNode=t,r?e:this.finishNode(e,"Placeholder")}getTokenFromCode(e){37===e&&37===this.input.charCodeAt(this.state.pos+1)?this.finishOp(142,2):super.getTokenFromCode(e)}parseExprAtom(e){return this.parsePlaceholder("Expression")||super.parseExprAtom(e)}parseIdentifier(e){return this.parsePlaceholder("Identifier")||super.parseIdentifier(e)}checkReservedWord(e,t,r,i){void 0!==e&&super.checkReservedWord(e,t,r,i)}parseBindingAtom(){return this.parsePlaceholder("Pattern")||super.parseBindingAtom()}isValidLVal(e,t,r){return"Placeholder"===e||super.isValidLVal(e,t,r)}toAssignable(e,t){e&&"Placeholder"===e.type&&"Expression"===e.expectedNode?e.expectedNode="Pattern":super.toAssignable(e,t)}chStartsBindingIdentifier(e,t){return!(!super.chStartsBindingIdentifier(e,t)&&142!==this.lookahead().type)}verifyBreakContinue(e,t){e.label&&"Placeholder"===e.label.type||super.verifyBreakContinue(e,t)}parseExpressionStatement(e,t){if("Placeholder"!==t.type||t.extra&&t.extra.parenthesized)return super.parseExpressionStatement(e,t);if(this.match(14)){let r=e;return r.label=this.finishPlaceholder(t,"Identifier"),this.next(),r.body=super.parseStatementOrSloppyAnnexBFunctionDeclaration(),this.finishNode(r,"LabeledStatement")}return this.semicolon(),e.name=t.name,this.finishPlaceholder(e,"Statement")}parseBlock(e,t,r){return this.parsePlaceholder("BlockStatement")||super.parseBlock(e,t,r)}parseFunctionId(e){return this.parsePlaceholder("Identifier")||super.parseFunctionId(e)}parseClass(e,t,r){let i=t?"ClassDeclaration":"ClassExpression";this.next();let n=this.state.strict,s=this.parsePlaceholder("Identifier");if(s){if(!(this.match(81)||this.match(142)||this.match(5))){if(r||!t)return e.id=null,e.body=this.finishPlaceholder(s,"ClassBody"),this.finishNode(e,i);throw this.raise(Ut.ClassNameIsRequired,{at:this.state.startLoc})}e.id=s}else this.parseClassId(e,t,r);return super.parseClassSuper(e),e.body=this.parsePlaceholder("ClassBody")||super.parseClassBody(!!e.superClass,n),this.finishNode(e,i)}parseExport(e,t){let r=this.parsePlaceholder("Identifier");if(!r)return super.parseExport(e,t);if(!this.isContextual(97)&&!this.match(12))return e.specifiers=[],e.source=null,e.declaration=this.finishPlaceholder(r,"Declaration"),this.finishNode(e,"ExportNamedDeclaration");this.expectPlugin("exportDefaultFrom");let i=this.startNode();return i.exported=r,e.specifiers=[this.finishNode(i,"ExportDefaultSpecifier")],super.parseExport(e,t)}isExportDefaultSpecifier(){if(this.match(65)){let e=this.nextTokenStart();if(this.isUnparsedContextual(e,"from")&&this.input.startsWith(k(142),this.nextTokenStartSince(e+4)))return!0}return super.isExportDefaultSpecifier()}maybeParseExportDefaultSpecifier(e){return!!(e.specifiers&&e.specifiers.length>0)||super.maybeParseExportDefaultSpecifier(e)}checkExport(e){let{specifiers:t}=e;null!=t&&t.length&&(e.specifiers=t.filter((e=>"Placeholder"===e.exported.type))),super.checkExport(e),e.specifiers=t}parseImport(e){let t=this.parsePlaceholder("Identifier");if(!t)return super.parseImport(e);if(e.specifiers=[],!this.isContextual(97)&&!this.match(12))return e.source=this.finishPlaceholder(t,"StringLiteral"),this.semicolon(),this.finishNode(e,"ImportDeclaration");let r=this.startNodeAtNode(t);return r.local=t,e.specifiers.push(this.finishNode(r,"ImportDefaultSpecifier")),this.eat(12)&&(this.maybeParseStarImportSpecifier(e)||this.parseNamedImportSpecifiers(e)),this.expectContextual(97),e.source=this.parseImportSource(),this.semicolon(),this.finishNode(e,"ImportDeclaration")}parseImportSource(){return this.parsePlaceholder("StringLiteral")||super.parseImportSource()}assertNoSpace(){this.state.start>this.state.lastTokEndLoc.index&&this.raise(Ut.UnexpectedSpace,{at:this.state.lastTokEndLoc})}}},Xt=Object.keys(Wt),Kt=class extends jt{checkProto(e,t,r,i){if("SpreadElement"===e.type||this.isObjectMethod(e)||e.computed||e.shorthand)return;let n=e.key;if("__proto__"===("Identifier"===n.type?n.name:n.value)){if(t)return void this.raise(Q.RecordNoProto,{at:n});r.used&&(i?null===i.doubleProtoLoc&&(i.doubleProtoLoc=n.loc.start):this.raise(Q.DuplicateProto,{at:n})),r.used=!0}}shouldExitDescending(e,t){return"ArrowFunctionExpression"===e.type&&e.start===t}getExpression(){this.enterInitialScopes(),this.nextToken();let e=this.parseExpression();return this.match(137)||this.unexpected(),this.finalizeRemainingComments(),e.comments=this.state.comments,e.errors=this.state.errors,this.options.tokens&&(e.tokens=this.tokens),e}parseExpression(e,t){return e?this.disallowInAnd((()=>this.parseExpressionBase(t))):this.allowInAnd((()=>this.parseExpressionBase(t)))}parseExpressionBase(e){let t=this.state.startLoc,r=this.parseMaybeAssign(e);if(this.match(12)){let i=this.startNodeAt(t);for(i.expressions=[r];this.eat(12);)i.expressions.push(this.parseMaybeAssign(e));return this.toReferencedList(i.expressions),this.finishNode(i,"SequenceExpression")}return r}parseMaybeAssignDisallowIn(e,t){return this.disallowInAnd((()=>this.parseMaybeAssign(e,t)))}parseMaybeAssignAllowIn(e,t){return this.allowInAnd((()=>this.parseMaybeAssign(e,t)))}setOptionalParametersError(e,t){var r;e.optionalParametersLoc=null!=(r=null==t?void 0:t.loc)?r:this.state.startLoc}parseMaybeAssign(e,t){let r,i=this.state.startLoc;if(this.isContextual(106)&&this.prodParam.hasYield){let e=this.parseYield();return t&&(e=t.call(this,e,i)),e}e?r=!1:(e=new dt,r=!0);let{type:n}=this.state;(10===n||v(n))&&(this.state.potentialArrowAt=this.state.start);let s=this.parseMaybeConditional(e);if(t&&(s=t.call(this,s,i)),function(e){return e>=29&&e<=33}(this.state.type)){let t=this.startNodeAt(i);if(t.operator=this.state.value,this.match(29)){this.toAssignable(s,!0),t.left=s;let r=i.index;null!=e.doubleProtoLoc&&e.doubleProtoLoc.index>=r&&(e.doubleProtoLoc=null),null!=e.shorthandAssignLoc&&e.shorthandAssignLoc.index>=r&&(e.shorthandAssignLoc=null),null!=e.privateKeyLoc&&e.privateKeyLoc.index>=r&&(this.checkDestructuringPrivate(e),e.privateKeyLoc=null)}else t.left=s;return this.next(),t.right=this.parseMaybeAssign(),this.checkLVal(s,{in:this.finishNode(t,"AssignmentExpression")}),t}return r&&this.checkExpressionErrors(e,!0),s}parseMaybeConditional(e){let t=this.state.startLoc,r=this.state.potentialArrowAt,i=this.parseExprOps(e);return this.shouldExitDescending(i,r)?i:this.parseConditional(i,t,e)}parseConditional(e,t,r){if(this.eat(17)){let r=this.startNodeAt(t);return r.test=e,r.consequent=this.parseMaybeAssignAllowIn(),this.expect(14),r.alternate=this.parseMaybeAssign(),this.finishNode(r,"ConditionalExpression")}return e}parseMaybeUnaryOrPrivate(e){return this.match(136)?this.parsePrivateName():this.parseMaybeUnary(e)}parseExprOps(e){let t=this.state.startLoc,r=this.state.potentialArrowAt,i=this.parseMaybeUnaryOrPrivate(e);return this.shouldExitDescending(i,r)?i:this.parseExprOp(i,t,-1)}parseExprOp(e,t,r){if(this.isPrivateName(e)){let t=this.getPrivateNameSV(e);(r>=N(58)||!this.prodParam.hasIn||!this.match(58))&&this.raise(Q.PrivateInExpectedIn,{at:e,identifierName:t}),this.classScope.usePrivateName(t,e.loc.start)}let i=this.state.type;if(function(e){return e>=39&&e<=59}(i)&&(this.prodParam.hasIn||!this.match(58))){let n=N(i);if(n>r){if(39===i){if(this.expectPlugin("pipelineOperator"),this.state.inFSharpPipelineDirectBody)return e;this.checkPipelineAtInfixOperator(e,t)}let s=this.startNodeAt(t);s.left=e,s.operator=this.state.value;let u=41===i||42===i,a=40===i;if(a&&(n=N(42)),this.next(),39===i&&this.hasPlugin(["pipelineOperator",{proposal:"minimal"}])&&96===this.state.type&&this.prodParam.hasAwait)throw this.raise(Q.UnexpectedAwaitAfterPipelineBody,{at:this.state.startLoc});s.right=this.parseExprOpRightExpr(i,n);let o=this.finishNode(s,u||a?"LogicalExpression":"BinaryExpression"),l=this.state.type;if(a&&(41===l||42===l)||u&&40===l)throw this.raise(Q.MixingCoalesceWithLogical,{at:this.state.startLoc});return this.parseExprOp(o,t,r)}}return e}parseExprOpRightExpr(e,t){let r=this.state.startLoc;if(39===e)switch(this.getPluginOption("pipelineOperator","proposal")){case"hack":return this.withTopicBindingContext((()=>this.parseHackPipeBody()));case"smart":return this.withTopicBindingContext((()=>{if(this.prodParam.hasYield&&this.isContextual(106))throw this.raise(Q.PipeBodyIsTighter,{at:this.state.startLoc});return this.parseSmartPipelineBodyInStyle(this.parseExprOpBaseRightExpr(e,t),r)}));case"fsharp":return this.withSoloAwaitPermittingContext((()=>this.parseFSharpPipelineBody(t)))}return this.parseExprOpBaseRightExpr(e,t)}parseExprOpBaseRightExpr(e,t){let r=this.state.startLoc;return this.parseExprOp(this.parseMaybeUnaryOrPrivate(),r,function(e){return 57===e}(e)?t-1:t)}parseHackPipeBody(){var e;let{startLoc:t}=this.state,r=this.parseMaybeAssign();return z.has(r.type)&&!(null!=(e=r.extra)&&e.parenthesized)&&this.raise(Q.PipeUnparenthesizedBody,{at:t,type:r.type}),this.topicReferenceWasUsedInCurrentContext()||this.raise(Q.PipeTopicUnused,{at:t}),r}checkExponentialAfterUnary(e){this.match(57)&&this.raise(Q.UnexpectedTokenUnaryExponentiation,{at:e.argument})}parseMaybeUnary(e,t){let r=this.state.startLoc,i=this.isContextual(96);if(i&&this.isAwaitAllowed()){this.next();let e=this.parseAwait(r);return t||this.checkExponentialAfterUnary(e),e}let n=this.match(34),s=this.startNode();if(function(e){return y[e]}(this.state.type)){s.operator=this.state.value,s.prefix=!0,this.match(72)&&this.expectPlugin("throwExpressions");let r=this.match(89);if(this.next(),s.argument=this.parseMaybeUnary(null,!0),this.checkExpressionErrors(e,!0),this.state.strict&&r){let e=s.argument;"Identifier"===e.type?this.raise(Q.StrictDelete,{at:s}):this.hasPropertyAsPrivateName(e)&&this.raise(Q.DeletePrivateField,{at:s})}if(!n)return t||this.checkExponentialAfterUnary(s),this.finishNode(s,"UnaryExpression")}let u=this.parseUpdate(s,n,e);if(i){let{type:e}=this.state;if((this.hasPlugin("v8intrinsic")?w(e):w(e)&&!this.match(54))&&!this.isAmbiguousAwait())return this.raiseOverwrite(Q.AwaitNotInAsyncContext,{at:r}),this.parseAwait(r)}return u}parseUpdate(e,t,r){if(t)return this.checkLVal(e.argument,{in:this.finishNode(e,"UpdateExpression")}),e;let i=this.state.startLoc,n=this.parseExprSubscripts(r);if(this.checkExpressionErrors(r,!1))return n;for(;P(this.state.type)&&!this.canInsertSemicolon();){let e=this.startNodeAt(i);e.operator=this.state.value,e.prefix=!1,e.argument=n,this.next(),this.checkLVal(n,{in:n=this.finishNode(e,"UpdateExpression")})}return n}parseExprSubscripts(e){let t=this.state.startLoc,r=this.state.potentialArrowAt,i=this.parseExprAtom(e);return this.shouldExitDescending(i,r)?i:this.parseSubscripts(i,t)}parseSubscripts(e,t,r){let i={optionalChainMember:!1,maybeAsyncArrow:this.atPossibleAsyncArrow(e),stop:!1};do{e=this.parseSubscript(e,t,r,i),i.maybeAsyncArrow=!1}while(!i.stop);return e}parseSubscript(e,t,r,i){let{type:n}=this.state;if(!r&&15===n)return this.parseBind(e,t,r,i);if(j(n))return this.parseTaggedTemplateExpression(e,t,i);let s=!1;if(18===n){if(r&&(this.raise(Q.OptionalChainingNoNew,{at:this.state.startLoc}),40===this.lookaheadCharCode()))return i.stop=!0,e;i.optionalChainMember=s=!0,this.next()}if(!r&&this.match(10))return this.parseCoverCallAndAsyncArrowHead(e,t,i,s);{let r=this.eat(0);return r||s||this.eat(16)?this.parseMember(e,t,i,r,s):(i.stop=!0,e)}}parseMember(e,t,r,i,n){let s=this.startNodeAt(t);return s.object=e,s.computed=i,i?(s.property=this.parseExpression(),this.expect(3)):this.match(136)?("Super"===e.type&&this.raise(Q.SuperPrivateField,{at:t}),this.classScope.usePrivateName(this.state.value,this.state.startLoc),s.property=this.parsePrivateName()):s.property=this.parseIdentifier(!0),r.optionalChainMember?(s.optional=n,this.finishNode(s,"OptionalMemberExpression")):this.finishNode(s,"MemberExpression")}parseBind(e,t,r,i){let n=this.startNodeAt(t);return n.object=e,this.next(),n.callee=this.parseNoCallExpr(),i.stop=!0,this.parseSubscripts(this.finishNode(n,"BindExpression"),t,r)}parseCoverCallAndAsyncArrowHead(e,t,r,i){let n=this.state.maybeInArrowParameters,s=null;this.state.maybeInArrowParameters=!0,this.next();let u=this.startNodeAt(t);u.callee=e;let{maybeAsyncArrow:a,optionalChainMember:o}=r;a&&(this.expressionScope.enter(new ct(2)),s=new dt),o&&(u.optional=i),u.arguments=i?this.parseCallExpressionArguments(11):this.parseCallExpressionArguments(11,"Import"===e.type,"Super"!==e.type,u,s);let l=this.finishCallExpression(u,o);return a&&this.shouldParseAsyncArrow()&&!i?(r.stop=!0,this.checkDestructuringPrivate(s),this.expressionScope.validateAsPattern(),this.expressionScope.exit(),l=this.parseAsyncArrowFromCallExpression(this.startNodeAt(t),l)):(a&&(this.checkExpressionErrors(s,!0),this.expressionScope.exit()),this.toReferencedArguments(l)),this.state.maybeInArrowParameters=n,l}toReferencedArguments(e,t){this.toReferencedListDeep(e.arguments,t)}parseTaggedTemplateExpression(e,t,r){let i=this.startNodeAt(t);return i.tag=e,i.quasi=this.parseTemplate(!0),r.optionalChainMember&&this.raise(Q.OptionalChainingNoTemplate,{at:t}),this.finishNode(i,"TaggedTemplateExpression")}atPossibleAsyncArrow(e){return"Identifier"===e.type&&"async"===e.name&&this.state.lastTokEndLoc.index===e.end&&!this.canInsertSemicolon()&&e.end-e.start==5&&e.start===this.state.potentialArrowAt}finishCallExpression(e,t){if("Import"===e.callee.type)if(2===e.arguments.length&&(this.hasPlugin("moduleAttributes")||this.expectPlugin("importAssertions")),0===e.arguments.length||e.arguments.length>2)this.raise(Q.ImportCallArity,{at:e,maxArgumentCount:this.hasPlugin("importAssertions")||this.hasPlugin("moduleAttributes")?2:1});else for(let t of e.arguments)"SpreadElement"===t.type&&this.raise(Q.ImportCallSpreadArgument,{at:t});return this.finishNode(e,t?"OptionalCallExpression":"CallExpression")}parseCallExpressionArguments(e,t,r,i,n){let s=[],u=!0,a=this.state.inFSharpPipelineDirectBody;for(this.state.inFSharpPipelineDirectBody=!1;!this.eat(e);){if(u)u=!1;else if(this.expect(12),this.match(e)){t&&!this.hasPlugin("importAssertions")&&!this.hasPlugin("moduleAttributes")&&this.raise(Q.ImportCallArgumentTrailingComma,{at:this.state.lastTokStartLoc}),i&&this.addTrailingCommaExtraToNode(i),this.next();break}s.push(this.parseExprListItem(!1,n,r))}return this.state.inFSharpPipelineDirectBody=a,s}shouldParseAsyncArrow(){return this.match(19)&&!this.canInsertSemicolon()}parseAsyncArrowFromCallExpression(e,t){var r;return this.resetPreviousNodeTrailingComments(t),this.expect(19),this.parseArrowExpression(e,t.arguments,!0,null==(r=t.extra)?void 0:r.trailingCommaLoc),t.innerComments&&_e(e,t.innerComments),t.callee.trailingComments&&_e(e,t.callee.trailingComments),e}parseNoCallExpr(){let e=this.state.startLoc;return this.parseSubscripts(this.parseExprAtom(),e,!0)}parseExprAtom(e){let t,r=null,{type:i}=this.state;switch(i){case 79:return this.parseSuper();case 83:return t=this.startNode(),this.next(),this.match(16)?this.parseImportMetaProperty(t):(this.match(10)||this.raise(Q.UnsupportedImport,{at:this.state.lastTokStartLoc}),this.finishNode(t,"Import"));case 78:return t=this.startNode(),this.next(),this.finishNode(t,"ThisExpression");case 90:return this.parseDo(this.startNode(),!1);case 56:case 31:return this.readRegexp(),this.parseRegExpLiteral(this.state.value);case 132:return this.parseNumericLiteral(this.state.value);case 133:return this.parseBigIntLiteral(this.state.value);case 134:return this.parseDecimalLiteral(this.state.value);case 131:return this.parseStringLiteral(this.state.value);case 84:return this.parseNullLiteral();case 85:return this.parseBooleanLiteral(!0);case 86:return this.parseBooleanLiteral(!1);case 10:return this.parseParenAndDistinguishExpression(this.state.potentialArrowAt===this.state.start);case 2:case 1:return this.parseArrayLike(2===this.state.type?4:3,!1,!0);case 0:return this.parseArrayLike(3,!0,!1,e);case 6:case 7:return this.parseObjectLike(6===this.state.type?9:8,!1,!0);case 5:return this.parseObjectLike(8,!1,!1,e);case 68:return this.parseFunctionOrFunctionSent();case 26:r=this.parseDecorators();case 80:return this.parseClass(this.maybeTakeDecorators(r,this.startNode()),!1);case 77:return this.parseNewOrNewTarget();case 25:case 24:return this.parseTemplate(!1);case 15:{t=this.startNode(),this.next(),t.object=null;let e=t.callee=this.parseNoCallExpr();if("MemberExpression"===e.type)return this.finishNode(t,"BindExpression");throw this.raise(Q.UnsupportedBind,{at:e})}case 136:return this.raise(Q.PrivateInExpectedIn,{at:this.state.startLoc,identifierName:this.state.value}),this.parsePrivateName();case 33:return this.parseTopicReferenceThenEqualsSign(54,"%");case 32:return this.parseTopicReferenceThenEqualsSign(44,"^");case 37:case 38:return this.parseTopicReference("hack");case 44:case 54:case 27:{let e=this.getPluginOption("pipelineOperator","proposal");if(e)return this.parseTopicReference(e);this.unexpected();break}case 47:{let e=this.input.codePointAt(this.nextTokenStart());le(e)||62===e?this.expectOnePlugin(["jsx","flow","typescript"]):this.unexpected();break}default:if(v(i)){if(this.isContextual(125)&&123===this.lookaheadCharCode()&&!this.hasFollowingLineBreak())return this.parseModuleExpression();let e=this.state.potentialArrowAt===this.state.start,t=this.state.containsEsc,r=this.parseIdentifier();if(!t&&"async"===r.name&&!this.canInsertSemicolon()){let{type:e}=this.state;if(68===e)return this.resetPreviousNodeTrailingComments(r),this.next(),this.parseAsyncFunctionExpression(this.startNodeAtNode(r));if(v(e))return 61===this.lookaheadCharCode()?this.parseAsyncArrowUnaryFunction(this.startNodeAtNode(r)):r;if(90===e)return this.resetPreviousNodeTrailingComments(r),this.parseDo(this.startNodeAtNode(r),!0)}return e&&this.match(19)&&!this.canInsertSemicolon()?(this.next(),this.parseArrowExpression(this.startNodeAtNode(r),[r],!1)):r}this.unexpected()}}parseTopicReferenceThenEqualsSign(e,t){let r=this.getPluginOption("pipelineOperator","proposal");if(r)return this.state.type=e,this.state.value=t,this.state.pos--,this.state.end--,this.state.endLoc=_(this.state.endLoc,-1),this.parseTopicReference(r);this.unexpected()}parseTopicReference(e){let t=this.startNode(),r=this.state.startLoc,i=this.state.type;return this.next(),this.finishTopicReference(t,r,e,i)}finishTopicReference(e,t,r,i){if(this.testTopicReferenceConfiguration(r,t,i)){let i="smart"===r?"PipelinePrimaryTopicReference":"TopicReference";return this.topicReferenceIsAllowedInCurrentContext()||this.raise("smart"===r?Q.PrimaryTopicNotAllowed:Q.PipeTopicUnbound,{at:t}),this.registerTopicReference(),this.finishNode(e,i)}throw this.raise(Q.PipeTopicUnconfiguredToken,{at:t,token:k(i)})}testTopicReferenceConfiguration(e,t,r){switch(e){case"hack":return this.hasPlugin(["pipelineOperator",{topicToken:k(r)}]);case"smart":return 27===r;default:throw this.raise(Q.PipeTopicRequiresHackPipes,{at:t})}}parseAsyncArrowUnaryFunction(e){this.prodParam.enter(pt(!0,this.prodParam.hasYield));let t=[this.parseIdentifier()];return this.prodParam.exit(),this.hasPrecedingLineBreak()&&this.raise(Q.LineTerminatorBeforeArrow,{at:this.state.curPosition()}),this.expect(19),this.parseArrowExpression(e,t,!0)}parseDo(e,t){this.expectPlugin("doExpressions"),t&&this.expectPlugin("asyncDoExpressions"),e.async=t,this.next();let r=this.state.labels;return this.state.labels=[],t?(this.prodParam.enter(2),e.body=this.parseBlock(),this.prodParam.exit()):e.body=this.parseBlock(),this.state.labels=r,this.finishNode(e,"DoExpression")}parseSuper(){let e=this.startNode();return this.next(),!this.match(10)||this.scope.allowDirectSuper||this.options.allowSuperOutsideMethod?!this.scope.allowSuper&&!this.options.allowSuperOutsideMethod&&this.raise(Q.UnexpectedSuper,{at:e}):this.raise(Q.SuperNotAllowed,{at:e}),!this.match(10)&&!this.match(0)&&!this.match(16)&&this.raise(Q.UnsupportedSuper,{at:e}),this.finishNode(e,"Super")}parsePrivateName(){let e=this.startNode(),t=this.startNodeAt(_(this.state.startLoc,1)),r=this.state.value;return this.next(),e.id=this.createIdentifier(t,r),this.finishNode(e,"PrivateName")}parseFunctionOrFunctionSent(){let e=this.startNode();if(this.next(),this.prodParam.hasYield&&this.match(16)){let t=this.createIdentifier(this.startNodeAtNode(e),"function");return this.next(),this.match(102)?this.expectPlugin("functionSent"):this.hasPlugin("functionSent")||this.unexpected(),this.parseMetaProperty(e,t,"sent")}return this.parseFunction(e)}parseMetaProperty(e,t,r){e.meta=t;let i=this.state.containsEsc;return e.property=this.parseIdentifier(!0),(e.property.name!==r||i)&&this.raise(Q.UnsupportedMetaProperty,{at:e.property,target:t.name,onlyValidPropertyName:r}),this.finishNode(e,"MetaProperty")}parseImportMetaProperty(e){let t=this.createIdentifier(this.startNodeAtNode(e),"import");return this.next(),this.isContextual(100)&&(this.inModule||this.raise(Q.ImportMetaOutsideModule,{at:t}),this.sawUnambiguousESM=!0),this.parseMetaProperty(e,t,"meta")}parseLiteralAtNode(e,t,r){return this.addExtra(r,"rawValue",e),this.addExtra(r,"raw",this.input.slice(r.start,this.state.end)),r.value=e,this.next(),this.finishNode(r,t)}parseLiteral(e,t){let r=this.startNode();return this.parseLiteralAtNode(e,t,r)}parseStringLiteral(e){return this.parseLiteral(e,"StringLiteral")}parseNumericLiteral(e){return this.parseLiteral(e,"NumericLiteral")}parseBigIntLiteral(e){return this.parseLiteral(e,"BigIntLiteral")}parseDecimalLiteral(e){return this.parseLiteral(e,"DecimalLiteral")}parseRegExpLiteral(e){let t=this.parseLiteral(e.value,"RegExpLiteral");return t.pattern=e.pattern,t.flags=e.flags,t}parseBooleanLiteral(e){let t=this.startNode();return t.value=e,this.next(),this.finishNode(t,"BooleanLiteral")}parseNullLiteral(){let e=this.startNode();return this.next(),this.finishNode(e,"NullLiteral")}parseParenAndDistinguishExpression(e){let t,r=this.state.startLoc;this.next(),this.expressionScope.enter(new ct(1));let i=this.state.maybeInArrowParameters,n=this.state.inFSharpPipelineDirectBody;this.state.maybeInArrowParameters=!0,this.state.inFSharpPipelineDirectBody=!1;let s,u,a=this.state.startLoc,o=[],l=new dt,c=!0;for(;!this.match(11);){if(c)c=!1;else if(this.expect(12,null===l.optionalParametersLoc?null:l.optionalParametersLoc),this.match(11)){u=this.state.startLoc;break}if(this.match(21)){let e=this.state.startLoc;if(s=this.state.startLoc,o.push(this.parseParenItem(this.parseRestBinding(),e)),!this.checkCommaAfterRest(41))break}else o.push(this.parseMaybeAssignAllowIn(l,this.parseParenItem))}let h=this.state.lastTokEndLoc;this.expect(11),this.state.maybeInArrowParameters=i,this.state.inFSharpPipelineDirectBody=n;let p=this.startNodeAt(r);return e&&this.shouldParseArrow(o)&&(p=this.parseArrow(p))?(this.checkDestructuringPrivate(l),this.expressionScope.validateAsPattern(),this.expressionScope.exit(),this.parseArrowExpression(p,o,!1),p):(this.expressionScope.exit(),o.length||this.unexpected(this.state.lastTokStartLoc),u&&this.unexpected(u),s&&this.unexpected(s),this.checkExpressionErrors(l,!0),this.toReferencedListDeep(o,!0),o.length>1?(t=this.startNodeAt(a),t.expressions=o,this.finishNode(t,"SequenceExpression"),this.resetEndLocation(t,h)):t=o[0],this.wrapParenthesis(r,t))}wrapParenthesis(e,t){if(!this.options.createParenthesizedExpressions)return this.addExtra(t,"parenthesized",!0),this.addExtra(t,"parenStart",e.index),this.takeSurroundingComments(t,e.index,this.state.lastTokEndLoc.index),t;let r=this.startNodeAt(e);return r.expression=t,this.finishNode(r,"ParenthesizedExpression")}shouldParseArrow(e){return!this.canInsertSemicolon()}parseArrow(e){if(this.eat(19))return e}parseParenItem(e,t){return e}parseNewOrNewTarget(){let e=this.startNode();if(this.next(),this.match(16)){let t=this.createIdentifier(this.startNodeAtNode(e),"new");this.next();let r=this.parseMetaProperty(e,t,"target");return!this.scope.inNonArrowFunction&&!this.scope.inClass&&!this.options.allowNewTargetOutsideFunction&&this.raise(Q.UnexpectedNewTarget,{at:r}),r}return this.parseNew(e)}parseNew(e){if(this.parseNewCallee(e),this.eat(10)){let t=this.parseExprList(11);this.toReferencedList(t),e.arguments=t}else e.arguments=[];return this.finishNode(e,"NewExpression")}parseNewCallee(e){e.callee=this.parseNoCallExpr(),"Import"===e.callee.type&&this.raise(Q.ImportCallNotNewExpression,{at:e.callee})}parseTemplateElement(e){let{start:t,startLoc:r,end:i,value:n}=this.state,s=t+1,u=this.startNodeAt(_(r,1));null===n&&(e||this.raise(Q.InvalidEscapeSequenceTemplate,{at:_(this.state.firstInvalidTemplateEscapePos,1)}));let a=this.match(24),o=a?-1:-2;u.value={raw:this.input.slice(s,i+o).replace(/\r\n?/g,"\n"),cooked:null===n?null:n.slice(1,o)},u.tail=a,this.next();let l=this.finishNode(u,"TemplateElement");return this.resetEndLocation(l,_(this.state.lastTokEndLoc,o)),l}parseTemplate(e){let t=this.startNode();t.expressions=[];let r=this.parseTemplateElement(e);for(t.quasis=[r];!r.tail;)t.expressions.push(this.parseTemplateSubstitution()),this.readTemplateContinuation(),t.quasis.push(r=this.parseTemplateElement(e));return this.finishNode(t,"TemplateLiteral")}parseTemplateSubstitution(){return this.parseExpression()}parseObjectLike(e,t,r,i){r&&this.expectPlugin("recordAndTuple");let n=this.state.inFSharpPipelineDirectBody;this.state.inFSharpPipelineDirectBody=!1;let s=Object.create(null),u=!0,a=this.startNode();for(a.properties=[],this.next();!this.match(e);){if(u)u=!1;else if(this.expect(12),this.match(e)){this.addTrailingCommaExtraToNode(a);break}let n;t?n=this.parseBindingProperty():(n=this.parsePropertyDefinition(i),this.checkProto(n,r,s,i)),r&&!this.isObjectProperty(n)&&"SpreadElement"!==n.type&&this.raise(Q.InvalidRecordProperty,{at:n}),n.shorthand&&this.addExtra(n,"shorthand",!0),a.properties.push(n)}this.next(),this.state.inFSharpPipelineDirectBody=n;let o="ObjectExpression";return t?o="ObjectPattern":r&&(o="RecordExpression"),this.finishNode(a,o)}addTrailingCommaExtraToNode(e){this.addExtra(e,"trailingComma",this.state.lastTokStart),this.addExtra(e,"trailingCommaLoc",this.state.lastTokStartLoc,!1)}maybeAsyncOrAccessorProp(e){return!e.computed&&"Identifier"===e.key.type&&(this.isLiteralPropertyName()||this.match(0)||this.match(55))}parsePropertyDefinition(e){let t=[];if(this.match(26))for(this.hasPlugin("decorators")&&this.raise(Q.UnsupportedPropertyDecorator,{at:this.state.startLoc});this.match(26);)t.push(this.parseDecorator());let r,i=this.startNode(),n=!1,s=!1;if(this.match(21))return t.length&&this.unexpected(),this.parseSpread();t.length&&(i.decorators=t,t=[]),i.method=!1,e&&(r=this.state.startLoc);let u=this.eat(55);this.parsePropertyNamePrefixOperator(i);let a=this.state.containsEsc,o=this.parsePropertyName(i,e);if(!u&&!a&&this.maybeAsyncOrAccessorProp(i)){let e=o.name;"async"===e&&!this.hasPrecedingLineBreak()&&(n=!0,this.resetPreviousNodeTrailingComments(o),u=this.eat(55),this.parsePropertyName(i)),("get"===e||"set"===e)&&(s=!0,this.resetPreviousNodeTrailingComments(o),i.kind=e,this.match(55)&&(u=!0,this.raise(Q.AccessorIsGenerator,{at:this.state.curPosition(),kind:e}),this.next()),this.parsePropertyName(i))}return this.parseObjPropValue(i,r,u,n,!1,s,e)}getGetterSetterExpectedParamCount(e){return"get"===e.kind?0:1}getObjectOrClassMethodParams(e){return e.params}checkGetterSetterParams(e){var t;let r=this.getGetterSetterExpectedParamCount(e),i=this.getObjectOrClassMethodParams(e);i.length!==r&&this.raise("get"===e.kind?Q.BadGetterArity:Q.BadSetterArity,{at:e}),"set"===e.kind&&"RestElement"===(null==(t=i[i.length-1])?void 0:t.type)&&this.raise(Q.BadSetterRestParameter,{at:e})}parseObjectMethod(e,t,r,i,n){if(n){let r=this.parseMethod(e,t,!1,!1,!1,"ObjectMethod");return this.checkGetterSetterParams(r),r}if(r||t||this.match(10))return i&&this.unexpected(),e.kind="method",e.method=!0,this.parseMethod(e,t,r,!1,!1,"ObjectMethod")}parseObjectProperty(e,t,r,i){if(e.shorthand=!1,this.eat(14))return e.value=r?this.parseMaybeDefault(this.state.startLoc):this.parseMaybeAssignAllowIn(i),this.finishNode(e,"ObjectProperty");if(!e.computed&&"Identifier"===e.key.type){if(this.checkReservedWord(e.key.name,e.key.loc.start,!0,!1),r)e.value=this.parseMaybeDefault(t,Et(e.key));else if(this.match(29)){let r=this.state.startLoc;null!=i?null===i.shorthandAssignLoc&&(i.shorthandAssignLoc=r):this.raise(Q.InvalidCoverInitializedName,{at:r}),e.value=this.parseMaybeDefault(t,Et(e.key))}else e.value=Et(e.key);return e.shorthand=!0,this.finishNode(e,"ObjectProperty")}}parseObjPropValue(e,t,r,i,n,s,u){let a=this.parseObjectMethod(e,r,i,n,s)||this.parseObjectProperty(e,t,n,u);return a||this.unexpected(),a}parsePropertyName(e,t){if(this.eat(0))e.computed=!0,e.key=this.parseMaybeAssignAllowIn(),this.expect(3);else{let r,{type:i,value:n}=this.state;if(x(i))r=this.parseIdentifier(!0);else switch(i){case 132:r=this.parseNumericLiteral(n);break;case 131:r=this.parseStringLiteral(n);break;case 133:r=this.parseBigIntLiteral(n);break;case 134:r=this.parseDecimalLiteral(n);break;case 136:{let e=this.state.startLoc;null!=t?null===t.privateKeyLoc&&(t.privateKeyLoc=e):this.raise(Q.UnexpectedPrivateField,{at:e}),r=this.parsePrivateName();break}default:this.unexpected()}e.key=r,136!==i&&(e.computed=!1)}return e.key}initFunction(e,t){e.id=null,e.generator=!1,e.async=t}parseMethod(e,t,r,i,n,s){let u=arguments.length>6&&void 0!==arguments[6]&&arguments[6];this.initFunction(e,r),e.generator=t,this.scope.enter(18|(u?Fe:0)|(n?32:0)),this.prodParam.enter(pt(r,e.generator)),this.parseFunctionParams(e,i);let a=this.parseFunctionBodyAndFinish(e,s,!0);return this.prodParam.exit(),this.scope.exit(),a}parseArrayLike(e,t,r,i){r&&this.expectPlugin("recordAndTuple");let n=this.state.inFSharpPipelineDirectBody;this.state.inFSharpPipelineDirectBody=!1;let s=this.startNode();return this.next(),s.elements=this.parseExprList(e,!r,i,s),this.state.inFSharpPipelineDirectBody=n,this.finishNode(s,r?"TupleExpression":"ArrayExpression")}parseArrowExpression(e,t,r,i){this.scope.enter(6);let n=pt(r,!1);!this.match(5)&&this.prodParam.hasIn&&(n|=8),this.prodParam.enter(n),this.initFunction(e,r);let s=this.state.maybeInArrowParameters;return t&&(this.state.maybeInArrowParameters=!0,this.setArrowFunctionParameters(e,t,i)),this.state.maybeInArrowParameters=!1,this.parseFunctionBody(e,!0),this.prodParam.exit(),this.scope.exit(),this.state.maybeInArrowParameters=s,this.finishNode(e,"ArrowFunctionExpression")}setArrowFunctionParameters(e,t,r){this.toAssignableList(t,r,!1),e.params=t}parseFunctionBodyAndFinish(e,t){return this.parseFunctionBody(e,!1,arguments.length>2&&void 0!==arguments[2]&&arguments[2]),this.finishNode(e,t)}parseFunctionBody(e,t){let r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=t&&!this.match(5);if(this.expressionScope.enter(ht()),i)e.body=this.parseMaybeAssign(),this.checkParams(e,!1,t,!1);else{let i=this.state.strict,n=this.state.labels;this.state.labels=[],this.prodParam.enter(4|this.prodParam.currentFlags()),e.body=this.parseBlock(!0,!1,(n=>{let s=!this.isSimpleParamList(e.params);n&&s&&this.raise(Q.IllegalLanguageModeDirective,{at:"method"!==e.kind&&"constructor"!==e.kind||!e.key?e:e.key.loc.end});let u=!i&&this.state.strict;this.checkParams(e,!(this.state.strict||t||r||s),t,u),this.state.strict&&e.id&&this.checkIdentifier(e.id,65,u)})),this.prodParam.exit(),this.state.labels=n}this.expressionScope.exit()}isSimpleParameter(e){return"Identifier"===e.type}isSimpleParamList(e){for(let t=0,r=e.length;t<r;t++)if(!this.isSimpleParameter(e[t]))return!1;return!0}checkParams(e,t,r){let i=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],n=!t&&new Set,s={type:"FormalParameters"};for(let t of e.params)this.checkLVal(t,{in:s,binding:5,checkClashes:n,strictModeChanged:i})}parseExprList(e,t,r,i){let n=[],s=!0;for(;!this.eat(e);){if(s)s=!1;else if(this.expect(12),this.match(e)){i&&this.addTrailingCommaExtraToNode(i),this.next();break}n.push(this.parseExprListItem(t,r))}return n}parseExprListItem(e,t,r){let i;if(this.match(12))e||this.raise(Q.UnexpectedToken,{at:this.state.curPosition(),unexpected:","}),i=null;else if(this.match(21)){let e=this.state.startLoc;i=this.parseParenItem(this.parseSpread(t),e)}else if(this.match(17)){this.expectPlugin("partialApplication"),r||this.raise(Q.UnexpectedArgumentPlaceholder,{at:this.state.startLoc});let e=this.startNode();this.next(),i=this.finishNode(e,"ArgumentPlaceholder")}else i=this.parseMaybeAssignAllowIn(t,this.parseParenItem);return i}parseIdentifier(e){let t=this.startNode(),r=this.parseIdentifierName(e);return this.createIdentifier(t,r)}createIdentifier(e,t){return e.name=t,e.loc.identifierName=t,this.finishNode(e,"Identifier")}parseIdentifierName(e){let t,{startLoc:r,type:i}=this.state;x(i)?t=this.state.value:this.unexpected();let n=function(e){return e<=92}(i);return e?n&&this.replaceToken(130):this.checkReservedWord(t,r,n,!1),this.next(),t}checkReservedWord(e,t,r,i){if(!(e.length>10)&&function(e){return ye.has(e)}(e))if(r&&function(e){return De.has(e)}(e))this.raise(Q.UnexpectedKeyword,{at:t,keyword:e});else if((this.state.strict?i?Ce:Ee:me)(e,this.inModule))this.raise(Q.UnexpectedReservedWord,{at:t,reservedWord:e});else if("yield"===e){if(this.prodParam.hasYield)return void this.raise(Q.YieldBindingIdentifier,{at:t})}else if("await"===e){if(this.prodParam.hasAwait)return void this.raise(Q.AwaitBindingIdentifier,{at:t});if(this.scope.inStaticBlock)return void this.raise(Q.AwaitBindingIdentifierInStaticBlock,{at:t});this.expressionScope.recordAsyncArrowParametersError({at:t})}else if("arguments"===e&&this.scope.inClassAndNotInNonArrowFunction)return void this.raise(Q.ArgumentsInClass,{at:t})}isAwaitAllowed(){return!!(this.prodParam.hasAwait||this.options.allowAwaitOutsideFunction&&!this.scope.inFunction)}parseAwait(e){let t=this.startNodeAt(e);return this.expressionScope.recordParameterInitializerError(Q.AwaitExpressionFormalParameter,{at:t}),this.eat(55)&&this.raise(Q.ObsoleteAwaitStar,{at:t}),!this.scope.inFunction&&!this.options.allowAwaitOutsideFunction&&(this.isAmbiguousAwait()?this.ambiguousScriptDifferentAst=!0:this.sawUnambiguousESM=!0),this.state.soloAwait||(t.argument=this.parseMaybeUnary(null,!0)),this.finishNode(t,"AwaitExpression")}isAmbiguousAwait(){if(this.hasPrecedingLineBreak())return!0;let{type:e}=this.state;return 53===e||10===e||0===e||j(e)||101===e&&!this.state.containsEsc||135===e||56===e||this.hasPlugin("v8intrinsic")&&54===e}parseYield(){let e=this.startNode();this.expressionScope.recordParameterInitializerError(Q.YieldInParameter,{at:e}),this.next();let t=!1,r=null;if(!this.hasPrecedingLineBreak())switch(t=this.eat(55),this.state.type){case 13:case 137:case 8:case 11:case 3:case 9:case 14:case 12:if(!t)break;default:r=this.parseMaybeAssign()}return e.delegate=t,e.argument=r,this.finishNode(e,"YieldExpression")}checkPipelineAtInfixOperator(e,t){this.hasPlugin(["pipelineOperator",{proposal:"smart"}])&&"SequenceExpression"===e.type&&this.raise(Q.PipelineHeadSequenceExpression,{at:t})}parseSmartPipelineBodyInStyle(e,t){if(this.isSimpleReference(e)){let r=this.startNodeAt(t);return r.callee=e,this.finishNode(r,"PipelineBareFunction")}{let r=this.startNodeAt(t);return this.checkSmartPipeTopicBodyEarlyErrors(t),r.expression=e,this.finishNode(r,"PipelineTopicExpression")}}isSimpleReference(e){switch(e.type){case"MemberExpression":return!e.computed&&this.isSimpleReference(e.object);case"Identifier":return!0;default:return!1}}checkSmartPipeTopicBodyEarlyErrors(e){if(this.match(19))throw this.raise(Q.PipelineBodyNoArrow,{at:this.state.startLoc});this.topicReferenceWasUsedInCurrentContext()||this.raise(Q.PipelineTopicUnused,{at:e})}withTopicBindingContext(e){let t=this.state.topicContext;this.state.topicContext={maxNumOfResolvableTopics:1,maxTopicIndex:null};try{return e()}finally{this.state.topicContext=t}}withSmartMixTopicForbiddingContext(e){if(!this.hasPlugin(["pipelineOperator",{proposal:"smart"}]))return e();{let t=this.state.topicContext;this.state.topicContext={maxNumOfResolvableTopics:0,maxTopicIndex:null};try{return e()}finally{this.state.topicContext=t}}}withSoloAwaitPermittingContext(e){let t=this.state.soloAwait;this.state.soloAwait=!0;try{return e()}finally{this.state.soloAwait=t}}allowInAnd(e){let t=this.prodParam.currentFlags();if(8&~t){this.prodParam.enter(8|t);try{return e()}finally{this.prodParam.exit()}}return e()}disallowInAnd(e){let t=this.prodParam.currentFlags();if(8&t){this.prodParam.enter(-9&t);try{return e()}finally{this.prodParam.exit()}}return e()}registerTopicReference(){this.state.topicContext.maxTopicIndex=0}topicReferenceIsAllowedInCurrentContext(){return this.state.topicContext.maxNumOfResolvableTopics>=1}topicReferenceWasUsedInCurrentContext(){return null!=this.state.topicContext.maxTopicIndex&&this.state.topicContext.maxTopicIndex>=0}parseFSharpPipelineBody(e){let t=this.state.startLoc;this.state.potentialArrowAt=this.state.start;let r=this.state.inFSharpPipelineDirectBody;this.state.inFSharpPipelineDirectBody=!0;let i=this.parseExprOp(this.parseMaybeUnaryOrPrivate(),t,e);return this.state.inFSharpPipelineDirectBody=r,i}parseModuleExpression(){this.expectPlugin("moduleBlocks");let e=this.startNode();this.next(),this.match(5)||this.unexpected(null,5);let t=this.startNodeAt(this.state.endLoc);this.next();let r=this.initializeScopes(!0);this.enterInitialScopes();try{e.body=this.parseProgram(t,8,"module")}finally{r()}return this.finishNode(e,"ModuleExpression")}parsePropertyNamePrefixOperator(e){}},Yt={kind:"loop"},Qt={kind:"switch"},Zt=/[\uD800-\uDFFF]/u,er=/in(?:stanceof)?/y;var tr=class extends Kt{parseTopLevel(e,t){return e.program=this.parseProgram(t),e.comments=this.state.comments,this.options.tokens&&(e.tokens=function(e,t){for(let r=0;r<e.length;r++){let i=e[r],{type:n}=i;if("number"==typeof n){if(136===n){let{loc:t,start:n,value:s,end:u}=i,a=n+1,o=_(t.start,1);e.splice(r,1,new at({type:I(27),value:"#",start:n,end:a,startLoc:t.start,endLoc:o}),new at({type:I(130),value:s,start:a,end:u,startLoc:o,endLoc:t.end})),r++;continue}if(j(n)){let s,u,a,o,l,{loc:c,start:h,value:p,end:D}=i,d=h+1,f=_(c.start,1);s=96===t.charCodeAt(h)?new at({type:I(22),value:"`",start:h,end:d,startLoc:c.start,endLoc:f}):new at({type:I(8),value:"}",start:h,end:d,startLoc:c.start,endLoc:f}),24===n?(a=D-1,o=_(c.end,-1),u=null===p?null:p.slice(1,-1),l=new at({type:I(22),value:"`",start:a,end:D,startLoc:o,endLoc:c.end})):(a=D-2,o=_(c.end,-2),u=null===p?null:p.slice(1,-2),l=new at({type:I(23),value:"${",start:a,end:D,startLoc:o,endLoc:c.end})),e.splice(r,1,s,new at({type:I(20),value:u,start:d,end:a,startLoc:f,endLoc:o}),l),r+=2;continue}i.type=I(n)}}return e}(this.tokens,this.input)),this.finishNode(e,"File")}parseProgram(e){let t,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:137;if(e.sourceType=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.options.sourceType,e.interpreter=this.parseInterpreterDirective(),this.parseBlockBody(e,!0,!0,r),this.inModule&&!this.options.allowUndeclaredExports&&this.scope.undefinedExports.size>0)for(let[e,t]of Array.from(this.scope.undefinedExports))this.raise(Q.ModuleExportUndefined,{at:t,localName:e});return t=137===r?this.finishNode(e,"Program"):this.finishNodeAt(e,"Program",_(this.state.startLoc,-1)),t}stmtToDirective(e){let t=e;t.type="Directive",t.value=t.expression,delete t.expression;let r=t.value,i=r.value,n=this.input.slice(r.start,r.end),s=r.value=n.slice(1,-1);return this.addExtra(r,"raw",n),this.addExtra(r,"rawValue",s),this.addExtra(r,"expressionValue",i),r.type="DirectiveLiteral",t}parseInterpreterDirective(){if(!this.match(28))return null;let e=this.startNode();return e.value=this.state.value,this.next(),this.finishNode(e,"InterpreterDirective")}isLet(){return!!this.isContextual(99)&&this.hasFollowingBindingAtom()}chStartsBindingIdentifier(e,t){if(le(e)){if(er.lastIndex=t,er.test(this.input)){let e=this.codePointAtPos(er.lastIndex);if(!ce(e)&&92!==e)return!1}return!0}return 92===e}chStartsBindingPattern(e){return 91===e||123===e}hasFollowingBindingAtom(){let e=this.nextTokenStart(),t=this.codePointAtPos(e);return this.chStartsBindingPattern(t)||this.chStartsBindingIdentifier(t,e)}hasFollowingBindingIdentifier(){let e=this.nextTokenStart(),t=this.codePointAtPos(e);return this.chStartsBindingIdentifier(t,e)}startsUsingForOf(){let e=this.lookahead();return!(101===e.type&&!e.containsEsc||(this.expectPlugin("explicitResourceManagement"),0))}parseModuleItem(){return this.parseStatementLike(15)}parseStatementListItem(){return this.parseStatementLike(6|(!this.options.annexB||this.state.strict?0:8))}parseStatementOrSloppyAnnexBFunctionDeclaration(){let e=0;return this.options.annexB&&!this.state.strict&&(e|=4,arguments.length>0&&void 0!==arguments[0]&&arguments[0]&&(e|=8)),this.parseStatementLike(e)}parseStatement(){return this.parseStatementLike(0)}parseStatementLike(e){let t=null;return this.match(26)&&(t=this.parseDecorators(!0)),this.parseStatementContent(e,t)}parseStatementContent(e,t){let r=this.state.type,i=this.startNode(),n=!!(2&e),s=!!(4&e),u=1&e;switch(r){case 60:return this.parseBreakContinueStatement(i,!0);case 63:return this.parseBreakContinueStatement(i,!1);case 64:return this.parseDebuggerStatement(i);case 90:return this.parseDoWhileStatement(i);case 91:return this.parseForStatement(i);case 68:if(46===this.lookaheadCharCode())break;return s||this.raise(this.state.strict?Q.StrictFunction:this.options.annexB?Q.SloppyFunctionAnnexB:Q.SloppyFunction,{at:this.state.startLoc}),this.parseFunctionStatement(i,!1,!n&&s);case 80:return n||this.unexpected(),this.parseClass(this.maybeTakeDecorators(t,i),!0);case 69:return this.parseIfStatement(i);case 70:return this.parseReturnStatement(i);case 71:return this.parseSwitchStatement(i);case 72:return this.parseThrowStatement(i);case 73:return this.parseTryStatement(i);case 105:if(this.hasFollowingLineBreak()||this.state.containsEsc||!this.hasFollowingBindingIdentifier())break;return this.expectPlugin("explicitResourceManagement"),!this.scope.inModule&&this.scope.inTopLevel?this.raise(Q.UnexpectedUsingDeclaration,{at:this.state.startLoc}):n||this.raise(Q.UnexpectedLexicalDeclaration,{at:this.state.startLoc}),this.parseVarStatement(i,"using");case 99:{if(this.state.containsEsc)break;let e=this.nextTokenStart(),t=this.codePointAtPos(e);if(91!==t&&(!n&&this.hasFollowingLineBreak()||!this.chStartsBindingIdentifier(t,e)&&123!==t))break}case 75:n||this.raise(Q.UnexpectedLexicalDeclaration,{at:this.state.startLoc});case 74:return this.parseVarStatement(i,this.state.value);case 92:return this.parseWhileStatement(i);case 76:return this.parseWithStatement(i);case 5:return this.parseBlock();case 13:return this.parseEmptyStatement(i);case 83:{let e=this.lookaheadCharCode();if(40===e||46===e)break}case 82:{let e;return!this.options.allowImportExportEverywhere&&!u&&this.raise(Q.UnexpectedImportExport,{at:this.state.startLoc}),this.next(),83===r?(e=this.parseImport(i),"ImportDeclaration"===e.type&&(!e.importKind||"value"===e.importKind)&&(this.sawUnambiguousESM=!0)):(e=this.parseExport(i,t),("ExportNamedDeclaration"===e.type&&(!e.exportKind||"value"===e.exportKind)||"ExportAllDeclaration"===e.type&&(!e.exportKind||"value"===e.exportKind)||"ExportDefaultDeclaration"===e.type)&&(this.sawUnambiguousESM=!0)),this.assertModuleNodeAllowed(e),e}default:if(this.isAsyncFunction())return n||this.raise(Q.AsyncFunctionInSingleStatementContext,{at:this.state.startLoc}),this.next(),this.parseFunctionStatement(i,!0,!n&&s)}let a=this.state.value,o=this.parseExpression();return v(r)&&"Identifier"===o.type&&this.eat(14)?this.parseLabeledStatement(i,a,o,e):this.parseExpressionStatement(i,o,t)}assertModuleNodeAllowed(e){!this.options.allowImportExportEverywhere&&!this.inModule&&this.raise(Q.ImportOutsideModule,{at:e})}decoratorsEnabledBeforeExport(){return!!this.hasPlugin("decorators-legacy")||this.hasPlugin("decorators")&&!1!==this.getPluginOption("decorators","decoratorsBeforeExport")}maybeTakeDecorators(e,t,r){return e&&(t.decorators&&t.decorators.length>0?("boolean"!=typeof this.getPluginOption("decorators","decoratorsBeforeExport")&&this.raise(Q.DecoratorsBeforeAfterExport,{at:t.decorators[0]}),t.decorators.unshift(...e)):t.decorators=e,this.resetStartLocationFromNode(t,e[0]),r&&this.resetStartLocationFromNode(r,t)),t}canHaveLeadingDecorator(){return this.match(80)}parseDecorators(e){let t=[];do{t.push(this.parseDecorator())}while(this.match(26));if(this.match(82))e||this.unexpected(),this.decoratorsEnabledBeforeExport()||this.raise(Q.DecoratorExportClass,{at:this.state.startLoc});else if(!this.canHaveLeadingDecorator())throw this.raise(Q.UnexpectedLeadingDecorator,{at:this.state.startLoc});return t}parseDecorator(){this.expectOnePlugin(["decorators","decorators-legacy"]);let e=this.startNode();if(this.next(),this.hasPlugin("decorators")){let t,r=this.state.startLoc;if(this.match(10)){let r=this.state.startLoc;this.next(),t=this.parseExpression(),this.expect(11),t=this.wrapParenthesis(r,t);let i=this.state.startLoc;e.expression=this.parseMaybeDecoratorArguments(t),!1===this.getPluginOption("decorators","allowCallParenthesized")&&e.expression!==t&&this.raise(Q.DecoratorArgumentsOutsideParentheses,{at:i})}else{for(t=this.parseIdentifier(!1);this.eat(16);){let e=this.startNodeAt(r);e.object=t,this.match(136)?(this.classScope.usePrivateName(this.state.value,this.state.startLoc),e.property=this.parsePrivateName()):e.property=this.parseIdentifier(!0),e.computed=!1,t=this.finishNode(e,"MemberExpression")}e.expression=this.parseMaybeDecoratorArguments(t)}}else e.expression=this.parseExprSubscripts();return this.finishNode(e,"Decorator")}parseMaybeDecoratorArguments(e){if(this.eat(10)){let t=this.startNodeAtNode(e);return t.callee=e,t.arguments=this.parseCallExpressionArguments(11,!1),this.toReferencedList(t.arguments),this.finishNode(t,"CallExpression")}return e}parseBreakContinueStatement(e,t){return this.next(),this.isLineTerminator()?e.label=null:(e.label=this.parseIdentifier(),this.semicolon()),this.verifyBreakContinue(e,t),this.finishNode(e,t?"BreakStatement":"ContinueStatement")}verifyBreakContinue(e,t){let r;for(r=0;r<this.state.labels.length;++r){let i=this.state.labels[r];if((null==e.label||i.name===e.label.name)&&(null!=i.kind&&(t||"loop"===i.kind)||e.label&&t))break}r===this.state.labels.length&&this.raise(Q.IllegalBreakContinue,{at:e,type:t?"BreakStatement":"ContinueStatement"})}parseDebuggerStatement(e){return this.next(),this.semicolon(),this.finishNode(e,"DebuggerStatement")}parseHeaderExpression(){this.expect(10);let e=this.parseExpression();return this.expect(11),e}parseDoWhileStatement(e){return this.next(),this.state.labels.push(Yt),e.body=this.withSmartMixTopicForbiddingContext((()=>this.parseStatement())),this.state.labels.pop(),this.expect(92),e.test=this.parseHeaderExpression(),this.eat(13),this.finishNode(e,"DoWhileStatement")}parseForStatement(e){this.next(),this.state.labels.push(Yt);let t=null;if(this.isAwaitAllowed()&&this.eatContextual(96)&&(t=this.state.lastTokStartLoc),this.scope.enter(0),this.expect(10),this.match(13))return null!==t&&this.unexpected(t),this.parseFor(e,null);let r=this.isContextual(99),i=this.isContextual(105)&&!this.hasFollowingLineBreak(),n=r&&this.hasFollowingBindingAtom()||i&&this.hasFollowingBindingIdentifier()&&this.startsUsingForOf();if(this.match(74)||this.match(75)||n){let r=this.startNode(),n=this.state.value;this.next(),this.parseVar(r,!0,n);let s=this.finishNode(r,"VariableDeclaration"),u=this.match(58);return u&&i&&this.raise(Q.ForInUsing,{at:s}),(u||this.isContextual(101))&&1===s.declarations.length?this.parseForIn(e,s,t):(null!==t&&this.unexpected(t),this.parseFor(e,s))}let s=this.isContextual(95),u=new dt,a=this.parseExpression(!0,u),o=this.isContextual(101);return o&&(r&&this.raise(Q.ForOfLet,{at:a}),null===t&&s&&"Identifier"===a.type&&this.raise(Q.ForOfAsync,{at:a})),o||this.match(58)?(this.checkDestructuringPrivate(u),this.toAssignable(a,!0),this.checkLVal(a,{in:{type:o?"ForOfStatement":"ForInStatement"}}),this.parseForIn(e,a,t)):(this.checkExpressionErrors(u,!0),null!==t&&this.unexpected(t),this.parseFor(e,a))}parseFunctionStatement(e,t,r){return this.next(),this.parseFunction(e,1|(r?2:0)|(t?8:0))}parseIfStatement(e){return this.next(),e.test=this.parseHeaderExpression(),e.consequent=this.parseStatementOrSloppyAnnexBFunctionDeclaration(),e.alternate=this.eat(66)?this.parseStatementOrSloppyAnnexBFunctionDeclaration():null,this.finishNode(e,"IfStatement")}parseReturnStatement(e){return!this.prodParam.hasReturn&&!this.options.allowReturnOutsideFunction&&this.raise(Q.IllegalReturn,{at:this.state.startLoc}),this.next(),this.isLineTerminator()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")}parseSwitchStatement(e){this.next(),e.discriminant=this.parseHeaderExpression();let t,r=e.cases=[];this.expect(5),this.state.labels.push(Qt),this.scope.enter(0);for(let e;!this.match(8);)if(this.match(61)||this.match(65)){let i=this.match(61);t&&this.finishNode(t,"SwitchCase"),r.push(t=this.startNode()),t.consequent=[],this.next(),i?t.test=this.parseExpression():(e&&this.raise(Q.MultipleDefaultsInSwitch,{at:this.state.lastTokStartLoc}),e=!0,t.test=null),this.expect(14)}else t?t.consequent.push(this.parseStatementListItem()):this.unexpected();return this.scope.exit(),t&&this.finishNode(t,"SwitchCase"),this.next(),this.state.labels.pop(),this.finishNode(e,"SwitchStatement")}parseThrowStatement(e){return this.next(),this.hasPrecedingLineBreak()&&this.raise(Q.NewlineAfterThrow,{at:this.state.lastTokEndLoc}),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,"ThrowStatement")}parseCatchClauseParam(){let e=this.parseBindingAtom();return this.scope.enter(this.options.annexB&&"Identifier"===e.type?8:0),this.checkLVal(e,{in:{type:"CatchClause"},binding:9}),e}parseTryStatement(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.match(62)){let t=this.startNode();this.next(),this.match(10)?(this.expect(10),t.param=this.parseCatchClauseParam(),this.expect(11)):(t.param=null,this.scope.enter(0)),t.body=this.withSmartMixTopicForbiddingContext((()=>this.parseBlock(!1,!1))),this.scope.exit(),e.handler=this.finishNode(t,"CatchClause")}return e.finalizer=this.eat(67)?this.parseBlock():null,!e.handler&&!e.finalizer&&this.raise(Q.NoCatchOrFinally,{at:e}),this.finishNode(e,"TryStatement")}parseVarStatement(e,t){let r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return this.next(),this.parseVar(e,!1,t,r),this.semicolon(),this.finishNode(e,"VariableDeclaration")}parseWhileStatement(e){return this.next(),e.test=this.parseHeaderExpression(),this.state.labels.push(Yt),e.body=this.withSmartMixTopicForbiddingContext((()=>this.parseStatement())),this.state.labels.pop(),this.finishNode(e,"WhileStatement")}parseWithStatement(e){return this.state.strict&&this.raise(Q.StrictWith,{at:this.state.startLoc}),this.next(),e.object=this.parseHeaderExpression(),e.body=this.withSmartMixTopicForbiddingContext((()=>this.parseStatement())),this.finishNode(e,"WithStatement")}parseEmptyStatement(e){return this.next(),this.finishNode(e,"EmptyStatement")}parseLabeledStatement(e,t,r,i){for(let e of this.state.labels)e.name===t&&this.raise(Q.LabelRedeclaration,{at:r,labelName:t});let n=function(e){return e>=90&&e<=92}(this.state.type)?"loop":this.match(71)?"switch":null;for(let t=this.state.labels.length-1;t>=0;t--){let r=this.state.labels[t];if(r.statementStart!==e.start)break;r.statementStart=this.state.start,r.kind=n}return this.state.labels.push({name:t,kind:n,statementStart:this.state.start}),e.body=8&i?this.parseStatementOrSloppyAnnexBFunctionDeclaration(!0):this.parseStatement(),this.state.labels.pop(),e.label=r,this.finishNode(e,"LabeledStatement")}parseExpressionStatement(e,t,r){return e.expression=t,this.semicolon(),this.finishNode(e,"ExpressionStatement")}parseBlock(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],r=arguments.length>2?arguments[2]:void 0,i=this.startNode();return e&&this.state.strictErrors.clear(),this.expect(5),t&&this.scope.enter(0),this.parseBlockBody(i,e,!1,8,r),t&&this.scope.exit(),this.finishNode(i,"BlockStatement")}isValidDirective(e){return"ExpressionStatement"===e.type&&"StringLiteral"===e.expression.type&&!e.expression.extra.parenthesized}parseBlockBody(e,t,r,i,n){let s=e.body=[],u=e.directives=[];this.parseBlockOrModuleBlockBody(s,t?u:void 0,r,i,n)}parseBlockOrModuleBlockBody(e,t,r,i,n){let s=this.state.strict,u=!1,a=!1;for(;!this.match(i);){let i=r?this.parseModuleItem():this.parseStatementListItem();if(t&&!a){if(this.isValidDirective(i)){let e=this.stmtToDirective(i);t.push(e),!u&&"use strict"===e.value.value&&(u=!0,this.setStrict(!0));continue}a=!0,this.state.strictErrors.clear()}e.push(i)}n&&n.call(this,u),s||this.setStrict(!1),this.next()}parseFor(e,t){return e.init=t,this.semicolon(!1),e.test=this.match(13)?null:this.parseExpression(),this.semicolon(!1),e.update=this.match(11)?null:this.parseExpression(),this.expect(11),e.body=this.withSmartMixTopicForbiddingContext((()=>this.parseStatement())),this.scope.exit(),this.state.labels.pop(),this.finishNode(e,"ForStatement")}parseForIn(e,t,r){let i=this.match(58);return this.next(),i?null!==r&&this.unexpected(r):e.await=null!==r,"VariableDeclaration"===t.type&&null!=t.declarations[0].init&&(!i||!this.options.annexB||this.state.strict||"var"!==t.kind||"Identifier"!==t.declarations[0].id.type)&&this.raise(Q.ForInOfLoopInitializer,{at:t,type:i?"ForInStatement":"ForOfStatement"}),"AssignmentPattern"===t.type&&this.raise(Q.InvalidLhs,{at:t,ancestor:{type:"ForStatement"}}),e.left=t,e.right=i?this.parseExpression():this.parseMaybeAssignAllowIn(),this.expect(11),e.body=this.withSmartMixTopicForbiddingContext((()=>this.parseStatement())),this.scope.exit(),this.state.labels.pop(),this.finishNode(e,i?"ForInStatement":"ForOfStatement")}parseVar(e,t,r){let i=arguments.length>3&&void 0!==arguments[3]&&arguments[3],n=e.declarations=[];for(e.kind=r;;){let e=this.startNode();if(this.parseVarId(e,r),e.init=this.eat(29)?t?this.parseMaybeAssignDisallowIn():this.parseMaybeAssignAllowIn():null,null===e.init&&!i&&("Identifier"===e.id.type||t&&(this.match(58)||this.isContextual(101))?"const"===r&&!(this.match(58)||this.isContextual(101))&&this.raise(Q.DeclarationMissingInitializer,{at:this.state.lastTokEndLoc,kind:"const"}):this.raise(Q.DeclarationMissingInitializer,{at:this.state.lastTokEndLoc,kind:"destructuring"})),n.push(this.finishNode(e,"VariableDeclarator")),!this.eat(12))break}return e}parseVarId(e,t){"using"===t&&!this.inModule&&this.match(96)&&this.raise(Q.AwaitInUsingBinding,{at:this.state.startLoc});let r=this.parseBindingAtom();this.checkLVal(r,{in:{type:"VariableDeclarator"},binding:"var"===t?5:Pe}),e.id=r}parseAsyncFunctionExpression(e){return this.parseFunction(e,8)}parseFunction(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=2&t,i=!!(1&t),n=i&&!(4&t),s=!!(8&t);this.initFunction(e,s),this.match(55)&&(r&&this.raise(Q.GeneratorInSingleStatementContext,{at:this.state.startLoc}),this.next(),e.generator=!0),i&&(e.id=this.parseFunctionId(n));let u=this.state.maybeInArrowParameters;return this.state.maybeInArrowParameters=!1,this.scope.enter(2),this.prodParam.enter(pt(s,e.generator)),i||(e.id=this.parseFunctionId()),this.parseFunctionParams(e,!1),this.withSmartMixTopicForbiddingContext((()=>{this.parseFunctionBodyAndFinish(e,i?"FunctionDeclaration":"FunctionExpression")})),this.prodParam.exit(),this.scope.exit(),i&&!r&&this.registerFunctionStatementId(e),this.state.maybeInArrowParameters=u,e}parseFunctionId(e){return e||v(this.state.type)?this.parseIdentifier():null}parseFunctionParams(e,t){this.expect(10),this.expressionScope.enter(new lt(3)),e.params=this.parseBindingList(11,41,2|(t?4:0)),this.expressionScope.exit()}registerFunctionStatementId(e){e.id&&this.scope.declareName(e.id.name,!this.options.annexB||this.state.strict||e.generator||e.async?this.scope.treatFunctionsAsVar?5:Pe:17,e.id.loc.start)}parseClass(e,t,r){this.next();let i=this.state.strict;return this.state.strict=!0,this.parseClassId(e,t,r),this.parseClassSuper(e),e.body=this.parseClassBody(!!e.superClass,i),this.finishNode(e,t?"ClassDeclaration":"ClassExpression")}isClassProperty(){return this.match(29)||this.match(13)||this.match(8)}isClassMethod(){return this.match(10)}isNonstaticConstructor(e){return!(e.computed||e.static||"constructor"!==e.key.name&&"constructor"!==e.key.value)}parseClassBody(e,t){this.classScope.enter();let r={hadConstructor:!1,hadSuperClass:e},i=[],n=this.startNode();if(n.body=[],this.expect(5),this.withSmartMixTopicForbiddingContext((()=>{for(;!this.match(8);){if(this.eat(13)){if(i.length>0)throw this.raise(Q.DecoratorSemicolon,{at:this.state.lastTokEndLoc});continue}if(this.match(26)){i.push(this.parseDecorator());continue}let e=this.startNode();i.length&&(e.decorators=i,this.resetStartLocationFromNode(e,i[0]),i=[]),this.parseClassMember(n,e,r),"constructor"===e.kind&&e.decorators&&e.decorators.length>0&&this.raise(Q.DecoratorConstructor,{at:e})}})),this.state.strict=t,this.next(),i.length)throw this.raise(Q.TrailingDecorator,{at:this.state.startLoc});return this.classScope.exit(),this.finishNode(n,"ClassBody")}parseClassMemberFromModifier(e,t){let r=this.parseIdentifier(!0);if(this.isClassMethod()){let i=t;return i.kind="method",i.computed=!1,i.key=r,i.static=!1,this.pushClassMethod(e,i,!1,!1,!1,!1),!0}if(this.isClassProperty()){let i=t;return i.computed=!1,i.key=r,i.static=!1,e.body.push(this.parseClassProperty(i)),!0}return this.resetPreviousNodeTrailingComments(r),!1}parseClassMember(e,t,r){let i=this.isContextual(104);if(i){if(this.parseClassMemberFromModifier(e,t))return;if(this.eat(5))return void this.parseClassStaticBlock(e,t)}this.parseClassMemberWithIsStatic(e,t,r,i)}parseClassMemberWithIsStatic(e,t,r,i){let n=t,s=t,u=t,a=t,o=t,l=n,c=n;if(t.static=i,this.parsePropertyNamePrefixOperator(t),this.eat(55)){l.kind="method";let t=this.match(136);return this.parseClassElementName(l),t?void this.pushClassPrivateMethod(e,s,!0,!1):(this.isNonstaticConstructor(n)&&this.raise(Q.ConstructorIsGenerator,{at:n.key}),void this.pushClassMethod(e,n,!0,!1,!1,!1))}let h=v(this.state.type)&&!this.state.containsEsc,p=this.match(136),D=this.parseClassElementName(t),d=this.state.startLoc;if(this.parsePostMemberNameModifiers(c),this.isClassMethod()){if(l.kind="method",p)return void this.pushClassPrivateMethod(e,s,!1,!1);let i=this.isNonstaticConstructor(n),u=!1;i&&(n.kind="constructor",r.hadConstructor&&!this.hasPlugin("typescript")&&this.raise(Q.DuplicateConstructor,{at:D}),i&&this.hasPlugin("typescript")&&t.override&&this.raise(Q.OverrideOnConstructor,{at:D}),r.hadConstructor=!0,u=r.hadSuperClass),this.pushClassMethod(e,n,!1,!1,i,u)}else if(this.isClassProperty())p?this.pushClassPrivateProperty(e,a):this.pushClassProperty(e,u);else if(h&&"async"===D.name&&!this.isLineTerminator()){this.resetPreviousNodeTrailingComments(D);let t=this.eat(55);c.optional&&this.unexpected(d),l.kind="method";let r=this.match(136);this.parseClassElementName(l),this.parsePostMemberNameModifiers(c),r?this.pushClassPrivateMethod(e,s,t,!0):(this.isNonstaticConstructor(n)&&this.raise(Q.ConstructorIsAsync,{at:n.key}),this.pushClassMethod(e,n,t,!0,!1,!1))}else if(!h||"get"!==D.name&&"set"!==D.name||this.match(55)&&this.isLineTerminator())if(h&&"accessor"===D.name&&!this.isLineTerminator()){this.expectPlugin("decoratorAutoAccessors"),this.resetPreviousNodeTrailingComments(D);let t=this.match(136);this.parseClassElementName(u),this.pushClassAccessorProperty(e,o,t)}else this.isLineTerminator()?p?this.pushClassPrivateProperty(e,a):this.pushClassProperty(e,u):this.unexpected();else{this.resetPreviousNodeTrailingComments(D),l.kind=D.name;let t=this.match(136);this.parseClassElementName(n),t?this.pushClassPrivateMethod(e,s,!1,!1):(this.isNonstaticConstructor(n)&&this.raise(Q.ConstructorIsAccessor,{at:n.key}),this.pushClassMethod(e,n,!1,!1,!1,!1)),this.checkGetterSetterParams(n)}}parseClassElementName(e){let{type:t,value:r}=this.state;if((130===t||131===t)&&e.static&&"prototype"===r&&this.raise(Q.StaticPrototype,{at:this.state.startLoc}),136===t){"constructor"===r&&this.raise(Q.ConstructorClassPrivateField,{at:this.state.startLoc});let t=this.parsePrivateName();return e.key=t,t}return this.parsePropertyName(e)}parseClassStaticBlock(e,t){var r;this.scope.enter(208);let i=this.state.labels;this.state.labels=[],this.prodParam.enter(0);let n=t.body=[];this.parseBlockOrModuleBlockBody(n,void 0,!1,8),this.prodParam.exit(),this.scope.exit(),this.state.labels=i,e.body.push(this.finishNode(t,"StaticBlock")),null!=(r=t.decorators)&&r.length&&this.raise(Q.DecoratorStaticBlock,{at:t})}pushClassProperty(e,t){!t.computed&&("constructor"===t.key.name||"constructor"===t.key.value)&&this.raise(Q.ConstructorClassField,{at:t.key}),e.body.push(this.parseClassProperty(t))}pushClassPrivateProperty(e,t){let r=this.parseClassPrivateProperty(t);e.body.push(r),this.classScope.declarePrivateName(this.getPrivateNameSV(r.key),0,r.key.loc.start)}pushClassAccessorProperty(e,t,r){if(!r&&!t.computed){let e=t.key;("constructor"===e.name||"constructor"===e.value)&&this.raise(Q.ConstructorClassField,{at:e})}let i=this.parseClassAccessorProperty(t);e.body.push(i),r&&this.classScope.declarePrivateName(this.getPrivateNameSV(i.key),0,i.key.loc.start)}pushClassMethod(e,t,r,i,n,s){e.body.push(this.parseMethod(t,r,i,n,s,"ClassMethod",!0))}pushClassPrivateMethod(e,t,r,i){let n=this.parseMethod(t,r,i,!1,!1,"ClassPrivateMethod",!0);e.body.push(n),this.declareClassPrivateMethodInScope(n,"get"===n.kind?n.static?6:2:"set"===n.kind?n.static?5:1:0)}declareClassPrivateMethodInScope(e,t){this.classScope.declarePrivateName(this.getPrivateNameSV(e.key),t,e.key.loc.start)}parsePostMemberNameModifiers(e){}parseClassPrivateProperty(e){return this.parseInitializer(e),this.semicolon(),this.finishNode(e,"ClassPrivateProperty")}parseClassProperty(e){return this.parseInitializer(e),this.semicolon(),this.finishNode(e,"ClassProperty")}parseClassAccessorProperty(e){return this.parseInitializer(e),this.semicolon(),this.finishNode(e,"ClassAccessorProperty")}parseInitializer(e){this.scope.enter(80),this.expressionScope.enter(ht()),this.prodParam.enter(0),e.value=this.eat(29)?this.parseMaybeAssignAllowIn():null,this.expressionScope.exit(),this.prodParam.exit(),this.scope.exit()}parseClassId(e,t,r){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:8331;if(v(this.state.type))e.id=this.parseIdentifier(),t&&this.declareNameFromIdentifier(e.id,i);else{if(!r&&t)throw this.raise(Q.MissingClassName,{at:this.state.startLoc});e.id=null}}parseClassSuper(e){e.superClass=this.eat(81)?this.parseExprSubscripts():null}parseExport(e,t){let r=this.maybeParseExportDefaultSpecifier(e),i=!r||this.eat(12),n=i&&this.eatExportStar(e),s=n&&this.maybeParseExportNamespaceSpecifier(e),u=i&&(!s||this.eat(12)),a=r||n;if(n&&!s){if(r&&this.unexpected(),t)throw this.raise(Q.UnsupportedDecoratorExport,{at:e});return this.parseExportFrom(e,!0),this.finishNode(e,"ExportAllDeclaration")}let o,l=this.maybeParseExportNamedSpecifiers(e);if(r&&i&&!n&&!l&&this.unexpected(null,5),s&&u&&this.unexpected(null,97),a||l){if(o=!1,t)throw this.raise(Q.UnsupportedDecoratorExport,{at:e});this.parseExportFrom(e,a)}else o=this.maybeParseExportDeclaration(e);if(a||l||o){var c;let r=e;if(this.checkExport(r,!0,!1,!!r.source),"ClassDeclaration"===(null==(c=r.declaration)?void 0:c.type))this.maybeTakeDecorators(t,r.declaration,r);else if(t)throw this.raise(Q.UnsupportedDecoratorExport,{at:e});return this.finishNode(r,"ExportNamedDeclaration")}if(this.eat(65)){let r=e,i=this.parseExportDefaultExpression();if(r.declaration=i,"ClassDeclaration"===i.type)this.maybeTakeDecorators(t,i,r);else if(t)throw this.raise(Q.UnsupportedDecoratorExport,{at:e});return this.checkExport(r,!0,!0),this.finishNode(r,"ExportDefaultDeclaration")}this.unexpected(null,5)}eatExportStar(e){return this.eat(55)}maybeParseExportDefaultSpecifier(e){if(this.isExportDefaultSpecifier()){this.expectPlugin("exportDefaultFrom");let t=this.startNode();return t.exported=this.parseIdentifier(!0),e.specifiers=[this.finishNode(t,"ExportDefaultSpecifier")],!0}return!1}maybeParseExportNamespaceSpecifier(e){if(this.isContextual(93)){e.specifiers||(e.specifiers=[]);let t=this.startNodeAt(this.state.lastTokStartLoc);return this.next(),t.exported=this.parseModuleExportName(),e.specifiers.push(this.finishNode(t,"ExportNamespaceSpecifier")),!0}return!1}maybeParseExportNamedSpecifiers(e){return!!this.match(5)&&(e.specifiers||(e.specifiers=[]),e.specifiers.push(...this.parseExportSpecifiers("type"===e.exportKind)),e.source=null,e.declaration=null,this.hasPlugin("importAssertions")&&(e.assertions=[]),!0)}maybeParseExportDeclaration(e){return!!this.shouldParseExportDeclaration()&&(e.specifiers=[],e.source=null,this.hasPlugin("importAssertions")&&(e.assertions=[]),e.declaration=this.parseExportDeclaration(e),!0)}isAsyncFunction(){if(!this.isContextual(95))return!1;let e=this.nextTokenStart();return!qe.test(this.input.slice(this.state.pos,e))&&this.isUnparsedContextual(e,"function")}parseExportDefaultExpression(){let e=this.startNode();if(this.match(68))return this.next(),this.parseFunction(e,5);if(this.isAsyncFunction())return this.next(),this.next(),this.parseFunction(e,13);if(this.match(80))return this.parseClass(e,!0,!0);if(this.match(26))return this.hasPlugin("decorators")&&!0===this.getPluginOption("decorators","decoratorsBeforeExport")&&this.raise(Q.DecoratorBeforeExport,{at:this.state.startLoc}),this.parseClass(this.maybeTakeDecorators(this.parseDecorators(!1),this.startNode()),!0,!0);if(this.match(75)||this.match(74)||this.isLet())throw this.raise(Q.UnsupportedDefaultExport,{at:this.state.startLoc});let t=this.parseMaybeAssignAllowIn();return this.semicolon(),t}parseExportDeclaration(e){return this.match(80)?this.parseClass(this.startNode(),!0,!1):this.parseStatementListItem()}isExportDefaultSpecifier(){let{type:e}=this.state;if(v(e)){if(95===e&&!this.state.containsEsc||99===e)return!1;if((128===e||127===e)&&!this.state.containsEsc){let{type:e}=this.lookahead();if(v(e)&&97!==e||5===e)return this.expectOnePlugin(["flow","typescript"]),!1}}else if(!this.match(65))return!1;let t=this.nextTokenStart(),r=this.isUnparsedContextual(t,"from");if(44===this.input.charCodeAt(t)||v(this.state.type)&&r)return!0;if(this.match(65)&&r){let e=this.input.charCodeAt(this.nextTokenStartSince(t+4));return 34===e||39===e}return!1}parseExportFrom(e,t){if(this.eatContextual(97)){e.source=this.parseImportSource(),this.checkExport(e);let t=this.maybeParseImportAssertions();t&&(e.assertions=t,this.checkJSONModuleImport(e))}else t&&this.unexpected();this.semicolon()}shouldParseExportDeclaration(){let{type:e}=this.state;return 26===e&&(this.expectOnePlugin(["decorators","decorators-legacy"]),this.hasPlugin("decorators"))?(!0===this.getPluginOption("decorators","decoratorsBeforeExport")&&this.raise(Q.DecoratorBeforeExport,{at:this.state.startLoc}),!0):74===e||75===e||68===e||80===e||this.isLet()||this.isAsyncFunction()}checkExport(e,t,r,i){if(t)if(r){if(this.checkDuplicateExports(e,"default"),this.hasPlugin("exportDefaultFrom")){var n;let t=e.declaration;"Identifier"===t.type&&"from"===t.name&&t.end-t.start==4&&(null==(n=t.extra)||!n.parenthesized)&&this.raise(Q.ExportDefaultFromAsIdentifier,{at:t})}}else if(e.specifiers&&e.specifiers.length)for(let t of e.specifiers){let{exported:e}=t,r="Identifier"===e.type?e.name:e.value;if(this.checkDuplicateExports(t,r),!i&&t.local){let{local:e}=t;"Identifier"!==e.type?this.raise(Q.ExportBindingIsString,{at:t,localName:e.value,exportName:r}):(this.checkReservedWord(e.name,e.loc.start,!0,!1),this.scope.checkLocalExport(e))}}else if(e.declaration)if("FunctionDeclaration"===e.declaration.type||"ClassDeclaration"===e.declaration.type){let t=e.declaration.id;if(!t)throw new Error("Assertion failure");this.checkDuplicateExports(e,t.name)}else if("VariableDeclaration"===e.declaration.type)for(let t of e.declaration.declarations)this.checkDeclaration(t.id)}checkDeclaration(e){if("Identifier"===e.type)this.checkDuplicateExports(e,e.name);else if("ObjectPattern"===e.type)for(let t of e.properties)this.checkDeclaration(t);else if("ArrayPattern"===e.type)for(let t of e.elements)t&&this.checkDeclaration(t);else"ObjectProperty"===e.type?this.checkDeclaration(e.value):"RestElement"===e.type?this.checkDeclaration(e.argument):"AssignmentPattern"===e.type&&this.checkDeclaration(e.left)}checkDuplicateExports(e,t){this.exportedIdentifiers.has(t)&&("default"===t?this.raise(Q.DuplicateDefaultExport,{at:e}):this.raise(Q.DuplicateExport,{at:e,exportName:t})),this.exportedIdentifiers.add(t)}parseExportSpecifiers(e){let t=[],r=!0;for(this.expect(5);!this.eat(8);){if(r)r=!1;else if(this.expect(12),this.eat(8))break;let i=this.isContextual(128),n=this.match(131),s=this.startNode();s.local=this.parseModuleExportName(),t.push(this.parseExportSpecifier(s,n,e,i))}return t}parseExportSpecifier(e,t,r,i){return this.eatContextual(93)?e.exported=this.parseModuleExportName():t?e.exported=gt(e.local):e.exported||(e.exported=Et(e.local)),this.finishNode(e,"ExportSpecifier")}parseModuleExportName(){if(this.match(131)){let e=this.parseStringLiteral(this.state.value),t=e.value.match(Zt);return t&&this.raise(Q.ModuleExportNameHasLoneSurrogate,{at:e,surrogateCharCode:t[0].charCodeAt(0)}),e}return this.parseIdentifier(!0)}isJSONModuleImport(e){return null!=e.assertions&&e.assertions.some((e=>{let{key:t,value:r}=e;return"json"===r.value&&("Identifier"===t.type?"type"===t.name:"type"===t.value)}))}checkImportReflection(e){var t;e.module&&((1!==e.specifiers.length||"ImportDefaultSpecifier"!==e.specifiers[0].type)&&this.raise(Q.ImportReflectionNotBinding,{at:e.specifiers[0].loc.start}),(null==(t=e.assertions)?void 0:t.length)>0&&this.raise(Q.ImportReflectionHasAssertion,{at:e.specifiers[0].loc.start}))}checkJSONModuleImport(e){if(this.isJSONModuleImport(e)&&"ExportAllDeclaration"!==e.type){let{specifiers:t}=e;if(null!=t){let e=t.find((e=>{let t;if("ExportSpecifier"===e.type?t=e.local:"ImportSpecifier"===e.type&&(t=e.imported),void 0!==t)return"Identifier"===t.type?"default"!==t.name:"default"!==t.value}));void 0!==e&&this.raise(Q.ImportJSONBindingNotDefault,{at:e.loc.start})}}}parseMaybeImportReflection(e){let t=!1;if(this.isContextual(125)){let e=this.lookahead(),r=e.type;v(r)?(97!==r||102===this.input.charCodeAt(this.nextTokenStartSince(e.end)))&&(t=!0):12!==r&&(t=!0)}t?(this.expectPlugin("importReflection"),this.next(),e.module=!0):this.hasPlugin("importReflection")&&(e.module=!1)}parseImport(e){if(e.specifiers=[],!this.match(131)){this.parseMaybeImportReflection(e);let t=!this.maybeParseDefaultImportSpecifier(e)||this.eat(12),r=t&&this.maybeParseStarImportSpecifier(e);t&&!r&&this.parseNamedImportSpecifiers(e),this.expectContextual(97)}e.source=this.parseImportSource();let t=this.maybeParseImportAssertions();if(t)e.assertions=t;else{let t=this.maybeParseModuleAttributes();t&&(e.attributes=t)}return this.checkImportReflection(e),this.checkJSONModuleImport(e),this.semicolon(),this.finishNode(e,"ImportDeclaration")}parseImportSource(){return this.match(131)||this.unexpected(),this.parseExprAtom()}shouldParseDefaultImport(e){return v(this.state.type)}parseImportSpecifierLocal(e,t,r){t.local=this.parseIdentifier(),e.specifiers.push(this.finishImportSpecifier(t,r))}finishImportSpecifier(e,t){return this.checkLVal(e.local,{in:{type:t},binding:arguments.length>2&&void 0!==arguments[2]?arguments[2]:Pe}),this.finishNode(e,t)}parseAssertEntries(){let e=[],t=new Set;do{if(this.match(8))break;let r=this.startNode(),i=this.state.value;if(t.has(i)&&this.raise(Q.ModuleAttributesWithDuplicateKeys,{at:this.state.startLoc,key:i}),t.add(i),r.key=this.match(131)?this.parseStringLiteral(i):this.parseIdentifier(!0),this.expect(14),!this.match(131))throw this.raise(Q.ModuleAttributeInvalidValue,{at:this.state.startLoc});r.value=this.parseStringLiteral(this.state.value),e.push(this.finishNode(r,"ImportAttribute"))}while(this.eat(12));return e}maybeParseModuleAttributes(){if(!this.match(76)||this.hasPrecedingLineBreak())return this.hasPlugin("moduleAttributes")?[]:null;this.expectPlugin("moduleAttributes"),this.next();let e=[],t=new Set;do{let r=this.startNode();if(r.key=this.parseIdentifier(!0),"type"!==r.key.name&&this.raise(Q.ModuleAttributeDifferentFromType,{at:r.key}),t.has(r.key.name)&&this.raise(Q.ModuleAttributesWithDuplicateKeys,{at:r.key,key:r.key.name}),t.add(r.key.name),this.expect(14),!this.match(131))throw this.raise(Q.ModuleAttributeInvalidValue,{at:this.state.startLoc});r.value=this.parseStringLiteral(this.state.value),this.finishNode(r,"ImportAttribute"),e.push(r)}while(this.eat(12));return e}maybeParseImportAssertions(){if(!this.isContextual(94)||this.hasPrecedingLineBreak())return this.hasPlugin("importAssertions")?[]:null;this.expectPlugin("importAssertions"),this.next(),this.eat(5);let e=this.parseAssertEntries();return this.eat(8),e}maybeParseDefaultImportSpecifier(e){return!!this.shouldParseDefaultImport(e)&&(this.parseImportSpecifierLocal(e,this.startNode(),"ImportDefaultSpecifier"),!0)}maybeParseStarImportSpecifier(e){if(this.match(55)){let t=this.startNode();return this.next(),this.expectContextual(93),this.parseImportSpecifierLocal(e,t,"ImportNamespaceSpecifier"),!0}return!1}parseNamedImportSpecifiers(e){let t=!0;for(this.expect(5);!this.eat(8);){if(t)t=!1;else{if(this.eat(14))throw this.raise(Q.DestructureNamedImport,{at:this.state.startLoc});if(this.expect(12),this.eat(8))break}let r=this.startNode(),i=this.match(131),n=this.isContextual(128);r.imported=this.parseModuleExportName();let s=this.parseImportSpecifier(r,i,"type"===e.importKind||"typeof"===e.importKind,n,void 0);e.specifiers.push(s)}}parseImportSpecifier(e,t,r,i,n){if(this.eatContextual(93))e.local=this.parseIdentifier();else{let{imported:r}=e;if(t)throw this.raise(Q.ImportBindingIsString,{at:e,importName:r.value});this.checkReservedWord(r.name,e.loc.start,!0,!0),e.local||(e.local=Et(r))}return this.finishImportSpecifier(e,"ImportSpecifier",n)}isThisParam(e){return"Identifier"===e.type&&"this"===e.name}},rr=class extends tr{constructor(e,r){super(e=function(e){if(e&&null!=e.annexB&&!1!==e.annexB)throw new Error("The `annexB` option can only be set to `false`.");let r={};for(let i of Object.keys(t))r[i]=e&&null!=e[i]?e[i]:t[i];return r}(e),r),this.options=e,this.initializeScopes(),this.plugins=function(e){let t=new Map;for(let r of e){let[e,i]=Array.isArray(r)?r:[r,{}];t.has(e)||t.set(e,i||{})}return t}(this.options.plugins),this.filename=e.sourceFilename}getScopeHandler(){return je}parse(){this.enterInitialScopes();let e=this.startNode(),t=this.startNode();return this.nextToken(),e.errors=null,this.parseTopLevel(e,t),e.errors=this.state.errors,e}};var ir=function(e){let t={};for(let r of Object.keys(e))t[r]=I(e[r]);return t}(A);function nr(e,t){let r=rr;return null!=e&&e.plugins&&(function(e){if(Vt(e,"decorators")){if(Vt(e,"decorators-legacy"))throw new Error("Cannot use the decorators and decorators-legacy plugin together");let t=Ht(e,"decorators","decoratorsBeforeExport");if(null!=t&&"boolean"!=typeof t)throw new Error("'decoratorsBeforeExport' must be a boolean, if specified.");let r=Ht(e,"decorators","allowCallParenthesized");if(null!=r&&"boolean"!=typeof r)throw new Error("'allowCallParenthesized' must be a boolean.")}if(Vt(e,"flow")&&Vt(e,"typescript"))throw new Error("Cannot combine flow and typescript plugins.");if(Vt(e,"placeholders")&&Vt(e,"v8intrinsic"))throw new Error("Cannot combine placeholders and v8intrinsic plugins.");if(Vt(e,"pipelineOperator")){let t=Ht(e,"pipelineOperator","proposal");if(!Jt.includes(t)){let e=Jt.map((e=>`"${e}"`)).join(", ");throw new Error(`"pipelineOperator" requires "proposal" option whose value must be one of: ${e}.`)}let r=Vt(e,["recordAndTuple",{syntaxType:"hash"}]);if("hack"===t){if(Vt(e,"placeholders"))throw new Error("Cannot combine placeholders plugin and Hack-style pipes.");if(Vt(e,"v8intrinsic"))throw new Error("Cannot combine v8intrinsic plugin and Hack-style pipes.");let t=Ht(e,"pipelineOperator","topicToken");if(!zt.includes(t)){let e=zt.map((e=>`"${e}"`)).join(", ");throw new Error(`"pipelineOperator" in "proposal": "hack" mode also requires a "topicToken" option whose value must be one of: ${e}.`)}if("#"===t&&r)throw new Error('Plugin conflict between `["pipelineOperator", { proposal: "hack", topicToken: "#" }]` and `["recordAndtuple", { syntaxType: "hash"}]`.')}else if("smart"===t&&r)throw new Error('Plugin conflict between `["pipelineOperator", { proposal: "smart" }]` and `["recordAndtuple", { syntaxType: "hash"}]`.')}if(Vt(e,"moduleAttributes")){if(Vt(e,"importAssertions"))throw new Error("Cannot combine importAssertions and moduleAttributes plugins.");if("may-2020"!==Ht(e,"moduleAttributes","version"))throw new Error("The 'moduleAttributes' plugin requires a 'version' option, representing the last proposal update. Currently, the only supported value is 'may-2020'.")}if(Vt(e,"recordAndTuple")&&null!=Ht(e,"recordAndTuple","syntaxType")&&!Gt.includes(Ht(e,"recordAndTuple","syntaxType")))throw new Error("The 'syntaxType' option of the 'recordAndTuple' plugin must be one of: "+Gt.map((e=>`'${e}'`)).join(", "));if(Vt(e,"asyncDoExpressions")&&!Vt(e,"doExpressions")){let e=new Error("'asyncDoExpressions' requires 'doExpressions', please add 'doExpressions' to parser plugins.");throw e.missingPlugins="doExpressions",e}}(e.plugins),r=function(e){let t=Xt.filter((t=>Vt(e,t))),r=t.join("/"),i=sr[r];if(!i){i=rr;for(let e of t)i=Wt[e](i);sr[r]=i}return i}(e.plugins)),new r(e,t)}var sr={};e.parse=function(e,t){var r;if("unambiguous"!==(null==(r=t)?void 0:r.sourceType))return nr(t,e).parse();t=Object.assign({},t);try{t.sourceType="module";let r=nr(t,e),i=r.parse();if(r.sawUnambiguousESM)return i;if(r.ambiguousScriptDifferentAst)try{return t.sourceType="script",nr(t,e).parse()}catch{}else i.program.sourceType="script";return i}catch(r){try{return t.sourceType="script",nr(t,e).parse()}catch{}throw r}},e.parseExpression=function(e,t){let r=nr(t,e);return r.options.strictMode&&(r.state.strict=!0),r.getExpression()},e.tokTypes=ir}}),te=a({"src/language-js/parse/json.js"(e,t){l();var r=U(),i=J(),n=H(),s=z();function u(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{allowComments:t=!0}=e;return function(e){let i,{parseExpression:n}=ee();try{i=n(e,{tokens:!0,ranges:!0})}catch(e){throw s(e)}if(!t&&r(i.comments))throw a(i.comments[0],"Comment");return o(i),i}}function a(e,t){let[r,n]=[e.loc.start,e.loc.end].map((e=>{let{line:t,column:r}=e;return{line:t,column:r+1}}));return i(`${t} is not allowed in JSON.`,{start:r,end:n})}function o(e){switch(e.type){case"ArrayExpression":for(let t of e.elements)null!==t&&o(t);return;case"ObjectExpression":for(let t of e.properties)o(t);return;case"ObjectProperty":if(e.computed)throw a(e.key,"Computed key");if(e.shorthand)throw a(e.key,"Shorthand property");return"Identifier"!==e.key.type&&o(e.key),void o(e.value);case"UnaryExpression":{let{operator:t,argument:r}=e;if("+"!==t&&"-"!==t)throw a(e,`Operator '${e.operator}'`);if("NumericLiteral"===r.type||"Identifier"===r.type&&("Infinity"===r.name||"NaN"===r.name))return;throw a(r,`Operator '${t}' before '${r.type}'`)}case"Identifier":if("Infinity"!==e.name&&"NaN"!==e.name&&"undefined"!==e.name)throw a(e,`Identifier '${e.name}'`);return;case"TemplateLiteral":if(r(e.expressions))throw a(e.expressions[0],"'TemplateLiteral' with expression");for(let t of e.quasis)o(t);return;case"NullLiteral":case"BooleanLiteral":case"NumericLiteral":case"StringLiteral":case"TemplateElement":return;default:throw a(e,`'${e.type}'`)}}var c=u(),h={json:n({parse:c,hasPragma:()=>!0}),json5:n(c),"json-stringify":n({parse:u({allowComments:!1}),astFormat:"estree-json"})};t.exports=h}});l();var re=c(),ie=h(),ne=m(),se=H(),ue=z(),ae=Z(),oe=te(),le={sourceType:"module",allowImportExportEverywhere:!0,allowReturnOutsideFunction:!0,allowSuperOutsideMethod:!0,allowUndeclaredExports:!0,errorRecovery:!0,createParenthesizedExpressions:!0,plugins:["doExpressions","exportDefaultFrom","functionBind","functionSent","throwExpressions","partialApplication",["decorators",{decoratorsBeforeExport:!1}],"importAssertions","decimal","moduleBlocks","asyncDoExpressions","regexpUnicodeSets","destructuringPrivate","decoratorAutoAccessors"],tokens:!0,ranges:!0},ce=["recordAndTuple",{syntaxType:"hash"}],he="v8intrinsic",pe=[["pipelineOperator",{proposal:"hack",topicToken:"%"}],["pipelineOperator",{proposal:"minimal"}],["pipelineOperator",{proposal:"fsharp"}]],De=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:le;return Object.assign(Object.assign({},t),{},{plugins:[...t.plugins,...e]})},de=/@(?:no)?flow\b/;function fe(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),i=1;i<t;i++)r[i-1]=arguments[i];return function(t,i){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(("babel"===n.parser||"__babel_estree"===n.parser)&&function(e,t){if(t.filepath&&t.filepath.endsWith(".js.flow"))return!0;let r=ie(e);r&&(e=e.slice(r.length));let i=ne(e,0);return!1!==i&&(e=e.slice(0,i)),de.test(e)}(t,n))return n.parser="babel-flow",ge(t,i,n);let s=r;"script"===n.__babelSourceType&&(s=s.map((e=>Object.assign(Object.assign({},e),{},{sourceType:"script"})))),/#[[{]/.test(t)&&(s=s.map((e=>De([ce],e))));let u=/%[A-Z]/.test(t);t.includes("|>")?s=(u?[...pe,he]:pe).flatMap((e=>s.map((t=>De([e],t))))):u&&(s=s.map((e=>De([he],e))));let{result:a,error:o}=re(...s.map((r=>()=>function(e,t,r){let i=(0,ee()[e])(t,r),n=i.errors.find((e=>!ve.has(e.reasonCode)));if(n)throw n;return i}(e,t,r))));if(!a)throw ue(o);return n.originalText=t,ae(a,n)}}var Ee=fe("parse",De(["jsx","flow"])),ge=fe("parse",De(["jsx",["flow",{all:!0,enums:!0}]])),ye=fe("parse",De(["jsx","typescript"]),De(["typescript"])),Fe=fe("parse",De(["jsx","flow","estree"])),be=fe("parseExpression",De(["jsx"])),Ae=fe("parseExpression",De(["typescript"])),ve=new Set(["StrictNumericEscape","StrictWith","StrictOctalLiteral","StrictDelete","StrictEvalArguments","StrictEvalArgumentsBinding","StrictFunction","EmptyTypeArguments","EmptyTypeParameters","ConstructorHasTypeParameters","UnsupportedParameterPropertyKind","UnexpectedParameterModifier","MixedLabeledAndUnlabeledElements","InvalidTupleMemberLabel","NonClassMethodPropertyHasAbstractModifer","ReadonlyForMethodSignature","ClassMethodHasDeclare","ClassMethodHasReadonly","InvalidModifierOnTypeMember","DuplicateAccessibilityModifier","IndexSignatureHasDeclare","DecoratorExportClass","ParamDupe","InvalidDecimal","RestTrailingComma","UnsupportedParameterDecorator","UnterminatedJsxContent","UnexpectedReservedWord","ModuleAttributesWithDuplicateKeys","LineTerminatorBeforeArrow","InvalidEscapeSequenceTemplate","NonAbstractClassHasAbstractMethod","UnsupportedPropertyDecorator","OptionalTypeBeforeRequired","PatternIsOptional","OptionalBindingPattern","DeclareClassFieldHasInitializer","TypeImportCannotSpecifyDefaultAndNamed","DeclareFunctionHasImplementation","ConstructorClassField","VarRedeclaration","InvalidPrivateFieldResolution","DuplicateExport"]),xe=se(Ee),Se=se(ye),we=se(be),Te=se(Ae);t.exports={parsers:Object.assign(Object.assign({babel:xe,"babel-flow":se(ge),"babel-ts":Se},oe),{},{__js_expression:we,__vue_expression:we,__vue_ts_expression:Te,__vue_event_binding:xe,__vue_ts_event_binding:Se,__babel_estree:se(Fe)})}})),ke())})),t((function(t){var r,i,n,s,u,a,o,l,c,h,p,D,d,f,m,E,g,C,y,F,b,A,v,x,S,w,T,B,P,k,N,j,I,O,L,M,_,$,R,q,U,V,H,J,z,G,W,X,K,Y,Q,Z,ee,te,re,ie,ne,se,ue,ae,oe,le,ce,he,pe,De,de,fe,me,Ee,ge,Ce,ye,Fe,be,Ae,ve,xe,Se,we,Te,Be,Pe,ke,Ne,je,Ie,Oe,Le;t.exports=(i=(r=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports))(((t,r)=>{var i=function(e){return e&&e.Math==Math&&e};r.exports=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")()})),n=r(((e,t)=>{t.exports=function(e){try{return!!e()}catch{return!0}}})),s=r(((e,t)=>{var r=n();t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))})),u=r(((e,t)=>{var r=n();t.exports=!r((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))})),a=r(((e,t)=>{var r=u(),i=Function.prototype.call;t.exports=r?i.bind(i):function(){return i.apply(i,arguments)}})),o=r((e=>{var t={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,i=r&&!t.call({1:2},1);e.f=i?function(e){var t=r(this,e);return!!t&&t.enumerable}:t})),l=r(((e,t)=>{t.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}})),c=r(((e,t)=>{var r=u(),i=Function.prototype,n=i.call,s=r&&i.bind.bind(n,n);t.exports=r?s:function(e){return function(){return n.apply(e,arguments)}}})),h=r(((e,t)=>{var r=c(),i=r({}.toString),n=r("".slice);t.exports=function(e){return n(i(e),8,-1)}})),p=r(((e,t)=>{var r=c(),i=n(),s=h(),u=Object,a=r("".split);t.exports=i((function(){return!u("z").propertyIsEnumerable(0)}))?function(e){return"String"==s(e)?a(e,""):u(e)}:u})),D=r(((e,t)=>{t.exports=function(e){return null==e}})),d=r(((e,t)=>{var r=D(),i=TypeError;t.exports=function(e){if(r(e))throw i("Can't call method on "+e);return e}})),f=r(((e,t)=>{var r=p(),i=d();t.exports=function(e){return r(i(e))}})),m=r(((e,t)=>{var r="object"==typeof document&&document.all;t.exports={all:r,IS_HTMLDDA:typeof r>"u"&&void 0!==r}})),E=r(((e,t)=>{var r=m(),i=r.all;t.exports=r.IS_HTMLDDA?function(e){return"function"==typeof e||e===i}:function(e){return"function"==typeof e}})),g=r(((e,t)=>{var r=E(),i=m(),n=i.all;t.exports=i.IS_HTMLDDA?function(e){return"object"==typeof e?null!==e:r(e)||e===n}:function(e){return"object"==typeof e?null!==e:r(e)}})),C=r(((e,t)=>{var r=i(),n=E();t.exports=function(e,t){return arguments.length<2?function(e){return n(e)?e:void 0}(r[e]):r[e]&&r[e][t]}})),y=r(((e,t)=>{var r=c();t.exports=r({}.isPrototypeOf)})),F=r(((e,t)=>{var r=C();t.exports=r("navigator","userAgent")||""})),b=r(((e,t)=>{var r,n,s=i(),u=F(),a=s.process,o=s.Deno,l=a&&a.versions||o&&o.version,c=l&&l.v8;c&&(n=(r=c.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!n&&u&&(!(r=u.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=u.match(/Chrome\/(\d+)/))&&(n=+r[1]),t.exports=n})),A=r(((e,t)=>{var r=b(),i=n();t.exports=!!Object.getOwnPropertySymbols&&!i((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&r&&r<41}))})),v=r(((e,t)=>{var r=A();t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator})),x=r(((e,t)=>{var r=C(),i=E(),n=y(),s=v(),u=Object;t.exports=s?function(e){return"symbol"==typeof e}:function(e){var t=r("Symbol");return i(t)&&n(t.prototype,u(e))}})),S=r(((e,t)=>{var r=String;t.exports=function(e){try{return r(e)}catch{return"Object"}}})),w=r(((e,t)=>{var r=E(),i=S(),n=TypeError;t.exports=function(e){if(r(e))return e;throw n(i(e)+" is not a function")}})),T=r(((e,t)=>{var r=w(),i=D();t.exports=function(e,t){var n=e[t];return i(n)?void 0:r(n)}})),B=r(((e,t)=>{var r=a(),i=E(),n=g(),s=TypeError;t.exports=function(e,t){var u,a;if("string"===t&&i(u=e.toString)&&!n(a=r(u,e))||i(u=e.valueOf)&&!n(a=r(u,e))||"string"!==t&&i(u=e.toString)&&!n(a=r(u,e)))return a;throw s("Can't convert object to primitive value")}})),P=r(((e,t)=>{t.exports=!1})),k=r(((e,t)=>{var r=i(),n=Object.defineProperty;t.exports=function(e,t){try{n(r,e,{value:t,configurable:!0,writable:!0})}catch{r[e]=t}return t}})),N=r(((e,t)=>{var r=i(),n=k(),s="__core-js_shared__",u=r[s]||n(s,{});t.exports=u})),j=r(((e,t)=>{var r=P(),i=N();(t.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.26.1",mode:r?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.26.1/LICENSE",source:"https://github.com/zloirock/core-js"})})),I=r(((e,t)=>{var r=d(),i=Object;t.exports=function(e){return i(r(e))}})),O=r(((e,t)=>{var r=c(),i=I(),n=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(e,t){return n(i(e),t)}})),L=r(((e,t)=>{var r=c(),i=0,n=Math.random(),s=r(1..toString);t.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+s(++i+n,36)}})),M=r(((e,t)=>{var r=i(),n=j(),s=O(),u=L(),a=A(),o=v(),l=n("wks"),c=r.Symbol,h=c&&c.for,p=o?c:c&&c.withoutSetter||u;t.exports=function(e){if(!s(l,e)||!a&&"string"!=typeof l[e]){var t="Symbol."+e;l[e]=a&&s(c,e)?c[e]:o&&h?h(t):p(t)}return l[e]}})),_=r(((e,t)=>{var r=a(),i=g(),n=x(),s=T(),u=B(),o=M(),l=TypeError,c=o("toPrimitive");t.exports=function(e,t){if(!i(e)||n(e))return e;var a,o=s(e,c);if(o){if(void 0===t&&(t="default"),a=r(o,e,t),!i(a)||n(a))return a;throw l("Can't convert object to primitive value")}return void 0===t&&(t="number"),u(e,t)}})),$=r(((e,t)=>{var r=_(),i=x();t.exports=function(e){var t=r(e,"string");return i(t)?t:t+""}})),R=r(((e,t)=>{var r=i(),n=g(),s=r.document,u=n(s)&&n(s.createElement);t.exports=function(e){return u?s.createElement(e):{}}})),q=r(((e,t)=>{var r=s(),i=n(),u=R();t.exports=!r&&!i((function(){return 7!=Object.defineProperty(u("div"),"a",{get:function(){return 7}}).a}))})),U=r((e=>{var t=s(),r=a(),i=o(),n=l(),u=f(),c=$(),h=O(),p=q(),D=Object.getOwnPropertyDescriptor;e.f=t?D:function(e,t){if(e=u(e),t=c(t),p)try{return D(e,t)}catch{}if(h(e,t))return n(!r(i.f,e,t),e[t])}})),V=r(((e,t)=>{var r=s(),i=n();t.exports=r&&i((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))})),H=r(((e,t)=>{var r=g(),i=String,n=TypeError;t.exports=function(e){if(r(e))return e;throw n(i(e)+" is not an object")}})),J=r((e=>{var t=s(),r=q(),i=V(),n=H(),u=$(),a=TypeError,o=Object.defineProperty,l=Object.getOwnPropertyDescriptor,c="enumerable",h="configurable",p="writable";e.f=t?i?function(e,t,r){if(n(e),t=u(t),n(r),"function"==typeof e&&"prototype"===t&&"value"in r&&p in r&&!r[p]){var i=l(e,t);i&&i[p]&&(e[t]=r.value,r={configurable:h in r?r[h]:i[h],enumerable:c in r?r[c]:i[c],writable:!1})}return o(e,t,r)}:o:function(e,t,i){if(n(e),t=u(t),n(i),r)try{return o(e,t,i)}catch{}if("get"in i||"set"in i)throw a("Accessors not supported");return"value"in i&&(e[t]=i.value),e}})),z=r(((e,t)=>{var r=s(),i=J(),n=l();t.exports=r?function(e,t,r){return i.f(e,t,n(1,r))}:function(e,t,r){return e[t]=r,e}})),G=r(((e,t)=>{var r=s(),i=O(),n=Function.prototype,u=r&&Object.getOwnPropertyDescriptor,a=i(n,"name"),o=a&&"something"===function(){}.name,l=a&&(!r||r&&u(n,"name").configurable);t.exports={EXISTS:a,PROPER:o,CONFIGURABLE:l}})),W=r(((e,t)=>{var r=c(),i=E(),n=N(),s=r(Function.toString);i(n.inspectSource)||(n.inspectSource=function(e){return s(e)}),t.exports=n.inspectSource})),X=r(((e,t)=>{var r=i(),n=E(),s=r.WeakMap;t.exports=n(s)&&/native code/.test(String(s))})),K=r(((e,t)=>{var r=j(),i=L(),n=r("keys");t.exports=function(e){return n[e]||(n[e]=i(e))}})),Y=r(((e,t)=>{t.exports={}})),Q=r(((e,t)=>{var r,n,s,u,a,o=X(),l=i(),c=g(),h=z(),p=O(),D=N(),d=K(),f=Y(),m="Object already initialized",E=l.TypeError;o||D.state?((u=D.state||(D.state=new(0,l.WeakMap))).get=u.get,u.has=u.has,u.set=u.set,r=function(e,t){if(u.has(e))throw E(m);return t.facade=e,u.set(e,t),t},n=function(e){return u.get(e)||{}},s=function(e){return u.has(e)}):(f[a=d("state")]=!0,r=function(e,t){if(p(e,a))throw E(m);return t.facade=e,h(e,a,t),t},n=function(e){return p(e,a)?e[a]:{}},s=function(e){return p(e,a)}),t.exports={set:r,get:n,has:s,enforce:function(e){return s(e)?n(e):r(e,{})},getterFor:function(e){return function(t){var r;if(!c(t)||(r=n(t)).type!==e)throw E("Incompatible receiver, "+e+" required");return r}}}})),Z=r(((e,t)=>{var r=n(),i=E(),u=O(),a=s(),o=G().CONFIGURABLE,l=W(),c=Q(),h=c.enforce,p=c.get,D=Object.defineProperty,d=a&&!r((function(){return 8!==D((function(){}),"length",{value:8}).length})),f=String(String).split("String"),m=t.exports=function(e,t,r){"Symbol("===String(t).slice(0,7)&&(t="["+String(t).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!u(e,"name")||o&&e.name!==t)&&(a?D(e,"name",{value:t,configurable:!0}):e.name=t),d&&r&&u(r,"arity")&&e.length!==r.arity&&D(e,"length",{value:r.arity});try{r&&u(r,"constructor")&&r.constructor?a&&D(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch{}var i=h(e);return u(i,"source")||(i.source=f.join("string"==typeof t?t:"")),e};Function.prototype.toString=m((function(){return i(this)&&p(this).source||l(this)}),"toString")})),ee=r(((e,t)=>{var r=E(),i=J(),n=Z(),s=k();t.exports=function(e,t,u,a){a||(a={});var o=a.enumerable,l=void 0!==a.name?a.name:t;if(r(u)&&n(u,l,a),a.global)o?e[t]=u:s(t,u);else{try{a.unsafe?e[t]&&(o=!0):delete e[t]}catch{}o?e[t]=u:i.f(e,t,{value:u,enumerable:!1,configurable:!a.nonConfigurable,writable:!a.nonWritable})}return e}})),te=r(((e,t)=>{var r=Math.ceil,i=Math.floor;t.exports=Math.trunc||function(e){var t=+e;return(t>0?i:r)(t)}})),re=r(((e,t)=>{var r=te();t.exports=function(e){var t=+e;return t!=t||0===t?0:r(t)}})),ie=r(((e,t)=>{var r=re(),i=Math.max,n=Math.min;t.exports=function(e,t){var s=r(e);return s<0?i(s+t,0):n(s,t)}})),ne=r(((e,t)=>{var r=re(),i=Math.min;t.exports=function(e){return e>0?i(r(e),9007199254740991):0}})),se=r(((e,t)=>{var r=ne();t.exports=function(e){return r(e.length)}})),ue=r(((e,t)=>{var r=f(),i=ie(),n=se(),s=function(e){return function(t,s,u){var a,o=r(t),l=n(o),c=i(u,l);if(e&&s!=s){for(;l>c;)if((a=o[c++])!=a)return!0}else for(;l>c;c++)if((e||c in o)&&o[c]===s)return e||c||0;return!e&&-1}};t.exports={includes:s(!0),indexOf:s(!1)}})),ae=r(((e,t)=>{var r=c(),i=O(),n=f(),s=ue().indexOf,u=Y(),a=r([].push);t.exports=function(e,t){var r,o=n(e),l=0,c=[];for(r in o)!i(u,r)&&i(o,r)&&a(c,r);for(;t.length>l;)i(o,r=t[l++])&&(~s(c,r)||a(c,r));return c}})),oe=r(((e,t)=>{t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]})),le=r((e=>{var t=ae(),r=oe().concat("length","prototype");e.f=Object.getOwnPropertyNames||function(e){return t(e,r)}})),ce=r((e=>{e.f=Object.getOwnPropertySymbols})),he=r(((e,t)=>{var r=C(),i=c(),n=le(),s=ce(),u=H(),a=i([].concat);t.exports=r("Reflect","ownKeys")||function(e){var t=n.f(u(e)),r=s.f;return r?a(t,r(e)):t}})),pe=r(((e,t)=>{var r=O(),i=he(),n=U(),s=J();t.exports=function(e,t,u){for(var a=i(t),o=s.f,l=n.f,c=0;c<a.length;c++){var h=a[c];!r(e,h)&&(!u||!r(u,h))&&o(e,h,l(t,h))}}})),De=r(((e,t)=>{var r=n(),i=E(),s=/#|\.prototype\./,u=function(e,t){var n=o[a(e)];return n==c||n!=l&&(i(t)?r(t):!!t)},a=u.normalize=function(e){return String(e).replace(s,".").toLowerCase()},o=u.data={},l=u.NATIVE="N",c=u.POLYFILL="P";t.exports=u})),de=r(((e,t)=>{var r=i(),n=U().f,s=z(),u=ee(),a=k(),o=pe(),l=De();t.exports=function(e,t){var i,c,h,p,D,d=e.target,f=e.global,m=e.stat;if(i=f?r:m?r[d]||a(d,{}):(r[d]||{}).prototype)for(c in t){if(p=t[c],h=e.dontCallGetSet?(D=n(i,c))&&D.value:i[c],!l(f?c:d+(m?".":"#")+c,e.forced)&&void 0!==h){if(typeof p==typeof h)continue;o(p,h)}(e.sham||h&&h.sham)&&s(p,"sham",!0),u(i,c,p,e)}}})),fe=r((()=>{var e=de(),t=i();e({global:!0,forced:t.globalThis!==t},{globalThis:t})})),me=r((()=>{fe()})),Ee=r(((e,t)=>{var r=h();t.exports=Array.isArray||function(e){return"Array"==r(e)}})),ge=r(((e,t)=>{var r=TypeError;t.exports=function(e){if(e>9007199254740991)throw r("Maximum allowed index exceeded");return e}})),Ce=r(((e,t)=>{var r=h(),i=c();t.exports=function(e){if("Function"===r(e))return i(e)}})),ye=r(((e,t)=>{var r=Ce(),i=w(),n=u(),s=r(r.bind);t.exports=function(e,t){return i(e),void 0===t?e:n?s(e,t):function(){return e.apply(t,arguments)}}})),Fe=r(((e,t)=>{var r=Ee(),i=se(),n=ge(),s=ye(),u=function(e,t,a,o,l,c,h,p){for(var D,d,f=l,m=0,E=!!h&&s(h,p);m<o;)m in a&&(D=E?E(a[m],m,t):a[m],c>0&&r(D)?(d=i(D),f=u(e,t,D,d,f,c-1)-1):(n(f+1),e[f]=D),f++),m++;return f};t.exports=u})),be=r(((e,t)=>{var r={};r[M()("toStringTag")]="z",t.exports="[object z]"===String(r)})),Ae=r(((e,t)=>{var r=be(),i=E(),n=h(),s=M()("toStringTag"),u=Object,a="Arguments"==n(function(){return arguments}());t.exports=r?n:function(e){var t,r,o;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch{}}(t=u(e),s))?r:a?n(t):"Object"==(o=n(t))&&i(t.callee)?"Arguments":o}})),ve=r(((e,t)=>{var r=c(),i=n(),s=E(),u=Ae(),a=C(),o=W(),l=function(){},h=[],p=a("Reflect","construct"),D=/^\s*(?:class|function)\b/,d=r(D.exec),f=!D.exec(l),m=function(e){if(!s(e))return!1;try{return p(l,h,e),!0}catch{return!1}},g=function(e){if(!s(e))return!1;switch(u(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return f||!!d(D,o(e))}catch{return!0}};g.sham=!0,t.exports=!p||i((function(){var e;return m(m.call)||!m(Object)||!m((function(){e=!0}))||e}))?g:m})),xe=r(((e,t)=>{var r=Ee(),i=ve(),n=g(),s=M()("species"),u=Array;t.exports=function(e){var t;return r(e)&&(i(t=e.constructor)&&(t===u||r(t.prototype))||n(t)&&null===(t=t[s]))&&(t=void 0),void 0===t?u:t}})),Se=r(((e,t)=>{var r=xe();t.exports=function(e,t){return new(r(e))(0===t?0:t)}})),we=r((()=>{var e=de(),t=Fe(),r=w(),i=I(),n=se(),s=Se();e({target:"Array",proto:!0},{flatMap:function(e){var u,a=i(this),o=n(a);return r(e),(u=s(a,0)).length=t(u,a,a,o,0,1,e,arguments.length>1?arguments[1]:void 0),u}})})),Te=r(((e,t)=>{t.exports={}})),Be=r(((e,t)=>{var r=M(),i=Te(),n=r("iterator"),s=Array.prototype;t.exports=function(e){return void 0!==e&&(i.Array===e||s[n]===e)}})),Pe=r(((e,t)=>{var r=Ae(),i=T(),n=D(),s=Te(),u=M()("iterator");t.exports=function(e){if(!n(e))return i(e,u)||i(e,"@@iterator")||s[r(e)]}})),ke=r(((e,t)=>{var r=a(),i=w(),n=H(),s=S(),u=Pe(),o=TypeError;t.exports=function(e,t){var a=arguments.length<2?u(e):t;if(i(a))return n(r(a,e));throw o(s(e)+" is not iterable")}})),Ne=r(((e,t)=>{var r=a(),i=H(),n=T();t.exports=function(e,t,s){var u,a;i(e);try{if(!(u=n(e,"return"))){if("throw"===t)throw s;return s}u=r(u,e)}catch(e){a=!0,u=e}if("throw"===t)throw s;if(a)throw u;return i(u),s}})),je=r(((e,t)=>{var r=ye(),i=a(),n=H(),s=S(),u=Be(),o=se(),l=y(),c=ke(),h=Pe(),p=Ne(),D=TypeError,d=function(e,t){this.stopped=e,this.result=t},f=d.prototype;t.exports=function(e,t,a){var m,E,g,C,y,F,b,A=!(!a||!a.AS_ENTRIES),v=!(!a||!a.IS_RECORD),x=!(!a||!a.IS_ITERATOR),S=!(!a||!a.INTERRUPTED),w=r(t,a&&a.that),T=function(e){return m&&p(m,"normal",e),new d(!0,e)},B=function(e){return A?(n(e),S?w(e[0],e[1],T):w(e[0],e[1])):S?w(e,T):w(e)};if(v)m=e.iterator;else if(x)m=e;else{if(!(E=h(e)))throw D(s(e)+" is not iterable");if(u(E)){for(g=0,C=o(e);C>g;g++)if((y=B(e[g]))&&l(f,y))return y;return new d(!1)}m=c(e,E)}for(F=v?e.next:m.next;!(b=i(F,m)).done;){try{y=B(b.value)}catch(e){p(m,"throw",e)}if("object"==typeof y&&y&&l(f,y))return y}return new d(!1)}})),Ie=r(((e,t)=>{var r=$(),i=J(),n=l();t.exports=function(e,t,s){var u=r(t);u in e?i.f(e,u,n(0,s)):e[u]=s}})),Oe=r((()=>{var e=de(),t=je(),r=Ie();e({target:"Object",stat:!0},{fromEntries:function(e){var i={};return t(e,(function(e,t){r(i,e,t)}),{AS_ENTRIES:!0}),i}})})),Le=r(((e,t)=>{var r=["cliName","cliCategory","cliDescription"];function i(e,t){if(null==e)return{};var r,i,n=function(e,t){if(null==e)return{};var r,i,n={},s=Object.keys(e);for(i=0;i<s.length;i++)!(t.indexOf(r=s[i])>=0)&&(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(i=0;i<s.length;i++)!(t.indexOf(r=s[i])>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}me(),we(),Oe();var n,s=Object.create,u=Object.defineProperty,a=Object.getOwnPropertyDescriptor,o=Object.getOwnPropertyNames,l=Object.getPrototypeOf,c=Object.prototype.hasOwnProperty,h=(e,t)=>function(){return e&&(t=(0,e[o(e)[0]])(e=0)),t},p=(e,t)=>function(){return t||(0,e[o(e)[0]])((t={exports:{}}).exports,t),t.exports},D=(e,t)=>{for(var r in t)u(e,r,{get:t[r],enumerable:!0})},d=(e,t,r,i)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let n of o(t))!c.call(e,n)&&n!==r&&u(e,n,{get:()=>t[n],enumerable:!(i=a(t,n))||i.enumerable});return e},f=e=>d(u({},"__esModule",{value:!0}),e),m=h({"<define:process>"(){n={env:{},argv:[]}}}),E=p({"node_modules/angular-html-parser/lib/compiler/src/chars.js"(e){function t(t){return e.$0<=t&&t<=e.$9}m(),Object.defineProperty(e,"__esModule",{value:!0}),e.$EOF=0,e.$BSPACE=8,e.$TAB=9,e.$LF=10,e.$VTAB=11,e.$FF=12,e.$CR=13,e.$SPACE=32,e.$BANG=33,e.$DQ=34,e.$HASH=35,e.$$=36,e.$PERCENT=37,e.$AMPERSAND=38,e.$SQ=39,e.$LPAREN=40,e.$RPAREN=41,e.$STAR=42,e.$PLUS=43,e.$COMMA=44,e.$MINUS=45,e.$PERIOD=46,e.$SLASH=47,e.$COLON=58,e.$SEMICOLON=59,e.$LT=60,e.$EQ=61,e.$GT=62,e.$QUESTION=63,e.$0=48,e.$7=55,e.$9=57,e.$A=65,e.$E=69,e.$F=70,e.$X=88,e.$Z=90,e.$LBRACKET=91,e.$BACKSLASH=92,e.$RBRACKET=93,e.$CARET=94,e.$_=95,e.$a=97,e.$b=98,e.$e=101,e.$f=102,e.$n=110,e.$r=114,e.$t=116,e.$u=117,e.$v=118,e.$x=120,e.$z=122,e.$LBRACE=123,e.$BAR=124,e.$RBRACE=125,e.$NBSP=160,e.$PIPE=124,e.$TILDA=126,e.$AT=64,e.$BT=96,e.isWhitespace=function(t){return t>=e.$TAB&&t<=e.$SPACE||t==e.$NBSP},e.isDigit=t,e.isAsciiLetter=function(t){return t>=e.$a&&t<=e.$z||t>=e.$A&&t<=e.$Z},e.isAsciiHexDigit=function(r){return r>=e.$a&&r<=e.$f||r>=e.$A&&r<=e.$F||t(r)},e.isNewLine=function(t){return t===e.$LF||t===e.$CR},e.isOctalDigit=function(t){return e.$0<=t&&t<=e.$7}}}),g=p({"node_modules/angular-html-parser/lib/compiler/src/aot/static_symbol.js"(e){m(),Object.defineProperty(e,"__esModule",{value:!0});var t=class{constructor(e,t,r){this.filePath=e,this.name=t,this.members=r}assertNoMembers(){if(this.members.length)throw new Error(`Illegal state: symbol without members expected, but got ${JSON.stringify(this)}.`)}};e.StaticSymbol=t,e.StaticSymbolCache=class{constructor(){this.cache=new Map}get(e,r,i){let n=`"${e}".${r}${(i=i||[]).length?`.${i.join(".")}`:""}`,s=this.cache.get(n);return s||(s=new t(e,r,i),this.cache.set(n,s)),s}}}}),C=p({"node_modules/angular-html-parser/lib/compiler/src/util.js"(e){m(),Object.defineProperty(e,"__esModule",{value:!0});var t=/-+([a-z0-9])/g;function r(e,t,r){let i=e.indexOf(t);return-1==i?r:[e.slice(0,i).trim(),e.slice(i+1).trim()]}function i(e,t,r){return Array.isArray(e)?t.visitArray(e,r):function(e){return"object"==typeof e&&null!==e&&Object.getPrototypeOf(e)===u}(e)?t.visitStringMap(e,r):null==e||"string"==typeof e||"number"==typeof e||"boolean"==typeof e?t.visitPrimitive(e,r):t.visitOther(e,r)}e.dashCaseToCamelCase=function(e){return e.replace(t,(function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t[1].toUpperCase()}))},e.splitAtColon=function(e,t){return r(e,":",t)},e.splitAtPeriod=function(e,t){return r(e,".",t)},e.visitValue=i,e.isDefined=function(e){return null!=e},e.noUndefined=function(e){return void 0===e?null:e},e.ValueTransformer=class{visitArray(e,t){return e.map((e=>i(e,this,t)))}visitStringMap(e,t){let r={};return Object.keys(e).forEach((n=>{r[n]=i(e[n],this,t)})),r}visitPrimitive(e,t){return e}visitOther(e,t){return e}},e.SyncAsync={assertSync:e=>{if(a(e))throw new Error("Illegal state: value cannot be a promise");return e},then:(e,t)=>a(e)?e.then(t):t(e),all:e=>e.some(a)?Promise.all(e):e},e.error=function(e){throw new Error(`Internal Error: ${e}`)},e.syntaxError=function(e,t){let r=Error(e);return r[n]=!0,t&&(r[s]=t),r};var n="ngSyntaxError",s="ngParseErrors";e.isSyntaxError=function(e){return e[n]},e.getParseErrors=function(e){return e[s]||[]},e.escapeRegExp=function(e){return e.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")};var u=Object.getPrototypeOf({});function a(e){return!!e&&"function"==typeof e.then}e.utf8Encode=function(e){let t="";for(let r=0;r<e.length;r++){let i=e.charCodeAt(r);if(i>=55296&&i<=56319&&e.length>r+1){let t=e.charCodeAt(r+1);t>=56320&&t<=57343&&(r++,i=(i-55296<<10)+t-56320+65536)}i<=127?t+=String.fromCharCode(i):i<=2047?t+=String.fromCharCode(i>>6&31|192,63&i|128):i<=65535?t+=String.fromCharCode(i>>12|224,i>>6&63|128,63&i|128):i<=2097151&&(t+=String.fromCharCode(i>>18&7|240,i>>12&63|128,i>>6&63|128,63&i|128))}return t},e.stringify=function e(t){if("string"==typeof t)return t;if(t instanceof Array)return"["+t.map(e).join(", ")+"]";if(null==t)return""+t;if(t.overriddenName)return`${t.overriddenName}`;if(t.name)return`${t.name}`;if(!t.toString)return"object";let r=t.toString();if(null==r)return""+r;let i=r.indexOf("\n");return-1===i?r:r.substring(0,i)},e.resolveForwardRef=function(e){return"function"==typeof e&&e.hasOwnProperty("__forward_ref__")?e():e},e.isPromise=a,e.Version=class{constructor(e){this.full=e;let t=e.split(".");this.major=t[0],this.minor=t[1],this.patch=t.slice(2).join(".")}};var o=typeof window<"u"&&window,l=typeof self<"u"&&typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&self,c=typeof globalThis<"u"&&globalThis;e.global=c||o||l}}),y=p({"node_modules/angular-html-parser/lib/compiler/src/compile_metadata.js"(e){m(),Object.defineProperty(e,"__esModule",{value:!0});var t=g(),r=C(),i=/^(?:(?:\[([^\]]+)\])|(?:\(([^\)]+)\)))|(\@[-\w]+)$/;function n(e){return e.replace(/\W/g,"_")}e.sanitizeIdentifier=n;var s,u,a=0;function o(e){if(!e||!e.reference)return null;let i=e.reference;if(i instanceof t.StaticSymbol)return i.name;if(i.__anonymousType)return i.__anonymousType;let s=r.stringify(i);return s.indexOf("(")>=0?(s="anonymous_"+a++,i.__anonymousType=s):s=n(s),s}e.identifierName=o,e.identifierModuleUrl=function(e){let i=e.reference;return i instanceof t.StaticSymbol?i.filePath:`./${r.stringify(i)}`},e.viewClassName=function(e,t){return`View_${o({reference:e})}_${t}`},e.rendererTypeName=function(e){return`RenderType_${o({reference:e})}`},e.hostViewClassName=function(e){return`HostView_${o({reference:e})}`},e.componentFactoryName=function(e){return`${o({reference:e})}NgFactory`},(u=s=e.CompileSummaryKind||(e.CompileSummaryKind={}))[u.Pipe=0]="Pipe",u[u.Directive=1]="Directive",u[u.NgModule=2]="NgModule",u[u.Injectable=3]="Injectable",e.tokenName=function(e){return null!=e.value?n(e.value):o(e.identifier)},e.tokenReference=function(e){return null!=e.identifier?e.identifier.reference:e.value};e.CompileStylesheetMetadata=class{constructor(){let{moduleUrl:e,styles:t,styleUrls:r}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.moduleUrl=e||null,this.styles=c(t),this.styleUrls=c(r)}};e.CompileTemplateMetadata=class{constructor(e){let{encapsulation:t,template:r,templateUrl:i,htmlAst:n,styles:s,styleUrls:u,externalStylesheets:a,animations:o,ngContentSelectors:l,interpolation:p,isInline:D,preserveWhitespaces:d}=e;if(this.encapsulation=t,this.template=r,this.templateUrl=i,this.htmlAst=n,this.styles=c(s),this.styleUrls=c(u),this.externalStylesheets=c(a),this.animations=o?h(o):[],this.ngContentSelectors=l||[],p&&2!=p.length)throw new Error("'interpolation' should have a start and an end symbol.");this.interpolation=p,this.isInline=D,this.preserveWhitespaces=d}toSummary(){return{ngContentSelectors:this.ngContentSelectors,encapsulation:this.encapsulation,styles:this.styles,animations:this.animations}}};var l=class{static create(e){let{isHost:t,type:n,isComponent:s,selector:u,exportAs:a,changeDetection:o,inputs:c,outputs:h,host:p,providers:D,viewProviders:d,queries:f,guards:m,viewQueries:E,entryComponents:g,template:C,componentViewType:y,rendererType:F,componentFactory:b}=e,A={},v={},x={};null!=p&&Object.keys(p).forEach((e=>{let t=p[e],r=e.match(i);null===r?x[e]=t:null!=r[1]?v[r[1]]=t:null!=r[2]&&(A[r[2]]=t)}));let S={};null!=c&&c.forEach((e=>{let t=r.splitAtColon(e,[e,e]);S[t[0]]=t[1]}));let w={};return null!=h&&h.forEach((e=>{let t=r.splitAtColon(e,[e,e]);w[t[0]]=t[1]})),new l({isHost:t,type:n,isComponent:!!s,selector:u,exportAs:a,changeDetection:o,inputs:S,outputs:w,hostListeners:A,hostProperties:v,hostAttributes:x,providers:D,viewProviders:d,queries:f,guards:m,viewQueries:E,entryComponents:g,template:C,componentViewType:y,rendererType:F,componentFactory:b})}constructor(e){let{isHost:t,type:r,isComponent:i,selector:n,exportAs:s,changeDetection:u,inputs:a,outputs:o,hostListeners:l,hostProperties:h,hostAttributes:p,providers:D,viewProviders:d,queries:f,guards:m,viewQueries:E,entryComponents:g,template:C,componentViewType:y,rendererType:F,componentFactory:b}=e;this.isHost=!!t,this.type=r,this.isComponent=i,this.selector=n,this.exportAs=s,this.changeDetection=u,this.inputs=a,this.outputs=o,this.hostListeners=l,this.hostProperties=h,this.hostAttributes=p,this.providers=c(D),this.viewProviders=c(d),this.queries=c(f),this.guards=m,this.viewQueries=c(E),this.entryComponents=c(g),this.template=C,this.componentViewType=y,this.rendererType=F,this.componentFactory=b}toSummary(){return{summaryKind:s.Directive,type:this.type,isComponent:this.isComponent,selector:this.selector,exportAs:this.exportAs,inputs:this.inputs,outputs:this.outputs,hostListeners:this.hostListeners,hostProperties:this.hostProperties,hostAttributes:this.hostAttributes,providers:this.providers,viewProviders:this.viewProviders,queries:this.queries,guards:this.guards,viewQueries:this.viewQueries,entryComponents:this.entryComponents,changeDetection:this.changeDetection,template:this.template&&this.template.toSummary(),componentViewType:this.componentViewType,rendererType:this.rendererType,componentFactory:this.componentFactory}}};e.CompileDirectiveMetadata=l;e.CompilePipeMetadata=class{constructor(e){let{type:t,name:r,pure:i}=e;this.type=t,this.name=r,this.pure=!!i}toSummary(){return{summaryKind:s.Pipe,type:this.type,name:this.name,pure:this.pure}}},e.CompileShallowModuleMetadata=class{};e.CompileNgModuleMetadata=class{constructor(e){let{type:t,providers:r,declaredDirectives:i,exportedDirectives:n,declaredPipes:s,exportedPipes:u,entryComponents:a,bootstrapComponents:o,importedModules:l,exportedModules:h,schemas:p,transitiveModule:D,id:d}=e;this.type=t||null,this.declaredDirectives=c(i),this.exportedDirectives=c(n),this.declaredPipes=c(s),this.exportedPipes=c(u),this.providers=c(r),this.entryComponents=c(a),this.bootstrapComponents=c(o),this.importedModules=c(l),this.exportedModules=c(h),this.schemas=c(p),this.id=d||null,this.transitiveModule=D||null}toSummary(){let e=this.transitiveModule;return{summaryKind:s.NgModule,type:this.type,entryComponents:e.entryComponents,providers:e.providers,modules:e.modules,exportedDirectives:e.exportedDirectives,exportedPipes:e.exportedPipes}}};function c(e){return e||[]}e.TransitiveCompileNgModuleMetadata=class{constructor(){this.directivesSet=new Set,this.directives=[],this.exportedDirectivesSet=new Set,this.exportedDirectives=[],this.pipesSet=new Set,this.pipes=[],this.exportedPipesSet=new Set,this.exportedPipes=[],this.modulesSet=new Set,this.modules=[],this.entryComponentsSet=new Set,this.entryComponents=[],this.providers=[]}addProvider(e,t){this.providers.push({provider:e,module:t})}addDirective(e){this.directivesSet.has(e.reference)||(this.directivesSet.add(e.reference),this.directives.push(e))}addExportedDirective(e){this.exportedDirectivesSet.has(e.reference)||(this.exportedDirectivesSet.add(e.reference),this.exportedDirectives.push(e))}addPipe(e){this.pipesSet.has(e.reference)||(this.pipesSet.add(e.reference),this.pipes.push(e))}addExportedPipe(e){this.exportedPipesSet.has(e.reference)||(this.exportedPipesSet.add(e.reference),this.exportedPipes.push(e))}addModule(e){this.modulesSet.has(e.reference)||(this.modulesSet.add(e.reference),this.modules.push(e))}addEntryComponent(e){this.entryComponentsSet.has(e.componentType)||(this.entryComponentsSet.add(e.componentType),this.entryComponents.push(e))}};function h(e){return e.reduce(((e,t)=>{let r=Array.isArray(t)?h(t):t;return e.concat(r)}),[])}function p(e){return e.replace(/(\w+:\/\/[\w:-]+)?(\/+)?/,"ng:///")}e.ProviderMeta=class{constructor(e,t){let{useClass:r,useValue:i,useExisting:n,useFactory:s,deps:u,multi:a}=t;this.token=e,this.useClass=r||null,this.useValue=i,this.useExisting=n,this.useFactory=s||null,this.dependencies=u||null,this.multi=!!a}},e.flatten=h,e.templateSourceUrl=function(e,r,i){let n;return n=i.isInline?r.type.reference instanceof t.StaticSymbol?`${r.type.reference.filePath}.${r.type.reference.name}.html`:`${o(e)}/${o(r.type)}.html`:i.templateUrl,r.type.reference instanceof t.StaticSymbol?n:p(n)},e.sharedStylesheetJitUrl=function(e,t){let r=e.moduleUrl.split(/\/\\/g);return p(`css/${t}${r[r.length-1]}.ngstyle.js`)},e.ngModuleJitUrl=function(e){return p(`${o(e.type)}/module.ngfactory.js`)},e.templateJitUrl=function(e,t){return p(`${o(e)}/${o(t.type)}.ngfactory.js`)}}}),F=p({"node_modules/angular-html-parser/lib/compiler/src/parse_util.js"(e){m(),Object.defineProperty(e,"__esModule",{value:!0});var t=E(),r=y(),i=class{constructor(e,t,r,i){this.file=e,this.offset=t,this.line=r,this.col=i}toString(){return null!=this.offset?`${this.file.url}@${this.line}:${this.col}`:this.file.url}moveBy(e){let r=this.file.content,n=r.length,s=this.offset,u=this.line,a=this.col;for(;s>0&&e<0;)if(s--,e++,r.charCodeAt(s)==t.$LF){u--;let e=r.substr(0,s-1).lastIndexOf(String.fromCharCode(t.$LF));a=e>0?s-e:s}else a--;for(;s<n&&e>0;){let i=r.charCodeAt(s);s++,e--,i==t.$LF?(u++,a=0):a++}return new i(this.file,s,u,a)}getContext(e,t){let r=this.file.content,i=this.offset;if(null!=i){i>r.length-1&&(i=r.length-1);let n=i,s=0,u=0;for(;s<e&&i>0&&(i--,s++,"\n"!=r[i]||++u!=t););for(s=0,u=0;s<e&&n<r.length-1&&(n++,s++,"\n"!=r[n]||++u!=t););return{before:r.substring(i,this.offset),after:r.substring(this.offset,n+1)}}return null}};e.ParseLocation=i;var n=class{constructor(e,t){this.content=e,this.url=t}};e.ParseSourceFile=n;var s,u,a=class{constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;this.start=e,this.end=t,this.details=r}toString(){return this.start.file.content.substring(this.start.offset,this.end.offset)}};e.ParseSourceSpan=a,e.EMPTY_PARSE_LOCATION=new i(new n("",""),0,0,0),e.EMPTY_SOURCE_SPAN=new a(e.EMPTY_PARSE_LOCATION,e.EMPTY_PARSE_LOCATION),(u=s=e.ParseErrorLevel||(e.ParseErrorLevel={}))[u.WARNING=0]="WARNING",u[u.ERROR=1]="ERROR";e.ParseError=class{constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:s.ERROR;this.span=e,this.msg=t,this.level=r}contextualMessage(){let e=this.span.start.getContext(100,3);return e?`${this.msg} ("${e.before}[${s[this.level]} ->]${e.after}")`:this.msg}toString(){let e=this.span.details?`, ${this.span.details}`:"";return`${this.contextualMessage()}: ${this.span.start}${e}`}},e.typeSourceSpan=function(e,t){let s=r.identifierModuleUrl(t),u=null!=s?`in ${e} ${r.identifierName(t)} in ${s}`:`in ${e} ${r.identifierName(t)}`,o=new n("",u);return new a(new i(o,-1,-1,-1),new i(o,-1,-1,-1))},e.r3JitTypeSourceSpan=function(e,t,r){let s=new n("",`in ${e} ${t} in ${r}`);return new a(new i(s,-1,-1,-1),new i(s,-1,-1,-1))}}}),b=p({"src/utils/front-matter/parse.js"(e,t){m();var r=new RegExp("^(?<startDelimiter>-{3}|\\+{3})(?<language>[^\\n]*)\\n(?:|(?<value>.*?)\\n)(?<endDelimiter>\\k<startDelimiter>|\\.{3})[^\\S\\n]*(?:\\n|$)","s");t.exports=function(e){let t=e.match(r);if(!t)return{content:e};let{startDelimiter:i,language:n,value:s="",endDelimiter:u}=t.groups,a=n.trim()||"yaml";if("+++"===i&&(a="toml"),"yaml"!==a&&i!==u)return{content:e};let[o]=t;return{frontMatter:{type:"front-matter",lang:a,value:s,startDelimiter:i,endDelimiter:u,raw:o.replace(/\n$/,"")},content:o.replace(/[^\n]/g," ")+e.slice(o.length)}}}}),A=p({"src/utils/get-last.js"(e,t){m(),t.exports=e=>e[e.length-1]}}),v=p({"src/common/parser-create-error.js"(e,t){m(),t.exports=function(e,t){let r=new SyntaxError(e+" ("+t.start.line+":"+t.start.column+")");return r.loc=t,r}}}),x={};function S(e){if("string"!=typeof e)throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}D(x,{default:()=>S});var w=h({"node_modules/escape-string-regexp/index.js"(){m()}}),T=p({"node_modules/semver/internal/debug.js"(e,t){m();var r="object"==typeof n&&n.env&&n.env.NODE_DEBUG&&/\bsemver\b/i.test(n.env.NODE_DEBUG)?function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return console.error("SEMVER",...t)}:()=>{};t.exports=r}}),B=p({"node_modules/semver/internal/constants.js"(e,t){m(),t.exports={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,MAX_SAFE_COMPONENT_LENGTH:16}}}),P=p({"node_modules/semver/internal/re.js"(e,t){m();var{MAX_SAFE_COMPONENT_LENGTH:r}=B(),i=T(),n=(e=t.exports={}).re=[],s=e.src=[],u=e.t={},a=0,o=(e,t,r)=>{let o=a++;i(e,o,t),u[e]=o,s[o]=t,n[o]=new RegExp(t,r?"g":void 0)};o("NUMERICIDENTIFIER","0|[1-9]\\d*"),o("NUMERICIDENTIFIERLOOSE","[0-9]+"),o("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),o("MAINVERSION",`(${s[u.NUMERICIDENTIFIER]})\\.(${s[u.NUMERICIDENTIFIER]})\\.(${s[u.NUMERICIDENTIFIER]})`),o("MAINVERSIONLOOSE",`(${s[u.NUMERICIDENTIFIERLOOSE]})\\.(${s[u.NUMERICIDENTIFIERLOOSE]})\\.(${s[u.NUMERICIDENTIFIERLOOSE]})`),o("PRERELEASEIDENTIFIER",`(?:${s[u.NUMERICIDENTIFIER]}|${s[u.NONNUMERICIDENTIFIER]})`),o("PRERELEASEIDENTIFIERLOOSE",`(?:${s[u.NUMERICIDENTIFIERLOOSE]}|${s[u.NONNUMERICIDENTIFIER]})`),o("PRERELEASE",`(?:-(${s[u.PRERELEASEIDENTIFIER]}(?:\\.${s[u.PRERELEASEIDENTIFIER]})*))`),o("PRERELEASELOOSE",`(?:-?(${s[u.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${s[u.PRERELEASEIDENTIFIERLOOSE]})*))`),o("BUILDIDENTIFIER","[0-9A-Za-z-]+"),o("BUILD",`(?:\\+(${s[u.BUILDIDENTIFIER]}(?:\\.${s[u.BUILDIDENTIFIER]})*))`),o("FULLPLAIN",`v?${s[u.MAINVERSION]}${s[u.PRERELEASE]}?${s[u.BUILD]}?`),o("FULL",`^${s[u.FULLPLAIN]}$`),o("LOOSEPLAIN",`[v=\\s]*${s[u.MAINVERSIONLOOSE]}${s[u.PRERELEASELOOSE]}?${s[u.BUILD]}?`),o("LOOSE",`^${s[u.LOOSEPLAIN]}$`),o("GTLT","((?:<|>)?=?)"),o("XRANGEIDENTIFIERLOOSE",`${s[u.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),o("XRANGEIDENTIFIER",`${s[u.NUMERICIDENTIFIER]}|x|X|\\*`),o("XRANGEPLAIN",`[v=\\s]*(${s[u.XRANGEIDENTIFIER]})(?:\\.(${s[u.XRANGEIDENTIFIER]})(?:\\.(${s[u.XRANGEIDENTIFIER]})(?:${s[u.PRERELEASE]})?${s[u.BUILD]}?)?)?`),o("XRANGEPLAINLOOSE",`[v=\\s]*(${s[u.XRANGEIDENTIFIERLOOSE]})(?:\\.(${s[u.XRANGEIDENTIFIERLOOSE]})(?:\\.(${s[u.XRANGEIDENTIFIERLOOSE]})(?:${s[u.PRERELEASELOOSE]})?${s[u.BUILD]}?)?)?`),o("XRANGE",`^${s[u.GTLT]}\\s*${s[u.XRANGEPLAIN]}$`),o("XRANGELOOSE",`^${s[u.GTLT]}\\s*${s[u.XRANGEPLAINLOOSE]}$`),o("COERCE",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?(?:$|[^\\d])`),o("COERCERTL",s[u.COERCE],!0),o("LONETILDE","(?:~>?)"),o("TILDETRIM",`(\\s*)${s[u.LONETILDE]}\\s+`,!0),e.tildeTrimReplace="$1~",o("TILDE",`^${s[u.LONETILDE]}${s[u.XRANGEPLAIN]}$`),o("TILDELOOSE",`^${s[u.LONETILDE]}${s[u.XRANGEPLAINLOOSE]}$`),o("LONECARET","(?:\\^)"),o("CARETTRIM",`(\\s*)${s[u.LONECARET]}\\s+`,!0),e.caretTrimReplace="$1^",o("CARET",`^${s[u.LONECARET]}${s[u.XRANGEPLAIN]}$`),o("CARETLOOSE",`^${s[u.LONECARET]}${s[u.XRANGEPLAINLOOSE]}$`),o("COMPARATORLOOSE",`^${s[u.GTLT]}\\s*(${s[u.LOOSEPLAIN]})$|^$`),o("COMPARATOR",`^${s[u.GTLT]}\\s*(${s[u.FULLPLAIN]})$|^$`),o("COMPARATORTRIM",`(\\s*)${s[u.GTLT]}\\s*(${s[u.LOOSEPLAIN]}|${s[u.XRANGEPLAIN]})`,!0),e.comparatorTrimReplace="$1$2$3",o("HYPHENRANGE",`^\\s*(${s[u.XRANGEPLAIN]})\\s+-\\s+(${s[u.XRANGEPLAIN]})\\s*$`),o("HYPHENRANGELOOSE",`^\\s*(${s[u.XRANGEPLAINLOOSE]})\\s+-\\s+(${s[u.XRANGEPLAINLOOSE]})\\s*$`),o("STAR","(<|>)?=?\\s*\\*"),o("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),o("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}}),k=p({"node_modules/semver/internal/parse-options.js"(e,t){m();var r=["includePrerelease","loose","rtl"];t.exports=e=>e?"object"!=typeof e?{loose:!0}:r.filter((t=>e[t])).reduce(((e,t)=>(e[t]=!0,e)),{}):{}}}),N=p({"node_modules/semver/internal/identifiers.js"(e,t){m();var r=/^[0-9]+$/,i=(e,t)=>{let i=r.test(e),n=r.test(t);return i&&n&&(e=+e,t=+t),e===t?0:i&&!n?-1:n&&!i?1:e<t?-1:1};t.exports={compareIdentifiers:i,rcompareIdentifiers:(e,t)=>i(t,e)}}}),j=p({"node_modules/semver/classes/semver.js"(e,t){m();var r=T(),{MAX_LENGTH:i,MAX_SAFE_INTEGER:n}=B(),{re:s,t:u}=P(),a=k(),{compareIdentifiers:o}=N(),l=class{constructor(e,t){if(t=a(t),e instanceof l){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError(`Invalid Version: ${e}`);if(e.length>i)throw new TypeError(`version is longer than ${i} characters`);r("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;let o=e.trim().match(t.loose?s[u.LOOSE]:s[u.FULL]);if(!o)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+o[1],this.minor=+o[2],this.patch=+o[3],this.major>n||this.major<0)throw new TypeError("Invalid major version");if(this.minor>n||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>n||this.patch<0)throw new TypeError("Invalid patch version");this.prerelease=o[4]?o[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){let t=+e;if(t>=0&&t<n)return t}return e})):[],this.build=o[5]?o[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(e){if(r("SemVer.compare",this.version,this.options,e),!(e instanceof l)){if("string"==typeof e&&e===this.version)return 0;e=new l(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof l||(e=new l(e,this.options)),o(this.major,e.major)||o(this.minor,e.minor)||o(this.patch,e.patch)}comparePre(e){if(e instanceof l||(e=new l(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let t=0;do{let i=this.prerelease[t],n=e.prerelease[t];if(r("prerelease compare",t,i,n),void 0===i&&void 0===n)return 0;if(void 0===n)return 1;if(void 0===i)return-1;if(i!==n)return o(i,n)}while(++t)}compareBuild(e){e instanceof l||(e=new l(e,this.options));let t=0;do{let i=this.build[t],n=e.build[t];if(r("prerelease compare",t,i,n),void 0===i&&void 0===n)return 0;if(void 0===n)return 1;if(void 0===i)return-1;if(i!==n)return o(i,n)}while(++t)}inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t),this.inc("pre",t);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t),this.inc("pre",t);break;case"major":(0!==this.minor||0!==this.patch||0===this.prerelease.length)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(0!==this.patch||0===this.prerelease.length)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{let e=this.prerelease.length;for(;--e>=0;)"number"==typeof this.prerelease[e]&&(this.prerelease[e]++,e=-2);-1===e&&this.prerelease.push(0)}t&&(0===o(this.prerelease[0],t)?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error(`invalid increment argument: ${e}`)}return this.format(),this.raw=this.version,this}};t.exports=l}}),I=p({"node_modules/semver/functions/compare.js"(e,t){m();var r=j();t.exports=(e,t,i)=>new r(e,i).compare(new r(t,i))}}),O=p({"node_modules/semver/functions/lt.js"(e,t){m();var r=I();t.exports=(e,t,i)=>r(e,t,i)<0}}),L=p({"node_modules/semver/functions/gte.js"(e,t){m();var r=I();t.exports=(e,t,i)=>r(e,t,i)>=0}}),M=p({"src/utils/arrayify.js"(e,t){m(),t.exports=(e,t)=>Object.entries(e).map((e=>{let[r,i]=e;return Object.assign({[t]:r},i)}))}}),_=p({"package.json"(e,t){t.exports={version:"2.8.8"}}}),$=p({"node_modules/outdent/lib/index.js"(e,t){function r(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t]}function i(){return typeof WeakMap<"u"?new WeakMap:{add:r,delete:r,get:r,set:r,has:function(){return!1}}}m(),Object.defineProperty(e,"__esModule",{value:!0}),e.outdent=void 0;var n=Object.prototype.hasOwnProperty,s=function(e,t){return n.call(e,t)};function u(e,t){for(var r in t)s(t,r)&&(e[r]=t[r]);return e}var a=/^[ \t]*(?:\r\n|\r|\n)/,o=/(?:\r\n|\r|\n)[ \t]*$/,l=/^(?:[\r\n]|$)/,c=/(?:\r\n|\r|\n)([ \t]*)(?:[^ \t\r\n]|$)/,h=/^[ \t]*[\r\n][ \t\r\n]*$/;function p(e,t,r){var i=0,n=e[0].match(c);n&&(i=n[1].length);var s=new RegExp("(\\r\\n|\\r|\\n).{0,"+i+"}","g");t&&(e=e.slice(1));var u=r.newline,l=r.trimLeadingNewline,h=r.trimTrailingNewline,p="string"==typeof u,D=e.length;return e.map((function(e,t){return e=e.replace(s,"$1"),0===t&&l&&(e=e.replace(a,"")),t===D-1&&h&&(e=e.replace(o,"")),p&&(e=e.replace(/\r\n|\n|\r/g,(function(){return u}))),e}))}var D=function e(t){var r=i(),n=i();return u((function i(a){for(var o=[],c=1;c<arguments.length;c++)o[c-1]=arguments[c];if(function(e){return s(e,"raw")&&s(e,"length")}(a)){var d=a,f=(o[0]===i||o[0]===D)&&h.test(d[0])&&l.test(d[1]),m=f?n:r,E=m.get(d);return E||(E=p(d,f,t),m.set(d,E)),0===o.length?E[0]:function(e,t){for(var r="",i=0,n=e.length;i<n;i++)r+=e[i],i<n-1&&(r+=t[i]);return r}(E,f?o.slice(1):o)}return e(u(u({},t),a||{}))}),{string:function(e){return p([e],!1,t)[0]}})}({trimLeadingNewline:!0,trimTrailingNewline:!0});if(e.outdent=D,e.default=D,typeof t<"u")try{t.exports=D,Object.defineProperty(D,"__esModule",{value:!0}),D.default=D,D.outdent=D}catch{}}}),R=p({"src/main/core-options.js"(e,t){m();var{outdent:r}=$(),i="Config",n="Editor",s="Other",u="Global",a="Special",o={cursorOffset:{since:"1.4.0",category:a,type:"int",default:-1,range:{start:-1,end:Number.POSITIVE_INFINITY,step:1},description:r`
23
+ Print (to stderr) where a cursor at the given position would move to after formatting.
24
+ This option cannot be used with --range-start and --range-end.
25
+ `,cliCategory:n},endOfLine:{since:"1.15.0",category:u,type:"choice",default:[{since:"1.15.0",value:"auto"},{since:"2.0.0",value:"lf"}],description:"Which end of line characters to apply.",choices:[{value:"lf",description:"Line Feed only (\\n), common on Linux and macOS as well as inside git repos"},{value:"crlf",description:"Carriage Return + Line Feed characters (\\r\\n), common on Windows"},{value:"cr",description:"Carriage Return character only (\\r), used very rarely"},{value:"auto",description:r`
26
+ Maintain existing
27
+ (mixed values within one file are normalised by looking at what's used after the first line)
28
+ `}]},filepath:{since:"1.4.0",category:a,type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:s,cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{since:"1.8.0",category:a,type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:s},parser:{since:"0.0.10",category:u,type:"choice",default:[{since:"0.0.10",value:"babylon"},{since:"1.13.0",value:void 0}],description:"Which parser to use.",exception:e=>"string"==typeof e||"function"==typeof e,choices:[{value:"flow",description:"Flow"},{value:"babel",since:"1.16.0",description:"JavaScript"},{value:"babel-flow",since:"1.16.0",description:"Flow"},{value:"babel-ts",since:"2.0.0",description:"TypeScript"},{value:"typescript",since:"1.4.0",description:"TypeScript"},{value:"acorn",since:"2.6.0",description:"JavaScript"},{value:"espree",since:"2.2.0",description:"JavaScript"},{value:"meriyah",since:"2.2.0",description:"JavaScript"},{value:"css",since:"1.7.1",description:"CSS"},{value:"less",since:"1.7.1",description:"Less"},{value:"scss",since:"1.7.1",description:"SCSS"},{value:"json",since:"1.5.0",description:"JSON"},{value:"json5",since:"1.13.0",description:"JSON5"},{value:"json-stringify",since:"1.13.0",description:"JSON.stringify"},{value:"graphql",since:"1.5.0",description:"GraphQL"},{value:"markdown",since:"1.8.0",description:"Markdown"},{value:"mdx",since:"1.15.0",description:"MDX"},{value:"vue",since:"1.10.0",description:"Vue"},{value:"yaml",since:"1.14.0",description:"YAML"},{value:"glimmer",since:"2.3.0",description:"Ember / Handlebars"},{value:"html",since:"1.15.0",description:"HTML"},{value:"angular",since:"1.15.0",description:"Angular"},{value:"lwc",since:"1.17.0",description:"Lightning Web Components"}]},plugins:{since:"1.10.0",type:"path",array:!0,default:[{value:[]}],category:u,description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:e=>"string"==typeof e||"object"==typeof e,cliName:"plugin",cliCategory:i},pluginSearchDirs:{since:"1.13.0",type:"path",array:!0,default:[{value:[]}],category:u,description:r`
29
+ Custom directory that contains prettier plugins in node_modules subdirectory.
30
+ Overrides default behavior when plugins are searched relatively to the location of Prettier.
31
+ Multiple values are accepted.
32
+ `,exception:e=>"string"==typeof e||"object"==typeof e,cliName:"plugin-search-dir",cliCategory:i},printWidth:{since:"0.0.0",category:u,type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},rangeEnd:{since:"1.4.0",category:a,type:"int",default:Number.POSITIVE_INFINITY,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:r`
33
+ Format code ending at a given character offset (exclusive).
34
+ The range will extend forwards to the end of the selected statement.
35
+ This option cannot be used with --cursor-offset.
36
+ `,cliCategory:n},rangeStart:{since:"1.4.0",category:a,type:"int",default:0,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:r`
37
+ Format code starting at a given character offset.
38
+ The range will extend backwards to the start of the first line containing the selected statement.
39
+ This option cannot be used with --cursor-offset.
40
+ `,cliCategory:n},requirePragma:{since:"1.7.0",category:a,type:"boolean",default:!1,description:r`
41
+ Require either '@prettier' or '@format' to be present in the file's first docblock comment
42
+ in order for it to be formatted.
43
+ `,cliCategory:s},tabWidth:{type:"int",category:u,default:2,description:"Number of spaces per indentation level.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},useTabs:{since:"1.0.0",category:u,type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{since:"2.1.0",category:u,type:"choice",default:[{since:"2.1.0",value:"auto"}],description:"Control how Prettier formats quoted code embedded in the file.",choices:[{value:"auto",description:"Format embedded code if Prettier can automatically identify it."},{value:"off",description:"Never automatically format embedded code."}]}};t.exports={CATEGORY_CONFIG:i,CATEGORY_EDITOR:n,CATEGORY_FORMAT:"Format",CATEGORY_OTHER:s,CATEGORY_OUTPUT:"Output",CATEGORY_GLOBAL:u,CATEGORY_SPECIAL:a,options:o}}}),q=p({"src/main/support.js"(e,t){m();var n={compare:I(),lt:O(),gte:L()},s=M(),u=_().version,a=R().options;t.exports={getSupportInfo:function(){let{plugins:e=[],showUnreleased:t=!1,showDeprecated:o=!1,showInternal:l=!1}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.split("-",1)[0],h=e.flatMap((e=>e.languages||[])).filter(D),p=s(Object.assign({},...e.map((e=>{let{options:t}=e;return t})),a),"name").filter((e=>D(e)&&d(e))).sort(((e,t)=>e.name===t.name?0:e.name<t.name?-1:1)).map((function(e){return l?e:i(e,r)})).map((t=>{t=Object.assign({},t),Array.isArray(t.default)&&(t.default=1===t.default.length?t.default[0].value:t.default.filter(D).sort(((e,t)=>n.compare(t.since,e.since)))[0].value),Array.isArray(t.choices)&&(t.choices=t.choices.filter((e=>D(e)&&d(e))),"parser"===t.name&&function(e,t,r){let i=new Set(e.choices.map((e=>e.value)));for(let n of t)if(n.parsers)for(let t of n.parsers)if(!i.has(t)){i.add(t);let s=r.find((e=>e.parsers&&e.parsers[t])),u=n.name;s&&s.name&&(u+=` (plugin: ${s.name})`),e.choices.push({value:t,description:u})}}(t,h,e));let r=Object.fromEntries(e.filter((e=>e.defaultOptions&&void 0!==e.defaultOptions[t.name])).map((e=>[e.name,e.defaultOptions[t.name]])));return Object.assign(Object.assign({},t),{},{pluginDefaults:r})}));return{languages:h,options:p};function D(e){return t||!("since"in e)||e.since&&n.gte(c,e.since)}function d(e){return o||!("deprecated"in e)||e.deprecated&&n.lt(c,e.deprecated)}}}}}),U=p({"src/utils/is-non-empty-array.js"(e,t){m(),t.exports=function(e){return Array.isArray(e)&&e.length>0}}});var V=h({"node_modules/strip-ansi/node_modules/ansi-regex/index.js"(){m()}});function H(e){if("string"!=typeof e)throw new TypeError(`Expected a \`string\`, got \`${typeof e}\``);return e.replace(function(){let{onlyFirst:e=!1}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(t,e?void 0:"g")}(),"")}var J=h({"node_modules/strip-ansi/index.js"(){m(),V()}});function z(e){return!!Number.isInteger(e)&&e>=4352&&(e<=4447||9001===e||9002===e||11904<=e&&e<=12871&&12351!==e||12880<=e&&e<=19903||19968<=e&&e<=42182||43360<=e&&e<=43388||44032<=e&&e<=55203||63744<=e&&e<=64255||65040<=e&&e<=65049||65072<=e&&e<=65131||65281<=e&&e<=65376||65504<=e&&e<=65510||110592<=e&&e<=110593||127488<=e&&e<=127569||131072<=e&&e<=262141)}var G=h({"node_modules/is-fullwidth-code-point/index.js"(){m()}}),W=p({"node_modules/emoji-regex/index.js"(e,t){m(),t.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}}}),X={};function K(e){if("string"!=typeof e||0===e.length||0===(e=H(e)).length)return 0;e=e.replace((0,Y.default)()," ");let t=0;for(let r=0;r<e.length;r++){let i=e.codePointAt(r);i<=31||i>=127&&i<=159||i>=768&&i<=879||(i>65535&&r++,t+=z(i)?2:1)}return t}D(X,{default:()=>K});var Y,Q=h({"node_modules/string-width/index.js"(){var e,t,r;m(),J(),G(),e=W(),r=null!=e?s(l(e)):{},Y=d(!t&&e&&e.__esModule?r:u(r,"default",{value:e,enumerable:!0}),e)}}),Z=p({"src/utils/get-string-width.js"(e,t){m();var r=(Q(),f(X)).default,i=/[^\x20-\x7F]/;t.exports=function(e){return e?i.test(e)?r(e):e.length:0}}}),ee=p({"src/utils/text/skip.js"(e,t){function r(e){return(t,r,i)=>{let n=i&&i.backwards;if(!1===r)return!1;let{length:s}=t,u=r;for(;u>=0&&u<s;){let r=t.charAt(u);if(e instanceof RegExp){if(!e.test(r))return u}else if(!e.includes(r))return u;n?u--:u++}return(-1===u||u===s)&&u}}m();var i=r(/\s/),n=r(" \t"),s=r(",; \t"),u=r(/[^\n\r]/);t.exports={skipWhitespace:i,skipSpaces:n,skipToLineEnd:s,skipEverythingButNewLine:u}}}),te=p({"src/utils/text/skip-inline-comment.js"(e,t){m(),t.exports=function(e,t){if(!1===t)return!1;if("/"===e.charAt(t)&&"*"===e.charAt(t+1))for(let r=t+2;r<e.length;++r)if("*"===e.charAt(r)&&"/"===e.charAt(r+1))return r+2;return t}}}),re=p({"src/utils/text/skip-trailing-comment.js"(e,t){m();var{skipEverythingButNewLine:r}=ee();t.exports=function(e,t){return!1!==t&&("/"===e.charAt(t)&&"/"===e.charAt(t+1)?r(e,t):t)}}}),ie=p({"src/utils/text/skip-newline.js"(e,t){m(),t.exports=function(e,t,r){let i=r&&r.backwards;if(!1===t)return!1;let n=e.charAt(t);if(i){if("\r"===e.charAt(t-1)&&"\n"===n)return t-2;if("\n"===n||"\r"===n||"\u2028"===n||"\u2029"===n)return t-1}else{if("\r"===n&&"\n"===e.charAt(t+1))return t+2;if("\n"===n||"\r"===n||"\u2028"===n||"\u2029"===n)return t+1}return t}}}),ne=p({"src/utils/text/get-next-non-space-non-comment-character-index-with-start-index.js"(e,t){m();var r=te(),i=ie(),n=re(),{skipSpaces:s}=ee();t.exports=function(e,t){let u=null,a=t;for(;a!==u;)u=a,a=s(e,a),a=r(e,a),a=n(e,a),a=i(e,a);return a}}}),se=p({"src/common/util.js"(e,t){m();var{default:r}=(w(),f(x)),i=A(),{getSupportInfo:n}=q(),s=U(),u=Z(),{skipWhitespace:a,skipSpaces:o,skipToLineEnd:l,skipEverythingButNewLine:c}=ee(),h=te(),p=re(),D=ie(),d=ne();function E(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=o(e,r.backwards?t-1:t,r);return i!==D(e,i,r)}function g(e,t){let r=null,i=t;for(;i!==r;)r=i,i=l(e,i),i=h(e,i),i=o(e,i);return i=p(e,i),i=D(e,i),!1!==i&&E(e,i)}function C(e,t,r){return d(e,r(t))}function y(e,t){let r=0;for(let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;i<e.length;++i)"\t"===e[i]?r=r+t-r%t:r++;return r}function F(e,t){let r={quote:'"',regex:/"/g,escaped:"&quot;"},i={quote:"'",regex:/'/g,escaped:"&apos;"},n="'"===t?i:r,s=n===i?r:i,u=n;return(e.includes(n.quote)||e.includes(s.quote))&&(u=(e.match(n.regex)||[]).length>(e.match(s.regex)||[]).length?s:n),u}function b(e,t,r){let i='"'===t?"'":'"',n=e.replace(/\\(.)|(["'])/gs,((e,n,s)=>n===i?n:s===t?"\\"+s:s||(r&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(n)?n:"\\"+n)));return t+n+t}function v(e,t){(e.comments||(e.comments=[])).push(t),t.printed=!1,t.nodeDescription=function(e){let t=e.type||e.kind||"(unknown type)",r=String(e.name||e.id&&("object"==typeof e.id?e.id.name:e.id)||e.key&&("object"==typeof e.key?e.key.name:e.key)||e.value&&("object"==typeof e.value?"":String(e.value))||e.operator||"");return r.length>20&&(r=r.slice(0,19)+"…"),t+(r?" "+r:"")}(e)}t.exports={inferParserByLanguage:function(e,t){let{languages:r}=n({plugins:t.plugins}),i=r.find((t=>{let{name:r}=t;return r.toLowerCase()===e}))||r.find((t=>{let{aliases:r}=t;return Array.isArray(r)&&r.includes(e)}))||r.find((t=>{let{extensions:r}=t;return Array.isArray(r)&&r.includes(`.${e}`)}));return i&&i.parsers[0]},getStringWidth:u,getMaxContinuousCount:function(e,t){let i=e.match(new RegExp(`(${r(t)})+`,"g"));return null===i?0:i.reduce(((e,r)=>Math.max(e,r.length/t.length)),0)},getMinNotPresentContinuousCount:function(e,t){let i=e.match(new RegExp(`(${r(t)})+`,"g"));if(null===i)return 0;let n=new Map,s=0;for(let e of i){let r=e.length/t.length;n.set(r,!0),r>s&&(s=r)}for(let e=1;e<s;e++)if(!n.get(e))return e;return s+1},getPenultimate:e=>e[e.length-2],getLast:i,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:d,getNextNonSpaceNonCommentCharacterIndex:C,getNextNonSpaceNonCommentCharacter:function(e,t,r){return e.charAt(C(e,t,r))},skip:function(e){return(t,r,i)=>{let n=i&&i.backwards;if(!1===r)return!1;let{length:s}=t,u=r;for(;u>=0&&u<s;){let r=t.charAt(u);if(e instanceof RegExp){if(!e.test(r))return u}else if(!e.includes(r))return u;n?u--:u++}return(-1===u||u===s)&&u}},skipWhitespace:a,skipSpaces:o,skipToLineEnd:l,skipEverythingButNewLine:c,skipInlineComment:h,skipTrailingComment:p,skipNewline:D,isNextLineEmptyAfterIndex:g,isNextLineEmpty:function(e,t,r){return g(e,r(t))},isPreviousLineEmpty:function(e,t,r){let i=r(t)-1;return i=o(e,i,{backwards:!0}),i=D(e,i,{backwards:!0}),i=o(e,i,{backwards:!0}),i!==D(e,i,{backwards:!0})},hasNewline:E,hasNewlineInRange:function(e,t,r){for(let i=t;i<r;++i)if("\n"===e.charAt(i))return!0;return!1},hasSpaces:function(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return o(e,r.backwards?t-1:t,r)!==t},getAlignmentSize:y,getIndentSize:function(e,t){let r=e.lastIndexOf("\n");return-1===r?0:y(e.slice(r+1).match(/^[\t ]*/)[0],t)},getPreferredQuote:F,printString:function(e,t){let r=e.slice(1,-1);return b(r,"json"===t.parser||"json5"===t.parser&&"preserve"===t.quoteProps&&!t.singleQuote?'"':t.__isInHtmlAttribute?"'":F(r,t.singleQuote?"'":'"').quote,!("css"===t.parser||"less"===t.parser||"scss"===t.parser||t.__embeddedInHtml))},printNumber:function(e){return e.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(\d)/,"$1$2$3").replace(/^([+-]?[\d.]+)e[+-]?0+$/,"$1").replace(/^([+-])?\./,"$10.").replace(/(\.\d+?)0+(?=e|$)/,"$1").replace(/\.(?=e|$)/,"")},makeString:b,addLeadingComment:function(e,t){t.leading=!0,t.trailing=!1,v(e,t)},addDanglingComment:function(e,t,r){t.leading=!1,t.trailing=!1,r&&(t.marker=r),v(e,t)},addTrailingComment:function(e,t){t.leading=!1,t.trailing=!0,v(e,t)},isFrontMatterNode:function(e){return e&&"front-matter"===e.type},isNonEmptyArray:s,createGroupIdMapper:function(e){let t=new WeakMap;return function(r){return t.has(r)||t.set(r,Symbol(e)),t.get(r)}}}}}),ue=p({"vendors/html-tag-names.json"(e,t){t.exports={htmlTagNames:["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","math","menu","menuitem","meta","meter","multicol","nav","nextid","nobr","noembed","noframes","noscript","object","ol","optgroup","option","output","p","param","picture","plaintext","pre","progress","q","rb","rbc","rp","rt","rtc","ruby","s","samp","script","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","tt","u","ul","var","video","wbr","xmp"]}}}),ae=p({"src/language-html/utils/array-to-map.js"(e,t){m(),t.exports=function(e){let t=Object.create(null);for(let r of e)t[r]=!0;return t}}}),oe=p({"src/language-html/utils/html-tag-names.js"(e,t){m();var{htmlTagNames:r}=ue(),i=ae()(r);t.exports=i}}),le=p({"vendors/html-element-attributes.json"(e,t){t.exports={htmlElementAttributes:{"*":["accesskey","autocapitalize","autofocus","class","contenteditable","dir","draggable","enterkeyhint","hidden","id","inputmode","is","itemid","itemprop","itemref","itemscope","itemtype","lang","nonce","slot","spellcheck","style","tabindex","title","translate"],a:["charset","coords","download","href","hreflang","name","ping","referrerpolicy","rel","rev","shape","target","type"],applet:["align","alt","archive","code","codebase","height","hspace","name","object","vspace","width"],area:["alt","coords","download","href","hreflang","nohref","ping","referrerpolicy","rel","shape","target","type"],audio:["autoplay","controls","crossorigin","loop","muted","preload","src"],base:["href","target"],basefont:["color","face","size"],blockquote:["cite"],body:["alink","background","bgcolor","link","text","vlink"],br:["clear"],button:["disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","name","type","value"],canvas:["height","width"],caption:["align"],col:["align","char","charoff","span","valign","width"],colgroup:["align","char","charoff","span","valign","width"],data:["value"],del:["cite","datetime"],details:["open"],dialog:["open"],dir:["compact"],div:["align"],dl:["compact"],embed:["height","src","type","width"],fieldset:["disabled","form","name"],font:["color","face","size"],form:["accept","accept-charset","action","autocomplete","enctype","method","name","novalidate","target"],frame:["frameborder","longdesc","marginheight","marginwidth","name","noresize","scrolling","src"],frameset:["cols","rows"],h1:["align"],h2:["align"],h3:["align"],h4:["align"],h5:["align"],h6:["align"],head:["profile"],hr:["align","noshade","size","width"],html:["manifest","version"],iframe:["align","allow","allowfullscreen","allowpaymentrequest","allowusermedia","frameborder","height","loading","longdesc","marginheight","marginwidth","name","referrerpolicy","sandbox","scrolling","src","srcdoc","width"],img:["align","alt","border","crossorigin","decoding","height","hspace","ismap","loading","longdesc","name","referrerpolicy","sizes","src","srcset","usemap","vspace","width"],input:["accept","align","alt","autocomplete","checked","dirname","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","height","ismap","list","max","maxlength","min","minlength","multiple","name","pattern","placeholder","readonly","required","size","src","step","type","usemap","value","width"],ins:["cite","datetime"],isindex:["prompt"],label:["for","form"],legend:["align"],li:["type","value"],link:["as","charset","color","crossorigin","disabled","href","hreflang","imagesizes","imagesrcset","integrity","media","referrerpolicy","rel","rev","sizes","target","type"],map:["name"],menu:["compact"],meta:["charset","content","http-equiv","media","name","scheme"],meter:["high","low","max","min","optimum","value"],object:["align","archive","border","classid","codebase","codetype","data","declare","form","height","hspace","name","standby","type","typemustmatch","usemap","vspace","width"],ol:["compact","reversed","start","type"],optgroup:["disabled","label"],option:["disabled","label","selected","value"],output:["for","form","name"],p:["align"],param:["name","type","value","valuetype"],pre:["width"],progress:["max","value"],q:["cite"],script:["async","charset","crossorigin","defer","integrity","language","nomodule","referrerpolicy","src","type"],select:["autocomplete","disabled","form","multiple","name","required","size"],slot:["name"],source:["height","media","sizes","src","srcset","type","width"],style:["media","type"],table:["align","bgcolor","border","cellpadding","cellspacing","frame","rules","summary","width"],tbody:["align","char","charoff","valign"],td:["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"],textarea:["autocomplete","cols","dirname","disabled","form","maxlength","minlength","name","placeholder","readonly","required","rows","wrap"],tfoot:["align","char","charoff","valign"],th:["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"],thead:["align","char","charoff","valign"],time:["datetime"],tr:["align","bgcolor","char","charoff","valign"],track:["default","kind","label","src","srclang"],ul:["compact","type"],video:["autoplay","controls","crossorigin","height","loop","muted","playsinline","poster","preload","src","width"]}}}}),ce=p({"src/language-html/utils/map-object.js"(e,t){m(),t.exports=function(e,t){let r=Object.create(null);for(let[i,n]of Object.entries(e))r[i]=t(n,i);return r}}}),he=p({"src/language-html/utils/html-elements-attributes.js"(e,t){m();var{htmlElementAttributes:r}=le(),i=ce()(r,ae());t.exports=i}}),pe=p({"src/language-html/utils/is-unknown-namespace.js"(e,t){m(),t.exports=function(e){return"element"===e.type&&!e.hasExplicitNamespace&&!["html","svg"].includes(e.namespace)}}}),De=p({"src/language-html/pragma.js"(e,t){m(),t.exports={hasPragma:function(e){return/^\s*<!--\s*@(?:format|prettier)\s*-->/.test(e)},insertPragma:function(e){return"\x3c!-- @format --\x3e\n\n"+e.replace(/^\s*\n/,"")}}}}),de=p({"src/language-html/ast.js"(e,t){m();var r={attrs:!0,children:!0},i=new Set(["parent"]),n=class{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};for(let t of new Set([...i,...Object.keys(e)]))this.setProperty(t,e[t])}setProperty(e,t){if(this[e]!==t){if(e in r&&(t=t.map((e=>this.createChild(e)))),!i.has(e))return void(this[e]=t);Object.defineProperty(this,e,{value:t,enumerable:!1,configurable:!0})}}map(e){let t;for(let i in r){let r=this[i];if(r){let u=s(r,(t=>t.map(e)));t!==r&&(t||(t=new n({parent:this.parent})),t.setProperty(i,u))}}if(t)for(let e in this)e in r||(t[e]=this[e]);return e(t||this)}walk(e){for(let t in r){let r=this[t];if(r)for(let t=0;t<r.length;t++)r[t].walk(e)}e(this)}createChild(e){let t=e instanceof n?e.clone():new n(e);return t.setProperty("parent",this),t}insertChildBefore(e,t){this.children.splice(this.children.indexOf(e),0,this.createChild(t))}removeChild(e){this.children.splice(this.children.indexOf(e),1)}replaceChild(e,t){this.children[this.children.indexOf(e)]=this.createChild(t)}clone(){return new n(this)}get firstChild(){var e;return null===(e=this.children)||void 0===e?void 0:e[0]}get lastChild(){var e;return null===(e=this.children)||void 0===e?void 0:e[this.children.length-1]}get prev(){var e;return null===(e=this.parent)||void 0===e?void 0:e.children[this.parent.children.indexOf(this)-1]}get next(){var e;return null===(e=this.parent)||void 0===e?void 0:e.children[this.parent.children.indexOf(this)+1]}get rawName(){return this.hasExplicitNamespace?this.fullName:this.name}get fullName(){return this.namespace?this.namespace+":"+this.name:this.name}get attrMap(){return Object.fromEntries(this.attrs.map((e=>[e.fullName,e.value])))}};function s(e,t){let r=e.map(t);return r.some(((t,r)=>t!==e[r]))?r:e}t.exports={Node:n}}}),fe=p({"src/language-html/conditional-comment.js"(e,t){m();var{ParseSourceSpan:r}=F(),i=[{regex:/^(\[if([^\]]*)]>)(.*?)<!\s*\[endif]$/s,parse:function(e,t,i){let[,n,s,u]=i,a=e.sourceSpan.start.moveBy(4+n.length),o=a.moveBy(u.length),[l,c]=(()=>{try{return[!0,t(u,a).children]}catch{return[!1,[{type:"text",value:u,sourceSpan:new r(a,o)}]]}})();return{type:"ieConditionalComment",complete:l,children:c,condition:s.trim().replace(/\s+/g," "),sourceSpan:e.sourceSpan,startSourceSpan:new r(e.sourceSpan.start,a),endSourceSpan:new r(o,e.sourceSpan.end)}}},{regex:/^\[if([^\]]*)]><!$/,parse:function(e,t,r){let[,i]=r;return{type:"ieConditionalStartComment",condition:i.trim().replace(/\s+/g," "),sourceSpan:e.sourceSpan}}},{regex:/^<!\s*\[endif]$/,parse:function(e){return{type:"ieConditionalEndComment",sourceSpan:e.sourceSpan}}}];t.exports={parseIeConditionalComment:function(e,t){if(e.value)for(let{regex:r,parse:n}of i){let i=e.value.match(r);if(i)return n(e,t,i)}return null}}}}),Ee=p({"src/language-html/loc.js"(e,t){m(),t.exports={locStart:function(e){return e.sourceSpan.start.offset},locEnd:function(e){return e.sourceSpan.end.offset}}}}),ge=p({"node_modules/angular-html-parser/lib/compiler/src/ml_parser/tags.js"(e){var t;function r(e){if(":"!=e[0])return[null,e];let t=e.indexOf(":",1);if(-1==t)throw new Error(`Unsupported format "${e}" expecting ":namespace:name"`);return[e.slice(1,t),e.slice(t+1)]}m(),Object.defineProperty(e,"__esModule",{value:!0}),(t=e.TagContentType||(e.TagContentType={}))[t.RAW_TEXT=0]="RAW_TEXT",t[t.ESCAPABLE_RAW_TEXT=1]="ESCAPABLE_RAW_TEXT",t[t.PARSABLE_DATA=2]="PARSABLE_DATA",e.splitNsName=r,e.isNgContainer=function(e){return"ng-container"===r(e)[1]},e.isNgContent=function(e){return"ng-content"===r(e)[1]},e.isNgTemplate=function(e){return"ng-template"===r(e)[1]},e.getNsPrefix=function(e){return null===e?null:r(e)[0]},e.mergeNsAndName=function(e,t){return e?`:${e}:${t}`:t},e.NAMED_ENTITIES={Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"⁡",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",AMP:"&",amp:"&",And:"⩓",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",ap:"≈",apacir:"⩯",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"⁡",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",Barwed:"⌆",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",Because:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxDL:"╗",boxDl:"╖",boxdL:"╕",boxdl:"┐",boxDR:"╔",boxDr:"╓",boxdR:"╒",boxdr:"┌",boxH:"═",boxh:"─",boxHD:"╦",boxHd:"╤",boxhD:"╥",boxhd:"┬",boxHU:"╩",boxHu:"╧",boxhU:"╨",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxUL:"╝",boxUl:"╜",boxuL:"╛",boxul:"┘",boxUR:"╚",boxUr:"╙",boxuR:"╘",boxur:"└",boxV:"║",boxv:"│",boxVH:"╬",boxVh:"╫",boxvH:"╪",boxvh:"┼",boxVL:"╣",boxVl:"╢",boxvL:"╡",boxvl:"┤",boxVR:"╠",boxVr:"╟",boxvR:"╞",boxvr:"├",bprime:"‵",Breve:"˘",breve:"˘",brvbar:"¦",Bscr:"ℬ",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",Cap:"⋒",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",CenterDot:"·",centerdot:"·",Cfr:"ℭ",cfr:"𝔠",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",Colon:"∷",colon:":",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",Conint:"∯",conint:"∮",ContourIntegral:"∮",Copf:"ℂ",copf:"𝕔",coprod:"∐",Coproduct:"∐",COPY:"©",copy:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",Cross:"⨯",cross:"✗",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",Cup:"⋓",cup:"∪",cupbrcap:"⩈",CupCap:"≍",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",Dagger:"‡",dagger:"†",daleth:"ℸ",Darr:"↡",dArr:"⇓",darr:"↓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",DD:"ⅅ",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",Diamond:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",Downarrow:"⇓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",ecir:"≖",Ecirc:"Ê",ecirc:"ê",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",eDot:"≑",edot:"ė",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",Escr:"ℰ",escr:"ℯ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",ExponentialE:"ⅇ",exponentiale:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",ForAll:"∀",forall:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",Fscr:"ℱ",fscr:"𝒻",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",gE:"≧",ge:"≥",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",Gg:"⋙",gg:"≫",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gnE:"≩",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",GT:">",Gt:"≫",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"⁣",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"⁣",InvisibleTimes:"⁢",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",LT:"<",Lt:"≪",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"⁠",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"­",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:"  ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"​",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"‍",zwnj:"‌"},e.NGSP_UNICODE="",e.NAMED_ENTITIES.ngsp=e.NGSP_UNICODE}}),Ce=p({"node_modules/angular-html-parser/lib/compiler/src/ml_parser/html_tags.js"(e){m(),Object.defineProperty(e,"__esModule",{value:!0});var t,r,i=ge(),n=class{constructor(){let{closedByChildren:e,implicitNamespacePrefix:t,contentType:r=i.TagContentType.PARSABLE_DATA,closedByParent:n=!1,isVoid:s=!1,ignoreFirstLf:u=!1}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.closedByChildren={},this.closedByParent=!1,this.canSelfClose=!1,e&&e.length>0&&e.forEach((e=>this.closedByChildren[e]=!0)),this.isVoid=s,this.closedByParent=n||s,this.implicitNamespacePrefix=t||null,this.contentType=r,this.ignoreFirstLf=u}isClosedByChild(e){return this.isVoid||e.toLowerCase()in this.closedByChildren}};e.HtmlTagDefinition=n,e.getHtmlTagDefinition=function(e){return r||(t=new n,r={base:new n({isVoid:!0}),meta:new n({isVoid:!0}),area:new n({isVoid:!0}),embed:new n({isVoid:!0}),link:new n({isVoid:!0}),img:new n({isVoid:!0}),input:new n({isVoid:!0}),param:new n({isVoid:!0}),hr:new n({isVoid:!0}),br:new n({isVoid:!0}),source:new n({isVoid:!0}),track:new n({isVoid:!0}),wbr:new n({isVoid:!0}),p:new n({closedByChildren:["address","article","aside","blockquote","div","dl","fieldset","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","main","nav","ol","p","pre","section","table","ul"],closedByParent:!0}),thead:new n({closedByChildren:["tbody","tfoot"]}),tbody:new n({closedByChildren:["tbody","tfoot"],closedByParent:!0}),tfoot:new n({closedByChildren:["tbody"],closedByParent:!0}),tr:new n({closedByChildren:["tr"],closedByParent:!0}),td:new n({closedByChildren:["td","th"],closedByParent:!0}),th:new n({closedByChildren:["td","th"],closedByParent:!0}),col:new n({isVoid:!0}),svg:new n({implicitNamespacePrefix:"svg"}),math:new n({implicitNamespacePrefix:"math"}),li:new n({closedByChildren:["li"],closedByParent:!0}),dt:new n({closedByChildren:["dt","dd"]}),dd:new n({closedByChildren:["dt","dd"],closedByParent:!0}),rb:new n({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rt:new n({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rtc:new n({closedByChildren:["rb","rtc","rp"],closedByParent:!0}),rp:new n({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),optgroup:new n({closedByChildren:["optgroup"],closedByParent:!0}),option:new n({closedByChildren:["option","optgroup"],closedByParent:!0}),pre:new n({ignoreFirstLf:!0}),listing:new n({ignoreFirstLf:!0}),style:new n({contentType:i.TagContentType.RAW_TEXT}),script:new n({contentType:i.TagContentType.RAW_TEXT}),title:new n({contentType:i.TagContentType.ESCAPABLE_RAW_TEXT}),textarea:new n({contentType:i.TagContentType.ESCAPABLE_RAW_TEXT,ignoreFirstLf:!0})}),r[e]||t}}}),ye=p({"node_modules/angular-html-parser/lib/compiler/src/ast_path.js"(e){m(),Object.defineProperty(e,"__esModule",{value:!0});e.AstPath=class{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1;this.path=e,this.position=t}get empty(){return!this.path||!this.path.length}get head(){return this.path[0]}get tail(){return this.path[this.path.length-1]}parentOf(e){return e&&this.path[this.path.indexOf(e)-1]}childOf(e){return this.path[this.path.indexOf(e)+1]}first(e){for(let t=this.path.length-1;t>=0;t--){let r=this.path[t];if(r instanceof e)return r}}push(e){this.path.push(e)}pop(){return this.path.pop()}}}}),Fe=p({"node_modules/angular-html-parser/lib/compiler/src/ml_parser/ast.js"(e){m(),Object.defineProperty(e,"__esModule",{value:!0});var t=ye();e.Text=class{constructor(e,t,r){this.value=e,this.sourceSpan=t,this.i18n=r,this.type="text"}visit(e,t){return e.visitText(this,t)}},e.CDATA=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="cdata"}visit(e,t){return e.visitCdata(this,t)}},e.Expansion=class{constructor(e,t,r,i,n,s){this.switchValue=e,this.type=t,this.cases=r,this.sourceSpan=i,this.switchValueSourceSpan=n,this.i18n=s}visit(e,t){return e.visitExpansion(this,t)}},e.ExpansionCase=class{constructor(e,t,r,i,n){this.value=e,this.expression=t,this.sourceSpan=r,this.valueSourceSpan=i,this.expSourceSpan=n}visit(e,t){return e.visitExpansionCase(this,t)}};e.Attribute=class{constructor(e,t,r){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null,s=arguments.length>5&&void 0!==arguments[5]?arguments[5]:null;this.name=e,this.value=t,this.sourceSpan=r,this.valueSpan=i,this.nameSpan=n,this.i18n=s,this.type="attribute"}visit(e,t){return e.visitAttribute(this,t)}};var r=class{constructor(e,t,r,i){let n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null,s=arguments.length>5&&void 0!==arguments[5]?arguments[5]:null,u=arguments.length>6&&void 0!==arguments[6]?arguments[6]:null,a=arguments.length>7&&void 0!==arguments[7]?arguments[7]:null;this.name=e,this.attrs=t,this.children=r,this.sourceSpan=i,this.startSourceSpan=n,this.endSourceSpan=s,this.nameSpan=u,this.i18n=a,this.type="element"}visit(e,t){return e.visitElement(this,t)}};function i(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,i=[],n=e.visit?t=>e.visit(t,r)||t.visit(e,r):t=>t.visit(e,r);return t.forEach((e=>{let t=n(e);t&&i.push(t)})),i}e.Element=r,e.Comment=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="comment"}visit(e,t){return e.visitComment(this,t)}},e.DocType=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="docType"}visit(e,t){return e.visitDocType(this,t)}},e.visitAll=i;var n=class{constructor(){}visitElement(e,t){this.visitChildren(t,(t=>{t(e.attrs),t(e.children)}))}visitAttribute(e,t){}visitText(e,t){}visitCdata(e,t){}visitComment(e,t){}visitDocType(e,t){}visitExpansion(e,t){return this.visitChildren(t,(t=>{t(e.cases)}))}visitExpansionCase(e,t){}visitChildren(e,t){let r=[],n=this;return t((function(t){t&&r.push(i(n,t,e))})),Array.prototype.concat.apply([],r)}};function s(e){let t=e.sourceSpan.start.offset,i=e.sourceSpan.end.offset;return e instanceof r&&(e.endSourceSpan?i=e.endSourceSpan.end.offset:e.children&&e.children.length&&(i=s(e.children[e.children.length-1]).end)),{start:t,end:i}}e.RecursiveVisitor=n,e.findNode=function(e,r){let u=[];return i(new class extends n{visit(e,t){let i=s(e);if(!(i.start<=r&&r<i.end))return!0;u.push(e)}},e),new t.AstPath(u,r)}}}),be=p({"node_modules/angular-html-parser/lib/compiler/src/assertions.js"(e){m(),Object.defineProperty(e,"__esModule",{value:!0}),e.assertArrayOfStrings=function(e,t){if(null!=t){if(!Array.isArray(t))throw new Error(`Expected '${e}' to be an array of strings.`);for(let r=0;r<t.length;r+=1)if("string"!=typeof t[r])throw new Error(`Expected '${e}' to be an array of strings.`)}};var t=[/^\s*$/,/[<>]/,/^[{}]$/,/&(#|[a-z])/i,/^\/\//];e.assertInterpolationSymbols=function(e,r){if(null!=r&&(!Array.isArray(r)||2!=r.length))throw new Error(`Expected '${e}' to be an array, [start, end].`);if(null!=r){let e=r[0],i=r[1];t.forEach((t=>{if(t.test(e)||t.test(i))throw new Error(`['${e}', '${i}'] contains unusable interpolation symbol.`)}))}}}}),Ae=p({"node_modules/angular-html-parser/lib/compiler/src/ml_parser/interpolation_config.js"(e){m(),Object.defineProperty(e,"__esModule",{value:!0});var t=be(),r=class{constructor(e,t){this.start=e,this.end=t}static fromArray(i){return i?(t.assertInterpolationSymbols("interpolation",i),new r(i[0],i[1])):e.DEFAULT_INTERPOLATION_CONFIG}};e.InterpolationConfig=r,e.DEFAULT_INTERPOLATION_CONFIG=new r("{{","}}")}}),ve=p({"node_modules/angular-html-parser/lib/compiler/src/ml_parser/lexer.js"(e){m(),Object.defineProperty(e,"__esModule",{value:!0});var t,r,i=E(),n=F(),s=Ae(),u=ge();(r=t=e.TokenType||(e.TokenType={}))[r.TAG_OPEN_START=0]="TAG_OPEN_START",r[r.TAG_OPEN_END=1]="TAG_OPEN_END",r[r.TAG_OPEN_END_VOID=2]="TAG_OPEN_END_VOID",r[r.TAG_CLOSE=3]="TAG_CLOSE",r[r.TEXT=4]="TEXT",r[r.ESCAPABLE_RAW_TEXT=5]="ESCAPABLE_RAW_TEXT",r[r.RAW_TEXT=6]="RAW_TEXT",r[r.COMMENT_START=7]="COMMENT_START",r[r.COMMENT_END=8]="COMMENT_END",r[r.CDATA_START=9]="CDATA_START",r[r.CDATA_END=10]="CDATA_END",r[r.ATTR_NAME=11]="ATTR_NAME",r[r.ATTR_QUOTE=12]="ATTR_QUOTE",r[r.ATTR_VALUE=13]="ATTR_VALUE",r[r.DOC_TYPE_START=14]="DOC_TYPE_START",r[r.DOC_TYPE_END=15]="DOC_TYPE_END",r[r.EXPANSION_FORM_START=16]="EXPANSION_FORM_START",r[r.EXPANSION_CASE_VALUE=17]="EXPANSION_CASE_VALUE",r[r.EXPANSION_CASE_EXP_START=18]="EXPANSION_CASE_EXP_START",r[r.EXPANSION_CASE_EXP_END=19]="EXPANSION_CASE_EXP_END",r[r.EXPANSION_FORM_END=20]="EXPANSION_FORM_END",r[r.EOF=21]="EOF";var a=class{constructor(e,t,r){this.type=e,this.parts=t,this.sourceSpan=r}};e.Token=a;var o=class extends n.ParseError{constructor(e,t,r){super(r,e),this.tokenType=t}};e.TokenError=o;var l=class{constructor(e,t){this.tokens=e,this.errors=t}};e.TokenizeResult=l,e.tokenize=function(e,t,r){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return new d(new n.ParseSourceFile(e,t),r,i).tokenize()};var c=/\r\n?/g;function h(e){return`Unexpected character "${e===i.$EOF?"EOF":String.fromCharCode(e)}"`}function p(e){return`Unknown entity "${e}" - use the "&#<decimal>;" or "&#x<hex>;" syntax`}var D=class{constructor(e){this.error=e}},d=class{constructor(e,t,r){this._getTagContentType=t,this._currentTokenStart=null,this._currentTokenType=null,this._expansionCaseStack=[],this._inInterpolation=!1,this._fullNameStack=[],this.tokens=[],this.errors=[],this._tokenizeIcu=r.tokenizeExpansionForms||!1,this._interpolationConfig=r.interpolationConfig||s.DEFAULT_INTERPOLATION_CONFIG,this._leadingTriviaCodePoints=r.leadingTriviaChars&&r.leadingTriviaChars.map((e=>e.codePointAt(0)||0)),this._canSelfClose=r.canSelfClose||!1,this._allowHtmComponentClosingTags=r.allowHtmComponentClosingTags||!1;let i=r.range||{endPos:e.content.length,startPos:0,startLine:0,startCol:0};this._cursor=r.escapedString?new x(e,i):new v(e,i);try{this._cursor.init()}catch(e){this.handleError(e)}}_processCarriageReturns(e){return e.replace(c,"\n")}tokenize(){for(;this._cursor.peek()!==i.$EOF;){let e=this._cursor.clone();try{if(this._attemptCharCode(i.$LT))if(this._attemptCharCode(i.$BANG))this._attemptStr("[CDATA[")?this._consumeCdata(e):this._attemptStr("--")?this._consumeComment(e):this._attemptStrCaseInsensitive("doctype")?this._consumeDocType(e):this._consumeBogusComment(e);else if(this._attemptCharCode(i.$SLASH))this._consumeTagClose(e);else{let t=this._cursor.clone();this._attemptCharCode(i.$QUESTION)?(this._cursor=t,this._consumeBogusComment(e)):this._consumeTagOpen(e)}else this._tokenizeIcu&&this._tokenizeExpansionForm()||this._consumeText()}catch(e){this.handleError(e)}}return this._beginToken(t.EOF),this._endToken([]),new l(function(e){let r,i=[];for(let n=0;n<e.length;n++){let s=e[n];r&&r.type==t.TEXT&&s.type==t.TEXT?(r.parts[0]+=s.parts[0],r.sourceSpan.end=s.sourceSpan.end):(r=s,i.push(r))}return i}(this.tokens),this.errors)}_tokenizeExpansionForm(){if(this.isExpansionFormStart())return this._consumeExpansionFormStart(),!0;if(function(e){return e===i.$EQ||i.isAsciiLetter(e)||i.isDigit(e)}(this._cursor.peek())&&this._isInExpansionForm())return this._consumeExpansionCaseStart(),!0;if(this._cursor.peek()===i.$RBRACE){if(this._isInExpansionCase())return this._consumeExpansionCaseEnd(),!0;if(this._isInExpansionForm())return this._consumeExpansionFormEnd(),!0}return!1}_beginToken(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this._cursor.clone();this._currentTokenStart=t,this._currentTokenType=e}_endToken(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this._cursor.clone();if(null===this._currentTokenStart)throw new o("Programming error - attempted to end a token when there was no start to the token",this._currentTokenType,this._cursor.getSpan(t));if(null===this._currentTokenType)throw new o("Programming error - attempted to end a token which has no token type",null,this._cursor.getSpan(this._currentTokenStart));let r=new a(this._currentTokenType,e,this._cursor.getSpan(this._currentTokenStart,this._leadingTriviaCodePoints));return this.tokens.push(r),this._currentTokenStart=null,this._currentTokenType=null,r}_createError(e,t){this._isInExpansionForm()&&(e+=' (Do you have an unescaped "{" in your template? Use "{{ \'{\' }}") to escape it.)');let r=new o(e,this._currentTokenType,t);return this._currentTokenStart=null,this._currentTokenType=null,new D(r)}handleError(e){if(e instanceof S&&(e=this._createError(e.msg,this._cursor.getSpan(e.cursor))),!(e instanceof D))throw e;this.errors.push(e.error)}_attemptCharCode(e){return this._cursor.peek()===e&&(this._cursor.advance(),!0)}_attemptCharCodeCaseInsensitive(e){return!!function(e,t){return A(e)==A(t)}(this._cursor.peek(),e)&&(this._cursor.advance(),!0)}_requireCharCode(e){let t=this._cursor.clone();if(!this._attemptCharCode(e))throw this._createError(h(this._cursor.peek()),this._cursor.getSpan(t))}_attemptStr(e){let t=e.length;if(this._cursor.charsLeft()<t)return!1;let r=this._cursor.clone();for(let i=0;i<t;i++)if(!this._attemptCharCode(e.charCodeAt(i)))return this._cursor=r,!1;return!0}_attemptStrCaseInsensitive(e){for(let t=0;t<e.length;t++)if(!this._attemptCharCodeCaseInsensitive(e.charCodeAt(t)))return!1;return!0}_requireStr(e){let t=this._cursor.clone();if(!this._attemptStr(e))throw this._createError(h(this._cursor.peek()),this._cursor.getSpan(t))}_requireStrCaseInsensitive(e){let t=this._cursor.clone();if(!this._attemptStrCaseInsensitive(e))throw this._createError(h(this._cursor.peek()),this._cursor.getSpan(t))}_attemptCharCodeUntilFn(e){for(;!e(this._cursor.peek());)this._cursor.advance()}_requireCharCodeUntilFn(e,t){let r=this._cursor.clone();if(this._attemptCharCodeUntilFn(e),this._cursor.clone().diff(r)<t)throw this._createError(h(this._cursor.peek()),this._cursor.getSpan(r))}_attemptUntilChar(e){for(;this._cursor.peek()!==e;)this._cursor.advance()}_readChar(e){if(e&&this._cursor.peek()===i.$AMPERSAND)return this._decodeEntity();{let e=String.fromCodePoint(this._cursor.peek());return this._cursor.advance(),e}}_decodeEntity(){let e=this._cursor.clone();if(this._cursor.advance(),!this._attemptCharCode(i.$HASH)){let t=this._cursor.clone();if(this._attemptCharCodeUntilFn(b),this._cursor.peek()!=i.$SEMICOLON)return this._cursor=t,"&";let r=this._cursor.getChars(t);this._cursor.advance();let n=u.NAMED_ENTITIES[r];if(!n)throw this._createError(p(r),this._cursor.getSpan(e));return n}{let t=this._attemptCharCode(i.$x)||this._attemptCharCode(i.$X),r=this._cursor.clone();if(this._attemptCharCodeUntilFn(y),this._cursor.peek()!=i.$SEMICOLON)throw this._createError(h(this._cursor.peek()),this._cursor.getSpan());let n=this._cursor.getChars(r);this._cursor.advance();try{let e=parseInt(n,t?16:10);return String.fromCharCode(e)}catch{throw this._createError(p(this._cursor.getChars(e)),this._cursor.getSpan())}}}_consumeRawText(e,r){this._beginToken(e?t.ESCAPABLE_RAW_TEXT:t.RAW_TEXT);let i=[];for(;;){let t=this._cursor.clone(),n=r();if(this._cursor=t,n)break;i.push(this._readChar(e))}return this._endToken([this._processCarriageReturns(i.join(""))])}_consumeComment(e){this._beginToken(t.COMMENT_START,e),this._endToken([]),this._consumeRawText(!1,(()=>this._attemptStr("--\x3e"))),this._beginToken(t.COMMENT_END),this._requireStr("--\x3e"),this._endToken([])}_consumeBogusComment(e){this._beginToken(t.COMMENT_START,e),this._endToken([]),this._consumeRawText(!1,(()=>this._cursor.peek()===i.$GT)),this._beginToken(t.COMMENT_END),this._cursor.advance(),this._endToken([])}_consumeCdata(e){this._beginToken(t.CDATA_START,e),this._endToken([]),this._consumeRawText(!1,(()=>this._attemptStr("]]>"))),this._beginToken(t.CDATA_END),this._requireStr("]]>"),this._endToken([])}_consumeDocType(e){this._beginToken(t.DOC_TYPE_START,e),this._endToken([]),this._consumeRawText(!1,(()=>this._cursor.peek()===i.$GT)),this._beginToken(t.DOC_TYPE_END),this._cursor.advance(),this._endToken([])}_consumePrefixAndName(){let e,t=this._cursor.clone(),r="";for(;this._cursor.peek()!==i.$COLON&&!C(this._cursor.peek());)this._cursor.advance();return this._cursor.peek()===i.$COLON?(r=this._cursor.getChars(t),this._cursor.advance(),e=this._cursor.clone()):e=t,this._requireCharCodeUntilFn(g,""===r?0:1),[r,this._cursor.getChars(e)]}_consumeTagOpen(e){let r,n,s,a=this.tokens.length,o=this._cursor.clone(),l=[];try{if(!i.isAsciiLetter(this._cursor.peek()))throw this._createError(h(this._cursor.peek()),this._cursor.getSpan(e));for(s=this._consumeTagOpenStart(e),n=s.parts[0],r=s.parts[1],this._attemptCharCodeUntilFn(f);this._cursor.peek()!==i.$SLASH&&this._cursor.peek()!==i.$GT;){let[e,t]=this._consumeAttributeName();if(this._attemptCharCodeUntilFn(f),this._attemptCharCode(i.$EQ)){this._attemptCharCodeUntilFn(f);let r=this._consumeAttributeValue();l.push({prefix:e,name:t,value:r})}else l.push({prefix:e,name:t});this._attemptCharCodeUntilFn(f)}this._consumeTagOpenEnd()}catch(r){if(r instanceof D)return this._cursor=o,s&&(this.tokens.length=a),this._beginToken(t.TEXT,e),void this._endToken(["<"]);throw r}if(this._canSelfClose&&this.tokens[this.tokens.length-1].type===t.TAG_OPEN_END_VOID)return;let c=this._getTagContentType(r,n,this._fullNameStack.length>0,l);this._handleFullNameStackForTagOpen(n,r),c===u.TagContentType.RAW_TEXT?this._consumeRawTextWithTagClose(n,r,!1):c===u.TagContentType.ESCAPABLE_RAW_TEXT&&this._consumeRawTextWithTagClose(n,r,!0)}_consumeRawTextWithTagClose(e,r,n){this._consumeRawText(n,(()=>!!(this._attemptCharCode(i.$LT)&&this._attemptCharCode(i.$SLASH)&&(this._attemptCharCodeUntilFn(f),this._attemptStrCaseInsensitive(e?`${e}:${r}`:r)))&&(this._attemptCharCodeUntilFn(f),this._attemptCharCode(i.$GT)))),this._beginToken(t.TAG_CLOSE),this._requireCharCodeUntilFn((e=>e===i.$GT),3),this._cursor.advance(),this._endToken([e,r]),this._handleFullNameStackForTagClose(e,r)}_consumeTagOpenStart(e){this._beginToken(t.TAG_OPEN_START,e);let r=this._consumePrefixAndName();return this._endToken(r)}_consumeAttributeName(){let e=this._cursor.peek();if(e===i.$SQ||e===i.$DQ)throw this._createError(h(e),this._cursor.getSpan());this._beginToken(t.ATTR_NAME);let r=this._consumePrefixAndName();return this._endToken(r),r}_consumeAttributeValue(){let e;if(this._cursor.peek()===i.$SQ||this._cursor.peek()===i.$DQ){this._beginToken(t.ATTR_QUOTE);let r=this._cursor.peek();this._cursor.advance(),this._endToken([String.fromCodePoint(r)]),this._beginToken(t.ATTR_VALUE);let i=[];for(;this._cursor.peek()!==r;)i.push(this._readChar(!0));e=this._processCarriageReturns(i.join("")),this._endToken([e]),this._beginToken(t.ATTR_QUOTE),this._cursor.advance(),this._endToken([String.fromCodePoint(r)])}else{this._beginToken(t.ATTR_VALUE);let r=this._cursor.clone();this._requireCharCodeUntilFn(g,1),e=this._processCarriageReturns(this._cursor.getChars(r)),this._endToken([e])}return e}_consumeTagOpenEnd(){let e=this._attemptCharCode(i.$SLASH)?t.TAG_OPEN_END_VOID:t.TAG_OPEN_END;this._beginToken(e),this._requireCharCode(i.$GT),this._endToken([])}_consumeTagClose(e){if(this._beginToken(t.TAG_CLOSE,e),this._attemptCharCodeUntilFn(f),this._allowHtmComponentClosingTags&&this._attemptCharCode(i.$SLASH))this._attemptCharCodeUntilFn(f),this._requireCharCode(i.$GT),this._endToken([]);else{let[e,t]=this._consumePrefixAndName();this._attemptCharCodeUntilFn(f),this._requireCharCode(i.$GT),this._endToken([e,t]),this._handleFullNameStackForTagClose(e,t)}}_consumeExpansionFormStart(){this._beginToken(t.EXPANSION_FORM_START),this._requireCharCode(i.$LBRACE),this._endToken([]),this._expansionCaseStack.push(t.EXPANSION_FORM_START),this._beginToken(t.RAW_TEXT);let e=this._readUntil(i.$COMMA);this._endToken([e]),this._requireCharCode(i.$COMMA),this._attemptCharCodeUntilFn(f),this._beginToken(t.RAW_TEXT);let r=this._readUntil(i.$COMMA);this._endToken([r]),this._requireCharCode(i.$COMMA),this._attemptCharCodeUntilFn(f)}_consumeExpansionCaseStart(){this._beginToken(t.EXPANSION_CASE_VALUE);let e=this._readUntil(i.$LBRACE).trim();this._endToken([e]),this._attemptCharCodeUntilFn(f),this._beginToken(t.EXPANSION_CASE_EXP_START),this._requireCharCode(i.$LBRACE),this._endToken([]),this._attemptCharCodeUntilFn(f),this._expansionCaseStack.push(t.EXPANSION_CASE_EXP_START)}_consumeExpansionCaseEnd(){this._beginToken(t.EXPANSION_CASE_EXP_END),this._requireCharCode(i.$RBRACE),this._endToken([]),this._attemptCharCodeUntilFn(f),this._expansionCaseStack.pop()}_consumeExpansionFormEnd(){this._beginToken(t.EXPANSION_FORM_END),this._requireCharCode(i.$RBRACE),this._endToken([]),this._expansionCaseStack.pop()}_consumeText(){let e=this._cursor.clone();this._beginToken(t.TEXT,e);let r=[];do{this._interpolationConfig&&this._attemptStr(this._interpolationConfig.start)?(r.push(this._interpolationConfig.start),this._inInterpolation=!0):this._interpolationConfig&&this._inInterpolation&&this._attemptStr(this._interpolationConfig.end)?(r.push(this._interpolationConfig.end),this._inInterpolation=!1):r.push(this._readChar(!0))}while(!this._isTextEnd());this._endToken([this._processCarriageReturns(r.join(""))])}_isTextEnd(){return!!(this._cursor.peek()===i.$LT||this._cursor.peek()===i.$EOF||this._tokenizeIcu&&!this._inInterpolation&&(this.isExpansionFormStart()||this._cursor.peek()===i.$RBRACE&&this._isInExpansionCase()))}_readUntil(e){let t=this._cursor.clone();return this._attemptUntilChar(e),this._cursor.getChars(t)}_isInExpansionCase(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===t.EXPANSION_CASE_EXP_START}_isInExpansionForm(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===t.EXPANSION_FORM_START}isExpansionFormStart(){if(this._cursor.peek()!==i.$LBRACE)return!1;if(this._interpolationConfig){let e=this._cursor.clone(),t=this._attemptStr(this._interpolationConfig.start);return this._cursor=e,!t}return!0}_handleFullNameStackForTagOpen(e,t){let r=u.mergeNsAndName(e,t);(0===this._fullNameStack.length||this._fullNameStack[this._fullNameStack.length-1]===r)&&this._fullNameStack.push(r)}_handleFullNameStackForTagClose(e,t){let r=u.mergeNsAndName(e,t);0!==this._fullNameStack.length&&this._fullNameStack[this._fullNameStack.length-1]===r&&this._fullNameStack.pop()}};function f(e){return!i.isWhitespace(e)||e===i.$EOF}function g(e){return i.isWhitespace(e)||e===i.$GT||e===i.$SLASH||e===i.$SQ||e===i.$DQ||e===i.$EQ}function C(e){return(e<i.$a||i.$z<e)&&(e<i.$A||i.$Z<e)&&(e<i.$0||e>i.$9)}function y(e){return e==i.$SEMICOLON||e==i.$EOF||!i.isAsciiHexDigit(e)}function b(e){return e==i.$SEMICOLON||e==i.$EOF||!i.isAsciiLetter(e)}function A(e){return e>=i.$a&&e<=i.$z?e-i.$a+i.$A:e}var v=class{constructor(e,t){if(e instanceof v)this.file=e.file,this.input=e.input,this.end=e.end,this.state=Object.assign({},e.state);else{if(!t)throw new Error("Programming error: the range argument must be provided with a file argument.");this.file=e,this.input=e.content,this.end=t.endPos,this.state={peek:-1,offset:t.startPos,line:t.startLine,column:t.startCol}}}clone(){return new v(this)}peek(){return this.state.peek}charsLeft(){return this.end-this.state.offset}diff(e){return this.state.offset-e.state.offset}advance(){this.advanceState(this.state)}init(){this.updatePeek(this.state)}getSpan(e,t){if(e=e||this,t)for(e=e.clone();this.diff(e)>0&&-1!==t.indexOf(e.peek());)e.advance();return new n.ParseSourceSpan(new n.ParseLocation(e.file,e.state.offset,e.state.line,e.state.column),new n.ParseLocation(this.file,this.state.offset,this.state.line,this.state.column))}getChars(e){return this.input.substring(e.state.offset,this.state.offset)}charAt(e){return this.input.charCodeAt(e)}advanceState(e){if(e.offset>=this.end)throw this.state=e,new S('Unexpected character "EOF"',this);let t=this.charAt(e.offset);t===i.$LF?(e.line++,e.column=0):i.isNewLine(t)||e.column++,e.offset++,this.updatePeek(e)}updatePeek(e){e.peek=e.offset>=this.end?i.$EOF:this.charAt(e.offset)}},x=class extends v{constructor(e,t){e instanceof x?(super(e),this.internalState=Object.assign({},e.internalState)):(super(e,t),this.internalState=this.state)}advance(){this.state=this.internalState,super.advance(),this.processEscapeSequence()}init(){super.init(),this.processEscapeSequence()}clone(){return new x(this)}getChars(e){let t=e.clone(),r="";for(;t.internalState.offset<this.internalState.offset;)r+=String.fromCodePoint(t.peek()),t.advance();return r}processEscapeSequence(){let e=()=>this.internalState.peek;if(e()===i.$BACKSLASH)if(this.internalState=Object.assign({},this.state),this.advanceState(this.internalState),e()===i.$n)this.state.peek=i.$LF;else if(e()===i.$r)this.state.peek=i.$CR;else if(e()===i.$v)this.state.peek=i.$VTAB;else if(e()===i.$t)this.state.peek=i.$TAB;else if(e()===i.$b)this.state.peek=i.$BSPACE;else if(e()===i.$f)this.state.peek=i.$FF;else if(e()===i.$u)if(this.advanceState(this.internalState),e()===i.$LBRACE){this.advanceState(this.internalState);let t=this.clone(),r=0;for(;e()!==i.$RBRACE;)this.advanceState(this.internalState),r++;this.state.peek=this.decodeHexDigits(t,r)}else{let e=this.clone();this.advanceState(this.internalState),this.advanceState(this.internalState),this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(e,4)}else if(e()===i.$x){this.advanceState(this.internalState);let e=this.clone();this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(e,2)}else if(i.isOctalDigit(e())){let t="",r=0,n=this.clone();for(;i.isOctalDigit(e())&&r<3;)n=this.clone(),t+=String.fromCodePoint(e()),this.advanceState(this.internalState),r++;this.state.peek=parseInt(t,8),this.internalState=n.internalState}else i.isNewLine(this.internalState.peek)?(this.advanceState(this.internalState),this.state=this.internalState):this.state.peek=this.internalState.peek}decodeHexDigits(e,t){let r=this.input.substr(e.internalState.offset,t),i=parseInt(r,16);if(isNaN(i))throw e.state=e.internalState,new S("Invalid hexadecimal escape sequence",e);return i}},S=class{constructor(e,t){this.msg=e,this.cursor=t}};e.CursorError=S}}),xe=p({"node_modules/angular-html-parser/lib/compiler/src/ml_parser/parser.js"(e){m(),Object.defineProperty(e,"__esModule",{value:!0});var t=F(),r=Fe(),i=ve(),n=ge(),s=class extends t.ParseError{constructor(e,t,r){super(t,r),this.elementName=e}static create(e,t,r){return new s(e,t,r)}};e.TreeError=s;var u=class{constructor(e,t){this.rootNodes=e,this.errors=t}};e.ParseTreeResult=u;e.Parser=class{constructor(e){this.getTagDefinition=e}parse(e,t,r){let n=arguments.length>3&&void 0!==arguments[3]&&arguments[3],s=arguments.length>4?arguments[4]:void 0,o=e=>function(t){for(var r=arguments.length,i=new Array(r>1?r-1:0),n=1;n<r;n++)i[n-1]=arguments[n];return e(t.toLowerCase(),...i)},l=n?this.getTagDefinition:o(this.getTagDefinition),c=e=>l(e).contentType,h=n?s:o(s),p=i.tokenize(e,t,s?(e,t,r,i)=>{let n=h(e,t,r,i);return void 0!==n?n:c(e)}:c,r),D=new a(p.tokens,l,r&&r.canSelfClose||!1,r&&r.allowHtmComponentClosingTags||!1,n).build();return new u(D.rootNodes,p.errors.concat(D.errors))}};var a=class{constructor(e,t,r,i,n){this.tokens=e,this.getTagDefinition=t,this.canSelfClose=r,this.allowHtmComponentClosingTags=i,this.isTagNameCaseSensitive=n,this._index=-1,this._rootNodes=[],this._errors=[],this._elementStack=[],this._advance()}build(){for(;this._peek.type!==i.TokenType.EOF;)this._peek.type===i.TokenType.TAG_OPEN_START?this._consumeStartTag(this._advance()):this._peek.type===i.TokenType.TAG_CLOSE?(this._closeVoidElement(),this._consumeEndTag(this._advance())):this._peek.type===i.TokenType.CDATA_START?(this._closeVoidElement(),this._consumeCdata(this._advance())):this._peek.type===i.TokenType.COMMENT_START?(this._closeVoidElement(),this._consumeComment(this._advance())):this._peek.type===i.TokenType.TEXT||this._peek.type===i.TokenType.RAW_TEXT||this._peek.type===i.TokenType.ESCAPABLE_RAW_TEXT?(this._closeVoidElement(),this._consumeText(this._advance())):this._peek.type===i.TokenType.EXPANSION_FORM_START?this._consumeExpansion(this._advance()):this._peek.type===i.TokenType.DOC_TYPE_START?this._consumeDocType(this._advance()):this._advance();return new u(this._rootNodes,this._errors)}_advance(){let e=this._peek;return this._index<this.tokens.length-1&&this._index++,this._peek=this.tokens[this._index],e}_advanceIf(e){return this._peek.type===e?this._advance():null}_consumeCdata(e){let n=this._advance(),s=this._getText(n),u=this._advanceIf(i.TokenType.CDATA_END);this._addToParent(new r.CDATA(s,new t.ParseSourceSpan(e.sourceSpan.start,(u||n).sourceSpan.end)))}_consumeComment(e){let n=this._advanceIf(i.TokenType.RAW_TEXT),s=this._advanceIf(i.TokenType.COMMENT_END),u=null!=n?n.parts[0].trim():null,a=new t.ParseSourceSpan(e.sourceSpan.start,(s||n||e).sourceSpan.end);this._addToParent(new r.Comment(u,a))}_consumeDocType(e){let n=this._advanceIf(i.TokenType.RAW_TEXT),s=this._advanceIf(i.TokenType.DOC_TYPE_END),u=null!=n?n.parts[0].trim():null,a=new t.ParseSourceSpan(e.sourceSpan.start,(s||n||e).sourceSpan.end);this._addToParent(new r.DocType(u,a))}_consumeExpansion(e){let n=this._advance(),u=this._advance(),a=[];for(;this._peek.type===i.TokenType.EXPANSION_CASE_VALUE;){let e=this._parseExpansionCase();if(!e)return;a.push(e)}if(this._peek.type!==i.TokenType.EXPANSION_FORM_END)return void this._errors.push(s.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '}'."));let o=new t.ParseSourceSpan(e.sourceSpan.start,this._peek.sourceSpan.end);this._addToParent(new r.Expansion(n.parts[0],u.parts[0],a,o,n.sourceSpan)),this._advance()}_parseExpansionCase(){let e=this._advance();if(this._peek.type!==i.TokenType.EXPANSION_CASE_EXP_START)return this._errors.push(s.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '{'.")),null;let n=this._advance(),u=this._collectExpansionExpTokens(n);if(!u)return null;let o=this._advance();u.push(new i.Token(i.TokenType.EOF,[],o.sourceSpan));let l=new a(u,this.getTagDefinition,this.canSelfClose,this.allowHtmComponentClosingTags,this.isTagNameCaseSensitive).build();if(l.errors.length>0)return this._errors=this._errors.concat(l.errors),null;let c=new t.ParseSourceSpan(e.sourceSpan.start,o.sourceSpan.end),h=new t.ParseSourceSpan(n.sourceSpan.start,o.sourceSpan.end);return new r.ExpansionCase(e.parts[0],l.rootNodes,c,e.sourceSpan,h)}_collectExpansionExpTokens(e){let t=[],r=[i.TokenType.EXPANSION_CASE_EXP_START];for(;;){if((this._peek.type===i.TokenType.EXPANSION_FORM_START||this._peek.type===i.TokenType.EXPANSION_CASE_EXP_START)&&r.push(this._peek.type),this._peek.type===i.TokenType.EXPANSION_CASE_EXP_END){if(!o(r,i.TokenType.EXPANSION_CASE_EXP_START))return this._errors.push(s.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(r.pop(),0==r.length)return t}if(this._peek.type===i.TokenType.EXPANSION_FORM_END){if(!o(r,i.TokenType.EXPANSION_FORM_START))return this._errors.push(s.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;r.pop()}if(this._peek.type===i.TokenType.EOF)return this._errors.push(s.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;t.push(this._advance())}}_getText(e){let t=e.parts[0];if(t.length>0&&"\n"==t[0]){let e=this._getParentElement();null!=e&&0==e.children.length&&this.getTagDefinition(e.name).ignoreFirstLf&&(t=t.substring(1))}return t}_consumeText(e){let t=this._getText(e);t.length>0&&this._addToParent(new r.Text(t,e.sourceSpan))}_closeVoidElement(){let e=this._getParentElement();e&&this.getTagDefinition(e.name).isVoid&&this._elementStack.pop()}_consumeStartTag(e){let u=e.parts[0],a=e.parts[1],o=[];for(;this._peek.type===i.TokenType.ATTR_NAME;)o.push(this._consumeAttr(this._advance()));let l=this._getElementFullName(u,a,this._getParentElement()),c=!1;if(this._peek.type===i.TokenType.TAG_OPEN_END_VOID){this._advance(),c=!0;let t=this.getTagDefinition(l);this.canSelfClose||t.canSelfClose||null!==n.getNsPrefix(l)||t.isVoid||this._errors.push(s.create(l,e.sourceSpan,`Only void and foreign elements can be self closed "${e.parts[1]}"`))}else this._peek.type===i.TokenType.TAG_OPEN_END&&(this._advance(),c=!1);let h=new t.ParseSourceSpan(e.sourceSpan.start,this._peek.sourceSpan.start),p=new t.ParseSourceSpan(e.sourceSpan.start.moveBy(1),e.sourceSpan.end),D=new r.Element(l,o,[],h,h,void 0,p);this._pushElement(D),c&&(this._popElement(l),D.endSourceSpan=h)}_pushElement(e){let t=this._getParentElement();t&&this.getTagDefinition(t.name).isClosedByChild(e.name)&&this._elementStack.pop(),this._addToParent(e),this._elementStack.push(e)}_consumeEndTag(e){let t=this.allowHtmComponentClosingTags&&0===e.parts.length?null:this._getElementFullName(e.parts[0],e.parts[1],this._getParentElement());this._getParentElement()&&(this._getParentElement().endSourceSpan=e.sourceSpan),t&&this.getTagDefinition(t).isVoid?this._errors.push(s.create(t,e.sourceSpan,`Void elements do not have end tags "${e.parts[1]}"`)):this._popElement(t)||this._errors.push(s.create(t,e.sourceSpan,`Unexpected closing tag "${t}". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags`))}_popElement(e){for(let t=this._elementStack.length-1;t>=0;t--){let r=this._elementStack[t];if(!e||(n.getNsPrefix(r.name)?r.name==e:r.name.toLowerCase()==e.toLowerCase()))return this._elementStack.splice(t,this._elementStack.length-t),!0;if(!this.getTagDefinition(r.name).closedByParent)return!1}return!1}_consumeAttr(e){let s,u,a=n.mergeNsAndName(e.parts[0],e.parts[1]),o=e.sourceSpan.end,l="";if(this._peek.type===i.TokenType.ATTR_QUOTE&&(u=this._advance().sourceSpan.start),this._peek.type===i.TokenType.ATTR_VALUE){let e=this._advance();l=e.parts[0],o=e.sourceSpan.end,s=e.sourceSpan}return this._peek.type===i.TokenType.ATTR_QUOTE&&(o=this._advance().sourceSpan.end,s=new t.ParseSourceSpan(u,o)),new r.Attribute(a,l,new t.ParseSourceSpan(e.sourceSpan.start,o),s,e.sourceSpan)}_getParentElement(){return this._elementStack.length>0?this._elementStack[this._elementStack.length-1]:null}_getParentElementSkippingContainers(){let e=null;for(let t=this._elementStack.length-1;t>=0;t--){if(!n.isNgContainer(this._elementStack[t].name))return{parent:this._elementStack[t],container:e};e=this._elementStack[t]}return{parent:null,container:e}}_addToParent(e){let t=this._getParentElement();null!=t?t.children.push(e):this._rootNodes.push(e)}_insertBeforeContainer(e,t,r){if(t){if(e){let i=e.children.indexOf(t);e.children[i]=r}else this._rootNodes.push(r);r.children.push(t),this._elementStack.splice(this._elementStack.indexOf(t),0,r)}else this._addToParent(r),this._elementStack.push(r)}_getElementFullName(e,t,r){return""===e&&""===(e=this.getTagDefinition(t).implicitNamespacePrefix||"")&&null!=r&&(e=n.getNsPrefix(r.name)),n.mergeNsAndName(e,t)}};function o(e,t){return e.length>0&&e[e.length-1]===t}}}),Se=p({"node_modules/angular-html-parser/lib/compiler/src/ml_parser/html_parser.js"(e){m(),Object.defineProperty(e,"__esModule",{value:!0});var t=Ce(),r=xe(),i=xe();e.ParseTreeResult=i.ParseTreeResult,e.TreeError=i.TreeError;e.HtmlParser=class extends r.Parser{constructor(){super(t.getHtmlTagDefinition)}parse(e,t,r){return super.parse(e,t,r,arguments.length>3&&void 0!==arguments[3]&&arguments[3],arguments.length>4?arguments[4]:void 0)}}}}),Te=p({"node_modules/angular-html-parser/lib/angular-html-parser/src/index.js"(e){m(),Object.defineProperty(e,"__esModule",{value:!0});var t=Se(),r=ge();e.TagContentType=r.TagContentType;var i=null;e.parse=function(e){let r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{canSelfClose:n=!1,allowHtmComponentClosingTags:s=!1,isTagNameCaseSensitive:u=!1,getTagContentType:a}=r;return(i||(i=new t.HtmlParser),i).parse(e,"angular-html-parser",{tokenizeExpansionForms:!1,interpolationConfig:void 0,canSelfClose:n,allowHtmComponentClosingTags:s},u,a)}}});m();var{ParseSourceSpan:Be,ParseLocation:Pe,ParseSourceFile:ke}=F(),Ne=b(),je=A(),Ie=v(),{inferParserByLanguage:Le}=se(),Me=oe(),_e=he(),$e=pe(),{hasPragma:Re}=De(),{Node:qe}=de(),{parseIeConditionalComment:Ue}=fe(),{locStart:Ve,locEnd:He}=Ee();function Je(e,t,r){let{canSelfClose:i,normalizeTagName:n,normalizeAttributeName:s,allowHtmComponentClosingTags:u,isTagNameCaseSensitive:a,getTagContentType:o}=t,l=Te(),{RecursiveVisitor:c,visitAll:h}=Fe(),{ParseSourceSpan:p}=F(),{getHtmlTagDefinition:D}=Ce(),{rootNodes:d,errors:f}=l.parse(e,{canSelfClose:i,allowHtmComponentClosingTags:u,isTagNameCaseSensitive:a,getTagContentType:o});if("vue"===r.parser)if(d.some((e=>"docType"===e.type&&"html"===e.value||"element"===e.type&&"html"===e.name.toLowerCase()))){i=!0,n=!0,s=!0,u=!0,a=!1;let t=l.parse(e,{canSelfClose:i,allowHtmComponentClosingTags:u,isTagNameCaseSensitive:a});d=t.rootNodes,f=t.errors}else{let t=e=>{if(!e||"element"!==e.type||"template"!==e.name)return!1;let t=e.attrs.find((e=>"lang"===e.name)),i=t&&t.value;return!i||"html"===Le(i,r)};if(d.some(t)){let r,n=()=>l.parse(e,{canSelfClose:i,allowHtmComponentClosingTags:u,isTagNameCaseSensitive:a}),s=()=>r||(r=n()),o=e=>s().rootNodes.find((t=>{let{startSourceSpan:r}=t;return r&&r.start.offset===e.startSourceSpan.start.offset}));for(let e=0;e<d.length;e++){let r=d[e],{endSourceSpan:i,startSourceSpan:n}=r;if(null===i)f=s().errors,d[e]=o(r)||r;else if(t(r)){let t=s(),u=n.end.offset,a=i.start.offset;for(let e of t.errors){let{offset:t}=e.span.start;if(u<t&&t<a){f=[e];break}}d[e]=o(r)||r}}}}if(f.length>0){let{msg:e,span:{start:t,end:r}}=f[0];throw Ie(e,{start:{line:t.line+1,column:t.col+1},end:{line:r.line+1,column:r.col+1}})}let m=e=>{let t=e.name.startsWith(":")?e.name.slice(1).split(":")[0]:null,r=e.nameSpan.toString(),i=null!==t&&r.startsWith(`${t}:`),n=i?r.slice(t.length+1):r;e.name=n,e.namespace=t,e.hasExplicitNamespace=i},E=(e,t)=>{let r=e.toLowerCase();return t(r)?r:e};return h(new class extends c{visit(e){(e=>{switch(e.type){case"element":m(e);for(let t of e.attrs)m(t),t.valueSpan?(t.value=t.valueSpan.toString(),/["']/.test(t.value[0])&&(t.value=t.value.slice(1,-1))):t.value=null;break;case"comment":e.value=e.sourceSpan.toString().slice(4,-3);break;case"text":e.value=e.sourceSpan.toString()}})(e),(e=>{if("element"===e.type){let t=D(a?e.name:e.name.toLowerCase());e.tagDefinition=!e.namespace||e.namespace===t.implicitNamespacePrefix||$e(e)?t:D("")}})(e),(e=>{if("element"===e.type&&(n&&(!e.namespace||e.namespace===e.tagDefinition.implicitNamespacePrefix||$e(e))&&(e.name=E(e.name,(e=>e in Me))),s)){let t=_e[e.name]||Object.create(null);for(let r of e.attrs)r.namespace||(r.name=E(r.name,(r=>e.name in _e&&(r in _e["*"]||r in t))))}})(e),(e=>{e.sourceSpan&&e.endSourceSpan&&(e.sourceSpan=new p(e.sourceSpan.start,e.endSourceSpan.end))})(e)}},d),d}function ze(e,t,r){let i=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],{frontMatter:n,content:s}=i?Ne(e):{frontMatter:null,content:e},u=new ke(e,t.filepath),a=new Pe(u,0,0,0),o=a.moveBy(e.length),l={type:"root",sourceSpan:new Be(a,o),children:Je(s,r,t)};if(n){let e=new Pe(u,0,0,0),t=e.moveBy(n.raw.length);n.sourceSpan=new Be(e,t),l.children.unshift(n)}let c=new qe(l),h=(i,n)=>{let{offset:s}=n,u=ze(e.slice(0,s).replace(/[^\n\r]/g," ")+i,t,r,!1);u.sourceSpan=new Be(n,je(u.children).sourceSpan.end);let a=u.children[0];return a.length===s?u.children.shift():(a.sourceSpan=new Be(a.sourceSpan.start.moveBy(s),a.sourceSpan.end),a.value=a.value.slice(s)),u};return c.walk((e=>{if("comment"===e.type){let t=Ue(e,h);t&&e.parent.replaceChild(e,t)}})),c}function Ge(){let{name:e,canSelfClose:t=!1,normalizeTagName:r=!1,normalizeAttributeName:i=!1,allowHtmComponentClosingTags:n=!1,isTagNameCaseSensitive:s=!1,getTagContentType:u}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return{parse:(a,o,l)=>ze(a,Object.assign({parser:e},l),{canSelfClose:t,normalizeTagName:r,normalizeAttributeName:i,allowHtmComponentClosingTags:n,isTagNameCaseSensitive:s,getTagContentType:u}),hasPragma:Re,astFormat:"html",locStart:Ve,locEnd:He}}t.exports={parsers:{html:Ge({name:"html",canSelfClose:!0,normalizeTagName:!0,normalizeAttributeName:!0,allowHtmComponentClosingTags:!0}),angular:Ge({name:"angular",canSelfClose:!0}),vue:Ge({name:"vue",canSelfClose:!0,isTagNameCaseSensitive:!0,getTagContentType:(e,t,r,i)=>{if("html"!==e.toLowerCase()&&!r&&("template"!==e||i.some((e=>{let{name:t,value:r}=e;return"lang"===t&&"html"!==r&&""!==r&&void 0!==r}))))return Te().TagContentType.RAW_TEXT}}),lwc:Ge({name:"lwc"})}}})),Le())}));const r=(e,t,r,i,n)=>{let s=e.querySelector("input");e.querySelector("input")||(s=e.ownerDocument.createElement("input"),s.type="hidden",n&&n.forEach((e=>s.setAttribute(e.key,e.value))),e.appendChild(s)),s.disabled=i,s.name=t,s.value=r||""},i=(e,t,r,i,n)=>{if(!e.querySelector(`#${n}`)){const s=e.ownerDocument.createElement(t);r.forEach((e=>{s.setAttribute(e.key,e.value)})),s.innerHTML=i,s.id=n,e.appendChild(s)}},n=(e,t)=>{if(void 0===e[t])return 0;for(let r=t;r<e.length;r++)if(!e[r].disabled)return r},s=(e,t)=>{if(void 0===e[t])return e.length-1;for(let r=t;r>=0;r--)if(!e[r].disabled)return r},u=["role","aria-activedescendant","aria-atomic","aria-autocomplete","aria-braillelabel","aria-brailleroledescription","aria-busy","aria-checked","aria-colcount","aria-colindex","aria-colindextext","aria-colspan","aria-controls","aria-current","aria-describedby","aria-description","aria-details","aria-disabled","aria-errormessage","aria-expanded","aria-flowto","aria-haspopup","aria-hidden","aria-invalid","aria-keyshortcuts","aria-label","aria-labelledby","aria-level","aria-live","aria-multiline","aria-multiselectable","aria-orientation","aria-owns","aria-placeholder","aria-posinset","aria-pressed","aria-readonly","aria-relevant","aria-required","aria-roledescription","aria-rowcount","aria-rowindex","aria-rowindextext","aria-rowspan","aria-selected","aria-setsize","aria-sort","aria-valuemax","aria-valuemin","aria-valuenow","aria-valuetext"],a=(e,t)=>{let r=u;return t&&t.length>0&&(r=r.filter((e=>!t.includes(e)))),((e,t=[])=>{const r={};return t.forEach((t=>{e.hasAttribute(t)&&(null!==e.getAttribute(t)&&(r[t]=e.getAttribute(t)),e.removeAttribute(t))})),r})(e,r)};function o(e,t,r=!1){if(e instanceof HTMLElement&&t(e))return e;const i=e instanceof HTMLSlotElement?e.assignedElements({flatten:!0}):Array.from(e.children);r&&e instanceof HTMLElement&&e.shadowRoot&&i.push(...Array.from(e.shadowRoot.children));let n=null;return i.some((e=>(n=o(e,t,r),null!==n))),n}const l=e=>e.previousElementSibling,c=(e,t)=>function(e,t,r){let i=r(e);for(;i;){const e=o(i,t);if(e)return e;i=r(i)}return null}(e,t,l),h=e=>{const t=e.tagName.toLowerCase(),r=e.getAttribute("role");return["h1","h2","h3","h4","h5","h6"].includes(t)||"heading"===r},p=e=>{e.childNodes.forEach((e=>{if(e.nodeType===Node.ELEMENT_NODE){const t=e;"li"!==t.tagName.toLowerCase()&&"listitem"!==t.getAttribute("role")&&t.setAttribute("role","listitem")}}))};function D(e){if(!e||e.nodeType!==Node.ELEMENT_NODE)return!1;if(["a[href]","area[href]",'input:not([disabled]):not([type="hidden"])',"select:not([disabled])","textarea:not([disabled])","button:not([disabled])",'[tabindex]:not([tabindex="-1"])'].some((t=>e.matches(t))))return!0;if(e.hasAttribute("contenteditable")){const t=e.getAttribute("contenteditable").toLowerCase();if("true"===t||""===t)return!0}return!1}export{i as a,r as b,s as c,h as d,o as e,n as f,c as g,D as h,a as i,p as u}