zudoku 0.47.1 → 0.48.0
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/app/ZuploBuildConfig.d.ts +11 -121
- package/dist/app/ZuploBuildConfig.js +8 -8
- package/dist/app/ZuploBuildConfig.js.map +1 -1
- package/dist/app/demo.js +4 -3
- package/dist/app/demo.js.map +1 -1
- package/dist/app/entry.client.d.ts +0 -2
- package/dist/app/entry.client.js +0 -2
- package/dist/app/entry.client.js.map +1 -1
- package/dist/app/entry.server.d.ts +0 -2
- package/dist/app/entry.server.js +0 -2
- package/dist/app/entry.server.js.map +1 -1
- package/dist/app/env.d.ts +7 -7
- package/dist/app/env.js +8 -0
- package/dist/app/env.js.map +1 -1
- package/dist/app/main.d.ts +1 -0
- package/dist/app/main.js +6 -5
- package/dist/app/main.js.map +1 -1
- package/dist/app/standalone.js +4 -3
- package/dist/app/standalone.js.map +1 -1
- package/dist/config/loader.js +1 -2
- package/dist/config/loader.js.map +1 -1
- package/dist/config/validators/BuildSchema.d.ts +20 -44
- package/dist/config/validators/BuildSchema.js +3 -14
- package/dist/config/validators/BuildSchema.js.map +1 -1
- package/dist/config/validators/InputNavigationSchema.d.ts +7217 -0
- package/dist/config/validators/InputNavigationSchema.js +74 -0
- package/dist/config/validators/InputNavigationSchema.js.map +1 -0
- package/dist/config/validators/InputNavigationSchema.test-d.d.ts +1 -0
- package/dist/config/validators/InputNavigationSchema.test-d.js +146 -0
- package/dist/config/validators/InputNavigationSchema.test-d.js.map +1 -0
- package/dist/config/validators/NavigationSchema.d.ts +44 -0
- package/dist/config/validators/NavigationSchema.js +95 -0
- package/dist/config/validators/NavigationSchema.js.map +1 -0
- package/dist/config/validators/icon-types.d.ts +2 -1
- package/dist/config/validators/icon-types.js +1775 -1
- package/dist/config/validators/icon-types.js.map +1 -1
- package/dist/config/validators/validate.d.ts +451 -5666
- package/dist/config/validators/validate.js +59 -66
- package/dist/config/validators/validate.js.map +1 -1
- package/dist/config/validators/validate.test.js +0 -2
- package/dist/config/validators/validate.test.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/lib/auth/issuer.js +1 -1
- package/dist/lib/auth/issuer.js.map +1 -1
- package/dist/lib/auth/issuer.test.js +1 -1
- package/dist/lib/auth/issuer.test.js.map +1 -1
- package/dist/lib/authentication/components/CallbackHandler.js +1 -1
- package/dist/lib/authentication/components/CallbackHandler.js.map +1 -1
- package/dist/lib/components/BuildCheck.js +1 -1
- package/dist/lib/components/BuildCheck.js.map +1 -1
- package/dist/lib/components/Framed.d.ts +7 -0
- package/dist/lib/components/Framed.js +26 -0
- package/dist/lib/components/Framed.js.map +1 -0
- package/dist/lib/components/Header.js +10 -9
- package/dist/lib/components/Header.js.map +1 -1
- package/dist/lib/components/Heading.d.ts +6 -2
- package/dist/lib/components/Heading.js +2 -2
- package/dist/lib/components/Heading.js.map +1 -1
- package/dist/lib/components/Main.js +4 -4
- package/dist/lib/components/Main.js.map +1 -1
- package/dist/lib/components/MobileTopNavigation.js +6 -5
- package/dist/lib/components/MobileTopNavigation.js.map +1 -1
- package/dist/lib/components/PageProgress.d.ts +1 -0
- package/dist/lib/components/PageProgress.js +20 -0
- package/dist/lib/components/PageProgress.js.map +1 -0
- package/dist/lib/components/TopNavigation.d.ts +2 -3
- package/dist/lib/components/TopNavigation.js +45 -44
- package/dist/lib/components/TopNavigation.js.map +1 -1
- package/dist/lib/components/context/ZudokuContext.d.ts +3 -7
- package/dist/lib/components/context/ZudokuContext.js +44 -26
- package/dist/lib/components/context/ZudokuContext.js.map +1 -1
- package/dist/lib/components/navigation/Navigation.d.ts +5 -0
- package/dist/lib/components/navigation/Navigation.js +12 -0
- package/dist/lib/components/navigation/Navigation.js.map +1 -0
- package/dist/lib/components/navigation/{SidebarBadge.d.ts → NavigationBadge.d.ts} +1 -1
- package/dist/lib/components/navigation/{SidebarBadge.js → NavigationBadge.js} +2 -2
- package/dist/lib/components/navigation/NavigationBadge.js.map +1 -0
- package/dist/lib/components/navigation/NavigationCategory.d.ts +5 -0
- package/dist/lib/components/navigation/{SidebarCategory.js → NavigationCategory.js} +14 -12
- package/dist/lib/components/navigation/NavigationCategory.js.map +1 -0
- package/dist/lib/components/navigation/NavigationItem.d.ts +6 -0
- package/dist/lib/components/navigation/NavigationItem.js +47 -0
- package/dist/lib/components/navigation/NavigationItem.js.map +1 -0
- package/dist/lib/components/navigation/{SidebarWrapper.d.ts → NavigationWrapper.d.ts} +1 -1
- package/dist/lib/components/navigation/{SidebarWrapper.js → NavigationWrapper.js} +3 -3
- package/dist/lib/components/navigation/NavigationWrapper.js.map +1 -0
- package/dist/lib/components/navigation/utils.d.ts +7 -9
- package/dist/lib/components/navigation/utils.js +17 -17
- package/dist/lib/components/navigation/utils.js.map +1 -1
- package/dist/lib/core/ZudokuContext.d.ts +6 -8
- package/dist/lib/core/ZudokuContext.js +5 -7
- package/dist/lib/core/ZudokuContext.js.map +1 -1
- package/dist/lib/core/plugins.d.ts +2 -2
- package/dist/lib/hooks/useEvent.test.js +5 -3
- package/dist/lib/hooks/useEvent.test.js.map +1 -1
- package/dist/lib/plugins/api-catalog/Catalog.d.ts +1 -1
- package/dist/lib/plugins/api-catalog/index.d.ts +6 -6
- package/dist/lib/plugins/api-catalog/index.js +10 -10
- package/dist/lib/plugins/api-catalog/index.js.map +1 -1
- package/dist/lib/plugins/api-keys/SettingsApiKeys.js +6 -6
- package/dist/lib/plugins/api-keys/SettingsApiKeys.js.map +1 -1
- package/dist/lib/plugins/custom-pages/index.d.ts +3 -2
- package/dist/lib/plugins/custom-pages/index.js +15 -8
- package/dist/lib/plugins/custom-pages/index.js.map +1 -1
- package/dist/lib/plugins/markdown/MdxPage.js +6 -3
- package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
- package/dist/lib/plugins/markdown/index.d.ts +2 -1
- package/dist/lib/plugins/markdown/index.js +9 -26
- package/dist/lib/plugins/markdown/index.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationList.js +1 -1
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationListItem.js +1 -1
- package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
- package/dist/lib/plugins/openapi/SchemaList.js +1 -1
- package/dist/lib/plugins/openapi/SchemaList.js.map +1 -1
- package/dist/lib/plugins/openapi/graphql/gql.d.ts +1 -1
- package/dist/lib/plugins/openapi/graphql/gql.js +1 -1
- package/dist/lib/plugins/openapi/graphql/gql.js.map +1 -1
- package/dist/lib/plugins/openapi/graphql/graphql.d.ts +3 -3
- package/dist/lib/plugins/openapi/graphql/graphql.js +2 -2
- package/dist/lib/plugins/openapi/graphql/graphql.js.map +1 -1
- package/dist/lib/plugins/openapi/index.d.ts +3 -3
- package/dist/lib/plugins/openapi/index.js +9 -9
- package/dist/lib/plugins/openapi/index.js.map +1 -1
- package/dist/lib/plugins/openapi/interfaces.d.ts +3 -3
- package/dist/lib/plugins/openapi/schema/SchemaView.js +1 -1
- package/dist/lib/plugins/openapi/schema/SchemaView.js.map +1 -1
- package/dist/lib/plugins/openapi/util/createNavigationCategory.d.ts +9 -0
- package/dist/lib/plugins/openapi/util/{createSidebarCategory.js → createNavigationCategory.js} +5 -4
- package/dist/lib/plugins/openapi/util/createNavigationCategory.js.map +1 -0
- package/dist/lib/plugins/openapi/util/getRoutes.js +2 -2
- package/dist/lib/plugins/openapi/util/getRoutes.js.map +1 -1
- package/dist/lib/plugins/openapi/util/methodColorMap.d.ts +1 -1
- package/dist/lib/ui/CodeBlock.js +1 -1
- package/dist/lib/ui/CodeBlock.js.map +1 -1
- package/dist/lib/util/MdxComponents.d.ts +6 -0
- package/dist/lib/util/MdxComponents.js +4 -2
- package/dist/lib/util/MdxComponents.js.map +1 -1
- package/dist/lib/util/useScrollToAnchor.js +3 -3
- package/dist/lib/util/useScrollToAnchor.js.map +1 -1
- package/dist/vite/api/SchemaManager.d.ts +4 -4
- package/dist/vite/api/SchemaManager.js +19 -19
- package/dist/vite/api/SchemaManager.js.map +1 -1
- package/dist/vite/api/SchemaManager.test.js +4 -4
- package/dist/vite/api/SchemaManager.test.js.map +1 -1
- package/dist/vite/config.js +1 -0
- package/dist/vite/config.js.map +1 -1
- package/dist/vite/css/plugin.js +11 -0
- package/dist/vite/css/plugin.js.map +1 -1
- package/dist/vite/plugin-api.js +8 -8
- package/dist/vite/plugin-api.js.map +1 -1
- package/dist/vite/plugin-config-reload.js +2 -0
- package/dist/vite/plugin-config-reload.js.map +1 -1
- package/dist/vite/plugin-custom-pages.js +2 -2
- package/dist/vite/plugin-custom-pages.js.map +1 -1
- package/dist/vite/plugin-docs.js +61 -59
- package/dist/vite/plugin-docs.js.map +1 -1
- package/dist/vite/plugin-mdx.js +4 -2
- package/dist/vite/plugin-mdx.js.map +1 -1
- package/dist/vite/{plugin-sidebar.d.ts → plugin-navigation.d.ts} +1 -1
- package/dist/vite/{plugin-sidebar.js → plugin-navigation.js} +20 -19
- package/dist/vite/plugin-navigation.js.map +1 -0
- package/dist/vite/plugin-theme.d.ts +8 -0
- package/dist/vite/plugin-theme.js +223 -0
- package/dist/vite/plugin-theme.js.map +1 -0
- package/dist/vite/plugin-theme.test.d.ts +1 -0
- package/dist/vite/plugin-theme.test.js +270 -0
- package/dist/vite/plugin-theme.test.js.map +1 -0
- package/dist/vite/plugin.js +4 -6
- package/dist/vite/plugin.js.map +1 -1
- package/dist/vite/shadcn-registry.d.ts +45 -0
- package/dist/vite/shadcn-registry.js +29 -0
- package/dist/vite/shadcn-registry.js.map +1 -0
- package/lib/Drawer-BzkOKwgC.js.map +1 -1
- package/lib/{Markdown-r4buN85T.js → Markdown-DCAIYXF5.js} +885 -840
- package/lib/Markdown-DCAIYXF5.js.map +1 -0
- package/lib/{MdxPage-DYKsTerz.js → MdxPage-Cf9YXWoC.js} +30 -30
- package/lib/MdxPage-Cf9YXWoC.js.map +1 -0
- package/lib/OasProvider-JMVTfG6_.js +35 -0
- package/lib/OasProvider-JMVTfG6_.js.map +1 -0
- package/lib/{OperationList-BCVHtZNK.js → OperationList-m4tFCI4S.js} +8 -8
- package/lib/{OperationList-BCVHtZNK.js.map → OperationList-m4tFCI4S.js.map} +1 -1
- package/lib/{RouteGuard-B7GVW4oL.js → RouteGuard-gV7nvzi7.js} +2 -2
- package/lib/{RouteGuard-B7GVW4oL.js.map → RouteGuard-gV7nvzi7.js.map} +1 -1
- package/lib/{SchemaList-1oJKvBxh.js → SchemaList-_wRy4aQ0.js} +20 -20
- package/lib/SchemaList-_wRy4aQ0.js.map +1 -0
- package/lib/{SchemaView-CTqaB-79.js → SchemaView-CRl_cQYH.js} +13 -13
- package/lib/{SchemaView-CTqaB-79.js.map → SchemaView-CRl_cQYH.js.map} +1 -1
- package/lib/{SignUp-CRIKdWt9.js → SignUp-B6w5AwHM.js} +2 -2
- package/lib/{SignUp-CRIKdWt9.js.map → SignUp-B6w5AwHM.js.map} +1 -1
- package/lib/{Slot-B5qSAnwR.js → Slot-BkYrj_uC.js} +4 -4
- package/lib/{Slot-B5qSAnwR.js.map → Slot-BkYrj_uC.js.map} +1 -1
- package/lib/{SyntaxHighlight-CqKHkyEy.js → SyntaxHighlight-CH9OUJre.js} +2 -2
- package/lib/{SyntaxHighlight-CqKHkyEy.js.map → SyntaxHighlight-CH9OUJre.js.map} +1 -1
- package/lib/{Toc-lxYQEOzX.js → Toc-DRxqEsFc.js} +2 -2
- package/lib/{Toc-lxYQEOzX.js.map → Toc-DRxqEsFc.js.map} +1 -1
- package/lib/{circular-ZGGPtwMq.js → circular-wJaV4vh_.js} +2 -2
- package/lib/{circular-ZGGPtwMq.js.map → circular-wJaV4vh_.js.map} +1 -1
- package/lib/clerk-yAKDC3Qz.js.map +1 -1
- package/lib/{createServer-DUBpXfvA.js → createServer-DN5AJLcN.js} +3 -3
- package/lib/{createServer-DUBpXfvA.js.map → createServer-DN5AJLcN.js.map} +1 -1
- package/lib/{errors-D27ZTQgx.js → errors-D_5vKvUq.js} +10 -10
- package/lib/{errors-D27ZTQgx.js.map → errors-D_5vKvUq.js.map} +1 -1
- package/lib/hook-CHXroBFt.js +1503 -0
- package/lib/hook-CHXroBFt.js.map +1 -0
- package/lib/index-CrcNWbel.js.map +1 -1
- package/lib/{index-Cucjfk3D.js → index-DJVaRmzI.js} +63 -62
- package/lib/index-DJVaRmzI.js.map +1 -0
- package/lib/index-QzXzw_ra.js.map +1 -1
- package/lib/{mutation-C1XCQTQL.js → mutation-BpcyTgWI.js} +2 -2
- package/lib/{mutation-C1XCQTQL.js.map → mutation-BpcyTgWI.js.map} +1 -1
- package/lib/ui/CodeBlock.js +7 -7
- package/lib/ui/CodeBlock.js.map +1 -1
- package/lib/ui/SyntaxHighlight.js +2 -2
- package/lib/{useMutation-BKvPttRn.js → useMutation-N4ockVKi.js} +3 -3
- package/lib/{useMutation-BKvPttRn.js.map → useMutation-N4ockVKi.js.map} +1 -1
- package/lib/zudoku.auth-auth0.js +1 -1
- package/lib/zudoku.auth-azureb2c.js +2 -2
- package/lib/zudoku.auth-clerk.js +2 -2
- package/lib/zudoku.auth-openid.js +2 -2
- package/lib/zudoku.components.js +2756 -3423
- package/lib/zudoku.components.js.map +1 -1
- package/lib/zudoku.hooks.js +2 -2
- package/lib/zudoku.plugin-api-catalog.js +44 -44
- package/lib/zudoku.plugin-api-catalog.js.map +1 -1
- package/lib/zudoku.plugin-api-keys.js +84 -73
- package/lib/zudoku.plugin-api-keys.js.map +1 -1
- package/lib/zudoku.plugin-custom-pages.js +22 -16
- package/lib/zudoku.plugin-custom-pages.js.map +1 -1
- package/lib/zudoku.plugin-markdown.js +20 -69
- package/lib/zudoku.plugin-markdown.js.map +1 -1
- package/lib/zudoku.plugin-openapi.js +5 -5
- package/lib/zudoku.plugin-search-pagefind.js +2 -2
- package/lib/zudoku.plugins.js.map +1 -1
- package/package.json +16 -13
- package/src/app/ZuploBuildConfig.ts +8 -8
- package/src/app/defaultTheme.css +68 -49
- package/src/app/demo.tsx +4 -3
- package/src/app/entry.client.tsx +0 -2
- package/src/app/entry.server.tsx +0 -2
- package/src/app/env.ts +8 -0
- package/src/app/main.css +6 -52
- package/src/app/main.tsx +7 -5
- package/src/app/standalone.tsx +4 -3
- package/src/lib/auth/issuer.test.ts +1 -1
- package/src/lib/auth/issuer.ts +1 -1
- package/src/lib/authentication/components/CallbackHandler.tsx +1 -1
- package/src/lib/components/BuildCheck.tsx +1 -1
- package/src/lib/components/Framed.tsx +51 -0
- package/src/lib/components/Header.tsx +5 -3
- package/src/lib/components/Heading.tsx +7 -3
- package/src/lib/components/Main.tsx +8 -8
- package/src/lib/components/MobileTopNavigation.tsx +16 -11
- package/src/lib/components/PageProgress.tsx +28 -0
- package/src/lib/components/TopNavigation.tsx +57 -66
- package/src/lib/components/context/ZudokuContext.ts +50 -32
- package/src/lib/components/navigation/{Sidebar.tsx → Navigation.tsx} +18 -16
- package/src/lib/components/navigation/{SidebarBadge.tsx → NavigationBadge.tsx} +1 -1
- package/src/lib/components/navigation/{SidebarCategory.tsx → NavigationCategory.tsx} +16 -14
- package/src/lib/components/navigation/{SidebarItem.tsx → NavigationItem.tsx} +23 -17
- package/src/lib/components/navigation/{SidebarWrapper.tsx → NavigationWrapper.tsx} +2 -2
- package/src/lib/components/navigation/utils.ts +27 -28
- package/src/lib/core/ZudokuContext.ts +9 -15
- package/src/lib/core/plugins.ts +2 -2
- package/src/lib/hooks/useEvent.test.tsx +7 -5
- package/src/lib/plugins/api-catalog/Catalog.tsx +1 -1
- package/src/lib/plugins/api-catalog/index.tsx +19 -19
- package/src/lib/plugins/api-keys/SettingsApiKeys.tsx +14 -10
- package/src/lib/plugins/custom-pages/index.tsx +20 -11
- package/src/lib/plugins/markdown/MdxPage.tsx +6 -3
- package/src/lib/plugins/markdown/index.tsx +19 -40
- package/src/lib/plugins/openapi/OperationList.tsx +1 -1
- package/src/lib/plugins/openapi/OperationListItem.tsx +1 -1
- package/src/lib/plugins/openapi/SchemaList.tsx +2 -2
- package/src/lib/plugins/openapi/graphql/gql.ts +5 -5
- package/src/lib/plugins/openapi/graphql/graphql.ts +6 -6
- package/src/lib/plugins/openapi/index.tsx +11 -11
- package/src/lib/plugins/openapi/interfaces.ts +3 -3
- package/src/lib/plugins/openapi/schema/SchemaView.tsx +1 -1
- package/src/lib/plugins/openapi/util/{createSidebarCategory.tsx → createNavigationCategory.tsx} +6 -5
- package/src/lib/plugins/openapi/util/getRoutes.tsx +2 -2
- package/src/lib/plugins/openapi/util/methodColorMap.tsx +1 -1
- package/src/lib/ui/CodeBlock.tsx +1 -1
- package/src/lib/util/MdxComponents.tsx +13 -2
- package/src/lib/util/useScrollToAnchor.ts +3 -3
- package/dist/config/validators/InputSidebarSchema.d.ts +0 -220
- package/dist/config/validators/InputSidebarSchema.js +0 -63
- package/dist/config/validators/InputSidebarSchema.js.map +0 -1
- package/dist/config/validators/SidebarSchema.d.ts +0 -46
- package/dist/config/validators/SidebarSchema.js +0 -118
- package/dist/config/validators/SidebarSchema.js.map +0 -1
- package/dist/lib/components/navigation/Sidebar.d.ts +0 -5
- package/dist/lib/components/navigation/Sidebar.js +0 -10
- package/dist/lib/components/navigation/Sidebar.js.map +0 -1
- package/dist/lib/components/navigation/SidebarBadge.js.map +0 -1
- package/dist/lib/components/navigation/SidebarCategory.d.ts +0 -5
- package/dist/lib/components/navigation/SidebarCategory.js.map +0 -1
- package/dist/lib/components/navigation/SidebarItem.d.ts +0 -6
- package/dist/lib/components/navigation/SidebarItem.js +0 -44
- package/dist/lib/components/navigation/SidebarItem.js.map +0 -1
- package/dist/lib/components/navigation/SidebarWrapper.js.map +0 -1
- package/dist/lib/plugins/markdown/resolver.d.ts +0 -32
- package/dist/lib/plugins/markdown/resolver.js +0 -46
- package/dist/lib/plugins/markdown/resolver.js.map +0 -1
- package/dist/lib/plugins/openapi/util/createSidebarCategory.d.ts +0 -9
- package/dist/lib/plugins/openapi/util/createSidebarCategory.js.map +0 -1
- package/dist/vite/plugin-configure-tailwind.d.ts +0 -2
- package/dist/vite/plugin-configure-tailwind.js +0 -38
- package/dist/vite/plugin-configure-tailwind.js.map +0 -1
- package/dist/vite/plugin-sidebar.js.map +0 -1
- package/dist/vite/plugin-theme-css.d.ts +0 -5
- package/dist/vite/plugin-theme-css.js +0 -77
- package/dist/vite/plugin-theme-css.js.map +0 -1
- package/lib/Markdown-r4buN85T.js.map +0 -1
- package/lib/MdxPage-DYKsTerz.js.map +0 -1
- package/lib/OasProvider-8vNiLpIG.js +0 -33
- package/lib/OasProvider-8vNiLpIG.js.map +0 -1
- package/lib/SchemaList-1oJKvBxh.js.map +0 -1
- package/lib/hook-7wZANGJP.js +0 -1483
- package/lib/hook-7wZANGJP.js.map +0 -1
- package/lib/index-Cucjfk3D.js.map +0 -1
- package/lib/joinPath-B7kNnUX4.js +0 -8
- package/lib/joinPath-B7kNnUX4.js.map +0 -1
- package/src/lib/plugins/markdown/resolver.ts +0 -59
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { j as P } from "./jsx-runtime-C5mzlN2N.js";
|
|
2
|
-
import * as
|
|
3
|
-
import { useState as et, useEffect as Ye, useRef as Je, createContext as
|
|
4
|
-
import { s as en, p as qe, a as or, v as Tn, b as
|
|
5
|
-
import { CheckIcon as
|
|
6
|
-
import { c as
|
|
7
|
-
import { u as bn, d as
|
|
2
|
+
import * as is from "react";
|
|
3
|
+
import { useState as et, useEffect as Ye, useRef as Je, createContext as as, use as ss, useCallback as ti, useMemo as sn, memo as ni } from "react";
|
|
4
|
+
import { s as en, p as qe, a as or, v as Tn, b as os, V as ls, u as cs, t as fs, c as vr, d as zr, o as Me, z as ri, e as hs, f as ds, g as ms, i as ui, j as ps, k as Yr, E as Es, S as Ts, l as bs } from "./SyntaxHighlight-CH9OUJre.js";
|
|
5
|
+
import { CheckIcon as gs, CopyIcon as As, ChevronRightIcon as _s, ExternalLinkIcon as Cs, LinkIcon as Is } from "lucide-react";
|
|
6
|
+
import { c as ie } from "./cn-wvCW-ho6.js";
|
|
7
|
+
import { u as bn, d as xs, g as lr, j as Ns } from "./chunk-DQRVZFIR-BblmKnHy.js";
|
|
8
8
|
import * as Et from "@radix-ui/react-tooltip";
|
|
9
|
-
import {
|
|
9
|
+
import { U as ks, V as tn, j as ii, k as Ss } from "./hook-CHXroBFt.js";
|
|
10
10
|
import * as yn from "@radix-ui/react-collapsible";
|
|
11
|
-
import { B as
|
|
12
|
-
import { c as
|
|
11
|
+
import { B as Os } from "./Button-BE9IVkWV.js";
|
|
12
|
+
import { c as ai } from "./index-DI5SPFK9.js";
|
|
13
13
|
import { Slot as ys } from "@radix-ui/react-slot";
|
|
14
14
|
import { Button as Ls } from "./ui/Button.js";
|
|
15
15
|
import { Callout as Xe } from "./ui/Callout.js";
|
|
@@ -41,9 +41,9 @@ const Ln = {
|
|
|
41
41
|
}, ws = {};
|
|
42
42
|
function cr(e, t) {
|
|
43
43
|
const n = ws, r = typeof n.includeImageAlt == "boolean" ? n.includeImageAlt : !0, u = typeof n.includeHtml == "boolean" ? n.includeHtml : !0;
|
|
44
|
-
return
|
|
44
|
+
return si(e, r, u);
|
|
45
45
|
}
|
|
46
|
-
function
|
|
46
|
+
function si(e, t, n) {
|
|
47
47
|
if (Ms(e)) {
|
|
48
48
|
if ("value" in e)
|
|
49
49
|
return e.type === "html" && !n ? "" : e.value;
|
|
@@ -58,7 +58,7 @@ function qr(e, t, n) {
|
|
|
58
58
|
const r = [];
|
|
59
59
|
let u = -1;
|
|
60
60
|
for (; ++u < e.length; )
|
|
61
|
-
r[u] =
|
|
61
|
+
r[u] = si(e[u], t, n);
|
|
62
62
|
return r.join("");
|
|
63
63
|
}
|
|
64
64
|
function Ms(e) {
|
|
@@ -115,7 +115,7 @@ function Hs(e, t) {
|
|
|
115
115
|
(t[n].add === "after" ? e : r).push(t[n]);
|
|
116
116
|
Oe(e, 0, 0, r);
|
|
117
117
|
}
|
|
118
|
-
function
|
|
118
|
+
function oi(e, t) {
|
|
119
119
|
const n = Number.parseInt(e, t);
|
|
120
120
|
return (
|
|
121
121
|
// C0 except for HT, LF, FF, CR, space.
|
|
@@ -227,16 +227,16 @@ function Vs(e) {
|
|
|
227
227
|
if (r++, t.containerState._closeFlow) {
|
|
228
228
|
t.containerState._closeFlow = void 0, u && w();
|
|
229
229
|
const z = t.events.length;
|
|
230
|
-
let Y = z,
|
|
230
|
+
let Y = z, S;
|
|
231
231
|
for (; Y--; )
|
|
232
232
|
if (t.events[Y][0] === "exit" && t.events[Y][1].type === "chunkFlow") {
|
|
233
|
-
|
|
233
|
+
S = t.events[Y][1].end;
|
|
234
234
|
break;
|
|
235
235
|
}
|
|
236
|
-
|
|
236
|
+
N(r);
|
|
237
237
|
let Q = z;
|
|
238
238
|
for (; Q < t.events.length; )
|
|
239
|
-
t.events[Q][1].end = Object.assign({},
|
|
239
|
+
t.events[Q][1].end = Object.assign({}, S), Q++;
|
|
240
240
|
return Oe(
|
|
241
241
|
t.events,
|
|
242
242
|
Y + 1,
|
|
@@ -261,7 +261,7 @@ function Vs(e) {
|
|
|
261
261
|
)(R);
|
|
262
262
|
}
|
|
263
263
|
function h(R) {
|
|
264
|
-
return u && w(),
|
|
264
|
+
return u && w(), N(r), p(R);
|
|
265
265
|
}
|
|
266
266
|
function f(R) {
|
|
267
267
|
return t.parser.lazy[t.now().line] = r !== n.length, i = t.now().offset, A(R);
|
|
@@ -278,55 +278,55 @@ function Vs(e) {
|
|
|
278
278
|
}
|
|
279
279
|
function A(R) {
|
|
280
280
|
if (R === null) {
|
|
281
|
-
u && w(),
|
|
281
|
+
u && w(), N(0), e.consume(R);
|
|
282
282
|
return;
|
|
283
283
|
}
|
|
284
284
|
return u = u || t.parser.flow(t.now()), e.enter("chunkFlow", {
|
|
285
285
|
contentType: "flow",
|
|
286
286
|
previous: a,
|
|
287
287
|
_tokenizer: u
|
|
288
|
-
}),
|
|
288
|
+
}), I(R);
|
|
289
289
|
}
|
|
290
|
-
function
|
|
290
|
+
function I(R) {
|
|
291
291
|
if (R === null) {
|
|
292
|
-
L(e.exit("chunkFlow"), !0),
|
|
292
|
+
L(e.exit("chunkFlow"), !0), N(0), e.consume(R);
|
|
293
293
|
return;
|
|
294
294
|
}
|
|
295
|
-
return H(R) ? (e.consume(R), L(e.exit("chunkFlow")), r = 0, t.interrupt = void 0, o) : (e.consume(R),
|
|
295
|
+
return H(R) ? (e.consume(R), L(e.exit("chunkFlow")), r = 0, t.interrupt = void 0, o) : (e.consume(R), I);
|
|
296
296
|
}
|
|
297
297
|
function L(R, z) {
|
|
298
298
|
const Y = t.sliceStream(R);
|
|
299
299
|
if (z && Y.push(null), R.previous = a, a && (a.next = R), a = R, u.defineSkip(R.start), u.write(Y), t.parser.lazy[R.start.line]) {
|
|
300
|
-
let
|
|
301
|
-
for (;
|
|
300
|
+
let S = u.events.length;
|
|
301
|
+
for (; S--; )
|
|
302
302
|
if (
|
|
303
303
|
// The token starts before the line ending…
|
|
304
|
-
u.events[
|
|
305
|
-
(!u.events[
|
|
306
|
-
u.events[
|
|
304
|
+
u.events[S][1].start.offset < i && // …and either is not ended yet…
|
|
305
|
+
(!u.events[S][1].end || // …or ends after it.
|
|
306
|
+
u.events[S][1].end.offset > i)
|
|
307
307
|
)
|
|
308
308
|
return;
|
|
309
309
|
const Q = t.events.length;
|
|
310
|
-
let ee = Q, X,
|
|
310
|
+
let ee = Q, X, x;
|
|
311
311
|
for (; ee--; )
|
|
312
312
|
if (t.events[ee][0] === "exit" && t.events[ee][1].type === "chunkFlow") {
|
|
313
313
|
if (X) {
|
|
314
|
-
|
|
314
|
+
x = t.events[ee][1].end;
|
|
315
315
|
break;
|
|
316
316
|
}
|
|
317
317
|
X = !0;
|
|
318
318
|
}
|
|
319
|
-
for (
|
|
320
|
-
t.events[
|
|
319
|
+
for (N(r), S = Q; S < t.events.length; )
|
|
320
|
+
t.events[S][1].end = Object.assign({}, x), S++;
|
|
321
321
|
Oe(
|
|
322
322
|
t.events,
|
|
323
323
|
ee + 1,
|
|
324
324
|
0,
|
|
325
325
|
t.events.slice(Q)
|
|
326
|
-
), t.events.length =
|
|
326
|
+
), t.events.length = S;
|
|
327
327
|
}
|
|
328
328
|
}
|
|
329
|
-
function
|
|
329
|
+
function N(R) {
|
|
330
330
|
let z = n.length;
|
|
331
331
|
for (; z-- > R; ) {
|
|
332
332
|
const Y = n[z];
|
|
@@ -493,7 +493,7 @@ function $s(e, t, n) {
|
|
|
493
493
|
return a === null || H(a) ? t(a) : n(a);
|
|
494
494
|
}
|
|
495
495
|
}
|
|
496
|
-
const
|
|
496
|
+
const li = {
|
|
497
497
|
name: "blockQuote",
|
|
498
498
|
tokenize: Js,
|
|
499
499
|
continuation: {
|
|
@@ -529,13 +529,13 @@ function Zs(e, t, n) {
|
|
|
529
529
|
)(i) : a(i);
|
|
530
530
|
}
|
|
531
531
|
function a(i) {
|
|
532
|
-
return e.attempt(
|
|
532
|
+
return e.attempt(li, t, n)(i);
|
|
533
533
|
}
|
|
534
534
|
}
|
|
535
535
|
function eo(e) {
|
|
536
536
|
e.exit("blockQuote");
|
|
537
537
|
}
|
|
538
|
-
const
|
|
538
|
+
const ci = {
|
|
539
539
|
name: "characterEscape",
|
|
540
540
|
tokenize: to
|
|
541
541
|
};
|
|
@@ -548,7 +548,7 @@ function to(e, t, n) {
|
|
|
548
548
|
return zs(a) ? (e.enter("characterEscapeValue"), e.consume(a), e.exit("characterEscapeValue"), e.exit("characterEscape"), t) : n(a);
|
|
549
549
|
}
|
|
550
550
|
}
|
|
551
|
-
const
|
|
551
|
+
const fi = {
|
|
552
552
|
name: "characterReference",
|
|
553
553
|
tokenize: no
|
|
554
554
|
};
|
|
@@ -588,77 +588,77 @@ function ro(e, t, n) {
|
|
|
588
588
|
};
|
|
589
589
|
let a = 0, i = 0, o;
|
|
590
590
|
return l;
|
|
591
|
-
function l(
|
|
592
|
-
return c(
|
|
591
|
+
function l(S) {
|
|
592
|
+
return c(S);
|
|
593
593
|
}
|
|
594
|
-
function c(
|
|
594
|
+
function c(S) {
|
|
595
595
|
const Q = r.events[r.events.length - 1];
|
|
596
|
-
return a = Q && Q[1].type === "linePrefix" ? Q[2].sliceSerialize(Q[1], !0).length : 0, o =
|
|
596
|
+
return a = Q && Q[1].type === "linePrefix" ? Q[2].sliceSerialize(Q[1], !0).length : 0, o = S, e.enter("codeFenced"), e.enter("codeFencedFence"), e.enter("codeFencedFenceSequence"), h(S);
|
|
597
597
|
}
|
|
598
|
-
function h(
|
|
599
|
-
return
|
|
598
|
+
function h(S) {
|
|
599
|
+
return S === o ? (i++, e.consume(S), h) : i < 3 ? n(S) : (e.exit("codeFencedFenceSequence"), j(S) ? W(e, f, "whitespace")(S) : f(S));
|
|
600
600
|
}
|
|
601
|
-
function f(
|
|
602
|
-
return
|
|
601
|
+
function f(S) {
|
|
602
|
+
return S === null || H(S) ? (e.exit("codeFencedFence"), r.interrupt ? t(S) : e.check(Gr, I, z)(S)) : (e.enter("codeFencedFenceInfo"), e.enter("chunkString", {
|
|
603
603
|
contentType: "string"
|
|
604
|
-
}), p(
|
|
604
|
+
}), p(S));
|
|
605
605
|
}
|
|
606
|
-
function p(
|
|
607
|
-
return
|
|
606
|
+
function p(S) {
|
|
607
|
+
return S === null || H(S) ? (e.exit("chunkString"), e.exit("codeFencedFenceInfo"), f(S)) : j(S) ? (e.exit("chunkString"), e.exit("codeFencedFenceInfo"), W(e, m, "whitespace")(S)) : S === 96 && S === o ? n(S) : (e.consume(S), p);
|
|
608
608
|
}
|
|
609
|
-
function m(
|
|
610
|
-
return
|
|
609
|
+
function m(S) {
|
|
610
|
+
return S === null || H(S) ? f(S) : (e.enter("codeFencedFenceMeta"), e.enter("chunkString", {
|
|
611
611
|
contentType: "string"
|
|
612
|
-
}), A(
|
|
612
|
+
}), A(S));
|
|
613
613
|
}
|
|
614
|
-
function A(
|
|
615
|
-
return
|
|
614
|
+
function A(S) {
|
|
615
|
+
return S === null || H(S) ? (e.exit("chunkString"), e.exit("codeFencedFenceMeta"), f(S)) : S === 96 && S === o ? n(S) : (e.consume(S), A);
|
|
616
616
|
}
|
|
617
|
-
function
|
|
618
|
-
return e.attempt(u, z, L)(
|
|
617
|
+
function I(S) {
|
|
618
|
+
return e.attempt(u, z, L)(S);
|
|
619
619
|
}
|
|
620
|
-
function L(
|
|
621
|
-
return e.enter("lineEnding"), e.consume(
|
|
620
|
+
function L(S) {
|
|
621
|
+
return e.enter("lineEnding"), e.consume(S), e.exit("lineEnding"), N;
|
|
622
622
|
}
|
|
623
|
-
function
|
|
624
|
-
return a > 0 && j(
|
|
623
|
+
function N(S) {
|
|
624
|
+
return a > 0 && j(S) ? W(
|
|
625
625
|
e,
|
|
626
626
|
w,
|
|
627
627
|
"linePrefix",
|
|
628
628
|
a + 1
|
|
629
|
-
)(
|
|
629
|
+
)(S) : w(S);
|
|
630
630
|
}
|
|
631
|
-
function w(
|
|
632
|
-
return
|
|
631
|
+
function w(S) {
|
|
632
|
+
return S === null || H(S) ? e.check(Gr, I, z)(S) : (e.enter("codeFlowValue"), R(S));
|
|
633
633
|
}
|
|
634
|
-
function R(
|
|
635
|
-
return
|
|
634
|
+
function R(S) {
|
|
635
|
+
return S === null || H(S) ? (e.exit("codeFlowValue"), w(S)) : (e.consume(S), R);
|
|
636
636
|
}
|
|
637
|
-
function z(
|
|
638
|
-
return e.exit("codeFenced"), t(
|
|
637
|
+
function z(S) {
|
|
638
|
+
return e.exit("codeFenced"), t(S);
|
|
639
639
|
}
|
|
640
|
-
function Y(
|
|
640
|
+
function Y(S, Q, ee) {
|
|
641
641
|
let X = 0;
|
|
642
|
-
return
|
|
643
|
-
function
|
|
644
|
-
return
|
|
642
|
+
return x;
|
|
643
|
+
function x(G) {
|
|
644
|
+
return S.enter("lineEnding"), S.consume(G), S.exit("lineEnding"), B;
|
|
645
645
|
}
|
|
646
646
|
function B(G) {
|
|
647
|
-
return
|
|
648
|
-
|
|
647
|
+
return S.enter("codeFencedFence"), j(G) ? W(
|
|
648
|
+
S,
|
|
649
649
|
F,
|
|
650
650
|
"linePrefix",
|
|
651
651
|
r.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4
|
|
652
652
|
)(G) : F(G);
|
|
653
653
|
}
|
|
654
654
|
function F(G) {
|
|
655
|
-
return G === o ? (
|
|
655
|
+
return G === o ? (S.enter("codeFencedFenceSequence"), $(G)) : ee(G);
|
|
656
656
|
}
|
|
657
657
|
function $(G) {
|
|
658
|
-
return G === o ? (X++,
|
|
658
|
+
return G === o ? (X++, S.consume(G), $) : X >= i ? (S.exit("codeFencedFenceSequence"), j(G) ? W(S, ne, "whitespace")(G) : ne(G)) : ee(G);
|
|
659
659
|
}
|
|
660
660
|
function ne(G) {
|
|
661
|
-
return G === null || H(G) ? (
|
|
661
|
+
return G === null || H(G) ? (S.exit("codeFencedFence"), Q(G)) : ee(G);
|
|
662
662
|
}
|
|
663
663
|
}
|
|
664
664
|
}
|
|
@@ -751,7 +751,7 @@ function fo(e, t, n) {
|
|
|
751
751
|
return f === 96 ? (e.consume(f), u++, h) : u === r ? (e.exit("codeTextSequence"), e.exit("codeText"), t(f)) : (a.type = "codeTextData", c(f));
|
|
752
752
|
}
|
|
753
753
|
}
|
|
754
|
-
function
|
|
754
|
+
function hi(e) {
|
|
755
755
|
const t = {};
|
|
756
756
|
let n = -1, r, u, a, i, o, l, c;
|
|
757
757
|
for (; ++n < e.length; ) {
|
|
@@ -774,8 +774,8 @@ function ho(e, t) {
|
|
|
774
774
|
const n = e[t][1], r = e[t][2];
|
|
775
775
|
let u = t - 1;
|
|
776
776
|
const a = [], i = n._tokenizer || r.parser[n.contentType](n.start), o = i.events, l = [], c = {};
|
|
777
|
-
let h, f, p = -1, m = n, A = 0,
|
|
778
|
-
const L = [
|
|
777
|
+
let h, f, p = -1, m = n, A = 0, I = 0;
|
|
778
|
+
const L = [I];
|
|
779
779
|
for (; m; ) {
|
|
780
780
|
for (; e[++u][1] !== m; )
|
|
781
781
|
;
|
|
@@ -783,10 +783,10 @@ function ho(e, t) {
|
|
|
783
783
|
}
|
|
784
784
|
for (m = n; ++p < o.length; )
|
|
785
785
|
// Find a void token that includes a break.
|
|
786
|
-
o[p][0] === "exit" && o[p - 1][0] === "enter" && o[p][1].type === o[p - 1][1].type && o[p][1].start.line !== o[p][1].end.line && (
|
|
786
|
+
o[p][0] === "exit" && o[p - 1][0] === "enter" && o[p][1].type === o[p - 1][1].type && o[p][1].start.line !== o[p][1].end.line && (I = p + 1, L.push(I), m._tokenizer = void 0, m.previous = void 0, m = m.next);
|
|
787
787
|
for (i.events = [], m ? (m._tokenizer = void 0, m.previous = void 0) : L.pop(), p = L.length; p--; ) {
|
|
788
|
-
const
|
|
789
|
-
l.unshift([w, w +
|
|
788
|
+
const N = o.slice(L[p], L[p + 1]), w = a.pop();
|
|
789
|
+
l.unshift([w, w + N.length - 1]), Oe(e, w, 2, N);
|
|
790
790
|
}
|
|
791
791
|
for (p = -1; ++p < l.length; )
|
|
792
792
|
c[A + l[p][0]] = A + l[p][1], A += l[p][1] - l[p][0] - 1;
|
|
@@ -800,7 +800,7 @@ const mo = {
|
|
|
800
800
|
partial: !0
|
|
801
801
|
};
|
|
802
802
|
function Eo(e) {
|
|
803
|
-
return
|
|
803
|
+
return hi(e), e;
|
|
804
804
|
}
|
|
805
805
|
function To(e, t) {
|
|
806
806
|
let n;
|
|
@@ -840,34 +840,34 @@ function bo(e, t, n) {
|
|
|
840
840
|
return !r.parser.constructs.disable.null.includes("codeIndented") && o && o[1].type === "linePrefix" && o[2].sliceSerialize(o[1], !0).length >= 4 ? t(i) : e.interrupt(r.parser.constructs.flow, n, t)(i);
|
|
841
841
|
}
|
|
842
842
|
}
|
|
843
|
-
function
|
|
843
|
+
function di(e, t, n, r, u, a, i, o, l) {
|
|
844
844
|
const c = l || Number.POSITIVE_INFINITY;
|
|
845
845
|
let h = 0;
|
|
846
846
|
return f;
|
|
847
|
-
function f(
|
|
848
|
-
return
|
|
847
|
+
function f(N) {
|
|
848
|
+
return N === 60 ? (e.enter(r), e.enter(u), e.enter(a), e.consume(N), e.exit(a), p) : N === null || N === 32 || N === 41 || on(N) ? n(N) : (e.enter(r), e.enter(i), e.enter(o), e.enter("chunkString", {
|
|
849
849
|
contentType: "string"
|
|
850
|
-
}), N
|
|
850
|
+
}), I(N));
|
|
851
851
|
}
|
|
852
|
-
function p(
|
|
853
|
-
return
|
|
852
|
+
function p(N) {
|
|
853
|
+
return N === 62 ? (e.enter(a), e.consume(N), e.exit(a), e.exit(u), e.exit(r), t) : (e.enter(o), e.enter("chunkString", {
|
|
854
854
|
contentType: "string"
|
|
855
|
-
}), m(
|
|
855
|
+
}), m(N));
|
|
856
856
|
}
|
|
857
|
-
function m(
|
|
858
|
-
return
|
|
857
|
+
function m(N) {
|
|
858
|
+
return N === 62 ? (e.exit("chunkString"), e.exit(o), p(N)) : N === null || N === 60 || H(N) ? n(N) : (e.consume(N), N === 92 ? A : m);
|
|
859
859
|
}
|
|
860
|
-
function A(
|
|
861
|
-
return
|
|
860
|
+
function A(N) {
|
|
861
|
+
return N === 60 || N === 62 || N === 92 ? (e.consume(N), m) : m(N);
|
|
862
862
|
}
|
|
863
|
-
function N
|
|
864
|
-
return !h && (
|
|
863
|
+
function I(N) {
|
|
864
|
+
return !h && (N === null || N === 41 || J(N)) ? (e.exit("chunkString"), e.exit(o), e.exit(i), e.exit(r), t(N)) : h < c && N === 40 ? (e.consume(N), h++, I) : N === 41 ? (e.consume(N), h--, I) : N === null || N === 32 || N === 40 || on(N) ? n(N) : (e.consume(N), N === 92 ? L : I);
|
|
865
865
|
}
|
|
866
|
-
function L(
|
|
867
|
-
return
|
|
866
|
+
function L(N) {
|
|
867
|
+
return N === 40 || N === 41 || N === 92 ? (e.consume(N), I) : I(N);
|
|
868
868
|
}
|
|
869
869
|
}
|
|
870
|
-
function
|
|
870
|
+
function mi(e, t, n, r, u, a) {
|
|
871
871
|
const i = this;
|
|
872
872
|
let o = 0, l;
|
|
873
873
|
return c;
|
|
@@ -891,7 +891,7 @@ function di(e, t, n, r, u, a) {
|
|
|
891
891
|
return m === 91 || m === 92 || m === 93 ? (e.consume(m), o++, f) : f(m);
|
|
892
892
|
}
|
|
893
893
|
}
|
|
894
|
-
function
|
|
894
|
+
function pi(e, t, n, r, u, a) {
|
|
895
895
|
let i;
|
|
896
896
|
return o;
|
|
897
897
|
function o(p) {
|
|
@@ -934,7 +934,7 @@ function _o(e, t, n) {
|
|
|
934
934
|
return e.enter("definition"), i(m);
|
|
935
935
|
}
|
|
936
936
|
function i(m) {
|
|
937
|
-
return
|
|
937
|
+
return mi.call(
|
|
938
938
|
r,
|
|
939
939
|
e,
|
|
940
940
|
o,
|
|
@@ -954,7 +954,7 @@ function _o(e, t, n) {
|
|
|
954
954
|
return J(m) ? Rt(e, c)(m) : c(m);
|
|
955
955
|
}
|
|
956
956
|
function c(m) {
|
|
957
|
-
return
|
|
957
|
+
return di(
|
|
958
958
|
e,
|
|
959
959
|
h,
|
|
960
960
|
// Note: we don’t need to reset the way `markdown-rs` does.
|
|
@@ -982,7 +982,7 @@ function Co(e, t, n) {
|
|
|
982
982
|
return J(o) ? Rt(e, u)(o) : n(o);
|
|
983
983
|
}
|
|
984
984
|
function u(o) {
|
|
985
|
-
return
|
|
985
|
+
return pi(
|
|
986
986
|
e,
|
|
987
987
|
a,
|
|
988
988
|
n,
|
|
@@ -1013,10 +1013,10 @@ function xo(e, t, n) {
|
|
|
1013
1013
|
}
|
|
1014
1014
|
const No = {
|
|
1015
1015
|
name: "headingAtx",
|
|
1016
|
-
tokenize:
|
|
1017
|
-
resolve:
|
|
1016
|
+
tokenize: So,
|
|
1017
|
+
resolve: ko
|
|
1018
1018
|
};
|
|
1019
|
-
function
|
|
1019
|
+
function ko(e, t) {
|
|
1020
1020
|
let n = e.length - 2, r = 3, u, a;
|
|
1021
1021
|
return e[r][1].type === "whitespace" && (r += 2), n - 2 > r && e[n][1].type === "whitespace" && (n -= 2), e[n][1].type === "atxHeadingSequence" && (r === n - 1 || n - 4 > r && e[n - 2][1].type === "whitespace") && (n -= r + 1 === n ? 2 : 4), n > r && (u = {
|
|
1022
1022
|
type: "atxHeadingText",
|
|
@@ -1034,7 +1034,7 @@ function So(e, t) {
|
|
|
1034
1034
|
["exit", u, t]
|
|
1035
1035
|
])), e;
|
|
1036
1036
|
}
|
|
1037
|
-
function
|
|
1037
|
+
function So(e, t, n) {
|
|
1038
1038
|
let r = 0;
|
|
1039
1039
|
return u;
|
|
1040
1040
|
function u(h) {
|
|
@@ -1148,7 +1148,7 @@ function Po(e, t, n) {
|
|
|
1148
1148
|
return e.enter("htmlFlow"), e.enter("htmlFlowData"), e.consume(g), f;
|
|
1149
1149
|
}
|
|
1150
1150
|
function f(g) {
|
|
1151
|
-
return g === 33 ? (e.consume(g), p) : g === 47 ? (e.consume(g), a = !0,
|
|
1151
|
+
return g === 33 ? (e.consume(g), p) : g === 47 ? (e.consume(g), a = !0, I) : g === 63 ? (e.consume(g), u = 3, r.interrupt ? t : b) : de(g) ? (e.consume(g), i = String.fromCharCode(g), L) : n(g);
|
|
1152
1152
|
}
|
|
1153
1153
|
function p(g) {
|
|
1154
1154
|
return g === 45 ? (e.consume(g), u = 2, m) : g === 91 ? (e.consume(g), u = 5, o = 0, A) : de(g) ? (e.consume(g), u = 4, r.interrupt ? t : b) : n(g);
|
|
@@ -1160,33 +1160,33 @@ function Po(e, t, n) {
|
|
|
1160
1160
|
const Ie = "CDATA[";
|
|
1161
1161
|
return g === Ie.charCodeAt(o++) ? (e.consume(g), o === Ie.length ? r.interrupt ? t : F : A) : n(g);
|
|
1162
1162
|
}
|
|
1163
|
-
function
|
|
1163
|
+
function I(g) {
|
|
1164
1164
|
return de(g) ? (e.consume(g), i = String.fromCharCode(g), L) : n(g);
|
|
1165
1165
|
}
|
|
1166
1166
|
function L(g) {
|
|
1167
1167
|
if (g === null || g === 47 || g === 62 || J(g)) {
|
|
1168
1168
|
const Ie = g === 47, We = i.toLowerCase();
|
|
1169
|
-
return !Ie && !a && Kr.includes(We) ? (u = 1, r.interrupt ? t(g) : F(g)) : Oo.includes(i.toLowerCase()) ? (u = 6, Ie ? (e.consume(g),
|
|
1169
|
+
return !Ie && !a && Kr.includes(We) ? (u = 1, r.interrupt ? t(g) : F(g)) : Oo.includes(i.toLowerCase()) ? (u = 6, Ie ? (e.consume(g), N) : r.interrupt ? t(g) : F(g)) : (u = 7, r.interrupt && !r.parser.lazy[r.now().line] ? n(g) : a ? w(g) : R(g));
|
|
1170
1170
|
}
|
|
1171
1171
|
return g === 45 || fe(g) ? (e.consume(g), i += String.fromCharCode(g), L) : n(g);
|
|
1172
1172
|
}
|
|
1173
|
-
function
|
|
1173
|
+
function N(g) {
|
|
1174
1174
|
return g === 62 ? (e.consume(g), r.interrupt ? t : F) : n(g);
|
|
1175
1175
|
}
|
|
1176
1176
|
function w(g) {
|
|
1177
|
-
return j(g) ? (e.consume(g), w) :
|
|
1177
|
+
return j(g) ? (e.consume(g), w) : x(g);
|
|
1178
1178
|
}
|
|
1179
1179
|
function R(g) {
|
|
1180
|
-
return g === 47 ? (e.consume(g),
|
|
1180
|
+
return g === 47 ? (e.consume(g), x) : g === 58 || g === 95 || de(g) ? (e.consume(g), z) : j(g) ? (e.consume(g), R) : x(g);
|
|
1181
1181
|
}
|
|
1182
1182
|
function z(g) {
|
|
1183
1183
|
return g === 45 || g === 46 || g === 58 || g === 95 || fe(g) ? (e.consume(g), z) : Y(g);
|
|
1184
1184
|
}
|
|
1185
1185
|
function Y(g) {
|
|
1186
|
-
return g === 61 ? (e.consume(g),
|
|
1186
|
+
return g === 61 ? (e.consume(g), S) : j(g) ? (e.consume(g), Y) : R(g);
|
|
1187
1187
|
}
|
|
1188
|
-
function
|
|
1189
|
-
return g === null || g === 60 || g === 61 || g === 62 || g === 96 ? n(g) : g === 34 || g === 39 ? (e.consume(g), l = g, Q) : j(g) ? (e.consume(g),
|
|
1188
|
+
function S(g) {
|
|
1189
|
+
return g === null || g === 60 || g === 61 || g === 62 || g === 96 ? n(g) : g === 34 || g === 39 ? (e.consume(g), l = g, Q) : j(g) ? (e.consume(g), S) : ee(g);
|
|
1190
1190
|
}
|
|
1191
1191
|
function Q(g) {
|
|
1192
1192
|
return g === l ? (e.consume(g), l = null, X) : g === null || H(g) ? n(g) : (e.consume(g), Q);
|
|
@@ -1197,14 +1197,14 @@ function Po(e, t, n) {
|
|
|
1197
1197
|
function X(g) {
|
|
1198
1198
|
return g === 47 || g === 62 || j(g) ? R(g) : n(g);
|
|
1199
1199
|
}
|
|
1200
|
-
function
|
|
1200
|
+
function x(g) {
|
|
1201
1201
|
return g === 62 ? (e.consume(g), B) : n(g);
|
|
1202
1202
|
}
|
|
1203
1203
|
function B(g) {
|
|
1204
1204
|
return g === null || H(g) ? F(g) : j(g) ? (e.consume(g), B) : n(g);
|
|
1205
1205
|
}
|
|
1206
1206
|
function F(g) {
|
|
1207
|
-
return g === 45 && u === 2 ? (e.consume(g), ce) : g === 60 && u === 1 ? (e.consume(g),
|
|
1207
|
+
return g === 45 && u === 2 ? (e.consume(g), ce) : g === 60 && u === 1 ? (e.consume(g), oe) : g === 62 && u === 4 ? (e.consume(g), Ce) : g === 63 && u === 3 ? (e.consume(g), b) : g === 93 && u === 5 ? (e.consume(g), Le) : H(g) && (u === 6 || u === 7) ? (e.exit("htmlFlowData"), e.check(
|
|
1208
1208
|
Lo,
|
|
1209
1209
|
Re,
|
|
1210
1210
|
$
|
|
@@ -1226,7 +1226,7 @@ function Po(e, t, n) {
|
|
|
1226
1226
|
function ce(g) {
|
|
1227
1227
|
return g === 45 ? (e.consume(g), b) : F(g);
|
|
1228
1228
|
}
|
|
1229
|
-
function
|
|
1229
|
+
function oe(g) {
|
|
1230
1230
|
return g === 47 ? (e.consume(g), i = "", _e) : F(g);
|
|
1231
1231
|
}
|
|
1232
1232
|
function _e(g) {
|
|
@@ -1286,7 +1286,7 @@ function Fo(e, t, n) {
|
|
|
1286
1286
|
return b === 45 ? (e.consume(b), m) : n(b);
|
|
1287
1287
|
}
|
|
1288
1288
|
function f(b) {
|
|
1289
|
-
return b === null ? n(b) : b === 45 ? (e.consume(b), p) : H(b) ? (i = f,
|
|
1289
|
+
return b === null ? n(b) : b === 45 ? (e.consume(b), p) : H(b) ? (i = f, oe(b)) : (e.consume(b), f);
|
|
1290
1290
|
}
|
|
1291
1291
|
function p(b) {
|
|
1292
1292
|
return b === 45 ? (e.consume(b), m) : f(b);
|
|
@@ -1296,52 +1296,52 @@ function Fo(e, t, n) {
|
|
|
1296
1296
|
}
|
|
1297
1297
|
function A(b) {
|
|
1298
1298
|
const Ce = "CDATA[";
|
|
1299
|
-
return b === Ce.charCodeAt(a++) ? (e.consume(b), a === Ce.length ?
|
|
1299
|
+
return b === Ce.charCodeAt(a++) ? (e.consume(b), a === Ce.length ? I : A) : n(b);
|
|
1300
1300
|
}
|
|
1301
|
-
function
|
|
1302
|
-
return b === null ? n(b) : b === 93 ? (e.consume(b), L) : H(b) ? (i =
|
|
1301
|
+
function I(b) {
|
|
1302
|
+
return b === null ? n(b) : b === 93 ? (e.consume(b), L) : H(b) ? (i = I, oe(b)) : (e.consume(b), I);
|
|
1303
1303
|
}
|
|
1304
1304
|
function L(b) {
|
|
1305
|
-
return b === 93 ? (e.consume(b),
|
|
1305
|
+
return b === 93 ? (e.consume(b), N) : I(b);
|
|
1306
1306
|
}
|
|
1307
|
-
function
|
|
1308
|
-
return b === 62 ? ce(b) : b === 93 ? (e.consume(b),
|
|
1307
|
+
function N(b) {
|
|
1308
|
+
return b === 62 ? ce(b) : b === 93 ? (e.consume(b), N) : I(b);
|
|
1309
1309
|
}
|
|
1310
1310
|
function w(b) {
|
|
1311
|
-
return b === null || b === 62 ? ce(b) : H(b) ? (i = w,
|
|
1311
|
+
return b === null || b === 62 ? ce(b) : H(b) ? (i = w, oe(b)) : (e.consume(b), w);
|
|
1312
1312
|
}
|
|
1313
1313
|
function R(b) {
|
|
1314
|
-
return b === null ? n(b) : b === 63 ? (e.consume(b), z) : H(b) ? (i = R,
|
|
1314
|
+
return b === null ? n(b) : b === 63 ? (e.consume(b), z) : H(b) ? (i = R, oe(b)) : (e.consume(b), R);
|
|
1315
1315
|
}
|
|
1316
1316
|
function z(b) {
|
|
1317
1317
|
return b === 62 ? ce(b) : R(b);
|
|
1318
1318
|
}
|
|
1319
1319
|
function Y(b) {
|
|
1320
|
-
return de(b) ? (e.consume(b),
|
|
1320
|
+
return de(b) ? (e.consume(b), S) : n(b);
|
|
1321
1321
|
}
|
|
1322
|
-
function
|
|
1323
|
-
return b === 45 || fe(b) ? (e.consume(b),
|
|
1322
|
+
function S(b) {
|
|
1323
|
+
return b === 45 || fe(b) ? (e.consume(b), S) : Q(b);
|
|
1324
1324
|
}
|
|
1325
1325
|
function Q(b) {
|
|
1326
|
-
return H(b) ? (i = Q,
|
|
1326
|
+
return H(b) ? (i = Q, oe(b)) : j(b) ? (e.consume(b), Q) : ce(b);
|
|
1327
1327
|
}
|
|
1328
1328
|
function ee(b) {
|
|
1329
1329
|
return b === 45 || fe(b) ? (e.consume(b), ee) : b === 47 || b === 62 || J(b) ? X(b) : n(b);
|
|
1330
1330
|
}
|
|
1331
1331
|
function X(b) {
|
|
1332
|
-
return b === 47 ? (e.consume(b), ce) : b === 58 || b === 95 || de(b) ? (e.consume(b),
|
|
1332
|
+
return b === 47 ? (e.consume(b), ce) : b === 58 || b === 95 || de(b) ? (e.consume(b), x) : H(b) ? (i = X, oe(b)) : j(b) ? (e.consume(b), X) : ce(b);
|
|
1333
1333
|
}
|
|
1334
|
-
function
|
|
1335
|
-
return b === 45 || b === 46 || b === 58 || b === 95 || fe(b) ? (e.consume(b),
|
|
1334
|
+
function x(b) {
|
|
1335
|
+
return b === 45 || b === 46 || b === 58 || b === 95 || fe(b) ? (e.consume(b), x) : B(b);
|
|
1336
1336
|
}
|
|
1337
1337
|
function B(b) {
|
|
1338
|
-
return b === 61 ? (e.consume(b), F) : H(b) ? (i = B,
|
|
1338
|
+
return b === 61 ? (e.consume(b), F) : H(b) ? (i = B, oe(b)) : j(b) ? (e.consume(b), B) : X(b);
|
|
1339
1339
|
}
|
|
1340
1340
|
function F(b) {
|
|
1341
|
-
return b === null || b === 60 || b === 61 || b === 62 || b === 96 ? n(b) : b === 34 || b === 39 ? (e.consume(b), u = b, $) : H(b) ? (i = F,
|
|
1341
|
+
return b === null || b === 60 || b === 61 || b === 62 || b === 96 ? n(b) : b === 34 || b === 39 ? (e.consume(b), u = b, $) : H(b) ? (i = F, oe(b)) : j(b) ? (e.consume(b), F) : (e.consume(b), ne);
|
|
1342
1342
|
}
|
|
1343
1343
|
function $(b) {
|
|
1344
|
-
return b === u ? (e.consume(b), u = void 0, G) : b === null ? n(b) : H(b) ? (i = $,
|
|
1344
|
+
return b === u ? (e.consume(b), u = void 0, G) : b === null ? n(b) : H(b) ? (i = $, oe(b)) : (e.consume(b), $);
|
|
1345
1345
|
}
|
|
1346
1346
|
function ne(b) {
|
|
1347
1347
|
return b === null || b === 34 || b === 39 || b === 60 || b === 61 || b === 96 ? n(b) : b === 47 || b === 62 || J(b) ? X(b) : (e.consume(b), ne);
|
|
@@ -1352,7 +1352,7 @@ function Fo(e, t, n) {
|
|
|
1352
1352
|
function ce(b) {
|
|
1353
1353
|
return b === 62 ? (e.consume(b), e.exit("htmlTextData"), e.exit("htmlText"), t) : n(b);
|
|
1354
1354
|
}
|
|
1355
|
-
function
|
|
1355
|
+
function oe(b) {
|
|
1356
1356
|
return e.exit("htmlTextData"), e.enter("lineEnding"), e.consume(b), e.exit("lineEnding"), _e;
|
|
1357
1357
|
}
|
|
1358
1358
|
function _e(b) {
|
|
@@ -1483,7 +1483,7 @@ function jo(e, t, n) {
|
|
|
1483
1483
|
return J(f) ? Rt(e, a)(f) : a(f);
|
|
1484
1484
|
}
|
|
1485
1485
|
function a(f) {
|
|
1486
|
-
return f === 41 ? h(f) :
|
|
1486
|
+
return f === 41 ? h(f) : di(
|
|
1487
1487
|
e,
|
|
1488
1488
|
i,
|
|
1489
1489
|
o,
|
|
@@ -1502,7 +1502,7 @@ function jo(e, t, n) {
|
|
|
1502
1502
|
return n(f);
|
|
1503
1503
|
}
|
|
1504
1504
|
function l(f) {
|
|
1505
|
-
return f === 34 || f === 39 || f === 40 ?
|
|
1505
|
+
return f === 34 || f === 39 || f === 40 ? pi(
|
|
1506
1506
|
e,
|
|
1507
1507
|
c,
|
|
1508
1508
|
n,
|
|
@@ -1522,7 +1522,7 @@ function Vo(e, t, n) {
|
|
|
1522
1522
|
const r = this;
|
|
1523
1523
|
return u;
|
|
1524
1524
|
function u(o) {
|
|
1525
|
-
return
|
|
1525
|
+
return mi.call(
|
|
1526
1526
|
r,
|
|
1527
1527
|
e,
|
|
1528
1528
|
a,
|
|
@@ -1808,12 +1808,12 @@ function ll(e) {
|
|
|
1808
1808
|
}
|
|
1809
1809
|
}
|
|
1810
1810
|
const cl = {
|
|
1811
|
-
resolveAll:
|
|
1812
|
-
}, fl =
|
|
1813
|
-
function
|
|
1811
|
+
resolveAll: Ti()
|
|
1812
|
+
}, fl = Ei("string"), hl = Ei("text");
|
|
1813
|
+
function Ei(e) {
|
|
1814
1814
|
return {
|
|
1815
1815
|
tokenize: t,
|
|
1816
|
-
resolveAll:
|
|
1816
|
+
resolveAll: Ti(
|
|
1817
1817
|
e === "text" ? dl : void 0
|
|
1818
1818
|
)
|
|
1819
1819
|
};
|
|
@@ -1848,7 +1848,7 @@ function pi(e) {
|
|
|
1848
1848
|
}
|
|
1849
1849
|
}
|
|
1850
1850
|
}
|
|
1851
|
-
function
|
|
1851
|
+
function Ti(e) {
|
|
1852
1852
|
return t;
|
|
1853
1853
|
function t(n, r) {
|
|
1854
1854
|
let u = -1, a;
|
|
@@ -1919,8 +1919,8 @@ function ml(e, t, n) {
|
|
|
1919
1919
|
enter: R,
|
|
1920
1920
|
exit: z,
|
|
1921
1921
|
attempt: Q(Y),
|
|
1922
|
-
check: Q(
|
|
1923
|
-
interrupt: Q(
|
|
1922
|
+
check: Q(S),
|
|
1923
|
+
interrupt: Q(S, {
|
|
1924
1924
|
interrupt: !0
|
|
1925
1925
|
})
|
|
1926
1926
|
}, c = {
|
|
@@ -1932,7 +1932,7 @@ function ml(e, t, n) {
|
|
|
1932
1932
|
sliceStream: m,
|
|
1933
1933
|
sliceSerialize: p,
|
|
1934
1934
|
now: A,
|
|
1935
|
-
defineSkip:
|
|
1935
|
+
defineSkip: I,
|
|
1936
1936
|
write: f
|
|
1937
1937
|
};
|
|
1938
1938
|
let h = t.tokenize.call(c, l);
|
|
@@ -1956,8 +1956,8 @@ function ml(e, t, n) {
|
|
|
1956
1956
|
_bufferIndex: G
|
|
1957
1957
|
};
|
|
1958
1958
|
}
|
|
1959
|
-
function
|
|
1960
|
-
u[B.line] = B.column,
|
|
1959
|
+
function I(B) {
|
|
1960
|
+
u[B.line] = B.column, x();
|
|
1961
1961
|
}
|
|
1962
1962
|
function L() {
|
|
1963
1963
|
let B;
|
|
@@ -1965,16 +1965,16 @@ function ml(e, t, n) {
|
|
|
1965
1965
|
const F = i[r._index];
|
|
1966
1966
|
if (typeof F == "string")
|
|
1967
1967
|
for (B = r._index, r._bufferIndex < 0 && (r._bufferIndex = 0); r._index === B && r._bufferIndex < F.length; )
|
|
1968
|
-
|
|
1968
|
+
N(F.charCodeAt(r._bufferIndex));
|
|
1969
1969
|
else
|
|
1970
|
-
|
|
1970
|
+
N(F);
|
|
1971
1971
|
}
|
|
1972
1972
|
}
|
|
1973
|
-
function
|
|
1973
|
+
function N(B) {
|
|
1974
1974
|
h = h(B);
|
|
1975
1975
|
}
|
|
1976
1976
|
function w(B) {
|
|
1977
|
-
H(B) ? (r.line++, r.column = 1, r.offset += B === -3 ? 2 : 1,
|
|
1977
|
+
H(B) ? (r.line++, r.column = 1, r.offset += B === -3 ? 2 : 1, x()) : B !== -1 && (r.column++, r.offset++), r._bufferIndex < 0 ? r._index++ : (r._bufferIndex++, r._bufferIndex === i[r._index].length && (r._bufferIndex = -1, r._index++)), c.previous = B;
|
|
1978
1978
|
}
|
|
1979
1979
|
function R(B, F) {
|
|
1980
1980
|
const $ = F || {};
|
|
@@ -1987,21 +1987,21 @@ function ml(e, t, n) {
|
|
|
1987
1987
|
function Y(B, F) {
|
|
1988
1988
|
ee(B, F.from);
|
|
1989
1989
|
}
|
|
1990
|
-
function
|
|
1990
|
+
function S(B, F) {
|
|
1991
1991
|
F.restore();
|
|
1992
1992
|
}
|
|
1993
1993
|
function Q(B, F) {
|
|
1994
1994
|
return $;
|
|
1995
1995
|
function $(ne, G, ce) {
|
|
1996
|
-
let
|
|
1996
|
+
let oe, _e, Le, b;
|
|
1997
1997
|
return Array.isArray(ne) ? Re(ne) : "tokenize" in ne ? (
|
|
1998
1998
|
// @ts-expect-error Looks like a construct.
|
|
1999
1999
|
Re([ne])
|
|
2000
2000
|
) : Ce(ne);
|
|
2001
|
-
function Ce(
|
|
2001
|
+
function Ce(le) {
|
|
2002
2002
|
return Ct;
|
|
2003
2003
|
function Ct(Fe) {
|
|
2004
|
-
const it = Fe !== null &&
|
|
2004
|
+
const it = Fe !== null && le[Fe], Qe = Fe !== null && le.null, On = [
|
|
2005
2005
|
// To do: add more extension tests.
|
|
2006
2006
|
/* c8 ignore next 2 */
|
|
2007
2007
|
...Array.isArray(it) ? it : it ? [it] : [],
|
|
@@ -2010,13 +2010,13 @@ function ml(e, t, n) {
|
|
|
2010
2010
|
return Re(On)(Fe);
|
|
2011
2011
|
}
|
|
2012
2012
|
}
|
|
2013
|
-
function Re(
|
|
2014
|
-
return
|
|
2013
|
+
function Re(le) {
|
|
2014
|
+
return oe = le, _e = 0, le.length === 0 ? ce : g(le[_e]);
|
|
2015
2015
|
}
|
|
2016
|
-
function g(
|
|
2016
|
+
function g(le) {
|
|
2017
2017
|
return Ct;
|
|
2018
2018
|
function Ct(Fe) {
|
|
2019
|
-
return b = X(), Le =
|
|
2019
|
+
return b = X(), Le = le, le.partial || (c.currentConstruct = le), le.name && c.parser.constructs.disable.null.includes(le.name) ? We() : le.tokenize.call(
|
|
2020
2020
|
// If we do have fields, create an object w/ `context` as its
|
|
2021
2021
|
// prototype.
|
|
2022
2022
|
// This allows a “live binding”, which is needed for `interrupt`.
|
|
@@ -2027,11 +2027,11 @@ function ml(e, t, n) {
|
|
|
2027
2027
|
)(Fe);
|
|
2028
2028
|
}
|
|
2029
2029
|
}
|
|
2030
|
-
function Ie(
|
|
2030
|
+
function Ie(le) {
|
|
2031
2031
|
return B(Le, b), G;
|
|
2032
2032
|
}
|
|
2033
|
-
function We(
|
|
2034
|
-
return b.restore(), ++_e <
|
|
2033
|
+
function We(le) {
|
|
2034
|
+
return b.restore(), ++_e < oe.length ? g(oe[_e]) : ce;
|
|
2035
2035
|
}
|
|
2036
2036
|
}
|
|
2037
2037
|
}
|
|
@@ -2050,10 +2050,10 @@ function ml(e, t, n) {
|
|
|
2050
2050
|
from: ne
|
|
2051
2051
|
};
|
|
2052
2052
|
function ce() {
|
|
2053
|
-
r = B, c.previous = F, c.currentConstruct = $, c.events.length = ne, o = G,
|
|
2053
|
+
r = B, c.previous = F, c.currentConstruct = $, c.events.length = ne, o = G, x();
|
|
2054
2054
|
}
|
|
2055
2055
|
}
|
|
2056
|
-
function
|
|
2056
|
+
function x() {
|
|
2057
2057
|
r.line in u && r.column < 2 && (r.column = u[r.line], r.offset += u[r.line] - 1);
|
|
2058
2058
|
}
|
|
2059
2059
|
}
|
|
@@ -2126,7 +2126,7 @@ const Tl = {
|
|
|
2126
2126
|
55: pe,
|
|
2127
2127
|
56: pe,
|
|
2128
2128
|
57: pe,
|
|
2129
|
-
62:
|
|
2129
|
+
62: li
|
|
2130
2130
|
}, bl = {
|
|
2131
2131
|
91: go
|
|
2132
2132
|
}, gl = {
|
|
@@ -2143,18 +2143,18 @@ const Tl = {
|
|
|
2143
2143
|
96: Xr,
|
|
2144
2144
|
126: Xr
|
|
2145
2145
|
}, _l = {
|
|
2146
|
-
38:
|
|
2147
|
-
92:
|
|
2146
|
+
38: fi,
|
|
2147
|
+
92: ci
|
|
2148
2148
|
}, Cl = {
|
|
2149
2149
|
[-5]: Dn,
|
|
2150
2150
|
[-4]: Dn,
|
|
2151
2151
|
[-3]: Dn,
|
|
2152
2152
|
33: Qo,
|
|
2153
|
-
38:
|
|
2153
|
+
38: fi,
|
|
2154
2154
|
42: Kn,
|
|
2155
2155
|
60: [Xs, Bo],
|
|
2156
2156
|
91: Xo,
|
|
2157
|
-
92: [Io,
|
|
2157
|
+
92: [Io, ci],
|
|
2158
2158
|
93: dr,
|
|
2159
2159
|
95: Kn,
|
|
2160
2160
|
96: oo
|
|
@@ -2164,7 +2164,7 @@ const Tl = {
|
|
|
2164
2164
|
null: [42, 95]
|
|
2165
2165
|
}, Nl = {
|
|
2166
2166
|
null: []
|
|
2167
|
-
},
|
|
2167
|
+
}, kl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2168
2168
|
__proto__: null,
|
|
2169
2169
|
attentionMarkers: xl,
|
|
2170
2170
|
contentInitial: bl,
|
|
@@ -2176,10 +2176,10 @@ const Tl = {
|
|
|
2176
2176
|
string: _l,
|
|
2177
2177
|
text: Cl
|
|
2178
2178
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2179
|
-
function
|
|
2179
|
+
function Sl(e) {
|
|
2180
2180
|
const n = (
|
|
2181
2181
|
/** @type {FullNormalizedExtension} */
|
|
2182
|
-
Bs([
|
|
2182
|
+
Bs([kl, ...(e || {}).extensions || []])
|
|
2183
2183
|
), r = {
|
|
2184
2184
|
defined: [],
|
|
2185
2185
|
lazy: {},
|
|
@@ -2199,7 +2199,7 @@ function kl(e) {
|
|
|
2199
2199
|
}
|
|
2200
2200
|
}
|
|
2201
2201
|
function Ol(e) {
|
|
2202
|
-
for (; !
|
|
2202
|
+
for (; !hi(e); )
|
|
2203
2203
|
;
|
|
2204
2204
|
return e;
|
|
2205
2205
|
}
|
|
@@ -2248,15 +2248,15 @@ function Dl(e, t, n) {
|
|
|
2248
2248
|
return t;
|
|
2249
2249
|
if (n.charCodeAt(0) === 35) {
|
|
2250
2250
|
const u = n.charCodeAt(1), a = u === 120 || u === 88;
|
|
2251
|
-
return
|
|
2251
|
+
return oi(n.slice(a ? 2 : 1), a ? 16 : 10);
|
|
2252
2252
|
}
|
|
2253
2253
|
return fr(n) || e;
|
|
2254
2254
|
}
|
|
2255
|
-
const
|
|
2255
|
+
const bi = {}.hasOwnProperty;
|
|
2256
2256
|
function Pl(e, t, n) {
|
|
2257
2257
|
return typeof t != "string" && (n = t, t = void 0), wl(n)(
|
|
2258
2258
|
Ol(
|
|
2259
|
-
|
|
2259
|
+
Sl(n).document().write(yl()(e, t, !0))
|
|
2260
2260
|
)
|
|
2261
2261
|
);
|
|
2262
2262
|
}
|
|
@@ -2280,32 +2280,32 @@ function wl(e) {
|
|
|
2280
2280
|
codeTextData: X,
|
|
2281
2281
|
data: X,
|
|
2282
2282
|
codeFlowValue: X,
|
|
2283
|
-
definition: a(
|
|
2283
|
+
definition: a($a),
|
|
2284
2284
|
definitionDestinationString: i,
|
|
2285
2285
|
definitionLabelString: i,
|
|
2286
2286
|
definitionTitleString: i,
|
|
2287
|
-
emphasis: a(
|
|
2287
|
+
emphasis: a(Ja),
|
|
2288
2288
|
hardBreakEscape: a(Br),
|
|
2289
2289
|
hardBreakTrailing: a(Br),
|
|
2290
2290
|
htmlFlow: a(Fr, i),
|
|
2291
2291
|
htmlFlowData: X,
|
|
2292
2292
|
htmlText: a(Fr, i),
|
|
2293
2293
|
htmlTextData: X,
|
|
2294
|
-
image: a(
|
|
2294
|
+
image: a(Za),
|
|
2295
2295
|
label: i,
|
|
2296
2296
|
link: a(Hr),
|
|
2297
|
-
listItem: a(
|
|
2297
|
+
listItem: a(es),
|
|
2298
2298
|
listItemValue: p,
|
|
2299
2299
|
listOrdered: a(Ur, f),
|
|
2300
2300
|
listUnordered: a(Ur),
|
|
2301
|
-
paragraph: a(
|
|
2301
|
+
paragraph: a(ts),
|
|
2302
2302
|
reference: g,
|
|
2303
2303
|
referenceString: i,
|
|
2304
2304
|
resourceDestinationString: i,
|
|
2305
2305
|
resourceTitleString: i,
|
|
2306
2306
|
setextHeading: a(Mr),
|
|
2307
|
-
strong: a(
|
|
2308
|
-
thematicBreak: a(
|
|
2307
|
+
strong: a(ns),
|
|
2308
|
+
thematicBreak: a(us)
|
|
2309
2309
|
},
|
|
2310
2310
|
exit: {
|
|
2311
2311
|
atxHeading: l(),
|
|
@@ -2314,19 +2314,19 @@ function wl(e) {
|
|
|
2314
2314
|
autolinkEmail: Fe,
|
|
2315
2315
|
autolinkProtocol: Ct,
|
|
2316
2316
|
blockQuote: l(),
|
|
2317
|
-
characterEscapeValue:
|
|
2317
|
+
characterEscapeValue: x,
|
|
2318
2318
|
characterReferenceMarkerHexadecimal: We,
|
|
2319
2319
|
characterReferenceMarkerNumeric: We,
|
|
2320
|
-
characterReferenceValue:
|
|
2320
|
+
characterReferenceValue: le,
|
|
2321
2321
|
codeFenced: l(L),
|
|
2322
|
-
codeFencedFence:
|
|
2322
|
+
codeFencedFence: I,
|
|
2323
2323
|
codeFencedFenceInfo: m,
|
|
2324
2324
|
codeFencedFenceMeta: A,
|
|
2325
|
-
codeFlowValue:
|
|
2326
|
-
codeIndented: l(
|
|
2325
|
+
codeFlowValue: x,
|
|
2326
|
+
codeIndented: l(N),
|
|
2327
2327
|
codeText: l(G),
|
|
2328
|
-
codeTextData:
|
|
2329
|
-
data:
|
|
2328
|
+
codeTextData: x,
|
|
2329
|
+
data: x,
|
|
2330
2330
|
definition: l(),
|
|
2331
2331
|
definitionDestinationString: z,
|
|
2332
2332
|
definitionLabelString: w,
|
|
@@ -2335,10 +2335,10 @@ function wl(e) {
|
|
|
2335
2335
|
hardBreakEscape: l(F),
|
|
2336
2336
|
hardBreakTrailing: l(F),
|
|
2337
2337
|
htmlFlow: l($),
|
|
2338
|
-
htmlFlowData:
|
|
2338
|
+
htmlFlowData: x,
|
|
2339
2339
|
htmlText: l(ne),
|
|
2340
|
-
htmlTextData:
|
|
2341
|
-
image: l(
|
|
2340
|
+
htmlTextData: x,
|
|
2341
|
+
image: l(oe),
|
|
2342
2342
|
label: Le,
|
|
2343
2343
|
labelText: _e,
|
|
2344
2344
|
lineEnding: B,
|
|
@@ -2353,15 +2353,15 @@ function wl(e) {
|
|
|
2353
2353
|
resource: Re,
|
|
2354
2354
|
setextHeading: l(ee),
|
|
2355
2355
|
setextHeadingLineSequence: Q,
|
|
2356
|
-
setextHeadingText:
|
|
2356
|
+
setextHeadingText: S,
|
|
2357
2357
|
strong: l(),
|
|
2358
2358
|
thematicBreak: l()
|
|
2359
2359
|
}
|
|
2360
2360
|
};
|
|
2361
|
-
|
|
2361
|
+
gi(t, (e || {}).mdastExtensions || []);
|
|
2362
2362
|
const n = {};
|
|
2363
2363
|
return r;
|
|
2364
|
-
function r(
|
|
2364
|
+
function r(k) {
|
|
2365
2365
|
let M = {
|
|
2366
2366
|
type: "root",
|
|
2367
2367
|
children: []
|
|
@@ -2377,24 +2377,24 @@ function wl(e) {
|
|
|
2377
2377
|
data: n
|
|
2378
2378
|
}, V = [];
|
|
2379
2379
|
let K = -1;
|
|
2380
|
-
for (; ++K <
|
|
2381
|
-
if (
|
|
2382
|
-
if (
|
|
2380
|
+
for (; ++K < k.length; )
|
|
2381
|
+
if (k[K][1].type === "listOrdered" || k[K][1].type === "listUnordered")
|
|
2382
|
+
if (k[K][0] === "enter")
|
|
2383
2383
|
V.push(K);
|
|
2384
2384
|
else {
|
|
2385
2385
|
const xe = V.pop();
|
|
2386
|
-
K = u(
|
|
2386
|
+
K = u(k, xe, K);
|
|
2387
2387
|
}
|
|
2388
|
-
for (K = -1; ++K <
|
|
2389
|
-
const xe = t[
|
|
2390
|
-
|
|
2388
|
+
for (K = -1; ++K < k.length; ) {
|
|
2389
|
+
const xe = t[k[K][0]];
|
|
2390
|
+
bi.call(xe, k[K][1].type) && xe[k[K][1].type].call(
|
|
2391
2391
|
Object.assign(
|
|
2392
2392
|
{
|
|
2393
|
-
sliceSerialize:
|
|
2393
|
+
sliceSerialize: k[K][2].sliceSerialize
|
|
2394
2394
|
},
|
|
2395
2395
|
U
|
|
2396
2396
|
),
|
|
2397
|
-
|
|
2397
|
+
k[K][1]
|
|
2398
2398
|
);
|
|
2399
2399
|
}
|
|
2400
2400
|
if (U.tokenStack.length > 0) {
|
|
@@ -2403,14 +2403,14 @@ function wl(e) {
|
|
|
2403
2403
|
}
|
|
2404
2404
|
for (M.position = {
|
|
2405
2405
|
start: He(
|
|
2406
|
-
|
|
2406
|
+
k.length > 0 ? k[0][1].start : {
|
|
2407
2407
|
line: 1,
|
|
2408
2408
|
column: 1,
|
|
2409
2409
|
offset: 0
|
|
2410
2410
|
}
|
|
2411
2411
|
),
|
|
2412
2412
|
end: He(
|
|
2413
|
-
|
|
2413
|
+
k.length > 0 ? k[k.length - 2][1].end : {
|
|
2414
2414
|
line: 1,
|
|
2415
2415
|
column: 1,
|
|
2416
2416
|
offset: 0
|
|
@@ -2420,10 +2420,10 @@ function wl(e) {
|
|
|
2420
2420
|
M = t.transforms[K](M) || M;
|
|
2421
2421
|
return M;
|
|
2422
2422
|
}
|
|
2423
|
-
function u(
|
|
2423
|
+
function u(k, M, U) {
|
|
2424
2424
|
let V = M - 1, K = -1, xe = !1, Ge, De, It, xt;
|
|
2425
2425
|
for (; ++V <= U; ) {
|
|
2426
|
-
const Ee =
|
|
2426
|
+
const Ee = k[V];
|
|
2427
2427
|
switch (Ee[1].type) {
|
|
2428
2428
|
case "listUnordered":
|
|
2429
2429
|
case "listOrdered":
|
|
@@ -2448,16 +2448,16 @@ function wl(e) {
|
|
|
2448
2448
|
if (Ge) {
|
|
2449
2449
|
let at = V;
|
|
2450
2450
|
for (De = void 0; at--; ) {
|
|
2451
|
-
const Pe =
|
|
2451
|
+
const Pe = k[at];
|
|
2452
2452
|
if (Pe[1].type === "lineEnding" || Pe[1].type === "lineEndingBlank") {
|
|
2453
2453
|
if (Pe[0] === "exit") continue;
|
|
2454
|
-
De && (
|
|
2454
|
+
De && (k[De][1].type = "lineEndingBlank", xe = !0), Pe[1].type = "lineEnding", De = at;
|
|
2455
2455
|
} else if (!(Pe[1].type === "linePrefix" || Pe[1].type === "blockQuotePrefix" || Pe[1].type === "blockQuotePrefixWhitespace" || Pe[1].type === "blockQuoteMarker" || Pe[1].type === "listItemIndent")) break;
|
|
2456
2456
|
}
|
|
2457
2457
|
It && (!De || It < De) && (Ge._spread = !0), Ge.end = Object.assign(
|
|
2458
2458
|
{},
|
|
2459
|
-
De ?
|
|
2460
|
-
),
|
|
2459
|
+
De ? k[De][1].start : Ee[1].end
|
|
2460
|
+
), k.splice(De || V, 0, ["exit", Ge, Ee[2]]), V++, U++;
|
|
2461
2461
|
}
|
|
2462
2462
|
if (Ee[1].type === "listItemPrefix") {
|
|
2463
2463
|
const at = {
|
|
@@ -2467,16 +2467,16 @@ function wl(e) {
|
|
|
2467
2467
|
// @ts-expect-error: we’ll add `end` in a second.
|
|
2468
2468
|
end: void 0
|
|
2469
2469
|
};
|
|
2470
|
-
Ge = at,
|
|
2470
|
+
Ge = at, k.splice(V, 0, ["enter", at, Ee[2]]), V++, U++, It = void 0, xt = !0;
|
|
2471
2471
|
}
|
|
2472
2472
|
}
|
|
2473
2473
|
}
|
|
2474
|
-
return
|
|
2474
|
+
return k[M][1]._spread = xe, U;
|
|
2475
2475
|
}
|
|
2476
|
-
function a(
|
|
2476
|
+
function a(k, M) {
|
|
2477
2477
|
return U;
|
|
2478
2478
|
function U(V) {
|
|
2479
|
-
o.call(this,
|
|
2479
|
+
o.call(this, k(V), V), M && M.call(this, V);
|
|
2480
2480
|
}
|
|
2481
2481
|
}
|
|
2482
2482
|
function i() {
|
|
@@ -2485,30 +2485,30 @@ function wl(e) {
|
|
|
2485
2485
|
children: []
|
|
2486
2486
|
});
|
|
2487
2487
|
}
|
|
2488
|
-
function o(
|
|
2489
|
-
this.stack[this.stack.length - 1].children.push(
|
|
2488
|
+
function o(k, M, U) {
|
|
2489
|
+
this.stack[this.stack.length - 1].children.push(k), this.stack.push(k), this.tokenStack.push([M, U]), k.position = {
|
|
2490
2490
|
start: He(M.start),
|
|
2491
2491
|
// @ts-expect-error: `end` will be patched later.
|
|
2492
2492
|
end: void 0
|
|
2493
2493
|
};
|
|
2494
2494
|
}
|
|
2495
|
-
function l(
|
|
2495
|
+
function l(k) {
|
|
2496
2496
|
return M;
|
|
2497
2497
|
function M(U) {
|
|
2498
|
-
|
|
2498
|
+
k && k.call(this, U), c.call(this, U);
|
|
2499
2499
|
}
|
|
2500
2500
|
}
|
|
2501
|
-
function c(
|
|
2501
|
+
function c(k, M) {
|
|
2502
2502
|
const U = this.stack.pop(), V = this.tokenStack.pop();
|
|
2503
2503
|
if (V)
|
|
2504
|
-
V[0].type !==
|
|
2504
|
+
V[0].type !== k.type && (M ? M.call(this, k, V[0]) : (V[1] || Zr).call(this, k, V[0]));
|
|
2505
2505
|
else throw new Error(
|
|
2506
|
-
"Cannot close `" +
|
|
2507
|
-
start:
|
|
2508
|
-
end:
|
|
2506
|
+
"Cannot close `" + k.type + "` (" + en({
|
|
2507
|
+
start: k.start,
|
|
2508
|
+
end: k.end
|
|
2509
2509
|
}) + "): it’s not open"
|
|
2510
2510
|
);
|
|
2511
|
-
U.position.end = He(
|
|
2511
|
+
U.position.end = He(k.end);
|
|
2512
2512
|
}
|
|
2513
2513
|
function h() {
|
|
2514
2514
|
return cr(this.stack.pop());
|
|
@@ -2516,136 +2516,136 @@ function wl(e) {
|
|
|
2516
2516
|
function f() {
|
|
2517
2517
|
this.data.expectingFirstListItemValue = !0;
|
|
2518
2518
|
}
|
|
2519
|
-
function p(
|
|
2519
|
+
function p(k) {
|
|
2520
2520
|
if (this.data.expectingFirstListItemValue) {
|
|
2521
2521
|
const M = this.stack[this.stack.length - 2];
|
|
2522
|
-
M.start = Number.parseInt(this.sliceSerialize(
|
|
2522
|
+
M.start = Number.parseInt(this.sliceSerialize(k), 10), this.data.expectingFirstListItemValue = void 0;
|
|
2523
2523
|
}
|
|
2524
2524
|
}
|
|
2525
2525
|
function m() {
|
|
2526
|
-
const
|
|
2527
|
-
M.lang =
|
|
2526
|
+
const k = this.resume(), M = this.stack[this.stack.length - 1];
|
|
2527
|
+
M.lang = k;
|
|
2528
2528
|
}
|
|
2529
2529
|
function A() {
|
|
2530
|
-
const
|
|
2531
|
-
M.meta =
|
|
2530
|
+
const k = this.resume(), M = this.stack[this.stack.length - 1];
|
|
2531
|
+
M.meta = k;
|
|
2532
2532
|
}
|
|
2533
|
-
function
|
|
2533
|
+
function I() {
|
|
2534
2534
|
this.data.flowCodeInside || (this.buffer(), this.data.flowCodeInside = !0);
|
|
2535
2535
|
}
|
|
2536
2536
|
function L() {
|
|
2537
|
-
const
|
|
2538
|
-
M.value =
|
|
2537
|
+
const k = this.resume(), M = this.stack[this.stack.length - 1];
|
|
2538
|
+
M.value = k.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g, ""), this.data.flowCodeInside = void 0;
|
|
2539
2539
|
}
|
|
2540
|
-
function
|
|
2541
|
-
const
|
|
2542
|
-
M.value =
|
|
2540
|
+
function N() {
|
|
2541
|
+
const k = this.resume(), M = this.stack[this.stack.length - 1];
|
|
2542
|
+
M.value = k.replace(/(\r?\n|\r)$/g, "");
|
|
2543
2543
|
}
|
|
2544
|
-
function w(
|
|
2544
|
+
function w(k) {
|
|
2545
2545
|
const M = this.resume(), U = this.stack[this.stack.length - 1];
|
|
2546
2546
|
U.label = M, U.identifier = ht(
|
|
2547
|
-
this.sliceSerialize(
|
|
2547
|
+
this.sliceSerialize(k)
|
|
2548
2548
|
).toLowerCase();
|
|
2549
2549
|
}
|
|
2550
2550
|
function R() {
|
|
2551
|
-
const
|
|
2552
|
-
M.title =
|
|
2551
|
+
const k = this.resume(), M = this.stack[this.stack.length - 1];
|
|
2552
|
+
M.title = k;
|
|
2553
2553
|
}
|
|
2554
2554
|
function z() {
|
|
2555
|
-
const
|
|
2556
|
-
M.url =
|
|
2555
|
+
const k = this.resume(), M = this.stack[this.stack.length - 1];
|
|
2556
|
+
M.url = k;
|
|
2557
2557
|
}
|
|
2558
|
-
function Y(
|
|
2558
|
+
function Y(k) {
|
|
2559
2559
|
const M = this.stack[this.stack.length - 1];
|
|
2560
2560
|
if (!M.depth) {
|
|
2561
|
-
const U = this.sliceSerialize(
|
|
2561
|
+
const U = this.sliceSerialize(k).length;
|
|
2562
2562
|
M.depth = U;
|
|
2563
2563
|
}
|
|
2564
2564
|
}
|
|
2565
|
-
function
|
|
2565
|
+
function S() {
|
|
2566
2566
|
this.data.setextHeadingSlurpLineEnding = !0;
|
|
2567
2567
|
}
|
|
2568
|
-
function Q(
|
|
2568
|
+
function Q(k) {
|
|
2569
2569
|
const M = this.stack[this.stack.length - 1];
|
|
2570
|
-
M.depth = this.sliceSerialize(
|
|
2570
|
+
M.depth = this.sliceSerialize(k).codePointAt(0) === 61 ? 1 : 2;
|
|
2571
2571
|
}
|
|
2572
2572
|
function ee() {
|
|
2573
2573
|
this.data.setextHeadingSlurpLineEnding = void 0;
|
|
2574
2574
|
}
|
|
2575
|
-
function X(
|
|
2575
|
+
function X(k) {
|
|
2576
2576
|
const U = this.stack[this.stack.length - 1].children;
|
|
2577
2577
|
let V = U[U.length - 1];
|
|
2578
|
-
(!V || V.type !== "text") && (V =
|
|
2579
|
-
start: He(
|
|
2578
|
+
(!V || V.type !== "text") && (V = rs(), V.position = {
|
|
2579
|
+
start: He(k.start),
|
|
2580
2580
|
// @ts-expect-error: we’ll add `end` later.
|
|
2581
2581
|
end: void 0
|
|
2582
2582
|
}, U.push(V)), this.stack.push(V);
|
|
2583
2583
|
}
|
|
2584
|
-
function
|
|
2584
|
+
function x(k) {
|
|
2585
2585
|
const M = this.stack.pop();
|
|
2586
|
-
M.value += this.sliceSerialize(
|
|
2586
|
+
M.value += this.sliceSerialize(k), M.position.end = He(k.end);
|
|
2587
2587
|
}
|
|
2588
|
-
function B(
|
|
2588
|
+
function B(k) {
|
|
2589
2589
|
const M = this.stack[this.stack.length - 1];
|
|
2590
2590
|
if (this.data.atHardBreak) {
|
|
2591
2591
|
const U = M.children[M.children.length - 1];
|
|
2592
|
-
U.position.end = He(
|
|
2592
|
+
U.position.end = He(k.end), this.data.atHardBreak = void 0;
|
|
2593
2593
|
return;
|
|
2594
2594
|
}
|
|
2595
|
-
!this.data.setextHeadingSlurpLineEnding && t.canContainEols.includes(M.type) && (X.call(this,
|
|
2595
|
+
!this.data.setextHeadingSlurpLineEnding && t.canContainEols.includes(M.type) && (X.call(this, k), x.call(this, k));
|
|
2596
2596
|
}
|
|
2597
2597
|
function F() {
|
|
2598
2598
|
this.data.atHardBreak = !0;
|
|
2599
2599
|
}
|
|
2600
2600
|
function $() {
|
|
2601
|
-
const
|
|
2602
|
-
M.value =
|
|
2601
|
+
const k = this.resume(), M = this.stack[this.stack.length - 1];
|
|
2602
|
+
M.value = k;
|
|
2603
2603
|
}
|
|
2604
2604
|
function ne() {
|
|
2605
|
-
const
|
|
2606
|
-
M.value =
|
|
2605
|
+
const k = this.resume(), M = this.stack[this.stack.length - 1];
|
|
2606
|
+
M.value = k;
|
|
2607
2607
|
}
|
|
2608
2608
|
function G() {
|
|
2609
|
-
const
|
|
2610
|
-
M.value =
|
|
2609
|
+
const k = this.resume(), M = this.stack[this.stack.length - 1];
|
|
2610
|
+
M.value = k;
|
|
2611
2611
|
}
|
|
2612
2612
|
function ce() {
|
|
2613
|
-
const
|
|
2613
|
+
const k = this.stack[this.stack.length - 1];
|
|
2614
2614
|
if (this.data.inReference) {
|
|
2615
2615
|
const M = this.data.referenceType || "shortcut";
|
|
2616
|
-
|
|
2616
|
+
k.type += "Reference", k.referenceType = M, delete k.url, delete k.title;
|
|
2617
2617
|
} else
|
|
2618
|
-
delete
|
|
2618
|
+
delete k.identifier, delete k.label;
|
|
2619
2619
|
this.data.referenceType = void 0;
|
|
2620
2620
|
}
|
|
2621
|
-
function
|
|
2622
|
-
const
|
|
2621
|
+
function oe() {
|
|
2622
|
+
const k = this.stack[this.stack.length - 1];
|
|
2623
2623
|
if (this.data.inReference) {
|
|
2624
2624
|
const M = this.data.referenceType || "shortcut";
|
|
2625
|
-
|
|
2625
|
+
k.type += "Reference", k.referenceType = M, delete k.url, delete k.title;
|
|
2626
2626
|
} else
|
|
2627
|
-
delete
|
|
2627
|
+
delete k.identifier, delete k.label;
|
|
2628
2628
|
this.data.referenceType = void 0;
|
|
2629
2629
|
}
|
|
2630
|
-
function _e(
|
|
2631
|
-
const M = this.sliceSerialize(
|
|
2630
|
+
function _e(k) {
|
|
2631
|
+
const M = this.sliceSerialize(k), U = this.stack[this.stack.length - 2];
|
|
2632
2632
|
U.label = Rl(M), U.identifier = ht(M).toLowerCase();
|
|
2633
2633
|
}
|
|
2634
2634
|
function Le() {
|
|
2635
|
-
const
|
|
2635
|
+
const k = this.stack[this.stack.length - 1], M = this.resume(), U = this.stack[this.stack.length - 1];
|
|
2636
2636
|
if (this.data.inReference = !0, U.type === "link") {
|
|
2637
|
-
const V =
|
|
2637
|
+
const V = k.children;
|
|
2638
2638
|
U.children = V;
|
|
2639
2639
|
} else
|
|
2640
2640
|
U.alt = M;
|
|
2641
2641
|
}
|
|
2642
2642
|
function b() {
|
|
2643
|
-
const
|
|
2644
|
-
M.url =
|
|
2643
|
+
const k = this.resume(), M = this.stack[this.stack.length - 1];
|
|
2644
|
+
M.url = k;
|
|
2645
2645
|
}
|
|
2646
2646
|
function Ce() {
|
|
2647
|
-
const
|
|
2648
|
-
M.title =
|
|
2647
|
+
const k = this.resume(), M = this.stack[this.stack.length - 1];
|
|
2648
|
+
M.title = k;
|
|
2649
2649
|
}
|
|
2650
2650
|
function Re() {
|
|
2651
2651
|
this.data.inReference = void 0;
|
|
@@ -2653,34 +2653,34 @@ function wl(e) {
|
|
|
2653
2653
|
function g() {
|
|
2654
2654
|
this.data.referenceType = "collapsed";
|
|
2655
2655
|
}
|
|
2656
|
-
function Ie(
|
|
2656
|
+
function Ie(k) {
|
|
2657
2657
|
const M = this.resume(), U = this.stack[this.stack.length - 1];
|
|
2658
2658
|
U.label = M, U.identifier = ht(
|
|
2659
|
-
this.sliceSerialize(
|
|
2659
|
+
this.sliceSerialize(k)
|
|
2660
2660
|
).toLowerCase(), this.data.referenceType = "full";
|
|
2661
2661
|
}
|
|
2662
|
-
function We(
|
|
2663
|
-
this.data.characterReferenceType =
|
|
2662
|
+
function We(k) {
|
|
2663
|
+
this.data.characterReferenceType = k.type;
|
|
2664
2664
|
}
|
|
2665
|
-
function
|
|
2666
|
-
const M = this.sliceSerialize(
|
|
2665
|
+
function le(k) {
|
|
2666
|
+
const M = this.sliceSerialize(k), U = this.data.characterReferenceType;
|
|
2667
2667
|
let V;
|
|
2668
|
-
U ? (V =
|
|
2668
|
+
U ? (V = oi(
|
|
2669
2669
|
M,
|
|
2670
2670
|
U === "characterReferenceMarkerNumeric" ? 10 : 16
|
|
2671
2671
|
), this.data.characterReferenceType = void 0) : V = fr(M);
|
|
2672
2672
|
const K = this.stack.pop();
|
|
2673
|
-
K.value += V, K.position.end = He(
|
|
2673
|
+
K.value += V, K.position.end = He(k.end);
|
|
2674
2674
|
}
|
|
2675
|
-
function Ct(
|
|
2676
|
-
|
|
2675
|
+
function Ct(k) {
|
|
2676
|
+
x.call(this, k);
|
|
2677
2677
|
const M = this.stack[this.stack.length - 1];
|
|
2678
|
-
M.url = this.sliceSerialize(
|
|
2678
|
+
M.url = this.sliceSerialize(k);
|
|
2679
2679
|
}
|
|
2680
|
-
function Fe(
|
|
2681
|
-
|
|
2680
|
+
function Fe(k) {
|
|
2681
|
+
x.call(this, k);
|
|
2682
2682
|
const M = this.stack[this.stack.length - 1];
|
|
2683
|
-
M.url = "mailto:" + this.sliceSerialize(
|
|
2683
|
+
M.url = "mailto:" + this.sliceSerialize(k);
|
|
2684
2684
|
}
|
|
2685
2685
|
function it() {
|
|
2686
2686
|
return {
|
|
@@ -2702,7 +2702,7 @@ function wl(e) {
|
|
|
2702
2702
|
value: ""
|
|
2703
2703
|
};
|
|
2704
2704
|
}
|
|
2705
|
-
function
|
|
2705
|
+
function $a() {
|
|
2706
2706
|
return {
|
|
2707
2707
|
type: "definition",
|
|
2708
2708
|
identifier: "",
|
|
@@ -2711,7 +2711,7 @@ function wl(e) {
|
|
|
2711
2711
|
url: ""
|
|
2712
2712
|
};
|
|
2713
2713
|
}
|
|
2714
|
-
function
|
|
2714
|
+
function Ja() {
|
|
2715
2715
|
return {
|
|
2716
2716
|
type: "emphasis",
|
|
2717
2717
|
children: []
|
|
@@ -2736,7 +2736,7 @@ function wl(e) {
|
|
|
2736
2736
|
value: ""
|
|
2737
2737
|
};
|
|
2738
2738
|
}
|
|
2739
|
-
function
|
|
2739
|
+
function Za() {
|
|
2740
2740
|
return {
|
|
2741
2741
|
type: "image",
|
|
2742
2742
|
title: null,
|
|
@@ -2752,42 +2752,42 @@ function wl(e) {
|
|
|
2752
2752
|
children: []
|
|
2753
2753
|
};
|
|
2754
2754
|
}
|
|
2755
|
-
function Ur(
|
|
2755
|
+
function Ur(k) {
|
|
2756
2756
|
return {
|
|
2757
2757
|
type: "list",
|
|
2758
|
-
ordered:
|
|
2758
|
+
ordered: k.type === "listOrdered",
|
|
2759
2759
|
start: null,
|
|
2760
|
-
spread:
|
|
2760
|
+
spread: k._spread,
|
|
2761
2761
|
children: []
|
|
2762
2762
|
};
|
|
2763
2763
|
}
|
|
2764
|
-
function
|
|
2764
|
+
function es(k) {
|
|
2765
2765
|
return {
|
|
2766
2766
|
type: "listItem",
|
|
2767
|
-
spread:
|
|
2767
|
+
spread: k._spread,
|
|
2768
2768
|
checked: null,
|
|
2769
2769
|
children: []
|
|
2770
2770
|
};
|
|
2771
2771
|
}
|
|
2772
|
-
function
|
|
2772
|
+
function ts() {
|
|
2773
2773
|
return {
|
|
2774
2774
|
type: "paragraph",
|
|
2775
2775
|
children: []
|
|
2776
2776
|
};
|
|
2777
2777
|
}
|
|
2778
|
-
function
|
|
2778
|
+
function ns() {
|
|
2779
2779
|
return {
|
|
2780
2780
|
type: "strong",
|
|
2781
2781
|
children: []
|
|
2782
2782
|
};
|
|
2783
2783
|
}
|
|
2784
|
-
function
|
|
2784
|
+
function rs() {
|
|
2785
2785
|
return {
|
|
2786
2786
|
type: "text",
|
|
2787
2787
|
value: ""
|
|
2788
2788
|
};
|
|
2789
2789
|
}
|
|
2790
|
-
function
|
|
2790
|
+
function us() {
|
|
2791
2791
|
return {
|
|
2792
2792
|
type: "thematicBreak"
|
|
2793
2793
|
};
|
|
@@ -2800,17 +2800,17 @@ function He(e) {
|
|
|
2800
2800
|
offset: e.offset
|
|
2801
2801
|
};
|
|
2802
2802
|
}
|
|
2803
|
-
function
|
|
2803
|
+
function gi(e, t) {
|
|
2804
2804
|
let n = -1;
|
|
2805
2805
|
for (; ++n < t.length; ) {
|
|
2806
2806
|
const r = t[n];
|
|
2807
|
-
Array.isArray(r) ?
|
|
2807
|
+
Array.isArray(r) ? gi(e, r) : Ml(e, r);
|
|
2808
2808
|
}
|
|
2809
2809
|
}
|
|
2810
2810
|
function Ml(e, t) {
|
|
2811
2811
|
let n;
|
|
2812
2812
|
for (n in t)
|
|
2813
|
-
if (
|
|
2813
|
+
if (bi.call(t, n))
|
|
2814
2814
|
switch (n) {
|
|
2815
2815
|
case "canContainEols": {
|
|
2816
2816
|
const r = t[n];
|
|
@@ -2963,7 +2963,7 @@ function jl(e, t) {
|
|
|
2963
2963
|
return e.patch(t, n), e.applyData(t, n);
|
|
2964
2964
|
}
|
|
2965
2965
|
}
|
|
2966
|
-
function
|
|
2966
|
+
function Ai(e, t) {
|
|
2967
2967
|
const n = t.referenceType;
|
|
2968
2968
|
let r = "]";
|
|
2969
2969
|
if (n === "collapsed" ? r += "[]" : n === "full" && (r += "[" + (t.label || t.identifier) + "]"), t.type === "imageReference")
|
|
@@ -2976,7 +2976,7 @@ function gi(e, t) {
|
|
|
2976
2976
|
function Vl(e, t) {
|
|
2977
2977
|
const n = String(t.identifier).toUpperCase(), r = e.definitionById.get(n);
|
|
2978
2978
|
if (!r)
|
|
2979
|
-
return
|
|
2979
|
+
return Ai(e, t);
|
|
2980
2980
|
const u = { src: Tt(r.url || ""), alt: t.alt };
|
|
2981
2981
|
r.title !== null && r.title !== void 0 && (u.title = r.title);
|
|
2982
2982
|
const a = { type: "element", tagName: "img", properties: u, children: [] };
|
|
@@ -3002,7 +3002,7 @@ function Ql(e, t) {
|
|
|
3002
3002
|
function Gl(e, t) {
|
|
3003
3003
|
const n = String(t.identifier).toUpperCase(), r = e.definitionById.get(n);
|
|
3004
3004
|
if (!r)
|
|
3005
|
-
return
|
|
3005
|
+
return Ai(e, t);
|
|
3006
3006
|
const u = { href: Tt(r.url || "") };
|
|
3007
3007
|
r.title !== null && r.title !== void 0 && (u.title = r.title);
|
|
3008
3008
|
const a = {
|
|
@@ -3025,7 +3025,7 @@ function Xl(e, t) {
|
|
|
3025
3025
|
return e.patch(t, r), e.applyData(t, r);
|
|
3026
3026
|
}
|
|
3027
3027
|
function Kl(e, t, n) {
|
|
3028
|
-
const r = e.all(t), u = n ? $l(n) :
|
|
3028
|
+
const r = e.all(t), u = n ? $l(n) : _i(t), a = {}, i = [];
|
|
3029
3029
|
if (typeof t.checked == "boolean") {
|
|
3030
3030
|
const h = r[0];
|
|
3031
3031
|
let f;
|
|
@@ -3055,11 +3055,11 @@ function $l(e) {
|
|
|
3055
3055
|
const n = e.children;
|
|
3056
3056
|
let r = -1;
|
|
3057
3057
|
for (; !t && ++r < n.length; )
|
|
3058
|
-
t =
|
|
3058
|
+
t = _i(n[r]);
|
|
3059
3059
|
}
|
|
3060
3060
|
return t;
|
|
3061
3061
|
}
|
|
3062
|
-
function
|
|
3062
|
+
function _i(e) {
|
|
3063
3063
|
const t = e.spread;
|
|
3064
3064
|
return t ?? e.children.length > 1;
|
|
3065
3065
|
}
|
|
@@ -3230,14 +3230,14 @@ const oc = {
|
|
|
3230
3230
|
};
|
|
3231
3231
|
function Qt() {
|
|
3232
3232
|
}
|
|
3233
|
-
const
|
|
3233
|
+
const Ci = -1, _n = 0, Dt = 1, ln = 2, mr = 3, pr = 4, Er = 5, Tr = 6, Ii = 7, xi = 8, ru = typeof self == "object" ? self : globalThis, lc = (e, t) => {
|
|
3234
3234
|
const n = (u, a) => (e.set(a, u), u), r = (u) => {
|
|
3235
3235
|
if (e.has(u))
|
|
3236
3236
|
return e.get(u);
|
|
3237
3237
|
const [a, i] = t[u];
|
|
3238
3238
|
switch (a) {
|
|
3239
3239
|
case _n:
|
|
3240
|
-
case
|
|
3240
|
+
case Ci:
|
|
3241
3241
|
return n(i, u);
|
|
3242
3242
|
case Dt: {
|
|
3243
3243
|
const o = n([], u);
|
|
@@ -3269,11 +3269,11 @@ const _i = -1, _n = 0, Dt = 1, ln = 2, mr = 3, pr = 4, Er = 5, Tr = 6, Ci = 7, I
|
|
|
3269
3269
|
o.add(r(l));
|
|
3270
3270
|
return o;
|
|
3271
3271
|
}
|
|
3272
|
-
case
|
|
3272
|
+
case Ii: {
|
|
3273
3273
|
const { name: o, message: l } = i;
|
|
3274
3274
|
return n(new ru[o](l), u);
|
|
3275
3275
|
}
|
|
3276
|
-
case
|
|
3276
|
+
case xi:
|
|
3277
3277
|
return n(BigInt(i), u);
|
|
3278
3278
|
case "BigInt":
|
|
3279
3279
|
return n(Object(BigInt(i)), u);
|
|
@@ -3308,7 +3308,7 @@ const _i = -1, _n = 0, Dt = 1, ln = 2, mr = 3, pr = 4, Er = 5, Tr = 6, Ci = 7, I
|
|
|
3308
3308
|
case "DataView":
|
|
3309
3309
|
return [Dt, n];
|
|
3310
3310
|
}
|
|
3311
|
-
return n.includes("Array") ? [Dt, n] : n.includes("Error") ? [
|
|
3311
|
+
return n.includes("Array") ? [Dt, n] : n.includes("Error") ? [Ii, n] : [ln, n];
|
|
3312
3312
|
}, Gt = ([e, t]) => e === _n && (t === "function" || t === "symbol"), hc = (e, t, n, r) => {
|
|
3313
3313
|
const u = (i, o) => {
|
|
3314
3314
|
const l = r.push(i) - 1;
|
|
@@ -3322,7 +3322,7 @@ const _i = -1, _n = 0, Dt = 1, ln = 2, mr = 3, pr = 4, Er = 5, Tr = 6, Ci = 7, I
|
|
|
3322
3322
|
let h = i;
|
|
3323
3323
|
switch (l) {
|
|
3324
3324
|
case "bigint":
|
|
3325
|
-
o =
|
|
3325
|
+
o = xi, h = i.toString();
|
|
3326
3326
|
break;
|
|
3327
3327
|
case "function":
|
|
3328
3328
|
case "symbol":
|
|
@@ -3331,7 +3331,7 @@ const _i = -1, _n = 0, Dt = 1, ln = 2, mr = 3, pr = 4, Er = 5, Tr = 6, Ci = 7, I
|
|
|
3331
3331
|
h = null;
|
|
3332
3332
|
break;
|
|
3333
3333
|
case "undefined":
|
|
3334
|
-
return u([
|
|
3334
|
+
return u([Ci], i);
|
|
3335
3335
|
}
|
|
3336
3336
|
return u([o, h], i);
|
|
3337
3337
|
}
|
|
@@ -3417,8 +3417,8 @@ function pc(e) {
|
|
|
3417
3417
|
continue;
|
|
3418
3418
|
const h = e.all(c), f = String(c.identifier).toUpperCase(), p = Tt(f.toLowerCase());
|
|
3419
3419
|
let m = 0;
|
|
3420
|
-
const A = [],
|
|
3421
|
-
for (;
|
|
3420
|
+
const A = [], I = e.footnoteCounts.get(f);
|
|
3421
|
+
for (; I !== void 0 && ++m <= I; ) {
|
|
3422
3422
|
A.length > 0 && A.push({ type: "text", value: " " });
|
|
3423
3423
|
let w = typeof n == "string" ? n : n(l, m);
|
|
3424
3424
|
typeof w == "string" && (w = { type: "text", value: w }), A.push({
|
|
@@ -3439,13 +3439,13 @@ function pc(e) {
|
|
|
3439
3439
|
w && w.type === "text" ? w.value += " " : L.children.push({ type: "text", value: " " }), L.children.push(...A);
|
|
3440
3440
|
} else
|
|
3441
3441
|
h.push(...A);
|
|
3442
|
-
const
|
|
3442
|
+
const N = {
|
|
3443
3443
|
type: "element",
|
|
3444
3444
|
tagName: "li",
|
|
3445
3445
|
properties: { id: t + "fn-" + p },
|
|
3446
3446
|
children: e.wrap(h, !0)
|
|
3447
3447
|
};
|
|
3448
|
-
e.patch(c,
|
|
3448
|
+
e.patch(c, N), o.push(N);
|
|
3449
3449
|
}
|
|
3450
3450
|
if (o.length !== 0)
|
|
3451
3451
|
return {
|
|
@@ -3502,8 +3502,8 @@ function Tc(e, t) {
|
|
|
3502
3502
|
return m(o, h, f);
|
|
3503
3503
|
if (o.options.passThrough && o.options.passThrough.includes(p)) {
|
|
3504
3504
|
if ("children" in h) {
|
|
3505
|
-
const { children:
|
|
3506
|
-
return
|
|
3505
|
+
const { children: I, ...L } = h, N = cn(L);
|
|
3506
|
+
return N.children = o.all(h), N;
|
|
3507
3507
|
}
|
|
3508
3508
|
return cn(h);
|
|
3509
3509
|
}
|
|
@@ -3518,8 +3518,8 @@ function Tc(e, t) {
|
|
|
3518
3518
|
const A = o.one(p[m], h);
|
|
3519
3519
|
if (A) {
|
|
3520
3520
|
if (m && p[m - 1].type === "break" && (!Array.isArray(A) && A.type === "text" && (A.value = au(A.value)), !Array.isArray(A) && A.type === "element")) {
|
|
3521
|
-
const
|
|
3522
|
-
|
|
3521
|
+
const I = A.children[0];
|
|
3522
|
+
I && I.type === "text" && (I.value = au(I.value));
|
|
3523
3523
|
}
|
|
3524
3524
|
Array.isArray(A) ? f.push(...A) : f.push(A);
|
|
3525
3525
|
}
|
|
@@ -3529,7 +3529,7 @@ function Tc(e, t) {
|
|
|
3529
3529
|
}
|
|
3530
3530
|
}
|
|
3531
3531
|
function bc(e, t) {
|
|
3532
|
-
e.position && (t.position =
|
|
3532
|
+
e.position && (t.position = os(e));
|
|
3533
3533
|
}
|
|
3534
3534
|
function gc(e, t) {
|
|
3535
3535
|
let n = t;
|
|
@@ -3626,12 +3626,12 @@ function Ic() {
|
|
|
3626
3626
|
return c[h];
|
|
3627
3627
|
};
|
|
3628
3628
|
return Pn = function l() {
|
|
3629
|
-
var c, h, f, p, m, A,
|
|
3630
|
-
for (typeof
|
|
3629
|
+
var c, h, f, p, m, A, I = arguments[0], L = 1, N = arguments.length, w = !1;
|
|
3630
|
+
for (typeof I == "boolean" && (w = I, I = arguments[1] || {}, L = 2), (I == null || typeof I != "object" && typeof I != "function") && (I = {}); L < N; ++L)
|
|
3631
3631
|
if (c = arguments[L], c != null)
|
|
3632
3632
|
for (h in c)
|
|
3633
|
-
f = o(
|
|
3634
|
-
return
|
|
3633
|
+
f = o(I, h), p = o(c, h), I !== p && (w && p && (a(p) || (m = u(p))) ? (m ? (m = !1, A = f && u(f) ? f : []) : A = f && a(f) ? f : {}, i(I, { name: h, newValue: l(w, A, p) })) : typeof p < "u" && i(I, { name: h, newValue: p }));
|
|
3634
|
+
return I;
|
|
3635
3635
|
}, Pn;
|
|
3636
3636
|
}
|
|
3637
3637
|
var xc = Ic();
|
|
@@ -3660,7 +3660,7 @@ function Nc() {
|
|
|
3660
3660
|
}
|
|
3661
3661
|
for (; ++f < u.length; )
|
|
3662
3662
|
(c[f] === null || c[f] === void 0) && (c[f] = u[f]);
|
|
3663
|
-
u = c, h ?
|
|
3663
|
+
u = c, h ? kc(h, o)(...c) : i(null, ...c);
|
|
3664
3664
|
}
|
|
3665
3665
|
}
|
|
3666
3666
|
function r(u) {
|
|
@@ -3671,7 +3671,7 @@ function Nc() {
|
|
|
3671
3671
|
return e.push(u), t;
|
|
3672
3672
|
}
|
|
3673
3673
|
}
|
|
3674
|
-
function
|
|
3674
|
+
function kc(e, t) {
|
|
3675
3675
|
let n;
|
|
3676
3676
|
return r;
|
|
3677
3677
|
function r(...i) {
|
|
@@ -3698,8 +3698,8 @@ function Sc(e, t) {
|
|
|
3698
3698
|
u(null, i);
|
|
3699
3699
|
}
|
|
3700
3700
|
}
|
|
3701
|
-
const
|
|
3702
|
-
function
|
|
3701
|
+
const ke = { basename: Sc, dirname: Oc, extname: yc, join: Lc, sep: "/" };
|
|
3702
|
+
function Sc(e, t) {
|
|
3703
3703
|
if (t !== void 0 && typeof t != "string")
|
|
3704
3704
|
throw new TypeError('"ext" argument must be a string');
|
|
3705
3705
|
zt(e);
|
|
@@ -3862,7 +3862,7 @@ const Mn = (
|
|
|
3862
3862
|
"dirname"
|
|
3863
3863
|
]
|
|
3864
3864
|
);
|
|
3865
|
-
class
|
|
3865
|
+
class Ni {
|
|
3866
3866
|
/**
|
|
3867
3867
|
* Create a new virtual file.
|
|
3868
3868
|
*
|
|
@@ -3904,7 +3904,7 @@ class xi {
|
|
|
3904
3904
|
* Basename.
|
|
3905
3905
|
*/
|
|
3906
3906
|
get basename() {
|
|
3907
|
-
return typeof this.path == "string" ?
|
|
3907
|
+
return typeof this.path == "string" ? ke.basename(this.path) : void 0;
|
|
3908
3908
|
}
|
|
3909
3909
|
/**
|
|
3910
3910
|
* Set basename (including extname) (`'index.min.js'`).
|
|
@@ -3919,7 +3919,7 @@ class xi {
|
|
|
3919
3919
|
* Nothing.
|
|
3920
3920
|
*/
|
|
3921
3921
|
set basename(t) {
|
|
3922
|
-
Fn(t, "basename"), Bn(t, "basename"), this.path =
|
|
3922
|
+
Fn(t, "basename"), Bn(t, "basename"), this.path = ke.join(this.dirname || "", t);
|
|
3923
3923
|
}
|
|
3924
3924
|
/**
|
|
3925
3925
|
* Get the parent path (example: `'~'`).
|
|
@@ -3928,7 +3928,7 @@ class xi {
|
|
|
3928
3928
|
* Dirname.
|
|
3929
3929
|
*/
|
|
3930
3930
|
get dirname() {
|
|
3931
|
-
return typeof this.path == "string" ?
|
|
3931
|
+
return typeof this.path == "string" ? ke.dirname(this.path) : void 0;
|
|
3932
3932
|
}
|
|
3933
3933
|
/**
|
|
3934
3934
|
* Set the parent path (example: `'~'`).
|
|
@@ -3941,7 +3941,7 @@ class xi {
|
|
|
3941
3941
|
* Nothing.
|
|
3942
3942
|
*/
|
|
3943
3943
|
set dirname(t) {
|
|
3944
|
-
cu(this.basename, "dirname"), this.path =
|
|
3944
|
+
cu(this.basename, "dirname"), this.path = ke.join(t || "", this.basename);
|
|
3945
3945
|
}
|
|
3946
3946
|
/**
|
|
3947
3947
|
* Get the extname (including dot) (example: `'.js'`).
|
|
@@ -3950,7 +3950,7 @@ class xi {
|
|
|
3950
3950
|
* Extname.
|
|
3951
3951
|
*/
|
|
3952
3952
|
get extname() {
|
|
3953
|
-
return typeof this.path == "string" ?
|
|
3953
|
+
return typeof this.path == "string" ? ke.extname(this.path) : void 0;
|
|
3954
3954
|
}
|
|
3955
3955
|
/**
|
|
3956
3956
|
* Set the extname (including dot) (example: `'.js'`).
|
|
@@ -3971,7 +3971,7 @@ class xi {
|
|
|
3971
3971
|
if (t.includes(".", 1))
|
|
3972
3972
|
throw new Error("`extname` cannot contain multiple dots");
|
|
3973
3973
|
}
|
|
3974
|
-
this.path =
|
|
3974
|
+
this.path = ke.join(this.dirname, this.stem + (t || ""));
|
|
3975
3975
|
}
|
|
3976
3976
|
/**
|
|
3977
3977
|
* Get the full path (example: `'~/index.min.js'`).
|
|
@@ -4004,7 +4004,7 @@ class xi {
|
|
|
4004
4004
|
* Stem.
|
|
4005
4005
|
*/
|
|
4006
4006
|
get stem() {
|
|
4007
|
-
return typeof this.path == "string" ?
|
|
4007
|
+
return typeof this.path == "string" ? ke.basename(this.path, this.extname) : void 0;
|
|
4008
4008
|
}
|
|
4009
4009
|
/**
|
|
4010
4010
|
* Set the stem (basename w/o extname) (example: `'index.min'`).
|
|
@@ -4019,7 +4019,7 @@ class xi {
|
|
|
4019
4019
|
* Nothing.
|
|
4020
4020
|
*/
|
|
4021
4021
|
set stem(t) {
|
|
4022
|
-
Fn(t, "stem"), Bn(t, "stem"), this.path =
|
|
4022
|
+
Fn(t, "stem"), Bn(t, "stem"), this.path = ke.join(this.dirname || "", t + (this.extname || ""));
|
|
4023
4023
|
}
|
|
4024
4024
|
// Normal prototypal methods.
|
|
4025
4025
|
/**
|
|
@@ -4207,7 +4207,7 @@ class xi {
|
|
|
4207
4207
|
* Message.
|
|
4208
4208
|
*/
|
|
4209
4209
|
message(t, n, r) {
|
|
4210
|
-
const u = new
|
|
4210
|
+
const u = new ls(
|
|
4211
4211
|
// @ts-expect-error: the overloads are fine.
|
|
4212
4212
|
t,
|
|
4213
4213
|
n,
|
|
@@ -4233,9 +4233,9 @@ class xi {
|
|
|
4233
4233
|
}
|
|
4234
4234
|
}
|
|
4235
4235
|
function Bn(e, t) {
|
|
4236
|
-
if (e && e.includes(
|
|
4236
|
+
if (e && e.includes(ke.sep))
|
|
4237
4237
|
throw new Error(
|
|
4238
|
-
"`" + t + "` cannot be a path: did not expect `" +
|
|
4238
|
+
"`" + t + "` cannot be a path: did not expect `" + ke.sep + "`"
|
|
4239
4239
|
);
|
|
4240
4240
|
}
|
|
4241
4241
|
function Fn(e, t) {
|
|
@@ -4746,8 +4746,8 @@ class br extends Hc {
|
|
|
4746
4746
|
r.push([c, ...h]);
|
|
4747
4747
|
else if (h.length > 0) {
|
|
4748
4748
|
let [m, ...A] = h;
|
|
4749
|
-
const
|
|
4750
|
-
Jn(
|
|
4749
|
+
const I = r[p][1];
|
|
4750
|
+
Jn(I) && Jn(m) && (m = wn(!0, I, m)), r[p] = [c, m, ...A];
|
|
4751
4751
|
}
|
|
4752
4752
|
}
|
|
4753
4753
|
}
|
|
@@ -4778,7 +4778,7 @@ function hu(e, t, n) {
|
|
|
4778
4778
|
);
|
|
4779
4779
|
}
|
|
4780
4780
|
function Xt(e) {
|
|
4781
|
-
return zc(e) ? e : new
|
|
4781
|
+
return zc(e) ? e : new Ni(e);
|
|
4782
4782
|
}
|
|
4783
4783
|
function zc(e) {
|
|
4784
4784
|
return !!(e && typeof e == "object" && "message" in e && "messages" in e);
|
|
@@ -4855,16 +4855,16 @@ function Gc(e) {
|
|
|
4855
4855
|
return vc().use(Bl).use(n).use(Cc, r).use(t);
|
|
4856
4856
|
}
|
|
4857
4857
|
function Xc(e) {
|
|
4858
|
-
const t = e.children || "", n = new
|
|
4858
|
+
const t = e.children || "", n = new Ni();
|
|
4859
4859
|
return typeof t == "string" && (n.value = t), n;
|
|
4860
4860
|
}
|
|
4861
4861
|
function Kc(e, t) {
|
|
4862
4862
|
const n = t.allowedElements, r = t.allowElement, u = t.components, a = t.disallowedElements, i = t.skipHtml, o = t.unwrapDisallowed, l = t.urlTransform || $c;
|
|
4863
4863
|
for (const h of Wc)
|
|
4864
|
-
Object.hasOwn(t, h.from) &&
|
|
4864
|
+
Object.hasOwn(t, h.from) && cs(
|
|
4865
4865
|
"Unexpected `" + h.from + "` prop, " + (h.to ? "use `" + h.to + "` instead" : "remove it") + " (see <" + jc + "#" + h.id + "> for more info)"
|
|
4866
4866
|
);
|
|
4867
|
-
return Tn(e, c),
|
|
4867
|
+
return Tn(e, c), fs(e, {
|
|
4868
4868
|
Fragment: P.Fragment,
|
|
4869
4869
|
components: u,
|
|
4870
4870
|
ignoreInvalidStyle: !0,
|
|
@@ -4880,8 +4880,8 @@ function Kc(e, t) {
|
|
|
4880
4880
|
let m;
|
|
4881
4881
|
for (m in Ln)
|
|
4882
4882
|
if (Object.hasOwn(Ln, m) && Object.hasOwn(h.properties, m)) {
|
|
4883
|
-
const A = h.properties[m],
|
|
4884
|
-
(
|
|
4883
|
+
const A = h.properties[m], I = Ln[m];
|
|
4884
|
+
(I === null || I.includes(h.tagName)) && (h.properties[m] = l(String(A || ""), m, h));
|
|
4885
4885
|
}
|
|
4886
4886
|
}
|
|
4887
4887
|
if (h.type === "element") {
|
|
@@ -4900,14 +4900,14 @@ function $c(e) {
|
|
|
4900
4900
|
Vc.test(e.slice(0, t)) ? e : ""
|
|
4901
4901
|
);
|
|
4902
4902
|
}
|
|
4903
|
-
const
|
|
4903
|
+
const ki = -1, Cn = 0, fn = 1, hn = 2, gr = 3, Ar = 4, _r = 5, Cr = 6, Si = 7, Oi = 8, pu = typeof self == "object" ? self : globalThis, Jc = (e, t) => {
|
|
4904
4904
|
const n = (u, a) => (e.set(a, u), u), r = (u) => {
|
|
4905
4905
|
if (e.has(u))
|
|
4906
4906
|
return e.get(u);
|
|
4907
4907
|
const [a, i] = t[u];
|
|
4908
4908
|
switch (a) {
|
|
4909
4909
|
case Cn:
|
|
4910
|
-
case
|
|
4910
|
+
case ki:
|
|
4911
4911
|
return n(i, u);
|
|
4912
4912
|
case fn: {
|
|
4913
4913
|
const o = n([], u);
|
|
@@ -4943,7 +4943,7 @@ const Ni = -1, Cn = 0, fn = 1, hn = 2, gr = 3, Ar = 4, _r = 5, Cr = 6, Si = 7, k
|
|
|
4943
4943
|
const { name: o, message: l } = i;
|
|
4944
4944
|
return n(new pu[o](l), u);
|
|
4945
4945
|
}
|
|
4946
|
-
case
|
|
4946
|
+
case Oi:
|
|
4947
4947
|
return n(BigInt(i), u);
|
|
4948
4948
|
case "BigInt":
|
|
4949
4949
|
return n(Object(BigInt(i)), u);
|
|
@@ -4951,7 +4951,7 @@ const Ni = -1, Cn = 0, fn = 1, hn = 2, gr = 3, Ar = 4, _r = 5, Cr = 6, Si = 7, k
|
|
|
4951
4951
|
return n(new pu[a](i), u);
|
|
4952
4952
|
};
|
|
4953
4953
|
return r;
|
|
4954
|
-
}, Eu = (e) => Jc(/* @__PURE__ */ new Map(), e)(0), ot = "", { toString: Zc } = {}, { keys: e0 } = Object,
|
|
4954
|
+
}, Eu = (e) => Jc(/* @__PURE__ */ new Map(), e)(0), ot = "", { toString: Zc } = {}, { keys: e0 } = Object, kt = (e) => {
|
|
4955
4955
|
const t = typeof e;
|
|
4956
4956
|
if (t !== "object" || !e)
|
|
4957
4957
|
return [Cn, t];
|
|
@@ -4978,13 +4978,13 @@ const Ni = -1, Cn = 0, fn = 1, hn = 2, gr = 3, Ar = 4, _r = 5, Cr = 6, Si = 7, k
|
|
|
4978
4978
|
}, a = (i) => {
|
|
4979
4979
|
if (n.has(i))
|
|
4980
4980
|
return n.get(i);
|
|
4981
|
-
let [o, l] =
|
|
4981
|
+
let [o, l] = kt(i);
|
|
4982
4982
|
switch (o) {
|
|
4983
4983
|
case Cn: {
|
|
4984
4984
|
let h = i;
|
|
4985
4985
|
switch (l) {
|
|
4986
4986
|
case "bigint":
|
|
4987
|
-
o =
|
|
4987
|
+
o = Oi, h = i.toString();
|
|
4988
4988
|
break;
|
|
4989
4989
|
case "function":
|
|
4990
4990
|
case "symbol":
|
|
@@ -4993,7 +4993,7 @@ const Ni = -1, Cn = 0, fn = 1, hn = 2, gr = 3, Ar = 4, _r = 5, Cr = 6, Si = 7, k
|
|
|
4993
4993
|
h = null;
|
|
4994
4994
|
break;
|
|
4995
4995
|
case "undefined":
|
|
4996
|
-
return u([
|
|
4996
|
+
return u([ki], i);
|
|
4997
4997
|
}
|
|
4998
4998
|
return u([o, h], i);
|
|
4999
4999
|
}
|
|
@@ -5019,7 +5019,7 @@ const Ni = -1, Cn = 0, fn = 1, hn = 2, gr = 3, Ar = 4, _r = 5, Cr = 6, Si = 7, k
|
|
|
5019
5019
|
return a(i.toJSON());
|
|
5020
5020
|
const h = [], f = u([o, h], i);
|
|
5021
5021
|
for (const p of e0(i))
|
|
5022
|
-
(e || !Kt(
|
|
5022
|
+
(e || !Kt(kt(i[p]))) && h.push([a(p), a(i[p])]);
|
|
5023
5023
|
return f;
|
|
5024
5024
|
}
|
|
5025
5025
|
case gr:
|
|
@@ -5031,13 +5031,13 @@ const Ni = -1, Cn = 0, fn = 1, hn = 2, gr = 3, Ar = 4, _r = 5, Cr = 6, Si = 7, k
|
|
|
5031
5031
|
case _r: {
|
|
5032
5032
|
const h = [], f = u([o, h], i);
|
|
5033
5033
|
for (const [p, m] of i)
|
|
5034
|
-
(e || !(Kt(
|
|
5034
|
+
(e || !(Kt(kt(p)) || Kt(kt(m)))) && h.push([a(p), a(m)]);
|
|
5035
5035
|
return f;
|
|
5036
5036
|
}
|
|
5037
5037
|
case Cr: {
|
|
5038
5038
|
const h = [], f = u([o, h], i);
|
|
5039
5039
|
for (const p of i)
|
|
5040
|
-
(e || !Kt(
|
|
5040
|
+
(e || !Kt(kt(p))) && h.push(a(p));
|
|
5041
5041
|
return f;
|
|
5042
5042
|
}
|
|
5043
5043
|
}
|
|
@@ -5066,7 +5066,7 @@ class Yt {
|
|
|
5066
5066
|
Yt.prototype.property = {};
|
|
5067
5067
|
Yt.prototype.normal = {};
|
|
5068
5068
|
Yt.prototype.space = null;
|
|
5069
|
-
function
|
|
5069
|
+
function yi(e, t) {
|
|
5070
5070
|
const n = {}, r = {};
|
|
5071
5071
|
let u = -1;
|
|
5072
5072
|
for (; ++u < e.length; )
|
|
@@ -5097,7 +5097,7 @@ Ae.prototype.commaOrSpaceSeparated = !1;
|
|
|
5097
5097
|
Ae.prototype.mustUseProperty = !1;
|
|
5098
5098
|
Ae.prototype.defined = !1;
|
|
5099
5099
|
let n0 = 0;
|
|
5100
|
-
const v = nt(), ue = nt(),
|
|
5100
|
+
const v = nt(), ue = nt(), Li = nt(), D = nt(), Z = nt(), dt = nt(), Te = nt();
|
|
5101
5101
|
function nt() {
|
|
5102
5102
|
return 2 ** ++n0;
|
|
5103
5103
|
}
|
|
@@ -5108,7 +5108,7 @@ const er = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5108
5108
|
commaOrSpaceSeparated: Te,
|
|
5109
5109
|
commaSeparated: dt,
|
|
5110
5110
|
number: D,
|
|
5111
|
-
overloadedBoolean:
|
|
5111
|
+
overloadedBoolean: Li,
|
|
5112
5112
|
spaceSeparated: Z
|
|
5113
5113
|
}, Symbol.toStringTag, { value: "Module" })), zn = Object.keys(er);
|
|
5114
5114
|
class Ir extends Ae {
|
|
@@ -5148,7 +5148,7 @@ function bt(e) {
|
|
|
5148
5148
|
}
|
|
5149
5149
|
return new Yt(t, n, e.space);
|
|
5150
5150
|
}
|
|
5151
|
-
const
|
|
5151
|
+
const Ri = bt({
|
|
5152
5152
|
space: "xlink",
|
|
5153
5153
|
transform(e, t) {
|
|
5154
5154
|
return "xlink:" + t.slice(5).toLowerCase();
|
|
@@ -5162,25 +5162,25 @@ const Li = bt({
|
|
|
5162
5162
|
xLinkTitle: null,
|
|
5163
5163
|
xLinkType: null
|
|
5164
5164
|
}
|
|
5165
|
-
}),
|
|
5165
|
+
}), Di = bt({
|
|
5166
5166
|
space: "xml",
|
|
5167
5167
|
transform(e, t) {
|
|
5168
5168
|
return "xml:" + t.slice(3).toLowerCase();
|
|
5169
5169
|
},
|
|
5170
5170
|
properties: { xmlLang: null, xmlBase: null, xmlSpace: null }
|
|
5171
5171
|
});
|
|
5172
|
-
function
|
|
5172
|
+
function Pi(e, t) {
|
|
5173
5173
|
return t in e ? e[t] : t;
|
|
5174
5174
|
}
|
|
5175
|
-
function
|
|
5176
|
-
return
|
|
5175
|
+
function wi(e, t) {
|
|
5176
|
+
return Pi(e, t.toLowerCase());
|
|
5177
5177
|
}
|
|
5178
|
-
const
|
|
5178
|
+
const Mi = bt({
|
|
5179
5179
|
space: "xmlns",
|
|
5180
5180
|
attributes: { xmlnsxlink: "xmlns:xlink" },
|
|
5181
|
-
transform:
|
|
5181
|
+
transform: wi,
|
|
5182
5182
|
properties: { xmlns: null, xmlnsXLink: null }
|
|
5183
|
-
}),
|
|
5183
|
+
}), Bi = bt({
|
|
5184
5184
|
transform(e, t) {
|
|
5185
5185
|
return t === "role" ? t : "aria-" + t.slice(4).toLowerCase();
|
|
5186
5186
|
},
|
|
@@ -5243,7 +5243,7 @@ const wi = bt({
|
|
|
5243
5243
|
htmlfor: "for",
|
|
5244
5244
|
httpequiv: "http-equiv"
|
|
5245
5245
|
},
|
|
5246
|
-
transform:
|
|
5246
|
+
transform: wi,
|
|
5247
5247
|
mustUseProperty: ["checked", "multiple", "muted", "selected"],
|
|
5248
5248
|
properties: {
|
|
5249
5249
|
// Standard Properties.
|
|
@@ -5285,7 +5285,7 @@ const wi = bt({
|
|
|
5285
5285
|
dir: null,
|
|
5286
5286
|
dirName: null,
|
|
5287
5287
|
disabled: v,
|
|
5288
|
-
download:
|
|
5288
|
+
download: Li,
|
|
5289
5289
|
draggable: ue,
|
|
5290
5290
|
encType: null,
|
|
5291
5291
|
enterKeyHint: null,
|
|
@@ -5773,7 +5773,7 @@ const wi = bt({
|
|
|
5773
5773
|
playbackOrder: "playbackorder",
|
|
5774
5774
|
timelineBegin: "timelinebegin"
|
|
5775
5775
|
},
|
|
5776
|
-
transform:
|
|
5776
|
+
transform: Pi,
|
|
5777
5777
|
properties: {
|
|
5778
5778
|
about: Te,
|
|
5779
5779
|
accentHeight: D,
|
|
@@ -6182,7 +6182,7 @@ function o0(e) {
|
|
|
6182
6182
|
function l0(e) {
|
|
6183
6183
|
return e.charAt(1).toUpperCase();
|
|
6184
6184
|
}
|
|
6185
|
-
const In =
|
|
6185
|
+
const In = yi([Di, Ri, Mi, Bi, u0], "html"), qt = yi([Di, Ri, Mi, Bi, i0], "svg"), _u = /[#.]/g;
|
|
6186
6186
|
function c0(e, t) {
|
|
6187
6187
|
const n = e || "", r = {};
|
|
6188
6188
|
let u = 0, a, i;
|
|
@@ -6200,7 +6200,7 @@ function c0(e, t) {
|
|
|
6200
6200
|
};
|
|
6201
6201
|
}
|
|
6202
6202
|
const tr = {}.hasOwnProperty;
|
|
6203
|
-
function
|
|
6203
|
+
function Fi(e, t, n) {
|
|
6204
6204
|
const r = n && m0(n);
|
|
6205
6205
|
function u(a, i, ...o) {
|
|
6206
6206
|
let l = -1, c;
|
|
@@ -6351,7 +6351,7 @@ const p0 = [
|
|
|
6351
6351
|
"solidColor",
|
|
6352
6352
|
"textArea",
|
|
6353
6353
|
"textPath"
|
|
6354
|
-
], E0 =
|
|
6354
|
+
], E0 = Fi(In, "div"), T0 = Fi(qt, "g", p0);
|
|
6355
6355
|
function b0(e) {
|
|
6356
6356
|
const t = String(e), n = [];
|
|
6357
6357
|
return { toOffset: u, toPoint: r };
|
|
@@ -6398,7 +6398,7 @@ const $e = {
|
|
|
6398
6398
|
xlink: "http://www.w3.org/1999/xlink",
|
|
6399
6399
|
xml: "http://www.w3.org/XML/1998/namespace",
|
|
6400
6400
|
xmlns: "http://www.w3.org/2000/xmlns/"
|
|
6401
|
-
},
|
|
6401
|
+
}, Hi = {}.hasOwnProperty, g0 = Object.prototype;
|
|
6402
6402
|
function A0(e, t) {
|
|
6403
6403
|
const n = t || {};
|
|
6404
6404
|
return Nr(
|
|
@@ -6429,7 +6429,7 @@ function Nr(e, t) {
|
|
|
6429
6429
|
), u = "mode" in r ? r.mode === "quirks" || r.mode === "limited-quirks" : !1;
|
|
6430
6430
|
if (n = {
|
|
6431
6431
|
type: "root",
|
|
6432
|
-
children:
|
|
6432
|
+
children: Ui(e, t.childNodes),
|
|
6433
6433
|
data: { quirksMode: u }
|
|
6434
6434
|
}, e.file && e.location) {
|
|
6435
6435
|
const a = String(e.file), i = b0(a), o = i.toPoint(0), l = i.toPoint(a.length);
|
|
@@ -6460,7 +6460,7 @@ function Nr(e, t) {
|
|
|
6460
6460
|
), n;
|
|
6461
6461
|
}
|
|
6462
6462
|
}
|
|
6463
|
-
function
|
|
6463
|
+
function Ui(e, t) {
|
|
6464
6464
|
let n = -1;
|
|
6465
6465
|
const r = [];
|
|
6466
6466
|
for (; ++n < t.length; ) {
|
|
@@ -6479,9 +6479,9 @@ function _0(e, t) {
|
|
|
6479
6479
|
const u = {};
|
|
6480
6480
|
for (; ++r < t.attrs.length; ) {
|
|
6481
6481
|
const o = t.attrs[r], l = (o.prefix ? o.prefix + ":" : "") + o.name;
|
|
6482
|
-
|
|
6482
|
+
Hi.call(g0, l) || (u[l] = o.value);
|
|
6483
6483
|
}
|
|
6484
|
-
const i = (e.schema.space === "svg" ? T0 : E0)(t.tagName, u,
|
|
6484
|
+
const i = (e.schema.space === "svg" ? T0 : E0)(t.tagName, u, Ui(e, t.childNodes));
|
|
6485
6485
|
if (rn(e, t, i), i.tagName === "template") {
|
|
6486
6486
|
const o = (
|
|
6487
6487
|
/** @type {DefaultTreeAdapterMap['template']} */
|
|
@@ -6509,7 +6509,7 @@ function C0(e, t, n) {
|
|
|
6509
6509
|
let i;
|
|
6510
6510
|
if (n.attrs)
|
|
6511
6511
|
for (i in n.attrs)
|
|
6512
|
-
|
|
6512
|
+
Hi.call(n.attrs, i) && (a[xr(e.schema, i).property] = ft(
|
|
6513
6513
|
n.attrs[i]
|
|
6514
6514
|
));
|
|
6515
6515
|
Me(n.startTag);
|
|
@@ -6534,23 +6534,23 @@ function ft(e) {
|
|
|
6534
6534
|
function xu(e) {
|
|
6535
6535
|
return e.line && e.column ? e : void 0;
|
|
6536
6536
|
}
|
|
6537
|
-
const I0 = {}, x0 = {}.hasOwnProperty,
|
|
6537
|
+
const I0 = {}, x0 = {}.hasOwnProperty, vi = ri("type", { handlers: { root: k0, element: R0, text: y0, comment: L0, doctype: O0 } });
|
|
6538
6538
|
function N0(e, t) {
|
|
6539
6539
|
const r = (t || I0).space;
|
|
6540
|
-
return
|
|
6540
|
+
return vi(e, r === "svg" ? qt : In);
|
|
6541
6541
|
}
|
|
6542
|
-
function
|
|
6542
|
+
function k0(e, t) {
|
|
6543
6543
|
const n = {
|
|
6544
6544
|
nodeName: "#document",
|
|
6545
6545
|
// @ts-expect-error: `parse5` uses enums, which are actually strings.
|
|
6546
6546
|
mode: (e.data || {}).quirksMode ? "quirks" : "no-quirks",
|
|
6547
6547
|
childNodes: []
|
|
6548
6548
|
};
|
|
6549
|
-
return n.childNodes =
|
|
6549
|
+
return n.childNodes = kr(e.children, n, t), gt(e, n), n;
|
|
6550
6550
|
}
|
|
6551
|
-
function
|
|
6551
|
+
function S0(e, t) {
|
|
6552
6552
|
const n = { nodeName: "#document-fragment", childNodes: [] };
|
|
6553
|
-
return n.childNodes =
|
|
6553
|
+
return n.childNodes = kr(e.children, n, t), gt(e, n), n;
|
|
6554
6554
|
}
|
|
6555
6555
|
function O0(e) {
|
|
6556
6556
|
const t = {
|
|
@@ -6604,13 +6604,13 @@ function R0(e, t) {
|
|
|
6604
6604
|
childNodes: [],
|
|
6605
6605
|
parentNode: null
|
|
6606
6606
|
};
|
|
6607
|
-
return o.childNodes =
|
|
6607
|
+
return o.childNodes = kr(e.children, o, r), gt(e, o), e.tagName === "template" && e.content && (o.content = S0(e.content, r)), o;
|
|
6608
6608
|
}
|
|
6609
6609
|
function D0(e, t, n) {
|
|
6610
6610
|
const r = xr(e, t);
|
|
6611
6611
|
if (n === !1 || n === null || n === void 0 || typeof n == "number" && Number.isNaN(n) || !n && r.boolean)
|
|
6612
6612
|
return;
|
|
6613
|
-
Array.isArray(n) && (n = r.commaSeparated ?
|
|
6613
|
+
Array.isArray(n) && (n = r.commaSeparated ? hs(n) : ds(n));
|
|
6614
6614
|
const u = {
|
|
6615
6615
|
name: r.attribute,
|
|
6616
6616
|
value: n === !0 ? "" : String(n)
|
|
@@ -6621,12 +6621,12 @@ function D0(e, t, n) {
|
|
|
6621
6621
|
}
|
|
6622
6622
|
return u;
|
|
6623
6623
|
}
|
|
6624
|
-
function
|
|
6624
|
+
function kr(e, t, n) {
|
|
6625
6625
|
let r = -1;
|
|
6626
6626
|
const u = [];
|
|
6627
6627
|
if (e)
|
|
6628
6628
|
for (; ++r < e.length; ) {
|
|
6629
|
-
const a =
|
|
6629
|
+
const a = vi(e[r], n);
|
|
6630
6630
|
a.parentNode = t, u.push(a);
|
|
6631
6631
|
}
|
|
6632
6632
|
return u;
|
|
@@ -6690,7 +6690,7 @@ const me = {
|
|
|
6690
6690
|
PUBLIC: "public",
|
|
6691
6691
|
SYSTEM: "system"
|
|
6692
6692
|
};
|
|
6693
|
-
function
|
|
6693
|
+
function zi(e) {
|
|
6694
6694
|
return e >= 55296 && e <= 57343;
|
|
6695
6695
|
}
|
|
6696
6696
|
function w0(e) {
|
|
@@ -6699,10 +6699,10 @@ function w0(e) {
|
|
|
6699
6699
|
function M0(e, t) {
|
|
6700
6700
|
return (e - 55296) * 1024 + 9216 + t;
|
|
6701
6701
|
}
|
|
6702
|
-
function
|
|
6702
|
+
function Yi(e) {
|
|
6703
6703
|
return e !== 32 && e !== 10 && e !== 13 && e !== 9 && e !== 12 && e >= 1 && e <= 31 || e >= 127 && e <= 159;
|
|
6704
6704
|
}
|
|
6705
|
-
function
|
|
6705
|
+
function qi(e) {
|
|
6706
6706
|
return e >= 64976 && e <= 65007 || P0.has(e);
|
|
6707
6707
|
}
|
|
6708
6708
|
var C;
|
|
@@ -6781,10 +6781,10 @@ class F0 {
|
|
|
6781
6781
|
if (this.pos++, this.isEol && (this.isEol = !1, this.line++, this.lineStartPos = this.pos), this.pos >= this.html.length)
|
|
6782
6782
|
return this.endOfChunkHit = !this.lastChunkWritten, d.EOF;
|
|
6783
6783
|
let t = this.html.charCodeAt(this.pos);
|
|
6784
|
-
return t === d.CARRIAGE_RETURN ? (this.isEol = !0, this.skipNextNewLine = !0, d.LINE_FEED) : t === d.LINE_FEED && (this.isEol = !0, this.skipNextNewLine) ? (this.line--, this.skipNextNewLine = !1, this._addGap(), this.advance()) : (this.skipNextNewLine = !1,
|
|
6784
|
+
return t === d.CARRIAGE_RETURN ? (this.isEol = !0, this.skipNextNewLine = !0, d.LINE_FEED) : t === d.LINE_FEED && (this.isEol = !0, this.skipNextNewLine) ? (this.line--, this.skipNextNewLine = !1, this._addGap(), this.advance()) : (this.skipNextNewLine = !1, zi(t) && (t = this._processSurrogate(t)), this.handler.onParseError === null || t > 31 && t < 127 || t === d.LINE_FEED || t === d.CARRIAGE_RETURN || t > 159 && t < 64976 || this._checkForProblematicCharacters(t), t);
|
|
6785
6785
|
}
|
|
6786
6786
|
_checkForProblematicCharacters(t) {
|
|
6787
|
-
|
|
6787
|
+
Yi(t) ? this._err(C.controlCharacterInInputStream) : qi(t) && this._err(C.noncharacterInInputStream);
|
|
6788
6788
|
}
|
|
6789
6789
|
retreat(t) {
|
|
6790
6790
|
for (this.pos -= t; this.pos < this.lastGapPos; )
|
|
@@ -6796,13 +6796,13 @@ var q;
|
|
|
6796
6796
|
(function(e) {
|
|
6797
6797
|
e[e.CHARACTER = 0] = "CHARACTER", e[e.NULL_CHARACTER = 1] = "NULL_CHARACTER", e[e.WHITESPACE_CHARACTER = 2] = "WHITESPACE_CHARACTER", e[e.START_TAG = 3] = "START_TAG", e[e.END_TAG = 4] = "END_TAG", e[e.COMMENT = 5] = "COMMENT", e[e.DOCTYPE = 6] = "DOCTYPE", e[e.EOF = 7] = "EOF", e[e.HIBERNATION = 8] = "HIBERNATION";
|
|
6798
6798
|
})(q || (q = {}));
|
|
6799
|
-
function
|
|
6799
|
+
function ji(e, t) {
|
|
6800
6800
|
for (let n = e.attrs.length - 1; n >= 0; n--)
|
|
6801
6801
|
if (e.attrs[n].name === t)
|
|
6802
6802
|
return e.attrs[n].value;
|
|
6803
6803
|
return null;
|
|
6804
6804
|
}
|
|
6805
|
-
const
|
|
6805
|
+
const Vi = new Uint16Array(
|
|
6806
6806
|
// prettier-ignore
|
|
6807
6807
|
'ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((e) => e.charCodeAt(0))
|
|
6808
6808
|
), H0 = new Uint16Array(
|
|
@@ -6851,42 +6851,42 @@ function z0(e) {
|
|
|
6851
6851
|
var t;
|
|
6852
6852
|
return e >= 55296 && e <= 57343 || e > 1114111 ? 65533 : (t = U0.get(e)) !== null && t !== void 0 ? t : e;
|
|
6853
6853
|
}
|
|
6854
|
-
var
|
|
6854
|
+
var se;
|
|
6855
6855
|
(function(e) {
|
|
6856
6856
|
e[e.NUM = 35] = "NUM", e[e.SEMI = 59] = "SEMI", e[e.EQUALS = 61] = "EQUALS", e[e.ZERO = 48] = "ZERO", e[e.NINE = 57] = "NINE", e[e.LOWER_A = 97] = "LOWER_A", e[e.LOWER_F = 102] = "LOWER_F", e[e.LOWER_X = 120] = "LOWER_X", e[e.LOWER_Z = 122] = "LOWER_Z", e[e.UPPER_A = 65] = "UPPER_A", e[e.UPPER_F = 70] = "UPPER_F", e[e.UPPER_Z = 90] = "UPPER_Z";
|
|
6857
|
-
})(
|
|
6857
|
+
})(se || (se = {}));
|
|
6858
6858
|
const Y0 = 32;
|
|
6859
6859
|
var ze;
|
|
6860
6860
|
(function(e) {
|
|
6861
6861
|
e[e.VALUE_LENGTH = 49152] = "VALUE_LENGTH", e[e.BRANCH_LENGTH = 16256] = "BRANCH_LENGTH", e[e.JUMP_TABLE = 127] = "JUMP_TABLE";
|
|
6862
6862
|
})(ze || (ze = {}));
|
|
6863
6863
|
function rr(e) {
|
|
6864
|
-
return e >=
|
|
6864
|
+
return e >= se.ZERO && e <= se.NINE;
|
|
6865
6865
|
}
|
|
6866
6866
|
function q0(e) {
|
|
6867
|
-
return e >=
|
|
6867
|
+
return e >= se.UPPER_A && e <= se.UPPER_F || e >= se.LOWER_A && e <= se.LOWER_F;
|
|
6868
6868
|
}
|
|
6869
6869
|
function j0(e) {
|
|
6870
|
-
return e >=
|
|
6870
|
+
return e >= se.UPPER_A && e <= se.UPPER_Z || e >= se.LOWER_A && e <= se.LOWER_Z || rr(e);
|
|
6871
6871
|
}
|
|
6872
6872
|
function V0(e) {
|
|
6873
|
-
return e ===
|
|
6873
|
+
return e === se.EQUALS || j0(e);
|
|
6874
6874
|
}
|
|
6875
|
-
var
|
|
6875
|
+
var ae;
|
|
6876
6876
|
(function(e) {
|
|
6877
6877
|
e[e.EntityStart = 0] = "EntityStart", e[e.NumericStart = 1] = "NumericStart", e[e.NumericDecimal = 2] = "NumericDecimal", e[e.NumericHex = 3] = "NumericHex", e[e.NamedEntity = 4] = "NamedEntity";
|
|
6878
|
-
})(
|
|
6878
|
+
})(ae || (ae = {}));
|
|
6879
6879
|
var we;
|
|
6880
6880
|
(function(e) {
|
|
6881
6881
|
e[e.Legacy = 0] = "Legacy", e[e.Strict = 1] = "Strict", e[e.Attribute = 2] = "Attribute";
|
|
6882
6882
|
})(we || (we = {}));
|
|
6883
|
-
class
|
|
6883
|
+
class Wi {
|
|
6884
6884
|
constructor(t, n, r) {
|
|
6885
|
-
this.decodeTree = t, this.emitCodePoint = n, this.errors = r, this.state =
|
|
6885
|
+
this.decodeTree = t, this.emitCodePoint = n, this.errors = r, this.state = ae.EntityStart, this.consumed = 1, this.result = 0, this.treeIndex = 0, this.excess = 1, this.decodeMode = we.Strict;
|
|
6886
6886
|
}
|
|
6887
6887
|
/** Resets the instance to make it reusable. */
|
|
6888
6888
|
startEntity(t) {
|
|
6889
|
-
this.decodeMode = t, this.state =
|
|
6889
|
+
this.decodeMode = t, this.state = ae.EntityStart, this.result = 0, this.treeIndex = 0, this.excess = 1, this.consumed = 1;
|
|
6890
6890
|
}
|
|
6891
6891
|
/**
|
|
6892
6892
|
* Write an entity to the decoder. This can be called multiple times with partial entities.
|
|
@@ -6901,15 +6901,15 @@ class Vi {
|
|
|
6901
6901
|
*/
|
|
6902
6902
|
write(t, n) {
|
|
6903
6903
|
switch (this.state) {
|
|
6904
|
-
case
|
|
6905
|
-
return t.charCodeAt(n) ===
|
|
6906
|
-
case
|
|
6904
|
+
case ae.EntityStart:
|
|
6905
|
+
return t.charCodeAt(n) === se.NUM ? (this.state = ae.NumericStart, this.consumed += 1, this.stateNumericStart(t, n + 1)) : (this.state = ae.NamedEntity, this.stateNamedEntity(t, n));
|
|
6906
|
+
case ae.NumericStart:
|
|
6907
6907
|
return this.stateNumericStart(t, n);
|
|
6908
|
-
case
|
|
6908
|
+
case ae.NumericDecimal:
|
|
6909
6909
|
return this.stateNumericDecimal(t, n);
|
|
6910
|
-
case
|
|
6910
|
+
case ae.NumericHex:
|
|
6911
6911
|
return this.stateNumericHex(t, n);
|
|
6912
|
-
case
|
|
6912
|
+
case ae.NamedEntity:
|
|
6913
6913
|
return this.stateNamedEntity(t, n);
|
|
6914
6914
|
}
|
|
6915
6915
|
}
|
|
@@ -6923,7 +6923,7 @@ class Vi {
|
|
|
6923
6923
|
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
6924
6924
|
*/
|
|
6925
6925
|
stateNumericStart(t, n) {
|
|
6926
|
-
return n >= t.length ? -1 : (t.charCodeAt(n) | Y0) ===
|
|
6926
|
+
return n >= t.length ? -1 : (t.charCodeAt(n) | Y0) === se.LOWER_X ? (this.state = ae.NumericHex, this.consumed += 1, this.stateNumericHex(t, n + 1)) : (this.state = ae.NumericDecimal, this.stateNumericDecimal(t, n));
|
|
6927
6927
|
}
|
|
6928
6928
|
addToNumericResult(t, n, r, u) {
|
|
6929
6929
|
if (n !== r) {
|
|
@@ -6988,11 +6988,11 @@ class Vi {
|
|
|
6988
6988
|
var r;
|
|
6989
6989
|
if (this.consumed <= n)
|
|
6990
6990
|
return (r = this.errors) === null || r === void 0 || r.absenceOfDigitsInNumericCharacterReference(this.consumed), 0;
|
|
6991
|
-
if (t ===
|
|
6991
|
+
if (t === se.SEMI)
|
|
6992
6992
|
this.consumed += 1;
|
|
6993
6993
|
else if (this.decodeMode === we.Strict)
|
|
6994
6994
|
return 0;
|
|
6995
|
-
return this.emitCodePoint(z0(this.result), this.consumed), this.errors && (t !==
|
|
6995
|
+
return this.emitCodePoint(z0(this.result), this.consumed), this.errors && (t !== se.SEMI && this.errors.missingSemicolonAfterCharacterReference(), this.errors.validateNumericCharacterReference(this.result)), this.consumed;
|
|
6996
6996
|
}
|
|
6997
6997
|
/**
|
|
6998
6998
|
* Parses a named entity.
|
|
@@ -7014,7 +7014,7 @@ class Vi {
|
|
|
7014
7014
|
(a === 0 || // And there should be no invalid characters.
|
|
7015
7015
|
V0(i)) ? 0 : this.emitNotTerminatedNamedEntity();
|
|
7016
7016
|
if (u = r[this.treeIndex], a = (u & ze.VALUE_LENGTH) >> 14, a !== 0) {
|
|
7017
|
-
if (i ===
|
|
7017
|
+
if (i === se.SEMI)
|
|
7018
7018
|
return this.emitNamedEntityData(this.treeIndex, a, this.consumed + this.excess);
|
|
7019
7019
|
this.decodeMode !== we.Strict && (this.result = this.treeIndex, this.consumed += this.excess, this.excess = 0);
|
|
7020
7020
|
}
|
|
@@ -7054,23 +7054,23 @@ class Vi {
|
|
|
7054
7054
|
end() {
|
|
7055
7055
|
var t;
|
|
7056
7056
|
switch (this.state) {
|
|
7057
|
-
case
|
|
7057
|
+
case ae.NamedEntity:
|
|
7058
7058
|
return this.result !== 0 && (this.decodeMode !== we.Attribute || this.result === this.treeIndex) ? this.emitNotTerminatedNamedEntity() : 0;
|
|
7059
7059
|
// Otherwise, emit a numeric entity if we have one.
|
|
7060
|
-
case
|
|
7060
|
+
case ae.NumericDecimal:
|
|
7061
7061
|
return this.emitNumericEntity(0, 2);
|
|
7062
|
-
case
|
|
7062
|
+
case ae.NumericHex:
|
|
7063
7063
|
return this.emitNumericEntity(0, 3);
|
|
7064
|
-
case
|
|
7064
|
+
case ae.NumericStart:
|
|
7065
7065
|
return (t = this.errors) === null || t === void 0 || t.absenceOfDigitsInNumericCharacterReference(this.consumed), 0;
|
|
7066
|
-
case
|
|
7066
|
+
case ae.EntityStart:
|
|
7067
7067
|
return 0;
|
|
7068
7068
|
}
|
|
7069
7069
|
}
|
|
7070
7070
|
}
|
|
7071
|
-
function
|
|
7071
|
+
function Qi(e) {
|
|
7072
7072
|
let t = "";
|
|
7073
|
-
const n = new
|
|
7073
|
+
const n = new Wi(e, (r) => t += v0(r));
|
|
7074
7074
|
return function(u, a) {
|
|
7075
7075
|
let i = 0, o = 0;
|
|
7076
7076
|
for (; (o = u.indexOf("&", o)) >= 0; ) {
|
|
@@ -7110,8 +7110,8 @@ function W0(e, t, n, r) {
|
|
|
7110
7110
|
}
|
|
7111
7111
|
return -1;
|
|
7112
7112
|
}
|
|
7113
|
-
|
|
7114
|
-
|
|
7113
|
+
Qi(Vi);
|
|
7114
|
+
Qi(H0);
|
|
7115
7115
|
var O;
|
|
7116
7116
|
(function(e) {
|
|
7117
7117
|
e.HTML = "http://www.w3.org/1999/xhtml", e.MATHML = "http://www.w3.org/1998/Math/MathML", e.SVG = "http://www.w3.org/2000/svg", e.XLINK = "http://www.w3.org/1999/xlink", e.XML = "http://www.w3.org/XML/1998/namespace", e.XMLNS = "http://www.w3.org/2000/xmlns/";
|
|
@@ -7382,18 +7382,18 @@ function Nu(e) {
|
|
|
7382
7382
|
function $t(e) {
|
|
7383
7383
|
return e + 32;
|
|
7384
7384
|
}
|
|
7385
|
-
function
|
|
7385
|
+
function Gi(e) {
|
|
7386
7386
|
return e === d.SPACE || e === d.LINE_FEED || e === d.TABULATION || e === d.FORM_FEED;
|
|
7387
7387
|
}
|
|
7388
|
-
function
|
|
7389
|
-
return
|
|
7388
|
+
function ku(e) {
|
|
7389
|
+
return Gi(e) || e === d.SOLIDUS || e === d.GREATER_THAN_SIGN;
|
|
7390
7390
|
}
|
|
7391
7391
|
function $0(e) {
|
|
7392
|
-
return e === d.NULL ? C.nullCharacterReference : e > 1114111 ? C.characterReferenceOutsideUnicodeRange :
|
|
7392
|
+
return e === d.NULL ? C.nullCharacterReference : e > 1114111 ? C.characterReferenceOutsideUnicodeRange : zi(e) ? C.surrogateCharacterReference : qi(e) ? C.noncharacterCharacterReference : Yi(e) || e === d.CARRIAGE_RETURN ? C.controlCharacterReference : null;
|
|
7393
7393
|
}
|
|
7394
7394
|
class J0 {
|
|
7395
7395
|
constructor(t, n) {
|
|
7396
|
-
this.options = t, this.handler = n, this.paused = !1, this.inLoop = !1, this.inForeignNode = !1, this.lastStartTagName = "", this.active = !1, this.state = E.DATA, this.returnState = E.DATA, this.entityStartPos = 0, this.consumedAfterSnapshot = -1, this.currentCharacterToken = null, this.currentToken = null, this.currentAttr = { name: "", value: "" }, this.preprocessor = new F0(n), this.currentLocation = this.getCurrentLocation(-1), this.entityDecoder = new Vi
|
|
7396
|
+
this.options = t, this.handler = n, this.paused = !1, this.inLoop = !1, this.inForeignNode = !1, this.lastStartTagName = "", this.active = !1, this.state = E.DATA, this.returnState = E.DATA, this.entityStartPos = 0, this.consumedAfterSnapshot = -1, this.currentCharacterToken = null, this.currentToken = null, this.currentAttr = { name: "", value: "" }, this.preprocessor = new F0(n), this.currentLocation = this.getCurrentLocation(-1), this.entityDecoder = new Wi(Vi, (r, u) => {
|
|
7397
7397
|
this.preprocessor.pos = this.entityStartPos + u - 1, this._flushCodePointConsumedAsCharacterReference(r);
|
|
7398
7398
|
}, n.onParseError ? {
|
|
7399
7399
|
missingSemicolonAfterCharacterReference: () => {
|
|
@@ -7522,7 +7522,7 @@ class J0 {
|
|
|
7522
7522
|
_leaveAttrName() {
|
|
7523
7523
|
var t, n;
|
|
7524
7524
|
const r = this.currentToken;
|
|
7525
|
-
if (
|
|
7525
|
+
if (ji(r, this.currentAttr.name) === null) {
|
|
7526
7526
|
if (r.attrs.push(this.currentAttr), r.location && this.currentLocation) {
|
|
7527
7527
|
const u = (t = (n = r.location).attrs) !== null && t !== void 0 ? t : n.attrs = /* @__PURE__ */ Object.create(null);
|
|
7528
7528
|
u[this.currentAttr.name] = this.currentLocation, this._leaveAttrValue();
|
|
@@ -7589,7 +7589,7 @@ class J0 {
|
|
|
7589
7589
|
this._createCharacterToken(t, n);
|
|
7590
7590
|
}
|
|
7591
7591
|
_emitCodePoint(t) {
|
|
7592
|
-
const n =
|
|
7592
|
+
const n = Gi(t) ? q.WHITESPACE_CHARACTER : t === d.NULL ? q.NULL_CHARACTER : q.CHARACTER;
|
|
7593
7593
|
this._appendCharToCurrentCharacterToken(n, String.fromCodePoint(t));
|
|
7594
7594
|
}
|
|
7595
7595
|
//NOTE: used when we emit characters explicitly.
|
|
@@ -8268,7 +8268,7 @@ class J0 {
|
|
|
8268
8268
|
// Script data double escape start state
|
|
8269
8269
|
//------------------------------------------------------------------
|
|
8270
8270
|
_stateScriptDataDoubleEscapeStart(t) {
|
|
8271
|
-
if (this.preprocessor.startsWith(me.SCRIPT, !1) &&
|
|
8271
|
+
if (this.preprocessor.startsWith(me.SCRIPT, !1) && ku(this.preprocessor.peek(me.SCRIPT.length))) {
|
|
8272
8272
|
this._emitCodePoint(t);
|
|
8273
8273
|
for (let n = 0; n < me.SCRIPT.length; n++)
|
|
8274
8274
|
this._emitCodePoint(this._consume());
|
|
@@ -8359,7 +8359,7 @@ class J0 {
|
|
|
8359
8359
|
// Script data double escape end state
|
|
8360
8360
|
//------------------------------------------------------------------
|
|
8361
8361
|
_stateScriptDataDoubleEscapeEnd(t) {
|
|
8362
|
-
if (this.preprocessor.startsWith(me.SCRIPT, !1) &&
|
|
8362
|
+
if (this.preprocessor.startsWith(me.SCRIPT, !1) && ku(this.preprocessor.peek(me.SCRIPT.length))) {
|
|
8363
8363
|
this._emitCodePoint(t);
|
|
8364
8364
|
for (let n = 0; n < me.SCRIPT.length; n++)
|
|
8365
8365
|
this._emitCodePoint(this._consume());
|
|
@@ -9281,8 +9281,8 @@ class J0 {
|
|
|
9281
9281
|
Nu(t) ? this._flushCodePointConsumedAsCharacterReference(t) : (t === d.SEMICOLON && this._err(C.unknownNamedCharacterReference), this.state = this.returnState, this._callState(t));
|
|
9282
9282
|
}
|
|
9283
9283
|
}
|
|
9284
|
-
const
|
|
9285
|
-
...
|
|
9284
|
+
const Xi = /* @__PURE__ */ new Set([s.DD, s.DT, s.LI, s.OPTGROUP, s.OPTION, s.P, s.RB, s.RP, s.RT, s.RTC]), Su = /* @__PURE__ */ new Set([
|
|
9285
|
+
...Xi,
|
|
9286
9286
|
s.CAPTION,
|
|
9287
9287
|
s.COLGROUP,
|
|
9288
9288
|
s.TBODY,
|
|
@@ -9505,24 +9505,24 @@ class af {
|
|
|
9505
9505
|
}
|
|
9506
9506
|
//Implied end tags
|
|
9507
9507
|
generateImpliedEndTags() {
|
|
9508
|
-
for (;
|
|
9508
|
+
for (; Xi.has(this.currentTagId); )
|
|
9509
9509
|
this.pop();
|
|
9510
9510
|
}
|
|
9511
9511
|
generateImpliedEndTagsThoroughly() {
|
|
9512
|
-
for (;
|
|
9512
|
+
for (; Su.has(this.currentTagId); )
|
|
9513
9513
|
this.pop();
|
|
9514
9514
|
}
|
|
9515
9515
|
generateImpliedEndTagsWithExclusion(t) {
|
|
9516
|
-
for (; this.currentTagId !== t &&
|
|
9516
|
+
for (; this.currentTagId !== t && Su.has(this.currentTagId); )
|
|
9517
9517
|
this.pop();
|
|
9518
9518
|
}
|
|
9519
9519
|
}
|
|
9520
9520
|
const qn = 3;
|
|
9521
|
-
var
|
|
9521
|
+
var Se;
|
|
9522
9522
|
(function(e) {
|
|
9523
9523
|
e[e.Marker = 0] = "Marker", e[e.Element = 1] = "Element";
|
|
9524
|
-
})(
|
|
9525
|
-
const Lu = { type:
|
|
9524
|
+
})(Se || (Se = {}));
|
|
9525
|
+
const Lu = { type: Se.Marker };
|
|
9526
9526
|
class sf {
|
|
9527
9527
|
constructor(t) {
|
|
9528
9528
|
this.treeAdapter = t, this.entries = [], this.bookmark = null;
|
|
@@ -9534,7 +9534,7 @@ class sf {
|
|
|
9534
9534
|
const r = [], u = n.length, a = this.treeAdapter.getTagName(t), i = this.treeAdapter.getNamespaceURI(t);
|
|
9535
9535
|
for (let o = 0; o < this.entries.length; o++) {
|
|
9536
9536
|
const l = this.entries[o];
|
|
9537
|
-
if (l.type ===
|
|
9537
|
+
if (l.type === Se.Marker)
|
|
9538
9538
|
break;
|
|
9539
9539
|
const { element: c } = l;
|
|
9540
9540
|
if (this.treeAdapter.getTagName(c) === a && this.treeAdapter.getNamespaceURI(c) === i) {
|
|
@@ -9563,7 +9563,7 @@ class sf {
|
|
|
9563
9563
|
}
|
|
9564
9564
|
pushElement(t, n) {
|
|
9565
9565
|
this._ensureNoahArkCondition(t), this.entries.unshift({
|
|
9566
|
-
type:
|
|
9566
|
+
type: Se.Element,
|
|
9567
9567
|
element: t,
|
|
9568
9568
|
token: n
|
|
9569
9569
|
});
|
|
@@ -9571,7 +9571,7 @@ class sf {
|
|
|
9571
9571
|
insertElementAfterBookmark(t, n) {
|
|
9572
9572
|
const r = this.entries.indexOf(this.bookmark);
|
|
9573
9573
|
this.entries.splice(r, 0, {
|
|
9574
|
-
type:
|
|
9574
|
+
type: Se.Element,
|
|
9575
9575
|
element: t,
|
|
9576
9576
|
token: n
|
|
9577
9577
|
});
|
|
@@ -9591,11 +9591,11 @@ class sf {
|
|
|
9591
9591
|
}
|
|
9592
9592
|
//Search
|
|
9593
9593
|
getElementEntryInScopeWithTagName(t) {
|
|
9594
|
-
const n = this.entries.find((r) => r.type ===
|
|
9595
|
-
return n && n.type ===
|
|
9594
|
+
const n = this.entries.find((r) => r.type === Se.Marker || this.treeAdapter.getTagName(r.element) === t);
|
|
9595
|
+
return n && n.type === Se.Element ? n : null;
|
|
9596
9596
|
}
|
|
9597
9597
|
getElementEntry(t) {
|
|
9598
|
-
return this.entries.find((n) => n.type ===
|
|
9598
|
+
return this.entries.find((n) => n.type === Se.Element && n.element === t);
|
|
9599
9599
|
}
|
|
9600
9600
|
}
|
|
9601
9601
|
const ve = {
|
|
@@ -9755,7 +9755,7 @@ const ve = {
|
|
|
9755
9755
|
updateNodeSourceCodeLocation(e, t) {
|
|
9756
9756
|
e.sourceCodeLocation = { ...e.sourceCodeLocation, ...t };
|
|
9757
9757
|
}
|
|
9758
|
-
},
|
|
9758
|
+
}, Ki = "html", of = "about:legacy-compat", lf = "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd", $i = [
|
|
9759
9759
|
"+//silmaril//dtd html pro v0r11 19970101//",
|
|
9760
9760
|
"-//as//dtd html 3.0 aswedit + extensions//",
|
|
9761
9761
|
"-//advasoft ltd//dtd html 3.0 aswedit + extensions//",
|
|
@@ -9812,15 +9812,15 @@ const ve = {
|
|
|
9812
9812
|
"-//webtechs//dtd mozilla html 2.0//",
|
|
9813
9813
|
"-//webtechs//dtd mozilla html//"
|
|
9814
9814
|
], cf = [
|
|
9815
|
-
|
|
9815
|
+
...$i,
|
|
9816
9816
|
"-//w3c//dtd html 4.01 frameset//",
|
|
9817
9817
|
"-//w3c//dtd html 4.01 transitional//"
|
|
9818
9818
|
], ff = /* @__PURE__ */ new Set([
|
|
9819
9819
|
"-//w3o//dtd w3 html strict 3.0//en//",
|
|
9820
9820
|
"-/w3c/dtd html 4.0 transitional/en",
|
|
9821
9821
|
"html"
|
|
9822
|
-
]),
|
|
9823
|
-
|
|
9822
|
+
]), Ji = ["-//w3c//dtd xhtml 1.0 frameset//", "-//w3c//dtd xhtml 1.0 transitional//"], hf = [
|
|
9823
|
+
...Ji,
|
|
9824
9824
|
"-//w3c//dtd html 4.01 frameset//",
|
|
9825
9825
|
"-//w3c//dtd html 4.01 transitional//"
|
|
9826
9826
|
];
|
|
@@ -9828,10 +9828,10 @@ function Ru(e, t) {
|
|
|
9828
9828
|
return t.some((n) => e.startsWith(n));
|
|
9829
9829
|
}
|
|
9830
9830
|
function df(e) {
|
|
9831
|
-
return e.name ===
|
|
9831
|
+
return e.name === Ki && e.publicId === null && (e.systemId === null || e.systemId === of);
|
|
9832
9832
|
}
|
|
9833
9833
|
function mf(e) {
|
|
9834
|
-
if (e.name !==
|
|
9834
|
+
if (e.name !== Ki)
|
|
9835
9835
|
return ge.QUIRKS;
|
|
9836
9836
|
const { systemId: t } = e;
|
|
9837
9837
|
if (t && t.toLowerCase() === lf)
|
|
@@ -9840,10 +9840,10 @@ function mf(e) {
|
|
|
9840
9840
|
if (n !== null) {
|
|
9841
9841
|
if (n = n.toLowerCase(), ff.has(n))
|
|
9842
9842
|
return ge.QUIRKS;
|
|
9843
|
-
let r = t === null ? cf :
|
|
9843
|
+
let r = t === null ? cf : $i;
|
|
9844
9844
|
if (Ru(n, r))
|
|
9845
9845
|
return ge.QUIRKS;
|
|
9846
|
-
if (r = t === null ?
|
|
9846
|
+
if (r = t === null ? Ji : hf, Ru(n, r))
|
|
9847
9847
|
return ge.LIMITED_QUIRKS;
|
|
9848
9848
|
}
|
|
9849
9849
|
return ge.NO_QUIRKS;
|
|
@@ -10009,20 +10009,20 @@ function _f(e) {
|
|
|
10009
10009
|
const t = e.tagID;
|
|
10010
10010
|
return t === s.FONT && e.attrs.some(({ name: r }) => r === Ze.COLOR || r === Ze.SIZE || r === Ze.FACE) || Af.has(t);
|
|
10011
10011
|
}
|
|
10012
|
-
function
|
|
10012
|
+
function Zi(e) {
|
|
10013
10013
|
for (let t = 0; t < e.attrs.length; t++)
|
|
10014
10014
|
if (e.attrs[t].name === pf) {
|
|
10015
10015
|
e.attrs[t].name = Ef;
|
|
10016
10016
|
break;
|
|
10017
10017
|
}
|
|
10018
10018
|
}
|
|
10019
|
-
function
|
|
10019
|
+
function ea(e) {
|
|
10020
10020
|
for (let t = 0; t < e.attrs.length; t++) {
|
|
10021
10021
|
const n = Tf.get(e.attrs[t].name);
|
|
10022
10022
|
n != null && (e.attrs[t].name = n);
|
|
10023
10023
|
}
|
|
10024
10024
|
}
|
|
10025
|
-
function
|
|
10025
|
+
function Sr(e) {
|
|
10026
10026
|
for (let t = 0; t < e.attrs.length; t++) {
|
|
10027
10027
|
const n = bf.get(e.attrs[t].name);
|
|
10028
10028
|
n && (e.attrs[t].prefix = n.prefix, e.attrs[t].name = n.name, e.attrs[t].namespace = n.namespace);
|
|
@@ -10048,7 +10048,7 @@ function xf(e, t, n) {
|
|
|
10048
10048
|
function Nf(e, t, n, r) {
|
|
10049
10049
|
return (!r || r === O.HTML) && xf(e, t, n) || (!r || r === O.MATHML) && If(e, t);
|
|
10050
10050
|
}
|
|
10051
|
-
const
|
|
10051
|
+
const kf = "hidden", Sf = 8, Of = 3;
|
|
10052
10052
|
var T;
|
|
10053
10053
|
(function(e) {
|
|
10054
10054
|
e[e.INITIAL = 0] = "INITIAL", e[e.BEFORE_HTML = 1] = "BEFORE_HTML", e[e.BEFORE_HEAD = 2] = "BEFORE_HEAD", e[e.IN_HEAD = 3] = "IN_HEAD", e[e.IN_HEAD_NO_SCRIPT = 4] = "IN_HEAD_NO_SCRIPT", e[e.AFTER_HEAD = 5] = "AFTER_HEAD", e[e.IN_BODY = 6] = "IN_BODY", e[e.TEXT = 7] = "TEXT", e[e.IN_TABLE = 8] = "IN_TABLE", e[e.IN_TABLE_TEXT = 9] = "IN_TABLE_TEXT", e[e.IN_CAPTION = 10] = "IN_CAPTION", e[e.IN_COLUMN_GROUP = 11] = "IN_COLUMN_GROUP", e[e.IN_TABLE_BODY = 12] = "IN_TABLE_BODY", e[e.IN_ROW = 13] = "IN_ROW", e[e.IN_CELL = 14] = "IN_CELL", e[e.IN_SELECT = 15] = "IN_SELECT", e[e.IN_SELECT_IN_TABLE = 16] = "IN_SELECT_IN_TABLE", e[e.IN_TEMPLATE = 17] = "IN_TEMPLATE", e[e.AFTER_BODY = 18] = "AFTER_BODY", e[e.IN_FRAMESET = 19] = "IN_FRAMESET", e[e.AFTER_FRAMESET = 20] = "AFTER_FRAMESET", e[e.AFTER_AFTER_BODY = 21] = "AFTER_AFTER_BODY", e[e.AFTER_AFTER_FRAMESET = 22] = "AFTER_AFTER_FRAMESET";
|
|
@@ -10060,7 +10060,7 @@ const yf = {
|
|
|
10060
10060
|
endLine: -1,
|
|
10061
10061
|
endCol: -1,
|
|
10062
10062
|
endOffset: -1
|
|
10063
|
-
},
|
|
10063
|
+
}, ta = /* @__PURE__ */ new Set([s.TABLE, s.TBODY, s.TFOOT, s.THEAD, s.TR]), Pu = {
|
|
10064
10064
|
scriptingEnabled: !0,
|
|
10065
10065
|
sourceCodeLocationInfo: !1,
|
|
10066
10066
|
treeAdapter: ve,
|
|
@@ -10331,7 +10331,7 @@ class wu {
|
|
|
10331
10331
|
_reconstructActiveFormattingElements() {
|
|
10332
10332
|
const t = this.activeFormattingElements.entries.length;
|
|
10333
10333
|
if (t) {
|
|
10334
|
-
const n = this.activeFormattingElements.entries.findIndex((u) => u.type ===
|
|
10334
|
+
const n = this.activeFormattingElements.entries.findIndex((u) => u.type === Se.Marker || this.openElements.contains(u.element)), r = n < 0 ? t - 1 : n - 1;
|
|
10335
10335
|
for (let u = r; u >= 0; u--) {
|
|
10336
10336
|
const a = this.activeFormattingElements.entries[u];
|
|
10337
10337
|
this._insertElement(a.token, this.treeAdapter.getNamespaceURI(a.element)), a.element = this.openElements.current;
|
|
@@ -10429,7 +10429,7 @@ class wu {
|
|
|
10429
10429
|
//Foster parenting
|
|
10430
10430
|
/** @protected */
|
|
10431
10431
|
_isElementCausesFosterParenting(t) {
|
|
10432
|
-
return
|
|
10432
|
+
return ta.has(t);
|
|
10433
10433
|
}
|
|
10434
10434
|
/** @protected */
|
|
10435
10435
|
_shouldFosterParentOnInsertion() {
|
|
@@ -10472,7 +10472,7 @@ class wu {
|
|
|
10472
10472
|
}
|
|
10473
10473
|
switch (this.insertionMode) {
|
|
10474
10474
|
case T.INITIAL: {
|
|
10475
|
-
|
|
10475
|
+
St(this, t);
|
|
10476
10476
|
break;
|
|
10477
10477
|
}
|
|
10478
10478
|
case T.BEFORE_HTML: {
|
|
@@ -10499,7 +10499,7 @@ class wu {
|
|
|
10499
10499
|
case T.IN_CAPTION:
|
|
10500
10500
|
case T.IN_CELL:
|
|
10501
10501
|
case T.IN_TEMPLATE: {
|
|
10502
|
-
|
|
10502
|
+
ra(this, t);
|
|
10503
10503
|
break;
|
|
10504
10504
|
}
|
|
10505
10505
|
case T.TEXT:
|
|
@@ -10515,7 +10515,7 @@ class wu {
|
|
|
10515
10515
|
break;
|
|
10516
10516
|
}
|
|
10517
10517
|
case T.IN_TABLE_TEXT: {
|
|
10518
|
-
|
|
10518
|
+
la(this, t);
|
|
10519
10519
|
break;
|
|
10520
10520
|
}
|
|
10521
10521
|
case T.IN_COLUMN_GROUP: {
|
|
@@ -10540,7 +10540,7 @@ class wu {
|
|
|
10540
10540
|
}
|
|
10541
10541
|
switch (this.insertionMode) {
|
|
10542
10542
|
case T.INITIAL: {
|
|
10543
|
-
|
|
10543
|
+
St(this, t);
|
|
10544
10544
|
break;
|
|
10545
10545
|
}
|
|
10546
10546
|
case T.BEFORE_HTML: {
|
|
@@ -10672,7 +10672,7 @@ class wu {
|
|
|
10672
10672
|
_startTagOutsideForeignContent(t) {
|
|
10673
10673
|
switch (this.insertionMode) {
|
|
10674
10674
|
case T.INITIAL: {
|
|
10675
|
-
|
|
10675
|
+
St(this, t);
|
|
10676
10676
|
break;
|
|
10677
10677
|
}
|
|
10678
10678
|
case T.BEFORE_HTML: {
|
|
@@ -10716,11 +10716,11 @@ class wu {
|
|
|
10716
10716
|
break;
|
|
10717
10717
|
}
|
|
10718
10718
|
case T.IN_TABLE_BODY: {
|
|
10719
|
-
|
|
10719
|
+
kn(this, t);
|
|
10720
10720
|
break;
|
|
10721
10721
|
}
|
|
10722
10722
|
case T.IN_ROW: {
|
|
10723
|
-
|
|
10723
|
+
Sn(this, t);
|
|
10724
10724
|
break;
|
|
10725
10725
|
}
|
|
10726
10726
|
case T.IN_CELL: {
|
|
@@ -10728,7 +10728,7 @@ class wu {
|
|
|
10728
10728
|
break;
|
|
10729
10729
|
}
|
|
10730
10730
|
case T.IN_SELECT: {
|
|
10731
|
-
|
|
10731
|
+
ha(this, t);
|
|
10732
10732
|
break;
|
|
10733
10733
|
}
|
|
10734
10734
|
case T.IN_SELECT_IN_TABLE: {
|
|
@@ -10769,7 +10769,7 @@ class wu {
|
|
|
10769
10769
|
_endTagOutsideForeignContent(t) {
|
|
10770
10770
|
switch (this.insertionMode) {
|
|
10771
10771
|
case T.INITIAL: {
|
|
10772
|
-
|
|
10772
|
+
St(this, t);
|
|
10773
10773
|
break;
|
|
10774
10774
|
}
|
|
10775
10775
|
case T.BEFORE_HTML: {
|
|
@@ -10821,7 +10821,7 @@ class wu {
|
|
|
10821
10821
|
break;
|
|
10822
10822
|
}
|
|
10823
10823
|
case T.IN_ROW: {
|
|
10824
|
-
|
|
10824
|
+
fa(this, t);
|
|
10825
10825
|
break;
|
|
10826
10826
|
}
|
|
10827
10827
|
case T.IN_CELL: {
|
|
@@ -10829,7 +10829,7 @@ class wu {
|
|
|
10829
10829
|
break;
|
|
10830
10830
|
}
|
|
10831
10831
|
case T.IN_SELECT: {
|
|
10832
|
-
|
|
10832
|
+
da(this, t);
|
|
10833
10833
|
break;
|
|
10834
10834
|
}
|
|
10835
10835
|
case T.IN_SELECT_IN_TABLE: {
|
|
@@ -10841,7 +10841,7 @@ class wu {
|
|
|
10841
10841
|
break;
|
|
10842
10842
|
}
|
|
10843
10843
|
case T.AFTER_BODY: {
|
|
10844
|
-
|
|
10844
|
+
pa(this, t);
|
|
10845
10845
|
break;
|
|
10846
10846
|
}
|
|
10847
10847
|
case T.IN_FRAMESET: {
|
|
@@ -10862,7 +10862,7 @@ class wu {
|
|
|
10862
10862
|
onEof(t) {
|
|
10863
10863
|
switch (this.insertionMode) {
|
|
10864
10864
|
case T.INITIAL: {
|
|
10865
|
-
|
|
10865
|
+
St(this, t);
|
|
10866
10866
|
break;
|
|
10867
10867
|
}
|
|
10868
10868
|
case T.BEFORE_HTML: {
|
|
@@ -10894,7 +10894,7 @@ class wu {
|
|
|
10894
10894
|
case T.IN_CELL:
|
|
10895
10895
|
case T.IN_SELECT:
|
|
10896
10896
|
case T.IN_SELECT_IN_TABLE: {
|
|
10897
|
-
|
|
10897
|
+
sa(this, t);
|
|
10898
10898
|
break;
|
|
10899
10899
|
}
|
|
10900
10900
|
case T.TEXT: {
|
|
@@ -10906,7 +10906,7 @@ class wu {
|
|
|
10906
10906
|
break;
|
|
10907
10907
|
}
|
|
10908
10908
|
case T.IN_TEMPLATE: {
|
|
10909
|
-
|
|
10909
|
+
ma(this, t);
|
|
10910
10910
|
break;
|
|
10911
10911
|
}
|
|
10912
10912
|
case T.AFTER_BODY:
|
|
@@ -10950,7 +10950,7 @@ class wu {
|
|
|
10950
10950
|
case T.AFTER_BODY:
|
|
10951
10951
|
case T.AFTER_AFTER_BODY:
|
|
10952
10952
|
case T.AFTER_AFTER_FRAMESET: {
|
|
10953
|
-
|
|
10953
|
+
na(this, t);
|
|
10954
10954
|
break;
|
|
10955
10955
|
}
|
|
10956
10956
|
case T.IN_TABLE:
|
|
@@ -10960,7 +10960,7 @@ class wu {
|
|
|
10960
10960
|
break;
|
|
10961
10961
|
}
|
|
10962
10962
|
case T.IN_TABLE_TEXT: {
|
|
10963
|
-
|
|
10963
|
+
oa(this, t);
|
|
10964
10964
|
break;
|
|
10965
10965
|
}
|
|
10966
10966
|
}
|
|
@@ -10968,7 +10968,7 @@ class wu {
|
|
|
10968
10968
|
}
|
|
10969
10969
|
function Lf(e, t) {
|
|
10970
10970
|
let n = e.activeFormattingElements.getElementEntryInScopeWithTagName(t.tagName);
|
|
10971
|
-
return n ? e.openElements.contains(n.element) ? e.openElements.hasInScope(t.tagID) || (n = null) : (e.activeFormattingElements.removeEntry(n), n = null) :
|
|
10971
|
+
return n ? e.openElements.contains(n.element) ? e.openElements.hasInScope(t.tagID) || (n = null) : (e.activeFormattingElements.removeEntry(n), n = null) : aa(e, t), n;
|
|
10972
10972
|
}
|
|
10973
10973
|
function Rf(e, t) {
|
|
10974
10974
|
let n = null, r = e.openElements.stackTop;
|
|
@@ -11007,7 +11007,7 @@ function Mf(e, t, n) {
|
|
|
11007
11007
|
e._adoptNodes(t, a), e.treeAdapter.appendChild(t, a), e.activeFormattingElements.insertElementAfterBookmark(a, u), e.activeFormattingElements.removeEntry(n), e.openElements.remove(n.element), e.openElements.insertAfter(t, a, u.tagID);
|
|
11008
11008
|
}
|
|
11009
11009
|
function Or(e, t) {
|
|
11010
|
-
for (let n = 0; n <
|
|
11010
|
+
for (let n = 0; n < Sf; n++) {
|
|
11011
11011
|
const r = Lf(e, t);
|
|
11012
11012
|
if (!r)
|
|
11013
11013
|
break;
|
|
@@ -11047,7 +11047,7 @@ function Hf(e, t) {
|
|
|
11047
11047
|
const n = t.forceQuirks ? ge.QUIRKS : mf(t);
|
|
11048
11048
|
df(t) || e._err(t, C.nonConformingDoctype), e.treeAdapter.setDocumentMode(e.document, n), e.insertionMode = T.BEFORE_HTML;
|
|
11049
11049
|
}
|
|
11050
|
-
function
|
|
11050
|
+
function St(e, t) {
|
|
11051
11051
|
e._err(t, C.missingDoctype, !0), e.treeAdapter.setDocumentMode(e.document, ge.QUIRKS), e.insertionMode = T.BEFORE_HTML, e._processToken(t);
|
|
11052
11052
|
}
|
|
11053
11053
|
function Uf(e, t) {
|
|
@@ -11249,11 +11249,11 @@ function Ft(e, t) {
|
|
|
11249
11249
|
function xn(e, t) {
|
|
11250
11250
|
switch (t.type) {
|
|
11251
11251
|
case q.CHARACTER: {
|
|
11252
|
-
|
|
11252
|
+
ra(e, t);
|
|
11253
11253
|
break;
|
|
11254
11254
|
}
|
|
11255
11255
|
case q.WHITESPACE_CHARACTER: {
|
|
11256
|
-
|
|
11256
|
+
na(e, t);
|
|
11257
11257
|
break;
|
|
11258
11258
|
}
|
|
11259
11259
|
case q.COMMENT: {
|
|
@@ -11269,15 +11269,15 @@ function xn(e, t) {
|
|
|
11269
11269
|
break;
|
|
11270
11270
|
}
|
|
11271
11271
|
case q.EOF: {
|
|
11272
|
-
|
|
11272
|
+
sa(e, t);
|
|
11273
11273
|
break;
|
|
11274
11274
|
}
|
|
11275
11275
|
}
|
|
11276
11276
|
}
|
|
11277
|
-
function
|
|
11277
|
+
function na(e, t) {
|
|
11278
11278
|
e._reconstructActiveFormattingElements(), e._insertCharacters(t);
|
|
11279
11279
|
}
|
|
11280
|
-
function
|
|
11280
|
+
function ra(e, t) {
|
|
11281
11281
|
e._reconstructActiveFormattingElements(), e._insertCharacters(t), e.framesetOk = !1;
|
|
11282
11282
|
}
|
|
11283
11283
|
function Gf(e, t) {
|
|
@@ -11340,15 +11340,15 @@ function sh(e, t) {
|
|
|
11340
11340
|
function oh(e, t) {
|
|
11341
11341
|
e.treeAdapter.getDocumentMode(e.document) !== ge.QUIRKS && e.openElements.hasInButtonScope(s.P) && e._closePElement(), e._insertElement(t, O.HTML), e.framesetOk = !1, e.insertionMode = T.IN_TABLE;
|
|
11342
11342
|
}
|
|
11343
|
-
function
|
|
11343
|
+
function ua(e, t) {
|
|
11344
11344
|
e._reconstructActiveFormattingElements(), e._appendElement(t, O.HTML), e.framesetOk = !1, t.ackSelfClosing = !0;
|
|
11345
11345
|
}
|
|
11346
|
-
function
|
|
11347
|
-
const t =
|
|
11348
|
-
return t != null && t.toLowerCase() ===
|
|
11346
|
+
function ia(e) {
|
|
11347
|
+
const t = ji(e, Ze.TYPE);
|
|
11348
|
+
return t != null && t.toLowerCase() === kf;
|
|
11349
11349
|
}
|
|
11350
11350
|
function lh(e, t) {
|
|
11351
|
-
e._reconstructActiveFormattingElements(), e._appendElement(t, O.HTML),
|
|
11351
|
+
e._reconstructActiveFormattingElements(), e._appendElement(t, O.HTML), ia(t) || (e.framesetOk = !1), t.ackSelfClosing = !0;
|
|
11352
11352
|
}
|
|
11353
11353
|
function ch(e, t) {
|
|
11354
11354
|
e._appendElement(t, O.HTML), t.ackSelfClosing = !0;
|
|
@@ -11357,7 +11357,7 @@ function fh(e, t) {
|
|
|
11357
11357
|
e.openElements.hasInButtonScope(s.P) && e._closePElement(), e._appendElement(t, O.HTML), e.framesetOk = !1, t.ackSelfClosing = !0;
|
|
11358
11358
|
}
|
|
11359
11359
|
function hh(e, t) {
|
|
11360
|
-
t.tagName = _.IMG, t.tagID = s.IMG,
|
|
11360
|
+
t.tagName = _.IMG, t.tagID = s.IMG, ua(e, t);
|
|
11361
11361
|
}
|
|
11362
11362
|
function dh(e, t) {
|
|
11363
11363
|
e._insertElement(t, O.HTML), e.skipNextNewLine = !0, e.tokenizer.state = re.RCDATA, e.originalInsertionMode = e.insertionMode, e.framesetOk = !1, e.insertionMode = T.TEXT;
|
|
@@ -11384,10 +11384,10 @@ function gh(e, t) {
|
|
|
11384
11384
|
e.openElements.hasInScope(s.RUBY) && e.openElements.generateImpliedEndTagsWithExclusion(s.RTC), e._insertElement(t, O.HTML);
|
|
11385
11385
|
}
|
|
11386
11386
|
function Ah(e, t) {
|
|
11387
|
-
e._reconstructActiveFormattingElements(),
|
|
11387
|
+
e._reconstructActiveFormattingElements(), Zi(t), Sr(t), t.selfClosing ? e._appendElement(t, O.MATHML) : e._insertElement(t, O.MATHML), t.ackSelfClosing = !0;
|
|
11388
11388
|
}
|
|
11389
11389
|
function _h(e, t) {
|
|
11390
|
-
e._reconstructActiveFormattingElements(),
|
|
11390
|
+
e._reconstructActiveFormattingElements(), ea(t), Sr(t), t.selfClosing ? e._appendElement(t, O.SVG) : e._insertElement(t, O.SVG), t.ackSelfClosing = !0;
|
|
11391
11391
|
}
|
|
11392
11392
|
function Bu(e, t) {
|
|
11393
11393
|
e._reconstructActiveFormattingElements(), e._insertElement(t, O.HTML);
|
|
@@ -11462,7 +11462,7 @@ function he(e, t) {
|
|
|
11462
11462
|
case s.AREA:
|
|
11463
11463
|
case s.EMBED:
|
|
11464
11464
|
case s.KEYGEN: {
|
|
11465
|
-
|
|
11465
|
+
ua(e, t);
|
|
11466
11466
|
break;
|
|
11467
11467
|
}
|
|
11468
11468
|
case s.HR: {
|
|
@@ -11609,7 +11609,7 @@ function Ch(e, t) {
|
|
|
11609
11609
|
}
|
|
11610
11610
|
}
|
|
11611
11611
|
function Ih(e, t) {
|
|
11612
|
-
e.openElements.hasInScope(s.BODY) && (e.insertionMode = T.AFTER_BODY,
|
|
11612
|
+
e.openElements.hasInScope(s.BODY) && (e.insertionMode = T.AFTER_BODY, pa(e, t));
|
|
11613
11613
|
}
|
|
11614
11614
|
function xh(e, t) {
|
|
11615
11615
|
const n = t.tagID;
|
|
@@ -11619,10 +11619,10 @@ function Nh(e) {
|
|
|
11619
11619
|
const t = e.openElements.tmplCount > 0, { formElement: n } = e;
|
|
11620
11620
|
t || (e.formElement = null), (n || t) && e.openElements.hasInScope(s.FORM) && (e.openElements.generateImpliedEndTags(), t ? e.openElements.popUntilTagNamePopped(s.FORM) : n && e.openElements.remove(n));
|
|
11621
11621
|
}
|
|
11622
|
-
function
|
|
11622
|
+
function kh(e) {
|
|
11623
11623
|
e.openElements.hasInButtonScope(s.P) || e._insertFakeElement(_.P, s.P), e._closePElement();
|
|
11624
11624
|
}
|
|
11625
|
-
function
|
|
11625
|
+
function Sh(e) {
|
|
11626
11626
|
e.openElements.hasInListItemScope(s.LI) && (e.openElements.generateImpliedEndTagsWithExclusion(s.LI), e.openElements.popUntilTagNamePopped(s.LI));
|
|
11627
11627
|
}
|
|
11628
11628
|
function Oh(e, t) {
|
|
@@ -11639,7 +11639,7 @@ function Lh(e, t) {
|
|
|
11639
11639
|
function Rh(e) {
|
|
11640
11640
|
e._reconstructActiveFormattingElements(), e._insertFakeElement(_.BR, s.BR), e.openElements.pop(), e.framesetOk = !1;
|
|
11641
11641
|
}
|
|
11642
|
-
function
|
|
11642
|
+
function aa(e, t) {
|
|
11643
11643
|
const n = t.tagName, r = t.tagID;
|
|
11644
11644
|
for (let u = e.openElements.stackTop; u > 0; u--) {
|
|
11645
11645
|
const a = e.openElements.items[u], i = e.openElements.tagIDs[u];
|
|
@@ -11671,7 +11671,7 @@ function Nn(e, t) {
|
|
|
11671
11671
|
break;
|
|
11672
11672
|
}
|
|
11673
11673
|
case s.P: {
|
|
11674
|
-
|
|
11674
|
+
kh(e);
|
|
11675
11675
|
break;
|
|
11676
11676
|
}
|
|
11677
11677
|
case s.DL:
|
|
@@ -11705,7 +11705,7 @@ function Nn(e, t) {
|
|
|
11705
11705
|
break;
|
|
11706
11706
|
}
|
|
11707
11707
|
case s.LI: {
|
|
11708
|
-
|
|
11708
|
+
Sh(e);
|
|
11709
11709
|
break;
|
|
11710
11710
|
}
|
|
11711
11711
|
case s.DD:
|
|
@@ -11749,11 +11749,11 @@ function Nn(e, t) {
|
|
|
11749
11749
|
break;
|
|
11750
11750
|
}
|
|
11751
11751
|
default:
|
|
11752
|
-
|
|
11752
|
+
aa(e, t);
|
|
11753
11753
|
}
|
|
11754
11754
|
}
|
|
11755
|
-
function
|
|
11756
|
-
e.tmplInsertionModeStack.length > 0 ?
|
|
11755
|
+
function sa(e, t) {
|
|
11756
|
+
e.tmplInsertionModeStack.length > 0 ? ma(e, t) : yr(e, t);
|
|
11757
11757
|
}
|
|
11758
11758
|
function Dh(e, t) {
|
|
11759
11759
|
var n;
|
|
@@ -11763,14 +11763,14 @@ function Ph(e, t) {
|
|
|
11763
11763
|
e._err(t, C.eofInElementThatCanContainOnlyText), e.openElements.pop(), e.insertionMode = e.originalInsertionMode, e.onEof(t);
|
|
11764
11764
|
}
|
|
11765
11765
|
function jn(e, t) {
|
|
11766
|
-
if (
|
|
11766
|
+
if (ta.has(e.openElements.currentTagId))
|
|
11767
11767
|
switch (e.pendingCharacterTokens.length = 0, e.hasNonWhitespacePendingCharacterToken = !1, e.originalInsertionMode = e.insertionMode, e.insertionMode = T.IN_TABLE_TEXT, t.type) {
|
|
11768
11768
|
case q.CHARACTER: {
|
|
11769
|
-
|
|
11769
|
+
la(e, t);
|
|
11770
11770
|
break;
|
|
11771
11771
|
}
|
|
11772
11772
|
case q.WHITESPACE_CHARACTER: {
|
|
11773
|
-
|
|
11773
|
+
oa(e, t);
|
|
11774
11774
|
break;
|
|
11775
11775
|
}
|
|
11776
11776
|
}
|
|
@@ -11790,13 +11790,13 @@ function Fh(e, t) {
|
|
|
11790
11790
|
e.openElements.clearBackToTableContext(), e._insertElement(t, O.HTML), e.insertionMode = T.IN_TABLE_BODY;
|
|
11791
11791
|
}
|
|
11792
11792
|
function Hh(e, t) {
|
|
11793
|
-
e.openElements.clearBackToTableContext(), e._insertFakeElement(_.TBODY, s.TBODY), e.insertionMode = T.IN_TABLE_BODY,
|
|
11793
|
+
e.openElements.clearBackToTableContext(), e._insertFakeElement(_.TBODY, s.TBODY), e.insertionMode = T.IN_TABLE_BODY, kn(e, t);
|
|
11794
11794
|
}
|
|
11795
11795
|
function Uh(e, t) {
|
|
11796
11796
|
e.openElements.hasInTableScope(s.TABLE) && (e.openElements.popUntilTagNamePopped(s.TABLE), e._resetInsertionMode(), e._processStartTag(t));
|
|
11797
11797
|
}
|
|
11798
11798
|
function vh(e, t) {
|
|
11799
|
-
|
|
11799
|
+
ia(t) ? e._appendElement(t, O.HTML) : jt(e, t), t.ackSelfClosing = !0;
|
|
11800
11800
|
}
|
|
11801
11801
|
function zh(e, t) {
|
|
11802
11802
|
!e.formElement && e.openElements.tmplCount === 0 && (e._insertElement(t, O.HTML), e.formElement = e.openElements.current, e.openElements.pop());
|
|
@@ -11879,10 +11879,10 @@ function jt(e, t) {
|
|
|
11879
11879
|
const n = e.fosterParentingEnabled;
|
|
11880
11880
|
e.fosterParentingEnabled = !0, xn(e, t), e.fosterParentingEnabled = n;
|
|
11881
11881
|
}
|
|
11882
|
-
function
|
|
11882
|
+
function oa(e, t) {
|
|
11883
11883
|
e.pendingCharacterTokens.push(t);
|
|
11884
11884
|
}
|
|
11885
|
-
function
|
|
11885
|
+
function la(e, t) {
|
|
11886
11886
|
e.pendingCharacterTokens.push(t), e.hasNonWhitespacePendingCharacterToken = !0;
|
|
11887
11887
|
}
|
|
11888
11888
|
function Ot(e, t) {
|
|
@@ -11895,10 +11895,10 @@ function Ot(e, t) {
|
|
|
11895
11895
|
e._insertCharacters(e.pendingCharacterTokens[n]);
|
|
11896
11896
|
e.insertionMode = e.originalInsertionMode, e._processToken(t);
|
|
11897
11897
|
}
|
|
11898
|
-
const
|
|
11898
|
+
const ca = /* @__PURE__ */ new Set([s.CAPTION, s.COL, s.COLGROUP, s.TBODY, s.TD, s.TFOOT, s.TH, s.THEAD, s.TR]);
|
|
11899
11899
|
function Yh(e, t) {
|
|
11900
11900
|
const n = t.tagID;
|
|
11901
|
-
|
|
11901
|
+
ca.has(n) ? e.openElements.hasInTableScope(s.CAPTION) && (e.openElements.generateImpliedEndTags(), e.openElements.popUntilTagNamePopped(s.CAPTION), e.activeFormattingElements.clearToLastMarker(), e.insertionMode = T.IN_TABLE, pt(e, t)) : he(e, t);
|
|
11902
11902
|
}
|
|
11903
11903
|
function qh(e, t) {
|
|
11904
11904
|
const n = t.tagID;
|
|
@@ -11960,7 +11960,7 @@ function jh(e, t) {
|
|
|
11960
11960
|
function mn(e, t) {
|
|
11961
11961
|
e.openElements.currentTagId === s.COLGROUP && (e.openElements.pop(), e.insertionMode = T.IN_TABLE, e._processToken(t));
|
|
11962
11962
|
}
|
|
11963
|
-
function
|
|
11963
|
+
function kn(e, t) {
|
|
11964
11964
|
switch (t.tagID) {
|
|
11965
11965
|
case s.TR: {
|
|
11966
11966
|
e.openElements.clearBackToTableBodyContext(), e._insertElement(t, O.HTML), e.insertionMode = T.IN_ROW;
|
|
@@ -11968,7 +11968,7 @@ function Sn(e, t) {
|
|
|
11968
11968
|
}
|
|
11969
11969
|
case s.TH:
|
|
11970
11970
|
case s.TD: {
|
|
11971
|
-
e.openElements.clearBackToTableBodyContext(), e._insertFakeElement(_.TR, s.TR), e.insertionMode = T.IN_ROW,
|
|
11971
|
+
e.openElements.clearBackToTableBodyContext(), e._insertFakeElement(_.TR, s.TR), e.insertionMode = T.IN_ROW, Sn(e, t);
|
|
11972
11972
|
break;
|
|
11973
11973
|
}
|
|
11974
11974
|
case s.CAPTION:
|
|
@@ -12010,7 +12010,7 @@ function ar(e, t) {
|
|
|
12010
12010
|
Ut(e, t);
|
|
12011
12011
|
}
|
|
12012
12012
|
}
|
|
12013
|
-
function
|
|
12013
|
+
function Sn(e, t) {
|
|
12014
12014
|
switch (t.tagID) {
|
|
12015
12015
|
case s.TH:
|
|
12016
12016
|
case s.TD: {
|
|
@@ -12024,14 +12024,14 @@ function kn(e, t) {
|
|
|
12024
12024
|
case s.TFOOT:
|
|
12025
12025
|
case s.THEAD:
|
|
12026
12026
|
case s.TR: {
|
|
12027
|
-
e.openElements.hasInTableScope(s.TR) && (e.openElements.clearBackToTableRowContext(), e.openElements.pop(), e.insertionMode = T.IN_TABLE_BODY,
|
|
12027
|
+
e.openElements.hasInTableScope(s.TR) && (e.openElements.clearBackToTableRowContext(), e.openElements.pop(), e.insertionMode = T.IN_TABLE_BODY, kn(e, t));
|
|
12028
12028
|
break;
|
|
12029
12029
|
}
|
|
12030
12030
|
default:
|
|
12031
12031
|
pt(e, t);
|
|
12032
12032
|
}
|
|
12033
12033
|
}
|
|
12034
|
-
function
|
|
12034
|
+
function fa(e, t) {
|
|
12035
12035
|
switch (t.tagID) {
|
|
12036
12036
|
case s.TR: {
|
|
12037
12037
|
e.openElements.hasInTableScope(s.TR) && (e.openElements.clearBackToTableRowContext(), e.openElements.pop(), e.insertionMode = T.IN_TABLE_BODY);
|
|
@@ -12061,7 +12061,7 @@ function ca(e, t) {
|
|
|
12061
12061
|
}
|
|
12062
12062
|
function Vh(e, t) {
|
|
12063
12063
|
const n = t.tagID;
|
|
12064
|
-
|
|
12064
|
+
ca.has(n) ? (e.openElements.hasInTableScope(s.TD) || e.openElements.hasInTableScope(s.TH)) && (e._closeTableCell(), Sn(e, t)) : he(e, t);
|
|
12065
12065
|
}
|
|
12066
12066
|
function Wh(e, t) {
|
|
12067
12067
|
const n = t.tagID;
|
|
@@ -12076,7 +12076,7 @@ function Wh(e, t) {
|
|
|
12076
12076
|
case s.TFOOT:
|
|
12077
12077
|
case s.THEAD:
|
|
12078
12078
|
case s.TR: {
|
|
12079
|
-
e.openElements.hasInTableScope(n) && (e._closeTableCell(),
|
|
12079
|
+
e.openElements.hasInTableScope(n) && (e._closeTableCell(), fa(e, t));
|
|
12080
12080
|
break;
|
|
12081
12081
|
}
|
|
12082
12082
|
case s.BODY:
|
|
@@ -12089,7 +12089,7 @@ function Wh(e, t) {
|
|
|
12089
12089
|
Nn(e, t);
|
|
12090
12090
|
}
|
|
12091
12091
|
}
|
|
12092
|
-
function
|
|
12092
|
+
function ha(e, t) {
|
|
12093
12093
|
switch (t.tagID) {
|
|
12094
12094
|
case s.HTML: {
|
|
12095
12095
|
he(e, t);
|
|
@@ -12121,7 +12121,7 @@ function fa(e, t) {
|
|
|
12121
12121
|
}
|
|
12122
12122
|
}
|
|
12123
12123
|
}
|
|
12124
|
-
function
|
|
12124
|
+
function da(e, t) {
|
|
12125
12125
|
switch (t.tagID) {
|
|
12126
12126
|
case s.OPTGROUP: {
|
|
12127
12127
|
e.openElements.stackTop > 0 && e.openElements.currentTagId === s.OPTION && e.openElements.tagIDs[e.openElements.stackTop - 1] === s.OPTGROUP && e.openElements.pop(), e.openElements.currentTagId === s.OPTGROUP && e.openElements.pop();
|
|
@@ -12143,11 +12143,11 @@ function ha(e, t) {
|
|
|
12143
12143
|
}
|
|
12144
12144
|
function Qh(e, t) {
|
|
12145
12145
|
const n = t.tagID;
|
|
12146
|
-
n === s.CAPTION || n === s.TABLE || n === s.TBODY || n === s.TFOOT || n === s.THEAD || n === s.TR || n === s.TD || n === s.TH ? (e.openElements.popUntilTagNamePopped(s.SELECT), e._resetInsertionMode(), e._processStartTag(t)) :
|
|
12146
|
+
n === s.CAPTION || n === s.TABLE || n === s.TBODY || n === s.TFOOT || n === s.THEAD || n === s.TR || n === s.TD || n === s.TH ? (e.openElements.popUntilTagNamePopped(s.SELECT), e._resetInsertionMode(), e._processStartTag(t)) : ha(e, t);
|
|
12147
12147
|
}
|
|
12148
12148
|
function Gh(e, t) {
|
|
12149
12149
|
const n = t.tagID;
|
|
12150
|
-
n === s.CAPTION || n === s.TABLE || n === s.TBODY || n === s.TFOOT || n === s.THEAD || n === s.TR || n === s.TD || n === s.TH ? e.openElements.hasInTableScope(n) && (e.openElements.popUntilTagNamePopped(s.SELECT), e._resetInsertionMode(), e.onEndTag(t)) :
|
|
12150
|
+
n === s.CAPTION || n === s.TABLE || n === s.TBODY || n === s.TFOOT || n === s.THEAD || n === s.TR || n === s.TD || n === s.TH ? e.openElements.hasInTableScope(n) && (e.openElements.popUntilTagNamePopped(s.SELECT), e._resetInsertionMode(), e.onEndTag(t)) : da(e, t);
|
|
12151
12151
|
}
|
|
12152
12152
|
function Xh(e, t) {
|
|
12153
12153
|
switch (t.tagID) {
|
|
@@ -12179,12 +12179,12 @@ function Xh(e, t) {
|
|
|
12179
12179
|
break;
|
|
12180
12180
|
}
|
|
12181
12181
|
case s.TR: {
|
|
12182
|
-
e.tmplInsertionModeStack[0] = T.IN_TABLE_BODY, e.insertionMode = T.IN_TABLE_BODY,
|
|
12182
|
+
e.tmplInsertionModeStack[0] = T.IN_TABLE_BODY, e.insertionMode = T.IN_TABLE_BODY, kn(e, t);
|
|
12183
12183
|
break;
|
|
12184
12184
|
}
|
|
12185
12185
|
case s.TD:
|
|
12186
12186
|
case s.TH: {
|
|
12187
|
-
e.tmplInsertionModeStack[0] = T.IN_ROW, e.insertionMode = T.IN_ROW,
|
|
12187
|
+
e.tmplInsertionModeStack[0] = T.IN_ROW, e.insertionMode = T.IN_ROW, Sn(e, t);
|
|
12188
12188
|
break;
|
|
12189
12189
|
}
|
|
12190
12190
|
default:
|
|
@@ -12194,13 +12194,13 @@ function Xh(e, t) {
|
|
|
12194
12194
|
function Kh(e, t) {
|
|
12195
12195
|
t.tagID === s.TEMPLATE && rt(e, t);
|
|
12196
12196
|
}
|
|
12197
|
-
function
|
|
12197
|
+
function ma(e, t) {
|
|
12198
12198
|
e.openElements.tmplCount > 0 ? (e.openElements.popUntilTagNamePopped(s.TEMPLATE), e.activeFormattingElements.clearToLastMarker(), e.tmplInsertionModeStack.shift(), e._resetInsertionMode(), e.onEof(t)) : yr(e, t);
|
|
12199
12199
|
}
|
|
12200
12200
|
function $h(e, t) {
|
|
12201
12201
|
t.tagID === s.HTML ? he(e, t) : pn(e, t);
|
|
12202
12202
|
}
|
|
12203
|
-
function
|
|
12203
|
+
function pa(e, t) {
|
|
12204
12204
|
var n;
|
|
12205
12205
|
if (t.tagID === s.HTML) {
|
|
12206
12206
|
if (e.fragmentContext || (e.insertionMode = T.AFTER_AFTER_BODY), e.options.sourceCodeLocationInfo && e.openElements.tagIDs[0] === s.HTML) {
|
|
@@ -12276,21 +12276,21 @@ function ud(e, t) {
|
|
|
12276
12276
|
function id(e, t) {
|
|
12277
12277
|
e._insertCharacters(t), e.framesetOk = !1;
|
|
12278
12278
|
}
|
|
12279
|
-
function
|
|
12279
|
+
function Ea(e) {
|
|
12280
12280
|
for (; e.treeAdapter.getNamespaceURI(e.openElements.current) !== O.HTML && !e._isIntegrationPoint(e.openElements.currentTagId, e.openElements.current); )
|
|
12281
12281
|
e.openElements.pop();
|
|
12282
12282
|
}
|
|
12283
12283
|
function ad(e, t) {
|
|
12284
12284
|
if (_f(t))
|
|
12285
|
-
|
|
12285
|
+
Ea(e), e._startTagOutsideForeignContent(t);
|
|
12286
12286
|
else {
|
|
12287
12287
|
const n = e._getAdjustedCurrentElement(), r = e.treeAdapter.getNamespaceURI(n);
|
|
12288
|
-
r === O.MATHML ?
|
|
12288
|
+
r === O.MATHML ? Zi(t) : r === O.SVG && (Cf(t), ea(t)), Sr(t), t.selfClosing ? e._appendElement(t, r) : e._insertElement(t, r), t.ackSelfClosing = !0;
|
|
12289
12289
|
}
|
|
12290
12290
|
}
|
|
12291
12291
|
function sd(e, t) {
|
|
12292
12292
|
if (t.tagID === s.P || t.tagID === s.BR) {
|
|
12293
|
-
|
|
12293
|
+
Ea(e), e._endTagOutsideForeignContent(t);
|
|
12294
12294
|
return;
|
|
12295
12295
|
}
|
|
12296
12296
|
for (let n = e.openElements.stackTop; n > 0; n--) {
|
|
@@ -12314,9 +12314,9 @@ const od = /<(\/?)(iframe|noembed|noframes|plaintext|script|style|textarea|title
|
|
|
12314
12314
|
"mdxTextExpression",
|
|
12315
12315
|
"mdxjsEsm"
|
|
12316
12316
|
]), Fu = { sourceCodeLocationInfo: !0, scriptingEnabled: !1 };
|
|
12317
|
-
function
|
|
12317
|
+
function Ta(e, t) {
|
|
12318
12318
|
const n = gd(e), r = ri("type", {
|
|
12319
|
-
handlers: { root: cd, element: fd, text: hd, comment:
|
|
12319
|
+
handlers: { root: cd, element: fd, text: hd, comment: ga, doctype: dd, raw: pd },
|
|
12320
12320
|
unknown: Ed
|
|
12321
12321
|
}), u = {
|
|
12322
12322
|
parser: n ? new wu(Fu) : wu.getFragmentParser(void 0, Fu),
|
|
@@ -12343,17 +12343,17 @@ function Ea(e, t) {
|
|
|
12343
12343
|
}
|
|
12344
12344
|
}), i.type === "root" && i.children.length === 1 && i.children[0].type === e.type ? i.children[0] : i;
|
|
12345
12345
|
}
|
|
12346
|
-
function
|
|
12346
|
+
function ba(e, t) {
|
|
12347
12347
|
let n = -1;
|
|
12348
12348
|
if (e)
|
|
12349
12349
|
for (; ++n < e.length; )
|
|
12350
12350
|
t.handle(e[n]);
|
|
12351
12351
|
}
|
|
12352
12352
|
function cd(e, t) {
|
|
12353
|
-
|
|
12353
|
+
ba(e.children, t);
|
|
12354
12354
|
}
|
|
12355
12355
|
function fd(e, t) {
|
|
12356
|
-
Td(e, t),
|
|
12356
|
+
Td(e, t), ba(e.children, t), bd(e, t);
|
|
12357
12357
|
}
|
|
12358
12358
|
function hd(e, t) {
|
|
12359
12359
|
t.parser.tokenizer.state > 4 && (t.parser.tokenizer.state = 0);
|
|
@@ -12381,13 +12381,13 @@ function md(e, t) {
|
|
|
12381
12381
|
if ("children" in e && "children" in n) {
|
|
12382
12382
|
const r = (
|
|
12383
12383
|
/** @type {Root} */
|
|
12384
|
-
|
|
12384
|
+
Ta({ type: "root", children: e.children }, t.options)
|
|
12385
12385
|
);
|
|
12386
12386
|
n.children = r.children;
|
|
12387
12387
|
}
|
|
12388
|
-
|
|
12388
|
+
ga({ type: "comment", value: { stitch: n } }, t);
|
|
12389
12389
|
}
|
|
12390
|
-
function
|
|
12390
|
+
function ga(e, t) {
|
|
12391
12391
|
const n = e.value, r = {
|
|
12392
12392
|
type: q.COMMENT,
|
|
12393
12393
|
data: n,
|
|
@@ -12396,7 +12396,7 @@ function ba(e, t) {
|
|
|
12396
12396
|
_t(t, qe(e)), t.parser.currentToken = r, t.parser._processToken(t.parser.currentToken);
|
|
12397
12397
|
}
|
|
12398
12398
|
function pd(e, t) {
|
|
12399
|
-
if (t.parser.tokenizer.preprocessor.html = "", t.parser.tokenizer.preprocessor.pos = -1, t.parser.tokenizer.preprocessor.lastGapPos = -2, t.parser.tokenizer.preprocessor.gapStack = [], t.parser.tokenizer.preprocessor.skipNextNewLine = !1, t.parser.tokenizer.preprocessor.lastChunkWritten = !1, t.parser.tokenizer.preprocessor.endOfChunkHit = !1, t.parser.tokenizer.preprocessor.isEol = !1,
|
|
12399
|
+
if (t.parser.tokenizer.preprocessor.html = "", t.parser.tokenizer.preprocessor.pos = -1, t.parser.tokenizer.preprocessor.lastGapPos = -2, t.parser.tokenizer.preprocessor.gapStack = [], t.parser.tokenizer.preprocessor.skipNextNewLine = !1, t.parser.tokenizer.preprocessor.lastChunkWritten = !1, t.parser.tokenizer.preprocessor.endOfChunkHit = !1, t.parser.tokenizer.preprocessor.isEol = !1, Aa(t, qe(e)), t.parser.tokenizer.write(
|
|
12400
12400
|
t.options.tagfilter ? e.value.replace(od, "<$1$2") : e.value,
|
|
12401
12401
|
!1
|
|
12402
12402
|
), t.parser.tokenizer._runParsingLoop(), t.parser.tokenizer.state === 72 || // @ts-expect-error: removed.
|
|
@@ -12419,11 +12419,11 @@ function Ed(e, t) {
|
|
|
12419
12419
|
}
|
|
12420
12420
|
}
|
|
12421
12421
|
function _t(e, t) {
|
|
12422
|
-
|
|
12422
|
+
Aa(e, t);
|
|
12423
12423
|
const n = e.parser.tokenizer.currentCharacterToken;
|
|
12424
12424
|
n && n.location && (n.location.endLine = e.parser.tokenizer.preprocessor.line, n.location.endCol = e.parser.tokenizer.preprocessor.col + 1, n.location.endOffset = e.parser.tokenizer.preprocessor.offset + 1, e.parser.currentToken = n, e.parser._processToken(e.parser.currentToken)), e.parser.tokenizer.paused = !1, e.parser.tokenizer.inLoop = !1, e.parser.tokenizer.active = !1, e.parser.tokenizer.returnState = re.DATA, e.parser.tokenizer.charRefCode = -1, e.parser.tokenizer.consumedAfterSnapshot = -1, e.parser.tokenizer.currentLocation = null, e.parser.tokenizer.currentCharacterToken = null, e.parser.tokenizer.currentToken = null, e.parser.tokenizer.currentAttr = { name: "", value: "" };
|
|
12425
12425
|
}
|
|
12426
|
-
function
|
|
12426
|
+
function Aa(e, t) {
|
|
12427
12427
|
if (t && t.offset !== void 0) {
|
|
12428
12428
|
const n = {
|
|
12429
12429
|
startLine: t.line,
|
|
@@ -12463,7 +12463,7 @@ function Td(e, t) {
|
|
|
12463
12463
|
}
|
|
12464
12464
|
function bd(e, t) {
|
|
12465
12465
|
const n = e.tagName.toLowerCase();
|
|
12466
|
-
if (!t.parser.tokenizer.inForeignNode &&
|
|
12466
|
+
if (!t.parser.tokenizer.inForeignNode && ms.includes(n) || t.parser.tokenizer.state === re.PLAINTEXT) return;
|
|
12467
12467
|
_t(t, or(e));
|
|
12468
12468
|
const r = {
|
|
12469
12469
|
type: q.END_TAG,
|
|
@@ -12510,7 +12510,7 @@ function _d(e) {
|
|
|
12510
12510
|
return function(t, n) {
|
|
12511
12511
|
return (
|
|
12512
12512
|
/** @type {Root} */
|
|
12513
|
-
|
|
12513
|
+
Ta(t, { ...e, file: n })
|
|
12514
12514
|
);
|
|
12515
12515
|
};
|
|
12516
12516
|
}
|
|
@@ -12518,7 +12518,7 @@ function Cd(e, t, n) {
|
|
|
12518
12518
|
const u = ui((n || {}).ignore || []), a = Id(t);
|
|
12519
12519
|
let i = -1;
|
|
12520
12520
|
for (; ++i < a.length; )
|
|
12521
|
-
|
|
12521
|
+
ps(e, "text", o);
|
|
12522
12522
|
function o(c, h) {
|
|
12523
12523
|
let f = -1, p;
|
|
12524
12524
|
for (; ++f < h.length; ) {
|
|
@@ -12538,7 +12538,7 @@ function Cd(e, t, n) {
|
|
|
12538
12538
|
const f = h[h.length - 1], p = a[i][0], m = a[i][1];
|
|
12539
12539
|
let A = 0;
|
|
12540
12540
|
const L = f.children.indexOf(c);
|
|
12541
|
-
let
|
|
12541
|
+
let N = !1, w = [];
|
|
12542
12542
|
p.lastIndex = 0;
|
|
12543
12543
|
let R = p.exec(c.value);
|
|
12544
12544
|
for (; R; ) {
|
|
@@ -12547,15 +12547,15 @@ function Cd(e, t, n) {
|
|
|
12547
12547
|
input: R.input,
|
|
12548
12548
|
stack: [...h, c]
|
|
12549
12549
|
};
|
|
12550
|
-
let
|
|
12551
|
-
if (typeof
|
|
12550
|
+
let S = m(...R, Y);
|
|
12551
|
+
if (typeof S == "string" && (S = S.length > 0 ? { type: "text", value: S } : void 0), S === !1 ? p.lastIndex = z + 1 : (A !== z && w.push({
|
|
12552
12552
|
type: "text",
|
|
12553
12553
|
value: c.value.slice(A, z)
|
|
12554
|
-
}), Array.isArray(
|
|
12554
|
+
}), Array.isArray(S) ? w.push(...S) : S && w.push(S), A = z + R[0].length, N = !0), !p.global)
|
|
12555
12555
|
break;
|
|
12556
12556
|
R = p.exec(c.value);
|
|
12557
12557
|
}
|
|
12558
|
-
return
|
|
12558
|
+
return N ? (A < c.value.length && w.push({ type: "text", value: c.value.slice(A) }), f.children.splice(L, 1, ...w)) : w = [c], L + w.length;
|
|
12559
12559
|
}
|
|
12560
12560
|
}
|
|
12561
12561
|
function Id(e) {
|
|
@@ -12579,7 +12579,7 @@ function Nd(e) {
|
|
|
12579
12579
|
};
|
|
12580
12580
|
}
|
|
12581
12581
|
const Vn = "phrasing", Wn = ["autolink", "link", "image", "label"];
|
|
12582
|
-
function
|
|
12582
|
+
function kd() {
|
|
12583
12583
|
return {
|
|
12584
12584
|
transforms: [Pd],
|
|
12585
12585
|
enter: {
|
|
@@ -12596,7 +12596,7 @@ function Sd() {
|
|
|
12596
12596
|
}
|
|
12597
12597
|
};
|
|
12598
12598
|
}
|
|
12599
|
-
function
|
|
12599
|
+
function Sd() {
|
|
12600
12600
|
return {
|
|
12601
12601
|
unsafe: [
|
|
12602
12602
|
{
|
|
@@ -12655,7 +12655,7 @@ function Pd(e) {
|
|
|
12655
12655
|
}
|
|
12656
12656
|
function wd(e, t, n, r, u) {
|
|
12657
12657
|
let a = "";
|
|
12658
|
-
if (!
|
|
12658
|
+
if (!_a(u) || (/^w/i.test(t) && (n = t + n, t = "", a = "http://"), !Bd(n)))
|
|
12659
12659
|
return !1;
|
|
12660
12660
|
const i = Fd(n + r);
|
|
12661
12661
|
if (!i[0]) return !1;
|
|
@@ -12670,7 +12670,7 @@ function wd(e, t, n, r, u) {
|
|
|
12670
12670
|
function Md(e, t, n, r) {
|
|
12671
12671
|
return (
|
|
12672
12672
|
// Not an expected previous character.
|
|
12673
|
-
!
|
|
12673
|
+
!_a(r, !0) || // Label ends in not allowed character.
|
|
12674
12674
|
/[-\d_]$/.test(n) ? !1 : {
|
|
12675
12675
|
type: "link",
|
|
12676
12676
|
title: null,
|
|
@@ -12695,7 +12695,7 @@ function Fd(e) {
|
|
|
12695
12695
|
e += n.slice(0, r + 1), n = n.slice(r + 1), r = n.indexOf(")"), a++;
|
|
12696
12696
|
return [e, n];
|
|
12697
12697
|
}
|
|
12698
|
-
function
|
|
12698
|
+
function _a(e, t) {
|
|
12699
12699
|
const n = e.input.charCodeAt(e.index - 1);
|
|
12700
12700
|
return (e.index === 0 || tt(n) || gn(n)) && // If it’s an email, the previous character should not be a slash.
|
|
12701
12701
|
(!t || n !== 47);
|
|
@@ -12703,7 +12703,7 @@ function Aa(e, t) {
|
|
|
12703
12703
|
function Wt(e) {
|
|
12704
12704
|
return e.replace(/[\t\n\r ]+/g, " ").replace(/^ | $/g, "").toLowerCase().toUpperCase();
|
|
12705
12705
|
}
|
|
12706
|
-
|
|
12706
|
+
Ca.peek = Wd;
|
|
12707
12707
|
function Hd() {
|
|
12708
12708
|
this.buffer();
|
|
12709
12709
|
}
|
|
@@ -12740,7 +12740,7 @@ function Vd(e) {
|
|
|
12740
12740
|
function Wd() {
|
|
12741
12741
|
return "[";
|
|
12742
12742
|
}
|
|
12743
|
-
function
|
|
12743
|
+
function Ca(e, t, n, r) {
|
|
12744
12744
|
const u = n.createTracker(r);
|
|
12745
12745
|
let a = u.move("[^");
|
|
12746
12746
|
const i = n.enter("footnoteReference"), o = n.enter("reference");
|
|
@@ -12767,7 +12767,7 @@ function Qd() {
|
|
|
12767
12767
|
function Gd(e) {
|
|
12768
12768
|
let t = !1;
|
|
12769
12769
|
return e && e.firstLineBlank && (t = !0), {
|
|
12770
|
-
handlers: { footnoteDefinition: n, footnoteReference:
|
|
12770
|
+
handlers: { footnoteDefinition: n, footnoteReference: Ca },
|
|
12771
12771
|
// This is on by default already.
|
|
12772
12772
|
unsafe: [{ character: "[", inConstruct: ["label", "phrasing", "reference"] }]
|
|
12773
12773
|
};
|
|
@@ -12781,15 +12781,15 @@ function Gd(e) {
|
|
|
12781
12781
|
(t ? `
|
|
12782
12782
|
` : " ") + a.indentLines(
|
|
12783
12783
|
a.containerFlow(r, o.current()),
|
|
12784
|
-
t ?
|
|
12784
|
+
t ? Ia : Xd
|
|
12785
12785
|
)
|
|
12786
12786
|
)), c(), l;
|
|
12787
12787
|
}
|
|
12788
12788
|
}
|
|
12789
12789
|
function Xd(e, t, n) {
|
|
12790
|
-
return t === 0 ? e :
|
|
12790
|
+
return t === 0 ? e : Ia(e, t, n);
|
|
12791
12791
|
}
|
|
12792
|
-
function
|
|
12792
|
+
function Ia(e, t, n) {
|
|
12793
12793
|
return (n ? "" : " ") + e;
|
|
12794
12794
|
}
|
|
12795
12795
|
const Kd = [
|
|
@@ -12800,7 +12800,7 @@ const Kd = [
|
|
|
12800
12800
|
"titleQuote",
|
|
12801
12801
|
"titleApostrophe"
|
|
12802
12802
|
];
|
|
12803
|
-
|
|
12803
|
+
xa.peek = tm;
|
|
12804
12804
|
function $d() {
|
|
12805
12805
|
return {
|
|
12806
12806
|
canContainEols: ["delete"],
|
|
@@ -12817,7 +12817,7 @@ function Jd() {
|
|
|
12817
12817
|
notInConstruct: Kd
|
|
12818
12818
|
}
|
|
12819
12819
|
],
|
|
12820
|
-
handlers: { delete:
|
|
12820
|
+
handlers: { delete: xa }
|
|
12821
12821
|
};
|
|
12822
12822
|
}
|
|
12823
12823
|
function Zd(e) {
|
|
@@ -12826,7 +12826,7 @@ function Zd(e) {
|
|
|
12826
12826
|
function em(e) {
|
|
12827
12827
|
this.exit(e);
|
|
12828
12828
|
}
|
|
12829
|
-
function
|
|
12829
|
+
function xa(e, t, n, r) {
|
|
12830
12830
|
const u = n.createTracker(r), a = n.enter("strikethrough");
|
|
12831
12831
|
let i = u.move("~~");
|
|
12832
12832
|
return i += n.containerPhrasing(e, {
|
|
@@ -12845,59 +12845,59 @@ function rm(e, t) {
|
|
|
12845
12845
|
const n = t || {}, r = (n.align || []).concat(), u = n.stringLength || nm, a = [], i = [], o = [], l = [];
|
|
12846
12846
|
let c = 0, h = -1;
|
|
12847
12847
|
for (; ++h < e.length; ) {
|
|
12848
|
-
const
|
|
12849
|
-
let
|
|
12850
|
-
for (e[h].length > c && (c = e[h].length); ++
|
|
12851
|
-
const w = um(e[h][
|
|
12848
|
+
const I = [], L = [];
|
|
12849
|
+
let N = -1;
|
|
12850
|
+
for (e[h].length > c && (c = e[h].length); ++N < e[h].length; ) {
|
|
12851
|
+
const w = um(e[h][N]);
|
|
12852
12852
|
if (n.alignDelimiters !== !1) {
|
|
12853
12853
|
const R = u(w);
|
|
12854
|
-
L[
|
|
12854
|
+
L[N] = R, (l[N] === void 0 || R > l[N]) && (l[N] = R);
|
|
12855
12855
|
}
|
|
12856
|
-
|
|
12856
|
+
I.push(w);
|
|
12857
12857
|
}
|
|
12858
|
-
i[h] =
|
|
12858
|
+
i[h] = I, o[h] = L;
|
|
12859
12859
|
}
|
|
12860
12860
|
let f = -1;
|
|
12861
12861
|
if (typeof r == "object" && "length" in r)
|
|
12862
12862
|
for (; ++f < c; )
|
|
12863
12863
|
a[f] = Hu(r[f]);
|
|
12864
12864
|
else {
|
|
12865
|
-
const
|
|
12865
|
+
const I = Hu(r);
|
|
12866
12866
|
for (; ++f < c; )
|
|
12867
|
-
a[f] =
|
|
12867
|
+
a[f] = I;
|
|
12868
12868
|
}
|
|
12869
12869
|
f = -1;
|
|
12870
12870
|
const p = [], m = [];
|
|
12871
12871
|
for (; ++f < c; ) {
|
|
12872
|
-
const
|
|
12873
|
-
let L = "",
|
|
12874
|
-
|
|
12872
|
+
const I = a[f];
|
|
12873
|
+
let L = "", N = "";
|
|
12874
|
+
I === 99 ? (L = ":", N = ":") : I === 108 ? L = ":" : I === 114 && (N = ":");
|
|
12875
12875
|
let w = n.alignDelimiters === !1 ? 1 : Math.max(
|
|
12876
12876
|
1,
|
|
12877
|
-
l[f] - L.length -
|
|
12877
|
+
l[f] - L.length - N.length
|
|
12878
12878
|
);
|
|
12879
|
-
const R = L + "-".repeat(w) +
|
|
12880
|
-
n.alignDelimiters !== !1 && (w = L.length + w +
|
|
12879
|
+
const R = L + "-".repeat(w) + N;
|
|
12880
|
+
n.alignDelimiters !== !1 && (w = L.length + w + N.length, w > l[f] && (l[f] = w), m[f] = w), p[f] = R;
|
|
12881
12881
|
}
|
|
12882
12882
|
i.splice(1, 0, p), o.splice(1, 0, m), h = -1;
|
|
12883
12883
|
const A = [];
|
|
12884
12884
|
for (; ++h < i.length; ) {
|
|
12885
|
-
const
|
|
12885
|
+
const I = i[h], L = o[h];
|
|
12886
12886
|
f = -1;
|
|
12887
|
-
const
|
|
12887
|
+
const N = [];
|
|
12888
12888
|
for (; ++f < c; ) {
|
|
12889
|
-
const w =
|
|
12889
|
+
const w = I[f] || "";
|
|
12890
12890
|
let R = "", z = "";
|
|
12891
12891
|
if (n.alignDelimiters !== !1) {
|
|
12892
|
-
const Y = l[f] - (L[f] || 0),
|
|
12893
|
-
|
|
12892
|
+
const Y = l[f] - (L[f] || 0), S = a[f];
|
|
12893
|
+
S === 114 ? R = " ".repeat(Y) : S === 99 ? Y % 2 ? (R = " ".repeat(Y / 2 + 0.5), z = " ".repeat(Y / 2 - 0.5)) : (R = " ".repeat(Y / 2), z = R) : z = " ".repeat(Y);
|
|
12894
12894
|
}
|
|
12895
|
-
n.delimiterStart !== !1 && !f &&
|
|
12895
|
+
n.delimiterStart !== !1 && !f && N.push("|"), n.padding !== !1 && // Don’t add the opening space if we’re not aligning and the cell is
|
|
12896
12896
|
// empty: there will be a closing space.
|
|
12897
|
-
!(n.alignDelimiters === !1 && w === "") && (n.delimiterStart !== !1 || f) &&
|
|
12897
|
+
!(n.alignDelimiters === !1 && w === "") && (n.delimiterStart !== !1 || f) && N.push(" "), n.alignDelimiters !== !1 && N.push(R), N.push(w), n.alignDelimiters !== !1 && N.push(z), n.padding !== !1 && N.push(" "), (n.delimiterEnd !== !1 || f !== c - 1) && N.push("|");
|
|
12898
12898
|
}
|
|
12899
12899
|
A.push(
|
|
12900
|
-
n.delimiterEnd === !1 ?
|
|
12900
|
+
n.delimiterEnd === !1 ? N.join("").replace(/ +$/, "") : N.join("")
|
|
12901
12901
|
);
|
|
12902
12902
|
}
|
|
12903
12903
|
return A.join(`
|
|
@@ -13086,8 +13086,8 @@ function En(e, t, n) {
|
|
|
13086
13086
|
{ inside: !1, outside: !1 }
|
|
13087
13087
|
);
|
|
13088
13088
|
}
|
|
13089
|
-
|
|
13090
|
-
function
|
|
13089
|
+
Na.peek = pm;
|
|
13090
|
+
function Na(e, t, n, r) {
|
|
13091
13091
|
const u = mm(n), a = n.enter("emphasis"), i = n.createTracker(r), o = i.move(u);
|
|
13092
13092
|
let l = i.move(
|
|
13093
13093
|
n.containerPhrasing(e, {
|
|
@@ -13117,7 +13117,7 @@ function Em(e, t) {
|
|
|
13117
13117
|
let n = !1;
|
|
13118
13118
|
return Tn(e, function(r) {
|
|
13119
13119
|
if ("value" in r && /\r?\n|\r/.test(r.value) || r.type === "break")
|
|
13120
|
-
return n = !0,
|
|
13120
|
+
return n = !0, Es;
|
|
13121
13121
|
}), !!((!e.depth || e.depth < 3) && cr(e) && (t.options.setext || n));
|
|
13122
13122
|
}
|
|
13123
13123
|
function Tm(e, t, n, r) {
|
|
@@ -13149,8 +13149,8 @@ function Tm(e, t, n, r) {
|
|
|
13149
13149
|
});
|
|
13150
13150
|
return /^[\t ]/.test(c) && (c = vt(c.charCodeAt(0)) + c.slice(1)), c = c ? i + " " + c : i, n.options.closeAtx && (c += " " + i), l(), o(), c;
|
|
13151
13151
|
}
|
|
13152
|
-
|
|
13153
|
-
function
|
|
13152
|
+
ka.peek = bm;
|
|
13153
|
+
function ka(e) {
|
|
13154
13154
|
return e.value || "";
|
|
13155
13155
|
}
|
|
13156
13156
|
function bm() {
|
|
@@ -13185,8 +13185,8 @@ function Sa(e, t, n, r) {
|
|
|
13185
13185
|
function gm() {
|
|
13186
13186
|
return "!";
|
|
13187
13187
|
}
|
|
13188
|
-
|
|
13189
|
-
function
|
|
13188
|
+
Oa.peek = Am;
|
|
13189
|
+
function Oa(e, t, n, r) {
|
|
13190
13190
|
const u = e.referenceType, a = n.enter("imageReference");
|
|
13191
13191
|
let i = n.enter("label");
|
|
13192
13192
|
const o = n.createTracker(r);
|
|
@@ -13209,8 +13209,8 @@ function ka(e, t, n, r) {
|
|
|
13209
13209
|
function Am() {
|
|
13210
13210
|
return "!";
|
|
13211
13211
|
}
|
|
13212
|
-
|
|
13213
|
-
function
|
|
13212
|
+
ya.peek = _m;
|
|
13213
|
+
function ya(e, t, n) {
|
|
13214
13214
|
let r = e.value || "", u = "`", a = -1;
|
|
13215
13215
|
for (; new RegExp("(^|[^`])" + u + "([^`]|$)").test(r); )
|
|
13216
13216
|
u += "`";
|
|
@@ -13228,7 +13228,7 @@ function Oa(e, t, n) {
|
|
|
13228
13228
|
function _m() {
|
|
13229
13229
|
return "`";
|
|
13230
13230
|
}
|
|
13231
|
-
function
|
|
13231
|
+
function La(e, t) {
|
|
13232
13232
|
const n = cr(e);
|
|
13233
13233
|
return !!(!t.options.resourceLink && // If there’s a url…
|
|
13234
13234
|
e.url && // And there’s a no title…
|
|
@@ -13239,11 +13239,11 @@ function ya(e, t) {
|
|
|
13239
13239
|
// references don’t work), space, or angle brackets…
|
|
13240
13240
|
!/[\0- <>\u007F]/.test(e.url));
|
|
13241
13241
|
}
|
|
13242
|
-
|
|
13243
|
-
function
|
|
13242
|
+
Ra.peek = Cm;
|
|
13243
|
+
function Ra(e, t, n, r) {
|
|
13244
13244
|
const u = Rr(n), a = u === '"' ? "Quote" : "Apostrophe", i = n.createTracker(r);
|
|
13245
13245
|
let o, l;
|
|
13246
|
-
if (
|
|
13246
|
+
if (La(e, n)) {
|
|
13247
13247
|
const h = n.stack;
|
|
13248
13248
|
n.stack = [], o = n.enter("autolink");
|
|
13249
13249
|
let f = i.move("<");
|
|
@@ -13282,10 +13282,10 @@ function La(e, t, n, r) {
|
|
|
13282
13282
|
), c += i.move(u), l()), c += i.move(")"), o(), c;
|
|
13283
13283
|
}
|
|
13284
13284
|
function Cm(e, t, n) {
|
|
13285
|
-
return
|
|
13285
|
+
return La(e, n) ? "<" : "[";
|
|
13286
13286
|
}
|
|
13287
|
-
|
|
13288
|
-
function
|
|
13287
|
+
Da.peek = Im;
|
|
13288
|
+
function Da(e, t, n, r) {
|
|
13289
13289
|
const u = e.referenceType, a = n.enter("linkReference");
|
|
13290
13290
|
let i = n.enter("label");
|
|
13291
13291
|
const o = n.createTracker(r);
|
|
@@ -13338,7 +13338,7 @@ function Nm(e) {
|
|
|
13338
13338
|
);
|
|
13339
13339
|
return t;
|
|
13340
13340
|
}
|
|
13341
|
-
function
|
|
13341
|
+
function Pa(e) {
|
|
13342
13342
|
const t = e.options.rule || "*";
|
|
13343
13343
|
if (t !== "*" && t !== "-" && t !== "_")
|
|
13344
13344
|
throw new Error(
|
|
@@ -13346,7 +13346,7 @@ function Da(e) {
|
|
|
13346
13346
|
);
|
|
13347
13347
|
return t;
|
|
13348
13348
|
}
|
|
13349
|
-
function
|
|
13349
|
+
function km(e, t, n, r) {
|
|
13350
13350
|
const u = n.enter("list"), a = n.bulletCurrent;
|
|
13351
13351
|
let i = e.ordered ? Nm(n) : Dr(n);
|
|
13352
13352
|
const o = e.ordered ? i === "." ? ")" : "." : xm(n);
|
|
@@ -13358,7 +13358,7 @@ function Sm(e, t, n, r) {
|
|
|
13358
13358
|
(i === "*" || i === "-") && // Empty first list item:
|
|
13359
13359
|
h && (!h.children || !h.children[0]) && // Directly in two other list items:
|
|
13360
13360
|
n.stack[n.stack.length - 1] === "list" && n.stack[n.stack.length - 2] === "listItem" && n.stack[n.stack.length - 3] === "list" && n.stack[n.stack.length - 4] === "listItem" && // That are each the first child.
|
|
13361
|
-
n.indexStack[n.indexStack.length - 1] === 0 && n.indexStack[n.indexStack.length - 2] === 0 && n.indexStack[n.indexStack.length - 3] === 0 && (l = !0),
|
|
13361
|
+
n.indexStack[n.indexStack.length - 1] === 0 && n.indexStack[n.indexStack.length - 2] === 0 && n.indexStack[n.indexStack.length - 3] === 0 && (l = !0), Pa(n) === i && h
|
|
13362
13362
|
) {
|
|
13363
13363
|
let f = -1;
|
|
13364
13364
|
for (; ++f < e.children.length; ) {
|
|
@@ -13374,7 +13374,7 @@ function Sm(e, t, n, r) {
|
|
|
13374
13374
|
const c = n.containerFlow(e, r);
|
|
13375
13375
|
return n.bulletLastUsed = i, n.bulletCurrent = a, u(), c;
|
|
13376
13376
|
}
|
|
13377
|
-
function
|
|
13377
|
+
function Sm(e) {
|
|
13378
13378
|
const t = e.options.listItemIndent || "one";
|
|
13379
13379
|
if (t !== "tab" && t !== "one" && t !== "mixed")
|
|
13380
13380
|
throw new Error(
|
|
@@ -13383,7 +13383,7 @@ function km(e) {
|
|
|
13383
13383
|
return t;
|
|
13384
13384
|
}
|
|
13385
13385
|
function Om(e, t, n, r) {
|
|
13386
|
-
const u =
|
|
13386
|
+
const u = Sm(n);
|
|
13387
13387
|
let a = n.bulletCurrent || Dr(n);
|
|
13388
13388
|
t && t.type === "list" && t.ordered && (a = (typeof t.start == "number" && t.start > -1 ? t.start : 1) + (n.options.incrementListMarker === !1 ? 0 : t.children.indexOf(e)) + a);
|
|
13389
13389
|
let i = a.length + 1;
|
|
@@ -13442,8 +13442,8 @@ function Dm(e) {
|
|
|
13442
13442
|
);
|
|
13443
13443
|
return t;
|
|
13444
13444
|
}
|
|
13445
|
-
|
|
13446
|
-
function
|
|
13445
|
+
wa.peek = Pm;
|
|
13446
|
+
function wa(e, t, n, r) {
|
|
13447
13447
|
const u = Dm(n), a = n.enter("strong"), i = n.createTracker(r), o = i.move(u + u);
|
|
13448
13448
|
let l = i.move(
|
|
13449
13449
|
n.containerPhrasing(e, {
|
|
@@ -13481,28 +13481,28 @@ function Mm(e) {
|
|
|
13481
13481
|
return t;
|
|
13482
13482
|
}
|
|
13483
13483
|
function Bm(e, t, n) {
|
|
13484
|
-
const r = (
|
|
13484
|
+
const r = (Pa(n) + (n.options.ruleSpaces ? " " : "")).repeat(Mm(n));
|
|
13485
13485
|
return n.options.ruleSpaces ? r.slice(0, -1) : r;
|
|
13486
13486
|
}
|
|
13487
|
-
const
|
|
13487
|
+
const Ma = {
|
|
13488
13488
|
blockquote: im,
|
|
13489
13489
|
break: vu,
|
|
13490
13490
|
code: fm,
|
|
13491
13491
|
definition: dm,
|
|
13492
|
-
emphasis:
|
|
13492
|
+
emphasis: Na,
|
|
13493
13493
|
hardBreak: vu,
|
|
13494
13494
|
heading: Tm,
|
|
13495
|
-
html:
|
|
13495
|
+
html: ka,
|
|
13496
13496
|
image: Sa,
|
|
13497
|
-
imageReference:
|
|
13498
|
-
inlineCode:
|
|
13499
|
-
link:
|
|
13500
|
-
linkReference:
|
|
13501
|
-
list:
|
|
13497
|
+
imageReference: Oa,
|
|
13498
|
+
inlineCode: ya,
|
|
13499
|
+
link: Ra,
|
|
13500
|
+
linkReference: Da,
|
|
13501
|
+
list: km,
|
|
13502
13502
|
listItem: Om,
|
|
13503
13503
|
paragraph: ym,
|
|
13504
13504
|
root: Rm,
|
|
13505
|
-
strong:
|
|
13505
|
+
strong: wa,
|
|
13506
13506
|
text: wm,
|
|
13507
13507
|
thematicBreak: Bm
|
|
13508
13508
|
};
|
|
@@ -13586,21 +13586,21 @@ function qm(e) {
|
|
|
13586
13586
|
tableRow: o
|
|
13587
13587
|
}
|
|
13588
13588
|
};
|
|
13589
|
-
function i(m, A,
|
|
13590
|
-
return c(h(m,
|
|
13589
|
+
function i(m, A, I, L) {
|
|
13590
|
+
return c(h(m, I, L), m.align);
|
|
13591
13591
|
}
|
|
13592
|
-
function o(m, A,
|
|
13593
|
-
const
|
|
13592
|
+
function o(m, A, I, L) {
|
|
13593
|
+
const N = f(m, I, L), w = c([N]);
|
|
13594
13594
|
return w.slice(0, w.indexOf(`
|
|
13595
13595
|
`));
|
|
13596
13596
|
}
|
|
13597
|
-
function l(m, A,
|
|
13598
|
-
const
|
|
13597
|
+
function l(m, A, I, L) {
|
|
13598
|
+
const N = I.enter("tableCell"), w = I.enter("phrasing"), R = I.containerPhrasing(m, {
|
|
13599
13599
|
...L,
|
|
13600
13600
|
before: a,
|
|
13601
13601
|
after: a
|
|
13602
13602
|
});
|
|
13603
|
-
return w(),
|
|
13603
|
+
return w(), N(), R;
|
|
13604
13604
|
}
|
|
13605
13605
|
function c(m, A) {
|
|
13606
13606
|
return rm(m, {
|
|
@@ -13613,25 +13613,25 @@ function qm(e) {
|
|
|
13613
13613
|
stringLength: u
|
|
13614
13614
|
});
|
|
13615
13615
|
}
|
|
13616
|
-
function h(m, A,
|
|
13616
|
+
function h(m, A, I) {
|
|
13617
13617
|
const L = m.children;
|
|
13618
|
-
let
|
|
13618
|
+
let N = -1;
|
|
13619
13619
|
const w = [], R = A.enter("table");
|
|
13620
|
-
for (; ++
|
|
13621
|
-
w[
|
|
13620
|
+
for (; ++N < L.length; )
|
|
13621
|
+
w[N] = f(L[N], A, I);
|
|
13622
13622
|
return R(), w;
|
|
13623
13623
|
}
|
|
13624
|
-
function f(m, A,
|
|
13624
|
+
function f(m, A, I) {
|
|
13625
13625
|
const L = m.children;
|
|
13626
|
-
let
|
|
13626
|
+
let N = -1;
|
|
13627
13627
|
const w = [], R = A.enter("tableRow");
|
|
13628
|
-
for (; ++
|
|
13629
|
-
w[
|
|
13628
|
+
for (; ++N < L.length; )
|
|
13629
|
+
w[N] = l(L[N], m, A, I);
|
|
13630
13630
|
return R(), w;
|
|
13631
13631
|
}
|
|
13632
|
-
function p(m, A,
|
|
13633
|
-
let L =
|
|
13634
|
-
return
|
|
13632
|
+
function p(m, A, I) {
|
|
13633
|
+
let L = Ma.inlineCode(m, A, I);
|
|
13634
|
+
return I.stack.includes("tableCell") && (L = L.replace(/\|/g, "\\$&")), L;
|
|
13635
13635
|
}
|
|
13636
13636
|
}
|
|
13637
13637
|
function jm() {
|
|
@@ -13677,7 +13677,7 @@ function Wm(e) {
|
|
|
13677
13677
|
function Qm(e, t, n, r) {
|
|
13678
13678
|
const u = e.children[0], a = typeof e.checked == "boolean" && u && u.type === "paragraph", i = "[" + (e.checked ? "x" : " ") + "] ", o = n.createTracker(r);
|
|
13679
13679
|
a && o.move(i);
|
|
13680
|
-
let l =
|
|
13680
|
+
let l = Ma.listItem(e, t, n, {
|
|
13681
13681
|
...r,
|
|
13682
13682
|
...o.current()
|
|
13683
13683
|
});
|
|
@@ -13688,7 +13688,7 @@ function Qm(e, t, n, r) {
|
|
|
13688
13688
|
}
|
|
13689
13689
|
function Gm() {
|
|
13690
13690
|
return [
|
|
13691
|
-
|
|
13691
|
+
kd(),
|
|
13692
13692
|
Qd(),
|
|
13693
13693
|
$d(),
|
|
13694
13694
|
Fm(),
|
|
@@ -13698,7 +13698,7 @@ function Gm() {
|
|
|
13698
13698
|
function Xm(e) {
|
|
13699
13699
|
return {
|
|
13700
13700
|
extensions: [
|
|
13701
|
-
|
|
13701
|
+
Sd(),
|
|
13702
13702
|
Gd(e),
|
|
13703
13703
|
Jd(),
|
|
13704
13704
|
qm(e),
|
|
@@ -13750,30 +13750,30 @@ function Jm(e, t) {
|
|
|
13750
13750
|
const Zm = {
|
|
13751
13751
|
tokenize: i1,
|
|
13752
13752
|
partial: !0
|
|
13753
|
-
},
|
|
13753
|
+
}, Ba = {
|
|
13754
13754
|
tokenize: a1,
|
|
13755
13755
|
partial: !0
|
|
13756
|
-
},
|
|
13756
|
+
}, Fa = {
|
|
13757
13757
|
tokenize: s1,
|
|
13758
13758
|
partial: !0
|
|
13759
|
-
},
|
|
13759
|
+
}, Ha = {
|
|
13760
13760
|
tokenize: o1,
|
|
13761
13761
|
partial: !0
|
|
13762
13762
|
}, e1 = {
|
|
13763
13763
|
tokenize: l1,
|
|
13764
13764
|
partial: !0
|
|
13765
|
-
},
|
|
13765
|
+
}, Ua = {
|
|
13766
13766
|
name: "wwwAutolink",
|
|
13767
13767
|
tokenize: r1,
|
|
13768
|
-
previous:
|
|
13769
|
-
},
|
|
13768
|
+
previous: za
|
|
13769
|
+
}, va = {
|
|
13770
13770
|
name: "protocolAutolink",
|
|
13771
13771
|
tokenize: u1,
|
|
13772
|
-
previous:
|
|
13772
|
+
previous: Ya
|
|
13773
13773
|
}, Be = {
|
|
13774
13774
|
name: "emailAutolink",
|
|
13775
13775
|
tokenize: n1,
|
|
13776
|
-
previous:
|
|
13776
|
+
previous: qa
|
|
13777
13777
|
}, ye = {};
|
|
13778
13778
|
function t1() {
|
|
13779
13779
|
return {
|
|
@@ -13787,16 +13787,16 @@ ye[43] = Be;
|
|
|
13787
13787
|
ye[45] = Be;
|
|
13788
13788
|
ye[46] = Be;
|
|
13789
13789
|
ye[95] = Be;
|
|
13790
|
-
ye[72] = [Be,
|
|
13791
|
-
ye[104] = [Be,
|
|
13792
|
-
ye[87] = [Be,
|
|
13793
|
-
ye[119] = [Be,
|
|
13790
|
+
ye[72] = [Be, va];
|
|
13791
|
+
ye[104] = [Be, va];
|
|
13792
|
+
ye[87] = [Be, Ua];
|
|
13793
|
+
ye[119] = [Be, Ua];
|
|
13794
13794
|
function n1(e, t, n) {
|
|
13795
13795
|
const r = this;
|
|
13796
13796
|
let u, a;
|
|
13797
13797
|
return i;
|
|
13798
13798
|
function i(f) {
|
|
13799
|
-
return !sr(f) || !
|
|
13799
|
+
return !sr(f) || !qa.call(r, r.previous) || Pr(r.events) ? n(f) : (e.enter("literalAutolink"), e.enter("literalAutolinkEmail"), o(f));
|
|
13800
13800
|
}
|
|
13801
13801
|
function o(f) {
|
|
13802
13802
|
return sr(f) ? (e.consume(f), o) : f === 64 ? (e.consume(f), l) : n(f);
|
|
@@ -13815,7 +13815,7 @@ function r1(e, t, n) {
|
|
|
13815
13815
|
const r = this;
|
|
13816
13816
|
return u;
|
|
13817
13817
|
function u(i) {
|
|
13818
|
-
return i !== 87 && i !== 119 || !
|
|
13818
|
+
return i !== 87 && i !== 119 || !za.call(r, r.previous) || Pr(r.events) ? n(i) : (e.enter("literalAutolink"), e.enter("literalAutolinkWww"), e.check(Zm, e.attempt(Ba, e.attempt(Fa, a), n), n)(i));
|
|
13819
13819
|
}
|
|
13820
13820
|
function a(i) {
|
|
13821
13821
|
return e.exit("literalAutolinkWww"), e.exit("literalAutolink"), t(i);
|
|
@@ -13826,7 +13826,7 @@ function u1(e, t, n) {
|
|
|
13826
13826
|
let u = "", a = !1;
|
|
13827
13827
|
return i;
|
|
13828
13828
|
function i(f) {
|
|
13829
|
-
return (f === 72 || f === 104) &&
|
|
13829
|
+
return (f === 72 || f === 104) && Ya.call(r, r.previous) && !Pr(r.events) ? (e.enter("literalAutolink"), e.enter("literalAutolinkHttp"), u += String.fromCodePoint(f), e.consume(f), o) : n(f);
|
|
13830
13830
|
}
|
|
13831
13831
|
function o(f) {
|
|
13832
13832
|
if (de(f) && u.length < 5)
|
|
@@ -13842,7 +13842,7 @@ function u1(e, t, n) {
|
|
|
13842
13842
|
return f === 47 ? (e.consume(f), a ? c : (a = !0, l)) : n(f);
|
|
13843
13843
|
}
|
|
13844
13844
|
function c(f) {
|
|
13845
|
-
return f === null || on(f) || J(f) || tt(f) || gn(f) ? n(f) : e.attempt(
|
|
13845
|
+
return f === null || on(f) || J(f) || tt(f) || gn(f) ? n(f) : e.attempt(Ba, e.attempt(Fa, h), n)(f);
|
|
13846
13846
|
}
|
|
13847
13847
|
function h(f) {
|
|
13848
13848
|
return e.exit("literalAutolinkHttp"), e.exit("literalAutolink"), t(f);
|
|
@@ -13862,7 +13862,7 @@ function a1(e, t, n) {
|
|
|
13862
13862
|
let r, u, a;
|
|
13863
13863
|
return i;
|
|
13864
13864
|
function i(c) {
|
|
13865
|
-
return c === 46 || c === 95 ? e.check(
|
|
13865
|
+
return c === 46 || c === 95 ? e.check(Ha, l, o)(c) : c === null || J(c) || tt(c) || c !== 45 && gn(c) ? l(c) : (a = !0, e.consume(c), i);
|
|
13866
13866
|
}
|
|
13867
13867
|
function o(c) {
|
|
13868
13868
|
return c === 95 ? r = !0 : (u = r, r = void 0), e.consume(c), i;
|
|
@@ -13875,7 +13875,7 @@ function s1(e, t) {
|
|
|
13875
13875
|
let n = 0, r = 0;
|
|
13876
13876
|
return u;
|
|
13877
13877
|
function u(i) {
|
|
13878
|
-
return i === 40 ? (n++, e.consume(i), u) : i === 41 && r < n ? a(i) : i === 33 || i === 34 || i === 38 || i === 39 || i === 41 || i === 42 || i === 44 || i === 46 || i === 58 || i === 59 || i === 60 || i === 63 || i === 93 || i === 95 || i === 126 ? e.check(
|
|
13878
|
+
return i === 40 ? (n++, e.consume(i), u) : i === 41 && r < n ? a(i) : i === 33 || i === 34 || i === 38 || i === 39 || i === 41 || i === 42 || i === 44 || i === 46 || i === 58 || i === 59 || i === 60 || i === 63 || i === 93 || i === 95 || i === 126 ? e.check(Ha, t, a)(i) : i === null || J(i) || tt(i) ? t(i) : (e.consume(i), u);
|
|
13879
13879
|
}
|
|
13880
13880
|
function a(i) {
|
|
13881
13881
|
return i === 41 && r++, e.consume(i), u;
|
|
@@ -13909,13 +13909,13 @@ function l1(e, t, n) {
|
|
|
13909
13909
|
return fe(a) ? n(a) : t(a);
|
|
13910
13910
|
}
|
|
13911
13911
|
}
|
|
13912
|
-
function
|
|
13912
|
+
function za(e) {
|
|
13913
13913
|
return e === null || e === 40 || e === 42 || e === 95 || e === 91 || e === 93 || e === 126 || J(e);
|
|
13914
13914
|
}
|
|
13915
|
-
function
|
|
13915
|
+
function Ya(e) {
|
|
13916
13916
|
return !de(e);
|
|
13917
13917
|
}
|
|
13918
|
-
function
|
|
13918
|
+
function qa(e) {
|
|
13919
13919
|
return !(e === 47 || sr(e));
|
|
13920
13920
|
}
|
|
13921
13921
|
function sr(e) {
|
|
@@ -14114,8 +14114,8 @@ function b1(e, t, n) {
|
|
|
14114
14114
|
return n(A);
|
|
14115
14115
|
if (A === 93) {
|
|
14116
14116
|
e.exit("chunkString");
|
|
14117
|
-
const
|
|
14118
|
-
return a = Wt(r.sliceSerialize(
|
|
14117
|
+
const I = e.exit("gfmFootnoteDefinitionLabelString");
|
|
14118
|
+
return a = Wt(r.sliceSerialize(I)), e.enter("gfmFootnoteDefinitionLabelMarker"), e.consume(A), e.exit("gfmFootnoteDefinitionLabelMarker"), e.exit("gfmFootnoteDefinitionLabel"), p;
|
|
14119
14119
|
}
|
|
14120
14120
|
return J(A) || (o = !0), i++, e.consume(A), A === 92 ? f : h;
|
|
14121
14121
|
}
|
|
@@ -14195,12 +14195,12 @@ function C1(e) {
|
|
|
14195
14195
|
return c === 126 && h[h.length - 1][1].type !== "characterEscape" ? l(A) : (i.enter("strikethroughSequenceTemporary"), m(A));
|
|
14196
14196
|
}
|
|
14197
14197
|
function m(A) {
|
|
14198
|
-
const
|
|
14198
|
+
const I = mt(c);
|
|
14199
14199
|
if (A === 126)
|
|
14200
14200
|
return f > 1 ? l(A) : (i.consume(A), f++, m);
|
|
14201
14201
|
if (f < 2 && !n) return l(A);
|
|
14202
|
-
const L = i.exit("strikethroughSequenceTemporary"),
|
|
14203
|
-
return L._open = !
|
|
14202
|
+
const L = i.exit("strikethroughSequenceTemporary"), N = mt(A);
|
|
14203
|
+
return L._open = !N || N === 2 && !!I, L._close = !I || I === 2 && !!N, o(A);
|
|
14204
14204
|
}
|
|
14205
14205
|
}
|
|
14206
14206
|
}
|
|
@@ -14292,22 +14292,22 @@ function N1(e, t) {
|
|
|
14292
14292
|
}
|
|
14293
14293
|
return r;
|
|
14294
14294
|
}
|
|
14295
|
-
function
|
|
14295
|
+
function k1() {
|
|
14296
14296
|
return {
|
|
14297
14297
|
flow: {
|
|
14298
14298
|
null: {
|
|
14299
14299
|
name: "table",
|
|
14300
|
-
tokenize:
|
|
14300
|
+
tokenize: S1,
|
|
14301
14301
|
resolveAll: O1
|
|
14302
14302
|
}
|
|
14303
14303
|
}
|
|
14304
14304
|
};
|
|
14305
14305
|
}
|
|
14306
|
-
function
|
|
14306
|
+
function S1(e, t, n) {
|
|
14307
14307
|
const r = this;
|
|
14308
14308
|
let u = 0, a = 0, i;
|
|
14309
14309
|
return o;
|
|
14310
|
-
function o(
|
|
14310
|
+
function o(x) {
|
|
14311
14311
|
let B = r.events.length - 1;
|
|
14312
14312
|
for (; B > -1; ) {
|
|
14313
14313
|
const ne = r.events[B][1].type;
|
|
@@ -14315,62 +14315,62 @@ function k1(e, t, n) {
|
|
|
14315
14315
|
ne === "linePrefix") B--;
|
|
14316
14316
|
else break;
|
|
14317
14317
|
}
|
|
14318
|
-
const F = B > -1 ? r.events[B][1].type : null, $ = F === "tableHead" || F === "tableRow" ?
|
|
14319
|
-
return $ ===
|
|
14318
|
+
const F = B > -1 ? r.events[B][1].type : null, $ = F === "tableHead" || F === "tableRow" ? S : l;
|
|
14319
|
+
return $ === S && r.parser.lazy[r.now().line] ? n(x) : $(x);
|
|
14320
14320
|
}
|
|
14321
|
-
function l(
|
|
14322
|
-
return e.enter("tableHead"), e.enter("tableRow"), c(
|
|
14321
|
+
function l(x) {
|
|
14322
|
+
return e.enter("tableHead"), e.enter("tableRow"), c(x);
|
|
14323
14323
|
}
|
|
14324
|
-
function c(
|
|
14325
|
-
return
|
|
14324
|
+
function c(x) {
|
|
14325
|
+
return x === 124 || (i = !0, a += 1), h(x);
|
|
14326
14326
|
}
|
|
14327
|
-
function h(
|
|
14328
|
-
return
|
|
14327
|
+
function h(x) {
|
|
14328
|
+
return x === null ? n(x) : H(x) ? a > 1 ? (a = 0, r.interrupt = !0, e.exit("tableRow"), e.enter("lineEnding"), e.consume(x), e.exit("lineEnding"), m) : n(x) : j(x) ? W(e, h, "whitespace")(x) : (a += 1, i && (i = !1, u += 1), x === 124 ? (e.enter("tableCellDivider"), e.consume(x), e.exit("tableCellDivider"), i = !0, h) : (e.enter("data"), f(x)));
|
|
14329
14329
|
}
|
|
14330
|
-
function f(
|
|
14331
|
-
return
|
|
14330
|
+
function f(x) {
|
|
14331
|
+
return x === null || x === 124 || J(x) ? (e.exit("data"), h(x)) : (e.consume(x), x === 92 ? p : f);
|
|
14332
14332
|
}
|
|
14333
|
-
function p(
|
|
14334
|
-
return
|
|
14333
|
+
function p(x) {
|
|
14334
|
+
return x === 92 || x === 124 ? (e.consume(x), f) : f(x);
|
|
14335
14335
|
}
|
|
14336
|
-
function m(
|
|
14337
|
-
return r.interrupt = !1, r.parser.lazy[r.now().line] ? n(
|
|
14336
|
+
function m(x) {
|
|
14337
|
+
return r.interrupt = !1, r.parser.lazy[r.now().line] ? n(x) : (e.enter("tableDelimiterRow"), i = !1, j(x) ? W(e, A, "linePrefix", r.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4)(x) : A(x));
|
|
14338
14338
|
}
|
|
14339
|
-
function A(
|
|
14340
|
-
return
|
|
14339
|
+
function A(x) {
|
|
14340
|
+
return x === 45 || x === 58 ? L(x) : x === 124 ? (i = !0, e.enter("tableCellDivider"), e.consume(x), e.exit("tableCellDivider"), I) : Y(x);
|
|
14341
14341
|
}
|
|
14342
|
-
function
|
|
14343
|
-
return j(
|
|
14342
|
+
function I(x) {
|
|
14343
|
+
return j(x) ? W(e, L, "whitespace")(x) : L(x);
|
|
14344
14344
|
}
|
|
14345
|
-
function L(
|
|
14346
|
-
return
|
|
14345
|
+
function L(x) {
|
|
14346
|
+
return x === 58 ? (a += 1, i = !0, e.enter("tableDelimiterMarker"), e.consume(x), e.exit("tableDelimiterMarker"), N) : x === 45 ? (a += 1, N(x)) : x === null || H(x) ? z(x) : Y(x);
|
|
14347
14347
|
}
|
|
14348
|
-
function x
|
|
14349
|
-
return
|
|
14348
|
+
function N(x) {
|
|
14349
|
+
return x === 45 ? (e.enter("tableDelimiterFiller"), w(x)) : Y(x);
|
|
14350
14350
|
}
|
|
14351
|
-
function w(
|
|
14352
|
-
return
|
|
14351
|
+
function w(x) {
|
|
14352
|
+
return x === 45 ? (e.consume(x), w) : x === 58 ? (i = !0, e.exit("tableDelimiterFiller"), e.enter("tableDelimiterMarker"), e.consume(x), e.exit("tableDelimiterMarker"), R) : (e.exit("tableDelimiterFiller"), R(x));
|
|
14353
14353
|
}
|
|
14354
|
-
function R(
|
|
14355
|
-
return j(
|
|
14354
|
+
function R(x) {
|
|
14355
|
+
return j(x) ? W(e, z, "whitespace")(x) : z(x);
|
|
14356
14356
|
}
|
|
14357
|
-
function z(
|
|
14358
|
-
return
|
|
14357
|
+
function z(x) {
|
|
14358
|
+
return x === 124 ? A(x) : x === null || H(x) ? !i || u !== a ? Y(x) : (e.exit("tableDelimiterRow"), e.exit("tableHead"), t(x)) : Y(x);
|
|
14359
14359
|
}
|
|
14360
|
-
function Y(
|
|
14361
|
-
return n(
|
|
14360
|
+
function Y(x) {
|
|
14361
|
+
return n(x);
|
|
14362
14362
|
}
|
|
14363
|
-
function
|
|
14364
|
-
return e.enter("tableRow"), Q(
|
|
14363
|
+
function S(x) {
|
|
14364
|
+
return e.enter("tableRow"), Q(x);
|
|
14365
14365
|
}
|
|
14366
|
-
function Q(
|
|
14367
|
-
return
|
|
14366
|
+
function Q(x) {
|
|
14367
|
+
return x === 124 ? (e.enter("tableCellDivider"), e.consume(x), e.exit("tableCellDivider"), Q) : x === null || H(x) ? (e.exit("tableRow"), t(x)) : j(x) ? W(e, Q, "whitespace")(x) : (e.enter("data"), ee(x));
|
|
14368
14368
|
}
|
|
14369
|
-
function ee(
|
|
14370
|
-
return
|
|
14369
|
+
function ee(x) {
|
|
14370
|
+
return x === null || x === 124 || J(x) ? (e.exit("data"), Q(x)) : (e.consume(x), x === 92 ? X : ee);
|
|
14371
14371
|
}
|
|
14372
|
-
function X(
|
|
14373
|
-
return
|
|
14372
|
+
function X(x) {
|
|
14373
|
+
return x === 92 || x === 124 ? (e.consume(x), ee) : ee(x);
|
|
14374
14374
|
}
|
|
14375
14375
|
}
|
|
14376
14376
|
function O1(e, t) {
|
|
@@ -14414,8 +14414,8 @@ function Jt(e, t, n, r, u, a) {
|
|
|
14414
14414
|
if (e.add(n[2], 0, [["enter", f, t]]), r !== 2) {
|
|
14415
14415
|
const p = t.events[n[2]], m = t.events[n[3]];
|
|
14416
14416
|
if (p[1].end = Object.assign({}, m[1].end), p[1].type = "chunkText", p[1].contentType = "text", n[3] > n[2] + 1) {
|
|
14417
|
-
const A = n[2] + 1,
|
|
14418
|
-
e.add(A,
|
|
14417
|
+
const A = n[2] + 1, I = n[3] - n[2] - 1;
|
|
14418
|
+
e.add(A, I, []);
|
|
14419
14419
|
}
|
|
14420
14420
|
}
|
|
14421
14421
|
e.add(n[3] + 1, 0, [["exit", f, t]]);
|
|
@@ -14475,7 +14475,7 @@ function P1(e) {
|
|
|
14475
14475
|
t1(),
|
|
14476
14476
|
m1(),
|
|
14477
14477
|
C1(e),
|
|
14478
|
-
|
|
14478
|
+
k1(),
|
|
14479
14479
|
L1()
|
|
14480
14480
|
]);
|
|
14481
14481
|
}
|
|
@@ -14501,7 +14501,7 @@ const B1 = ({
|
|
|
14501
14501
|
return e ? /* @__PURE__ */ P.jsxs(
|
|
14502
14502
|
"div",
|
|
14503
14503
|
{
|
|
14504
|
-
className:
|
|
14504
|
+
className: ie(
|
|
14505
14505
|
"code-block-wrapper relative group bg-muted/50 rounded-md",
|
|
14506
14506
|
i && "line-numbers"
|
|
14507
14507
|
),
|
|
@@ -14510,7 +14510,7 @@ const B1 = ({
|
|
|
14510
14510
|
/* @__PURE__ */ P.jsx(
|
|
14511
14511
|
"div",
|
|
14512
14512
|
{
|
|
14513
|
-
className:
|
|
14513
|
+
className: ie(
|
|
14514
14514
|
"code-block text-sm not-prose scrollbar overflow-x-auto scrollbar p-4",
|
|
14515
14515
|
o.className
|
|
14516
14516
|
),
|
|
@@ -14521,7 +14521,7 @@ const B1 = ({
|
|
|
14521
14521
|
a && /* @__PURE__ */ P.jsx(
|
|
14522
14522
|
"span",
|
|
14523
14523
|
{
|
|
14524
|
-
className:
|
|
14524
|
+
className: ie(
|
|
14525
14525
|
"absolute top-1.5 end-3 !text-[11px] font-mono text-muted-foreground transition group-hover:opacity-0",
|
|
14526
14526
|
t && "top-12",
|
|
14527
14527
|
r === "always" && "hidden"
|
|
@@ -14535,8 +14535,8 @@ const B1 = ({
|
|
|
14535
14535
|
type: "button",
|
|
14536
14536
|
"aria-label": "Copy code",
|
|
14537
14537
|
title: "Copy code",
|
|
14538
|
-
className:
|
|
14539
|
-
"absolute top-2 end-2 p-2 hover:
|
|
14538
|
+
className: ie(
|
|
14539
|
+
"absolute top-2 end-2 p-2 transition hover:shadow-xs active:shadow-none active:inset-shadow-xs hover:outline outline-border rounded-md text-sm text-muted-foreground",
|
|
14540
14540
|
t && "top-10",
|
|
14541
14541
|
r === "hover" && "opacity-0 group-hover:opacity-100",
|
|
14542
14542
|
u && "flex gap-2 items-center font-medium"
|
|
@@ -14547,14 +14547,14 @@ const B1 = ({
|
|
|
14547
14547
|
},
|
|
14548
14548
|
children: [
|
|
14549
14549
|
l ? /* @__PURE__ */ P.jsx(
|
|
14550
|
-
|
|
14550
|
+
gs,
|
|
14551
14551
|
{
|
|
14552
14552
|
className: "text-emerald-600",
|
|
14553
14553
|
size: 16,
|
|
14554
14554
|
strokeWidth: 2.5,
|
|
14555
14555
|
absoluteStrokeWidth: !0
|
|
14556
14556
|
}
|
|
14557
|
-
) : /* @__PURE__ */ P.jsx(
|
|
14557
|
+
) : /* @__PURE__ */ P.jsx(As, { size: 16 }),
|
|
14558
14558
|
u && "Copy"
|
|
14559
14559
|
]
|
|
14560
14560
|
}
|
|
@@ -14562,7 +14562,7 @@ const B1 = ({
|
|
|
14562
14562
|
]
|
|
14563
14563
|
}
|
|
14564
14564
|
) : null;
|
|
14565
|
-
},
|
|
14565
|
+
}, ja = as({
|
|
14566
14566
|
activeAnchor: "",
|
|
14567
14567
|
setActiveAnchor: () => {
|
|
14568
14568
|
},
|
|
@@ -14570,7 +14570,7 @@ const B1 = ({
|
|
|
14570
14570
|
},
|
|
14571
14571
|
unobserve: () => {
|
|
14572
14572
|
}
|
|
14573
|
-
}), wr = () =>
|
|
14573
|
+
}), wr = () => ss(ja), F1 = () => {
|
|
14574
14574
|
const e = Je(null), { observe: t, unobserve: n } = wr();
|
|
14575
14575
|
return Ye(() => {
|
|
14576
14576
|
const u = e.current;
|
|
@@ -14579,7 +14579,7 @@ const B1 = ({
|
|
|
14579
14579
|
}, [t, n]), { ref: ti((u) => {
|
|
14580
14580
|
u && (e.current = u);
|
|
14581
14581
|
}, []) };
|
|
14582
|
-
},
|
|
14582
|
+
}, Jp = ({ children: e }) => {
|
|
14583
14583
|
const [t, n] = et(""), r = Je(null), u = Je(/* @__PURE__ */ new Set()), a = Je(/* @__PURE__ */ new Set());
|
|
14584
14584
|
Ye(() => (r.current = new IntersectionObserver(
|
|
14585
14585
|
(l) => {
|
|
@@ -14623,26 +14623,26 @@ const B1 = ({
|
|
|
14623
14623
|
() => ({ activeAnchor: t, setActiveAnchor: n, ...i }),
|
|
14624
14624
|
[t, n, i]
|
|
14625
14625
|
);
|
|
14626
|
-
return /* @__PURE__ */ P.jsx(
|
|
14626
|
+
return /* @__PURE__ */ P.jsx(ja, { value: o, children: e });
|
|
14627
14627
|
}, H1 = Et.Provider, U1 = Et.Root, v1 = Et.Trigger, z1 = (e) => /* @__PURE__ */ P.jsx(
|
|
14628
14628
|
Et.Arrow,
|
|
14629
14629
|
{
|
|
14630
14630
|
...e,
|
|
14631
|
-
className:
|
|
14631
|
+
className: ie(e.className, "fill-border")
|
|
14632
14632
|
}
|
|
14633
|
-
),
|
|
14633
|
+
), Va = is.forwardRef(({ className: e, sideOffset: t = 4, ...n }, r) => /* @__PURE__ */ P.jsx(
|
|
14634
14634
|
Et.Content,
|
|
14635
14635
|
{
|
|
14636
14636
|
ref: r,
|
|
14637
14637
|
sideOffset: t,
|
|
14638
|
-
className:
|
|
14638
|
+
className: ie(
|
|
14639
14639
|
"z-50 overflow-hidden rounded-md border bg-popover px-3 py-1.5 text-sm text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
14640
14640
|
e
|
|
14641
14641
|
),
|
|
14642
14642
|
...n
|
|
14643
14643
|
}
|
|
14644
14644
|
));
|
|
14645
|
-
|
|
14645
|
+
Va.displayName = Et.Content.displayName;
|
|
14646
14646
|
const Y1 = {
|
|
14647
14647
|
green: "bg-green-400 dark:bg-green-800",
|
|
14648
14648
|
blue: "bg-sky-400 dark:bg-sky-800",
|
|
@@ -14669,7 +14669,7 @@ const Y1 = {
|
|
|
14669
14669
|
}) => /* @__PURE__ */ P.jsx(
|
|
14670
14670
|
"span",
|
|
14671
14671
|
{
|
|
14672
|
-
className:
|
|
14672
|
+
className: ie(
|
|
14673
14673
|
"flex items-center duration-200 transition-opacity text-center uppercase text-[0.65rem] leading-5 font-bold rounded-sm text-background dark:text-zinc-50 h-full",
|
|
14674
14674
|
e === "outline" ? "px-3" : "mt-0.5 px-1",
|
|
14675
14675
|
r ? q1[e] : Y1[e],
|
|
@@ -14755,7 +14755,7 @@ function np(e, t, n) {
|
|
|
14755
14755
|
if (Xu(t).length !== u)
|
|
14756
14756
|
return !1;
|
|
14757
14757
|
for (; u-- > 0; )
|
|
14758
|
-
if (!
|
|
14758
|
+
if (!Wa(e, t, n, r[u]))
|
|
14759
14759
|
return !1;
|
|
14760
14760
|
return !0;
|
|
14761
14761
|
}
|
|
@@ -14764,7 +14764,7 @@ function yt(e, t, n) {
|
|
|
14764
14764
|
if (Qu(t).length !== u)
|
|
14765
14765
|
return !1;
|
|
14766
14766
|
for (var a, i, o; u-- > 0; )
|
|
14767
|
-
if (a = r[u], !
|
|
14767
|
+
if (a = r[u], !Wa(e, t, n, a) || (i = Gu(e, a), o = Gu(t, a), (i || o) && (!i || !o || i.configurable !== o.configurable || i.enumerable !== o.enumerable || i.writable !== o.writable)))
|
|
14768
14768
|
return !1;
|
|
14769
14769
|
return !0;
|
|
14770
14770
|
}
|
|
@@ -14805,41 +14805,41 @@ function ip(e, t) {
|
|
|
14805
14805
|
function ap(e, t) {
|
|
14806
14806
|
return e.hostname === t.hostname && e.pathname === t.pathname && e.protocol === t.protocol && e.port === t.port && e.hash === t.hash && e.username === t.username && e.password === t.password;
|
|
14807
14807
|
}
|
|
14808
|
-
function
|
|
14808
|
+
function Wa(e, t, n, r) {
|
|
14809
14809
|
return (r === K1 || r === X1 || r === G1) && (e.$$typeof || t.$$typeof) ? !0 : Q1(t, r) && n.equals(e[r], t[r], r, r, e, t, n);
|
|
14810
14810
|
}
|
|
14811
14811
|
var sp = "[object Arguments]", op = "[object Boolean]", lp = "[object Date]", cp = "[object Error]", fp = "[object Map]", hp = "[object Number]", dp = "[object Object]", mp = "[object RegExp]", pp = "[object Set]", Ep = "[object String]", Tp = "[object URL]", bp = Array.isArray, Ju = typeof ArrayBuffer == "function" && ArrayBuffer.isView ? ArrayBuffer.isView : null, Zu = Object.assign, gp = Object.prototype.toString.call.bind(Object.prototype.toString);
|
|
14812
14812
|
function Ap(e) {
|
|
14813
14813
|
var t = e.areArraysEqual, n = e.areDatesEqual, r = e.areErrorsEqual, u = e.areFunctionsEqual, a = e.areMapsEqual, i = e.areNumbersEqual, o = e.areObjectsEqual, l = e.arePrimitiveWrappersEqual, c = e.areRegExpsEqual, h = e.areSetsEqual, f = e.areTypedArraysEqual, p = e.areUrlsEqual;
|
|
14814
|
-
return function(A,
|
|
14815
|
-
if (A ===
|
|
14814
|
+
return function(A, I, L) {
|
|
14815
|
+
if (A === I)
|
|
14816
14816
|
return !0;
|
|
14817
|
-
if (A == null ||
|
|
14817
|
+
if (A == null || I == null)
|
|
14818
14818
|
return !1;
|
|
14819
|
-
var
|
|
14820
|
-
if (
|
|
14819
|
+
var N = typeof A;
|
|
14820
|
+
if (N !== typeof I)
|
|
14821
14821
|
return !1;
|
|
14822
|
-
if (
|
|
14823
|
-
return
|
|
14822
|
+
if (N !== "object")
|
|
14823
|
+
return N === "number" ? i(A, I, L) : N === "function" ? u(A, I, L) : !1;
|
|
14824
14824
|
var w = A.constructor;
|
|
14825
|
-
if (w !==
|
|
14825
|
+
if (w !== I.constructor)
|
|
14826
14826
|
return !1;
|
|
14827
14827
|
if (w === Object)
|
|
14828
|
-
return o(A,
|
|
14828
|
+
return o(A, I, L);
|
|
14829
14829
|
if (bp(A))
|
|
14830
|
-
return t(A,
|
|
14830
|
+
return t(A, I, L);
|
|
14831
14831
|
if (Ju != null && Ju(A))
|
|
14832
|
-
return f(A,
|
|
14832
|
+
return f(A, I, L);
|
|
14833
14833
|
if (w === Date)
|
|
14834
|
-
return n(A,
|
|
14834
|
+
return n(A, I, L);
|
|
14835
14835
|
if (w === RegExp)
|
|
14836
|
-
return c(A,
|
|
14836
|
+
return c(A, I, L);
|
|
14837
14837
|
if (w === Map)
|
|
14838
|
-
return a(A,
|
|
14838
|
+
return a(A, I, L);
|
|
14839
14839
|
if (w === Set)
|
|
14840
|
-
return h(A,
|
|
14840
|
+
return h(A, I, L);
|
|
14841
14841
|
var R = gp(A);
|
|
14842
|
-
return R === lp ? n(A,
|
|
14842
|
+
return R === lp ? n(A, I, L) : R === mp ? c(A, I, L) : R === fp ? a(A, I, L) : R === pp ? h(A, I, L) : R === dp ? typeof A.then != "function" && typeof I.then != "function" && o(A, I, L) : R === Tp ? p(A, I, L) : R === cp ? r(A, I, L) : R === sp ? o(A, I, L) : R === op || R === hp || R === Ep ? l(A, I, L) : !1;
|
|
14843
14843
|
};
|
|
14844
14844
|
}
|
|
14845
14845
|
function _p(e) {
|
|
@@ -14944,24 +14944,24 @@ const Np = ({
|
|
|
14944
14944
|
category: e,
|
|
14945
14945
|
onRequestClose: t
|
|
14946
14946
|
}) => {
|
|
14947
|
-
const n =
|
|
14947
|
+
const n = ks(e), [r, u] = et(!1), a = bn(), i = e.collapsible ?? !0, o = e.collapsed ?? !0, l = !!(!i || !o || n), [c, h] = et(l), f = xs(e.link?.path ?? "");
|
|
14948
14948
|
Ye(() => {
|
|
14949
14949
|
n && h(!0);
|
|
14950
14950
|
}, [n]);
|
|
14951
14951
|
const p = i && /* @__PURE__ */ P.jsx(
|
|
14952
|
-
|
|
14952
|
+
Os,
|
|
14953
14953
|
{
|
|
14954
|
-
onClick: (
|
|
14955
|
-
|
|
14954
|
+
onClick: (I) => {
|
|
14955
|
+
I.preventDefault(), h((L) => !L), u(!0);
|
|
14956
14956
|
},
|
|
14957
14957
|
variant: "ghost",
|
|
14958
14958
|
size: "icon",
|
|
14959
14959
|
className: "size-6 hover:bg-[hsl(from_hsl(var(--accent))_h_s_calc(l-5))] hover:dark:bg-[hsl(from_hsl(var(--accent))_h_s_calc(l+5))]",
|
|
14960
14960
|
children: /* @__PURE__ */ P.jsx(
|
|
14961
|
-
|
|
14961
|
+
_s,
|
|
14962
14962
|
{
|
|
14963
14963
|
size: 16,
|
|
14964
|
-
className:
|
|
14964
|
+
className: ie(
|
|
14965
14965
|
r && "transition",
|
|
14966
14966
|
"shrink-0 group-data-[state=open]:rotate-90 rtl:rotate-180"
|
|
14967
14967
|
)
|
|
@@ -14972,7 +14972,7 @@ const Np = ({
|
|
|
14972
14972
|
e.icon,
|
|
14973
14973
|
{
|
|
14974
14974
|
size: 16,
|
|
14975
|
-
className:
|
|
14975
|
+
className: ie("align-[-0.125em] ", f && "text-primary")
|
|
14976
14976
|
}
|
|
14977
14977
|
), A = tn({
|
|
14978
14978
|
className: [
|
|
@@ -14992,7 +14992,7 @@ const Np = ({
|
|
|
14992
14992
|
lr,
|
|
14993
14993
|
{
|
|
14994
14994
|
to: {
|
|
14995
|
-
pathname: ii(e.link.
|
|
14995
|
+
pathname: ii(e.link.path),
|
|
14996
14996
|
search: a.search
|
|
14997
14997
|
},
|
|
14998
14998
|
className: A,
|
|
@@ -15017,27 +15017,27 @@ const Np = ({
|
|
|
15017
15017
|
/* @__PURE__ */ P.jsx(
|
|
15018
15018
|
yn.Content,
|
|
15019
15019
|
{
|
|
15020
|
-
className:
|
|
15020
|
+
className: ie(
|
|
15021
15021
|
// CollapsibleContent class is used to animate and it should only be applied when the user has triggered the toggle
|
|
15022
15022
|
r && "CollapsibleContent",
|
|
15023
15023
|
e.items.length === 0 && "hidden",
|
|
15024
15024
|
"ms-6 my-1"
|
|
15025
15025
|
),
|
|
15026
|
-
children: /* @__PURE__ */ P.jsx("ul", { className: "relative after:absolute after:-start-(--padding-nav-item) after:translate-x-[1.5px] after:top-0 after:bottom-0 after:w-px after:bg-border", children: e.items.map((
|
|
15027
|
-
|
|
15026
|
+
children: /* @__PURE__ */ P.jsx("ul", { className: "relative after:absolute after:-start-(--padding-nav-item) after:translate-x-[1.5px] after:top-0 after:bottom-0 after:w-px after:bg-border", children: e.items.map((I) => /* @__PURE__ */ P.jsx(
|
|
15027
|
+
kp,
|
|
15028
15028
|
{
|
|
15029
15029
|
onRequestClose: t,
|
|
15030
|
-
item:
|
|
15030
|
+
item: I
|
|
15031
15031
|
},
|
|
15032
|
-
("
|
|
15032
|
+
I.type + (I.label ?? "") + ("path" in I ? I.path : "") + ("file" in I ? I.file : "") + ("to" in I ? I.to : "")
|
|
15033
15033
|
)) })
|
|
15034
15034
|
}
|
|
15035
15035
|
)
|
|
15036
15036
|
]
|
|
15037
15037
|
}
|
|
15038
15038
|
);
|
|
15039
|
-
},
|
|
15040
|
-
|
|
15039
|
+
}, Qa = ni(Np, xp);
|
|
15040
|
+
Qa.displayName = "NavigationCategory";
|
|
15041
15041
|
const ei = ({
|
|
15042
15042
|
label: e,
|
|
15043
15043
|
className: t
|
|
@@ -15049,7 +15049,7 @@ const ei = ({
|
|
|
15049
15049
|
/* @__PURE__ */ P.jsx(
|
|
15050
15050
|
"span",
|
|
15051
15051
|
{
|
|
15052
|
-
className:
|
|
15052
|
+
className: ie("truncate flex-1", t),
|
|
15053
15053
|
title: e,
|
|
15054
15054
|
ref: n,
|
|
15055
15055
|
children: e
|
|
@@ -15058,7 +15058,7 @@ const ei = ({
|
|
|
15058
15058
|
r && /* @__PURE__ */ P.jsx(H1, { delayDuration: 500, children: /* @__PURE__ */ P.jsxs(U1, { disableHoverableContent: !0, children: [
|
|
15059
15059
|
/* @__PURE__ */ P.jsx(v1, { className: "absolute inset-0 z-10" }),
|
|
15060
15060
|
/* @__PURE__ */ P.jsxs(
|
|
15061
|
-
|
|
15061
|
+
Va,
|
|
15062
15062
|
{
|
|
15063
15063
|
className: "max-w-64 rounded-lg",
|
|
15064
15064
|
side: "bottom",
|
|
@@ -15071,86 +15071,90 @@ const ei = ({
|
|
|
15071
15071
|
)
|
|
15072
15072
|
] }) })
|
|
15073
15073
|
] });
|
|
15074
|
-
},
|
|
15074
|
+
}, Ga = "data-anchor", kp = ({
|
|
15075
15075
|
item: e,
|
|
15076
15076
|
onRequestClose: t
|
|
15077
15077
|
}) => {
|
|
15078
15078
|
const n = bn(), { activeAnchor: r } = wr();
|
|
15079
15079
|
switch (e.type) {
|
|
15080
15080
|
case "category":
|
|
15081
|
-
return /* @__PURE__ */ P.jsx(
|
|
15081
|
+
return /* @__PURE__ */ P.jsx(Qa, { category: e, onRequestClose: t });
|
|
15082
15082
|
case "doc":
|
|
15083
15083
|
return /* @__PURE__ */ P.jsxs(
|
|
15084
15084
|
lr,
|
|
15085
15085
|
{
|
|
15086
|
+
viewTransition: !0,
|
|
15086
15087
|
className: ({ isActive: u, isPending: a }) => tn({ isActive: u, isPending: a }),
|
|
15087
|
-
to: ii(e.
|
|
15088
|
+
to: ii(e.path),
|
|
15088
15089
|
onClick: t,
|
|
15089
15090
|
end: !0,
|
|
15090
15091
|
children: [
|
|
15091
15092
|
e.icon && /* @__PURE__ */ P.jsx(e.icon, { size: 16, className: "align-[-0.125em]" }),
|
|
15092
15093
|
e.badge ? /* @__PURE__ */ P.jsxs(P.Fragment, { children: [
|
|
15093
|
-
/* @__PURE__ */ P.jsx(ei, { label: e.label, className: "flex-1" }),
|
|
15094
|
+
e.label && /* @__PURE__ */ P.jsx(ei, { label: e.label, className: "flex-1" }),
|
|
15094
15095
|
/* @__PURE__ */ P.jsx(Vu, { ...e.badge })
|
|
15095
15096
|
] }) : e.label
|
|
15096
15097
|
]
|
|
15097
15098
|
}
|
|
15098
15099
|
);
|
|
15099
15100
|
case "link":
|
|
15100
|
-
|
|
15101
|
+
case "custom-page": {
|
|
15102
|
+
const u = e.type === "link" ? e.to : e.path;
|
|
15103
|
+
return u.startsWith("http") ? /* @__PURE__ */ P.jsxs(
|
|
15101
15104
|
"a",
|
|
15102
15105
|
{
|
|
15103
15106
|
className: tn(),
|
|
15104
|
-
href:
|
|
15107
|
+
href: u,
|
|
15105
15108
|
target: "_blank",
|
|
15106
15109
|
rel: "noopener noreferrer",
|
|
15107
15110
|
onClick: t,
|
|
15108
15111
|
children: [
|
|
15109
15112
|
e.icon && /* @__PURE__ */ P.jsx(e.icon, { size: 16, className: "align-[-0.125em]" }),
|
|
15110
15113
|
/* @__PURE__ */ P.jsx("span", { className: "whitespace-normal", children: e.label }),
|
|
15111
|
-
/* @__PURE__ */ P.jsx("span", { className: "whitespace-nowrap", children: /* @__PURE__ */ P.jsx(
|
|
15114
|
+
/* @__PURE__ */ P.jsx("span", { className: "whitespace-nowrap", children: /* @__PURE__ */ P.jsx(Cs, { className: "inline -translate-y-0.5", size: 12 }) })
|
|
15112
15115
|
]
|
|
15113
15116
|
}
|
|
15114
15117
|
) : /* @__PURE__ */ P.jsxs(
|
|
15115
|
-
|
|
15118
|
+
Ka,
|
|
15116
15119
|
{
|
|
15117
15120
|
to: {
|
|
15118
|
-
pathname:
|
|
15119
|
-
hash:
|
|
15121
|
+
pathname: u.split("#")[0],
|
|
15122
|
+
hash: u.split("#")[1],
|
|
15120
15123
|
search: n.search
|
|
15121
15124
|
},
|
|
15122
|
-
[
|
|
15125
|
+
[Ga]: u.split("#")[1],
|
|
15123
15126
|
className: tn({
|
|
15124
|
-
isActive:
|
|
15127
|
+
isActive: u === [n.pathname, r].join("#")
|
|
15125
15128
|
}),
|
|
15126
15129
|
onClick: t,
|
|
15127
15130
|
children: [
|
|
15128
15131
|
e.icon && /* @__PURE__ */ P.jsx(e.icon, { size: 16, className: "align-[-0.125em]" }),
|
|
15129
15132
|
e.badge ? /* @__PURE__ */ P.jsxs(P.Fragment, { children: [
|
|
15130
|
-
/* @__PURE__ */ P.jsx(ei, { label: e.label }),
|
|
15133
|
+
e.label && /* @__PURE__ */ P.jsx(ei, { label: e.label }),
|
|
15131
15134
|
/* @__PURE__ */ P.jsx(Vu, { ...e.badge })
|
|
15132
15135
|
] }) : /* @__PURE__ */ P.jsx("span", { className: "break-all", children: e.label })
|
|
15133
15136
|
]
|
|
15134
15137
|
}
|
|
15135
15138
|
);
|
|
15139
|
+
}
|
|
15136
15140
|
}
|
|
15137
|
-
},
|
|
15141
|
+
}, Sp = (e, t = { block: "center" }) => {
|
|
15138
15142
|
if (!e) return;
|
|
15139
15143
|
const n = e.getBoundingClientRect();
|
|
15140
15144
|
n.top >= 0 && n.left >= 0 && n.bottom <= (window.innerHeight || document.documentElement.clientHeight) && n.right <= (window.innerWidth || document.documentElement.clientWidth) || e.scrollIntoView(t);
|
|
15141
|
-
},
|
|
15145
|
+
}, Xa = () => {
|
|
15142
15146
|
const { setActiveAnchor: e } = wr();
|
|
15143
15147
|
return ti(
|
|
15144
15148
|
(n) => {
|
|
15145
15149
|
const r = n.replace(/^#/, ""), u = r.split("/").at(0), a = document.getElementById(decodeURIComponent(r)), i = document.querySelector(
|
|
15146
|
-
`[${
|
|
15150
|
+
`[${Ga}="${u}"]`
|
|
15147
15151
|
);
|
|
15148
|
-
return a ? (a.scrollIntoView(),
|
|
15152
|
+
return a ? (a.scrollIntoView(), Sp(i), requestIdleCallback(() => e(u)), !0) : !1;
|
|
15149
15153
|
},
|
|
15150
15154
|
[e]
|
|
15151
15155
|
);
|
|
15152
|
-
},
|
|
15153
|
-
const e = bn(), t =
|
|
15156
|
+
}, Zp = () => {
|
|
15157
|
+
const e = bn(), t = Xa(), n = Je(!1);
|
|
15154
15158
|
Ye(() => {
|
|
15155
15159
|
!e.hash || !n.current || t(e.hash);
|
|
15156
15160
|
}, [e.hash, t]), Ye(() => {
|
|
@@ -15163,12 +15167,41 @@ const ei = ({
|
|
|
15163
15167
|
});
|
|
15164
15168
|
return r.observe(document.body, { childList: !0, subtree: !0 }), () => r.disconnect();
|
|
15165
15169
|
}, [e.hash, t]);
|
|
15166
|
-
},
|
|
15167
|
-
const t = bn(), n =
|
|
15170
|
+
}, Ka = (e) => {
|
|
15171
|
+
const t = bn(), n = Xa(), r = Ns(e.to), [u, a] = r.split("#"), i = (o) => {
|
|
15168
15172
|
e.onClick?.(o), !(a !== t.hash.slice(1) || u !== t.pathname) && (o.preventDefault(), n(a));
|
|
15169
15173
|
};
|
|
15170
15174
|
return /* @__PURE__ */ P.jsx(lr, { ...e, onClick: i });
|
|
15171
|
-
}, Op =
|
|
15175
|
+
}, Op = ai("", {
|
|
15176
|
+
variants: {
|
|
15177
|
+
size: {
|
|
15178
|
+
sm: "max-w-sm",
|
|
15179
|
+
md: "max-w-md",
|
|
15180
|
+
lg: "max-w-lg",
|
|
15181
|
+
xl: "max-w-xl",
|
|
15182
|
+
"2xl": "max-w-2xl",
|
|
15183
|
+
full: "max-w-full"
|
|
15184
|
+
},
|
|
15185
|
+
align: {
|
|
15186
|
+
center: "mx-auto",
|
|
15187
|
+
start: "me-auto",
|
|
15188
|
+
end: "ms-auto"
|
|
15189
|
+
}
|
|
15190
|
+
},
|
|
15191
|
+
defaultVariants: {
|
|
15192
|
+
size: "xl",
|
|
15193
|
+
align: "center"
|
|
15194
|
+
}
|
|
15195
|
+
}), yp = ({
|
|
15196
|
+
caption: e,
|
|
15197
|
+
className: t,
|
|
15198
|
+
size: n = "xl",
|
|
15199
|
+
align: r = "center",
|
|
15200
|
+
children: u
|
|
15201
|
+
}) => /* @__PURE__ */ P.jsxs("figure", { className: ie(Op({ size: n, align: r }), t), children: [
|
|
15202
|
+
/* @__PURE__ */ P.jsx("div", { className: "relative overflow-hidden rounded-lg border border-border bg-muted/50 p-1 shadow-sm", children: /* @__PURE__ */ P.jsx("div", { className: "not-prose rounded-md [&_img]:rounded-md! relative overflow-hidden bg-background", children: u }) }),
|
|
15203
|
+
e && /* @__PURE__ */ P.jsx("figcaption", { className: "mt-3 text-center text-sm text-muted-foreground", children: e })
|
|
15204
|
+
] }), Lp = ai("group relative", {
|
|
15172
15205
|
variants: {
|
|
15173
15206
|
level: {
|
|
15174
15207
|
6: "text-md",
|
|
@@ -15182,7 +15215,7 @@ const ei = ({
|
|
|
15182
15215
|
defaultVariants: {
|
|
15183
15216
|
level: 1
|
|
15184
15217
|
}
|
|
15185
|
-
}),
|
|
15218
|
+
}), Rp = (e) => {
|
|
15186
15219
|
switch (e) {
|
|
15187
15220
|
case 1:
|
|
15188
15221
|
return "h1";
|
|
@@ -15204,14 +15237,14 @@ const ei = ({
|
|
|
15204
15237
|
children: t,
|
|
15205
15238
|
id: n,
|
|
15206
15239
|
className: r,
|
|
15207
|
-
|
|
15240
|
+
registerNavigationAnchor: u
|
|
15208
15241
|
}) => {
|
|
15209
|
-
const a =
|
|
15242
|
+
const a = Rp(e ?? 1), { ref: i } = F1();
|
|
15210
15243
|
return /* @__PURE__ */ P.jsxs(
|
|
15211
15244
|
a,
|
|
15212
15245
|
{
|
|
15213
|
-
className:
|
|
15214
|
-
className:
|
|
15246
|
+
className: Lp({
|
|
15247
|
+
className: ie(r, "flex items-center gap-[0.33em]"),
|
|
15215
15248
|
level: e
|
|
15216
15249
|
}),
|
|
15217
15250
|
ref: u ? i : void 0,
|
|
@@ -15224,13 +15257,13 @@ const ei = ({
|
|
|
15224
15257
|
href: `#${n}`,
|
|
15225
15258
|
className: "rounded text-[0.8em] text-muted-foreground p-0.5 -m-0.5 opacity-0 group-hover:opacity-50 hover:text-primary hover:!opacity-100 transition-opacity duration-200",
|
|
15226
15259
|
"aria-label": `Link to ${n}`,
|
|
15227
|
-
children: /* @__PURE__ */ P.jsx(
|
|
15260
|
+
children: /* @__PURE__ */ P.jsx(Is, { className: "size-[0.75em] min-w-4 min-h-4" })
|
|
15228
15261
|
}
|
|
15229
15262
|
)
|
|
15230
15263
|
]
|
|
15231
15264
|
}
|
|
15232
15265
|
);
|
|
15233
|
-
},
|
|
15266
|
+
}, Dp = ({
|
|
15234
15267
|
asChild: e,
|
|
15235
15268
|
onClick: t,
|
|
15236
15269
|
enabled: n = !0,
|
|
@@ -15252,40 +15285,51 @@ const ei = ({
|
|
|
15252
15285
|
...r
|
|
15253
15286
|
}
|
|
15254
15287
|
);
|
|
15255
|
-
},
|
|
15288
|
+
}, Pp = ({
|
|
15256
15289
|
className: e,
|
|
15257
15290
|
children: t,
|
|
15258
15291
|
selectOnClick: n,
|
|
15259
15292
|
onClick: r
|
|
15260
|
-
}) => /* @__PURE__ */ P.jsx(
|
|
15293
|
+
}) => /* @__PURE__ */ P.jsx(Dp, { asChild: !0, enabled: n, onClick: r, children: /* @__PURE__ */ P.jsx(
|
|
15261
15294
|
"code",
|
|
15262
15295
|
{
|
|
15263
|
-
className:
|
|
15296
|
+
className: ie(
|
|
15264
15297
|
"font-mono border p-1 py-0.5 rounded-sm bg-border/50 dark:bg-border/70 [overflow-wrap:anywhere]",
|
|
15265
15298
|
e
|
|
15266
15299
|
),
|
|
15267
15300
|
children: t
|
|
15268
15301
|
}
|
|
15269
|
-
) }),
|
|
15270
|
-
img: ({ node: e, ...t }) => /\.(mp4|webm|mov|avi)$/.test(t.src ?? "") ? /* @__PURE__ */ P.jsx(
|
|
15302
|
+
) }), wp = {
|
|
15303
|
+
img: ({ node: e, ...t }) => /\.(mp4|webm|mov|avi)$/.test(t.src ?? "") ? /* @__PURE__ */ P.jsx(
|
|
15304
|
+
"video",
|
|
15305
|
+
{
|
|
15306
|
+
src: t.src,
|
|
15307
|
+
controls: !0,
|
|
15308
|
+
playsInline: !0,
|
|
15309
|
+
autoPlay: !0,
|
|
15310
|
+
loop: !0,
|
|
15311
|
+
className: ie("rounded-lg", t.className)
|
|
15312
|
+
}
|
|
15313
|
+
) : /* @__PURE__ */ P.jsx("img", { ...t, className: ie("rounded-lg", t.className) }),
|
|
15314
|
+
Framed: yp,
|
|
15271
15315
|
h1: ({ children: e, id: t }) => /* @__PURE__ */ P.jsx(lt, { level: 1, id: t, children: e }),
|
|
15272
15316
|
h2: ({ children: e, id: t }) => /* @__PURE__ */ P.jsx(lt, { level: 2, id: t, children: e }),
|
|
15273
15317
|
h3: ({ children: e, id: t }) => /* @__PURE__ */ P.jsx(lt, { level: 3, id: t, children: e }),
|
|
15274
15318
|
h4: ({ children: e, id: t }) => /* @__PURE__ */ P.jsx(lt, { level: 4, id: t, children: e }),
|
|
15275
15319
|
h5: ({ children: e, id: t }) => /* @__PURE__ */ P.jsx(lt, { level: 5, id: t, children: e }),
|
|
15276
15320
|
h6: ({ children: e, id: t }) => /* @__PURE__ */ P.jsx(lt, { level: 6, id: t, children: e }),
|
|
15277
|
-
a: ({ href: e, node: t, ...n }) => e && !e.startsWith("http") ? /* @__PURE__ */ P.jsx(
|
|
15321
|
+
a: ({ href: e, node: t, ...n }) => e && !e.startsWith("http") ? /* @__PURE__ */ P.jsx(Ka, { to: e, relative: "path", ...n }) : /* @__PURE__ */ P.jsx("a", { href: e, target: "_blank", ...n, rel: "noreferrer" }),
|
|
15278
15322
|
Button: Ls,
|
|
15279
15323
|
Callout: Xe,
|
|
15280
15324
|
Stepper: Rs,
|
|
15281
|
-
SyntaxHighlight:
|
|
15325
|
+
SyntaxHighlight: Ts,
|
|
15282
15326
|
tip: (e) => /* @__PURE__ */ P.jsx(Xe, { type: "tip", ...e }),
|
|
15283
15327
|
info: (e) => /* @__PURE__ */ P.jsx(Xe, { type: "info", ...e }),
|
|
15284
15328
|
note: (e) => /* @__PURE__ */ P.jsx(Xe, { type: "note", ...e }),
|
|
15285
15329
|
caution: (e) => /* @__PURE__ */ P.jsx(Xe, { type: "caution", ...e }),
|
|
15286
15330
|
warning: (e) => /* @__PURE__ */ P.jsx(Xe, { type: "caution", ...e }),
|
|
15287
15331
|
danger: (e) => /* @__PURE__ */ P.jsx(Xe, { type: "danger", ...e }),
|
|
15288
|
-
pre: (e) => /* @__PURE__ */ P.jsx("pre", { className:
|
|
15332
|
+
pre: (e) => /* @__PURE__ */ P.jsx("pre", { className: ie("not-prose my-4", e.className), ...e }),
|
|
15289
15333
|
code: ({
|
|
15290
15334
|
className: e,
|
|
15291
15335
|
node: t,
|
|
@@ -15296,18 +15340,18 @@ const ei = ({
|
|
|
15296
15340
|
...i
|
|
15297
15341
|
}) => {
|
|
15298
15342
|
const o = e?.match(/language?-(\w+)/);
|
|
15299
|
-
return u === "true" || u === !0 ? /* @__PURE__ */ P.jsx(
|
|
15343
|
+
return u === "true" || u === !0 ? /* @__PURE__ */ P.jsx(Pp, { className: ie(e, "inline"), children: n }) : /* @__PURE__ */ P.jsx(
|
|
15300
15344
|
B1,
|
|
15301
15345
|
{
|
|
15302
15346
|
language: o?.[1],
|
|
15303
15347
|
showLanguageIndicator: !0,
|
|
15304
15348
|
showLineNumbers: a,
|
|
15305
15349
|
title: r,
|
|
15306
|
-
children: /* @__PURE__ */ P.jsx("code", { className:
|
|
15350
|
+
children: /* @__PURE__ */ P.jsx("code", { className: ie(e, "not-inline"), ...i, children: n })
|
|
15307
15351
|
}
|
|
15308
15352
|
);
|
|
15309
15353
|
}
|
|
15310
|
-
},
|
|
15354
|
+
}, Mp = [M1], eE = "prose dark:prose-invert prose-neutral", Bp = ni(
|
|
15311
15355
|
({
|
|
15312
15356
|
content: e,
|
|
15313
15357
|
className: t,
|
|
@@ -15316,17 +15360,17 @@ const ei = ({
|
|
|
15316
15360
|
const { syntaxHighlighting: r } = Ss().options, u = sn(
|
|
15317
15361
|
() => [
|
|
15318
15362
|
_d,
|
|
15319
|
-
...
|
|
15363
|
+
...bs(r?.themes)
|
|
15320
15364
|
],
|
|
15321
15365
|
[r?.themes]
|
|
15322
15366
|
), a = sn(
|
|
15323
|
-
() => ({ ...
|
|
15367
|
+
() => ({ ...wp, ...n }),
|
|
15324
15368
|
[n]
|
|
15325
15369
|
);
|
|
15326
15370
|
return /* @__PURE__ */ P.jsx("div", { className: t, children: /* @__PURE__ */ P.jsx(
|
|
15327
15371
|
Qc,
|
|
15328
15372
|
{
|
|
15329
|
-
remarkPlugins:
|
|
15373
|
+
remarkPlugins: Mp,
|
|
15330
15374
|
rehypePlugins: u,
|
|
15331
15375
|
components: a,
|
|
15332
15376
|
children: e
|
|
@@ -15334,19 +15378,20 @@ const ei = ({
|
|
|
15334
15378
|
) });
|
|
15335
15379
|
}
|
|
15336
15380
|
);
|
|
15337
|
-
|
|
15381
|
+
Bp.displayName = "Markdown";
|
|
15338
15382
|
export {
|
|
15339
|
-
|
|
15383
|
+
Ka as A,
|
|
15340
15384
|
lt as H,
|
|
15341
|
-
|
|
15342
|
-
|
|
15343
|
-
|
|
15344
|
-
|
|
15345
|
-
|
|
15346
|
-
|
|
15347
|
-
|
|
15348
|
-
|
|
15349
|
-
|
|
15385
|
+
Pp as I,
|
|
15386
|
+
Bp as M,
|
|
15387
|
+
kp as N,
|
|
15388
|
+
eE as P,
|
|
15389
|
+
Dp as S,
|
|
15390
|
+
Jp as V,
|
|
15391
|
+
Zp as a,
|
|
15392
|
+
wp as b,
|
|
15393
|
+
xp as d,
|
|
15394
|
+
Sp as s,
|
|
15350
15395
|
wr as u
|
|
15351
15396
|
};
|
|
15352
|
-
//# sourceMappingURL=Markdown-
|
|
15397
|
+
//# sourceMappingURL=Markdown-DCAIYXF5.js.map
|