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,1231 +0,0 @@
|
|
|
1
|
-
import { __exports as s } from "../../../../../../_virtual/index10.mjs";
|
|
2
|
-
import { __require as o } from "../../validators/is.mjs";
|
|
3
|
-
import "../../utils/deprecationWarning.mjs";
|
|
4
|
-
import { __exports as i } from "../../../../../../_virtual/deprecationWarning.mjs";
|
|
5
|
-
Object.defineProperty(s, "__esModule", {
|
|
6
|
-
value: !0
|
|
7
|
-
});
|
|
8
|
-
s.assertAccessor = Ir;
|
|
9
|
-
s.assertAnyTypeAnnotation = Ve;
|
|
10
|
-
s.assertArgumentPlaceholder = Es;
|
|
11
|
-
s.assertArrayExpression = p;
|
|
12
|
-
s.assertArrayPattern = ie;
|
|
13
|
-
s.assertArrayTypeAnnotation = We;
|
|
14
|
-
s.assertArrowFunctionExpression = ce;
|
|
15
|
-
s.assertAssignmentExpression = l;
|
|
16
|
-
s.assertAssignmentPattern = oe;
|
|
17
|
-
s.assertAwaitExpression = he;
|
|
18
|
-
s.assertBigIntLiteral = Fe;
|
|
19
|
-
s.assertBinary = _n;
|
|
20
|
-
s.assertBinaryExpression = u;
|
|
21
|
-
s.assertBindExpression = xs;
|
|
22
|
-
s.assertBlock = Gn;
|
|
23
|
-
s.assertBlockParent = Qn;
|
|
24
|
-
s.assertBlockStatement = y;
|
|
25
|
-
s.assertBooleanLiteral = J;
|
|
26
|
-
s.assertBooleanLiteralTypeAnnotation = _e;
|
|
27
|
-
s.assertBooleanTypeAnnotation = qe;
|
|
28
|
-
s.assertBreakStatement = m;
|
|
29
|
-
s.assertCallExpression = d;
|
|
30
|
-
s.assertCatchClause = E;
|
|
31
|
-
s.assertClass = Ar;
|
|
32
|
-
s.assertClassAccessorProperty = je;
|
|
33
|
-
s.assertClassBody = pe;
|
|
34
|
-
s.assertClassDeclaration = ue;
|
|
35
|
-
s.assertClassExpression = le;
|
|
36
|
-
s.assertClassImplements = Qe;
|
|
37
|
-
s.assertClassMethod = be;
|
|
38
|
-
s.assertClassPrivateMethod = ke;
|
|
39
|
-
s.assertClassPrivateProperty = Re;
|
|
40
|
-
s.assertClassProperty = Ke;
|
|
41
|
-
s.assertCompletionStatement = Hn;
|
|
42
|
-
s.assertConditional = Zn;
|
|
43
|
-
s.assertConditionalExpression = x;
|
|
44
|
-
s.assertContinueStatement = A;
|
|
45
|
-
s.assertDebuggerStatement = D;
|
|
46
|
-
s.assertDecimalLiteral = Cs;
|
|
47
|
-
s.assertDeclaration = cr;
|
|
48
|
-
s.assertDeclareClass = Ge;
|
|
49
|
-
s.assertDeclareExportAllDeclaration = rt;
|
|
50
|
-
s.assertDeclareExportDeclaration = nt;
|
|
51
|
-
s.assertDeclareFunction = Ye;
|
|
52
|
-
s.assertDeclareInterface = $e;
|
|
53
|
-
s.assertDeclareModule = He;
|
|
54
|
-
s.assertDeclareModuleExports = Ze;
|
|
55
|
-
s.assertDeclareOpaqueType = tt;
|
|
56
|
-
s.assertDeclareTypeAlias = et;
|
|
57
|
-
s.assertDeclareVariable = st;
|
|
58
|
-
s.assertDeclaredPredicate = at;
|
|
59
|
-
s.assertDecorator = Ds;
|
|
60
|
-
s.assertDirective = S;
|
|
61
|
-
s.assertDirectiveLiteral = f;
|
|
62
|
-
s.assertDoExpression = Ps;
|
|
63
|
-
s.assertDoWhileStatement = P;
|
|
64
|
-
s.assertEmptyStatement = b;
|
|
65
|
-
s.assertEmptyTypeAnnotation = mt;
|
|
66
|
-
s.assertEnumBody = hr;
|
|
67
|
-
s.assertEnumBooleanBody = Wt;
|
|
68
|
-
s.assertEnumBooleanMember = Qt;
|
|
69
|
-
s.assertEnumDeclaration = Vt;
|
|
70
|
-
s.assertEnumDefaultedMember = $t;
|
|
71
|
-
s.assertEnumMember = Lr;
|
|
72
|
-
s.assertEnumNumberBody = qt;
|
|
73
|
-
s.assertEnumNumberMember = Gt;
|
|
74
|
-
s.assertEnumStringBody = _t;
|
|
75
|
-
s.assertEnumStringMember = Yt;
|
|
76
|
-
s.assertEnumSymbolBody = zt;
|
|
77
|
-
s.assertExistsTypeAnnotation = ot;
|
|
78
|
-
s.assertExportAllDeclaration = Te;
|
|
79
|
-
s.assertExportDeclaration = Pr;
|
|
80
|
-
s.assertExportDefaultDeclaration = Se;
|
|
81
|
-
s.assertExportDefaultSpecifier = bs;
|
|
82
|
-
s.assertExportNamedDeclaration = fe;
|
|
83
|
-
s.assertExportNamespaceSpecifier = Oe;
|
|
84
|
-
s.assertExportSpecifier = ye;
|
|
85
|
-
s.assertExpression = qn;
|
|
86
|
-
s.assertExpressionStatement = I;
|
|
87
|
-
s.assertExpressionWrapper = sr;
|
|
88
|
-
s.assertFile = g;
|
|
89
|
-
s.assertFlow = Cr;
|
|
90
|
-
s.assertFlowBaseAnnotation = Br;
|
|
91
|
-
s.assertFlowDeclaration = Nr;
|
|
92
|
-
s.assertFlowPredicate = wr;
|
|
93
|
-
s.assertFlowType = Mr;
|
|
94
|
-
s.assertFor = nr;
|
|
95
|
-
s.assertForInStatement = C;
|
|
96
|
-
s.assertForOfStatement = me;
|
|
97
|
-
s.assertForStatement = M;
|
|
98
|
-
s.assertForXStatement = rr;
|
|
99
|
-
s.assertFunction = ar;
|
|
100
|
-
s.assertFunctionDeclaration = B;
|
|
101
|
-
s.assertFunctionExpression = N;
|
|
102
|
-
s.assertFunctionParent = or;
|
|
103
|
-
s.assertFunctionTypeAnnotation = it;
|
|
104
|
-
s.assertFunctionTypeParam = ct;
|
|
105
|
-
s.assertGenericTypeAnnotation = pt;
|
|
106
|
-
s.assertIdentifier = w;
|
|
107
|
-
s.assertIfStatement = h;
|
|
108
|
-
s.assertImmutable = Sr;
|
|
109
|
-
s.assertImport = Le;
|
|
110
|
-
s.assertImportAttribute = As;
|
|
111
|
-
s.assertImportDeclaration = de;
|
|
112
|
-
s.assertImportDefaultSpecifier = Ee;
|
|
113
|
-
s.assertImportExpression = De;
|
|
114
|
-
s.assertImportNamespaceSpecifier = xe;
|
|
115
|
-
s.assertImportOrExportDeclaration = Dr;
|
|
116
|
-
s.assertImportSpecifier = Ae;
|
|
117
|
-
s.assertIndexedAccessType = Ht;
|
|
118
|
-
s.assertInferredPredicate = lt;
|
|
119
|
-
s.assertInterfaceDeclaration = Tt;
|
|
120
|
-
s.assertInterfaceExtends = ut;
|
|
121
|
-
s.assertInterfaceTypeAnnotation = St;
|
|
122
|
-
s.assertInterpreterDirective = T;
|
|
123
|
-
s.assertIntersectionTypeAnnotation = ft;
|
|
124
|
-
s.assertJSX = Fr;
|
|
125
|
-
s.assertJSXAttribute = es;
|
|
126
|
-
s.assertJSXClosingElement = ts;
|
|
127
|
-
s.assertJSXClosingFragment = fs;
|
|
128
|
-
s.assertJSXElement = ss;
|
|
129
|
-
s.assertJSXEmptyExpression = ns;
|
|
130
|
-
s.assertJSXExpressionContainer = rs;
|
|
131
|
-
s.assertJSXFragment = Ts;
|
|
132
|
-
s.assertJSXIdentifier = os;
|
|
133
|
-
s.assertJSXMemberExpression = is;
|
|
134
|
-
s.assertJSXNamespacedName = cs;
|
|
135
|
-
s.assertJSXOpeningElement = ps;
|
|
136
|
-
s.assertJSXOpeningFragment = Ss;
|
|
137
|
-
s.assertJSXSpreadAttribute = ls;
|
|
138
|
-
s.assertJSXSpreadChild = as;
|
|
139
|
-
s.assertJSXText = us;
|
|
140
|
-
s.assertLVal = lr;
|
|
141
|
-
s.assertLabeledStatement = L;
|
|
142
|
-
s.assertLiteral = Tr;
|
|
143
|
-
s.assertLogicalExpression = j;
|
|
144
|
-
s.assertLoop = er;
|
|
145
|
-
s.assertMemberExpression = R;
|
|
146
|
-
s.assertMetaProperty = Pe;
|
|
147
|
-
s.assertMethod = yr;
|
|
148
|
-
s.assertMiscellaneous = Or;
|
|
149
|
-
s.assertMixedTypeAnnotation = yt;
|
|
150
|
-
s.assertModuleDeclaration = Vr;
|
|
151
|
-
s.assertModuleExpression = Ms;
|
|
152
|
-
s.assertModuleSpecifier = br;
|
|
153
|
-
s.assertNewExpression = k;
|
|
154
|
-
s.assertNoop = ys;
|
|
155
|
-
s.assertNullLiteral = X;
|
|
156
|
-
s.assertNullLiteralTypeAnnotation = ze;
|
|
157
|
-
s.assertNullableTypeAnnotation = dt;
|
|
158
|
-
s.assertNumberLiteral = Rr;
|
|
159
|
-
s.assertNumberLiteralTypeAnnotation = Et;
|
|
160
|
-
s.assertNumberTypeAnnotation = xt;
|
|
161
|
-
s.assertNumericLiteral = O;
|
|
162
|
-
s.assertObjectExpression = U;
|
|
163
|
-
s.assertObjectMember = mr;
|
|
164
|
-
s.assertObjectMethod = V;
|
|
165
|
-
s.assertObjectPattern = Ie;
|
|
166
|
-
s.assertObjectProperty = W;
|
|
167
|
-
s.assertObjectTypeAnnotation = At;
|
|
168
|
-
s.assertObjectTypeCallProperty = Pt;
|
|
169
|
-
s.assertObjectTypeIndexer = bt;
|
|
170
|
-
s.assertObjectTypeInternalSlot = Dt;
|
|
171
|
-
s.assertObjectTypeProperty = It;
|
|
172
|
-
s.assertObjectTypeSpreadProperty = gt;
|
|
173
|
-
s.assertOpaqueType = Ct;
|
|
174
|
-
s.assertOptionalCallExpression = Je;
|
|
175
|
-
s.assertOptionalIndexedAccessType = Zt;
|
|
176
|
-
s.assertOptionalMemberExpression = Xe;
|
|
177
|
-
s.assertParenthesizedExpression = Q;
|
|
178
|
-
s.assertPattern = xr;
|
|
179
|
-
s.assertPatternLike = pr;
|
|
180
|
-
s.assertPipelineBareFunction = ws;
|
|
181
|
-
s.assertPipelinePrimaryTopicReference = hs;
|
|
182
|
-
s.assertPipelineTopicExpression = Ns;
|
|
183
|
-
s.assertPlaceholder = ms;
|
|
184
|
-
s.assertPrivate = gr;
|
|
185
|
-
s.assertPrivateName = ve;
|
|
186
|
-
s.assertProgram = v;
|
|
187
|
-
s.assertProperty = dr;
|
|
188
|
-
s.assertPureish = ir;
|
|
189
|
-
s.assertQualifiedTypeIdentifier = Mt;
|
|
190
|
-
s.assertRecordExpression = Is;
|
|
191
|
-
s.assertRegExpLiteral = K;
|
|
192
|
-
s.assertRegexLiteral = kr;
|
|
193
|
-
s.assertRestElement = q;
|
|
194
|
-
s.assertRestProperty = vr;
|
|
195
|
-
s.assertReturnStatement = _;
|
|
196
|
-
s.assertScopable = zn;
|
|
197
|
-
s.assertSequenceExpression = z;
|
|
198
|
-
s.assertSpreadElement = ge;
|
|
199
|
-
s.assertSpreadProperty = Ur;
|
|
200
|
-
s.assertStandardized = Wn;
|
|
201
|
-
s.assertStatement = Yn;
|
|
202
|
-
s.assertStaticBlock = Ue;
|
|
203
|
-
s.assertStringLiteral = F;
|
|
204
|
-
s.assertStringLiteralTypeAnnotation = Bt;
|
|
205
|
-
s.assertStringTypeAnnotation = Nt;
|
|
206
|
-
s.assertSuper = Ce;
|
|
207
|
-
s.assertSwitchCase = G;
|
|
208
|
-
s.assertSwitchStatement = Y;
|
|
209
|
-
s.assertSymbolTypeAnnotation = wt;
|
|
210
|
-
s.assertTSAnyKeyword = vs;
|
|
211
|
-
s.assertTSArrayType = cn;
|
|
212
|
-
s.assertTSAsExpression = Mn;
|
|
213
|
-
s.assertTSBaseType = jr;
|
|
214
|
-
s.assertTSBigIntKeyword = Vs;
|
|
215
|
-
s.assertTSBooleanKeyword = Us;
|
|
216
|
-
s.assertTSCallSignatureDeclaration = Js;
|
|
217
|
-
s.assertTSConditionalType = yn;
|
|
218
|
-
s.assertTSConstructSignatureDeclaration = Ks;
|
|
219
|
-
s.assertTSConstructorType = sn;
|
|
220
|
-
s.assertTSDeclareFunction = Fs;
|
|
221
|
-
s.assertTSDeclareMethod = Os;
|
|
222
|
-
s.assertTSEntityName = ur;
|
|
223
|
-
s.assertTSEnumDeclaration = wn;
|
|
224
|
-
s.assertTSEnumMember = hn;
|
|
225
|
-
s.assertTSExportAssignment = jn;
|
|
226
|
-
s.assertTSExpressionWithTypeArguments = Pn;
|
|
227
|
-
s.assertTSExternalModuleReference = Jn;
|
|
228
|
-
s.assertTSFunctionType = tn;
|
|
229
|
-
s.assertTSImportEqualsDeclaration = Xn;
|
|
230
|
-
s.assertTSImportType = On;
|
|
231
|
-
s.assertTSIndexSignature = ks;
|
|
232
|
-
s.assertTSIndexedAccessType = xn;
|
|
233
|
-
s.assertTSInferType = mn;
|
|
234
|
-
s.assertTSInstantiationExpression = Cn;
|
|
235
|
-
s.assertTSInterfaceBody = In;
|
|
236
|
-
s.assertTSInterfaceDeclaration = bn;
|
|
237
|
-
s.assertTSIntersectionType = fn;
|
|
238
|
-
s.assertTSIntrinsicKeyword = Ws;
|
|
239
|
-
s.assertTSLiteralType = Dn;
|
|
240
|
-
s.assertTSMappedType = An;
|
|
241
|
-
s.assertTSMethodSignature = Rs;
|
|
242
|
-
s.assertTSModuleBlock = Fn;
|
|
243
|
-
s.assertTSModuleDeclaration = Ln;
|
|
244
|
-
s.assertTSNamedTupleMember = Tn;
|
|
245
|
-
s.assertTSNamespaceExportDeclaration = Rn;
|
|
246
|
-
s.assertTSNeverKeyword = qs;
|
|
247
|
-
s.assertTSNonNullExpression = Kn;
|
|
248
|
-
s.assertTSNullKeyword = _s;
|
|
249
|
-
s.assertTSNumberKeyword = zs;
|
|
250
|
-
s.assertTSObjectKeyword = Qs;
|
|
251
|
-
s.assertTSOptionalType = ln;
|
|
252
|
-
s.assertTSParameterProperty = Ls;
|
|
253
|
-
s.assertTSParenthesizedType = dn;
|
|
254
|
-
s.assertTSPropertySignature = js;
|
|
255
|
-
s.assertTSQualifiedName = Xs;
|
|
256
|
-
s.assertTSRestType = un;
|
|
257
|
-
s.assertTSSatisfiesExpression = Bn;
|
|
258
|
-
s.assertTSStringKeyword = Gs;
|
|
259
|
-
s.assertTSSymbolKeyword = Ys;
|
|
260
|
-
s.assertTSThisType = en;
|
|
261
|
-
s.assertTSTupleType = pn;
|
|
262
|
-
s.assertTSType = Kr;
|
|
263
|
-
s.assertTSTypeAliasDeclaration = gn;
|
|
264
|
-
s.assertTSTypeAnnotation = kn;
|
|
265
|
-
s.assertTSTypeAssertion = Nn;
|
|
266
|
-
s.assertTSTypeElement = Jr;
|
|
267
|
-
s.assertTSTypeLiteral = on;
|
|
268
|
-
s.assertTSTypeOperator = En;
|
|
269
|
-
s.assertTSTypeParameter = Vn;
|
|
270
|
-
s.assertTSTypeParameterDeclaration = Un;
|
|
271
|
-
s.assertTSTypeParameterInstantiation = vn;
|
|
272
|
-
s.assertTSTypePredicate = rn;
|
|
273
|
-
s.assertTSTypeQuery = an;
|
|
274
|
-
s.assertTSTypeReference = nn;
|
|
275
|
-
s.assertTSUndefinedKeyword = $s;
|
|
276
|
-
s.assertTSUnionType = Sn;
|
|
277
|
-
s.assertTSUnknownKeyword = Hs;
|
|
278
|
-
s.assertTSVoidKeyword = Zs;
|
|
279
|
-
s.assertTaggedTemplateExpression = Me;
|
|
280
|
-
s.assertTemplateElement = Be;
|
|
281
|
-
s.assertTemplateLiteral = Ne;
|
|
282
|
-
s.assertTerminatorless = $n;
|
|
283
|
-
s.assertThisExpression = $;
|
|
284
|
-
s.assertThisTypeAnnotation = ht;
|
|
285
|
-
s.assertThrowStatement = H;
|
|
286
|
-
s.assertTopicReference = Bs;
|
|
287
|
-
s.assertTryStatement = Z;
|
|
288
|
-
s.assertTupleExpression = gs;
|
|
289
|
-
s.assertTupleTypeAnnotation = Lt;
|
|
290
|
-
s.assertTypeAlias = Ot;
|
|
291
|
-
s.assertTypeAnnotation = Xt;
|
|
292
|
-
s.assertTypeCastExpression = Jt;
|
|
293
|
-
s.assertTypeParameter = Kt;
|
|
294
|
-
s.assertTypeParameterDeclaration = jt;
|
|
295
|
-
s.assertTypeParameterInstantiation = Rt;
|
|
296
|
-
s.assertTypeScript = Xr;
|
|
297
|
-
s.assertTypeofTypeAnnotation = Ft;
|
|
298
|
-
s.assertUnaryExpression = ee;
|
|
299
|
-
s.assertUnaryLike = Er;
|
|
300
|
-
s.assertUnionTypeAnnotation = kt;
|
|
301
|
-
s.assertUpdateExpression = te;
|
|
302
|
-
s.assertUserWhitespacable = fr;
|
|
303
|
-
s.assertV8IntrinsicIdentifier = ds;
|
|
304
|
-
s.assertVariableDeclaration = se;
|
|
305
|
-
s.assertVariableDeclarator = ne;
|
|
306
|
-
s.assertVariance = vt;
|
|
307
|
-
s.assertVoidTypeAnnotation = Ut;
|
|
308
|
-
s.assertWhile = tr;
|
|
309
|
-
s.assertWhileStatement = re;
|
|
310
|
-
s.assertWithStatement = ae;
|
|
311
|
-
s.assertYieldExpression = we;
|
|
312
|
-
var c = o(), r = i;
|
|
313
|
-
function n(e, t, a) {
|
|
314
|
-
if (!(0, c.default)(e, t, a))
|
|
315
|
-
throw new Error(`Expected type "${e}" with option ${JSON.stringify(a)}, but instead got "${t.type}".`);
|
|
316
|
-
}
|
|
317
|
-
function p(e, t) {
|
|
318
|
-
n("ArrayExpression", e, t);
|
|
319
|
-
}
|
|
320
|
-
function l(e, t) {
|
|
321
|
-
n("AssignmentExpression", e, t);
|
|
322
|
-
}
|
|
323
|
-
function u(e, t) {
|
|
324
|
-
n("BinaryExpression", e, t);
|
|
325
|
-
}
|
|
326
|
-
function T(e, t) {
|
|
327
|
-
n("InterpreterDirective", e, t);
|
|
328
|
-
}
|
|
329
|
-
function S(e, t) {
|
|
330
|
-
n("Directive", e, t);
|
|
331
|
-
}
|
|
332
|
-
function f(e, t) {
|
|
333
|
-
n("DirectiveLiteral", e, t);
|
|
334
|
-
}
|
|
335
|
-
function y(e, t) {
|
|
336
|
-
n("BlockStatement", e, t);
|
|
337
|
-
}
|
|
338
|
-
function m(e, t) {
|
|
339
|
-
n("BreakStatement", e, t);
|
|
340
|
-
}
|
|
341
|
-
function d(e, t) {
|
|
342
|
-
n("CallExpression", e, t);
|
|
343
|
-
}
|
|
344
|
-
function E(e, t) {
|
|
345
|
-
n("CatchClause", e, t);
|
|
346
|
-
}
|
|
347
|
-
function x(e, t) {
|
|
348
|
-
n("ConditionalExpression", e, t);
|
|
349
|
-
}
|
|
350
|
-
function A(e, t) {
|
|
351
|
-
n("ContinueStatement", e, t);
|
|
352
|
-
}
|
|
353
|
-
function D(e, t) {
|
|
354
|
-
n("DebuggerStatement", e, t);
|
|
355
|
-
}
|
|
356
|
-
function P(e, t) {
|
|
357
|
-
n("DoWhileStatement", e, t);
|
|
358
|
-
}
|
|
359
|
-
function b(e, t) {
|
|
360
|
-
n("EmptyStatement", e, t);
|
|
361
|
-
}
|
|
362
|
-
function I(e, t) {
|
|
363
|
-
n("ExpressionStatement", e, t);
|
|
364
|
-
}
|
|
365
|
-
function g(e, t) {
|
|
366
|
-
n("File", e, t);
|
|
367
|
-
}
|
|
368
|
-
function C(e, t) {
|
|
369
|
-
n("ForInStatement", e, t);
|
|
370
|
-
}
|
|
371
|
-
function M(e, t) {
|
|
372
|
-
n("ForStatement", e, t);
|
|
373
|
-
}
|
|
374
|
-
function B(e, t) {
|
|
375
|
-
n("FunctionDeclaration", e, t);
|
|
376
|
-
}
|
|
377
|
-
function N(e, t) {
|
|
378
|
-
n("FunctionExpression", e, t);
|
|
379
|
-
}
|
|
380
|
-
function w(e, t) {
|
|
381
|
-
n("Identifier", e, t);
|
|
382
|
-
}
|
|
383
|
-
function h(e, t) {
|
|
384
|
-
n("IfStatement", e, t);
|
|
385
|
-
}
|
|
386
|
-
function L(e, t) {
|
|
387
|
-
n("LabeledStatement", e, t);
|
|
388
|
-
}
|
|
389
|
-
function F(e, t) {
|
|
390
|
-
n("StringLiteral", e, t);
|
|
391
|
-
}
|
|
392
|
-
function O(e, t) {
|
|
393
|
-
n("NumericLiteral", e, t);
|
|
394
|
-
}
|
|
395
|
-
function X(e, t) {
|
|
396
|
-
n("NullLiteral", e, t);
|
|
397
|
-
}
|
|
398
|
-
function J(e, t) {
|
|
399
|
-
n("BooleanLiteral", e, t);
|
|
400
|
-
}
|
|
401
|
-
function K(e, t) {
|
|
402
|
-
n("RegExpLiteral", e, t);
|
|
403
|
-
}
|
|
404
|
-
function j(e, t) {
|
|
405
|
-
n("LogicalExpression", e, t);
|
|
406
|
-
}
|
|
407
|
-
function R(e, t) {
|
|
408
|
-
n("MemberExpression", e, t);
|
|
409
|
-
}
|
|
410
|
-
function k(e, t) {
|
|
411
|
-
n("NewExpression", e, t);
|
|
412
|
-
}
|
|
413
|
-
function v(e, t) {
|
|
414
|
-
n("Program", e, t);
|
|
415
|
-
}
|
|
416
|
-
function U(e, t) {
|
|
417
|
-
n("ObjectExpression", e, t);
|
|
418
|
-
}
|
|
419
|
-
function V(e, t) {
|
|
420
|
-
n("ObjectMethod", e, t);
|
|
421
|
-
}
|
|
422
|
-
function W(e, t) {
|
|
423
|
-
n("ObjectProperty", e, t);
|
|
424
|
-
}
|
|
425
|
-
function q(e, t) {
|
|
426
|
-
n("RestElement", e, t);
|
|
427
|
-
}
|
|
428
|
-
function _(e, t) {
|
|
429
|
-
n("ReturnStatement", e, t);
|
|
430
|
-
}
|
|
431
|
-
function z(e, t) {
|
|
432
|
-
n("SequenceExpression", e, t);
|
|
433
|
-
}
|
|
434
|
-
function Q(e, t) {
|
|
435
|
-
n("ParenthesizedExpression", e, t);
|
|
436
|
-
}
|
|
437
|
-
function G(e, t) {
|
|
438
|
-
n("SwitchCase", e, t);
|
|
439
|
-
}
|
|
440
|
-
function Y(e, t) {
|
|
441
|
-
n("SwitchStatement", e, t);
|
|
442
|
-
}
|
|
443
|
-
function $(e, t) {
|
|
444
|
-
n("ThisExpression", e, t);
|
|
445
|
-
}
|
|
446
|
-
function H(e, t) {
|
|
447
|
-
n("ThrowStatement", e, t);
|
|
448
|
-
}
|
|
449
|
-
function Z(e, t) {
|
|
450
|
-
n("TryStatement", e, t);
|
|
451
|
-
}
|
|
452
|
-
function ee(e, t) {
|
|
453
|
-
n("UnaryExpression", e, t);
|
|
454
|
-
}
|
|
455
|
-
function te(e, t) {
|
|
456
|
-
n("UpdateExpression", e, t);
|
|
457
|
-
}
|
|
458
|
-
function se(e, t) {
|
|
459
|
-
n("VariableDeclaration", e, t);
|
|
460
|
-
}
|
|
461
|
-
function ne(e, t) {
|
|
462
|
-
n("VariableDeclarator", e, t);
|
|
463
|
-
}
|
|
464
|
-
function re(e, t) {
|
|
465
|
-
n("WhileStatement", e, t);
|
|
466
|
-
}
|
|
467
|
-
function ae(e, t) {
|
|
468
|
-
n("WithStatement", e, t);
|
|
469
|
-
}
|
|
470
|
-
function oe(e, t) {
|
|
471
|
-
n("AssignmentPattern", e, t);
|
|
472
|
-
}
|
|
473
|
-
function ie(e, t) {
|
|
474
|
-
n("ArrayPattern", e, t);
|
|
475
|
-
}
|
|
476
|
-
function ce(e, t) {
|
|
477
|
-
n("ArrowFunctionExpression", e, t);
|
|
478
|
-
}
|
|
479
|
-
function pe(e, t) {
|
|
480
|
-
n("ClassBody", e, t);
|
|
481
|
-
}
|
|
482
|
-
function le(e, t) {
|
|
483
|
-
n("ClassExpression", e, t);
|
|
484
|
-
}
|
|
485
|
-
function ue(e, t) {
|
|
486
|
-
n("ClassDeclaration", e, t);
|
|
487
|
-
}
|
|
488
|
-
function Te(e, t) {
|
|
489
|
-
n("ExportAllDeclaration", e, t);
|
|
490
|
-
}
|
|
491
|
-
function Se(e, t) {
|
|
492
|
-
n("ExportDefaultDeclaration", e, t);
|
|
493
|
-
}
|
|
494
|
-
function fe(e, t) {
|
|
495
|
-
n("ExportNamedDeclaration", e, t);
|
|
496
|
-
}
|
|
497
|
-
function ye(e, t) {
|
|
498
|
-
n("ExportSpecifier", e, t);
|
|
499
|
-
}
|
|
500
|
-
function me(e, t) {
|
|
501
|
-
n("ForOfStatement", e, t);
|
|
502
|
-
}
|
|
503
|
-
function de(e, t) {
|
|
504
|
-
n("ImportDeclaration", e, t);
|
|
505
|
-
}
|
|
506
|
-
function Ee(e, t) {
|
|
507
|
-
n("ImportDefaultSpecifier", e, t);
|
|
508
|
-
}
|
|
509
|
-
function xe(e, t) {
|
|
510
|
-
n("ImportNamespaceSpecifier", e, t);
|
|
511
|
-
}
|
|
512
|
-
function Ae(e, t) {
|
|
513
|
-
n("ImportSpecifier", e, t);
|
|
514
|
-
}
|
|
515
|
-
function De(e, t) {
|
|
516
|
-
n("ImportExpression", e, t);
|
|
517
|
-
}
|
|
518
|
-
function Pe(e, t) {
|
|
519
|
-
n("MetaProperty", e, t);
|
|
520
|
-
}
|
|
521
|
-
function be(e, t) {
|
|
522
|
-
n("ClassMethod", e, t);
|
|
523
|
-
}
|
|
524
|
-
function Ie(e, t) {
|
|
525
|
-
n("ObjectPattern", e, t);
|
|
526
|
-
}
|
|
527
|
-
function ge(e, t) {
|
|
528
|
-
n("SpreadElement", e, t);
|
|
529
|
-
}
|
|
530
|
-
function Ce(e, t) {
|
|
531
|
-
n("Super", e, t);
|
|
532
|
-
}
|
|
533
|
-
function Me(e, t) {
|
|
534
|
-
n("TaggedTemplateExpression", e, t);
|
|
535
|
-
}
|
|
536
|
-
function Be(e, t) {
|
|
537
|
-
n("TemplateElement", e, t);
|
|
538
|
-
}
|
|
539
|
-
function Ne(e, t) {
|
|
540
|
-
n("TemplateLiteral", e, t);
|
|
541
|
-
}
|
|
542
|
-
function we(e, t) {
|
|
543
|
-
n("YieldExpression", e, t);
|
|
544
|
-
}
|
|
545
|
-
function he(e, t) {
|
|
546
|
-
n("AwaitExpression", e, t);
|
|
547
|
-
}
|
|
548
|
-
function Le(e, t) {
|
|
549
|
-
n("Import", e, t);
|
|
550
|
-
}
|
|
551
|
-
function Fe(e, t) {
|
|
552
|
-
n("BigIntLiteral", e, t);
|
|
553
|
-
}
|
|
554
|
-
function Oe(e, t) {
|
|
555
|
-
n("ExportNamespaceSpecifier", e, t);
|
|
556
|
-
}
|
|
557
|
-
function Xe(e, t) {
|
|
558
|
-
n("OptionalMemberExpression", e, t);
|
|
559
|
-
}
|
|
560
|
-
function Je(e, t) {
|
|
561
|
-
n("OptionalCallExpression", e, t);
|
|
562
|
-
}
|
|
563
|
-
function Ke(e, t) {
|
|
564
|
-
n("ClassProperty", e, t);
|
|
565
|
-
}
|
|
566
|
-
function je(e, t) {
|
|
567
|
-
n("ClassAccessorProperty", e, t);
|
|
568
|
-
}
|
|
569
|
-
function Re(e, t) {
|
|
570
|
-
n("ClassPrivateProperty", e, t);
|
|
571
|
-
}
|
|
572
|
-
function ke(e, t) {
|
|
573
|
-
n("ClassPrivateMethod", e, t);
|
|
574
|
-
}
|
|
575
|
-
function ve(e, t) {
|
|
576
|
-
n("PrivateName", e, t);
|
|
577
|
-
}
|
|
578
|
-
function Ue(e, t) {
|
|
579
|
-
n("StaticBlock", e, t);
|
|
580
|
-
}
|
|
581
|
-
function Ve(e, t) {
|
|
582
|
-
n("AnyTypeAnnotation", e, t);
|
|
583
|
-
}
|
|
584
|
-
function We(e, t) {
|
|
585
|
-
n("ArrayTypeAnnotation", e, t);
|
|
586
|
-
}
|
|
587
|
-
function qe(e, t) {
|
|
588
|
-
n("BooleanTypeAnnotation", e, t);
|
|
589
|
-
}
|
|
590
|
-
function _e(e, t) {
|
|
591
|
-
n("BooleanLiteralTypeAnnotation", e, t);
|
|
592
|
-
}
|
|
593
|
-
function ze(e, t) {
|
|
594
|
-
n("NullLiteralTypeAnnotation", e, t);
|
|
595
|
-
}
|
|
596
|
-
function Qe(e, t) {
|
|
597
|
-
n("ClassImplements", e, t);
|
|
598
|
-
}
|
|
599
|
-
function Ge(e, t) {
|
|
600
|
-
n("DeclareClass", e, t);
|
|
601
|
-
}
|
|
602
|
-
function Ye(e, t) {
|
|
603
|
-
n("DeclareFunction", e, t);
|
|
604
|
-
}
|
|
605
|
-
function $e(e, t) {
|
|
606
|
-
n("DeclareInterface", e, t);
|
|
607
|
-
}
|
|
608
|
-
function He(e, t) {
|
|
609
|
-
n("DeclareModule", e, t);
|
|
610
|
-
}
|
|
611
|
-
function Ze(e, t) {
|
|
612
|
-
n("DeclareModuleExports", e, t);
|
|
613
|
-
}
|
|
614
|
-
function et(e, t) {
|
|
615
|
-
n("DeclareTypeAlias", e, t);
|
|
616
|
-
}
|
|
617
|
-
function tt(e, t) {
|
|
618
|
-
n("DeclareOpaqueType", e, t);
|
|
619
|
-
}
|
|
620
|
-
function st(e, t) {
|
|
621
|
-
n("DeclareVariable", e, t);
|
|
622
|
-
}
|
|
623
|
-
function nt(e, t) {
|
|
624
|
-
n("DeclareExportDeclaration", e, t);
|
|
625
|
-
}
|
|
626
|
-
function rt(e, t) {
|
|
627
|
-
n("DeclareExportAllDeclaration", e, t);
|
|
628
|
-
}
|
|
629
|
-
function at(e, t) {
|
|
630
|
-
n("DeclaredPredicate", e, t);
|
|
631
|
-
}
|
|
632
|
-
function ot(e, t) {
|
|
633
|
-
n("ExistsTypeAnnotation", e, t);
|
|
634
|
-
}
|
|
635
|
-
function it(e, t) {
|
|
636
|
-
n("FunctionTypeAnnotation", e, t);
|
|
637
|
-
}
|
|
638
|
-
function ct(e, t) {
|
|
639
|
-
n("FunctionTypeParam", e, t);
|
|
640
|
-
}
|
|
641
|
-
function pt(e, t) {
|
|
642
|
-
n("GenericTypeAnnotation", e, t);
|
|
643
|
-
}
|
|
644
|
-
function lt(e, t) {
|
|
645
|
-
n("InferredPredicate", e, t);
|
|
646
|
-
}
|
|
647
|
-
function ut(e, t) {
|
|
648
|
-
n("InterfaceExtends", e, t);
|
|
649
|
-
}
|
|
650
|
-
function Tt(e, t) {
|
|
651
|
-
n("InterfaceDeclaration", e, t);
|
|
652
|
-
}
|
|
653
|
-
function St(e, t) {
|
|
654
|
-
n("InterfaceTypeAnnotation", e, t);
|
|
655
|
-
}
|
|
656
|
-
function ft(e, t) {
|
|
657
|
-
n("IntersectionTypeAnnotation", e, t);
|
|
658
|
-
}
|
|
659
|
-
function yt(e, t) {
|
|
660
|
-
n("MixedTypeAnnotation", e, t);
|
|
661
|
-
}
|
|
662
|
-
function mt(e, t) {
|
|
663
|
-
n("EmptyTypeAnnotation", e, t);
|
|
664
|
-
}
|
|
665
|
-
function dt(e, t) {
|
|
666
|
-
n("NullableTypeAnnotation", e, t);
|
|
667
|
-
}
|
|
668
|
-
function Et(e, t) {
|
|
669
|
-
n("NumberLiteralTypeAnnotation", e, t);
|
|
670
|
-
}
|
|
671
|
-
function xt(e, t) {
|
|
672
|
-
n("NumberTypeAnnotation", e, t);
|
|
673
|
-
}
|
|
674
|
-
function At(e, t) {
|
|
675
|
-
n("ObjectTypeAnnotation", e, t);
|
|
676
|
-
}
|
|
677
|
-
function Dt(e, t) {
|
|
678
|
-
n("ObjectTypeInternalSlot", e, t);
|
|
679
|
-
}
|
|
680
|
-
function Pt(e, t) {
|
|
681
|
-
n("ObjectTypeCallProperty", e, t);
|
|
682
|
-
}
|
|
683
|
-
function bt(e, t) {
|
|
684
|
-
n("ObjectTypeIndexer", e, t);
|
|
685
|
-
}
|
|
686
|
-
function It(e, t) {
|
|
687
|
-
n("ObjectTypeProperty", e, t);
|
|
688
|
-
}
|
|
689
|
-
function gt(e, t) {
|
|
690
|
-
n("ObjectTypeSpreadProperty", e, t);
|
|
691
|
-
}
|
|
692
|
-
function Ct(e, t) {
|
|
693
|
-
n("OpaqueType", e, t);
|
|
694
|
-
}
|
|
695
|
-
function Mt(e, t) {
|
|
696
|
-
n("QualifiedTypeIdentifier", e, t);
|
|
697
|
-
}
|
|
698
|
-
function Bt(e, t) {
|
|
699
|
-
n("StringLiteralTypeAnnotation", e, t);
|
|
700
|
-
}
|
|
701
|
-
function Nt(e, t) {
|
|
702
|
-
n("StringTypeAnnotation", e, t);
|
|
703
|
-
}
|
|
704
|
-
function wt(e, t) {
|
|
705
|
-
n("SymbolTypeAnnotation", e, t);
|
|
706
|
-
}
|
|
707
|
-
function ht(e, t) {
|
|
708
|
-
n("ThisTypeAnnotation", e, t);
|
|
709
|
-
}
|
|
710
|
-
function Lt(e, t) {
|
|
711
|
-
n("TupleTypeAnnotation", e, t);
|
|
712
|
-
}
|
|
713
|
-
function Ft(e, t) {
|
|
714
|
-
n("TypeofTypeAnnotation", e, t);
|
|
715
|
-
}
|
|
716
|
-
function Ot(e, t) {
|
|
717
|
-
n("TypeAlias", e, t);
|
|
718
|
-
}
|
|
719
|
-
function Xt(e, t) {
|
|
720
|
-
n("TypeAnnotation", e, t);
|
|
721
|
-
}
|
|
722
|
-
function Jt(e, t) {
|
|
723
|
-
n("TypeCastExpression", e, t);
|
|
724
|
-
}
|
|
725
|
-
function Kt(e, t) {
|
|
726
|
-
n("TypeParameter", e, t);
|
|
727
|
-
}
|
|
728
|
-
function jt(e, t) {
|
|
729
|
-
n("TypeParameterDeclaration", e, t);
|
|
730
|
-
}
|
|
731
|
-
function Rt(e, t) {
|
|
732
|
-
n("TypeParameterInstantiation", e, t);
|
|
733
|
-
}
|
|
734
|
-
function kt(e, t) {
|
|
735
|
-
n("UnionTypeAnnotation", e, t);
|
|
736
|
-
}
|
|
737
|
-
function vt(e, t) {
|
|
738
|
-
n("Variance", e, t);
|
|
739
|
-
}
|
|
740
|
-
function Ut(e, t) {
|
|
741
|
-
n("VoidTypeAnnotation", e, t);
|
|
742
|
-
}
|
|
743
|
-
function Vt(e, t) {
|
|
744
|
-
n("EnumDeclaration", e, t);
|
|
745
|
-
}
|
|
746
|
-
function Wt(e, t) {
|
|
747
|
-
n("EnumBooleanBody", e, t);
|
|
748
|
-
}
|
|
749
|
-
function qt(e, t) {
|
|
750
|
-
n("EnumNumberBody", e, t);
|
|
751
|
-
}
|
|
752
|
-
function _t(e, t) {
|
|
753
|
-
n("EnumStringBody", e, t);
|
|
754
|
-
}
|
|
755
|
-
function zt(e, t) {
|
|
756
|
-
n("EnumSymbolBody", e, t);
|
|
757
|
-
}
|
|
758
|
-
function Qt(e, t) {
|
|
759
|
-
n("EnumBooleanMember", e, t);
|
|
760
|
-
}
|
|
761
|
-
function Gt(e, t) {
|
|
762
|
-
n("EnumNumberMember", e, t);
|
|
763
|
-
}
|
|
764
|
-
function Yt(e, t) {
|
|
765
|
-
n("EnumStringMember", e, t);
|
|
766
|
-
}
|
|
767
|
-
function $t(e, t) {
|
|
768
|
-
n("EnumDefaultedMember", e, t);
|
|
769
|
-
}
|
|
770
|
-
function Ht(e, t) {
|
|
771
|
-
n("IndexedAccessType", e, t);
|
|
772
|
-
}
|
|
773
|
-
function Zt(e, t) {
|
|
774
|
-
n("OptionalIndexedAccessType", e, t);
|
|
775
|
-
}
|
|
776
|
-
function es(e, t) {
|
|
777
|
-
n("JSXAttribute", e, t);
|
|
778
|
-
}
|
|
779
|
-
function ts(e, t) {
|
|
780
|
-
n("JSXClosingElement", e, t);
|
|
781
|
-
}
|
|
782
|
-
function ss(e, t) {
|
|
783
|
-
n("JSXElement", e, t);
|
|
784
|
-
}
|
|
785
|
-
function ns(e, t) {
|
|
786
|
-
n("JSXEmptyExpression", e, t);
|
|
787
|
-
}
|
|
788
|
-
function rs(e, t) {
|
|
789
|
-
n("JSXExpressionContainer", e, t);
|
|
790
|
-
}
|
|
791
|
-
function as(e, t) {
|
|
792
|
-
n("JSXSpreadChild", e, t);
|
|
793
|
-
}
|
|
794
|
-
function os(e, t) {
|
|
795
|
-
n("JSXIdentifier", e, t);
|
|
796
|
-
}
|
|
797
|
-
function is(e, t) {
|
|
798
|
-
n("JSXMemberExpression", e, t);
|
|
799
|
-
}
|
|
800
|
-
function cs(e, t) {
|
|
801
|
-
n("JSXNamespacedName", e, t);
|
|
802
|
-
}
|
|
803
|
-
function ps(e, t) {
|
|
804
|
-
n("JSXOpeningElement", e, t);
|
|
805
|
-
}
|
|
806
|
-
function ls(e, t) {
|
|
807
|
-
n("JSXSpreadAttribute", e, t);
|
|
808
|
-
}
|
|
809
|
-
function us(e, t) {
|
|
810
|
-
n("JSXText", e, t);
|
|
811
|
-
}
|
|
812
|
-
function Ts(e, t) {
|
|
813
|
-
n("JSXFragment", e, t);
|
|
814
|
-
}
|
|
815
|
-
function Ss(e, t) {
|
|
816
|
-
n("JSXOpeningFragment", e, t);
|
|
817
|
-
}
|
|
818
|
-
function fs(e, t) {
|
|
819
|
-
n("JSXClosingFragment", e, t);
|
|
820
|
-
}
|
|
821
|
-
function ys(e, t) {
|
|
822
|
-
n("Noop", e, t);
|
|
823
|
-
}
|
|
824
|
-
function ms(e, t) {
|
|
825
|
-
n("Placeholder", e, t);
|
|
826
|
-
}
|
|
827
|
-
function ds(e, t) {
|
|
828
|
-
n("V8IntrinsicIdentifier", e, t);
|
|
829
|
-
}
|
|
830
|
-
function Es(e, t) {
|
|
831
|
-
n("ArgumentPlaceholder", e, t);
|
|
832
|
-
}
|
|
833
|
-
function xs(e, t) {
|
|
834
|
-
n("BindExpression", e, t);
|
|
835
|
-
}
|
|
836
|
-
function As(e, t) {
|
|
837
|
-
n("ImportAttribute", e, t);
|
|
838
|
-
}
|
|
839
|
-
function Ds(e, t) {
|
|
840
|
-
n("Decorator", e, t);
|
|
841
|
-
}
|
|
842
|
-
function Ps(e, t) {
|
|
843
|
-
n("DoExpression", e, t);
|
|
844
|
-
}
|
|
845
|
-
function bs(e, t) {
|
|
846
|
-
n("ExportDefaultSpecifier", e, t);
|
|
847
|
-
}
|
|
848
|
-
function Is(e, t) {
|
|
849
|
-
n("RecordExpression", e, t);
|
|
850
|
-
}
|
|
851
|
-
function gs(e, t) {
|
|
852
|
-
n("TupleExpression", e, t);
|
|
853
|
-
}
|
|
854
|
-
function Cs(e, t) {
|
|
855
|
-
n("DecimalLiteral", e, t);
|
|
856
|
-
}
|
|
857
|
-
function Ms(e, t) {
|
|
858
|
-
n("ModuleExpression", e, t);
|
|
859
|
-
}
|
|
860
|
-
function Bs(e, t) {
|
|
861
|
-
n("TopicReference", e, t);
|
|
862
|
-
}
|
|
863
|
-
function Ns(e, t) {
|
|
864
|
-
n("PipelineTopicExpression", e, t);
|
|
865
|
-
}
|
|
866
|
-
function ws(e, t) {
|
|
867
|
-
n("PipelineBareFunction", e, t);
|
|
868
|
-
}
|
|
869
|
-
function hs(e, t) {
|
|
870
|
-
n("PipelinePrimaryTopicReference", e, t);
|
|
871
|
-
}
|
|
872
|
-
function Ls(e, t) {
|
|
873
|
-
n("TSParameterProperty", e, t);
|
|
874
|
-
}
|
|
875
|
-
function Fs(e, t) {
|
|
876
|
-
n("TSDeclareFunction", e, t);
|
|
877
|
-
}
|
|
878
|
-
function Os(e, t) {
|
|
879
|
-
n("TSDeclareMethod", e, t);
|
|
880
|
-
}
|
|
881
|
-
function Xs(e, t) {
|
|
882
|
-
n("TSQualifiedName", e, t);
|
|
883
|
-
}
|
|
884
|
-
function Js(e, t) {
|
|
885
|
-
n("TSCallSignatureDeclaration", e, t);
|
|
886
|
-
}
|
|
887
|
-
function Ks(e, t) {
|
|
888
|
-
n("TSConstructSignatureDeclaration", e, t);
|
|
889
|
-
}
|
|
890
|
-
function js(e, t) {
|
|
891
|
-
n("TSPropertySignature", e, t);
|
|
892
|
-
}
|
|
893
|
-
function Rs(e, t) {
|
|
894
|
-
n("TSMethodSignature", e, t);
|
|
895
|
-
}
|
|
896
|
-
function ks(e, t) {
|
|
897
|
-
n("TSIndexSignature", e, t);
|
|
898
|
-
}
|
|
899
|
-
function vs(e, t) {
|
|
900
|
-
n("TSAnyKeyword", e, t);
|
|
901
|
-
}
|
|
902
|
-
function Us(e, t) {
|
|
903
|
-
n("TSBooleanKeyword", e, t);
|
|
904
|
-
}
|
|
905
|
-
function Vs(e, t) {
|
|
906
|
-
n("TSBigIntKeyword", e, t);
|
|
907
|
-
}
|
|
908
|
-
function Ws(e, t) {
|
|
909
|
-
n("TSIntrinsicKeyword", e, t);
|
|
910
|
-
}
|
|
911
|
-
function qs(e, t) {
|
|
912
|
-
n("TSNeverKeyword", e, t);
|
|
913
|
-
}
|
|
914
|
-
function _s(e, t) {
|
|
915
|
-
n("TSNullKeyword", e, t);
|
|
916
|
-
}
|
|
917
|
-
function zs(e, t) {
|
|
918
|
-
n("TSNumberKeyword", e, t);
|
|
919
|
-
}
|
|
920
|
-
function Qs(e, t) {
|
|
921
|
-
n("TSObjectKeyword", e, t);
|
|
922
|
-
}
|
|
923
|
-
function Gs(e, t) {
|
|
924
|
-
n("TSStringKeyword", e, t);
|
|
925
|
-
}
|
|
926
|
-
function Ys(e, t) {
|
|
927
|
-
n("TSSymbolKeyword", e, t);
|
|
928
|
-
}
|
|
929
|
-
function $s(e, t) {
|
|
930
|
-
n("TSUndefinedKeyword", e, t);
|
|
931
|
-
}
|
|
932
|
-
function Hs(e, t) {
|
|
933
|
-
n("TSUnknownKeyword", e, t);
|
|
934
|
-
}
|
|
935
|
-
function Zs(e, t) {
|
|
936
|
-
n("TSVoidKeyword", e, t);
|
|
937
|
-
}
|
|
938
|
-
function en(e, t) {
|
|
939
|
-
n("TSThisType", e, t);
|
|
940
|
-
}
|
|
941
|
-
function tn(e, t) {
|
|
942
|
-
n("TSFunctionType", e, t);
|
|
943
|
-
}
|
|
944
|
-
function sn(e, t) {
|
|
945
|
-
n("TSConstructorType", e, t);
|
|
946
|
-
}
|
|
947
|
-
function nn(e, t) {
|
|
948
|
-
n("TSTypeReference", e, t);
|
|
949
|
-
}
|
|
950
|
-
function rn(e, t) {
|
|
951
|
-
n("TSTypePredicate", e, t);
|
|
952
|
-
}
|
|
953
|
-
function an(e, t) {
|
|
954
|
-
n("TSTypeQuery", e, t);
|
|
955
|
-
}
|
|
956
|
-
function on(e, t) {
|
|
957
|
-
n("TSTypeLiteral", e, t);
|
|
958
|
-
}
|
|
959
|
-
function cn(e, t) {
|
|
960
|
-
n("TSArrayType", e, t);
|
|
961
|
-
}
|
|
962
|
-
function pn(e, t) {
|
|
963
|
-
n("TSTupleType", e, t);
|
|
964
|
-
}
|
|
965
|
-
function ln(e, t) {
|
|
966
|
-
n("TSOptionalType", e, t);
|
|
967
|
-
}
|
|
968
|
-
function un(e, t) {
|
|
969
|
-
n("TSRestType", e, t);
|
|
970
|
-
}
|
|
971
|
-
function Tn(e, t) {
|
|
972
|
-
n("TSNamedTupleMember", e, t);
|
|
973
|
-
}
|
|
974
|
-
function Sn(e, t) {
|
|
975
|
-
n("TSUnionType", e, t);
|
|
976
|
-
}
|
|
977
|
-
function fn(e, t) {
|
|
978
|
-
n("TSIntersectionType", e, t);
|
|
979
|
-
}
|
|
980
|
-
function yn(e, t) {
|
|
981
|
-
n("TSConditionalType", e, t);
|
|
982
|
-
}
|
|
983
|
-
function mn(e, t) {
|
|
984
|
-
n("TSInferType", e, t);
|
|
985
|
-
}
|
|
986
|
-
function dn(e, t) {
|
|
987
|
-
n("TSParenthesizedType", e, t);
|
|
988
|
-
}
|
|
989
|
-
function En(e, t) {
|
|
990
|
-
n("TSTypeOperator", e, t);
|
|
991
|
-
}
|
|
992
|
-
function xn(e, t) {
|
|
993
|
-
n("TSIndexedAccessType", e, t);
|
|
994
|
-
}
|
|
995
|
-
function An(e, t) {
|
|
996
|
-
n("TSMappedType", e, t);
|
|
997
|
-
}
|
|
998
|
-
function Dn(e, t) {
|
|
999
|
-
n("TSLiteralType", e, t);
|
|
1000
|
-
}
|
|
1001
|
-
function Pn(e, t) {
|
|
1002
|
-
n("TSExpressionWithTypeArguments", e, t);
|
|
1003
|
-
}
|
|
1004
|
-
function bn(e, t) {
|
|
1005
|
-
n("TSInterfaceDeclaration", e, t);
|
|
1006
|
-
}
|
|
1007
|
-
function In(e, t) {
|
|
1008
|
-
n("TSInterfaceBody", e, t);
|
|
1009
|
-
}
|
|
1010
|
-
function gn(e, t) {
|
|
1011
|
-
n("TSTypeAliasDeclaration", e, t);
|
|
1012
|
-
}
|
|
1013
|
-
function Cn(e, t) {
|
|
1014
|
-
n("TSInstantiationExpression", e, t);
|
|
1015
|
-
}
|
|
1016
|
-
function Mn(e, t) {
|
|
1017
|
-
n("TSAsExpression", e, t);
|
|
1018
|
-
}
|
|
1019
|
-
function Bn(e, t) {
|
|
1020
|
-
n("TSSatisfiesExpression", e, t);
|
|
1021
|
-
}
|
|
1022
|
-
function Nn(e, t) {
|
|
1023
|
-
n("TSTypeAssertion", e, t);
|
|
1024
|
-
}
|
|
1025
|
-
function wn(e, t) {
|
|
1026
|
-
n("TSEnumDeclaration", e, t);
|
|
1027
|
-
}
|
|
1028
|
-
function hn(e, t) {
|
|
1029
|
-
n("TSEnumMember", e, t);
|
|
1030
|
-
}
|
|
1031
|
-
function Ln(e, t) {
|
|
1032
|
-
n("TSModuleDeclaration", e, t);
|
|
1033
|
-
}
|
|
1034
|
-
function Fn(e, t) {
|
|
1035
|
-
n("TSModuleBlock", e, t);
|
|
1036
|
-
}
|
|
1037
|
-
function On(e, t) {
|
|
1038
|
-
n("TSImportType", e, t);
|
|
1039
|
-
}
|
|
1040
|
-
function Xn(e, t) {
|
|
1041
|
-
n("TSImportEqualsDeclaration", e, t);
|
|
1042
|
-
}
|
|
1043
|
-
function Jn(e, t) {
|
|
1044
|
-
n("TSExternalModuleReference", e, t);
|
|
1045
|
-
}
|
|
1046
|
-
function Kn(e, t) {
|
|
1047
|
-
n("TSNonNullExpression", e, t);
|
|
1048
|
-
}
|
|
1049
|
-
function jn(e, t) {
|
|
1050
|
-
n("TSExportAssignment", e, t);
|
|
1051
|
-
}
|
|
1052
|
-
function Rn(e, t) {
|
|
1053
|
-
n("TSNamespaceExportDeclaration", e, t);
|
|
1054
|
-
}
|
|
1055
|
-
function kn(e, t) {
|
|
1056
|
-
n("TSTypeAnnotation", e, t);
|
|
1057
|
-
}
|
|
1058
|
-
function vn(e, t) {
|
|
1059
|
-
n("TSTypeParameterInstantiation", e, t);
|
|
1060
|
-
}
|
|
1061
|
-
function Un(e, t) {
|
|
1062
|
-
n("TSTypeParameterDeclaration", e, t);
|
|
1063
|
-
}
|
|
1064
|
-
function Vn(e, t) {
|
|
1065
|
-
n("TSTypeParameter", e, t);
|
|
1066
|
-
}
|
|
1067
|
-
function Wn(e, t) {
|
|
1068
|
-
n("Standardized", e, t);
|
|
1069
|
-
}
|
|
1070
|
-
function qn(e, t) {
|
|
1071
|
-
n("Expression", e, t);
|
|
1072
|
-
}
|
|
1073
|
-
function _n(e, t) {
|
|
1074
|
-
n("Binary", e, t);
|
|
1075
|
-
}
|
|
1076
|
-
function zn(e, t) {
|
|
1077
|
-
n("Scopable", e, t);
|
|
1078
|
-
}
|
|
1079
|
-
function Qn(e, t) {
|
|
1080
|
-
n("BlockParent", e, t);
|
|
1081
|
-
}
|
|
1082
|
-
function Gn(e, t) {
|
|
1083
|
-
n("Block", e, t);
|
|
1084
|
-
}
|
|
1085
|
-
function Yn(e, t) {
|
|
1086
|
-
n("Statement", e, t);
|
|
1087
|
-
}
|
|
1088
|
-
function $n(e, t) {
|
|
1089
|
-
n("Terminatorless", e, t);
|
|
1090
|
-
}
|
|
1091
|
-
function Hn(e, t) {
|
|
1092
|
-
n("CompletionStatement", e, t);
|
|
1093
|
-
}
|
|
1094
|
-
function Zn(e, t) {
|
|
1095
|
-
n("Conditional", e, t);
|
|
1096
|
-
}
|
|
1097
|
-
function er(e, t) {
|
|
1098
|
-
n("Loop", e, t);
|
|
1099
|
-
}
|
|
1100
|
-
function tr(e, t) {
|
|
1101
|
-
n("While", e, t);
|
|
1102
|
-
}
|
|
1103
|
-
function sr(e, t) {
|
|
1104
|
-
n("ExpressionWrapper", e, t);
|
|
1105
|
-
}
|
|
1106
|
-
function nr(e, t) {
|
|
1107
|
-
n("For", e, t);
|
|
1108
|
-
}
|
|
1109
|
-
function rr(e, t) {
|
|
1110
|
-
n("ForXStatement", e, t);
|
|
1111
|
-
}
|
|
1112
|
-
function ar(e, t) {
|
|
1113
|
-
n("Function", e, t);
|
|
1114
|
-
}
|
|
1115
|
-
function or(e, t) {
|
|
1116
|
-
n("FunctionParent", e, t);
|
|
1117
|
-
}
|
|
1118
|
-
function ir(e, t) {
|
|
1119
|
-
n("Pureish", e, t);
|
|
1120
|
-
}
|
|
1121
|
-
function cr(e, t) {
|
|
1122
|
-
n("Declaration", e, t);
|
|
1123
|
-
}
|
|
1124
|
-
function pr(e, t) {
|
|
1125
|
-
n("PatternLike", e, t);
|
|
1126
|
-
}
|
|
1127
|
-
function lr(e, t) {
|
|
1128
|
-
n("LVal", e, t);
|
|
1129
|
-
}
|
|
1130
|
-
function ur(e, t) {
|
|
1131
|
-
n("TSEntityName", e, t);
|
|
1132
|
-
}
|
|
1133
|
-
function Tr(e, t) {
|
|
1134
|
-
n("Literal", e, t);
|
|
1135
|
-
}
|
|
1136
|
-
function Sr(e, t) {
|
|
1137
|
-
n("Immutable", e, t);
|
|
1138
|
-
}
|
|
1139
|
-
function fr(e, t) {
|
|
1140
|
-
n("UserWhitespacable", e, t);
|
|
1141
|
-
}
|
|
1142
|
-
function yr(e, t) {
|
|
1143
|
-
n("Method", e, t);
|
|
1144
|
-
}
|
|
1145
|
-
function mr(e, t) {
|
|
1146
|
-
n("ObjectMember", e, t);
|
|
1147
|
-
}
|
|
1148
|
-
function dr(e, t) {
|
|
1149
|
-
n("Property", e, t);
|
|
1150
|
-
}
|
|
1151
|
-
function Er(e, t) {
|
|
1152
|
-
n("UnaryLike", e, t);
|
|
1153
|
-
}
|
|
1154
|
-
function xr(e, t) {
|
|
1155
|
-
n("Pattern", e, t);
|
|
1156
|
-
}
|
|
1157
|
-
function Ar(e, t) {
|
|
1158
|
-
n("Class", e, t);
|
|
1159
|
-
}
|
|
1160
|
-
function Dr(e, t) {
|
|
1161
|
-
n("ImportOrExportDeclaration", e, t);
|
|
1162
|
-
}
|
|
1163
|
-
function Pr(e, t) {
|
|
1164
|
-
n("ExportDeclaration", e, t);
|
|
1165
|
-
}
|
|
1166
|
-
function br(e, t) {
|
|
1167
|
-
n("ModuleSpecifier", e, t);
|
|
1168
|
-
}
|
|
1169
|
-
function Ir(e, t) {
|
|
1170
|
-
n("Accessor", e, t);
|
|
1171
|
-
}
|
|
1172
|
-
function gr(e, t) {
|
|
1173
|
-
n("Private", e, t);
|
|
1174
|
-
}
|
|
1175
|
-
function Cr(e, t) {
|
|
1176
|
-
n("Flow", e, t);
|
|
1177
|
-
}
|
|
1178
|
-
function Mr(e, t) {
|
|
1179
|
-
n("FlowType", e, t);
|
|
1180
|
-
}
|
|
1181
|
-
function Br(e, t) {
|
|
1182
|
-
n("FlowBaseAnnotation", e, t);
|
|
1183
|
-
}
|
|
1184
|
-
function Nr(e, t) {
|
|
1185
|
-
n("FlowDeclaration", e, t);
|
|
1186
|
-
}
|
|
1187
|
-
function wr(e, t) {
|
|
1188
|
-
n("FlowPredicate", e, t);
|
|
1189
|
-
}
|
|
1190
|
-
function hr(e, t) {
|
|
1191
|
-
n("EnumBody", e, t);
|
|
1192
|
-
}
|
|
1193
|
-
function Lr(e, t) {
|
|
1194
|
-
n("EnumMember", e, t);
|
|
1195
|
-
}
|
|
1196
|
-
function Fr(e, t) {
|
|
1197
|
-
n("JSX", e, t);
|
|
1198
|
-
}
|
|
1199
|
-
function Or(e, t) {
|
|
1200
|
-
n("Miscellaneous", e, t);
|
|
1201
|
-
}
|
|
1202
|
-
function Xr(e, t) {
|
|
1203
|
-
n("TypeScript", e, t);
|
|
1204
|
-
}
|
|
1205
|
-
function Jr(e, t) {
|
|
1206
|
-
n("TSTypeElement", e, t);
|
|
1207
|
-
}
|
|
1208
|
-
function Kr(e, t) {
|
|
1209
|
-
n("TSType", e, t);
|
|
1210
|
-
}
|
|
1211
|
-
function jr(e, t) {
|
|
1212
|
-
n("TSBaseType", e, t);
|
|
1213
|
-
}
|
|
1214
|
-
function Rr(e, t) {
|
|
1215
|
-
(0, r.default)("assertNumberLiteral", "assertNumericLiteral"), n("NumberLiteral", e, t);
|
|
1216
|
-
}
|
|
1217
|
-
function kr(e, t) {
|
|
1218
|
-
(0, r.default)("assertRegexLiteral", "assertRegExpLiteral"), n("RegexLiteral", e, t);
|
|
1219
|
-
}
|
|
1220
|
-
function vr(e, t) {
|
|
1221
|
-
(0, r.default)("assertRestProperty", "assertRestElement"), n("RestProperty", e, t);
|
|
1222
|
-
}
|
|
1223
|
-
function Ur(e, t) {
|
|
1224
|
-
(0, r.default)("assertSpreadProperty", "assertSpreadElement"), n("SpreadProperty", e, t);
|
|
1225
|
-
}
|
|
1226
|
-
function Vr(e, t) {
|
|
1227
|
-
(0, r.default)("assertModuleDeclaration", "assertImportOrExportDeclaration"), n("ModuleDeclaration", e, t);
|
|
1228
|
-
}
|
|
1229
|
-
export {
|
|
1230
|
-
s as default
|
|
1231
|
-
};
|