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,1284 +0,0 @@
|
|
|
1
|
-
import { __exports as n } from "../../../../../../_virtual/uppercase.mjs";
|
|
2
|
-
import { __require as u } from "./index.mjs";
|
|
3
|
-
var r;
|
|
4
|
-
function o() {
|
|
5
|
-
return r ? n : (r = 1, function(e) {
|
|
6
|
-
Object.defineProperty(e, "__esModule", {
|
|
7
|
-
value: !0
|
|
8
|
-
}), Object.defineProperty(e, "AnyTypeAnnotation", {
|
|
9
|
-
enumerable: !0,
|
|
10
|
-
get: function() {
|
|
11
|
-
return t.anyTypeAnnotation;
|
|
12
|
-
}
|
|
13
|
-
}), Object.defineProperty(e, "ArgumentPlaceholder", {
|
|
14
|
-
enumerable: !0,
|
|
15
|
-
get: function() {
|
|
16
|
-
return t.argumentPlaceholder;
|
|
17
|
-
}
|
|
18
|
-
}), Object.defineProperty(e, "ArrayExpression", {
|
|
19
|
-
enumerable: !0,
|
|
20
|
-
get: function() {
|
|
21
|
-
return t.arrayExpression;
|
|
22
|
-
}
|
|
23
|
-
}), Object.defineProperty(e, "ArrayPattern", {
|
|
24
|
-
enumerable: !0,
|
|
25
|
-
get: function() {
|
|
26
|
-
return t.arrayPattern;
|
|
27
|
-
}
|
|
28
|
-
}), Object.defineProperty(e, "ArrayTypeAnnotation", {
|
|
29
|
-
enumerable: !0,
|
|
30
|
-
get: function() {
|
|
31
|
-
return t.arrayTypeAnnotation;
|
|
32
|
-
}
|
|
33
|
-
}), Object.defineProperty(e, "ArrowFunctionExpression", {
|
|
34
|
-
enumerable: !0,
|
|
35
|
-
get: function() {
|
|
36
|
-
return t.arrowFunctionExpression;
|
|
37
|
-
}
|
|
38
|
-
}), Object.defineProperty(e, "AssignmentExpression", {
|
|
39
|
-
enumerable: !0,
|
|
40
|
-
get: function() {
|
|
41
|
-
return t.assignmentExpression;
|
|
42
|
-
}
|
|
43
|
-
}), Object.defineProperty(e, "AssignmentPattern", {
|
|
44
|
-
enumerable: !0,
|
|
45
|
-
get: function() {
|
|
46
|
-
return t.assignmentPattern;
|
|
47
|
-
}
|
|
48
|
-
}), Object.defineProperty(e, "AwaitExpression", {
|
|
49
|
-
enumerable: !0,
|
|
50
|
-
get: function() {
|
|
51
|
-
return t.awaitExpression;
|
|
52
|
-
}
|
|
53
|
-
}), Object.defineProperty(e, "BigIntLiteral", {
|
|
54
|
-
enumerable: !0,
|
|
55
|
-
get: function() {
|
|
56
|
-
return t.bigIntLiteral;
|
|
57
|
-
}
|
|
58
|
-
}), Object.defineProperty(e, "BinaryExpression", {
|
|
59
|
-
enumerable: !0,
|
|
60
|
-
get: function() {
|
|
61
|
-
return t.binaryExpression;
|
|
62
|
-
}
|
|
63
|
-
}), Object.defineProperty(e, "BindExpression", {
|
|
64
|
-
enumerable: !0,
|
|
65
|
-
get: function() {
|
|
66
|
-
return t.bindExpression;
|
|
67
|
-
}
|
|
68
|
-
}), Object.defineProperty(e, "BlockStatement", {
|
|
69
|
-
enumerable: !0,
|
|
70
|
-
get: function() {
|
|
71
|
-
return t.blockStatement;
|
|
72
|
-
}
|
|
73
|
-
}), Object.defineProperty(e, "BooleanLiteral", {
|
|
74
|
-
enumerable: !0,
|
|
75
|
-
get: function() {
|
|
76
|
-
return t.booleanLiteral;
|
|
77
|
-
}
|
|
78
|
-
}), Object.defineProperty(e, "BooleanLiteralTypeAnnotation", {
|
|
79
|
-
enumerable: !0,
|
|
80
|
-
get: function() {
|
|
81
|
-
return t.booleanLiteralTypeAnnotation;
|
|
82
|
-
}
|
|
83
|
-
}), Object.defineProperty(e, "BooleanTypeAnnotation", {
|
|
84
|
-
enumerable: !0,
|
|
85
|
-
get: function() {
|
|
86
|
-
return t.booleanTypeAnnotation;
|
|
87
|
-
}
|
|
88
|
-
}), Object.defineProperty(e, "BreakStatement", {
|
|
89
|
-
enumerable: !0,
|
|
90
|
-
get: function() {
|
|
91
|
-
return t.breakStatement;
|
|
92
|
-
}
|
|
93
|
-
}), Object.defineProperty(e, "CallExpression", {
|
|
94
|
-
enumerable: !0,
|
|
95
|
-
get: function() {
|
|
96
|
-
return t.callExpression;
|
|
97
|
-
}
|
|
98
|
-
}), Object.defineProperty(e, "CatchClause", {
|
|
99
|
-
enumerable: !0,
|
|
100
|
-
get: function() {
|
|
101
|
-
return t.catchClause;
|
|
102
|
-
}
|
|
103
|
-
}), Object.defineProperty(e, "ClassAccessorProperty", {
|
|
104
|
-
enumerable: !0,
|
|
105
|
-
get: function() {
|
|
106
|
-
return t.classAccessorProperty;
|
|
107
|
-
}
|
|
108
|
-
}), Object.defineProperty(e, "ClassBody", {
|
|
109
|
-
enumerable: !0,
|
|
110
|
-
get: function() {
|
|
111
|
-
return t.classBody;
|
|
112
|
-
}
|
|
113
|
-
}), Object.defineProperty(e, "ClassDeclaration", {
|
|
114
|
-
enumerable: !0,
|
|
115
|
-
get: function() {
|
|
116
|
-
return t.classDeclaration;
|
|
117
|
-
}
|
|
118
|
-
}), Object.defineProperty(e, "ClassExpression", {
|
|
119
|
-
enumerable: !0,
|
|
120
|
-
get: function() {
|
|
121
|
-
return t.classExpression;
|
|
122
|
-
}
|
|
123
|
-
}), Object.defineProperty(e, "ClassImplements", {
|
|
124
|
-
enumerable: !0,
|
|
125
|
-
get: function() {
|
|
126
|
-
return t.classImplements;
|
|
127
|
-
}
|
|
128
|
-
}), Object.defineProperty(e, "ClassMethod", {
|
|
129
|
-
enumerable: !0,
|
|
130
|
-
get: function() {
|
|
131
|
-
return t.classMethod;
|
|
132
|
-
}
|
|
133
|
-
}), Object.defineProperty(e, "ClassPrivateMethod", {
|
|
134
|
-
enumerable: !0,
|
|
135
|
-
get: function() {
|
|
136
|
-
return t.classPrivateMethod;
|
|
137
|
-
}
|
|
138
|
-
}), Object.defineProperty(e, "ClassPrivateProperty", {
|
|
139
|
-
enumerable: !0,
|
|
140
|
-
get: function() {
|
|
141
|
-
return t.classPrivateProperty;
|
|
142
|
-
}
|
|
143
|
-
}), Object.defineProperty(e, "ClassProperty", {
|
|
144
|
-
enumerable: !0,
|
|
145
|
-
get: function() {
|
|
146
|
-
return t.classProperty;
|
|
147
|
-
}
|
|
148
|
-
}), Object.defineProperty(e, "ConditionalExpression", {
|
|
149
|
-
enumerable: !0,
|
|
150
|
-
get: function() {
|
|
151
|
-
return t.conditionalExpression;
|
|
152
|
-
}
|
|
153
|
-
}), Object.defineProperty(e, "ContinueStatement", {
|
|
154
|
-
enumerable: !0,
|
|
155
|
-
get: function() {
|
|
156
|
-
return t.continueStatement;
|
|
157
|
-
}
|
|
158
|
-
}), Object.defineProperty(e, "DebuggerStatement", {
|
|
159
|
-
enumerable: !0,
|
|
160
|
-
get: function() {
|
|
161
|
-
return t.debuggerStatement;
|
|
162
|
-
}
|
|
163
|
-
}), Object.defineProperty(e, "DecimalLiteral", {
|
|
164
|
-
enumerable: !0,
|
|
165
|
-
get: function() {
|
|
166
|
-
return t.decimalLiteral;
|
|
167
|
-
}
|
|
168
|
-
}), Object.defineProperty(e, "DeclareClass", {
|
|
169
|
-
enumerable: !0,
|
|
170
|
-
get: function() {
|
|
171
|
-
return t.declareClass;
|
|
172
|
-
}
|
|
173
|
-
}), Object.defineProperty(e, "DeclareExportAllDeclaration", {
|
|
174
|
-
enumerable: !0,
|
|
175
|
-
get: function() {
|
|
176
|
-
return t.declareExportAllDeclaration;
|
|
177
|
-
}
|
|
178
|
-
}), Object.defineProperty(e, "DeclareExportDeclaration", {
|
|
179
|
-
enumerable: !0,
|
|
180
|
-
get: function() {
|
|
181
|
-
return t.declareExportDeclaration;
|
|
182
|
-
}
|
|
183
|
-
}), Object.defineProperty(e, "DeclareFunction", {
|
|
184
|
-
enumerable: !0,
|
|
185
|
-
get: function() {
|
|
186
|
-
return t.declareFunction;
|
|
187
|
-
}
|
|
188
|
-
}), Object.defineProperty(e, "DeclareInterface", {
|
|
189
|
-
enumerable: !0,
|
|
190
|
-
get: function() {
|
|
191
|
-
return t.declareInterface;
|
|
192
|
-
}
|
|
193
|
-
}), Object.defineProperty(e, "DeclareModule", {
|
|
194
|
-
enumerable: !0,
|
|
195
|
-
get: function() {
|
|
196
|
-
return t.declareModule;
|
|
197
|
-
}
|
|
198
|
-
}), Object.defineProperty(e, "DeclareModuleExports", {
|
|
199
|
-
enumerable: !0,
|
|
200
|
-
get: function() {
|
|
201
|
-
return t.declareModuleExports;
|
|
202
|
-
}
|
|
203
|
-
}), Object.defineProperty(e, "DeclareOpaqueType", {
|
|
204
|
-
enumerable: !0,
|
|
205
|
-
get: function() {
|
|
206
|
-
return t.declareOpaqueType;
|
|
207
|
-
}
|
|
208
|
-
}), Object.defineProperty(e, "DeclareTypeAlias", {
|
|
209
|
-
enumerable: !0,
|
|
210
|
-
get: function() {
|
|
211
|
-
return t.declareTypeAlias;
|
|
212
|
-
}
|
|
213
|
-
}), Object.defineProperty(e, "DeclareVariable", {
|
|
214
|
-
enumerable: !0,
|
|
215
|
-
get: function() {
|
|
216
|
-
return t.declareVariable;
|
|
217
|
-
}
|
|
218
|
-
}), Object.defineProperty(e, "DeclaredPredicate", {
|
|
219
|
-
enumerable: !0,
|
|
220
|
-
get: function() {
|
|
221
|
-
return t.declaredPredicate;
|
|
222
|
-
}
|
|
223
|
-
}), Object.defineProperty(e, "Decorator", {
|
|
224
|
-
enumerable: !0,
|
|
225
|
-
get: function() {
|
|
226
|
-
return t.decorator;
|
|
227
|
-
}
|
|
228
|
-
}), Object.defineProperty(e, "Directive", {
|
|
229
|
-
enumerable: !0,
|
|
230
|
-
get: function() {
|
|
231
|
-
return t.directive;
|
|
232
|
-
}
|
|
233
|
-
}), Object.defineProperty(e, "DirectiveLiteral", {
|
|
234
|
-
enumerable: !0,
|
|
235
|
-
get: function() {
|
|
236
|
-
return t.directiveLiteral;
|
|
237
|
-
}
|
|
238
|
-
}), Object.defineProperty(e, "DoExpression", {
|
|
239
|
-
enumerable: !0,
|
|
240
|
-
get: function() {
|
|
241
|
-
return t.doExpression;
|
|
242
|
-
}
|
|
243
|
-
}), Object.defineProperty(e, "DoWhileStatement", {
|
|
244
|
-
enumerable: !0,
|
|
245
|
-
get: function() {
|
|
246
|
-
return t.doWhileStatement;
|
|
247
|
-
}
|
|
248
|
-
}), Object.defineProperty(e, "EmptyStatement", {
|
|
249
|
-
enumerable: !0,
|
|
250
|
-
get: function() {
|
|
251
|
-
return t.emptyStatement;
|
|
252
|
-
}
|
|
253
|
-
}), Object.defineProperty(e, "EmptyTypeAnnotation", {
|
|
254
|
-
enumerable: !0,
|
|
255
|
-
get: function() {
|
|
256
|
-
return t.emptyTypeAnnotation;
|
|
257
|
-
}
|
|
258
|
-
}), Object.defineProperty(e, "EnumBooleanBody", {
|
|
259
|
-
enumerable: !0,
|
|
260
|
-
get: function() {
|
|
261
|
-
return t.enumBooleanBody;
|
|
262
|
-
}
|
|
263
|
-
}), Object.defineProperty(e, "EnumBooleanMember", {
|
|
264
|
-
enumerable: !0,
|
|
265
|
-
get: function() {
|
|
266
|
-
return t.enumBooleanMember;
|
|
267
|
-
}
|
|
268
|
-
}), Object.defineProperty(e, "EnumDeclaration", {
|
|
269
|
-
enumerable: !0,
|
|
270
|
-
get: function() {
|
|
271
|
-
return t.enumDeclaration;
|
|
272
|
-
}
|
|
273
|
-
}), Object.defineProperty(e, "EnumDefaultedMember", {
|
|
274
|
-
enumerable: !0,
|
|
275
|
-
get: function() {
|
|
276
|
-
return t.enumDefaultedMember;
|
|
277
|
-
}
|
|
278
|
-
}), Object.defineProperty(e, "EnumNumberBody", {
|
|
279
|
-
enumerable: !0,
|
|
280
|
-
get: function() {
|
|
281
|
-
return t.enumNumberBody;
|
|
282
|
-
}
|
|
283
|
-
}), Object.defineProperty(e, "EnumNumberMember", {
|
|
284
|
-
enumerable: !0,
|
|
285
|
-
get: function() {
|
|
286
|
-
return t.enumNumberMember;
|
|
287
|
-
}
|
|
288
|
-
}), Object.defineProperty(e, "EnumStringBody", {
|
|
289
|
-
enumerable: !0,
|
|
290
|
-
get: function() {
|
|
291
|
-
return t.enumStringBody;
|
|
292
|
-
}
|
|
293
|
-
}), Object.defineProperty(e, "EnumStringMember", {
|
|
294
|
-
enumerable: !0,
|
|
295
|
-
get: function() {
|
|
296
|
-
return t.enumStringMember;
|
|
297
|
-
}
|
|
298
|
-
}), Object.defineProperty(e, "EnumSymbolBody", {
|
|
299
|
-
enumerable: !0,
|
|
300
|
-
get: function() {
|
|
301
|
-
return t.enumSymbolBody;
|
|
302
|
-
}
|
|
303
|
-
}), Object.defineProperty(e, "ExistsTypeAnnotation", {
|
|
304
|
-
enumerable: !0,
|
|
305
|
-
get: function() {
|
|
306
|
-
return t.existsTypeAnnotation;
|
|
307
|
-
}
|
|
308
|
-
}), Object.defineProperty(e, "ExportAllDeclaration", {
|
|
309
|
-
enumerable: !0,
|
|
310
|
-
get: function() {
|
|
311
|
-
return t.exportAllDeclaration;
|
|
312
|
-
}
|
|
313
|
-
}), Object.defineProperty(e, "ExportDefaultDeclaration", {
|
|
314
|
-
enumerable: !0,
|
|
315
|
-
get: function() {
|
|
316
|
-
return t.exportDefaultDeclaration;
|
|
317
|
-
}
|
|
318
|
-
}), Object.defineProperty(e, "ExportDefaultSpecifier", {
|
|
319
|
-
enumerable: !0,
|
|
320
|
-
get: function() {
|
|
321
|
-
return t.exportDefaultSpecifier;
|
|
322
|
-
}
|
|
323
|
-
}), Object.defineProperty(e, "ExportNamedDeclaration", {
|
|
324
|
-
enumerable: !0,
|
|
325
|
-
get: function() {
|
|
326
|
-
return t.exportNamedDeclaration;
|
|
327
|
-
}
|
|
328
|
-
}), Object.defineProperty(e, "ExportNamespaceSpecifier", {
|
|
329
|
-
enumerable: !0,
|
|
330
|
-
get: function() {
|
|
331
|
-
return t.exportNamespaceSpecifier;
|
|
332
|
-
}
|
|
333
|
-
}), Object.defineProperty(e, "ExportSpecifier", {
|
|
334
|
-
enumerable: !0,
|
|
335
|
-
get: function() {
|
|
336
|
-
return t.exportSpecifier;
|
|
337
|
-
}
|
|
338
|
-
}), Object.defineProperty(e, "ExpressionStatement", {
|
|
339
|
-
enumerable: !0,
|
|
340
|
-
get: function() {
|
|
341
|
-
return t.expressionStatement;
|
|
342
|
-
}
|
|
343
|
-
}), Object.defineProperty(e, "File", {
|
|
344
|
-
enumerable: !0,
|
|
345
|
-
get: function() {
|
|
346
|
-
return t.file;
|
|
347
|
-
}
|
|
348
|
-
}), Object.defineProperty(e, "ForInStatement", {
|
|
349
|
-
enumerable: !0,
|
|
350
|
-
get: function() {
|
|
351
|
-
return t.forInStatement;
|
|
352
|
-
}
|
|
353
|
-
}), Object.defineProperty(e, "ForOfStatement", {
|
|
354
|
-
enumerable: !0,
|
|
355
|
-
get: function() {
|
|
356
|
-
return t.forOfStatement;
|
|
357
|
-
}
|
|
358
|
-
}), Object.defineProperty(e, "ForStatement", {
|
|
359
|
-
enumerable: !0,
|
|
360
|
-
get: function() {
|
|
361
|
-
return t.forStatement;
|
|
362
|
-
}
|
|
363
|
-
}), Object.defineProperty(e, "FunctionDeclaration", {
|
|
364
|
-
enumerable: !0,
|
|
365
|
-
get: function() {
|
|
366
|
-
return t.functionDeclaration;
|
|
367
|
-
}
|
|
368
|
-
}), Object.defineProperty(e, "FunctionExpression", {
|
|
369
|
-
enumerable: !0,
|
|
370
|
-
get: function() {
|
|
371
|
-
return t.functionExpression;
|
|
372
|
-
}
|
|
373
|
-
}), Object.defineProperty(e, "FunctionTypeAnnotation", {
|
|
374
|
-
enumerable: !0,
|
|
375
|
-
get: function() {
|
|
376
|
-
return t.functionTypeAnnotation;
|
|
377
|
-
}
|
|
378
|
-
}), Object.defineProperty(e, "FunctionTypeParam", {
|
|
379
|
-
enumerable: !0,
|
|
380
|
-
get: function() {
|
|
381
|
-
return t.functionTypeParam;
|
|
382
|
-
}
|
|
383
|
-
}), Object.defineProperty(e, "GenericTypeAnnotation", {
|
|
384
|
-
enumerable: !0,
|
|
385
|
-
get: function() {
|
|
386
|
-
return t.genericTypeAnnotation;
|
|
387
|
-
}
|
|
388
|
-
}), Object.defineProperty(e, "Identifier", {
|
|
389
|
-
enumerable: !0,
|
|
390
|
-
get: function() {
|
|
391
|
-
return t.identifier;
|
|
392
|
-
}
|
|
393
|
-
}), Object.defineProperty(e, "IfStatement", {
|
|
394
|
-
enumerable: !0,
|
|
395
|
-
get: function() {
|
|
396
|
-
return t.ifStatement;
|
|
397
|
-
}
|
|
398
|
-
}), Object.defineProperty(e, "Import", {
|
|
399
|
-
enumerable: !0,
|
|
400
|
-
get: function() {
|
|
401
|
-
return t.import;
|
|
402
|
-
}
|
|
403
|
-
}), Object.defineProperty(e, "ImportAttribute", {
|
|
404
|
-
enumerable: !0,
|
|
405
|
-
get: function() {
|
|
406
|
-
return t.importAttribute;
|
|
407
|
-
}
|
|
408
|
-
}), Object.defineProperty(e, "ImportDeclaration", {
|
|
409
|
-
enumerable: !0,
|
|
410
|
-
get: function() {
|
|
411
|
-
return t.importDeclaration;
|
|
412
|
-
}
|
|
413
|
-
}), Object.defineProperty(e, "ImportDefaultSpecifier", {
|
|
414
|
-
enumerable: !0,
|
|
415
|
-
get: function() {
|
|
416
|
-
return t.importDefaultSpecifier;
|
|
417
|
-
}
|
|
418
|
-
}), Object.defineProperty(e, "ImportExpression", {
|
|
419
|
-
enumerable: !0,
|
|
420
|
-
get: function() {
|
|
421
|
-
return t.importExpression;
|
|
422
|
-
}
|
|
423
|
-
}), Object.defineProperty(e, "ImportNamespaceSpecifier", {
|
|
424
|
-
enumerable: !0,
|
|
425
|
-
get: function() {
|
|
426
|
-
return t.importNamespaceSpecifier;
|
|
427
|
-
}
|
|
428
|
-
}), Object.defineProperty(e, "ImportSpecifier", {
|
|
429
|
-
enumerable: !0,
|
|
430
|
-
get: function() {
|
|
431
|
-
return t.importSpecifier;
|
|
432
|
-
}
|
|
433
|
-
}), Object.defineProperty(e, "IndexedAccessType", {
|
|
434
|
-
enumerable: !0,
|
|
435
|
-
get: function() {
|
|
436
|
-
return t.indexedAccessType;
|
|
437
|
-
}
|
|
438
|
-
}), Object.defineProperty(e, "InferredPredicate", {
|
|
439
|
-
enumerable: !0,
|
|
440
|
-
get: function() {
|
|
441
|
-
return t.inferredPredicate;
|
|
442
|
-
}
|
|
443
|
-
}), Object.defineProperty(e, "InterfaceDeclaration", {
|
|
444
|
-
enumerable: !0,
|
|
445
|
-
get: function() {
|
|
446
|
-
return t.interfaceDeclaration;
|
|
447
|
-
}
|
|
448
|
-
}), Object.defineProperty(e, "InterfaceExtends", {
|
|
449
|
-
enumerable: !0,
|
|
450
|
-
get: function() {
|
|
451
|
-
return t.interfaceExtends;
|
|
452
|
-
}
|
|
453
|
-
}), Object.defineProperty(e, "InterfaceTypeAnnotation", {
|
|
454
|
-
enumerable: !0,
|
|
455
|
-
get: function() {
|
|
456
|
-
return t.interfaceTypeAnnotation;
|
|
457
|
-
}
|
|
458
|
-
}), Object.defineProperty(e, "InterpreterDirective", {
|
|
459
|
-
enumerable: !0,
|
|
460
|
-
get: function() {
|
|
461
|
-
return t.interpreterDirective;
|
|
462
|
-
}
|
|
463
|
-
}), Object.defineProperty(e, "IntersectionTypeAnnotation", {
|
|
464
|
-
enumerable: !0,
|
|
465
|
-
get: function() {
|
|
466
|
-
return t.intersectionTypeAnnotation;
|
|
467
|
-
}
|
|
468
|
-
}), Object.defineProperty(e, "JSXAttribute", {
|
|
469
|
-
enumerable: !0,
|
|
470
|
-
get: function() {
|
|
471
|
-
return t.jsxAttribute;
|
|
472
|
-
}
|
|
473
|
-
}), Object.defineProperty(e, "JSXClosingElement", {
|
|
474
|
-
enumerable: !0,
|
|
475
|
-
get: function() {
|
|
476
|
-
return t.jsxClosingElement;
|
|
477
|
-
}
|
|
478
|
-
}), Object.defineProperty(e, "JSXClosingFragment", {
|
|
479
|
-
enumerable: !0,
|
|
480
|
-
get: function() {
|
|
481
|
-
return t.jsxClosingFragment;
|
|
482
|
-
}
|
|
483
|
-
}), Object.defineProperty(e, "JSXElement", {
|
|
484
|
-
enumerable: !0,
|
|
485
|
-
get: function() {
|
|
486
|
-
return t.jsxElement;
|
|
487
|
-
}
|
|
488
|
-
}), Object.defineProperty(e, "JSXEmptyExpression", {
|
|
489
|
-
enumerable: !0,
|
|
490
|
-
get: function() {
|
|
491
|
-
return t.jsxEmptyExpression;
|
|
492
|
-
}
|
|
493
|
-
}), Object.defineProperty(e, "JSXExpressionContainer", {
|
|
494
|
-
enumerable: !0,
|
|
495
|
-
get: function() {
|
|
496
|
-
return t.jsxExpressionContainer;
|
|
497
|
-
}
|
|
498
|
-
}), Object.defineProperty(e, "JSXFragment", {
|
|
499
|
-
enumerable: !0,
|
|
500
|
-
get: function() {
|
|
501
|
-
return t.jsxFragment;
|
|
502
|
-
}
|
|
503
|
-
}), Object.defineProperty(e, "JSXIdentifier", {
|
|
504
|
-
enumerable: !0,
|
|
505
|
-
get: function() {
|
|
506
|
-
return t.jsxIdentifier;
|
|
507
|
-
}
|
|
508
|
-
}), Object.defineProperty(e, "JSXMemberExpression", {
|
|
509
|
-
enumerable: !0,
|
|
510
|
-
get: function() {
|
|
511
|
-
return t.jsxMemberExpression;
|
|
512
|
-
}
|
|
513
|
-
}), Object.defineProperty(e, "JSXNamespacedName", {
|
|
514
|
-
enumerable: !0,
|
|
515
|
-
get: function() {
|
|
516
|
-
return t.jsxNamespacedName;
|
|
517
|
-
}
|
|
518
|
-
}), Object.defineProperty(e, "JSXOpeningElement", {
|
|
519
|
-
enumerable: !0,
|
|
520
|
-
get: function() {
|
|
521
|
-
return t.jsxOpeningElement;
|
|
522
|
-
}
|
|
523
|
-
}), Object.defineProperty(e, "JSXOpeningFragment", {
|
|
524
|
-
enumerable: !0,
|
|
525
|
-
get: function() {
|
|
526
|
-
return t.jsxOpeningFragment;
|
|
527
|
-
}
|
|
528
|
-
}), Object.defineProperty(e, "JSXSpreadAttribute", {
|
|
529
|
-
enumerable: !0,
|
|
530
|
-
get: function() {
|
|
531
|
-
return t.jsxSpreadAttribute;
|
|
532
|
-
}
|
|
533
|
-
}), Object.defineProperty(e, "JSXSpreadChild", {
|
|
534
|
-
enumerable: !0,
|
|
535
|
-
get: function() {
|
|
536
|
-
return t.jsxSpreadChild;
|
|
537
|
-
}
|
|
538
|
-
}), Object.defineProperty(e, "JSXText", {
|
|
539
|
-
enumerable: !0,
|
|
540
|
-
get: function() {
|
|
541
|
-
return t.jsxText;
|
|
542
|
-
}
|
|
543
|
-
}), Object.defineProperty(e, "LabeledStatement", {
|
|
544
|
-
enumerable: !0,
|
|
545
|
-
get: function() {
|
|
546
|
-
return t.labeledStatement;
|
|
547
|
-
}
|
|
548
|
-
}), Object.defineProperty(e, "LogicalExpression", {
|
|
549
|
-
enumerable: !0,
|
|
550
|
-
get: function() {
|
|
551
|
-
return t.logicalExpression;
|
|
552
|
-
}
|
|
553
|
-
}), Object.defineProperty(e, "MemberExpression", {
|
|
554
|
-
enumerable: !0,
|
|
555
|
-
get: function() {
|
|
556
|
-
return t.memberExpression;
|
|
557
|
-
}
|
|
558
|
-
}), Object.defineProperty(e, "MetaProperty", {
|
|
559
|
-
enumerable: !0,
|
|
560
|
-
get: function() {
|
|
561
|
-
return t.metaProperty;
|
|
562
|
-
}
|
|
563
|
-
}), Object.defineProperty(e, "MixedTypeAnnotation", {
|
|
564
|
-
enumerable: !0,
|
|
565
|
-
get: function() {
|
|
566
|
-
return t.mixedTypeAnnotation;
|
|
567
|
-
}
|
|
568
|
-
}), Object.defineProperty(e, "ModuleExpression", {
|
|
569
|
-
enumerable: !0,
|
|
570
|
-
get: function() {
|
|
571
|
-
return t.moduleExpression;
|
|
572
|
-
}
|
|
573
|
-
}), Object.defineProperty(e, "NewExpression", {
|
|
574
|
-
enumerable: !0,
|
|
575
|
-
get: function() {
|
|
576
|
-
return t.newExpression;
|
|
577
|
-
}
|
|
578
|
-
}), Object.defineProperty(e, "Noop", {
|
|
579
|
-
enumerable: !0,
|
|
580
|
-
get: function() {
|
|
581
|
-
return t.noop;
|
|
582
|
-
}
|
|
583
|
-
}), Object.defineProperty(e, "NullLiteral", {
|
|
584
|
-
enumerable: !0,
|
|
585
|
-
get: function() {
|
|
586
|
-
return t.nullLiteral;
|
|
587
|
-
}
|
|
588
|
-
}), Object.defineProperty(e, "NullLiteralTypeAnnotation", {
|
|
589
|
-
enumerable: !0,
|
|
590
|
-
get: function() {
|
|
591
|
-
return t.nullLiteralTypeAnnotation;
|
|
592
|
-
}
|
|
593
|
-
}), Object.defineProperty(e, "NullableTypeAnnotation", {
|
|
594
|
-
enumerable: !0,
|
|
595
|
-
get: function() {
|
|
596
|
-
return t.nullableTypeAnnotation;
|
|
597
|
-
}
|
|
598
|
-
}), Object.defineProperty(e, "NumberLiteral", {
|
|
599
|
-
enumerable: !0,
|
|
600
|
-
get: function() {
|
|
601
|
-
return t.numberLiteral;
|
|
602
|
-
}
|
|
603
|
-
}), Object.defineProperty(e, "NumberLiteralTypeAnnotation", {
|
|
604
|
-
enumerable: !0,
|
|
605
|
-
get: function() {
|
|
606
|
-
return t.numberLiteralTypeAnnotation;
|
|
607
|
-
}
|
|
608
|
-
}), Object.defineProperty(e, "NumberTypeAnnotation", {
|
|
609
|
-
enumerable: !0,
|
|
610
|
-
get: function() {
|
|
611
|
-
return t.numberTypeAnnotation;
|
|
612
|
-
}
|
|
613
|
-
}), Object.defineProperty(e, "NumericLiteral", {
|
|
614
|
-
enumerable: !0,
|
|
615
|
-
get: function() {
|
|
616
|
-
return t.numericLiteral;
|
|
617
|
-
}
|
|
618
|
-
}), Object.defineProperty(e, "ObjectExpression", {
|
|
619
|
-
enumerable: !0,
|
|
620
|
-
get: function() {
|
|
621
|
-
return t.objectExpression;
|
|
622
|
-
}
|
|
623
|
-
}), Object.defineProperty(e, "ObjectMethod", {
|
|
624
|
-
enumerable: !0,
|
|
625
|
-
get: function() {
|
|
626
|
-
return t.objectMethod;
|
|
627
|
-
}
|
|
628
|
-
}), Object.defineProperty(e, "ObjectPattern", {
|
|
629
|
-
enumerable: !0,
|
|
630
|
-
get: function() {
|
|
631
|
-
return t.objectPattern;
|
|
632
|
-
}
|
|
633
|
-
}), Object.defineProperty(e, "ObjectProperty", {
|
|
634
|
-
enumerable: !0,
|
|
635
|
-
get: function() {
|
|
636
|
-
return t.objectProperty;
|
|
637
|
-
}
|
|
638
|
-
}), Object.defineProperty(e, "ObjectTypeAnnotation", {
|
|
639
|
-
enumerable: !0,
|
|
640
|
-
get: function() {
|
|
641
|
-
return t.objectTypeAnnotation;
|
|
642
|
-
}
|
|
643
|
-
}), Object.defineProperty(e, "ObjectTypeCallProperty", {
|
|
644
|
-
enumerable: !0,
|
|
645
|
-
get: function() {
|
|
646
|
-
return t.objectTypeCallProperty;
|
|
647
|
-
}
|
|
648
|
-
}), Object.defineProperty(e, "ObjectTypeIndexer", {
|
|
649
|
-
enumerable: !0,
|
|
650
|
-
get: function() {
|
|
651
|
-
return t.objectTypeIndexer;
|
|
652
|
-
}
|
|
653
|
-
}), Object.defineProperty(e, "ObjectTypeInternalSlot", {
|
|
654
|
-
enumerable: !0,
|
|
655
|
-
get: function() {
|
|
656
|
-
return t.objectTypeInternalSlot;
|
|
657
|
-
}
|
|
658
|
-
}), Object.defineProperty(e, "ObjectTypeProperty", {
|
|
659
|
-
enumerable: !0,
|
|
660
|
-
get: function() {
|
|
661
|
-
return t.objectTypeProperty;
|
|
662
|
-
}
|
|
663
|
-
}), Object.defineProperty(e, "ObjectTypeSpreadProperty", {
|
|
664
|
-
enumerable: !0,
|
|
665
|
-
get: function() {
|
|
666
|
-
return t.objectTypeSpreadProperty;
|
|
667
|
-
}
|
|
668
|
-
}), Object.defineProperty(e, "OpaqueType", {
|
|
669
|
-
enumerable: !0,
|
|
670
|
-
get: function() {
|
|
671
|
-
return t.opaqueType;
|
|
672
|
-
}
|
|
673
|
-
}), Object.defineProperty(e, "OptionalCallExpression", {
|
|
674
|
-
enumerable: !0,
|
|
675
|
-
get: function() {
|
|
676
|
-
return t.optionalCallExpression;
|
|
677
|
-
}
|
|
678
|
-
}), Object.defineProperty(e, "OptionalIndexedAccessType", {
|
|
679
|
-
enumerable: !0,
|
|
680
|
-
get: function() {
|
|
681
|
-
return t.optionalIndexedAccessType;
|
|
682
|
-
}
|
|
683
|
-
}), Object.defineProperty(e, "OptionalMemberExpression", {
|
|
684
|
-
enumerable: !0,
|
|
685
|
-
get: function() {
|
|
686
|
-
return t.optionalMemberExpression;
|
|
687
|
-
}
|
|
688
|
-
}), Object.defineProperty(e, "ParenthesizedExpression", {
|
|
689
|
-
enumerable: !0,
|
|
690
|
-
get: function() {
|
|
691
|
-
return t.parenthesizedExpression;
|
|
692
|
-
}
|
|
693
|
-
}), Object.defineProperty(e, "PipelineBareFunction", {
|
|
694
|
-
enumerable: !0,
|
|
695
|
-
get: function() {
|
|
696
|
-
return t.pipelineBareFunction;
|
|
697
|
-
}
|
|
698
|
-
}), Object.defineProperty(e, "PipelinePrimaryTopicReference", {
|
|
699
|
-
enumerable: !0,
|
|
700
|
-
get: function() {
|
|
701
|
-
return t.pipelinePrimaryTopicReference;
|
|
702
|
-
}
|
|
703
|
-
}), Object.defineProperty(e, "PipelineTopicExpression", {
|
|
704
|
-
enumerable: !0,
|
|
705
|
-
get: function() {
|
|
706
|
-
return t.pipelineTopicExpression;
|
|
707
|
-
}
|
|
708
|
-
}), Object.defineProperty(e, "Placeholder", {
|
|
709
|
-
enumerable: !0,
|
|
710
|
-
get: function() {
|
|
711
|
-
return t.placeholder;
|
|
712
|
-
}
|
|
713
|
-
}), Object.defineProperty(e, "PrivateName", {
|
|
714
|
-
enumerable: !0,
|
|
715
|
-
get: function() {
|
|
716
|
-
return t.privateName;
|
|
717
|
-
}
|
|
718
|
-
}), Object.defineProperty(e, "Program", {
|
|
719
|
-
enumerable: !0,
|
|
720
|
-
get: function() {
|
|
721
|
-
return t.program;
|
|
722
|
-
}
|
|
723
|
-
}), Object.defineProperty(e, "QualifiedTypeIdentifier", {
|
|
724
|
-
enumerable: !0,
|
|
725
|
-
get: function() {
|
|
726
|
-
return t.qualifiedTypeIdentifier;
|
|
727
|
-
}
|
|
728
|
-
}), Object.defineProperty(e, "RecordExpression", {
|
|
729
|
-
enumerable: !0,
|
|
730
|
-
get: function() {
|
|
731
|
-
return t.recordExpression;
|
|
732
|
-
}
|
|
733
|
-
}), Object.defineProperty(e, "RegExpLiteral", {
|
|
734
|
-
enumerable: !0,
|
|
735
|
-
get: function() {
|
|
736
|
-
return t.regExpLiteral;
|
|
737
|
-
}
|
|
738
|
-
}), Object.defineProperty(e, "RegexLiteral", {
|
|
739
|
-
enumerable: !0,
|
|
740
|
-
get: function() {
|
|
741
|
-
return t.regexLiteral;
|
|
742
|
-
}
|
|
743
|
-
}), Object.defineProperty(e, "RestElement", {
|
|
744
|
-
enumerable: !0,
|
|
745
|
-
get: function() {
|
|
746
|
-
return t.restElement;
|
|
747
|
-
}
|
|
748
|
-
}), Object.defineProperty(e, "RestProperty", {
|
|
749
|
-
enumerable: !0,
|
|
750
|
-
get: function() {
|
|
751
|
-
return t.restProperty;
|
|
752
|
-
}
|
|
753
|
-
}), Object.defineProperty(e, "ReturnStatement", {
|
|
754
|
-
enumerable: !0,
|
|
755
|
-
get: function() {
|
|
756
|
-
return t.returnStatement;
|
|
757
|
-
}
|
|
758
|
-
}), Object.defineProperty(e, "SequenceExpression", {
|
|
759
|
-
enumerable: !0,
|
|
760
|
-
get: function() {
|
|
761
|
-
return t.sequenceExpression;
|
|
762
|
-
}
|
|
763
|
-
}), Object.defineProperty(e, "SpreadElement", {
|
|
764
|
-
enumerable: !0,
|
|
765
|
-
get: function() {
|
|
766
|
-
return t.spreadElement;
|
|
767
|
-
}
|
|
768
|
-
}), Object.defineProperty(e, "SpreadProperty", {
|
|
769
|
-
enumerable: !0,
|
|
770
|
-
get: function() {
|
|
771
|
-
return t.spreadProperty;
|
|
772
|
-
}
|
|
773
|
-
}), Object.defineProperty(e, "StaticBlock", {
|
|
774
|
-
enumerable: !0,
|
|
775
|
-
get: function() {
|
|
776
|
-
return t.staticBlock;
|
|
777
|
-
}
|
|
778
|
-
}), Object.defineProperty(e, "StringLiteral", {
|
|
779
|
-
enumerable: !0,
|
|
780
|
-
get: function() {
|
|
781
|
-
return t.stringLiteral;
|
|
782
|
-
}
|
|
783
|
-
}), Object.defineProperty(e, "StringLiteralTypeAnnotation", {
|
|
784
|
-
enumerable: !0,
|
|
785
|
-
get: function() {
|
|
786
|
-
return t.stringLiteralTypeAnnotation;
|
|
787
|
-
}
|
|
788
|
-
}), Object.defineProperty(e, "StringTypeAnnotation", {
|
|
789
|
-
enumerable: !0,
|
|
790
|
-
get: function() {
|
|
791
|
-
return t.stringTypeAnnotation;
|
|
792
|
-
}
|
|
793
|
-
}), Object.defineProperty(e, "Super", {
|
|
794
|
-
enumerable: !0,
|
|
795
|
-
get: function() {
|
|
796
|
-
return t.super;
|
|
797
|
-
}
|
|
798
|
-
}), Object.defineProperty(e, "SwitchCase", {
|
|
799
|
-
enumerable: !0,
|
|
800
|
-
get: function() {
|
|
801
|
-
return t.switchCase;
|
|
802
|
-
}
|
|
803
|
-
}), Object.defineProperty(e, "SwitchStatement", {
|
|
804
|
-
enumerable: !0,
|
|
805
|
-
get: function() {
|
|
806
|
-
return t.switchStatement;
|
|
807
|
-
}
|
|
808
|
-
}), Object.defineProperty(e, "SymbolTypeAnnotation", {
|
|
809
|
-
enumerable: !0,
|
|
810
|
-
get: function() {
|
|
811
|
-
return t.symbolTypeAnnotation;
|
|
812
|
-
}
|
|
813
|
-
}), Object.defineProperty(e, "TSAnyKeyword", {
|
|
814
|
-
enumerable: !0,
|
|
815
|
-
get: function() {
|
|
816
|
-
return t.tsAnyKeyword;
|
|
817
|
-
}
|
|
818
|
-
}), Object.defineProperty(e, "TSArrayType", {
|
|
819
|
-
enumerable: !0,
|
|
820
|
-
get: function() {
|
|
821
|
-
return t.tsArrayType;
|
|
822
|
-
}
|
|
823
|
-
}), Object.defineProperty(e, "TSAsExpression", {
|
|
824
|
-
enumerable: !0,
|
|
825
|
-
get: function() {
|
|
826
|
-
return t.tsAsExpression;
|
|
827
|
-
}
|
|
828
|
-
}), Object.defineProperty(e, "TSBigIntKeyword", {
|
|
829
|
-
enumerable: !0,
|
|
830
|
-
get: function() {
|
|
831
|
-
return t.tsBigIntKeyword;
|
|
832
|
-
}
|
|
833
|
-
}), Object.defineProperty(e, "TSBooleanKeyword", {
|
|
834
|
-
enumerable: !0,
|
|
835
|
-
get: function() {
|
|
836
|
-
return t.tsBooleanKeyword;
|
|
837
|
-
}
|
|
838
|
-
}), Object.defineProperty(e, "TSCallSignatureDeclaration", {
|
|
839
|
-
enumerable: !0,
|
|
840
|
-
get: function() {
|
|
841
|
-
return t.tsCallSignatureDeclaration;
|
|
842
|
-
}
|
|
843
|
-
}), Object.defineProperty(e, "TSConditionalType", {
|
|
844
|
-
enumerable: !0,
|
|
845
|
-
get: function() {
|
|
846
|
-
return t.tsConditionalType;
|
|
847
|
-
}
|
|
848
|
-
}), Object.defineProperty(e, "TSConstructSignatureDeclaration", {
|
|
849
|
-
enumerable: !0,
|
|
850
|
-
get: function() {
|
|
851
|
-
return t.tsConstructSignatureDeclaration;
|
|
852
|
-
}
|
|
853
|
-
}), Object.defineProperty(e, "TSConstructorType", {
|
|
854
|
-
enumerable: !0,
|
|
855
|
-
get: function() {
|
|
856
|
-
return t.tsConstructorType;
|
|
857
|
-
}
|
|
858
|
-
}), Object.defineProperty(e, "TSDeclareFunction", {
|
|
859
|
-
enumerable: !0,
|
|
860
|
-
get: function() {
|
|
861
|
-
return t.tsDeclareFunction;
|
|
862
|
-
}
|
|
863
|
-
}), Object.defineProperty(e, "TSDeclareMethod", {
|
|
864
|
-
enumerable: !0,
|
|
865
|
-
get: function() {
|
|
866
|
-
return t.tsDeclareMethod;
|
|
867
|
-
}
|
|
868
|
-
}), Object.defineProperty(e, "TSEnumDeclaration", {
|
|
869
|
-
enumerable: !0,
|
|
870
|
-
get: function() {
|
|
871
|
-
return t.tsEnumDeclaration;
|
|
872
|
-
}
|
|
873
|
-
}), Object.defineProperty(e, "TSEnumMember", {
|
|
874
|
-
enumerable: !0,
|
|
875
|
-
get: function() {
|
|
876
|
-
return t.tsEnumMember;
|
|
877
|
-
}
|
|
878
|
-
}), Object.defineProperty(e, "TSExportAssignment", {
|
|
879
|
-
enumerable: !0,
|
|
880
|
-
get: function() {
|
|
881
|
-
return t.tsExportAssignment;
|
|
882
|
-
}
|
|
883
|
-
}), Object.defineProperty(e, "TSExpressionWithTypeArguments", {
|
|
884
|
-
enumerable: !0,
|
|
885
|
-
get: function() {
|
|
886
|
-
return t.tsExpressionWithTypeArguments;
|
|
887
|
-
}
|
|
888
|
-
}), Object.defineProperty(e, "TSExternalModuleReference", {
|
|
889
|
-
enumerable: !0,
|
|
890
|
-
get: function() {
|
|
891
|
-
return t.tsExternalModuleReference;
|
|
892
|
-
}
|
|
893
|
-
}), Object.defineProperty(e, "TSFunctionType", {
|
|
894
|
-
enumerable: !0,
|
|
895
|
-
get: function() {
|
|
896
|
-
return t.tsFunctionType;
|
|
897
|
-
}
|
|
898
|
-
}), Object.defineProperty(e, "TSImportEqualsDeclaration", {
|
|
899
|
-
enumerable: !0,
|
|
900
|
-
get: function() {
|
|
901
|
-
return t.tsImportEqualsDeclaration;
|
|
902
|
-
}
|
|
903
|
-
}), Object.defineProperty(e, "TSImportType", {
|
|
904
|
-
enumerable: !0,
|
|
905
|
-
get: function() {
|
|
906
|
-
return t.tsImportType;
|
|
907
|
-
}
|
|
908
|
-
}), Object.defineProperty(e, "TSIndexSignature", {
|
|
909
|
-
enumerable: !0,
|
|
910
|
-
get: function() {
|
|
911
|
-
return t.tsIndexSignature;
|
|
912
|
-
}
|
|
913
|
-
}), Object.defineProperty(e, "TSIndexedAccessType", {
|
|
914
|
-
enumerable: !0,
|
|
915
|
-
get: function() {
|
|
916
|
-
return t.tsIndexedAccessType;
|
|
917
|
-
}
|
|
918
|
-
}), Object.defineProperty(e, "TSInferType", {
|
|
919
|
-
enumerable: !0,
|
|
920
|
-
get: function() {
|
|
921
|
-
return t.tsInferType;
|
|
922
|
-
}
|
|
923
|
-
}), Object.defineProperty(e, "TSInstantiationExpression", {
|
|
924
|
-
enumerable: !0,
|
|
925
|
-
get: function() {
|
|
926
|
-
return t.tsInstantiationExpression;
|
|
927
|
-
}
|
|
928
|
-
}), Object.defineProperty(e, "TSInterfaceBody", {
|
|
929
|
-
enumerable: !0,
|
|
930
|
-
get: function() {
|
|
931
|
-
return t.tsInterfaceBody;
|
|
932
|
-
}
|
|
933
|
-
}), Object.defineProperty(e, "TSInterfaceDeclaration", {
|
|
934
|
-
enumerable: !0,
|
|
935
|
-
get: function() {
|
|
936
|
-
return t.tsInterfaceDeclaration;
|
|
937
|
-
}
|
|
938
|
-
}), Object.defineProperty(e, "TSIntersectionType", {
|
|
939
|
-
enumerable: !0,
|
|
940
|
-
get: function() {
|
|
941
|
-
return t.tsIntersectionType;
|
|
942
|
-
}
|
|
943
|
-
}), Object.defineProperty(e, "TSIntrinsicKeyword", {
|
|
944
|
-
enumerable: !0,
|
|
945
|
-
get: function() {
|
|
946
|
-
return t.tsIntrinsicKeyword;
|
|
947
|
-
}
|
|
948
|
-
}), Object.defineProperty(e, "TSLiteralType", {
|
|
949
|
-
enumerable: !0,
|
|
950
|
-
get: function() {
|
|
951
|
-
return t.tsLiteralType;
|
|
952
|
-
}
|
|
953
|
-
}), Object.defineProperty(e, "TSMappedType", {
|
|
954
|
-
enumerable: !0,
|
|
955
|
-
get: function() {
|
|
956
|
-
return t.tsMappedType;
|
|
957
|
-
}
|
|
958
|
-
}), Object.defineProperty(e, "TSMethodSignature", {
|
|
959
|
-
enumerable: !0,
|
|
960
|
-
get: function() {
|
|
961
|
-
return t.tsMethodSignature;
|
|
962
|
-
}
|
|
963
|
-
}), Object.defineProperty(e, "TSModuleBlock", {
|
|
964
|
-
enumerable: !0,
|
|
965
|
-
get: function() {
|
|
966
|
-
return t.tsModuleBlock;
|
|
967
|
-
}
|
|
968
|
-
}), Object.defineProperty(e, "TSModuleDeclaration", {
|
|
969
|
-
enumerable: !0,
|
|
970
|
-
get: function() {
|
|
971
|
-
return t.tsModuleDeclaration;
|
|
972
|
-
}
|
|
973
|
-
}), Object.defineProperty(e, "TSNamedTupleMember", {
|
|
974
|
-
enumerable: !0,
|
|
975
|
-
get: function() {
|
|
976
|
-
return t.tsNamedTupleMember;
|
|
977
|
-
}
|
|
978
|
-
}), Object.defineProperty(e, "TSNamespaceExportDeclaration", {
|
|
979
|
-
enumerable: !0,
|
|
980
|
-
get: function() {
|
|
981
|
-
return t.tsNamespaceExportDeclaration;
|
|
982
|
-
}
|
|
983
|
-
}), Object.defineProperty(e, "TSNeverKeyword", {
|
|
984
|
-
enumerable: !0,
|
|
985
|
-
get: function() {
|
|
986
|
-
return t.tsNeverKeyword;
|
|
987
|
-
}
|
|
988
|
-
}), Object.defineProperty(e, "TSNonNullExpression", {
|
|
989
|
-
enumerable: !0,
|
|
990
|
-
get: function() {
|
|
991
|
-
return t.tsNonNullExpression;
|
|
992
|
-
}
|
|
993
|
-
}), Object.defineProperty(e, "TSNullKeyword", {
|
|
994
|
-
enumerable: !0,
|
|
995
|
-
get: function() {
|
|
996
|
-
return t.tsNullKeyword;
|
|
997
|
-
}
|
|
998
|
-
}), Object.defineProperty(e, "TSNumberKeyword", {
|
|
999
|
-
enumerable: !0,
|
|
1000
|
-
get: function() {
|
|
1001
|
-
return t.tsNumberKeyword;
|
|
1002
|
-
}
|
|
1003
|
-
}), Object.defineProperty(e, "TSObjectKeyword", {
|
|
1004
|
-
enumerable: !0,
|
|
1005
|
-
get: function() {
|
|
1006
|
-
return t.tsObjectKeyword;
|
|
1007
|
-
}
|
|
1008
|
-
}), Object.defineProperty(e, "TSOptionalType", {
|
|
1009
|
-
enumerable: !0,
|
|
1010
|
-
get: function() {
|
|
1011
|
-
return t.tsOptionalType;
|
|
1012
|
-
}
|
|
1013
|
-
}), Object.defineProperty(e, "TSParameterProperty", {
|
|
1014
|
-
enumerable: !0,
|
|
1015
|
-
get: function() {
|
|
1016
|
-
return t.tsParameterProperty;
|
|
1017
|
-
}
|
|
1018
|
-
}), Object.defineProperty(e, "TSParenthesizedType", {
|
|
1019
|
-
enumerable: !0,
|
|
1020
|
-
get: function() {
|
|
1021
|
-
return t.tsParenthesizedType;
|
|
1022
|
-
}
|
|
1023
|
-
}), Object.defineProperty(e, "TSPropertySignature", {
|
|
1024
|
-
enumerable: !0,
|
|
1025
|
-
get: function() {
|
|
1026
|
-
return t.tsPropertySignature;
|
|
1027
|
-
}
|
|
1028
|
-
}), Object.defineProperty(e, "TSQualifiedName", {
|
|
1029
|
-
enumerable: !0,
|
|
1030
|
-
get: function() {
|
|
1031
|
-
return t.tsQualifiedName;
|
|
1032
|
-
}
|
|
1033
|
-
}), Object.defineProperty(e, "TSRestType", {
|
|
1034
|
-
enumerable: !0,
|
|
1035
|
-
get: function() {
|
|
1036
|
-
return t.tsRestType;
|
|
1037
|
-
}
|
|
1038
|
-
}), Object.defineProperty(e, "TSSatisfiesExpression", {
|
|
1039
|
-
enumerable: !0,
|
|
1040
|
-
get: function() {
|
|
1041
|
-
return t.tsSatisfiesExpression;
|
|
1042
|
-
}
|
|
1043
|
-
}), Object.defineProperty(e, "TSStringKeyword", {
|
|
1044
|
-
enumerable: !0,
|
|
1045
|
-
get: function() {
|
|
1046
|
-
return t.tsStringKeyword;
|
|
1047
|
-
}
|
|
1048
|
-
}), Object.defineProperty(e, "TSSymbolKeyword", {
|
|
1049
|
-
enumerable: !0,
|
|
1050
|
-
get: function() {
|
|
1051
|
-
return t.tsSymbolKeyword;
|
|
1052
|
-
}
|
|
1053
|
-
}), Object.defineProperty(e, "TSThisType", {
|
|
1054
|
-
enumerable: !0,
|
|
1055
|
-
get: function() {
|
|
1056
|
-
return t.tsThisType;
|
|
1057
|
-
}
|
|
1058
|
-
}), Object.defineProperty(e, "TSTupleType", {
|
|
1059
|
-
enumerable: !0,
|
|
1060
|
-
get: function() {
|
|
1061
|
-
return t.tsTupleType;
|
|
1062
|
-
}
|
|
1063
|
-
}), Object.defineProperty(e, "TSTypeAliasDeclaration", {
|
|
1064
|
-
enumerable: !0,
|
|
1065
|
-
get: function() {
|
|
1066
|
-
return t.tsTypeAliasDeclaration;
|
|
1067
|
-
}
|
|
1068
|
-
}), Object.defineProperty(e, "TSTypeAnnotation", {
|
|
1069
|
-
enumerable: !0,
|
|
1070
|
-
get: function() {
|
|
1071
|
-
return t.tsTypeAnnotation;
|
|
1072
|
-
}
|
|
1073
|
-
}), Object.defineProperty(e, "TSTypeAssertion", {
|
|
1074
|
-
enumerable: !0,
|
|
1075
|
-
get: function() {
|
|
1076
|
-
return t.tsTypeAssertion;
|
|
1077
|
-
}
|
|
1078
|
-
}), Object.defineProperty(e, "TSTypeLiteral", {
|
|
1079
|
-
enumerable: !0,
|
|
1080
|
-
get: function() {
|
|
1081
|
-
return t.tsTypeLiteral;
|
|
1082
|
-
}
|
|
1083
|
-
}), Object.defineProperty(e, "TSTypeOperator", {
|
|
1084
|
-
enumerable: !0,
|
|
1085
|
-
get: function() {
|
|
1086
|
-
return t.tsTypeOperator;
|
|
1087
|
-
}
|
|
1088
|
-
}), Object.defineProperty(e, "TSTypeParameter", {
|
|
1089
|
-
enumerable: !0,
|
|
1090
|
-
get: function() {
|
|
1091
|
-
return t.tsTypeParameter;
|
|
1092
|
-
}
|
|
1093
|
-
}), Object.defineProperty(e, "TSTypeParameterDeclaration", {
|
|
1094
|
-
enumerable: !0,
|
|
1095
|
-
get: function() {
|
|
1096
|
-
return t.tsTypeParameterDeclaration;
|
|
1097
|
-
}
|
|
1098
|
-
}), Object.defineProperty(e, "TSTypeParameterInstantiation", {
|
|
1099
|
-
enumerable: !0,
|
|
1100
|
-
get: function() {
|
|
1101
|
-
return t.tsTypeParameterInstantiation;
|
|
1102
|
-
}
|
|
1103
|
-
}), Object.defineProperty(e, "TSTypePredicate", {
|
|
1104
|
-
enumerable: !0,
|
|
1105
|
-
get: function() {
|
|
1106
|
-
return t.tsTypePredicate;
|
|
1107
|
-
}
|
|
1108
|
-
}), Object.defineProperty(e, "TSTypeQuery", {
|
|
1109
|
-
enumerable: !0,
|
|
1110
|
-
get: function() {
|
|
1111
|
-
return t.tsTypeQuery;
|
|
1112
|
-
}
|
|
1113
|
-
}), Object.defineProperty(e, "TSTypeReference", {
|
|
1114
|
-
enumerable: !0,
|
|
1115
|
-
get: function() {
|
|
1116
|
-
return t.tsTypeReference;
|
|
1117
|
-
}
|
|
1118
|
-
}), Object.defineProperty(e, "TSUndefinedKeyword", {
|
|
1119
|
-
enumerable: !0,
|
|
1120
|
-
get: function() {
|
|
1121
|
-
return t.tsUndefinedKeyword;
|
|
1122
|
-
}
|
|
1123
|
-
}), Object.defineProperty(e, "TSUnionType", {
|
|
1124
|
-
enumerable: !0,
|
|
1125
|
-
get: function() {
|
|
1126
|
-
return t.tsUnionType;
|
|
1127
|
-
}
|
|
1128
|
-
}), Object.defineProperty(e, "TSUnknownKeyword", {
|
|
1129
|
-
enumerable: !0,
|
|
1130
|
-
get: function() {
|
|
1131
|
-
return t.tsUnknownKeyword;
|
|
1132
|
-
}
|
|
1133
|
-
}), Object.defineProperty(e, "TSVoidKeyword", {
|
|
1134
|
-
enumerable: !0,
|
|
1135
|
-
get: function() {
|
|
1136
|
-
return t.tsVoidKeyword;
|
|
1137
|
-
}
|
|
1138
|
-
}), Object.defineProperty(e, "TaggedTemplateExpression", {
|
|
1139
|
-
enumerable: !0,
|
|
1140
|
-
get: function() {
|
|
1141
|
-
return t.taggedTemplateExpression;
|
|
1142
|
-
}
|
|
1143
|
-
}), Object.defineProperty(e, "TemplateElement", {
|
|
1144
|
-
enumerable: !0,
|
|
1145
|
-
get: function() {
|
|
1146
|
-
return t.templateElement;
|
|
1147
|
-
}
|
|
1148
|
-
}), Object.defineProperty(e, "TemplateLiteral", {
|
|
1149
|
-
enumerable: !0,
|
|
1150
|
-
get: function() {
|
|
1151
|
-
return t.templateLiteral;
|
|
1152
|
-
}
|
|
1153
|
-
}), Object.defineProperty(e, "ThisExpression", {
|
|
1154
|
-
enumerable: !0,
|
|
1155
|
-
get: function() {
|
|
1156
|
-
return t.thisExpression;
|
|
1157
|
-
}
|
|
1158
|
-
}), Object.defineProperty(e, "ThisTypeAnnotation", {
|
|
1159
|
-
enumerable: !0,
|
|
1160
|
-
get: function() {
|
|
1161
|
-
return t.thisTypeAnnotation;
|
|
1162
|
-
}
|
|
1163
|
-
}), Object.defineProperty(e, "ThrowStatement", {
|
|
1164
|
-
enumerable: !0,
|
|
1165
|
-
get: function() {
|
|
1166
|
-
return t.throwStatement;
|
|
1167
|
-
}
|
|
1168
|
-
}), Object.defineProperty(e, "TopicReference", {
|
|
1169
|
-
enumerable: !0,
|
|
1170
|
-
get: function() {
|
|
1171
|
-
return t.topicReference;
|
|
1172
|
-
}
|
|
1173
|
-
}), Object.defineProperty(e, "TryStatement", {
|
|
1174
|
-
enumerable: !0,
|
|
1175
|
-
get: function() {
|
|
1176
|
-
return t.tryStatement;
|
|
1177
|
-
}
|
|
1178
|
-
}), Object.defineProperty(e, "TupleExpression", {
|
|
1179
|
-
enumerable: !0,
|
|
1180
|
-
get: function() {
|
|
1181
|
-
return t.tupleExpression;
|
|
1182
|
-
}
|
|
1183
|
-
}), Object.defineProperty(e, "TupleTypeAnnotation", {
|
|
1184
|
-
enumerable: !0,
|
|
1185
|
-
get: function() {
|
|
1186
|
-
return t.tupleTypeAnnotation;
|
|
1187
|
-
}
|
|
1188
|
-
}), Object.defineProperty(e, "TypeAlias", {
|
|
1189
|
-
enumerable: !0,
|
|
1190
|
-
get: function() {
|
|
1191
|
-
return t.typeAlias;
|
|
1192
|
-
}
|
|
1193
|
-
}), Object.defineProperty(e, "TypeAnnotation", {
|
|
1194
|
-
enumerable: !0,
|
|
1195
|
-
get: function() {
|
|
1196
|
-
return t.typeAnnotation;
|
|
1197
|
-
}
|
|
1198
|
-
}), Object.defineProperty(e, "TypeCastExpression", {
|
|
1199
|
-
enumerable: !0,
|
|
1200
|
-
get: function() {
|
|
1201
|
-
return t.typeCastExpression;
|
|
1202
|
-
}
|
|
1203
|
-
}), Object.defineProperty(e, "TypeParameter", {
|
|
1204
|
-
enumerable: !0,
|
|
1205
|
-
get: function() {
|
|
1206
|
-
return t.typeParameter;
|
|
1207
|
-
}
|
|
1208
|
-
}), Object.defineProperty(e, "TypeParameterDeclaration", {
|
|
1209
|
-
enumerable: !0,
|
|
1210
|
-
get: function() {
|
|
1211
|
-
return t.typeParameterDeclaration;
|
|
1212
|
-
}
|
|
1213
|
-
}), Object.defineProperty(e, "TypeParameterInstantiation", {
|
|
1214
|
-
enumerable: !0,
|
|
1215
|
-
get: function() {
|
|
1216
|
-
return t.typeParameterInstantiation;
|
|
1217
|
-
}
|
|
1218
|
-
}), Object.defineProperty(e, "TypeofTypeAnnotation", {
|
|
1219
|
-
enumerable: !0,
|
|
1220
|
-
get: function() {
|
|
1221
|
-
return t.typeofTypeAnnotation;
|
|
1222
|
-
}
|
|
1223
|
-
}), Object.defineProperty(e, "UnaryExpression", {
|
|
1224
|
-
enumerable: !0,
|
|
1225
|
-
get: function() {
|
|
1226
|
-
return t.unaryExpression;
|
|
1227
|
-
}
|
|
1228
|
-
}), Object.defineProperty(e, "UnionTypeAnnotation", {
|
|
1229
|
-
enumerable: !0,
|
|
1230
|
-
get: function() {
|
|
1231
|
-
return t.unionTypeAnnotation;
|
|
1232
|
-
}
|
|
1233
|
-
}), Object.defineProperty(e, "UpdateExpression", {
|
|
1234
|
-
enumerable: !0,
|
|
1235
|
-
get: function() {
|
|
1236
|
-
return t.updateExpression;
|
|
1237
|
-
}
|
|
1238
|
-
}), Object.defineProperty(e, "V8IntrinsicIdentifier", {
|
|
1239
|
-
enumerable: !0,
|
|
1240
|
-
get: function() {
|
|
1241
|
-
return t.v8IntrinsicIdentifier;
|
|
1242
|
-
}
|
|
1243
|
-
}), Object.defineProperty(e, "VariableDeclaration", {
|
|
1244
|
-
enumerable: !0,
|
|
1245
|
-
get: function() {
|
|
1246
|
-
return t.variableDeclaration;
|
|
1247
|
-
}
|
|
1248
|
-
}), Object.defineProperty(e, "VariableDeclarator", {
|
|
1249
|
-
enumerable: !0,
|
|
1250
|
-
get: function() {
|
|
1251
|
-
return t.variableDeclarator;
|
|
1252
|
-
}
|
|
1253
|
-
}), Object.defineProperty(e, "Variance", {
|
|
1254
|
-
enumerable: !0,
|
|
1255
|
-
get: function() {
|
|
1256
|
-
return t.variance;
|
|
1257
|
-
}
|
|
1258
|
-
}), Object.defineProperty(e, "VoidTypeAnnotation", {
|
|
1259
|
-
enumerable: !0,
|
|
1260
|
-
get: function() {
|
|
1261
|
-
return t.voidTypeAnnotation;
|
|
1262
|
-
}
|
|
1263
|
-
}), Object.defineProperty(e, "WhileStatement", {
|
|
1264
|
-
enumerable: !0,
|
|
1265
|
-
get: function() {
|
|
1266
|
-
return t.whileStatement;
|
|
1267
|
-
}
|
|
1268
|
-
}), Object.defineProperty(e, "WithStatement", {
|
|
1269
|
-
enumerable: !0,
|
|
1270
|
-
get: function() {
|
|
1271
|
-
return t.withStatement;
|
|
1272
|
-
}
|
|
1273
|
-
}), Object.defineProperty(e, "YieldExpression", {
|
|
1274
|
-
enumerable: !0,
|
|
1275
|
-
get: function() {
|
|
1276
|
-
return t.yieldExpression;
|
|
1277
|
-
}
|
|
1278
|
-
});
|
|
1279
|
-
var t = u();
|
|
1280
|
-
}(n), n);
|
|
1281
|
-
}
|
|
1282
|
-
export {
|
|
1283
|
-
o as __require
|
|
1284
|
-
};
|