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,2300 +0,0 @@
|
|
|
1
|
-
import { __exports as r } from "../../../../../../_virtual/index13.mjs";
|
|
2
|
-
import "../../utils/shallowEqual.mjs";
|
|
3
|
-
import "../../utils/deprecationWarning.mjs";
|
|
4
|
-
import { __exports as l } from "../../../../../../_virtual/shallowEqual.mjs";
|
|
5
|
-
import { __exports as s } from "../../../../../../_virtual/deprecationWarning.mjs";
|
|
6
|
-
Object.defineProperty(r, "__esModule", {
|
|
7
|
-
value: !0
|
|
8
|
-
});
|
|
9
|
-
r.isAccessor = dn;
|
|
10
|
-
r.isAnyTypeAnnotation = Ve;
|
|
11
|
-
r.isArgumentPlaceholder = Er;
|
|
12
|
-
r.isArrayExpression = u;
|
|
13
|
-
r.isArrayPattern = le;
|
|
14
|
-
r.isArrayTypeAnnotation = Ue;
|
|
15
|
-
r.isArrowFunctionExpression = se;
|
|
16
|
-
r.isAssignmentExpression = f;
|
|
17
|
-
r.isAssignmentPattern = ie;
|
|
18
|
-
r.isAwaitExpression = Me;
|
|
19
|
-
r.isBigIntLiteral = Le;
|
|
20
|
-
r.isBinary = Wa;
|
|
21
|
-
r.isBinaryExpression = c;
|
|
22
|
-
r.isBindExpression = xr;
|
|
23
|
-
r.isBlock = za;
|
|
24
|
-
r.isBlockParent = Qa;
|
|
25
|
-
r.isBlockStatement = T;
|
|
26
|
-
r.isBooleanLiteral = k;
|
|
27
|
-
r.isBooleanLiteralTypeAnnotation = qe;
|
|
28
|
-
r.isBooleanTypeAnnotation = We;
|
|
29
|
-
r.isBreakStatement = S;
|
|
30
|
-
r.isCallExpression = m;
|
|
31
|
-
r.isCatchClause = E;
|
|
32
|
-
r.isClass = Dn;
|
|
33
|
-
r.isClassAccessorProperty = Xe;
|
|
34
|
-
r.isClassBody = ue;
|
|
35
|
-
r.isClassDeclaration = ce;
|
|
36
|
-
r.isClassExpression = fe;
|
|
37
|
-
r.isClassImplements = ze;
|
|
38
|
-
r.isClassMethod = de;
|
|
39
|
-
r.isClassPrivateMethod = je;
|
|
40
|
-
r.isClassPrivateProperty = Je;
|
|
41
|
-
r.isClassProperty = Ke;
|
|
42
|
-
r.isCompletionStatement = Ga;
|
|
43
|
-
r.isConditional = Ha;
|
|
44
|
-
r.isConditionalExpression = x;
|
|
45
|
-
r.isContinueStatement = D;
|
|
46
|
-
r.isDebuggerStatement = A;
|
|
47
|
-
r.isDecimalLiteral = hr;
|
|
48
|
-
r.isDeclaration = sn;
|
|
49
|
-
r.isDeclareClass = _e;
|
|
50
|
-
r.isDeclareExportAllDeclaration = at;
|
|
51
|
-
r.isDeclareExportDeclaration = rt;
|
|
52
|
-
r.isDeclareFunction = Ye;
|
|
53
|
-
r.isDeclareInterface = Ge;
|
|
54
|
-
r.isDeclareModule = He;
|
|
55
|
-
r.isDeclareModuleExports = Ze;
|
|
56
|
-
r.isDeclareOpaqueType = et;
|
|
57
|
-
r.isDeclareTypeAlias = $e;
|
|
58
|
-
r.isDeclareVariable = tt;
|
|
59
|
-
r.isDeclaredPredicate = nt;
|
|
60
|
-
r.isDecorator = Ar;
|
|
61
|
-
r.isDirective = y;
|
|
62
|
-
r.isDirectiveLiteral = o;
|
|
63
|
-
r.isDoExpression = br;
|
|
64
|
-
r.isDoWhileStatement = b;
|
|
65
|
-
r.isEmptyStatement = d;
|
|
66
|
-
r.isEmptyTypeAnnotation = St;
|
|
67
|
-
r.isEnumBody = Nn;
|
|
68
|
-
r.isEnumBooleanBody = Ut;
|
|
69
|
-
r.isEnumBooleanMember = zt;
|
|
70
|
-
r.isEnumDeclaration = Vt;
|
|
71
|
-
r.isEnumDefaultedMember = Gt;
|
|
72
|
-
r.isEnumMember = Mn;
|
|
73
|
-
r.isEnumNumberBody = Wt;
|
|
74
|
-
r.isEnumNumberMember = _t;
|
|
75
|
-
r.isEnumStringBody = qt;
|
|
76
|
-
r.isEnumStringMember = Yt;
|
|
77
|
-
r.isEnumSymbolBody = Qt;
|
|
78
|
-
r.isExistsTypeAnnotation = it;
|
|
79
|
-
r.isExportAllDeclaration = pe;
|
|
80
|
-
r.isExportDeclaration = An;
|
|
81
|
-
r.isExportDefaultDeclaration = ye;
|
|
82
|
-
r.isExportDefaultSpecifier = dr;
|
|
83
|
-
r.isExportNamedDeclaration = oe;
|
|
84
|
-
r.isExportNamespaceSpecifier = Oe;
|
|
85
|
-
r.isExportSpecifier = Te;
|
|
86
|
-
r.isExpression = Ua;
|
|
87
|
-
r.isExpressionStatement = P;
|
|
88
|
-
r.isExpressionWrapper = en;
|
|
89
|
-
r.isFile = I;
|
|
90
|
-
r.isFlow = In;
|
|
91
|
-
r.isFlowBaseAnnotation = wn;
|
|
92
|
-
r.isFlowDeclaration = gn;
|
|
93
|
-
r.isFlowPredicate = Cn;
|
|
94
|
-
r.isFlowType = hn;
|
|
95
|
-
r.isFor = tn;
|
|
96
|
-
r.isForInStatement = h;
|
|
97
|
-
r.isForOfStatement = Se;
|
|
98
|
-
r.isForStatement = w;
|
|
99
|
-
r.isForXStatement = rn;
|
|
100
|
-
r.isFunction = an;
|
|
101
|
-
r.isFunctionDeclaration = g;
|
|
102
|
-
r.isFunctionExpression = C;
|
|
103
|
-
r.isFunctionParent = nn;
|
|
104
|
-
r.isFunctionTypeAnnotation = lt;
|
|
105
|
-
r.isFunctionTypeParam = st;
|
|
106
|
-
r.isGenericTypeAnnotation = ut;
|
|
107
|
-
r.isIdentifier = N;
|
|
108
|
-
r.isIfStatement = M;
|
|
109
|
-
r.isImmutable = yn;
|
|
110
|
-
r.isImport = Be;
|
|
111
|
-
r.isImportAttribute = Dr;
|
|
112
|
-
r.isImportDeclaration = me;
|
|
113
|
-
r.isImportDefaultSpecifier = Ee;
|
|
114
|
-
r.isImportExpression = Ae;
|
|
115
|
-
r.isImportNamespaceSpecifier = xe;
|
|
116
|
-
r.isImportOrExportDeclaration = i;
|
|
117
|
-
r.isImportSpecifier = De;
|
|
118
|
-
r.isIndexedAccessType = Ht;
|
|
119
|
-
r.isInferredPredicate = ft;
|
|
120
|
-
r.isInterfaceDeclaration = pt;
|
|
121
|
-
r.isInterfaceExtends = ct;
|
|
122
|
-
r.isInterfaceTypeAnnotation = yt;
|
|
123
|
-
r.isInterpreterDirective = p;
|
|
124
|
-
r.isIntersectionTypeAnnotation = ot;
|
|
125
|
-
r.isJSX = Bn;
|
|
126
|
-
r.isJSXAttribute = $t;
|
|
127
|
-
r.isJSXClosingElement = er;
|
|
128
|
-
r.isJSXClosingFragment = or;
|
|
129
|
-
r.isJSXElement = tr;
|
|
130
|
-
r.isJSXEmptyExpression = rr;
|
|
131
|
-
r.isJSXExpressionContainer = ar;
|
|
132
|
-
r.isJSXFragment = pr;
|
|
133
|
-
r.isJSXIdentifier = ir;
|
|
134
|
-
r.isJSXMemberExpression = lr;
|
|
135
|
-
r.isJSXNamespacedName = sr;
|
|
136
|
-
r.isJSXOpeningElement = ur;
|
|
137
|
-
r.isJSXOpeningFragment = yr;
|
|
138
|
-
r.isJSXSpreadAttribute = fr;
|
|
139
|
-
r.isJSXSpreadChild = nr;
|
|
140
|
-
r.isJSXText = cr;
|
|
141
|
-
r.isLVal = fn;
|
|
142
|
-
r.isLabeledStatement = B;
|
|
143
|
-
r.isLiteral = pn;
|
|
144
|
-
r.isLogicalExpression = X;
|
|
145
|
-
r.isLoop = Za;
|
|
146
|
-
r.isMemberExpression = J;
|
|
147
|
-
r.isMetaProperty = be;
|
|
148
|
-
r.isMethod = Tn;
|
|
149
|
-
r.isMiscellaneous = Ln;
|
|
150
|
-
r.isMixedTypeAnnotation = Tt;
|
|
151
|
-
r.isModuleDeclaration = vn;
|
|
152
|
-
r.isModuleExpression = wr;
|
|
153
|
-
r.isModuleSpecifier = bn;
|
|
154
|
-
r.isNewExpression = j;
|
|
155
|
-
r.isNoop = Tr;
|
|
156
|
-
r.isNullLiteral = F;
|
|
157
|
-
r.isNullLiteralTypeAnnotation = Qe;
|
|
158
|
-
r.isNullableTypeAnnotation = mt;
|
|
159
|
-
r.isNumberLiteral = Xn;
|
|
160
|
-
r.isNumberLiteralTypeAnnotation = Et;
|
|
161
|
-
r.isNumberTypeAnnotation = xt;
|
|
162
|
-
r.isNumericLiteral = O;
|
|
163
|
-
r.isObjectExpression = v;
|
|
164
|
-
r.isObjectMember = Sn;
|
|
165
|
-
r.isObjectMethod = V;
|
|
166
|
-
r.isObjectPattern = Pe;
|
|
167
|
-
r.isObjectProperty = U;
|
|
168
|
-
r.isObjectTypeAnnotation = Dt;
|
|
169
|
-
r.isObjectTypeCallProperty = bt;
|
|
170
|
-
r.isObjectTypeIndexer = dt;
|
|
171
|
-
r.isObjectTypeInternalSlot = At;
|
|
172
|
-
r.isObjectTypeProperty = Pt;
|
|
173
|
-
r.isObjectTypeSpreadProperty = It;
|
|
174
|
-
r.isOpaqueType = ht;
|
|
175
|
-
r.isOptionalCallExpression = ke;
|
|
176
|
-
r.isOptionalIndexedAccessType = Zt;
|
|
177
|
-
r.isOptionalMemberExpression = Fe;
|
|
178
|
-
r.isParenthesizedExpression = z;
|
|
179
|
-
r.isPattern = xn;
|
|
180
|
-
r.isPatternLike = un;
|
|
181
|
-
r.isPipelineBareFunction = Nr;
|
|
182
|
-
r.isPipelinePrimaryTopicReference = Mr;
|
|
183
|
-
r.isPipelineTopicExpression = Cr;
|
|
184
|
-
r.isPlaceholder = Sr;
|
|
185
|
-
r.isPrivate = Pn;
|
|
186
|
-
r.isPrivateName = Re;
|
|
187
|
-
r.isProgram = R;
|
|
188
|
-
r.isProperty = mn;
|
|
189
|
-
r.isPureish = ln;
|
|
190
|
-
r.isQualifiedTypeIdentifier = wt;
|
|
191
|
-
r.isRecordExpression = Pr;
|
|
192
|
-
r.isRegExpLiteral = K;
|
|
193
|
-
r.isRegexLiteral = Jn;
|
|
194
|
-
r.isRestElement = W;
|
|
195
|
-
r.isRestProperty = jn;
|
|
196
|
-
r.isReturnStatement = q;
|
|
197
|
-
r.isScopable = qa;
|
|
198
|
-
r.isSequenceExpression = Q;
|
|
199
|
-
r.isSpreadElement = Ie;
|
|
200
|
-
r.isSpreadProperty = Rn;
|
|
201
|
-
r.isStandardized = Va;
|
|
202
|
-
r.isStatement = _a;
|
|
203
|
-
r.isStaticBlock = ve;
|
|
204
|
-
r.isStringLiteral = L;
|
|
205
|
-
r.isStringLiteralTypeAnnotation = gt;
|
|
206
|
-
r.isStringTypeAnnotation = Ct;
|
|
207
|
-
r.isSuper = he;
|
|
208
|
-
r.isSwitchCase = _;
|
|
209
|
-
r.isSwitchStatement = Y;
|
|
210
|
-
r.isSymbolTypeAnnotation = Nt;
|
|
211
|
-
r.isTSAnyKeyword = Rr;
|
|
212
|
-
r.isTSArrayType = la;
|
|
213
|
-
r.isTSAsExpression = ha;
|
|
214
|
-
r.isTSBaseType = Kn;
|
|
215
|
-
r.isTSBigIntKeyword = Vr;
|
|
216
|
-
r.isTSBooleanKeyword = vr;
|
|
217
|
-
r.isTSCallSignatureDeclaration = kr;
|
|
218
|
-
r.isTSConditionalType = oa;
|
|
219
|
-
r.isTSConstructSignatureDeclaration = Kr;
|
|
220
|
-
r.isTSConstructorType = ta;
|
|
221
|
-
r.isTSDeclareFunction = Lr;
|
|
222
|
-
r.isTSDeclareMethod = Or;
|
|
223
|
-
r.isTSEntityName = cn;
|
|
224
|
-
r.isTSEnumDeclaration = Ca;
|
|
225
|
-
r.isTSEnumMember = Na;
|
|
226
|
-
r.isTSExportAssignment = Ka;
|
|
227
|
-
r.isTSExpressionWithTypeArguments = Aa;
|
|
228
|
-
r.isTSExternalModuleReference = Fa;
|
|
229
|
-
r.isTSFunctionType = ea;
|
|
230
|
-
r.isTSImportEqualsDeclaration = Oa;
|
|
231
|
-
r.isTSImportType = La;
|
|
232
|
-
r.isTSIndexSignature = jr;
|
|
233
|
-
r.isTSIndexedAccessType = Ea;
|
|
234
|
-
r.isTSInferType = Ta;
|
|
235
|
-
r.isTSInstantiationExpression = Ia;
|
|
236
|
-
r.isTSInterfaceBody = da;
|
|
237
|
-
r.isTSInterfaceDeclaration = ba;
|
|
238
|
-
r.isTSIntersectionType = ya;
|
|
239
|
-
r.isTSIntrinsicKeyword = Ur;
|
|
240
|
-
r.isTSLiteralType = Da;
|
|
241
|
-
r.isTSMappedType = xa;
|
|
242
|
-
r.isTSMethodSignature = Jr;
|
|
243
|
-
r.isTSModuleBlock = Ba;
|
|
244
|
-
r.isTSModuleDeclaration = Ma;
|
|
245
|
-
r.isTSNamedTupleMember = ca;
|
|
246
|
-
r.isTSNamespaceExportDeclaration = Xa;
|
|
247
|
-
r.isTSNeverKeyword = Wr;
|
|
248
|
-
r.isTSNonNullExpression = ka;
|
|
249
|
-
r.isTSNullKeyword = qr;
|
|
250
|
-
r.isTSNumberKeyword = Qr;
|
|
251
|
-
r.isTSObjectKeyword = zr;
|
|
252
|
-
r.isTSOptionalType = ua;
|
|
253
|
-
r.isTSParameterProperty = Br;
|
|
254
|
-
r.isTSParenthesizedType = Sa;
|
|
255
|
-
r.isTSPropertySignature = Xr;
|
|
256
|
-
r.isTSQualifiedName = Fr;
|
|
257
|
-
r.isTSRestType = fa;
|
|
258
|
-
r.isTSSatisfiesExpression = wa;
|
|
259
|
-
r.isTSStringKeyword = _r;
|
|
260
|
-
r.isTSSymbolKeyword = Yr;
|
|
261
|
-
r.isTSThisType = $r;
|
|
262
|
-
r.isTSTupleType = sa;
|
|
263
|
-
r.isTSType = kn;
|
|
264
|
-
r.isTSTypeAliasDeclaration = Pa;
|
|
265
|
-
r.isTSTypeAnnotation = Ja;
|
|
266
|
-
r.isTSTypeAssertion = ga;
|
|
267
|
-
r.isTSTypeElement = Fn;
|
|
268
|
-
r.isTSTypeLiteral = ia;
|
|
269
|
-
r.isTSTypeOperator = ma;
|
|
270
|
-
r.isTSTypeParameter = va;
|
|
271
|
-
r.isTSTypeParameterDeclaration = Ra;
|
|
272
|
-
r.isTSTypeParameterInstantiation = ja;
|
|
273
|
-
r.isTSTypePredicate = aa;
|
|
274
|
-
r.isTSTypeQuery = na;
|
|
275
|
-
r.isTSTypeReference = ra;
|
|
276
|
-
r.isTSUndefinedKeyword = Gr;
|
|
277
|
-
r.isTSUnionType = pa;
|
|
278
|
-
r.isTSUnknownKeyword = Hr;
|
|
279
|
-
r.isTSVoidKeyword = Zr;
|
|
280
|
-
r.isTaggedTemplateExpression = we;
|
|
281
|
-
r.isTemplateElement = ge;
|
|
282
|
-
r.isTemplateLiteral = Ce;
|
|
283
|
-
r.isTerminatorless = Ya;
|
|
284
|
-
r.isThisExpression = G;
|
|
285
|
-
r.isThisTypeAnnotation = Mt;
|
|
286
|
-
r.isThrowStatement = H;
|
|
287
|
-
r.isTopicReference = gr;
|
|
288
|
-
r.isTryStatement = Z;
|
|
289
|
-
r.isTupleExpression = Ir;
|
|
290
|
-
r.isTupleTypeAnnotation = Bt;
|
|
291
|
-
r.isTypeAlias = Ot;
|
|
292
|
-
r.isTypeAnnotation = Ft;
|
|
293
|
-
r.isTypeCastExpression = kt;
|
|
294
|
-
r.isTypeParameter = Kt;
|
|
295
|
-
r.isTypeParameterDeclaration = Xt;
|
|
296
|
-
r.isTypeParameterInstantiation = Jt;
|
|
297
|
-
r.isTypeScript = On;
|
|
298
|
-
r.isTypeofTypeAnnotation = Lt;
|
|
299
|
-
r.isUnaryExpression = $;
|
|
300
|
-
r.isUnaryLike = En;
|
|
301
|
-
r.isUnionTypeAnnotation = jt;
|
|
302
|
-
r.isUpdateExpression = ee;
|
|
303
|
-
r.isUserWhitespacable = on;
|
|
304
|
-
r.isV8IntrinsicIdentifier = mr;
|
|
305
|
-
r.isVariableDeclaration = te;
|
|
306
|
-
r.isVariableDeclarator = re;
|
|
307
|
-
r.isVariance = Rt;
|
|
308
|
-
r.isVoidTypeAnnotation = vt;
|
|
309
|
-
r.isWhile = $a;
|
|
310
|
-
r.isWhileStatement = ae;
|
|
311
|
-
r.isWithStatement = ne;
|
|
312
|
-
r.isYieldExpression = Ne;
|
|
313
|
-
var a = l, n = s;
|
|
314
|
-
function u(e, t) {
|
|
315
|
-
return !e || e.type !== "ArrayExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
316
|
-
}
|
|
317
|
-
function f(e, t) {
|
|
318
|
-
return !e || e.type !== "AssignmentExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
319
|
-
}
|
|
320
|
-
function c(e, t) {
|
|
321
|
-
return !e || e.type !== "BinaryExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
322
|
-
}
|
|
323
|
-
function p(e, t) {
|
|
324
|
-
return !e || e.type !== "InterpreterDirective" ? !1 : t == null || (0, a.default)(e, t);
|
|
325
|
-
}
|
|
326
|
-
function y(e, t) {
|
|
327
|
-
return !e || e.type !== "Directive" ? !1 : t == null || (0, a.default)(e, t);
|
|
328
|
-
}
|
|
329
|
-
function o(e, t) {
|
|
330
|
-
return !e || e.type !== "DirectiveLiteral" ? !1 : t == null || (0, a.default)(e, t);
|
|
331
|
-
}
|
|
332
|
-
function T(e, t) {
|
|
333
|
-
return !e || e.type !== "BlockStatement" ? !1 : t == null || (0, a.default)(e, t);
|
|
334
|
-
}
|
|
335
|
-
function S(e, t) {
|
|
336
|
-
return !e || e.type !== "BreakStatement" ? !1 : t == null || (0, a.default)(e, t);
|
|
337
|
-
}
|
|
338
|
-
function m(e, t) {
|
|
339
|
-
return !e || e.type !== "CallExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
340
|
-
}
|
|
341
|
-
function E(e, t) {
|
|
342
|
-
return !e || e.type !== "CatchClause" ? !1 : t == null || (0, a.default)(e, t);
|
|
343
|
-
}
|
|
344
|
-
function x(e, t) {
|
|
345
|
-
return !e || e.type !== "ConditionalExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
346
|
-
}
|
|
347
|
-
function D(e, t) {
|
|
348
|
-
return !e || e.type !== "ContinueStatement" ? !1 : t == null || (0, a.default)(e, t);
|
|
349
|
-
}
|
|
350
|
-
function A(e, t) {
|
|
351
|
-
return !e || e.type !== "DebuggerStatement" ? !1 : t == null || (0, a.default)(e, t);
|
|
352
|
-
}
|
|
353
|
-
function b(e, t) {
|
|
354
|
-
return !e || e.type !== "DoWhileStatement" ? !1 : t == null || (0, a.default)(e, t);
|
|
355
|
-
}
|
|
356
|
-
function d(e, t) {
|
|
357
|
-
return !e || e.type !== "EmptyStatement" ? !1 : t == null || (0, a.default)(e, t);
|
|
358
|
-
}
|
|
359
|
-
function P(e, t) {
|
|
360
|
-
return !e || e.type !== "ExpressionStatement" ? !1 : t == null || (0, a.default)(e, t);
|
|
361
|
-
}
|
|
362
|
-
function I(e, t) {
|
|
363
|
-
return !e || e.type !== "File" ? !1 : t == null || (0, a.default)(e, t);
|
|
364
|
-
}
|
|
365
|
-
function h(e, t) {
|
|
366
|
-
return !e || e.type !== "ForInStatement" ? !1 : t == null || (0, a.default)(e, t);
|
|
367
|
-
}
|
|
368
|
-
function w(e, t) {
|
|
369
|
-
return !e || e.type !== "ForStatement" ? !1 : t == null || (0, a.default)(e, t);
|
|
370
|
-
}
|
|
371
|
-
function g(e, t) {
|
|
372
|
-
return !e || e.type !== "FunctionDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
373
|
-
}
|
|
374
|
-
function C(e, t) {
|
|
375
|
-
return !e || e.type !== "FunctionExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
376
|
-
}
|
|
377
|
-
function N(e, t) {
|
|
378
|
-
return !e || e.type !== "Identifier" ? !1 : t == null || (0, a.default)(e, t);
|
|
379
|
-
}
|
|
380
|
-
function M(e, t) {
|
|
381
|
-
return !e || e.type !== "IfStatement" ? !1 : t == null || (0, a.default)(e, t);
|
|
382
|
-
}
|
|
383
|
-
function B(e, t) {
|
|
384
|
-
return !e || e.type !== "LabeledStatement" ? !1 : t == null || (0, a.default)(e, t);
|
|
385
|
-
}
|
|
386
|
-
function L(e, t) {
|
|
387
|
-
return !e || e.type !== "StringLiteral" ? !1 : t == null || (0, a.default)(e, t);
|
|
388
|
-
}
|
|
389
|
-
function O(e, t) {
|
|
390
|
-
return !e || e.type !== "NumericLiteral" ? !1 : t == null || (0, a.default)(e, t);
|
|
391
|
-
}
|
|
392
|
-
function F(e, t) {
|
|
393
|
-
return !e || e.type !== "NullLiteral" ? !1 : t == null || (0, a.default)(e, t);
|
|
394
|
-
}
|
|
395
|
-
function k(e, t) {
|
|
396
|
-
return !e || e.type !== "BooleanLiteral" ? !1 : t == null || (0, a.default)(e, t);
|
|
397
|
-
}
|
|
398
|
-
function K(e, t) {
|
|
399
|
-
return !e || e.type !== "RegExpLiteral" ? !1 : t == null || (0, a.default)(e, t);
|
|
400
|
-
}
|
|
401
|
-
function X(e, t) {
|
|
402
|
-
return !e || e.type !== "LogicalExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
403
|
-
}
|
|
404
|
-
function J(e, t) {
|
|
405
|
-
return !e || e.type !== "MemberExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
406
|
-
}
|
|
407
|
-
function j(e, t) {
|
|
408
|
-
return !e || e.type !== "NewExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
409
|
-
}
|
|
410
|
-
function R(e, t) {
|
|
411
|
-
return !e || e.type !== "Program" ? !1 : t == null || (0, a.default)(e, t);
|
|
412
|
-
}
|
|
413
|
-
function v(e, t) {
|
|
414
|
-
return !e || e.type !== "ObjectExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
415
|
-
}
|
|
416
|
-
function V(e, t) {
|
|
417
|
-
return !e || e.type !== "ObjectMethod" ? !1 : t == null || (0, a.default)(e, t);
|
|
418
|
-
}
|
|
419
|
-
function U(e, t) {
|
|
420
|
-
return !e || e.type !== "ObjectProperty" ? !1 : t == null || (0, a.default)(e, t);
|
|
421
|
-
}
|
|
422
|
-
function W(e, t) {
|
|
423
|
-
return !e || e.type !== "RestElement" ? !1 : t == null || (0, a.default)(e, t);
|
|
424
|
-
}
|
|
425
|
-
function q(e, t) {
|
|
426
|
-
return !e || e.type !== "ReturnStatement" ? !1 : t == null || (0, a.default)(e, t);
|
|
427
|
-
}
|
|
428
|
-
function Q(e, t) {
|
|
429
|
-
return !e || e.type !== "SequenceExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
430
|
-
}
|
|
431
|
-
function z(e, t) {
|
|
432
|
-
return !e || e.type !== "ParenthesizedExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
433
|
-
}
|
|
434
|
-
function _(e, t) {
|
|
435
|
-
return !e || e.type !== "SwitchCase" ? !1 : t == null || (0, a.default)(e, t);
|
|
436
|
-
}
|
|
437
|
-
function Y(e, t) {
|
|
438
|
-
return !e || e.type !== "SwitchStatement" ? !1 : t == null || (0, a.default)(e, t);
|
|
439
|
-
}
|
|
440
|
-
function G(e, t) {
|
|
441
|
-
return !e || e.type !== "ThisExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
442
|
-
}
|
|
443
|
-
function H(e, t) {
|
|
444
|
-
return !e || e.type !== "ThrowStatement" ? !1 : t == null || (0, a.default)(e, t);
|
|
445
|
-
}
|
|
446
|
-
function Z(e, t) {
|
|
447
|
-
return !e || e.type !== "TryStatement" ? !1 : t == null || (0, a.default)(e, t);
|
|
448
|
-
}
|
|
449
|
-
function $(e, t) {
|
|
450
|
-
return !e || e.type !== "UnaryExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
451
|
-
}
|
|
452
|
-
function ee(e, t) {
|
|
453
|
-
return !e || e.type !== "UpdateExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
454
|
-
}
|
|
455
|
-
function te(e, t) {
|
|
456
|
-
return !e || e.type !== "VariableDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
457
|
-
}
|
|
458
|
-
function re(e, t) {
|
|
459
|
-
return !e || e.type !== "VariableDeclarator" ? !1 : t == null || (0, a.default)(e, t);
|
|
460
|
-
}
|
|
461
|
-
function ae(e, t) {
|
|
462
|
-
return !e || e.type !== "WhileStatement" ? !1 : t == null || (0, a.default)(e, t);
|
|
463
|
-
}
|
|
464
|
-
function ne(e, t) {
|
|
465
|
-
return !e || e.type !== "WithStatement" ? !1 : t == null || (0, a.default)(e, t);
|
|
466
|
-
}
|
|
467
|
-
function ie(e, t) {
|
|
468
|
-
return !e || e.type !== "AssignmentPattern" ? !1 : t == null || (0, a.default)(e, t);
|
|
469
|
-
}
|
|
470
|
-
function le(e, t) {
|
|
471
|
-
return !e || e.type !== "ArrayPattern" ? !1 : t == null || (0, a.default)(e, t);
|
|
472
|
-
}
|
|
473
|
-
function se(e, t) {
|
|
474
|
-
return !e || e.type !== "ArrowFunctionExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
475
|
-
}
|
|
476
|
-
function ue(e, t) {
|
|
477
|
-
return !e || e.type !== "ClassBody" ? !1 : t == null || (0, a.default)(e, t);
|
|
478
|
-
}
|
|
479
|
-
function fe(e, t) {
|
|
480
|
-
return !e || e.type !== "ClassExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
481
|
-
}
|
|
482
|
-
function ce(e, t) {
|
|
483
|
-
return !e || e.type !== "ClassDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
484
|
-
}
|
|
485
|
-
function pe(e, t) {
|
|
486
|
-
return !e || e.type !== "ExportAllDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
487
|
-
}
|
|
488
|
-
function ye(e, t) {
|
|
489
|
-
return !e || e.type !== "ExportDefaultDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
490
|
-
}
|
|
491
|
-
function oe(e, t) {
|
|
492
|
-
return !e || e.type !== "ExportNamedDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
493
|
-
}
|
|
494
|
-
function Te(e, t) {
|
|
495
|
-
return !e || e.type !== "ExportSpecifier" ? !1 : t == null || (0, a.default)(e, t);
|
|
496
|
-
}
|
|
497
|
-
function Se(e, t) {
|
|
498
|
-
return !e || e.type !== "ForOfStatement" ? !1 : t == null || (0, a.default)(e, t);
|
|
499
|
-
}
|
|
500
|
-
function me(e, t) {
|
|
501
|
-
return !e || e.type !== "ImportDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
502
|
-
}
|
|
503
|
-
function Ee(e, t) {
|
|
504
|
-
return !e || e.type !== "ImportDefaultSpecifier" ? !1 : t == null || (0, a.default)(e, t);
|
|
505
|
-
}
|
|
506
|
-
function xe(e, t) {
|
|
507
|
-
return !e || e.type !== "ImportNamespaceSpecifier" ? !1 : t == null || (0, a.default)(e, t);
|
|
508
|
-
}
|
|
509
|
-
function De(e, t) {
|
|
510
|
-
return !e || e.type !== "ImportSpecifier" ? !1 : t == null || (0, a.default)(e, t);
|
|
511
|
-
}
|
|
512
|
-
function Ae(e, t) {
|
|
513
|
-
return !e || e.type !== "ImportExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
514
|
-
}
|
|
515
|
-
function be(e, t) {
|
|
516
|
-
return !e || e.type !== "MetaProperty" ? !1 : t == null || (0, a.default)(e, t);
|
|
517
|
-
}
|
|
518
|
-
function de(e, t) {
|
|
519
|
-
return !e || e.type !== "ClassMethod" ? !1 : t == null || (0, a.default)(e, t);
|
|
520
|
-
}
|
|
521
|
-
function Pe(e, t) {
|
|
522
|
-
return !e || e.type !== "ObjectPattern" ? !1 : t == null || (0, a.default)(e, t);
|
|
523
|
-
}
|
|
524
|
-
function Ie(e, t) {
|
|
525
|
-
return !e || e.type !== "SpreadElement" ? !1 : t == null || (0, a.default)(e, t);
|
|
526
|
-
}
|
|
527
|
-
function he(e, t) {
|
|
528
|
-
return !e || e.type !== "Super" ? !1 : t == null || (0, a.default)(e, t);
|
|
529
|
-
}
|
|
530
|
-
function we(e, t) {
|
|
531
|
-
return !e || e.type !== "TaggedTemplateExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
532
|
-
}
|
|
533
|
-
function ge(e, t) {
|
|
534
|
-
return !e || e.type !== "TemplateElement" ? !1 : t == null || (0, a.default)(e, t);
|
|
535
|
-
}
|
|
536
|
-
function Ce(e, t) {
|
|
537
|
-
return !e || e.type !== "TemplateLiteral" ? !1 : t == null || (0, a.default)(e, t);
|
|
538
|
-
}
|
|
539
|
-
function Ne(e, t) {
|
|
540
|
-
return !e || e.type !== "YieldExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
541
|
-
}
|
|
542
|
-
function Me(e, t) {
|
|
543
|
-
return !e || e.type !== "AwaitExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
544
|
-
}
|
|
545
|
-
function Be(e, t) {
|
|
546
|
-
return !e || e.type !== "Import" ? !1 : t == null || (0, a.default)(e, t);
|
|
547
|
-
}
|
|
548
|
-
function Le(e, t) {
|
|
549
|
-
return !e || e.type !== "BigIntLiteral" ? !1 : t == null || (0, a.default)(e, t);
|
|
550
|
-
}
|
|
551
|
-
function Oe(e, t) {
|
|
552
|
-
return !e || e.type !== "ExportNamespaceSpecifier" ? !1 : t == null || (0, a.default)(e, t);
|
|
553
|
-
}
|
|
554
|
-
function Fe(e, t) {
|
|
555
|
-
return !e || e.type !== "OptionalMemberExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
556
|
-
}
|
|
557
|
-
function ke(e, t) {
|
|
558
|
-
return !e || e.type !== "OptionalCallExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
559
|
-
}
|
|
560
|
-
function Ke(e, t) {
|
|
561
|
-
return !e || e.type !== "ClassProperty" ? !1 : t == null || (0, a.default)(e, t);
|
|
562
|
-
}
|
|
563
|
-
function Xe(e, t) {
|
|
564
|
-
return !e || e.type !== "ClassAccessorProperty" ? !1 : t == null || (0, a.default)(e, t);
|
|
565
|
-
}
|
|
566
|
-
function Je(e, t) {
|
|
567
|
-
return !e || e.type !== "ClassPrivateProperty" ? !1 : t == null || (0, a.default)(e, t);
|
|
568
|
-
}
|
|
569
|
-
function je(e, t) {
|
|
570
|
-
return !e || e.type !== "ClassPrivateMethod" ? !1 : t == null || (0, a.default)(e, t);
|
|
571
|
-
}
|
|
572
|
-
function Re(e, t) {
|
|
573
|
-
return !e || e.type !== "PrivateName" ? !1 : t == null || (0, a.default)(e, t);
|
|
574
|
-
}
|
|
575
|
-
function ve(e, t) {
|
|
576
|
-
return !e || e.type !== "StaticBlock" ? !1 : t == null || (0, a.default)(e, t);
|
|
577
|
-
}
|
|
578
|
-
function Ve(e, t) {
|
|
579
|
-
return !e || e.type !== "AnyTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
580
|
-
}
|
|
581
|
-
function Ue(e, t) {
|
|
582
|
-
return !e || e.type !== "ArrayTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
583
|
-
}
|
|
584
|
-
function We(e, t) {
|
|
585
|
-
return !e || e.type !== "BooleanTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
586
|
-
}
|
|
587
|
-
function qe(e, t) {
|
|
588
|
-
return !e || e.type !== "BooleanLiteralTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
589
|
-
}
|
|
590
|
-
function Qe(e, t) {
|
|
591
|
-
return !e || e.type !== "NullLiteralTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
592
|
-
}
|
|
593
|
-
function ze(e, t) {
|
|
594
|
-
return !e || e.type !== "ClassImplements" ? !1 : t == null || (0, a.default)(e, t);
|
|
595
|
-
}
|
|
596
|
-
function _e(e, t) {
|
|
597
|
-
return !e || e.type !== "DeclareClass" ? !1 : t == null || (0, a.default)(e, t);
|
|
598
|
-
}
|
|
599
|
-
function Ye(e, t) {
|
|
600
|
-
return !e || e.type !== "DeclareFunction" ? !1 : t == null || (0, a.default)(e, t);
|
|
601
|
-
}
|
|
602
|
-
function Ge(e, t) {
|
|
603
|
-
return !e || e.type !== "DeclareInterface" ? !1 : t == null || (0, a.default)(e, t);
|
|
604
|
-
}
|
|
605
|
-
function He(e, t) {
|
|
606
|
-
return !e || e.type !== "DeclareModule" ? !1 : t == null || (0, a.default)(e, t);
|
|
607
|
-
}
|
|
608
|
-
function Ze(e, t) {
|
|
609
|
-
return !e || e.type !== "DeclareModuleExports" ? !1 : t == null || (0, a.default)(e, t);
|
|
610
|
-
}
|
|
611
|
-
function $e(e, t) {
|
|
612
|
-
return !e || e.type !== "DeclareTypeAlias" ? !1 : t == null || (0, a.default)(e, t);
|
|
613
|
-
}
|
|
614
|
-
function et(e, t) {
|
|
615
|
-
return !e || e.type !== "DeclareOpaqueType" ? !1 : t == null || (0, a.default)(e, t);
|
|
616
|
-
}
|
|
617
|
-
function tt(e, t) {
|
|
618
|
-
return !e || e.type !== "DeclareVariable" ? !1 : t == null || (0, a.default)(e, t);
|
|
619
|
-
}
|
|
620
|
-
function rt(e, t) {
|
|
621
|
-
return !e || e.type !== "DeclareExportDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
622
|
-
}
|
|
623
|
-
function at(e, t) {
|
|
624
|
-
return !e || e.type !== "DeclareExportAllDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
625
|
-
}
|
|
626
|
-
function nt(e, t) {
|
|
627
|
-
return !e || e.type !== "DeclaredPredicate" ? !1 : t == null || (0, a.default)(e, t);
|
|
628
|
-
}
|
|
629
|
-
function it(e, t) {
|
|
630
|
-
return !e || e.type !== "ExistsTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
631
|
-
}
|
|
632
|
-
function lt(e, t) {
|
|
633
|
-
return !e || e.type !== "FunctionTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
634
|
-
}
|
|
635
|
-
function st(e, t) {
|
|
636
|
-
return !e || e.type !== "FunctionTypeParam" ? !1 : t == null || (0, a.default)(e, t);
|
|
637
|
-
}
|
|
638
|
-
function ut(e, t) {
|
|
639
|
-
return !e || e.type !== "GenericTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
640
|
-
}
|
|
641
|
-
function ft(e, t) {
|
|
642
|
-
return !e || e.type !== "InferredPredicate" ? !1 : t == null || (0, a.default)(e, t);
|
|
643
|
-
}
|
|
644
|
-
function ct(e, t) {
|
|
645
|
-
return !e || e.type !== "InterfaceExtends" ? !1 : t == null || (0, a.default)(e, t);
|
|
646
|
-
}
|
|
647
|
-
function pt(e, t) {
|
|
648
|
-
return !e || e.type !== "InterfaceDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
649
|
-
}
|
|
650
|
-
function yt(e, t) {
|
|
651
|
-
return !e || e.type !== "InterfaceTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
652
|
-
}
|
|
653
|
-
function ot(e, t) {
|
|
654
|
-
return !e || e.type !== "IntersectionTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
655
|
-
}
|
|
656
|
-
function Tt(e, t) {
|
|
657
|
-
return !e || e.type !== "MixedTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
658
|
-
}
|
|
659
|
-
function St(e, t) {
|
|
660
|
-
return !e || e.type !== "EmptyTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
661
|
-
}
|
|
662
|
-
function mt(e, t) {
|
|
663
|
-
return !e || e.type !== "NullableTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
664
|
-
}
|
|
665
|
-
function Et(e, t) {
|
|
666
|
-
return !e || e.type !== "NumberLiteralTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
667
|
-
}
|
|
668
|
-
function xt(e, t) {
|
|
669
|
-
return !e || e.type !== "NumberTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
670
|
-
}
|
|
671
|
-
function Dt(e, t) {
|
|
672
|
-
return !e || e.type !== "ObjectTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
673
|
-
}
|
|
674
|
-
function At(e, t) {
|
|
675
|
-
return !e || e.type !== "ObjectTypeInternalSlot" ? !1 : t == null || (0, a.default)(e, t);
|
|
676
|
-
}
|
|
677
|
-
function bt(e, t) {
|
|
678
|
-
return !e || e.type !== "ObjectTypeCallProperty" ? !1 : t == null || (0, a.default)(e, t);
|
|
679
|
-
}
|
|
680
|
-
function dt(e, t) {
|
|
681
|
-
return !e || e.type !== "ObjectTypeIndexer" ? !1 : t == null || (0, a.default)(e, t);
|
|
682
|
-
}
|
|
683
|
-
function Pt(e, t) {
|
|
684
|
-
return !e || e.type !== "ObjectTypeProperty" ? !1 : t == null || (0, a.default)(e, t);
|
|
685
|
-
}
|
|
686
|
-
function It(e, t) {
|
|
687
|
-
return !e || e.type !== "ObjectTypeSpreadProperty" ? !1 : t == null || (0, a.default)(e, t);
|
|
688
|
-
}
|
|
689
|
-
function ht(e, t) {
|
|
690
|
-
return !e || e.type !== "OpaqueType" ? !1 : t == null || (0, a.default)(e, t);
|
|
691
|
-
}
|
|
692
|
-
function wt(e, t) {
|
|
693
|
-
return !e || e.type !== "QualifiedTypeIdentifier" ? !1 : t == null || (0, a.default)(e, t);
|
|
694
|
-
}
|
|
695
|
-
function gt(e, t) {
|
|
696
|
-
return !e || e.type !== "StringLiteralTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
697
|
-
}
|
|
698
|
-
function Ct(e, t) {
|
|
699
|
-
return !e || e.type !== "StringTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
700
|
-
}
|
|
701
|
-
function Nt(e, t) {
|
|
702
|
-
return !e || e.type !== "SymbolTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
703
|
-
}
|
|
704
|
-
function Mt(e, t) {
|
|
705
|
-
return !e || e.type !== "ThisTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
706
|
-
}
|
|
707
|
-
function Bt(e, t) {
|
|
708
|
-
return !e || e.type !== "TupleTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
709
|
-
}
|
|
710
|
-
function Lt(e, t) {
|
|
711
|
-
return !e || e.type !== "TypeofTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
712
|
-
}
|
|
713
|
-
function Ot(e, t) {
|
|
714
|
-
return !e || e.type !== "TypeAlias" ? !1 : t == null || (0, a.default)(e, t);
|
|
715
|
-
}
|
|
716
|
-
function Ft(e, t) {
|
|
717
|
-
return !e || e.type !== "TypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
718
|
-
}
|
|
719
|
-
function kt(e, t) {
|
|
720
|
-
return !e || e.type !== "TypeCastExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
721
|
-
}
|
|
722
|
-
function Kt(e, t) {
|
|
723
|
-
return !e || e.type !== "TypeParameter" ? !1 : t == null || (0, a.default)(e, t);
|
|
724
|
-
}
|
|
725
|
-
function Xt(e, t) {
|
|
726
|
-
return !e || e.type !== "TypeParameterDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
727
|
-
}
|
|
728
|
-
function Jt(e, t) {
|
|
729
|
-
return !e || e.type !== "TypeParameterInstantiation" ? !1 : t == null || (0, a.default)(e, t);
|
|
730
|
-
}
|
|
731
|
-
function jt(e, t) {
|
|
732
|
-
return !e || e.type !== "UnionTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
733
|
-
}
|
|
734
|
-
function Rt(e, t) {
|
|
735
|
-
return !e || e.type !== "Variance" ? !1 : t == null || (0, a.default)(e, t);
|
|
736
|
-
}
|
|
737
|
-
function vt(e, t) {
|
|
738
|
-
return !e || e.type !== "VoidTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
739
|
-
}
|
|
740
|
-
function Vt(e, t) {
|
|
741
|
-
return !e || e.type !== "EnumDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
742
|
-
}
|
|
743
|
-
function Ut(e, t) {
|
|
744
|
-
return !e || e.type !== "EnumBooleanBody" ? !1 : t == null || (0, a.default)(e, t);
|
|
745
|
-
}
|
|
746
|
-
function Wt(e, t) {
|
|
747
|
-
return !e || e.type !== "EnumNumberBody" ? !1 : t == null || (0, a.default)(e, t);
|
|
748
|
-
}
|
|
749
|
-
function qt(e, t) {
|
|
750
|
-
return !e || e.type !== "EnumStringBody" ? !1 : t == null || (0, a.default)(e, t);
|
|
751
|
-
}
|
|
752
|
-
function Qt(e, t) {
|
|
753
|
-
return !e || e.type !== "EnumSymbolBody" ? !1 : t == null || (0, a.default)(e, t);
|
|
754
|
-
}
|
|
755
|
-
function zt(e, t) {
|
|
756
|
-
return !e || e.type !== "EnumBooleanMember" ? !1 : t == null || (0, a.default)(e, t);
|
|
757
|
-
}
|
|
758
|
-
function _t(e, t) {
|
|
759
|
-
return !e || e.type !== "EnumNumberMember" ? !1 : t == null || (0, a.default)(e, t);
|
|
760
|
-
}
|
|
761
|
-
function Yt(e, t) {
|
|
762
|
-
return !e || e.type !== "EnumStringMember" ? !1 : t == null || (0, a.default)(e, t);
|
|
763
|
-
}
|
|
764
|
-
function Gt(e, t) {
|
|
765
|
-
return !e || e.type !== "EnumDefaultedMember" ? !1 : t == null || (0, a.default)(e, t);
|
|
766
|
-
}
|
|
767
|
-
function Ht(e, t) {
|
|
768
|
-
return !e || e.type !== "IndexedAccessType" ? !1 : t == null || (0, a.default)(e, t);
|
|
769
|
-
}
|
|
770
|
-
function Zt(e, t) {
|
|
771
|
-
return !e || e.type !== "OptionalIndexedAccessType" ? !1 : t == null || (0, a.default)(e, t);
|
|
772
|
-
}
|
|
773
|
-
function $t(e, t) {
|
|
774
|
-
return !e || e.type !== "JSXAttribute" ? !1 : t == null || (0, a.default)(e, t);
|
|
775
|
-
}
|
|
776
|
-
function er(e, t) {
|
|
777
|
-
return !e || e.type !== "JSXClosingElement" ? !1 : t == null || (0, a.default)(e, t);
|
|
778
|
-
}
|
|
779
|
-
function tr(e, t) {
|
|
780
|
-
return !e || e.type !== "JSXElement" ? !1 : t == null || (0, a.default)(e, t);
|
|
781
|
-
}
|
|
782
|
-
function rr(e, t) {
|
|
783
|
-
return !e || e.type !== "JSXEmptyExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
784
|
-
}
|
|
785
|
-
function ar(e, t) {
|
|
786
|
-
return !e || e.type !== "JSXExpressionContainer" ? !1 : t == null || (0, a.default)(e, t);
|
|
787
|
-
}
|
|
788
|
-
function nr(e, t) {
|
|
789
|
-
return !e || e.type !== "JSXSpreadChild" ? !1 : t == null || (0, a.default)(e, t);
|
|
790
|
-
}
|
|
791
|
-
function ir(e, t) {
|
|
792
|
-
return !e || e.type !== "JSXIdentifier" ? !1 : t == null || (0, a.default)(e, t);
|
|
793
|
-
}
|
|
794
|
-
function lr(e, t) {
|
|
795
|
-
return !e || e.type !== "JSXMemberExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
796
|
-
}
|
|
797
|
-
function sr(e, t) {
|
|
798
|
-
return !e || e.type !== "JSXNamespacedName" ? !1 : t == null || (0, a.default)(e, t);
|
|
799
|
-
}
|
|
800
|
-
function ur(e, t) {
|
|
801
|
-
return !e || e.type !== "JSXOpeningElement" ? !1 : t == null || (0, a.default)(e, t);
|
|
802
|
-
}
|
|
803
|
-
function fr(e, t) {
|
|
804
|
-
return !e || e.type !== "JSXSpreadAttribute" ? !1 : t == null || (0, a.default)(e, t);
|
|
805
|
-
}
|
|
806
|
-
function cr(e, t) {
|
|
807
|
-
return !e || e.type !== "JSXText" ? !1 : t == null || (0, a.default)(e, t);
|
|
808
|
-
}
|
|
809
|
-
function pr(e, t) {
|
|
810
|
-
return !e || e.type !== "JSXFragment" ? !1 : t == null || (0, a.default)(e, t);
|
|
811
|
-
}
|
|
812
|
-
function yr(e, t) {
|
|
813
|
-
return !e || e.type !== "JSXOpeningFragment" ? !1 : t == null || (0, a.default)(e, t);
|
|
814
|
-
}
|
|
815
|
-
function or(e, t) {
|
|
816
|
-
return !e || e.type !== "JSXClosingFragment" ? !1 : t == null || (0, a.default)(e, t);
|
|
817
|
-
}
|
|
818
|
-
function Tr(e, t) {
|
|
819
|
-
return !e || e.type !== "Noop" ? !1 : t == null || (0, a.default)(e, t);
|
|
820
|
-
}
|
|
821
|
-
function Sr(e, t) {
|
|
822
|
-
return !e || e.type !== "Placeholder" ? !1 : t == null || (0, a.default)(e, t);
|
|
823
|
-
}
|
|
824
|
-
function mr(e, t) {
|
|
825
|
-
return !e || e.type !== "V8IntrinsicIdentifier" ? !1 : t == null || (0, a.default)(e, t);
|
|
826
|
-
}
|
|
827
|
-
function Er(e, t) {
|
|
828
|
-
return !e || e.type !== "ArgumentPlaceholder" ? !1 : t == null || (0, a.default)(e, t);
|
|
829
|
-
}
|
|
830
|
-
function xr(e, t) {
|
|
831
|
-
return !e || e.type !== "BindExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
832
|
-
}
|
|
833
|
-
function Dr(e, t) {
|
|
834
|
-
return !e || e.type !== "ImportAttribute" ? !1 : t == null || (0, a.default)(e, t);
|
|
835
|
-
}
|
|
836
|
-
function Ar(e, t) {
|
|
837
|
-
return !e || e.type !== "Decorator" ? !1 : t == null || (0, a.default)(e, t);
|
|
838
|
-
}
|
|
839
|
-
function br(e, t) {
|
|
840
|
-
return !e || e.type !== "DoExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
841
|
-
}
|
|
842
|
-
function dr(e, t) {
|
|
843
|
-
return !e || e.type !== "ExportDefaultSpecifier" ? !1 : t == null || (0, a.default)(e, t);
|
|
844
|
-
}
|
|
845
|
-
function Pr(e, t) {
|
|
846
|
-
return !e || e.type !== "RecordExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
847
|
-
}
|
|
848
|
-
function Ir(e, t) {
|
|
849
|
-
return !e || e.type !== "TupleExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
850
|
-
}
|
|
851
|
-
function hr(e, t) {
|
|
852
|
-
return !e || e.type !== "DecimalLiteral" ? !1 : t == null || (0, a.default)(e, t);
|
|
853
|
-
}
|
|
854
|
-
function wr(e, t) {
|
|
855
|
-
return !e || e.type !== "ModuleExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
856
|
-
}
|
|
857
|
-
function gr(e, t) {
|
|
858
|
-
return !e || e.type !== "TopicReference" ? !1 : t == null || (0, a.default)(e, t);
|
|
859
|
-
}
|
|
860
|
-
function Cr(e, t) {
|
|
861
|
-
return !e || e.type !== "PipelineTopicExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
862
|
-
}
|
|
863
|
-
function Nr(e, t) {
|
|
864
|
-
return !e || e.type !== "PipelineBareFunction" ? !1 : t == null || (0, a.default)(e, t);
|
|
865
|
-
}
|
|
866
|
-
function Mr(e, t) {
|
|
867
|
-
return !e || e.type !== "PipelinePrimaryTopicReference" ? !1 : t == null || (0, a.default)(e, t);
|
|
868
|
-
}
|
|
869
|
-
function Br(e, t) {
|
|
870
|
-
return !e || e.type !== "TSParameterProperty" ? !1 : t == null || (0, a.default)(e, t);
|
|
871
|
-
}
|
|
872
|
-
function Lr(e, t) {
|
|
873
|
-
return !e || e.type !== "TSDeclareFunction" ? !1 : t == null || (0, a.default)(e, t);
|
|
874
|
-
}
|
|
875
|
-
function Or(e, t) {
|
|
876
|
-
return !e || e.type !== "TSDeclareMethod" ? !1 : t == null || (0, a.default)(e, t);
|
|
877
|
-
}
|
|
878
|
-
function Fr(e, t) {
|
|
879
|
-
return !e || e.type !== "TSQualifiedName" ? !1 : t == null || (0, a.default)(e, t);
|
|
880
|
-
}
|
|
881
|
-
function kr(e, t) {
|
|
882
|
-
return !e || e.type !== "TSCallSignatureDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
883
|
-
}
|
|
884
|
-
function Kr(e, t) {
|
|
885
|
-
return !e || e.type !== "TSConstructSignatureDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
886
|
-
}
|
|
887
|
-
function Xr(e, t) {
|
|
888
|
-
return !e || e.type !== "TSPropertySignature" ? !1 : t == null || (0, a.default)(e, t);
|
|
889
|
-
}
|
|
890
|
-
function Jr(e, t) {
|
|
891
|
-
return !e || e.type !== "TSMethodSignature" ? !1 : t == null || (0, a.default)(e, t);
|
|
892
|
-
}
|
|
893
|
-
function jr(e, t) {
|
|
894
|
-
return !e || e.type !== "TSIndexSignature" ? !1 : t == null || (0, a.default)(e, t);
|
|
895
|
-
}
|
|
896
|
-
function Rr(e, t) {
|
|
897
|
-
return !e || e.type !== "TSAnyKeyword" ? !1 : t == null || (0, a.default)(e, t);
|
|
898
|
-
}
|
|
899
|
-
function vr(e, t) {
|
|
900
|
-
return !e || e.type !== "TSBooleanKeyword" ? !1 : t == null || (0, a.default)(e, t);
|
|
901
|
-
}
|
|
902
|
-
function Vr(e, t) {
|
|
903
|
-
return !e || e.type !== "TSBigIntKeyword" ? !1 : t == null || (0, a.default)(e, t);
|
|
904
|
-
}
|
|
905
|
-
function Ur(e, t) {
|
|
906
|
-
return !e || e.type !== "TSIntrinsicKeyword" ? !1 : t == null || (0, a.default)(e, t);
|
|
907
|
-
}
|
|
908
|
-
function Wr(e, t) {
|
|
909
|
-
return !e || e.type !== "TSNeverKeyword" ? !1 : t == null || (0, a.default)(e, t);
|
|
910
|
-
}
|
|
911
|
-
function qr(e, t) {
|
|
912
|
-
return !e || e.type !== "TSNullKeyword" ? !1 : t == null || (0, a.default)(e, t);
|
|
913
|
-
}
|
|
914
|
-
function Qr(e, t) {
|
|
915
|
-
return !e || e.type !== "TSNumberKeyword" ? !1 : t == null || (0, a.default)(e, t);
|
|
916
|
-
}
|
|
917
|
-
function zr(e, t) {
|
|
918
|
-
return !e || e.type !== "TSObjectKeyword" ? !1 : t == null || (0, a.default)(e, t);
|
|
919
|
-
}
|
|
920
|
-
function _r(e, t) {
|
|
921
|
-
return !e || e.type !== "TSStringKeyword" ? !1 : t == null || (0, a.default)(e, t);
|
|
922
|
-
}
|
|
923
|
-
function Yr(e, t) {
|
|
924
|
-
return !e || e.type !== "TSSymbolKeyword" ? !1 : t == null || (0, a.default)(e, t);
|
|
925
|
-
}
|
|
926
|
-
function Gr(e, t) {
|
|
927
|
-
return !e || e.type !== "TSUndefinedKeyword" ? !1 : t == null || (0, a.default)(e, t);
|
|
928
|
-
}
|
|
929
|
-
function Hr(e, t) {
|
|
930
|
-
return !e || e.type !== "TSUnknownKeyword" ? !1 : t == null || (0, a.default)(e, t);
|
|
931
|
-
}
|
|
932
|
-
function Zr(e, t) {
|
|
933
|
-
return !e || e.type !== "TSVoidKeyword" ? !1 : t == null || (0, a.default)(e, t);
|
|
934
|
-
}
|
|
935
|
-
function $r(e, t) {
|
|
936
|
-
return !e || e.type !== "TSThisType" ? !1 : t == null || (0, a.default)(e, t);
|
|
937
|
-
}
|
|
938
|
-
function ea(e, t) {
|
|
939
|
-
return !e || e.type !== "TSFunctionType" ? !1 : t == null || (0, a.default)(e, t);
|
|
940
|
-
}
|
|
941
|
-
function ta(e, t) {
|
|
942
|
-
return !e || e.type !== "TSConstructorType" ? !1 : t == null || (0, a.default)(e, t);
|
|
943
|
-
}
|
|
944
|
-
function ra(e, t) {
|
|
945
|
-
return !e || e.type !== "TSTypeReference" ? !1 : t == null || (0, a.default)(e, t);
|
|
946
|
-
}
|
|
947
|
-
function aa(e, t) {
|
|
948
|
-
return !e || e.type !== "TSTypePredicate" ? !1 : t == null || (0, a.default)(e, t);
|
|
949
|
-
}
|
|
950
|
-
function na(e, t) {
|
|
951
|
-
return !e || e.type !== "TSTypeQuery" ? !1 : t == null || (0, a.default)(e, t);
|
|
952
|
-
}
|
|
953
|
-
function ia(e, t) {
|
|
954
|
-
return !e || e.type !== "TSTypeLiteral" ? !1 : t == null || (0, a.default)(e, t);
|
|
955
|
-
}
|
|
956
|
-
function la(e, t) {
|
|
957
|
-
return !e || e.type !== "TSArrayType" ? !1 : t == null || (0, a.default)(e, t);
|
|
958
|
-
}
|
|
959
|
-
function sa(e, t) {
|
|
960
|
-
return !e || e.type !== "TSTupleType" ? !1 : t == null || (0, a.default)(e, t);
|
|
961
|
-
}
|
|
962
|
-
function ua(e, t) {
|
|
963
|
-
return !e || e.type !== "TSOptionalType" ? !1 : t == null || (0, a.default)(e, t);
|
|
964
|
-
}
|
|
965
|
-
function fa(e, t) {
|
|
966
|
-
return !e || e.type !== "TSRestType" ? !1 : t == null || (0, a.default)(e, t);
|
|
967
|
-
}
|
|
968
|
-
function ca(e, t) {
|
|
969
|
-
return !e || e.type !== "TSNamedTupleMember" ? !1 : t == null || (0, a.default)(e, t);
|
|
970
|
-
}
|
|
971
|
-
function pa(e, t) {
|
|
972
|
-
return !e || e.type !== "TSUnionType" ? !1 : t == null || (0, a.default)(e, t);
|
|
973
|
-
}
|
|
974
|
-
function ya(e, t) {
|
|
975
|
-
return !e || e.type !== "TSIntersectionType" ? !1 : t == null || (0, a.default)(e, t);
|
|
976
|
-
}
|
|
977
|
-
function oa(e, t) {
|
|
978
|
-
return !e || e.type !== "TSConditionalType" ? !1 : t == null || (0, a.default)(e, t);
|
|
979
|
-
}
|
|
980
|
-
function Ta(e, t) {
|
|
981
|
-
return !e || e.type !== "TSInferType" ? !1 : t == null || (0, a.default)(e, t);
|
|
982
|
-
}
|
|
983
|
-
function Sa(e, t) {
|
|
984
|
-
return !e || e.type !== "TSParenthesizedType" ? !1 : t == null || (0, a.default)(e, t);
|
|
985
|
-
}
|
|
986
|
-
function ma(e, t) {
|
|
987
|
-
return !e || e.type !== "TSTypeOperator" ? !1 : t == null || (0, a.default)(e, t);
|
|
988
|
-
}
|
|
989
|
-
function Ea(e, t) {
|
|
990
|
-
return !e || e.type !== "TSIndexedAccessType" ? !1 : t == null || (0, a.default)(e, t);
|
|
991
|
-
}
|
|
992
|
-
function xa(e, t) {
|
|
993
|
-
return !e || e.type !== "TSMappedType" ? !1 : t == null || (0, a.default)(e, t);
|
|
994
|
-
}
|
|
995
|
-
function Da(e, t) {
|
|
996
|
-
return !e || e.type !== "TSLiteralType" ? !1 : t == null || (0, a.default)(e, t);
|
|
997
|
-
}
|
|
998
|
-
function Aa(e, t) {
|
|
999
|
-
return !e || e.type !== "TSExpressionWithTypeArguments" ? !1 : t == null || (0, a.default)(e, t);
|
|
1000
|
-
}
|
|
1001
|
-
function ba(e, t) {
|
|
1002
|
-
return !e || e.type !== "TSInterfaceDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
1003
|
-
}
|
|
1004
|
-
function da(e, t) {
|
|
1005
|
-
return !e || e.type !== "TSInterfaceBody" ? !1 : t == null || (0, a.default)(e, t);
|
|
1006
|
-
}
|
|
1007
|
-
function Pa(e, t) {
|
|
1008
|
-
return !e || e.type !== "TSTypeAliasDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
1009
|
-
}
|
|
1010
|
-
function Ia(e, t) {
|
|
1011
|
-
return !e || e.type !== "TSInstantiationExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
1012
|
-
}
|
|
1013
|
-
function ha(e, t) {
|
|
1014
|
-
return !e || e.type !== "TSAsExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
1015
|
-
}
|
|
1016
|
-
function wa(e, t) {
|
|
1017
|
-
return !e || e.type !== "TSSatisfiesExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
1018
|
-
}
|
|
1019
|
-
function ga(e, t) {
|
|
1020
|
-
return !e || e.type !== "TSTypeAssertion" ? !1 : t == null || (0, a.default)(e, t);
|
|
1021
|
-
}
|
|
1022
|
-
function Ca(e, t) {
|
|
1023
|
-
return !e || e.type !== "TSEnumDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
1024
|
-
}
|
|
1025
|
-
function Na(e, t) {
|
|
1026
|
-
return !e || e.type !== "TSEnumMember" ? !1 : t == null || (0, a.default)(e, t);
|
|
1027
|
-
}
|
|
1028
|
-
function Ma(e, t) {
|
|
1029
|
-
return !e || e.type !== "TSModuleDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
1030
|
-
}
|
|
1031
|
-
function Ba(e, t) {
|
|
1032
|
-
return !e || e.type !== "TSModuleBlock" ? !1 : t == null || (0, a.default)(e, t);
|
|
1033
|
-
}
|
|
1034
|
-
function La(e, t) {
|
|
1035
|
-
return !e || e.type !== "TSImportType" ? !1 : t == null || (0, a.default)(e, t);
|
|
1036
|
-
}
|
|
1037
|
-
function Oa(e, t) {
|
|
1038
|
-
return !e || e.type !== "TSImportEqualsDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
1039
|
-
}
|
|
1040
|
-
function Fa(e, t) {
|
|
1041
|
-
return !e || e.type !== "TSExternalModuleReference" ? !1 : t == null || (0, a.default)(e, t);
|
|
1042
|
-
}
|
|
1043
|
-
function ka(e, t) {
|
|
1044
|
-
return !e || e.type !== "TSNonNullExpression" ? !1 : t == null || (0, a.default)(e, t);
|
|
1045
|
-
}
|
|
1046
|
-
function Ka(e, t) {
|
|
1047
|
-
return !e || e.type !== "TSExportAssignment" ? !1 : t == null || (0, a.default)(e, t);
|
|
1048
|
-
}
|
|
1049
|
-
function Xa(e, t) {
|
|
1050
|
-
return !e || e.type !== "TSNamespaceExportDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
1051
|
-
}
|
|
1052
|
-
function Ja(e, t) {
|
|
1053
|
-
return !e || e.type !== "TSTypeAnnotation" ? !1 : t == null || (0, a.default)(e, t);
|
|
1054
|
-
}
|
|
1055
|
-
function ja(e, t) {
|
|
1056
|
-
return !e || e.type !== "TSTypeParameterInstantiation" ? !1 : t == null || (0, a.default)(e, t);
|
|
1057
|
-
}
|
|
1058
|
-
function Ra(e, t) {
|
|
1059
|
-
return !e || e.type !== "TSTypeParameterDeclaration" ? !1 : t == null || (0, a.default)(e, t);
|
|
1060
|
-
}
|
|
1061
|
-
function va(e, t) {
|
|
1062
|
-
return !e || e.type !== "TSTypeParameter" ? !1 : t == null || (0, a.default)(e, t);
|
|
1063
|
-
}
|
|
1064
|
-
function Va(e, t) {
|
|
1065
|
-
if (!e)
|
|
1066
|
-
return !1;
|
|
1067
|
-
switch (e.type) {
|
|
1068
|
-
case "ArrayExpression":
|
|
1069
|
-
case "AssignmentExpression":
|
|
1070
|
-
case "BinaryExpression":
|
|
1071
|
-
case "InterpreterDirective":
|
|
1072
|
-
case "Directive":
|
|
1073
|
-
case "DirectiveLiteral":
|
|
1074
|
-
case "BlockStatement":
|
|
1075
|
-
case "BreakStatement":
|
|
1076
|
-
case "CallExpression":
|
|
1077
|
-
case "CatchClause":
|
|
1078
|
-
case "ConditionalExpression":
|
|
1079
|
-
case "ContinueStatement":
|
|
1080
|
-
case "DebuggerStatement":
|
|
1081
|
-
case "DoWhileStatement":
|
|
1082
|
-
case "EmptyStatement":
|
|
1083
|
-
case "ExpressionStatement":
|
|
1084
|
-
case "File":
|
|
1085
|
-
case "ForInStatement":
|
|
1086
|
-
case "ForStatement":
|
|
1087
|
-
case "FunctionDeclaration":
|
|
1088
|
-
case "FunctionExpression":
|
|
1089
|
-
case "Identifier":
|
|
1090
|
-
case "IfStatement":
|
|
1091
|
-
case "LabeledStatement":
|
|
1092
|
-
case "StringLiteral":
|
|
1093
|
-
case "NumericLiteral":
|
|
1094
|
-
case "NullLiteral":
|
|
1095
|
-
case "BooleanLiteral":
|
|
1096
|
-
case "RegExpLiteral":
|
|
1097
|
-
case "LogicalExpression":
|
|
1098
|
-
case "MemberExpression":
|
|
1099
|
-
case "NewExpression":
|
|
1100
|
-
case "Program":
|
|
1101
|
-
case "ObjectExpression":
|
|
1102
|
-
case "ObjectMethod":
|
|
1103
|
-
case "ObjectProperty":
|
|
1104
|
-
case "RestElement":
|
|
1105
|
-
case "ReturnStatement":
|
|
1106
|
-
case "SequenceExpression":
|
|
1107
|
-
case "ParenthesizedExpression":
|
|
1108
|
-
case "SwitchCase":
|
|
1109
|
-
case "SwitchStatement":
|
|
1110
|
-
case "ThisExpression":
|
|
1111
|
-
case "ThrowStatement":
|
|
1112
|
-
case "TryStatement":
|
|
1113
|
-
case "UnaryExpression":
|
|
1114
|
-
case "UpdateExpression":
|
|
1115
|
-
case "VariableDeclaration":
|
|
1116
|
-
case "VariableDeclarator":
|
|
1117
|
-
case "WhileStatement":
|
|
1118
|
-
case "WithStatement":
|
|
1119
|
-
case "AssignmentPattern":
|
|
1120
|
-
case "ArrayPattern":
|
|
1121
|
-
case "ArrowFunctionExpression":
|
|
1122
|
-
case "ClassBody":
|
|
1123
|
-
case "ClassExpression":
|
|
1124
|
-
case "ClassDeclaration":
|
|
1125
|
-
case "ExportAllDeclaration":
|
|
1126
|
-
case "ExportDefaultDeclaration":
|
|
1127
|
-
case "ExportNamedDeclaration":
|
|
1128
|
-
case "ExportSpecifier":
|
|
1129
|
-
case "ForOfStatement":
|
|
1130
|
-
case "ImportDeclaration":
|
|
1131
|
-
case "ImportDefaultSpecifier":
|
|
1132
|
-
case "ImportNamespaceSpecifier":
|
|
1133
|
-
case "ImportSpecifier":
|
|
1134
|
-
case "ImportExpression":
|
|
1135
|
-
case "MetaProperty":
|
|
1136
|
-
case "ClassMethod":
|
|
1137
|
-
case "ObjectPattern":
|
|
1138
|
-
case "SpreadElement":
|
|
1139
|
-
case "Super":
|
|
1140
|
-
case "TaggedTemplateExpression":
|
|
1141
|
-
case "TemplateElement":
|
|
1142
|
-
case "TemplateLiteral":
|
|
1143
|
-
case "YieldExpression":
|
|
1144
|
-
case "AwaitExpression":
|
|
1145
|
-
case "Import":
|
|
1146
|
-
case "BigIntLiteral":
|
|
1147
|
-
case "ExportNamespaceSpecifier":
|
|
1148
|
-
case "OptionalMemberExpression":
|
|
1149
|
-
case "OptionalCallExpression":
|
|
1150
|
-
case "ClassProperty":
|
|
1151
|
-
case "ClassAccessorProperty":
|
|
1152
|
-
case "ClassPrivateProperty":
|
|
1153
|
-
case "ClassPrivateMethod":
|
|
1154
|
-
case "PrivateName":
|
|
1155
|
-
case "StaticBlock":
|
|
1156
|
-
break;
|
|
1157
|
-
case "Placeholder":
|
|
1158
|
-
switch (e.expectedNode) {
|
|
1159
|
-
case "Identifier":
|
|
1160
|
-
case "StringLiteral":
|
|
1161
|
-
case "BlockStatement":
|
|
1162
|
-
case "ClassBody":
|
|
1163
|
-
break;
|
|
1164
|
-
default:
|
|
1165
|
-
return !1;
|
|
1166
|
-
}
|
|
1167
|
-
break;
|
|
1168
|
-
default:
|
|
1169
|
-
return !1;
|
|
1170
|
-
}
|
|
1171
|
-
return t == null || (0, a.default)(e, t);
|
|
1172
|
-
}
|
|
1173
|
-
function Ua(e, t) {
|
|
1174
|
-
if (!e)
|
|
1175
|
-
return !1;
|
|
1176
|
-
switch (e.type) {
|
|
1177
|
-
case "ArrayExpression":
|
|
1178
|
-
case "AssignmentExpression":
|
|
1179
|
-
case "BinaryExpression":
|
|
1180
|
-
case "CallExpression":
|
|
1181
|
-
case "ConditionalExpression":
|
|
1182
|
-
case "FunctionExpression":
|
|
1183
|
-
case "Identifier":
|
|
1184
|
-
case "StringLiteral":
|
|
1185
|
-
case "NumericLiteral":
|
|
1186
|
-
case "NullLiteral":
|
|
1187
|
-
case "BooleanLiteral":
|
|
1188
|
-
case "RegExpLiteral":
|
|
1189
|
-
case "LogicalExpression":
|
|
1190
|
-
case "MemberExpression":
|
|
1191
|
-
case "NewExpression":
|
|
1192
|
-
case "ObjectExpression":
|
|
1193
|
-
case "SequenceExpression":
|
|
1194
|
-
case "ParenthesizedExpression":
|
|
1195
|
-
case "ThisExpression":
|
|
1196
|
-
case "UnaryExpression":
|
|
1197
|
-
case "UpdateExpression":
|
|
1198
|
-
case "ArrowFunctionExpression":
|
|
1199
|
-
case "ClassExpression":
|
|
1200
|
-
case "ImportExpression":
|
|
1201
|
-
case "MetaProperty":
|
|
1202
|
-
case "Super":
|
|
1203
|
-
case "TaggedTemplateExpression":
|
|
1204
|
-
case "TemplateLiteral":
|
|
1205
|
-
case "YieldExpression":
|
|
1206
|
-
case "AwaitExpression":
|
|
1207
|
-
case "Import":
|
|
1208
|
-
case "BigIntLiteral":
|
|
1209
|
-
case "OptionalMemberExpression":
|
|
1210
|
-
case "OptionalCallExpression":
|
|
1211
|
-
case "TypeCastExpression":
|
|
1212
|
-
case "JSXElement":
|
|
1213
|
-
case "JSXFragment":
|
|
1214
|
-
case "BindExpression":
|
|
1215
|
-
case "DoExpression":
|
|
1216
|
-
case "RecordExpression":
|
|
1217
|
-
case "TupleExpression":
|
|
1218
|
-
case "DecimalLiteral":
|
|
1219
|
-
case "ModuleExpression":
|
|
1220
|
-
case "TopicReference":
|
|
1221
|
-
case "PipelineTopicExpression":
|
|
1222
|
-
case "PipelineBareFunction":
|
|
1223
|
-
case "PipelinePrimaryTopicReference":
|
|
1224
|
-
case "TSInstantiationExpression":
|
|
1225
|
-
case "TSAsExpression":
|
|
1226
|
-
case "TSSatisfiesExpression":
|
|
1227
|
-
case "TSTypeAssertion":
|
|
1228
|
-
case "TSNonNullExpression":
|
|
1229
|
-
break;
|
|
1230
|
-
case "Placeholder":
|
|
1231
|
-
switch (e.expectedNode) {
|
|
1232
|
-
case "Expression":
|
|
1233
|
-
case "Identifier":
|
|
1234
|
-
case "StringLiteral":
|
|
1235
|
-
break;
|
|
1236
|
-
default:
|
|
1237
|
-
return !1;
|
|
1238
|
-
}
|
|
1239
|
-
break;
|
|
1240
|
-
default:
|
|
1241
|
-
return !1;
|
|
1242
|
-
}
|
|
1243
|
-
return t == null || (0, a.default)(e, t);
|
|
1244
|
-
}
|
|
1245
|
-
function Wa(e, t) {
|
|
1246
|
-
if (!e)
|
|
1247
|
-
return !1;
|
|
1248
|
-
switch (e.type) {
|
|
1249
|
-
case "BinaryExpression":
|
|
1250
|
-
case "LogicalExpression":
|
|
1251
|
-
break;
|
|
1252
|
-
default:
|
|
1253
|
-
return !1;
|
|
1254
|
-
}
|
|
1255
|
-
return t == null || (0, a.default)(e, t);
|
|
1256
|
-
}
|
|
1257
|
-
function qa(e, t) {
|
|
1258
|
-
if (!e)
|
|
1259
|
-
return !1;
|
|
1260
|
-
switch (e.type) {
|
|
1261
|
-
case "BlockStatement":
|
|
1262
|
-
case "CatchClause":
|
|
1263
|
-
case "DoWhileStatement":
|
|
1264
|
-
case "ForInStatement":
|
|
1265
|
-
case "ForStatement":
|
|
1266
|
-
case "FunctionDeclaration":
|
|
1267
|
-
case "FunctionExpression":
|
|
1268
|
-
case "Program":
|
|
1269
|
-
case "ObjectMethod":
|
|
1270
|
-
case "SwitchStatement":
|
|
1271
|
-
case "WhileStatement":
|
|
1272
|
-
case "ArrowFunctionExpression":
|
|
1273
|
-
case "ClassExpression":
|
|
1274
|
-
case "ClassDeclaration":
|
|
1275
|
-
case "ForOfStatement":
|
|
1276
|
-
case "ClassMethod":
|
|
1277
|
-
case "ClassPrivateMethod":
|
|
1278
|
-
case "StaticBlock":
|
|
1279
|
-
case "TSModuleBlock":
|
|
1280
|
-
break;
|
|
1281
|
-
case "Placeholder":
|
|
1282
|
-
if (e.expectedNode === "BlockStatement")
|
|
1283
|
-
break;
|
|
1284
|
-
default:
|
|
1285
|
-
return !1;
|
|
1286
|
-
}
|
|
1287
|
-
return t == null || (0, a.default)(e, t);
|
|
1288
|
-
}
|
|
1289
|
-
function Qa(e, t) {
|
|
1290
|
-
if (!e)
|
|
1291
|
-
return !1;
|
|
1292
|
-
switch (e.type) {
|
|
1293
|
-
case "BlockStatement":
|
|
1294
|
-
case "CatchClause":
|
|
1295
|
-
case "DoWhileStatement":
|
|
1296
|
-
case "ForInStatement":
|
|
1297
|
-
case "ForStatement":
|
|
1298
|
-
case "FunctionDeclaration":
|
|
1299
|
-
case "FunctionExpression":
|
|
1300
|
-
case "Program":
|
|
1301
|
-
case "ObjectMethod":
|
|
1302
|
-
case "SwitchStatement":
|
|
1303
|
-
case "WhileStatement":
|
|
1304
|
-
case "ArrowFunctionExpression":
|
|
1305
|
-
case "ForOfStatement":
|
|
1306
|
-
case "ClassMethod":
|
|
1307
|
-
case "ClassPrivateMethod":
|
|
1308
|
-
case "StaticBlock":
|
|
1309
|
-
case "TSModuleBlock":
|
|
1310
|
-
break;
|
|
1311
|
-
case "Placeholder":
|
|
1312
|
-
if (e.expectedNode === "BlockStatement")
|
|
1313
|
-
break;
|
|
1314
|
-
default:
|
|
1315
|
-
return !1;
|
|
1316
|
-
}
|
|
1317
|
-
return t == null || (0, a.default)(e, t);
|
|
1318
|
-
}
|
|
1319
|
-
function za(e, t) {
|
|
1320
|
-
if (!e)
|
|
1321
|
-
return !1;
|
|
1322
|
-
switch (e.type) {
|
|
1323
|
-
case "BlockStatement":
|
|
1324
|
-
case "Program":
|
|
1325
|
-
case "TSModuleBlock":
|
|
1326
|
-
break;
|
|
1327
|
-
case "Placeholder":
|
|
1328
|
-
if (e.expectedNode === "BlockStatement")
|
|
1329
|
-
break;
|
|
1330
|
-
default:
|
|
1331
|
-
return !1;
|
|
1332
|
-
}
|
|
1333
|
-
return t == null || (0, a.default)(e, t);
|
|
1334
|
-
}
|
|
1335
|
-
function _a(e, t) {
|
|
1336
|
-
if (!e)
|
|
1337
|
-
return !1;
|
|
1338
|
-
switch (e.type) {
|
|
1339
|
-
case "BlockStatement":
|
|
1340
|
-
case "BreakStatement":
|
|
1341
|
-
case "ContinueStatement":
|
|
1342
|
-
case "DebuggerStatement":
|
|
1343
|
-
case "DoWhileStatement":
|
|
1344
|
-
case "EmptyStatement":
|
|
1345
|
-
case "ExpressionStatement":
|
|
1346
|
-
case "ForInStatement":
|
|
1347
|
-
case "ForStatement":
|
|
1348
|
-
case "FunctionDeclaration":
|
|
1349
|
-
case "IfStatement":
|
|
1350
|
-
case "LabeledStatement":
|
|
1351
|
-
case "ReturnStatement":
|
|
1352
|
-
case "SwitchStatement":
|
|
1353
|
-
case "ThrowStatement":
|
|
1354
|
-
case "TryStatement":
|
|
1355
|
-
case "VariableDeclaration":
|
|
1356
|
-
case "WhileStatement":
|
|
1357
|
-
case "WithStatement":
|
|
1358
|
-
case "ClassDeclaration":
|
|
1359
|
-
case "ExportAllDeclaration":
|
|
1360
|
-
case "ExportDefaultDeclaration":
|
|
1361
|
-
case "ExportNamedDeclaration":
|
|
1362
|
-
case "ForOfStatement":
|
|
1363
|
-
case "ImportDeclaration":
|
|
1364
|
-
case "DeclareClass":
|
|
1365
|
-
case "DeclareFunction":
|
|
1366
|
-
case "DeclareInterface":
|
|
1367
|
-
case "DeclareModule":
|
|
1368
|
-
case "DeclareModuleExports":
|
|
1369
|
-
case "DeclareTypeAlias":
|
|
1370
|
-
case "DeclareOpaqueType":
|
|
1371
|
-
case "DeclareVariable":
|
|
1372
|
-
case "DeclareExportDeclaration":
|
|
1373
|
-
case "DeclareExportAllDeclaration":
|
|
1374
|
-
case "InterfaceDeclaration":
|
|
1375
|
-
case "OpaqueType":
|
|
1376
|
-
case "TypeAlias":
|
|
1377
|
-
case "EnumDeclaration":
|
|
1378
|
-
case "TSDeclareFunction":
|
|
1379
|
-
case "TSInterfaceDeclaration":
|
|
1380
|
-
case "TSTypeAliasDeclaration":
|
|
1381
|
-
case "TSEnumDeclaration":
|
|
1382
|
-
case "TSModuleDeclaration":
|
|
1383
|
-
case "TSImportEqualsDeclaration":
|
|
1384
|
-
case "TSExportAssignment":
|
|
1385
|
-
case "TSNamespaceExportDeclaration":
|
|
1386
|
-
break;
|
|
1387
|
-
case "Placeholder":
|
|
1388
|
-
switch (e.expectedNode) {
|
|
1389
|
-
case "Statement":
|
|
1390
|
-
case "Declaration":
|
|
1391
|
-
case "BlockStatement":
|
|
1392
|
-
break;
|
|
1393
|
-
default:
|
|
1394
|
-
return !1;
|
|
1395
|
-
}
|
|
1396
|
-
break;
|
|
1397
|
-
default:
|
|
1398
|
-
return !1;
|
|
1399
|
-
}
|
|
1400
|
-
return t == null || (0, a.default)(e, t);
|
|
1401
|
-
}
|
|
1402
|
-
function Ya(e, t) {
|
|
1403
|
-
if (!e)
|
|
1404
|
-
return !1;
|
|
1405
|
-
switch (e.type) {
|
|
1406
|
-
case "BreakStatement":
|
|
1407
|
-
case "ContinueStatement":
|
|
1408
|
-
case "ReturnStatement":
|
|
1409
|
-
case "ThrowStatement":
|
|
1410
|
-
case "YieldExpression":
|
|
1411
|
-
case "AwaitExpression":
|
|
1412
|
-
break;
|
|
1413
|
-
default:
|
|
1414
|
-
return !1;
|
|
1415
|
-
}
|
|
1416
|
-
return t == null || (0, a.default)(e, t);
|
|
1417
|
-
}
|
|
1418
|
-
function Ga(e, t) {
|
|
1419
|
-
if (!e)
|
|
1420
|
-
return !1;
|
|
1421
|
-
switch (e.type) {
|
|
1422
|
-
case "BreakStatement":
|
|
1423
|
-
case "ContinueStatement":
|
|
1424
|
-
case "ReturnStatement":
|
|
1425
|
-
case "ThrowStatement":
|
|
1426
|
-
break;
|
|
1427
|
-
default:
|
|
1428
|
-
return !1;
|
|
1429
|
-
}
|
|
1430
|
-
return t == null || (0, a.default)(e, t);
|
|
1431
|
-
}
|
|
1432
|
-
function Ha(e, t) {
|
|
1433
|
-
if (!e)
|
|
1434
|
-
return !1;
|
|
1435
|
-
switch (e.type) {
|
|
1436
|
-
case "ConditionalExpression":
|
|
1437
|
-
case "IfStatement":
|
|
1438
|
-
break;
|
|
1439
|
-
default:
|
|
1440
|
-
return !1;
|
|
1441
|
-
}
|
|
1442
|
-
return t == null || (0, a.default)(e, t);
|
|
1443
|
-
}
|
|
1444
|
-
function Za(e, t) {
|
|
1445
|
-
if (!e)
|
|
1446
|
-
return !1;
|
|
1447
|
-
switch (e.type) {
|
|
1448
|
-
case "DoWhileStatement":
|
|
1449
|
-
case "ForInStatement":
|
|
1450
|
-
case "ForStatement":
|
|
1451
|
-
case "WhileStatement":
|
|
1452
|
-
case "ForOfStatement":
|
|
1453
|
-
break;
|
|
1454
|
-
default:
|
|
1455
|
-
return !1;
|
|
1456
|
-
}
|
|
1457
|
-
return t == null || (0, a.default)(e, t);
|
|
1458
|
-
}
|
|
1459
|
-
function $a(e, t) {
|
|
1460
|
-
if (!e)
|
|
1461
|
-
return !1;
|
|
1462
|
-
switch (e.type) {
|
|
1463
|
-
case "DoWhileStatement":
|
|
1464
|
-
case "WhileStatement":
|
|
1465
|
-
break;
|
|
1466
|
-
default:
|
|
1467
|
-
return !1;
|
|
1468
|
-
}
|
|
1469
|
-
return t == null || (0, a.default)(e, t);
|
|
1470
|
-
}
|
|
1471
|
-
function en(e, t) {
|
|
1472
|
-
if (!e)
|
|
1473
|
-
return !1;
|
|
1474
|
-
switch (e.type) {
|
|
1475
|
-
case "ExpressionStatement":
|
|
1476
|
-
case "ParenthesizedExpression":
|
|
1477
|
-
case "TypeCastExpression":
|
|
1478
|
-
break;
|
|
1479
|
-
default:
|
|
1480
|
-
return !1;
|
|
1481
|
-
}
|
|
1482
|
-
return t == null || (0, a.default)(e, t);
|
|
1483
|
-
}
|
|
1484
|
-
function tn(e, t) {
|
|
1485
|
-
if (!e)
|
|
1486
|
-
return !1;
|
|
1487
|
-
switch (e.type) {
|
|
1488
|
-
case "ForInStatement":
|
|
1489
|
-
case "ForStatement":
|
|
1490
|
-
case "ForOfStatement":
|
|
1491
|
-
break;
|
|
1492
|
-
default:
|
|
1493
|
-
return !1;
|
|
1494
|
-
}
|
|
1495
|
-
return t == null || (0, a.default)(e, t);
|
|
1496
|
-
}
|
|
1497
|
-
function rn(e, t) {
|
|
1498
|
-
if (!e)
|
|
1499
|
-
return !1;
|
|
1500
|
-
switch (e.type) {
|
|
1501
|
-
case "ForInStatement":
|
|
1502
|
-
case "ForOfStatement":
|
|
1503
|
-
break;
|
|
1504
|
-
default:
|
|
1505
|
-
return !1;
|
|
1506
|
-
}
|
|
1507
|
-
return t == null || (0, a.default)(e, t);
|
|
1508
|
-
}
|
|
1509
|
-
function an(e, t) {
|
|
1510
|
-
if (!e)
|
|
1511
|
-
return !1;
|
|
1512
|
-
switch (e.type) {
|
|
1513
|
-
case "FunctionDeclaration":
|
|
1514
|
-
case "FunctionExpression":
|
|
1515
|
-
case "ObjectMethod":
|
|
1516
|
-
case "ArrowFunctionExpression":
|
|
1517
|
-
case "ClassMethod":
|
|
1518
|
-
case "ClassPrivateMethod":
|
|
1519
|
-
break;
|
|
1520
|
-
default:
|
|
1521
|
-
return !1;
|
|
1522
|
-
}
|
|
1523
|
-
return t == null || (0, a.default)(e, t);
|
|
1524
|
-
}
|
|
1525
|
-
function nn(e, t) {
|
|
1526
|
-
if (!e)
|
|
1527
|
-
return !1;
|
|
1528
|
-
switch (e.type) {
|
|
1529
|
-
case "FunctionDeclaration":
|
|
1530
|
-
case "FunctionExpression":
|
|
1531
|
-
case "ObjectMethod":
|
|
1532
|
-
case "ArrowFunctionExpression":
|
|
1533
|
-
case "ClassMethod":
|
|
1534
|
-
case "ClassPrivateMethod":
|
|
1535
|
-
case "StaticBlock":
|
|
1536
|
-
case "TSModuleBlock":
|
|
1537
|
-
break;
|
|
1538
|
-
default:
|
|
1539
|
-
return !1;
|
|
1540
|
-
}
|
|
1541
|
-
return t == null || (0, a.default)(e, t);
|
|
1542
|
-
}
|
|
1543
|
-
function ln(e, t) {
|
|
1544
|
-
if (!e)
|
|
1545
|
-
return !1;
|
|
1546
|
-
switch (e.type) {
|
|
1547
|
-
case "FunctionDeclaration":
|
|
1548
|
-
case "FunctionExpression":
|
|
1549
|
-
case "StringLiteral":
|
|
1550
|
-
case "NumericLiteral":
|
|
1551
|
-
case "NullLiteral":
|
|
1552
|
-
case "BooleanLiteral":
|
|
1553
|
-
case "RegExpLiteral":
|
|
1554
|
-
case "ArrowFunctionExpression":
|
|
1555
|
-
case "BigIntLiteral":
|
|
1556
|
-
case "DecimalLiteral":
|
|
1557
|
-
break;
|
|
1558
|
-
case "Placeholder":
|
|
1559
|
-
if (e.expectedNode === "StringLiteral")
|
|
1560
|
-
break;
|
|
1561
|
-
default:
|
|
1562
|
-
return !1;
|
|
1563
|
-
}
|
|
1564
|
-
return t == null || (0, a.default)(e, t);
|
|
1565
|
-
}
|
|
1566
|
-
function sn(e, t) {
|
|
1567
|
-
if (!e)
|
|
1568
|
-
return !1;
|
|
1569
|
-
switch (e.type) {
|
|
1570
|
-
case "FunctionDeclaration":
|
|
1571
|
-
case "VariableDeclaration":
|
|
1572
|
-
case "ClassDeclaration":
|
|
1573
|
-
case "ExportAllDeclaration":
|
|
1574
|
-
case "ExportDefaultDeclaration":
|
|
1575
|
-
case "ExportNamedDeclaration":
|
|
1576
|
-
case "ImportDeclaration":
|
|
1577
|
-
case "DeclareClass":
|
|
1578
|
-
case "DeclareFunction":
|
|
1579
|
-
case "DeclareInterface":
|
|
1580
|
-
case "DeclareModule":
|
|
1581
|
-
case "DeclareModuleExports":
|
|
1582
|
-
case "DeclareTypeAlias":
|
|
1583
|
-
case "DeclareOpaqueType":
|
|
1584
|
-
case "DeclareVariable":
|
|
1585
|
-
case "DeclareExportDeclaration":
|
|
1586
|
-
case "DeclareExportAllDeclaration":
|
|
1587
|
-
case "InterfaceDeclaration":
|
|
1588
|
-
case "OpaqueType":
|
|
1589
|
-
case "TypeAlias":
|
|
1590
|
-
case "EnumDeclaration":
|
|
1591
|
-
case "TSDeclareFunction":
|
|
1592
|
-
case "TSInterfaceDeclaration":
|
|
1593
|
-
case "TSTypeAliasDeclaration":
|
|
1594
|
-
case "TSEnumDeclaration":
|
|
1595
|
-
case "TSModuleDeclaration":
|
|
1596
|
-
break;
|
|
1597
|
-
case "Placeholder":
|
|
1598
|
-
if (e.expectedNode === "Declaration")
|
|
1599
|
-
break;
|
|
1600
|
-
default:
|
|
1601
|
-
return !1;
|
|
1602
|
-
}
|
|
1603
|
-
return t == null || (0, a.default)(e, t);
|
|
1604
|
-
}
|
|
1605
|
-
function un(e, t) {
|
|
1606
|
-
if (!e)
|
|
1607
|
-
return !1;
|
|
1608
|
-
switch (e.type) {
|
|
1609
|
-
case "Identifier":
|
|
1610
|
-
case "RestElement":
|
|
1611
|
-
case "AssignmentPattern":
|
|
1612
|
-
case "ArrayPattern":
|
|
1613
|
-
case "ObjectPattern":
|
|
1614
|
-
case "TSAsExpression":
|
|
1615
|
-
case "TSSatisfiesExpression":
|
|
1616
|
-
case "TSTypeAssertion":
|
|
1617
|
-
case "TSNonNullExpression":
|
|
1618
|
-
break;
|
|
1619
|
-
case "Placeholder":
|
|
1620
|
-
switch (e.expectedNode) {
|
|
1621
|
-
case "Pattern":
|
|
1622
|
-
case "Identifier":
|
|
1623
|
-
break;
|
|
1624
|
-
default:
|
|
1625
|
-
return !1;
|
|
1626
|
-
}
|
|
1627
|
-
break;
|
|
1628
|
-
default:
|
|
1629
|
-
return !1;
|
|
1630
|
-
}
|
|
1631
|
-
return t == null || (0, a.default)(e, t);
|
|
1632
|
-
}
|
|
1633
|
-
function fn(e, t) {
|
|
1634
|
-
if (!e)
|
|
1635
|
-
return !1;
|
|
1636
|
-
switch (e.type) {
|
|
1637
|
-
case "Identifier":
|
|
1638
|
-
case "MemberExpression":
|
|
1639
|
-
case "RestElement":
|
|
1640
|
-
case "AssignmentPattern":
|
|
1641
|
-
case "ArrayPattern":
|
|
1642
|
-
case "ObjectPattern":
|
|
1643
|
-
case "TSParameterProperty":
|
|
1644
|
-
case "TSAsExpression":
|
|
1645
|
-
case "TSSatisfiesExpression":
|
|
1646
|
-
case "TSTypeAssertion":
|
|
1647
|
-
case "TSNonNullExpression":
|
|
1648
|
-
break;
|
|
1649
|
-
case "Placeholder":
|
|
1650
|
-
switch (e.expectedNode) {
|
|
1651
|
-
case "Pattern":
|
|
1652
|
-
case "Identifier":
|
|
1653
|
-
break;
|
|
1654
|
-
default:
|
|
1655
|
-
return !1;
|
|
1656
|
-
}
|
|
1657
|
-
break;
|
|
1658
|
-
default:
|
|
1659
|
-
return !1;
|
|
1660
|
-
}
|
|
1661
|
-
return t == null || (0, a.default)(e, t);
|
|
1662
|
-
}
|
|
1663
|
-
function cn(e, t) {
|
|
1664
|
-
if (!e)
|
|
1665
|
-
return !1;
|
|
1666
|
-
switch (e.type) {
|
|
1667
|
-
case "Identifier":
|
|
1668
|
-
case "TSQualifiedName":
|
|
1669
|
-
break;
|
|
1670
|
-
case "Placeholder":
|
|
1671
|
-
if (e.expectedNode === "Identifier")
|
|
1672
|
-
break;
|
|
1673
|
-
default:
|
|
1674
|
-
return !1;
|
|
1675
|
-
}
|
|
1676
|
-
return t == null || (0, a.default)(e, t);
|
|
1677
|
-
}
|
|
1678
|
-
function pn(e, t) {
|
|
1679
|
-
if (!e)
|
|
1680
|
-
return !1;
|
|
1681
|
-
switch (e.type) {
|
|
1682
|
-
case "StringLiteral":
|
|
1683
|
-
case "NumericLiteral":
|
|
1684
|
-
case "NullLiteral":
|
|
1685
|
-
case "BooleanLiteral":
|
|
1686
|
-
case "RegExpLiteral":
|
|
1687
|
-
case "TemplateLiteral":
|
|
1688
|
-
case "BigIntLiteral":
|
|
1689
|
-
case "DecimalLiteral":
|
|
1690
|
-
break;
|
|
1691
|
-
case "Placeholder":
|
|
1692
|
-
if (e.expectedNode === "StringLiteral")
|
|
1693
|
-
break;
|
|
1694
|
-
default:
|
|
1695
|
-
return !1;
|
|
1696
|
-
}
|
|
1697
|
-
return t == null || (0, a.default)(e, t);
|
|
1698
|
-
}
|
|
1699
|
-
function yn(e, t) {
|
|
1700
|
-
if (!e)
|
|
1701
|
-
return !1;
|
|
1702
|
-
switch (e.type) {
|
|
1703
|
-
case "StringLiteral":
|
|
1704
|
-
case "NumericLiteral":
|
|
1705
|
-
case "NullLiteral":
|
|
1706
|
-
case "BooleanLiteral":
|
|
1707
|
-
case "BigIntLiteral":
|
|
1708
|
-
case "JSXAttribute":
|
|
1709
|
-
case "JSXClosingElement":
|
|
1710
|
-
case "JSXElement":
|
|
1711
|
-
case "JSXExpressionContainer":
|
|
1712
|
-
case "JSXSpreadChild":
|
|
1713
|
-
case "JSXOpeningElement":
|
|
1714
|
-
case "JSXText":
|
|
1715
|
-
case "JSXFragment":
|
|
1716
|
-
case "JSXOpeningFragment":
|
|
1717
|
-
case "JSXClosingFragment":
|
|
1718
|
-
case "DecimalLiteral":
|
|
1719
|
-
break;
|
|
1720
|
-
case "Placeholder":
|
|
1721
|
-
if (e.expectedNode === "StringLiteral")
|
|
1722
|
-
break;
|
|
1723
|
-
default:
|
|
1724
|
-
return !1;
|
|
1725
|
-
}
|
|
1726
|
-
return t == null || (0, a.default)(e, t);
|
|
1727
|
-
}
|
|
1728
|
-
function on(e, t) {
|
|
1729
|
-
if (!e)
|
|
1730
|
-
return !1;
|
|
1731
|
-
switch (e.type) {
|
|
1732
|
-
case "ObjectMethod":
|
|
1733
|
-
case "ObjectProperty":
|
|
1734
|
-
case "ObjectTypeInternalSlot":
|
|
1735
|
-
case "ObjectTypeCallProperty":
|
|
1736
|
-
case "ObjectTypeIndexer":
|
|
1737
|
-
case "ObjectTypeProperty":
|
|
1738
|
-
case "ObjectTypeSpreadProperty":
|
|
1739
|
-
break;
|
|
1740
|
-
default:
|
|
1741
|
-
return !1;
|
|
1742
|
-
}
|
|
1743
|
-
return t == null || (0, a.default)(e, t);
|
|
1744
|
-
}
|
|
1745
|
-
function Tn(e, t) {
|
|
1746
|
-
if (!e)
|
|
1747
|
-
return !1;
|
|
1748
|
-
switch (e.type) {
|
|
1749
|
-
case "ObjectMethod":
|
|
1750
|
-
case "ClassMethod":
|
|
1751
|
-
case "ClassPrivateMethod":
|
|
1752
|
-
break;
|
|
1753
|
-
default:
|
|
1754
|
-
return !1;
|
|
1755
|
-
}
|
|
1756
|
-
return t == null || (0, a.default)(e, t);
|
|
1757
|
-
}
|
|
1758
|
-
function Sn(e, t) {
|
|
1759
|
-
if (!e)
|
|
1760
|
-
return !1;
|
|
1761
|
-
switch (e.type) {
|
|
1762
|
-
case "ObjectMethod":
|
|
1763
|
-
case "ObjectProperty":
|
|
1764
|
-
break;
|
|
1765
|
-
default:
|
|
1766
|
-
return !1;
|
|
1767
|
-
}
|
|
1768
|
-
return t == null || (0, a.default)(e, t);
|
|
1769
|
-
}
|
|
1770
|
-
function mn(e, t) {
|
|
1771
|
-
if (!e)
|
|
1772
|
-
return !1;
|
|
1773
|
-
switch (e.type) {
|
|
1774
|
-
case "ObjectProperty":
|
|
1775
|
-
case "ClassProperty":
|
|
1776
|
-
case "ClassAccessorProperty":
|
|
1777
|
-
case "ClassPrivateProperty":
|
|
1778
|
-
break;
|
|
1779
|
-
default:
|
|
1780
|
-
return !1;
|
|
1781
|
-
}
|
|
1782
|
-
return t == null || (0, a.default)(e, t);
|
|
1783
|
-
}
|
|
1784
|
-
function En(e, t) {
|
|
1785
|
-
if (!e)
|
|
1786
|
-
return !1;
|
|
1787
|
-
switch (e.type) {
|
|
1788
|
-
case "UnaryExpression":
|
|
1789
|
-
case "SpreadElement":
|
|
1790
|
-
break;
|
|
1791
|
-
default:
|
|
1792
|
-
return !1;
|
|
1793
|
-
}
|
|
1794
|
-
return t == null || (0, a.default)(e, t);
|
|
1795
|
-
}
|
|
1796
|
-
function xn(e, t) {
|
|
1797
|
-
if (!e)
|
|
1798
|
-
return !1;
|
|
1799
|
-
switch (e.type) {
|
|
1800
|
-
case "AssignmentPattern":
|
|
1801
|
-
case "ArrayPattern":
|
|
1802
|
-
case "ObjectPattern":
|
|
1803
|
-
break;
|
|
1804
|
-
case "Placeholder":
|
|
1805
|
-
if (e.expectedNode === "Pattern")
|
|
1806
|
-
break;
|
|
1807
|
-
default:
|
|
1808
|
-
return !1;
|
|
1809
|
-
}
|
|
1810
|
-
return t == null || (0, a.default)(e, t);
|
|
1811
|
-
}
|
|
1812
|
-
function Dn(e, t) {
|
|
1813
|
-
if (!e)
|
|
1814
|
-
return !1;
|
|
1815
|
-
switch (e.type) {
|
|
1816
|
-
case "ClassExpression":
|
|
1817
|
-
case "ClassDeclaration":
|
|
1818
|
-
break;
|
|
1819
|
-
default:
|
|
1820
|
-
return !1;
|
|
1821
|
-
}
|
|
1822
|
-
return t == null || (0, a.default)(e, t);
|
|
1823
|
-
}
|
|
1824
|
-
function i(e, t) {
|
|
1825
|
-
if (!e)
|
|
1826
|
-
return !1;
|
|
1827
|
-
switch (e.type) {
|
|
1828
|
-
case "ExportAllDeclaration":
|
|
1829
|
-
case "ExportDefaultDeclaration":
|
|
1830
|
-
case "ExportNamedDeclaration":
|
|
1831
|
-
case "ImportDeclaration":
|
|
1832
|
-
break;
|
|
1833
|
-
default:
|
|
1834
|
-
return !1;
|
|
1835
|
-
}
|
|
1836
|
-
return t == null || (0, a.default)(e, t);
|
|
1837
|
-
}
|
|
1838
|
-
function An(e, t) {
|
|
1839
|
-
if (!e)
|
|
1840
|
-
return !1;
|
|
1841
|
-
switch (e.type) {
|
|
1842
|
-
case "ExportAllDeclaration":
|
|
1843
|
-
case "ExportDefaultDeclaration":
|
|
1844
|
-
case "ExportNamedDeclaration":
|
|
1845
|
-
break;
|
|
1846
|
-
default:
|
|
1847
|
-
return !1;
|
|
1848
|
-
}
|
|
1849
|
-
return t == null || (0, a.default)(e, t);
|
|
1850
|
-
}
|
|
1851
|
-
function bn(e, t) {
|
|
1852
|
-
if (!e)
|
|
1853
|
-
return !1;
|
|
1854
|
-
switch (e.type) {
|
|
1855
|
-
case "ExportSpecifier":
|
|
1856
|
-
case "ImportDefaultSpecifier":
|
|
1857
|
-
case "ImportNamespaceSpecifier":
|
|
1858
|
-
case "ImportSpecifier":
|
|
1859
|
-
case "ExportNamespaceSpecifier":
|
|
1860
|
-
case "ExportDefaultSpecifier":
|
|
1861
|
-
break;
|
|
1862
|
-
default:
|
|
1863
|
-
return !1;
|
|
1864
|
-
}
|
|
1865
|
-
return t == null || (0, a.default)(e, t);
|
|
1866
|
-
}
|
|
1867
|
-
function dn(e, t) {
|
|
1868
|
-
if (!e)
|
|
1869
|
-
return !1;
|
|
1870
|
-
switch (e.type) {
|
|
1871
|
-
case "ClassAccessorProperty":
|
|
1872
|
-
break;
|
|
1873
|
-
default:
|
|
1874
|
-
return !1;
|
|
1875
|
-
}
|
|
1876
|
-
return t == null || (0, a.default)(e, t);
|
|
1877
|
-
}
|
|
1878
|
-
function Pn(e, t) {
|
|
1879
|
-
if (!e)
|
|
1880
|
-
return !1;
|
|
1881
|
-
switch (e.type) {
|
|
1882
|
-
case "ClassPrivateProperty":
|
|
1883
|
-
case "ClassPrivateMethod":
|
|
1884
|
-
case "PrivateName":
|
|
1885
|
-
break;
|
|
1886
|
-
default:
|
|
1887
|
-
return !1;
|
|
1888
|
-
}
|
|
1889
|
-
return t == null || (0, a.default)(e, t);
|
|
1890
|
-
}
|
|
1891
|
-
function In(e, t) {
|
|
1892
|
-
if (!e)
|
|
1893
|
-
return !1;
|
|
1894
|
-
switch (e.type) {
|
|
1895
|
-
case "AnyTypeAnnotation":
|
|
1896
|
-
case "ArrayTypeAnnotation":
|
|
1897
|
-
case "BooleanTypeAnnotation":
|
|
1898
|
-
case "BooleanLiteralTypeAnnotation":
|
|
1899
|
-
case "NullLiteralTypeAnnotation":
|
|
1900
|
-
case "ClassImplements":
|
|
1901
|
-
case "DeclareClass":
|
|
1902
|
-
case "DeclareFunction":
|
|
1903
|
-
case "DeclareInterface":
|
|
1904
|
-
case "DeclareModule":
|
|
1905
|
-
case "DeclareModuleExports":
|
|
1906
|
-
case "DeclareTypeAlias":
|
|
1907
|
-
case "DeclareOpaqueType":
|
|
1908
|
-
case "DeclareVariable":
|
|
1909
|
-
case "DeclareExportDeclaration":
|
|
1910
|
-
case "DeclareExportAllDeclaration":
|
|
1911
|
-
case "DeclaredPredicate":
|
|
1912
|
-
case "ExistsTypeAnnotation":
|
|
1913
|
-
case "FunctionTypeAnnotation":
|
|
1914
|
-
case "FunctionTypeParam":
|
|
1915
|
-
case "GenericTypeAnnotation":
|
|
1916
|
-
case "InferredPredicate":
|
|
1917
|
-
case "InterfaceExtends":
|
|
1918
|
-
case "InterfaceDeclaration":
|
|
1919
|
-
case "InterfaceTypeAnnotation":
|
|
1920
|
-
case "IntersectionTypeAnnotation":
|
|
1921
|
-
case "MixedTypeAnnotation":
|
|
1922
|
-
case "EmptyTypeAnnotation":
|
|
1923
|
-
case "NullableTypeAnnotation":
|
|
1924
|
-
case "NumberLiteralTypeAnnotation":
|
|
1925
|
-
case "NumberTypeAnnotation":
|
|
1926
|
-
case "ObjectTypeAnnotation":
|
|
1927
|
-
case "ObjectTypeInternalSlot":
|
|
1928
|
-
case "ObjectTypeCallProperty":
|
|
1929
|
-
case "ObjectTypeIndexer":
|
|
1930
|
-
case "ObjectTypeProperty":
|
|
1931
|
-
case "ObjectTypeSpreadProperty":
|
|
1932
|
-
case "OpaqueType":
|
|
1933
|
-
case "QualifiedTypeIdentifier":
|
|
1934
|
-
case "StringLiteralTypeAnnotation":
|
|
1935
|
-
case "StringTypeAnnotation":
|
|
1936
|
-
case "SymbolTypeAnnotation":
|
|
1937
|
-
case "ThisTypeAnnotation":
|
|
1938
|
-
case "TupleTypeAnnotation":
|
|
1939
|
-
case "TypeofTypeAnnotation":
|
|
1940
|
-
case "TypeAlias":
|
|
1941
|
-
case "TypeAnnotation":
|
|
1942
|
-
case "TypeCastExpression":
|
|
1943
|
-
case "TypeParameter":
|
|
1944
|
-
case "TypeParameterDeclaration":
|
|
1945
|
-
case "TypeParameterInstantiation":
|
|
1946
|
-
case "UnionTypeAnnotation":
|
|
1947
|
-
case "Variance":
|
|
1948
|
-
case "VoidTypeAnnotation":
|
|
1949
|
-
case "EnumDeclaration":
|
|
1950
|
-
case "EnumBooleanBody":
|
|
1951
|
-
case "EnumNumberBody":
|
|
1952
|
-
case "EnumStringBody":
|
|
1953
|
-
case "EnumSymbolBody":
|
|
1954
|
-
case "EnumBooleanMember":
|
|
1955
|
-
case "EnumNumberMember":
|
|
1956
|
-
case "EnumStringMember":
|
|
1957
|
-
case "EnumDefaultedMember":
|
|
1958
|
-
case "IndexedAccessType":
|
|
1959
|
-
case "OptionalIndexedAccessType":
|
|
1960
|
-
break;
|
|
1961
|
-
default:
|
|
1962
|
-
return !1;
|
|
1963
|
-
}
|
|
1964
|
-
return t == null || (0, a.default)(e, t);
|
|
1965
|
-
}
|
|
1966
|
-
function hn(e, t) {
|
|
1967
|
-
if (!e)
|
|
1968
|
-
return !1;
|
|
1969
|
-
switch (e.type) {
|
|
1970
|
-
case "AnyTypeAnnotation":
|
|
1971
|
-
case "ArrayTypeAnnotation":
|
|
1972
|
-
case "BooleanTypeAnnotation":
|
|
1973
|
-
case "BooleanLiteralTypeAnnotation":
|
|
1974
|
-
case "NullLiteralTypeAnnotation":
|
|
1975
|
-
case "ExistsTypeAnnotation":
|
|
1976
|
-
case "FunctionTypeAnnotation":
|
|
1977
|
-
case "GenericTypeAnnotation":
|
|
1978
|
-
case "InterfaceTypeAnnotation":
|
|
1979
|
-
case "IntersectionTypeAnnotation":
|
|
1980
|
-
case "MixedTypeAnnotation":
|
|
1981
|
-
case "EmptyTypeAnnotation":
|
|
1982
|
-
case "NullableTypeAnnotation":
|
|
1983
|
-
case "NumberLiteralTypeAnnotation":
|
|
1984
|
-
case "NumberTypeAnnotation":
|
|
1985
|
-
case "ObjectTypeAnnotation":
|
|
1986
|
-
case "StringLiteralTypeAnnotation":
|
|
1987
|
-
case "StringTypeAnnotation":
|
|
1988
|
-
case "SymbolTypeAnnotation":
|
|
1989
|
-
case "ThisTypeAnnotation":
|
|
1990
|
-
case "TupleTypeAnnotation":
|
|
1991
|
-
case "TypeofTypeAnnotation":
|
|
1992
|
-
case "UnionTypeAnnotation":
|
|
1993
|
-
case "VoidTypeAnnotation":
|
|
1994
|
-
case "IndexedAccessType":
|
|
1995
|
-
case "OptionalIndexedAccessType":
|
|
1996
|
-
break;
|
|
1997
|
-
default:
|
|
1998
|
-
return !1;
|
|
1999
|
-
}
|
|
2000
|
-
return t == null || (0, a.default)(e, t);
|
|
2001
|
-
}
|
|
2002
|
-
function wn(e, t) {
|
|
2003
|
-
if (!e)
|
|
2004
|
-
return !1;
|
|
2005
|
-
switch (e.type) {
|
|
2006
|
-
case "AnyTypeAnnotation":
|
|
2007
|
-
case "BooleanTypeAnnotation":
|
|
2008
|
-
case "NullLiteralTypeAnnotation":
|
|
2009
|
-
case "MixedTypeAnnotation":
|
|
2010
|
-
case "EmptyTypeAnnotation":
|
|
2011
|
-
case "NumberTypeAnnotation":
|
|
2012
|
-
case "StringTypeAnnotation":
|
|
2013
|
-
case "SymbolTypeAnnotation":
|
|
2014
|
-
case "ThisTypeAnnotation":
|
|
2015
|
-
case "VoidTypeAnnotation":
|
|
2016
|
-
break;
|
|
2017
|
-
default:
|
|
2018
|
-
return !1;
|
|
2019
|
-
}
|
|
2020
|
-
return t == null || (0, a.default)(e, t);
|
|
2021
|
-
}
|
|
2022
|
-
function gn(e, t) {
|
|
2023
|
-
if (!e)
|
|
2024
|
-
return !1;
|
|
2025
|
-
switch (e.type) {
|
|
2026
|
-
case "DeclareClass":
|
|
2027
|
-
case "DeclareFunction":
|
|
2028
|
-
case "DeclareInterface":
|
|
2029
|
-
case "DeclareModule":
|
|
2030
|
-
case "DeclareModuleExports":
|
|
2031
|
-
case "DeclareTypeAlias":
|
|
2032
|
-
case "DeclareOpaqueType":
|
|
2033
|
-
case "DeclareVariable":
|
|
2034
|
-
case "DeclareExportDeclaration":
|
|
2035
|
-
case "DeclareExportAllDeclaration":
|
|
2036
|
-
case "InterfaceDeclaration":
|
|
2037
|
-
case "OpaqueType":
|
|
2038
|
-
case "TypeAlias":
|
|
2039
|
-
break;
|
|
2040
|
-
default:
|
|
2041
|
-
return !1;
|
|
2042
|
-
}
|
|
2043
|
-
return t == null || (0, a.default)(e, t);
|
|
2044
|
-
}
|
|
2045
|
-
function Cn(e, t) {
|
|
2046
|
-
if (!e)
|
|
2047
|
-
return !1;
|
|
2048
|
-
switch (e.type) {
|
|
2049
|
-
case "DeclaredPredicate":
|
|
2050
|
-
case "InferredPredicate":
|
|
2051
|
-
break;
|
|
2052
|
-
default:
|
|
2053
|
-
return !1;
|
|
2054
|
-
}
|
|
2055
|
-
return t == null || (0, a.default)(e, t);
|
|
2056
|
-
}
|
|
2057
|
-
function Nn(e, t) {
|
|
2058
|
-
if (!e)
|
|
2059
|
-
return !1;
|
|
2060
|
-
switch (e.type) {
|
|
2061
|
-
case "EnumBooleanBody":
|
|
2062
|
-
case "EnumNumberBody":
|
|
2063
|
-
case "EnumStringBody":
|
|
2064
|
-
case "EnumSymbolBody":
|
|
2065
|
-
break;
|
|
2066
|
-
default:
|
|
2067
|
-
return !1;
|
|
2068
|
-
}
|
|
2069
|
-
return t == null || (0, a.default)(e, t);
|
|
2070
|
-
}
|
|
2071
|
-
function Mn(e, t) {
|
|
2072
|
-
if (!e)
|
|
2073
|
-
return !1;
|
|
2074
|
-
switch (e.type) {
|
|
2075
|
-
case "EnumBooleanMember":
|
|
2076
|
-
case "EnumNumberMember":
|
|
2077
|
-
case "EnumStringMember":
|
|
2078
|
-
case "EnumDefaultedMember":
|
|
2079
|
-
break;
|
|
2080
|
-
default:
|
|
2081
|
-
return !1;
|
|
2082
|
-
}
|
|
2083
|
-
return t == null || (0, a.default)(e, t);
|
|
2084
|
-
}
|
|
2085
|
-
function Bn(e, t) {
|
|
2086
|
-
if (!e)
|
|
2087
|
-
return !1;
|
|
2088
|
-
switch (e.type) {
|
|
2089
|
-
case "JSXAttribute":
|
|
2090
|
-
case "JSXClosingElement":
|
|
2091
|
-
case "JSXElement":
|
|
2092
|
-
case "JSXEmptyExpression":
|
|
2093
|
-
case "JSXExpressionContainer":
|
|
2094
|
-
case "JSXSpreadChild":
|
|
2095
|
-
case "JSXIdentifier":
|
|
2096
|
-
case "JSXMemberExpression":
|
|
2097
|
-
case "JSXNamespacedName":
|
|
2098
|
-
case "JSXOpeningElement":
|
|
2099
|
-
case "JSXSpreadAttribute":
|
|
2100
|
-
case "JSXText":
|
|
2101
|
-
case "JSXFragment":
|
|
2102
|
-
case "JSXOpeningFragment":
|
|
2103
|
-
case "JSXClosingFragment":
|
|
2104
|
-
break;
|
|
2105
|
-
default:
|
|
2106
|
-
return !1;
|
|
2107
|
-
}
|
|
2108
|
-
return t == null || (0, a.default)(e, t);
|
|
2109
|
-
}
|
|
2110
|
-
function Ln(e, t) {
|
|
2111
|
-
if (!e)
|
|
2112
|
-
return !1;
|
|
2113
|
-
switch (e.type) {
|
|
2114
|
-
case "Noop":
|
|
2115
|
-
case "Placeholder":
|
|
2116
|
-
case "V8IntrinsicIdentifier":
|
|
2117
|
-
break;
|
|
2118
|
-
default:
|
|
2119
|
-
return !1;
|
|
2120
|
-
}
|
|
2121
|
-
return t == null || (0, a.default)(e, t);
|
|
2122
|
-
}
|
|
2123
|
-
function On(e, t) {
|
|
2124
|
-
if (!e)
|
|
2125
|
-
return !1;
|
|
2126
|
-
switch (e.type) {
|
|
2127
|
-
case "TSParameterProperty":
|
|
2128
|
-
case "TSDeclareFunction":
|
|
2129
|
-
case "TSDeclareMethod":
|
|
2130
|
-
case "TSQualifiedName":
|
|
2131
|
-
case "TSCallSignatureDeclaration":
|
|
2132
|
-
case "TSConstructSignatureDeclaration":
|
|
2133
|
-
case "TSPropertySignature":
|
|
2134
|
-
case "TSMethodSignature":
|
|
2135
|
-
case "TSIndexSignature":
|
|
2136
|
-
case "TSAnyKeyword":
|
|
2137
|
-
case "TSBooleanKeyword":
|
|
2138
|
-
case "TSBigIntKeyword":
|
|
2139
|
-
case "TSIntrinsicKeyword":
|
|
2140
|
-
case "TSNeverKeyword":
|
|
2141
|
-
case "TSNullKeyword":
|
|
2142
|
-
case "TSNumberKeyword":
|
|
2143
|
-
case "TSObjectKeyword":
|
|
2144
|
-
case "TSStringKeyword":
|
|
2145
|
-
case "TSSymbolKeyword":
|
|
2146
|
-
case "TSUndefinedKeyword":
|
|
2147
|
-
case "TSUnknownKeyword":
|
|
2148
|
-
case "TSVoidKeyword":
|
|
2149
|
-
case "TSThisType":
|
|
2150
|
-
case "TSFunctionType":
|
|
2151
|
-
case "TSConstructorType":
|
|
2152
|
-
case "TSTypeReference":
|
|
2153
|
-
case "TSTypePredicate":
|
|
2154
|
-
case "TSTypeQuery":
|
|
2155
|
-
case "TSTypeLiteral":
|
|
2156
|
-
case "TSArrayType":
|
|
2157
|
-
case "TSTupleType":
|
|
2158
|
-
case "TSOptionalType":
|
|
2159
|
-
case "TSRestType":
|
|
2160
|
-
case "TSNamedTupleMember":
|
|
2161
|
-
case "TSUnionType":
|
|
2162
|
-
case "TSIntersectionType":
|
|
2163
|
-
case "TSConditionalType":
|
|
2164
|
-
case "TSInferType":
|
|
2165
|
-
case "TSParenthesizedType":
|
|
2166
|
-
case "TSTypeOperator":
|
|
2167
|
-
case "TSIndexedAccessType":
|
|
2168
|
-
case "TSMappedType":
|
|
2169
|
-
case "TSLiteralType":
|
|
2170
|
-
case "TSExpressionWithTypeArguments":
|
|
2171
|
-
case "TSInterfaceDeclaration":
|
|
2172
|
-
case "TSInterfaceBody":
|
|
2173
|
-
case "TSTypeAliasDeclaration":
|
|
2174
|
-
case "TSInstantiationExpression":
|
|
2175
|
-
case "TSAsExpression":
|
|
2176
|
-
case "TSSatisfiesExpression":
|
|
2177
|
-
case "TSTypeAssertion":
|
|
2178
|
-
case "TSEnumDeclaration":
|
|
2179
|
-
case "TSEnumMember":
|
|
2180
|
-
case "TSModuleDeclaration":
|
|
2181
|
-
case "TSModuleBlock":
|
|
2182
|
-
case "TSImportType":
|
|
2183
|
-
case "TSImportEqualsDeclaration":
|
|
2184
|
-
case "TSExternalModuleReference":
|
|
2185
|
-
case "TSNonNullExpression":
|
|
2186
|
-
case "TSExportAssignment":
|
|
2187
|
-
case "TSNamespaceExportDeclaration":
|
|
2188
|
-
case "TSTypeAnnotation":
|
|
2189
|
-
case "TSTypeParameterInstantiation":
|
|
2190
|
-
case "TSTypeParameterDeclaration":
|
|
2191
|
-
case "TSTypeParameter":
|
|
2192
|
-
break;
|
|
2193
|
-
default:
|
|
2194
|
-
return !1;
|
|
2195
|
-
}
|
|
2196
|
-
return t == null || (0, a.default)(e, t);
|
|
2197
|
-
}
|
|
2198
|
-
function Fn(e, t) {
|
|
2199
|
-
if (!e)
|
|
2200
|
-
return !1;
|
|
2201
|
-
switch (e.type) {
|
|
2202
|
-
case "TSCallSignatureDeclaration":
|
|
2203
|
-
case "TSConstructSignatureDeclaration":
|
|
2204
|
-
case "TSPropertySignature":
|
|
2205
|
-
case "TSMethodSignature":
|
|
2206
|
-
case "TSIndexSignature":
|
|
2207
|
-
break;
|
|
2208
|
-
default:
|
|
2209
|
-
return !1;
|
|
2210
|
-
}
|
|
2211
|
-
return t == null || (0, a.default)(e, t);
|
|
2212
|
-
}
|
|
2213
|
-
function kn(e, t) {
|
|
2214
|
-
if (!e)
|
|
2215
|
-
return !1;
|
|
2216
|
-
switch (e.type) {
|
|
2217
|
-
case "TSAnyKeyword":
|
|
2218
|
-
case "TSBooleanKeyword":
|
|
2219
|
-
case "TSBigIntKeyword":
|
|
2220
|
-
case "TSIntrinsicKeyword":
|
|
2221
|
-
case "TSNeverKeyword":
|
|
2222
|
-
case "TSNullKeyword":
|
|
2223
|
-
case "TSNumberKeyword":
|
|
2224
|
-
case "TSObjectKeyword":
|
|
2225
|
-
case "TSStringKeyword":
|
|
2226
|
-
case "TSSymbolKeyword":
|
|
2227
|
-
case "TSUndefinedKeyword":
|
|
2228
|
-
case "TSUnknownKeyword":
|
|
2229
|
-
case "TSVoidKeyword":
|
|
2230
|
-
case "TSThisType":
|
|
2231
|
-
case "TSFunctionType":
|
|
2232
|
-
case "TSConstructorType":
|
|
2233
|
-
case "TSTypeReference":
|
|
2234
|
-
case "TSTypePredicate":
|
|
2235
|
-
case "TSTypeQuery":
|
|
2236
|
-
case "TSTypeLiteral":
|
|
2237
|
-
case "TSArrayType":
|
|
2238
|
-
case "TSTupleType":
|
|
2239
|
-
case "TSOptionalType":
|
|
2240
|
-
case "TSRestType":
|
|
2241
|
-
case "TSUnionType":
|
|
2242
|
-
case "TSIntersectionType":
|
|
2243
|
-
case "TSConditionalType":
|
|
2244
|
-
case "TSInferType":
|
|
2245
|
-
case "TSParenthesizedType":
|
|
2246
|
-
case "TSTypeOperator":
|
|
2247
|
-
case "TSIndexedAccessType":
|
|
2248
|
-
case "TSMappedType":
|
|
2249
|
-
case "TSLiteralType":
|
|
2250
|
-
case "TSExpressionWithTypeArguments":
|
|
2251
|
-
case "TSImportType":
|
|
2252
|
-
break;
|
|
2253
|
-
default:
|
|
2254
|
-
return !1;
|
|
2255
|
-
}
|
|
2256
|
-
return t == null || (0, a.default)(e, t);
|
|
2257
|
-
}
|
|
2258
|
-
function Kn(e, t) {
|
|
2259
|
-
if (!e)
|
|
2260
|
-
return !1;
|
|
2261
|
-
switch (e.type) {
|
|
2262
|
-
case "TSAnyKeyword":
|
|
2263
|
-
case "TSBooleanKeyword":
|
|
2264
|
-
case "TSBigIntKeyword":
|
|
2265
|
-
case "TSIntrinsicKeyword":
|
|
2266
|
-
case "TSNeverKeyword":
|
|
2267
|
-
case "TSNullKeyword":
|
|
2268
|
-
case "TSNumberKeyword":
|
|
2269
|
-
case "TSObjectKeyword":
|
|
2270
|
-
case "TSStringKeyword":
|
|
2271
|
-
case "TSSymbolKeyword":
|
|
2272
|
-
case "TSUndefinedKeyword":
|
|
2273
|
-
case "TSUnknownKeyword":
|
|
2274
|
-
case "TSVoidKeyword":
|
|
2275
|
-
case "TSThisType":
|
|
2276
|
-
case "TSLiteralType":
|
|
2277
|
-
break;
|
|
2278
|
-
default:
|
|
2279
|
-
return !1;
|
|
2280
|
-
}
|
|
2281
|
-
return t == null || (0, a.default)(e, t);
|
|
2282
|
-
}
|
|
2283
|
-
function Xn(e, t) {
|
|
2284
|
-
return (0, n.default)("isNumberLiteral", "isNumericLiteral"), !e || e.type !== "NumberLiteral" ? !1 : t == null || (0, a.default)(e, t);
|
|
2285
|
-
}
|
|
2286
|
-
function Jn(e, t) {
|
|
2287
|
-
return (0, n.default)("isRegexLiteral", "isRegExpLiteral"), !e || e.type !== "RegexLiteral" ? !1 : t == null || (0, a.default)(e, t);
|
|
2288
|
-
}
|
|
2289
|
-
function jn(e, t) {
|
|
2290
|
-
return (0, n.default)("isRestProperty", "isRestElement"), !e || e.type !== "RestProperty" ? !1 : t == null || (0, a.default)(e, t);
|
|
2291
|
-
}
|
|
2292
|
-
function Rn(e, t) {
|
|
2293
|
-
return (0, n.default)("isSpreadProperty", "isSpreadElement"), !e || e.type !== "SpreadProperty" ? !1 : t == null || (0, a.default)(e, t);
|
|
2294
|
-
}
|
|
2295
|
-
function vn(e, t) {
|
|
2296
|
-
return (0, n.default)("isModuleDeclaration", "isImportOrExportDeclaration"), i(e, t);
|
|
2297
|
-
}
|
|
2298
|
-
export {
|
|
2299
|
-
r as default
|
|
2300
|
-
};
|