bitz-react-admin-ui 2.10.7-beta.1 → 2.10.7-beta.3

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 (861) hide show
  1. package/dist/_virtual/index.mjs +2 -2
  2. package/dist/_virtual/index2.mjs +2 -2
  3. package/dist/assets/iconfont/IconChenggong.mjs +5 -18
  4. package/dist/assets/iconfont/IconClose.mjs +5 -18
  5. package/dist/assets/iconfont/IconColumnCancelFixed.mjs +5 -18
  6. package/dist/assets/iconfont/IconColumnFixedLeft.mjs +5 -18
  7. package/dist/assets/iconfont/IconColumnFixedRight.mjs +5 -18
  8. package/dist/assets/iconfont/IconCuowu.mjs +5 -18
  9. package/dist/assets/iconfont/IconDragOrder.mjs +5 -18
  10. package/dist/assets/iconfont/IconDuigoux.mjs +5 -18
  11. package/dist/assets/iconfont/IconFabu.mjs +8 -27
  12. package/dist/assets/iconfont/IconFanhui.mjs +5 -18
  13. package/dist/assets/iconfont/IconGaojisousuo.mjs +5 -18
  14. package/dist/assets/iconfont/IconHangfengexian.mjs +9 -35
  15. package/dist/assets/iconfont/IconHangliefengexian.mjs +9 -35
  16. package/dist/assets/iconfont/IconIcFluentHomeRegular.mjs +5 -18
  17. package/dist/assets/iconfont/IconIcon21.mjs +5 -18
  18. package/dist/assets/iconfont/IconJincoude.mjs +5 -18
  19. package/dist/assets/iconfont/IconJinggao.mjs +5 -18
  20. package/dist/assets/iconfont/IconKuansongde.mjs +5 -18
  21. package/dist/assets/iconfont/IconLiefengexian.mjs +9 -35
  22. package/dist/assets/iconfont/IconMore.mjs +9 -34
  23. package/dist/assets/iconfont/IconShanchu.mjs +5 -18
  24. package/dist/assets/iconfont/IconShanchu1.mjs +8 -27
  25. package/dist/assets/iconfont/IconSousuo.mjs +5 -18
  26. package/dist/assets/iconfont/IconTejincou.mjs +5 -18
  27. package/dist/assets/iconfont/IconTekuansong.mjs +5 -18
  28. package/dist/assets/iconfont/IconTishi1.mjs +5 -18
  29. package/dist/assets/iconfont/IconTuodong.mjs +5 -18
  30. package/dist/assets/iconfont/IconWubanmawentianchong.mjs +8 -29
  31. package/dist/assets/iconfont/IconWufengexian.mjs +5 -19
  32. package/dist/assets/iconfont/IconXinxitishi.mjs +5 -18
  33. package/dist/assets/iconfont/IconYoubanmawentianchong.mjs +8 -28
  34. package/dist/assets/iconfont/IconZhongdengde.mjs +5 -18
  35. package/dist/assets/iconfont/IconZhongzhi.mjs +5 -18
  36. package/dist/assets/iconfont/index.mjs +4 -1
  37. package/dist/components/BitzAddTag/index.mjs +22 -43
  38. package/dist/components/BitzAddressBook/index.mjs +42 -91
  39. package/dist/components/BitzAppRefresh/index.mjs +11 -17
  40. package/dist/components/BitzBetterScroll/index.mjs +13 -1
  41. package/dist/components/BitzButton/index.mjs +33 -25
  42. package/dist/components/BitzCalendar/index.mjs +42 -60
  43. package/dist/components/BitzCascader/BitzCascaderMobile.mjs +26 -48
  44. package/dist/components/BitzCascader/index.mjs +5 -1
  45. package/dist/components/BitzCollapse/index.mjs +7 -5
  46. package/dist/components/BitzConfigProvider/context.mjs +1 -3
  47. package/dist/components/BitzConfigProvider/index.mjs +5 -5
  48. package/dist/components/BitzConfirmModal/index.mjs +28 -31
  49. package/dist/components/BitzDayJs/index.mjs +1 -1
  50. package/dist/components/BitzDescriptions/index.mjs +1 -11
  51. package/dist/components/BitzDrawer/index.mjs +14 -18
  52. package/dist/components/BitzEmpty/index.mjs +5 -1
  53. package/dist/components/BitzException/index.mjs +1 -6
  54. package/dist/components/BitzFloatLayout/index.mjs +14 -2
  55. package/dist/components/BitzFluentDatePicker/index.mjs +4 -1
  56. package/dist/components/BitzFluentRangePicker/index.mjs +4 -1
  57. package/dist/components/BitzFluentRangeTimePicker/index.mjs +4 -1
  58. package/dist/components/BitzFluentTimePicker/index.mjs +4 -1
  59. package/dist/components/BitzFuiCalendar/BitzFuiCalendarStore.mjs +1 -1
  60. package/dist/components/BitzFuiCalendar/CalendarAgendum.mjs +15 -15
  61. package/dist/components/BitzFuiCalendar/CalendarAgendumItem.mjs +4 -2
  62. package/dist/components/BitzFuiCalendar/CalendarBody.mjs +13 -24
  63. package/dist/components/BitzFuiCalendar/CalendarHead.mjs +1 -1
  64. package/dist/components/BitzFuiCalendar/CalendarHeadItem.mjs +10 -14
  65. package/dist/components/BitzFuiCalendar/CalendarToolbar.mjs +42 -66
  66. package/dist/components/BitzFuiCalendar/ColumnData.mjs +9 -17
  67. package/dist/components/BitzFuiCalendar/FuiCalendarItem.mjs +28 -33
  68. package/dist/components/BitzFuiCalendar/index.mjs +3 -1
  69. package/dist/components/BitzFullScreen/index.mjs +42 -20
  70. package/dist/components/BitzHighlight/Child.mjs +12 -9
  71. package/dist/components/BitzHighlight/Highlight.mjs +10 -8
  72. package/dist/components/BitzHighlight/chunks.mjs +17 -20
  73. package/dist/components/BitzHighlight/style.mjs +25 -22
  74. package/dist/components/BitzImage/index.mjs +5 -1
  75. package/dist/components/BitzImage/previewImage.mjs +8 -15
  76. package/dist/components/BitzLanguageTabs/index.mjs +29 -20
  77. package/dist/components/BitzLazyLoad/index.mjs +1 -7
  78. package/dist/components/BitzList/List.mjs +1 -15
  79. package/dist/components/BitzList/LoadMore.mjs +23 -22
  80. package/dist/components/BitzLoadMore/index.mjs +7 -13
  81. package/dist/components/BitzMeetingTime/BitzMeetingTimeItem.mjs +12 -10
  82. package/dist/components/BitzMeetingTime/index.mjs +15 -4
  83. package/dist/components/BitzMobileLoading/index.mjs +3 -1
  84. package/dist/components/BitzModal/index.mjs +14 -21
  85. package/dist/components/BitzNoData/index.mjs +8 -1
  86. package/dist/components/BitzNoMore/index.mjs +4 -1
  87. package/dist/components/BitzOrganizationSelection/index.mjs +39 -38
  88. package/dist/components/BitzPageContainer/index.mjs +21 -42
  89. package/dist/components/BitzPageHeader/index.mjs +21 -56
  90. package/dist/components/BitzPagination/index.mjs +9 -38
  91. package/dist/components/BitzPopover/index.mjs +8 -2
  92. package/dist/components/BitzPullRefresh/PullRefresh.mjs +43 -45
  93. package/dist/components/BitzQRCode/index.mjs +1 -6
  94. package/dist/components/BitzQueryFilter/QueryFilterContent.mjs +23 -20
  95. package/dist/components/BitzQueryFilter/QueryFilterDrawer.mjs +7 -1
  96. package/dist/components/BitzQueryFilter/QueryFilterMobile.mjs +3 -1
  97. package/dist/components/BitzQueryFilter/index.mjs +12 -44
  98. package/dist/components/BitzRefresh/index.mjs +13 -4
  99. package/dist/components/BitzRemark/index.mjs +6 -1
  100. package/dist/components/BitzSearch/index.mjs +12 -2
  101. package/dist/components/BitzSelect/component/BitzSelectMobile.mjs +53 -103
  102. package/dist/components/BitzSelect/index.mjs +10 -2
  103. package/dist/components/BitzSkeleton/index.mjs +1 -31
  104. package/dist/components/BitzTabbar/BitzTabbar.mjs +7 -13
  105. package/dist/components/BitzTabbar/BitzTabbarItem.mjs +15 -3
  106. package/dist/components/BitzTable/ActionBar/ActionBar.mjs +47 -93
  107. package/dist/components/BitzTable/ActionBar/Button.mjs +9 -6
  108. package/dist/components/BitzTable/ActionBar/style.mjs +62 -67
  109. package/dist/components/BitzTable/ActionCol/index.mjs +65 -166
  110. package/dist/components/BitzTable/ActionCol/style.mjs +74 -88
  111. package/dist/components/BitzTable/Dropdown/index.mjs +15 -11
  112. package/dist/components/BitzTable/Dropdown/style.mjs +66 -70
  113. package/dist/components/BitzTable/SelectionBar/Button.mjs +26 -20
  114. package/dist/components/BitzTable/SelectionBar/SelectionBar.mjs +15 -13
  115. package/dist/components/BitzTable/SelectionBar/style.mjs +79 -96
  116. package/dist/components/BitzTable/Store/index.mjs +139 -165
  117. package/dist/components/BitzTable/Store/utils/index.mjs +11 -2
  118. package/dist/components/BitzTable/SubTable/index.mjs +66 -71
  119. package/dist/components/BitzTable/Table/ResizableTitle copy.mjs +27 -37
  120. package/dist/components/BitzTable/Table/SortTableContext.mjs +7 -19
  121. package/dist/components/BitzTable/Table/SortableRow.mjs +36 -38
  122. package/dist/components/BitzTable/Table/TdCell.mjs +14 -12
  123. package/dist/components/BitzTable/Table/index.mjs +416 -530
  124. package/dist/components/BitzTable/Table/useScrollConfig.mjs +18 -10
  125. package/dist/components/BitzTable/Table/utils.mjs +20 -21
  126. package/dist/components/BitzTable/TextOverflow/index.mjs +15 -14
  127. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnConfigModal.d.ts +0 -1
  128. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnConfigModal.mjs +126 -125
  129. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/DndItem.mjs +114 -120
  130. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/DndList.mjs +31 -42
  131. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/index.mjs +339 -344
  132. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/DndItem.mjs +23 -33
  133. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/DndList.mjs +16 -30
  134. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/index.mjs +169 -146
  135. package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/RadioCard.mjs +12 -9
  136. package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/ScopeSwitch.mjs +29 -17
  137. package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/index.mjs +233 -170
  138. package/dist/components/BitzTable/ToolBar/ColConfigIcon/index.mjs +56 -59
  139. package/dist/components/BitzTable/ToolBar/ExportIcon/ExportModal.mjs +50 -50
  140. package/dist/components/BitzTable/ToolBar/ExportIcon/index.mjs +34 -34
  141. package/dist/components/BitzTable/ToolBar/FullscreenIcon/index.mjs +52 -40
  142. package/dist/components/BitzTable/ToolBar/Modal/index.d.ts +1 -1
  143. package/dist/components/BitzTable/ToolBar/Modal/index.mjs +19 -38
  144. package/dist/components/BitzTable/ToolBar/RefreshIcon/index.mjs +33 -19
  145. package/dist/components/BitzTable/ToolBar/Wrapper/index.mjs +32 -44
  146. package/dist/components/BitzTable/ToolBar/style.mjs +59 -58
  147. package/dist/components/BitzTableOperations/index.mjs +8 -13
  148. package/dist/components/BitzTableSelect/Picker/index.mjs +4 -23
  149. package/dist/components/BitzTableSelect/Select/index.mjs +2 -48
  150. package/dist/components/BitzTableSelect/SelectPopup/getData.mjs +16 -22
  151. package/dist/components/BitzTableSelect/SelectPopup/index.mjs +86 -171
  152. package/dist/components/BitzTableSelect/SingleSelect/index.mjs +1 -43
  153. package/dist/components/BitzTableSelect/TableCell/index.mjs +28 -56
  154. package/dist/components/BitzTableSelect/TextBlock/index.mjs +10 -18
  155. package/dist/components/BitzTableSelect/index.mjs +5 -39
  156. package/dist/components/BitzTag/index.mjs +10 -2
  157. package/dist/components/BitzText/index.mjs +47 -53
  158. package/dist/components/BitzTheme/index.mjs +5 -1
  159. package/dist/components/BitzTimeline/index.mjs +1 -11
  160. package/dist/components/BitzTimer/Form.mjs +32 -38
  161. package/dist/components/BitzTimer/Timer.mjs +31 -50
  162. package/dist/components/BitzTimer/index.mjs +58 -60
  163. package/dist/components/BitzToast/Toast/index.mjs +24 -12
  164. package/dist/components/BitzToast/index.mjs +7 -1
  165. package/dist/components/BitzTooltip/index.mjs +35 -45
  166. package/dist/components/BitzTooltip/style.mjs +41 -38
  167. package/dist/components/BitzUeEditor/config.mjs +183 -185
  168. package/dist/components/BitzUeEditor/index.mjs +10 -2
  169. package/dist/components/BitzUpload/index.mjs +72 -84
  170. package/dist/components/BitzWebAppDrawer/index.mjs +4 -18
  171. package/dist/components/BitzWebAppModal/index.mjs +6 -1
  172. package/dist/hooks/use-event-listener.mjs +4 -5
  173. package/dist/hooks/use-lock-fn.mjs +10 -13
  174. package/dist/hooks/use-scroll-parent.mjs +4 -4
  175. package/dist/hooks/useEvent.mjs +4 -7
  176. package/dist/hooks/useMergedState.mjs +6 -1
  177. package/dist/node_modules/@ant-design/icons/es/components/AntdIcon.mjs +4 -4
  178. package/dist/node_modules/classnames/index.mjs +1 -1
  179. package/dist/node_modules/dayjs/locale/zh-cn.mjs +10 -10
  180. package/dist/node_modules/prop-types/index.mjs +1 -1
  181. package/dist/node_modules/react-resizable/index.mjs +1 -1
  182. package/dist/node_modules/use-sync-external-store/shim/index.mjs +1 -1
  183. package/dist/style.css +1 -1
  184. package/dist/utils/WithFluent.mjs +17 -14
  185. package/dist/utils/create.mjs +1 -7
  186. package/dist/utils/get-default-props.mjs +3 -1
  187. package/dist/utils/time.mjs +8 -8
  188. package/package.json +5 -5
  189. package/dist/_virtual/AsymmetricMatcher.mjs +0 -4
  190. package/dist/_virtual/DOMCollection.mjs +0 -4
  191. package/dist/_virtual/DOMElement.mjs +0 -4
  192. package/dist/_virtual/Explorer.mjs +0 -4
  193. package/dist/_virtual/Explorer2.mjs +0 -4
  194. package/dist/_virtual/ExplorerBase.mjs +0 -4
  195. package/dist/_virtual/ExplorerBase2.mjs +0 -4
  196. package/dist/_virtual/ExplorerSync.mjs +0 -4
  197. package/dist/_virtual/ExplorerSync2.mjs +0 -4
  198. package/dist/_virtual/Immutable.mjs +0 -4
  199. package/dist/_virtual/ReactElement.mjs +0 -4
  200. package/dist/_virtual/ReactTestComponent.mjs +0 -4
  201. package/dist/_virtual/___vite-browser-external.mjs +0 -6
  202. package/dist/_virtual/__vite-browser-external.mjs +0 -4
  203. package/dist/_virtual/_commonjs-dynamic-modules.mjs +0 -6
  204. package/dist/_virtual/addComment.mjs +0 -4
  205. package/dist/_virtual/addComments.mjs +0 -4
  206. package/dist/_virtual/appendToMemberExpression.mjs +0 -4
  207. package/dist/_virtual/assertNode.mjs +0 -4
  208. package/dist/_virtual/babel-plugin-lingui-macro.28bb9ad7.mjs +0 -4
  209. package/dist/_virtual/buildChildren.mjs +0 -4
  210. package/dist/_virtual/buildMatchMemberExpression.mjs +0 -4
  211. package/dist/_virtual/cacheWrapper.mjs +0 -4
  212. package/dist/_virtual/cleanJSXElementLiteralChild.mjs +0 -4
  213. package/dist/_virtual/clone.mjs +0 -4
  214. package/dist/_virtual/cloneDeep.mjs +0 -4
  215. package/dist/_virtual/cloneDeepWithoutLoc.mjs +0 -4
  216. package/dist/_virtual/cloneNode.mjs +0 -4
  217. package/dist/_virtual/cloneWithoutLoc.mjs +0 -4
  218. package/dist/_virtual/collections.mjs +0 -4
  219. package/dist/_virtual/common2.mjs +0 -4
  220. package/dist/_virtual/condition.mjs +0 -4
  221. package/dist/_virtual/conversions.mjs +0 -4
  222. package/dist/_virtual/core.mjs +0 -4
  223. package/dist/_virtual/createFlowUnionType.mjs +0 -4
  224. package/dist/_virtual/createTSUnionType.mjs +0 -4
  225. package/dist/_virtual/createTypeAnnotationBasedOnTypeof.mjs +0 -4
  226. package/dist/_virtual/dayjs.min.mjs +0 -4
  227. package/dist/_virtual/defaultConfig.mjs +0 -4
  228. package/dist/_virtual/deprecated-aliases.mjs +0 -4
  229. package/dist/_virtual/deprecated.mjs +0 -4
  230. package/dist/_virtual/deprecationWarning.mjs +0 -4
  231. package/dist/_virtual/dumper.mjs +0 -4
  232. package/dist/_virtual/ensureBlock.mjs +0 -4
  233. package/dist/_virtual/errors.mjs +0 -4
  234. package/dist/_virtual/escapeHTML.mjs +0 -4
  235. package/dist/_virtual/experimental.mjs +0 -4
  236. package/dist/_virtual/flow.mjs +0 -4
  237. package/dist/_virtual/gatherSequenceExpressions.mjs +0 -4
  238. package/dist/_virtual/generateMessageId.mjs +0 -4
  239. package/dist/_virtual/getAssignmentIdentifiers.mjs +0 -4
  240. package/dist/_virtual/getBindingIdentifiers.mjs +0 -4
  241. package/dist/_virtual/getDirectory.mjs +0 -4
  242. package/dist/_virtual/getFunctionName.mjs +0 -4
  243. package/dist/_virtual/getOuterBindingIdentifiers.mjs +0 -4
  244. package/dist/_virtual/getPropertyByPath.mjs +0 -4
  245. package/dist/_virtual/identifier.mjs +0 -4
  246. package/dist/_virtual/index10.mjs +0 -4
  247. package/dist/_virtual/index11.mjs +0 -4
  248. package/dist/_virtual/index12.mjs +0 -4
  249. package/dist/_virtual/index13.mjs +0 -4
  250. package/dist/_virtual/index14.mjs +0 -4
  251. package/dist/_virtual/index15.mjs +0 -4
  252. package/dist/_virtual/index16.mjs +0 -4
  253. package/dist/_virtual/index17.mjs +0 -4
  254. package/dist/_virtual/index18.mjs +0 -4
  255. package/dist/_virtual/index19.mjs +0 -4
  256. package/dist/_virtual/index20.mjs +0 -4
  257. package/dist/_virtual/index21.mjs +0 -4
  258. package/dist/_virtual/index22.mjs +0 -4
  259. package/dist/_virtual/index23.mjs +0 -6
  260. package/dist/_virtual/index24.mjs +0 -4
  261. package/dist/_virtual/index25.mjs +0 -4
  262. package/dist/_virtual/index26.mjs +0 -4
  263. package/dist/_virtual/index27.mjs +0 -4
  264. package/dist/_virtual/index28.mjs +0 -4
  265. package/dist/_virtual/index29.mjs +0 -4
  266. package/dist/_virtual/index30.mjs +0 -4
  267. package/dist/_virtual/index31.mjs +0 -4
  268. package/dist/_virtual/index32.mjs +0 -4
  269. package/dist/_virtual/index33.mjs +0 -4
  270. package/dist/_virtual/index34.mjs +0 -4
  271. package/dist/_virtual/index35.mjs +0 -4
  272. package/dist/_virtual/index36.mjs +0 -4
  273. package/dist/_virtual/index37.mjs +0 -4
  274. package/dist/_virtual/index38.mjs +0 -4
  275. package/dist/_virtual/index39.mjs +0 -4
  276. package/dist/_virtual/index40.mjs +0 -4
  277. package/dist/_virtual/index7.mjs +0 -4
  278. package/dist/_virtual/index8.mjs +0 -6
  279. package/dist/_virtual/index9.mjs +0 -4
  280. package/dist/_virtual/inherit.mjs +0 -4
  281. package/dist/_virtual/inheritInnerComments.mjs +0 -4
  282. package/dist/_virtual/inheritLeadingComments.mjs +0 -4
  283. package/dist/_virtual/inheritTrailingComments.mjs +0 -4
  284. package/dist/_virtual/inherits.mjs +0 -4
  285. package/dist/_virtual/inheritsComments.mjs +0 -4
  286. package/dist/_virtual/inherits_browser.mjs +0 -4
  287. package/dist/_virtual/is.mjs +0 -4
  288. package/dist/_virtual/isBinding.mjs +0 -4
  289. package/dist/_virtual/isBlockScoped.mjs +0 -4
  290. package/dist/_virtual/isCompatTag.mjs +0 -4
  291. package/dist/_virtual/isImmutable.mjs +0 -4
  292. package/dist/_virtual/isLet.mjs +0 -4
  293. package/dist/_virtual/isNode.mjs +0 -4
  294. package/dist/_virtual/isNodesEquivalent.mjs +0 -4
  295. package/dist/_virtual/isPlaceholderType.mjs +0 -4
  296. package/dist/_virtual/isReactComponent.mjs +0 -4
  297. package/dist/_virtual/isReferenced.mjs +0 -4
  298. package/dist/_virtual/isScope.mjs +0 -4
  299. package/dist/_virtual/isSpecifierDefault.mjs +0 -4
  300. package/dist/_virtual/isType.mjs +0 -4
  301. package/dist/_virtual/isValidES3Identifier.mjs +0 -4
  302. package/dist/_virtual/isValidIdentifier.mjs +0 -4
  303. package/dist/_virtual/isVar.mjs +0 -4
  304. package/dist/_virtual/jsx.mjs +0 -4
  305. package/dist/_virtual/keyword.mjs +0 -4
  306. package/dist/_virtual/loader.mjs +0 -4
  307. package/dist/_virtual/loaders.mjs +0 -4
  308. package/dist/_virtual/loaders2.mjs +0 -4
  309. package/dist/_virtual/macro.mjs +0 -4
  310. package/dist/_virtual/markup.mjs +0 -4
  311. package/dist/_virtual/matchesPattern.mjs +0 -4
  312. package/dist/_virtual/misc.mjs +0 -4
  313. package/dist/_virtual/picocolors.browser.mjs +0 -4
  314. package/dist/_virtual/placeholders.mjs +0 -4
  315. package/dist/_virtual/prependToMemberExpression.mjs +0 -4
  316. package/dist/_virtual/productions.mjs +0 -4
  317. package/dist/_virtual/react-is.development3.mjs +0 -4
  318. package/dist/_virtual/react-is.production.min3.mjs +0 -4
  319. package/dist/_virtual/readFile.mjs +0 -4
  320. package/dist/_virtual/removeComments.mjs +0 -4
  321. package/dist/_virtual/removeProperties.mjs +0 -4
  322. package/dist/_virtual/removePropertiesDeep.mjs +0 -4
  323. package/dist/_virtual/removeTypeDuplicates.mjs +0 -4
  324. package/dist/_virtual/removeTypeDuplicates2.mjs +0 -4
  325. package/dist/_virtual/sha256.mjs +0 -4
  326. package/dist/_virtual/shallowEqual.mjs +0 -4
  327. package/dist/_virtual/toBindingIdentifierName.mjs +0 -4
  328. package/dist/_virtual/toBlock.mjs +0 -4
  329. package/dist/_virtual/toComputedKey.mjs +0 -4
  330. package/dist/_virtual/toExpression.mjs +0 -4
  331. package/dist/_virtual/toIdentifier.mjs +0 -4
  332. package/dist/_virtual/toKeyAlias.mjs +0 -4
  333. package/dist/_virtual/toSequenceExpression.mjs +0 -4
  334. package/dist/_virtual/toStatement.mjs +0 -4
  335. package/dist/_virtual/traverse.mjs +0 -4
  336. package/dist/_virtual/traverseFast.mjs +0 -4
  337. package/dist/_virtual/types.mjs +0 -4
  338. package/dist/_virtual/types2.mjs +0 -4
  339. package/dist/_virtual/typescript.mjs +0 -4
  340. package/dist/_virtual/typescript2.mjs +0 -11
  341. package/dist/_virtual/typescript3.mjs +0 -4
  342. package/dist/_virtual/uppercase.mjs +0 -4
  343. package/dist/_virtual/util.mjs +0 -4
  344. package/dist/_virtual/util2.mjs +0 -4
  345. package/dist/_virtual/utils2.mjs +0 -4
  346. package/dist/_virtual/utils3.mjs +0 -4
  347. package/dist/_virtual/validate.mjs +0 -4
  348. package/dist/_virtual/validate2.mjs +0 -4
  349. package/dist/_virtual/validateCLIOptions.mjs +0 -4
  350. package/dist/_virtual/validateNode.mjs +0 -4
  351. package/dist/_virtual/valueToNode.mjs +0 -4
  352. package/dist/_virtual/warnings.mjs +0 -4
  353. package/dist/components/BitzTable/Select/index.d.ts +0 -3
  354. package/dist/components/BitzTable/Select/style.d.ts +0 -4
  355. package/dist/components/BitzTable/ToolBar/ExportIcon/AnyDataTotalLabel.d.ts +0 -11
  356. package/dist/components/BitzTable/ToolBar/ExportIcon/styles.d.ts +0 -3
  357. package/dist/node_modules/@ant-design/icons/es/icons/AlignCenterOutlined.mjs +0 -15
  358. package/dist/node_modules/@ant-design/icons/es/icons/AppstoreOutlined.mjs +0 -15
  359. package/dist/node_modules/@ant-design/icons/es/icons/ArrowLeftOutlined.mjs +0 -15
  360. package/dist/node_modules/@ant-design/icons/es/icons/ArrowRightOutlined.mjs +0 -15
  361. package/dist/node_modules/@ant-design/icons/es/icons/CaretDownFilled.mjs +0 -15
  362. package/dist/node_modules/@ant-design/icons/es/icons/CaretDownOutlined.mjs +0 -15
  363. package/dist/node_modules/@ant-design/icons/es/icons/CheckCircleOutlined.mjs +0 -15
  364. package/dist/node_modules/@ant-design/icons/es/icons/ClockCircleOutlined.mjs +0 -15
  365. package/dist/node_modules/@ant-design/icons/es/icons/CopyOutlined.mjs +0 -15
  366. package/dist/node_modules/@ant-design/icons/es/icons/DownOutlined.mjs +0 -15
  367. package/dist/node_modules/@ant-design/icons/es/icons/EditOutlined.mjs +0 -15
  368. package/dist/node_modules/@ant-design/icons/es/icons/ExclamationCircleOutlined.mjs +0 -15
  369. package/dist/node_modules/@ant-design/icons/es/icons/FullscreenExitOutlined.mjs +0 -15
  370. package/dist/node_modules/@ant-design/icons/es/icons/FullscreenOutlined.mjs +0 -15
  371. package/dist/node_modules/@ant-design/icons/es/icons/InfoCircleOutlined.mjs +0 -15
  372. package/dist/node_modules/@ant-design/icons/es/icons/LeftOutlined.mjs +0 -15
  373. package/dist/node_modules/@ant-design/icons/es/icons/MenuFoldOutlined.mjs +0 -15
  374. package/dist/node_modules/@ant-design/icons/es/icons/MenuOutlined.mjs +0 -15
  375. package/dist/node_modules/@ant-design/icons/es/icons/MenuUnfoldOutlined.mjs +0 -15
  376. package/dist/node_modules/@ant-design/icons/es/icons/MinusCircleOutlined.mjs +0 -15
  377. package/dist/node_modules/@ant-design/icons/es/icons/PauseCircleFilled.mjs +0 -15
  378. package/dist/node_modules/@ant-design/icons/es/icons/PlayCircleFilled.mjs +0 -15
  379. package/dist/node_modules/@ant-design/icons/es/icons/PlusCircleFilled.mjs +0 -15
  380. package/dist/node_modules/@ant-design/icons/es/icons/PlusOutlined.mjs +0 -15
  381. package/dist/node_modules/@ant-design/icons/es/icons/RedoOutlined.mjs +0 -15
  382. package/dist/node_modules/@ant-design/icons/es/icons/ReloadOutlined.mjs +0 -15
  383. package/dist/node_modules/@ant-design/icons/es/icons/RightOutlined.mjs +0 -15
  384. package/dist/node_modules/@ant-design/icons/es/icons/SearchOutlined.mjs +0 -15
  385. package/dist/node_modules/@ant-design/icons/es/icons/SettingFilled.mjs +0 -15
  386. package/dist/node_modules/@ant-design/icons/es/icons/SettingOutlined.mjs +0 -15
  387. package/dist/node_modules/@ant-design/icons/es/icons/SwapRightOutlined.mjs +0 -15
  388. package/dist/node_modules/@ant-design/icons/es/icons/UploadOutlined.mjs +0 -15
  389. package/dist/node_modules/@ant-design/icons-svg/es/asn/AlignCenterOutlined.mjs +0 -5
  390. package/dist/node_modules/@ant-design/icons-svg/es/asn/AppstoreOutlined.mjs +0 -5
  391. package/dist/node_modules/@ant-design/icons-svg/es/asn/ArrowLeftOutlined.mjs +0 -5
  392. package/dist/node_modules/@ant-design/icons-svg/es/asn/ArrowRightOutlined.mjs +0 -5
  393. package/dist/node_modules/@ant-design/icons-svg/es/asn/CaretDownFilled.mjs +0 -5
  394. package/dist/node_modules/@ant-design/icons-svg/es/asn/CaretDownOutlined.mjs +0 -5
  395. package/dist/node_modules/@ant-design/icons-svg/es/asn/CheckCircleOutlined.mjs +0 -5
  396. package/dist/node_modules/@ant-design/icons-svg/es/asn/ClockCircleOutlined.mjs +0 -5
  397. package/dist/node_modules/@ant-design/icons-svg/es/asn/CopyOutlined.mjs +0 -5
  398. package/dist/node_modules/@ant-design/icons-svg/es/asn/DownOutlined.mjs +0 -5
  399. package/dist/node_modules/@ant-design/icons-svg/es/asn/EditOutlined.mjs +0 -5
  400. package/dist/node_modules/@ant-design/icons-svg/es/asn/ExclamationCircleOutlined.mjs +0 -5
  401. package/dist/node_modules/@ant-design/icons-svg/es/asn/FullscreenExitOutlined.mjs +0 -5
  402. package/dist/node_modules/@ant-design/icons-svg/es/asn/FullscreenOutlined.mjs +0 -5
  403. package/dist/node_modules/@ant-design/icons-svg/es/asn/InfoCircleOutlined.mjs +0 -5
  404. package/dist/node_modules/@ant-design/icons-svg/es/asn/LeftOutlined.mjs +0 -5
  405. package/dist/node_modules/@ant-design/icons-svg/es/asn/MenuFoldOutlined.mjs +0 -5
  406. package/dist/node_modules/@ant-design/icons-svg/es/asn/MenuOutlined.mjs +0 -5
  407. package/dist/node_modules/@ant-design/icons-svg/es/asn/MenuUnfoldOutlined.mjs +0 -5
  408. package/dist/node_modules/@ant-design/icons-svg/es/asn/MinusCircleOutlined.mjs +0 -5
  409. package/dist/node_modules/@ant-design/icons-svg/es/asn/PauseCircleFilled.mjs +0 -5
  410. package/dist/node_modules/@ant-design/icons-svg/es/asn/PlayCircleFilled.mjs +0 -5
  411. package/dist/node_modules/@ant-design/icons-svg/es/asn/PlusCircleFilled.mjs +0 -5
  412. package/dist/node_modules/@ant-design/icons-svg/es/asn/PlusOutlined.mjs +0 -5
  413. package/dist/node_modules/@ant-design/icons-svg/es/asn/RedoOutlined.mjs +0 -5
  414. package/dist/node_modules/@ant-design/icons-svg/es/asn/ReloadOutlined.mjs +0 -5
  415. package/dist/node_modules/@ant-design/icons-svg/es/asn/RightOutlined.mjs +0 -5
  416. package/dist/node_modules/@ant-design/icons-svg/es/asn/SearchOutlined.mjs +0 -5
  417. package/dist/node_modules/@ant-design/icons-svg/es/asn/SettingFilled.mjs +0 -5
  418. package/dist/node_modules/@ant-design/icons-svg/es/asn/SettingOutlined.mjs +0 -5
  419. package/dist/node_modules/@ant-design/icons-svg/es/asn/SwapRightOutlined.mjs +0 -5
  420. package/dist/node_modules/@ant-design/icons-svg/es/asn/UploadOutlined.mjs +0 -5
  421. package/dist/node_modules/@babel/code-frame/lib/index.mjs +0 -133
  422. package/dist/node_modules/@babel/helper-string-parser/lib/index.mjs +0 -218
  423. package/dist/node_modules/@babel/helper-validator-identifier/lib/identifier.mjs +0 -46
  424. package/dist/node_modules/@babel/helper-validator-identifier/lib/index.mjs +0 -51
  425. package/dist/node_modules/@babel/helper-validator-identifier/lib/keyword.mjs +0 -32
  426. package/dist/node_modules/@babel/highlight/lib/index.mjs +0 -128
  427. package/dist/node_modules/@babel/highlight/node_modules/ansi-styles/index.mjs +0 -116
  428. package/dist/node_modules/@babel/highlight/node_modules/chalk/index.mjs +0 -126
  429. package/dist/node_modules/@babel/highlight/node_modules/chalk/templates.mjs +0 -86
  430. package/dist/node_modules/@babel/highlight/node_modules/color-convert/conversions.mjs +0 -274
  431. package/dist/node_modules/@babel/highlight/node_modules/color-convert/index.mjs +0 -39
  432. package/dist/node_modules/@babel/highlight/node_modules/color-convert/route.mjs +0 -47
  433. package/dist/node_modules/@babel/highlight/node_modules/color-name/index.mjs +0 -156
  434. package/dist/node_modules/@babel/highlight/node_modules/supports-color/browser.mjs +0 -10
  435. package/dist/node_modules/@babel/types/lib/asserts/assertNode.mjs +0 -15
  436. package/dist/node_modules/@babel/types/lib/asserts/generated/index.mjs +0 -1231
  437. package/dist/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.mjs +0 -21
  438. package/dist/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.mjs +0 -37
  439. package/dist/node_modules/@babel/types/lib/builders/generated/index.mjs +0 -1741
  440. package/dist/node_modules/@babel/types/lib/builders/generated/uppercase.mjs +0 -1284
  441. package/dist/node_modules/@babel/types/lib/builders/productions.mjs +0 -18
  442. package/dist/node_modules/@babel/types/lib/builders/react/buildChildren.mjs +0 -29
  443. package/dist/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.mjs +0 -23
  444. package/dist/node_modules/@babel/types/lib/builders/validateNode.mjs +0 -22
  445. package/dist/node_modules/@babel/types/lib/clone/clone.mjs +0 -11
  446. package/dist/node_modules/@babel/types/lib/clone/cloneDeep.mjs +0 -11
  447. package/dist/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.mjs +0 -11
  448. package/dist/node_modules/@babel/types/lib/clone/cloneNode.mjs +0 -57
  449. package/dist/node_modules/@babel/types/lib/clone/cloneWithoutLoc.mjs +0 -11
  450. package/dist/node_modules/@babel/types/lib/comments/addComment.mjs +0 -14
  451. package/dist/node_modules/@babel/types/lib/comments/addComments.mjs +0 -11
  452. package/dist/node_modules/@babel/types/lib/comments/inheritInnerComments.mjs +0 -11
  453. package/dist/node_modules/@babel/types/lib/comments/inheritLeadingComments.mjs +0 -11
  454. package/dist/node_modules/@babel/types/lib/comments/inheritTrailingComments.mjs +0 -11
  455. package/dist/node_modules/@babel/types/lib/comments/inheritsComments.mjs +0 -15
  456. package/dist/node_modules/@babel/types/lib/comments/removeComments.mjs +0 -13
  457. package/dist/node_modules/@babel/types/lib/constants/generated/index.mjs +0 -60
  458. package/dist/node_modules/@babel/types/lib/constants/index.mjs +0 -25
  459. package/dist/node_modules/@babel/types/lib/converters/ensureBlock.mjs +0 -19
  460. package/dist/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.mjs +0 -59
  461. package/dist/node_modules/@babel/types/lib/converters/toBindingIdentifierName.mjs +0 -11
  462. package/dist/node_modules/@babel/types/lib/converters/toBlock.mjs +0 -23
  463. package/dist/node_modules/@babel/types/lib/converters/toComputedKey.mjs +0 -20
  464. package/dist/node_modules/@babel/types/lib/converters/toExpression.mjs +0 -16
  465. package/dist/node_modules/@babel/types/lib/converters/toIdentifier.mjs +0 -19
  466. package/dist/node_modules/@babel/types/lib/converters/toKeyAlias.mjs +0 -20
  467. package/dist/node_modules/@babel/types/lib/converters/toSequenceExpression.mjs +0 -25
  468. package/dist/node_modules/@babel/types/lib/converters/toStatement.mjs +0 -35
  469. package/dist/node_modules/@babel/types/lib/converters/valueToNode.mjs +0 -63
  470. package/dist/node_modules/@babel/types/lib/definitions/core.mjs +0 -1556
  471. package/dist/node_modules/@babel/types/lib/definitions/deprecated-aliases.mjs +0 -11
  472. package/dist/node_modules/@babel/types/lib/definitions/experimental.mjs +0 -130
  473. package/dist/node_modules/@babel/types/lib/definitions/flow.mjs +0 -433
  474. package/dist/node_modules/@babel/types/lib/definitions/index.mjs +0 -84
  475. package/dist/node_modules/@babel/types/lib/definitions/jsx.mjs +0 -151
  476. package/dist/node_modules/@babel/types/lib/definitions/misc.mjs +0 -35
  477. package/dist/node_modules/@babel/types/lib/definitions/placeholders.mjs +0 -28
  478. package/dist/node_modules/@babel/types/lib/definitions/typescript.mjs +0 -445
  479. package/dist/node_modules/@babel/types/lib/definitions/utils.mjs +0 -200
  480. package/dist/node_modules/@babel/types/lib/index.mjs +0 -569
  481. package/dist/node_modules/@babel/types/lib/modifications/appendToMemberExpression.mjs +0 -18
  482. package/dist/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.mjs +0 -44
  483. package/dist/node_modules/@babel/types/lib/modifications/inherits.mjs +0 -21
  484. package/dist/node_modules/@babel/types/lib/modifications/prependToMemberExpression.mjs +0 -21
  485. package/dist/node_modules/@babel/types/lib/modifications/removeProperties.mjs +0 -19
  486. package/dist/node_modules/@babel/types/lib/modifications/removePropertiesDeep.mjs +0 -13
  487. package/dist/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.mjs +0 -44
  488. package/dist/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.mjs +0 -40
  489. package/dist/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.mjs +0 -81
  490. package/dist/node_modules/@babel/types/lib/retrievers/getFunctionName.mjs +0 -37
  491. package/dist/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.mjs +0 -12
  492. package/dist/node_modules/@babel/types/lib/traverse/traverse.mjs +0 -41
  493. package/dist/node_modules/@babel/types/lib/traverse/traverseFast.mjs +0 -23
  494. package/dist/node_modules/@babel/types/lib/utils/deprecationWarning.mjs +0 -37
  495. package/dist/node_modules/@babel/types/lib/utils/inherit.mjs +0 -8
  496. package/dist/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.mjs +0 -29
  497. package/dist/node_modules/@babel/types/lib/utils/shallowEqual.mjs +0 -12
  498. package/dist/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.mjs +0 -12
  499. package/dist/node_modules/@babel/types/lib/validators/generated/index.mjs +0 -2300
  500. package/dist/node_modules/@babel/types/lib/validators/is.mjs +0 -22
  501. package/dist/node_modules/@babel/types/lib/validators/isBinding.mjs +0 -23
  502. package/dist/node_modules/@babel/types/lib/validators/isBlockScoped.mjs +0 -13
  503. package/dist/node_modules/@babel/types/lib/validators/isImmutable.mjs +0 -12
  504. package/dist/node_modules/@babel/types/lib/validators/isLet.mjs +0 -13
  505. package/dist/node_modules/@babel/types/lib/validators/isNode.mjs +0 -10
  506. package/dist/node_modules/@babel/types/lib/validators/isNodesEquivalent.mjs +0 -40
  507. package/dist/node_modules/@babel/types/lib/validators/isPlaceholderType.mjs +0 -26
  508. package/dist/node_modules/@babel/types/lib/validators/isReferenced.mjs +0 -75
  509. package/dist/node_modules/@babel/types/lib/validators/isScope.mjs +0 -11
  510. package/dist/node_modules/@babel/types/lib/validators/isSpecifierDefault.mjs +0 -13
  511. package/dist/node_modules/@babel/types/lib/validators/isType.mjs +0 -30
  512. package/dist/node_modules/@babel/types/lib/validators/isValidES3Identifier.mjs +0 -12
  513. package/dist/node_modules/@babel/types/lib/validators/isValidIdentifier.mjs +0 -11
  514. package/dist/node_modules/@babel/types/lib/validators/isVar.mjs +0 -15
  515. package/dist/node_modules/@babel/types/lib/validators/matchesPattern.mjs +0 -33
  516. package/dist/node_modules/@babel/types/lib/validators/react/isCompatTag.mjs +0 -8
  517. package/dist/node_modules/@babel/types/lib/validators/react/isReactComponent.mjs +0 -10
  518. package/dist/node_modules/@babel/types/lib/validators/validate.mjs +0 -33
  519. package/dist/node_modules/@lingui/babel-plugin-lingui-macro/dist/index.mjs +0 -525
  520. package/dist/node_modules/@lingui/babel-plugin-lingui-macro/dist/macro.mjs +0 -47
  521. package/dist/node_modules/@lingui/babel-plugin-lingui-macro/dist/shared/babel-plugin-lingui-macro.28bb9ad7.mjs +0 -336
  522. package/dist/node_modules/@lingui/conf/dist/index.mjs +0 -384
  523. package/dist/node_modules/@lingui/message-utils/dist/generateMessageId.mjs +0 -16
  524. package/dist/node_modules/@lingui/react/macro/index.mjs +0 -5
  525. package/dist/node_modules/ansi-styles/index.mjs +0 -112
  526. package/dist/node_modules/available-typed-arrays/index.mjs +0 -10
  527. package/dist/node_modules/babel-plugin-macros/dist/index.mjs +0 -233
  528. package/dist/node_modules/babel-plugin-macros/node_modules/cosmiconfig/dist/Explorer.mjs +0 -67
  529. package/dist/node_modules/babel-plugin-macros/node_modules/cosmiconfig/dist/ExplorerBase.mjs +0 -87
  530. package/dist/node_modules/babel-plugin-macros/node_modules/cosmiconfig/dist/ExplorerSync.mjs +0 -67
  531. package/dist/node_modules/babel-plugin-macros/node_modules/cosmiconfig/dist/cacheWrapper.mjs +0 -27
  532. package/dist/node_modules/babel-plugin-macros/node_modules/cosmiconfig/dist/getDirectory.mjs +0 -26
  533. package/dist/node_modules/babel-plugin-macros/node_modules/cosmiconfig/dist/getPropertyByPath.mjs +0 -16
  534. package/dist/node_modules/babel-plugin-macros/node_modules/cosmiconfig/dist/index.mjs +0 -72
  535. package/dist/node_modules/babel-plugin-macros/node_modules/cosmiconfig/dist/loaders.mjs +0 -46
  536. package/dist/node_modules/babel-plugin-macros/node_modules/cosmiconfig/dist/readFile.mjs +0 -49
  537. package/dist/node_modules/call-bind/callBound.mjs +0 -9
  538. package/dist/node_modules/call-bind/index.mjs +0 -27
  539. package/dist/node_modules/callsites/index.mjs +0 -17
  540. package/dist/node_modules/chalk/source/index.mjs +0 -131
  541. package/dist/node_modules/chalk/source/templates.mjs +0 -89
  542. package/dist/node_modules/chalk/source/util.mjs +0 -28
  543. package/dist/node_modules/color-convert/conversions.mjs +0 -308
  544. package/dist/node_modules/color-convert/index.mjs +0 -41
  545. package/dist/node_modules/color-convert/route.mjs +0 -53
  546. package/dist/node_modules/color-name/index.mjs +0 -156
  547. package/dist/node_modules/cosmiconfig/dist/Explorer.mjs +0 -91
  548. package/dist/node_modules/cosmiconfig/dist/ExplorerBase.mjs +0 -68
  549. package/dist/node_modules/cosmiconfig/dist/ExplorerSync.mjs +0 -105
  550. package/dist/node_modules/cosmiconfig/dist/index.mjs +0 -184
  551. package/dist/node_modules/cosmiconfig/dist/loaders.mjs +0 -103
  552. package/dist/node_modules/cosmiconfig/dist/types.mjs +0 -5
  553. package/dist/node_modules/cosmiconfig/dist/util.mjs +0 -24
  554. package/dist/node_modules/dayjs/dayjs.min.mjs +0 -297
  555. package/dist/node_modules/define-data-property/index.mjs +0 -33
  556. package/dist/node_modules/error-ex/index.mjs +0 -69
  557. package/dist/node_modules/es-define-property/index.mjs +0 -18
  558. package/dist/node_modules/es-errors/eval.mjs +0 -4
  559. package/dist/node_modules/es-errors/index.mjs +0 -4
  560. package/dist/node_modules/es-errors/range.mjs +0 -4
  561. package/dist/node_modules/es-errors/ref.mjs +0 -4
  562. package/dist/node_modules/es-errors/syntax.mjs +0 -4
  563. package/dist/node_modules/es-errors/type.mjs +0 -4
  564. package/dist/node_modules/es-errors/uri.mjs +0 -4
  565. package/dist/node_modules/escape-string-regexp/index.mjs +0 -15
  566. package/dist/node_modules/for-each/index.mjs +0 -19
  567. package/dist/node_modules/function-bind/implementation.mjs +0 -42
  568. package/dist/node_modules/function-bind/index.mjs +0 -5
  569. package/dist/node_modules/get-intrinsic/index.mjs +0 -240
  570. package/dist/node_modules/gopd/index.mjs +0 -12
  571. package/dist/node_modules/has-property-descriptors/index.mjs +0 -17
  572. package/dist/node_modules/has-proto/index.mjs +0 -9
  573. package/dist/node_modules/has-symbols/index.mjs +0 -7
  574. package/dist/node_modules/has-symbols/shams.mjs +0 -27
  575. package/dist/node_modules/has-tostringtag/shams.mjs +0 -7
  576. package/dist/node_modules/hasown/index.mjs +0 -5
  577. package/dist/node_modules/import-fresh/index.mjs +0 -27
  578. package/dist/node_modules/import-fresh/node_modules/resolve-from/index.mjs +0 -41
  579. package/dist/node_modules/inherits/inherits_browser.mjs +0 -22
  580. package/dist/node_modules/is-arguments/index.mjs +0 -14
  581. package/dist/node_modules/is-arrayish/index.mjs +0 -9
  582. package/dist/node_modules/is-callable/index.mjs +0 -70
  583. package/dist/node_modules/is-core-module/core.json.mjs +0 -443
  584. package/dist/node_modules/is-core-module/index.mjs +0 -40
  585. package/dist/node_modules/is-generator-function/index.mjs +0 -28
  586. package/dist/node_modules/is-typed-array/index.mjs +0 -7
  587. package/dist/node_modules/jest-get-type/build/index.mjs +0 -47
  588. package/dist/node_modules/jest-validate/build/condition.mjs +0 -25
  589. package/dist/node_modules/jest-validate/build/defaultConfig.mjs +0 -35
  590. package/dist/node_modules/jest-validate/build/deprecated.mjs +0 -16
  591. package/dist/node_modules/jest-validate/build/errors.mjs +0 -58
  592. package/dist/node_modules/jest-validate/build/index.mjs +0 -55
  593. package/dist/node_modules/jest-validate/build/utils.mjs +0 -84
  594. package/dist/node_modules/jest-validate/build/validate.mjs +0 -66
  595. package/dist/node_modules/jest-validate/build/validateCLIOptions.mjs +0 -87
  596. package/dist/node_modules/jest-validate/build/warnings.mjs +0 -34
  597. package/dist/node_modules/jest-validate/node_modules/ansi-styles/index.mjs +0 -110
  598. package/dist/node_modules/jest-validate/node_modules/camelcase/index.mjs +0 -30
  599. package/dist/node_modules/jest-validate/node_modules/pretty-format/build/collections.mjs +0 -94
  600. package/dist/node_modules/jest-validate/node_modules/pretty-format/build/index.mjs +0 -275
  601. package/dist/node_modules/jest-validate/node_modules/pretty-format/build/plugins/AsymmetricMatcher.mjs +0 -50
  602. package/dist/node_modules/jest-validate/node_modules/pretty-format/build/plugins/DOMCollection.mjs +0 -42
  603. package/dist/node_modules/jest-validate/node_modules/pretty-format/build/plugins/DOMElement.mjs +0 -72
  604. package/dist/node_modules/jest-validate/node_modules/pretty-format/build/plugins/Immutable.mjs +0 -119
  605. package/dist/node_modules/jest-validate/node_modules/pretty-format/build/plugins/ReactElement.mjs +0 -101
  606. package/dist/node_modules/jest-validate/node_modules/pretty-format/build/plugins/ReactTestComponent.mjs +0 -47
  607. package/dist/node_modules/jest-validate/node_modules/pretty-format/build/plugins/lib/escapeHTML.mjs +0 -16
  608. package/dist/node_modules/jest-validate/node_modules/pretty-format/build/plugins/lib/markup.mjs +0 -51
  609. package/dist/node_modules/jest-validate/node_modules/react-is/cjs/react-is.development.mjs +0 -103
  610. package/dist/node_modules/jest-validate/node_modules/react-is/cjs/react-is.production.min.mjs +0 -82
  611. package/dist/node_modules/jest-validate/node_modules/react-is/index.mjs +0 -10
  612. package/dist/node_modules/js-sha256/src/sha256.mjs +0 -257
  613. package/dist/node_modules/js-tokens/index.mjs +0 -13
  614. package/dist/node_modules/js-yaml/index.mjs +0 -53
  615. package/dist/node_modules/js-yaml/lib/common.mjs +0 -36
  616. package/dist/node_modules/js-yaml/lib/dumper.mjs +0 -306
  617. package/dist/node_modules/js-yaml/lib/exception.mjs +0 -21
  618. package/dist/node_modules/js-yaml/lib/loader.mjs +0 -448
  619. package/dist/node_modules/js-yaml/lib/schema/core.mjs +0 -8
  620. package/dist/node_modules/js-yaml/lib/schema/default.mjs +0 -25
  621. package/dist/node_modules/js-yaml/lib/schema/failsafe.mjs +0 -21
  622. package/dist/node_modules/js-yaml/lib/schema/json.mjs +0 -19
  623. package/dist/node_modules/js-yaml/lib/schema.mjs +0 -68
  624. package/dist/node_modules/js-yaml/lib/snippet.mjs +0 -53
  625. package/dist/node_modules/js-yaml/lib/type/binary.mjs +0 -46
  626. package/dist/node_modules/js-yaml/lib/type/bool.mjs +0 -41
  627. package/dist/node_modules/js-yaml/lib/type/float.mjs +0 -69
  628. package/dist/node_modules/js-yaml/lib/type/int.mjs +0 -113
  629. package/dist/node_modules/js-yaml/lib/type/map.mjs +0 -17
  630. package/dist/node_modules/js-yaml/lib/type/merge.mjs +0 -18
  631. package/dist/node_modules/js-yaml/lib/type/null.mjs +0 -47
  632. package/dist/node_modules/js-yaml/lib/type/omap.mjs +0 -41
  633. package/dist/node_modules/js-yaml/lib/type/pairs.mjs +0 -35
  634. package/dist/node_modules/js-yaml/lib/type/seq.mjs +0 -17
  635. package/dist/node_modules/js-yaml/lib/type/set.mjs +0 -28
  636. package/dist/node_modules/js-yaml/lib/type/str.mjs +0 -17
  637. package/dist/node_modules/js-yaml/lib/type/timestamp.mjs +0 -41
  638. package/dist/node_modules/js-yaml/lib/type.mjs +0 -46
  639. package/dist/node_modules/json-parse-even-better-errors/index.mjs +0 -72
  640. package/dist/node_modules/leven/index.mjs +0 -32
  641. package/dist/node_modules/lines-and-columns/build/index.mjs +0 -47
  642. package/dist/node_modules/lodash-es/_DataView.mjs +0 -7
  643. package/dist/node_modules/lodash-es/_Hash.mjs +0 -20
  644. package/dist/node_modules/lodash-es/_ListCache.mjs +0 -20
  645. package/dist/node_modules/lodash-es/_Map.mjs +0 -7
  646. package/dist/node_modules/lodash-es/_MapCache.mjs +0 -20
  647. package/dist/node_modules/lodash-es/_Promise.mjs +0 -7
  648. package/dist/node_modules/lodash-es/_Set.mjs +0 -7
  649. package/dist/node_modules/lodash-es/_SetCache.mjs +0 -13
  650. package/dist/node_modules/lodash-es/_Stack.mjs +0 -18
  651. package/dist/node_modules/lodash-es/_Symbol.mjs +0 -6
  652. package/dist/node_modules/lodash-es/_Uint8Array.mjs +0 -6
  653. package/dist/node_modules/lodash-es/_WeakMap.mjs +0 -7
  654. package/dist/node_modules/lodash-es/_apply.mjs +0 -16
  655. package/dist/node_modules/lodash-es/_arrayEach.mjs +0 -8
  656. package/dist/node_modules/lodash-es/_arrayFilter.mjs +0 -10
  657. package/dist/node_modules/lodash-es/_arrayIncludes.mjs +0 -8
  658. package/dist/node_modules/lodash-es/_arrayIncludesWith.mjs +0 -9
  659. package/dist/node_modules/lodash-es/_arrayLikeKeys.mjs +0 -20
  660. package/dist/node_modules/lodash-es/_arrayMap.mjs +0 -8
  661. package/dist/node_modules/lodash-es/_arrayPush.mjs +0 -8
  662. package/dist/node_modules/lodash-es/_arraySome.mjs +0 -9
  663. package/dist/node_modules/lodash-es/_assignMergeValue.mjs +0 -8
  664. package/dist/node_modules/lodash-es/_assignValue.mjs +0 -10
  665. package/dist/node_modules/lodash-es/_assocIndexOf.mjs +0 -10
  666. package/dist/node_modules/lodash-es/_baseAssign.mjs +0 -8
  667. package/dist/node_modules/lodash-es/_baseAssignIn.mjs +0 -8
  668. package/dist/node_modules/lodash-es/_baseAssignValue.mjs +0 -12
  669. package/dist/node_modules/lodash-es/_baseAt.mjs +0 -9
  670. package/dist/node_modules/lodash-es/_baseClone.mjs +0 -65
  671. package/dist/node_modules/lodash-es/_baseCreate.mjs +0 -18
  672. package/dist/node_modules/lodash-es/_baseFindIndex.mjs +0 -9
  673. package/dist/node_modules/lodash-es/_baseFlatten.mjs +0 -13
  674. package/dist/node_modules/lodash-es/_baseFor.mjs +0 -6
  675. package/dist/node_modules/lodash-es/_baseForOwn.mjs +0 -8
  676. package/dist/node_modules/lodash-es/_baseGet.mjs +0 -11
  677. package/dist/node_modules/lodash-es/_baseGetAllKeys.mjs +0 -9
  678. package/dist/node_modules/lodash-es/_baseGetTag.mjs +0 -10
  679. package/dist/node_modules/lodash-es/_baseHasIn.mjs +0 -6
  680. package/dist/node_modules/lodash-es/_baseIndexOf.mjs +0 -9
  681. package/dist/node_modules/lodash-es/_baseIsArguments.mjs +0 -9
  682. package/dist/node_modules/lodash-es/_baseIsEqual.mjs +0 -8
  683. package/dist/node_modules/lodash-es/_baseIsEqualDeep.mjs +0 -32
  684. package/dist/node_modules/lodash-es/_baseIsMap.mjs +0 -9
  685. package/dist/node_modules/lodash-es/_baseIsMatch.mjs +0 -31
  686. package/dist/node_modules/lodash-es/_baseIsNaN.mjs +0 -6
  687. package/dist/node_modules/lodash-es/_baseIsNative.mjs +0 -16
  688. package/dist/node_modules/lodash-es/_baseIsSet.mjs +0 -9
  689. package/dist/node_modules/lodash-es/_baseIsTypedArray.mjs +0 -12
  690. package/dist/node_modules/lodash-es/_baseIteratee.mjs +0 -11
  691. package/dist/node_modules/lodash-es/_baseKeys.mjs +0 -14
  692. package/dist/node_modules/lodash-es/_baseKeysIn.mjs +0 -15
  693. package/dist/node_modules/lodash-es/_baseMatches.mjs +0 -12
  694. package/dist/node_modules/lodash-es/_baseMatchesProperty.mjs +0 -17
  695. package/dist/node_modules/lodash-es/_baseMerge.mjs +0 -20
  696. package/dist/node_modules/lodash-es/_baseMergeDeep.mjs +0 -31
  697. package/dist/node_modules/lodash-es/_baseProperty.mjs +0 -8
  698. package/dist/node_modules/lodash-es/_basePropertyDeep.mjs +0 -9
  699. package/dist/node_modules/lodash-es/_baseRest.mjs +0 -9
  700. package/dist/node_modules/lodash-es/_baseSetToString.mjs +0 -15
  701. package/dist/node_modules/lodash-es/_baseSlice.mjs +0 -10
  702. package/dist/node_modules/lodash-es/_baseTimes.mjs +0 -8
  703. package/dist/node_modules/lodash-es/_baseToString.mjs +0 -18
  704. package/dist/node_modules/lodash-es/_baseUnary.mjs +0 -8
  705. package/dist/node_modules/lodash-es/_baseUniq.mjs +0 -34
  706. package/dist/node_modules/lodash-es/_baseUnset.mjs +0 -10
  707. package/dist/node_modules/lodash-es/_cacheHas.mjs +0 -6
  708. package/dist/node_modules/lodash-es/_castPath.mjs +0 -10
  709. package/dist/node_modules/lodash-es/_cloneArrayBuffer.mjs +0 -8
  710. package/dist/node_modules/lodash-es/_cloneBuffer.mjs +0 -11
  711. package/dist/node_modules/lodash-es/_cloneDataView.mjs +0 -8
  712. package/dist/node_modules/lodash-es/_cloneRegExp.mjs +0 -8
  713. package/dist/node_modules/lodash-es/_cloneSymbol.mjs +0 -8
  714. package/dist/node_modules/lodash-es/_cloneTypedArray.mjs +0 -8
  715. package/dist/node_modules/lodash-es/_copyArray.mjs +0 -9
  716. package/dist/node_modules/lodash-es/_copyObject.mjs +0 -14
  717. package/dist/node_modules/lodash-es/_copySymbols.mjs +0 -8
  718. package/dist/node_modules/lodash-es/_copySymbolsIn.mjs +0 -8
  719. package/dist/node_modules/lodash-es/_coreJsData.mjs +0 -6
  720. package/dist/node_modules/lodash-es/_createAssigner.mjs +0 -15
  721. package/dist/node_modules/lodash-es/_createBaseFor.mjs +0 -13
  722. package/dist/node_modules/lodash-es/_createSet.mjs +0 -10
  723. package/dist/node_modules/lodash-es/_customOmitClone.mjs +0 -7
  724. package/dist/node_modules/lodash-es/_defineProperty.mjs +0 -12
  725. package/dist/node_modules/lodash-es/_equalArrays.mjs +0 -40
  726. package/dist/node_modules/lodash-es/_equalByTag.mjs +0 -45
  727. package/dist/node_modules/lodash-es/_equalObjects.mjs +0 -36
  728. package/dist/node_modules/lodash-es/_flatRest.mjs +0 -9
  729. package/dist/node_modules/lodash-es/_freeGlobal.mjs +0 -5
  730. package/dist/node_modules/lodash-es/_getAllKeys.mjs +0 -9
  731. package/dist/node_modules/lodash-es/_getAllKeysIn.mjs +0 -9
  732. package/dist/node_modules/lodash-es/_getMapData.mjs +0 -8
  733. package/dist/node_modules/lodash-es/_getMatchData.mjs +0 -12
  734. package/dist/node_modules/lodash-es/_getNative.mjs +0 -9
  735. package/dist/node_modules/lodash-es/_getPrototype.mjs +0 -6
  736. package/dist/node_modules/lodash-es/_getRawTag.mjs +0 -15
  737. package/dist/node_modules/lodash-es/_getSymbols.mjs +0 -11
  738. package/dist/node_modules/lodash-es/_getSymbolsIn.mjs +0 -13
  739. package/dist/node_modules/lodash-es/_getTag.mjs +0 -29
  740. package/dist/node_modules/lodash-es/_getValue.mjs +0 -6
  741. package/dist/node_modules/lodash-es/_hasPath.mjs +0 -19
  742. package/dist/node_modules/lodash-es/_hashClear.mjs +0 -7
  743. package/dist/node_modules/lodash-es/_hashDelete.mjs +0 -7
  744. package/dist/node_modules/lodash-es/_hashGet.mjs +0 -13
  745. package/dist/node_modules/lodash-es/_hashHas.mjs +0 -9
  746. package/dist/node_modules/lodash-es/_hashSet.mjs +0 -9
  747. package/dist/node_modules/lodash-es/_initCloneArray.mjs +0 -8
  748. package/dist/node_modules/lodash-es/_initCloneByTag.mjs +0 -42
  749. package/dist/node_modules/lodash-es/_initCloneObject.mjs +0 -9
  750. package/dist/node_modules/lodash-es/_isFlattenable.mjs +0 -10
  751. package/dist/node_modules/lodash-es/_isIndex.mjs +0 -8
  752. package/dist/node_modules/lodash-es/_isIterateeCall.mjs +0 -13
  753. package/dist/node_modules/lodash-es/_isKey.mjs +0 -12
  754. package/dist/node_modules/lodash-es/_isKeyable.mjs +0 -7
  755. package/dist/node_modules/lodash-es/_isMasked.mjs +0 -11
  756. package/dist/node_modules/lodash-es/_isPrototype.mjs +0 -8
  757. package/dist/node_modules/lodash-es/_isStrictComparable.mjs +0 -7
  758. package/dist/node_modules/lodash-es/_listCacheClear.mjs +0 -6
  759. package/dist/node_modules/lodash-es/_listCacheDelete.mjs +0 -12
  760. package/dist/node_modules/lodash-es/_listCacheGet.mjs +0 -8
  761. package/dist/node_modules/lodash-es/_listCacheHas.mjs +0 -7
  762. package/dist/node_modules/lodash-es/_listCacheSet.mjs +0 -8
  763. package/dist/node_modules/lodash-es/_mapCacheClear.mjs +0 -13
  764. package/dist/node_modules/lodash-es/_mapCacheDelete.mjs +0 -8
  765. package/dist/node_modules/lodash-es/_mapCacheGet.mjs +0 -7
  766. package/dist/node_modules/lodash-es/_mapCacheHas.mjs +0 -7
  767. package/dist/node_modules/lodash-es/_mapCacheSet.mjs +0 -8
  768. package/dist/node_modules/lodash-es/_mapToArray.mjs +0 -9
  769. package/dist/node_modules/lodash-es/_matchesStrictComparable.mjs +0 -8
  770. package/dist/node_modules/lodash-es/_memoizeCapped.mjs +0 -11
  771. package/dist/node_modules/lodash-es/_nativeCreate.mjs +0 -6
  772. package/dist/node_modules/lodash-es/_nativeKeys.mjs +0 -6
  773. package/dist/node_modules/lodash-es/_nativeKeysIn.mjs +0 -10
  774. package/dist/node_modules/lodash-es/_nodeUtil.mjs +0 -12
  775. package/dist/node_modules/lodash-es/_objectToString.mjs +0 -7
  776. package/dist/node_modules/lodash-es/_overArg.mjs +0 -8
  777. package/dist/node_modules/lodash-es/_overRest.mjs +0 -15
  778. package/dist/node_modules/lodash-es/_parent.mjs +0 -8
  779. package/dist/node_modules/lodash-es/_root.mjs +0 -6
  780. package/dist/node_modules/lodash-es/_safeGet.mjs +0 -7
  781. package/dist/node_modules/lodash-es/_setCacheAdd.mjs +0 -7
  782. package/dist/node_modules/lodash-es/_setCacheHas.mjs +0 -6
  783. package/dist/node_modules/lodash-es/_setToArray.mjs +0 -9
  784. package/dist/node_modules/lodash-es/_setToString.mjs +0 -7
  785. package/dist/node_modules/lodash-es/_shortOut.mjs +0 -16
  786. package/dist/node_modules/lodash-es/_stackClear.mjs +0 -7
  787. package/dist/node_modules/lodash-es/_stackDelete.mjs +0 -7
  788. package/dist/node_modules/lodash-es/_stackGet.mjs +0 -6
  789. package/dist/node_modules/lodash-es/_stackHas.mjs +0 -6
  790. package/dist/node_modules/lodash-es/_stackSet.mjs +0 -17
  791. package/dist/node_modules/lodash-es/_strictIndexOf.mjs +0 -9
  792. package/dist/node_modules/lodash-es/_stringToPath.mjs +0 -11
  793. package/dist/node_modules/lodash-es/_toKey.mjs +0 -11
  794. package/dist/node_modules/lodash-es/_toSource.mjs +0 -17
  795. package/dist/node_modules/lodash-es/at.mjs +0 -7
  796. package/dist/node_modules/lodash-es/constant.mjs +0 -8
  797. package/dist/node_modules/lodash-es/eq.mjs +0 -6
  798. package/dist/node_modules/lodash-es/flatten.mjs +0 -8
  799. package/dist/node_modules/lodash-es/get.mjs +0 -8
  800. package/dist/node_modules/lodash-es/hasIn.mjs +0 -8
  801. package/dist/node_modules/lodash-es/identity.mjs +0 -6
  802. package/dist/node_modules/lodash-es/isArguments.mjs +0 -11
  803. package/dist/node_modules/lodash-es/isArray.mjs +0 -5
  804. package/dist/node_modules/lodash-es/isArrayLike.mjs +0 -8
  805. package/dist/node_modules/lodash-es/isArrayLikeObject.mjs +0 -8
  806. package/dist/node_modules/lodash-es/isBoolean.mjs +0 -9
  807. package/dist/node_modules/lodash-es/isBuffer.mjs +0 -7
  808. package/dist/node_modules/lodash-es/isFunction.mjs +0 -12
  809. package/dist/node_modules/lodash-es/isLength.mjs +0 -7
  810. package/dist/node_modules/lodash-es/isMap.mjs +0 -8
  811. package/dist/node_modules/lodash-es/isObject.mjs +0 -7
  812. package/dist/node_modules/lodash-es/isObjectLike.mjs +0 -6
  813. package/dist/node_modules/lodash-es/isPlainObject.mjs +0 -16
  814. package/dist/node_modules/lodash-es/isSet.mjs +0 -8
  815. package/dist/node_modules/lodash-es/isSymbol.mjs +0 -9
  816. package/dist/node_modules/lodash-es/isTypedArray.mjs +0 -8
  817. package/dist/node_modules/lodash-es/keys.mjs +0 -9
  818. package/dist/node_modules/lodash-es/keysIn.mjs +0 -9
  819. package/dist/node_modules/lodash-es/last.mjs +0 -7
  820. package/dist/node_modules/lodash-es/mapValues.mjs +0 -12
  821. package/dist/node_modules/lodash-es/memoize.mjs +0 -18
  822. package/dist/node_modules/lodash-es/merge.mjs +0 -9
  823. package/dist/node_modules/lodash-es/noop.mjs +0 -5
  824. package/dist/node_modules/lodash-es/omit.mjs +0 -24
  825. package/dist/node_modules/lodash-es/property.mjs +0 -10
  826. package/dist/node_modules/lodash-es/stubArray.mjs +0 -6
  827. package/dist/node_modules/lodash-es/stubFalse.mjs +0 -6
  828. package/dist/node_modules/lodash-es/toPlainObject.mjs +0 -8
  829. package/dist/node_modules/lodash-es/toString.mjs +0 -7
  830. package/dist/node_modules/lodash-es/uniq.mjs +0 -7
  831. package/dist/node_modules/parent-module/index.mjs +0 -29
  832. package/dist/node_modules/parse-json/index.mjs +0 -42
  833. package/dist/node_modules/path-parse/index.mjs +0 -50
  834. package/dist/node_modules/path-type/index.mjs +0 -36
  835. package/dist/node_modules/picocolors/picocolors.browser.mjs +0 -14
  836. package/dist/node_modules/possible-typed-array-names/index.mjs +0 -16
  837. package/dist/node_modules/resolve/index.mjs +0 -12
  838. package/dist/node_modules/resolve/lib/async.mjs +0 -237
  839. package/dist/node_modules/resolve/lib/caller.mjs +0 -11
  840. package/dist/node_modules/resolve/lib/core.json.mjs +0 -437
  841. package/dist/node_modules/resolve/lib/core.mjs +0 -9
  842. package/dist/node_modules/resolve/lib/homedir.mjs +0 -8
  843. package/dist/node_modules/resolve/lib/is-core.mjs +0 -7
  844. package/dist/node_modules/resolve/lib/node-modules-paths.mjs +0 -29
  845. package/dist/node_modules/resolve/lib/normalize-options.mjs +0 -6
  846. package/dist/node_modules/resolve/lib/sync.mjs +0 -150
  847. package/dist/node_modules/set-function-length/index.mjs +0 -32
  848. package/dist/node_modules/supports-color/browser.mjs +0 -7
  849. package/dist/node_modules/to-fast-properties/index.mjs +0 -15
  850. package/dist/node_modules/typescript/lib/typescript.mjs +0 -158039
  851. package/dist/node_modules/util/support/isBufferBrowser.mjs +0 -6
  852. package/dist/node_modules/util/support/types.mjs +0 -189
  853. package/dist/node_modules/util/util.mjs +0 -399
  854. package/dist/node_modules/which-typed-array/index.mjs +0 -71
  855. package/dist/node_modules/yaml/browser/dist/PlainValue-b8036b75.mjs +0 -883
  856. package/dist/node_modules/yaml/browser/dist/Schema-e94716c8.mjs +0 -548
  857. package/dist/node_modules/yaml/browser/dist/index.mjs +0 -690
  858. package/dist/node_modules/yaml/browser/dist/parse-cst.mjs +0 -1141
  859. package/dist/node_modules/yaml/browser/dist/resolveSeq-492ab440.mjs +0 -1566
  860. package/dist/node_modules/yaml/browser/dist/warnings-df54cb69.mjs +0 -337
  861. package/dist/node_modules/yaml/browser/index.mjs +0 -8
@@ -1,1741 +0,0 @@
1
- import { __exports as t } from "../../../../../../_virtual/index17.mjs";
2
- import { __require as Hr } from "../validateNode.mjs";
3
- import "../../utils/deprecationWarning.mjs";
4
- import { __exports as Zr } from "../../../../../../_virtual/deprecationWarning.mjs";
5
- var d;
6
- function ra() {
7
- if (d)
8
- return t;
9
- d = 1, Object.defineProperty(t, "__esModule", {
10
- value: !0
11
- }), t.anyTypeAnnotation = Ve, t.argumentPlaceholder = bn, t.arrayExpression = m, t.arrayPattern = se, t.arrayTypeAnnotation = We, t.arrowFunctionExpression = ce, t.assignmentExpression = T, t.assignmentPattern = pe, t.awaitExpression = Ke, t.bigIntLiteral = Oe, t.binaryExpression = S, t.bindExpression = gn, t.blockStatement = b, t.booleanLiteral = q, t.booleanLiteralTypeAnnotation = ze, t.booleanTypeAnnotation = Qe, t.breakStatement = g, t.callExpression = D, t.catchClause = P, t.classAccessorProperty = ke, t.classBody = ye, t.classDeclaration = de, t.classExpression = fe, t.classImplements = Ye, t.classMethod = we, t.classPrivateMethod = Ue, t.classPrivateProperty = qe, t.classProperty = Re, t.conditionalExpression = I, t.continueStatement = w, t.debuggerStatement = h, t.decimalLiteral = Mn, t.declareClass = He, t.declareExportAllDeclaration = it, t.declareExportDeclaration = ot, t.declareFunction = Ze, t.declareInterface = $e, t.declareModule = et, t.declareModuleExports = tt, t.declareOpaqueType = rt, t.declareTypeAlias = nt, t.declareVariable = at, t.declaredPredicate = ut, t.decorator = Pn, t.directive = E, t.directiveLiteral = A, t.doExpression = In, t.doWhileStatement = j, t.emptyStatement = M, t.emptyTypeAnnotation = xt, t.enumBooleanBody = Wt, t.enumBooleanMember = Yt, t.enumDeclaration = Vt, t.enumDefaultedMember = $t, t.enumNumberBody = Qt, t.enumNumberMember = Ht, t.enumStringBody = zt, t.enumStringMember = Zt, t.enumSymbolBody = Gt, t.existsTypeAnnotation = lt, t.exportAllDeclaration = me, t.exportDefaultDeclaration = Te, t.exportDefaultSpecifier = wn, t.exportNamedDeclaration = Se, t.exportNamespaceSpecifier = ve, t.exportSpecifier = xe, t.expressionStatement = N, t.file = C, t.forInStatement = L, t.forOfStatement = Ee, t.forStatement = K, t.functionDeclaration = B, t.functionExpression = O, t.functionTypeAnnotation = pt, t.functionTypeParam = st, t.genericTypeAnnotation = ct, t.identifier = v, t.ifStatement = F, t.import = Be, t.importAttribute = Dn, t.importDeclaration = Ae, t.importDefaultSpecifier = be, t.importExpression = Pe, t.importNamespaceSpecifier = ge, t.importSpecifier = De, t.indexedAccessType = en, t.inferredPredicate = yt, t.interfaceDeclaration = dt, t.interfaceExtends = ft, t.interfaceTypeAnnotation = mt, t.interpreterDirective = x, t.intersectionTypeAnnotation = Tt, t.jSXAttribute = t.jsxAttribute = nn, t.jSXClosingElement = t.jsxClosingElement = rn, t.jSXClosingFragment = t.jsxClosingFragment = Sn, t.jSXElement = t.jsxElement = an, t.jSXEmptyExpression = t.jsxEmptyExpression = on, t.jSXExpressionContainer = t.jsxExpressionContainer = un, t.jSXFragment = t.jsxFragment = mn, t.jSXIdentifier = t.jsxIdentifier = pn, t.jSXMemberExpression = t.jsxMemberExpression = sn, t.jSXNamespacedName = t.jsxNamespacedName = cn, t.jSXOpeningElement = t.jsxOpeningElement = yn, t.jSXOpeningFragment = t.jsxOpeningFragment = Tn, t.jSXSpreadAttribute = t.jsxSpreadAttribute = fn, t.jSXSpreadChild = t.jsxSpreadChild = ln, t.jSXText = t.jsxText = dn, t.labeledStatement = X, t.logicalExpression = U, t.memberExpression = J, t.metaProperty = Ie, t.mixedTypeAnnotation = St, t.moduleExpression = Nn, t.newExpression = _, t.noop = xn, t.nullLiteral = k, t.nullLiteralTypeAnnotation = Ge, t.nullableTypeAnnotation = Et, t.numberLiteral = Wr, t.numberLiteralTypeAnnotation = At, t.numberTypeAnnotation = bt, t.numericLiteral = s, t.objectExpression = W, t.objectMethod = Q, t.objectPattern = he, t.objectProperty = z, t.objectTypeAnnotation = gt, t.objectTypeCallProperty = Pt, t.objectTypeIndexer = It, t.objectTypeInternalSlot = Dt, t.objectTypeProperty = wt, t.objectTypeSpreadProperty = ht, t.opaqueType = jt, t.optionalCallExpression = Xe, t.optionalIndexedAccessType = tn, t.optionalMemberExpression = Fe, t.parenthesizedExpression = H, t.pipelineBareFunction = Kn, t.pipelinePrimaryTopicReference = Bn, t.pipelineTopicExpression = Ln, t.placeholder = En, t.privateName = Je, t.program = V, t.qualifiedTypeIdentifier = Mt, t.recordExpression = hn, t.regExpLiteral = c, t.regexLiteral = Qr, t.restElement = y, t.restProperty = zr, t.returnStatement = G, t.sequenceExpression = Y, t.spreadElement = f, t.spreadProperty = Gr, t.staticBlock = _e, t.stringLiteral = R, t.stringLiteralTypeAnnotation = Nt, t.stringTypeAnnotation = Ct, t.super = je, t.switchCase = Z, t.switchStatement = $, t.symbolTypeAnnotation = Lt, t.taggedTemplateExpression = Me, t.templateElement = Ne, t.templateLiteral = Ce, t.thisExpression = ee, t.thisTypeAnnotation = Kt, t.throwStatement = te, t.topicReference = Cn, t.tryStatement = ne, t.tSAnyKeyword = t.tsAnyKeyword = _n, t.tSArrayType = t.tsArrayType = sr, t.tSAsExpression = t.tsAsExpression = Mr, t.tSBigIntKeyword = t.tsBigIntKeyword = Wn, t.tSBooleanKeyword = t.tsBooleanKeyword = Vn, t.tSCallSignatureDeclaration = t.tsCallSignatureDeclaration = Rn, t.tSConditionalType = t.tsConditionalType = Sr, t.tSConstructSignatureDeclaration = t.tsConstructSignatureDeclaration = kn, t.tSConstructorType = t.tsConstructorType = or, t.tSDeclareFunction = t.tsDeclareFunction = vn, t.tSDeclareMethod = t.tsDeclareMethod = Fn, t.tSEnumDeclaration = t.tsEnumDeclaration = Lr, t.tSEnumMember = t.tsEnumMember = Kr, t.tSExportAssignment = t.tsExportAssignment = kr, t.tSExpressionWithTypeArguments = t.tsExpressionWithTypeArguments = Pr, t.tSExternalModuleReference = t.tsExternalModuleReference = Xr, t.tSFunctionType = t.tsFunctionType = ar, t.tSImportEqualsDeclaration = t.tsImportEqualsDeclaration = Fr, t.tSImportType = t.tsImportType = vr, t.tSIndexSignature = t.tsIndexSignature = Jn, t.tSIndexedAccessType = t.tsIndexedAccessType = br, t.tSInferType = t.tsInferType = xr, t.tSInstantiationExpression = t.tsInstantiationExpression = jr, t.tSInterfaceBody = t.tsInterfaceBody = wr, t.tSInterfaceDeclaration = t.tsInterfaceDeclaration = Ir, t.tSIntersectionType = t.tsIntersectionType = Tr, t.tSIntrinsicKeyword = t.tsIntrinsicKeyword = Qn, t.tSLiteralType = t.tsLiteralType = Dr, t.tSMappedType = t.tsMappedType = gr, t.tSMethodSignature = t.tsMethodSignature = Un, t.tSModuleBlock = t.tsModuleBlock = Or, t.tSModuleDeclaration = t.tsModuleDeclaration = Br, t.tSNamedTupleMember = t.tsNamedTupleMember = dr, t.tSNamespaceExportDeclaration = t.tsNamespaceExportDeclaration = qr, t.tSNeverKeyword = t.tsNeverKeyword = zn, t.tSNonNullExpression = t.tsNonNullExpression = Rr, t.tSNullKeyword = t.tsNullKeyword = Gn, t.tSNumberKeyword = t.tsNumberKeyword = Yn, t.tSObjectKeyword = t.tsObjectKeyword = Hn, t.tSOptionalType = t.tsOptionalType = yr, t.tSParameterProperty = t.tsParameterProperty = On, t.tSParenthesizedType = t.tsParenthesizedType = Er, t.tSPropertySignature = t.tsPropertySignature = qn, t.tSQualifiedName = t.tsQualifiedName = Xn, t.tSRestType = t.tsRestType = fr, t.tSSatisfiesExpression = t.tsSatisfiesExpression = Nr, t.tSStringKeyword = t.tsStringKeyword = Zn, t.tSSymbolKeyword = t.tsSymbolKeyword = $n, t.tSThisType = t.tsThisType = rr, t.tSTupleType = t.tsTupleType = cr, t.tSTypeAliasDeclaration = t.tsTypeAliasDeclaration = hr, t.tSTypeAnnotation = t.tsTypeAnnotation = Ur, t.tSTypeAssertion = t.tsTypeAssertion = Cr, t.tSTypeLiteral = t.tsTypeLiteral = pr, t.tSTypeOperator = t.tsTypeOperator = Ar, t.tSTypeParameter = t.tsTypeParameter = Vr, t.tSTypeParameterDeclaration = t.tsTypeParameterDeclaration = _r, t.tSTypeParameterInstantiation = t.tsTypeParameterInstantiation = Jr, t.tSTypePredicate = t.tsTypePredicate = ur, t.tSTypeQuery = t.tsTypeQuery = lr, t.tSTypeReference = t.tsTypeReference = ir, t.tSUndefinedKeyword = t.tsUndefinedKeyword = er, t.tSUnionType = t.tsUnionType = mr, t.tSUnknownKeyword = t.tsUnknownKeyword = tr, t.tSVoidKeyword = t.tsVoidKeyword = nr, t.tupleExpression = jn, t.tupleTypeAnnotation = Bt, t.typeAlias = vt, t.typeAnnotation = Ft, t.typeCastExpression = Xt, t.typeParameter = Rt, t.typeParameterDeclaration = kt, t.typeParameterInstantiation = qt, t.typeofTypeAnnotation = Ot, t.unaryExpression = re, t.unionTypeAnnotation = Ut, t.updateExpression = ae, t.v8IntrinsicIdentifier = An, t.variableDeclaration = oe, t.variableDeclarator = ie, t.variance = Jt, t.voidTypeAnnotation = _t, t.whileStatement = ue, t.withStatement = le, t.yieldExpression = Le;
12
- var r = Hr(), l = Zr;
13
- function m(e = []) {
14
- return (0, r.default)({
15
- type: "ArrayExpression",
16
- elements: e
17
- });
18
- }
19
- function T(e, n, a) {
20
- return (0, r.default)({
21
- type: "AssignmentExpression",
22
- operator: e,
23
- left: n,
24
- right: a
25
- });
26
- }
27
- function S(e, n, a) {
28
- return (0, r.default)({
29
- type: "BinaryExpression",
30
- operator: e,
31
- left: n,
32
- right: a
33
- });
34
- }
35
- function x(e) {
36
- return (0, r.default)({
37
- type: "InterpreterDirective",
38
- value: e
39
- });
40
- }
41
- function E(e) {
42
- return (0, r.default)({
43
- type: "Directive",
44
- value: e
45
- });
46
- }
47
- function A(e) {
48
- return (0, r.default)({
49
- type: "DirectiveLiteral",
50
- value: e
51
- });
52
- }
53
- function b(e, n = []) {
54
- return (0, r.default)({
55
- type: "BlockStatement",
56
- body: e,
57
- directives: n
58
- });
59
- }
60
- function g(e = null) {
61
- return (0, r.default)({
62
- type: "BreakStatement",
63
- label: e
64
- });
65
- }
66
- function D(e, n) {
67
- return (0, r.default)({
68
- type: "CallExpression",
69
- callee: e,
70
- arguments: n
71
- });
72
- }
73
- function P(e = null, n) {
74
- return (0, r.default)({
75
- type: "CatchClause",
76
- param: e,
77
- body: n
78
- });
79
- }
80
- function I(e, n, a) {
81
- return (0, r.default)({
82
- type: "ConditionalExpression",
83
- test: e,
84
- consequent: n,
85
- alternate: a
86
- });
87
- }
88
- function w(e = null) {
89
- return (0, r.default)({
90
- type: "ContinueStatement",
91
- label: e
92
- });
93
- }
94
- function h() {
95
- return {
96
- type: "DebuggerStatement"
97
- };
98
- }
99
- function j(e, n) {
100
- return (0, r.default)({
101
- type: "DoWhileStatement",
102
- test: e,
103
- body: n
104
- });
105
- }
106
- function M() {
107
- return {
108
- type: "EmptyStatement"
109
- };
110
- }
111
- function N(e) {
112
- return (0, r.default)({
113
- type: "ExpressionStatement",
114
- expression: e
115
- });
116
- }
117
- function C(e, n = null, a = null) {
118
- return (0, r.default)({
119
- type: "File",
120
- program: e,
121
- comments: n,
122
- tokens: a
123
- });
124
- }
125
- function L(e, n, a) {
126
- return (0, r.default)({
127
- type: "ForInStatement",
128
- left: e,
129
- right: n,
130
- body: a
131
- });
132
- }
133
- function K(e = null, n = null, a = null, o) {
134
- return (0, r.default)({
135
- type: "ForStatement",
136
- init: e,
137
- test: n,
138
- update: a,
139
- body: o
140
- });
141
- }
142
- function B(e = null, n, a, o = !1, i = !1) {
143
- return (0, r.default)({
144
- type: "FunctionDeclaration",
145
- id: e,
146
- params: n,
147
- body: a,
148
- generator: o,
149
- async: i
150
- });
151
- }
152
- function O(e = null, n, a, o = !1, i = !1) {
153
- return (0, r.default)({
154
- type: "FunctionExpression",
155
- id: e,
156
- params: n,
157
- body: a,
158
- generator: o,
159
- async: i
160
- });
161
- }
162
- function v(e) {
163
- return (0, r.default)({
164
- type: "Identifier",
165
- name: e
166
- });
167
- }
168
- function F(e, n, a = null) {
169
- return (0, r.default)({
170
- type: "IfStatement",
171
- test: e,
172
- consequent: n,
173
- alternate: a
174
- });
175
- }
176
- function X(e, n) {
177
- return (0, r.default)({
178
- type: "LabeledStatement",
179
- label: e,
180
- body: n
181
- });
182
- }
183
- function R(e) {
184
- return (0, r.default)({
185
- type: "StringLiteral",
186
- value: e
187
- });
188
- }
189
- function s(e) {
190
- return (0, r.default)({
191
- type: "NumericLiteral",
192
- value: e
193
- });
194
- }
195
- function k() {
196
- return {
197
- type: "NullLiteral"
198
- };
199
- }
200
- function q(e) {
201
- return (0, r.default)({
202
- type: "BooleanLiteral",
203
- value: e
204
- });
205
- }
206
- function c(e, n = "") {
207
- return (0, r.default)({
208
- type: "RegExpLiteral",
209
- pattern: e,
210
- flags: n
211
- });
212
- }
213
- function U(e, n, a) {
214
- return (0, r.default)({
215
- type: "LogicalExpression",
216
- operator: e,
217
- left: n,
218
- right: a
219
- });
220
- }
221
- function J(e, n, a = !1, o = null) {
222
- return (0, r.default)({
223
- type: "MemberExpression",
224
- object: e,
225
- property: n,
226
- computed: a,
227
- optional: o
228
- });
229
- }
230
- function _(e, n) {
231
- return (0, r.default)({
232
- type: "NewExpression",
233
- callee: e,
234
- arguments: n
235
- });
236
- }
237
- function V(e, n = [], a = "script", o = null) {
238
- return (0, r.default)({
239
- type: "Program",
240
- body: e,
241
- directives: n,
242
- sourceType: a,
243
- interpreter: o
244
- });
245
- }
246
- function W(e) {
247
- return (0, r.default)({
248
- type: "ObjectExpression",
249
- properties: e
250
- });
251
- }
252
- function Q(e = "method", n, a, o, i = !1, u = !1, p = !1) {
253
- return (0, r.default)({
254
- type: "ObjectMethod",
255
- kind: e,
256
- key: n,
257
- params: a,
258
- body: o,
259
- computed: i,
260
- generator: u,
261
- async: p
262
- });
263
- }
264
- function z(e, n, a = !1, o = !1, i = null) {
265
- return (0, r.default)({
266
- type: "ObjectProperty",
267
- key: e,
268
- value: n,
269
- computed: a,
270
- shorthand: o,
271
- decorators: i
272
- });
273
- }
274
- function y(e) {
275
- return (0, r.default)({
276
- type: "RestElement",
277
- argument: e
278
- });
279
- }
280
- function G(e = null) {
281
- return (0, r.default)({
282
- type: "ReturnStatement",
283
- argument: e
284
- });
285
- }
286
- function Y(e) {
287
- return (0, r.default)({
288
- type: "SequenceExpression",
289
- expressions: e
290
- });
291
- }
292
- function H(e) {
293
- return (0, r.default)({
294
- type: "ParenthesizedExpression",
295
- expression: e
296
- });
297
- }
298
- function Z(e = null, n) {
299
- return (0, r.default)({
300
- type: "SwitchCase",
301
- test: e,
302
- consequent: n
303
- });
304
- }
305
- function $(e, n) {
306
- return (0, r.default)({
307
- type: "SwitchStatement",
308
- discriminant: e,
309
- cases: n
310
- });
311
- }
312
- function ee() {
313
- return {
314
- type: "ThisExpression"
315
- };
316
- }
317
- function te(e) {
318
- return (0, r.default)({
319
- type: "ThrowStatement",
320
- argument: e
321
- });
322
- }
323
- function ne(e, n = null, a = null) {
324
- return (0, r.default)({
325
- type: "TryStatement",
326
- block: e,
327
- handler: n,
328
- finalizer: a
329
- });
330
- }
331
- function re(e, n, a = !0) {
332
- return (0, r.default)({
333
- type: "UnaryExpression",
334
- operator: e,
335
- argument: n,
336
- prefix: a
337
- });
338
- }
339
- function ae(e, n, a = !1) {
340
- return (0, r.default)({
341
- type: "UpdateExpression",
342
- operator: e,
343
- argument: n,
344
- prefix: a
345
- });
346
- }
347
- function oe(e, n) {
348
- return (0, r.default)({
349
- type: "VariableDeclaration",
350
- kind: e,
351
- declarations: n
352
- });
353
- }
354
- function ie(e, n = null) {
355
- return (0, r.default)({
356
- type: "VariableDeclarator",
357
- id: e,
358
- init: n
359
- });
360
- }
361
- function ue(e, n) {
362
- return (0, r.default)({
363
- type: "WhileStatement",
364
- test: e,
365
- body: n
366
- });
367
- }
368
- function le(e, n) {
369
- return (0, r.default)({
370
- type: "WithStatement",
371
- object: e,
372
- body: n
373
- });
374
- }
375
- function pe(e, n) {
376
- return (0, r.default)({
377
- type: "AssignmentPattern",
378
- left: e,
379
- right: n
380
- });
381
- }
382
- function se(e) {
383
- return (0, r.default)({
384
- type: "ArrayPattern",
385
- elements: e
386
- });
387
- }
388
- function ce(e, n, a = !1) {
389
- return (0, r.default)({
390
- type: "ArrowFunctionExpression",
391
- params: e,
392
- body: n,
393
- async: a,
394
- expression: null
395
- });
396
- }
397
- function ye(e) {
398
- return (0, r.default)({
399
- type: "ClassBody",
400
- body: e
401
- });
402
- }
403
- function fe(e = null, n = null, a, o = null) {
404
- return (0, r.default)({
405
- type: "ClassExpression",
406
- id: e,
407
- superClass: n,
408
- body: a,
409
- decorators: o
410
- });
411
- }
412
- function de(e = null, n = null, a, o = null) {
413
- return (0, r.default)({
414
- type: "ClassDeclaration",
415
- id: e,
416
- superClass: n,
417
- body: a,
418
- decorators: o
419
- });
420
- }
421
- function me(e) {
422
- return (0, r.default)({
423
- type: "ExportAllDeclaration",
424
- source: e
425
- });
426
- }
427
- function Te(e) {
428
- return (0, r.default)({
429
- type: "ExportDefaultDeclaration",
430
- declaration: e
431
- });
432
- }
433
- function Se(e = null, n = [], a = null) {
434
- return (0, r.default)({
435
- type: "ExportNamedDeclaration",
436
- declaration: e,
437
- specifiers: n,
438
- source: a
439
- });
440
- }
441
- function xe(e, n) {
442
- return (0, r.default)({
443
- type: "ExportSpecifier",
444
- local: e,
445
- exported: n
446
- });
447
- }
448
- function Ee(e, n, a, o = !1) {
449
- return (0, r.default)({
450
- type: "ForOfStatement",
451
- left: e,
452
- right: n,
453
- body: a,
454
- await: o
455
- });
456
- }
457
- function Ae(e, n) {
458
- return (0, r.default)({
459
- type: "ImportDeclaration",
460
- specifiers: e,
461
- source: n
462
- });
463
- }
464
- function be(e) {
465
- return (0, r.default)({
466
- type: "ImportDefaultSpecifier",
467
- local: e
468
- });
469
- }
470
- function ge(e) {
471
- return (0, r.default)({
472
- type: "ImportNamespaceSpecifier",
473
- local: e
474
- });
475
- }
476
- function De(e, n) {
477
- return (0, r.default)({
478
- type: "ImportSpecifier",
479
- local: e,
480
- imported: n
481
- });
482
- }
483
- function Pe(e, n = null) {
484
- return (0, r.default)({
485
- type: "ImportExpression",
486
- source: e,
487
- options: n
488
- });
489
- }
490
- function Ie(e, n) {
491
- return (0, r.default)({
492
- type: "MetaProperty",
493
- meta: e,
494
- property: n
495
- });
496
- }
497
- function we(e = "method", n, a, o, i = !1, u = !1, p = !1, Yr = !1) {
498
- return (0, r.default)({
499
- type: "ClassMethod",
500
- kind: e,
501
- key: n,
502
- params: a,
503
- body: o,
504
- computed: i,
505
- static: u,
506
- generator: p,
507
- async: Yr
508
- });
509
- }
510
- function he(e) {
511
- return (0, r.default)({
512
- type: "ObjectPattern",
513
- properties: e
514
- });
515
- }
516
- function f(e) {
517
- return (0, r.default)({
518
- type: "SpreadElement",
519
- argument: e
520
- });
521
- }
522
- function je() {
523
- return {
524
- type: "Super"
525
- };
526
- }
527
- function Me(e, n) {
528
- return (0, r.default)({
529
- type: "TaggedTemplateExpression",
530
- tag: e,
531
- quasi: n
532
- });
533
- }
534
- function Ne(e, n = !1) {
535
- return (0, r.default)({
536
- type: "TemplateElement",
537
- value: e,
538
- tail: n
539
- });
540
- }
541
- function Ce(e, n) {
542
- return (0, r.default)({
543
- type: "TemplateLiteral",
544
- quasis: e,
545
- expressions: n
546
- });
547
- }
548
- function Le(e = null, n = !1) {
549
- return (0, r.default)({
550
- type: "YieldExpression",
551
- argument: e,
552
- delegate: n
553
- });
554
- }
555
- function Ke(e) {
556
- return (0, r.default)({
557
- type: "AwaitExpression",
558
- argument: e
559
- });
560
- }
561
- function Be() {
562
- return {
563
- type: "Import"
564
- };
565
- }
566
- function Oe(e) {
567
- return (0, r.default)({
568
- type: "BigIntLiteral",
569
- value: e
570
- });
571
- }
572
- function ve(e) {
573
- return (0, r.default)({
574
- type: "ExportNamespaceSpecifier",
575
- exported: e
576
- });
577
- }
578
- function Fe(e, n, a = !1, o) {
579
- return (0, r.default)({
580
- type: "OptionalMemberExpression",
581
- object: e,
582
- property: n,
583
- computed: a,
584
- optional: o
585
- });
586
- }
587
- function Xe(e, n, a) {
588
- return (0, r.default)({
589
- type: "OptionalCallExpression",
590
- callee: e,
591
- arguments: n,
592
- optional: a
593
- });
594
- }
595
- function Re(e, n = null, a = null, o = null, i = !1, u = !1) {
596
- return (0, r.default)({
597
- type: "ClassProperty",
598
- key: e,
599
- value: n,
600
- typeAnnotation: a,
601
- decorators: o,
602
- computed: i,
603
- static: u
604
- });
605
- }
606
- function ke(e, n = null, a = null, o = null, i = !1, u = !1) {
607
- return (0, r.default)({
608
- type: "ClassAccessorProperty",
609
- key: e,
610
- value: n,
611
- typeAnnotation: a,
612
- decorators: o,
613
- computed: i,
614
- static: u
615
- });
616
- }
617
- function qe(e, n = null, a = null, o = !1) {
618
- return (0, r.default)({
619
- type: "ClassPrivateProperty",
620
- key: e,
621
- value: n,
622
- decorators: a,
623
- static: o
624
- });
625
- }
626
- function Ue(e = "method", n, a, o, i = !1) {
627
- return (0, r.default)({
628
- type: "ClassPrivateMethod",
629
- kind: e,
630
- key: n,
631
- params: a,
632
- body: o,
633
- static: i
634
- });
635
- }
636
- function Je(e) {
637
- return (0, r.default)({
638
- type: "PrivateName",
639
- id: e
640
- });
641
- }
642
- function _e(e) {
643
- return (0, r.default)({
644
- type: "StaticBlock",
645
- body: e
646
- });
647
- }
648
- function Ve() {
649
- return {
650
- type: "AnyTypeAnnotation"
651
- };
652
- }
653
- function We(e) {
654
- return (0, r.default)({
655
- type: "ArrayTypeAnnotation",
656
- elementType: e
657
- });
658
- }
659
- function Qe() {
660
- return {
661
- type: "BooleanTypeAnnotation"
662
- };
663
- }
664
- function ze(e) {
665
- return (0, r.default)({
666
- type: "BooleanLiteralTypeAnnotation",
667
- value: e
668
- });
669
- }
670
- function Ge() {
671
- return {
672
- type: "NullLiteralTypeAnnotation"
673
- };
674
- }
675
- function Ye(e, n = null) {
676
- return (0, r.default)({
677
- type: "ClassImplements",
678
- id: e,
679
- typeParameters: n
680
- });
681
- }
682
- function He(e, n = null, a = null, o) {
683
- return (0, r.default)({
684
- type: "DeclareClass",
685
- id: e,
686
- typeParameters: n,
687
- extends: a,
688
- body: o
689
- });
690
- }
691
- function Ze(e) {
692
- return (0, r.default)({
693
- type: "DeclareFunction",
694
- id: e
695
- });
696
- }
697
- function $e(e, n = null, a = null, o) {
698
- return (0, r.default)({
699
- type: "DeclareInterface",
700
- id: e,
701
- typeParameters: n,
702
- extends: a,
703
- body: o
704
- });
705
- }
706
- function et(e, n, a = null) {
707
- return (0, r.default)({
708
- type: "DeclareModule",
709
- id: e,
710
- body: n,
711
- kind: a
712
- });
713
- }
714
- function tt(e) {
715
- return (0, r.default)({
716
- type: "DeclareModuleExports",
717
- typeAnnotation: e
718
- });
719
- }
720
- function nt(e, n = null, a) {
721
- return (0, r.default)({
722
- type: "DeclareTypeAlias",
723
- id: e,
724
- typeParameters: n,
725
- right: a
726
- });
727
- }
728
- function rt(e, n = null, a = null) {
729
- return (0, r.default)({
730
- type: "DeclareOpaqueType",
731
- id: e,
732
- typeParameters: n,
733
- supertype: a
734
- });
735
- }
736
- function at(e) {
737
- return (0, r.default)({
738
- type: "DeclareVariable",
739
- id: e
740
- });
741
- }
742
- function ot(e = null, n = null, a = null) {
743
- return (0, r.default)({
744
- type: "DeclareExportDeclaration",
745
- declaration: e,
746
- specifiers: n,
747
- source: a
748
- });
749
- }
750
- function it(e) {
751
- return (0, r.default)({
752
- type: "DeclareExportAllDeclaration",
753
- source: e
754
- });
755
- }
756
- function ut(e) {
757
- return (0, r.default)({
758
- type: "DeclaredPredicate",
759
- value: e
760
- });
761
- }
762
- function lt() {
763
- return {
764
- type: "ExistsTypeAnnotation"
765
- };
766
- }
767
- function pt(e = null, n, a = null, o) {
768
- return (0, r.default)({
769
- type: "FunctionTypeAnnotation",
770
- typeParameters: e,
771
- params: n,
772
- rest: a,
773
- returnType: o
774
- });
775
- }
776
- function st(e = null, n) {
777
- return (0, r.default)({
778
- type: "FunctionTypeParam",
779
- name: e,
780
- typeAnnotation: n
781
- });
782
- }
783
- function ct(e, n = null) {
784
- return (0, r.default)({
785
- type: "GenericTypeAnnotation",
786
- id: e,
787
- typeParameters: n
788
- });
789
- }
790
- function yt() {
791
- return {
792
- type: "InferredPredicate"
793
- };
794
- }
795
- function ft(e, n = null) {
796
- return (0, r.default)({
797
- type: "InterfaceExtends",
798
- id: e,
799
- typeParameters: n
800
- });
801
- }
802
- function dt(e, n = null, a = null, o) {
803
- return (0, r.default)({
804
- type: "InterfaceDeclaration",
805
- id: e,
806
- typeParameters: n,
807
- extends: a,
808
- body: o
809
- });
810
- }
811
- function mt(e = null, n) {
812
- return (0, r.default)({
813
- type: "InterfaceTypeAnnotation",
814
- extends: e,
815
- body: n
816
- });
817
- }
818
- function Tt(e) {
819
- return (0, r.default)({
820
- type: "IntersectionTypeAnnotation",
821
- types: e
822
- });
823
- }
824
- function St() {
825
- return {
826
- type: "MixedTypeAnnotation"
827
- };
828
- }
829
- function xt() {
830
- return {
831
- type: "EmptyTypeAnnotation"
832
- };
833
- }
834
- function Et(e) {
835
- return (0, r.default)({
836
- type: "NullableTypeAnnotation",
837
- typeAnnotation: e
838
- });
839
- }
840
- function At(e) {
841
- return (0, r.default)({
842
- type: "NumberLiteralTypeAnnotation",
843
- value: e
844
- });
845
- }
846
- function bt() {
847
- return {
848
- type: "NumberTypeAnnotation"
849
- };
850
- }
851
- function gt(e, n = [], a = [], o = [], i = !1) {
852
- return (0, r.default)({
853
- type: "ObjectTypeAnnotation",
854
- properties: e,
855
- indexers: n,
856
- callProperties: a,
857
- internalSlots: o,
858
- exact: i
859
- });
860
- }
861
- function Dt(e, n, a, o, i) {
862
- return (0, r.default)({
863
- type: "ObjectTypeInternalSlot",
864
- id: e,
865
- value: n,
866
- optional: a,
867
- static: o,
868
- method: i
869
- });
870
- }
871
- function Pt(e) {
872
- return (0, r.default)({
873
- type: "ObjectTypeCallProperty",
874
- value: e,
875
- static: null
876
- });
877
- }
878
- function It(e = null, n, a, o = null) {
879
- return (0, r.default)({
880
- type: "ObjectTypeIndexer",
881
- id: e,
882
- key: n,
883
- value: a,
884
- variance: o,
885
- static: null
886
- });
887
- }
888
- function wt(e, n, a = null) {
889
- return (0, r.default)({
890
- type: "ObjectTypeProperty",
891
- key: e,
892
- value: n,
893
- variance: a,
894
- kind: null,
895
- method: null,
896
- optional: null,
897
- proto: null,
898
- static: null
899
- });
900
- }
901
- function ht(e) {
902
- return (0, r.default)({
903
- type: "ObjectTypeSpreadProperty",
904
- argument: e
905
- });
906
- }
907
- function jt(e, n = null, a = null, o) {
908
- return (0, r.default)({
909
- type: "OpaqueType",
910
- id: e,
911
- typeParameters: n,
912
- supertype: a,
913
- impltype: o
914
- });
915
- }
916
- function Mt(e, n) {
917
- return (0, r.default)({
918
- type: "QualifiedTypeIdentifier",
919
- id: e,
920
- qualification: n
921
- });
922
- }
923
- function Nt(e) {
924
- return (0, r.default)({
925
- type: "StringLiteralTypeAnnotation",
926
- value: e
927
- });
928
- }
929
- function Ct() {
930
- return {
931
- type: "StringTypeAnnotation"
932
- };
933
- }
934
- function Lt() {
935
- return {
936
- type: "SymbolTypeAnnotation"
937
- };
938
- }
939
- function Kt() {
940
- return {
941
- type: "ThisTypeAnnotation"
942
- };
943
- }
944
- function Bt(e) {
945
- return (0, r.default)({
946
- type: "TupleTypeAnnotation",
947
- types: e
948
- });
949
- }
950
- function Ot(e) {
951
- return (0, r.default)({
952
- type: "TypeofTypeAnnotation",
953
- argument: e
954
- });
955
- }
956
- function vt(e, n = null, a) {
957
- return (0, r.default)({
958
- type: "TypeAlias",
959
- id: e,
960
- typeParameters: n,
961
- right: a
962
- });
963
- }
964
- function Ft(e) {
965
- return (0, r.default)({
966
- type: "TypeAnnotation",
967
- typeAnnotation: e
968
- });
969
- }
970
- function Xt(e, n) {
971
- return (0, r.default)({
972
- type: "TypeCastExpression",
973
- expression: e,
974
- typeAnnotation: n
975
- });
976
- }
977
- function Rt(e = null, n = null, a = null) {
978
- return (0, r.default)({
979
- type: "TypeParameter",
980
- bound: e,
981
- default: n,
982
- variance: a,
983
- name: null
984
- });
985
- }
986
- function kt(e) {
987
- return (0, r.default)({
988
- type: "TypeParameterDeclaration",
989
- params: e
990
- });
991
- }
992
- function qt(e) {
993
- return (0, r.default)({
994
- type: "TypeParameterInstantiation",
995
- params: e
996
- });
997
- }
998
- function Ut(e) {
999
- return (0, r.default)({
1000
- type: "UnionTypeAnnotation",
1001
- types: e
1002
- });
1003
- }
1004
- function Jt(e) {
1005
- return (0, r.default)({
1006
- type: "Variance",
1007
- kind: e
1008
- });
1009
- }
1010
- function _t() {
1011
- return {
1012
- type: "VoidTypeAnnotation"
1013
- };
1014
- }
1015
- function Vt(e, n) {
1016
- return (0, r.default)({
1017
- type: "EnumDeclaration",
1018
- id: e,
1019
- body: n
1020
- });
1021
- }
1022
- function Wt(e) {
1023
- return (0, r.default)({
1024
- type: "EnumBooleanBody",
1025
- members: e,
1026
- explicitType: null,
1027
- hasUnknownMembers: null
1028
- });
1029
- }
1030
- function Qt(e) {
1031
- return (0, r.default)({
1032
- type: "EnumNumberBody",
1033
- members: e,
1034
- explicitType: null,
1035
- hasUnknownMembers: null
1036
- });
1037
- }
1038
- function zt(e) {
1039
- return (0, r.default)({
1040
- type: "EnumStringBody",
1041
- members: e,
1042
- explicitType: null,
1043
- hasUnknownMembers: null
1044
- });
1045
- }
1046
- function Gt(e) {
1047
- return (0, r.default)({
1048
- type: "EnumSymbolBody",
1049
- members: e,
1050
- hasUnknownMembers: null
1051
- });
1052
- }
1053
- function Yt(e) {
1054
- return (0, r.default)({
1055
- type: "EnumBooleanMember",
1056
- id: e,
1057
- init: null
1058
- });
1059
- }
1060
- function Ht(e, n) {
1061
- return (0, r.default)({
1062
- type: "EnumNumberMember",
1063
- id: e,
1064
- init: n
1065
- });
1066
- }
1067
- function Zt(e, n) {
1068
- return (0, r.default)({
1069
- type: "EnumStringMember",
1070
- id: e,
1071
- init: n
1072
- });
1073
- }
1074
- function $t(e) {
1075
- return (0, r.default)({
1076
- type: "EnumDefaultedMember",
1077
- id: e
1078
- });
1079
- }
1080
- function en(e, n) {
1081
- return (0, r.default)({
1082
- type: "IndexedAccessType",
1083
- objectType: e,
1084
- indexType: n
1085
- });
1086
- }
1087
- function tn(e, n) {
1088
- return (0, r.default)({
1089
- type: "OptionalIndexedAccessType",
1090
- objectType: e,
1091
- indexType: n,
1092
- optional: null
1093
- });
1094
- }
1095
- function nn(e, n = null) {
1096
- return (0, r.default)({
1097
- type: "JSXAttribute",
1098
- name: e,
1099
- value: n
1100
- });
1101
- }
1102
- function rn(e) {
1103
- return (0, r.default)({
1104
- type: "JSXClosingElement",
1105
- name: e
1106
- });
1107
- }
1108
- function an(e, n = null, a, o = null) {
1109
- return (0, r.default)({
1110
- type: "JSXElement",
1111
- openingElement: e,
1112
- closingElement: n,
1113
- children: a,
1114
- selfClosing: o
1115
- });
1116
- }
1117
- function on() {
1118
- return {
1119
- type: "JSXEmptyExpression"
1120
- };
1121
- }
1122
- function un(e) {
1123
- return (0, r.default)({
1124
- type: "JSXExpressionContainer",
1125
- expression: e
1126
- });
1127
- }
1128
- function ln(e) {
1129
- return (0, r.default)({
1130
- type: "JSXSpreadChild",
1131
- expression: e
1132
- });
1133
- }
1134
- function pn(e) {
1135
- return (0, r.default)({
1136
- type: "JSXIdentifier",
1137
- name: e
1138
- });
1139
- }
1140
- function sn(e, n) {
1141
- return (0, r.default)({
1142
- type: "JSXMemberExpression",
1143
- object: e,
1144
- property: n
1145
- });
1146
- }
1147
- function cn(e, n) {
1148
- return (0, r.default)({
1149
- type: "JSXNamespacedName",
1150
- namespace: e,
1151
- name: n
1152
- });
1153
- }
1154
- function yn(e, n, a = !1) {
1155
- return (0, r.default)({
1156
- type: "JSXOpeningElement",
1157
- name: e,
1158
- attributes: n,
1159
- selfClosing: a
1160
- });
1161
- }
1162
- function fn(e) {
1163
- return (0, r.default)({
1164
- type: "JSXSpreadAttribute",
1165
- argument: e
1166
- });
1167
- }
1168
- function dn(e) {
1169
- return (0, r.default)({
1170
- type: "JSXText",
1171
- value: e
1172
- });
1173
- }
1174
- function mn(e, n, a) {
1175
- return (0, r.default)({
1176
- type: "JSXFragment",
1177
- openingFragment: e,
1178
- closingFragment: n,
1179
- children: a
1180
- });
1181
- }
1182
- function Tn() {
1183
- return {
1184
- type: "JSXOpeningFragment"
1185
- };
1186
- }
1187
- function Sn() {
1188
- return {
1189
- type: "JSXClosingFragment"
1190
- };
1191
- }
1192
- function xn() {
1193
- return {
1194
- type: "Noop"
1195
- };
1196
- }
1197
- function En(e, n) {
1198
- return (0, r.default)({
1199
- type: "Placeholder",
1200
- expectedNode: e,
1201
- name: n
1202
- });
1203
- }
1204
- function An(e) {
1205
- return (0, r.default)({
1206
- type: "V8IntrinsicIdentifier",
1207
- name: e
1208
- });
1209
- }
1210
- function bn() {
1211
- return {
1212
- type: "ArgumentPlaceholder"
1213
- };
1214
- }
1215
- function gn(e, n) {
1216
- return (0, r.default)({
1217
- type: "BindExpression",
1218
- object: e,
1219
- callee: n
1220
- });
1221
- }
1222
- function Dn(e, n) {
1223
- return (0, r.default)({
1224
- type: "ImportAttribute",
1225
- key: e,
1226
- value: n
1227
- });
1228
- }
1229
- function Pn(e) {
1230
- return (0, r.default)({
1231
- type: "Decorator",
1232
- expression: e
1233
- });
1234
- }
1235
- function In(e, n = !1) {
1236
- return (0, r.default)({
1237
- type: "DoExpression",
1238
- body: e,
1239
- async: n
1240
- });
1241
- }
1242
- function wn(e) {
1243
- return (0, r.default)({
1244
- type: "ExportDefaultSpecifier",
1245
- exported: e
1246
- });
1247
- }
1248
- function hn(e) {
1249
- return (0, r.default)({
1250
- type: "RecordExpression",
1251
- properties: e
1252
- });
1253
- }
1254
- function jn(e = []) {
1255
- return (0, r.default)({
1256
- type: "TupleExpression",
1257
- elements: e
1258
- });
1259
- }
1260
- function Mn(e) {
1261
- return (0, r.default)({
1262
- type: "DecimalLiteral",
1263
- value: e
1264
- });
1265
- }
1266
- function Nn(e) {
1267
- return (0, r.default)({
1268
- type: "ModuleExpression",
1269
- body: e
1270
- });
1271
- }
1272
- function Cn() {
1273
- return {
1274
- type: "TopicReference"
1275
- };
1276
- }
1277
- function Ln(e) {
1278
- return (0, r.default)({
1279
- type: "PipelineTopicExpression",
1280
- expression: e
1281
- });
1282
- }
1283
- function Kn(e) {
1284
- return (0, r.default)({
1285
- type: "PipelineBareFunction",
1286
- callee: e
1287
- });
1288
- }
1289
- function Bn() {
1290
- return {
1291
- type: "PipelinePrimaryTopicReference"
1292
- };
1293
- }
1294
- function On(e) {
1295
- return (0, r.default)({
1296
- type: "TSParameterProperty",
1297
- parameter: e
1298
- });
1299
- }
1300
- function vn(e = null, n = null, a, o = null) {
1301
- return (0, r.default)({
1302
- type: "TSDeclareFunction",
1303
- id: e,
1304
- typeParameters: n,
1305
- params: a,
1306
- returnType: o
1307
- });
1308
- }
1309
- function Fn(e = null, n, a = null, o, i = null) {
1310
- return (0, r.default)({
1311
- type: "TSDeclareMethod",
1312
- decorators: e,
1313
- key: n,
1314
- typeParameters: a,
1315
- params: o,
1316
- returnType: i
1317
- });
1318
- }
1319
- function Xn(e, n) {
1320
- return (0, r.default)({
1321
- type: "TSQualifiedName",
1322
- left: e,
1323
- right: n
1324
- });
1325
- }
1326
- function Rn(e = null, n, a = null) {
1327
- return (0, r.default)({
1328
- type: "TSCallSignatureDeclaration",
1329
- typeParameters: e,
1330
- parameters: n,
1331
- typeAnnotation: a
1332
- });
1333
- }
1334
- function kn(e = null, n, a = null) {
1335
- return (0, r.default)({
1336
- type: "TSConstructSignatureDeclaration",
1337
- typeParameters: e,
1338
- parameters: n,
1339
- typeAnnotation: a
1340
- });
1341
- }
1342
- function qn(e, n = null) {
1343
- return (0, r.default)({
1344
- type: "TSPropertySignature",
1345
- key: e,
1346
- typeAnnotation: n,
1347
- kind: null
1348
- });
1349
- }
1350
- function Un(e, n = null, a, o = null) {
1351
- return (0, r.default)({
1352
- type: "TSMethodSignature",
1353
- key: e,
1354
- typeParameters: n,
1355
- parameters: a,
1356
- typeAnnotation: o,
1357
- kind: null
1358
- });
1359
- }
1360
- function Jn(e, n = null) {
1361
- return (0, r.default)({
1362
- type: "TSIndexSignature",
1363
- parameters: e,
1364
- typeAnnotation: n
1365
- });
1366
- }
1367
- function _n() {
1368
- return {
1369
- type: "TSAnyKeyword"
1370
- };
1371
- }
1372
- function Vn() {
1373
- return {
1374
- type: "TSBooleanKeyword"
1375
- };
1376
- }
1377
- function Wn() {
1378
- return {
1379
- type: "TSBigIntKeyword"
1380
- };
1381
- }
1382
- function Qn() {
1383
- return {
1384
- type: "TSIntrinsicKeyword"
1385
- };
1386
- }
1387
- function zn() {
1388
- return {
1389
- type: "TSNeverKeyword"
1390
- };
1391
- }
1392
- function Gn() {
1393
- return {
1394
- type: "TSNullKeyword"
1395
- };
1396
- }
1397
- function Yn() {
1398
- return {
1399
- type: "TSNumberKeyword"
1400
- };
1401
- }
1402
- function Hn() {
1403
- return {
1404
- type: "TSObjectKeyword"
1405
- };
1406
- }
1407
- function Zn() {
1408
- return {
1409
- type: "TSStringKeyword"
1410
- };
1411
- }
1412
- function $n() {
1413
- return {
1414
- type: "TSSymbolKeyword"
1415
- };
1416
- }
1417
- function er() {
1418
- return {
1419
- type: "TSUndefinedKeyword"
1420
- };
1421
- }
1422
- function tr() {
1423
- return {
1424
- type: "TSUnknownKeyword"
1425
- };
1426
- }
1427
- function nr() {
1428
- return {
1429
- type: "TSVoidKeyword"
1430
- };
1431
- }
1432
- function rr() {
1433
- return {
1434
- type: "TSThisType"
1435
- };
1436
- }
1437
- function ar(e = null, n, a = null) {
1438
- return (0, r.default)({
1439
- type: "TSFunctionType",
1440
- typeParameters: e,
1441
- parameters: n,
1442
- typeAnnotation: a
1443
- });
1444
- }
1445
- function or(e = null, n, a = null) {
1446
- return (0, r.default)({
1447
- type: "TSConstructorType",
1448
- typeParameters: e,
1449
- parameters: n,
1450
- typeAnnotation: a
1451
- });
1452
- }
1453
- function ir(e, n = null) {
1454
- return (0, r.default)({
1455
- type: "TSTypeReference",
1456
- typeName: e,
1457
- typeParameters: n
1458
- });
1459
- }
1460
- function ur(e, n = null, a = null) {
1461
- return (0, r.default)({
1462
- type: "TSTypePredicate",
1463
- parameterName: e,
1464
- typeAnnotation: n,
1465
- asserts: a
1466
- });
1467
- }
1468
- function lr(e, n = null) {
1469
- return (0, r.default)({
1470
- type: "TSTypeQuery",
1471
- exprName: e,
1472
- typeParameters: n
1473
- });
1474
- }
1475
- function pr(e) {
1476
- return (0, r.default)({
1477
- type: "TSTypeLiteral",
1478
- members: e
1479
- });
1480
- }
1481
- function sr(e) {
1482
- return (0, r.default)({
1483
- type: "TSArrayType",
1484
- elementType: e
1485
- });
1486
- }
1487
- function cr(e) {
1488
- return (0, r.default)({
1489
- type: "TSTupleType",
1490
- elementTypes: e
1491
- });
1492
- }
1493
- function yr(e) {
1494
- return (0, r.default)({
1495
- type: "TSOptionalType",
1496
- typeAnnotation: e
1497
- });
1498
- }
1499
- function fr(e) {
1500
- return (0, r.default)({
1501
- type: "TSRestType",
1502
- typeAnnotation: e
1503
- });
1504
- }
1505
- function dr(e, n, a = !1) {
1506
- return (0, r.default)({
1507
- type: "TSNamedTupleMember",
1508
- label: e,
1509
- elementType: n,
1510
- optional: a
1511
- });
1512
- }
1513
- function mr(e) {
1514
- return (0, r.default)({
1515
- type: "TSUnionType",
1516
- types: e
1517
- });
1518
- }
1519
- function Tr(e) {
1520
- return (0, r.default)({
1521
- type: "TSIntersectionType",
1522
- types: e
1523
- });
1524
- }
1525
- function Sr(e, n, a, o) {
1526
- return (0, r.default)({
1527
- type: "TSConditionalType",
1528
- checkType: e,
1529
- extendsType: n,
1530
- trueType: a,
1531
- falseType: o
1532
- });
1533
- }
1534
- function xr(e) {
1535
- return (0, r.default)({
1536
- type: "TSInferType",
1537
- typeParameter: e
1538
- });
1539
- }
1540
- function Er(e) {
1541
- return (0, r.default)({
1542
- type: "TSParenthesizedType",
1543
- typeAnnotation: e
1544
- });
1545
- }
1546
- function Ar(e) {
1547
- return (0, r.default)({
1548
- type: "TSTypeOperator",
1549
- typeAnnotation: e,
1550
- operator: null
1551
- });
1552
- }
1553
- function br(e, n) {
1554
- return (0, r.default)({
1555
- type: "TSIndexedAccessType",
1556
- objectType: e,
1557
- indexType: n
1558
- });
1559
- }
1560
- function gr(e, n = null, a = null) {
1561
- return (0, r.default)({
1562
- type: "TSMappedType",
1563
- typeParameter: e,
1564
- typeAnnotation: n,
1565
- nameType: a
1566
- });
1567
- }
1568
- function Dr(e) {
1569
- return (0, r.default)({
1570
- type: "TSLiteralType",
1571
- literal: e
1572
- });
1573
- }
1574
- function Pr(e, n = null) {
1575
- return (0, r.default)({
1576
- type: "TSExpressionWithTypeArguments",
1577
- expression: e,
1578
- typeParameters: n
1579
- });
1580
- }
1581
- function Ir(e, n = null, a = null, o) {
1582
- return (0, r.default)({
1583
- type: "TSInterfaceDeclaration",
1584
- id: e,
1585
- typeParameters: n,
1586
- extends: a,
1587
- body: o
1588
- });
1589
- }
1590
- function wr(e) {
1591
- return (0, r.default)({
1592
- type: "TSInterfaceBody",
1593
- body: e
1594
- });
1595
- }
1596
- function hr(e, n = null, a) {
1597
- return (0, r.default)({
1598
- type: "TSTypeAliasDeclaration",
1599
- id: e,
1600
- typeParameters: n,
1601
- typeAnnotation: a
1602
- });
1603
- }
1604
- function jr(e, n = null) {
1605
- return (0, r.default)({
1606
- type: "TSInstantiationExpression",
1607
- expression: e,
1608
- typeParameters: n
1609
- });
1610
- }
1611
- function Mr(e, n) {
1612
- return (0, r.default)({
1613
- type: "TSAsExpression",
1614
- expression: e,
1615
- typeAnnotation: n
1616
- });
1617
- }
1618
- function Nr(e, n) {
1619
- return (0, r.default)({
1620
- type: "TSSatisfiesExpression",
1621
- expression: e,
1622
- typeAnnotation: n
1623
- });
1624
- }
1625
- function Cr(e, n) {
1626
- return (0, r.default)({
1627
- type: "TSTypeAssertion",
1628
- typeAnnotation: e,
1629
- expression: n
1630
- });
1631
- }
1632
- function Lr(e, n) {
1633
- return (0, r.default)({
1634
- type: "TSEnumDeclaration",
1635
- id: e,
1636
- members: n
1637
- });
1638
- }
1639
- function Kr(e, n = null) {
1640
- return (0, r.default)({
1641
- type: "TSEnumMember",
1642
- id: e,
1643
- initializer: n
1644
- });
1645
- }
1646
- function Br(e, n) {
1647
- return (0, r.default)({
1648
- type: "TSModuleDeclaration",
1649
- id: e,
1650
- body: n
1651
- });
1652
- }
1653
- function Or(e) {
1654
- return (0, r.default)({
1655
- type: "TSModuleBlock",
1656
- body: e
1657
- });
1658
- }
1659
- function vr(e, n = null, a = null) {
1660
- return (0, r.default)({
1661
- type: "TSImportType",
1662
- argument: e,
1663
- qualifier: n,
1664
- typeParameters: a
1665
- });
1666
- }
1667
- function Fr(e, n) {
1668
- return (0, r.default)({
1669
- type: "TSImportEqualsDeclaration",
1670
- id: e,
1671
- moduleReference: n,
1672
- isExport: null
1673
- });
1674
- }
1675
- function Xr(e) {
1676
- return (0, r.default)({
1677
- type: "TSExternalModuleReference",
1678
- expression: e
1679
- });
1680
- }
1681
- function Rr(e) {
1682
- return (0, r.default)({
1683
- type: "TSNonNullExpression",
1684
- expression: e
1685
- });
1686
- }
1687
- function kr(e) {
1688
- return (0, r.default)({
1689
- type: "TSExportAssignment",
1690
- expression: e
1691
- });
1692
- }
1693
- function qr(e) {
1694
- return (0, r.default)({
1695
- type: "TSNamespaceExportDeclaration",
1696
- id: e
1697
- });
1698
- }
1699
- function Ur(e) {
1700
- return (0, r.default)({
1701
- type: "TSTypeAnnotation",
1702
- typeAnnotation: e
1703
- });
1704
- }
1705
- function Jr(e) {
1706
- return (0, r.default)({
1707
- type: "TSTypeParameterInstantiation",
1708
- params: e
1709
- });
1710
- }
1711
- function _r(e) {
1712
- return (0, r.default)({
1713
- type: "TSTypeParameterDeclaration",
1714
- params: e
1715
- });
1716
- }
1717
- function Vr(e = null, n = null, a) {
1718
- return (0, r.default)({
1719
- type: "TSTypeParameter",
1720
- constraint: e,
1721
- default: n,
1722
- name: a
1723
- });
1724
- }
1725
- function Wr(e) {
1726
- return (0, l.default)("NumberLiteral", "NumericLiteral", "The node type "), s(e);
1727
- }
1728
- function Qr(e, n = "") {
1729
- return (0, l.default)("RegexLiteral", "RegExpLiteral", "The node type "), c(e, n);
1730
- }
1731
- function zr(e) {
1732
- return (0, l.default)("RestProperty", "RestElement", "The node type "), y(e);
1733
- }
1734
- function Gr(e) {
1735
- return (0, l.default)("SpreadProperty", "SpreadElement", "The node type "), f(e);
1736
- }
1737
- return t;
1738
- }
1739
- export {
1740
- ra as __require
1741
- };