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.
- package/dist/_virtual/index.mjs +2 -2
- package/dist/_virtual/index2.mjs +2 -2
- package/dist/assets/iconfont/IconChenggong.mjs +5 -18
- package/dist/assets/iconfont/IconClose.mjs +5 -18
- package/dist/assets/iconfont/IconColumnCancelFixed.mjs +5 -18
- package/dist/assets/iconfont/IconColumnFixedLeft.mjs +5 -18
- package/dist/assets/iconfont/IconColumnFixedRight.mjs +5 -18
- package/dist/assets/iconfont/IconCuowu.mjs +5 -18
- package/dist/assets/iconfont/IconDragOrder.mjs +5 -18
- package/dist/assets/iconfont/IconDuigoux.mjs +5 -18
- package/dist/assets/iconfont/IconFabu.mjs +8 -27
- package/dist/assets/iconfont/IconFanhui.mjs +5 -18
- package/dist/assets/iconfont/IconGaojisousuo.mjs +5 -18
- package/dist/assets/iconfont/IconHangfengexian.mjs +9 -35
- package/dist/assets/iconfont/IconHangliefengexian.mjs +9 -35
- package/dist/assets/iconfont/IconIcFluentHomeRegular.mjs +5 -18
- package/dist/assets/iconfont/IconIcon21.mjs +5 -18
- package/dist/assets/iconfont/IconJincoude.mjs +5 -18
- package/dist/assets/iconfont/IconJinggao.mjs +5 -18
- package/dist/assets/iconfont/IconKuansongde.mjs +5 -18
- package/dist/assets/iconfont/IconLiefengexian.mjs +9 -35
- package/dist/assets/iconfont/IconMore.mjs +9 -34
- package/dist/assets/iconfont/IconShanchu.mjs +5 -18
- package/dist/assets/iconfont/IconShanchu1.mjs +8 -27
- package/dist/assets/iconfont/IconSousuo.mjs +5 -18
- package/dist/assets/iconfont/IconTejincou.mjs +5 -18
- package/dist/assets/iconfont/IconTekuansong.mjs +5 -18
- package/dist/assets/iconfont/IconTishi1.mjs +5 -18
- package/dist/assets/iconfont/IconTuodong.mjs +5 -18
- package/dist/assets/iconfont/IconWubanmawentianchong.mjs +8 -29
- package/dist/assets/iconfont/IconWufengexian.mjs +5 -19
- package/dist/assets/iconfont/IconXinxitishi.mjs +5 -18
- package/dist/assets/iconfont/IconYoubanmawentianchong.mjs +8 -28
- package/dist/assets/iconfont/IconZhongdengde.mjs +5 -18
- package/dist/assets/iconfont/IconZhongzhi.mjs +5 -18
- package/dist/assets/iconfont/index.mjs +4 -1
- package/dist/components/BitzAddTag/index.mjs +22 -43
- package/dist/components/BitzAddressBook/index.mjs +42 -91
- package/dist/components/BitzAppRefresh/index.mjs +11 -17
- package/dist/components/BitzBetterScroll/index.mjs +13 -1
- package/dist/components/BitzButton/index.mjs +33 -25
- package/dist/components/BitzCalendar/index.mjs +42 -60
- package/dist/components/BitzCascader/BitzCascaderMobile.mjs +26 -48
- package/dist/components/BitzCascader/index.mjs +5 -1
- package/dist/components/BitzCollapse/index.mjs +7 -5
- package/dist/components/BitzConfigProvider/context.mjs +1 -3
- package/dist/components/BitzConfigProvider/index.mjs +5 -5
- package/dist/components/BitzConfirmModal/index.mjs +28 -31
- package/dist/components/BitzDayJs/index.mjs +1 -1
- package/dist/components/BitzDescriptions/index.mjs +1 -11
- package/dist/components/BitzDrawer/index.mjs +14 -18
- package/dist/components/BitzEmpty/index.mjs +5 -1
- package/dist/components/BitzException/index.mjs +1 -6
- package/dist/components/BitzFloatLayout/index.mjs +14 -2
- package/dist/components/BitzFluentDatePicker/index.mjs +4 -1
- package/dist/components/BitzFluentRangePicker/index.mjs +4 -1
- package/dist/components/BitzFluentRangeTimePicker/index.mjs +4 -1
- package/dist/components/BitzFluentTimePicker/index.mjs +4 -1
- package/dist/components/BitzFuiCalendar/BitzFuiCalendarStore.mjs +1 -1
- package/dist/components/BitzFuiCalendar/CalendarAgendum.mjs +15 -15
- package/dist/components/BitzFuiCalendar/CalendarAgendumItem.mjs +4 -2
- package/dist/components/BitzFuiCalendar/CalendarBody.mjs +13 -24
- package/dist/components/BitzFuiCalendar/CalendarHead.mjs +1 -1
- package/dist/components/BitzFuiCalendar/CalendarHeadItem.mjs +10 -14
- package/dist/components/BitzFuiCalendar/CalendarToolbar.mjs +42 -66
- package/dist/components/BitzFuiCalendar/ColumnData.mjs +9 -17
- package/dist/components/BitzFuiCalendar/FuiCalendarItem.mjs +28 -33
- package/dist/components/BitzFuiCalendar/index.mjs +3 -1
- package/dist/components/BitzFullScreen/index.mjs +42 -20
- package/dist/components/BitzHighlight/Child.mjs +12 -9
- package/dist/components/BitzHighlight/Highlight.mjs +10 -8
- package/dist/components/BitzHighlight/chunks.mjs +17 -20
- package/dist/components/BitzHighlight/style.mjs +25 -22
- package/dist/components/BitzImage/index.mjs +5 -1
- package/dist/components/BitzImage/previewImage.mjs +8 -15
- package/dist/components/BitzLanguageTabs/index.mjs +29 -20
- package/dist/components/BitzLazyLoad/index.mjs +1 -7
- package/dist/components/BitzList/List.mjs +1 -15
- package/dist/components/BitzList/LoadMore.mjs +23 -22
- package/dist/components/BitzLoadMore/index.mjs +7 -13
- package/dist/components/BitzMeetingTime/BitzMeetingTimeItem.mjs +12 -10
- package/dist/components/BitzMeetingTime/index.mjs +15 -4
- package/dist/components/BitzMobileLoading/index.mjs +3 -1
- package/dist/components/BitzModal/index.mjs +14 -21
- package/dist/components/BitzNoData/index.mjs +8 -1
- package/dist/components/BitzNoMore/index.mjs +4 -1
- package/dist/components/BitzOrganizationSelection/index.mjs +39 -38
- package/dist/components/BitzPageContainer/index.mjs +21 -42
- package/dist/components/BitzPageHeader/index.mjs +21 -56
- package/dist/components/BitzPagination/index.mjs +9 -38
- package/dist/components/BitzPopover/index.mjs +8 -2
- package/dist/components/BitzPullRefresh/PullRefresh.mjs +43 -45
- package/dist/components/BitzQRCode/index.mjs +1 -6
- package/dist/components/BitzQueryFilter/QueryFilterContent.mjs +23 -20
- package/dist/components/BitzQueryFilter/QueryFilterDrawer.mjs +7 -1
- package/dist/components/BitzQueryFilter/QueryFilterMobile.mjs +3 -1
- package/dist/components/BitzQueryFilter/index.mjs +12 -44
- package/dist/components/BitzRefresh/index.mjs +13 -4
- package/dist/components/BitzRemark/index.mjs +6 -1
- package/dist/components/BitzSearch/index.mjs +12 -2
- package/dist/components/BitzSelect/component/BitzSelectMobile.mjs +53 -103
- package/dist/components/BitzSelect/index.mjs +10 -2
- package/dist/components/BitzSkeleton/index.mjs +1 -31
- package/dist/components/BitzTabbar/BitzTabbar.mjs +7 -13
- package/dist/components/BitzTabbar/BitzTabbarItem.mjs +15 -3
- package/dist/components/BitzTable/ActionBar/ActionBar.mjs +47 -93
- package/dist/components/BitzTable/ActionBar/Button.mjs +9 -6
- package/dist/components/BitzTable/ActionBar/style.mjs +62 -67
- package/dist/components/BitzTable/ActionCol/index.mjs +65 -166
- package/dist/components/BitzTable/ActionCol/style.mjs +74 -88
- package/dist/components/BitzTable/Dropdown/index.mjs +15 -11
- package/dist/components/BitzTable/Dropdown/style.mjs +66 -70
- package/dist/components/BitzTable/SelectionBar/Button.mjs +26 -20
- package/dist/components/BitzTable/SelectionBar/SelectionBar.mjs +15 -13
- package/dist/components/BitzTable/SelectionBar/style.mjs +79 -96
- package/dist/components/BitzTable/Store/index.mjs +139 -165
- package/dist/components/BitzTable/Store/utils/index.mjs +11 -2
- package/dist/components/BitzTable/SubTable/index.mjs +66 -71
- package/dist/components/BitzTable/Table/ResizableTitle copy.mjs +27 -37
- package/dist/components/BitzTable/Table/SortTableContext.mjs +7 -19
- package/dist/components/BitzTable/Table/SortableRow.mjs +36 -38
- package/dist/components/BitzTable/Table/TdCell.mjs +14 -12
- package/dist/components/BitzTable/Table/index.mjs +416 -530
- package/dist/components/BitzTable/Table/useScrollConfig.mjs +18 -10
- package/dist/components/BitzTable/Table/utils.mjs +20 -21
- package/dist/components/BitzTable/TextOverflow/index.mjs +15 -14
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnConfigModal.d.ts +0 -1
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnConfigModal.mjs +126 -125
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/DndItem.mjs +114 -120
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/DndList.mjs +31 -42
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/index.mjs +339 -344
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/DndItem.mjs +23 -33
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/DndList.mjs +16 -30
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/index.mjs +169 -146
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/RadioCard.mjs +12 -9
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/ScopeSwitch.mjs +29 -17
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/index.mjs +233 -170
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/index.mjs +56 -59
- package/dist/components/BitzTable/ToolBar/ExportIcon/ExportModal.mjs +50 -50
- package/dist/components/BitzTable/ToolBar/ExportIcon/index.mjs +34 -34
- package/dist/components/BitzTable/ToolBar/FullscreenIcon/index.mjs +52 -40
- package/dist/components/BitzTable/ToolBar/Modal/index.d.ts +1 -1
- package/dist/components/BitzTable/ToolBar/Modal/index.mjs +19 -38
- package/dist/components/BitzTable/ToolBar/RefreshIcon/index.mjs +33 -19
- package/dist/components/BitzTable/ToolBar/Wrapper/index.mjs +32 -44
- package/dist/components/BitzTable/ToolBar/style.mjs +59 -58
- package/dist/components/BitzTableOperations/index.mjs +8 -13
- package/dist/components/BitzTableSelect/Picker/index.mjs +4 -23
- package/dist/components/BitzTableSelect/Select/index.mjs +2 -48
- package/dist/components/BitzTableSelect/SelectPopup/getData.mjs +16 -22
- package/dist/components/BitzTableSelect/SelectPopup/index.mjs +86 -171
- package/dist/components/BitzTableSelect/SingleSelect/index.mjs +1 -43
- package/dist/components/BitzTableSelect/TableCell/index.mjs +28 -56
- package/dist/components/BitzTableSelect/TextBlock/index.mjs +10 -18
- package/dist/components/BitzTableSelect/index.mjs +5 -39
- package/dist/components/BitzTag/index.mjs +10 -2
- package/dist/components/BitzText/index.mjs +47 -53
- package/dist/components/BitzTheme/index.mjs +5 -1
- package/dist/components/BitzTimeline/index.mjs +1 -11
- package/dist/components/BitzTimer/Form.mjs +32 -38
- package/dist/components/BitzTimer/Timer.mjs +31 -50
- package/dist/components/BitzTimer/index.mjs +58 -60
- package/dist/components/BitzToast/Toast/index.mjs +24 -12
- package/dist/components/BitzToast/index.mjs +7 -1
- package/dist/components/BitzTooltip/index.mjs +35 -45
- package/dist/components/BitzTooltip/style.mjs +41 -38
- package/dist/components/BitzUeEditor/config.mjs +183 -185
- package/dist/components/BitzUeEditor/index.mjs +10 -2
- package/dist/components/BitzUpload/index.mjs +72 -84
- package/dist/components/BitzWebAppDrawer/index.mjs +4 -18
- package/dist/components/BitzWebAppModal/index.mjs +6 -1
- package/dist/hooks/use-event-listener.mjs +4 -5
- package/dist/hooks/use-lock-fn.mjs +10 -13
- package/dist/hooks/use-scroll-parent.mjs +4 -4
- package/dist/hooks/useEvent.mjs +4 -7
- package/dist/hooks/useMergedState.mjs +6 -1
- package/dist/node_modules/@ant-design/icons/es/components/AntdIcon.mjs +4 -4
- package/dist/node_modules/classnames/index.mjs +1 -1
- package/dist/node_modules/dayjs/locale/zh-cn.mjs +10 -10
- package/dist/node_modules/prop-types/index.mjs +1 -1
- package/dist/node_modules/react-resizable/index.mjs +1 -1
- package/dist/node_modules/use-sync-external-store/shim/index.mjs +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/WithFluent.mjs +17 -14
- package/dist/utils/create.mjs +1 -7
- package/dist/utils/get-default-props.mjs +3 -1
- package/dist/utils/time.mjs +8 -8
- package/package.json +5 -5
- package/dist/_virtual/AsymmetricMatcher.mjs +0 -4
- package/dist/_virtual/DOMCollection.mjs +0 -4
- package/dist/_virtual/DOMElement.mjs +0 -4
- package/dist/_virtual/Explorer.mjs +0 -4
- package/dist/_virtual/Explorer2.mjs +0 -4
- package/dist/_virtual/ExplorerBase.mjs +0 -4
- package/dist/_virtual/ExplorerBase2.mjs +0 -4
- package/dist/_virtual/ExplorerSync.mjs +0 -4
- package/dist/_virtual/ExplorerSync2.mjs +0 -4
- package/dist/_virtual/Immutable.mjs +0 -4
- package/dist/_virtual/ReactElement.mjs +0 -4
- package/dist/_virtual/ReactTestComponent.mjs +0 -4
- package/dist/_virtual/___vite-browser-external.mjs +0 -6
- package/dist/_virtual/__vite-browser-external.mjs +0 -4
- package/dist/_virtual/_commonjs-dynamic-modules.mjs +0 -6
- package/dist/_virtual/addComment.mjs +0 -4
- package/dist/_virtual/addComments.mjs +0 -4
- package/dist/_virtual/appendToMemberExpression.mjs +0 -4
- package/dist/_virtual/assertNode.mjs +0 -4
- package/dist/_virtual/babel-plugin-lingui-macro.28bb9ad7.mjs +0 -4
- package/dist/_virtual/buildChildren.mjs +0 -4
- package/dist/_virtual/buildMatchMemberExpression.mjs +0 -4
- package/dist/_virtual/cacheWrapper.mjs +0 -4
- package/dist/_virtual/cleanJSXElementLiteralChild.mjs +0 -4
- package/dist/_virtual/clone.mjs +0 -4
- package/dist/_virtual/cloneDeep.mjs +0 -4
- package/dist/_virtual/cloneDeepWithoutLoc.mjs +0 -4
- package/dist/_virtual/cloneNode.mjs +0 -4
- package/dist/_virtual/cloneWithoutLoc.mjs +0 -4
- package/dist/_virtual/collections.mjs +0 -4
- package/dist/_virtual/common2.mjs +0 -4
- package/dist/_virtual/condition.mjs +0 -4
- package/dist/_virtual/conversions.mjs +0 -4
- package/dist/_virtual/core.mjs +0 -4
- package/dist/_virtual/createFlowUnionType.mjs +0 -4
- package/dist/_virtual/createTSUnionType.mjs +0 -4
- package/dist/_virtual/createTypeAnnotationBasedOnTypeof.mjs +0 -4
- package/dist/_virtual/dayjs.min.mjs +0 -4
- package/dist/_virtual/defaultConfig.mjs +0 -4
- package/dist/_virtual/deprecated-aliases.mjs +0 -4
- package/dist/_virtual/deprecated.mjs +0 -4
- package/dist/_virtual/deprecationWarning.mjs +0 -4
- package/dist/_virtual/dumper.mjs +0 -4
- package/dist/_virtual/ensureBlock.mjs +0 -4
- package/dist/_virtual/errors.mjs +0 -4
- package/dist/_virtual/escapeHTML.mjs +0 -4
- package/dist/_virtual/experimental.mjs +0 -4
- package/dist/_virtual/flow.mjs +0 -4
- package/dist/_virtual/gatherSequenceExpressions.mjs +0 -4
- package/dist/_virtual/generateMessageId.mjs +0 -4
- package/dist/_virtual/getAssignmentIdentifiers.mjs +0 -4
- package/dist/_virtual/getBindingIdentifiers.mjs +0 -4
- package/dist/_virtual/getDirectory.mjs +0 -4
- package/dist/_virtual/getFunctionName.mjs +0 -4
- package/dist/_virtual/getOuterBindingIdentifiers.mjs +0 -4
- package/dist/_virtual/getPropertyByPath.mjs +0 -4
- package/dist/_virtual/identifier.mjs +0 -4
- package/dist/_virtual/index10.mjs +0 -4
- package/dist/_virtual/index11.mjs +0 -4
- package/dist/_virtual/index12.mjs +0 -4
- package/dist/_virtual/index13.mjs +0 -4
- package/dist/_virtual/index14.mjs +0 -4
- package/dist/_virtual/index15.mjs +0 -4
- package/dist/_virtual/index16.mjs +0 -4
- package/dist/_virtual/index17.mjs +0 -4
- package/dist/_virtual/index18.mjs +0 -4
- package/dist/_virtual/index19.mjs +0 -4
- package/dist/_virtual/index20.mjs +0 -4
- package/dist/_virtual/index21.mjs +0 -4
- package/dist/_virtual/index22.mjs +0 -4
- package/dist/_virtual/index23.mjs +0 -6
- package/dist/_virtual/index24.mjs +0 -4
- package/dist/_virtual/index25.mjs +0 -4
- package/dist/_virtual/index26.mjs +0 -4
- package/dist/_virtual/index27.mjs +0 -4
- package/dist/_virtual/index28.mjs +0 -4
- package/dist/_virtual/index29.mjs +0 -4
- package/dist/_virtual/index30.mjs +0 -4
- package/dist/_virtual/index31.mjs +0 -4
- package/dist/_virtual/index32.mjs +0 -4
- package/dist/_virtual/index33.mjs +0 -4
- package/dist/_virtual/index34.mjs +0 -4
- package/dist/_virtual/index35.mjs +0 -4
- package/dist/_virtual/index36.mjs +0 -4
- package/dist/_virtual/index37.mjs +0 -4
- package/dist/_virtual/index38.mjs +0 -4
- package/dist/_virtual/index39.mjs +0 -4
- package/dist/_virtual/index40.mjs +0 -4
- package/dist/_virtual/index7.mjs +0 -4
- package/dist/_virtual/index8.mjs +0 -6
- package/dist/_virtual/index9.mjs +0 -4
- package/dist/_virtual/inherit.mjs +0 -4
- package/dist/_virtual/inheritInnerComments.mjs +0 -4
- package/dist/_virtual/inheritLeadingComments.mjs +0 -4
- package/dist/_virtual/inheritTrailingComments.mjs +0 -4
- package/dist/_virtual/inherits.mjs +0 -4
- package/dist/_virtual/inheritsComments.mjs +0 -4
- package/dist/_virtual/inherits_browser.mjs +0 -4
- package/dist/_virtual/is.mjs +0 -4
- package/dist/_virtual/isBinding.mjs +0 -4
- package/dist/_virtual/isBlockScoped.mjs +0 -4
- package/dist/_virtual/isCompatTag.mjs +0 -4
- package/dist/_virtual/isImmutable.mjs +0 -4
- package/dist/_virtual/isLet.mjs +0 -4
- package/dist/_virtual/isNode.mjs +0 -4
- package/dist/_virtual/isNodesEquivalent.mjs +0 -4
- package/dist/_virtual/isPlaceholderType.mjs +0 -4
- package/dist/_virtual/isReactComponent.mjs +0 -4
- package/dist/_virtual/isReferenced.mjs +0 -4
- package/dist/_virtual/isScope.mjs +0 -4
- package/dist/_virtual/isSpecifierDefault.mjs +0 -4
- package/dist/_virtual/isType.mjs +0 -4
- package/dist/_virtual/isValidES3Identifier.mjs +0 -4
- package/dist/_virtual/isValidIdentifier.mjs +0 -4
- package/dist/_virtual/isVar.mjs +0 -4
- package/dist/_virtual/jsx.mjs +0 -4
- package/dist/_virtual/keyword.mjs +0 -4
- package/dist/_virtual/loader.mjs +0 -4
- package/dist/_virtual/loaders.mjs +0 -4
- package/dist/_virtual/loaders2.mjs +0 -4
- package/dist/_virtual/macro.mjs +0 -4
- package/dist/_virtual/markup.mjs +0 -4
- package/dist/_virtual/matchesPattern.mjs +0 -4
- package/dist/_virtual/misc.mjs +0 -4
- package/dist/_virtual/picocolors.browser.mjs +0 -4
- package/dist/_virtual/placeholders.mjs +0 -4
- package/dist/_virtual/prependToMemberExpression.mjs +0 -4
- package/dist/_virtual/productions.mjs +0 -4
- package/dist/_virtual/react-is.development3.mjs +0 -4
- package/dist/_virtual/react-is.production.min3.mjs +0 -4
- package/dist/_virtual/readFile.mjs +0 -4
- package/dist/_virtual/removeComments.mjs +0 -4
- package/dist/_virtual/removeProperties.mjs +0 -4
- package/dist/_virtual/removePropertiesDeep.mjs +0 -4
- package/dist/_virtual/removeTypeDuplicates.mjs +0 -4
- package/dist/_virtual/removeTypeDuplicates2.mjs +0 -4
- package/dist/_virtual/sha256.mjs +0 -4
- package/dist/_virtual/shallowEqual.mjs +0 -4
- package/dist/_virtual/toBindingIdentifierName.mjs +0 -4
- package/dist/_virtual/toBlock.mjs +0 -4
- package/dist/_virtual/toComputedKey.mjs +0 -4
- package/dist/_virtual/toExpression.mjs +0 -4
- package/dist/_virtual/toIdentifier.mjs +0 -4
- package/dist/_virtual/toKeyAlias.mjs +0 -4
- package/dist/_virtual/toSequenceExpression.mjs +0 -4
- package/dist/_virtual/toStatement.mjs +0 -4
- package/dist/_virtual/traverse.mjs +0 -4
- package/dist/_virtual/traverseFast.mjs +0 -4
- package/dist/_virtual/types.mjs +0 -4
- package/dist/_virtual/types2.mjs +0 -4
- package/dist/_virtual/typescript.mjs +0 -4
- package/dist/_virtual/typescript2.mjs +0 -11
- package/dist/_virtual/typescript3.mjs +0 -4
- package/dist/_virtual/uppercase.mjs +0 -4
- package/dist/_virtual/util.mjs +0 -4
- package/dist/_virtual/util2.mjs +0 -4
- package/dist/_virtual/utils2.mjs +0 -4
- package/dist/_virtual/utils3.mjs +0 -4
- package/dist/_virtual/validate.mjs +0 -4
- package/dist/_virtual/validate2.mjs +0 -4
- package/dist/_virtual/validateCLIOptions.mjs +0 -4
- package/dist/_virtual/validateNode.mjs +0 -4
- package/dist/_virtual/valueToNode.mjs +0 -4
- package/dist/_virtual/warnings.mjs +0 -4
- package/dist/components/BitzTable/Select/index.d.ts +0 -3
- package/dist/components/BitzTable/Select/style.d.ts +0 -4
- package/dist/components/BitzTable/ToolBar/ExportIcon/AnyDataTotalLabel.d.ts +0 -11
- package/dist/components/BitzTable/ToolBar/ExportIcon/styles.d.ts +0 -3
- package/dist/node_modules/@ant-design/icons/es/icons/AlignCenterOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/AppstoreOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/ArrowLeftOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/ArrowRightOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/CaretDownFilled.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/CaretDownOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/CheckCircleOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/ClockCircleOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/CopyOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/DownOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/EditOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/ExclamationCircleOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/FullscreenExitOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/FullscreenOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/InfoCircleOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/LeftOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/MenuFoldOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/MenuOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/MenuUnfoldOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/MinusCircleOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/PauseCircleFilled.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/PlayCircleFilled.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/PlusCircleFilled.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/PlusOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/RedoOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/ReloadOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/RightOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/SearchOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/SettingFilled.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/SettingOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/SwapRightOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons/es/icons/UploadOutlined.mjs +0 -15
- package/dist/node_modules/@ant-design/icons-svg/es/asn/AlignCenterOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/AppstoreOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/ArrowLeftOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/ArrowRightOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/CaretDownFilled.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/CaretDownOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/CheckCircleOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/ClockCircleOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/CopyOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/DownOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/EditOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/ExclamationCircleOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/FullscreenExitOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/FullscreenOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/InfoCircleOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/LeftOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/MenuFoldOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/MenuOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/MenuUnfoldOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/MinusCircleOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/PauseCircleFilled.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/PlayCircleFilled.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/PlusCircleFilled.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/PlusOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/RedoOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/ReloadOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/RightOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/SearchOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/SettingFilled.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/SettingOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/SwapRightOutlined.mjs +0 -5
- package/dist/node_modules/@ant-design/icons-svg/es/asn/UploadOutlined.mjs +0 -5
- package/dist/node_modules/@babel/code-frame/lib/index.mjs +0 -133
- package/dist/node_modules/@babel/helper-string-parser/lib/index.mjs +0 -218
- package/dist/node_modules/@babel/helper-validator-identifier/lib/identifier.mjs +0 -46
- package/dist/node_modules/@babel/helper-validator-identifier/lib/index.mjs +0 -51
- package/dist/node_modules/@babel/helper-validator-identifier/lib/keyword.mjs +0 -32
- package/dist/node_modules/@babel/highlight/lib/index.mjs +0 -128
- package/dist/node_modules/@babel/highlight/node_modules/ansi-styles/index.mjs +0 -116
- package/dist/node_modules/@babel/highlight/node_modules/chalk/index.mjs +0 -126
- package/dist/node_modules/@babel/highlight/node_modules/chalk/templates.mjs +0 -86
- package/dist/node_modules/@babel/highlight/node_modules/color-convert/conversions.mjs +0 -274
- package/dist/node_modules/@babel/highlight/node_modules/color-convert/index.mjs +0 -39
- package/dist/node_modules/@babel/highlight/node_modules/color-convert/route.mjs +0 -47
- package/dist/node_modules/@babel/highlight/node_modules/color-name/index.mjs +0 -156
- package/dist/node_modules/@babel/highlight/node_modules/supports-color/browser.mjs +0 -10
- package/dist/node_modules/@babel/types/lib/asserts/assertNode.mjs +0 -15
- package/dist/node_modules/@babel/types/lib/asserts/generated/index.mjs +0 -1231
- package/dist/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.mjs +0 -21
- package/dist/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.mjs +0 -37
- package/dist/node_modules/@babel/types/lib/builders/generated/index.mjs +0 -1741
- package/dist/node_modules/@babel/types/lib/builders/generated/uppercase.mjs +0 -1284
- package/dist/node_modules/@babel/types/lib/builders/productions.mjs +0 -18
- package/dist/node_modules/@babel/types/lib/builders/react/buildChildren.mjs +0 -29
- package/dist/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.mjs +0 -23
- package/dist/node_modules/@babel/types/lib/builders/validateNode.mjs +0 -22
- package/dist/node_modules/@babel/types/lib/clone/clone.mjs +0 -11
- package/dist/node_modules/@babel/types/lib/clone/cloneDeep.mjs +0 -11
- package/dist/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.mjs +0 -11
- package/dist/node_modules/@babel/types/lib/clone/cloneNode.mjs +0 -57
- package/dist/node_modules/@babel/types/lib/clone/cloneWithoutLoc.mjs +0 -11
- package/dist/node_modules/@babel/types/lib/comments/addComment.mjs +0 -14
- package/dist/node_modules/@babel/types/lib/comments/addComments.mjs +0 -11
- package/dist/node_modules/@babel/types/lib/comments/inheritInnerComments.mjs +0 -11
- package/dist/node_modules/@babel/types/lib/comments/inheritLeadingComments.mjs +0 -11
- package/dist/node_modules/@babel/types/lib/comments/inheritTrailingComments.mjs +0 -11
- package/dist/node_modules/@babel/types/lib/comments/inheritsComments.mjs +0 -15
- package/dist/node_modules/@babel/types/lib/comments/removeComments.mjs +0 -13
- package/dist/node_modules/@babel/types/lib/constants/generated/index.mjs +0 -60
- package/dist/node_modules/@babel/types/lib/constants/index.mjs +0 -25
- package/dist/node_modules/@babel/types/lib/converters/ensureBlock.mjs +0 -19
- package/dist/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.mjs +0 -59
- package/dist/node_modules/@babel/types/lib/converters/toBindingIdentifierName.mjs +0 -11
- package/dist/node_modules/@babel/types/lib/converters/toBlock.mjs +0 -23
- package/dist/node_modules/@babel/types/lib/converters/toComputedKey.mjs +0 -20
- package/dist/node_modules/@babel/types/lib/converters/toExpression.mjs +0 -16
- package/dist/node_modules/@babel/types/lib/converters/toIdentifier.mjs +0 -19
- package/dist/node_modules/@babel/types/lib/converters/toKeyAlias.mjs +0 -20
- package/dist/node_modules/@babel/types/lib/converters/toSequenceExpression.mjs +0 -25
- package/dist/node_modules/@babel/types/lib/converters/toStatement.mjs +0 -35
- package/dist/node_modules/@babel/types/lib/converters/valueToNode.mjs +0 -63
- package/dist/node_modules/@babel/types/lib/definitions/core.mjs +0 -1556
- package/dist/node_modules/@babel/types/lib/definitions/deprecated-aliases.mjs +0 -11
- package/dist/node_modules/@babel/types/lib/definitions/experimental.mjs +0 -130
- package/dist/node_modules/@babel/types/lib/definitions/flow.mjs +0 -433
- package/dist/node_modules/@babel/types/lib/definitions/index.mjs +0 -84
- package/dist/node_modules/@babel/types/lib/definitions/jsx.mjs +0 -151
- package/dist/node_modules/@babel/types/lib/definitions/misc.mjs +0 -35
- package/dist/node_modules/@babel/types/lib/definitions/placeholders.mjs +0 -28
- package/dist/node_modules/@babel/types/lib/definitions/typescript.mjs +0 -445
- package/dist/node_modules/@babel/types/lib/definitions/utils.mjs +0 -200
- package/dist/node_modules/@babel/types/lib/index.mjs +0 -569
- package/dist/node_modules/@babel/types/lib/modifications/appendToMemberExpression.mjs +0 -18
- package/dist/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.mjs +0 -44
- package/dist/node_modules/@babel/types/lib/modifications/inherits.mjs +0 -21
- package/dist/node_modules/@babel/types/lib/modifications/prependToMemberExpression.mjs +0 -21
- package/dist/node_modules/@babel/types/lib/modifications/removeProperties.mjs +0 -19
- package/dist/node_modules/@babel/types/lib/modifications/removePropertiesDeep.mjs +0 -13
- package/dist/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.mjs +0 -44
- package/dist/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.mjs +0 -40
- package/dist/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.mjs +0 -81
- package/dist/node_modules/@babel/types/lib/retrievers/getFunctionName.mjs +0 -37
- package/dist/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.mjs +0 -12
- package/dist/node_modules/@babel/types/lib/traverse/traverse.mjs +0 -41
- package/dist/node_modules/@babel/types/lib/traverse/traverseFast.mjs +0 -23
- package/dist/node_modules/@babel/types/lib/utils/deprecationWarning.mjs +0 -37
- package/dist/node_modules/@babel/types/lib/utils/inherit.mjs +0 -8
- package/dist/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.mjs +0 -29
- package/dist/node_modules/@babel/types/lib/utils/shallowEqual.mjs +0 -12
- package/dist/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.mjs +0 -12
- package/dist/node_modules/@babel/types/lib/validators/generated/index.mjs +0 -2300
- package/dist/node_modules/@babel/types/lib/validators/is.mjs +0 -22
- package/dist/node_modules/@babel/types/lib/validators/isBinding.mjs +0 -23
- package/dist/node_modules/@babel/types/lib/validators/isBlockScoped.mjs +0 -13
- package/dist/node_modules/@babel/types/lib/validators/isImmutable.mjs +0 -12
- package/dist/node_modules/@babel/types/lib/validators/isLet.mjs +0 -13
- package/dist/node_modules/@babel/types/lib/validators/isNode.mjs +0 -10
- package/dist/node_modules/@babel/types/lib/validators/isNodesEquivalent.mjs +0 -40
- package/dist/node_modules/@babel/types/lib/validators/isPlaceholderType.mjs +0 -26
- package/dist/node_modules/@babel/types/lib/validators/isReferenced.mjs +0 -75
- package/dist/node_modules/@babel/types/lib/validators/isScope.mjs +0 -11
- package/dist/node_modules/@babel/types/lib/validators/isSpecifierDefault.mjs +0 -13
- package/dist/node_modules/@babel/types/lib/validators/isType.mjs +0 -30
- package/dist/node_modules/@babel/types/lib/validators/isValidES3Identifier.mjs +0 -12
- package/dist/node_modules/@babel/types/lib/validators/isValidIdentifier.mjs +0 -11
- package/dist/node_modules/@babel/types/lib/validators/isVar.mjs +0 -15
- package/dist/node_modules/@babel/types/lib/validators/matchesPattern.mjs +0 -33
- package/dist/node_modules/@babel/types/lib/validators/react/isCompatTag.mjs +0 -8
- package/dist/node_modules/@babel/types/lib/validators/react/isReactComponent.mjs +0 -10
- package/dist/node_modules/@babel/types/lib/validators/validate.mjs +0 -33
- package/dist/node_modules/@lingui/babel-plugin-lingui-macro/dist/index.mjs +0 -525
- package/dist/node_modules/@lingui/babel-plugin-lingui-macro/dist/macro.mjs +0 -47
- package/dist/node_modules/@lingui/babel-plugin-lingui-macro/dist/shared/babel-plugin-lingui-macro.28bb9ad7.mjs +0 -336
- package/dist/node_modules/@lingui/conf/dist/index.mjs +0 -384
- package/dist/node_modules/@lingui/message-utils/dist/generateMessageId.mjs +0 -16
- package/dist/node_modules/@lingui/react/macro/index.mjs +0 -5
- package/dist/node_modules/ansi-styles/index.mjs +0 -112
- package/dist/node_modules/available-typed-arrays/index.mjs +0 -10
- package/dist/node_modules/babel-plugin-macros/dist/index.mjs +0 -233
- package/dist/node_modules/babel-plugin-macros/node_modules/cosmiconfig/dist/Explorer.mjs +0 -67
- package/dist/node_modules/babel-plugin-macros/node_modules/cosmiconfig/dist/ExplorerBase.mjs +0 -87
- package/dist/node_modules/babel-plugin-macros/node_modules/cosmiconfig/dist/ExplorerSync.mjs +0 -67
- package/dist/node_modules/babel-plugin-macros/node_modules/cosmiconfig/dist/cacheWrapper.mjs +0 -27
- package/dist/node_modules/babel-plugin-macros/node_modules/cosmiconfig/dist/getDirectory.mjs +0 -26
- package/dist/node_modules/babel-plugin-macros/node_modules/cosmiconfig/dist/getPropertyByPath.mjs +0 -16
- package/dist/node_modules/babel-plugin-macros/node_modules/cosmiconfig/dist/index.mjs +0 -72
- package/dist/node_modules/babel-plugin-macros/node_modules/cosmiconfig/dist/loaders.mjs +0 -46
- package/dist/node_modules/babel-plugin-macros/node_modules/cosmiconfig/dist/readFile.mjs +0 -49
- package/dist/node_modules/call-bind/callBound.mjs +0 -9
- package/dist/node_modules/call-bind/index.mjs +0 -27
- package/dist/node_modules/callsites/index.mjs +0 -17
- package/dist/node_modules/chalk/source/index.mjs +0 -131
- package/dist/node_modules/chalk/source/templates.mjs +0 -89
- package/dist/node_modules/chalk/source/util.mjs +0 -28
- package/dist/node_modules/color-convert/conversions.mjs +0 -308
- package/dist/node_modules/color-convert/index.mjs +0 -41
- package/dist/node_modules/color-convert/route.mjs +0 -53
- package/dist/node_modules/color-name/index.mjs +0 -156
- package/dist/node_modules/cosmiconfig/dist/Explorer.mjs +0 -91
- package/dist/node_modules/cosmiconfig/dist/ExplorerBase.mjs +0 -68
- package/dist/node_modules/cosmiconfig/dist/ExplorerSync.mjs +0 -105
- package/dist/node_modules/cosmiconfig/dist/index.mjs +0 -184
- package/dist/node_modules/cosmiconfig/dist/loaders.mjs +0 -103
- package/dist/node_modules/cosmiconfig/dist/types.mjs +0 -5
- package/dist/node_modules/cosmiconfig/dist/util.mjs +0 -24
- package/dist/node_modules/dayjs/dayjs.min.mjs +0 -297
- package/dist/node_modules/define-data-property/index.mjs +0 -33
- package/dist/node_modules/error-ex/index.mjs +0 -69
- package/dist/node_modules/es-define-property/index.mjs +0 -18
- package/dist/node_modules/es-errors/eval.mjs +0 -4
- package/dist/node_modules/es-errors/index.mjs +0 -4
- package/dist/node_modules/es-errors/range.mjs +0 -4
- package/dist/node_modules/es-errors/ref.mjs +0 -4
- package/dist/node_modules/es-errors/syntax.mjs +0 -4
- package/dist/node_modules/es-errors/type.mjs +0 -4
- package/dist/node_modules/es-errors/uri.mjs +0 -4
- package/dist/node_modules/escape-string-regexp/index.mjs +0 -15
- package/dist/node_modules/for-each/index.mjs +0 -19
- package/dist/node_modules/function-bind/implementation.mjs +0 -42
- package/dist/node_modules/function-bind/index.mjs +0 -5
- package/dist/node_modules/get-intrinsic/index.mjs +0 -240
- package/dist/node_modules/gopd/index.mjs +0 -12
- package/dist/node_modules/has-property-descriptors/index.mjs +0 -17
- package/dist/node_modules/has-proto/index.mjs +0 -9
- package/dist/node_modules/has-symbols/index.mjs +0 -7
- package/dist/node_modules/has-symbols/shams.mjs +0 -27
- package/dist/node_modules/has-tostringtag/shams.mjs +0 -7
- package/dist/node_modules/hasown/index.mjs +0 -5
- package/dist/node_modules/import-fresh/index.mjs +0 -27
- package/dist/node_modules/import-fresh/node_modules/resolve-from/index.mjs +0 -41
- package/dist/node_modules/inherits/inherits_browser.mjs +0 -22
- package/dist/node_modules/is-arguments/index.mjs +0 -14
- package/dist/node_modules/is-arrayish/index.mjs +0 -9
- package/dist/node_modules/is-callable/index.mjs +0 -70
- package/dist/node_modules/is-core-module/core.json.mjs +0 -443
- package/dist/node_modules/is-core-module/index.mjs +0 -40
- package/dist/node_modules/is-generator-function/index.mjs +0 -28
- package/dist/node_modules/is-typed-array/index.mjs +0 -7
- package/dist/node_modules/jest-get-type/build/index.mjs +0 -47
- package/dist/node_modules/jest-validate/build/condition.mjs +0 -25
- package/dist/node_modules/jest-validate/build/defaultConfig.mjs +0 -35
- package/dist/node_modules/jest-validate/build/deprecated.mjs +0 -16
- package/dist/node_modules/jest-validate/build/errors.mjs +0 -58
- package/dist/node_modules/jest-validate/build/index.mjs +0 -55
- package/dist/node_modules/jest-validate/build/utils.mjs +0 -84
- package/dist/node_modules/jest-validate/build/validate.mjs +0 -66
- package/dist/node_modules/jest-validate/build/validateCLIOptions.mjs +0 -87
- package/dist/node_modules/jest-validate/build/warnings.mjs +0 -34
- package/dist/node_modules/jest-validate/node_modules/ansi-styles/index.mjs +0 -110
- package/dist/node_modules/jest-validate/node_modules/camelcase/index.mjs +0 -30
- package/dist/node_modules/jest-validate/node_modules/pretty-format/build/collections.mjs +0 -94
- package/dist/node_modules/jest-validate/node_modules/pretty-format/build/index.mjs +0 -275
- package/dist/node_modules/jest-validate/node_modules/pretty-format/build/plugins/AsymmetricMatcher.mjs +0 -50
- package/dist/node_modules/jest-validate/node_modules/pretty-format/build/plugins/DOMCollection.mjs +0 -42
- package/dist/node_modules/jest-validate/node_modules/pretty-format/build/plugins/DOMElement.mjs +0 -72
- package/dist/node_modules/jest-validate/node_modules/pretty-format/build/plugins/Immutable.mjs +0 -119
- package/dist/node_modules/jest-validate/node_modules/pretty-format/build/plugins/ReactElement.mjs +0 -101
- package/dist/node_modules/jest-validate/node_modules/pretty-format/build/plugins/ReactTestComponent.mjs +0 -47
- package/dist/node_modules/jest-validate/node_modules/pretty-format/build/plugins/lib/escapeHTML.mjs +0 -16
- package/dist/node_modules/jest-validate/node_modules/pretty-format/build/plugins/lib/markup.mjs +0 -51
- package/dist/node_modules/jest-validate/node_modules/react-is/cjs/react-is.development.mjs +0 -103
- package/dist/node_modules/jest-validate/node_modules/react-is/cjs/react-is.production.min.mjs +0 -82
- package/dist/node_modules/jest-validate/node_modules/react-is/index.mjs +0 -10
- package/dist/node_modules/js-sha256/src/sha256.mjs +0 -257
- package/dist/node_modules/js-tokens/index.mjs +0 -13
- package/dist/node_modules/js-yaml/index.mjs +0 -53
- package/dist/node_modules/js-yaml/lib/common.mjs +0 -36
- package/dist/node_modules/js-yaml/lib/dumper.mjs +0 -306
- package/dist/node_modules/js-yaml/lib/exception.mjs +0 -21
- package/dist/node_modules/js-yaml/lib/loader.mjs +0 -448
- package/dist/node_modules/js-yaml/lib/schema/core.mjs +0 -8
- package/dist/node_modules/js-yaml/lib/schema/default.mjs +0 -25
- package/dist/node_modules/js-yaml/lib/schema/failsafe.mjs +0 -21
- package/dist/node_modules/js-yaml/lib/schema/json.mjs +0 -19
- package/dist/node_modules/js-yaml/lib/schema.mjs +0 -68
- package/dist/node_modules/js-yaml/lib/snippet.mjs +0 -53
- package/dist/node_modules/js-yaml/lib/type/binary.mjs +0 -46
- package/dist/node_modules/js-yaml/lib/type/bool.mjs +0 -41
- package/dist/node_modules/js-yaml/lib/type/float.mjs +0 -69
- package/dist/node_modules/js-yaml/lib/type/int.mjs +0 -113
- package/dist/node_modules/js-yaml/lib/type/map.mjs +0 -17
- package/dist/node_modules/js-yaml/lib/type/merge.mjs +0 -18
- package/dist/node_modules/js-yaml/lib/type/null.mjs +0 -47
- package/dist/node_modules/js-yaml/lib/type/omap.mjs +0 -41
- package/dist/node_modules/js-yaml/lib/type/pairs.mjs +0 -35
- package/dist/node_modules/js-yaml/lib/type/seq.mjs +0 -17
- package/dist/node_modules/js-yaml/lib/type/set.mjs +0 -28
- package/dist/node_modules/js-yaml/lib/type/str.mjs +0 -17
- package/dist/node_modules/js-yaml/lib/type/timestamp.mjs +0 -41
- package/dist/node_modules/js-yaml/lib/type.mjs +0 -46
- package/dist/node_modules/json-parse-even-better-errors/index.mjs +0 -72
- package/dist/node_modules/leven/index.mjs +0 -32
- package/dist/node_modules/lines-and-columns/build/index.mjs +0 -47
- package/dist/node_modules/lodash-es/_DataView.mjs +0 -7
- package/dist/node_modules/lodash-es/_Hash.mjs +0 -20
- package/dist/node_modules/lodash-es/_ListCache.mjs +0 -20
- package/dist/node_modules/lodash-es/_Map.mjs +0 -7
- package/dist/node_modules/lodash-es/_MapCache.mjs +0 -20
- package/dist/node_modules/lodash-es/_Promise.mjs +0 -7
- package/dist/node_modules/lodash-es/_Set.mjs +0 -7
- package/dist/node_modules/lodash-es/_SetCache.mjs +0 -13
- package/dist/node_modules/lodash-es/_Stack.mjs +0 -18
- package/dist/node_modules/lodash-es/_Symbol.mjs +0 -6
- package/dist/node_modules/lodash-es/_Uint8Array.mjs +0 -6
- package/dist/node_modules/lodash-es/_WeakMap.mjs +0 -7
- package/dist/node_modules/lodash-es/_apply.mjs +0 -16
- package/dist/node_modules/lodash-es/_arrayEach.mjs +0 -8
- package/dist/node_modules/lodash-es/_arrayFilter.mjs +0 -10
- package/dist/node_modules/lodash-es/_arrayIncludes.mjs +0 -8
- package/dist/node_modules/lodash-es/_arrayIncludesWith.mjs +0 -9
- package/dist/node_modules/lodash-es/_arrayLikeKeys.mjs +0 -20
- package/dist/node_modules/lodash-es/_arrayMap.mjs +0 -8
- package/dist/node_modules/lodash-es/_arrayPush.mjs +0 -8
- package/dist/node_modules/lodash-es/_arraySome.mjs +0 -9
- package/dist/node_modules/lodash-es/_assignMergeValue.mjs +0 -8
- package/dist/node_modules/lodash-es/_assignValue.mjs +0 -10
- package/dist/node_modules/lodash-es/_assocIndexOf.mjs +0 -10
- package/dist/node_modules/lodash-es/_baseAssign.mjs +0 -8
- package/dist/node_modules/lodash-es/_baseAssignIn.mjs +0 -8
- package/dist/node_modules/lodash-es/_baseAssignValue.mjs +0 -12
- package/dist/node_modules/lodash-es/_baseAt.mjs +0 -9
- package/dist/node_modules/lodash-es/_baseClone.mjs +0 -65
- package/dist/node_modules/lodash-es/_baseCreate.mjs +0 -18
- package/dist/node_modules/lodash-es/_baseFindIndex.mjs +0 -9
- package/dist/node_modules/lodash-es/_baseFlatten.mjs +0 -13
- package/dist/node_modules/lodash-es/_baseFor.mjs +0 -6
- package/dist/node_modules/lodash-es/_baseForOwn.mjs +0 -8
- package/dist/node_modules/lodash-es/_baseGet.mjs +0 -11
- package/dist/node_modules/lodash-es/_baseGetAllKeys.mjs +0 -9
- package/dist/node_modules/lodash-es/_baseGetTag.mjs +0 -10
- package/dist/node_modules/lodash-es/_baseHasIn.mjs +0 -6
- package/dist/node_modules/lodash-es/_baseIndexOf.mjs +0 -9
- package/dist/node_modules/lodash-es/_baseIsArguments.mjs +0 -9
- package/dist/node_modules/lodash-es/_baseIsEqual.mjs +0 -8
- package/dist/node_modules/lodash-es/_baseIsEqualDeep.mjs +0 -32
- package/dist/node_modules/lodash-es/_baseIsMap.mjs +0 -9
- package/dist/node_modules/lodash-es/_baseIsMatch.mjs +0 -31
- package/dist/node_modules/lodash-es/_baseIsNaN.mjs +0 -6
- package/dist/node_modules/lodash-es/_baseIsNative.mjs +0 -16
- package/dist/node_modules/lodash-es/_baseIsSet.mjs +0 -9
- package/dist/node_modules/lodash-es/_baseIsTypedArray.mjs +0 -12
- package/dist/node_modules/lodash-es/_baseIteratee.mjs +0 -11
- package/dist/node_modules/lodash-es/_baseKeys.mjs +0 -14
- package/dist/node_modules/lodash-es/_baseKeysIn.mjs +0 -15
- package/dist/node_modules/lodash-es/_baseMatches.mjs +0 -12
- package/dist/node_modules/lodash-es/_baseMatchesProperty.mjs +0 -17
- package/dist/node_modules/lodash-es/_baseMerge.mjs +0 -20
- package/dist/node_modules/lodash-es/_baseMergeDeep.mjs +0 -31
- package/dist/node_modules/lodash-es/_baseProperty.mjs +0 -8
- package/dist/node_modules/lodash-es/_basePropertyDeep.mjs +0 -9
- package/dist/node_modules/lodash-es/_baseRest.mjs +0 -9
- package/dist/node_modules/lodash-es/_baseSetToString.mjs +0 -15
- package/dist/node_modules/lodash-es/_baseSlice.mjs +0 -10
- package/dist/node_modules/lodash-es/_baseTimes.mjs +0 -8
- package/dist/node_modules/lodash-es/_baseToString.mjs +0 -18
- package/dist/node_modules/lodash-es/_baseUnary.mjs +0 -8
- package/dist/node_modules/lodash-es/_baseUniq.mjs +0 -34
- package/dist/node_modules/lodash-es/_baseUnset.mjs +0 -10
- package/dist/node_modules/lodash-es/_cacheHas.mjs +0 -6
- package/dist/node_modules/lodash-es/_castPath.mjs +0 -10
- package/dist/node_modules/lodash-es/_cloneArrayBuffer.mjs +0 -8
- package/dist/node_modules/lodash-es/_cloneBuffer.mjs +0 -11
- package/dist/node_modules/lodash-es/_cloneDataView.mjs +0 -8
- package/dist/node_modules/lodash-es/_cloneRegExp.mjs +0 -8
- package/dist/node_modules/lodash-es/_cloneSymbol.mjs +0 -8
- package/dist/node_modules/lodash-es/_cloneTypedArray.mjs +0 -8
- package/dist/node_modules/lodash-es/_copyArray.mjs +0 -9
- package/dist/node_modules/lodash-es/_copyObject.mjs +0 -14
- package/dist/node_modules/lodash-es/_copySymbols.mjs +0 -8
- package/dist/node_modules/lodash-es/_copySymbolsIn.mjs +0 -8
- package/dist/node_modules/lodash-es/_coreJsData.mjs +0 -6
- package/dist/node_modules/lodash-es/_createAssigner.mjs +0 -15
- package/dist/node_modules/lodash-es/_createBaseFor.mjs +0 -13
- package/dist/node_modules/lodash-es/_createSet.mjs +0 -10
- package/dist/node_modules/lodash-es/_customOmitClone.mjs +0 -7
- package/dist/node_modules/lodash-es/_defineProperty.mjs +0 -12
- package/dist/node_modules/lodash-es/_equalArrays.mjs +0 -40
- package/dist/node_modules/lodash-es/_equalByTag.mjs +0 -45
- package/dist/node_modules/lodash-es/_equalObjects.mjs +0 -36
- package/dist/node_modules/lodash-es/_flatRest.mjs +0 -9
- package/dist/node_modules/lodash-es/_freeGlobal.mjs +0 -5
- package/dist/node_modules/lodash-es/_getAllKeys.mjs +0 -9
- package/dist/node_modules/lodash-es/_getAllKeysIn.mjs +0 -9
- package/dist/node_modules/lodash-es/_getMapData.mjs +0 -8
- package/dist/node_modules/lodash-es/_getMatchData.mjs +0 -12
- package/dist/node_modules/lodash-es/_getNative.mjs +0 -9
- package/dist/node_modules/lodash-es/_getPrototype.mjs +0 -6
- package/dist/node_modules/lodash-es/_getRawTag.mjs +0 -15
- package/dist/node_modules/lodash-es/_getSymbols.mjs +0 -11
- package/dist/node_modules/lodash-es/_getSymbolsIn.mjs +0 -13
- package/dist/node_modules/lodash-es/_getTag.mjs +0 -29
- package/dist/node_modules/lodash-es/_getValue.mjs +0 -6
- package/dist/node_modules/lodash-es/_hasPath.mjs +0 -19
- package/dist/node_modules/lodash-es/_hashClear.mjs +0 -7
- package/dist/node_modules/lodash-es/_hashDelete.mjs +0 -7
- package/dist/node_modules/lodash-es/_hashGet.mjs +0 -13
- package/dist/node_modules/lodash-es/_hashHas.mjs +0 -9
- package/dist/node_modules/lodash-es/_hashSet.mjs +0 -9
- package/dist/node_modules/lodash-es/_initCloneArray.mjs +0 -8
- package/dist/node_modules/lodash-es/_initCloneByTag.mjs +0 -42
- package/dist/node_modules/lodash-es/_initCloneObject.mjs +0 -9
- package/dist/node_modules/lodash-es/_isFlattenable.mjs +0 -10
- package/dist/node_modules/lodash-es/_isIndex.mjs +0 -8
- package/dist/node_modules/lodash-es/_isIterateeCall.mjs +0 -13
- package/dist/node_modules/lodash-es/_isKey.mjs +0 -12
- package/dist/node_modules/lodash-es/_isKeyable.mjs +0 -7
- package/dist/node_modules/lodash-es/_isMasked.mjs +0 -11
- package/dist/node_modules/lodash-es/_isPrototype.mjs +0 -8
- package/dist/node_modules/lodash-es/_isStrictComparable.mjs +0 -7
- package/dist/node_modules/lodash-es/_listCacheClear.mjs +0 -6
- package/dist/node_modules/lodash-es/_listCacheDelete.mjs +0 -12
- package/dist/node_modules/lodash-es/_listCacheGet.mjs +0 -8
- package/dist/node_modules/lodash-es/_listCacheHas.mjs +0 -7
- package/dist/node_modules/lodash-es/_listCacheSet.mjs +0 -8
- package/dist/node_modules/lodash-es/_mapCacheClear.mjs +0 -13
- package/dist/node_modules/lodash-es/_mapCacheDelete.mjs +0 -8
- package/dist/node_modules/lodash-es/_mapCacheGet.mjs +0 -7
- package/dist/node_modules/lodash-es/_mapCacheHas.mjs +0 -7
- package/dist/node_modules/lodash-es/_mapCacheSet.mjs +0 -8
- package/dist/node_modules/lodash-es/_mapToArray.mjs +0 -9
- package/dist/node_modules/lodash-es/_matchesStrictComparable.mjs +0 -8
- package/dist/node_modules/lodash-es/_memoizeCapped.mjs +0 -11
- package/dist/node_modules/lodash-es/_nativeCreate.mjs +0 -6
- package/dist/node_modules/lodash-es/_nativeKeys.mjs +0 -6
- package/dist/node_modules/lodash-es/_nativeKeysIn.mjs +0 -10
- package/dist/node_modules/lodash-es/_nodeUtil.mjs +0 -12
- package/dist/node_modules/lodash-es/_objectToString.mjs +0 -7
- package/dist/node_modules/lodash-es/_overArg.mjs +0 -8
- package/dist/node_modules/lodash-es/_overRest.mjs +0 -15
- package/dist/node_modules/lodash-es/_parent.mjs +0 -8
- package/dist/node_modules/lodash-es/_root.mjs +0 -6
- package/dist/node_modules/lodash-es/_safeGet.mjs +0 -7
- package/dist/node_modules/lodash-es/_setCacheAdd.mjs +0 -7
- package/dist/node_modules/lodash-es/_setCacheHas.mjs +0 -6
- package/dist/node_modules/lodash-es/_setToArray.mjs +0 -9
- package/dist/node_modules/lodash-es/_setToString.mjs +0 -7
- package/dist/node_modules/lodash-es/_shortOut.mjs +0 -16
- package/dist/node_modules/lodash-es/_stackClear.mjs +0 -7
- package/dist/node_modules/lodash-es/_stackDelete.mjs +0 -7
- package/dist/node_modules/lodash-es/_stackGet.mjs +0 -6
- package/dist/node_modules/lodash-es/_stackHas.mjs +0 -6
- package/dist/node_modules/lodash-es/_stackSet.mjs +0 -17
- package/dist/node_modules/lodash-es/_strictIndexOf.mjs +0 -9
- package/dist/node_modules/lodash-es/_stringToPath.mjs +0 -11
- package/dist/node_modules/lodash-es/_toKey.mjs +0 -11
- package/dist/node_modules/lodash-es/_toSource.mjs +0 -17
- package/dist/node_modules/lodash-es/at.mjs +0 -7
- package/dist/node_modules/lodash-es/constant.mjs +0 -8
- package/dist/node_modules/lodash-es/eq.mjs +0 -6
- package/dist/node_modules/lodash-es/flatten.mjs +0 -8
- package/dist/node_modules/lodash-es/get.mjs +0 -8
- package/dist/node_modules/lodash-es/hasIn.mjs +0 -8
- package/dist/node_modules/lodash-es/identity.mjs +0 -6
- package/dist/node_modules/lodash-es/isArguments.mjs +0 -11
- package/dist/node_modules/lodash-es/isArray.mjs +0 -5
- package/dist/node_modules/lodash-es/isArrayLike.mjs +0 -8
- package/dist/node_modules/lodash-es/isArrayLikeObject.mjs +0 -8
- package/dist/node_modules/lodash-es/isBoolean.mjs +0 -9
- package/dist/node_modules/lodash-es/isBuffer.mjs +0 -7
- package/dist/node_modules/lodash-es/isFunction.mjs +0 -12
- package/dist/node_modules/lodash-es/isLength.mjs +0 -7
- package/dist/node_modules/lodash-es/isMap.mjs +0 -8
- package/dist/node_modules/lodash-es/isObject.mjs +0 -7
- package/dist/node_modules/lodash-es/isObjectLike.mjs +0 -6
- package/dist/node_modules/lodash-es/isPlainObject.mjs +0 -16
- package/dist/node_modules/lodash-es/isSet.mjs +0 -8
- package/dist/node_modules/lodash-es/isSymbol.mjs +0 -9
- package/dist/node_modules/lodash-es/isTypedArray.mjs +0 -8
- package/dist/node_modules/lodash-es/keys.mjs +0 -9
- package/dist/node_modules/lodash-es/keysIn.mjs +0 -9
- package/dist/node_modules/lodash-es/last.mjs +0 -7
- package/dist/node_modules/lodash-es/mapValues.mjs +0 -12
- package/dist/node_modules/lodash-es/memoize.mjs +0 -18
- package/dist/node_modules/lodash-es/merge.mjs +0 -9
- package/dist/node_modules/lodash-es/noop.mjs +0 -5
- package/dist/node_modules/lodash-es/omit.mjs +0 -24
- package/dist/node_modules/lodash-es/property.mjs +0 -10
- package/dist/node_modules/lodash-es/stubArray.mjs +0 -6
- package/dist/node_modules/lodash-es/stubFalse.mjs +0 -6
- package/dist/node_modules/lodash-es/toPlainObject.mjs +0 -8
- package/dist/node_modules/lodash-es/toString.mjs +0 -7
- package/dist/node_modules/lodash-es/uniq.mjs +0 -7
- package/dist/node_modules/parent-module/index.mjs +0 -29
- package/dist/node_modules/parse-json/index.mjs +0 -42
- package/dist/node_modules/path-parse/index.mjs +0 -50
- package/dist/node_modules/path-type/index.mjs +0 -36
- package/dist/node_modules/picocolors/picocolors.browser.mjs +0 -14
- package/dist/node_modules/possible-typed-array-names/index.mjs +0 -16
- package/dist/node_modules/resolve/index.mjs +0 -12
- package/dist/node_modules/resolve/lib/async.mjs +0 -237
- package/dist/node_modules/resolve/lib/caller.mjs +0 -11
- package/dist/node_modules/resolve/lib/core.json.mjs +0 -437
- package/dist/node_modules/resolve/lib/core.mjs +0 -9
- package/dist/node_modules/resolve/lib/homedir.mjs +0 -8
- package/dist/node_modules/resolve/lib/is-core.mjs +0 -7
- package/dist/node_modules/resolve/lib/node-modules-paths.mjs +0 -29
- package/dist/node_modules/resolve/lib/normalize-options.mjs +0 -6
- package/dist/node_modules/resolve/lib/sync.mjs +0 -150
- package/dist/node_modules/set-function-length/index.mjs +0 -32
- package/dist/node_modules/supports-color/browser.mjs +0 -7
- package/dist/node_modules/to-fast-properties/index.mjs +0 -15
- package/dist/node_modules/typescript/lib/typescript.mjs +0 -158039
- package/dist/node_modules/util/support/isBufferBrowser.mjs +0 -6
- package/dist/node_modules/util/support/types.mjs +0 -189
- package/dist/node_modules/util/util.mjs +0 -399
- package/dist/node_modules/which-typed-array/index.mjs +0 -71
- package/dist/node_modules/yaml/browser/dist/PlainValue-b8036b75.mjs +0 -883
- package/dist/node_modules/yaml/browser/dist/Schema-e94716c8.mjs +0 -548
- package/dist/node_modules/yaml/browser/dist/index.mjs +0 -690
- package/dist/node_modules/yaml/browser/dist/parse-cst.mjs +0 -1141
- package/dist/node_modules/yaml/browser/dist/resolveSeq-492ab440.mjs +0 -1566
- package/dist/node_modules/yaml/browser/dist/warnings-df54cb69.mjs +0 -337
- 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
|
-
};
|