@surething/cockpit 1.0.208 → 1.0.210
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/.next-prod/BUILD_ID +1 -1
- package/.next-prod/app-path-routes-manifest.json +12 -10
- package/.next-prod/build-manifest.json +4 -4
- package/.next-prod/diagnostics/framework.json +1 -1
- package/.next-prod/next-server.js.nft.json +1 -1
- package/.next-prod/prerender-manifest.json +3 -3
- package/.next-prod/react-loadable-manifest.json +25 -1
- package/.next-prod/routes-manifest.json +12 -0
- package/.next-prod/server/app/_global-error/page.js +3 -3
- package/.next-prod/server/app/_global-error/page.js.nft.json +1 -1
- package/.next-prod/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/_global-error.html +1 -1
- package/.next-prod/server/app/_global-error.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found/page.js +2 -2
- package/.next-prod/server/app/_not-found/page.js.nft.json +1 -1
- package/.next-prod/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/_not-found.html +1 -1
- package/.next-prod/server/app/_not-found.rsc +16 -17
- package/.next-prod/server/app/_not-found.segments/_full.segment.rsc +16 -17
- package/.next-prod/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_index.segment.rsc +5 -6
- package/.next-prod/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next-prod/server/app/api/agent/test/route.js +1 -0
- package/.next-prod/server/app/api/agent/test/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/agent/test/route_client-reference-manifest.js +1 -0
- package/.next-prod/server/app/api/bash/route.js +1 -1
- package/.next-prod/server/app/api/bash/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/codex/route.js +18 -18
- package/.next-prod/server/app/api/chat/codex/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/deepseek/route.js +4 -4
- package/.next-prod/server/app/api/chat/deepseek/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/kimi/route.js +18 -18
- package/.next-prod/server/app/api/chat/kimi/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/ollama/route.js +20 -109
- package/.next-prod/server/app/api/chat/ollama/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/route.js +4 -4
- package/.next-prod/server/app/api/chat/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/claude-stats/route.js +1 -1
- package/.next-prod/server/app/api/claude-stats/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/commands/route.js +1 -1
- package/.next-prod/server/app/api/commands/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/comments/route.js +1 -1
- package/.next-prod/server/app/api/comments/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/columns/route.js +15 -15
- package/.next-prod/server/app/api/db/columns/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/connect/route.js +3 -1
- package/.next-prod/server/app/api/db/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/disconnect/route.js +1 -1
- package/.next-prod/server/app/api/db/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/export/route.js +1 -1
- package/.next-prod/server/app/api/db/export/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/query/route.js +1 -1
- package/.next-prod/server/app/api/db/query/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/schemas/route.js +2 -2
- package/.next-prod/server/app/api/db/schemas/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/dev/spans/route.js +1 -0
- package/.next-prod/server/app/api/dev/spans/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/dev/spans/route_client-reference-manifest.js +1 -0
- package/.next-prod/server/app/api/extension/version/route.js +1 -1
- package/.next-prod/server/app/api/extension/version/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/file/route.js +1 -1
- package/.next-prod/server/app/api/file/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/blame/route.js +1 -1
- package/.next-prod/server/app/api/files/blame/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/clipboard/route.js +1 -1
- package/.next-prod/server/app/api/files/clipboard/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/copy/route.js +1 -1
- package/.next-prod/server/app/api/files/copy/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/delete/route.js +1 -1
- package/.next-prod/server/app/api/files/delete/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/expanded/route.js +1 -1
- package/.next-prod/server/app/api/files/expanded/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/index/route.js +1 -1
- package/.next-prod/server/app/api/files/index/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/init/route.js +1 -1
- package/.next-prod/server/app/api/files/init/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/paste/route.js +1 -1
- package/.next-prod/server/app/api/files/paste/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/read/route.js +1 -1
- package/.next-prod/server/app/api/files/read/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/readdir/route.js +1 -1
- package/.next-prod/server/app/api/files/readdir/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/recent/route.js +1 -1
- package/.next-prod/server/app/api/files/recent/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/save/route.js +1 -1
- package/.next-prod/server/app/api/files/save/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/search/route.js +1 -1
- package/.next-prod/server/app/api/files/search/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/stat/route.js +1 -1
- package/.next-prod/server/app/api/files/stat/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/text/route.js +1 -1
- package/.next-prod/server/app/api/files/text/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/branch-diff/route.js +1 -1
- package/.next-prod/server/app/api/git/branch-diff/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/branches/route.js +1 -1
- package/.next-prod/server/app/api/git/branches/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/commit-diff/route.js +1 -1
- package/.next-prod/server/app/api/git/commit-diff/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/commits/route.js +1 -1
- package/.next-prod/server/app/api/git/commits/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/diff/route.js +1 -1
- package/.next-prod/server/app/api/git/diff/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/discard/route.js +1 -1
- package/.next-prod/server/app/api/git/discard/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/stage/route.js +1 -1
- package/.next-prod/server/app/api/git/stage/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/status/route.js +1 -1
- package/.next-prod/server/app/api/git/status/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/unstage/route.js +1 -1
- package/.next-prod/server/app/api/git/unstage/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/worktree/route.js +1 -1
- package/.next-prod/server/app/api/git/worktree/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/global-state/route.js +1 -1
- package/.next-prod/server/app/api/global-state/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/jupyter/load/route.js +1 -1
- package/.next-prod/server/app/api/jupyter/load/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/jupyter/save/route.js +1 -1
- package/.next-prod/server/app/api/jupyter/save/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/jupyter/shutdown/route.js +1 -1
- package/.next-prod/server/app/api/jupyter/shutdown/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/definition/route.js +1 -1
- package/.next-prod/server/app/api/lsp/definition/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/hover/route.js +1 -1
- package/.next-prod/server/app/api/lsp/hover/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/references/route.js +1 -1
- package/.next-prod/server/app/api/lsp/references/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/status/route.js +1 -1
- package/.next-prod/server/app/api/lsp/status/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/warmup/route.js +1 -1
- package/.next-prod/server/app/api/lsp/warmup/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/columns/route.js +9 -9
- package/.next-prod/server/app/api/mysql/columns/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/connect/route.js +1 -1
- package/.next-prod/server/app/api/mysql/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/disconnect/route.js +1 -1
- package/.next-prod/server/app/api/mysql/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/export/route.js +1 -1
- package/.next-prod/server/app/api/mysql/export/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/query/route.js +1 -1
- package/.next-prod/server/app/api/mysql/query/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/schemas/route.js +2 -2
- package/.next-prod/server/app/api/mysql/schemas/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/connect/route.js +1 -1
- package/.next-prod/server/app/api/neo4j/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/disconnect/route.js +1 -1
- package/.next-prod/server/app/api/neo4j/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/query/route.js +1 -1
- package/.next-prod/server/app/api/neo4j/query/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/schema/route.js +1 -1
- package/.next-prod/server/app/api/neo4j/schema/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/note/route.js +1 -1
- package/.next-prod/server/app/api/note/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/ollama/models/route.js +1 -1
- package/.next-prod/server/app/api/ollama/models/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/ollama/start/route.js +1 -1
- package/.next-prod/server/app/api/ollama/start/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/open-cursor/route.js +1 -1
- package/.next-prod/server/app/api/open-cursor/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/open-vscode/route.js +1 -1
- package/.next-prod/server/app/api/open-vscode/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/pick-folder/route.js +1 -1
- package/.next-prod/server/app/api/pick-folder/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/pinned-sessions/route.js +1 -1
- package/.next-prod/server/app/api/pinned-sessions/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/project-settings/route.js +1 -1
- package/.next-prod/server/app/api/project-settings/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/project-state/route.js +1 -1
- package/.next-prod/server/app/api/project-state/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/file/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/file/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/file-functions/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/file-functions/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/search/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/search/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projects/route.js +1 -1
- package/.next-prod/server/app/api/projects/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/command/route.js +1 -1
- package/.next-prod/server/app/api/redis/command/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/connect/route.js +1 -1
- package/.next-prod/server/app/api/redis/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/delete/route.js +1 -1
- package/.next-prod/server/app/api/redis/delete/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/disconnect/route.js +1 -1
- package/.next-prod/server/app/api/redis/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/get/route.js +1 -1
- package/.next-prod/server/app/api/redis/get/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/keys/route.js +1 -1
- package/.next-prod/server/app/api/redis/keys/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/set/route.js +1 -1
- package/.next-prod/server/app/api/redis/set/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/[id]/comments/route.js +1 -1
- package/.next-prod/server/app/api/review/[id]/comments/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/[id]/replies/route.js +1 -1
- package/.next-prod/server/app/api/review/[id]/replies/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/[id]/route.js +1 -1
- package/.next-prod/server/app/api/review/[id]/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/identify/route.js +1 -1
- package/.next-prod/server/app/api/review/identify/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/order/route.js +1 -1
- package/.next-prod/server/app/api/review/order/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/route.js +1 -1
- package/.next-prod/server/app/api/review/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/share-info/route.js +1 -1
- package/.next-prod/server/app/api/review/share-info/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/users/route.js +1 -1
- package/.next-prod/server/app/api/review/users/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/scheduled-tasks/route.js +1 -1
- package/.next-prod/server/app/api/scheduled-tasks/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/services/config/route.js +1 -1
- package/.next-prod/server/app/api/services/config/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/services/scripts/route.js +1 -1
- package/.next-prod/server/app/api/services/scripts/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/fork/route.js +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/fork/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/history/route.js +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/history/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/session-by-path/route.js +1 -1
- package/.next-prod/server/app/api/session-by-path/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js +1 -1
- package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/sessions/projects/route.js +1 -1
- package/.next-prod/server/app/api/sessions/projects/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/sessions/route.js +1 -1
- package/.next-prod/server/app/api/sessions/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/settings/route.js +1 -1
- package/.next-prod/server/app/api/settings/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/skills/[id]/route.js +1 -1
- package/.next-prod/server/app/api/skills/[id]/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/skills/content/route.js +1 -1
- package/.next-prod/server/app/api/skills/content/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/skills/route.js +1 -1
- package/.next-prod/server/app/api/skills/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/aliases/route.js +1 -1
- package/.next-prod/server/app/api/terminal/aliases/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/autocomplete/route.js +1 -1
- package/.next-prod/server/app/api/terminal/autocomplete/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/bubble-order/route.js +1 -1
- package/.next-prod/server/app/api/terminal/bubble-order/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/env/route.js +1 -1
- package/.next-prod/server/app/api/terminal/env/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/history/route.js +1 -1
- package/.next-prod/server/app/api/terminal/history/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/version/route.js +1 -1
- package/.next-prod/server/app/api/version/route.js.nft.json +1 -1
- package/.next-prod/server/app/favicon.ico/route.js +1 -1
- package/.next-prod/server/app/favicon.ico/route.js.nft.json +1 -1
- package/.next-prod/server/app/manifest.webmanifest/route.js +2 -2
- package/.next-prod/server/app/manifest.webmanifest/route.js.nft.json +1 -1
- package/.next-prod/server/app/manifest.webmanifest.body +1 -1
- package/.next-prod/server/app/page.js +2 -2
- package/.next-prod/server/app/page.js.nft.json +1 -1
- package/.next-prod/server/app/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/project/page.js +2 -2
- package/.next-prod/server/app/project/page.js.nft.json +1 -1
- package/.next-prod/server/app/project/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/review/[id]/page.js +2 -2
- package/.next-prod/server/app/review/[id]/page.js.nft.json +1 -1
- package/.next-prod/server/app/review/[id]/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app-paths-manifest.json +12 -10
- package/.next-prod/server/chunks/2728.js +1 -0
- package/.next-prod/server/chunks/304.js +1 -0
- package/.next-prod/server/chunks/3718.js +1 -0
- package/.next-prod/server/chunks/3863.js +1 -0
- package/.next-prod/server/chunks/4034.js +114 -0
- package/.next-prod/server/chunks/4741.js +2 -2
- package/.next-prod/server/chunks/5159.js +1 -0
- package/.next-prod/server/chunks/{6007.js → 5292.js} +2 -2
- package/.next-prod/server/chunks/5616.js +1 -0
- package/.next-prod/server/chunks/6955.js +1 -0
- package/.next-prod/server/chunks/7184.js +244 -0
- package/.next-prod/server/chunks/7973.js +15 -0
- package/.next-prod/server/chunks/8916.js +1 -0
- package/.next-prod/server/chunks/9658.js +42 -0
- package/.next-prod/server/functions-config-manifest.json +2 -0
- package/.next-prod/server/middleware-build-manifest.js +1 -1
- package/.next-prod/server/middleware-react-loadable-manifest.js +1 -1
- package/.next-prod/server/pages/404.html +1 -1
- package/.next-prod/server/pages/500.html +1 -1
- package/.next-prod/server/server-reference-manifest.json +1 -1
- package/.next-prod/static/LJRtmjYCuVrSA_dcelxlR/_buildManifest.js +1 -0
- package/.next-prod/static/chunks/2580.69af80de5bcfcefe.js +1 -0
- package/.next-prod/static/chunks/2708.7263182a029113c8.js +1 -0
- package/.next-prod/static/chunks/327-9ffab8f0b2b0b4cd.js +13 -0
- package/.next-prod/static/chunks/{3794-3fb4e6ee851037bb.js → 3794-ba2500baa4c52d55.js} +3 -3
- package/.next-prod/static/chunks/5188-6ad3d686c5e9fb28.js +29 -0
- package/.next-prod/static/chunks/{5204-c8293184aa55cdd5.js → 5204-babf0d0290febbec.js} +1 -1
- package/.next-prod/static/chunks/6345-3c06cdc8c89677b8.js +14 -0
- package/.next-prod/static/chunks/7562.8fdc3abdd45c77ab.js +1 -0
- package/.next-prod/static/chunks/9012.6ed079104670001d.js +1 -0
- package/.next-prod/static/chunks/9617.d038e8ea9fc93e24.js +1 -0
- package/.next-prod/static/chunks/96c8525a-f1e0653013503d49.js +2 -0
- package/.next-prod/static/chunks/app/_global-error/page-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/agent/test/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/bash/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/codex/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/deepseek/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/kimi/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/ollama/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/claude-stats/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/commands/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/comments/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/db/columns/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/db/connect/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/db/disconnect/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/db/export/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/db/query/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/db/schemas/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/dev/spans/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/extension/version/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/file/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/blame/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/clipboard/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/copy/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/delete/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/expanded/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/index/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/init/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/paste/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/read/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/readdir/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/recent/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/save/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/search/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/stat/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/text/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/git/branch-diff/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/git/branches/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/git/commit-diff/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/git/commits/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/git/diff/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/git/discard/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/git/stage/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/git/status/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/git/unstage/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/git/worktree/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/global-state/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/load/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/save/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/definition/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/hover/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/references/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/status/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/warmup/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/columns/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/connect/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/disconnect/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/export/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/query/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/schemas/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/connect/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/query/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/schema/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/note/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/ollama/models/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/ollama/start/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/open-cursor/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/open-vscode/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/pick-folder/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/pinned-sessions/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/project-settings/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/project-state/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/file/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/search/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/projects/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/command/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/connect/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/delete/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/disconnect/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/get/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/keys/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/set/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/comments/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/replies/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/review/identify/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/review/order/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/review/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/review/share-info/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/review/users/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/scheduled-tasks/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/services/config/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/services/scripts/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/session-by-path/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/projects/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/settings/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/[id]/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/content/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/aliases/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/env/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/history/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/version/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/layout-a0362651ba6e6e6f.js +1 -0
- package/.next-prod/static/chunks/app/manifest.webmanifest/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/{page-db32ebfdf1ac9174.js → page-1b14cabf47df9ff7.js} +1 -1
- package/.next-prod/static/chunks/app/project/{page-db32ebfdf1ac9174.js → page-1b14cabf47df9ff7.js} +1 -1
- package/.next-prod/static/chunks/app/review/[id]/page-7db3a48a13f1840c.js +1 -0
- package/.next-prod/static/chunks/bc21e3dd-a78364524623b9b0.js +1 -0
- package/.next-prod/static/chunks/{main-5a46314a5491113b.js → main-79827b1543335b12.js} +3 -3
- package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/webpack-b618ac52d349e5ca.js +1 -0
- package/.next-prod/static/css/dcde719317bea028.css +1 -0
- package/.next-prod/trace +12 -12
- package/.next-prod/trace-build +1 -1
- package/.next-prod/types/app/api/agent/test/route.ts +351 -0
- package/.next-prod/types/app/api/dev/spans/route.ts +351 -0
- package/.next-prod/types/routes.d.ts +3 -1
- package/.next-prod/types/validator.ts +18 -0
- package/README.md +29 -8
- package/README.zh.md +30 -9
- package/dist/{chunk-VCZEGP64.mjs → chunk-FBR4KJI5.mjs} +24 -250
- package/dist/chunk-OWUW2O3D.mjs +28475 -0
- package/dist/{chunk-RSHKDWJM.mjs → chunk-TXBVUZVH.mjs} +94 -0
- package/dist/httpApi.mjs +239 -0
- package/dist/scheduledTasks.mjs +1239 -66
- package/dist/{server-K6XWP7DX.mjs → server-E7G55DY7.mjs} +9 -10
- package/dist/wsServer.mjs +867 -704
- package/package.json +17 -4
- package/server.mjs +3 -1
- package/.next-prod/server/chunks/240.js +0 -1
- package/.next-prod/server/chunks/3204.js +0 -42
- package/.next-prod/server/chunks/5466.js +0 -1
- package/.next-prod/server/chunks/7264.js +0 -5
- package/.next-prod/server/chunks/8465.js +0 -15
- package/.next-prod/server/chunks/8750.js +0 -1
- package/.next-prod/server/chunks/900.js +0 -1
- package/.next-prod/server/chunks/9255.js +0 -1
- package/.next-prod/server/chunks/9755.js +0 -101
- package/.next-prod/server/chunks/987.js +0 -139
- package/.next-prod/static/WsSesL2O_jRoZztt2Y5r6/_buildManifest.js +0 -1
- package/.next-prod/static/chunks/327.8ecab0b86d52b597.js +0 -1
- package/.next-prod/static/chunks/5660-3d87dfb12f95e96d.js +0 -29
- package/.next-prod/static/chunks/6028-1d6ced1439a3f01f.js +0 -1
- package/.next-prod/static/chunks/6345-6b34b0528ff833a1.js +0 -14
- package/.next-prod/static/chunks/app/_global-error/page-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/bash/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/codex/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/deepseek/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/kimi/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/ollama/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/claude-stats/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/commands/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/comments/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/db/columns/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/db/connect/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/db/disconnect/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/db/export/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/db/query/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/db/schemas/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/extension/version/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/file/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/blame/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/clipboard/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/copy/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/delete/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/expanded/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/index/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/init/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/paste/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/read/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/readdir/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/recent/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/save/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/search/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/stat/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/text/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/git/branch-diff/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/git/branches/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/git/commit-diff/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/git/commits/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/git/diff/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/git/discard/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/git/stage/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/git/status/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/git/unstage/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/git/worktree/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/global-state/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/load/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/save/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/definition/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/hover/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/references/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/status/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/warmup/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/columns/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/connect/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/disconnect/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/export/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/query/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/schemas/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/connect/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/query/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/schema/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/note/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/ollama/models/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/ollama/start/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/open-cursor/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/open-vscode/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/pick-folder/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/pinned-sessions/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/project-settings/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/project-state/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/file/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/search/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/projects/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/command/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/connect/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/delete/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/disconnect/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/get/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/keys/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/set/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/comments/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/replies/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/review/identify/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/review/order/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/review/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/review/share-info/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/review/users/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/scheduled-tasks/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/services/config/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/services/scripts/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/session-by-path/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/projects/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/settings/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/[id]/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/content/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/aliases/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/env/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/history/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/version/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/layout-92d5dcd25bad9196.js +0 -1
- package/.next-prod/static/chunks/app/manifest.webmanifest/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/review/[id]/page-05cd4cb51babd64c.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/webpack-bb0c02e3a9602d78.js +0 -1
- package/.next-prod/static/css/a7974d62fe853925.css +0 -1
- package/dist/chunk-HIRLDMCH.mjs +0 -314
- /package/.next-prod/static/{WsSesL2O_jRoZztt2Y5r6 → LJRtmjYCuVrSA_dcelxlR}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[327],{486:(e,t,n)=>{"use strict";n.d(t,{M:()=>r});let r=()=>"3.21.2"},761:(e,t,n)=>{"use strict";n.d(t,{ks:()=>s});var r=n(25548),a=n(83762),i=n(81823);i.pD;let s=i.ks;i.of,i.VK,i.Xs,i.V5,i.My,a.$O,i.tx,i.fJ,i.AT,i.Py,r.Tk,r.lq},2406:(e,t,n)=>{"use strict";n.d(t,{L:()=>r,o:()=>a});let r="PullAfterNext",a="PullAfterAllEnqueued"},4003:(e,t,n)=>{"use strict";n.d(t,{F6:()=>y,Ie:()=>p,Ui:()=>b,kg:()=>E,ys:()=>l});var r=n(95793),a=n(88916),i=n(67172),s=n(20733),o=n(30818);let l=Symbol.for("effect/DifferHashMapPatch");function c(e){return e}let u={...o.wC.prototype,[l]:{_Value:c,_Key:c,_Patch:c}},d=Object.create(Object.assign(Object.create(u),{_tag:"Empty"})),p=()=>d,h=Object.assign(Object.create(u),{_tag:"AndThen"}),f=Object.assign(Object.create(u),{_tag:"Add"}),g=Object.assign(Object.create(u),{_tag:"Remove"}),m=Object.assign(Object.create(u),{_tag:"Update"}),b=e=>{let[t,n]=s.TS([e.oldValue,p()],([t,n],r,i)=>{let o=s.Jt(i)(t);switch(o._tag){case"Some":{let l,c=e.differ.diff(o.value,r);if(a.aI(c,e.differ.empty))return[s.TF(i)(t),n];return[s.TF(i)(t),E(((l=Object.create(m)).key=i,l.patch=c,l))(n)]}case"None":let l;return[t,E(((l=Object.create(f)).key=i,l.value=r,l))(n)]}})(e.newValue);return s.TS(n,(e,t,n)=>{let r;return E(((r=Object.create(g)).key=n,r))(e)})(t)},E=i.XY(2,(e,t)=>{let n;return(n=Object.create(h)).first=e,n.second=t,n}),y=i.XY(3,(e,t,n)=>{if("Empty"===e._tag)return t;let a=t,i=r.of(e);for(;r.J_(i);){let e=r.v4(i),t=r.Rx(i);switch(e._tag){case"Empty":i=t;break;case"AndThen":i=r.Hs(e.first)(r.Hs(e.second)(t));break;case"Add":a=s.hZ(e.key,e.value)(a),i=t;break;case"Remove":a=s.TF(e.key)(a),i=t;break;case"Update":{let r=s.Jt(e.key)(a);"Some"===r._tag&&(a=s.hZ(e.key,n.patch(e.patch,r.value))(a)),i=t}}}return a})},4207:(e,t,n)=>{"use strict";n.d(t,{$I:()=>f,Ru:()=>g,dv:()=>m,oL:()=>h,zN:()=>b});var r=n(88916),a=n(33268),i=n(61296),s=n(48905),o=n(77519);let l=Symbol.for("effect/Option"),c={...o.MS,[l]:{_A:e=>e},[i.FX](){return this.toJSON()},toString(){return(0,i.GP)(this.toJSON())}},u=Object.assign(Object.create(c),{_tag:"Some",_op:"Some",[r.HR](e){return h(e)&&g(e)&&r.aI(this.value,e.value)},[a.HR](){return a.PO(this,a.kg(a.tW(this._tag))(a.tW(this.value)))},toJSON(){return{_id:"Option",_tag:this._tag,value:(0,i.U2)(this.value)}}}),d=a.tW("None"),p=Object.assign(Object.create(c),{_tag:"None",_op:"None",[r.HR]:e=>h(e)&&f(e),[a.HR]:()=>d,toJSON(){return{_id:"Option",_tag:this._tag}}}),h=e=>(0,s.i5)(e,l),f=e=>"None"===e._tag,g=e=>"Some"===e._tag,m=Object.create(p),b=e=>{let t=Object.create(u);return t.value=e,t}},4294:(e,t,n)=>{"use strict";n.d(t,{BM:()=>o,CW:()=>r,Ee:()=>d,HP:()=>u,JQ:()=>s,Ny:()=>f,On:()=>p,cx:()=>i,es:()=>h,lV:()=>a,ok:()=>l,ol:()=>c});let r=g(/[A-Za-z]/),a=g(/[\dA-Za-z]/),i=g(/[#-'*+\--9=?A-Z^-~]/);function s(e){return null!==e&&(e<32||127===e)}let o=g(/\d/),l=g(/[\dA-Fa-f]/),c=g(/[!-/:-@[-`{-~]/);function u(e){return null!==e&&e<-2}function d(e){return null!==e&&(e<0||32===e)}function p(e){return -2===e||-1===e||32===e}let h=g(/\p{P}|\p{S}/u),f=g(/\s/);function g(e){return function(t){return null!==t&&t>-1&&e.test(String.fromCharCode(t))}}},4800:(e,t,n)=>{"use strict";n.r(t),n.d(t,{boolean:()=>a,booleanish:()=>i,commaOrSpaceSeparated:()=>u,commaSeparated:()=>c,number:()=>o,overloadedBoolean:()=>s,spaceSeparated:()=>l});let r=0,a=d(),i=d(),s=d(),o=d(),l=d(),c=d(),u=d();function d(){return 2**++r}},4918:(e,t,n)=>{"use strict";n.d(t,{qy:()=>b,JW:()=>E});class r{constructor(e,t,n){this.normal=t,this.property=e,n&&(this.space=n)}}function a(e,t){let n={},a={};for(let t of e)Object.assign(n,t.property),Object.assign(a,t.normal);return new r(n,a,t)}r.prototype.normal={},r.prototype.property={},r.prototype.space=void 0;var i=n(68289),s=n(49339);function o(e){let t={},n={};for(let[r,a]of Object.entries(e.properties)){let o=new s.E(r,e.transform(e.attributes||{},r),a,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(o.mustUseProperty=!0),t[r]=o,n[(0,i.S)(r)]=r,n[(0,i.S)(o.attribute)]=r}return new r(t,n,e.space)}var l=n(4800);let c=o({properties:{ariaActiveDescendant:null,ariaAtomic:l.booleanish,ariaAutoComplete:null,ariaBusy:l.booleanish,ariaChecked:l.booleanish,ariaColCount:l.number,ariaColIndex:l.number,ariaColSpan:l.number,ariaControls:l.spaceSeparated,ariaCurrent:null,ariaDescribedBy:l.spaceSeparated,ariaDetails:null,ariaDisabled:l.booleanish,ariaDropEffect:l.spaceSeparated,ariaErrorMessage:null,ariaExpanded:l.booleanish,ariaFlowTo:l.spaceSeparated,ariaGrabbed:l.booleanish,ariaHasPopup:null,ariaHidden:l.booleanish,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:l.spaceSeparated,ariaLevel:l.number,ariaLive:null,ariaModal:l.booleanish,ariaMultiLine:l.booleanish,ariaMultiSelectable:l.booleanish,ariaOrientation:null,ariaOwns:l.spaceSeparated,ariaPlaceholder:null,ariaPosInSet:l.number,ariaPressed:l.booleanish,ariaReadOnly:l.booleanish,ariaRelevant:null,ariaRequired:l.booleanish,ariaRoleDescription:l.spaceSeparated,ariaRowCount:l.number,ariaRowIndex:l.number,ariaRowSpan:l.number,ariaSelected:l.booleanish,ariaSetSize:l.number,ariaSort:null,ariaValueMax:l.number,ariaValueMin:l.number,ariaValueNow:l.number,ariaValueText:null,role:null},transform:(e,t)=>"role"===t?t:"aria-"+t.slice(4).toLowerCase()});function u(e,t){return t in e?e[t]:t}function d(e,t){return u(e,t.toLowerCase())}let p=o({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:l.commaSeparated,acceptCharset:l.spaceSeparated,accessKey:l.spaceSeparated,action:null,allow:null,allowFullScreen:l.boolean,allowPaymentRequest:l.boolean,allowUserMedia:l.boolean,alt:null,as:null,async:l.boolean,autoCapitalize:null,autoComplete:l.spaceSeparated,autoFocus:l.boolean,autoPlay:l.boolean,blocking:l.spaceSeparated,capture:null,charSet:null,checked:l.boolean,cite:null,className:l.spaceSeparated,cols:l.number,colSpan:null,content:null,contentEditable:l.booleanish,controls:l.boolean,controlsList:l.spaceSeparated,coords:l.number|l.commaSeparated,crossOrigin:null,data:null,dateTime:null,decoding:null,default:l.boolean,defer:l.boolean,dir:null,dirName:null,disabled:l.boolean,download:l.overloadedBoolean,draggable:l.booleanish,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:l.boolean,formTarget:null,headers:l.spaceSeparated,height:l.number,hidden:l.overloadedBoolean,high:l.number,href:null,hrefLang:null,htmlFor:l.spaceSeparated,httpEquiv:l.spaceSeparated,id:null,imageSizes:null,imageSrcSet:null,inert:l.boolean,inputMode:null,integrity:null,is:null,isMap:l.boolean,itemId:null,itemProp:l.spaceSeparated,itemRef:l.spaceSeparated,itemScope:l.boolean,itemType:l.spaceSeparated,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:l.boolean,low:l.number,manifest:null,max:null,maxLength:l.number,media:null,method:null,min:null,minLength:l.number,multiple:l.boolean,muted:l.boolean,name:null,nonce:null,noModule:l.boolean,noValidate:l.boolean,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:l.boolean,optimum:l.number,pattern:null,ping:l.spaceSeparated,placeholder:null,playsInline:l.boolean,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:l.boolean,referrerPolicy:null,rel:l.spaceSeparated,required:l.boolean,reversed:l.boolean,rows:l.number,rowSpan:l.number,sandbox:l.spaceSeparated,scope:null,scoped:l.boolean,seamless:l.boolean,selected:l.boolean,shadowRootClonable:l.boolean,shadowRootDelegatesFocus:l.boolean,shadowRootMode:null,shape:null,size:l.number,sizes:null,slot:null,span:l.number,spellCheck:l.booleanish,src:null,srcDoc:null,srcLang:null,srcSet:null,start:l.number,step:null,style:null,tabIndex:l.number,target:null,title:null,translate:null,type:null,typeMustMatch:l.boolean,useMap:null,value:l.booleanish,width:l.number,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:l.spaceSeparated,axis:null,background:null,bgColor:null,border:l.number,borderColor:null,bottomMargin:l.number,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:l.boolean,declare:l.boolean,event:null,face:null,frame:null,frameBorder:null,hSpace:l.number,leftMargin:l.number,link:null,longDesc:null,lowSrc:null,marginHeight:l.number,marginWidth:l.number,noResize:l.boolean,noHref:l.boolean,noShade:l.boolean,noWrap:l.boolean,object:null,profile:null,prompt:null,rev:null,rightMargin:l.number,rules:null,scheme:null,scrolling:l.booleanish,standby:null,summary:null,text:null,topMargin:l.number,valueType:null,version:null,vAlign:null,vLink:null,vSpace:l.number,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:l.boolean,disableRemotePlayback:l.boolean,prefix:null,property:null,results:l.number,security:null,unselectable:null},space:"html",transform:d}),h=o({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:l.commaOrSpaceSeparated,accentHeight:l.number,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:l.number,amplitude:l.number,arabicForm:null,ascent:l.number,attributeName:null,attributeType:null,azimuth:l.number,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:l.number,by:null,calcMode:null,capHeight:l.number,className:l.spaceSeparated,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:l.number,diffuseConstant:l.number,direction:null,display:null,dur:null,divisor:l.number,dominantBaseline:null,download:l.boolean,dx:null,dy:null,edgeMode:null,editable:null,elevation:l.number,enableBackground:null,end:null,event:null,exponent:l.number,externalResourcesRequired:null,fill:null,fillOpacity:l.number,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:l.commaSeparated,g2:l.commaSeparated,glyphName:l.commaSeparated,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:l.number,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:l.number,horizOriginX:l.number,horizOriginY:l.number,id:null,ideographic:l.number,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:l.number,k:l.number,k1:l.number,k2:l.number,k3:l.number,k4:l.number,kernelMatrix:l.commaOrSpaceSeparated,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:l.number,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:l.number,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:l.number,overlineThickness:l.number,paintOrder:null,panose1:null,path:null,pathLength:l.number,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:l.spaceSeparated,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:l.number,pointsAtY:l.number,pointsAtZ:l.number,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:l.commaOrSpaceSeparated,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:l.commaOrSpaceSeparated,rev:l.commaOrSpaceSeparated,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:l.commaOrSpaceSeparated,requiredFeatures:l.commaOrSpaceSeparated,requiredFonts:l.commaOrSpaceSeparated,requiredFormats:l.commaOrSpaceSeparated,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:l.number,specularExponent:l.number,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:l.number,strikethroughThickness:l.number,string:null,stroke:null,strokeDashArray:l.commaOrSpaceSeparated,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:l.number,strokeOpacity:l.number,strokeWidth:null,style:null,surfaceScale:l.number,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:l.commaOrSpaceSeparated,tabIndex:l.number,tableValues:null,target:null,targetX:l.number,targetY:l.number,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:l.commaOrSpaceSeparated,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:l.number,underlineThickness:l.number,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:l.number,values:null,vAlphabetic:l.number,vMathematical:l.number,vectorEffect:null,vHanging:l.number,vIdeographic:l.number,version:null,vertAdvY:l.number,vertOriginX:l.number,vertOriginY:l.number,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:l.number,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:u}),f=o({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform:(e,t)=>"xlink:"+t.slice(5).toLowerCase()}),g=o({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:d}),m=o({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform:(e,t)=>"xml:"+t.slice(3).toLowerCase()}),b=a([c,p,f,g,m],"html"),E=a([c,h,f,g,m],"svg")},4989:(e,t,n)=>{"use strict";n.d(t,{C2:()=>s,JP:()=>o,Jt:()=>i,L8:()=>a,hZ:()=>l,yo:()=>c});var r=n(98931);r.ll;let a=r.L8,i=r.Jt,s=r.C2;r.Ru,r.$N;let o=r.JP;r.ni;let l=r.hZ;r._c;let c=r.yo;r.lF,r.gH,r.VH,r.s$},5504:e=>{e.exports={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0}},5529:(e,t,n)=>{"use strict";n.d(t,{Jr:()=>i,oI:()=>s,zM:()=>a});var r=n(67172);let a=e=>(0,r.XY)(3,(t,n,r)=>e(t,e=>({...e,[n]:r(e)}))),i=e=>(0,r.XY)(2,(t,n)=>e(t,e=>({[n]:e}))),s=(e,t)=>(0,r.XY)(3,(n,r,a)=>t(n,t=>e(a(t),e=>({...t,[r]:e}))))},5751:(e,t,n)=>{"use strict";n.d(t,{AV:()=>r,Ic:()=>s,W_:()=>i,_N:()=>l,qo:()=>a,yj:()=>o});let r="Emit",a="Halt",i="End",s=e=>({_tag:r,elements:e}),o=e=>({_tag:a,cause:e}),l=e=>({_tag:i,reason:e})},5886:(e,t,n)=>{"use strict";n.d(t,{as:()=>z,h9:()=>j,Hh:()=>W,Ze:()=>q,ye:()=>X,JE:()=>V,gJ:()=>Z,As:()=>Q,S6:()=>ee,P4:()=>et,Tj:()=>en,xm:()=>er,aW:()=>ea,Hq:()=>ei,qp:()=>es,XV:()=>eo,ZZ:()=>el,XQ:()=>ec,kS:()=>eu,NW:()=>ed,tw:()=>ep,ZD:()=>eh,eF:()=>ef,KE:()=>eg,M_:()=>em,P1:()=>eb,Px:()=>eE,uz:()=>ey,bk:()=>eT,Vl:()=>e_,oA:()=>eN,A2:()=>ev,ke:()=>eR,fR:()=>eO,f4:()=>ew,xs:()=>eC,pi:()=>ex,aN:()=>eP});var r=n(86359),a=n(95793),i=n(50995),s=n(43359),o=n(49433),l=n(36185),c=n(88916),u=n(10592),d=n(80286),p=n(75055),h=n(67172),f=n(80905),g=n(48905),m=n(48499),b=n(4989),E=n(8844),y=n(19472),T=n(37388);let _="BothRunning",S="LeftDone",A="RightDone",k=Symbol.for("effect/ChannelMergeState"),I={[k]:k},N=(e,t)=>{let n=Object.create(I);return n._tag=_,n.left=e,n.right=t,n},v=e=>{let t=Object.create(I);return t._tag=S,t.f=e,t},R=e=>{let t=Object.create(I);return t._tag=A,t.f=e,t};var O=n(18103);let w="Empty",C="Emit",D="Error",L="Done",x=e=>({_tag:w,notifyProducer:e}),P=e=>({_tag:C,notifyConsumers:e});class F{constructor(e){this.ref=e}awaitRead(){return o.flatten(b.JP(this.ref,e=>e._tag===w?[s.Tx(e.notifyProducer),e]:[o.void,e]))}get close(){return o.fiberIdWith(e=>this.error(r.G(e)))}done(e){return o.flatten(b.JP(this.ref,t=>{switch(t._tag){case w:return[s.Tx(t.notifyProducer),t];case C:return[o.forEach(t.notifyConsumers,t=>s.Py(t,l.kb(e)),{discard:!0}),{_tag:L,done:e}];case D:case L:return[o.interrupt,t]}}))}emit(e){return o.flatMap(s.L8(),t=>o.flatten(b.JP(this.ref,n=>{switch(n._tag){case w:return[s.Tx(n.notifyProducer),n];case C:{let r=n.notifyConsumers[0],a=n.notifyConsumers.slice(1);if(void 0!==r)return[s.Py(r,l.pG(e)),0===a.length?x(t):P(a)];throw Error("Bug: Channel.SingleProducerAsyncInput.emit - Queue was empty! please report an issue at https://github.com/Effect-TS/effect/issues")}case D:case L:return[o.interrupt,n]}})))}error(e){return o.flatten(b.JP(this.ref,t=>{switch(t._tag){case w:return[s.Tx(t.notifyProducer),t];case C:return[o.forEach(t.notifyConsumers,t=>s.AT(t,e),{discard:!0}),{_tag:D,cause:e}];case D:case L:return[o.interrupt,t]}}))}get take(){return this.takeWith(e=>u.AT(r.Tj(e,l.kb)),e=>u.Py(e),e=>u.fJ(l.pG(e)))}takeWith(e,t,n){return o.flatMap(s.L8(),r=>o.flatten(b.JP(this.ref,a=>{switch(a._tag){case w:return[o.zipRight(s.Py(a.notifyProducer,void 0),o.matchCause(s.Tx(r),{onFailure:e,onSuccess:l.YW({onLeft:n,onRight:t})})),P([r])];case C:return[o.matchCause(s.Tx(r),{onFailure:e,onSuccess:l.YW({onLeft:n,onRight:t})}),P([...a.notifyConsumers,r])];case D:return[o.succeed(e(a.cause)),a];case L:return[o.succeed(n(a.done)),a]}})))}}let M=()=>(0,h.Fs)(s.L8(),o.flatMap(e=>b.L8(x(e))),o.map(e=>new F(e)));var B=n(75275),U=n(30594),H=n(92937),G=n(84478),$=n(34279);let Y=(e,t,n)=>U.qI(U.uS(b.L8(()=>o.void)),r=>(0,h.Fs)(U.uS(o.uninterruptible(o.tap(e,e=>b.hZ(r,t=>n(e,t))))),U.qI(t),U.sz(e=>o.flatMap(b.Jt(r),t=>t(e))))),z=(0,h.XY)(2,(e,t)=>en(e,()=>t)),j=(0,h.XY)(2,(e,t)=>U.uP(e,e=>l.YW(r.vE(e),{onLeft:t,onRight:U.AT}))),W=(0,h.XY)(2,(e,t)=>U.Ny(e,t,()=>void 0,()=>void 0)),q=e=>{let t=U.u({onInput:()=>t,onFailure:U.AT,onDone:U.Py});return U.WK(e,t)},X=(0,h.XY)(2,(e,t)=>U.sz(e,()=>t)),V=(0,h.XY)(2,(e,t)=>U.Qr(e,{onFailure:e=>{let n=r.vE(e);switch(n._tag){case"Left":return t.onFailure(n.left);case"Right":return U.AT(n.right)}},onSuccess:t.onSuccess})),K=e=>eN(e.takeWith(U.AT,t=>U.qI(U.M9(t),()=>K(e)),U.Py)),Z=e=>U.DY(()=>J(e)),J=e=>(0,h.Fs)(U.uS(m.s(e)),U.qI(l.YW({onLeft:u.YW({onFailure:U.AT,onSuccess:U.B6}),onRight:t=>U.qI(U.M9(t),()=>J(e))}))),Q=()=>U.$5({onInput:e=>U.qI(U.M9(e),()=>Q()),onFailure:U.fJ,onDone:U.B6}),ee=(0,h.XY)(2,(e,t)=>ec(e,{other:U.uS(t),onSelfDone:e=>T.RS(o.suspend(()=>e)),onOtherDone:e=>T.RS(o.suspend(()=>e))})),et=(0,h.XY)(2,(e,t)=>ee(e,s.Tx(t))),en=(0,h.XY)(2,(e,t)=>U.qI(e,e=>U.OH(()=>t(e)))),er=(0,h.XY)(2,(e,t)=>ea(e,r.Tj(t))),ea=(0,h.XY)(2,(e,t)=>U.uP(e,e=>U.AT(t(e)))),ei=(0,h.XY)(2,(e,t)=>{let n=U.$5({onInput:e=>U.qI(U.M9(t(e)),()=>n),onFailure:U.fJ,onDone:U.B6});return U.WK(e,n)}),es=(0,h.XY)(2,(e,t)=>{let n=U.u({onInput:e=>(0,h.Fs)(U.uS(t(e)),U.qI(U.M9),U.qI(()=>n)),onFailure:U.AT,onDone:U.B6});return U.WK(e,n)}),eo=(0,h.XY)(3,(e,t,n)=>eR(r=>o.gen(function*(){let a=yield*M(),i=K(a),c=yield*m.Mm(n);yield*E.U9(r,m.n_(c));let u=yield*s.L8(),d=n===1/0?e=>h.D_:(yield*o.makeSemaphore(n)).withPermits,p=yield*i.pipe(U.WK(e),eS(r));yield*p.pipe(o.matchCauseEffect({onFailure:e=>m.x(c,o.failCause(e)),onSuccess:l.YW({onLeft:e=>o.zipRight(o.interruptible(d(n)(o.void)),o.asVoid(m.x(c,o.succeed(l.kb(e))))),onRight:e=>o.gen(function*(){let n=yield*s.L8(),a=yield*s.L8();yield*m.x(c,o.map(s.Tx(n),l.pG)),yield*s.Py(a,void 0).pipe(o.zipRight(o.uninterruptibleMask(n=>o.exit(n(s.Tx(u))).pipe(o.raceFirst(o.exit(n(t(e)))),o.flatMap(h.D_))).pipe(o.tapErrorCause(e=>s.AT(u,e)),o.intoDeferred(n))),d(1),o.forkIn(r)),yield*s.Tx(a)})})}),o.forever,o.interruptible,o.forkIn(r));let f=eN(o.matchCause(o.flatten(m.s(c)),{onFailure:U.AT,onSuccess:l.YW({onLeft:U.B6,onRight:e=>U.qI(U.M9(e),()=>f)})}));return U.wO(f,a)}))),el=(0,h.XY)(3,(e,t,n)=>(e=>(({bufferSize:e=16,concurrency:t,mergeStrategy:n=O.N4()})=>(a,i)=>eR(c=>o.gen(function*(){let u="unbounded"===t?Number.MAX_SAFE_INTEGER:t,p=yield*M(),g=K(p),y=yield*m.Mm(e);yield*E.U9(c,m.n_(y));let T=yield*m.dT();yield*E.U9(c,m.n_(T));let _=yield*b.L8(f.dv()),S=yield*s.L8(),A=(yield*o.makeSemaphore(u)).withPermits,k=yield*eS(U.WK(g,a),c);function I(e){return e.pipe(o.flatMap(l.YW({onLeft:e=>o.succeed(f.zN(e)),onRight:e=>o.as(m.x(y,o.succeed(l.pG(e))),f.dv())})),o.repeat({until:e=>f.Ru(e)}),o.flatMap(e=>b.yo(_,f.YW({onNone:()=>f.zN(e.value),onSome:t=>f.zN(i(t,e.value))}))),o.catchAllCause(e=>r.fT(e)?o.failCause(e):m.x(y,o.failCause(e)).pipe(o.zipRight(s.Py(S,void 0)),o.asVoid)))}yield*k.pipe(o.matchCauseEffect({onFailure:e=>m.x(y,o.failCause(e)).pipe(o.zipRight(o.succeed(!1))),onSuccess:l.YW({onLeft:e=>o.raceWith(o.interruptible(s.Tx(S)),o.interruptible(A(u)(o.void)),{onSelfDone:(e,t)=>o.as(d.G(t),!1),onOtherDone:(t,n)=>o.zipRight(d.G(n),b.Jt(_).pipe(o.flatMap(f.YW({onNone:()=>m.x(y,o.succeed(l.kb(e))),onSome:t=>m.x(y,o.succeed(l.kb(i(t,e))))})),o.as(!1)))}),onRight:e=>O.YW(n,{onBackPressure:()=>o.gen(function*(){let t=yield*s.L8(),n=o.scopedWith(t=>eS(U.WK(g,e),t).pipe(o.flatMap(e=>o.race(o.exit(I(e)),o.exit(o.interruptible(s.Tx(S))))),o.flatMap(h.D_)));return yield*s.Py(t,void 0).pipe(o.zipRight(n),A(1),o.forkIn(c)),yield*s.Tx(t),!(yield*s.$L(S))}),onBufferSliding:()=>o.gen(function*(){let t=yield*s.L8(),n=yield*s.L8(),r=yield*m.Ej(T);yield*m.s(T).pipe(o.flatMap(e=>s.Py(e,void 0)),o.when(()=>r>=u)),yield*m.x(T,t);let a=o.scopedWith(n=>eS(U.WK(g,e),n).pipe(o.flatMap(e=>o.exit(I(e)).pipe(o.race(o.exit(o.interruptible(s.Tx(S)))),o.race(o.exit(o.interruptible(s.Tx(t)))))),o.flatMap(h.D_)));return yield*s.Py(n,void 0).pipe(o.zipRight(a),A(1),o.forkIn(c)),yield*s.Tx(n),!(yield*s.$L(S))})})})}),o.repeat({while:e=>e}),o.forkIn(c));let N=(0,h.Fs)(m.s(y),o.flatten,o.matchCause({onFailure:U.AT,onSuccess:l.YW({onLeft:U.B6,onRight:e=>U.qI(U.M9(e),()=>N)})}),eN);return U.wO(N,p)})))(n)(e,h.Yi))(ei(e,t))),ec=(0,h.XY)(2,(e,t)=>eR(function(n){return o.gen(function*(){let r=yield*M(),a=K(r),i=yield*eS(U.WK(a,e),n),s=yield*eS(U.WK(a,t.other),n);function c(e,t,r){return(a,i,s)=>{function c(e){return e._tag===H.P?o.succeed(U.uS(o.zipRight(d.G(t),e.effect))):o.map(d.Tx(t),u.YW({onFailure:t=>U.uS(e.f(u.AT(t))),onSuccess:l.YW({onLeft:t=>U.uS(e.f(u.Py(t))),onRight:t=>eP(U.M9(t),p(s(e.f)))})}))}return u.YW(e,{onFailure:e=>c(a(u.AT(e))),onSuccess:l.YW({onLeft:e=>c(a(u.Py(e))),onRight:e=>o.succeed(U.qI(U.M9(e),()=>U.qI(U.uS(o.forkIn(o.interruptible(r),n)),e=>p(i(e,t)))))})})}}function p(e){switch(e._tag){case _:{let n=o.interruptible(d.fj(e.left)),r=o.interruptible(d.fj(e.right));return eN(o.raceWith(n,r,{onSelfDone:(n,r)=>o.zipRight(d.G(r),c(n,e.right,i)(t.onSelfDone,N,e=>v(e))),onOtherDone:(n,r)=>o.zipRight(d.G(r),c(n,e.left,s)(t.onOtherDone,(e,t)=>N(t,e),e=>R(e)))}))}case S:return eN(o.map(o.exit(s),u.YW({onFailure:t=>U.uS(e.f(u.AT(t))),onSuccess:l.YW({onLeft:t=>U.uS(e.f(u.Py(t))),onRight:t=>U.qI(U.M9(t),()=>p(v(e.f)))})})));case A:return eN(o.map(o.exit(i),u.YW({onFailure:t=>U.uS(e.f(u.AT(t))),onSuccess:l.YW({onLeft:t=>U.uS(e.f(u.Py(t))),onRight:t=>U.qI(U.M9(t),()=>p(R(e.f)))})})))}}return U.uS(o.withFiberRuntime(e=>{let t=o.withFiberRuntime(t=>(t.transferChildren(e.scope()),o.void)),r=o.interruptible(i).pipe(o.ensuring(t),o.forkIn(n)),a=o.interruptible(s).pipe(o.ensuring(t),o.forkIn(n));return o.zipWith(r,a,(e,t)=>N(e,t))})).pipe(U.qI(p),U.wO(r))})}));o.never;let eu=(0,h.XY)(2,(e,t)=>j(e,e=>U.pV(()=>r.F_(t(e))))),ed=(0,h.XY)(2,(e,t)=>j(e,t)),ep=(0,h.XY)(2,(e,t)=>U.DY(()=>{let n,a=U.$5({onInput:e=>U.qI(U.M9(e),()=>a),onFailure:e=>(n=eM(e),U.AT(r.F_(n))),onDone:U.B6}),i=U.u({onInput:e=>(0,h.Fs)(U.M9(e),U.qI(()=>i)),onFailure:e=>r.VY(e)&&eB(e.defect)&&c.aI(e.defect,n)?U.fJ(e.defect.error):U.AT(e),onDone:U.B6});return U.WK(U.WK(U.WK(e,a),t),i)})),eh=e=>U.qI(e,()=>eh(e)),ef=e=>o.scopedWith(t=>y.VO(e,t)),eg=e=>ef(q(e)),em=e=>o.scopeWith(t=>y.VO(e,t)),eb=e=>eN(o.uninterruptibleMask(t=>o.map(E.L8(),n=>U.Ih(o.tapErrorCause(t(E.X$(e,n)),e=>E.VN(n,u.AT(e))),(e,t)=>E.VN(n,t))))),eE=e=>ev(o.map(o.scope,t=>U.qI(U.uS(e(t)),U.M9))),ey=()=>U.DY(()=>{let e="",t=!1,n=U.u({onInput:r=>{let i,s=(i=[],a.Tj(r,n=>{if(0!==n.length){let r=0,a=n.indexOf("\r"),s=n.indexOf("\n");for(t&&(0===s?(i.push(e),e="",r=1,s=n.indexOf("\n",r)):e+="\r",t=!1);-1!==a||-1!==s;)-1===a||-1!==s&&s<a?(0===e.length?i.push(n.substring(r,s)):(i.push(e+n.substring(r,s)),e=""),r=s+1,s=n.indexOf("\n",r)):n.length===a+1?(t=!0,a=-1):s===a+1?(0===e.length?i.push(n.substring(r,a)):(e+=n.substring(r,a),i.push(e),e=""),r=a+2,a=n.indexOf("\r",r),s=n.indexOf("\n",r)):a=n.indexOf("\r",a+1);t?e+=n.substring(r,n.length-1):e+=n.substring(r,n.length)}}),a.Iv(i));return a.Im(s)?n:U.qI(U.M9(s),()=>n)},onFailure:t=>0===e.length?U.AT(t):U.qI(U.M9(a.of(e)),()=>U.AT(t)),onDone:t=>0===e.length?U.Py(t):U.qI(U.M9(a.of(e)),()=>U.Py(t))});return n}),eT=e=>ek(e),e_=e=>o.flatMap(o.scope,t=>eS(e,t)),eS=(0,h.XY)(2,(e,t)=>o.zip(o.sync(()=>new y.xM(e,void 0,h.D_)),o.runtime()).pipe(o.tap(([e,n])=>E.a6(t,t=>{let r=e.close(t);return void 0!==r?o.provide(r,n):o.void})),o.uninterruptible,o.map(([e])=>o.suspend(()=>eA(e.run(),e))))),eA=(e,t)=>{switch(e._tag){case G.PC:return u.YW(t.getDone(),{onFailure:o.failCause,onSuccess:e=>o.succeed(l.kb(e))});case G.AV:return o.succeed(l.pG(t.getEmit()));case G.Rc:return(0,h.Fs)(e.effect,o.flatMap(()=>eA(t.run(),t)));case G.db:return y._6(e,()=>eA(t.run(),t),e=>o.failCause(e))}},ek=e=>U.DY(()=>eI(e)),eI=e=>U.u({onInput:t=>U.qI(U.uS(m.x(e,l.pG(t))),()=>eI(e)),onFailure:t=>U.uS(m.x(e,l.kb(u.AT(t)))),onDone:t=>U.uS(m.x(e,l.kb(u.Py(t))))}),eN=e=>{let t;return t=U.uS(e),U.qI(t,h.D_)},ev=e=>U.sF(eb(e),(e,t)=>e,(e,t)=>e),eR=e=>U.sF(eE(e),(e,t)=>e,(e,t)=>e),eO=function(){let e="string"!=typeof arguments[0],t=e?arguments[1]:arguments[0],n=$.ZA(e?arguments[2]:arguments[1]),r=o.all([o.makeSpan(t,n),o.context(),o.clock,p.Jt(p.QY)]);if(e){let e=arguments[0];return Y(r,([t,n])=>U.Pp(e,i.WQ(n,$.Te,t)),([e,,t,n],r)=>B.ex(e,r,t,n))}return e=>Y(r,([t,n])=>U.Pp(e,i.WQ(n,$.Te,t)),([e,,t,n],r)=>B.ex(e,r,t,n))},ew=(...e)=>eC(a.Ts(e)),eC=e=>eD(0,e.length,e),eD=(e,t,n)=>e===t?U.rI:(0,h.Fs)(U.M9((0,h.Fs)(n,a.$v(e))),U.qI(()=>eD(e+1,t,n))),eL=(0,h.XY)(e=>U.IV(e[1]),(e,t,n)=>n?.concurrent?ec(e,{other:t,onSelfDone:e=>T.jD(t=>o.suspend(()=>u.yU(e,t))),onOtherDone:e=>T.jD(t=>o.suspend(()=>u.yU(t,e)))}):U.qI(e,e=>en(t,t=>[e,t]))),ex=(0,h.XY)(e=>U.IV(e[1]),(e,t,n)=>n?.concurrent?en(eL(e,t,{concurrent:!0}),e=>e[0]):U.qI(e,e=>z(t,e))),eP=(0,h.XY)(e=>U.IV(e[1]),(e,t,n)=>n?.concurrent?en(eL(e,t,{concurrent:!0}),e=>e[1]):U.qI(e,()=>t)),eF=Symbol.for("effect/Channel/ChannelException"),eM=e=>({_tag:"ChannelException",[eF]:eF,error:e}),eB=e=>(0,g.i5)(e,eF)},6710:(e,t,n)=>{"use strict";n.d(t,{L8:()=>i});var r=n(63928),a=n(18896);let i=(...e)=>e;r.PV,a.PV},6801:(e,t,n)=>{"use strict";n.d(t,{K:()=>r});let r=["AElig","AMP","Aacute","Acirc","Agrave","Aring","Atilde","Auml","COPY","Ccedil","ETH","Eacute","Ecirc","Egrave","Euml","GT","Iacute","Icirc","Igrave","Iuml","LT","Ntilde","Oacute","Ocirc","Ograve","Oslash","Otilde","Ouml","QUOT","REG","THORN","Uacute","Ucirc","Ugrave","Uuml","Yacute","aacute","acirc","acute","aelig","agrave","amp","aring","atilde","auml","brvbar","ccedil","cedil","cent","copy","curren","deg","divide","eacute","ecirc","egrave","eth","euml","frac12","frac14","frac34","gt","iacute","icirc","iexcl","igrave","iquest","iuml","laquo","lt","macr","micro","middot","nbsp","not","ntilde","oacute","ocirc","ograve","ordf","ordm","oslash","otilde","ouml","para","plusmn","pound","quot","raquo","reg","sect","shy","sup1","sup2","sup3","szlig","thorn","times","uacute","ucirc","ugrave","uml","uuml","yacute","yen","yuml"]},7370:(e,t,n)=>{"use strict";n.d(t,{G1:()=>s,PW:()=>a,Y:()=>r});let r=i("end"),a=i("start");function i(e){return function(t){let n=t&&t.position&&t.position[e]||{};if("number"==typeof n.line&&n.line>0&&"number"==typeof n.column&&n.column>0)return{line:n.line,column:n.column,offset:"number"==typeof n.offset&&n.offset>-1?n.offset:void 0}}}function s(e){let t=a(e),n=r(e);if(t&&n)return{start:t,end:n}}},7659:(e,t,n)=>{"use strict";function r(e,t){let n=String(e),r=n.indexOf(t),a=r,i=0,s=0;if("string"!=typeof t)throw TypeError("Expected substring");for(;-1!==r;)r===a?++i>s&&(s=i):i=1,a=r+t.length,r=n.indexOf(t,a);return s}n.d(t,{D:()=>r})},8039:(e,t,n)=>{"use strict";e.exports=n(65538)},8285:(e,t,n)=>{"use strict";n.d(t,{Em:()=>i,MS:()=>a,Xs:()=>o});var r=n(77519);r.$n,r.O4,r.TW,r.le;let a=r.MS,i=r.Em;r.Pe;let s=r.C6;r.bw;class o extends s{}},8481:(e,t,n)=>{"use strict";n.d(t,{F6:()=>v,In:()=>m,L8:()=>y,Ps:()=>h,Tx:()=>O,Ui:()=>N,Vh:()=>I,YW:()=>b,Zd:()=>u,_n:()=>s,b8:()=>f,dv:()=>T,hY:()=>R,qB:()=>k,qg:()=>_,rS:()=>c,sS:()=>g,sd:()=>l,zb:()=>o});var r=n(67172),a=n(70830),i=n(42749);let s=1,o=2,l=4,c=16,u=32,d=[0,1,2,4,16,32],p=e=>{switch(e){case u:return"CooperativeYielding";case c:return"WindDown";case l:return"RuntimeMetrics";case o:return"OpSupervision";case s:return"Interruption";case 0:return"None"}},h=e=>E(e,u),f=(0,r.XY)(2,(e,t)=>e&~t),g=(0,r.XY)(2,(e,t)=>e|t),m=e=>b(e)&&!A(e),b=e=>E(e,s),E=(0,r.XY)(2,(e,t)=>(e&t)!=0),y=(...e)=>e.reduce((e,t)=>e|t,0),T=y(0),_=e=>E(e,l),S=e=>new Set(d.filter(t=>E(e,t))),A=e=>E(e,c),k=e=>S(i.vu(e)&i.Sn(e)),I=e=>S(i.vu(e)&~i.Sn(e)),N=(0,r.XY)(2,(e,t)=>i.L8(e^t,t)),v=(0,r.XY)(2,(e,t)=>e&(i.B8(i.vu(t))|i.Sn(t))|i.vu(t)&i.Sn(t)),R=e=>{let t=Array.from(k(e)).map(e=>p(e)).join(", "),n=Array.from(I(e)).map(e=>p(e)).join(", ");return`RuntimeFlagsPatch(enabled = (${t}), disabled = (${n}))`},O=a.L8({empty:i.Ie,diff:(e,t)=>N(e,t),combine:(e,t)=>i.hg(t)(e),patch:(e,t)=>v(t,e)})},8516:(e,t,n)=>{"use strict";n.d(t,{QZ:()=>eA,qI:()=>ev,yS:()=>ew,Tj:()=>eC,L5:()=>eD,Py:()=>eL,OH:()=>ex,DG:()=>eO,OY:()=>eF});var r=n(86359),a=n(50995),i=n(49433),s=n(36185),o=n(88916),l=n(10592),c=n(75055),u=n(67172),d=n(33268),p=n(50344),h=n(95329),f=n(30594),g=n(16841),m=n(77519),b=n(97671),E=n(94828),y=n(96989),T=n(13459);let _="Invalid",S="ReadWrite",A=e=>{for(let t of e)T.cd(t[1])},k=e=>{let t="ReadOnly";for(let[,n]of e)if((t=T.If(n)?_:T.Hq(n)?S:t)===_)break;return t},I="WithSTMRuntime",N="OnFailure",v="OnRetry",R="OnSuccess",O="Sync",w="Succeed",C="Retry",D="Fail",L="Interrupt",x="Fail",P="Interrupt",F="Succeed",M="Retry",B="Done",U="Suspend";var H=n(48905);let G="Done",$="Interrupted",Y="Running",z="effect/STM/State",j=Symbol.for(z),W=e=>(0,H.i5)(e,j),q=e=>({[j]:j,_tag:G,exit:e,[d.HR](){return(0,u.Fs)(d.tW(z),d.kg(d.tW(G)),d.kg(d.tW(e)),d.PO(this))},[o.HR]:t=>W(t)&&t._tag===G&&o.aI(e,t.exit)}),X=(0,u.Fs)(d.tW(z),d.kg(d.tW($)),d.kg(d.tW("interrupted"))),V={[j]:j,_tag:$,[d.HR]:()=>X,[o.HR]:e=>W(e)&&e._tag===$},K=(0,u.Fs)(d.tW(z),d.kg(d.tW(Y)),d.kg(d.tW("running"))),Z={[j]:j,_tag:Y,[d.HR]:()=>K,[o.HR]:e=>W(e)&&e._tag===Y},J=e=>{switch(e._tag){case x:return q(l.fJ(e.error));case"Die":return q(l.F_(e.defect));case P:return q(l.G(e.fiberId));case F:return q(l.Py(e.value));case M:throw Error("BUG: STM.STMState.fromTExit - please report an issue at https://github.com/Effect-TS/effect/issues")}},Q="effect/TExit",ee=Symbol.for(Q),et={_A:e=>e,_E:e=>e},en=e=>(0,H.i5)(e,ee),er=e=>({[ee]:et,_tag:x,error:e,[d.HR](){return(0,u.Fs)(d.tW(Q),d.kg(d.tW(x)),d.kg(d.tW(e)),d.PO(this))},[o.HR]:t=>en(t)&&t._tag===x&&o.aI(e,t.error)}),ea=e=>({[ee]:et,_tag:"Die",defect:e,[d.HR](){return(0,u.Fs)(d.tW(Q),d.kg(d.tW("Die")),d.kg(d.tW(e)),d.PO(this))},[o.HR]:t=>en(t)&&"Die"===t._tag&&o.aI(e,t.defect)}),ei=e=>({[ee]:et,_tag:P,fiberId:e,[d.HR](){return(0,u.Fs)(d.tW(Q),d.kg(d.tW(P)),d.kg(d.tW(e)),d.PO(this))},[o.HR]:t=>en(t)&&t._tag===P&&o.aI(e,t.fiberId)}),es=e=>({[ee]:et,_tag:F,value:e,[d.HR](){return(0,u.Fs)(d.tW(Q),d.kg(d.tW(F)),d.kg(d.tW(e)),d.PO(this))},[o.HR]:t=>en(t)&&t._tag===F&&o.aI(e,t.value)}),eo=(0,u.Fs)(d.tW(Q),d.kg(d.tW(M)),d.kg(d.tW("retry"))),el={[ee]:et,_tag:M,[d.HR]:()=>eo,[o.HR]:e=>en(e)&&e._tag===M},ec=e=>({_tag:U,journal:e}),eu={ref:0},ed=Symbol.for("effect/STM"),ep={_R:e=>e,_E:e=>e,_A:e=>e};class eh{static{i.EffectTypeId}get[ed](){return ep}constructor(e){this._op=b.kK,this.effect_instruction_i1=void 0,this.effect_instruction_i2=void 0,this.effect_instruction_i0=e,this[i.EffectTypeId]=m.Hs,this[m.O4]=ep,this[y.TW]=ep,this[f.le]=ep}[o.HR](e){return this===e}[d.HR](){return d.PO(this,d.yT(this))}[Symbol.iterator](){return new E.B(new h.WT(this))}commit(){return ef(this,u.Yi,u.Yi)}pipe(){return(0,p.tT)(this,arguments)}}let ef=(e,t,n)=>(0,g.$we)(r=>{let a=r.id(),s=r.getFiberRef(c.Fi),o=r.getFiberRef(c.X_),l=r.getFiberRef(c.QP),d=eg(a,e,s,o,l);switch(d._tag){case B:return t(d.exit),d.exit;case U:{let r,c=(r=eu.ref+1,eu.ref=r,r),d={value:Z},p=i.async(t=>em(a,e,c,d,s,o,l,t));return i.uninterruptibleMask(e=>(0,u.Fs)(e(p),i.catchAllCause(e=>{let r=d.value;return r._tag===Y&&(d.value=V),(r=d.value)._tag===G?(t(r.exit),r.exit):(n(),i.failCause(e))})))}}}),eg=(e,t,n,a,i)=>{let s=new Map,o=new ey(t,s,e,n).run(),c=k(s);if(c===S&&o._tag===F)A(s);else if(c===_)throw Error("BUG: STM.TryCommit.tryCommitSync - please report an issue at https://github.com/Effect-TS/effect/issues");switch(o._tag){case F:return eb(l.Py(o.value),s,a,i);case x:{let e=r.fJ(o.error);return eb(l.AT(e),s,a,i)}case"Die":{let e=r.F_(o.defect);return eb(l.AT(e),s,a,i)}case P:{let t=r.G(e);return eb(l.AT(t),s,a,i)}case M:return ec(s)}},em=(e,t,n,a,i,s,o,c)=>{if(a.value._tag===Y){let u=((e,t,n,a,i,s)=>{let o=new Map,c=new ey(t,o,e,a).run(),u=k(o);if(u===S)A(o);else if(u===_)throw Error("BUG: STM.TryCommit.tryCommit - please report an issue at https://github.com/Effect-TS/effect/issues");switch(c._tag){case F:return n.value=J(c),eb(l.Py(c.value),o,i,s);case x:{n.value=J(c);let e=r.fJ(c.error);return eb(l.AT(e),o,i,s)}case"Die":{n.value=J(c);let e=r.F_(c.defect);return eb(l.AT(e),o,i,s)}case P:{n.value=J(c);let t=r.G(e);return eb(l.AT(t),o,i,s)}case M:return ec(o)}})(e,t,a,i,s,o);switch(u._tag){case B:eE(u.exit,c);break;case U:((e,t,n)=>{for(let[,r]of t)r.ref.todos.has(e)||r.ref.todos.set(e,n)})(n,u.journal,()=>em(e,t,n,a,i,s,o,c))}}},eb=(e,t,n,r)=>{let a=(e=>{let t=new Map;for(let[,n]of e){for(let e of n.ref.todos)t.set(e[0],e[1]);n.ref.todos=new Map}return t})(t);return a.size>0&&n.scheduleTask(()=>(e=>{for(let[t,n]of Array.from(e.entries()).sort((e,t)=>e[0]-t[0]))n()})(a),r),{_tag:B,exit:e}},eE=(e,t)=>{t(e)};class ey{constructor(e,t,n,r){this.contStack=[],this.self=e,this.journal=t,this.fiberId=n,this.env=r}getEnv(){return this.env}pushStack(e){this.contStack.push(e)}popStack(){return this.contStack.pop()}nextSuccess(){let e=this.popStack();for(;void 0!==e&&e.effect_instruction_i0!==R;)e=this.popStack();return e}nextFailure(){let e=this.popStack();for(;void 0!==e&&e.effect_instruction_i0!==N;)e=this.popStack();return e}nextRetry(){let e=this.popStack();for(;void 0!==e&&e.effect_instruction_i0!==v;)e=this.popStack();return e}run(){let e,t=this.self;for(;void 0===e&&void 0!==t;)try{let n=t;if(n)switch(n._op){case"Tag":t=eA((e,t,r)=>a.$v(r,n));break;case"Left":t=eI(n.left);break;case"None":t=eI(new r.kJ);break;case"Right":t=eL(n.right);break;case"Some":t=eL(n.value);break;case"Commit":switch(n.effect_instruction_i0){case"Die":e=ea((0,h.sn)(()=>n.effect_instruction_i1()));break;case D:{let r=this.nextFailure();void 0===r?e=er((0,h.sn)(()=>n.effect_instruction_i1())):t=(0,h.sn)(()=>r.effect_instruction_i2((0,h.sn)(()=>n.effect_instruction_i1())));break}case C:{let n=this.nextRetry();void 0===n?e=el:t=(0,h.sn)(()=>n.effect_instruction_i2());break}case L:e=ei(this.fiberId);break;case I:t=(0,h.sn)(()=>n.effect_instruction_i1(this));break;case R:case N:case v:this.pushStack(n),t=n.effect_instruction_i1;break;case"Provide":{let e=this.env;this.env=(0,h.sn)(()=>n.effect_instruction_i2(e)),t=(0,u.Fs)(n.effect_instruction_i1,ek(ex(()=>this.env=e)));break}case w:{let r=n.effect_instruction_i1,a=this.nextSuccess();void 0===a?e=es(r):t=(0,h.sn)(()=>a.effect_instruction_i2(r));break}case O:{let r=(0,h.sn)(()=>n.effect_instruction_i1()),a=this.nextSuccess();void 0===a?e=es(r):t=(0,h.sn)(()=>a.effect_instruction_i2(r))}}}}catch(e){t=e_(e)}return e}}let eT=(0,u.XY)(2,(e,t)=>{let n=new eh(N);return n.effect_instruction_i1=e,n.effect_instruction_i2=t,n}),e_=e=>eS(()=>e),eS=e=>{let t=new eh("Die");return t.effect_instruction_i1=e,t},eA=e=>eO(t=>eL(e(t.journal,t.fiberId,t.getEnv()))),ek=(0,u.XY)(2,(e,t)=>eR(e,{onFailure:e=>eP(t,eI(e)),onSuccess:e=>eP(t,eL(e))})),eI=e=>eN(()=>e),eN=e=>{let t=new eh(D);return t.effect_instruction_i1=e,t},ev=(0,u.XY)(2,(e,t)=>{let n=new eh(R);return n.effect_instruction_i1=e,n.effect_instruction_i2=t,n}),eR=(0,u.XY)(2,(e,{onFailure:t,onSuccess:n})=>(0,u.Fs)(e,eC(s.pG),eT(e=>(0,u.Fs)(t(e),eC(s.kb))),ev(e=>{switch(e._tag){case"Left":return eL(e.left);case"Right":return n(e.right)}}))),eO=e=>{let t=new eh(I);return t.effect_instruction_i1=e,t},ew=e=>{let t=new eh(L);return t.effect_instruction_i1=e,t},eC=(0,u.XY)(2,(e,t)=>(0,u.Fs)(e,ev(e=>ex(()=>t(e))))),eD=new eh(C),eL=e=>{let t=new eh(w);return t.effect_instruction_i1=e,t},ex=e=>{let t=new eh(O);return t.effect_instruction_i1=e,t},eP=(0,u.XY)(2,(e,t)=>(0,u.Fs)(e,ev(()=>t))),eF=(0,u.XY)(3,(e,t,n)=>(0,u.Fs)(e,ev(e=>(0,u.Fs)(t,eC(t=>n(e,t))))))},8844:(e,t,n)=>{"use strict";n.d(t,{HG:()=>i,L8:()=>d,U9:()=>s,VN:()=>l,X$:()=>c,Zy:()=>u,a6:()=>o});var r=n(16841),a=n(83762);r.kWD,r.APi;let i=a.DL,s=r.iLB,o=r.Uio,l=r.vDJ,c=a.v_,u=r.Z$R;a.md;let d=a.RW},9580:(e,t,n)=>{"use strict";n.d(t,{F6:()=>y,Ie:()=>d,Ui:()=>b,kg:()=>E,zo:()=>o});var r=n(55060),a=n(88916),i=n(67172),s=n(30818);let o=Symbol.for("effect/DifferReadonlyArrayPatch");function l(e){return e}let c={...s.wC.prototype,[o]:{_Value:l,_Patch:l}},u=Object.create(Object.assign(Object.create(c),{_tag:"Empty"})),d=()=>u,p=Object.assign(Object.create(c),{_tag:"AndThen"}),h=Object.assign(Object.create(c),{_tag:"Append"}),f=Object.assign(Object.create(c),{_tag:"Slice"}),g=Object.assign(Object.create(c),{_tag:"Update"}),m=(e,t)=>{let n=Object.create(g);return n.index=e,n.patch=t,n},b=e=>{var t,n;let i,s,o=0,l=d();for(;o<e.oldValue.length&&o<e.newValue.length;){let t=e.oldValue[o],n=e.newValue[o],r=e.differ.diff(t,n);a.aI(r,e.differ.empty)||(l=E(l,m(o,r))),o+=1}return o<e.oldValue.length&&(l=E(l,(t=o,(i=Object.create(f)).from=0,i.until=t,i))),o<e.newValue.length&&(l=E(l,(n=r.gv(o)(e.newValue),(s=Object.create(h)).values=n,s))),l},E=i.XY(2,(e,t)=>{let n;return(n=Object.create(p)).first=e,n.second=t,n}),y=i.XY(3,(e,t,n)=>{if("Empty"===e._tag)return t;let a=t.slice(),i=r.of(e);for(;r.EI(i);){let e=r.v4(i),t=r.Rx(i);switch(e._tag){case"Empty":i=t;break;case"AndThen":t.unshift(e.first,e.second),i=t;break;case"Append":for(let t of e.values)a.push(t);i=t;break;case"Slice":a=a.slice(e.from,e.until),i=t;break;case"Update":a[e.index]=n.patch(e.patch,a[e.index]),i=t}}return a})},9733:(e,t,n)=>{"use strict";n.d(t,{eY:()=>A,jT:()=>V,oE:()=>ec,Tr:()=>X,Ie:()=>C,bV:()=>K,jO:()=>W,Si:()=>eh,pb:()=>el,x1:()=>eu,i8:()=>ed,qI:()=>ei,jJ:()=>es,Ts:()=>L,Jt:()=>F,Zd:()=>M,zy:()=>U,it:()=>G,Fp:()=>H,Im:()=>P,Fu:()=>x,HP:()=>z,L8:()=>D,Tj:()=>ea,JP:()=>ee,qt:()=>J,Nt:()=>Q,Tk:()=>Z,TS:()=>eo,TF:()=>en,kg:()=>er,hZ:()=>$,Ej:()=>q,zN:()=>ep,KC:()=>et,$v:()=>B,zu:()=>j});var r=n(88916),a=n(67172),i=n(33268),s=n(61296),o=n(80905),l=n(50344),c=n(48905);function u(e,t){var n;return n=e&t-1,n-=n>>1&0x55555555,n=(n=(0x33333333&n)+(n>>2&0x33333333))+(n>>4)&0xf0f0f0f,n+=n>>8,127&(n+=n>>16)}let d=(e,t)=>({value:e,previous:t});function p(e,t,n,r){let a=r;if(!e){let e=r.length;a=Array(e);for(let t=0;t<e;++t)a[t]=r[t]}return a[t]=n,a}function h(e,t,n){let r=n.length-1,a=0,i=0,s=n;if(e)a=i=t;else for(s=Array(r);a<t;)s[i++]=n[a++];for(++a;a<=r;)s[i++]=n[a++];return e&&(s.length=r),s}class f{modify(e,t,n,r,a,i){let s=n(o.dv());return o.$I(s)?new f:(++i.value,new b(e,r,a,s))}constructor(){this._tag="EmptyNode"}}function g(e){return(0,c.$J)(e,"EmptyNode")}function m(e,t){return!g(e)&&t===e.edit}class b{constructor(e,t,n,r){this._tag="LeafNode",this.edit=e,this.hash=t,this.key=n,this.value=r}modify(e,t,n,a,i,s){if((0,r.aI)(i,this.key)){let t=n(this.value);return t===this.value?this:o.$I(t)?(--s.value,new f):m(this,e)?(this.value=t,this):new b(e,a,i,t)}let l=n(o.dv());return o.$I(l)?this:(++s.value,_(e,t,this.hash,this,a,new b(e,a,i,l)))}}class E{constructor(e,t,n){this._tag="CollisionNode",this.edit=e,this.hash=t,this.children=n}modify(e,t,n,r,a,i){if(r===this.hash){let t=m(this,e),r=this.updateCollisionList(t,e,this.hash,this.children,n,a,i);return r===this.children?this:r.length>1?new E(e,this.hash,r):r[0]}let s=n(o.dv());return o.$I(s)?this:(++i.value,_(e,t,this.hash,this,r,new b(e,r,a,s)))}updateCollisionList(e,t,n,a,i,s,l){let c=a.length;for(let u=0;u<c;++u){let c=a[u];if("key"in c&&(0,r.aI)(s,c.key)){let r=c.value,d=i(r);if(d===r)return a;if(o.$I(d))return--l.value,h(e,u,a);return p(e,u,new b(t,n,s,d),a)}}let u=i(o.dv());return o.$I(u)?a:(++l.value,p(e,c,new b(t,n,s,u),a))}}class y{constructor(e,t,n){this._tag="IndexedNode",this.edit=e,this.mask=t,this.children=n}modify(e,t,n,r,a,i){let s,o=this.mask,l=this.children,c=r>>>t&31,d=1<<c,b=u(o,d),E=o&d,_=m(this,e);if(!E){let s=new f().modify(e,t+5,n,r,a,i);return s?l.length>=16?function(e,t,n,r,a){let i=[],s=r,o=0;for(let e=0;s;++e)1&s&&(i[e]=a[o++]),s>>>=1;return i[t]=n,new T(e,o+1,i)}(e,c,s,o,l):new y(e,o|d,function(e,t,n,r){let a=r.length;if(e){let e=a;for(;e>=t;)r[e--]=r[e];return r[t]=n,r}let i=0,s=0,o=Array(a+1);for(;i<t;)o[s++]=r[i++];for(o[t]=n;i<a;)o[++s]=r[i++];return o}(_,b,s,l)):this}let S=l[b],A=S.modify(e,t+5,n,r,a,i);if(S===A)return this;let k=o;if(g(A)){var I;if(!(k&=~d))return new f;if(l.length<=2&&(g(I=l[1^b])||"LeafNode"===I._tag||"CollisionNode"===I._tag))return l[1^b];s=h(_,b,l)}else s=p(_,b,A,l);return _?(this.mask=k,this.children=s,this):new y(e,k,s)}}class T{constructor(e,t,n){this._tag="ArrayNode",this.edit=e,this.size=t,this.children=n}modify(e,t,n,r,a,i){let s,o=this.size,l=this.children,c=r>>>t&31,u=l[c],d=(u||new f).modify(e,t+5,n,r,a,i);if(u===d)return this;let h=m(this,e);if(g(u)&&!g(d))++o,s=p(h,c,d,l);else if(!g(u)&&g(d)){if(--o<=8)return function(e,t,n,r){let a=Array(t-1),i=0,s=0;for(let e=0,t=r.length;e<t;++e)if(e!==n){let t=r[e];t&&!g(t)&&(a[i++]=t,s|=1<<e)}return new y(e,s,a)}(e,o,c,l);s=p(h,c,new f,l)}else s=p(h,c,d,l);return h?(this.size=o,this.children=s,this):new T(e,o,s)}}function _(e,t,n,r,a,i){let s,o=t;for(;;){let t=function(e,t,n,r,a,i){if(n===a)return new E(e,n,[i,r]);let s=n>>>t&31,o=a>>>t&31;return s===o?t=>new y(e,1<<s|1<<o,[t]):new y(e,1<<s|1<<o,s<o?[r,i]:[i,r])}(e,o,n,r,a,i);if("function"==typeof t)s=d(t,s),o+=5;else{let e=t;for(;null!=s;)e=s.value(e),s=s.previous;return e}}}let S="effect/HashMap",A=Symbol.for(S),k={[A]:A,[Symbol.iterator](){return new N(this,(e,t)=>[e,t])},[i.HR](){let e=i.tW(S);for(let t of this)e^=(0,a.Fs)(i.tW(t[0]),i.kg(i.tW(t[1])));return i.PO(this,e)},[r.HR](e){if(x(e)){if(e._size!==this._size)return!1;for(let t of this){let n=(0,a.Fs)(e,M(t[0],i.tW(t[0])));if(o.$I(n)||!r.aI(t[1],n.value))return!1}return!0}return!1},toString(){return(0,s.GP)(this.toJSON())},toJSON(){return{_id:"HashMap",values:Array.from(this).map(s.U2)}},[s.FX](){return this.toJSON()},pipe(){return(0,l.tT)(this,arguments)}},I=(e,t,n,r)=>{let a=Object.create(k);return a._editable=e,a._edit=t,a._root=n,a._size=r,a};class N{constructor(e,t){this.map=e,this.f=t,this.v=R(this.map._root,this.f,void 0)}next(){if(o.$I(this.v))return{done:!0,value:void 0};let e=this.v.value;return this.v=v(e.cont),{done:!1,value:e.value}}[Symbol.iterator](){return new N(this.map,this.f)}}let v=e=>e?O(e[0],e[1],e[2],e[3],e[4]):o.dv(),R=(e,t,n)=>{switch(e._tag){case"LeafNode":if(o.Ru(e.value))return o.zN({value:t(e.key,e.value.value),cont:n});return v(n);case"CollisionNode":case"ArrayNode":case"IndexedNode":{let r=e.children;return O(r.length,r,0,t,n)}default:return v(n)}},O=(e,t,n,r,a)=>{for(;n<e;){let i=t[n++];if(i&&!g(i))return R(i,r,[e,t,n,r,a])}return v(a)},w=I(!1,0,new f,0),C=()=>w,D=(...e)=>L(e),L=e=>{let t=V(C());for(let n of e)$(t,n[0],n[1]);return K(t)},x=e=>(0,c.i5)(e,A),P=e=>e&&g(e._root),F=a.XY(2,(e,t)=>M(e,t,i.tW(t))),M=a.XY(3,(e,t,n)=>{let a=e._root,i=0;for(;;)switch(a._tag){case"LeafNode":return r.aI(t,a.key)?a.value:o.dv();case"CollisionNode":if(n===a.hash){let e=a.children;for(let n=0,a=e.length;n<a;++n){let a=e[n];if("key"in a&&r.aI(t,a.key))return a.value}}return o.dv();case"IndexedNode":{let e=1<<(n>>>i&31);if(a.mask&e){a=a.children[u(a.mask,e)],i+=5;break}return o.dv()}case"ArrayNode":if(a=a.children[n>>>i&31]){i+=5;break}return o.dv();default:return o.dv()}}),B=a.XY(2,(e,t)=>{let n=M(e,t,i.tW(t));if(o.$I(n))throw Error("Expected map to contain key");return n.value}),U=a.XY(2,(e,t)=>o.Ru(M(e,t,i.tW(t)))),H=a.XY(3,(e,t,n)=>o.Ru(M(e,t,n))),G=a.XY(2,(e,t)=>o.Ru(ed(e,t))),$=a.XY(3,(e,t,n)=>J(e,t,()=>o.zN(n))),Y=a.XY(3,(e,t,n)=>e._editable?(e._root=t,e._size=n,e):t===e._root?e:I(e._editable,e._edit,t,n)),z=e=>new N(e,e=>e),j=e=>new N(e,(e,t)=>t),W=e=>new N(e,(e,t)=>[e,t]),q=e=>e._size,X=a.XY(2,(e,t)=>{let n=0;for(let[r,a]of e)t(a,r)&&n++;return n}),V=e=>I(!0,e._edit+1,e._root,e._size),K=e=>(e._editable=!1,e),Z=a.XY(2,(e,t)=>{let n=V(e);return t(n),K(n)}),J=a.XY(3,(e,t,n)=>Q(e,t,i.tW(t),n)),Q=a.XY(4,(e,t,n,r)=>{let i={value:e._size},s=e._root.modify(e._editable?e._edit:NaN,0,r,n,t,i);return(0,a.Fs)(e,Y(s,i.value))}),ee=a.XY(3,(e,t,n)=>J(e,t,o.Tj(n))),et=a.XY(2,(e,t)=>{let n=V(e);return es(t,(e,t)=>$(n,t,e)),K(n)}),en=a.XY(2,(e,t)=>J(e,t,o.dv)),er=a.XY(2,(e,t)=>Z(e,e=>{for(let n of t)en(n)(e)})),ea=a.XY(2,(e,t)=>eo(e,C(),(e,n,r)=>$(e,r,t(n,r)))),ei=a.XY(2,(e,t)=>eo(e,C(),(e,n,r)=>Z(e,e=>es(t(n,r),(t,n)=>$(e,n,t))))),es=a.XY(2,(e,t)=>eo(e,void 0,(e,n,r)=>t(n,r))),eo=a.XY(3,(e,t,n)=>{let r,a=e._root;if("LeafNode"===a._tag)return o.Ru(a.value)?n(t,a.value.value,a.key):t;if("EmptyNode"===a._tag)return t;let i=[a.children];for(;r=i.pop();)for(let e=0,a=r.length;e<a;){let a=r[e++];a&&!g(a)&&("LeafNode"===a._tag?o.Ru(a.value)&&(t=n(t,a.value.value,a.key)):i.push(a.children))}return t}),el=a.XY(2,(e,t)=>Z(C(),n=>{for(let[r,a]of e)t(a,r)&&$(n,r,a)})),ec=e=>eu(e,a.D_),eu=a.XY(2,(e,t)=>Z(C(),n=>{for(let[r,a]of e){let e=t(a,r);o.Ru(e)&&$(n,r,e.value)}})),ed=a.XY(2,(e,t)=>{for(let n of e)if(t(n[1],n[0]))return o.zN(n);return o.dv()}),ep=a.XY(2,(e,t)=>{for(let n of e)if(t(n[1],n[0]))return!0;return!1}),eh=a.XY(2,(e,t)=>!ep(e,(e,n)=>!t(e,n)))},9977:(e,t,n)=>{"use strict";n.d(t,{F6:()=>b,Ie:()=>d,Ui:()=>g,kg:()=>m,os:()=>o});var r=n(95793),a=n(67172),i=n(70564),s=n(30818);let o=Symbol.for("effect/DifferHashSetPatch");function l(e){return e}let c={...s.wC.prototype,[o]:{_Value:l,_Key:l,_Patch:l}},u=Object.create(Object.assign(Object.create(c),{_tag:"Empty"})),d=()=>u,p=Object.assign(Object.create(c),{_tag:"AndThen"}),h=Object.assign(Object.create(c),{_tag:"Add"}),f=Object.assign(Object.create(c),{_tag:"Remove"}),g=(e,t)=>{let[n,r]=i.TS([e,d()],([e,t],n)=>{let r;return i.zy(n)(e)?[i.TF(n)(e),t]:[e,m(((r=Object.create(h)).value=n,r))(t)]})(t);return i.TS(r,(e,t)=>{let n;return m(((n=Object.create(f)).value=t,n))(e)})(n)},m=a.XY(2,(e,t)=>{let n;return(n=Object.create(p)).first=e,n.second=t,n}),b=a.XY(2,(e,t)=>{if("Empty"===e._tag)return t;let n=t,a=r.of(e);for(;r.J_(a);){let e=r.v4(a),t=r.Rx(a);switch(e._tag){case"Empty":a=t;break;case"AndThen":a=r.Hs(e.first)(r.Hs(e.second)(t));break;case"Add":n=i.WQ(e.value)(n),a=t;break;case"Remove":n=i.TF(e.value)(n),a=t}}return n})},10592:(e,t,n)=>{"use strict";n.d(t,{AT:()=>u,Bq:()=>d,Cw:()=>p,F_:()=>l,G:()=>h,N6:()=>i,OY:()=>_,Py:()=>b,Q7:()=>o,Tj:()=>f,Uc:()=>g,YW:()=>m,aN:()=>T,b9:()=>a,fJ:()=>c,oJ:()=>s,rI:()=>E,yU:()=>y});var r=n(16841);let a=r.h0c,i=r.VE1,s=r.CoE;r.dWJ,r.VuY,r.Hox,r.n9O;let o=r.Q9S,l=r.V2G;r.JUF;let c=r.Rkt,u=r.cbD;r.ygP,r.NG;let d=r.T12,p=r.m_i;r.eec,r.Cau,r.t9n;let h=r._sz,f=r.v9O,g=r.EkE;r.zPu,r.o7R;let m=r.Wtn;r.dDX;let b=r.xtk,E=r.x5l,y=r.cpb;r.TBR;let T=r.il9;r.pLZ,r.CrW,r.$sd;let _=r.wnO},12840:(e,t,n)=>{"use strict";n.d(t,{AT:()=>D,Bh:()=>O,FW:()=>Y,GP:()=>T,Gg:()=>q,Ik:()=>en,KB:()=>w,Lv:()=>k,NW:()=>W,Py:()=>Q,QV:()=>y,Tj:()=>G,UX:()=>U,VM:()=>F,Vw:()=>R,WK:()=>$,YW:()=>z,Y_:()=>v,Zh:()=>I,Zm:()=>j,_g:()=>K,ab:()=>Z,fJ:()=>C,fj:()=>H,gt:()=>N,h5:()=>J,id:()=>x,j9:()=>V,nA:()=>M,pH:()=>A,qV:()=>et,rI:()=>ee,sA:()=>S,tx:()=>B,uS:()=>L,wt:()=>X,zq:()=>P});var r=n(30990),a=n(36185),i=n(10592),s=n(80911),o=n(29600),l=n(67172),c=n(70564),u=n(77681),d=n(80905),p=n(18896),h=n(50344),f=n(48905),g=n(16841),m=n(77519),b=n(55548),E=n(8481);let y=Symbol.for("effect/Fiber"),T={_E:e=>e,_A:e=>e},_={[y]:T,pipe(){return(0,h.tT)(this,arguments)}},S=Symbol.for("effect/Fiber"),A=(0,l.Fs)(p.PV(u.pH,u.pH),p.zQ(e=>[e.id().startTimeMillis,e.id().id])),k=e=>(0,f.i5)(e,y),I=e=>S in e,N=e=>e.await,v=e=>e.children,R=e=>({...m.Em,commit(){return H(this)},..._,id:()=>s.dv,await:g.PyW(e),children:g.PyW([]),inheritAll:g.rIH,poll:g.PyW(d.zN(e)),interruptAsFork:()=>g.rIH}),O=e=>g.TjK(e.status,t=>({id:e.id(),status:t})),w=e=>g.CFK(e,O),C=e=>R(i.fJ(e)),D=e=>R(i.AT(e)),L=e=>g.TjK(g.NS5(e),R),x=e=>e.id(),P=e=>e.inheritAll,F=e=>R(i.G(e)),M=e=>g.qIB(g.ABT,t=>(0,l.Fs)(e,B(t))),B=(0,l.XY)(2,g.D9k(function*(e,t){for(let n of e){if(I(n)){n.unsafeInterruptAsFork(t);continue}yield*n.interruptAsFork(t)}for(let t of e)I(t)&&t.unsafePoll()||(yield*t.await)})),U=(0,l.XY)(2,(e,t)=>e.interruptAsFork(t)),H=e=>g.piH(g.Bqz(e.await),e.inheritAll),G=(0,l.XY)(2,(e,t)=>$(e,e=>g.OH5(()=>t(e)))),$=(0,l.XY)(2,(e,t)=>({...m.Em,commit(){return H(this)},..._,id:()=>e.id(),await:g.qIB(e.await,i.Cw(t)),children:e.children,inheritAll:e.inheritAll,poll:g.qIB(e.poll,e=>{switch(e._tag){case"None":return g.PyW(d.dv());case"Some":return(0,l.Fs)(i.Cw(e.value,t),g.TjK(d.zN))}}),interruptAsFork:t=>e.interruptAsFork(t)})),Y=(0,l.XY)(2,(e,t)=>g.TjK(e.await,i.YW({onFailure:e=>D(e),onSuccess:e=>t(e)}))),z=(0,l.XY)(2,(e,{onFiber:t,onRuntimeFiber:n})=>I(e)?n(e):t(e)),j={...m.Em,commit(){return H(this)},..._,id:()=>s.dv,await:g.ZmZ,children:g.PyW([]),inheritAll:g.ZmZ,poll:g.PyW(d.dv()),interruptAsFork:()=>g.ZmZ},W=(0,l.XY)(2,(e,t)=>({...m.Em,commit(){return H(this)},..._,id:()=>s.Do(e.id(),t.id()),await:g.OYO(e.await,t.await,(e,t)=>i.oJ(e)?e:t),children:e.children,inheritAll:g.aNH(t.inheritAll,e.inheritAll),poll:g.OYO(e.poll,t.poll,(e,t)=>{switch(e._tag){case"None":return d.dv();case"Some":return i.oJ(e.value)?e:t}}),interruptAsFork:n=>(0,l.Fs)(g._tB(e,n),g.aNH((0,l.Fs)(t,g._tB(n))),g.NLW)})),q=(0,l.XY)(2,(e,t)=>W(G(e,a.kb),G(t,a.pG))),X=e=>e.poll,V=e=>g.qIB(r.Ru,t=>g.TjK(O(e),e=>{var n;let r,a,{days:i,hours:l,milliseconds:u,minutes:d,seconds:p}={days:(r=(n=t-e.id.startTimeMillis)>0?Math.floor:Math.ceil)(n/864e5),hours:r(n/36e5)%24,minutes:r(n/6e4)%60,seconds:r(n/1e3)%60,milliseconds:r(n)%1e3,microseconds:r(1e3*n)%1e3,nanoseconds:r(1e6*n)%1e3},h=(0===i?"":`${i}d`)+(0===i&&0===l?"":`${l}h`)+(0===i&&0===l&&0===d?"":`${d}m`)+(0===i&&0===l&&0===d&&0===p?"":`${p}s`)+`${u}ms`,f=o.eJ(e.status)?(a=s.dK(e.status.blockingOn),c.Ej(a)>0?"waiting on "+Array.from(a).map(e=>`${e}`).join(", "):""):"",g=(e=>{if(o.$L(e))return"Done";if(o.W_(e))return"Running";let t=E.In(e.runtimeFlags)?"interruptible":"uninterruptible";return`Suspended(${t})`})(e.status);return`[Fiber](#${e.id.id}) (${h}) ${f}
|
|
2
|
+
Status: ${g}`})),K=()=>Array.from(b.gm.roots),Z=g.OH5(K),J=e=>e.status,Q=e=>R(i.Py(e)),ee=Q(void 0),et="effect/FiberCurrent",en=()=>d.k$(globalThis[et])},13459:(e,t,n)=>{"use strict";n.d(t,{$v:()=>i,Hq:()=>c,If:()=>l,L8:()=>a,cd:()=>o,lA:()=>s});var r=n(29654);let a=(e,t)=>({ref:e,isNew:t,isChanged:!1,expected:e.versioned,newValue:e.versioned.value}),i=e=>e.newValue,s=(e,t)=>{e.isChanged=!0,e.newValue=t},o=e=>{e.ref.versioned=new r.G(e.newValue)},l=e=>e.ref.versioned!==e.expected,c=e=>e.isChanged},13654:(e,t,n)=>{"use strict";n.d(t,{N:()=>s});var r=n(95793),a=n(67172),i=n(80905);class s{constructor(e){this.size=0,this.current=0,this.capacity=e,this.array=Array.from({length:e},a.MN)}head(){return i.k$(this.array[this.current])}lastOrNull(){if(0===this.size)return;let e=0===this.current?this.array.length-1:this.current-1;return this.array[e]??void 0}put(e){this.array[this.current]=e,this.increment()}dropLast(){this.size>0&&(this.decrement(),this.array[this.current]=void 0)}toChunk(){let e=this.current-this.size,t=e<0?[...this.array.slice(this.capacity+e,this.capacity),...this.array.slice(0,this.current)]:this.array.slice(e,this.current);return r.Ts(t)}increment(){this.size<this.capacity&&(this.size+=1),this.current=(this.current+1)%this.capacity}decrement(){this.size-=1,this.current>0?this.current-=1:this.current=this.capacity-1}}},14875:(e,t,n)=>{"use strict";n.d(t,{$W:()=>k,BQ:()=>w,Gx:()=>I,HO:()=>C,Ii:()=>N,K2:()=>v,RK:()=>E,Ru:()=>y,V6:()=>_,Yq:()=>L,_o:()=>P,aP:()=>A,cF:()=>O,gm:()=>S,k4:()=>D,qJ:()=>g,s0:()=>T,vz:()=>R,wT:()=>x,yy:()=>m});var r=n(55060),a=n(50995),i=n(36196),s=n(67172),o=n(84976),l=n(66756),c=n(86681),u=n(16841),d=n(62473),p=n(40161),h=n(34279);let f=(0,s.Fs)(a.Ie(),a.WQ(l.hV,l.L8()),a.WQ(d.MG,d.nS),a.WQ(p.k_,p.L8(Math.random())),a.WQ(c.Am,c.sF()),a.WQ(h.Ez,h.Vv)),g=(0,o.V)(Symbol.for("effect/DefaultServices/currentServices"),()=>u.bzD(f)),m=e=>{let t=i.D4(e);return E(e=>e.sleep(t))},b=e=>u.$we(t=>e(t.currentDefaultServices)),E=e=>b(t=>e(t.unsafeMap.get(l.hV.key))),y=E(e=>e.currentTimeMillis),T=E(e=>e.currentTimeNanos),_=(0,s.XY)(2,(e,t)=>u.q1t(g,a.WQ(l.hV,t))(e)),S=(0,s.XY)(2,(e,t)=>u.q1t(g,a.WQ(c.Am,t))(e)),A=e=>b(t=>e(t.unsafeMap.get(c.Am.key))),k=e=>A(t=>t.load(e)),I=e=>b(t=>e(t.unsafeMap.get(p.k_.key))),N=(0,s.XY)(2,(e,t)=>u.q1t(g,a.WQ(p.k_,t))(e)),v=I(e=>e.next),R=I(e=>e.nextInt),O=I(e=>e.nextBoolean),w=(e,t)=>I(n=>n.nextRange(e,t)),C=(e,t)=>I(n=>n.nextIntBetween(e,t)),D=e=>I(t=>t.shuffle(e)),L=e=>{let t=r.Ts(e);return u.TjK(0===t.length?u.fJG(new u.kJg("Cannot select a random element from an empty array")):I(e=>e.nextIntBetween(0,t.length)),e=>t[e])},x=e=>b(t=>e(t.unsafeMap.get(h.Ez.key))),P=(0,s.XY)(2,(e,t)=>u.q1t(g,a.WQ(h.Ez,t))(e))},15105:(e,t,n)=>{"use strict";n.d(t,{Gp:()=>u,K7:()=>d,Uv:()=>p,YW:()=>h,_7:()=>l,_K:()=>c,il:()=>o});var r=n(67172);let a="Sequential",i="Parallel",s="ParallelN",o={_tag:a},l={_tag:i},c=e=>({_tag:s,parallelism:e}),u=e=>e._tag===a,d=e=>e._tag===i,p=e=>e._tag===s,h=(0,r.XY)(2,(e,t)=>{switch(e._tag){case a:return t.onSequential();case i:return t.onParallel();case s:return t.onParallelN(e.parallelism)}})},15949:(e,t,n)=>{"use strict";n.d(t,{CO:()=>l,Fd:()=>o,Oj:()=>r,T$:()=>i,ox:()=>a,rT:()=>s});let r="PullBoth",a="PullLet",i="PullRight",s={_tag:r},o=e=>({_tag:a,rightChunk:e}),l=e=>({_tag:i,leftChunk:e})},16550:(e,t,n)=>{"use strict";n.d(t,{$Q:()=>z,B5:()=>N,C9:()=>Q,En:()=>V,FZ:()=>v,HZ:()=>J,Ib:()=>K,Js:()=>x,KD:()=>Y,Kv:()=>q,L8:()=>H,LP:()=>M,MN:()=>et,NV:()=>F,Pf:()=>X,RU:()=>L,VE:()=>$,VK:()=>C,Vk:()=>B,a1:()=>ea,ej:()=>er,fA:()=>G,mq:()=>O,o$:()=>W,r_:()=>j,vI:()=>I,w$:()=>ee,wg:()=>en,xo:()=>Z});var r=n(50995),a=n(88916),i=n(10592),s=n(80286),o=n(80911),l=n(98844),c=n(67172),u=n(61296),d=n(80905),p=n(50344),h=n(48905),f=n(93441),g=n(8844),m=n(83483),b=n(16841),E=n(15105),y=n(83762),T=n(55548),_=n(97671),S=n(8481),A=n(90584);let k=e=>function(){if(1==arguments.length){let t=arguments[0];return(n,...r)=>e(t,n,...r)}return e.apply(this,arguments)},I=k((e,t,n)=>{let r=o.$N(),i=[[b.Fi1,[[r,e.context]]]];n?.scheduler&&i.push([f.X_,[[r,n.scheduler]]]);let s=l.vG(e.fiberRefs,{entries:i,forkAs:r});n?.updateRefs&&(s=n.updateRefs(s,r));let c=new y.d7(r,s,e.runtimeFlags),u=t;n?.scope&&(u=b.qIB(g.Zy(n.scope,E.il),e=>b.aNH(b.iLB(e,b.g1G(e=>(0,a.aI)(e,c.id())?b.rIH:b._tB(c,e))),b.cfM(t,t=>g.VN(e,t)))));let p=c.currentSupervisor;return p!==A.dv&&(p.onStart(e.context,u,d.dv(),c),c.addObserver(e=>p.onEnd(e,c))),T.gm.add(e.runtimeFlags,c),n?.immediate===!1?c.resume(u):c.start(u),c}),N=k((e,t,n={})=>{let r=I(e,t,n);return n.onExit&&r.addObserver(e=>{n.onExit(e)}),(t,n)=>N(e)((0,c.Fs)(r,s.yS(t??o.dv)),{...n,onExit:n?.onExit?e=>n.onExit(i.Bq(e)):void 0})}),v=k((e,t)=>{let n=F(e)(t);if("Failure"===n._tag)throw L(n.effect_instruction_i0);return n.effect_instruction_i0});class R extends Error{constructor(e){super(`Fiber #${e.id().id} cannot be resolved synchronously. This is caused by using runSync on an effect that performs async work`),this._tag="AsyncFiberException",this.fiber=e,this.name=this._tag,this.stack=this.message}}let O=e=>h.$J(e,"AsyncFiberException")&&"fiber"in e,w=Symbol.for("effect/Runtime/FiberFailure"),C=Symbol.for("effect/Runtime/FiberFailure/Cause");class D extends Error{constructor(e){const t=m.Yu(e)[0];super(t?.message||"An error has occurred"),this[w]=w,this[C]=e,this.name=t?`(FiberFailure) ${t.name}`:"FiberFailure",t?.stack&&(this.stack=t.stack)}toJSON(){return{_id:"FiberFailure",cause:this[C].toJSON()}}toString(){return"(FiberFailure) "+m.j9(this[C],{renderErrorCause:!0})}[u.FX](){return this.toString()}}let L=e=>{let t=Error.stackTraceLimit;Error.stackTraceLimit=0;let n=new D(e);return Error.stackTraceLimit=t,n},x=e=>h.i5(e,w),P=e=>{switch(e._op){case"Failure":case"Success":return e;case"Left":return b.Rkt(e.left);case"Right":return b.xtk(e.right);case"Some":return b.xtk(e.value);case"None":return b.Rkt(new b.kJg)}},F=k((e,t)=>{let n,r,a=P(t);if(a)return a;let i=new f.pX,s=I(e)(t,{scheduler:i});i.flush();let o=s.unsafePoll();return o?o:b.V2G(b.FgE((n=Error.stackTraceLimit,Error.stackTraceLimit=0,r=new R(s),Error.stackTraceLimit=n,r),b.S_H(s)))}),M=k((e,t,n)=>B(e,t,n).then(e=>{switch(e._tag){case _._l:return e.effect_instruction_i0;case _.N9:throw L(e.effect_instruction_i0)}})),B=k((e,t,n)=>new Promise(r=>{let a=P(t);a&&r(a);let i=I(e)(t);i.addObserver(e=>{r(e)}),n?.signal!==void 0&&(n.signal.aborted?i.unsafeInterruptAsFork(i.id()):n.signal.addEventListener("abort",()=>{i.unsafeInterruptAsFork(i.id())},{once:!0}))}));class U{constructor(e,t,n){this.context=e,this.runtimeFlags=t,this.fiberRefs=n}pipe(){return(0,p.tT)(this,arguments)}}let H=e=>new U(e.context,e.runtimeFlags,e.fiberRefs),G=()=>b.$we((e,t)=>b.PyW(new U(e.getFiberRef(b.Fi1),t.runtimeFlags,e.getFiberRefs()))),$=S.L8(S._n,S.Zd,S.sd),Y=H({context:r.Ie(),runtimeFlags:$,fiberRefs:l.Ie()}),z=(0,c.XY)(2,(e,t)=>H({context:e.context,runtimeFlags:t(e.runtimeFlags),fiberRefs:e.fiberRefs})),j=(0,c.XY)(2,(e,t)=>z(e,S.b8(t))),W=(0,c.XY)(2,(e,t)=>z(e,S.sS(t))),q=(0,c.XY)(2,(e,t)=>H({context:t(e.context),runtimeFlags:e.runtimeFlags,fiberRefs:e.fiberRefs})),X=(0,c.XY)(3,(e,t,n)=>q(e,r.WQ(t,n))),V=(0,c.XY)(2,(e,t)=>H({context:e.context,runtimeFlags:e.runtimeFlags,fiberRefs:t(e.fiberRefs)})),K=(0,c.XY)(3,(e,t,n)=>V(e,l.aI({fiberId:o.dv,fiberRef:t,value:n}))),Z=(0,c.XY)(2,(e,t)=>V(e,l.Q2(t))),J=N(Y),Q=I(Y),ee=M(Y),et=B(Y),en=v(Y),er=F(Y),ea=e=>b.DYE(()=>{let t;return b.qIB(b.WW4(),n=>b.qIB(G(),r=>b.FcF(a=>b.aNH(y.Zy(a(b.khu(e(e=>N(r)(b._ig(e,n))),{onFailure:e=>b.FIO(n,e),onSuccess:e=>(t=e,b.rIH)}))),a(b.nAr(b.gn0(n),()=>t??b.rIH))))))})},16841:(e,t,n)=>{"use strict";n.d(t,{$1O:()=>rs,$1l:()=>rv,$QS:()=>eX,$n1:()=>L,$sd:()=>n7,$we:()=>U,ABT:()=>eu,APi:()=>t8,AR8:()=>rh,ATB:()=>el,AlI:()=>no,Ao:()=>rc,AsN:()=>rl,BCV:()=>rT,Bqz:()=>eg,BzD:()=>t5,CFK:()=>eT,Cau:()=>nq,CdZ:()=>t0,CoE:()=>nD,CrW:()=>n9,D$$:()=>eb,D$Q:()=>tq,D9k:()=>eQ,DYE:()=>eH,DxM:()=>ti,EYO:()=>tZ,EbJ:()=>tS,Ecz:()=>ty,EkE:()=>nZ,FIO:()=>rd,FRe:()=>tj,F_Q:()=>et,FcF:()=>eW,FgE:()=>ee,Fi1:()=>tU,G2Y:()=>tK,GSS:()=>en,GaK:()=>eA,GyC:()=>tv,HTn:()=>td,Hox:()=>nP,HyR:()=>rw,INx:()=>tN,IPo:()=>ek,IeY:()=>Y,Inz:()=>eI,JGl:()=>tg,JUF:()=>nU,JkU:()=>eJ,KAb:()=>tG,Kbz:()=>er,Kpo:()=>tb,KyM:()=>e0,LGt:()=>t1,MIt:()=>rn,MP9:()=>t2,MaT:()=>e5,Mim:()=>e$,MrQ:()=>nl,NG:()=>nY,NLW:()=>$,NS5:()=>ei,NWQ:()=>ex,OH5:()=>eG,OLv:()=>tt,OM4:()=>tl,OTT:()=>nd,OYO:()=>e7,PDv:()=>nE,PMw:()=>ef,PNH:()=>tT,PpN:()=>rN,PuW:()=>ts,PyW:()=>eU,Q9S:()=>nM,QID:()=>tx,QPU:()=>tH,QRo:()=>nb,QUl:()=>j,QYw:()=>t3,QZV:()=>e_,QcH:()=>tm,QgK:()=>eP,R8K:()=>ns,R_7:()=>nr,ReC:()=>nn,RkE:()=>Q,Rkt:()=>nH,S5A:()=>eC,SLb:()=>tQ,S_H:()=>rC,T12:()=>nz,TBR:()=>n4,THF:()=>n_,TjK:()=>eR,TsL:()=>tI,TyW:()=>eZ,U8_:()=>tf,UFt:()=>D,UUz:()=>em,UcN:()=>eO,Uio:()=>t7,Uis:()=>nR,Umi:()=>t$,V2G:()=>nB,VE1:()=>nC,VEq:()=>to,VbV:()=>nv,VuY:()=>nx,VwM:()=>ng,WW4:()=>rr,Wc6:()=>na,Wtn:()=>n0,XOb:()=>tp,XWm:()=>V,Z$R:()=>nt,Z5i:()=>C,ZI2:()=>ro,ZM1:()=>rg,ZmZ:()=>te,_$:()=>tc,_5X:()=>Z,_OA:()=>rk,_Oy:()=>K,_Pd:()=>tP,_fI:()=>rb,_ig:()=>ev,_sz:()=>nV,_tB:()=>tn,_z2:()=>rO,aNH:()=>e9,as:()=>G,b1P:()=>tJ,bIC:()=>W,bRS:()=>tV,bVS:()=>rL,bdM:()=>rm,bzD:()=>tF,cay:()=>e2,cbD:()=>nG,cfM:()=>eD,cpb:()=>n5,dDX:()=>n1,dWJ:()=>nL,d_m:()=>rI,eMl:()=>eN,eec:()=>nW,fJG:()=>es,g1G:()=>ed,g1R:()=>nT,gOk:()=>eo,gPK:()=>ea,gn0:()=>ri,h0c:()=>nw,h9N:()=>X,hgn:()=>eh,iK2:()=>eV,iLB:()=>t9,iMI:()=>eK,igQ:()=>nA,il9:()=>n6,jDN:()=>tW,jGc:()=>H,jo7:()=>nc,jxG:()=>ru,kJg:()=>nm,kS9:()=>eF,kWD:()=>t6,khu:()=>eE,krO:()=>tz,kyh:()=>rR,lN4:()=>rf,lOA:()=>t_,m$m:()=>eB,m9E:()=>e4,mHP:()=>e1,m_i:()=>nj,n9O:()=>nF,nAV:()=>nh,nAr:()=>eL,nDN:()=>e3,nlF:()=>tB,nv8:()=>nk,o7R:()=>nQ,owM:()=>np,p2e:()=>nS,pLZ:()=>n8,pVV:()=>ec,pX6:()=>tX,piH:()=>e8,q1t:()=>tL,qIB:()=>ep,q_p:()=>r_,qoC:()=>tA,rIH:()=>eq,rTm:()=>eM,rfi:()=>ej,s$T:()=>t4,s2:()=>nu,sAm:()=>nO,sDf:()=>ra,sH6:()=>tM,sK9:()=>eY,syF:()=>ry,t04:()=>z,t9n:()=>nX,tDT:()=>eS,tNQ:()=>tk,tvg:()=>ey,uPR:()=>tE,uPo:()=>q,un1:()=>rp,uwm:()=>ny,v9O:()=>nK,vDJ:()=>ne,vwO:()=>rE,w6U:()=>tY,whK:()=>tr,wnO:()=>re,woH:()=>tD,x5l:()=>n3,x6Q:()=>nI,xUJ:()=>nN,xah:()=>ta,xm_:()=>ew,xt1:()=>nf,xtk:()=>n2,yPL:()=>x,yU6:()=>e6,ygP:()=>n$,yw5:()=>B,zPu:()=>nJ,zg6:()=>tu});var r=n(55060),a=n(95793),i=n(50995),s=n(36196),o=n(36185),l=n(88916),c=n(80911),u=n(67172),d=n(84976),p=n(33268),h=n(20733),f=n(61296),g=n(96540),m=n(96007),b=n(80905),E=n(50344),y=n(48905),T=n(72183),_=n(95329),S=n(83483),A=n(69085),k=n(70830),I=n(77519),N=n(39177),v=n(56181),R=n(97671),O=n(8481),w=n(94828);let C=(e,t)=>{let n=new P("Blocked");return n.effect_instruction_i0=e,n.effect_instruction_i1=t,n},D=e=>{let t=new P("RunBlocked");return t.effect_instruction_i0=e,t},L=Symbol.for("effect/Effect");class x{constructor(e,t){this._op=R.Ni,this.patch=e,this.op=t}}class P{constructor(e){this.effect_instruction_i0=void 0,this.effect_instruction_i1=void 0,this.effect_instruction_i2=void 0,this.trace=void 0,this[L]=I.Hs,this._op=e}[l.HR](e){return this===e}[p.HR](){return p.PO(this,p.yT(this))}pipe(){return(0,E.tT)(this,arguments)}toJSON(){return{_id:"Effect",_op:this._op,effect_instruction_i0:(0,f.U2)(this.effect_instruction_i0),effect_instruction_i1:(0,f.U2)(this.effect_instruction_i1),effect_instruction_i2:(0,f.U2)(this.effect_instruction_i2)}}toString(){return(0,f.GP)(this.toJSON())}[f.FX](){return this.toJSON()}[Symbol.iterator](){return new w.B(new _.WT(this))}}class F{constructor(e){this.effect_instruction_i0=void 0,this.effect_instruction_i1=void 0,this.effect_instruction_i2=void 0,this.trace=void 0,this[L]=I.Hs,this._op=e,this._tag=e}[l.HR](e){return nw(e)&&"Failure"===e._op&&l.aI(this.effect_instruction_i0,e.effect_instruction_i0)}[p.HR](){return(0,u.Fs)(p.Yj(this._tag),p.kg(p.tW(this.effect_instruction_i0)),p.PO(this))}get cause(){return this.effect_instruction_i0}pipe(){return(0,E.tT)(this,arguments)}toJSON(){return{_id:"Exit",_tag:this._op,cause:this.cause.toJSON()}}toString(){return(0,f.GP)(this.toJSON())}[f.FX](){return this.toJSON()}[Symbol.iterator](){return new w.B(new _.WT(this))}}class M{constructor(e){this.effect_instruction_i0=void 0,this.effect_instruction_i1=void 0,this.effect_instruction_i2=void 0,this.trace=void 0,this[L]=I.Hs,this._op=e,this._tag=e}[l.HR](e){return nw(e)&&"Success"===e._op&&l.aI(this.effect_instruction_i0,e.effect_instruction_i0)}[p.HR](){return(0,u.Fs)(p.Yj(this._tag),p.kg(p.tW(this.effect_instruction_i0)),p.PO(this))}get value(){return this.effect_instruction_i0}pipe(){return(0,E.tT)(this,arguments)}toJSON(){return{_id:"Exit",_tag:this._op,value:(0,f.U2)(this.value)}}toString(){return(0,f.GP)(this.toJSON())}[f.FX](){return this.toJSON()}[Symbol.iterator](){return new w.B(new _.WT(this))}}let B=e=>(0,y.i5)(e,L),U=e=>{let t=new P(R.mm);return t.effect_instruction_i0=e,t},H=(0,u.XY)(3,(e,t,n)=>eW(r=>ep(e,e=>ep(ei(eH(()=>r(t(e)))),t=>eH(()=>n(e,t)).pipe(eE({onFailure:e=>{switch(t._tag){case R.N9:return el(S.il(t.effect_instruction_i0,e));case R._l:return el(e)}},onSuccess:()=>t})))))),G=(0,u.XY)(2,(e,t)=>ep(e,()=>eU(t))),$=e=>G(e,void 0),Y=function(){let e=new P(R.kK);switch(arguments.length){case 2:e.effect_instruction_i0=arguments[0],e.commit=arguments[1];break;case 3:e.effect_instruction_i0=arguments[0],e.effect_instruction_i1=arguments[1],e.commit=arguments[2];break;case 4:e.effect_instruction_i0=arguments[0],e.effect_instruction_i1=arguments[1],e.effect_instruction_i2=arguments[2],e.commit=arguments[3];break;default:throw Error((0,N.k)("you're not supposed to end up here"))}return e},z=(e,t=c.dv)=>{let n,r=new P(R.ZO);return r.effect_instruction_i0=t=>{n=e(t)},r.effect_instruction_i1=t,eL(r,e=>B(n)?n:eq)},j=(e,t=c.dv)=>eH(()=>z(e,t)),W=(e,t=c.dv)=>Y(e,function(){let e,n,r,a;function i(t){e?e(t):void 0===n&&(n=t)}let s=new P(R.ZO);return s.effect_instruction_i0=t=>{e=t,n&&t(n)},s.effect_instruction_i1=t,1!==this.effect_instruction_i0.length?(a=new AbortController,r=(0,_.sn)(()=>this.effect_instruction_i0(i,a.signal))):r=(0,_.sn)(()=>this.effect_instruction_i0(i)),r||a?eL(s,e=>(a&&a.abort(),r??eq)):s}),q=(0,u.XY)(2,(e,t)=>{let n=new P(R.JJ);return n.effect_instruction_i0=e,n.effect_instruction_i1=t,n}),X=(0,u.XY)(2,(e,t)=>ey(e,{onFailure:t,onSuccess:eU})),V=(0,u.XY)(3,(e,t,n)=>q(e,e=>{let r=S.vE(e);switch(r._tag){case"Left":return t(r.left)?n(r.left):el(e);case"Right":return el(r.right)}})),K=(0,u.XY)(2,(e,t)=>q(e,e=>{let n=S.vE(e);switch(n._tag){case"Left":return(0,u.Fs)(t(n.left),b.WL(()=>el(e)));case"Right":return el(n.right)}})),Z=e=>U((t,n)=>e(O.YW(n.runtimeFlags))),J=Symbol.for("effect/OriginalAnnotation"),Q=e=>(0,y.i5)(e,J)?e[J]:e,ee=(e,t)=>b.Ru(t)?new Proxy(e,{has:(e,t)=>t===S.Hn||t===J||t in e,get:(n,r)=>r===S.Hn?t.value:r===J?e:n[r]}):e,et=e=>!(0,y.Gv)(e)||S.Hn in e?el(S.F_(e)):U(t=>el(S.F_(ee(e,rC(t))))),en=e=>ec(()=>S.F_(new no(e))),er=e=>ep(eG(e),et),ea=e=>ey(e,{onFailure:e=>eU(o.kb(e)),onSuccess:e=>eU(o.pG(e))}),ei=e=>eb(e,{onFailure:nG,onSuccess:n2}),es=e=>!(0,y.Gv)(e)||S.Hn in e?el(S.fJ(e)):U(t=>el(S.fJ(ee(e,rC(t))))),eo=e=>ep(eG(e),es),el=e=>{let t=new F(R.N9);return t.effect_instruction_i0=e,t},ec=e=>ep(eG(e),el),eu=U(e=>eU(e.id())),ed=e=>U(t=>e(t.id())),ep=(0,u.XY)(2,(e,t)=>{let n=new P(R.Gj);return n.effect_instruction_i0=e,n.effect_instruction_i1=t,n}),eh=(0,u.XY)(2,(e,t)=>ep(e,e=>{let n="function"==typeof t?t(e):t;return B(n)?n:(0,y.$X)(n)?z(e=>{n.then(t=>e(eU(t)),t=>e(es(new nR(t,"An unknown error occurred in Effect.andThen"))))}):eU(n)})),ef=e=>{let t=new P("OnStep");return t.effect_instruction_i0=e,t},eg=e=>ep(e,u.D_),em=e=>ey(e,{onFailure:eU,onSuccess:es}),eb=(0,u.XY)(2,(e,t)=>eE(e,{onFailure:e=>eU(t.onFailure(e)),onSuccess:e=>eU(t.onSuccess(e))})),eE=(0,u.XY)(2,(e,t)=>{let n=new P(R.du);return n.effect_instruction_i0=e,n.effect_instruction_i1=t.onFailure,n.effect_instruction_i2=t.onSuccess,n}),ey=(0,u.XY)(2,(e,t)=>eE(e,{onFailure:e=>{if(S.RU(e).length>0)return el(S.rA(e));let n=S.e9(e);return n.length>0?t.onFailure(a.z1(n)):el(e)},onSuccess:t.onSuccess})),eT=(0,u.XY)(2,(e,t)=>eH(()=>{let n=r.Ts(e),a=r.CN(n.length),i=0;return G(eK({while:()=>i<n.length,body:()=>t(n[i],i),step:e=>{a[i++]=e}}),a)})),e_=(0,u.XY)(2,(e,t)=>eH(()=>{let n=r.Ts(e),a=0;return eK({while:()=>a<n.length,body:()=>t(n[a],a),step:()=>{a++}})})),eS=(0,u.XY)(e=>"boolean"==typeof e[0]||B(e[0]),(e,t)=>B(e)?ep(e,e=>e?t.onTrue():t.onFalse()):e?t.onTrue():t.onFalse()),eA=ep(eu,e=>ek(e)),ek=e=>el(S.G(e)),eI=e=>{let t=new P(R.NM);return t.effect_instruction_i0=T.sS(O._n),t.effect_instruction_i1=()=>e,t},eN=e=>Y(e,function(){let e=new P(R.NM);return e.effect_instruction_i0=T.sS(O._n),e.effect_instruction_i1=e=>O.YW(e)?(0,_.sn)(()=>this.effect_instruction_i0(eI)):(0,_.sn)(()=>this.effect_instruction_i0(ej)),e}),ev=(0,u.XY)(2,(e,t)=>eW(n=>ep(ei(n(e)),e=>rl(t,e)))),eR=(0,u.XY)(2,(e,t)=>ep(e,e=>eG(()=>t(e)))),eO=(0,u.XY)(2,(e,t)=>ey(e,{onFailure:e=>eo(()=>t.onFailure(e)),onSuccess:e=>eG(()=>t.onSuccess(e))})),ew=(0,u.XY)(2,(e,t)=>eE(e,{onFailure:e=>{let n=S.vE(e);switch(n._tag){case"Left":return eo(()=>t(n.left));case"Right":return el(n.right)}},onSuccess:eU})),eC=(0,u.XY)(2,(e,t)=>eD(e,e=>nD(e)?eq:t(e.effect_instruction_i0))),eD=(0,u.XY)(2,(e,t)=>eW(n=>eE(n(e),{onFailure:e=>{let n=nG(e);return eE(t(n),{onFailure:t=>nG(S.il(e,t)),onSuccess:()=>n})},onSuccess:e=>{let n=n2(e);return e9(t(n),n)}}))),eL=(0,u.XY)(2,(e,t)=>eD(e,n0({onFailure:e=>S.t9(e)?$(t(S.ml(e))):eq,onSuccess:()=>eq}))),ex=(0,u.XY)(2,(e,t)=>ez(e,t,eU)),eP=e=>eF(e,u.D_),eF=(0,u.XY)(2,(e,t)=>ey(e,{onFailure:e=>et(t(e)),onSuccess:eU})),eM=r.rT,eB=U((e,t)=>eU(t.runtimeFlags)),eU=e=>{let t=new M(R._l);return t.effect_instruction_i0=e,t},eH=e=>{let t=new P(R.kK);return t.commit=e,t},eG=e=>{let t=new P(R.EF);return t.effect_instruction_i0=e,t},e$=(0,u.XY)(e=>3===e.length||2===e.length&&!((0,y.Gv)(e[1])&&"onlyEffect"in e[1]),(e,t)=>ep(e,e=>{let n="function"==typeof t?t(e):t;return B(n)?G(n,e):(0,y.$X)(n)?z(t=>{n.then(n=>t(eU(e)),e=>t(es(new nR(e,"An unknown error occurred in Effect.tap"))))}):eU(e)})),eY=e=>U(t=>{let n=t.getFiberRef(t0),r=(0,u.Fs)(n,b.WL(()=>t.scope()));return e(tD(t0,b.zN(r)))}),ez=(0,u.XY)(3,(e,t,n)=>eE(e,{onFailure:e=>S.RU(e).length>0?el(b.n4(S.$7(e))):t(),onSuccess:n})),ej=e=>{let t=new P(R.NM);return t.effect_instruction_i0=T.b8(O._n),t.effect_instruction_i1=()=>e,t},eW=e=>Y(e,function(){let e=new P(R.NM);return e.effect_instruction_i0=T.b8(O._n),e.effect_instruction_i1=e=>O.YW(e)?(0,_.sn)(()=>this.effect_instruction_i0(eI)):(0,_.sn)(()=>this.effect_instruction_i0(ej)),e}),eq=eU(void 0),eX=e=>{let t=new P(R.NM);return t.effect_instruction_i0=e,t.effect_instruction_i1=void 0,t},eV=(0,u.XY)(2,(e,t)=>ep(t,t=>t?(0,u.Fs)(e,eR(b.zN)):eU(b.dv()))),eK=e=>{let t=new P(R.mM);return t.effect_instruction_i0=e.while,t.effect_instruction_i1=e.body,t.effect_instruction_i2=e.step,t},eZ=e=>eH(()=>{let t=new P(R.xS);return t.effect_instruction_i0=e(),t}),eJ=function(){let e=1==arguments.length?arguments[0]:arguments[1].bind(arguments[0]);return eZ(()=>e(u.Fs))},eQ=(e,...t)=>Object.defineProperty(0===t.length?function(...t){return eZ(()=>e.apply(this,t))}:function(...n){let r=eZ(()=>e.apply(this,n));for(let e of t)r=e(r,...n);return r},"length",{value:e.length,configurable:!0}),e0=(0,u.XY)(2,(e,t)=>tD(e,tq,t)),e1=(0,u.XY)(2,(e,t)=>tD(e,tX,t)),e2=(0,u.XY)(2,(e,t)=>{let n=new P(R.NM);return n.effect_instruction_i0=t,n.effect_instruction_i1=()=>e,n}),e3=(0,u.XY)(2,(e,t)=>tD(e,t2,t)),e5=(0,u.XY)(2,(e,t)=>tD(e,t3,t)),e4=e=>{let t=new P(R.u4);return void 0!==e?.priority?tj(t,e.priority):t},e6=(0,u.XY)(2,(e,t)=>ep(e,e=>eR(t,t=>[e,t]))),e8=(0,u.XY)(2,(e,t)=>ep(e,e=>G(t,e))),e9=(0,u.XY)(2,(e,t)=>ep(e,()=>t)),e7=(0,u.XY)(3,(e,t,n)=>ep(e,e=>eR(t,t=>n(e,t)))),te=j(()=>{let e=setInterval(()=>{},0x80000000-1);return eG(()=>clearInterval(e))}),tt=e=>ep(eu,t=>(0,u.Fs)(e,tn(t))),tn=(0,u.XY)(2,(e,t)=>ep(e.interruptAsFork(t),()=>e.await)),tr={_tag:"All",syslog:0,label:"ALL",ordinal:Number.MIN_SAFE_INTEGER,pipe(){return(0,E.tT)(this,arguments)}},ta={_tag:"Fatal",syslog:2,label:"FATAL",ordinal:5e4,pipe(){return(0,E.tT)(this,arguments)}},ti={_tag:"Error",syslog:3,label:"ERROR",ordinal:4e4,pipe(){return(0,E.tT)(this,arguments)}},ts={_tag:"Warning",syslog:4,label:"WARN",ordinal:3e4,pipe(){return(0,E.tT)(this,arguments)}},to={_tag:"Info",syslog:6,label:"INFO",ordinal:2e4,pipe(){return(0,E.tT)(this,arguments)}},tl={_tag:"Debug",syslog:7,label:"DEBUG",ordinal:1e4,pipe(){return(0,E.tT)(this,arguments)}},tc={_tag:"Trace",syslog:7,label:"TRACE",ordinal:0,pipe(){return(0,E.tT)(this,arguments)}},tu={_tag:"None",syslog:7,label:"OFF",ordinal:Number.MAX_SAFE_INTEGER,pipe(){return(0,E.tT)(this,arguments)}},td=[tr,tc,tl,to,ts,ti,ta,tu],tp=Symbol.for("effect/FiberRef"),th={_A:e=>e},tf=e=>U(t=>n2(t.getFiberRef(e))),tg=(0,u.XY)(2,(e,t)=>tS(e,e=>[e,t])),tm=(0,u.XY)(2,(e,t)=>tS(e,e=>[e,t(e)])),tb=(0,u.XY)(2,(e,t)=>tS(e,e=>[e,b.WL(t(e),()=>e)])),tE=(0,u.XY)(2,(e,t)=>ep(tf(e),t)),ty=(0,u.XY)(2,(e,t)=>tS(e,()=>[void 0,t])),tT=e=>U(t=>(t.unsafeDeleteFiberRef(e),eq)),t_=e=>ty(e,e.initial),tS=(0,u.XY)(2,(e,t)=>U(n=>{let[r,a]=t(n.getFiberRef(e));return n.setFiberRef(e,a),eU(r)})),tA=(e,t,n)=>tS(e,e=>b.WL(n(e),()=>[t,e])),tk=(0,u.XY)(2,(e,t)=>tS(e,e=>[void 0,t(e)])),tI=(0,u.XY)(2,(e,t)=>tS(e,e=>[void 0,b.WL(t(e),()=>e)])),tN=(0,u.XY)(2,(e,t)=>tS(e,e=>{let n=t(e);return[n,n]})),tv=(0,u.XY)(2,(e,t)=>tS(e,e=>{let n=b.WL(t(e),()=>e);return[n,n]})),tR=Symbol.for("effect/RequestResolver"),tO={_A:e=>e,_R:e=>e};class tw{constructor(e,t){this[tR]=tO,this.runAll=e,this.target=t}[p.HR](){return p.PO(this,this.target?p.tW(this.target):p.yT(this))}[l.HR](e){return this.target?tC(e)&&l.aI(this.target,e.target):this===e}identified(...e){return new tw(this.runAll,a.Ts(e))}pipe(){return(0,E.tT)(this,arguments)}}let tC=e=>(0,y.i5)(e,tR),tD=(0,u.XY)(3,(e,t,n)=>H(e8(tf(t),ty(t,n)),()=>e,e=>ty(t,e))),tL=(0,u.XY)(3,(e,t,n)=>tE(t,r=>tD(e,t,n(r)))),tx=(e,t)=>tM(e,{differ:k.yo(),fork:t?.fork??u.D_,join:t?.join}),tP=e=>{let t=k.zI();return tM(e,{differ:t,fork:t.empty})},tF=e=>{let t=k.cA();return tM(e,{differ:t,fork:t.empty})},tM=(e,t)=>({...I.Em,[tp]:th,initial:e,commit(){return tf(this)},diff:(e,n)=>t.differ.diff(e,n),combine:(e,n)=>t.differ.combine(e,n),patch:e=>n=>t.differ.patch(e,n),fork:t.fork,join:t.join??((e,t)=>t)}),tB=e=>tM(e,{differ:O.Tx,fork:O.Tx.empty}),tU=(0,d.V)(Symbol.for("effect/FiberRef/currentContext"),()=>tF(i.Ie())),tH=(0,d.V)(Symbol.for("effect/FiberRef/currentSchedulingPriority"),()=>tx(0)),tG=(0,d.V)(Symbol.for("effect/FiberRef/currentMaxOpsBeforeYield"),()=>tx(2048)),t$=(0,d.V)(Symbol.for("effect/FiberRef/currentLogAnnotation"),()=>tx(h.Ie())),tY=(0,d.V)(Symbol.for("effect/FiberRef/currentLogLevel"),()=>tx(to)),tz=(0,d.V)(Symbol.for("effect/FiberRef/currentLogSpan"),()=>tx(g.Ie())),tj=(0,u.XY)(2,(e,t)=>tD(e,tH,t)),tW=(0,u.XY)(2,(e,t)=>tD(e,tG,t)),tq=(0,d.V)(Symbol.for("effect/FiberRef/currentConcurrency"),()=>tx("unbounded")),tX=(0,d.V)(Symbol.for("effect/FiberRef/currentRequestBatching"),()=>tx(!0)),tV=(0,d.V)(Symbol.for("effect/FiberRef/currentUnhandledErrorLogLevel"),()=>tx(b.zN(tl))),tK=(0,d.V)(Symbol.for("effect/FiberRef/versionMismatchErrorLogLevel"),()=>tx(b.zN(ts))),tZ=(0,u.XY)(2,(e,t)=>tD(e,tV,t)),tJ=(0,d.V)(Symbol.for("effect/FiberRef/currentMetricLabels"),()=>{var e;let t;return e=r.Ie(),tM(e,{differ:t=k.QZ(k.yo()),fork:t.empty})}),tQ=tf(tJ),t0=(0,d.V)(Symbol.for("effect/FiberRef/currentForkScopeOverride"),()=>tx(b.dv(),{fork:()=>b.dv(),join:(e,t)=>e})),t1=(0,d.V)(Symbol.for("effect/FiberRef/currentInterruptedCause"),()=>tx(S.Ie,{fork:()=>S.Ie,join:(e,t)=>e})),t2=(0,d.V)(Symbol.for("effect/FiberRef/currentTracerEnabled"),()=>tx(!0)),t3=(0,d.V)(Symbol.for("effect/FiberRef/currentTracerTiming"),()=>tx(!0)),t5=(0,d.V)(Symbol.for("effect/FiberRef/currentTracerSpanAnnotations"),()=>tx(h.Ie())),t4=(0,d.V)(Symbol.for("effect/FiberRef/currentTracerSpanLinks"),()=>tx(a.Ie())),t6=Symbol.for("effect/Scope"),t8=Symbol.for("effect/CloseableScope"),t9=(e,t)=>e.addFinalizer(()=>$(t)),t7=(e,t)=>e.addFinalizer(t),ne=(e,t)=>e.close(t),nt=(e,t)=>e.fork(t),nn=e=>nr(u.D_)(e),nr=(0,u.XY)(2,(e,t)=>{let n=(0,u.Fs)(e,S.od,b.Tj(t));switch(n._tag){case"None":return(0,u.Fs)(S.RU(e),a.d5,b.YW({onNone:()=>{let t=r.Ts(S.ml(e)).flatMap(e=>r.Ts(c.dK(e)).map(e=>`#${e}`));return new nu(t?`Interrupted by fibers: ${t.join(", ")}`:void 0)},onSome:u.D_}));case"Some":return n.value}}),na=function(){class e extends globalThis.Error{commit(){return es(this)}toJSON(){let e={...this};return this.message&&(e.message=this.message),this.cause&&(e.cause=this.cause),e}[f.FX](){return this.toString!==globalThis.Error.prototype.toString?this.stack?`${this.toString()}
|
|
3
|
+
${this.stack.split("\n").slice(1).join("\n")}`:this.toString():"Bun"in globalThis?S.j9(S.fJ(this),{renderErrorCause:!0}):this}}return Object.assign(e.prototype,I.Pe),e}(),ni=(e,t)=>{class n extends na{constructor(...e){super(...e),this._tag=t}}return Object.assign(n.prototype,e),n.prototype.name=t,n},ns=Symbol.for("effect/Cause/errors/RuntimeException"),no=ni({[ns]:ns},"RuntimeException"),nl=e=>(0,y.i5)(e,ns),nc=Symbol.for("effect/Cause/errors/InterruptedException"),nu=ni({[nc]:nc},"InterruptedException"),nd=e=>(0,y.i5)(e,nc),np=Symbol.for("effect/Cause/errors/IllegalArgument"),nh=ni({[np]:np},"IllegalArgumentException"),nf=e=>(0,y.i5)(e,np),ng=Symbol.for("effect/Cause/errors/NoSuchElement"),nm=ni({[ng]:ng},"NoSuchElementException"),nb=e=>(0,y.i5)(e,ng),nE=Symbol.for("effect/Cause/errors/InvalidPubSubCapacityException"),ny=ni({[nE]:nE},"InvalidPubSubCapacityException"),nT=Symbol.for("effect/Cause/errors/ExceededCapacityException"),n_=ni({[nT]:nT},"ExceededCapacityException"),nS=e=>(0,y.i5)(e,nT),nA=Symbol.for("effect/Cause/errors/Timeout"),nk=ni({[nA]:nA},"TimeoutException"),nI=e=>new nk(`Operation timed out after '${s.GP(e)}'`),nN=e=>(0,y.i5)(e,nA),nv=Symbol.for("effect/Cause/errors/UnknownException"),nR=function(){class e extends na{constructor(e,t){super(t??"An unknown error occurred",{cause:e}),this._tag="UnknownException",this.error=e}}return Object.assign(e.prototype,{[nv]:nv,name:"UnknownException"}),e}(),nO=e=>(0,y.i5)(e,nv),nw=e=>B(e)&&"_tag"in e&&("Success"===e._tag||"Failure"===e._tag),nC=e=>"Failure"===e._tag,nD=e=>"Success"===e._tag,nL=e=>{switch(e._tag){case R.N9:return S.fT(e.effect_instruction_i0);case R._l:return!1}},nx=(0,u.XY)(2,(e,t)=>{switch(e._tag){case R.N9:return nG(e.effect_instruction_i0);case R._l:return n2(t)}}),nP=e=>nx(e,void 0),nF=e=>{switch(e._tag){case R.N9:return b.zN(e.effect_instruction_i0);case R._l:return b.dv()}},nM=(e,t)=>rt(e,t?.parallel?S._7:S.il),nB=e=>nG(S.F_(e)),nU=(0,u.XY)(2,(e,t)=>{switch(e._tag){case R.N9:return!1;case R._l:return t(e.effect_instruction_i0)}}),nH=e=>nG(S.fJ(e)),nG=e=>{let t=new F(R.N9);return t.effect_instruction_i0=e,t},n$=(0,u.XY)(2,(e,t)=>{switch(e._tag){case R.N9:return nG(e.effect_instruction_i0);case R._l:return t(e.effect_instruction_i0)}}),nY=(0,u.XY)(2,(e,t)=>{switch(e._tag){case R.N9:return eU(nG(e.effect_instruction_i0));case R._l:return t(e.effect_instruction_i0)}}),nz=e=>(0,u.Fs)(e,n$(u.D_)),nj=(0,u.XY)(2,(e,t)=>{switch(e._tag){case R.N9:return eU(nG(e.effect_instruction_i0));case R._l:return ei(t(e.effect_instruction_i0))}}),nW=e=>{switch(e._tag){case"Left":return nH(e.left);case"Right":return n2(e.right)}},nq=e=>{switch(e._tag){case"None":return nH(void 0);case"Some":return n2(e.value)}},nX=(0,u.XY)(2,(e,t)=>{switch(e._tag){case R.N9:return t(e.effect_instruction_i0);case R._l:return e.effect_instruction_i0}}),nV=e=>nG(S.G(e)),nK=(0,u.XY)(2,(e,t)=>{switch(e._tag){case R.N9:return nG(e.effect_instruction_i0);case R._l:return n2(t(e.effect_instruction_i0))}}),nZ=(0,u.XY)(2,(e,{onFailure:t,onSuccess:n})=>{switch(e._tag){case R.N9:return nG((0,u.Fs)(e.effect_instruction_i0,S.Tj(t)));case R._l:return n2(n(e.effect_instruction_i0))}}),nJ=(0,u.XY)(2,(e,t)=>{switch(e._tag){case R.N9:return nG((0,u.Fs)(e.effect_instruction_i0,S.Tj(t)));case R._l:return n2(e.effect_instruction_i0)}}),nQ=(0,u.XY)(2,(e,t)=>{switch(e._tag){case R.N9:return nG(t(e.effect_instruction_i0));case R._l:return n2(e.effect_instruction_i0)}}),n0=(0,u.XY)(2,(e,{onFailure:t,onSuccess:n})=>{switch(e._tag){case R.N9:return t(e.effect_instruction_i0);case R._l:return n(e.effect_instruction_i0)}}),n1=(0,u.XY)(2,(e,{onFailure:t,onSuccess:n})=>{switch(e._tag){case R.N9:return t(e.effect_instruction_i0);case R._l:return n(e.effect_instruction_i0)}}),n2=e=>{let t=new M(R._l);return t.effect_instruction_i0=e,t},n3=n2(void 0),n5=(0,u.XY)(2,(e,t)=>re(e,t,{onSuccess:(e,t)=>[e,t],onFailure:S.il})),n4=(0,u.XY)(2,(e,t)=>re(e,t,{onSuccess:(e,t)=>e,onFailure:S.il})),n6=(0,u.XY)(2,(e,t)=>re(e,t,{onSuccess:(e,t)=>t,onFailure:S.il})),n8=(0,u.XY)(2,(e,t)=>re(e,t,{onSuccess:(e,t)=>[e,t],onFailure:S._7})),n9=(0,u.XY)(2,(e,t)=>re(e,t,{onSuccess:(e,t)=>e,onFailure:S._7})),n7=(0,u.XY)(2,(e,t)=>re(e,t,{onSuccess:(e,t)=>t,onFailure:S._7})),re=(0,u.XY)(3,(e,t,{onFailure:n,onSuccess:r})=>{switch(e._tag){case R.N9:switch(t._tag){case R._l:return nG(e.effect_instruction_i0);case R.N9:return nG(n(e.effect_instruction_i0,t.effect_instruction_i0))}case R._l:switch(t._tag){case R._l:return n2(r(e.effect_instruction_i0,t.effect_instruction_i0));case R.N9:return nG(t.effect_instruction_i0)}}}),rt=(e,t)=>{let n=a.Ts(e);return a.J_(n)?(0,u.Fs)(a.Rx(n),r.TS((0,u.Fs)(a.v4(n),nK(a.of)),(e,n)=>(0,u.Fs)(e,re(n,{onSuccess:(e,t)=>(0,u.Fs)(e,a.Hs(t)),onFailure:t}))),nK(a.BE),nK(e=>a.h3(e)),b.zN):b.dv()},rn=e=>({...I.Em,[A.FX]:A.do,state:m.L8(A.Ub([])),commit(){return ri(this)},blockingOn:e}),rr=()=>ep(eu,e=>ra(e)),ra=e=>eG(()=>rn(e)),ri=e=>j(t=>{let n=m.Jt(e.state);switch(n._tag){case v.R:return t(n.effect);case v.i:return n.joiners.push(t),rS(e,t)}},e.blockingOn),rs=(0,u.XY)(2,(e,t)=>ev(t,e)),ro=(0,u.XY)(2,(e,t)=>eG(()=>{let n=m.Jt(e.state);switch(n._tag){case v.R:return!1;case v.i:m.hZ(e.state,A.Vw(t));for(let e=0,r=n.joiners.length;e<r;e++)n.joiners[e](t);return!0}})),rl=(0,u.XY)(2,(e,t)=>ro(e,t)),rc=(0,u.XY)(2,(e,t)=>ro(e,es(t))),ru=(0,u.XY)(2,(e,t)=>ro(e,eo(t))),rd=(0,u.XY)(2,(e,t)=>ro(e,el(t))),rp=(0,u.XY)(2,(e,t)=>ro(e,ec(t))),rh=(0,u.XY)(2,(e,t)=>ro(e,et(t))),rf=(0,u.XY)(2,(e,t)=>ro(e,er(t))),rg=e=>ep(eu,t=>ro(e,ek(t))),rm=(0,u.XY)(2,(e,t)=>ro(e,ek(t))),rb=e=>eG(()=>m.Jt(e.state)._tag===v.R),rE=e=>eG(()=>{let t=m.Jt(e.state);switch(t._tag){case v.R:return b.zN(t.effect);case v.i:return b.dv()}}),ry=(0,u.XY)(2,(e,t)=>ro(e,eU(t))),rT=(0,u.XY)(2,(e,t)=>ro(e,eG(t))),r_=(e,t)=>{let n=m.Jt(e.state);if(n._tag===v.i){m.hZ(e.state,A.Vw(t));for(let e=0,r=n.joiners.length;e<r;e++)n.joiners[e](t)}},rS=(e,t)=>eG(()=>{let n=m.Jt(e.state);if(n._tag===v.i){let e=n.joiners.indexOf(t);e>=0&&n.joiners.splice(e,1)}}),rA=U(e=>n2(e.currentContext)),rk=()=>rA,rI=e=>ep(rk(),e),rN=(0,u.XY)(2,(e,t)=>tD(tU,t)(e)),rv=(0,u.XY)(2,(e,t)=>tL(tU,e=>i.h1(e,t))(e)),rR=(0,u.XY)(2,(e,t)=>rI(n=>rN(e,t(n)))),rO=(0,u.XY)(2,(e,t)=>ep(e,e=>ep(t.predicate(e),n=>n?eU(e):t.orElse(e)))),rw=(0,u.XY)(2,(e,t)=>rO(e,{predicate:t.predicate,orElse:e=>es(t.orFailWith(e))})),rC=e=>{let t=e.currentSpan;return void 0!==t&&"Span"===t._tag?b.zN(t):b.dv()},rD={_tag:"Span",spanId:"noop",traceId:"noop",sampled:!1,status:{_tag:"Ended",startTime:BigInt(0),endTime:BigInt(0),exit:n3},attributes:new Map,links:[],kind:"internal",attribute(){},event(){},end(){},addLinks(){}},rL=e=>Object.assign(Object.create(rD),e)},17390:(e,t,n)=>{"use strict";n.d(t,{F6:()=>i,Ui:()=>a});var r=n(27911);r.Ie;let a=r.Ui;r.kg;let i=r.F6},18103:(e,t,n)=>{"use strict";n.d(t,{N4:()=>l,$u:()=>c,YW:()=>u});var r=n(67172);let a="BackPressure",i="BufferSliding",s=Symbol.for("effect/ChannelMergeStrategy"),o={[s]:s},l=e=>{let t=Object.create(o);return t._tag=a,t},c=e=>{let t=Object.create(o);return t._tag=i,t},u=(0,r.XY)(2,(e,{onBackPressure:t,onBufferSliding:n})=>{switch(e._tag){case a:return t();case i:return n()}})},18896:(e,t,n)=>{"use strict";n.d(t,{MM:()=>d,PV:()=>c,YO:()=>u,Yj:()=>i,ai:()=>s,zM:()=>o,zQ:()=>l});var r=n(67172);let a=e=>(t,n)=>t===n?0:e(t,n),i=a((e,t)=>e<t?-1:1),s=a((e,t)=>e<t?-1:1),o=a((e,t)=>e<t?-1:1),l=(0,r.XY)(2,(e,t)=>a((n,r)=>e(t(n),t(r)))),c=(...e)=>a((t,n)=>{let r=Math.min(t.length,n.length),a=0;for(let i of e){if(a>=r)break;let e=i(t[a],n[a]);if(0!==e)return e;a++}return 0}),u=e=>a((t,n)=>{let r=t.length,a=n.length,i=Math.min(r,a);for(let r=0;r<i;r++){let a=e(t[r],n[r]);if(0!==a)return a}return s(r,a)}),d=e=>(0,r.XY)(2,(t,n)=>1===e(t,n))},19472:(e,t,n)=>{"use strict";n.d(t,{xM:()=>B,_6:()=>G,VO:()=>$});var r=n(86359),a=n(43359),i=n(49433),s=n(49043),o=n(10592),l=n(80286),c=n(80911),u=n(67172),d=n(70564),p=n(80905),h=n(8844),f=n(30594),g=n(94013),m=n(71622),b=n(84478),E=n(2406),y=n(75921);let T={[Symbol.for("effect/ChannelState")]:{_E:e=>e,_R:e=>e}},_=()=>{let e=Object.create(T);return e._tag=b.PC,e},S=()=>{let e=Object.create(T);return e._tag=b.AV,e},A=e=>{let t=Object.create(T);return t._tag=b.Rc,t.effect=e,t},k=(e,t,n,r)=>{let a=Object.create(T);return a._tag=b.db,a.upstream=e,a.onEffect=t,a.onEmit=n,a.onDone=r,a},I=e=>e._tag===b.Rc,N=e=>I(e)?i.ignore(e.effect):void 0;var v=n(66101);let R="PullFromChild",O="PullFromUpstream",w="DrainChildExecutors",C="Emit";class D{constructor(e,t,n){this._tag=R,this.childExecutor=e,this.parentSubexecutor=t,this.onEmit=n}close(e){let t=this.childExecutor.close(e),n=this.parentSubexecutor.close(e);return void 0!==t&&void 0!==n?i.zipWith(i.exit(t),i.exit(n),(e,t)=>(0,u.Fs)(e,o.aN(t))):void 0!==t?t:void 0!==n?n:void 0}enqueuePullFromChild(e){return this}}class L{constructor(e,t,n,r,a,i,s,o){this._tag=O,this.upstreamExecutor=e,this.createChild=t,this.lastDone=n,this.activeChildExecutors=r,this.combineChildResults=a,this.combineWithChildResult=i,this.onPull=s,this.onEmit=o}close(e){let t=this.upstreamExecutor.close(e);return[...this.activeChildExecutors.map(t=>void 0!==t?t.childExecutor.close(e):void 0),t].reduce((e,t)=>void 0!==e&&void 0!==t?i.zipWith(e,i.exit(t),(e,t)=>o.aN(e,t)):void 0!==e?e:void 0!==t?i.exit(t):void 0,void 0)}enqueuePullFromChild(e){return new L(this.upstreamExecutor,this.createChild,this.lastDone,[...this.activeChildExecutors,e],this.combineChildResults,this.combineWithChildResult,this.onPull,this.onEmit)}}class x{constructor(e,t,n,r,a,i,s){this._tag=w,this.upstreamExecutor=e,this.lastDone=t,this.activeChildExecutors=n,this.upstreamDone=r,this.combineChildResults=a,this.combineWithChildResult=i,this.onPull=s}close(e){let t=this.upstreamExecutor.close(e);return[...this.activeChildExecutors.map(t=>void 0!==t?t.childExecutor.close(e):void 0),t].reduce((e,t)=>void 0!==e&&void 0!==t?i.zipWith(e,i.exit(t),(e,t)=>o.aN(e,t)):void 0!==e?e:void 0!==t?i.exit(t):void 0,void 0)}enqueuePullFromChild(e){return new x(this.upstreamExecutor,this.lastDone,[...this.activeChildExecutors,e],this.upstreamDone,this.combineChildResults,this.combineWithChildResult,this.onPull)}}class P{constructor(e,t){this._tag=C,this.value=e,this.next=t}close(e){return this.next.close(e)}enqueuePullFromChild(e){return this}}let F={[Symbol.for("effect/ChannelUpstreamPullRequest")]:{_A:e=>e}},M=e=>{let t=Object.create(F);return t._tag="Pulled",t.value=e,t};class B{constructor(e,t,n){this._activeSubexecutor=void 0,this._cancelled=void 0,this._closeLastSubstream=void 0,this._done=void 0,this._doneStack=[],this._emitted=void 0,this._input=void 0,this._inProgressFinalizer=void 0,this._currentChannel=e,this._executeCloseLastSubstream=n,this._providedEnv=t}run(){let e;for(;void 0===e;)if(void 0!==this._cancelled)e=this.processCancellation();else if(void 0!==this._activeSubexecutor)e=this.runSubexecutor();else try{if(void 0===this._currentChannel)e=_();else switch(i.isEffect(this._currentChannel)&&(this._currentChannel=f.uS(this._currentChannel)),this._currentChannel._tag){case g.G3:e=this.runBracketOut(this._currentChannel);break;case g.Ai:{let t=this._currentChannel.input;if(this._currentChannel=this._currentChannel.channel,void 0!==this._input){let n=this._input;this._input=void 0;let r=()=>i.flatMap(t.awaitRead(),()=>i.suspend(()=>{let e=n.run();switch(e._tag){case b.PC:return o.YW(n.getDone(),{onFailure:e=>t.error(e),onSuccess:e=>t.done(e)});case b.AV:return i.flatMap(t.emit(n.getEmit()),()=>r());case b.Rc:return i.matchCauseEffect(e.effect,{onFailure:e=>t.error(e),onSuccess:()=>r()});case b.db:return G(e,()=>r(),e=>t.error(e))}}));e=A(i.flatMap(i.forkDaemon(i.interruptible(r())),e=>i.sync(()=>this.addFinalizer(t=>i.flatMap(l.G(e),()=>i.suspend(()=>{let e=this.restorePipe(t,n);return void 0!==e?e:i.void}))))))}break}case g.dr:{let e=new B(this._currentChannel.value(),this._providedEnv,e=>i.sync(()=>{let t=void 0===this._closeLastSubstream?i.void:this._closeLastSubstream;this._closeLastSubstream=(0,u.Fs)(t,i.zipRight(e))}));e._input=this._input;let t=this._currentChannel;this._activeSubexecutor=new L(e,e=>t.k(e),void 0,[],(e,n)=>t.combineInners(e,n),(e,n)=>t.combineAll(e,n),e=>t.onPull(e),e=>t.onEmit(e)),this._closeLastSubstream=void 0,this._currentChannel=void 0;break}case g.AV:this._emitted=this._currentChannel.out,this._currentChannel=void 0!==this._activeSubexecutor?void 0:f.rI,e=S();break;case g.su:this.runEnsuring(this._currentChannel);break;case g.PS:e=this.doneHalt(this._currentChannel.error());break;case g.GE:this._doneStack.push(this._currentChannel.k),this._currentChannel=this._currentChannel.channel;break;case g.Rc:{let t=void 0===this._providedEnv?this._currentChannel.effect():(0,u.Fs)(this._currentChannel.effect(),i.provide(this._providedEnv));e=A(i.matchCauseEffect(t,{onFailure:e=>{let t=this.doneHalt(e);return void 0!==t&&I(t)?t.effect:i.void},onSuccess:e=>{let t=this.doneSucceed(e);return void 0!==t&&I(t)?t.effect:i.void}}));break}case g.RY:{let e=this._input,t=new B(this._currentChannel.left(),this._providedEnv,e=>this._executeCloseLastSubstream(e));t._input=e,this._input=t,this.addFinalizer(t=>{let n=this.restorePipe(t,e);return void 0!==n?n:i.void}),this._currentChannel=this._currentChannel.right();break}case g.Yj:{let e=this._providedEnv;this._providedEnv=this._currentChannel.context(),this._currentChannel=this._currentChannel.inner,this.addFinalizer(()=>i.sync(()=>{this._providedEnv=e}));break}case g.db:{let t=this._currentChannel;e=k(this._input,u.D_,e=>{try{this._currentChannel=t.more(e)}catch(e){this._currentChannel=t.done.onExit(o.F_(e))}},e=>{let n=e=>t.done.onExit(e);this._currentChannel=n(e)});break}case g.l_:e=this.doneSucceed(this._currentChannel.evaluate());break;case g.ky:e=this.doneSucceed(this._currentChannel.terminal);break;case g.FG:this._currentChannel=this._currentChannel.channel()}}catch(e){this._currentChannel=f.AT(r.F_(e))}return e}getDone(){return this._done}getEmit(){return this._emitted}cancelWith(e){this._cancelled=e}clearInProgressFinalizer(){this._inProgressFinalizer=void 0}storeInProgressFinalizer(e){this._inProgressFinalizer=e}popAllFinalizers(e){let t=[],n=this._doneStack.pop();for(;n;)"ContinuationFinalizer"===n._tag&&t.push(n.finalizer),n=this._doneStack.pop();let r=0===t.length?i.void:H(t,e);return this.storeInProgressFinalizer(r),r}popNextFinalizers(){let e=[];for(;0!==this._doneStack.length;){let t=this._doneStack[this._doneStack.length-1];if(t._tag===y.g)break;e.push(t),this._doneStack.pop()}return e}restorePipe(e,t){let n=this._input;return(this._input=t,void 0!==n)?n.close(e):i.void}close(e){let t,n,r=this._inProgressFinalizer;void 0!==r&&(t=(0,u.Fs)(r,i.ensuring(i.sync(()=>this.clearInProgressFinalizer()))));let a=this.popAllFinalizers(e);void 0!==a&&(n=(0,u.Fs)(a,i.ensuring(i.sync(()=>this.clearInProgressFinalizer()))));let s=void 0===this._activeSubexecutor?void 0:this._activeSubexecutor.close(e);if(void 0!==s||void 0!==t||void 0!==n)return(0,u.Fs)(i.exit(U(s)),i.zip(i.exit(U(t))),i.zip(i.exit(U(n))),i.map(([[e,t],n])=>(0,u.Fs)(e,o.aN(t),o.aN(n))),i.uninterruptible,i.flatMap(e=>i.suspend(()=>e)))}doneSucceed(e){if(0===this._doneStack.length)return this._done=o.Py(e),this._currentChannel=void 0,_();let t=this._doneStack[this._doneStack.length-1];if(t._tag===y.g){this._doneStack.pop(),this._currentChannel=t.onSuccess(e);return}let n=this.popNextFinalizers();if(0===this._doneStack.length)return this._doneStack=n.reverse(),this._done=o.Py(e),this._currentChannel=void 0,_();let r=H(n.map(e=>e.finalizer),o.Py(e));return this.storeInProgressFinalizer(r),A((0,u.Fs)(r,i.ensuring(i.sync(()=>this.clearInProgressFinalizer())),i.uninterruptible,i.flatMap(()=>i.sync(()=>this.doneSucceed(e)))))}doneHalt(e){if(0===this._doneStack.length)return this._done=o.AT(e),this._currentChannel=void 0,_();let t=this._doneStack[this._doneStack.length-1];if(t._tag===y.g){this._doneStack.pop();try{this._currentChannel=t.onHalt(e)}catch(e){this._currentChannel=f.AT(r.F_(e))}return}let n=this.popNextFinalizers();if(0===this._doneStack.length)return this._doneStack=n.reverse(),this._done=o.AT(e),this._currentChannel=void 0,_();let a=H(n.map(e=>e.finalizer),o.AT(e));return this.storeInProgressFinalizer(a),A((0,u.Fs)(a,i.ensuring(i.sync(()=>this.clearInProgressFinalizer())),i.uninterruptible,i.flatMap(()=>i.sync(()=>this.doneHalt(e)))))}processCancellation(){return this._currentChannel=void 0,this._done=this._cancelled,this._cancelled=void 0,_()}runBracketOut(e){return A(i.uninterruptible(i.matchCauseEffect(this.provide(e.acquire()),{onFailure:e=>i.sync(()=>{this._currentChannel=f.AT(e)}),onSuccess:t=>i.sync(()=>{this.addFinalizer(n=>this.provide(e.finalizer(t,n))),this._currentChannel=f.M9(t)})})))}provide(e){return void 0===this._providedEnv?e:(0,u.Fs)(e,i.provide(this._providedEnv))}runEnsuring(e){this.addFinalizer(e.finalizer),this._currentChannel=e.channel}addFinalizer(e){this._doneStack.push(new v.iI(e))}runSubexecutor(){let e=this._activeSubexecutor;switch(e._tag){case R:return this.pullFromChild(e.childExecutor,e.parentSubexecutor,e.onEmit,e);case O:return this.pullFromUpstream(e);case w:return this.drainChildExecutors(e);case C:return this._emitted=e.value,this._activeSubexecutor=e.next,S()}}replaceSubexecutor(e){this._currentChannel=void 0,this._activeSubexecutor=e}finishWithExit(e){let t=o.YW(e,{onFailure:e=>this.doneHalt(e),onSuccess:e=>this.doneSucceed(e)});return this._activeSubexecutor=void 0,void 0===t?i.void:I(t)?t.effect:i.void}finishSubexecutorWithCloseEffect(e,...t){this.addFinalizer(()=>(0,u.Fs)(t,i.forEach(t=>(0,u.Fs)(i.sync(()=>t(e)),i.flatMap(e=>void 0!==e?e:i.void)),{discard:!0})));let n=(0,u.Fs)(e,o.YW({onFailure:e=>this.doneHalt(e),onSuccess:e=>this.doneSucceed(e)}));return this._activeSubexecutor=void 0,n}applyUpstreamPullStrategy(e,t,n){switch(n._tag){case E.L:{let r=!e||t.some(e=>void 0!==e);return[n.emitSeparator,r?[void 0,...t]:t]}case E.o:{let r=!e||t.some(e=>void 0!==e);return[n.emitSeparator,r?[...t,void 0]:t]}}}pullFromChild(e,t,n,r){return k(e,u.D_,a=>{let i=n(a);switch(i._tag){case m.SX:break;case m.T7:this.finishWithDoneValue(e,t,i.value);break;case m.u4:{let e=t.enqueuePullFromChild(r);this.replaceSubexecutor(e)}}this._activeSubexecutor=new P(a,this._activeSubexecutor)},o.YW({onFailure:n=>{let r=this.handleSubexecutorFailure(e,t,n);return void 0===r?void 0:N(r)},onSuccess:n=>{this.finishWithDoneValue(e,t,n)}}))}finishWithDoneValue(e,t,n){switch(t._tag){case O:{let r=new L(t.upstreamExecutor,t.createChild,void 0!==t.lastDone?t.combineChildResults(t.lastDone,n):n,t.activeChildExecutors,t.combineChildResults,t.combineWithChildResult,t.onPull,t.onEmit);this._closeLastSubstream=e.close(o.Py(n)),this.replaceSubexecutor(r);break}case w:{let r=new x(t.upstreamExecutor,void 0!==t.lastDone?t.combineChildResults(t.lastDone,n):n,t.activeChildExecutors,t.upstreamDone,t.combineChildResults,t.combineWithChildResult,t.onPull);this._closeLastSubstream=e.close(o.Py(n)),this.replaceSubexecutor(r)}}}handleSubexecutorFailure(e,t,n){return this.finishSubexecutorWithCloseEffect(o.AT(n),e=>t.close(e),t=>e.close(t))}pullFromUpstream(e){if(0===e.activeChildExecutors.length)return this.performPullFromUpstream(e);let t=e.activeChildExecutors[0],n=new L(e.upstreamExecutor,e.createChild,e.lastDone,e.activeChildExecutors.slice(1),e.combineChildResults,e.combineWithChildResult,e.onPull,e.onEmit);if(void 0===t)return this.performPullFromUpstream(n);this.replaceSubexecutor(new D(t.childExecutor,n,t.onEmit))}performPullFromUpstream(e){return k(e.upstreamExecutor,e=>{let t=void 0===this._closeLastSubstream?i.void:this._closeLastSubstream;return this._closeLastSubstream=void 0,(0,u.Fs)(this._executeCloseLastSubstream(t),i.zipRight(e))},t=>{if(void 0!==this._closeLastSubstream){let n=this._closeLastSubstream;return this._closeLastSubstream=void 0,(0,u.Fs)(this._executeCloseLastSubstream(n),i.map(()=>{let n=new B(e.createChild(t),this._providedEnv,this._executeCloseLastSubstream);n._input=this._input;let[r,a]=this.applyUpstreamPullStrategy(!1,e.activeChildExecutors,e.onPull(M(t)));this._activeSubexecutor=new D(n,new L(e.upstreamExecutor,e.createChild,e.lastDone,a,e.combineChildResults,e.combineWithChildResult,e.onPull,e.onEmit),e.onEmit),p.Ru(r)&&(this._activeSubexecutor=new P(r.value,this._activeSubexecutor))}))}let n=new B(e.createChild(t),this._providedEnv,this._executeCloseLastSubstream);n._input=this._input;let[r,a]=this.applyUpstreamPullStrategy(!1,e.activeChildExecutors,e.onPull(M(t)));this._activeSubexecutor=new D(n,new L(e.upstreamExecutor,e.createChild,e.lastDone,a,e.combineChildResults,e.combineWithChildResult,e.onPull,e.onEmit),e.onEmit),p.Ru(r)&&(this._activeSubexecutor=new P(r.value,this._activeSubexecutor))},t=>{if(e.activeChildExecutors.some(e=>void 0!==e)){let t=new x(e.upstreamExecutor,e.lastDone,[void 0,...e.activeChildExecutors],e.upstreamExecutor.getDone(),e.combineChildResults,e.combineWithChildResult,e.onPull);if(void 0!==this._closeLastSubstream){let e=this._closeLastSubstream;return this._closeLastSubstream=void 0,(0,u.Fs)(this._executeCloseLastSubstream(e),i.map(()=>this.replaceSubexecutor(t)))}return void this.replaceSubexecutor(t)}let n=this._closeLastSubstream,r=this.finishSubexecutorWithCloseEffect((0,u.Fs)(t,o.Tj(t=>e.combineWithChildResult(e.lastDone,t))),()=>n,t=>e.upstreamExecutor.close(t));return void 0===r?void 0:N(r)})}drainChildExecutors(e){if(0===e.activeChildExecutors.length){let t=this._closeLastSubstream;return void 0!==t&&this.addFinalizer(()=>i.succeed(t)),this.finishSubexecutorWithCloseEffect(e.upstreamDone,()=>t,t=>e.upstreamExecutor.close(t))}let t=e.activeChildExecutors[0],n=e.activeChildExecutors.slice(1);if(void 0===t){var r;let t,[a,i]=this.applyUpstreamPullStrategy(!0,n,e.onPull((r=n.reduce((e,t)=>void 0!==t?e+1:e,0),(t=Object.create(F))._tag="NoUpstream",t.activeDownstreamCount=r,t)));return(this.replaceSubexecutor(new x(e.upstreamExecutor,e.lastDone,i,e.upstreamDone,e.combineChildResults,e.combineWithChildResult,e.onPull)),p.Ru(a))?(this._emitted=a.value,S()):void 0}let a=new x(e.upstreamExecutor,e.lastDone,n,e.upstreamDone,e.combineChildResults,e.combineWithChildResult,e.onPull);this.replaceSubexecutor(new D(t.childExecutor,a,t.onEmit))}}let U=e=>void 0!==e?e:i.void,H=(e,t)=>(0,u.Fs)(i.forEach(e,e=>i.exit(e(t))),i.map(e=>(0,u.Fs)(o.Q7(e),p.WL(()=>o.rI))),i.flatMap(e=>i.suspend(()=>e))),G=(e,t,n)=>{let r=[e],a=()=>{let e=r.pop();if(void 0===e||void 0===e.upstream)return i.dieMessage("Unexpected end of input for channel execution");let s=e.upstream.run();switch(s._tag){case b.AV:{let s=e.onEmit(e.upstream.getEmit());if(0===r.length){if(void 0===s)return i.suspend(t);return(0,u.Fs)(s,i.matchCauseEffect({onFailure:n,onSuccess:t}))}if(void 0===s)return i.suspend(()=>a());return(0,u.Fs)(s,i.matchCauseEffect({onFailure:n,onSuccess:()=>a()}))}case b.PC:{let s=e.onDone(e.upstream.getDone());if(0===r.length){if(void 0===s)return i.suspend(t);return(0,u.Fs)(s,i.matchCauseEffect({onFailure:n,onSuccess:t}))}if(void 0===s)return i.suspend(()=>a());return(0,u.Fs)(s,i.matchCauseEffect({onFailure:n,onSuccess:()=>a()}))}case b.Rc:return r.push(e),(0,u.Fs)(e.onEffect(s.effect),i.catchAllCause(t=>i.suspend(()=>{let n=e.onDone(o.AT(t));return void 0===n?i.void:n})),i.matchCauseEffect({onFailure:n,onSuccess:()=>a()}));case b.db:return r.push(e),r.push(s),i.suspend(()=>a())}};return a()},$=(0,u.XY)(2,(e,t)=>i.uninterruptibleMask(n=>i.all([h.Zy(t,s.il),a.L8(),a.L8()]).pipe(i.flatMap(([s,p,f])=>n(i.acquireUseRelease(i.sync(()=>new B(e,void 0,u.D_)),e=>i.suspend(()=>Y(e.run(),e).pipe(i.intoDeferred(p),i.zipRight(a.Tx(p)),i.zipLeft(a.Tx(f)))),(e,t)=>{let n=e.close(t);return void 0===n?i.void:i.tapErrorCause(n,e=>h.U9(s,i.failCause(e)))})).pipe(i.forkIn(t),i.flatMap(e=>t.addFinalizer(t=>{let n=o.N6(t)?r.ml(t.cause):void 0;return a.$L(p).pipe(i.flatMap(t=>t?a.Py(f,void 0).pipe(i.zipRight(l.Tx(e)),i.zipRight(l.zq(e))):a.Py(f,void 0).pipe(i.zipRight(n&&d.Ej(n)>0?l.yS(e,c.pM(n)):l.G(e)),i.zipRight(l.zq(e)))))}).pipe(i.zipRight(n(a.Tx(p)))))))))),Y=(e,t)=>{switch(e._tag){case b.Rc:return(0,u.Fs)(e.effect,i.flatMap(()=>Y(t.run(),t)));case b.AV:return Y(t.run(),t);case b.PC:return i.suspend(()=>t.getDone());case b.db:return G(e,()=>Y(t.run(),t),i.failCause)}}},20733:(e,t,n)=>{"use strict";n.d(t,{Ie:()=>a,jJ:()=>g,Ts:()=>i,Jt:()=>o,Im:()=>s,HP:()=>c,Tj:()=>f,qt:()=>p,Tk:()=>d,TS:()=>m,TF:()=>h,hZ:()=>l,Ej:()=>u});var r=n(9733);n(22050),r.eY,r.Fu;let a=r.Ie;r.L8;let i=r.Ts,s=r.Im,o=r.Jt;r.Zd,r.$v,r.zy,r.Fp,r.it;let l=r.hZ,c=r.HP;r.zu,r.jO;let u=r.Ej;r.Tr,r.jT,r.bV;let d=r.Tk,p=r.qt;r.Nt,r.JP,r.KC;let h=r.TF;r.kg;let f=r.Tj;r.qI;let g=r.jJ,m=r.TS;r.pb,r.oE,r.x1,r.i8,r.zN,r.Si},20768:(e,t,n)=>{"use strict";n.d(t,{dc:()=>i,_Z:()=>s,VG:()=>o});var r=n(73129);let a=[],i=!1,s="skip";function o(e,t,n,o){let l;"function"==typeof t&&"function"!=typeof n?(o=n,n=t):l=t;let c=(0,r.C)(l),u=o?-1:1;(function e(r,l,d){let p=r&&"object"==typeof r?r:{};if("string"==typeof p.type){let e="string"==typeof p.tagName?p.tagName:"string"==typeof p.name?p.name:void 0;Object.defineProperty(h,"name",{value:"node ("+r.type+(e?"<"+e+">":"")+")"})}return h;function h(){var p;let h,f,g,m=a;if((!t||c(r,l,d[d.length-1]||void 0))&&(m=Array.isArray(p=n(r,d))?p:"number"==typeof p?[!0,p]:null==p?a:[p])[0]===i)return m;if("children"in r&&r.children&&r.children&&m[0]!==s)for(f=(o?r.children.length:-1)+u,g=d.concat(r);f>-1&&f<r.children.length;){if((h=e(r.children[f],f,g)())[0]===i)return h;f="number"==typeof h[1]?h[1]:f+u}return m}})(e,void 0,[])()}},21090:e=>{"use strict";var t=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,n=/\n/g,r=/^\s*/,a=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,i=/^:\s*/,s=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,o=/^[;\s]*/,l=/^\s+|\s+$/g;function c(e){return e?e.replace(l,""):""}e.exports=function(e,l){if("string"!=typeof e)throw TypeError("First argument must be a string");if(!e)return[];l=l||{};var u=1,d=1;function p(e){var t=e.match(n);t&&(u+=t.length);var r=e.lastIndexOf("\n");d=~r?e.length-r:d+e.length}function h(){var e={line:u,column:d};return function(t){return t.position=new f(e),m(r),t}}function f(e){this.start=e,this.end={line:u,column:d},this.source=l.source}function g(t){var n=Error(l.source+":"+u+":"+d+": "+t);if(n.reason=t,n.filename=l.source,n.line=u,n.column=d,n.source=e,l.silent);else throw n}function m(t){var n=t.exec(e);if(n){var r=n[0];return p(r),e=e.slice(r.length),n}}function b(e){var t;for(e=e||[];t=E();)!1!==t&&e.push(t);return e}function E(){var t=h();if("/"==e.charAt(0)&&"*"==e.charAt(1)){for(var n=2;""!=e.charAt(n)&&("*"!=e.charAt(n)||"/"!=e.charAt(n+1));)++n;if(n+=2,""===e.charAt(n-1))return g("End of comment missing");var r=e.slice(2,n-2);return d+=2,p(r),e=e.slice(n),d+=2,t({type:"comment",comment:r})}}f.prototype.content=e,m(r);var y,T=[];for(b(T);y=function(){var e=h(),n=m(a);if(n){if(E(),!m(i))return g("property missing ':'");var r=m(s),l=e({type:"declaration",property:c(n[0].replace(t,"")),value:r?c(r[0].replace(t,"")):""});return m(o),l}}();)!1!==y&&(T.push(y),b(T));return T}},21227:()=>{},22050:(e,t,n)=>{"use strict";n.d(t,{E$:()=>C,Ej:()=>k,HS:()=>S,Ie:()=>m,KC:()=>D,L$:()=>L,L8:()=>E,Si:()=>_,TF:()=>O,TS:()=>M,Tj:()=>x,Tk:()=>v,Ts:()=>b,WQ:()=>R,bV:()=>N,fi:()=>f,iv:()=>w,jB:()=>U,jJ:()=>F,jT:()=>I,oC:()=>d,pb:()=>B,qI:()=>P,zN:()=>T,zu:()=>A,zx:()=>h,zy:()=>y});var r=n(88916),a=n(67172),i=n(33268),s=n(61296),o=n(50344),l=n(48905),c=n(9733);let u="effect/HashSet",d=Symbol.for(u),p={[d]:d,[Symbol.iterator](){return c.HP(this._keyMap)},[i.HR](){return i.PO(this,i.kg(i.tW(this._keyMap))(i.tW(u)))},[r.HR](e){return!!f(e)&&c.Ej(this._keyMap)===c.Ej(e._keyMap)&&r.aI(this._keyMap,e._keyMap)},toString(){return(0,s.GP)(this.toJSON())},toJSON(){return{_id:"HashSet",values:Array.from(this).map(s.U2)}},[s.FX](){return this.toJSON()},pipe(){return(0,o.tT)(this,arguments)}},h=e=>{let t=Object.create(p);return t._keyMap=e,t},f=e=>(0,l.i5)(e,d),g=h(c.Ie()),m=()=>g,b=e=>{let t=I(m());for(let n of e)R(t,n);return N(t)},E=(...e)=>{let t=I(m());for(let n of e)R(t,n);return N(t)},y=(0,a.XY)(2,(e,t)=>c.zy(e._keyMap,t)),T=(0,a.XY)(2,(e,t)=>{let n=!1;for(let r of e)if(n=t(r))break;return n}),_=(0,a.XY)(2,(e,t)=>!T(e,e=>!t(e))),S=(0,a.XY)(2,(e,t)=>_(e,e=>y(t,e))),A=e=>c.HP(e._keyMap),k=e=>c.Ej(e._keyMap),I=e=>h(c.jT(e._keyMap)),N=e=>(e._keyMap._editable=!1,e),v=(0,a.XY)(2,(e,t)=>{let n=I(e);return t(n),N(n)}),R=(0,a.XY)(2,(e,t)=>e._keyMap._editable?(c.hZ(t,!0)(e._keyMap),e):h(c.hZ(t,!0)(e._keyMap))),O=(0,a.XY)(2,(e,t)=>e._keyMap._editable?(c.TF(t)(e._keyMap),e):h(c.TF(t)(e._keyMap))),w=(0,a.XY)(2,(e,t)=>v(e,e=>{for(let n of t)O(e,n)})),C=(0,a.XY)(2,(e,t)=>v(m(),n=>{for(let r of t)y(r)(e)&&R(r)(n)})),D=(0,a.XY)(2,(e,t)=>v(m(),n=>{for(let r of(F(e,e=>R(n,e)),t))R(n,r)})),L=(0,a.XY)(2,(e,t)=>y(e,t)?O(e,t):R(e,t)),x=(0,a.XY)(2,(e,t)=>v(m(),n=>{F(e,e=>{let r=t(e);y(n,r)||R(n,r)})})),P=(0,a.XY)(2,(e,t)=>v(m(),n=>{F(e,e=>{for(let r of t(e))y(n,r)||R(n,r)})})),F=(0,a.XY)(2,(e,t)=>c.jJ(e._keyMap,(e,n)=>t(n))),M=(0,a.XY)(3,(e,t,n)=>c.TS(e._keyMap,t,(e,t,r)=>n(e,r))),B=(0,a.XY)(2,(e,t)=>v(m(),n=>{let r,a=A(e);for(;!(r=a.next()).done;){let e=r.value;t(e)&&R(n,e)}})),U=(0,a.XY)(2,(e,t)=>{let n,r=A(e),a=I(m()),i=I(m());for(;!(n=r.next()).done;){let e=n.value;t(e)?R(a,e):R(i,e)}return[N(i),N(a)]})},22238:(e,t,n)=>{"use strict";n.d(t,{e7:()=>a});var r=n(38670);r.MN,r.xe;let a=r.e7;r.uu,r.lX,r.OC,r.FG,r.ES,r.Wc,r.YW},22484:(e,t,n)=>{"use strict";n.d(t,{dl:()=>l,j9:()=>o});var r=n(83762),a=n(36493);n(86359),n(67172),n(20733),n(96540),n(16841),n(66073),n(22858);var i=n(33230);i.y4,i.rY,a.EJ,a.j3,a.GG,i.zQ,i.Tc,i.Li,i.Tj,r.sO,r.qI,r.uF,r.eU,i.dv,a.vl;let s=a.Tg;a.cm,a.Pg,i.bQ,i.Py,i.OH,a.Z1,r.By,i.yU,i.pi,i.aN,r.Um,i.Rz,i.mE,i.oz,i.xW,i.m5,i.SZ,r.ek,r.Um,r.Rz,r.Um,r.S_;let o=s(r.Um,r.xW);r.Um,r.SZ;let l=a.dl;i.jj},22751:(e,t,n)=>{"use strict";n.d(t,{QW:()=>d,Q_:()=>p,k2:()=>c,un:()=>u});var r=n(50995),a=n(67172),i=n(16841),s=n(14875),o=n(62473),l=n(83762);let c=i.TjK(i.U8_(s.qJ),r.Jt(o.MG)),u=e=>i.uPR(s.qJ,t=>e(r.Jt(t,o.MG))),d=(0,a.XY)(2,(e,t)=>i.q1t(e,s.qJ,r.WQ(o.MG,t))),p=e=>l._1(s.qJ,r.WQ(o.MG,e))},22858:(e,t,n)=>{"use strict";n.d(t,{$N:()=>u,Au:()=>E,BG:()=>g,Fh:()=>_,Ie:()=>d,Jt:()=>T,Rt:()=>y,aI:()=>S,gU:()=>p,rQ:()=>b,rl:()=>f,vG:()=>k});var r=n(55060),a=n(88916),i=n(67172),s=n(70564),o=n(80905),l=n(50344),c=n(16841);function u(e){return new h(e)}function d(){return u(new Map)}let p=Symbol.for("effect/FiberRefs");class h{constructor(e){this[p]=p,this.locals=e}pipe(){return(0,l.tT)(this,arguments)}}let f=(0,i.XY)(3,(e,t,n)=>{let i=new Map(e.locals);return n.locals.forEach((e,n)=>{let s=e[0][1];if(!e[0][0][a.HR](t)){if(!i.has(n)){if(a.aI(s,n.initial))return;i.set(n,[[t,n.join(n.initial,s)]]);return}let o=i.get(n),[l,c]=((e,t,n,a=!1)=>{let i,s=t,o=n,l=a;for(;void 0===i;)if(r.iI(s)&&r.iI(o)){let e=r.v4(s)[0],t=r.Rx(s),n=r.v4(o)[0],a=r.v4(o)[1],c=r.Rx(o);e.startTimeMillis<n.startTimeMillis?(o=c,l=!0):e.startTimeMillis>n.startTimeMillis?s=t:e.id<n.id?(o=c,l=!0):e.id>n.id?s=t:i=[a,l]}else i=[e.initial,!0];return i})(n,o,e);if(c){let e=n.diff(l,s),r=o[0][1],c=n.join(r,n.patch(e)(r));if(!a.aI(r,c)){let e,r=o[0][0];e=r[a.HR](t)?[[r,c],...o.slice(1)]:[[t,c],...o],i.set(n,e)}}}}),new h(i)}),g=(0,i.XY)(2,(e,t)=>{let n=new Map;return m(e,n,t),new h(n)}),m=(e,t,n)=>{e.locals.forEach((e,r)=>{let i=e[0][1],s=r.patch(r.fork)(i);a.aI(i,s)?t.set(r,e):t.set(r,[[n,s],...e])})},b=e=>s.Ts(e.locals.keys()),E=e=>c.QZV(b(e),t=>c.Ecz(t,_(e,t))),y=(0,i.XY)(2,(e,t)=>{let n=new Map(e.locals);return n.delete(t),new h(n)}),T=(0,i.XY)(2,(e,t)=>e.locals.has(t)?o.zN(r.v4(e.locals.get(t))[1]):o.dv()),_=(0,i.XY)(2,(e,t)=>(0,i.Fs)(T(e,t),o.WL(()=>t.initial))),S=(0,i.XY)(2,(e,{fiberId:t,fiberRef:n,value:r})=>{if(0===e.locals.size)return new h(new Map([[n,[[t,r]]]]));let a=new Map(e.locals);return A(a,t,n,r),new h(a)}),A=(e,t,n,i)=>{let s,o=e.get(n)??[];if(r.iI(o)){let[e,n]=r.v4(o);if(e[a.HR](t))if(a.aI(n,i))return;else s=[[t,i],...o.slice(1)];else s=[[t,i],...o]}else s=[[t,i]];e.set(n,s)},k=(0,i.XY)(2,(e,{entries:t,forkAs:n})=>{if(0===e.locals.size)return new h(new Map(t));let r=new Map(e.locals);return void 0!==n&&m(e,r,n),t.forEach(([e,t])=>{1===t.length?A(r,t[0][0],e,t[0][1]):t.forEach(([t,n])=>{A(r,t,e,n)})}),new h(r)})},23091:(e,t,n)=>{"use strict";function r(){}function a(){}n.d(t,{HB:()=>a,ok:()=>r})},23301:(e,t,n)=>{"use strict";n.d(t,{$v:()=>L,A_:()=>I,Do:()=>P,Ie:()=>v,Jt:()=>x,KA:()=>b,L8:()=>R,Or:()=>y,Sr:()=>p,Um:()=>B,Up:()=>U,WQ:()=>O,XI:()=>g,aE:()=>A,cJ:()=>H,dz:()=>k,gw:()=>D,h1:()=>M,ii:()=>T,lN:()=>h,og:()=>S,om:()=>F,vw:()=>E});var r=n(88916),a=n(67172),i=n(84976),s=n(33268),o=n(61296),l=n(50344),c=n(48905),u=n(77519),d=n(4207);let p=Symbol.for("effect/Context/Tag"),h=Symbol.for("effect/Context/Reference"),f=Symbol.for("effect/STM"),g={...u.MS,_op:"Tag",[f]:u.Hs,[p]:{_Service:e=>e,_Identifier:e=>e},toString(){return(0,o.GP)(this.toJSON())},toJSON(){return{_id:"Tag",key:this.key,stack:this.stack}},[o.FX](){return this.toJSON()},of:e=>e,context(e){return R(this,e)}},m={...g,[h]:h},b=e=>{let t=Error.stackTraceLimit;Error.stackTraceLimit=2;let n=Error();Error.stackTraceLimit=t;let r=Object.create(g);return Object.defineProperty(r,"stack",{get:()=>n.stack}),r.key=e,r},E=e=>()=>{let t=Error.stackTraceLimit;Error.stackTraceLimit=2;let n=Error();function r(){}return Error.stackTraceLimit=t,Object.setPrototypeOf(r,g),r.key=e,Object.defineProperty(r,"stack",{get:()=>n.stack}),r},y=()=>(e,t)=>{let n=Error.stackTraceLimit;Error.stackTraceLimit=2;let r=Error();function a(){}return Error.stackTraceLimit=n,Object.setPrototypeOf(a,m),a.key=e,a.defaultValue=t.defaultValue,Object.defineProperty(a,"stack",{get:()=>r.stack}),a},T=Symbol.for("effect/Context"),_={[T]:{_Services:e=>e},[r.HR](e){if(A(e)&&this.unsafeMap.size===e.unsafeMap.size){for(let t of this.unsafeMap.keys())if(!e.unsafeMap.has(t)||!r.aI(this.unsafeMap.get(t),e.unsafeMap.get(t)))return!1;return!0}return!1},[s.HR](){return s.PO(this,s.ai(this.unsafeMap.size))},pipe(){return(0,l.tT)(this,arguments)},toString(){return(0,o.GP)(this.toJSON())},toJSON(){return{_id:"Context",services:Array.from(this.unsafeMap).map(o.U2)}},[o.FX](){return this.toJSON()}},S=e=>{let t=Object.create(_);return t.unsafeMap=e,t},A=e=>(0,c.i5)(e,T),k=e=>(0,c.i5)(e,p),I=e=>(0,c.i5)(e,h),N=S(new Map),v=()=>N,R=(e,t)=>S(new Map([[e.key,t]])),O=(0,a.XY)(3,(e,t,n)=>{let r=new Map(e.unsafeMap);return r.set(t.key,n),S(r)}),w=(0,i.V)("effect/Context/defaultValueCache",()=>new Map),C=e=>{if(w.has(e.key))return w.get(e.key);let t=e.defaultValue();return w.set(e.key,t),t},D=(e,t)=>e.unsafeMap.has(t.key)?e.unsafeMap.get(t.key):C(t),L=(0,a.XY)(2,(e,t)=>{if(!e.unsafeMap.has(t.key)){if(h in t)return C(t);throw(e=>{let t=Error(`Service not found${e.key?`: ${String(e.key)}`:""}`);if(e.stack){let n=e.stack.split("\n");if(n.length>2){let e=n[2].match(/at (.*)/);e&&(t.message=t.message+` (defined at ${e[1]})`)}}if(t.stack){let e=t.stack.split("\n");e.splice(1,3),t.stack=e.join("\n")}return t})(t)}return e.unsafeMap.get(t.key)}),x=L,P=(0,a.XY)(3,(e,t,n)=>e.unsafeMap.has(t.key)?e.unsafeMap.get(t.key):I(t)?C(t):n()),F=(0,a.XY)(2,(e,t)=>e.unsafeMap.has(t.key)?d.zN(e.unsafeMap.get(t.key)):I(t)?d.zN(C(t)):d.dv),M=(0,a.XY)(2,(e,t)=>{let n=new Map(e.unsafeMap);for(let[e,r]of t.unsafeMap)n.set(e,r);return S(n)}),B=(...e)=>{let t=new Map;for(let n=0;n<e.length;n++)e[n].unsafeMap.forEach((e,n)=>{t.set(n,e)});return S(t)},U=(...e)=>t=>{let n=new Set(e.map(e=>e.key)),r=new Map;for(let[e,a]of t.unsafeMap.entries())n.has(e)&&r.set(e,a);return S(r)},H=(...e)=>t=>{let n=new Map(t.unsafeMap);for(let t of e)n.delete(t.key);return S(n)}},23363:(e,t,n)=>{"use strict";let r;n.d(t,{pbD:()=>I,qdp:()=>N,TjK:()=>v});var a=n(86359),i=n(95793),s=(n(43359),n(49433)),o=n(8285),l=(n(10592),n(67172)),c=n(80905),u=n(50344),d=n(48905),p=n(48499),h=(n(4989),n(8844)),f=n(5886),g=n(19472),m=n(30594),b=n(97362),E=n(54917);let y=Symbol.for("effect/GroupBy"),T={_R:e=>e,_E:e=>e,_K:e=>e,_V:e=>e},_=(0,l.XY)(e=>{let t;return t=e[0],(0,d.i5)(t,y)},(e,t,n)=>b.qIB(e.grouped,([e,n])=>t(e,b._pT(b.gJc(n,{shutdown:!0}))),{concurrency:"unbounded",bufferSize:n?.bufferSize??16}));e=>"function"!=typeof e[0],(e,t,n)=>n?.key?_(A(e,n.key,{bufferSize:n.bufferSize}),(e,n)=>b.JX6(n,t)):b.fPX(n?.concurrency,()=>b.JX6(e,t),r=>n?.unordered?b.qIB(e,e=>b.uS6(t(e)),{concurrency:r}):b.TMJ(e,r,t));class S extends o.Xs{static{r=p.aK}constructor(e,t){super(),this[r]={_Out:e=>e},this.dequeue=e,this.f=t}capacity(){return p.bN(this.dequeue)}get size(){return p.Ej(this.dequeue)}unsafeSize(){return this.dequeue.unsafeSize()}get awaitShutdown(){return p.FV(this.dequeue)}isActive(){return this.dequeue.isActive()}get isShutdown(){return p.$Q(this.dequeue)}get shutdown(){return p.n_(this.dequeue)}get isFull(){return p.uq(this.dequeue)}get isEmpty(){return p.Im(this.dequeue)}get take(){return(0,l.Fs)(p.s(this.dequeue),s.map(e=>this.f(e)))}get takeAll(){return(0,l.Fs)(p.h0(this.dequeue),s.map(i.Tj(e=>this.f(e))))}takeUpTo(e){return(0,l.Fs)(p.ON(this.dequeue,e),s.map(i.Tj(e=>this.f(e))))}takeBetween(e,t){return(0,l.Fs)(p.mX(this.dequeue,e,t),s.map(i.Tj(e=>this.f(e))))}takeN(e){return(0,l.Fs)(p.Iz(this.dequeue,e),s.map(i.Tj(e=>this.f(e))))}poll(){return(0,l.Fs)(p.wt(this.dequeue),s.map(c.Tj(e=>this.f(e))))}pipe(){return(0,u.tT)(this,arguments)}commit(){return this.take}}let A=(0,l.XY)(e=>"function"!=typeof e[0],(e,t,n)=>{let r=(e,i)=>m.u({onInput:o=>m.qI(m.uS(s.forEach(k(o,t),([t,r])=>{let o=e.get(t);return void 0===o?(0,l.Fs)(p.Mm(n?.bufferSize??16),s.flatMap(n=>(0,l.Fs)(s.sync(()=>{e.set(t,n)}),s.zipRight(p.x(i,E.of([t,n]))),s.zipRight((0,l.Fs)(p.x(n,E.iv(r)),s.catchSomeCause(e=>a.t9(e)?c.zN(s.void):c.dv())))))):s.catchSomeCause(p.x(o,E.iv(r)),e=>a.t9(e)?c.zN(s.void):c.dv())},{discard:!0})),()=>r(e,i)),onFailure:e=>m.uS(p.x(i,E.AT(e))),onDone:()=>m.uS((0,l.Fs)(s.forEach(e.entries(),([e,t])=>(0,l.Fs)(p.x(t,E._N),s.catchSomeCause(e=>a.t9(e)?c.zN(s.void):c.dv())),{discard:!0}),s.zipRight(p.x(i,E._N))))});return{[y]:T,pipe(){return(0,u.tT)(this,arguments)},grouped:b.keM(t=>s.gen(function*(){let n=new Map,a=yield*p.dT();return yield*h.U9(t,p.n_(a)),yield*b.pr8(e).pipe(m.WK(r(n,a)),f.Ze,g.VO(t),s.forkIn(t),s.as(b._pT(b.gJc(a,{shutdown:!0}))))}))}}),k=(0,l.XY)(2,(e,t)=>{let n,r=[],a=e[Symbol.iterator](),s=new Map;for(;(n=a.next())&&!n.done;){let e=n.value,a=t(e);if(s.has(a))s.get(a).push(e);else{let t=[e];r.push([a,t]),s.set(a,t)}}return i.Iv(r.map(e=>[e[0],i.Iv(e[1])]))});b.O4p,b.sAj,b.ZjH,b.pYz,b.Q56,b.QDe,b.NbH,b.mtG,b.as,b.Qku,b.a1b,b.xFb,b.bGY,b.Baj,b.mqN,b.uMJ,b.Bgl,b.hYI,b.AEl,b.ra8,b.dWW,b.h9N,b.uPo,b._Oy,b.KuX,b.loE,b.RJ2,b.AoS,b.YaF,b.B53,b.VNK,b.pl8,b.kg7,b.c$M,b.xWs,b.KOB,b.$An,b.KBS,b.DyF,b.NJm,b.sg1,b.F_Q,b.Kbz,b.GSS,b.u3U,b.ZBY,b.Zen,b.tID,b.gvV,b.gc8,b.Cmk,b.jjj,b.HdH,b.IHh,b.gPK,b.Iex,b.yeE,b.szT,b._OA,b.sxi,b.d_m,b.EHx,b.g7Y,b.fJG,b.gOk,b.ATB,b.pVV;let I=b.pbD;b.ODK,b.x1Q,b.E8K,b.mAd,b.PdO,b.PkA,b.I6j,b.nCM,b.qIB,b.Bqz,b.B$Z,b.kjI,b.WmK,b.U5d,b._pT,b.i4r,b.zrT,b.EfB,b.pr8,b.u7q,b.P$i,b.bT0,b.TYd,b.uS6,b.v7O;let N=b.qdp;b.usx,b.Tsr,b.ipe,b.b1S,b.OBL,b.gJc,b.c2,b.fph,b.VQg,b.agF,b.naR,b.zDy,b.yTQ,b._Q_,b.eBu,b.ZWH,b.nIh,b.CCl,b.A7h,b.ft,b.fNz,b.eV2,b.S67,b.P47,b.nlf,b.L8n;let v=b.TjK;b.OMK,b.JUj,b.UcN,b.bsU,b.qTV,b.H7O,b.Y4$,b.by4,b.sbx,b.xm_,b.aWS,b.h1I,b.Um7,b.$xe,b.XQi,b.KJo,b.ahT,b.VxE,b.kBx,b.ZmZ,b.HTf,b.S5A,b.ER8,b.aoR,b.QgK,b.kS9,b.NWQ,b.Ggq,b.xS7,b.hRE,b.UZM,b.tDI,b.DM4,b.EnV,b.BG1,b.gF$,b.FSO,b.jBG,b.s9b,b.zY,b.W7X,b.tyW,b.U5Q,b.Hs9,b.PpN,b.$1l,b.pR7,b.PfK,b.c7E,b.FS,b.kyh,b.rGZ,b.O4F,b.Vdx,b.y17,b.Bsl,b.xQX,b.fVI,b.uxO,b.vyB,b.EPo,b.lwS,b.QcF,b.QqF,b.$Gu,b.TAT,b.Nh$,b.l1Z,b.w6K,b.L5P,b.ORl,b.eFU,b.sZ3,b.TrK,b.KEl,b.vbZ,b.ies,b.pk9,b.C2R,b.az_,b.feR,b.uL9,b.lPw,b.o1d,b.bht,b.NUv,b.S8c,b.JSQ,b.rhH,b.eKg,b.p9$,b.RXz,b.XW_,b.wEr,b.$eh,b.OlJ,b.M__,b.pqB,b.SQs,b.J8u,b.Szv,b.bqT,b._aP,b.ovR,b.P1j,b.Pxi,b.p2R,b.I1p,b.zNS,b.Dfo,b.qUc,b.lDo,b.p7P,b.uzs,b.PyW,b.OH5,b.DYE,b.saZ,b.O6g,b.QKh,b.NpH,b.v6,b.Mim,b.Bio,b.sFT,b.Ly1,b.dW9,b.nFR,b.EH3,b.ioe,b.wRz,b.ANz,b.ny8,b.nHM,b.bk5,b.VlR,b.TEV,b.RlJ,b.olw,b.tiA,b.ior,b.M4l,b.ZBU,b.kwt,b.QCN,b.t8s,b.AyW,b.b0H,b.c13,b.rIH,b.oAg,b.A2M,b.keM,b.bUZ,b.z7s,b.lsS,b.uGN,b.iK2,b.fRP,b.yU6,b._tq,b.xrQ,b.MAb,b.hVW,b.YG,b.VpO,b.oHA,b.qrH,b.fWh,b.Fnq,b.QMs,b.LiC,b.piH,b.aNH,b.OYO,b.Yir,b.fFn,b.FwQ,b.n8y,b.y4y,b.Do,b.oIE,b.JrD,b.zMU,b.g7H,b.wxB,b.VL_},24898:(e,t,n)=>{"use strict";n.d(t,{$Q:()=>O,Ej:()=>B,FV:()=>A,I2:()=>T,Im:()=>v,Iz:()=>Y,KX:()=>p,Ke:()=>N,Mm:()=>k,Mx:()=>b,N4:()=>f,Nc:()=>m,ON:()=>z,QE:()=>h,ZF:()=>S,bN:()=>I,dT:()=>j,eC:()=>E,h0:()=>G,iI:()=>C,jF:()=>P,jK:()=>_,mX:()=>$,n_:()=>M,of:()=>g,p2:()=>U,re:()=>L,s:()=>H,se:()=>D,uq:()=>R,wt:()=>x,x:()=>w});var r=n(55060),a=n(95793),i=n(67172),s=n(80905),o=n(48905),l=n(8516),c=n(31180),u=n(28629),d=n(75344);let p=Symbol.for("effect/TQueue/TEnqueue"),h=Symbol.for("effect/TQueue/TDequeue"),f={_tag:c.fX},g={_tag:c.aJ},m={_tag:c.JW},b={_Out:e=>e},E={_In:e=>e};class y{constructor(e,t,n){this[h]=b,this[p]=E,this.size=l.DG(e=>{let t=d.$v(this.ref,e.journal);return void 0===t?l.yS(e.fiberId):l.Py(t.length)}),this.isFull=l.Tj(this.size,e=>e===this.requestedCapacity),this.isEmpty=l.Tj(this.size,e=>0===e),this.shutdown=l.DG(e=>(d.lA(this.ref,void 0,e.journal),u.rI)),this.isShutdown=l.QZ(e=>void 0===d.$v(this.ref,e)),this.awaitShutdown=l.qI(this.isShutdown,e=>e?u.rI:l.L5),this.peek=l.DG(e=>{let t=d.$v(this.ref,e.journal);return void 0===t?l.yS(e.fiberId):0===t.length?l.L5:l.Py(t[0])}),this.peekOption=l.DG(e=>{let t=d.$v(this.ref,e.journal);return void 0===t?l.yS(e.fiberId):l.Py(s.k$(t[0]))}),this.take=l.DG(e=>{let t=d.$v(this.ref,e.journal);if(void 0===t)return l.yS(e.fiberId);if(0===t.length)return l.L5;let n=t.shift();return d.lA(this.ref,t,e.journal),l.Py(n)}),this.takeAll=l.DG(e=>{let t=d.$v(this.ref,e.journal);return void 0===t?l.yS(e.fiberId):(d.lA(this.ref,[],e.journal),l.Py(t))}),this.ref=e,this.requestedCapacity=t,this.strategy=n}capacity(){return this.requestedCapacity}offer(e){return l.DG(t=>{let n=(0,i.Fs)(this.ref,d.$v(t.journal));if(void 0===n)return l.yS(t.fiberId);if(n.length<this.requestedCapacity)return n.push(e),d.lA(this.ref,n,t.journal),l.Py(!0);switch(this.strategy._tag){case c.fX:return l.L5;case c.aJ:return l.Py(!1);case c.JW:if(0===n.length)return l.Py(!0);return n.shift(),n.push(e),d.lA(this.ref,n,t.journal),l.Py(!0)}})}offerAll(e){return l.DG(t=>{let n=Array.from(e),r=d.$v(this.ref,t.journal);if(void 0===r)return l.yS(t.fiberId);if(r.length+n.length<=this.requestedCapacity)return d.lA(this.ref,[...r,...n],t.journal),l.Py(!0);switch(this.strategy._tag){case c.fX:return l.L5;case c.aJ:{let e=n.slice(0,this.requestedCapacity-r.length);return d.lA(this.ref,[...r,...e],t.journal),l.Py(!1)}case c.JW:{let e=n.slice(0,this.requestedCapacity-r.length),a=r.length+e.length-this.requestedCapacity,i=r.slice(a);return d.lA(this.ref,[...i,...e],t.journal),l.Py(!0)}}})}takeUpTo(e){return l.DG(t=>{let n=d.$v(this.ref,t.journal);if(void 0===n)return l.yS(t.fiberId);let[r,i]=a.gI(a.Iv(n),e);return d.lA(this.ref,Array.from(i),t.journal),l.Py(Array.from(r))})}}let T=e=>_(e)&&S(e),_=e=>(0,o.i5)(e,p),S=e=>(0,o.i5)(e,h),A=e=>e.awaitShutdown,k=e=>W(e,f),I=e=>e.capacity(),N=e=>W(e,g),v=e=>e.isEmpty,R=e=>e.isFull,O=e=>e.isShutdown,w=(0,i.XY)(2,(e,t)=>e.offer(t)),C=(0,i.XY)(2,(e,t)=>e.offerAll(t)),D=e=>e.peek,L=e=>e.peekOption,x=e=>(0,i.Fs)(e.takeUpTo(1),l.Tj(r.d5)),P=(0,i.XY)(2,(e,t)=>F(e,t)),F=(e,t)=>l.qI(e.take,n=>t(n)?l.Py(n):F(e,t)),M=e=>e.shutdown,B=e=>e.size,U=e=>W(e,m),H=e=>e.take,G=e=>e.takeAll,$=(0,i.XY)(3,(e,t,n)=>u.DY(()=>{let r=(t,n,s)=>n<t?l.Py(s):(0,i.Fs)(e.takeUpTo(n),l.qI(o=>{let c=t-o.length;return 1===c?(0,i.Fs)(e.take,l.Tj(e=>(0,i.Fs)(s,a.u2(a.Iv(o)),a.BC(e)))):c>1?(0,i.Fs)(e.take,l.qI(e=>r(c-1,n-o.length-1,(0,i.Fs)(s,a.u2(a.Iv(o)),a.BC(e))))):l.Py((0,i.Fs)(s,a.u2(a.Iv(o))))}));return l.Tj(r(t,n,a.Ie()),e=>Array.from(e))})),Y=(0,i.XY)(2,(e,t)=>(0,i.Fs)(e,$(t,t))),z=(0,i.XY)(2,(e,t)=>e.takeUpTo(t)),j=()=>W(Number.MAX_SAFE_INTEGER,g),W=(e,t)=>l.Tj(d.L8([]),n=>new y(n,e,t))},25124:(e,t,n)=>{"use strict";n.d(t,{Cn:()=>D,Lc:()=>O,mH:()=>C,sw:()=>eK,Mu:()=>eZ,jq:()=>B,H7:()=>H,LT:()=>U,h9:()=>$,uP:()=>Y,_O:()=>q,F_:()=>z,Kb:()=>j,vf:()=>W,up:()=>e2,Ie:()=>eF,XE:()=>X,fJ:()=>V,AT:()=>Z,pV:()=>J,gO:()=>K,wo:()=>ei,Eq:()=>el,_1:()=>ec,q1:()=>eo,qI:()=>Q,Bq:()=>ee,pn:()=>et,uS:()=>en,Nf:()=>ea,AC:()=>er,Xx:()=>eu,pL:()=>x,IW:()=>L,ql:()=>ed,sk:()=>es,vh:()=>F,Tj:()=>eg,xm:()=>em,YW:()=>eE,D$:()=>eb,Bj:()=>ey,h1:()=>eT,Um:()=>e_,Pe:()=>ep,Qg:()=>eS,NW:()=>eA,le:()=>ek,Cv:()=>eI,Gt:()=>ej,S5:()=>eW,L5:()=>eN,z8:()=>eD,P1:()=>eO,qA:()=>eC,dm:()=>ew,eu:()=>eL,Py:()=>ex,Or:()=>eP,DY:()=>eM,OH:()=>eB,Jc:()=>eU,Mi:()=>eH,sF:()=>eG,Ly:()=>e$,Qf:()=>eY,Yp:()=>ez,$M:()=>M,vM:()=>eX,A2:()=>eV,hq:()=>eQ,fR:()=>eJ,OY:()=>eq});var r=n(86359),a=n(30990),i=n(50995),s=n(36196),o=n(17390),l=n(67172),c=n(20733),u=n(50344),d=n(48905),p=n(89371),h=n(49790),f=n(8844),g=n(75275),m=n(16841),b=n(61137),E=n(15105),y=n(83762),T=n(31107),_=n(97671);let S="Fresh",A="ProvideMerge";var k=n(98931),I=n(16550),N=n(8481);let v=(0,l.XY)(2,(e,t)=>e.modifyEffect(t));var R=n(34279);let O=Symbol.for("effect/Layer"),w={[O]:{_RIn:e=>e,_E:e=>e,_ROut:e=>e},pipe(){return(0,u.tT)(this,arguments)}},C=Symbol.for("effect/Layer/MemoMap"),D=i.Or()("effect/Layer/CurrentMemoMap",{defaultValue:()=>M()}),L=e=>(0,d.i5)(e,O),x=e=>e._op_layer===S;class P{constructor(e){this.ref=e,this[C]=C}getOrElseMemoize(e,t){return(0,l.Fs)(v(this.ref,n=>{let r=n.get(e);if(void 0!==r){let[e,a]=r,i=(0,l.Fs)(e,m.qIB(([e,t])=>(0,l.Fs)(g.Bz(e),m.as(t))),m.cfM(m.Wtn({onFailure:()=>m.rIH,onSuccess:()=>m.Uio(t,a)})));return m.PyW([i,n])}return(0,l.Fs)(k.L8(0),m.qIB(r=>(0,l.Fs)(m.WW4(),m.qIB(a=>(0,l.Fs)(k.L8(()=>m.rIH),m.TjK(i=>{let s=m.FcF(s=>(0,l.Fs)(y.RW(),m.qIB(o=>(0,l.Fs)(s(m.qIB(G(e,o,!0),e=>g.Ek(e(this)))),m.NS5,m.qIB(s=>{switch(s._tag){case _.N9:return(0,l.Fs)(m.FIO(a,s.effect_instruction_i0),m.aNH(m.vDJ(o,s)),m.aNH(m.ATB(s.effect_instruction_i0)));case _._l:return(0,l.Fs)(k.hZ(i,e=>(0,l.Fs)(m.vDJ(o,e),m.iK2(k.JP(r,e=>[1===e,e-1])),m.NLW)),m.aNH(k.yo(r,e=>e+1)),m.aNH(m.Uio(t,t=>(0,l.Fs)(m.OH5(()=>n.delete(e)),m.aNH(k.Jt(i)),m.qIB(e=>e(t))))),m.aNH(m.syF(a,s.effect_instruction_i0)),m.as(s.effect_instruction_i0[1]))}}))))),o=[(0,l.Fs)(m.gn0(a),m.cfM(m.dDX({onFailure:()=>m.rIH,onSuccess:()=>k.yo(r,e=>e+1)}))),e=>(0,l.Fs)(k.Jt(i),m.qIB(t=>t(e)))];return[s,x(e)?n:n.set(e,o)]}))))))}),m.Bqz)}}let F=m.DYE(()=>m.TjK(b.PJ(new Map),e=>new P(e))),M=()=>new P(b.Do(new Map)),B=e=>y.NB(t=>U(e,t)),U=(0,l.XY)(2,(e,t)=>m.qIB(F,n=>H(e,n,t))),H=(0,l.XY)(3,(e,t,n)=>m.qIB(G(e,n),e=>g.Pf(e(t),D,t))),G=(e,t,n=!1)=>{switch(e._op_layer){case"Locally":return m.OH5(()=>n=>e.f(n.getOrElseMemoize(e.self,t)));case"ExtendScope":return m.OH5(()=>t=>y.NB(n=>t.getOrElseMemoize(e.layer,n)));case"Fold":return m.OH5(()=>n=>(0,l.Fs)(n.getOrElseMemoize(e.layer,t),m.khu({onFailure:r=>n.getOrElseMemoize(e.failureK(r),t),onSuccess:r=>n.getOrElseMemoize(e.successK(r),t)})));case"Fresh":return m.OH5(()=>n=>(0,l.Fs)(e.layer,U(t)));case"FromEffect":return n?m.OH5(()=>t=>e.effect):m.OH5(()=>n=>n.getOrElseMemoize(e,t));case"Provide":return m.OH5(()=>n=>(0,l.Fs)(n.getOrElseMemoize(e.first,t),m.qIB(r=>(0,l.Fs)(n.getOrElseMemoize(e.second,t),m.PpN(r)))));case"Scoped":return n?m.OH5(()=>n=>y.v_(e.effect,t)):m.OH5(()=>n=>n.getOrElseMemoize(e,t));case"Suspend":return m.OH5(()=>n=>n.getOrElseMemoize(e.evaluate(),t));case"ProvideMerge":return m.OH5(()=>n=>(0,l.Fs)(n.getOrElseMemoize(e.first,t),m.OYO(n.getOrElseMemoize(e.second,t),e.zipK)));case"ZipWith":return m.JkU(function*(){let n=yield*m.Z$R(t,E._7),r=yield*m.Z$R(n,E.il),a=yield*m.Z$R(n,E.il);return t=>(0,l.Fs)(t.getOrElseMemoize(e.first,r),y.cw(t.getOrElseMemoize(e.second,a),e.zipK,{concurrent:!0}))});case"MergeAll":{let n=e.layers;return m.TjK(m.Z$R(t,E._7),e=>t=>{let r=Array(n.length);return m.TjK(y.Kd(n,m.D9k(function*(n,a){let i=yield*m.Z$R(e,E.il),s=yield*t.getOrElseMemoize(n,i);r[a]=s}),!1,!1),()=>i.Um(...r))})}}},$=(0,l.XY)(2,(e,t)=>eE(e,{onFailure:t,onSuccess:eP})),Y=(0,l.XY)(2,(e,t)=>eb(e,{onFailure:t,onSuccess:eP})),z=e=>Z(r.F_(e)),j=e=>J(()=>r.F_(e())),W=e=>eg(e,()=>i.Ie()),q=()=>ea(m._OA()),X=e=>{let t=Object.create(w);return t._op_layer="ExtendScope",t.layer=e,t},V=e=>Z(r.fJ(e)),K=e=>J(()=>r.fJ(e())),Z=e=>ea(m.ATB(e)),J=e=>ea(m.pVV(e)),Q=(0,l.XY)(2,(e,t)=>eE(e,{onFailure:V,onSuccess:t})),ee=(0,l.XY)(2,(e,t)=>Q(e,i.Jt(t))),et=e=>{let t=Object.create(w);return t._op_layer=S,t.layer=e,t},en=(0,l.XY)(2,(e,t)=>{let n=i.dz(e),r=n?e:t,a=n?t:e;return ea(m.TjK(a,e=>i.L8(r,e)))}),er=e=>ea(m.TjK(e,()=>i.Ie()));function ea(e){let t=Object.create(w);return t._op_layer="FromEffect",t.effect=e,t}let ei=(0,l.XY)(3,(e,t,n)=>es(e,m.woH(t,n))),es=(0,l.XY)(2,(e,t)=>{let n=Object.create(w);return n._op_layer="Locally",n.self=e,n.f=t,n}),eo=(0,l.XY)(3,(e,t,n)=>es(e,m.q1t(t,n))),el=(e,t)=>ew(y.Eq(e,t)),ec=(e,t)=>ew(y._1(e,t)),eu=(e,t,n)=>ea(m.TjK(e,e=>i.L8(t,n(e)))),ed=e=>y.sZ(m.aNH(y.NB(t=>(0,l.Fs)(e,U(t))),m.ZmZ)),ep=function(){return 1==arguments.length?e=>eh(arguments[0],e):eh(arguments[0],arguments[1])},eh=(e,t)=>ex(e,new Proxy({...t},{get(t,n,r){if(n in t)return t[n];let a=Error.stackTraceLimit;Error.stackTraceLimit=2;let i=Error(`${e.key}: Unimplemented method "${n.toString()}"`);return Error.stackTraceLimit=a,i.name="UnimplementedError",ef(i)},has:l.ue})),ef=e=>{let t=m.F_Q(e);function n(){return t}return Object.assign(n,t),Object.setPrototypeOf(n,Object.getPrototypeOf(t)),n},eg=(0,l.XY)(2,(e,t)=>Q(e,e=>eP(t(e)))),em=(0,l.XY)(2,(e,t)=>$(e,e=>K(()=>t(e)))),eb=(0,l.XY)(2,(e,{onFailure:t,onSuccess:n})=>{let r=Object.create(w);return r._op_layer="Fold",r.layer=e,r.failureK=t,r.successK=n,r}),eE=(0,l.XY)(2,(e,{onFailure:t,onSuccess:n})=>eb(e,{onFailure:e=>{let n=r.vE(e);switch(n._tag){case"Left":return t(n.left);case"Right":return Z(n.right)}},onSuccess:n})),ey=e=>y.NB(t=>m.TjK(g.Bj(U(e,t)),ea)),eT=(0,l.XY)(2,(e,t)=>eq(e,t,(e,t)=>i.h1(e,t))),e_=(...e)=>{let t=Object.create(w);return t._op_layer="MergeAll",t.layers=e,t},eS=e=>$(e,e=>z(e)),eA=(0,l.XY)(2,(e,t)=>$(e,t)),ek=e=>eT(q(),e),eI=(0,l.XY)(4,(e,t,n,r)=>eg(e,e=>i.L8(n,r(i.$v(e,t))))),eN=(0,l.XY)(2,(e,t)=>eM(()=>{let n=i.Io("effect/Layer/retry/{ state: unknown }");return(0,l.Fs)(ex(n,{state:t.initial}),Q(r=>ev(e,t,n,(0,l.Fs)(r,i.Jt(n)).state)))})),ev=(e,t,n,r)=>(0,l.Fs)(e,$(a=>(0,l.Fs)(eR(t,n,a,r),Q(r=>et(ev(e,t,n,(0,l.Fs)(r,i.Jt(n)).state)))))),eR=(e,t,n,r)=>en(t,(0,l.Fs)(a.Ru,m.qIB(t=>(0,l.Fs)(e.step(t,n,r),m.qIB(([e,r,i])=>p.$L(i)?m.fJG(n):(0,l.Fs)(a.yy(s.ne(h.ni(i.intervals)-t)),m.as({state:e}))))))),eO=(0,l.XY)(2,(e,t)=>{let n=i.dz(e),r=n?e:t,a=n?t:e;return eC(m.TjK(a,e=>i.L8(r,e)))}),ew=e=>eC((0,l.Fs)(e,m.as(i.Ie()))),eC=e=>{let t=Object.create(w);return t._op_layer="Scoped",t.effect=e,t},eD=eC(m.TjK(y.Q5(y.RW(),(e,t)=>e.close(t)),e=>i.L8(f.HG,e))),eL=e=>en(e,e),ex=(0,l.XY)(2,(e,t)=>{let n=i.dz(e),r=n?e:t,a=n?t:e;return ea(m.PyW(i.L8(r,a)))}),eP=e=>ea(m.PyW(e)),eF=eP(i.Ie()),eM=e=>{let t=Object.create(w);return t._op_layer="Suspend",t.evaluate=e,t},eB=(0,l.XY)(2,(e,t)=>{let n=i.dz(e),r=n?e:t,a=n?t:e;return ea(m.OH5(()=>i.L8(r,a())))}),eU=e=>ea(m.OH5(e)),eH=(0,l.XY)(2,(e,t)=>Q(e,e=>ea(m.as(t(e),e)))),eG=(0,l.XY)(2,(e,t)=>$(e,e=>ea(m.qIB(t(e),()=>m.fJG(e))))),e$=(0,l.XY)(2,(e,t)=>Y(e,e=>ea(m.qIB(t(e),()=>m.ATB(e))))),eY=e=>(0,l.Fs)(y.NB(t=>U(e,t)),m.qIB(e=>(0,l.Fs)(I.fA(),m.PpN(e)))),ez=(0,l.XY)(2,(e,t)=>m.qIB(y.NB(n=>H(e,t,n)),e=>(0,l.Fs)(I.fA(),m.PpN(e)))),ej=(0,l.XY)(2,(e,t)=>eM(()=>{let n=Object.create(w);return n._op_layer="Provide",n.first=Object.create(w,{_op_layer:{value:A,enumerable:!0},first:{value:q(),enumerable:!0},second:{value:Array.isArray(t)?e_(...t):t},zipK:{value:(e,t)=>(0,l.Fs)(e,i.h1(t))}}),n.second=e,n})),eW=(0,l.XY)(2,(e,t)=>{let n=Object.create(w);return n._op_layer=A,n.first=t,n.second=ej(e,t),n.zipK=(e,t)=>(0,l.Fs)(e,i.h1(t)),n}),eq=(0,l.XY)(3,(e,t,n)=>eM(()=>{let r=Object.create(w);return r._op_layer="ZipWith",r.first=e,r.second=t,r.zipK=n,r})),eX=e=>{let t=i.Io("effect/Layer/unwrapEffect/Layer.Layer<R1, E1, A>");return Q(en(t,e),e=>i.Jt(e,t))},eV=e=>{let t=i.Io("effect/Layer/unwrapScoped/Layer.Layer<R1, E1, A>");return Q(eO(t,e),e=>i.Jt(e,t))},eK=(0,l.XY)(e=>L(e[0]),function(){let e=arguments;return eo(e[0],m.Umi,"string"==typeof e[1]?c.hZ(e[1],e[2]):t=>Object.entries(e[1]).reduce((e,[t,n])=>c.hZ(e,t,n),t))}),eZ=(0,l.XY)(e=>L(e[0]),function(){let e=arguments;return eo(e[0],m.BzD,"string"==typeof e[1]?c.hZ(e[1],e[2]):t=>Object.entries(e[1]).reduce((e,[t,n])=>c.hZ(e,t,n),t))}),eJ=function(){let e="string"!=typeof arguments[0],t=e?arguments[1]:arguments[0],n=R.ZA(e?arguments[2]:arguments[1]);if(e){let e=arguments[0];return eV(m.TjK(n?.onEnd?m.Mim(y.Rd(t,n),e=>y.U9(t=>n.onEnd(e,t))):y.Rd(t,n),t=>eQ(e,t)))}return e=>eV(m.TjK(n?.onEnd?m.Mim(y.Rd(t,n),e=>y.U9(t=>n.onEnd(e,t))):y.Rd(t,n),t=>eQ(e,t)))},eQ=(0,l.XY)(2,(e,t)=>ej(e,eP(i.L8(R.Te,t)))),e0=(0,l.XY)(2,(e,t)=>y.Px(n=>m.qIB(U(t,n),t=>m.$1l(e,t)))),e1=(0,l.XY)(2,(e,t)=>{let n=o.Ui(I.KD.fiberRefs,t.fiberRefs),r=N.Ui(I.KD.runtimeFlags,t.runtimeFlags);return m.FcF(a=>m.$we(s=>{let l=s.getFiberRef(m.Fi1),c=s.getFiberRefs(),u=o.F6(s.id(),c)(n),d=s.currentRuntimeFlags,p=N.F6(r)(d),h=o.Ui(u,c),f=N.Ui(p,d);return s.setFiberRefs(u),s.currentRuntimeFlags=p,y.ye(m.$1l(a(e),i.h1(l,t.context)),m.$we(e=>(e.setFiberRefs(o.F6(e.id(),e.getFiberRefs())(h)),e.currentRuntimeFlags=N.F6(f)(e.currentRuntimeFlags),m.rIH)))}))}),e2=(0,l.XY)(2,(e,t)=>Array.isArray(t)?e0(e,e_(...t)):L(t)?e0(e,t):i.aE(t)?m.$1l(e,t):T.i in t?m.qIB(t.runtimeEffect,t=>e1(e,t)):e1(e,t))},25548:(e,t,n)=>{"use strict";n.d(t,{Bq:()=>h,Ie:()=>c,J0:()=>p,Tk:()=>y,eM:()=>u,iG:()=>F,lq:()=>T});var r=n(95793),a=n(88916),i=n(20733),s=n(96540),o=n(80905),l=n(48905);let c={_tag:"Empty"},u=(e,t)=>({_tag:"Par",left:e,right:t}),d=(e,t)=>({_tag:"Seq",left:e,right:t}),p=(e,t)=>({_tag:"Single",dataSource:e,blockedRequest:t}),h=e=>{let t=s.of(e),n=s.Ie();for(;;){let[e,r]=s.TS(t,[k(),s.Ie()],([e,t],n)=>{let[r,a]=f(n);return[N(e,r),s.u2(t,a)]});if(n=g(n,e),s.gD(r))return s.BE(n);t=r}throw Error("BUG: BlockedRequests.flatten - please report an issue at https://github.com/Effect-TS/effect/issues")},f=e=>{let t=e,n=k(),r=s.Ie(),a=s.Ie();for(;;)switch(t._tag){case"Empty":if(s.gD(r))return[n,a];t=r.head,r=r.tail;break;case"Par":r=s.qu(t.right,r),t=t.left;break;case"Seq":{let e=t.left,n=t.right;switch(e._tag){case"Empty":t=n;break;case"Par":{let r=e.left,a=e.right;t=u(d(r,n),d(a,n));break}case"Seq":t=d(e.left,d(e.right,n));break;case"Single":t=e,a=s.qu(n,a)}break}case"Single":if(n=I(n,t),s.gD(r))return[n,a];t=r.head,r=r.tail}throw Error("BUG: BlockedRequests.step - please report an issue at https://github.com/Effect-TS/effect/issues")},g=(e,t)=>{if(s.gD(e))return s.of(O(t));if(v(t))return e;let n=P(e.head),r=R(t);return 1===n.length&&1===r.length&&a.aI(n[0],r[0])?s.qu(x(e.head,O(t)),e.tail):s.qu(O(t),e)},m=Symbol.for("effect/RequestBlock/Entry");class b{constructor(e,t,n,r,a){this[m]=E,this.request=e,this.result=t,this.listeners=n,this.ownerId=r,this.state=a}}let E={_R:e=>e},y=e=>(0,l.i5)(e,m),T=e=>new b(e.request,e.result,e.listeners,e.ownerId,e.state),_=Symbol.for("effect/RequestBlock/RequestBlockParallel"),S={_R:e=>e};class A{constructor(e){this[_]=S,this.map=e}}let k=()=>new A(i.Ie()),I=(e,t)=>new A(i.qt(e.map,t.dataSource,e=>o.ZK(o.Tj(e,r.BC(t.blockedRequest)),()=>r.of(t.blockedRequest)))),N=(e,t)=>new A(i.TS(e.map,t.map,(e,t,n)=>i.hZ(e,n,o.YW(i.Jt(e,n),{onNone:()=>t,onSome:e=>r.u2(t,e)})))),v=e=>i.Im(e.map),R=e=>Array.from(i.HP(e.map)),O=e=>L(i.Tj(e.map,e=>r.of(e))),w=Symbol.for("effect/RequestBlock/RequestBlockSequential"),C={_R:e=>e};class D{constructor(e){this[w]=C,this.map=e}}let L=e=>new D(e),x=(e,t)=>new D(i.TS(t.map,e.map,(e,t,n)=>i.hZ(e,n,o.YW(i.Jt(e,n),{onNone:()=>r.Ie(),onSome:e=>r.u2(e,t)})))),P=e=>Array.from(i.HP(e.map)),F=e=>Array.from(e.map)},26801:(e,t)=>{"use strict";t.byteLength=function(e){var t=l(e),n=t[0],r=t[1];return(n+r)*3/4-r},t.toByteArray=function(e){var t,n,i=l(e),s=i[0],o=i[1],c=new a((s+o)*3/4-o),u=0,d=o>0?s-4:s;for(n=0;n<d;n+=4)t=r[e.charCodeAt(n)]<<18|r[e.charCodeAt(n+1)]<<12|r[e.charCodeAt(n+2)]<<6|r[e.charCodeAt(n+3)],c[u++]=t>>16&255,c[u++]=t>>8&255,c[u++]=255&t;return 2===o&&(t=r[e.charCodeAt(n)]<<2|r[e.charCodeAt(n+1)]>>4,c[u++]=255&t),1===o&&(t=r[e.charCodeAt(n)]<<10|r[e.charCodeAt(n+1)]<<4|r[e.charCodeAt(n+2)]>>2,c[u++]=t>>8&255,c[u++]=255&t),c},t.fromByteArray=function(e){for(var t,r=e.length,a=r%3,i=[],s=0,o=r-a;s<o;s+=16383)i.push(function(e,t,r){for(var a,i=[],s=t;s<r;s+=3)a=(e[s]<<16&0xff0000)+(e[s+1]<<8&65280)+(255&e[s+2]),i.push(n[a>>18&63]+n[a>>12&63]+n[a>>6&63]+n[63&a]);return i.join("")}(e,s,s+16383>o?o:s+16383));return 1===a?i.push(n[(t=e[r-1])>>2]+n[t<<4&63]+"=="):2===a&&i.push(n[(t=(e[r-2]<<8)+e[r-1])>>10]+n[t>>4&63]+n[t<<2&63]+"="),i.join("")};for(var n=[],r=[],a="u">typeof Uint8Array?Uint8Array:Array,i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,o=i.length;s<o;++s)n[s]=i[s],r[i.charCodeAt(s)]=s;function l(e){var t=e.length;if(t%4>0)throw Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");-1===n&&(n=t);var r=n===t?0:4-n%4;return[n,r]}r[45]=62,r[95]=63},26963:(e,t,n)=>{"use strict";n.d(t,{K2:()=>i,Zu:()=>s});var r=n(14875),a=n(40161);a.p1;let i=r.K2;r.vz,r.cF,r.BQ,r.HO,r.k4,r.Yq,r.Gx,a.k_,a.L8;let s=a.Zu},27626:(e,t,n)=>{"use strict";n.d(t,{CO:()=>p,Fd:()=>d,Lj:()=>r,Nk:()=>c,OH:()=>a,Oj:()=>i,T$:()=>o,WQ:()=>l,ox:()=>s,rT:()=>u});let r="DrainLeft",a="DrainRight",i="PullBoth",s="PullLeft",o="PullRight",l={_tag:r},c={_tag:a},u={_tag:i},d=e=>({_tag:s,rightChunk:e}),p=e=>({_tag:o,leftChunk:e})},27629:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});let r={}.hasOwnProperty;function a(e,t){let n=t||{};function a(t,...n){let i=a.invalid,s=a.handlers;if(t&&r.call(t,e)){let n=String(t[e]);i=r.call(s,n)?s[n]:a.unknown}if(i)return i.call(this,t,...n)}return a.handlers=n.handlers||{},a.invalid=n.invalid,a.unknown=n.unknown,a}},27911:(e,t,n)=>{"use strict";n.d(t,{F6:()=>f,Ie:()=>d,Ui:()=>p,kg:()=>h});var r=n(55060),a=n(88916),i=n(67172),s=n(22858);let o="Empty",l="Remove",c="Update",u="AndThen",d={_tag:o},p=(e,t)=>{let n=new Map(e.locals),i=d;for(let[e,s]of t.locals.entries()){let t=r.v4(s)[1],o=n.get(e);if(void 0!==o){let n=r.v4(o)[1];(0,a.aI)(n,t)||(i=h({_tag:c,fiberRef:e,patch:e.diff(n,t)})(i))}else i=h({_tag:"Add",fiberRef:e,value:t})(i);n.delete(e)}for(let[e]of n.entries())i=h({_tag:l,fiberRef:e})(i);return i},h=(0,i.XY)(2,(e,t)=>({_tag:u,first:e,second:t})),f=(0,i.XY)(3,(e,t,n)=>{let a=n,i=r.of(e);for(;r.iI(i);){let e=r.v4(i),n=r.Rx(i);switch(e._tag){case o:i=n;break;case"Add":a=s.aI(a,{fiberId:t,fiberRef:e.fiberRef,value:e.value}),i=n;break;case l:a=s.Rt(a,e.fiberRef),i=n;break;case c:{let r=s.Fh(a,e.fiberRef);a=s.aI(a,{fiberId:t,fiberRef:e.fiberRef,value:e.fiberRef.patch(e.patch)(r)}),i=n;break}case u:i=r.Hs(e.first)(r.Hs(e.second)(n))}}return a})},28629:(e,t,n)=>{"use strict";n.d(t,{DY:()=>u,Q7:()=>c,jJ:()=>l,rI:()=>p,tX:()=>d});var r=n(55060),a=n(67172),i=n(48905),s=n(8516);let o=(0,a.XY)(2,(e,t)=>(0,a.Fs)(e,s.Tj(()=>t))),l=(0,a.XY)(e=>i.xZ(e[0]),(e,t,n)=>n?.discard?(0,a.Fs)(s.OH(()=>e[Symbol.iterator]()),s.qI(e=>{let n=u(()=>{let r=e.next();return r.done?p:(0,a.Fs)(t(r.value),s.qI(()=>n))});return n})):u(()=>r.Ts(e).reduce((e,n)=>s.OY(e,t(n),(e,t)=>(e.push(t),e)),s.Py([])))),c=(e,t)=>Symbol.iterator in e?l(e,a.D_,t):t?.discard?l(Object.values(e),a.D_,t):s.Tj(l(Object.entries(e),([e,t])=>s.Tj(t,t=>[e,t])),e=>{let t={};for(let[n,r]of e)t[n]=r;return t}),u=e=>{let t;return t=s.OH(e),s.qI(t,a.D_)},d=(0,a.XY)(2,(e,t)=>s.qI(e,e=>o(t(e),e))),p=s.Py(void 0)},29600:(e,t,n)=>{"use strict";n.d(t,{Vw:()=>E,$L:()=>_,W_:()=>S,eJ:()=>A,yk:()=>y,IU:()=>T});var r=n(88916),a=n(67172),i=n(33268),s=n(48905);let o="effect/FiberStatus",l=Symbol.for(o),c="Done",u="Running",d="Suspended",p=i.Yj(`${o}-${c}`);class h{[i.HR](){return p}[r.HR](e){return b(e)&&e._tag===c}constructor(){this[l]=l,this._tag=c}}class f{constructor(e){this[l]=l,this._tag=u,this.runtimeFlags=e}[i.HR](){return(0,a.Fs)(i.tW(o),i.kg(i.tW(this._tag)),i.kg(i.tW(this.runtimeFlags)),i.PO(this))}[r.HR](e){return b(e)&&e._tag===u&&this.runtimeFlags===e.runtimeFlags}}class g{constructor(e,t){this[l]=l,this._tag=d,this.runtimeFlags=e,this.blockingOn=t}[i.HR](){return(0,a.Fs)(i.tW(o),i.kg(i.tW(this._tag)),i.kg(i.tW(this.runtimeFlags)),i.kg(i.tW(this.blockingOn)),i.PO(this))}[r.HR](e){return b(e)&&e._tag===d&&this.runtimeFlags===e.runtimeFlags&&r.aI(this.blockingOn,e.blockingOn)}}let m=new h,b=e=>(0,s.i5)(e,l),E=m,y=e=>new f(e),T=(e,t)=>new g(e,t),_=e=>e._tag===c,S=e=>e._tag===u,A=e=>e._tag===d},29654:(e,t,n)=>{"use strict";n.d(t,{G:()=>r});class r{constructor(e){this.value=e}}},29955:(e,t,n)=>{"use strict";n.d(t,{OR:()=>l,aZ:()=>c});var r=n(36185),a=n(67172),i=n(16841),s=n(25124),o=n(64270);let l=(0,a.XY)(2,(e,t)=>i.DYE(()=>{let n,a=0;return i.qIB(i.iMI({while:()=>a<t.steps.length&&(void 0===n||r.OC(n)),body:()=>{let r=t.steps[a],l=s.up(e,r.provide);if(n){let e=!1,t=l;l=i.DYE(()=>e?t:(e=!0,n)),l=o.kZ(o.Po(l,c(r,!1)))}else{let e=c(r,!0);l=e?o.kZ(o.Po(l,e)):l}return i.gPK(l)},step:e=>{n=e,a++}}),()=>n)})),c=(e,t)=>t?1!==e.attempts&&(e.schedule||e.attempts)?o.vD({schedule:e.schedule,while:e.while,times:e.attempts?e.attempts-1:void 0}):void 0:o.vD({schedule:e.schedule?e.schedule:e.attempts?void 0:o.Oo,times:e.attempts,while:e.while})},30594:(e,t,n)=>{"use strict";n.d(t,{le:()=>T,Ih:()=>A,uP:()=>k,ye:()=>I,sF:()=>v,Ny:()=>R,wO:()=>O,sz:()=>w,fJ:()=>C,AT:()=>D,pV:()=>L,qI:()=>x,Qr:()=>P,uS:()=>F,IV:()=>S,WK:()=>M,Pp:()=>B,$5:()=>U,u:()=>H,Py:()=>G,B6:()=>$,DY:()=>Y,OH:()=>z,rI:()=>j,M9:()=>W});var r=n(86359),a=n(95793),i=n(49433),s=n(36185),o=n(67172),l=n(80905),c=n(50344),u=n(48905),d=n(71622);let p=Symbol.for("effect/ChannelChildExecutorDecision"),h={[p]:p},f=e=>{let t=Object.create(h);return t._tag=d.SX,t};var g=n(66101),m=n(2406);let b={[Symbol.for("effect/ChannelUpstreamPullStrategy")]:{_A:e=>e}},E=e=>{let t=Object.create(b);return t._tag=m.L,t.emitSeparator=e,t};var y=n(94013);let T=Symbol.for("effect/Channel"),_={[T]:{_Env:e=>e,_InErr:e=>e,_InElem:e=>e,_InDone:e=>e,_OutErr:e=>e,_OutElem:e=>e,_OutDone:e=>e},pipe(){return(0,c.tT)(this,arguments)}},S=e=>(0,u.i5)(e,T)||i.isEffect(e),A=(0,o.XY)(2,(e,t)=>{let n=Object.create(_);return n._tag=y.G3,n.acquire=()=>e,n.finalizer=t,n}),k=(0,o.XY)(2,(e,t)=>{let n=Object.create(_);return n._tag=y.GE,n.channel=e,n.k=new g.$d(G,t),n}),I=e=>Y(()=>{let t=[];return x(M(e,N(t)),e=>z(()=>[a.Ts(t),e]))}),N=e=>U({onInput:t=>x(z(()=>{e.push(t)}),()=>N(e)),onFailure:C,onDone:$}),v=(e,t,n)=>{let r=Object.create(_);return r._tag=y.dr,r.combineInners=t,r.combineAll=n,r.onPull=()=>E(l.dv()),r.onEmit=()=>f,r.value=()=>e,r.k=o.D_,r},R=(0,o.XY)(4,(e,t,n,r)=>{let a=Object.create(_);return a._tag=y.dr,a.combineInners=n,a.combineAll=r,a.onPull=()=>E(l.dv()),a.onEmit=()=>f,a.value=()=>e,a.k=t,a}),O=(0,o.XY)(2,(e,t)=>{let n=Object.create(_);return n._tag=y.Ai,n.input=t,n.channel=e,n}),w=(0,o.XY)(2,(e,t)=>{let n=Object.create(_);return n._tag=y.su,n.channel=e,n.finalizer=t,n}),C=e=>D(r.fJ(e)),D=e=>L(()=>e),L=e=>{let t=Object.create(_);return t._tag=y.PS,t.error=e,t},x=(0,o.XY)(2,(e,t)=>{let n=Object.create(_);return n._tag=y.GE,n.channel=e,n.k=new g.$d(t,D),n}),P=(0,o.XY)(2,(e,t)=>{let n=Object.create(_);return n._tag=y.GE,n.channel=e,n.k=new g.$d(t.onSuccess,t.onFailure),n}),F=e=>{let t=Object.create(_);return t._tag=y.Rc,t.effect=()=>e,t},M=(0,o.XY)(2,(e,t)=>{let n=Object.create(_);return n._tag=y.RY,n.left=()=>e,n.right=()=>t,n}),B=(0,o.XY)(2,(e,t)=>{let n=Object.create(_);return n._tag=y.Yj,n.context=()=>t,n.inner=e,n}),U=e=>H({onInput:e.onInput,onFailure:t=>s.YW(r.vE(t),{onLeft:e.onFailure,onRight:D}),onDone:e.onDone}),H=e=>{let t=Object.create(_);return t._tag=y.db,t.more=e.onInput,t.done=new g.$d(e.onDone,e.onFailure),t},G=e=>z(()=>e),$=e=>{let t=Object.create(_);return t._tag=y.ky,t.terminal=e,t},Y=e=>{let t=Object.create(_);return t._tag=y.FG,t.channel=e,t},z=e=>{let t=Object.create(_);return t._tag=y.l_,t.evaluate=e,t},j=$(void 0),W=e=>{let t=Object.create(_);return t._tag=y.AV,t.out=e,t}},30818:(e,t,n)=>{"use strict";n.d(t,{w3:()=>o,wC:()=>s});var r=n(88916),a=n(33268),i=n(77519);a.HR,r.HR;let s=function(){function e(e){e&&Object.assign(this,e)}return e.prototype=i.KE,e}(),o=e=>Object.assign(Object.create(i.KE),e)},30990:(e,t,n)=>{"use strict";n.d(t,{RK:()=>l,Ru:()=>s,s0:()=>o,yy:()=>i,zD:()=>c});var r=n(66756),a=n(14875);r.iu,r.L8;let i=a.yy,s=a.Ru,o=a.s0,l=a.RK,c=r.hV},31107:(e,t,n)=>{"use strict";n.d(t,{i:()=>r});let r=Symbol.for("effect/ManagedRuntime")},31180:(e,t,n)=>{"use strict";n.d(t,{JW:()=>i,aJ:()=>a,fX:()=>r});let r="BackPressure",a="Dropping",i="Sliding"},32682:function(e,t,n){"use strict";var r=(this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}})(n(99634)),a=n(52634);function i(e,t){var n={};return e&&"string"==typeof e&&(0,r.default)(e,function(e,r){e&&r&&(n[(0,a.camelCase)(e,t)]=r)}),n}i.default=i,e.exports=i},33230:(e,t,n)=>{"use strict";n.d(t,{Li:()=>k,OH:()=>O,Py:()=>R,Rz:()=>U,SZ:()=>M,Tc:()=>A,Tj:()=>I,aN:()=>D,bQ:()=>v,dv:()=>N,jj:()=>H,m5:()=>J,mE:()=>F,oz:()=>P,pi:()=>C,rY:()=>_,xW:()=>V,y4:()=>y,yU:()=>w,zQ:()=>S});var r=n(55060),a=n(50995),i=n(98844),s=n(67172),o=n(84976),l=n(20733),c=n(61296),u=n(96540),d=n(80905),p=n(50344),h=n(83483),f=n(14875),g=n(62473),m=n(66073),b=n(87448),E=n(41463);let y=Symbol.for("effect/Logger"),T={_Message:e=>e,_Output:e=>e},_=e=>({[y]:T,log:e,pipe(){return(0,p.tT)(this,arguments)}}),S=(0,s.XY)(2,(e,t)=>_(n=>e.log({...n,message:t(n.message)}))),A=(0,s.XY)(2,(e,t)=>_(n=>e.log(t(n)))),k=(0,s.XY)(2,(e,t)=>_(n=>t(n.logLevel)?d.zN(e.log(n)):d.dv())),I=(0,s.XY)(2,(e,t)=>_(n=>t(e.log(n)))),N={[y]:T,log:s.Yi,pipe(){return(0,p.tT)(this,arguments)}},v=e=>({[y]:T,log:({message:t})=>e(t),pipe(){return(0,p.tT)(this,arguments)}}),R=e=>v(()=>e),O=e=>v(e),w=(0,s.XY)(2,(e,t)=>_(n=>[e.log(n),t.log(n)])),C=(0,s.XY)(2,(e,t)=>I(w(e,t),e=>e[0])),D=(0,s.XY)(2,(e,t)=>I(w(e,t),e=>e[1])),L=/^[^\s"=]*$/,x=(e,t)=>({annotations:n,cause:a,date:i,fiberId:s,logLevel:o,message:l,spans:u})=>{let d=t=>t.match(L)?t:e(t),p=(e,t)=>`${b.wR(e)}=${d(t)}`,f=(e,t)=>" "+p(e,t),g=p("timestamp",i.toISOString());g+=f("level",o.label),g+=f("fiber",m.CB(s));let E=r.D8(l);for(let e=0;e<E.length;e++)g+=f("message",c.ZK(E[e],t));for(let e of(h.uH(a)||(g+=f("cause",h.j9(a,{renderErrorCause:!0}))),u))g+=" "+b.XX(i.getTime())(e);for(let[e,r]of n)g+=f(e,c.ZK(r,t));return g},P=_(x(e=>`"${e.replace(/\\([\s\S])|(")/g,"\\$1$2")}"`)),F=_(x(JSON.stringify,0)),M=_(({annotations:e,cause:t,date:n,fiberId:a,logLevel:i,message:s,spans:o})=>{let c=n.getTime(),d={},p={};if(l.Ej(e)>0)for(let[t,n]of e)d[t]=B(n);if(u.ae(o))for(let e of o)p[e.label]=c-e.startTime;let f=r.D8(s);return{message:1===f.length?B(f[0]):f.map(B),logLevel:i.label,timestamp:n.toISOString(),cause:h.Im(t)?void 0:h.j9(t,{renderErrorCause:!0}),annotations:d,spans:p,fiberId:m.CB(a)}}),B=e=>{switch(typeof e){case"bigint":case"function":case"symbol":return String(e);default:return c.U2(e)}},U=I(M,c.hL),H=e=>"object"==typeof e&&null!=e&&y in e,G=(e,...t)=>{let n="";for(let e=0;e<t.length;e++)n+=`\x1b[${t[e]}m`;return n+e+"\x1b[0m"},$=(e,...t)=>e,Y={None:[],All:[],Trace:["90"],Debug:["34"],Info:["32"],Warning:["33"],Error:["31"],Fatal:["101","30"]},z={None:"",All:"",Trace:"color:gray",Debug:"color:blue",Info:"color:green",Warning:"color:orange",Error:"color:red",Fatal:"background-color:red;color:white"},j=e=>`${e.getHours().toString().padStart(2,"0")}:${e.getMinutes().toString().padStart(2,"0")}:${e.getSeconds().toString().padStart(2,"0")}.${e.getMilliseconds().toString().padStart(3,"0")}`,W="object"==typeof E&&null!==E&&"object"==typeof E.stdout&&null!==E.stdout,q=W&&!0===E.stdout.isTTY,X=W||"Deno"in globalThis,V=e=>{let t=e?.mode??"auto",n="browser"===("auto"===t?X?"tty":"browser":t),r="boolean"==typeof e?.colors?e.colors:q||n,a=e?.formatDate??j;return n?Z({colors:r,formatDate:a}):K({colors:r,formatDate:a,stderr:e?.stderr===!0})},K=e=>{let t=e.colors?G:$;return _(({annotations:n,cause:s,context:o,date:d,fiberId:p,logLevel:E,message:y,spans:T})=>{let _=i.Fh(o,f.qJ),S=a.Jt(_,g.MG).unsafe,A=!0===e.stderr?S.error:S.log,k=r.D8(y),I=t(`[${e.formatDate(d)}]`,"37")+` ${t(E.label,...Y[E._tag])}`+` (${m.CB(p)})`;if(u.ae(T)){let e=d.getTime(),t=b.XX(e);for(let e of T)I+=" "+t(e)}I+=":";let N=0;if(k.length>0){let e=B(k[0]);"string"==typeof e&&(I+=" "+t(e,"1","36"),N++)}if(A(I),S.group(),h.Im(s)||A(h.j9(s,{renderErrorCause:!0})),N<k.length)for(;N<k.length;N++)A(c.E$(k[N]));if(l.Ej(n)>0)for(let[e,r]of n)A(t(`${e}:`,"1","37"),c.E$(r));S.groupEnd()})},Z=e=>{let t=e.colors?"%c":"";return _(({annotations:n,cause:s,context:o,date:d,fiberId:p,logLevel:E,message:y,spans:T})=>{let _=i.Fh(o,f.qJ),S=a.Jt(_,g.MG).unsafe,A=r.D8(y),k=`${t}[${e.formatDate(d)}]`,I=[];if(e.colors&&I.push("color:gray"),k+=` ${t}${E.label}${t} (${m.CB(p)})`,e.colors&&I.push(z[E._tag],""),u.ae(T)){let e=d.getTime(),t=b.XX(e);for(let e of T)k+=" "+t(e)}k+=":";let N=0;if(A.length>0){let n=B(A[0]);"string"==typeof n&&(k+=` ${t}${n}`,e.colors&&I.push("color:deepskyblue"),N++)}if(S.groupCollapsed(k,...I),h.Im(s)||S.error(...h.Yu(s)),N<A.length)for(;N<A.length;N++)S.log(c.E$(A[N]));if(l.Ej(n)>0)for(let[t,r]of n){let n=c.E$(r);e.colors?S.log(`%c${t}:`,"color:gray",n):S.log(`${t}:`,n)}S.groupEnd()})},J=(0,o.V)("effect/Logger/prettyLoggerDefault",()=>V())},33268:(e,t,n)=>{"use strict";n.d(t,{HR:()=>l,PO:()=>E,QK:()=>m,YO:()=>b,Yj:()=>g,ai:()=>f,kg:()=>d,tW:()=>c,yT:()=>u});var r=n(67172),a=n(84976),i=n(48905),s=n(95329);let o=(0,a.V)(Symbol.for("effect/Hash/randomHashCache"),()=>new WeakMap),l=Symbol.for("effect/Hash"),c=e=>{if(!0===s.Hi.enabled)return 0;switch(typeof e){case"number":return f(e);case"bigint":return g(e.toString(10));case"boolean":case"symbol":return g(String(e));case"string":return g(e);case"undefined":return g("undefined");case"function":case"object":if(null===e)return g("null");if(e instanceof Date){if(Number.isNaN(e.getTime()))return g("Invalid Date");return c(e.toISOString())}if(e instanceof URL)return c(e.href);else if(h(e))return e[l]();else return u(e);default:throw Error(`BUG: unhandled typeof ${typeof e} - please report an issue at https://github.com/Effect-TS/effect/issues`)}},u=e=>(o.has(e)||o.set(e,f(Math.floor(Math.random()*Number.MAX_SAFE_INTEGER))),o.get(e)),d=e=>t=>53*t^e,p=e=>0xbfffffff&e|e>>>1&0x40000000,h=e=>(0,i.i5)(e,l),f=e=>{if(e!=e||e===1/0)return 0;let t=0|e;for(t!==e&&(t^=0xffffffff*e);e>0xffffffff;)t^=e/=0xffffffff;return p(t)},g=e=>{let t=5381,n=e.length;for(;n;)t=33*t^e.charCodeAt(--n);return p(t)},m=e=>((e,t)=>{let n=12289;for(let a=0;a<t.length;a++)n^=(0,r.Fs)(g(t[a]),d(c(e[t[a]])));return p(n)})(e,Object.keys(e)),b=e=>{let t=6151;for(let n=0;n<e.length;n++)t=(0,r.Fs)(t,d(c(e[n])));return p(t)},E=function(){if(1==arguments.length){let e=arguments[0];return function(t){return Object.defineProperty(e,l,{value:()=>t,enumerable:!1}),t}}let e=arguments[0],t=arguments[1];return Object.defineProperty(e,l,{value:()=>t,enumerable:!1}),t}},33440:(e,t,n)=>{"use strict";n.d(t,{KD:()=>s,MY:()=>a,Np:()=>i});var r=n(16550);let a=r.vI;r.NV,r.FZ,r.B5,r.LP;let i=r.Vk,s=r.KD;r.VE,r.L8,r.VK,r.mq,r.Js,r.RU,r.$Q,r.o$,r.r_,r.Kv,r.Pf,r.En,r.Ib,r.xo},34279:(e,t,n)=>{"use strict";let r,a;n.d(t,{DW:()=>m,Ez:()=>c,L8:()=>l,Te:()=>u,Tz:()=>o,Vv:()=>h,ZA:()=>g,uV:()=>f});var i=n(50995),s=n(67172);let o=Symbol.for("effect/Tracer"),l=e=>({[o]:o,...e}),c=i.Io("effect/Tracer"),u=i.Io("effect/ParentSpan"),d=(a=(r="abcdef0123456789").length,function(e){let t="";for(let n=0;n<e;n++)t+=r.charAt(Math.floor(Math.random()*a));return t});class p{constructor(e,t,n,r,a,i){this._tag="Span",this.traceId="native",this.sampled=!0,this.events=[],this.name=e,this.parent=t,this.context=n,this.startTime=a,this.kind=i,this.status={_tag:"Started",startTime:a},this.attributes=new Map,this.traceId="Some"===t._tag?t.value.traceId:d(32),this.spanId=d(16),this.links=Array.from(r)}end(e,t){this.status={_tag:"Ended",endTime:e,exit:t,startTime:this.status.startTime}}attribute(e,t){this.attributes.set(e,t)}event(e,t,n){this.events.push([e,t,n??{}])}addLinks(e){this.links.push(...e)}}let h=l({span:(e,t,n,r,a,i)=>new p(e,t,n,r,a,i),context:e=>e()}),f=e=>({_tag:"ExternalSpan",spanId:e.spanId,traceId:e.traceId,sampled:e.sampled??!0,context:e.context??i.Ie()}),g=e=>{if(e?.captureStackTrace===!1||e?.captureStackTrace!==void 0&&"boolean"!=typeof e.captureStackTrace)return e;let t=Error.stackTraceLimit;Error.stackTraceLimit=3;let n=Error();Error.stackTraceLimit=t;let r=!1;return{...e,captureStackTrace:()=>{if(!1!==r)return r;if(void 0!==n.stack){let e=n.stack.split("\n");if(void 0!==e[3])return r=e[3].trim()}}}},m=i.Or()("effect/Tracer/DisablePropagation",{defaultValue:s.f4})},34785:(e,t,n)=>{"use strict";n.d(t,{$Q:()=>B,A3:()=>K,AH:()=>m,Bg:()=>N,Ej:()=>P,Es:()=>_,FV:()=>U,GR:()=>T,Im:()=>M,Iz:()=>V,KA:()=>J,Ke:()=>R,L8:()=>C,Ld:()=>I,Mm:()=>v,ON:()=>q,_K:()=>b,aK:()=>g,bN:()=>x,dT:()=>w,e6:()=>f,gZ:()=>k,h0:()=>W,iI:()=>Y,mX:()=>X,n_:()=>H,p2:()=>O,s:()=>j,tz:()=>$,uq:()=>F,wt:()=>z,x:()=>G,xE:()=>Z});var r=n(55060),a=n(95793),i=n(8285),s=n(67172),o=n(36252),l=n(96007),c=n(80905),u=n(50344),d=n(48905),p=n(16841),h=n(83762);let f=Symbol.for("effect/QueueEnqueue"),g=Symbol.for("effect/QueueDequeue"),m=Symbol.for("effect/QueueStrategy"),b=Symbol.for("effect/BackingQueue"),E={_A:e=>e},y={_A:e=>e},T={_In:e=>e},_={_Out:e=>e};class S extends i.Xs{constructor(e,t,n,r,a){super(),this[f]=T,this[g]=_,this.queue=e,this.takers=t,this.shutdownHook=n,this.shutdownFlag=r,this.strategy=a}pipe(){return(0,u.tT)(this,arguments)}commit(){return this.take}capacity(){return this.queue.capacity()}get size(){return p.DYE(()=>p.h9N(this.unsafeSize(),()=>p.GaK))}unsafeSize(){return l.Jt(this.shutdownFlag)?c.dv():c.zN(this.queue.length()-o.Bw(this.takers)+this.strategy.surplusSize())}get isEmpty(){return p.TjK(this.size,e=>e<=0)}get isFull(){return p.TjK(this.size,e=>e>=this.capacity())}get shutdown(){return p.rfi(p.$we(e=>((0,s.Fs)(this.shutdownFlag,l.hZ(!0)),(0,s.Fs)(h.Kd(ea(this.takers),t=>p.bdM(t,e.id()),!1,!1),p.aNH(this.strategy.shutdown),p.iK2(p.syF(this.shutdownHook,void 0)),p.NLW))))}get isShutdown(){return p.OH5(()=>l.Jt(this.shutdownFlag))}get awaitShutdown(){return p.gn0(this.shutdownHook)}isActive(){return!l.Jt(this.shutdownFlag)}unsafeOffer(e){let t;if(l.Jt(this.shutdownFlag))return!1;if(0===this.queue.length()){let n=(0,s.Fs)(this.takers,o.wt(o.r_));n!==o.r_?(en(n,e),t=!0):t=!1}else t=!1;if(t)return!0;let n=this.queue.offer(e);return eo(this.strategy,this.queue,this.takers),n}offer(e){return p.DYE(()=>{let t;if(l.Jt(this.shutdownFlag))return p.GaK;if(0===this.queue.length()){let n=(0,s.Fs)(this.takers,o.wt(o.r_));n!==o.r_?(en(n,e),t=!0):t=!1}else t=!1;if(t)return p.PyW(!0);let n=this.queue.offer(e);return eo(this.strategy,this.queue,this.takers),n?p.PyW(!0):this.strategy.handleSurplus([e],this.queue,this.takers,this.shutdownFlag)})}offerAll(e){return p.DYE(()=>{if(l.Jt(this.shutdownFlag))return p.GaK;let t=r.Ts(e),n=0===this.queue.length()?r.Ts(ei(this.takers,t.length)):r.Ie,[i,o]=(0,s.Fs)(t,r.gI(n.length));for(let e=0;e<n.length;e++)en(n[e],i[e]);if(0===o.length)return p.PyW(!0);let c=this.queue.offerAll(o);return eo(this.strategy,this.queue,this.takers),a.Im(c)?p.PyW(!0):this.strategy.handleSurplus(c,this.queue,this.takers,this.shutdownFlag)})}get take(){return p.$we(e=>{if(l.Jt(this.shutdownFlag))return p.GaK;let t=this.queue.poll(o.r_);if(t!==o.r_)return this.strategy.unsafeOnQueueEmptySpace(this.queue,this.takers),p.PyW(t);{let t=p.MIt(e.id());return(0,s.Fs)(p.DYE(()=>((0,s.Fs)(this.takers,o.x(t)),eo(this.strategy,this.queue,this.takers),l.Jt(this.shutdownFlag)?p.GaK:p.gn0(t))),p.nAr(()=>p.OH5(()=>es(this.takers,t))))}})}get takeAll(){return p.DYE(()=>l.Jt(this.shutdownFlag)?p.GaK:p.OH5(()=>{let e=this.queue.pollUpTo(1/0);return this.strategy.unsafeOnQueueEmptySpace(this.queue,this.takers),a.Ts(e)}))}takeUpTo(e){return p.DYE(()=>l.Jt(this.shutdownFlag)?p.GaK:p.OH5(()=>{let t=this.queue.pollUpTo(e);return this.strategy.unsafeOnQueueEmptySpace(this.queue,this.takers),a.Ts(t)}))}takeBetween(e,t){return p.DYE(()=>A(this,e,t,a.Ie()))}}let A=(e,t,n,r)=>n<t?p.PyW(r):(0,s.Fs)(q(e,n),p.qIB(i=>{let o=t-i.length;return 1===o?(0,s.Fs)(j(e),p.TjK(e=>(0,s.Fs)(r,a.u2(i),a.BC(e)))):o>1?(0,s.Fs)(j(e),p.qIB(t=>A(e,o-1,n-i.length-1,(0,s.Fs)(r,a.u2(i),a.BC(t))))):p.PyW((0,s.Fs)(r,a.u2(i)))})),k=e=>I(e)&&N(e),I=e=>(0,d.i5)(e,f),N=e=>(0,d.i5)(e,g),v=e=>(0,s.Fs)(p.OH5(()=>o.Mm(e)),p.qIB(e=>C(L(e),K()))),R=e=>(0,s.Fs)(p.OH5(()=>o.Mm(e)),p.qIB(e=>C(L(e),Z()))),O=e=>(0,s.Fs)(p.OH5(()=>o.Mm(e)),p.qIB(e=>C(L(e),J()))),w=()=>(0,s.Fs)(p.OH5(()=>o.dT()),p.qIB(e=>C(L(e),Z()))),C=(e,t)=>(0,s.Fs)(p.WW4(),p.TjK(n=>{let r;return r=o.dT(),new S(e,r,n,l.L8(!1),t)}));class D{constructor(e){this[b]=y,this.mutable=e}poll(e){return o.wt(this.mutable,e)}pollUpTo(e){return o.KK(this.mutable,e)}offerAll(e){return o.iI(this.mutable,e)}offer(e){return o.x(this.mutable,e)}capacity(){return o.bN(this.mutable)}length(){return o.Bw(this.mutable)}}let L=e=>new D(e),x=e=>e.capacity(),P=e=>e.size,F=e=>e.isFull,M=e=>e.isEmpty,B=e=>e.isShutdown,U=e=>e.awaitShutdown,H=e=>e.shutdown,G=(0,s.XY)(2,(e,t)=>e.offer(t)),$=(0,s.XY)(2,(e,t)=>e.unsafeOffer(t)),Y=(0,s.XY)(2,(e,t)=>e.offerAll(t)),z=e=>p.TjK(e.takeUpTo(1),a.d5),j=e=>e.take,W=e=>e.takeAll,q=(0,s.XY)(2,(e,t)=>e.takeUpTo(t)),X=(0,s.XY)(3,(e,t,n)=>e.takeBetween(t,n)),V=(0,s.XY)(2,(e,t)=>e.takeBetween(t,t)),K=()=>new Q,Z=()=>new ee,J=()=>new et;class Q{surplusSize(){return o.Bw(this.putters)}onCompleteTakersWithEmptyQueue(e){for(;!o.Im(this.putters)&&!o.Im(e);){let t=o.wt(e,void 0),n=o.wt(this.putters,void 0);n[2]&&en(n[1],!0),en(t,n[0])}}get shutdown(){return(0,s.Fs)(p.ABT,p.qIB(e=>(0,s.Fs)(p.OH5(()=>ea(this.putters)),p.qIB(t=>h.Kd(t,([t,n,r])=>r?(0,s.Fs)(p.bdM(n,e),p.NLW):p.rIH,!1,!1)))))}handleSurplus(e,t,n,r){return p.$we(a=>{let i=p.MIt(a.id());return(0,s.Fs)(p.DYE(()=>(this.unsafeOffer(e,i),this.unsafeOnQueueEmptySpace(t,n),eo(this,t,n),l.Jt(r)?p.GaK:p.gn0(i))),p.nAr(()=>p.OH5(()=>this.unsafeRemove(i))))})}unsafeOnQueueEmptySpace(e,t){let n=!0;for(;n&&(e.capacity()===1/0||e.length()<e.capacity());){let r=(0,s.Fs)(this.putters,o.wt(o.r_));if(r===o.r_)n=!1;else{let n=e.offer(r[0]);n&&r[2]?en(r[1],!0):n||er(this.putters,(0,s.Fs)(ea(this.putters),a.Hs(r))),eo(this,e,t)}}}unsafeOffer(e,t){let n=r.Ts(e);for(let e=0;e<n.length;e++){let r=n[e];e===n.length-1?(0,s.Fs)(this.putters,o.x([r,t,!0])):(0,s.Fs)(this.putters,o.x([r,t,!1]))}}unsafeRemove(e){er(this.putters,(0,s.Fs)(ea(this.putters),a.pb(([,t])=>t!==e)))}constructor(){this[m]=E,this.putters=o.dT()}}class ee{surplusSize(){return 0}get shutdown(){return p.rIH}onCompleteTakersWithEmptyQueue(){}handleSurplus(e,t,n,r){return p.PyW(!1)}unsafeOnQueueEmptySpace(e,t){}constructor(){this[m]=E}}class et{surplusSize(){return 0}get shutdown(){return p.rIH}onCompleteTakersWithEmptyQueue(){}handleSurplus(e,t,n,r){return p.OH5(()=>(this.unsafeOffer(t,e),eo(this,t,n),!0))}unsafeOnQueueEmptySpace(e,t){}unsafeOffer(e,t){let n,r=t[Symbol.iterator](),a=!0;for(;!(n=r.next()).done&&a;){if(0===e.capacity())return;e.poll(o.r_),a=e.offer(n.value)}}constructor(){this[m]=E}}let en=(e,t)=>p.q_p(e,p.PyW(t)),er=(e,t)=>(0,s.Fs)(e,o.iI(t)),ea=e=>(0,s.Fs)(e,o.KK(1/0)),ei=(e,t)=>(0,s.Fs)(e,o.KK(t)),es=(e,t)=>{er(e,(0,s.Fs)(ea(e),a.pb(e=>t!==e)))},eo=(e,t,n)=>{let r=!0;for(;r&&0!==t.length();){let i=(0,s.Fs)(n,o.wt(o.r_));if(i!==o.r_){let l=t.poll(o.r_);l!==o.r_?(en(i,l),e.unsafeOnQueueEmptySpace(t,n)):er(n,(0,s.Fs)(ea(n),a.Hs(i))),r=!0}else r=!1}r&&0===t.length()&&!o.Im(n)&&e.onCompleteTakersWithEmptyQueue(n)}},36185:(e,t,n)=>{"use strict";n.d(t,{FG:()=>d,OC:()=>u,Q7:()=>b,Sv:()=>c,Tj:()=>h,VW:()=>g,YW:()=>f,h1:()=>m,kb:()=>o,pG:()=>s,qE:()=>p,sV:()=>l});var r=n(67172),a=n(70951),i=n(48905);a.ii;let s=a.pG,o=a.kb,l=a.sV,c=e=>{if((0,i.Tn)(e))try{return s(e())}catch(e){return o(e)}try{return s(e.try())}catch(t){return o(e.catch(t))}};a.Wc;let u=a.OC,d=a.FG;a.j4,a.Gp;let p=(0,r.XY)(2,(e,t)=>u(e)?o(t(e.left)):s(e.right)),h=(0,r.XY)(2,(e,t)=>d(e)?s(t(e.right)):o(e.left)),f=(0,r.XY)(2,(e,{onLeft:t,onRight:n})=>u(e)?t(e.left):n(e.right)),g=(0,r.XY)(3,(e,t,n)=>t(e)?s(e):o(n(e))),m=f({onLeft:r.D_,onRight:r.D_}),b=e=>{if(Symbol.iterator in e){let t=[];for(let n of e){if(u(n))return n;t.push(n.right)}return s(t)}let t={};for(let n of Object.keys(e)){let r=e[n];if(u(r))return r;t[n]=r.right}return s(t)}},36196:(e,t,n)=>{"use strict";n.d(t,{An:()=>j,Bj:()=>Y,D4:()=>E,GP:()=>q,Hn:()=>H,MI:()=>I,MM:()=>z,Xe:()=>$,YA:()=>C,cF:()=>R,cz:()=>G,kE:()=>F,lN:()=>y,ne:()=>w,v_:()=>N});var r=n(88916),a=n(67172),i=n(33268),s=n(61296),o=n(80905),l=n(50344),c=n(48905);let u=Symbol.for("effect/Duration"),d=BigInt(0),p=BigInt(24),h=BigInt(60),f=BigInt(1e3),g=BigInt(1e6),m=BigInt(1e9),b=/^(-?\d+(?:\.\d+)?)\s+(nanos?|micros?|millis?|seconds?|minutes?|hours?|days?|weeks?)$/,E=e=>{if(k(e))return e;if((0,c.Et)(e))return w(e);if((0,c.sI)(e))return R(e);if(Array.isArray(e)&&2===e.length&&e.every(c.Et))return e[0]===-1/0||e[1]===-1/0||Number.isNaN(e[0])||Number.isNaN(e[1])?N:e[0]===1/0||e[1]===1/0?v:R(BigInt(Math.round(1e9*e[0]))+BigInt(Math.round(e[1])));if((0,c.Kg)(e)){let t=b.exec(e);if(t){let[e,n,r]=t,a=Number(n);switch(r){case"nano":case"nanos":return R(BigInt(n));case"micro":case"micros":return O(BigInt(n));case"milli":case"millis":return w(a);case"second":case"seconds":return C(a);case"minute":case"minutes":return D(a);case"hour":case"hours":return L(a);case"day":case"days":return x(a);case"week":case"weeks":return P(a)}}}throw Error("Invalid DurationInput")},y=o.IB(E),T={_tag:"Millis",millis:0},_={_tag:"Infinity"},S={[u]:u,[i.HR](){return i.PO(this,i.QK(this.value))},[r.HR](e){return k(e)&&W(this,e)},toString(){return`Duration(${q(this)})`},toJSON(){switch(this.value._tag){case"Millis":return{_id:"Duration",_tag:"Millis",millis:this.value.millis};case"Nanos":return{_id:"Duration",_tag:"Nanos",hrtime:M(this)};case"Infinity":return{_id:"Duration",_tag:"Infinity"}}},[s.FX](){return this.toJSON()},pipe(){return(0,l.tT)(this,arguments)}},A=e=>{let t=Object.create(S);return(0,c.Et)(e)?isNaN(e)||e<=0?t.value=T:Number.isFinite(e)?Number.isInteger(e)?t.value={_tag:"Millis",millis:e}:t.value={_tag:"Nanos",nanos:BigInt(Math.round(1e6*e))}:t.value=_:e<=d?t.value=T:t.value={_tag:"Nanos",nanos:e},t},k=e=>(0,c.i5)(e,u),I=e=>"Infinity"!==e.value._tag,N=A(0),v=A(1/0),R=e=>A(e),O=e=>A(e*f),w=e=>A(e),C=e=>A(1e3*e),D=e=>A(6e4*e),L=e=>A(36e5*e),x=e=>A(864e5*e),P=e=>A(6048e5*e),F=e=>B(e,{onMillis:e=>e,onNanos:e=>Number(e)/1e6}),M=e=>{let t=E(e);switch(t.value._tag){case"Infinity":return[1/0,0];case"Nanos":return[Number(t.value.nanos/m),Number(t.value.nanos%m)];case"Millis":return[Math.floor(t.value.millis/1e3),Math.round(t.value.millis%1e3*1e6)]}},B=(0,a.XY)(2,(e,t)=>{let n=E(e);switch(n.value._tag){case"Nanos":return t.onNanos(n.value.nanos);case"Infinity":return t.onMillis(1/0);case"Millis":return t.onMillis(n.value.millis)}}),U=(0,a.XY)(3,(e,t,n)=>{let r=E(e),a=E(t);if("Infinity"===r.value._tag||"Infinity"===a.value._tag)return n.onMillis(F(r),F(a));if("Nanos"===r.value._tag||"Nanos"===a.value._tag){let e="Nanos"===r.value._tag?r.value.nanos:BigInt(Math.round(1e6*r.value.millis)),t="Nanos"===a.value._tag?a.value.nanos:BigInt(Math.round(1e6*a.value.millis));return n.onNanos(e,t)}return n.onMillis(r.value.millis,a.value.millis)}),H=(0,a.XY)(2,(e,t)=>B(e,{onMillis:e=>A(e*t),onNanos:e=>A(e*BigInt(t))})),G=(0,a.XY)(2,(e,t)=>U(e,t,{onMillis:(e,t)=>A(e+t),onNanos:(e,t)=>A(e+t)})),$=(0,a.XY)(2,(e,t)=>U(e,t,{onMillis:(e,t)=>e<t,onNanos:(e,t)=>e<t})),Y=(0,a.XY)(2,(e,t)=>U(e,t,{onMillis:(e,t)=>e<=t,onNanos:(e,t)=>e<=t})),z=(0,a.XY)(2,(e,t)=>U(e,t,{onMillis:(e,t)=>e>t,onNanos:(e,t)=>e>t})),j=(0,a.XY)(2,(e,t)=>U(e,t,{onMillis:(e,t)=>e>=t,onNanos:(e,t)=>e>=t})),W=(0,a.XY)(2,(e,t)=>U(E(e),E(t),{onMillis:(e,t)=>e===t,onNanos:(e,t)=>e===t})),q=e=>{let t=E(e);if("Infinity"===t.value._tag)return"Infinity";if((e=>{switch(e.value._tag){case"Millis":return 0===e.value.millis;case"Nanos":return e.value.nanos===d;case"Infinity":return!1}})(t))return"0";let n=(e=>{let t=E(e);if("Infinity"===t.value._tag)return{days:1/0,hours:1/0,minutes:1/0,seconds:1/0,millis:1/0,nanos:1/0};let n=(e=>{let t=E(e);switch(t.value._tag){case"Infinity":throw Error("Cannot convert infinite duration to nanos");case"Nanos":return t.value.nanos;case"Millis":return BigInt(Math.round(1e6*t.value.millis))}})(t),r=n/g,a=r/f,i=a/h,s=i/h;return{days:Number(s/p),hours:Number(s%p),minutes:Number(i%h),seconds:Number(a%h),millis:Number(r%f),nanos:Number(n%g)}})(t),r=[];return 0!==n.days&&r.push(`${n.days}d`),0!==n.hours&&r.push(`${n.hours}h`),0!==n.minutes&&r.push(`${n.minutes}m`),0!==n.seconds&&r.push(`${n.seconds}s`),0!==n.millis&&r.push(`${n.millis}ms`),0!==n.nanos&&r.push(`${n.nanos}ns`),r.join(" ")}},36252:(e,t,n)=>{"use strict";n.d(t,{r_:()=>d,Mm:()=>f,bN:()=>E,Im:()=>b,Bw:()=>m,x:()=>y,iI:()=>T,wt:()=>_,KK:()=>S,dT:()=>g});var r=n(95793),a=n(67172),i=n(61296),s=n(50344);let o=Symbol.for("effect/MutableList"),l={[o]:o,[Symbol.iterator](){let e=!1,t=this.head;return{next(){if(e)return this.return();if(null==t)return e=!0,this.return();let n=t.value;return t=t.next,{done:e,value:n}},return:t=>(e||(e=!0),{done:!0,value:t})}},toString(){return(0,i.GP)(this.toJSON())},toJSON(){return{_id:"MutableList",values:Array.from(this).map(i.U2)}},[i.FX](){return this.toJSON()},pipe(){return(0,s.tT)(this,arguments)}},c=a.XY(2,(e,t)=>{let n={value:t,removed:!1,prev:void 0,next:void 0};return void 0===e.head&&(e.head=n),void 0===e.tail||(e.tail.next=n,n.prev=e.tail),e.tail=n,e._length+=1,e}),u=Symbol.for("effect/MutableQueue"),d=Symbol.for("effect/mutable/MutableQueue/Empty"),p={[u]:u,[Symbol.iterator](){return Array.from(this.queue)[Symbol.iterator]()},toString(){return(0,i.GP)(this.toJSON())},toJSON(){return{_id:"MutableQueue",values:Array.from(this).map(i.U2)}},[i.FX](){return this.toJSON()},pipe(){return(0,s.tT)(this,arguments)}},h=e=>{let t,n=Object.create(p);return(t=Object.create(l)).head=void 0,t.tail=void 0,t._length=0,n.queue=t,n.capacity=e,n},f=e=>h(e),g=()=>h(void 0),m=e=>e.queue._length,b=e=>0===e.queue._length,E=e=>void 0===e.capacity?1/0:e.capacity,y=a.XY(2,(e,t)=>{let n=e.queue._length;return(void 0===e.capacity||n!==e.capacity)&&(c(t)(e.queue),!0)}),T=a.XY(2,(e,t)=>{let n,a=t[Symbol.iterator](),i=r.Ie(),s=!0;for(;s&&(n=a.next())&&!n.done;)s=y(n.value)(e);for(;null!=n&&!n.done;)i=r.Hs(n.value)(i),n=a.next();return r.BE(i)}),_=a.XY(2,(e,t)=>{if(0===e.queue._length)return t;var n,r,a=e.queue;let i=a.head;return void 0!==i?(n=a,!(r=i).removed&&(r.removed=!0,void 0!==r.prev&&void 0!==r.next?(r.prev.next=r.next,r.next.prev=r.prev):void 0!==r.prev?(n.tail=r.prev,r.prev.next=void 0):void 0!==r.next?(n.head=r.next,r.next.prev=void 0):(n.tail=void 0,n.head=void 0),n._length>0&&(n._length-=1)),i.value):void 0}),S=a.XY(2,(e,t)=>{let n=r.Ie(),a=0;for(;a<t;){let t=_(d)(e);if(t===d)break;n=r.Hs(t)(n),a+=1}return r.BE(n)})},36493:(e,t,n)=>{"use strict";n.d(t,{$5:()=>_,EJ:()=>h,GG:()=>g,Pg:()=>y,Tg:()=>b,Z1:()=>p,cL:()=>S,cm:()=>E,dl:()=>d,e2:()=>T,j3:()=>f,mv:()=>A,vl:()=>m});var r=n(50995),a=n(67172),i=n(70564),s=n(16841),o=n(83762),l=n(25124),c=n(8481);n(42749);var u=n(34279);let d=e=>l.dm(o.Eq(o.UO,e)),p=(0,a.XY)(2,(e,t)=>s.woH(o.UO,t)(e)),h=e=>l.dm(o._1(o.RZ,i.WQ(e))),f=e=>l.vM(s.TjK(e,h)),g=e=>l.A2(s.TjK(e,h)),m=e=>l.dm(o._1(o.RZ,i.TF(e))),b=(0,a.XY)(2,(e,t)=>l.qI(m(e),()=>h(t))),E=(0,a.XY)(2,(e,t)=>l.qI(m(e),()=>f(t))),y=(0,a.XY)(2,(e,t)=>l.qI(m(e),()=>g(t)));c.Zd,c._n,c.zb,c.sd,c.rS,c.Zd,c._n,c.zb,c.sd,c.rS;let T=e=>l.dm(o.Ek(e)),_=e=>l.Or(r.L8(u.Te,e)),S=(e,t)=>(t=u.ZA(t),l.P1(u.Te,t?.onEnd?s.Mim(o.Rd(e,t),e=>o.U9(n=>t.onEnd(e,n))):o.Rd(e,t))),A=e=>l.dm(o.i4(e))},36887:(e,t,n)=>{"use strict";n.d(t,{m:()=>a});let r=/[ \t\n\f\r]/g;function a(e){return"object"==typeof e?"text"===e.type&&i(e.value):i(e)}function i(e){return""===e.replace(r,"")}},37388:(e,t,n)=>{"use strict";n.d(t,{Ce:()=>u,Ll:()=>d,RS:()=>l,YW:()=>p,ai:()=>s,jD:()=>c});var r=n(67172),a=n(48905),i=n(92937);let s=Symbol.for("effect/ChannelMergeDecision"),o={[s]:{_R:e=>e,_E0:e=>e,_Z0:e=>e,_E:e=>e,_Z:e=>e}},l=e=>{let t=Object.create(o);return t._tag=i.P,t.effect=e,t},c=e=>{let t=Object.create(o);return t._tag=i.n,t.f=e,t},u=e=>c(()=>e),d=e=>(0,a.i5)(e,s),p=(0,r.XY)(2,(e,{onAwait:t,onDone:n})=>{switch(e._tag){case i.P:return n(e.effect);case i.n:return t(e.f)}})},38147:(e,t,n)=>{"use strict";let r,a,i;n.d(t,{Mm:()=>J,Ke:()=>Q,mk:()=>er,n_:()=>en,p2:()=>ee,B1:()=>ea,dT:()=>et});var s=n(95793),o=n(8285),l=n(67172),c=n(36252),u=n(96007),d=n(77681),p=n(80905),h=n(50344),f=n(16841),g=n(15105),m=n(83762),b=n(34785);let E=Symbol.for("effect/PubSub/AbsentValue"),y=(e,t)=>n=>{n.has(e)||n.set(e,new Set),n.get(e).add(t)},T=(e,t)=>n=>{if(!n.has(e))return;let r=n.get(e);r.delete(t),0===r.size&&n.delete(e)},_=(0,l.XY)(2,(e,t)=>e.publish(t)),S=e=>{let t="number"==typeof e?{capacity:e}:e;F(t.capacity);let n=t.replay&&t.replay>0?new V(Math.ceil(t.replay)):void 0;return 1===t.capacity?new v(n):(0,d.U5)(t.capacity)===t.capacity?new I(t.capacity,n):new A(t.capacity,n)};class A{constructor(e,t){this.publisherIndex=0,this.subscriberCount=0,this.subscribersIndex=0,this.capacity=e,this.replayBuffer=t,this.array=Array.from({length:e}),this.subscribers=Array.from({length:e})}replayWindow(){return this.replayBuffer?new K(this.replayBuffer):Z}isEmpty(){return this.publisherIndex===this.subscribersIndex}isFull(){return this.publisherIndex===this.subscribersIndex+this.capacity}size(){return this.publisherIndex-this.subscribersIndex}publish(e){if(this.isFull())return!1;if(0!==this.subscriberCount){let t=this.publisherIndex%this.capacity;this.array[t]=e,this.subscribers[t]=this.subscriberCount,this.publisherIndex+=1}return this.replayBuffer&&this.replayBuffer.offer(e),!0}publishAll(e){if(0===this.subscriberCount)return this.replayBuffer&&this.replayBuffer.offerAll(e),s.Ie();let t=s.Ts(e),n=t.length,r=this.publisherIndex-this.subscribersIndex,a=Math.min(n,this.capacity-r);if(0===a)return t;let i=0,o=this.publisherIndex+a;for(;this.publisherIndex!==o;){let e=s.$v(t,i++),n=this.publisherIndex%this.capacity;this.array[n]=e,this.subscribers[n]=this.subscriberCount,this.publisherIndex+=1,this.replayBuffer&&this.replayBuffer.offer(e)}return s.gv(t,i)}slide(){if(this.subscribersIndex!==this.publisherIndex){let e=this.subscribersIndex%this.capacity;this.array[e]=E,this.subscribers[e]=0,this.subscribersIndex+=1}this.replayBuffer&&this.replayBuffer.slide()}subscribe(){return this.subscriberCount+=1,new k(this,this.publisherIndex,!1)}}class k{constructor(e,t,n){this.self=e,this.subscriberIndex=t,this.unsubscribed=n}isEmpty(){return this.unsubscribed||this.self.publisherIndex===this.subscriberIndex||this.self.publisherIndex===this.self.subscribersIndex}size(){return this.unsubscribed?0:this.self.publisherIndex-Math.max(this.subscriberIndex,this.self.subscribersIndex)}poll(e){if(this.unsubscribed)return e;if(this.subscriberIndex=Math.max(this.subscriberIndex,this.self.subscribersIndex),this.subscriberIndex!==this.self.publisherIndex){let e=this.subscriberIndex%this.self.capacity,t=this.self.array[e];return this.self.subscribers[e]-=1,0===this.self.subscribers[e]&&(this.self.array[e]=E,this.self.subscribersIndex+=1),this.subscriberIndex+=1,t}return e}pollUpTo(e){if(this.unsubscribed)return s.Ie();this.subscriberIndex=Math.max(this.subscriberIndex,this.self.subscribersIndex);let t=Math.min(e,this.self.publisherIndex-this.subscriberIndex);if(t<=0)return s.Ie();let n=[],r=this.subscriberIndex+t;for(;this.subscriberIndex!==r;){let e=this.subscriberIndex%this.self.capacity,t=this.self.array[e];this.self.subscribers[e]-=1,0===this.self.subscribers[e]&&(this.self.array[e]=E,this.self.subscribersIndex+=1),n.push(t),this.subscriberIndex+=1}return s.Ts(n)}unsubscribe(){if(!this.unsubscribed)for(this.unsubscribed=!0,this.self.subscriberCount-=1,this.subscriberIndex=Math.max(this.subscriberIndex,this.self.subscribersIndex);this.subscriberIndex!==this.self.publisherIndex;){let e=this.subscriberIndex%this.self.capacity;this.self.subscribers[e]-=1,0===this.self.subscribers[e]&&(this.self.array[e]=E,this.self.subscribersIndex+=1),this.subscriberIndex+=1}}}class I{constructor(e,t){this.publisherIndex=0,this.subscriberCount=0,this.subscribersIndex=0,this.capacity=e,this.replayBuffer=t,this.array=Array.from({length:e}),this.mask=e-1,this.subscribers=Array.from({length:e})}replayWindow(){return this.replayBuffer?new K(this.replayBuffer):Z}isEmpty(){return this.publisherIndex===this.subscribersIndex}isFull(){return this.publisherIndex===this.subscribersIndex+this.capacity}size(){return this.publisherIndex-this.subscribersIndex}publish(e){if(this.isFull())return!1;if(0!==this.subscriberCount){let t=this.publisherIndex&this.mask;this.array[t]=e,this.subscribers[t]=this.subscriberCount,this.publisherIndex+=1}return this.replayBuffer&&this.replayBuffer.offer(e),!0}publishAll(e){if(0===this.subscriberCount)return this.replayBuffer&&this.replayBuffer.offerAll(e),s.Ie();let t=s.Ts(e),n=t.length,r=this.publisherIndex-this.subscribersIndex,a=Math.min(n,this.capacity-r);if(0===a)return t;let i=0,o=this.publisherIndex+a;for(;this.publisherIndex!==o;){let e=s.$v(t,i++),n=this.publisherIndex&this.mask;this.array[n]=e,this.subscribers[n]=this.subscriberCount,this.publisherIndex+=1,this.replayBuffer&&this.replayBuffer.offer(e)}return s.gv(t,i)}slide(){if(this.subscribersIndex!==this.publisherIndex){let e=this.subscribersIndex&this.mask;this.array[e]=E,this.subscribers[e]=0,this.subscribersIndex+=1}this.replayBuffer&&this.replayBuffer.slide()}subscribe(){return this.subscriberCount+=1,new N(this,this.publisherIndex,!1)}}class N{constructor(e,t,n){this.self=e,this.subscriberIndex=t,this.unsubscribed=n}isEmpty(){return this.unsubscribed||this.self.publisherIndex===this.subscriberIndex||this.self.publisherIndex===this.self.subscribersIndex}size(){return this.unsubscribed?0:this.self.publisherIndex-Math.max(this.subscriberIndex,this.self.subscribersIndex)}poll(e){if(this.unsubscribed)return e;if(this.subscriberIndex=Math.max(this.subscriberIndex,this.self.subscribersIndex),this.subscriberIndex!==this.self.publisherIndex){let e=this.subscriberIndex&this.self.mask,t=this.self.array[e];return this.self.subscribers[e]-=1,0===this.self.subscribers[e]&&(this.self.array[e]=E,this.self.subscribersIndex+=1),this.subscriberIndex+=1,t}return e}pollUpTo(e){if(this.unsubscribed)return s.Ie();this.subscriberIndex=Math.max(this.subscriberIndex,this.self.subscribersIndex);let t=Math.min(e,this.self.publisherIndex-this.subscriberIndex);if(t<=0)return s.Ie();let n=[],r=this.subscriberIndex+t;for(;this.subscriberIndex!==r;){let e=this.subscriberIndex&this.self.mask,t=this.self.array[e];this.self.subscribers[e]-=1,0===this.self.subscribers[e]&&(this.self.array[e]=E,this.self.subscribersIndex+=1),n.push(t),this.subscriberIndex+=1}return s.Ts(n)}unsubscribe(){if(!this.unsubscribed)for(this.unsubscribed=!0,this.self.subscriberCount-=1,this.subscriberIndex=Math.max(this.subscriberIndex,this.self.subscribersIndex);this.subscriberIndex!==this.self.publisherIndex;){let e=this.subscriberIndex&this.self.mask;this.self.subscribers[e]-=1,0===this.self.subscribers[e]&&(this.self.array[e]=E,this.self.subscribersIndex+=1),this.subscriberIndex+=1}}}class v{constructor(e){this.publisherIndex=0,this.subscriberCount=0,this.subscribers=0,this.value=E,this.capacity=1,this.replayBuffer=e}replayWindow(){return this.replayBuffer?new K(this.replayBuffer):Z}pipe(){return(0,h.tT)(this,arguments)}isEmpty(){return 0===this.subscribers}isFull(){return!this.isEmpty()}size(){return+!this.isEmpty()}publish(e){return!this.isFull()&&(0!==this.subscriberCount&&(this.value=e,this.subscribers=this.subscriberCount,this.publisherIndex+=1),this.replayBuffer&&this.replayBuffer.offer(e),!0)}publishAll(e){if(0===this.subscriberCount)return this.replayBuffer&&this.replayBuffer.offerAll(e),s.Ie();let t=s.Ts(e);return s.Im(t)?t:this.publish(s.z1(t))?s.gv(t,1):t}slide(){this.isFull()&&(this.subscribers=0,this.value=E),this.replayBuffer&&this.replayBuffer.slide()}subscribe(){return this.subscriberCount+=1,new R(this,this.publisherIndex,!1)}}class R{constructor(e,t,n){this.self=e,this.subscriberIndex=t,this.unsubscribed=n}isEmpty(){return this.unsubscribed||0===this.self.subscribers||this.subscriberIndex===this.self.publisherIndex}size(){return+!this.isEmpty()}poll(e){if(this.isEmpty())return e;let t=this.self.value;return this.self.subscribers-=1,0===this.self.subscribers&&(this.self.value=E),this.subscriberIndex+=1,t}pollUpTo(e){if(this.isEmpty()||e<1)return s.Ie();let t=this.self.value;return this.self.subscribers-=1,0===this.self.subscribers&&(this.self.value=E),this.subscriberIndex+=1,s.of(t)}unsubscribe(){this.unsubscribed||(this.unsubscribed=!0,this.self.subscriberCount-=1,this.subscriberIndex!==this.self.publisherIndex&&(this.self.subscribers-=1,0===this.self.subscribers&&(this.self.value=E)))}}class O{constructor(e){this.publisherHead={value:E,subscribers:0,next:null},this.publisherTail=this.publisherHead,this.publisherIndex=0,this.subscribersIndex=0,this.capacity=Number.MAX_SAFE_INTEGER,this.replayBuffer=e}replayWindow(){return this.replayBuffer?new K(this.replayBuffer):Z}isEmpty(){return this.publisherHead===this.publisherTail}isFull(){return!1}size(){return this.publisherIndex-this.subscribersIndex}publish(e){let t=this.publisherTail.subscribers;return 0!==t&&(this.publisherTail.next={value:e,subscribers:t,next:null},this.publisherTail=this.publisherTail.next,this.publisherIndex+=1),this.replayBuffer&&this.replayBuffer.offer(e),!0}publishAll(e){if(0!==this.publisherTail.subscribers)for(let t of e)this.publish(t);else this.replayBuffer&&this.replayBuffer.offerAll(e);return s.Ie()}slide(){this.publisherHead!==this.publisherTail&&(this.publisherHead=this.publisherHead.next,this.publisherHead.value=E,this.subscribersIndex+=1),this.replayBuffer&&this.replayBuffer.slide()}subscribe(){return this.publisherTail.subscribers+=1,new w(this,this.publisherTail,this.publisherIndex,!1)}}class w{constructor(e,t,n,r){this.self=e,this.subscriberHead=t,this.subscriberIndex=n,this.unsubscribed=r}isEmpty(){if(this.unsubscribed)return!0;let e=!0,t=!0;for(;t;)this.subscriberHead===this.self.publisherTail?t=!1:this.subscriberHead.next.value!==E?(e=!1,t=!1):(this.subscriberHead=this.subscriberHead.next,this.subscriberIndex+=1);return e}size(){return this.unsubscribed?0:this.self.publisherIndex-Math.max(this.subscriberIndex,this.self.subscribersIndex)}poll(e){if(this.unsubscribed)return e;let t=!0,n=e;for(;t;)if(this.subscriberHead===this.self.publisherTail)t=!1;else{let e=this.subscriberHead.next.value;e!==E&&(n=e,this.subscriberHead.subscribers-=1,0===this.subscriberHead.subscribers&&(this.self.publisherHead=this.self.publisherHead.next,this.self.publisherHead.value=E,this.self.subscribersIndex+=1),t=!1),this.subscriberHead=this.subscriberHead.next,this.subscriberIndex+=1}return n}pollUpTo(e){let t=[],n=0;for(;n!==e;){let r=this.poll(E);r===E?n=e:(t.push(r),n+=1)}return s.Ts(t)}unsubscribe(){if(!this.unsubscribed)for(this.unsubscribed=!0,this.self.publisherTail.subscribers-=1;this.subscriberHead!==this.self.publisherTail;)this.subscriberHead.next.value!==E&&(this.subscriberHead.subscribers-=1,0===this.subscriberHead.subscribers&&(this.self.publisherHead=this.self.publisherHead.next,this.self.publisherHead.value=E,this.self.subscribersIndex+=1)),this.subscriberHead=this.subscriberHead.next}}class C extends o.Xs{static{r=b.aK}constructor(e,t,n,a,i,s,o,l){super(),this[r]=b.Es,this.pubsub=e,this.subscribers=t,this.subscription=n,this.pollers=a,this.shutdownHook=i,this.shutdownFlag=s,this.strategy=o,this.replayWindow=l}commit(){return this.take}pipe(){return(0,h.tT)(this,arguments)}capacity(){return this.pubsub.capacity}isActive(){return!u.Jt(this.shutdownFlag)}get size(){return f.DYE(()=>u.Jt(this.shutdownFlag)?f.GaK:f.PyW(this.subscription.size()+this.replayWindow.remaining))}unsafeSize(){return u.Jt(this.shutdownFlag)?p.dv():p.zN(this.subscription.size()+this.replayWindow.remaining)}get isFull(){return f.DYE(()=>u.Jt(this.shutdownFlag)?f.GaK:f.PyW(this.subscription.size()===this.capacity()))}get isEmpty(){return f.TjK(this.size,e=>0===e)}get shutdown(){return f.rfi(f.$we(e=>(u.hZ(this.shutdownFlag,!0),(0,l.Fs)(m.L7(U(this.pollers),t=>f.bdM(t,e.id()),!1),f.aNH(f.OH5(()=>{this.subscribers.delete(this.subscription),this.subscription.unsubscribe(),this.strategy.unsafeOnPubSubEmptySpace(this.pubsub,this.subscribers)})),f.iK2(f.syF(this.shutdownHook,void 0)),f.NLW))))}get isShutdown(){return f.OH5(()=>u.Jt(this.shutdownFlag))}get awaitShutdown(){return f.gn0(this.shutdownHook)}get take(){return f.$we(e=>{if(u.Jt(this.shutdownFlag))return f.GaK;if(this.replayWindow.remaining>0){let e=this.replayWindow.take();return f.PyW(e)}let t=c.Im(this.pollers)?this.subscription.poll(c.r_):c.r_;if(t!==c.r_)return this.strategy.unsafeOnPubSubEmptySpace(this.pubsub,this.subscribers),f.PyW(t);{let t=f.MIt(e.id());return(0,l.Fs)(f.DYE(()=>((0,l.Fs)(this.pollers,c.x(t)),(0,l.Fs)(this.subscribers,y(this.subscription,this.pollers)),this.strategy.unsafeCompletePollers(this.pubsub,this.subscribers,this.subscription,this.pollers),u.Jt(this.shutdownFlag)?f.GaK:f.gn0(t))),f.nAr(()=>f.OH5(()=>Y(this.pollers,t))))}})}get takeAll(){return f.DYE(()=>{if(u.Jt(this.shutdownFlag))return f.GaK;let e=c.Im(this.pollers)?H(this.subscription):s.Ie();return(this.strategy.unsafeOnPubSubEmptySpace(this.pubsub,this.subscribers),this.replayWindow.remaining>0)?f.PyW(s.u2(this.replayWindow.takeAll(),e)):f.PyW(e)})}takeUpTo(e){return f.DYE(()=>{let t;if(u.Jt(this.shutdownFlag))return f.GaK;if(this.replayWindow.remaining>=e){let t=this.replayWindow.takeN(e);return f.PyW(t)}this.replayWindow.remaining>0&&(t=this.replayWindow.takeAll(),e-=t.length);let n=c.Im(this.pollers)?G(this.subscription,e):s.Ie();return this.strategy.unsafeOnPubSubEmptySpace(this.pubsub,this.subscribers),t?f.PyW(s.u2(t,n)):f.PyW(n)})}takeBetween(e,t){return f.DYE(()=>D(this,e,t,s.Ie()))}}let D=(e,t,n,r)=>n<t?f.PyW(r):(0,l.Fs)(e.takeUpTo(n),f.qIB(a=>{let i=t-a.length;return 1===i?(0,l.Fs)(e.take,f.TjK(e=>(0,l.Fs)(r,s.u2(a),s.BC(e)))):i>1?(0,l.Fs)(e.take,f.qIB(t=>D(e,i-1,n-a.length-1,(0,l.Fs)(r,s.u2(a),s.BC(t))))):f.PyW((0,l.Fs)(r,s.u2(a)))}));class L{static{a=b.e6,i=b.aK}constructor(e,t,n,r,s,o){this[a]=b.GR,this[i]=b.Es,this.pubsub=e,this.subscribers=t,this.scope=n,this.shutdownHook=r,this.shutdownFlag=s,this.strategy=o}capacity(){return this.pubsub.capacity}get size(){return f.DYE(()=>u.Jt(this.shutdownFlag)?f.GaK:f.OH5(()=>this.pubsub.size()))}unsafeSize(){return u.Jt(this.shutdownFlag)?p.dv():p.zN(this.pubsub.size())}get isFull(){return f.TjK(this.size,e=>e===this.capacity())}get isEmpty(){return f.TjK(this.size,e=>0===e)}get awaitShutdown(){return f.gn0(this.shutdownHook)}get isShutdown(){return f.OH5(()=>u.Jt(this.shutdownFlag))}get shutdown(){return f.rfi(f.$we(e=>((0,l.Fs)(this.shutdownFlag,u.hZ(!0)),(0,l.Fs)(this.scope.close(f._sz(e.id())),f.aNH(this.strategy.shutdown),f.iK2(f.syF(this.shutdownHook,void 0)),f.NLW))))}publish(e){return f.DYE(()=>u.Jt(this.shutdownFlag)?f.GaK:this.pubsub.publish(e)?(this.strategy.unsafeCompleteSubscribers(this.pubsub,this.subscribers),f.PyW(!0)):this.strategy.handleSurplus(this.pubsub,this.subscribers,s.of(e),this.shutdownFlag))}isActive(){return!u.Jt(this.shutdownFlag)}unsafeOffer(e){return!u.Jt(this.shutdownFlag)&&!!this.pubsub.publish(e)&&(this.strategy.unsafeCompleteSubscribers(this.pubsub,this.subscribers),!0)}publishAll(e){return f.DYE(()=>{if(u.Jt(this.shutdownFlag))return f.GaK;let t=$(this.pubsub,e);return(this.strategy.unsafeCompleteSubscribers(this.pubsub,this.subscribers),s.Im(t))?f.PyW(!0):this.strategy.handleSurplus(this.pubsub,this.subscribers,t,this.shutdownFlag)})}get subscribe(){let e,t,n,r=f.Mim(m.Q7([this.scope.fork(g.il),(e=this.pubsub,t=this.subscribers,n=this.strategy,f.TjK(f.WW4(),r=>{let a,i,s,o,l,d;return a=e,i=t,s=e.subscribe(),o=c.dT(),l=r,d=u.L8(!1),new C(a,i,s,o,l,d,n,a.replayWindow())}))]),e=>e[0].addFinalizer(()=>e[1].shutdown));return f.TjK(m.Q5(r,(e,t)=>e[0].close(t)),e=>e[1])}offer(e){return this.publish(e)}offerAll(e){return this.publishAll(e)}pipe(){return(0,h.tT)(this,arguments)}}let x=(e,t)=>f.qIB(m.RW(),n=>f.TjK(f.WW4(),r=>P(e,new Map,n,r,u.L8(!1),t))),P=(e,t,n,r,a,i)=>new L(e,t,n,r,a,i),F=e=>{if(e<=0)throw new f.uwm(`Cannot construct PubSub with capacity of ${e}`)},M=(e,t)=>{f.q_p(e,f.PyW(t))},B=(e,t)=>(0,l.Fs)(e,c.iI(t)),U=e=>(0,l.Fs)(e,c.KK(1/0)),H=e=>e.pollUpTo(1/0),G=(e,t)=>e.pollUpTo(t),$=(e,t)=>e.publishAll(t),Y=(e,t)=>{B(e,(0,l.Fs)(U(e),s.pb(e=>e!==t)))};class z{get shutdown(){return f.qIB(f.ABT,e=>f.qIB(f.OH5(()=>U(this.publishers)),t=>m.Kd(t,([t,n,r])=>r?(0,l.Fs)(f.bdM(n,e),f.NLW):f.rIH,!1,!1)))}handleSurplus(e,t,n,r){return f.$we(a=>{let i=f.MIt(a.id());return(0,l.Fs)(f.DYE(()=>(this.unsafeOffer(n,i),this.unsafeOnPubSubEmptySpace(e,t),this.unsafeCompleteSubscribers(e,t),u.Jt(r)?f.GaK:f.gn0(i))),f.nAr(()=>f.OH5(()=>this.unsafeRemove(i))))})}unsafeOnPubSubEmptySpace(e,t){let n=!0;for(;n&&!e.isFull();){let r=(0,l.Fs)(this.publishers,c.wt(c.r_));if(r===c.r_)n=!1;else{let n=e.publish(r[0]);n&&r[2]?M(r[1],!0):n||B(this.publishers,(0,l.Fs)(U(this.publishers),s.Hs(r))),this.unsafeCompleteSubscribers(e,t)}}}unsafeCompletePollers(e,t,n,r){return q(this,e,t,n,r)}unsafeCompleteSubscribers(e,t){return X(this,e,t)}unsafeOffer(e,t){let n=e[Symbol.iterator](),r=n.next();if(!r.done)for(;;){let e=r.value;if((r=n.next()).done){(0,l.Fs)(this.publishers,c.x([e,t,!0]));break}(0,l.Fs)(this.publishers,c.x([e,t,!1]))}}unsafeRemove(e){B(this.publishers,(0,l.Fs)(U(this.publishers),s.pb(([t,n])=>n!==e)))}constructor(){this.publishers=c.dT()}}class j{get shutdown(){return f.rIH}handleSurplus(e,t,n,r){return f.PyW(!1)}unsafeOnPubSubEmptySpace(e,t){}unsafeCompletePollers(e,t,n,r){return q(this,e,t,n,r)}unsafeCompleteSubscribers(e,t){return X(this,e,t)}}class W{get shutdown(){return f.rIH}handleSurplus(e,t,n,r){return f.OH5(()=>(this.unsafeSlidingPublish(e,n),this.unsafeCompleteSubscribers(e,t),!0))}unsafeOnPubSubEmptySpace(e,t){}unsafeCompletePollers(e,t,n,r){return q(this,e,t,n,r)}unsafeCompleteSubscribers(e,t){return X(this,e,t)}unsafeSlidingPublish(e,t){let n=t[Symbol.iterator](),r=n.next();if(!r.done&&e.capacity>0){let t=r.value,a=!0;for(;a;){e.slide();let i=e.publish(t);i&&(r=n.next())&&!r.done?t=r.value:i&&(a=!1)}}}}let q=(e,t,n,r,a)=>{let i=!0;for(;i&&!r.isEmpty();){let o=(0,l.Fs)(a,c.wt(c.r_));if(o===c.r_)(0,l.Fs)(n,T(r,a)),c.Im(a)?i=!1:(0,l.Fs)(n,y(r,a));else{let i=r.poll(c.r_);i===c.r_?B(a,(0,l.Fs)(U(a),s.Hs(o))):(M(o,i),e.unsafeOnPubSubEmptySpace(t,n))}}},X=(e,t,n)=>{for(let[r,a]of n)for(let i of a)e.unsafeCompletePollers(t,n,r,i)};class V{constructor(e){this.head={value:E,next:null},this.tail=this.head,this.size=0,this.index=0,this.capacity=e}slide(){this.index++}offer(e){this.tail.value=e,this.tail.next={value:E,next:null},this.tail=this.tail.next,this.size===this.capacity?this.head=this.head.next:this.size+=1}offerAll(e){for(let t of e)this.offer(t)}}class K{constructor(e){this.buffer=e,this.index=e.index,this.remaining=e.size,this.head=e.head}fastForward(){for(;this.index<this.buffer.index;)this.head=this.head.next,this.index++}take(){if(0===this.remaining)return;this.index<this.buffer.index&&this.fastForward(),this.remaining--;let e=this.head.value;return this.head=this.head.next,e}takeN(e){if(0===this.remaining)return s.Ie();this.index<this.buffer.index&&this.fastForward();let t=Math.min(e,this.remaining),n=Array(t);for(let e=0;e<t;e++){let t=this.head.value;this.head=this.head.next,n[e]=t}return this.remaining-=t,s.Iv(n)}takeAll(){return this.takeN(this.remaining)}}let Z={remaining:0,take:()=>void 0,takeN:()=>s.Ie(),takeAll:()=>s.Ie()},J=e=>f.DYE(()=>x(S(e),new z)),Q=e=>f.DYE(()=>x(S(e),new j)),ee=e=>f.DYE(()=>x(S(e),new W)),et=e=>f.DYE(()=>{let t;return x((t=e,new O(t?.replay?new V(t.replay):void 0)),new j)}),en=e=>e.shutdown,er=_,ea=e=>e.subscribe},38194:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});let r={'code[class*="language-"]':{background:"hsl(220, 13%, 18%)",color:"hsl(220, 14%, 71%)",textShadow:"0 1px rgba(0, 0, 0, 0.3)",fontFamily:'"Fira Code", "Fira Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace',direction:"ltr",textAlign:"left",whiteSpace:"pre",wordSpacing:"normal",wordBreak:"normal",lineHeight:"1.5",MozTabSize:"2",OTabSize:"2",tabSize:"2",WebkitHyphens:"none",MozHyphens:"none",msHyphens:"none",hyphens:"none"},'pre[class*="language-"]':{background:"hsl(220, 13%, 18%)",color:"hsl(220, 14%, 71%)",textShadow:"0 1px rgba(0, 0, 0, 0.3)",fontFamily:'"Fira Code", "Fira Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace',direction:"ltr",textAlign:"left",whiteSpace:"pre",wordSpacing:"normal",wordBreak:"normal",lineHeight:"1.5",MozTabSize:"2",OTabSize:"2",tabSize:"2",WebkitHyphens:"none",MozHyphens:"none",msHyphens:"none",hyphens:"none",padding:"1em",margin:"0.5em 0",overflow:"auto",borderRadius:"0.3em"},'code[class*="language-"]::-moz-selection':{background:"hsl(220, 13%, 28%)",color:"inherit",textShadow:"none"},'code[class*="language-"] *::-moz-selection':{background:"hsl(220, 13%, 28%)",color:"inherit",textShadow:"none"},'pre[class*="language-"] *::-moz-selection':{background:"hsl(220, 13%, 28%)",color:"inherit",textShadow:"none"},'code[class*="language-"]::selection':{background:"hsl(220, 13%, 28%)",color:"inherit",textShadow:"none"},'code[class*="language-"] *::selection':{background:"hsl(220, 13%, 28%)",color:"inherit",textShadow:"none"},'pre[class*="language-"] *::selection':{background:"hsl(220, 13%, 28%)",color:"inherit",textShadow:"none"},':not(pre) > code[class*="language-"]':{padding:"0.2em 0.3em",borderRadius:"0.3em",whiteSpace:"normal"},comment:{color:"hsl(220, 10%, 40%)",fontStyle:"italic"},prolog:{color:"hsl(220, 10%, 40%)"},cdata:{color:"hsl(220, 10%, 40%)"},doctype:{color:"hsl(220, 14%, 71%)"},punctuation:{color:"hsl(220, 14%, 71%)"},entity:{color:"hsl(220, 14%, 71%)",cursor:"help"},"attr-name":{color:"hsl(29, 54%, 61%)"},"class-name":{color:"hsl(29, 54%, 61%)"},boolean:{color:"hsl(29, 54%, 61%)"},constant:{color:"hsl(29, 54%, 61%)"},number:{color:"hsl(29, 54%, 61%)"},atrule:{color:"hsl(29, 54%, 61%)"},keyword:{color:"hsl(286, 60%, 67%)"},property:{color:"hsl(355, 65%, 65%)"},tag:{color:"hsl(355, 65%, 65%)"},symbol:{color:"hsl(355, 65%, 65%)"},deleted:{color:"hsl(355, 65%, 65%)"},important:{color:"hsl(355, 65%, 65%)"},selector:{color:"hsl(95, 38%, 62%)"},string:{color:"hsl(95, 38%, 62%)"},char:{color:"hsl(95, 38%, 62%)"},builtin:{color:"hsl(95, 38%, 62%)"},inserted:{color:"hsl(95, 38%, 62%)"},regex:{color:"hsl(95, 38%, 62%)"},"attr-value":{color:"hsl(95, 38%, 62%)"},"attr-value > .token.punctuation":{color:"hsl(95, 38%, 62%)"},variable:{color:"hsl(207, 82%, 66%)"},operator:{color:"hsl(207, 82%, 66%)"},function:{color:"hsl(207, 82%, 66%)"},url:{color:"hsl(187, 47%, 55%)"},"attr-value > .token.punctuation.attr-equals":{color:"hsl(220, 14%, 71%)"},"special-attr > .token.attr-value > .token.value.css":{color:"hsl(220, 14%, 71%)"},".language-css .token.selector":{color:"hsl(355, 65%, 65%)"},".language-css .token.property":{color:"hsl(220, 14%, 71%)"},".language-css .token.function":{color:"hsl(187, 47%, 55%)"},".language-css .token.url > .token.function":{color:"hsl(187, 47%, 55%)"},".language-css .token.url > .token.string.url":{color:"hsl(95, 38%, 62%)"},".language-css .token.important":{color:"hsl(286, 60%, 67%)"},".language-css .token.atrule .token.rule":{color:"hsl(286, 60%, 67%)"},".language-javascript .token.operator":{color:"hsl(286, 60%, 67%)"},".language-javascript .token.template-string > .token.interpolation > .token.interpolation-punctuation.punctuation":{color:"hsl(5, 48%, 51%)"},".language-json .token.operator":{color:"hsl(220, 14%, 71%)"},".language-json .token.null.keyword":{color:"hsl(29, 54%, 61%)"},".language-markdown .token.url":{color:"hsl(220, 14%, 71%)"},".language-markdown .token.url > .token.operator":{color:"hsl(220, 14%, 71%)"},".language-markdown .token.url-reference.url > .token.string":{color:"hsl(220, 14%, 71%)"},".language-markdown .token.url > .token.content":{color:"hsl(207, 82%, 66%)"},".language-markdown .token.url > .token.url":{color:"hsl(187, 47%, 55%)"},".language-markdown .token.url-reference.url":{color:"hsl(187, 47%, 55%)"},".language-markdown .token.blockquote.punctuation":{color:"hsl(220, 10%, 40%)",fontStyle:"italic"},".language-markdown .token.hr.punctuation":{color:"hsl(220, 10%, 40%)",fontStyle:"italic"},".language-markdown .token.code-snippet":{color:"hsl(95, 38%, 62%)"},".language-markdown .token.bold .token.content":{color:"hsl(29, 54%, 61%)"},".language-markdown .token.italic .token.content":{color:"hsl(286, 60%, 67%)"},".language-markdown .token.strike .token.content":{color:"hsl(355, 65%, 65%)"},".language-markdown .token.strike .token.punctuation":{color:"hsl(355, 65%, 65%)"},".language-markdown .token.list.punctuation":{color:"hsl(355, 65%, 65%)"},".language-markdown .token.title.important > .token.punctuation":{color:"hsl(355, 65%, 65%)"},bold:{fontWeight:"bold"},italic:{fontStyle:"italic"},namespace:{Opacity:"0.8"},"token.tab:not(:empty):before":{color:"hsla(220, 14%, 71%, 0.15)",textShadow:"none"},"token.cr:before":{color:"hsla(220, 14%, 71%, 0.15)",textShadow:"none"},"token.lf:before":{color:"hsla(220, 14%, 71%, 0.15)",textShadow:"none"},"token.space:before":{color:"hsla(220, 14%, 71%, 0.15)",textShadow:"none"},"div.code-toolbar > .toolbar.toolbar > .toolbar-item":{marginRight:"0.4em"},"div.code-toolbar > .toolbar.toolbar > .toolbar-item > button":{background:"hsl(220, 13%, 26%)",color:"hsl(220, 9%, 55%)",padding:"0.1em 0.4em",borderRadius:"0.3em"},"div.code-toolbar > .toolbar.toolbar > .toolbar-item > a":{background:"hsl(220, 13%, 26%)",color:"hsl(220, 9%, 55%)",padding:"0.1em 0.4em",borderRadius:"0.3em"},"div.code-toolbar > .toolbar.toolbar > .toolbar-item > span":{background:"hsl(220, 13%, 26%)",color:"hsl(220, 9%, 55%)",padding:"0.1em 0.4em",borderRadius:"0.3em"},"div.code-toolbar > .toolbar.toolbar > .toolbar-item > button:hover":{background:"hsl(220, 13%, 28%)",color:"hsl(220, 14%, 71%)"},"div.code-toolbar > .toolbar.toolbar > .toolbar-item > button:focus":{background:"hsl(220, 13%, 28%)",color:"hsl(220, 14%, 71%)"},"div.code-toolbar > .toolbar.toolbar > .toolbar-item > a:hover":{background:"hsl(220, 13%, 28%)",color:"hsl(220, 14%, 71%)"},"div.code-toolbar > .toolbar.toolbar > .toolbar-item > a:focus":{background:"hsl(220, 13%, 28%)",color:"hsl(220, 14%, 71%)"},"div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:hover":{background:"hsl(220, 13%, 28%)",color:"hsl(220, 14%, 71%)"},"div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:focus":{background:"hsl(220, 13%, 28%)",color:"hsl(220, 14%, 71%)"},".line-highlight.line-highlight":{background:"hsla(220, 100%, 80%, 0.04)"},".line-highlight.line-highlight:before":{background:"hsl(220, 13%, 26%)",color:"hsl(220, 14%, 71%)",padding:"0.1em 0.6em",borderRadius:"0.3em",boxShadow:"0 2px 0 0 rgba(0, 0, 0, 0.2)"},".line-highlight.line-highlight[data-end]:after":{background:"hsl(220, 13%, 26%)",color:"hsl(220, 14%, 71%)",padding:"0.1em 0.6em",borderRadius:"0.3em",boxShadow:"0 2px 0 0 rgba(0, 0, 0, 0.2)"},"pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows > span:hover:before":{backgroundColor:"hsla(220, 100%, 80%, 0.04)"},".line-numbers.line-numbers .line-numbers-rows":{borderRightColor:"hsla(220, 14%, 71%, 0.15)"},".command-line .command-line-prompt":{borderRightColor:"hsla(220, 14%, 71%, 0.15)"},".line-numbers .line-numbers-rows > span:before":{color:"hsl(220, 14%, 45%)"},".command-line .command-line-prompt > span:before":{color:"hsl(220, 14%, 45%)"},".rainbow-braces .token.token.punctuation.brace-level-1":{color:"hsl(355, 65%, 65%)"},".rainbow-braces .token.token.punctuation.brace-level-5":{color:"hsl(355, 65%, 65%)"},".rainbow-braces .token.token.punctuation.brace-level-9":{color:"hsl(355, 65%, 65%)"},".rainbow-braces .token.token.punctuation.brace-level-2":{color:"hsl(95, 38%, 62%)"},".rainbow-braces .token.token.punctuation.brace-level-6":{color:"hsl(95, 38%, 62%)"},".rainbow-braces .token.token.punctuation.brace-level-10":{color:"hsl(95, 38%, 62%)"},".rainbow-braces .token.token.punctuation.brace-level-3":{color:"hsl(207, 82%, 66%)"},".rainbow-braces .token.token.punctuation.brace-level-7":{color:"hsl(207, 82%, 66%)"},".rainbow-braces .token.token.punctuation.brace-level-11":{color:"hsl(207, 82%, 66%)"},".rainbow-braces .token.token.punctuation.brace-level-4":{color:"hsl(286, 60%, 67%)"},".rainbow-braces .token.token.punctuation.brace-level-8":{color:"hsl(286, 60%, 67%)"},".rainbow-braces .token.token.punctuation.brace-level-12":{color:"hsl(286, 60%, 67%)"},"pre.diff-highlight > code .token.token.deleted:not(.prefix)":{backgroundColor:"hsla(353, 100%, 66%, 0.15)"},"pre > code.diff-highlight .token.token.deleted:not(.prefix)":{backgroundColor:"hsla(353, 100%, 66%, 0.15)"},"pre.diff-highlight > code .token.token.deleted:not(.prefix)::-moz-selection":{backgroundColor:"hsla(353, 95%, 66%, 0.25)"},"pre.diff-highlight > code .token.token.deleted:not(.prefix) *::-moz-selection":{backgroundColor:"hsla(353, 95%, 66%, 0.25)"},"pre > code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection":{backgroundColor:"hsla(353, 95%, 66%, 0.25)"},"pre > code.diff-highlight .token.token.deleted:not(.prefix) *::-moz-selection":{backgroundColor:"hsla(353, 95%, 66%, 0.25)"},"pre.diff-highlight > code .token.token.deleted:not(.prefix)::selection":{backgroundColor:"hsla(353, 95%, 66%, 0.25)"},"pre.diff-highlight > code .token.token.deleted:not(.prefix) *::selection":{backgroundColor:"hsla(353, 95%, 66%, 0.25)"},"pre > code.diff-highlight .token.token.deleted:not(.prefix)::selection":{backgroundColor:"hsla(353, 95%, 66%, 0.25)"},"pre > code.diff-highlight .token.token.deleted:not(.prefix) *::selection":{backgroundColor:"hsla(353, 95%, 66%, 0.25)"},"pre.diff-highlight > code .token.token.inserted:not(.prefix)":{backgroundColor:"hsla(137, 100%, 55%, 0.15)"},"pre > code.diff-highlight .token.token.inserted:not(.prefix)":{backgroundColor:"hsla(137, 100%, 55%, 0.15)"},"pre.diff-highlight > code .token.token.inserted:not(.prefix)::-moz-selection":{backgroundColor:"hsla(135, 73%, 55%, 0.25)"},"pre.diff-highlight > code .token.token.inserted:not(.prefix) *::-moz-selection":{backgroundColor:"hsla(135, 73%, 55%, 0.25)"},"pre > code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection":{backgroundColor:"hsla(135, 73%, 55%, 0.25)"},"pre > code.diff-highlight .token.token.inserted:not(.prefix) *::-moz-selection":{backgroundColor:"hsla(135, 73%, 55%, 0.25)"},"pre.diff-highlight > code .token.token.inserted:not(.prefix)::selection":{backgroundColor:"hsla(135, 73%, 55%, 0.25)"},"pre.diff-highlight > code .token.token.inserted:not(.prefix) *::selection":{backgroundColor:"hsla(135, 73%, 55%, 0.25)"},"pre > code.diff-highlight .token.token.inserted:not(.prefix)::selection":{backgroundColor:"hsla(135, 73%, 55%, 0.25)"},"pre > code.diff-highlight .token.token.inserted:not(.prefix) *::selection":{backgroundColor:"hsla(135, 73%, 55%, 0.25)"},".prism-previewer.prism-previewer:before":{borderColor:"hsl(224, 13%, 17%)"},".prism-previewer-gradient.prism-previewer-gradient div":{borderColor:"hsl(224, 13%, 17%)",borderRadius:"0.3em"},".prism-previewer-color.prism-previewer-color:before":{borderRadius:"0.3em"},".prism-previewer-easing.prism-previewer-easing:before":{borderRadius:"0.3em"},".prism-previewer.prism-previewer:after":{borderTopColor:"hsl(224, 13%, 17%)"},".prism-previewer-flipped.prism-previewer-flipped.after":{borderBottomColor:"hsl(224, 13%, 17%)"},".prism-previewer-angle.prism-previewer-angle:before":{background:"hsl(219, 13%, 22%)"},".prism-previewer-time.prism-previewer-time:before":{background:"hsl(219, 13%, 22%)"},".prism-previewer-easing.prism-previewer-easing":{background:"hsl(219, 13%, 22%)"},".prism-previewer-angle.prism-previewer-angle circle":{stroke:"hsl(220, 14%, 71%)",strokeOpacity:"1"},".prism-previewer-time.prism-previewer-time circle":{stroke:"hsl(220, 14%, 71%)",strokeOpacity:"1"},".prism-previewer-easing.prism-previewer-easing circle":{stroke:"hsl(220, 14%, 71%)",fill:"transparent"},".prism-previewer-easing.prism-previewer-easing path":{stroke:"hsl(220, 14%, 71%)"},".prism-previewer-easing.prism-previewer-easing line":{stroke:"hsl(220, 14%, 71%)"}}},38609:(e,t,n)=>{"use strict";n.d(t,{I:()=>c});var r=n(49339),a=n(38635),i=n(68289);let s=/[A-Z]/g,o=/-[a-z]/g,l=/^data[-\w.:]+$/i;function c(e,t){let n=(0,i.S)(t),c=t,p=a.R;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&"data"===n.slice(0,4)&&l.test(t)){if("-"===t.charAt(4)){let e=t.slice(5).replace(o,d);c="data"+e.charAt(0).toUpperCase()+e.slice(1)}else{let e=t.slice(4);if(!o.test(e)){let n=e.replace(s,u);"-"!==n.charAt(0)&&(n="-"+n),t="data"+n}}p=r.E}return new p(c,t)}function u(e){return"-"+e.toLowerCase()}function d(e){return e.charAt(1).toUpperCase()}},38635:(e,t,n)=>{"use strict";n.d(t,{R:()=>r});class r{constructor(e,t){this.attribute=t,this.property=e}}r.prototype.attribute="",r.prototype.booleanish=!1,r.prototype.boolean=!1,r.prototype.commaOrSpaceSeparated=!1,r.prototype.commaSeparated=!1,r.prototype.defined=!1,r.prototype.mustUseProperty=!1,r.prototype.number=!1,r.prototype.overloadedBoolean=!1,r.prototype.property="",r.prototype.spaceSeparated=!1,r.prototype.space=void 0},38670:(e,t,n)=>{"use strict";n.d(t,{e7:()=>u,uu:()=>d,MN:()=>l,xe:()=>c,lX:()=>p,ES:()=>g,Wc:()=>m,OC:()=>h,FG:()=>f,YW:()=>b});var r=n(67172);let a="Left",i="Right",s="Both",o="Either",l={_tag:a},c={_tag:i},u={_tag:s},d={_tag:o},p=e=>{switch(e){case"left":return l;case"right":return c;case"both":return u;case"either":return d;default:return e}},h=e=>e._tag===a,f=e=>e._tag===i,g=e=>e._tag===s,m=e=>e._tag===o,b=(0,r.XY)(2,(e,t)=>{switch(e._tag){case a:return t.onLeft();case i:return t.onRight();case s:return t.onBoth();case o:return t.onEither()}})},39177:(e,t,n)=>{"use strict";n.d(t,{k:()=>r});let r=e=>`BUG: ${e} - please report an issue at https://github.com/Effect-TS/effect/issues`},39326:e=>{"use strict";var t=Object.prototype.hasOwnProperty,n=Object.prototype.toString,r=Object.defineProperty,a=Object.getOwnPropertyDescriptor,i=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===n.call(e)},s=function(e){if(!e||"[object Object]"!==n.call(e))return!1;var r,a=t.call(e,"constructor"),i=e.constructor&&e.constructor.prototype&&t.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!a&&!i)return!1;for(r in e);return void 0===r||t.call(e,r)},o=function(e,t){r&&"__proto__"===t.name?r(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},l=function(e,n){if("__proto__"===n){if(!t.call(e,n))return;else if(a)return a(e,n).value}return e[n]};e.exports=function e(){var t,n,r,a,c,u,d=arguments[0],p=1,h=arguments.length,f=!1;for("boolean"==typeof d&&(f=d,d=arguments[1]||{},p=2),(null==d||"object"!=typeof d&&"function"!=typeof d)&&(d={});p<h;++p)if(t=arguments[p],null!=t)for(n in t)r=l(d,n),d!==(a=l(t,n))&&(f&&a&&(s(a)||(c=i(a)))?(c?(c=!1,u=r&&i(r)?r:[]):u=r&&s(r)?r:{},o(d,{name:n,newValue:e(f,u,a)})):void 0!==a&&o(d,{name:n,newValue:a}));return d}},39726:(e,t,n)=>{"use strict";n.d(t,{Pl:()=>b,Ie:()=>p,y$:()=>g,Im:()=>f,Xe:()=>h,L8:()=>d,Ej:()=>m});var r=n(36196),a=n(67172);n(80905);let i=Symbol.for("effect/ScheduleInterval"),s={[i]:i,startMillis:0,endMillis:0},o=(e,t)=>e>t?s:{[i]:i,startMillis:e,endMillis:t},l=(0,a.XY)(2,(e,t)=>c(e,t)===e),c=(0,a.XY)(2,(e,t)=>e.endMillis<=t.startMillis?e:t.endMillis<=e.startMillis?t:e.startMillis<t.startMillis?e:t.startMillis<e.startMillis?t:e.endMillis<=t.endMillis?e:t),u=(0,a.XY)(2,(e,t)=>o(Math.max(e.startMillis,t.startMillis),Math.min(e.endMillis,t.endMillis))),d=o,p=s,h=l,f=e=>e.startMillis>=e.endMillis,g=u,m=e=>r.ne(e.endMillis-e.startMillis),b=e=>o(e,1/0)},40161:(e,t,n)=>{"use strict";n.d(t,{L8:()=>f,Zu:()=>m,k_:()=>u,p1:()=>c});var r=n(95793),a=n(50995),i=n(67172),s=n(33268),o=n(95329),l=n(16841);let c=Symbol.for("effect/Random"),u=a.Io("effect/Random");class d{constructor(e){this[c]=c,this.seed=e,this.PRNG=new o.Cz(e)}get next(){return l.OH5(()=>this.PRNG.number())}get nextBoolean(){return l.TjK(this.next,e=>e>.5)}get nextInt(){return l.OH5(()=>this.PRNG.integer(Number.MAX_SAFE_INTEGER))}nextRange(e,t){return l.TjK(this.next,n=>(t-e)*n+e)}nextIntBetween(e,t){return l.OH5(()=>this.PRNG.integer(t-e)+e)}shuffle(e){return p(e,e=>this.nextIntBetween(0,e))}}let p=(e,t)=>l.DYE(()=>(0,i.Fs)(l.OH5(()=>Array.from(e)),l.qIB(e=>{let n=[];for(let t=e.length;t>=2;t-=1)n.push(t);return(0,i.Fs)(n,l.QZV(n=>(0,i.Fs)(t(n),l.TjK(t=>h(e,n-1,t)))),l.as(r.Ts(e)))}))),h=(e,t,n)=>{let r=e[t];return e[t]=e[n],e[n]=r,e},f=e=>new d(s.tW(e));class g{constructor(e){if(this[c]=c,this.index=0,this.values=e,0===e.length)throw Error("Requires at least one value")}getNextValue(){let e=this.values[this.index];return this.index=(this.index+1)%this.values.length,e}get next(){return l.OH5(()=>{let e=this.getNextValue();return"number"==typeof e?Math.max(0,Math.min(1,e)):s.tW(e)/0x7fffffff})}get nextBoolean(){return l.OH5(()=>{let e=this.getNextValue();return"boolean"==typeof e?e:s.tW(e)%2==0})}get nextInt(){return l.OH5(()=>{let e=this.getNextValue();return"number"==typeof e&&Number.isFinite(e)?Math.round(e):Math.abs(s.tW(e))})}nextRange(e,t){return l.TjK(this.next,n=>(t-e)*n+e)}nextIntBetween(e,t){return l.OH5(()=>{let n=this.getNextValue();return"number"==typeof n&&Number.isFinite(n)?Math.max(e,Math.min(t-1,Math.round(n))):e+Math.abs(s.tW(n))%(t-e)})}shuffle(e){return p(e,e=>this.nextIntBetween(0,e))}}let m=e=>new g(e)},41161:(e,t,n)=>{"use strict";function r(e,t,n,r){let a,i=e.length,s=0;if(t=t<0?-t>i?0:i+t:t>i?i:t,n=n>0?n:0,r.length<1e4)(a=Array.from(r)).unshift(t,n),e.splice(...a);else for(n&&e.splice(t,n);s<r.length;)(a=r.slice(s,s+1e4)).unshift(t,0),e.splice(...a),s+=1e4,t+=1e4}function a(e,t){return e.length>0?(r(e,e.length,0,t),e):t}n.d(t,{V:()=>a,m:()=>r})},41860:(e,t,n)=>{"use strict";let r;n.d(t,{Jt:()=>T,L8:()=>y});var a=n(50995),i=n(36196),s=n(8285),o=n(67172),l=n(54508),c=n(75275),u=n(16841),d=n(61137),p=n(83762);let h=Symbol.for("effect/RcRef"),f={_tag:"Empty"},g={_tag:"Closed"},m={_A:o.D_,_E:o.D_};class b extends s.Xs{static{r=l.ii}constructor(e,t,n,a){super(),this[h]=m,this[r]=l.ii,this.state=f,this.semaphore=d.RI(1),this.acquire=e,this.context=t,this.scope=n,this.idleTimeToLive=a,this.get=E(this)}commit(){return this.get}}let E=e=>{let t=e.idleTimeToLive&&!i.MI(e.idleTimeToLive);return u.FcF(t=>u.DYE(()=>{switch(e.state._tag){case"Closed":return u.GaK;case"Acquired":return e.state.refCount++,e.state.fiber?u.as(u.OLv(e.state.fiber),e.state):u.PyW(e.state);case"Empty":return p.RW().pipe(c.Jr("scope"),c.oI("value",({scope:n})=>t(u.woH(e.acquire,u.Fi1,a.WQ(e.context,p.DL,n)))),u.TjK(({scope:t,value:n})=>{let r={_tag:"Acquired",value:n,scope:t,fiber:void 0,refCount:1};return e.state=r,r}))}})).pipe(e.semaphore.withPermits(1),c.Jr("state"),c.oI("scope",()=>p.DL),u.Mim(({scope:n,state:r})=>n.addFinalizer(()=>u.DYE(()=>(r.refCount--,r.refCount>0||t)?u.rIH:void 0===e.idleTimeToLive?(e.state=f,u.vDJ(r.scope,u.x5l)):c.yy(e.idleTimeToLive).pipe(u.Inz,u.aNH(u.DYE(()=>"Acquired"===e.state._tag&&0===e.state.refCount?(e.state=f,u.vDJ(r.scope,u.x5l)):u.rIH)),p.ye(u.OH5(()=>{r.fiber=void 0})),d.ar(e.scope),u.Mim(e=>{r.fiber=e}),e.semaphore.withPermits(1))))),u.TjK(({state:e})=>e.value))},y=e=>u.$we(t=>{let n=t.getFiberRef(u.Fi1),r=a.Jt(n,p.DL),s=new b(e.acquire,n,r,e.idleTimeToLive?i.D4(e.idleTimeToLive):void 0);return u.as(r.addFinalizer(()=>s.semaphore.withPermits(1)(u.DYE(()=>{let e="Acquired"===s.state._tag?u.vDJ(s.state.scope,u.x5l):u.rIH;return s.state=g,e}))),s)}),T=E},42604:(e,t,n)=>{"use strict";n.d(t,{F6:()=>T,Ie:()=>p,Ui:()=>E,dh:()=>l,kg:()=>y});var r=n(95793),a=n(36185),i=n(88916),s=n(67172),o=n(30818);let l=Symbol.for("effect/DifferOrPatch");function c(e){return e}let u={...o.wC.prototype,[l]:{_Value:c,_Key:c,_Patch:c}},d=Object.create(Object.assign(Object.create(u),{_tag:"Empty"})),p=()=>d,h=Object.assign(Object.create(u),{_tag:"AndThen"}),f=Object.assign(Object.create(u),{_tag:"SetLeft"}),g=Object.assign(Object.create(u),{_tag:"SetRight"}),m=Object.assign(Object.create(u),{_tag:"UpdateLeft"}),b=Object.assign(Object.create(u),{_tag:"UpdateRight"}),E=e=>{var t,n;switch(e.oldValue._tag){case"Left":switch(e.newValue._tag){case"Left":{let t,n=e.left.diff(e.oldValue.left,e.newValue.left);if(i.aI(n,e.left.empty))return p();return(t=Object.create(m)).patch=n,t}case"Right":let r;return t=e.newValue.right,(r=Object.create(g)).value=t,r}case"Right":switch(e.newValue._tag){case"Left":let a;return n=e.newValue.left,(a=Object.create(f)).value=n,a;case"Right":{let t,n=e.right.diff(e.oldValue.right,e.newValue.right);if(i.aI(n,e.right.empty))return p();return(t=Object.create(b)).patch=n,t}}}},y=s.XY(2,(e,t)=>{let n;return(n=Object.create(h)).first=e,n.second=t,n}),T=s.XY(2,(e,{left:t,oldValue:n,right:i})=>{if("Empty"===e._tag)return n;let s=r.of(e),o=n;for(;r.J_(s);){let e=r.v4(s),n=r.Rx(s);switch(e._tag){case"Empty":s=n;break;case"AndThen":s=r.Hs(e.first)(r.Hs(e.second)(n));break;case"UpdateLeft":"Left"===o._tag&&(o=a.kb(t.patch(e.patch,o.left))),s=n;break;case"UpdateRight":"Right"===o._tag&&(o=a.pG(i.patch(e.patch,o.right))),s=n;break;case"SetLeft":o=a.kb(e.value),s=n;break;case"SetRight":o=a.pG(e.value),s=n}}return o})},42749:(e,t,n)=>{"use strict";n.d(t,{$m:()=>d,B8:()=>y,DI:()=>E,HN:()=>f,Ie:()=>o,Im:()=>u,L8:()=>s,Ol:()=>p,Sn:()=>i,WP:()=>g,b8:()=>c,d6:()=>h,gP:()=>m,hg:()=>b,sS:()=>l,vu:()=>a});var r=n(67172);let a=e=>255&e,i=e=>e>>8&255,s=(e,t)=>(255&e)+((t&e&255)<<8),o=s(0,0),l=e=>s(e,e),c=e=>s(e,0),u=e=>0===e,d=(0,r.XY)(2,(e,t)=>(a(e)&t)!=0),p=(0,r.XY)(2,(e,t)=>(i(e)&t)!=0),h=(0,r.XY)(2,(e,t)=>(a(e)&t)!=0&&(i(e)&t)==0),f=(0,r.XY)(2,(e,t)=>s(a(e)&~t,i(e))),g=(0,r.XY)(2,(e,t)=>s(a(e)|a(t),i(e)&i(t))),m=(0,r.XY)(2,(e,t)=>s(a(e)|a(t),i(e)|i(t))),b=(0,r.XY)(2,(e,t)=>e|t),E=e=>s(i(e),y(a(e))),y=e=>~e>>>0&255},43359:(e,t,n)=>{"use strict";n.d(t,{$L:()=>u,$N:()=>h,AT:()=>l,G:()=>c,L8:()=>a,Py:()=>p,Tx:()=>i,Vw:()=>s,dz:()=>f,fJ:()=>o,wt:()=>d});var r=n(16841);n(69085).FX;let a=r.WW4;r.sDf;let i=r.gn0;r.$1O,r.ZI2;let s=r.AsN,o=r.Ao;r.jxG;let l=r.FIO;r.un1,r.AR8,r.lN4;let c=r.ZM1;r.bdM;let u=r._fI,d=r.vwO,p=r.syF;r.BCV;let h=r.MIt,f=r.q_p},46361:(e,t,n)=>{"use strict";n.d(t,{oz:()=>tM});var r={};n.r(r),n.d(r,{attentionMarkers:()=>ej,contentInitial:()=>eU,disable:()=>eW,document:()=>eB,flow:()=>eG,flowInitial:()=>eH,insideSpan:()=>ez,string:()=>e$,text:()=>eY});var a=n(23091),i=n(86994);let s=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,o=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,l={};function c(e,t){return((t||l).jsx?o:s).test(e)}var u=n(36887),d=n(4918),p=n(38609);let h={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"};var f=n(51705),g=n(32682),m=n(7370);function b(e){return e&&"object"==typeof e?"position"in e||"type"in e?y(e.position):"start"in e||"end"in e?y(e):"line"in e||"column"in e?E(e):"":""}function E(e){return T(e&&e.line)+":"+T(e&&e.column)}function y(e){return E(e&&e.start)+"-"+E(e&&e.end)}function T(e){return e&&"number"==typeof e?e:1}class _ extends Error{constructor(e,t,n){super(),"string"==typeof t&&(n=t,t=void 0);let r="",a={},i=!1;if(t&&(a="line"in t&&"column"in t||"start"in t&&"end"in t?{place:t}:"type"in t?{ancestors:[t],place:t.position}:{...t}),"string"==typeof e?r=e:!a.cause&&e&&(i=!0,r=e.message,a.cause=e),!a.ruleId&&!a.source&&"string"==typeof n){const e=n.indexOf(":");-1===e?a.ruleId=n:(a.source=n.slice(0,e),a.ruleId=n.slice(e+1))}if(!a.place&&a.ancestors&&a.ancestors){const e=a.ancestors[a.ancestors.length-1];e&&(a.place=e.position)}const s=a.place&&"start"in a.place?a.place.start:a.place;this.ancestors=a.ancestors||void 0,this.cause=a.cause||void 0,this.column=s?s.column:void 0,this.fatal=void 0,this.file="",this.message=r,this.line=s?s.line:void 0,this.name=b(a.place)||"1:1",this.place=a.place||void 0,this.reason=this.message,this.ruleId=a.ruleId||void 0,this.source=a.source||void 0,this.stack=i&&a.cause&&"string"==typeof a.cause.stack?a.cause.stack:"",this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}}_.prototype.file="",_.prototype.name="",_.prototype.reason="",_.prototype.message="",_.prototype.stack="",_.prototype.column=void 0,_.prototype.line=void 0,_.prototype.ancestors=void 0,_.prototype.cause=void 0,_.prototype.fatal=void 0,_.prototype.place=void 0,_.prototype.ruleId=void 0,_.prototype.source=void 0;let S={}.hasOwnProperty,A=new Map,k=/[A-Z]/g,I=new Set(["table","tbody","thead","tfoot","tr"]),N=new Set(["td","th"]),v="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function R(e,t,n){var r,s,o,l,c,m,b,E,y;let T,A,R,P,F,M,B,U,H,G,$;return"element"===t.type?(r=e,s=t,o=n,A=T=r.schema,"svg"===s.tagName.toLowerCase()&&"html"===T.space&&(r.schema=d.JW),r.ancestors.push(s),R=D(r,s.tagName,!1),P=function(e,t){let n,r,a={};for(r in t.properties)if("children"!==r&&S.call(t.properties,r)){let s=function(e,t,n){let r=(0,p.I)(e.schema,t);if(!(null==n||"number"==typeof n&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?(0,i.A)(n):(0,f.A)(n)),"style"===r.property){let t="object"==typeof n?n:function(e,t){try{return g(t,{reactCompat:!0})}catch(n){if(e.ignoreInvalidStyle)return{};let t=new _("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:n,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw t.file=e.filePath||void 0,t.url=v+"#cannot-parse-style-attribute",t}}(e,String(n));return"css"===e.stylePropertyNameCase&&(t=function(e){let t,n={};for(t in e)S.call(e,t)&&(n[function(e){let t=e.replace(k,x);return"ms-"===t.slice(0,3)&&(t="-"+t),t}(t)]=e[t]);return n}(t)),["style",t]}return["react"===e.elementAttributeNameCase&&r.space?h[r.property]||r.property:r.attribute,n]}}(e,r,t.properties[r]);if(s){let[r,i]=s;e.tableCellAlignToStyle&&"align"===r&&"string"==typeof i&&N.has(t.tagName)?n=i:a[r]=i}}return n&&((a.style||(a.style={}))["css"===e.stylePropertyNameCase?"text-align":"textAlign"]=n),a}(r,s),F=C(r,s),I.has(s.tagName)&&(F=F.filter(function(e){return"string"!=typeof e||!(0,u.m)(e)})),O(r,P,R,s),w(P,F),r.ancestors.pop(),r.schema=T,r.create(s,R,P,o)):"mdxFlowExpression"===t.type||"mdxTextExpression"===t.type?function(e,t){if(t.data&&t.data.estree&&e.evaluater){let n=t.data.estree.body[0];return(0,a.ok)("ExpressionStatement"===n.type),e.evaluater.evaluateExpression(n.expression)}L(e,t.position)}(e,t):"mdxJsxFlowElement"===t.type||"mdxJsxTextElement"===t.type?(l=e,c=t,m=n,B=M=l.schema,"svg"===c.name&&"html"===M.space&&(l.schema=d.JW),l.ancestors.push(c),U=null===c.name?l.Fragment:D(l,c.name,!0),H=function(e,t){let n={};for(let r of t.attributes)if("mdxJsxExpressionAttribute"===r.type)if(r.data&&r.data.estree&&e.evaluater){let t=r.data.estree.body[0];(0,a.ok)("ExpressionStatement"===t.type);let i=t.expression;(0,a.ok)("ObjectExpression"===i.type);let s=i.properties[0];(0,a.ok)("SpreadElement"===s.type),Object.assign(n,e.evaluater.evaluateExpression(s.argument))}else L(e,t.position);else{let i,s=r.name;if(r.value&&"object"==typeof r.value)if(r.value.data&&r.value.data.estree&&e.evaluater){let t=r.value.data.estree.body[0];(0,a.ok)("ExpressionStatement"===t.type),i=e.evaluater.evaluateExpression(t.expression)}else L(e,t.position);else i=null===r.value||r.value;n[s]=i}return n}(l,c),G=C(l,c),O(l,H,U,c),w(H,G),l.ancestors.pop(),l.schema=M,l.create(c,U,H,m)):"mdxjsEsm"===t.type?function(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);L(e,t.position)}(e,t):"root"===t.type?(b=e,E=t,y=n,w($={},C(b,E)),b.create(E,b.Fragment,$,y)):"text"===t.type?t.value:void 0}function O(e,t,n,r){"string"!=typeof n&&n!==e.Fragment&&e.passNode&&(t.node=r)}function w(e,t){if(t.length>0){let n=t.length>1?t:t[0];n&&(e.children=n)}}function C(e,t){let n=[],r=-1,a=e.passKeys?new Map:A;for(;++r<t.children.length;){let i,s=t.children[r];if(e.passKeys){let e="element"===s.type?s.tagName:"mdxJsxFlowElement"===s.type||"mdxJsxTextElement"===s.type?s.name:void 0;if(e){let t=a.get(e)||0;i=e+"-"+t,a.set(e,t+1)}}let o=R(e,s,i);void 0!==o&&n.push(o)}return n}function D(e,t,n){let r;if(n)if(t.includes(".")){let e,n=t.split("."),i=-1;for(;++i<n.length;){let t=c(n[i])?{type:"Identifier",name:n[i]}:{type:"Literal",value:n[i]};e=e?{type:"MemberExpression",object:e,property:t,computed:!!(i&&"Literal"===t.type),optional:!1}:t}(0,a.ok)(e,"always a result"),r=e}else r=c(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};else r={type:"Literal",value:t};if("Literal"===r.type){let t=r.value;return S.call(e.components,t)?e.components[t]:t}if(e.evaluater)return e.evaluater.evaluateExpression(r);L(e)}function L(e,t){let n=new _("Cannot handle MDX estrees without `createEvaluater`",{ancestors:e.ancestors,place:t,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw n.file=e.filePath||void 0,n.url=v+"#cannot-handle-mdx-estrees-without-createevaluater",n}function x(e){return"-"+e.toLowerCase()}let P={action:["form"],cite:["blockquote","del","ins","q"],data:["object"],formAction:["button","input"],href:["a","area","base","link"],icon:["menuitem"],itemId:null,manifest:["html"],ping:["a","area"],poster:["video"],src:["audio","embed","iframe","img","input","script","source","track","video"]};var F=n(95155);n(12115);var M=n(48006),B=n(41161);class U{constructor(e){this.left=e?[...e]:[],this.right=[]}get(e){if(e<0||e>=this.left.length+this.right.length)throw RangeError("Cannot access index `"+e+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return e<this.left.length?this.left[e]:this.right[this.right.length-e+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(e,t){let n=null==t?1/0:t;return n<this.left.length?this.left.slice(e,n):e>this.left.length?this.right.slice(this.right.length-n+this.left.length,this.right.length-e+this.left.length).reverse():this.left.slice(e).concat(this.right.slice(this.right.length-n+this.left.length).reverse())}splice(e,t,n){this.setCursor(Math.trunc(e));let r=this.right.splice(this.right.length-(t||0),1/0);return n&&H(this.left,n),r.reverse()}pop(){return this.setCursor(1/0),this.left.pop()}push(e){this.setCursor(1/0),this.left.push(e)}pushMany(e){this.setCursor(1/0),H(this.left,e)}unshift(e){this.setCursor(0),this.right.push(e)}unshiftMany(e){this.setCursor(0),H(this.right,e.reverse())}setCursor(e){if(e!==this.left.length&&(!(e>this.left.length)||0!==this.right.length)&&(!(e<0)||0!==this.left.length))if(e<this.left.length){let t=this.left.splice(e,1/0);H(this.right,t.reverse())}else{let t=this.right.splice(this.left.length+this.right.length-e,1/0);H(this.left,t.reverse())}}}function H(e,t){let n=0;if(t.length<1e4)e.push(...t);else for(;n<t.length;)e.push(...t.slice(n,n+1e4)),n+=1e4}function G(e){let t,n,r,a,i,s,o,l={},c=-1,u=new U(e);for(;++c<u.length;){for(;c in l;)c=l[c];if(t=u.get(c),c&&"chunkFlow"===t[1].type&&"listItemPrefix"===u.get(c-1)[1].type&&((r=0)<(s=t[1]._tokenizer.events).length&&"lineEndingBlank"===s[r][1].type&&(r+=2),r<s.length&&"content"===s[r][1].type))for(;++r<s.length&&"content"!==s[r][1].type;)"chunkText"===s[r][1].type&&(s[r][1]._isInFirstContentOfListItem=!0,r++);if("enter"===t[0])t[1].contentType&&(Object.assign(l,function(e,t){let n,r,a=e.get(t)[1],i=e.get(t)[2],s=t-1,o=[],l=a._tokenizer;!l&&(l=i.parser[a.contentType](a.start),a._contentTypeTextTrailing&&(l._contentTypeTextTrailing=!0));let c=l.events,u=[],d={},p=-1,h=a,f=0,g=0,m=[0];for(;h;){for(;e.get(++s)[1]!==h;);o.push(s),!h._tokenizer&&(n=i.sliceStream(h),h.next||n.push(null),r&&l.defineSkip(h.start),h._isInFirstContentOfListItem&&(l._gfmTasklistFirstContentOfListItem=!0),l.write(n),h._isInFirstContentOfListItem&&(l._gfmTasklistFirstContentOfListItem=void 0)),r=h,h=h.next}for(h=a;++p<c.length;)"exit"===c[p][0]&&"enter"===c[p-1][0]&&c[p][1].type===c[p-1][1].type&&c[p][1].start.line!==c[p][1].end.line&&(g=p+1,m.push(g),h._tokenizer=void 0,h.previous=void 0,h=h.next);for(l.events=[],h?(h._tokenizer=void 0,h.previous=void 0):m.pop(),p=m.length;p--;){let t=c.slice(m[p],m[p+1]),n=o.pop();u.push([n,n+t.length-1]),e.splice(n,2,t)}for(u.reverse(),p=-1;++p<u.length;)d[f+u[p][0]]=f+u[p][1],f+=u[p][1]-u[p][0]-1;return d}(u,c)),c=l[c],o=!0);else if(t[1]._container){for(r=c,n=void 0;r--;)if("lineEnding"===(a=u.get(r))[1].type||"lineEndingBlank"===a[1].type)"enter"===a[0]&&(n&&(u.get(n)[1].type="lineEndingBlank"),a[1].type="lineEnding",n=r);else if("linePrefix"===a[1].type||"listItemIndent"===a[1].type);else break;n&&(t[1].end={...u.get(n)[1].start},(i=u.slice(n,c)).unshift(t),u.splice(n,c-n+1,i))}}return(0,B.m)(e,0,1/0,u.slice(0)),!o}var $=n(50783),Y=n(62835),z=n(4294);let j={tokenize:function(e){let t,n=e.attempt(this.parser.constructs.contentInitial,function(t){return null===t?void e.consume(t):(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),(0,Y.N)(e,n,"linePrefix"))},function(n){return e.enter("paragraph"),function n(r){let a=e.enter("chunkText",{contentType:"text",previous:t});return t&&(t.next=a),t=a,function t(r){if(null===r){e.exit("chunkText"),e.exit("paragraph"),e.consume(r);return}return(0,z.HP)(r)?(e.consume(r),e.exit("chunkText"),n):(e.consume(r),t)}(r)}(n)});return n}},W={tokenize:function(e){let t,n,r,a=this,i=[],s=0;return o;function o(t){if(s<i.length){let n=i[s];return a.containerState=n[1],e.attempt(n[0].continuation,l,c)(t)}return c(t)}function l(e){if(s++,a.containerState._closeFlow){let n;a.containerState._closeFlow=void 0,t&&b();let r=a.events.length,i=r;for(;i--;)if("exit"===a.events[i][0]&&"chunkFlow"===a.events[i][1].type){n=a.events[i][1].end;break}m(s);let o=r;for(;o<a.events.length;)a.events[o][1].end={...n},o++;return(0,B.m)(a.events,i+1,0,a.events.slice(r)),a.events.length=o,c(e)}return o(e)}function c(n){if(s===i.length){if(!t)return p(n);if(t.currentConstruct&&t.currentConstruct.concrete)return f(n);a.interrupt=!!(t.currentConstruct&&!t._gfmTableDynamicInterruptHack)}return a.containerState={},e.check(q,u,d)(n)}function u(e){return t&&b(),m(s),p(e)}function d(e){return a.parser.lazy[a.now().line]=s!==i.length,r=a.now().offset,f(e)}function p(t){return a.containerState={},e.attempt(q,h,f)(t)}function h(e){return s++,i.push([a.currentConstruct,a.containerState]),p(e)}function f(r){if(null===r){t&&b(),m(0),e.consume(r);return}return t=t||a.parser.flow(a.now()),e.enter("chunkFlow",{_tokenizer:t,contentType:"flow",previous:n}),function t(n){if(null===n){g(e.exit("chunkFlow"),!0),m(0),e.consume(n);return}return(0,z.HP)(n)?(e.consume(n),g(e.exit("chunkFlow")),s=0,a.interrupt=void 0,o):(e.consume(n),t)}(r)}function g(e,i){let o=a.sliceStream(e);if(i&&o.push(null),e.previous=n,n&&(n.next=e),n=e,t.defineSkip(e.start),t.write(o),a.parser.lazy[e.start.line]){let e,n,i=t.events.length;for(;i--;)if(t.events[i][1].start.offset<r&&(!t.events[i][1].end||t.events[i][1].end.offset>r))return;let o=a.events.length,l=o;for(;l--;)if("exit"===a.events[l][0]&&"chunkFlow"===a.events[l][1].type){if(e){n=a.events[l][1].end;break}e=!0}for(m(s),i=o;i<a.events.length;)a.events[i][1].end={...n},i++;(0,B.m)(a.events,l+1,0,a.events.slice(o)),a.events.length=i}}function m(t){let n=i.length;for(;n-- >t;){let t=i[n];a.containerState=t[1],t[0].exit.call(a,e)}i.length=t}function b(){t.write([null]),n=void 0,t=void 0,a.containerState._closeFlow=void 0}}},q={tokenize:function(e,t,n){return(0,Y.N)(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}};var X=n(50055);let V={resolve:function(e){return G(e),e},tokenize:function(e,t){let n;return function(t){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),r(t)};function r(t){return null===t?a(t):(0,z.HP)(t)?e.check(K,i,a)(t):(e.consume(t),r)}function a(n){return e.exit("chunkContent"),e.exit("content"),t(n)}function i(t){return e.consume(t),e.exit("chunkContent"),n.next=e.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,r}}},K={partial:!0,tokenize:function(e,t,n){let r=this;return function(t){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),(0,Y.N)(e,a,"linePrefix")};function a(a){if(null===a||(0,z.HP)(a))return n(a);let i=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&i&&"linePrefix"===i[1].type&&i[2].sliceSerialize(i[1],!0).length>=4?t(a):e.interrupt(r.parser.constructs.flow,n,t)(a)}}},Z={tokenize:function(e){let t=this,n=e.attempt(X.B,function(r){return null===r?void e.consume(r):(e.enter("lineEndingBlank"),e.consume(r),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n)},e.attempt(this.parser.constructs.flowInitial,r,(0,Y.N)(e,e.attempt(this.parser.constructs.flow,r,e.attempt(V,r)),"linePrefix")));return n;function r(r){return null===r?void e.consume(r):(e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),t.currentConstruct=void 0,n)}}},J={resolveAll:en()},Q=et("string"),ee=et("text");function et(e){return{resolveAll:en("text"===e?er:void 0),tokenize:function(t){let n=this,r=this.parser.constructs[e],a=t.attempt(r,i,s);return i;function i(e){return l(e)?a(e):s(e)}function s(e){return null===e?void t.consume(e):(t.enter("data"),t.consume(e),o)}function o(e){return l(e)?(t.exit("data"),a(e)):(t.consume(e),o)}function l(e){if(null===e)return!0;let t=r[e],a=-1;if(t)for(;++a<t.length;){let e=t[a];if(!e.previous||e.previous.call(n,n.previous))return!0}return!1}}}}function en(e){return function(t,n){let r,a=-1;for(;++a<=t.length;)void 0===r?t[a]&&"data"===t[a][1].type&&(r=a,a++):t[a]&&"data"===t[a][1].type||(a!==r+2&&(t[r][1].end=t[a-1][1].end,t.splice(r+2,a-r-2),a=r+2),r=void 0);return e?e(t,n):t}}function er(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||"lineEnding"===e[n][1].type)&&"data"===e[n-1][1].type){let r,a=e[n-1][1],i=t.sliceStream(a),s=i.length,o=-1,l=0;for(;s--;){let e=i[s];if("string"==typeof e){for(o=e.length;32===e.charCodeAt(o-1);)l++,o--;if(o)break;o=-1}else if(-2===e)r=!0,l++;else if(-1===e);else{s++;break}}if(t._contentTypeTextTrailing&&n===e.length&&(l=0),l){let i={type:n===e.length||r||l<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:s?o:a.start._bufferIndex+o,_index:a.start._index+s,line:a.end.line,column:a.end.column-l,offset:a.end.offset-l},end:{...a.end}};a.end={...i.start},a.start.offset===a.end.offset?Object.assign(a,i):(e.splice(n,0,["enter",i,t],["exit",i,t]),n+=2)}n++}return e}let ea={name:"thematicBreak",tokenize:function(e,t,n){let r,a=0;return function(i){var s;return e.enter("thematicBreak"),r=s=i,function i(s){return s===r?(e.enter("thematicBreakSequence"),function t(n){return n===r?(e.consume(n),a++,t):(e.exit("thematicBreakSequence"),(0,z.On)(n)?(0,Y.N)(e,i,"whitespace")(n):i(n))}(s)):a>=3&&(null===s||(0,z.HP)(s))?(e.exit("thematicBreak"),t(s)):n(s)}(s)}}},ei={continuation:{tokenize:function(e,t,n){let r=this;return r.containerState._closeFlow=void 0,e.check(X.B,function(n){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,(0,Y.N)(e,t,"listItemIndent",r.containerState.size+1)(n)},function(n){return r.containerState.furtherBlankLines||!(0,z.On)(n)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,a(n)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(eo,t,a)(n))});function a(a){return r.containerState._closeFlow=!0,r.interrupt=void 0,(0,Y.N)(e,e.attempt(ei,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(a)}}},exit:function(e){e.exit(this.containerState.type)},name:"list",tokenize:function(e,t,n){let r=this,a=r.events[r.events.length-1],i=a&&"linePrefix"===a[1].type?a[2].sliceSerialize(a[1],!0).length:0,s=0;return function(t){let a=r.containerState.type||(42===t||43===t||45===t?"listUnordered":"listOrdered");if("listUnordered"===a?!r.containerState.marker||t===r.containerState.marker:(0,z.BM)(t)){if(r.containerState.type||(r.containerState.type=a,e.enter(a,{_container:!0})),"listUnordered"===a)return e.enter("listItemPrefix"),42===t||45===t?e.check(ea,n,o)(t):o(t);if(!r.interrupt||49===t)return e.enter("listItemPrefix"),e.enter("listItemValue"),function t(a){return(0,z.BM)(a)&&++s<10?(e.consume(a),t):(!r.interrupt||s<2)&&(r.containerState.marker?a===r.containerState.marker:41===a||46===a)?(e.exit("listItemValue"),o(a)):n(a)}(t)}return n(t)};function o(t){return e.enter("listItemMarker"),e.consume(t),e.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||t,e.check(X.B,r.interrupt?n:l,e.attempt(es,u,c))}function l(e){return r.containerState.initialBlankLine=!0,i++,u(e)}function c(t){return(0,z.On)(t)?(e.enter("listItemPrefixWhitespace"),e.consume(t),e.exit("listItemPrefixWhitespace"),u):n(t)}function u(n){return r.containerState.size=i+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(n)}}},es={partial:!0,tokenize:function(e,t,n){let r=this;return(0,Y.N)(e,function(e){let a=r.events[r.events.length-1];return!(0,z.On)(e)&&a&&"listItemPrefixWhitespace"===a[1].type?t(e):n(e)},"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5)}},eo={partial:!0,tokenize:function(e,t,n){let r=this;return(0,Y.N)(e,function(e){let a=r.events[r.events.length-1];return a&&"listItemIndent"===a[1].type&&a[2].sliceSerialize(a[1],!0).length===r.containerState.size?t(e):n(e)},"listItemIndent",r.containerState.size+1)}},el={continuation:{tokenize:function(e,t,n){let r=this;return function(t){return(0,z.On)(t)?(0,Y.N)(e,a,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):a(t)};function a(r){return e.attempt(el,t,n)(r)}}},exit:function(e){e.exit("blockQuote")},name:"blockQuote",tokenize:function(e,t,n){let r=this;return function(t){if(62===t){let n=r.containerState;return n.open||(e.enter("blockQuote",{_container:!0}),n.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(t),e.exit("blockQuoteMarker"),a}return n(t)};function a(n){return(0,z.On)(n)?(e.enter("blockQuotePrefixWhitespace"),e.consume(n),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(n))}}};function ec(e,t,n,r,a,i,s,o,l){let c=l||1/0,u=0;return function(t){return 60===t?(e.enter(r),e.enter(a),e.enter(i),e.consume(t),e.exit(i),d):null===t||32===t||41===t||(0,z.JQ)(t)?n(t):(e.enter(r),e.enter(s),e.enter(o),e.enter("chunkString",{contentType:"string"}),f(t))};function d(n){return 62===n?(e.enter(i),e.consume(n),e.exit(i),e.exit(a),e.exit(r),t):(e.enter(o),e.enter("chunkString",{contentType:"string"}),p(n))}function p(t){return 62===t?(e.exit("chunkString"),e.exit(o),d(t)):null===t||60===t||(0,z.HP)(t)?n(t):(e.consume(t),92===t?h:p)}function h(t){return 60===t||62===t||92===t?(e.consume(t),p):p(t)}function f(a){return!u&&(null===a||41===a||(0,z.Ee)(a))?(e.exit("chunkString"),e.exit(o),e.exit(s),e.exit(r),t(a)):u<c&&40===a?(e.consume(a),u++,f):41===a?(e.consume(a),u--,f):null===a||32===a||40===a||(0,z.JQ)(a)?n(a):(e.consume(a),92===a?g:f)}function g(t){return 40===t||41===t||92===t?(e.consume(t),f):f(t)}}function eu(e,t,n,r,a,i){let s,o=this,l=0;return function(t){return e.enter(r),e.enter(a),e.consume(t),e.exit(a),e.enter(i),c};function c(d){return l>999||null===d||91===d||93===d&&!s||94===d&&!l&&"_hiddenFootnoteSupport"in o.parser.constructs?n(d):93===d?(e.exit(i),e.enter(a),e.consume(d),e.exit(a),e.exit(r),t):(0,z.HP)(d)?(e.enter("lineEnding"),e.consume(d),e.exit("lineEnding"),c):(e.enter("chunkString",{contentType:"string"}),u(d))}function u(t){return null===t||91===t||93===t||(0,z.HP)(t)||l++>999?(e.exit("chunkString"),c(t)):(e.consume(t),s||(s=!(0,z.On)(t)),92===t?d:u)}function d(t){return 91===t||92===t||93===t?(e.consume(t),l++,u):u(t)}}function ed(e,t,n,r,a,i){let s;return function(t){return 34===t||39===t||40===t?(e.enter(r),e.enter(a),e.consume(t),e.exit(a),s=40===t?41:t,o):n(t)};function o(n){return n===s?(e.enter(a),e.consume(n),e.exit(a),e.exit(r),t):(e.enter(i),l(n))}function l(t){return t===s?(e.exit(i),o(s)):null===t?n(t):(0,z.HP)(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),(0,Y.N)(e,l,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),c(t))}function c(t){return t===s||null===t||(0,z.HP)(t)?(e.exit("chunkString"),l(t)):(e.consume(t),92===t?u:c)}function u(t){return t===s||92===t?(e.consume(t),c):c(t)}}function ep(e,t){let n;return function r(a){return(0,z.HP)(a)?(e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),n=!0,r):(0,z.On)(a)?(0,Y.N)(e,r,n?"linePrefix":"lineSuffix")(a):t(a)}}var eh=n(76548);let ef={partial:!0,tokenize:function(e,t,n){return function(t){return(0,z.Ee)(t)?ep(e,r)(t):n(t)};function r(t){return ed(e,a,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(t)}function a(t){return(0,z.On)(t)?(0,Y.N)(e,i,"whitespace")(t):i(t)}function i(e){return null===e||(0,z.HP)(e)?t(e):n(e)}}},eg={name:"codeIndented",tokenize:function(e,t,n){let r=this;return function(t){return e.enter("codeIndented"),(0,Y.N)(e,a,"linePrefix",5)(t)};function a(t){let a=r.events[r.events.length-1];return a&&"linePrefix"===a[1].type&&a[2].sliceSerialize(a[1],!0).length>=4?function t(n){return null===n?i(n):(0,z.HP)(n)?e.attempt(em,t,i)(n):(e.enter("codeFlowValue"),function n(r){return null===r||(0,z.HP)(r)?(e.exit("codeFlowValue"),t(r)):(e.consume(r),n)}(n))}(t):n(t)}function i(n){return e.exit("codeIndented"),t(n)}}},em={partial:!0,tokenize:function(e,t,n){let r=this;return a;function a(t){return r.parser.lazy[r.now().line]?n(t):(0,z.HP)(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),a):(0,Y.N)(e,i,"linePrefix",5)(t)}function i(e){let i=r.events[r.events.length-1];return i&&"linePrefix"===i[1].type&&i[2].sliceSerialize(i[1],!0).length>=4?t(e):(0,z.HP)(e)?a(e):n(e)}}},eb={name:"setextUnderline",resolveTo:function(e,t){let n,r,a,i=e.length;for(;i--;)if("enter"===e[i][0]){if("content"===e[i][1].type){n=i;break}"paragraph"===e[i][1].type&&(r=i)}else"content"===e[i][1].type&&e.splice(i,1),a||"definition"!==e[i][1].type||(a=i);let s={type:"setextHeading",start:{...e[n][1].start},end:{...e[e.length-1][1].end}};return e[r][1].type="setextHeadingText",a?(e.splice(r,0,["enter",s,t]),e.splice(a+1,0,["exit",e[n][1],t]),e[n][1].end={...e[a][1].end}):e[n][1]=s,e.push(["exit",s,t]),e},tokenize:function(e,t,n){let r,a=this;return function(t){var s;let o,l=a.events.length;for(;l--;)if("lineEnding"!==a.events[l][1].type&&"linePrefix"!==a.events[l][1].type&&"content"!==a.events[l][1].type){o="paragraph"===a.events[l][1].type;break}return!a.parser.lazy[a.now().line]&&(a.interrupt||o)?(e.enter("setextHeadingLine"),r=t,s=t,e.enter("setextHeadingLineSequence"),function t(n){return n===r?(e.consume(n),t):(e.exit("setextHeadingLineSequence"),(0,z.On)(n)?(0,Y.N)(e,i,"lineSuffix")(n):i(n))}(s)):n(t)};function i(r){return null===r||(0,z.HP)(r)?(e.exit("setextHeadingLine"),t(r)):n(r)}}},eE=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],ey=["pre","script","style","textarea"],eT={partial:!0,tokenize:function(e,t,n){return function(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),e.attempt(X.B,t,n)}}},e_={partial:!0,tokenize:function(e,t,n){let r=this;return function(t){return(0,z.HP)(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),a):n(t)};function a(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}},eS={partial:!0,tokenize:function(e,t,n){let r=this;return function(t){return null===t?n(t):(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),a)};function a(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}},eA={concrete:!0,name:"codeFenced",tokenize:function(e,t,n){let r,a=this,i={partial:!0,tokenize:function(e,t,n){let i=0;return function(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),s};function s(t){return e.enter("codeFencedFence"),(0,z.On)(t)?(0,Y.N)(e,l,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):l(t)}function l(t){return t===r?(e.enter("codeFencedFenceSequence"),function t(a){return a===r?(i++,e.consume(a),t):i>=o?(e.exit("codeFencedFenceSequence"),(0,z.On)(a)?(0,Y.N)(e,c,"whitespace")(a):c(a)):n(a)}(t)):n(t)}function c(r){return null===r||(0,z.HP)(r)?(e.exit("codeFencedFence"),t(r)):n(r)}}},s=0,o=0;return function(t){var i;let c;return i=t,s=(c=a.events[a.events.length-1])&&"linePrefix"===c[1].type?c[2].sliceSerialize(c[1],!0).length:0,r=i,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),function t(a){return a===r?(o++,e.consume(a),t):o<3?n(a):(e.exit("codeFencedFenceSequence"),(0,z.On)(a)?(0,Y.N)(e,l,"whitespace")(a):l(a))}(i)};function l(i){return null===i||(0,z.HP)(i)?(e.exit("codeFencedFence"),a.interrupt?t(i):e.check(eS,u,f)(i)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),function t(a){return null===a||(0,z.HP)(a)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),l(a)):(0,z.On)(a)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),(0,Y.N)(e,c,"whitespace")(a)):96===a&&a===r?n(a):(e.consume(a),t)}(i))}function c(t){return null===t||(0,z.HP)(t)?l(t):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),function t(a){return null===a||(0,z.HP)(a)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),l(a)):96===a&&a===r?n(a):(e.consume(a),t)}(t))}function u(t){return e.attempt(i,f,d)(t)}function d(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),p}function p(t){return s>0&&(0,z.On)(t)?(0,Y.N)(e,h,"linePrefix",s+1)(t):h(t)}function h(t){return null===t||(0,z.HP)(t)?e.check(eS,u,f)(t):(e.enter("codeFlowValue"),function t(n){return null===n||(0,z.HP)(n)?(e.exit("codeFlowValue"),h(n)):(e.consume(n),t)}(t))}function f(n){return e.exit("codeFenced"),t(n)}}};var ek=n(58850);let eI={name:"characterReference",tokenize:function(e,t,n){let r,a,i=this,s=0;return function(t){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(t),e.exit("characterReferenceMarker"),o};function o(t){return 35===t?(e.enter("characterReferenceMarkerNumeric"),e.consume(t),e.exit("characterReferenceMarkerNumeric"),l):(e.enter("characterReferenceValue"),r=31,a=z.lV,c(t))}function l(t){return 88===t||120===t?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(t),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),r=6,a=z.ok,c):(e.enter("characterReferenceValue"),r=7,a=z.BM,c(t))}function c(o){if(59===o&&s){let r=e.exit("characterReferenceValue");return a!==z.lV||(0,ek.s)(i.sliceSerialize(r))?(e.enter("characterReferenceMarker"),e.consume(o),e.exit("characterReferenceMarker"),e.exit("characterReference"),t):n(o)}return a(o)&&s++<r?(e.consume(o),c):n(o)}}},eN={name:"characterEscape",tokenize:function(e,t,n){return function(t){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(t),e.exit("escapeMarker"),r};function r(r){return(0,z.ol)(r)?(e.enter("characterEscapeValue"),e.consume(r),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(r)}}},ev={name:"lineEnding",tokenize:function(e,t){return function(n){return e.enter("lineEnding"),e.consume(n),e.exit("lineEnding"),(0,Y.N)(e,t,"linePrefix")}}};var eR=n(49359);let eO={name:"labelEnd",resolveAll:function(e){let t=-1,n=[];for(;++t<e.length;){let r=e[t][1];if(n.push(e[t]),"labelImage"===r.type||"labelLink"===r.type||"labelEnd"===r.type){let e="labelImage"===r.type?4:2;r.type="data",t+=e}}return e.length!==n.length&&(0,B.m)(e,0,e.length,n),e},resolveTo:function(e,t){let n,r,a,i,s=e.length,o=0;for(;s--;)if(n=e[s][1],r){if("link"===n.type||"labelLink"===n.type&&n._inactive)break;"enter"===e[s][0]&&"labelLink"===n.type&&(n._inactive=!0)}else if(a){if("enter"===e[s][0]&&("labelImage"===n.type||"labelLink"===n.type)&&!n._balanced&&(r=s,"labelLink"!==n.type)){o=2;break}}else"labelEnd"===n.type&&(a=s);let l={type:"labelLink"===e[r][1].type?"link":"image",start:{...e[r][1].start},end:{...e[e.length-1][1].end}},c={type:"label",start:{...e[r][1].start},end:{...e[a][1].end}},u={type:"labelText",start:{...e[r+o+2][1].end},end:{...e[a-2][1].start}};return i=[["enter",l,t],["enter",c,t]],i=(0,B.V)(i,e.slice(r+1,r+o+3)),i=(0,B.V)(i,[["enter",u,t]]),i=(0,B.V)(i,(0,eR.W)(t.parser.constructs.insideSpan.null,e.slice(r+o+4,a-3),t)),i=(0,B.V)(i,[["exit",u,t],e[a-2],e[a-1],["exit",c,t]]),i=(0,B.V)(i,e.slice(a+1)),i=(0,B.V)(i,[["exit",l,t]]),(0,B.m)(e,r,e.length,i),e},tokenize:function(e,t,n){let r,a,i=this,s=i.events.length;for(;s--;)if(("labelImage"===i.events[s][1].type||"labelLink"===i.events[s][1].type)&&!i.events[s][1]._balanced){r=i.events[s][1];break}return function(t){return r?r._inactive?u(t):(a=i.parser.defined.includes((0,eh.B)(i.sliceSerialize({start:r.end,end:i.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelEnd"),o):n(t)};function o(t){return 40===t?e.attempt(ew,c,a?c:u)(t):91===t?e.attempt(eC,c,a?l:u)(t):a?c(t):u(t)}function l(t){return e.attempt(eD,c,u)(t)}function c(e){return t(e)}function u(e){return r._balanced=!0,n(e)}}},ew={tokenize:function(e,t,n){return function(t){return e.enter("resource"),e.enter("resourceMarker"),e.consume(t),e.exit("resourceMarker"),r};function r(t){return(0,z.Ee)(t)?ep(e,a)(t):a(t)}function a(t){return 41===t?c(t):ec(e,i,s,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(t)}function i(t){return(0,z.Ee)(t)?ep(e,o)(t):c(t)}function s(e){return n(e)}function o(t){return 34===t||39===t||40===t?ed(e,l,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(t):c(t)}function l(t){return(0,z.Ee)(t)?ep(e,c)(t):c(t)}function c(r){return 41===r?(e.enter("resourceMarker"),e.consume(r),e.exit("resourceMarker"),e.exit("resource"),t):n(r)}}},eC={tokenize:function(e,t,n){let r=this;return function(t){return eu.call(r,e,a,i,"reference","referenceMarker","referenceString")(t)};function a(e){return r.parser.defined.includes((0,eh.B)(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(e):n(e)}function i(e){return n(e)}}},eD={tokenize:function(e,t,n){return function(t){return e.enter("reference"),e.enter("referenceMarker"),e.consume(t),e.exit("referenceMarker"),r};function r(r){return 93===r?(e.enter("referenceMarker"),e.consume(r),e.exit("referenceMarker"),e.exit("reference"),t):n(r)}}},eL={name:"labelStartImage",resolveAll:eO.resolveAll,tokenize:function(e,t,n){let r=this;return function(t){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(t),e.exit("labelImageMarker"),a};function a(t){return 91===t?(e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelImage"),i):n(t)}function i(e){return 94===e&&"_hiddenFootnoteSupport"in r.parser.constructs?n(e):t(e)}}};var ex=n(84693);let eP={name:"attention",resolveAll:function(e,t){let n,r,a,i,s,o,l,c,u=-1;for(;++u<e.length;)if("enter"===e[u][0]&&"attentionSequence"===e[u][1].type&&e[u][1]._close){for(n=u;n--;)if("exit"===e[n][0]&&"attentionSequence"===e[n][1].type&&e[n][1]._open&&t.sliceSerialize(e[n][1]).charCodeAt(0)===t.sliceSerialize(e[u][1]).charCodeAt(0)){if((e[n][1]._close||e[u][1]._open)&&(e[u][1].end.offset-e[u][1].start.offset)%3&&!((e[n][1].end.offset-e[n][1].start.offset+e[u][1].end.offset-e[u][1].start.offset)%3))continue;o=e[n][1].end.offset-e[n][1].start.offset>1&&e[u][1].end.offset-e[u][1].start.offset>1?2:1;let d={...e[n][1].end},p={...e[u][1].start};eF(d,-o),eF(p,o),i={type:o>1?"strongSequence":"emphasisSequence",start:d,end:{...e[n][1].end}},s={type:o>1?"strongSequence":"emphasisSequence",start:{...e[u][1].start},end:p},a={type:o>1?"strongText":"emphasisText",start:{...e[n][1].end},end:{...e[u][1].start}},r={type:o>1?"strong":"emphasis",start:{...i.start},end:{...s.end}},e[n][1].end={...i.start},e[u][1].start={...s.end},l=[],e[n][1].end.offset-e[n][1].start.offset&&(l=(0,B.V)(l,[["enter",e[n][1],t],["exit",e[n][1],t]])),l=(0,B.V)(l,[["enter",r,t],["enter",i,t],["exit",i,t],["enter",a,t]]),l=(0,B.V)(l,(0,eR.W)(t.parser.constructs.insideSpan.null,e.slice(n+1,u),t)),l=(0,B.V)(l,[["exit",a,t],["enter",s,t],["exit",s,t],["exit",r,t]]),e[u][1].end.offset-e[u][1].start.offset?(c=2,l=(0,B.V)(l,[["enter",e[u][1],t],["exit",e[u][1],t]])):c=0,(0,B.m)(e,n-1,u-n+3,l),u=n+l.length-c-2;break}}for(u=-1;++u<e.length;)"attentionSequence"===e[u][1].type&&(e[u][1].type="data");return e},tokenize:function(e,t){let n,r=this.parser.constructs.attentionMarkers.null,a=this.previous,i=(0,ex.S)(a);return function(s){return n=s,e.enter("attentionSequence"),function s(o){if(o===n)return e.consume(o),s;let l=e.exit("attentionSequence"),c=(0,ex.S)(o),u=!c||2===c&&i||r.includes(o),d=!i||2===i&&c||r.includes(a);return l._open=!!(42===n?u:u&&(i||!d)),l._close=!!(42===n?d:d&&(c||!u)),t(o)}(s)}}};function eF(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}let eM={name:"labelStartLink",resolveAll:eO.resolveAll,tokenize:function(e,t,n){let r=this;return function(t){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelLink"),a};function a(e){return 94===e&&"_hiddenFootnoteSupport"in r.parser.constructs?n(e):t(e)}}},eB={42:ei,43:ei,45:ei,48:ei,49:ei,50:ei,51:ei,52:ei,53:ei,54:ei,55:ei,56:ei,57:ei,62:el},eU={91:{name:"definition",tokenize:function(e,t,n){let r,a=this;return function(t){var r;return e.enter("definition"),r=t,eu.call(a,e,i,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(r)};function i(t){return(r=(0,eh.B)(a.sliceSerialize(a.events[a.events.length-1][1]).slice(1,-1)),58===t)?(e.enter("definitionMarker"),e.consume(t),e.exit("definitionMarker"),s):n(t)}function s(t){return(0,z.Ee)(t)?ep(e,o)(t):o(t)}function o(t){return ec(e,l,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(t)}function l(t){return e.attempt(ef,c,c)(t)}function c(t){return(0,z.On)(t)?(0,Y.N)(e,u,"whitespace")(t):u(t)}function u(i){return null===i||(0,z.HP)(i)?(e.exit("definition"),a.parser.defined.push(r),t(i)):n(i)}}}},eH={[-2]:eg,[-1]:eg,32:eg},eG={35:{name:"headingAtx",resolve:function(e,t){let n,r,a=e.length-2,i=3;return"whitespace"===e[3][1].type&&(i+=2),a-2>i&&"whitespace"===e[a][1].type&&(a-=2),"atxHeadingSequence"===e[a][1].type&&(i===a-1||a-4>i&&"whitespace"===e[a-2][1].type)&&(a-=i+1===a?2:4),a>i&&(n={type:"atxHeadingText",start:e[i][1].start,end:e[a][1].end},r={type:"chunkText",start:e[i][1].start,end:e[a][1].end,contentType:"text"},(0,B.m)(e,i,a-i+1,[["enter",n,t],["enter",r,t],["exit",r,t],["exit",n,t]])),e},tokenize:function(e,t,n){let r=0;return function(a){var i;return e.enter("atxHeading"),i=a,e.enter("atxHeadingSequence"),function a(i){return 35===i&&r++<6?(e.consume(i),a):null===i||(0,z.Ee)(i)?(e.exit("atxHeadingSequence"),function n(r){return 35===r?(e.enter("atxHeadingSequence"),function t(r){return 35===r?(e.consume(r),t):(e.exit("atxHeadingSequence"),n(r))}(r)):null===r||(0,z.HP)(r)?(e.exit("atxHeading"),t(r)):(0,z.On)(r)?(0,Y.N)(e,n,"whitespace")(r):(e.enter("atxHeadingText"),function t(r){return null===r||35===r||(0,z.Ee)(r)?(e.exit("atxHeadingText"),n(r)):(e.consume(r),t)}(r))}(i)):n(i)}(i)}}},42:ea,45:[eb,ea],60:{concrete:!0,name:"htmlFlow",resolveTo:function(e){let t=e.length;for(;t--&&("enter"!==e[t][0]||"htmlFlow"!==e[t][1].type););return t>1&&"linePrefix"===e[t-2][1].type&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e},tokenize:function(e,t,n){let r,a,i,s,o,l=this;return function(t){var n;return n=t,e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(n),c};function c(s){return 33===s?(e.consume(s),u):47===s?(e.consume(s),a=!0,h):63===s?(e.consume(s),r=3,l.interrupt?t:D):(0,z.CW)(s)?(e.consume(s),i=String.fromCharCode(s),f):n(s)}function u(a){return 45===a?(e.consume(a),r=2,d):91===a?(e.consume(a),r=5,s=0,p):(0,z.CW)(a)?(e.consume(a),r=4,l.interrupt?t:D):n(a)}function d(r){return 45===r?(e.consume(r),l.interrupt?t:D):n(r)}function p(r){let a="CDATA[";return r===a.charCodeAt(s++)?(e.consume(r),s===a.length)?l.interrupt?t:k:p:n(r)}function h(t){return(0,z.CW)(t)?(e.consume(t),i=String.fromCharCode(t),f):n(t)}function f(s){if(null===s||47===s||62===s||(0,z.Ee)(s)){let o=47===s,c=i.toLowerCase();return!o&&!a&&ey.includes(c)?(r=1,l.interrupt?t(s):k(s)):eE.includes(i.toLowerCase())?(r=6,o)?(e.consume(s),g):l.interrupt?t(s):k(s):(r=7,l.interrupt&&!l.parser.lazy[l.now().line]?n(s):a?function t(n){return(0,z.On)(n)?(e.consume(n),t):S(n)}(s):m(s))}return 45===s||(0,z.lV)(s)?(e.consume(s),i+=String.fromCharCode(s),f):n(s)}function g(r){return 62===r?(e.consume(r),l.interrupt?t:k):n(r)}function m(t){return 47===t?(e.consume(t),S):58===t||95===t||(0,z.CW)(t)?(e.consume(t),b):(0,z.On)(t)?(e.consume(t),m):S(t)}function b(t){return 45===t||46===t||58===t||95===t||(0,z.lV)(t)?(e.consume(t),b):E(t)}function E(t){return 61===t?(e.consume(t),y):(0,z.On)(t)?(e.consume(t),E):m(t)}function y(t){return null===t||60===t||61===t||62===t||96===t?n(t):34===t||39===t?(e.consume(t),o=t,T):(0,z.On)(t)?(e.consume(t),y):function t(n){return null===n||34===n||39===n||47===n||60===n||61===n||62===n||96===n||(0,z.Ee)(n)?E(n):(e.consume(n),t)}(t)}function T(t){return t===o?(e.consume(t),o=null,_):null===t||(0,z.HP)(t)?n(t):(e.consume(t),T)}function _(e){return 47===e||62===e||(0,z.On)(e)?m(e):n(e)}function S(t){return 62===t?(e.consume(t),A):n(t)}function A(t){return null===t||(0,z.HP)(t)?k(t):(0,z.On)(t)?(e.consume(t),A):n(t)}function k(t){return 45===t&&2===r?(e.consume(t),R):60===t&&1===r?(e.consume(t),O):62===t&&4===r?(e.consume(t),L):63===t&&3===r?(e.consume(t),D):93===t&&5===r?(e.consume(t),C):(0,z.HP)(t)&&(6===r||7===r)?(e.exit("htmlFlowData"),e.check(eT,x,I)(t)):null===t||(0,z.HP)(t)?(e.exit("htmlFlowData"),I(t)):(e.consume(t),k)}function I(t){return e.check(e_,N,x)(t)}function N(t){return e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),v}function v(t){return null===t||(0,z.HP)(t)?I(t):(e.enter("htmlFlowData"),k(t))}function R(t){return 45===t?(e.consume(t),D):k(t)}function O(t){return 47===t?(e.consume(t),i="",w):k(t)}function w(t){if(62===t){let n=i.toLowerCase();return ey.includes(n)?(e.consume(t),L):k(t)}return(0,z.CW)(t)&&i.length<8?(e.consume(t),i+=String.fromCharCode(t),w):k(t)}function C(t){return 93===t?(e.consume(t),D):k(t)}function D(t){return 62===t?(e.consume(t),L):45===t&&2===r?(e.consume(t),D):k(t)}function L(t){return null===t||(0,z.HP)(t)?(e.exit("htmlFlowData"),x(t)):(e.consume(t),L)}function x(n){return e.exit("htmlFlow"),t(n)}}},61:eb,95:ea,96:eA,126:eA},e$={38:eI,92:eN},eY={[-5]:ev,[-4]:ev,[-3]:ev,33:eL,38:eI,42:eP,60:[{name:"autolink",tokenize:function(e,t,n){let r=0;return function(t){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(t),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),a};function a(t){return(0,z.CW)(t)?(e.consume(t),i):64===t?n(t):o(t)}function i(t){return 43===t||45===t||46===t||(0,z.lV)(t)?(r=1,function t(n){return 58===n?(e.consume(n),r=0,s):(43===n||45===n||46===n||(0,z.lV)(n))&&r++<32?(e.consume(n),t):(r=0,o(n))}(t)):o(t)}function s(r){return 62===r?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(r),e.exit("autolinkMarker"),e.exit("autolink"),t):null===r||32===r||60===r||(0,z.JQ)(r)?n(r):(e.consume(r),s)}function o(t){return 64===t?(e.consume(t),l):(0,z.cx)(t)?(e.consume(t),o):n(t)}function l(a){return(0,z.lV)(a)?function a(i){return 46===i?(e.consume(i),r=0,l):62===i?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(i),e.exit("autolinkMarker"),e.exit("autolink"),t):function t(i){if((45===i||(0,z.lV)(i))&&r++<63){let n=45===i?t:a;return e.consume(i),n}return n(i)}(i)}(a):n(a)}}},{name:"htmlText",tokenize:function(e,t,n){let r,a,i,s=this;return function(t){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(t),o};function o(t){return 33===t?(e.consume(t),l):47===t?(e.consume(t),T):63===t?(e.consume(t),E):(0,z.CW)(t)?(e.consume(t),S):n(t)}function l(t){return 45===t?(e.consume(t),c):91===t?(e.consume(t),a=0,h):(0,z.CW)(t)?(e.consume(t),b):n(t)}function c(t){return 45===t?(e.consume(t),p):n(t)}function u(t){return null===t?n(t):45===t?(e.consume(t),d):(0,z.HP)(t)?(i=u,w(t)):(e.consume(t),u)}function d(t){return 45===t?(e.consume(t),p):u(t)}function p(e){return 62===e?O(e):45===e?d(e):u(e)}function h(t){let r="CDATA[";return t===r.charCodeAt(a++)?(e.consume(t),a===r.length?f:h):n(t)}function f(t){return null===t?n(t):93===t?(e.consume(t),g):(0,z.HP)(t)?(i=f,w(t)):(e.consume(t),f)}function g(t){return 93===t?(e.consume(t),m):f(t)}function m(t){return 62===t?O(t):93===t?(e.consume(t),m):f(t)}function b(t){return null===t||62===t?O(t):(0,z.HP)(t)?(i=b,w(t)):(e.consume(t),b)}function E(t){return null===t?n(t):63===t?(e.consume(t),y):(0,z.HP)(t)?(i=E,w(t)):(e.consume(t),E)}function y(e){return 62===e?O(e):E(e)}function T(t){return(0,z.CW)(t)?(e.consume(t),_):n(t)}function _(t){return 45===t||(0,z.lV)(t)?(e.consume(t),_):function t(n){return(0,z.HP)(n)?(i=t,w(n)):(0,z.On)(n)?(e.consume(n),t):O(n)}(t)}function S(t){return 45===t||(0,z.lV)(t)?(e.consume(t),S):47===t||62===t||(0,z.Ee)(t)?A(t):n(t)}function A(t){return 47===t?(e.consume(t),O):58===t||95===t||(0,z.CW)(t)?(e.consume(t),k):(0,z.HP)(t)?(i=A,w(t)):(0,z.On)(t)?(e.consume(t),A):O(t)}function k(t){return 45===t||46===t||58===t||95===t||(0,z.lV)(t)?(e.consume(t),k):function t(n){return 61===n?(e.consume(n),I):(0,z.HP)(n)?(i=t,w(n)):(0,z.On)(n)?(e.consume(n),t):A(n)}(t)}function I(t){return null===t||60===t||61===t||62===t||96===t?n(t):34===t||39===t?(e.consume(t),r=t,N):(0,z.HP)(t)?(i=I,w(t)):(0,z.On)(t)?(e.consume(t),I):(e.consume(t),v)}function N(t){return t===r?(e.consume(t),r=void 0,R):null===t?n(t):(0,z.HP)(t)?(i=N,w(t)):(e.consume(t),N)}function v(t){return null===t||34===t||39===t||60===t||61===t||96===t?n(t):47===t||62===t||(0,z.Ee)(t)?A(t):(e.consume(t),v)}function R(e){return 47===e||62===e||(0,z.Ee)(e)?A(e):n(e)}function O(r){return 62===r?(e.consume(r),e.exit("htmlTextData"),e.exit("htmlText"),t):n(r)}function w(t){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),C}function C(t){return(0,z.On)(t)?(0,Y.N)(e,D,"linePrefix",s.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):D(t)}function D(t){return e.enter("htmlTextData"),i(t)}}}],91:eM,92:[{name:"hardBreakEscape",tokenize:function(e,t,n){return function(t){return e.enter("hardBreakEscape"),e.consume(t),r};function r(r){return(0,z.HP)(r)?(e.exit("hardBreakEscape"),t(r)):n(r)}}},eN],93:eO,95:eP,96:{name:"codeText",previous:function(e){return 96!==e||"characterEscape"===this.events[this.events.length-1][1].type},resolve:function(e){let t,n,r=e.length-4,a=3;if(("lineEnding"===e[3][1].type||"space"===e[a][1].type)&&("lineEnding"===e[r][1].type||"space"===e[r][1].type)){for(t=a;++t<r;)if("codeTextData"===e[t][1].type){e[a][1].type="codeTextPadding",e[r][1].type="codeTextPadding",a+=2,r-=2;break}}for(t=a-1,r++;++t<=r;)void 0===n?t!==r&&"lineEnding"!==e[t][1].type&&(n=t):(t===r||"lineEnding"===e[t][1].type)&&(e[n][1].type="codeTextData",t!==n+2&&(e[n][1].end=e[t-1][1].end,e.splice(n+2,t-n-2),r-=t-n-2,t=n+2),n=void 0);return e},tokenize:function(e,t,n){let r,a,i=0;return function(t){return e.enter("codeText"),e.enter("codeTextSequence"),function t(n){return 96===n?(e.consume(n),i++,t):(e.exit("codeTextSequence"),s(n))}(t)};function s(l){return null===l?n(l):32===l?(e.enter("space"),e.consume(l),e.exit("space"),s):96===l?(a=e.enter("codeTextSequence"),r=0,function n(s){return 96===s?(e.consume(s),r++,n):r===i?(e.exit("codeTextSequence"),e.exit("codeText"),t(s)):(a.type="codeTextData",o(s))}(l)):(0,z.HP)(l)?(e.enter("lineEnding"),e.consume(l),e.exit("lineEnding"),s):(e.enter("codeTextData"),o(l))}function o(t){return null===t||32===t||96===t||(0,z.HP)(t)?(e.exit("codeTextData"),s(t)):(e.consume(t),o)}}}},ez={null:[eP,J]},ej={null:[42,95]},eW={null:[]},eq=/[\0\t\n\r]/g;function eX(e,t){let n=Number.parseInt(e,t);return n<9||11===n||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||(65535&n)==65535||(65535&n)==65534||n>1114111?"�":String.fromCodePoint(n)}let eV=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function eK(e,t,n){if(t)return t;if(35===n.charCodeAt(0)){let e=n.charCodeAt(1),t=120===e||88===e;return eX(n.slice(t?2:1),t?16:10)}return(0,ek.s)(n)||e}let eZ={}.hasOwnProperty;function eJ(e){return{line:e.line,column:e.column,offset:e.offset}}function eQ(e,t){if(e)throw Error("Cannot close `"+e.type+"` ("+b({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+b({start:t.start,end:t.end})+") is open");throw Error("Cannot close document, a token (`"+t.type+"`, "+b({start:t.start,end:t.end})+") is still open")}function e0(e){let t=this;t.parser=function(n){var a,i;let s,o,l,c;return"object"==typeof(a={...t.data("settings"),...e,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})&&(i=a,a=void 0),(function(e){let t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:r(E),autolinkProtocol:c,autolinkEmail:c,atxHeading:r(f),blockQuote:r(function(){return{type:"blockquote",children:[]}}),characterEscape:c,characterReference:c,codeFenced:r(h),codeFencedFenceInfo:a,codeFencedFenceMeta:a,codeIndented:r(h,a),codeText:r(function(){return{type:"inlineCode",value:""}},a),codeTextData:c,data:c,codeFlowValue:c,definition:r(function(){return{type:"definition",identifier:"",label:null,title:null,url:""}}),definitionDestinationString:a,definitionLabelString:a,definitionTitleString:a,emphasis:r(function(){return{type:"emphasis",children:[]}}),hardBreakEscape:r(g),hardBreakTrailing:r(g),htmlFlow:r(m,a),htmlFlowData:c,htmlText:r(m,a),htmlTextData:c,image:r(function(){return{type:"image",title:null,url:"",alt:null}}),label:a,link:r(E),listItem:r(function(e){return{type:"listItem",spread:e._spread,checked:null,children:[]}}),listItemValue:function(e){this.data.expectingFirstListItemValue&&(this.stack[this.stack.length-2].start=Number.parseInt(this.sliceSerialize(e),10),this.data.expectingFirstListItemValue=void 0)},listOrdered:r(y,function(){this.data.expectingFirstListItemValue=!0}),listUnordered:r(y),paragraph:r(function(){return{type:"paragraph",children:[]}}),reference:function(){this.data.referenceType="collapsed"},referenceString:a,resourceDestinationString:a,resourceTitleString:a,setextHeading:r(f),strong:r(function(){return{type:"strong",children:[]}}),thematicBreak:r(function(){return{type:"thematicBreak"}})},exit:{atxHeading:s(),atxHeadingSequence:function(e){let t=this.stack[this.stack.length-1];t.depth||(t.depth=this.sliceSerialize(e).length)},autolink:s(),autolinkEmail:function(e){u.call(this,e),this.stack[this.stack.length-1].url="mailto:"+this.sliceSerialize(e)},autolinkProtocol:function(e){u.call(this,e),this.stack[this.stack.length-1].url=this.sliceSerialize(e)},blockQuote:s(),characterEscapeValue:u,characterReferenceMarkerHexadecimal:p,characterReferenceMarkerNumeric:p,characterReferenceValue:function(e){let t,n=this.sliceSerialize(e),r=this.data.characterReferenceType;r?(t=eX(n,"characterReferenceMarkerNumeric"===r?10:16),this.data.characterReferenceType=void 0):t=(0,ek.s)(n);let a=this.stack[this.stack.length-1];a.value+=t},characterReference:function(e){this.stack.pop().position.end=eJ(e.end)},codeFenced:s(function(){let e=this.resume();this.stack[this.stack.length-1].value=e.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}),codeFencedFence:function(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)},codeFencedFenceInfo:function(){let e=this.resume();this.stack[this.stack.length-1].lang=e},codeFencedFenceMeta:function(){let e=this.resume();this.stack[this.stack.length-1].meta=e},codeFlowValue:u,codeIndented:s(function(){let e=this.resume();this.stack[this.stack.length-1].value=e.replace(/(\r?\n|\r)$/g,"")}),codeText:s(function(){let e=this.resume();this.stack[this.stack.length-1].value=e}),codeTextData:u,data:u,definition:s(),definitionDestinationString:function(){let e=this.resume();this.stack[this.stack.length-1].url=e},definitionLabelString:function(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=(0,eh.B)(this.sliceSerialize(e)).toLowerCase()},definitionTitleString:function(){let e=this.resume();this.stack[this.stack.length-1].title=e},emphasis:s(),hardBreakEscape:s(d),hardBreakTrailing:s(d),htmlFlow:s(function(){let e=this.resume();this.stack[this.stack.length-1].value=e}),htmlFlowData:u,htmlText:s(function(){let e=this.resume();this.stack[this.stack.length-1].value=e}),htmlTextData:u,image:s(function(){let e=this.stack[this.stack.length-1];if(this.data.inReference){let t=this.data.referenceType||"shortcut";e.type+="Reference",e.referenceType=t,delete e.url,delete e.title}else delete e.identifier,delete e.label;this.data.referenceType=void 0}),label:function(){let e=this.stack[this.stack.length-1],t=this.resume(),n=this.stack[this.stack.length-1];this.data.inReference=!0,"link"===n.type?n.children=e.children:n.alt=t},labelText:function(e){let t=this.sliceSerialize(e),n=this.stack[this.stack.length-2];n.label=t.replace(eV,eK),n.identifier=(0,eh.B)(t).toLowerCase()},lineEnding:function(e){let n=this.stack[this.stack.length-1];if(this.data.atHardBreak){n.children[n.children.length-1].position.end=eJ(e.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(n.type)&&(c.call(this,e),u.call(this,e))},link:s(function(){let e=this.stack[this.stack.length-1];if(this.data.inReference){let t=this.data.referenceType||"shortcut";e.type+="Reference",e.referenceType=t,delete e.url,delete e.title}else delete e.identifier,delete e.label;this.data.referenceType=void 0}),listItem:s(),listOrdered:s(),listUnordered:s(),paragraph:s(),referenceString:function(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=(0,eh.B)(this.sliceSerialize(e)).toLowerCase(),this.data.referenceType="full"},resourceDestinationString:function(){let e=this.resume();this.stack[this.stack.length-1].url=e},resourceTitleString:function(){let e=this.resume();this.stack[this.stack.length-1].title=e},resource:function(){this.data.inReference=void 0},setextHeading:s(function(){this.data.setextHeadingSlurpLineEnding=void 0}),setextHeadingLineSequence:function(e){this.stack[this.stack.length-1].depth=61===this.sliceSerialize(e).codePointAt(0)?1:2},setextHeadingText:function(){this.data.setextHeadingSlurpLineEnding=!0},strong:s(),thematicBreak:s()}};!function e(t,n){let r=-1;for(;++r<n.length;){let a=n[r];Array.isArray(a)?e(t,a):function(e,t){let n;for(n in t)if(eZ.call(t,n))switch(n){case"canContainEols":{let r=t[n];r&&e[n].push(...r);break}case"transforms":{let r=t[n];r&&e[n].push(...r);break}case"enter":case"exit":{let r=t[n];r&&Object.assign(e[n],r)}}}(t,a)}}(t,(e||{}).mdastExtensions||[]);let n={};return function(e){let r={type:"root",children:[]},s={stack:[r],tokenStack:[],config:t,enter:i,exit:o,buffer:a,resume:l,data:n},c=[],u=-1;for(;++u<e.length;)("listOrdered"===e[u][1].type||"listUnordered"===e[u][1].type)&&("enter"===e[u][0]?c.push(u):u=function(e,t,n){let r,a,i,s,o=t-1,l=-1,c=!1;for(;++o<=n;){let t=e[o];switch(t[1].type){case"listUnordered":case"listOrdered":case"blockQuote":"enter"===t[0]?l++:l--,s=void 0;break;case"lineEndingBlank":"enter"===t[0]&&(!r||s||l||i||(i=o),s=void 0);break;case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:s=void 0}if(!l&&"enter"===t[0]&&"listItemPrefix"===t[1].type||-1===l&&"exit"===t[0]&&("listUnordered"===t[1].type||"listOrdered"===t[1].type)){if(r){let s=o;for(a=void 0;s--;){let t=e[s];if("lineEnding"===t[1].type||"lineEndingBlank"===t[1].type){if("exit"===t[0])continue;a&&(e[a][1].type="lineEndingBlank",c=!0),t[1].type="lineEnding",a=s}else if("linePrefix"===t[1].type||"blockQuotePrefix"===t[1].type||"blockQuotePrefixWhitespace"===t[1].type||"blockQuoteMarker"===t[1].type||"listItemIndent"===t[1].type);else break}i&&(!a||i<a)&&(r._spread=!0),r.end=Object.assign({},a?e[a][1].start:t[1].end),e.splice(a||o,0,["exit",r,t[2]]),o++,n++}if("listItemPrefix"===t[1].type){let a={type:"listItem",_spread:!1,start:Object.assign({},t[1].start),end:void 0};r=a,e.splice(o,0,["enter",a,t[2]]),o++,n++,i=void 0,s=!0}}}return e[t][1]._spread=c,n}(e,c.pop(),u));for(u=-1;++u<e.length;){let n=t[e[u][0]];eZ.call(n,e[u][1].type)&&n[e[u][1].type].call(Object.assign({sliceSerialize:e[u][2].sliceSerialize},s),e[u][1])}if(s.tokenStack.length>0){let e=s.tokenStack[s.tokenStack.length-1];(e[1]||eQ).call(s,void 0,e[0])}for(r.position={start:eJ(e.length>0?e[0][1].start:{line:1,column:1,offset:0}),end:eJ(e.length>0?e[e.length-2][1].end:{line:1,column:1,offset:0})},u=-1;++u<t.transforms.length;)r=t.transforms[u](r)||r;return r};function r(e,t){return function(n){i.call(this,e(n),n),t&&t.call(this,n)}}function a(){this.stack.push({type:"fragment",children:[]})}function i(e,t,n){this.stack[this.stack.length-1].children.push(e),this.stack.push(e),this.tokenStack.push([t,n||void 0]),e.position={start:eJ(t.start),end:void 0}}function s(e){return function(t){e&&e.call(this,t),o.call(this,t)}}function o(e,t){let n=this.stack.pop(),r=this.tokenStack.pop();if(r)r[0].type!==e.type&&(t?t.call(this,e,r[0]):(r[1]||eQ).call(this,e,r[0]));else throw Error("Cannot close `"+e.type+"` ("+b({start:e.start,end:e.end})+"): it’s not open");n.position.end=eJ(e.end)}function l(){return(0,M.d)(this.stack.pop())}function c(e){let t=this.stack[this.stack.length-1].children,n=t[t.length-1];n&&"text"===n.type||((n={type:"text",value:""}).position={start:eJ(e.start),end:void 0},t.push(n)),this.stack.push(n)}function u(e){let t=this.stack.pop();t.value+=this.sliceSerialize(e),t.position.end=eJ(e.end)}function d(){this.data.atHardBreak=!0}function p(e){this.data.characterReferenceType=e.type}function h(){return{type:"code",lang:null,meta:null,value:""}}function f(){return{type:"heading",depth:0,children:[]}}function g(){return{type:"break"}}function m(){return{type:"html",value:""}}function E(){return{type:"link",title:null,url:"",children:[]}}function y(e){return{type:"list",ordered:"listOrdered"===e.type,start:null,spread:e._spread,children:[]}}})(i)(function(e){for(;!G(e););return e}((function(e){let t={constructs:(0,$.y)([r,...(e||{}).extensions||[]]),content:n(j),defined:[],document:n(W),flow:n(Z),lazy:{},string:n(Q),text:n(ee)};return t;function n(e){return function(n){return function(e,t,n){let r={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0},a={},i=[],s=[],o=[],l={attempt:f(function(e,t){g(e,t.from)}),check:f(h),consume:function(e){(0,z.HP)(e)?(r.line++,r.column=1,r.offset+=-3===e?2:1,m()):-1!==e&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===s[r._index].length&&(r._bufferIndex=-1,r._index++)),c.previous=e},enter:function(e,t){let n=t||{};return n.type=e,n.start=p(),c.events.push(["enter",n,c]),o.push(n),n},exit:function(e){let t=o.pop();return t.end=p(),c.events.push(["exit",t,c]),t},interrupt:f(h,{interrupt:!0})},c={code:null,containerState:{},defineSkip:function(e){a[e.line]=e.column,m()},events:[],now:p,parser:e,previous:null,sliceSerialize:function(e,t){return function(e,t){let n,r=-1,a=[];for(;++r<e.length;){let i,s=e[r];if("string"==typeof s)i=s;else switch(s){case -5:i="\r";break;case -4:i="\n";break;case -3:i="\r\n";break;case -2:i=t?" ":" ";break;case -1:if(!t&&n)continue;i=" ";break;default:i=String.fromCharCode(s)}n=-2===s,a.push(i)}return a.join("")}(d(e),t)},sliceStream:d,write:function(e){return(s=(0,B.V)(s,e),function(){let e;for(;r._index<s.length;){let n=s[r._index];if("string"==typeof n)for(e=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===e&&r._bufferIndex<n.length;){var t;t=n.charCodeAt(r._bufferIndex),u=u(t)}else u=u(n)}}(),null!==s[s.length-1])?[]:(g(t,0),c.events=(0,eR.W)(i,c.events,c),c.events)}},u=t.tokenize.call(c,l);return t.resolveAll&&i.push(t),c;function d(e){return function(e,t){let n,r=t.start._index,a=t.start._bufferIndex,i=t.end._index,s=t.end._bufferIndex;if(r===i)n=[e[r].slice(a,s)];else{if(n=e.slice(r,i),a>-1){let e=n[0];"string"==typeof e?n[0]=e.slice(a):n.shift()}s>0&&n.push(e[i].slice(0,s))}return n}(s,e)}function p(){let{_bufferIndex:e,_index:t,line:n,column:a,offset:i}=r;return{_bufferIndex:e,_index:t,line:n,column:a,offset:i}}function h(e,t){t.restore()}function f(e,t){return function(n,a,i){var s;let u,d,h,f;return Array.isArray(n)?g(n):"tokenize"in n?g([n]):(s=n,function(e){let t=null!==e&&s[e],n=null!==e&&s.null;return g([...Array.isArray(t)?t:t?[t]:[],...Array.isArray(n)?n:n?[n]:[]])(e)});function g(e){return(u=e,d=0,0===e.length)?i:b(e[d])}function b(e){return function(n){let a,i,s,u,d;return(a=p(),i=c.previous,s=c.currentConstruct,u=c.events.length,d=Array.from(o),f={from:u,restore:function(){r=a,c.previous=i,c.currentConstruct=s,c.events.length=u,o=d,m()}},h=e,e.partial||(c.currentConstruct=e),e.name&&c.parser.constructs.disable.null.includes(e.name))?y(n):e.tokenize.call(t?Object.assign(Object.create(c),t):c,l,E,y)(n)}}function E(t){return e(h,f),a}function y(e){return(f.restore(),++d<u.length)?b(u[d]):i}}}function g(e,t){e.resolveAll&&!i.includes(e)&&i.push(e),e.resolve&&(0,B.m)(c.events,t,c.events.length-t,e.resolve(c.events.slice(t),c)),e.resolveTo&&(c.events=e.resolveTo(c.events,c))}function m(){r.line in a&&r.column<2&&(r.column=a[r.line],r.offset+=a[r.line]-1)}}(t,e,n)}}})(i).document().write((o=1,l="",c=!0,function(e,t,n){let r,a,i,u,d,p=[];for(e=l+("string"==typeof e?e.toString():new TextDecoder(t||void 0).decode(e)),i=0,l="",c&&(65279===e.charCodeAt(0)&&i++,c=void 0);i<e.length;){if(eq.lastIndex=i,u=(r=eq.exec(e))&&void 0!==r.index?r.index:e.length,d=e.charCodeAt(u),!r){l=e.slice(i);break}if(10===d&&i===u&&s)p.push(-3),s=void 0;else switch(s&&(p.push(-5),s=void 0),i<u&&(p.push(e.slice(i,u)),o+=u-i),d){case 0:p.push(65533),o++;break;case 9:for(a=4*Math.ceil(o/4),p.push(-2);o++<a;)p.push(-1);break;case 10:p.push(-4),o=1;break;default:s=!0,o=1}i=u+1}return n&&(s&&p.push(-5),l&&p.push(l),p.push(null)),p})(n,a,!0))))}}var e1=n(78750);function e2(e){let t=[],n=-1,r=0,a=0;for(;++n<e.length;){let i=e.charCodeAt(n),s="";if(37===i&&(0,z.lV)(e.charCodeAt(n+1))&&(0,z.lV)(e.charCodeAt(n+2)))a=2;else if(i<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(i))||(s=String.fromCharCode(i));else if(i>55295&&i<57344){let t=e.charCodeAt(n+1);i<56320&&t>56319&&t<57344?(s=String.fromCharCode(i,t),a=1):s="�"}else s=String.fromCharCode(i);s&&(t.push(e.slice(r,n),encodeURIComponent(s)),r=n+a+1,s=""),a&&(n+=a,a=0)}return t.join("")+e.slice(r)}function e3(e,t){let n=[{type:"text",value:"↩"}];return t>1&&n.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(t)}]}),n}function e5(e,t){return"Back to reference "+(e+1)+(t>1?"-"+t:"")}var e4=n(48250);function e6(e,t){let n=t.referenceType,r="]";if("collapsed"===n?r+="[]":"full"===n&&(r+="["+(t.label||t.identifier)+"]"),"imageReference"===t.type)return[{type:"text",value:"!["+t.alt+r}];let a=e.all(t),i=a[0];i&&"text"===i.type?i.value="["+i.value:a.unshift({type:"text",value:"["});let s=a[a.length-1];return s&&"text"===s.type?s.value+=r:a.push({type:"text",value:r}),a}function e8(e){let t=e.spread;return null==t?e.children.length>1:t}function e9(e,t,n){let r=0,a=e.length;if(t){let t=e.codePointAt(r);for(;9===t||32===t;)r++,t=e.codePointAt(r)}if(n){let t=e.codePointAt(a-1);for(;9===t||32===t;)a--,t=e.codePointAt(a-1)}return a>r?e.slice(r,a):""}let e7={blockquote:function(e,t){let n={type:"element",tagName:"blockquote",properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,n),e.applyData(t,n)},break:function(e,t){let n={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:"text",value:"\n"}]},code:function(e,t){let n=t.value?t.value+"\n":"",r={},a=t.lang?t.lang.split(/\s+/):[];a.length>0&&(r.className=["language-"+a[0]]);let i={type:"element",tagName:"code",properties:r,children:[{type:"text",value:n}]};return t.meta&&(i.data={meta:t.meta}),e.patch(t,i),i={type:"element",tagName:"pre",properties:{},children:[i=e.applyData(t,i)]},e.patch(t,i),i},delete:function(e,t){let n={type:"element",tagName:"del",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},emphasis:function(e,t){let n={type:"element",tagName:"em",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},footnoteReference:function(e,t){let n,r="string"==typeof e.options.clobberPrefix?e.options.clobberPrefix:"user-content-",a=String(t.identifier).toUpperCase(),i=e2(a.toLowerCase()),s=e.footnoteOrder.indexOf(a),o=e.footnoteCounts.get(a);void 0===o?(o=0,e.footnoteOrder.push(a),n=e.footnoteOrder.length):n=s+1,o+=1,e.footnoteCounts.set(a,o);let l={type:"element",tagName:"a",properties:{href:"#"+r+"fn-"+i,id:r+"fnref-"+i+(o>1?"-"+o:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(n)}]};e.patch(t,l);let c={type:"element",tagName:"sup",properties:{},children:[l]};return e.patch(t,c),e.applyData(t,c)},heading:function(e,t){let n={type:"element",tagName:"h"+t.depth,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},html:function(e,t){if(e.options.allowDangerousHtml){let n={type:"raw",value:t.value};return e.patch(t,n),e.applyData(t,n)}},imageReference:function(e,t){let n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return e6(e,t);let a={src:e2(r.url||""),alt:t.alt};null!==r.title&&void 0!==r.title&&(a.title=r.title);let i={type:"element",tagName:"img",properties:a,children:[]};return e.patch(t,i),e.applyData(t,i)},image:function(e,t){let n={src:e2(t.url)};null!==t.alt&&void 0!==t.alt&&(n.alt=t.alt),null!==t.title&&void 0!==t.title&&(n.title=t.title);let r={type:"element",tagName:"img",properties:n,children:[]};return e.patch(t,r),e.applyData(t,r)},inlineCode:function(e,t){let n={type:"text",value:t.value.replace(/\r?\n|\r/g," ")};e.patch(t,n);let r={type:"element",tagName:"code",properties:{},children:[n]};return e.patch(t,r),e.applyData(t,r)},linkReference:function(e,t){let n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return e6(e,t);let a={href:e2(r.url||"")};null!==r.title&&void 0!==r.title&&(a.title=r.title);let i={type:"element",tagName:"a",properties:a,children:e.all(t)};return e.patch(t,i),e.applyData(t,i)},link:function(e,t){let n={href:e2(t.url)};null!==t.title&&void 0!==t.title&&(n.title=t.title);let r={type:"element",tagName:"a",properties:n,children:e.all(t)};return e.patch(t,r),e.applyData(t,r)},listItem:function(e,t,n){let r=e.all(t),a=n?function(e){let t=!1;if("list"===e.type){t=e.spread||!1;let n=e.children,r=-1;for(;!t&&++r<n.length;)t=e8(n[r])}return t}(n):e8(t),i={},s=[];if("boolean"==typeof t.checked){let e,n=r[0];n&&"element"===n.type&&"p"===n.tagName?e=n:(e={type:"element",tagName:"p",properties:{},children:[]},r.unshift(e)),e.children.length>0&&e.children.unshift({type:"text",value:" "}),e.children.unshift({type:"element",tagName:"input",properties:{type:"checkbox",checked:t.checked,disabled:!0},children:[]}),i.className=["task-list-item"]}let o=-1;for(;++o<r.length;){let e=r[o];(a||0!==o||"element"!==e.type||"p"!==e.tagName)&&s.push({type:"text",value:"\n"}),"element"!==e.type||"p"!==e.tagName||a?s.push(e):s.push(...e.children)}let l=r[r.length-1];l&&(a||"element"!==l.type||"p"!==l.tagName)&&s.push({type:"text",value:"\n"});let c={type:"element",tagName:"li",properties:i,children:s};return e.patch(t,c),e.applyData(t,c)},list:function(e,t){let n={},r=e.all(t),a=-1;for("number"==typeof t.start&&1!==t.start&&(n.start=t.start);++a<r.length;){let e=r[a];if("element"===e.type&&"li"===e.tagName&&e.properties&&Array.isArray(e.properties.className)&&e.properties.className.includes("task-list-item")){n.className=["contains-task-list"];break}}let i={type:"element",tagName:t.ordered?"ol":"ul",properties:n,children:e.wrap(r,!0)};return e.patch(t,i),e.applyData(t,i)},paragraph:function(e,t){let n={type:"element",tagName:"p",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},root:function(e,t){let n={type:"root",children:e.wrap(e.all(t))};return e.patch(t,n),e.applyData(t,n)},strong:function(e,t){let n={type:"element",tagName:"strong",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},table:function(e,t){let n=e.all(t),r=n.shift(),a=[];if(r){let n={type:"element",tagName:"thead",properties:{},children:e.wrap([r],!0)};e.patch(t.children[0],n),a.push(n)}if(n.length>0){let r={type:"element",tagName:"tbody",properties:{},children:e.wrap(n,!0)},i=(0,m.PW)(t.children[1]),s=(0,m.Y)(t.children[t.children.length-1]);i&&s&&(r.position={start:i,end:s}),a.push(r)}let i={type:"element",tagName:"table",properties:{},children:e.wrap(a,!0)};return e.patch(t,i),e.applyData(t,i)},tableCell:function(e,t){let n={type:"element",tagName:"td",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)},tableRow:function(e,t,n){let r=n?n.children:void 0,a=0===(r?r.indexOf(t):1)?"th":"td",i=n&&"table"===n.type?n.align:void 0,s=i?i.length:t.children.length,o=-1,l=[];for(;++o<s;){let n=t.children[o],r={},s=i?i[o]:void 0;s&&(r.align=s);let c={type:"element",tagName:a,properties:r,children:[]};n&&(c.children=e.all(n),e.patch(n,c),c=e.applyData(n,c)),l.push(c)}let c={type:"element",tagName:"tr",properties:{},children:e.wrap(l,!0)};return e.patch(t,c),e.applyData(t,c)},text:function(e,t){let n={type:"text",value:function(e){let t=String(e),n=/\r?\n|\r/g,r=n.exec(t),a=0,i=[];for(;r;)i.push(e9(t.slice(a,r.index),a>0,!0),r[0]),a=r.index+r[0].length,r=n.exec(t);return i.push(e9(t.slice(a),a>0,!1)),i.join("")}(String(t.value))};return e.patch(t,n),e.applyData(t,n)},thematicBreak:function(e,t){let n={type:"element",tagName:"hr",properties:{},children:[]};return e.patch(t,n),e.applyData(t,n)},toml:te,yaml:te,definition:te,footnoteDefinition:te};function te(){}let tt={}.hasOwnProperty,tn={};function tr(e,t){e.position&&(t.position=(0,m.G1)(e))}function ta(e,t){let n=t;if(e&&e.data){let t=e.data.hName,r=e.data.hChildren,a=e.data.hProperties;"string"==typeof t&&("element"===n.type?n.tagName=t:n={type:"element",tagName:t,properties:{},children:"children"in n?n.children:[n]}),"element"===n.type&&a&&Object.assign(n.properties,(0,e1.Ay)(a)),"children"in n&&n.children&&null!=r&&(n.children=r)}return n}function ti(e,t){let n=[],r=-1;for(t&&n.push({type:"text",value:"\n"});++r<e.length;)r&&n.push({type:"text",value:"\n"}),n.push(e[r]);return t&&e.length>0&&n.push({type:"text",value:"\n"}),n}function ts(e){let t=0,n=e.charCodeAt(t);for(;9===n||32===n;)t++,n=e.charCodeAt(t);return e.slice(t)}function to(e,t){let n,r,i,s,o=(n=t||tn,r=new Map,i=new Map,s={all:function(e){let t=[];if("children"in e){let n=e.children,r=-1;for(;++r<n.length;){let a=s.one(n[r],e);if(a){if(r&&"break"===n[r-1].type&&(Array.isArray(a)||"text"!==a.type||(a.value=ts(a.value)),!Array.isArray(a)&&"element"===a.type)){let e=a.children[0];e&&"text"===e.type&&(e.value=ts(e.value))}Array.isArray(a)?t.push(...a):t.push(a)}}}return t},applyData:ta,definitionById:r,footnoteById:i,footnoteCounts:new Map,footnoteOrder:[],handlers:{...e7,...n.handlers},one:function(e,t){let n=e.type,r=s.handlers[n];if(tt.call(s.handlers,n)&&r)return r(s,e,t);if(s.options.passThrough&&s.options.passThrough.includes(n)){if("children"in e){let{children:t,...n}=e,r=(0,e1.Ay)(n);return r.children=s.all(e),r}return(0,e1.Ay)(e)}return(s.options.unknownHandler||function(e,t){let n=t.data||{},r="value"in t&&!(tt.call(n,"hProperties")||tt.call(n,"hChildren"))?{type:"text",value:t.value}:{type:"element",tagName:"div",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)})(s,e,t)},options:n,patch:tr,wrap:ti},(0,e4.YR)(e,function(e){if("definition"===e.type||"footnoteDefinition"===e.type){let t="definition"===e.type?r:i,n=String(e.identifier).toUpperCase();t.has(n)||t.set(n,e)}}),s),l=o.one(e,void 0),c=function(e){let t="string"==typeof e.options.clobberPrefix?e.options.clobberPrefix:"user-content-",n=e.options.footnoteBackContent||e3,r=e.options.footnoteBackLabel||e5,a=e.options.footnoteLabel||"Footnotes",i=e.options.footnoteLabelTagName||"h2",s=e.options.footnoteLabelProperties||{className:["sr-only"]},o=[],l=-1;for(;++l<e.footnoteOrder.length;){let a=e.footnoteById.get(e.footnoteOrder[l]);if(!a)continue;let i=e.all(a),s=String(a.identifier).toUpperCase(),c=e2(s.toLowerCase()),u=0,d=[],p=e.footnoteCounts.get(s);for(;void 0!==p&&++u<=p;){d.length>0&&d.push({type:"text",value:" "});let e="string"==typeof n?n:n(l,u);"string"==typeof e&&(e={type:"text",value:e}),d.push({type:"element",tagName:"a",properties:{href:"#"+t+"fnref-"+c+(u>1?"-"+u:""),dataFootnoteBackref:"",ariaLabel:"string"==typeof r?r:r(l,u),className:["data-footnote-backref"]},children:Array.isArray(e)?e:[e]})}let h=i[i.length-1];if(h&&"element"===h.type&&"p"===h.tagName){let e=h.children[h.children.length-1];e&&"text"===e.type?e.value+=" ":h.children.push({type:"text",value:" "}),h.children.push(...d)}else i.push(...d);let f={type:"element",tagName:"li",properties:{id:t+"fn-"+c},children:e.wrap(i,!0)};e.patch(a,f),o.push(f)}if(0!==o.length)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:i,properties:{...(0,e1.Ay)(s),id:"footnote-label"},children:[{type:"text",value:a}]},{type:"text",value:"\n"},{type:"element",tagName:"ol",properties:{},children:e.wrap(o,!0)},{type:"text",value:"\n"}]}}(o),u=Array.isArray(l)?{type:"root",children:l}:l||{type:"root",children:[]};return c&&((0,a.ok)("children"in u),u.children.push({type:"text",value:"\n"},c)),u}function tl(e,t){return e&&"run"in e?async function(n,r){let a=to(n,{file:r,...t});await e.run(a,r)}:function(n,r){return to(n,{file:r,...e||t})}}function tc(e){if(e)throw e}var tu=n(39326);function td(e){if("object"!=typeof e||null===e)return!1;let t=Object.getPrototypeOf(e);return(null===t||t===Object.prototype||null===Object.getPrototypeOf(t))&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}let tp=function(e,t){let n;if(void 0!==t&&"string"!=typeof t)throw TypeError('"ext" argument must be a string');tm(e);let r=0,a=-1,i=e.length;if(void 0===t||0===t.length||t.length>e.length){for(;i--;)if(47===e.codePointAt(i)){if(n){r=i+1;break}}else a<0&&(n=!0,a=i+1);return a<0?"":e.slice(r,a)}if(t===e)return"";let s=-1,o=t.length-1;for(;i--;)if(47===e.codePointAt(i)){if(n){r=i+1;break}}else s<0&&(n=!0,s=i+1),o>-1&&(e.codePointAt(i)===t.codePointAt(o--)?o<0&&(a=i):(o=-1,a=s));return r===a?a=s:a<0&&(a=e.length),e.slice(r,a)},th=function(e){let t;if(tm(e),0===e.length)return".";let n=-1,r=e.length;for(;--r;)if(47===e.codePointAt(r)){if(t){n=r;break}}else t||(t=!0);return n<0?47===e.codePointAt(0)?"/":".":1===n&&47===e.codePointAt(0)?"//":e.slice(0,n)},tf=function(e){let t;tm(e);let n=e.length,r=-1,a=0,i=-1,s=0;for(;n--;){let o=e.codePointAt(n);if(47===o){if(t){a=n+1;break}continue}r<0&&(t=!0,r=n+1),46===o?i<0?i=n:1!==s&&(s=1):i>-1&&(s=-1)}return i<0||r<0||0===s||1===s&&i===r-1&&i===a+1?"":e.slice(i,r)},tg=function(...e){var t;let n,r,a,i=-1;for(;++i<e.length;)tm(e[i]),e[i]&&(a=void 0===a?e[i]:a+"/"+e[i]);return void 0===a?".":(tm(t=a),n=47===t.codePointAt(0),0!==(r=function(e,t){let n,r,a="",i=0,s=-1,o=0,l=-1;for(;++l<=e.length;){if(l<e.length)n=e.codePointAt(l);else if(47===n)break;else n=47;if(47===n){if(s===l-1||1===o);else if(s!==l-1&&2===o){if(a.length<2||2!==i||46!==a.codePointAt(a.length-1)||46!==a.codePointAt(a.length-2)){if(a.length>2){if((r=a.lastIndexOf("/"))!==a.length-1){r<0?(a="",i=0):i=(a=a.slice(0,r)).length-1-a.lastIndexOf("/"),s=l,o=0;continue}}else if(a.length>0){a="",i=0,s=l,o=0;continue}}t&&(a=a.length>0?a+"/..":"..",i=2)}else a.length>0?a+="/"+e.slice(s+1,l):a=e.slice(s+1,l),i=l-s-1;s=l,o=0}else 46===n&&o>-1?o++:o=-1}return a}(t,!n)).length||n||(r="."),r.length>0&&47===t.codePointAt(t.length-1)&&(r+="/"),n?"/"+r:r)};function tm(e){if("string"!=typeof e)throw TypeError("Path must be a string. Received "+JSON.stringify(e))}function tb(e){return!!(null!==e&&"object"==typeof e&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&void 0===e.auth)}let tE=["history","path","basename","stem","extname","dirname"];class ty{constructor(e){let t,n;t=e?tb(e)?{path:e}:"string"==typeof e||function(e){return!!(e&&"object"==typeof e&&"byteLength"in e&&"byteOffset"in e)}(e)?{value:e}:e:{},this.cwd="cwd"in t?"":"/",this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let r=-1;for(;++r<tE.length;){const e=tE[r];e in t&&void 0!==t[e]&&null!==t[e]&&(this[e]="history"===e?[...t[e]]:t[e])}for(n in t)tE.includes(n)||(this[n]=t[n])}get basename(){return"string"==typeof this.path?tp(this.path):void 0}set basename(e){t_(e,"basename"),tT(e,"basename"),this.path=tg(this.dirname||"",e)}get dirname(){return"string"==typeof this.path?th(this.path):void 0}set dirname(e){tS(this.basename,"dirname"),this.path=tg(e||"",this.basename)}get extname(){return"string"==typeof this.path?tf(this.path):void 0}set extname(e){if(tT(e,"extname"),tS(this.dirname,"extname"),e){if(46!==e.codePointAt(0))throw Error("`extname` must start with `.`");if(e.includes(".",1))throw Error("`extname` cannot contain multiple dots")}this.path=tg(this.dirname,this.stem+(e||""))}get path(){return this.history[this.history.length-1]}set path(e){tb(e)&&(e=function(e){if("string"==typeof e)e=new URL(e);else if(!tb(e)){let t=TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw t.code="ERR_INVALID_ARG_TYPE",t}if("file:"!==e.protocol){let e=TypeError("The URL must be of scheme file");throw e.code="ERR_INVALID_URL_SCHEME",e}return function(e){if(""!==e.hostname){let e=TypeError('File URL host must be "localhost" or empty on darwin');throw e.code="ERR_INVALID_FILE_URL_HOST",e}let t=e.pathname,n=-1;for(;++n<t.length;)if(37===t.codePointAt(n)&&50===t.codePointAt(n+1)){let e=t.codePointAt(n+2);if(70===e||102===e){let e=TypeError("File URL path must not include encoded / characters");throw e.code="ERR_INVALID_FILE_URL_PATH",e}}return decodeURIComponent(t)}(e)}(e)),t_(e,"path"),this.path!==e&&this.history.push(e)}get stem(){return"string"==typeof this.path?tp(this.path,this.extname):void 0}set stem(e){t_(e,"stem"),tT(e,"stem"),this.path=tg(this.dirname||"",e+(this.extname||""))}fail(e,t,n){let r=this.message(e,t,n);throw r.fatal=!0,r}info(e,t,n){let r=this.message(e,t,n);return r.fatal=void 0,r}message(e,t,n){let r=new _(e,t,n);return this.path&&(r.name=this.path+":"+r.name,r.file=this.path),r.fatal=!1,this.messages.push(r),r}toString(e){return void 0===this.value?"":"string"==typeof this.value?this.value:new TextDecoder(e||void 0).decode(this.value)}}function tT(e,t){if(e&&e.includes("/"))throw Error("`"+t+"` cannot be a path: did not expect `/`")}function t_(e,t){if(!e)throw Error("`"+t+"` cannot be empty")}function tS(e,t){if(!e)throw Error("Setting `"+t+"` requires `path` to be set too")}let tA=function(e){let t=this.constructor.prototype,n=t[e],r=function(){return n.apply(r,arguments)};return Object.setPrototypeOf(r,t),r},tk={}.hasOwnProperty;class tI extends tA{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=function(){let e=[],t={run:function(...t){let n=-1,r=t.pop();if("function"!=typeof r)throw TypeError("Expected function as last argument, not "+r);!function a(i,...s){let o=e[++n],l=-1;if(i)return void r(i);for(;++l<t.length;)(null===s[l]||void 0===s[l])&&(s[l]=t[l]);t=s,o?(function(e,t){let n;return function(...t){let i,s=e.length>t.length;s&&t.push(r);try{i=e.apply(this,t)}catch(e){if(s&&n)throw e;return r(e)}s||(i&&i.then&&"function"==typeof i.then?i.then(a,r):i instanceof Error?r(i):a(i))};function r(e,...a){n||(n=!0,t(e,...a))}function a(e){r(null,e)}})(o,a)(...s):r(null,...s)}(null,...t)},use:function(n){if("function"!=typeof n)throw TypeError("Expected `middelware` to be a function, not "+n);return e.push(n),t}};return t}()}copy(){let e=new tI,t=-1;for(;++t<this.attachers.length;){let n=this.attachers[t];e.use(...n)}return e.data(tu(!0,{},this.namespace)),e}data(e,t){return"string"==typeof e?2==arguments.length?(tO("data",this.frozen),this.namespace[e]=t,this):tk.call(this.namespace,e)&&this.namespace[e]||void 0:e?(tO("data",this.frozen),this.namespace=e,this):this.namespace}freeze(){if(this.frozen)return this;for(;++this.freezeIndex<this.attachers.length;){let[e,...t]=this.attachers[this.freezeIndex];if(!1===t[0])continue;!0===t[0]&&(t[0]=void 0);let n=e.call(this,...t);"function"==typeof n&&this.transformers.use(n)}return this.frozen=!0,this.freezeIndex=1/0,this}parse(e){this.freeze();let t=tD(e),n=this.parser||this.Parser;return tv("parse",n),n(String(t),t)}process(e,t){let n=this;return this.freeze(),tv("process",this.parser||this.Parser),tR("process",this.compiler||this.Compiler),t?r(void 0,t):new Promise(r);function r(r,i){let s=tD(e),o=n.parse(s);function l(e,n){e||!n?i(e):r?r(n):((0,a.ok)(t,"`done` is defined if `resolve` is not"),t(void 0,n))}n.run(o,s,function(e,t,r){var a,i;if(e||!t||!r)return l(e);let s=n.stringify(t,r);"string"==typeof(a=s)||(i=a)&&"object"==typeof i&&"byteLength"in i&&"byteOffset"in i?r.value=s:r.result=s,l(e,r)})}}processSync(e){let t,n=!1;return this.freeze(),tv("processSync",this.parser||this.Parser),tR("processSync",this.compiler||this.Compiler),this.process(e,function(e,r){n=!0,tc(e),t=r}),tC("processSync","process",n),(0,a.ok)(t,"we either bailed on an error or have a tree"),t}run(e,t,n){tw(e),this.freeze();let r=this.transformers;return n||"function"!=typeof t||(n=t,t=void 0),n?i(void 0,n):new Promise(i);function i(i,s){(0,a.ok)("function"!=typeof t,"`file` can’t be a `done` anymore, we checked");let o=tD(t);r.run(e,o,function(t,r,o){let l=r||e;t?s(t):i?i(l):((0,a.ok)(n,"`done` is defined if `resolve` is not"),n(void 0,l,o))})}}runSync(e,t){let n,r=!1;return this.run(e,t,function(e,t){tc(e),n=t,r=!0}),tC("runSync","run",r),(0,a.ok)(n,"we either bailed on an error or have a tree"),n}stringify(e,t){this.freeze();let n=tD(t),r=this.compiler||this.Compiler;return tR("stringify",r),tw(e),r(e,n)}use(e,...t){let n=this.attachers,r=this.namespace;if(tO("use",this.frozen),null==e);else if("function"==typeof e)s(e,t);else if("object"==typeof e)Array.isArray(e)?i(e):a(e);else throw TypeError("Expected usable value, not `"+e+"`");return this;function a(e){if(!("plugins"in e)&&!("settings"in e))throw Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");i(e.plugins),e.settings&&(r.settings=tu(!0,r.settings,e.settings))}function i(e){let t=-1;if(null==e);else if(Array.isArray(e))for(;++t<e.length;)!function(e){if("function"==typeof e)s(e,[]);else if("object"==typeof e)if(Array.isArray(e)){let[t,...n]=e;s(t,n)}else a(e);else throw TypeError("Expected usable value, not `"+e+"`")}(e[t]);else throw TypeError("Expected a list of plugins, not `"+e+"`")}function s(e,t){let r=-1,a=-1;for(;++r<n.length;)if(n[r][0]===e){a=r;break}if(-1===a)n.push([e,...t]);else if(t.length>0){let[r,...i]=t,s=n[a][1];td(s)&&td(r)&&(r=tu(!0,s,r)),n[a]=[e,r,...i]}}}}let tN=new tI().freeze();function tv(e,t){if("function"!=typeof t)throw TypeError("Cannot `"+e+"` without `parser`")}function tR(e,t){if("function"!=typeof t)throw TypeError("Cannot `"+e+"` without `compiler`")}function tO(e,t){if(t)throw Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function tw(e){if(!td(e)||"string"!=typeof e.type)throw TypeError("Expected node, got `"+e+"`")}function tC(e,t,n){if(!n)throw Error("`"+e+"` finished async. Use `"+t+"` instead")}function tD(e){var t;return(t=e)&&"object"==typeof t&&"message"in t&&"messages"in t?e:new ty(e)}let tL=[],tx={allowDangerousHtml:!0},tP=/^(https?|ircs?|mailto|xmpp)$/i,tF=[{from:"astPlugins",id:"remove-buggy-html-in-markdown-parser"},{from:"allowDangerousHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"allowNode",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowElement"},{from:"allowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowedElements"},{from:"className",id:"remove-classname"},{from:"disallowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"disallowedElements"},{from:"escapeHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"includeElementIndex",id:"#remove-includeelementindex"},{from:"includeNodeIndex",id:"change-includenodeindex-to-includeelementindex"},{from:"linkTarget",id:"remove-linktarget"},{from:"plugins",id:"change-plugins-to-remarkplugins",to:"remarkPlugins"},{from:"rawSourcePos",id:"#remove-rawsourcepos"},{from:"renderers",id:"change-renderers-to-components",to:"components"},{from:"source",id:"change-source-to-children",to:"children"},{from:"sourcePos",id:"#remove-sourcepos"},{from:"transformImageUri",id:"#add-urltransform",to:"urlTransform"},{from:"transformLinkUri",id:"#add-urltransform",to:"urlTransform"}];function tM(e){var t;let n,r,i,s,o,l=(n=(t=e).rehypePlugins||tL,r=t.remarkPlugins||tL,i=t.remarkRehypeOptions?{...t.remarkRehypeOptions,...tx}:tx,tN().use(e0).use(r).use(tl,i).use(n)),c=(s=e.children||"",o=new ty,"string"==typeof s?o.value=s:(0,a.HB)("Unexpected value `"+s+"` for `children` prop, expected `string`"),o);return function(e,t){let n=t.allowedElements,r=t.allowElement,i=t.components,s=t.disallowedElements,o=t.skipHtml,l=t.unwrapDisallowed,c=t.urlTransform||tB;for(let e of tF)Object.hasOwn(t,e.from)&&(0,a.HB)("Unexpected `"+e.from+"` prop, "+(e.to?"use `"+e.to+"` instead":"remove it")+" (see <https://github.com/remarkjs/react-markdown/blob/main/changelog.md#"+e.id+"> for more info)");return n&&s&&(0,a.HB)("Unexpected combined `allowedElements` and `disallowedElements`, expected one or the other"),(0,e4.YR)(e,function(e,t,a){if("raw"===e.type&&a&&"number"==typeof t)return o?a.children.splice(t,1):a.children[t]={type:"text",value:e.value},t;if("element"===e.type){let t;for(t in P)if(Object.hasOwn(P,t)&&Object.hasOwn(e.properties,t)){let n=e.properties[t],r=P[t];(null===r||r.includes(e.tagName))&&(e.properties[t]=c(String(n||""),t,e))}}if("element"===e.type){let i=n?!n.includes(e.tagName):!!s&&s.includes(e.tagName);if(!i&&r&&"number"==typeof t&&(i=!r(e,t,a)),i&&a&&"number"==typeof t)return l&&e.children?a.children.splice(t,1,...e.children):a.children.splice(t,1),t}}),function(e,t){var n,r,a,i;let s;if(!t||void 0===t.Fragment)throw TypeError("Expected `Fragment` in options");let o=t.filePath||void 0;if(t.development){if("function"!=typeof t.jsxDEV)throw TypeError("Expected `jsxDEV` in options when `development: true`");n=o,r=t.jsxDEV,s=function(e,t,a,i){let s=Array.isArray(a.children),o=(0,m.PW)(e);return r(t,a,i,s,{columnNumber:o?o.column-1:void 0,fileName:n,lineNumber:o?o.line:void 0},void 0)}}else{if("function"!=typeof t.jsx)throw TypeError("Expected `jsx` in production options");if("function"!=typeof t.jsxs)throw TypeError("Expected `jsxs` in production options");a=t.jsx,i=t.jsxs,s=function(e,t,n,r){let s=Array.isArray(n.children)?i:a;return r?s(t,n,r):s(t,n)}}let l={Fragment:t.Fragment,ancestors:[],components:t.components||{},create:s,elementAttributeNameCase:t.elementAttributeNameCase||"react",evaluater:t.createEvaluater?t.createEvaluater():void 0,filePath:o,ignoreInvalidStyle:t.ignoreInvalidStyle||!1,passKeys:!1!==t.passKeys,passNode:t.passNode||!1,schema:"svg"===t.space?d.JW:d.qy,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:!1!==t.tableCellAlignToStyle},c=R(l,e,void 0);return c&&"string"!=typeof c?c:l.create(e,l.Fragment,{children:c||void 0},void 0)}(e,{Fragment:F.Fragment,components:i,ignoreInvalidStyle:!0,jsx:F.jsx,jsxs:F.jsxs,passKeys:!0,passNode:!0})}(l.runSync(l.parse(c),c),e)}function tB(e){let t=e.indexOf(":"),n=e.indexOf("?"),r=e.indexOf("#"),a=e.indexOf("/");return -1===t||-1!==a&&t>a||-1!==n&&t>n||-1!==r&&t>r||tP.test(e.slice(0,t))?e:""}},47905:(e,t,n)=>{"use strict";n.d(t,{DY:()=>s,GB:()=>r,c2:()=>a,i8:()=>i,kn:()=>o,ss:()=>l});let r="NotStarted",a="Previous",i="Current",s={_tag:r},o=e=>({_tag:a,fiber:e}),l=e=>({_tag:i,fiber:e})},48006:(e,t,n)=>{"use strict";n.d(t,{d:()=>a});let r={};function a(e,t){let n=t||r;return i(e,"boolean"!=typeof n.includeImageAlt||n.includeImageAlt,"boolean"!=typeof n.includeHtml||n.includeHtml)}function i(e,t,n){var r;if((r=e)&&"object"==typeof r){if("value"in e)return"html"!==e.type||n?e.value:"";if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return s(e.children,t,n)}return Array.isArray(e)?s(e,t,n):""}function s(e,t,n){let r=[],a=-1;for(;++a<e.length;)r[a]=i(e[a],t,n);return r.join("")}},48250:(e,t,n)=>{"use strict";n.d(t,{YR:()=>a});var r=n(20768);function a(e,t,n,a){let i,s,o;"function"==typeof t&&"function"!=typeof n?(s=void 0,o=t,i=n):(s=t,o=n,i=a),(0,r.VG)(e,s,function(e,t){let n=t[t.length-1],r=n?n.children.indexOf(e):void 0;return o(e,r,n)},i)}},48499:(e,t,n)=>{"use strict";n.d(t,{$Q:()=>h,Ej:()=>u,FV:()=>f,Im:()=>d,Iz:()=>A,Ke:()=>s,Mm:()=>i,ON:()=>_,aK:()=>a,bN:()=>c,dT:()=>l,h0:()=>T,iI:()=>b,mX:()=>S,n_:()=>g,p2:()=>o,s:()=>y,uq:()=>p,wt:()=>E,x:()=>m});var r=n(34785);r.e6;let a=r.aK;r.AH,r._K,r.gZ,r.Bg,r.Ld,r.A3,r.xE,r.KA,r.L8;let i=r.Mm,s=r.Ke,o=r.p2,l=r.dT,c=r.bN,u=r.Ej,d=r.Im,p=r.uq,h=r.$Q,f=r.FV,g=r.n_,m=r.x;r.tz;let b=r.iI,E=r.wt,y=r.s,T=r.h0,_=r.ON,S=r.mX,A=r.Iz},48905:(e,t,n)=>{"use strict";n.d(t,{$J:()=>p,$P:()=>f,$X:()=>m,Bm:()=>l,Et:()=>i,Gv:()=>u,Kg:()=>a,Lm:()=>s,Tn:()=>c,gd:()=>b,i5:()=>d,sI:()=>o,wD:()=>h,xZ:()=>g});var r=n(67172);let a=e=>"string"==typeof e,i=e=>"number"==typeof e,s=e=>"boolean"==typeof e,o=e=>"bigint"==typeof e,l=e=>"symbol"==typeof e,c=r.Tn,u=e=>"object"==typeof e&&null!==e||c(e),d=(0,r.XY)(2,(e,t)=>u(e)&&t in e),p=(0,r.XY)(2,(e,t)=>d(e,"_tag")&&e._tag===t),h=e=>null==e,f=e=>e instanceof Date,g=e=>"string"==typeof e||d(e,Symbol.iterator),m=e=>d(e,"then")&&c(e.then),b=e=>e instanceof RegExp},49043:(e,t,n)=>{"use strict";n.d(t,{_7:()=>i,_K:()=>s,il:()=>a});var r=n(15105);let a=r.il,i=r._7,s=r._K;r.Gp,r.K7,r.Uv,r.YW},49304:(e,t,n)=>{"use strict";let r=n(26801),a=n(81852),i="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;function s(e){if(e>0x7fffffff)throw RangeError('The value "'+e+'" is invalid for option "size"');let t=new Uint8Array(e);return Object.setPrototypeOf(t,o.prototype),t}function o(e,t,n){if("number"==typeof e){if("string"==typeof t)throw TypeError('The "string" argument must be of type string. Received type number');return u(e)}return l(e,t,n)}function l(e,t,n){if("string"==typeof e){var r=e,a=t;if(("string"!=typeof a||""===a)&&(a="utf8"),!o.isEncoding(a))throw TypeError("Unknown encoding: "+a);let n=0|f(r,a),i=s(n),l=i.write(r,a);return l!==n&&(i=i.slice(0,l)),i}if(ArrayBuffer.isView(e)){var i=e;if(M(i,Uint8Array)){let e=new Uint8Array(i);return p(e.buffer,e.byteOffset,e.byteLength)}return d(i)}if(null==e)throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(M(e,ArrayBuffer)||e&&M(e.buffer,ArrayBuffer)||"u">typeof SharedArrayBuffer&&(M(e,SharedArrayBuffer)||e&&M(e.buffer,SharedArrayBuffer)))return p(e,t,n);if("number"==typeof e)throw TypeError('The "value" argument must not be of type number. Received type number');let l=e.valueOf&&e.valueOf();if(null!=l&&l!==e)return o.from(l,t,n);let c=function(e){if(o.isBuffer(e)){let t=0|h(e.length),n=s(t);return 0===n.length||e.copy(n,0,0,t),n}return void 0!==e.length?"number"!=typeof e.length||function(e){return e!=e}(e.length)?s(0):d(e):"Buffer"===e.type&&Array.isArray(e.data)?d(e.data):void 0}(e);if(c)return c;if("u">typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return o.from(e[Symbol.toPrimitive]("string"),t,n);throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}function c(e){if("number"!=typeof e)throw TypeError('"size" argument must be of type number');if(e<0)throw RangeError('The value "'+e+'" is invalid for option "size"')}function u(e){return c(e),s(e<0?0:0|h(e))}function d(e){let t=e.length<0?0:0|h(e.length),n=s(t);for(let r=0;r<t;r+=1)n[r]=255&e[r];return n}function p(e,t,n){let r;if(t<0||e.byteLength<t)throw RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(n||0))throw RangeError('"length" is outside of buffer bounds');return Object.setPrototypeOf(r=void 0===t&&void 0===n?new Uint8Array(e):void 0===n?new Uint8Array(e,t):new Uint8Array(e,t,n),o.prototype),r}function h(e){if(e>=0x7fffffff)throw RangeError("Attempt to allocate Buffer larger than maximum size: 0x7fffffff bytes");return 0|e}function f(e,t){if(o.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||M(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);let n=e.length,r=arguments.length>2&&!0===arguments[2];if(!r&&0===n)return 0;let a=!1;for(;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return x(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return P(e).length;default:if(a)return r?-1:x(e).length;t=(""+t).toLowerCase(),a=!0}}function g(e,t,n){let a=!1;if((void 0===t||t<0)&&(t=0),t>this.length||((void 0===n||n>this.length)&&(n=this.length),n<=0||(n>>>=0)<=(t>>>=0)))return"";for(e||(e="utf8");;)switch(e){case"hex":return function(e,t,n){let r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);let a="";for(let r=t;r<n;++r)a+=B[e[r]];return a}(this,t,n);case"utf8":case"utf-8":return y(this,t,n);case"ascii":return function(e,t,n){let r="";n=Math.min(e.length,n);for(let a=t;a<n;++a)r+=String.fromCharCode(127&e[a]);return r}(this,t,n);case"latin1":case"binary":return function(e,t,n){let r="";n=Math.min(e.length,n);for(let a=t;a<n;++a)r+=String.fromCharCode(e[a]);return r}(this,t,n);case"base64":var i,s,o;return i=this,s=t,o=n,0===s&&o===i.length?r.fromByteArray(i):r.fromByteArray(i.slice(s,o));case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return function(e,t,n){let r=e.slice(t,n),a="";for(let e=0;e<r.length-1;e+=2)a+=String.fromCharCode(r[e]+256*r[e+1]);return a}(this,t,n);default:if(a)throw TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),a=!0}}function m(e,t,n){let r=e[t];e[t]=e[n],e[n]=r}function b(e,t,n,r,a){var i;if(0===e.length)return -1;if("string"==typeof n?(r=n,n=0):n>0x7fffffff?n=0x7fffffff:n<-0x80000000&&(n=-0x80000000),(i=n*=1)!=i&&(n=a?0:e.length-1),n<0&&(n=e.length+n),n>=e.length)if(a)return -1;else n=e.length-1;else if(n<0)if(!a)return -1;else n=0;if("string"==typeof t&&(t=o.from(t,r)),o.isBuffer(t))return 0===t.length?-1:E(e,t,n,r,a);if("number"==typeof t){if(t&=255,"function"==typeof Uint8Array.prototype.indexOf)if(a)return Uint8Array.prototype.indexOf.call(e,t,n);else return Uint8Array.prototype.lastIndexOf.call(e,t,n);return E(e,[t],n,r,a)}throw TypeError("val must be string, number or Buffer")}function E(e,t,n,r,a){let i,s=1,o=e.length,l=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return -1;s=2,o/=2,l/=2,n/=2}function c(e,t){return 1===s?e[t]:e.readUInt16BE(t*s)}if(a){let r=-1;for(i=n;i<o;i++)if(c(e,i)===c(t,-1===r?0:i-r)){if(-1===r&&(r=i),i-r+1===l)return r*s}else -1!==r&&(i-=i-r),r=-1}else for(n+l>o&&(n=o-l),i=n;i>=0;i--){let n=!0;for(let r=0;r<l;r++)if(c(e,i+r)!==c(t,r)){n=!1;break}if(n)return i}return -1}function y(e,t,n){n=Math.min(e.length,n);let r=[],a=t;for(;a<n;){let t=e[a],i=null,s=t>239?4:t>223?3:t>191?2:1;if(a+s<=n){let n,r,o,l;switch(s){case 1:t<128&&(i=t);break;case 2:(192&(n=e[a+1]))==128&&(l=(31&t)<<6|63&n)>127&&(i=l);break;case 3:n=e[a+1],r=e[a+2],(192&n)==128&&(192&r)==128&&(l=(15&t)<<12|(63&n)<<6|63&r)>2047&&(l<55296||l>57343)&&(i=l);break;case 4:n=e[a+1],r=e[a+2],o=e[a+3],(192&n)==128&&(192&r)==128&&(192&o)==128&&(l=(15&t)<<18|(63&n)<<12|(63&r)<<6|63&o)>65535&&l<1114112&&(i=l)}}null===i?(i=65533,s=1):i>65535&&(i-=65536,r.push(i>>>10&1023|55296),i=56320|1023&i),r.push(i),a+=s}var i=r;let s=i.length;if(s<=4096)return String.fromCharCode.apply(String,i);let o="",l=0;for(;l<s;)o+=String.fromCharCode.apply(String,i.slice(l,l+=4096));return o}function T(e,t,n){if(e%1!=0||e<0)throw RangeError("offset is not uint");if(e+t>n)throw RangeError("Trying to access beyond buffer length")}function _(e,t,n,r,a,i){if(!o.isBuffer(e))throw TypeError('"buffer" argument must be a Buffer instance');if(t>a||t<i)throw RangeError('"value" argument is out of bounds');if(n+r>e.length)throw RangeError("Index out of range")}function S(e,t,n,r,a){w(t,r,a,e,n,7);let i=Number(t&BigInt(0xffffffff));e[n++]=i,i>>=8,e[n++]=i,i>>=8,e[n++]=i,i>>=8,e[n++]=i;let s=Number(t>>BigInt(32)&BigInt(0xffffffff));return e[n++]=s,s>>=8,e[n++]=s,s>>=8,e[n++]=s,s>>=8,e[n++]=s,n}function A(e,t,n,r,a){w(t,r,a,e,n,7);let i=Number(t&BigInt(0xffffffff));e[n+7]=i,i>>=8,e[n+6]=i,i>>=8,e[n+5]=i,i>>=8,e[n+4]=i;let s=Number(t>>BigInt(32)&BigInt(0xffffffff));return e[n+3]=s,s>>=8,e[n+2]=s,s>>=8,e[n+1]=s,s>>=8,e[n]=s,n+8}function k(e,t,n,r,a,i){if(n+r>e.length||n<0)throw RangeError("Index out of range")}function I(e,t,n,r,i){return t*=1,n>>>=0,i||k(e,t,n,4,34028234663852886e22,-34028234663852886e22),a.write(e,t,n,r,23,4),n+4}function N(e,t,n,r,i){return t*=1,n>>>=0,i||k(e,t,n,8,17976931348623157e292,-17976931348623157e292),a.write(e,t,n,r,52,8),n+8}t.Buffer=o,t.SlowBuffer=function(e){return+e!=e&&(e=0),o.alloc(+e)},t.INSPECT_MAX_BYTES=50,t.kMaxLength=0x7fffffff,o.TYPED_ARRAY_SUPPORT=function(){try{let e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),42===e.foo()}catch(e){return!1}}(),!o.TYPED_ARRAY_SUPPORT&&"u">typeof console&&"function"==typeof console.error&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(o.prototype,"parent",{enumerable:!0,get:function(){if(o.isBuffer(this))return this.buffer}}),Object.defineProperty(o.prototype,"offset",{enumerable:!0,get:function(){if(o.isBuffer(this))return this.byteOffset}}),o.poolSize=8192,o.from=function(e,t,n){return l(e,t,n)},Object.setPrototypeOf(o.prototype,Uint8Array.prototype),Object.setPrototypeOf(o,Uint8Array),o.alloc=function(e,t,n){return(c(e),e<=0)?s(e):void 0!==t?"string"==typeof n?s(e).fill(t,n):s(e).fill(t):s(e)},o.allocUnsafe=function(e){return u(e)},o.allocUnsafeSlow=function(e){return u(e)},o.isBuffer=function(e){return null!=e&&!0===e._isBuffer&&e!==o.prototype},o.compare=function(e,t){if(M(e,Uint8Array)&&(e=o.from(e,e.offset,e.byteLength)),M(t,Uint8Array)&&(t=o.from(t,t.offset,t.byteLength)),!o.isBuffer(e)||!o.isBuffer(t))throw TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;let n=e.length,r=t.length;for(let a=0,i=Math.min(n,r);a<i;++a)if(e[a]!==t[a]){n=e[a],r=t[a];break}return n<r?-1:+(r<n)},o.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},o.concat=function(e,t){let n;if(!Array.isArray(e))throw TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return o.alloc(0);if(void 0===t)for(n=0,t=0;n<e.length;++n)t+=e[n].length;let r=o.allocUnsafe(t),a=0;for(n=0;n<e.length;++n){let t=e[n];if(M(t,Uint8Array))a+t.length>r.length?(o.isBuffer(t)||(t=o.from(t)),t.copy(r,a)):Uint8Array.prototype.set.call(r,t,a);else if(o.isBuffer(t))t.copy(r,a);else throw TypeError('"list" argument must be an Array of Buffers');a+=t.length}return r},o.byteLength=f,o.prototype._isBuffer=!0,o.prototype.swap16=function(){let e=this.length;if(e%2!=0)throw RangeError("Buffer size must be a multiple of 16-bits");for(let t=0;t<e;t+=2)m(this,t,t+1);return this},o.prototype.swap32=function(){let e=this.length;if(e%4!=0)throw RangeError("Buffer size must be a multiple of 32-bits");for(let t=0;t<e;t+=4)m(this,t,t+3),m(this,t+1,t+2);return this},o.prototype.swap64=function(){let e=this.length;if(e%8!=0)throw RangeError("Buffer size must be a multiple of 64-bits");for(let t=0;t<e;t+=8)m(this,t,t+7),m(this,t+1,t+6),m(this,t+2,t+5),m(this,t+3,t+4);return this},o.prototype.toString=function(){let e=this.length;return 0===e?"":0==arguments.length?y(this,0,e):g.apply(this,arguments)},o.prototype.toLocaleString=o.prototype.toString,o.prototype.equals=function(e){if(!o.isBuffer(e))throw TypeError("Argument must be a Buffer");return this===e||0===o.compare(this,e)},o.prototype.inspect=function(){let e="",n=t.INSPECT_MAX_BYTES;return e=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(e+=" ... "),"<Buffer "+e+">"},i&&(o.prototype[i]=o.prototype.inspect),o.prototype.compare=function(e,t,n,r,a){if(M(e,Uint8Array)&&(e=o.from(e,e.offset,e.byteLength)),!o.isBuffer(e))throw TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===a&&(a=this.length),t<0||n>e.length||r<0||a>this.length)throw RangeError("out of range index");if(r>=a&&t>=n)return 0;if(r>=a)return -1;if(t>=n)return 1;if(t>>>=0,n>>>=0,r>>>=0,a>>>=0,this===e)return 0;let i=a-r,s=n-t,l=Math.min(i,s),c=this.slice(r,a),u=e.slice(t,n);for(let e=0;e<l;++e)if(c[e]!==u[e]){i=c[e],s=u[e];break}return i<s?-1:+(s<i)},o.prototype.includes=function(e,t,n){return -1!==this.indexOf(e,t,n)},o.prototype.indexOf=function(e,t,n){return b(this,e,t,n,!0)},o.prototype.lastIndexOf=function(e,t,n){return b(this,e,t,n,!1)},o.prototype.write=function(e,t,n,r){var a,i,s,o,l,c,u,d;if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)r=t,n=this.length,t=0;else if(isFinite(t))t>>>=0,isFinite(n)?(n>>>=0,void 0===r&&(r="utf8")):(r=n,n=void 0);else throw Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");let p=this.length-t;if((void 0===n||n>p)&&(n=p),e.length>0&&(n<0||t<0)||t>this.length)throw RangeError("Attempt to write outside buffer bounds");r||(r="utf8");let h=!1;for(;;)switch(r){case"hex":return function(e,t,n,r){let a;n=Number(n)||0;let i=e.length-n;r?(r=Number(r))>i&&(r=i):r=i;let s=t.length;for(r>s/2&&(r=s/2),a=0;a<r;++a){var o;let r=parseInt(t.substr(2*a,2),16);if((o=r)!=o)break;e[n+a]=r}return a}(this,e,t,n);case"utf8":case"utf-8":return a=t,i=n,F(x(e,this.length-a),this,a,i);case"ascii":case"latin1":case"binary":return s=t,o=n,F(function(e){let t=[];for(let n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(e),this,s,o);case"base64":return l=t,c=n,F(P(e),this,l,c);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return u=t,d=n,F(function(e,t){let n,r,a=[];for(let i=0;i<e.length&&!((t-=2)<0);++i)r=(n=e.charCodeAt(i))>>8,a.push(n%256),a.push(r);return a}(e,this.length-u),this,u,d);default:if(h)throw TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),h=!0}},o.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},o.prototype.slice=function(e,t){let n=this.length;e=~~e,t=void 0===t?n:~~t,e<0?(e+=n)<0&&(e=0):e>n&&(e=n),t<0?(t+=n)<0&&(t=0):t>n&&(t=n),t<e&&(t=e);let r=this.subarray(e,t);return Object.setPrototypeOf(r,o.prototype),r},o.prototype.readUintLE=o.prototype.readUIntLE=function(e,t,n){e>>>=0,t>>>=0,n||T(e,t,this.length);let r=this[e],a=1,i=0;for(;++i<t&&(a*=256);)r+=this[e+i]*a;return r},o.prototype.readUintBE=o.prototype.readUIntBE=function(e,t,n){e>>>=0,t>>>=0,n||T(e,t,this.length);let r=this[e+--t],a=1;for(;t>0&&(a*=256);)r+=this[e+--t]*a;return r},o.prototype.readUint8=o.prototype.readUInt8=function(e,t){return e>>>=0,t||T(e,1,this.length),this[e]},o.prototype.readUint16LE=o.prototype.readUInt16LE=function(e,t){return e>>>=0,t||T(e,2,this.length),this[e]|this[e+1]<<8},o.prototype.readUint16BE=o.prototype.readUInt16BE=function(e,t){return e>>>=0,t||T(e,2,this.length),this[e]<<8|this[e+1]},o.prototype.readUint32LE=o.prototype.readUInt32LE=function(e,t){return e>>>=0,t||T(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+0x1000000*this[e+3]},o.prototype.readUint32BE=o.prototype.readUInt32BE=function(e,t){return e>>>=0,t||T(e,4,this.length),0x1000000*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},o.prototype.readBigUInt64LE=U(function(e){C(e>>>=0,"offset");let t=this[e],n=this[e+7];(void 0===t||void 0===n)&&D(e,this.length-8);let r=t+256*this[++e]+65536*this[++e]+0x1000000*this[++e],a=this[++e]+256*this[++e]+65536*this[++e]+0x1000000*n;return BigInt(r)+(BigInt(a)<<BigInt(32))}),o.prototype.readBigUInt64BE=U(function(e){C(e>>>=0,"offset");let t=this[e],n=this[e+7];(void 0===t||void 0===n)&&D(e,this.length-8);let r=0x1000000*t+65536*this[++e]+256*this[++e]+this[++e],a=0x1000000*this[++e]+65536*this[++e]+256*this[++e]+n;return(BigInt(r)<<BigInt(32))+BigInt(a)}),o.prototype.readIntLE=function(e,t,n){e>>>=0,t>>>=0,n||T(e,t,this.length);let r=this[e],a=1,i=0;for(;++i<t&&(a*=256);)r+=this[e+i]*a;return r>=(a*=128)&&(r-=Math.pow(2,8*t)),r},o.prototype.readIntBE=function(e,t,n){e>>>=0,t>>>=0,n||T(e,t,this.length);let r=t,a=1,i=this[e+--r];for(;r>0&&(a*=256);)i+=this[e+--r]*a;return i>=(a*=128)&&(i-=Math.pow(2,8*t)),i},o.prototype.readInt8=function(e,t){return(e>>>=0,t||T(e,1,this.length),128&this[e])?-((255-this[e]+1)*1):this[e]},o.prototype.readInt16LE=function(e,t){e>>>=0,t||T(e,2,this.length);let n=this[e]|this[e+1]<<8;return 32768&n?0xffff0000|n:n},o.prototype.readInt16BE=function(e,t){e>>>=0,t||T(e,2,this.length);let n=this[e+1]|this[e]<<8;return 32768&n?0xffff0000|n:n},o.prototype.readInt32LE=function(e,t){return e>>>=0,t||T(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},o.prototype.readInt32BE=function(e,t){return e>>>=0,t||T(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},o.prototype.readBigInt64LE=U(function(e){C(e>>>=0,"offset");let t=this[e],n=this[e+7];return(void 0===t||void 0===n)&&D(e,this.length-8),(BigInt(this[e+4]+256*this[e+5]+65536*this[e+6]+(n<<24))<<BigInt(32))+BigInt(t+256*this[++e]+65536*this[++e]+0x1000000*this[++e])}),o.prototype.readBigInt64BE=U(function(e){C(e>>>=0,"offset");let t=this[e],n=this[e+7];return(void 0===t||void 0===n)&&D(e,this.length-8),(BigInt((t<<24)+65536*this[++e]+256*this[++e]+this[++e])<<BigInt(32))+BigInt(0x1000000*this[++e]+65536*this[++e]+256*this[++e]+n)}),o.prototype.readFloatLE=function(e,t){return e>>>=0,t||T(e,4,this.length),a.read(this,e,!0,23,4)},o.prototype.readFloatBE=function(e,t){return e>>>=0,t||T(e,4,this.length),a.read(this,e,!1,23,4)},o.prototype.readDoubleLE=function(e,t){return e>>>=0,t||T(e,8,this.length),a.read(this,e,!0,52,8)},o.prototype.readDoubleBE=function(e,t){return e>>>=0,t||T(e,8,this.length),a.read(this,e,!1,52,8)},o.prototype.writeUintLE=o.prototype.writeUIntLE=function(e,t,n,r){if(e*=1,t>>>=0,n>>>=0,!r){let r=Math.pow(2,8*n)-1;_(this,e,t,n,r,0)}let a=1,i=0;for(this[t]=255&e;++i<n&&(a*=256);)this[t+i]=e/a&255;return t+n},o.prototype.writeUintBE=o.prototype.writeUIntBE=function(e,t,n,r){if(e*=1,t>>>=0,n>>>=0,!r){let r=Math.pow(2,8*n)-1;_(this,e,t,n,r,0)}let a=n-1,i=1;for(this[t+a]=255&e;--a>=0&&(i*=256);)this[t+a]=e/i&255;return t+n},o.prototype.writeUint8=o.prototype.writeUInt8=function(e,t,n){return e*=1,t>>>=0,n||_(this,e,t,1,255,0),this[t]=255&e,t+1},o.prototype.writeUint16LE=o.prototype.writeUInt16LE=function(e,t,n){return e*=1,t>>>=0,n||_(this,e,t,2,65535,0),this[t]=255&e,this[t+1]=e>>>8,t+2},o.prototype.writeUint16BE=o.prototype.writeUInt16BE=function(e,t,n){return e*=1,t>>>=0,n||_(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=255&e,t+2},o.prototype.writeUint32LE=o.prototype.writeUInt32LE=function(e,t,n){return e*=1,t>>>=0,n||_(this,e,t,4,0xffffffff,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e,t+4},o.prototype.writeUint32BE=o.prototype.writeUInt32BE=function(e,t,n){return e*=1,t>>>=0,n||_(this,e,t,4,0xffffffff,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},o.prototype.writeBigUInt64LE=U(function(e,t=0){return S(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))}),o.prototype.writeBigUInt64BE=U(function(e,t=0){return A(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))}),o.prototype.writeIntLE=function(e,t,n,r){if(e*=1,t>>>=0,!r){let r=Math.pow(2,8*n-1);_(this,e,t,n,r-1,-r)}let a=0,i=1,s=0;for(this[t]=255&e;++a<n&&(i*=256);)e<0&&0===s&&0!==this[t+a-1]&&(s=1),this[t+a]=(e/i|0)-s&255;return t+n},o.prototype.writeIntBE=function(e,t,n,r){if(e*=1,t>>>=0,!r){let r=Math.pow(2,8*n-1);_(this,e,t,n,r-1,-r)}let a=n-1,i=1,s=0;for(this[t+a]=255&e;--a>=0&&(i*=256);)e<0&&0===s&&0!==this[t+a+1]&&(s=1),this[t+a]=(e/i|0)-s&255;return t+n},o.prototype.writeInt8=function(e,t,n){return e*=1,t>>>=0,n||_(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=255&e,t+1},o.prototype.writeInt16LE=function(e,t,n){return e*=1,t>>>=0,n||_(this,e,t,2,32767,-32768),this[t]=255&e,this[t+1]=e>>>8,t+2},o.prototype.writeInt16BE=function(e,t,n){return e*=1,t>>>=0,n||_(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=255&e,t+2},o.prototype.writeInt32LE=function(e,t,n){return e*=1,t>>>=0,n||_(this,e,t,4,0x7fffffff,-0x80000000),this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4},o.prototype.writeInt32BE=function(e,t,n){return e*=1,t>>>=0,n||_(this,e,t,4,0x7fffffff,-0x80000000),e<0&&(e=0xffffffff+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},o.prototype.writeBigInt64LE=U(function(e,t=0){return S(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),o.prototype.writeBigInt64BE=U(function(e,t=0){return A(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),o.prototype.writeFloatLE=function(e,t,n){return I(this,e,t,!0,n)},o.prototype.writeFloatBE=function(e,t,n){return I(this,e,t,!1,n)},o.prototype.writeDoubleLE=function(e,t,n){return N(this,e,t,!0,n)},o.prototype.writeDoubleBE=function(e,t,n){return N(this,e,t,!1,n)},o.prototype.copy=function(e,t,n,r){if(!o.isBuffer(e))throw TypeError("argument should be a Buffer");if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n||0===e.length||0===this.length)return 0;if(t<0)throw RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw RangeError("Index out of range");if(r<0)throw RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);let a=r-n;return this===e&&"function"==typeof Uint8Array.prototype.copyWithin?this.copyWithin(t,n,r):Uint8Array.prototype.set.call(e,this.subarray(n,r),t),a},o.prototype.fill=function(e,t,n,r){let a;if("string"==typeof e){if("string"==typeof t?(r=t,t=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),void 0!==r&&"string"!=typeof r)throw TypeError("encoding must be a string");if("string"==typeof r&&!o.isEncoding(r))throw TypeError("Unknown encoding: "+r);if(1===e.length){let t=e.charCodeAt(0);("utf8"===r&&t<128||"latin1"===r)&&(e=t)}}else"number"==typeof e?e&=255:"boolean"==typeof e&&(e=Number(e));if(t<0||this.length<t||this.length<n)throw RangeError("Out of range index");if(n<=t)return this;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(a=t;a<n;++a)this[a]=e;else{let i=o.isBuffer(e)?e:o.from(e,r),s=i.length;if(0===s)throw TypeError('The value "'+e+'" is invalid for argument "value"');for(a=0;a<n-t;++a)this[a+t]=i[a%s]}return this};let v={};function R(e,t,n){v[e]=class extends n{constructor(){super(),Object.defineProperty(this,"message",{value:t.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${e}]`,this.stack,delete this.name}get code(){return e}set code(e){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:e,writable:!0})}toString(){return`${this.name} [${e}]: ${this.message}`}}}function O(e){let t="",n=e.length,r=+("-"===e[0]);for(;n>=r+4;n-=3)t=`_${e.slice(n-3,n)}${t}`;return`${e.slice(0,n)}${t}`}function w(e,t,n,r,a,i){if(e>n||e<t){let r,a="bigint"==typeof t?"n":"";throw r=i>3?0===t||t===BigInt(0)?`>= 0${a} and < 2${a} ** ${(i+1)*8}${a}`:`>= -(2${a} ** ${(i+1)*8-1}${a}) and < 2 ** ${(i+1)*8-1}${a}`:`>= ${t}${a} and <= ${n}${a}`,new v.ERR_OUT_OF_RANGE("value",r,e)}C(a,"offset"),(void 0===r[a]||void 0===r[a+i])&&D(a,r.length-(i+1))}function C(e,t){if("number"!=typeof e)throw new v.ERR_INVALID_ARG_TYPE(t,"number",e)}function D(e,t,n){if(Math.floor(e)!==e)throw C(e,n),new v.ERR_OUT_OF_RANGE(n||"offset","an integer",e);if(t<0)throw new v.ERR_BUFFER_OUT_OF_BOUNDS;throw new v.ERR_OUT_OF_RANGE(n||"offset",`>= ${+!!n} and <= ${t}`,e)}R("ERR_BUFFER_OUT_OF_BOUNDS",function(e){return e?`${e} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),R("ERR_INVALID_ARG_TYPE",function(e,t){return`The "${e}" argument must be of type number. Received type ${typeof t}`},TypeError),R("ERR_OUT_OF_RANGE",function(e,t,n){let r=`The value of "${e}" is out of range.`,a=n;return Number.isInteger(n)&&Math.abs(n)>0x100000000?a=O(String(n)):"bigint"==typeof n&&(a=String(n),(n>BigInt(2)**BigInt(32)||n<-(BigInt(2)**BigInt(32)))&&(a=O(a)),a+="n"),r+=` It must be ${t}. Received ${a}`},RangeError);let L=/[^+/0-9A-Za-z-_]/g;function x(e,t){let n;t=t||1/0;let r=e.length,a=null,i=[];for(let s=0;s<r;++s){if((n=e.charCodeAt(s))>55295&&n<57344){if(!a){if(n>56319||s+1===r){(t-=3)>-1&&i.push(239,191,189);continue}a=n;continue}if(n<56320){(t-=3)>-1&&i.push(239,191,189),a=n;continue}n=(a-55296<<10|n-56320)+65536}else a&&(t-=3)>-1&&i.push(239,191,189);if(a=null,n<128){if((t-=1)<0)break;i.push(n)}else if(n<2048){if((t-=2)<0)break;i.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;i.push(n>>12|224,n>>6&63|128,63&n|128)}else if(n<1114112){if((t-=4)<0)break;i.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}else throw Error("Invalid code point")}return i}function P(e){return r.toByteArray(function(e){if((e=(e=e.split("=")[0]).trim().replace(L,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function F(e,t,n,r){let a;for(a=0;a<r&&!(a+n>=t.length)&&!(a>=e.length);++a)t[a+n]=e[a];return a}function M(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}let B=function(){let e="0123456789abcdef",t=Array(256);for(let n=0;n<16;++n){let r=16*n;for(let a=0;a<16;++a)t[r+a]=e[n]+e[a]}return t}();function U(e){return"u"<typeof BigInt?H:e}function H(){throw Error("BigInt not supported")}},49339:(e,t,n)=>{"use strict";n.d(t,{E:()=>s});var r=n(38635),a=n(4800);let i=Object.keys(a);class s extends r.R{constructor(e,t,n,r){let s=-1;if(super(e,t),function(e,t,n){n&&(e[t]=n)}(this,"space",r),"number"==typeof n)for(;++s<i.length;){const e=i[s];!function(e,t,n){n&&(e[t]=n)}(this,i[s],(n&a[e])===a[e])}}}s.prototype.defined=!0},49359:(e,t,n)=>{"use strict";function r(e,t,n){let r=[],a=-1;for(;++a<e.length;){let i=e[a].resolveAll;i&&!r.includes(i)&&(t=i(t,n),r.push(i))}return t}n.d(t,{W:()=>r})},49790:(e,t,n)=>{"use strict";n.d(t,{_N:()=>_,y$:()=>y,J_:()=>A,Xe:()=>S,L8:()=>b,T9:()=>k,ni:()=>T,KC:()=>E});var r=n(95793),a=n(67172),i=n(80905),s=n(39726),o=n(39177);let l=Symbol.for("effect/ScheduleIntervals"),c=e=>({[l]:l,intervals:e}),u=(0,a.XY)(2,(e,t)=>r.J_(t.intervals)?r.J_(e.intervals)?r.v4(e.intervals).startMillis<r.v4(t.intervals).startMillis?d(r.Rx(e.intervals),t.intervals,r.v4(e.intervals),r.Ie()):d(e.intervals,r.Rx(t.intervals),r.v4(t.intervals),r.Ie()):t:e),d=(e,t,n,i)=>{let l=e,u=t,d=n,p=i;for(;r.J_(l)||r.J_(u);)if(!r.J_(l)&&r.J_(u))d.endMillis<r.v4(u).startMillis?(p=(0,a.Fs)(p,r.Hs(d)),d=r.v4(u)):d=s.L8(d.startMillis,r.v4(u).endMillis),u=r.Rx(u),l=r.Ie();else if(r.J_(l)&&r.Im(u))d.endMillis<r.v4(l).startMillis?(p=(0,a.Fs)(p,r.Hs(d)),d=r.v4(l)):d=s.L8(d.startMillis,r.v4(l).endMillis),u=r.Ie(),l=r.Rx(l);else if(r.J_(l)&&r.J_(u))r.v4(l).startMillis<r.v4(u).startMillis?(d.endMillis<r.v4(l).startMillis?(p=(0,a.Fs)(p,r.Hs(d)),d=r.v4(l)):d=s.L8(d.startMillis,r.v4(l).endMillis),l=r.Rx(l)):(d.endMillis<r.v4(u).startMillis?(p=(0,a.Fs)(p,r.Hs(d)),d=r.v4(u)):d=s.L8(d.startMillis,r.v4(u).endMillis),u=r.Rx(u));else throw Error((0,o.k)("Intervals.unionLoop"));return c((0,a.Fs)(p,r.Hs(d),r.BE))},p=(0,a.XY)(2,(e,t)=>h(e.intervals,t.intervals,r.Ie())),h=(e,t,n)=>{let i=e,o=t,l=n;for(;r.J_(i)&&r.J_(o);){let e=(0,a.Fs)(r.v4(i),s.y$(r.v4(o))),t=s.Im(e)?l:(0,a.Fs)(l,r.Hs(e));(0,a.Fs)(r.v4(i),s.Xe(r.v4(o)))?i=r.Rx(i):o=r.Rx(o),l=t}return c(r.BE(l))},f=e=>(0,a.Fs)(e.intervals,r.d5,i.WL(()=>s.Ie)).startMillis,g=(0,a.XY)(2,(e,t)=>f(e)<f(t)),m=(0,a.XY)(2,(e,t)=>g(e,t)?t:e),b=c,E=u,y=p,T=f,_=e=>(0,a.Fs)(e.intervals,r.d5,i.WL(()=>s.Ie)).endMillis,S=g,A=e=>r.J_(e.intervals),k=m},49884:(e,t,n)=>{"use strict";function r(e,t){let n=String(e);if("string"!=typeof t)throw TypeError("Expected character");let r=0,a=n.indexOf(t);for(;-1!==a;)r++,a=n.indexOf(t,a+t.length);return r}n.d(t,{D:()=>r})},49934:(e,t,n)=>{"use strict";n.d(t,{F6:()=>y,Ie:()=>d,PL:()=>o,Ui:()=>b,kg:()=>E});var r=n(95793),a=n(88916),i=n(67172),s=n(30818);let o=Symbol.for("effect/DifferChunkPatch");function l(e){return e}let c={...s.wC.prototype,[o]:{_Value:l,_Patch:l}},u=Object.create(Object.assign(Object.create(c),{_tag:"Empty"})),d=()=>u,p=Object.assign(Object.create(c),{_tag:"AndThen"}),h=Object.assign(Object.create(c),{_tag:"Append"}),f=Object.assign(Object.create(c),{_tag:"Slice"}),g=Object.assign(Object.create(c),{_tag:"Update"}),m=(e,t)=>{let n=Object.create(g);return n.index=e,n.patch=t,n},b=e=>{var t,n;let s,o,l=0,c=d();for(;l<e.oldValue.length&&l<e.newValue.length;){let t=r.$v(l)(e.oldValue),n=r.$v(l)(e.newValue),s=e.differ.diff(t,n);a.aI(s,e.differ.empty)||(c=(0,i.Fs)(c,E(m(l,s)))),l+=1}return l<e.oldValue.length&&(c=(0,i.Fs)(c,E((t=l,(s=Object.create(f)).from=0,s.until=t,s)))),l<e.newValue.length&&(c=(0,i.Fs)(c,E((n=r.gv(l)(e.newValue),(o=Object.create(h)).values=n,o)))),c},E=i.XY(2,(e,t)=>{let n;return(n=Object.create(p)).first=e,n.second=t,n}),y=i.XY(3,(e,t,n)=>{if("Empty"===e._tag)return t;let a=t,i=r.of(e);for(;r.J_(i);){let e=r.v4(i),t=r.Rx(i);switch(e._tag){case"Empty":i=t;break;case"AndThen":i=r.Hs(e.first)(r.Hs(e.second)(t));break;case"Append":a=r.u2(e.values)(a),i=t;break;case"Slice":{let n=r.h3(a);a=r.Iv(n.slice(e.from,e.until)),i=t;break}case"Update":{let s=r.h3(a);s[e.index]=n.patch(e.patch,s[e.index]),a=r.Iv(s),i=t}}}return a})},50055:(e,t,n)=>{"use strict";n.d(t,{B:()=>i});var r=n(62835),a=n(4294);let i={partial:!0,tokenize:function(e,t,n){return function(t){return(0,a.On)(t)?(0,r.N)(e,i,"linePrefix")(t):i(t)};function i(e){return null===e||(0,a.HP)(e)?t(e):n(e)}}}},50344:(e,t,n)=>{"use strict";n.d(t,{tT:()=>r});let r=(e,t)=>{switch(t.length){case 0:return e;case 1:return t[0](e);case 2:return t[1](t[0](e));case 3:return t[2](t[1](t[0](e)));case 4:return t[3](t[2](t[1](t[0](e))));case 5:return t[4](t[3](t[2](t[1](t[0](e)))));case 6:return t[5](t[4](t[3](t[2](t[1](t[0](e))))));case 7:return t[6](t[5](t[4](t[3](t[2](t[1](t[0](e)))))));case 8:return t[7](t[6](t[5](t[4](t[3](t[2](t[1](t[0](e))))))));case 9:return t[8](t[7](t[6](t[5](t[4](t[3](t[2](t[1](t[0](e)))))))));default:{let n=e;for(let e=0,r=t.length;e<r;e++)n=t[e](n);return n}}}},50584:(e,t,n)=>{"use strict";let r;n.d(t,{rN:()=>o});var a=n(16841),i=n(30818);i.w3,i.wC,i.wC;let s=(r=Symbol.for("effect/Data/Error/plainArgs"),class extends a.Wc6{constructor(e){super(e?.message,e?.cause?{cause:e.cause}:void 0),e&&(Object.assign(this,e),Object.defineProperty(this,r,{value:e,enumerable:!1}))}toJSON(){return{...this[r],...this}}}),o=e=>{let t=class extends s{constructor(...t){super(...t),this._tag=e}};return t.prototype.name=e,t}},50783:(e,t,n)=>{"use strict";n.d(t,{y:()=>i});var r=n(41161);let a={}.hasOwnProperty;function i(e){let t={},n=-1;for(;++n<e.length;)!function(e,t){let n;for(n in t){let i,s=(a.call(e,n)?e[n]:void 0)||(e[n]={}),o=t[n];if(o)for(i in o){a.call(s,i)||(s[i]=[]);let e=o[i];!function(e,t){let n=-1,a=[];for(;++n<t.length;)("after"===t[n].add?e:a).push(t[n]);(0,r.m)(e,0,0,a)}(s[i],Array.isArray(e)?e:e?[e]:[])}}}(t,e[n]);return t}},50931:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>q});var r=n(41463);let a=e=>"string"==typeof e,i=()=>{let e,t,n=new Promise((n,r)=>{e=n,t=r});return n.resolve=e,n.reject=t,n},s=e=>null==e?"":""+e,o=/###/g,l=e=>e&&e.indexOf("###")>-1?e.replace(o,"."):e,c=e=>!e||a(e),u=(e,t,n)=>{let r=a(t)?t.split("."):t,i=0;for(;i<r.length-1;){if(c(e))return{};let t=l(r[i]);!e[t]&&n&&(e[t]=new n),e=Object.prototype.hasOwnProperty.call(e,t)?e[t]:{},++i}return c(e)?{}:{obj:e,k:l(r[i])}},d=(e,t,n)=>{let{obj:r,k:a}=u(e,t,Object);if(void 0!==r||1===t.length){r[a]=n;return}let i=t[t.length-1],s=t.slice(0,t.length-1),o=u(e,s,Object);for(;void 0===o.obj&&s.length;)i=`${s[s.length-1]}.${i}`,o=u(e,s=s.slice(0,s.length-1),Object),o?.obj&&void 0!==o.obj[`${o.k}.${i}`]&&(o.obj=void 0);o.obj[`${o.k}.${i}`]=n},p=(e,t)=>{let{obj:n,k:r}=u(e,t);if(n&&Object.prototype.hasOwnProperty.call(n,r))return n[r]},h=(e,t,n)=>{for(let r in t)"__proto__"!==r&&"constructor"!==r&&(r in e?a(e[r])||e[r]instanceof String||a(t[r])||t[r]instanceof String?n&&(e[r]=t[r]):h(e[r],t[r],n):e[r]=t[r]);return e};var f={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};let g=e=>a(e)?e.replace(/[&<>"'\/]/g,e=>f[e]):e;class m{constructor(e){this.capacity=e,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(e){let t=this.regExpMap.get(e);if(void 0!==t)return t;let n=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,n),this.regExpQueue.push(e),n}}let b=[" ",",","?","!",";"],E=new m(20),y=(e,t,n=".")=>{if(!e)return;if(e[t]){if(!Object.prototype.hasOwnProperty.call(e,t))return;return e[t]}let r=t.split(n),a=e;for(let e=0;e<r.length;){let t;if(!a||"object"!=typeof a)return;let i="";for(let s=e;s<r.length;++s)if(s!==e&&(i+=n),i+=r[s],void 0!==(t=a[i])){if(["string","number","boolean"].indexOf(typeof t)>-1&&s<r.length-1)continue;e+=s-e+1;break}a=t}return a},T=e=>e?.replace(/_/g,"-"),_={type:"logger",log(e){this.output("log",e)},warn(e){this.output("warn",e)},error(e){this.output("error",e)},output(e,t){console?.[e]?.apply?.(console,t)}};class S{constructor(e,t={}){this.init(e,t)}init(e,t={}){this.prefix=t.prefix||"i18next:",this.logger=e||_,this.options=t,this.debug=t.debug}log(...e){return this.forward(e,"log","",!0)}warn(...e){return this.forward(e,"warn","",!0)}error(...e){return this.forward(e,"error","")}deprecate(...e){return this.forward(e,"warn","WARNING DEPRECATED: ",!0)}forward(e,t,n,r){return r&&!this.debug?null:(a(e[0])&&(e[0]=`${n}${this.prefix} ${e[0]}`),this.logger[t](e))}create(e){return new S(this.logger,{...{prefix:`${this.prefix}:${e}:`},...this.options})}clone(e){return(e=e||this.options).prefix=e.prefix||this.prefix,new S(this.logger,e)}}var A=new S;class k{constructor(){this.observers={}}on(e,t){return e.split(" ").forEach(e=>{this.observers[e]||(this.observers[e]=new Map);let n=this.observers[e].get(t)||0;this.observers[e].set(t,n+1)}),this}off(e,t){if(this.observers[e]){if(!t)return void delete this.observers[e];this.observers[e].delete(t)}}emit(e,...t){this.observers[e]&&Array.from(this.observers[e].entries()).forEach(([e,n])=>{for(let r=0;r<n;r++)e(...t)}),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach(([n,r])=>{for(let a=0;a<r;a++)n.apply(n,[e,...t])})}}class I extends k{constructor(e,t={ns:["translation"],defaultNS:"translation"}){super(),this.data=e||{},this.options=t,void 0===this.options.keySeparator&&(this.options.keySeparator="."),void 0===this.options.ignoreJSONStructure&&(this.options.ignoreJSONStructure=!0)}addNamespaces(e){0>this.options.ns.indexOf(e)&&this.options.ns.push(e)}removeNamespaces(e){let t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}getResource(e,t,n,r={}){let i,s=void 0!==r.keySeparator?r.keySeparator:this.options.keySeparator,o=void 0!==r.ignoreJSONStructure?r.ignoreJSONStructure:this.options.ignoreJSONStructure;e.indexOf(".")>-1?i=e.split("."):(i=[e,t],n&&(Array.isArray(n)?i.push(...n):a(n)&&s?i.push(...n.split(s)):i.push(n)));let l=p(this.data,i);return(!l&&!t&&!n&&e.indexOf(".")>-1&&(e=i[0],t=i[1],n=i.slice(2).join(".")),!l&&o&&a(n))?y(this.data?.[e]?.[t],n,s):l}addResource(e,t,n,r,a={silent:!1}){let i=void 0!==a.keySeparator?a.keySeparator:this.options.keySeparator,s=[e,t];n&&(s=s.concat(i?n.split(i):n)),e.indexOf(".")>-1&&(s=e.split("."),r=t,t=s[1]),this.addNamespaces(t),d(this.data,s,r),a.silent||this.emit("added",e,t,n,r)}addResources(e,t,n,r={silent:!1}){for(let r in n)(a(n[r])||Array.isArray(n[r]))&&this.addResource(e,t,r,n[r],{silent:!0});r.silent||this.emit("added",e,t,n)}addResourceBundle(e,t,n,r,a,i={silent:!1,skipCopy:!1}){let s=[e,t];e.indexOf(".")>-1&&(s=e.split("."),r=n,n=t,t=s[1]),this.addNamespaces(t);let o=p(this.data,s)||{};i.skipCopy||(n=JSON.parse(JSON.stringify(n))),r?h(o,n,a):o={...o,...n},d(this.data,s,o),i.silent||this.emit("added",e,t,n)}removeResourceBundle(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit("removed",e,t)}hasResourceBundle(e,t){return void 0!==this.getResource(e,t)}getResourceBundle(e,t){return t||(t=this.options.defaultNS),this.getResource(e,t)}getDataByLanguage(e){return this.data[e]}hasLanguageSomeTranslations(e){let t=this.getDataByLanguage(e);return!!(t&&Object.keys(t)||[]).find(e=>t[e]&&Object.keys(t[e]).length>0)}toJSON(){return this.data}}var N={processors:{},addPostProcessor(e){this.processors[e.name]=e},handle(e,t,n,r,a){return e.forEach(e=>{t=this.processors[e]?.process(t,n,r,a)??t}),t}};let v=Symbol("i18next/PATH_KEY");function R(e,t){let n,r,a,{[v]:i}=e((r=[],(a=Object.create(null)).get=(e,t)=>(n?.revoke?.(),t===v)?r:(r.push(t),(n=Proxy.revocable(e,a)).proxy),Proxy.revocable(Object.create(null),a).proxy)),s=t?.keySeparator??".",o=t?.nsSeparator??":";if(i.length>1&&o){let e=t?.ns,n=Array.isArray(e)?e:null;if(n&&n.length>1&&n.slice(1).includes(i[0]))return`${i[0]}${o}${i.slice(1).join(s)}`}return i.join(s)}let O={},w=e=>!a(e)&&"boolean"!=typeof e&&"number"!=typeof e;class C extends k{constructor(e,t={}){super(),((e,t,n)=>{e.forEach(e=>{t[e]&&(n[e]=t[e])})})(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,this),this.options=t,void 0===this.options.keySeparator&&(this.options.keySeparator="."),this.logger=A.create("translator")}changeLanguage(e){e&&(this.language=e)}exists(e,t={interpolation:{}}){let n={...t};if(null==e)return!1;let r=this.resolve(e,n);if(r?.res===void 0)return!1;let a=w(r.res);return!1!==n.returnObjects||!a}extractFromKey(e,t){let n=void 0!==t.nsSeparator?t.nsSeparator:this.options.nsSeparator;void 0===n&&(n=":");let r=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,i=t.ns||this.options.defaultNS||[],s=n&&e.indexOf(n)>-1,o=!this.options.userDefinedKeySeparator&&!t.keySeparator&&!this.options.userDefinedNsSeparator&&!t.nsSeparator&&!((e,t,n)=>{t=t||"",n=n||"";let r=b.filter(e=>0>t.indexOf(e)&&0>n.indexOf(e));if(0===r.length)return!0;let a=E.getRegExp(`(${r.map(e=>"?"===e?"\\?":e).join("|")})`),i=!a.test(e);if(!i){let t=e.indexOf(n);t>0&&!a.test(e.substring(0,t))&&(i=!0)}return i})(e,n,r);if(s&&!o){let t=e.match(this.interpolator.nestingRegexp);if(t&&t.length>0)return{key:e,namespaces:a(i)?[i]:i};let s=e.split(n);(n!==r||n===r&&this.options.ns.indexOf(s[0])>-1)&&(i=s.shift()),e=s.join(r)}return{key:e,namespaces:a(i)?[i]:i}}translate(e,t,n){let r="object"==typeof t?{...t}:t;if("object"!=typeof r&&this.options.overloadTranslationOptionHandler&&(r=this.options.overloadTranslationOptionHandler(arguments)),"object"==typeof r&&(r={...r}),r||(r={}),null==e)return"";"function"==typeof e&&(e=R(e,{...this.options,...r})),Array.isArray(e)||(e=[String(e)]),e=e.map(e=>"function"==typeof e?R(e,{...this.options,...r}):String(e));let i=void 0!==r.returnDetails?r.returnDetails:this.options.returnDetails,s=void 0!==r.keySeparator?r.keySeparator:this.options.keySeparator,{key:o,namespaces:l}=this.extractFromKey(e[e.length-1],r),c=l[l.length-1],u=void 0!==r.nsSeparator?r.nsSeparator:this.options.nsSeparator;void 0===u&&(u=":");let d=r.lng||this.language,p=r.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(d?.toLowerCase()==="cimode")return p?i?{res:`${c}${u}${o}`,usedKey:o,exactUsedKey:o,usedLng:d,usedNS:c,usedParams:this.getUsedParamsDetails(r)}:`${c}${u}${o}`:i?{res:o,usedKey:o,exactUsedKey:o,usedLng:d,usedNS:c,usedParams:this.getUsedParamsDetails(r)}:o;let h=this.resolve(e,r),f=h?.res,g=h?.usedKey||o,m=h?.exactUsedKey||o,b=void 0!==r.joinArrays?r.joinArrays:this.options.joinArrays,E=!this.i18nFormat||this.i18nFormat.handleAsObject,y=void 0!==r.count&&!a(r.count),T=C.hasDefaultValue(r),_=y?this.pluralResolver.getSuffix(d,r.count,r):"",S=r.ordinal&&y?this.pluralResolver.getSuffix(d,r.count,{ordinal:!1}):"",A=y&&!r.ordinal&&0===r.count,k=A&&r[`defaultValue${this.options.pluralSeparator}zero`]||r[`defaultValue${_}`]||r[`defaultValue${S}`]||r.defaultValue,I=f;E&&!f&&T&&(I=k);let N=w(I),v=Object.prototype.toString.apply(I);if(E&&I&&N&&0>["[object Number]","[object Function]","[object RegExp]"].indexOf(v)&&!(a(b)&&Array.isArray(I))){if(!r.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");let e=this.options.returnedObjectHandler?this.options.returnedObjectHandler(g,I,{...r,ns:l}):`key '${o} (${this.language})' returned an object instead of string.`;return i?(h.res=e,h.usedParams=this.getUsedParamsDetails(r),h):e}if(s){let e=Array.isArray(I),t=e?[]:{},n=e?m:g;for(let e in I)if(Object.prototype.hasOwnProperty.call(I,e)){let a=`${n}${s}${e}`;T&&!f?t[e]=this.translate(a,{...r,defaultValue:w(k)?k[e]:void 0,...{joinArrays:!1,ns:l}}):t[e]=this.translate(a,{...r,joinArrays:!1,ns:l}),t[e]===a&&(t[e]=I[e])}f=t}}else if(E&&a(b)&&Array.isArray(f))(f=f.join(b))&&(f=this.extendTranslation(f,e,r,n));else{let t=!1,a=!1;!this.isValidLookup(f)&&T&&(t=!0,f=k),this.isValidLookup(f)||(a=!0,f=o);let i=(r.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&a?void 0:f,l=T&&k!==f&&this.options.updateMissing;if(a||t||l){if(this.logger.log(l?"updateKey":"missingKey",d,c,o,l?k:f),s){let e=this.resolve(o,{...r,keySeparator:!1});e&&e.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}let e=[],t=this.languageUtils.getFallbackCodes(this.options.fallbackLng,r.lng||this.language);if("fallback"===this.options.saveMissingTo&&t&&t[0])for(let n=0;n<t.length;n++)e.push(t[n]);else"all"===this.options.saveMissingTo?e=this.languageUtils.toResolveHierarchy(r.lng||this.language):e.push(r.lng||this.language);let n=(e,t,n)=>{let a=T&&n!==f?n:i;this.options.missingKeyHandler?this.options.missingKeyHandler(e,c,t,a,l,r):this.backendConnector?.saveMissing&&this.backendConnector.saveMissing(e,c,t,a,l,r),this.emit("missingKey",e,c,t,f)};this.options.saveMissing&&(this.options.saveMissingPlurals&&y?e.forEach(e=>{let t=this.pluralResolver.getSuffixes(e,r);A&&r[`defaultValue${this.options.pluralSeparator}zero`]&&0>t.indexOf(`${this.options.pluralSeparator}zero`)&&t.push(`${this.options.pluralSeparator}zero`),t.forEach(t=>{n([e],o+t,r[`defaultValue${t}`]||k)})}):n(e,o,k))}f=this.extendTranslation(f,e,r,h,n),a&&f===o&&this.options.appendNamespaceToMissingKey&&(f=`${c}${u}${o}`),(a||t)&&this.options.parseMissingKeyHandler&&(f=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${c}${u}${o}`:o,t?f:void 0,r))}return i?(h.res=f,h.usedParams=this.getUsedParamsDetails(r),h):f}extendTranslation(e,t,n,r,i){if(this.i18nFormat?.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...n},n.lng||this.language||r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!n.skipInterpolation){let s;n.interpolation&&this.interpolator.init({...n,...{interpolation:{...this.options.interpolation,...n.interpolation}}});let o=a(e)&&(n?.interpolation?.skipOnVariables!==void 0?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);if(o){let t=e.match(this.interpolator.nestingRegexp);s=t&&t.length}let l=n.replace&&!a(n.replace)?n.replace:n;if(this.options.interpolation.defaultVariables&&(l={...this.options.interpolation.defaultVariables,...l}),e=this.interpolator.interpolate(e,l,n.lng||this.language||r.usedLng,n),o){let t=e.match(this.interpolator.nestingRegexp);s<(t&&t.length)&&(n.nest=!1)}!n.lng&&r&&r.res&&(n.lng=this.language||r.usedLng),!1!==n.nest&&(e=this.interpolator.nest(e,(...e)=>i?.[0]!==e[0]||n.context?this.translate(...e,t):(this.logger.warn(`It seems you are nesting recursively key: ${e[0]} in key: ${t[0]}`),null),n)),n.interpolation&&this.interpolator.reset()}let s=n.postProcess||this.options.postProcess,o=a(s)?[s]:s;return null!=e&&o?.length&&!1!==n.applyPostProcessor&&(e=N.handle(o,e,t,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...r,usedParams:this.getUsedParamsDetails(n)},...n}:n,this)),e}resolve(e,t={}){let n,r,i,s,o;return a(e)&&(e=[e]),Array.isArray(e)&&(e=e.map(e=>"function"==typeof e?R(e,{...this.options,...t}):e)),e.forEach(e=>{if(this.isValidLookup(n))return;let l=this.extractFromKey(e,t),c=l.key;r=c;let u=l.namespaces;this.options.fallbackNS&&(u=u.concat(this.options.fallbackNS));let d=void 0!==t.count&&!a(t.count),p=d&&!t.ordinal&&0===t.count,h=void 0!==t.context&&(a(t.context)||"number"==typeof t.context)&&""!==t.context,f=t.lngs?t.lngs:this.languageUtils.toResolveHierarchy(t.lng||this.language,t.fallbackLng);u.forEach(e=>{this.isValidLookup(n)||(o=e,!O[`${f[0]}-${e}`]&&this.utils?.hasLoadedNamespace&&!this.utils?.hasLoadedNamespace(o)&&(O[`${f[0]}-${e}`]=!0,this.logger.warn(`key "${r}" for languages "${f.join(", ")}" won't get resolved as namespace "${o}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),f.forEach(r=>{let a;if(this.isValidLookup(n))return;s=r;let o=[c];if(this.i18nFormat?.addLookupKeys)this.i18nFormat.addLookupKeys(o,c,r,e,t);else{let e;d&&(e=this.pluralResolver.getSuffix(r,t.count,t));let n=`${this.options.pluralSeparator}zero`,a=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(d&&(t.ordinal&&0===e.indexOf(a)&&o.push(c+e.replace(a,this.options.pluralSeparator)),o.push(c+e),p&&o.push(c+n)),h){let r=`${c}${this.options.contextSeparator||"_"}${t.context}`;o.push(r),d&&(t.ordinal&&0===e.indexOf(a)&&o.push(r+e.replace(a,this.options.pluralSeparator)),o.push(r+e),p&&o.push(r+n))}}for(;a=o.pop();)this.isValidLookup(n)||(i=a,n=this.getResource(r,e,a,t))}))})}),{res:n,usedKey:r,exactUsedKey:i,usedLng:s,usedNS:o}}isValidLookup(e){return void 0!==e&&!(!this.options.returnNull&&null===e)&&!(!this.options.returnEmptyString&&""===e)}getResource(e,t,n,r={}){return this.i18nFormat?.getResource?this.i18nFormat.getResource(e,t,n,r):this.resourceStore.getResource(e,t,n,r)}getUsedParamsDetails(e={}){let t=e.replace&&!a(e.replace),n=t?e.replace:e;if(t&&void 0!==e.count&&(n.count=e.count),this.options.interpolation.defaultVariables&&(n={...this.options.interpolation.defaultVariables,...n}),!t)for(let e of(n={...n},["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"]))delete n[e];return n}static hasDefaultValue(e){let t="defaultValue";for(let n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t===n.substring(0,t.length)&&void 0!==e[n])return!0;return!1}}class D{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=A.create("languageUtils")}getScriptPartFromCode(e){if(!(e=T(e))||0>e.indexOf("-"))return null;let t=e.split("-");return 2===t.length||(t.pop(),"x"===t[t.length-1].toLowerCase())?null:this.formatLanguageCode(t.join("-"))}getLanguagePartFromCode(e){if(!(e=T(e))||0>e.indexOf("-"))return e;let t=e.split("-");return this.formatLanguageCode(t[0])}formatLanguageCode(e){if(a(e)&&e.indexOf("-")>-1){let t;try{t=Intl.getCanonicalLocales(e)[0]}catch(e){}return(t&&this.options.lowerCaseLng&&(t=t.toLowerCase()),t)?t:this.options.lowerCaseLng?e.toLowerCase():e}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}isSupportedCode(e){return("languageOnly"===this.options.load||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}getBestMatchFromCodes(e){let t;return e?(e.forEach(e=>{if(t)return;let n=this.formatLanguageCode(e);(!this.options.supportedLngs||this.isSupportedCode(n))&&(t=n)}),!t&&this.options.supportedLngs&&e.forEach(e=>{if(t)return;let n=this.getScriptPartFromCode(e);if(this.isSupportedCode(n))return t=n;let r=this.getLanguagePartFromCode(e);if(this.isSupportedCode(r))return t=r;t=this.options.supportedLngs.find(e=>{if(e===r||!(0>e.indexOf("-")&&0>r.indexOf("-"))&&(e.indexOf("-")>0&&0>r.indexOf("-")&&e.substring(0,e.indexOf("-"))===r||0===e.indexOf(r)&&r.length>1))return e})}),t||(t=this.getFallbackCodes(this.options.fallbackLng)[0]),t):null}getFallbackCodes(e,t){if(!e)return[];if("function"==typeof e&&(e=e(t)),a(e)&&(e=[e]),Array.isArray(e))return e;if(!t)return e.default||[];let n=e[t];return n||(n=e[this.getScriptPartFromCode(t)]),n||(n=e[this.formatLanguageCode(t)]),n||(n=e[this.getLanguagePartFromCode(t)]),n||(n=e.default),n||[]}toResolveHierarchy(e,t){let n=this.getFallbackCodes((!1===t?[]:t)||this.options.fallbackLng||[],e),r=[],i=e=>{e&&(this.isSupportedCode(e)?r.push(e):this.logger.warn(`rejecting language code not found in supportedLngs: ${e}`))};return a(e)&&(e.indexOf("-")>-1||e.indexOf("_")>-1)?("languageOnly"!==this.options.load&&i(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&i(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&i(this.getLanguagePartFromCode(e))):a(e)&&i(this.formatLanguageCode(e)),n.forEach(e=>{0>r.indexOf(e)&&i(this.formatLanguageCode(e))}),r}}let L={zero:0,one:1,two:2,few:3,many:4,other:5},x={select:e=>1===e?"one":"other",resolvedOptions:()=>({pluralCategories:["one","other"]})};class P{constructor(e,t={}){this.languageUtils=e,this.options=t,this.logger=A.create("pluralResolver"),this.pluralRulesCache={}}clearCache(){this.pluralRulesCache={}}getRule(e,t={}){let n,r=T("dev"===e?"en":e),a=t.ordinal?"ordinal":"cardinal",i=JSON.stringify({cleanedCode:r,type:a});if(i in this.pluralRulesCache)return this.pluralRulesCache[i];try{n=new Intl.PluralRules(r,{type:a})}catch(a){if("u"<typeof Intl)return this.logger.error("No Intl support, please use an Intl polyfill!"),x;if(!e.match(/-|_/))return x;let r=this.languageUtils.getLanguagePartFromCode(e);n=this.getRule(r,t)}return this.pluralRulesCache[i]=n,n}needsPlural(e,t={}){let n=this.getRule(e,t);return n||(n=this.getRule("dev",t)),n?.resolvedOptions().pluralCategories.length>1}getPluralFormsOfKey(e,t,n={}){return this.getSuffixes(e,n).map(e=>`${t}${e}`)}getSuffixes(e,t={}){let n=this.getRule(e,t);return(n||(n=this.getRule("dev",t)),n)?n.resolvedOptions().pluralCategories.sort((e,t)=>L[e]-L[t]).map(e=>`${this.options.prepend}${t.ordinal?`ordinal${this.options.prepend}`:""}${e}`):[]}getSuffix(e,t,n={}){let r=this.getRule(e,n);return r?`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${r.select(t)}`:(this.logger.warn(`no plural rule found for: ${e}`),this.getSuffix("dev",t,n))}}let F=(e,t,n,r=".",i=!0)=>{let s,o=void 0!==(s=p(e,n))?s:p(t,n);return!o&&i&&a(n)&&void 0===(o=y(e,n,r))&&(o=y(t,n,r)),o};class M{constructor(e={}){this.logger=A.create("interpolator"),this.options=e,this.format=e?.interpolation?.format||(e=>e),this.init(e)}init(e={}){e.interpolation||(e.interpolation={escapeValue:!0});let{escape:t,escapeValue:n,useRawValueToEscape:r,prefix:a,prefixEscaped:i,suffix:s,suffixEscaped:o,formatSeparator:l,unescapeSuffix:c,unescapePrefix:u,nestingPrefix:d,nestingPrefixEscaped:p,nestingSuffix:h,nestingSuffixEscaped:f,nestingOptionsSeparator:m,maxReplaces:b,alwaysFormat:E}=e.interpolation;this.escape=void 0!==t?t:g,this.escapeValue=void 0===n||n,this.useRawValueToEscape=void 0!==r&&r,this.prefix=a?a.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"):i||"{{",this.suffix=s?s.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"):o||"}}",this.formatSeparator=l||",",this.unescapePrefix=c?"":u||"-",this.unescapeSuffix=this.unescapePrefix?"":c||"",this.nestingPrefix=d?d.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"):p||"$t(".replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"),this.nestingSuffix=h?h.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"):f||")".replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"),this.nestingOptionsSeparator=m||",",this.maxReplaces=b||1e3,this.alwaysFormat=void 0!==E&&E,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){let e=(e,t)=>e?.source===t?(e.lastIndex=0,e):RegExp(t,"g");this.regexp=e(this.regexp,`${this.prefix}(.+?)${this.suffix}`),this.regexpUnescape=e(this.regexpUnescape,`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`),this.nestingRegexp=e(this.nestingRegexp,`${this.nestingPrefix}((?:[^()"']+|"[^"]*"|'[^']*'|\\((?:[^()]|"[^"]*"|'[^']*')*\\))*?)${this.nestingSuffix}`)}interpolate(e,t,n,r){let i,o,l,c=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},u=e=>{if(0>e.indexOf(this.formatSeparator)){let a=F(t,c,e,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(a,void 0,n,{...r,...t,interpolationkey:e}):a}let a=e.split(this.formatSeparator),i=a.shift().trim(),s=a.join(this.formatSeparator).trim();return this.format(F(t,c,i,this.options.keySeparator,this.options.ignoreJSONStructure),s,n,{...r,...t,interpolationkey:i})};this.resetRegExp();let d=r?.missingInterpolationHandler||this.options.missingInterpolationHandler,p=r?.interpolation?.skipOnVariables!==void 0?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:e=>e.replace(/\$/g,"$$$$")},{regex:this.regexp,safeValue:e=>this.escapeValue?this.escape(e).replace(/\$/g,"$$$$"):e.replace(/\$/g,"$$$$")}].forEach(t=>{for(l=0;i=t.regex.exec(e);){let n=i[1].trim();if(void 0===(o=u(n)))if("function"==typeof d){let t=d(e,i,r);o=a(t)?t:""}else if(r&&Object.prototype.hasOwnProperty.call(r,n))o="";else if(p){o=i[0];continue}else this.logger.warn(`missed to pass in variable ${n} for interpolating ${e}`),o="";else a(o)||this.useRawValueToEscape||(o=s(o));let c=t.safeValue(o);if(e=e.replace(i[0],c),p?(t.regex.lastIndex+=o.length,t.regex.lastIndex-=i[0].length):t.regex.lastIndex=0,++l>=this.maxReplaces)break}}),e}nest(e,t,n={}){let r,i,o,l=(e,t)=>{let n=this.nestingOptionsSeparator;if(0>e.indexOf(n))return e;let r=e.split(RegExp(`${n.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}[ ]*{`)),a=`{${r[1]}`;e=r[0];let i=(a=this.interpolate(a,o)).match(/'/g),s=a.match(/"/g);((i?.length??0)%2!=0||s)&&(s?.length??0)%2==0||(a=a.replace(/'/g,'"'));try{o=JSON.parse(a),t&&(o={...t,...o})}catch(t){return this.logger.warn(`failed parsing options string in nesting for key ${e}`,t),`${e}${n}${a}`}return o.defaultValue&&o.defaultValue.indexOf(this.prefix)>-1&&delete o.defaultValue,e};for(;r=this.nestingRegexp.exec(e);){let c=[];(o=(o={...n}).replace&&!a(o.replace)?o.replace:o).applyPostProcessor=!1,delete o.defaultValue;let u=/{.*}/.test(r[1])?r[1].lastIndexOf("}")+1:r[1].indexOf(this.formatSeparator);if(-1!==u&&(c=r[1].slice(u).split(this.formatSeparator).map(e=>e.trim()).filter(Boolean),r[1]=r[1].slice(0,u)),(i=t(l.call(this,r[1].trim(),o),o))&&r[0]===e&&!a(i))return i;a(i)||(i=s(i)),i||(this.logger.warn(`missed to resolve ${r[1]} for nesting ${e}`),i=""),c.length&&(i=c.reduce((e,t)=>this.format(e,t,n.lng,{...n,interpolationkey:r[1].trim()}),i.trim())),e=e.replace(r[0],i),this.regexp.lastIndex=0}return e}}let B=e=>{let t={};return(n,r,a)=>{let i=a;a&&a.interpolationkey&&a.formatParams&&a.formatParams[a.interpolationkey]&&a[a.interpolationkey]&&(i={...i,[a.interpolationkey]:void 0});let s=r+JSON.stringify(i),o=t[s];return o||(o=e(T(r),a),t[s]=o),o(n)}},U=e=>(t,n,r)=>e(T(n),r)(t);class H{constructor(e={}){this.logger=A.create("formatter"),this.options=e,this.init(e)}init(e,t={interpolation:{}}){this.formatSeparator=t.interpolation.formatSeparator||",";let n=t.cacheInBuiltFormats?B:U;this.formats={number:n((e,t)=>{let n=new Intl.NumberFormat(e,{...t});return e=>n.format(e)}),currency:n((e,t)=>{let n=new Intl.NumberFormat(e,{...t,style:"currency"});return e=>n.format(e)}),datetime:n((e,t)=>{let n=new Intl.DateTimeFormat(e,{...t});return e=>n.format(e)}),relativetime:n((e,t)=>{let n=new Intl.RelativeTimeFormat(e,{...t});return e=>n.format(e,t.range||"day")}),list:n((e,t)=>{let n=new Intl.ListFormat(e,{...t});return e=>n.format(e)})}}add(e,t){this.formats[e.toLowerCase().trim()]=t}addCached(e,t){this.formats[e.toLowerCase().trim()]=B(t)}format(e,t,n,r={}){let a=t.split(this.formatSeparator);if(a.length>1&&a[0].indexOf("(")>1&&0>a[0].indexOf(")")&&a.find(e=>e.indexOf(")")>-1)){let e=a.findIndex(e=>e.indexOf(")")>-1);a[0]=[a[0],...a.splice(1,e)].join(this.formatSeparator)}return a.reduce((e,t)=>{let{formatName:a,formatOptions:i}=(e=>{let t=e.toLowerCase().trim(),n={};if(e.indexOf("(")>-1){let r=e.split("(");t=r[0].toLowerCase().trim();let a=r[1].substring(0,r[1].length-1);"currency"===t&&0>a.indexOf(":")?n.currency||(n.currency=a.trim()):"relativetime"===t&&0>a.indexOf(":")?n.range||(n.range=a.trim()):a.split(";").forEach(e=>{if(e){let[t,...r]=e.split(":"),a=r.join(":").trim().replace(/^'+|'+$/g,""),i=t.trim();n[i]||(n[i]=a),"false"===a&&(n[i]=!1),"true"===a&&(n[i]=!0),isNaN(a)||(n[i]=parseInt(a,10))}})}return{formatName:t,formatOptions:n}})(t);if(this.formats[a]){let t=e;try{let s=r?.formatParams?.[r.interpolationkey]||{},o=s.locale||s.lng||r.locale||r.lng||n;t=this.formats[a](e,o,{...i,...r,...s})}catch(e){this.logger.warn(e)}return t}return this.logger.warn(`there was no format function for ${a}`),e},e)}}class G extends k{constructor(e,t,n,r={}){super(),this.backend=e,this.store=t,this.services=n,this.languageUtils=n.languageUtils,this.options=r,this.logger=A.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=r.maxParallelReads||10,this.readingCalls=0,this.maxRetries=r.maxRetries>=0?r.maxRetries:5,this.retryTimeout=r.retryTimeout>=1?r.retryTimeout:350,this.state={},this.queue=[],this.backend?.init?.(n,r.backend,r)}queueLoad(e,t,n,r){let a={},i={},s={},o={};return e.forEach(e=>{let r=!0;t.forEach(t=>{let s=`${e}|${t}`;!n.reload&&this.store.hasResourceBundle(e,t)?this.state[s]=2:this.state[s]<0||(1===this.state[s]?void 0===i[s]&&(i[s]=!0):(this.state[s]=1,r=!1,void 0===i[s]&&(i[s]=!0),void 0===a[s]&&(a[s]=!0),void 0===o[t]&&(o[t]=!0)))}),r||(s[e]=!0)}),(Object.keys(a).length||Object.keys(i).length)&&this.queue.push({pending:i,pendingCount:Object.keys(i).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(a),pending:Object.keys(i),toLoadLanguages:Object.keys(s),toLoadNamespaces:Object.keys(o)}}loaded(e,t,n){let r=e.split("|"),a=r[0],i=r[1];t&&this.emit("failedLoading",a,i,t),!t&&n&&this.store.addResourceBundle(a,i,n,void 0,void 0,{skipCopy:!0}),this.state[e]=t?-1:2,t&&n&&(this.state[e]=0);let s={};this.queue.forEach(n=>{((e,t,n,r)=>{let{obj:a,k:i}=u(e,t,Object);a[i]=a[i]||[],a[i].push(n)})(n.loaded,[a],i),void 0!==n.pending[e]&&(delete n.pending[e],n.pendingCount--),t&&n.errors.push(t),0!==n.pendingCount||n.done||(Object.keys(n.loaded).forEach(e=>{s[e]||(s[e]={});let t=n.loaded[e];t.length&&t.forEach(t=>{void 0===s[e][t]&&(s[e][t]=!0)})}),n.done=!0,n.errors.length?n.callback(n.errors):n.callback())}),this.emit("loaded",s),this.queue=this.queue.filter(e=>!e.done)}read(e,t,n,r=0,a=this.retryTimeout,i){if(!e.length)return i(null,{});if(this.readingCalls>=this.maxParallelReads)return void this.waitingReads.push({lng:e,ns:t,fcName:n,tried:r,wait:a,callback:i});this.readingCalls++;let s=(s,o)=>{if(this.readingCalls--,this.waitingReads.length>0){let e=this.waitingReads.shift();this.read(e.lng,e.ns,e.fcName,e.tried,e.wait,e.callback)}s&&o&&r<this.maxRetries?setTimeout(()=>{this.read.call(this,e,t,n,r+1,2*a,i)},a):i(s,o)},o=this.backend[n].bind(this.backend);if(2===o.length){try{let n=o(e,t);n&&"function"==typeof n.then?n.then(e=>s(null,e)).catch(s):s(null,n)}catch(e){s(e)}return}return o(e,t,s)}prepareLoading(e,t,n={},r){if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),r&&r();a(e)&&(e=this.languageUtils.toResolveHierarchy(e)),a(t)&&(t=[t]);let i=this.queueLoad(e,t,n,r);if(!i.toLoad.length)return i.pending.length||r(),null;i.toLoad.forEach(e=>{this.loadOne(e)})}load(e,t,n){this.prepareLoading(e,t,{},n)}reload(e,t,n){this.prepareLoading(e,t,{reload:!0},n)}loadOne(e,t=""){let n=e.split("|"),r=n[0],a=n[1];this.read(r,a,"read",void 0,void 0,(n,i)=>{n&&this.logger.warn(`${t}loading namespace ${a} for language ${r} failed`,n),!n&&i&&this.logger.log(`${t}loaded namespace ${a} for language ${r}`,i),this.loaded(e,n,i)})}saveMissing(e,t,n,r,a,i={},s=()=>{}){if(this.services?.utils?.hasLoadedNamespace&&!this.services?.utils?.hasLoadedNamespace(t))return void this.logger.warn(`did not save key "${n}" as the namespace "${t}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");if(null!=n&&""!==n){if(this.backend?.create){let o={...i,isUpdate:a},l=this.backend.create.bind(this.backend);if(l.length<6)try{let a;(a=5===l.length?l(e,t,n,r,o):l(e,t,n,r))&&"function"==typeof a.then?a.then(e=>s(null,e)).catch(s):s(null,a)}catch(e){s(e)}else l(e,t,n,r,s,o)}e&&e[0]&&this.store.addResource(e[0],t,n,r)}}}let $=()=>({debug:!1,initAsync:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:e=>{let t={};if("object"==typeof e[1]&&(t=e[1]),a(e[1])&&(t.defaultValue=e[1]),a(e[2])&&(t.tDescription=e[2]),"object"==typeof e[2]||"object"==typeof e[3]){let n=e[3]||e[2];Object.keys(n).forEach(e=>{t[e]=n[e]})}return t},interpolation:{escapeValue:!0,format:e=>e,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0},cacheInBuiltFormats:!0}),Y=e=>(a(e.ns)&&(e.ns=[e.ns]),a(e.fallbackLng)&&(e.fallbackLng=[e.fallbackLng]),a(e.fallbackNS)&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs?.indexOf?.("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),"boolean"==typeof e.initImmediate&&(e.initAsync=e.initImmediate),e),z=()=>{},j="__i18next_supportNoticeShown";class W extends k{constructor(e={},t){if(super(),this.options=Y(e),this.services={},this.logger=A,this.modules={external:[]},(e=>{Object.getOwnPropertyNames(Object.getPrototypeOf(e)).forEach(t=>{"function"==typeof e[t]&&(e[t]=e[t].bind(e))})})(this),t&&!this.isInitialized&&!e.isClone){if(!this.options.initAsync)return this.init(e,t),this;setTimeout(()=>{this.init(e,t)},0)}}init(e={},t){this.isInitializing=!0,"function"==typeof e&&(t=e,e={}),null==e.defaultNS&&e.ns&&(a(e.ns)?e.defaultNS=e.ns:0>e.ns.indexOf("translation")&&(e.defaultNS=e.ns[0]));let n=$();this.options={...n,...this.options,...Y(e)},this.options.interpolation={...n.interpolation,...this.options.interpolation},void 0!==e.keySeparator&&(this.options.userDefinedKeySeparator=e.keySeparator),void 0!==e.nsSeparator&&(this.options.userDefinedNsSeparator=e.nsSeparator),"function"!=typeof this.options.overloadTranslationOptionHandler&&(this.options.overloadTranslationOptionHandler=n.overloadTranslationOptionHandler),!1!==this.options.showSupportNotice&&!(this?.modules?.backend?.name?.indexOf("Locize")>0||this?.modules?.backend?.constructor?.name?.indexOf("Locize")>0||this?.options?.backend?.backends&&this.options.backend.backends.some(e=>e?.name?.indexOf("Locize")>0||e?.constructor?.name?.indexOf("Locize")>0)||this?.options?.backend?.projectId||this?.options?.backend?.backendOptions&&this.options.backend.backendOptions.some(e=>e?.projectId))&&1&&!("u">typeof globalThis&&globalThis[j]||void 0!==r&&r.env&&r.env.I18NEXT_NO_SUPPORT_NOTICE||void 0!==r&&r.env&&1)&&("u">typeof console&&void 0!==console.info&&console.info("\uD83C\uDF10 i18next is made possible by our own product, Locize — consider powering your project with managed localization (AI, CDN, integrations): https://locize.com \uD83D\uDC99"),"u">typeof globalThis&&(globalThis[j]=!0));let s=e=>e?"function"==typeof e?new e:e:null;if(!this.options.isClone){let e;this.modules.logger?A.init(s(this.modules.logger),this.options):A.init(null,this.options),e=this.modules.formatter?this.modules.formatter:H;let t=new D(this.options);this.store=new I(this.options.resources,this.options);let r=this.services;r.logger=A,r.resourceStore=this.store,r.languageUtils=t,r.pluralResolver=new P(t,{prepend:this.options.pluralSeparator,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),this.options.interpolation.format&&this.options.interpolation.format!==n.interpolation.format&&this.logger.deprecate("init: you are still using the legacy format function, please use the new approach: https://www.i18next.com/translation-function/formatting"),e&&(!this.options.interpolation.format||this.options.interpolation.format===n.interpolation.format)&&(r.formatter=s(e),r.formatter.init&&r.formatter.init(r,this.options),this.options.interpolation.format=r.formatter.format.bind(r.formatter)),r.interpolator=new M(this.options),r.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},r.backendConnector=new G(s(this.modules.backend),r.resourceStore,r,this.options),r.backendConnector.on("*",(e,...t)=>{this.emit(e,...t)}),this.modules.languageDetector&&(r.languageDetector=s(this.modules.languageDetector),r.languageDetector.init&&r.languageDetector.init(r,this.options.detection,this.options)),this.modules.i18nFormat&&(r.i18nFormat=s(this.modules.i18nFormat),r.i18nFormat.init&&r.i18nFormat.init(this)),this.translator=new C(this.services,this.options),this.translator.on("*",(e,...t)=>{this.emit(e,...t)}),this.modules.external.forEach(e=>{e.init&&e.init(this)})}if(this.format=this.options.interpolation.format,t||(t=z),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){let e=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);e.length>0&&"dev"!==e[0]&&(this.options.lng=e[0])}this.services.languageDetector||this.options.lng||this.logger.warn("init: no languageDetector is used and no lng is defined"),["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach(e=>{this[e]=(...t)=>this.store[e](...t)}),["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach(e=>{this[e]=(...t)=>(this.store[e](...t),this)});let o=i(),l=()=>{let e=(e,n)=>{this.isInitializing=!1,this.isInitialized&&!this.initializedStoreOnce&&this.logger.warn("init: i18next is already initialized. You should call init just once!"),this.isInitialized=!0,this.options.isClone||this.logger.log("initialized",this.options),this.emit("initialized",this.options),o.resolve(n),t(e,n)};if(this.languages&&!this.isInitialized)return e(null,this.t.bind(this));this.changeLanguage(this.options.lng,e)};return this.options.resources||!this.options.initAsync?l():setTimeout(l,0),o}loadResources(e,t=z){let n=t,r=a(e)?e:this.language;if("function"==typeof e&&(n=e),!this.options.resources||this.options.partialBundledLanguages){if(r?.toLowerCase()==="cimode"&&(!this.options.preload||0===this.options.preload.length))return n();let e=[],t=t=>{t&&"cimode"!==t&&this.services.languageUtils.toResolveHierarchy(t).forEach(t=>{"cimode"!==t&&0>e.indexOf(t)&&e.push(t)})};r?t(r):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(e=>t(e)),this.options.preload?.forEach?.(e=>t(e)),this.services.backendConnector.load(e,this.options.ns,e=>{e||this.resolvedLanguage||!this.language||this.setResolvedLanguage(this.language),n(e)})}else n(null)}reloadResources(e,t,n){let r=i();return"function"==typeof e&&(n=e,e=void 0),"function"==typeof t&&(n=t,t=void 0),e||(e=this.languages),t||(t=this.options.ns),n||(n=z),this.services.backendConnector.reload(e,t,e=>{r.resolve(),n(e)}),r}use(e){if(!e)throw Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return"backend"===e.type&&(this.modules.backend=e),("logger"===e.type||e.log&&e.warn&&e.error)&&(this.modules.logger=e),"languageDetector"===e.type&&(this.modules.languageDetector=e),"i18nFormat"===e.type&&(this.modules.i18nFormat=e),"postProcessor"===e.type&&N.addPostProcessor(e),"formatter"===e.type&&(this.modules.formatter=e),"3rdParty"===e.type&&this.modules.external.push(e),this}setResolvedLanguage(e){if(e&&this.languages&&!(["cimode","dev"].indexOf(e)>-1)){for(let e=0;e<this.languages.length;e++){let t=this.languages[e];if(!(["cimode","dev"].indexOf(t)>-1)&&this.store.hasLanguageSomeTranslations(t)){this.resolvedLanguage=t;break}}!this.resolvedLanguage&&0>this.languages.indexOf(e)&&this.store.hasLanguageSomeTranslations(e)&&(this.resolvedLanguage=e,this.languages.unshift(e))}}changeLanguage(e,t){this.isLanguageChangingTo=e;let n=i();this.emit("languageChanging",e);let r=e=>{this.language=e,this.languages=this.services.languageUtils.toResolveHierarchy(e),this.resolvedLanguage=void 0,this.setResolvedLanguage(e)},s=(a,i)=>{i?this.isLanguageChangingTo===e&&(r(i),this.translator.changeLanguage(i),this.isLanguageChangingTo=void 0,this.emit("languageChanged",i),this.logger.log("languageChanged",i)):this.isLanguageChangingTo=void 0,n.resolve((...e)=>this.t(...e)),t&&t(a,(...e)=>this.t(...e))},o=t=>{e||t||!this.services.languageDetector||(t=[]);let n=a(t)?t:t&&t[0],i=this.store.hasLanguageSomeTranslations(n)?n:this.services.languageUtils.getBestMatchFromCodes(a(t)?[t]:t);i&&(this.language||r(i),this.translator.language||this.translator.changeLanguage(i),this.services.languageDetector?.cacheUserLanguage?.(i)),this.loadResources(i,e=>{s(e,i)})};return e||!this.services.languageDetector||this.services.languageDetector.async?!e&&this.services.languageDetector&&this.services.languageDetector.async?0===this.services.languageDetector.detect.length?this.services.languageDetector.detect().then(o):this.services.languageDetector.detect(o):o(e):o(this.services.languageDetector.detect()),n}getFixedT(e,t,n){let r=(e,t,...a)=>{let i,s;(i="object"!=typeof t?this.options.overloadTranslationOptionHandler([e,t].concat(a)):{...t}).lng=i.lng||r.lng,i.lngs=i.lngs||r.lngs,i.ns=i.ns||r.ns,""!==i.keyPrefix&&(i.keyPrefix=i.keyPrefix||n||r.keyPrefix);let o={...this.options,...i};"function"==typeof i.keyPrefix&&(i.keyPrefix=R(i.keyPrefix,o));let l=this.options.keySeparator||".";return i.keyPrefix&&Array.isArray(e)?s=e.map(e=>("function"==typeof e&&(e=R(e,o)),`${i.keyPrefix}${l}${e}`)):("function"==typeof e&&(e=R(e,o)),s=i.keyPrefix?`${i.keyPrefix}${l}${e}`:e),this.t(s,i)};return a(e)?r.lng=e:r.lngs=e,r.ns=t,r.keyPrefix=n,r}t(...e){return this.translator?.translate(...e)}exists(...e){return this.translator?.exists(...e)}setDefaultNamespace(e){this.options.defaultNS=e}hasLoadedNamespace(e,t={}){if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;let n=t.lng||this.resolvedLanguage||this.languages[0],r=!!this.options&&this.options.fallbackLng,a=this.languages[this.languages.length-1];if("cimode"===n.toLowerCase())return!0;let i=(e,t)=>{let n=this.services.backendConnector.state[`${e}|${t}`];return -1===n||0===n||2===n};if(t.precheck){let e=t.precheck(this,i);if(void 0!==e)return e}return!!(this.hasResourceBundle(n,e)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||i(n,e)&&(!r||i(a,e)))}loadNamespaces(e,t){let n=i();return this.options.ns?(a(e)&&(e=[e]),e.forEach(e=>{0>this.options.ns.indexOf(e)&&this.options.ns.push(e)}),this.loadResources(e=>{n.resolve(),t&&t(e)}),n):(t&&t(),Promise.resolve())}loadLanguages(e,t){let n=i();a(e)&&(e=[e]);let r=this.options.preload||[],s=e.filter(e=>0>r.indexOf(e)&&this.services.languageUtils.isSupportedCode(e));return s.length?(this.options.preload=r.concat(s),this.loadResources(e=>{n.resolve(),t&&t(e)}),n):(t&&t(),Promise.resolve())}dir(e){if(e||(e=this.resolvedLanguage||(this.languages?.length>0?this.languages[0]:this.language)),!e)return"rtl";try{let t=new Intl.Locale(e);if(t&&t.getTextInfo){let e=t.getTextInfo();if(e&&e.direction)return e.direction}}catch(e){}let t=this.services?.languageUtils||new D($());return e.toLowerCase().indexOf("-latn")>1?"ltr":["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"].indexOf(t.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(e={},t){let n=new W(e,t);return n.createInstance=W.createInstance,n}cloneInstance(e={},t=z){let n=e.forkResourceStore;n&&delete e.forkResourceStore;let r={...this.options,...e,isClone:!0},a=new W(r);if((void 0!==e.debug||void 0!==e.prefix)&&(a.logger=a.logger.clone(e)),["store","services","language"].forEach(e=>{a[e]=this[e]}),a.services={...this.services},a.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},n&&(a.store=new I(Object.keys(this.store.data).reduce((e,t)=>(e[t]={...this.store.data[t]},e[t]=Object.keys(e[t]).reduce((n,r)=>(n[r]={...e[t][r]},n),e[t]),e),{}),r),a.services.resourceStore=a.store),e.interpolation){let t={...$().interpolation,...this.options.interpolation,...e.interpolation},n={...r,interpolation:t};a.services.interpolator=new M(n)}return a.translator=new C(a.services,r),a.translator.on("*",(e,...t)=>{a.emit(e,...t)}),a.init(r,t),a.translator.options=r,a.translator.backendConnector.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},a}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}let q=W.createInstance();q.createInstance,q.dir,q.init,q.loadResources,q.reloadResources,q.use,q.changeLanguage,q.getFixedT,q.t,q.exists,q.setDefaultNamespace,q.hasLoadedNamespace,q.loadNamespaces,q.loadLanguages},50995:(e,t,n)=>{"use strict";n.d(t,{$v:()=>d,Ie:()=>o,Io:()=>a,Jt:()=>u,L8:()=>l,Or:()=>g,Um:()=>f,WQ:()=>c,aE:()=>i,dz:()=>s,h1:()=>h,om:()=>p});var r=n(23301);r.Sr,r.lN;let a=r.KA;r.ii,r.og;let i=r.aE,s=r.dz;r.A_;let o=r.Ie,l=r.L8,c=r.WQ,u=r.Jt;r.Do;let d=r.$v,p=r.om,h=r.h1,f=r.Um;r.Up,r.cJ,r.vw;let g=r.Or},51640:(e,t,n)=>{"use strict";n.d(t,{b:()=>r});let r=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"]},51705:(e,t,n)=>{"use strict";function r(e){let t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function a(e){return e.join(" ").trim()}n.d(t,{A:()=>a,q:()=>r})},52634:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.camelCase=void 0;var n=/^--[a-zA-Z0-9_-]+$/,r=/-([a-z])/g,a=/^[^-]+$/,i=/^-(webkit|moz|ms|o|khtml)-/,s=/^-(ms)-/,o=function(e,t){return t.toUpperCase()},l=function(e,t){return"".concat(t,"-")};t.camelCase=function(e,t){var c;return(void 0===t&&(t={}),!(c=e)||a.test(c)||n.test(c))?e:(e=e.toLowerCase(),(e=t.reactCompat?e.replace(s,l):e.replace(i,l)).replace(r,o))}},53923:(e,t,n)=>{"use strict";n.d(t,{L8:()=>h,s:()=>g,x:()=>f});var r=n(43359),a=n(49433),i=n(67172),s=n(4989);let o=Symbol.for("effect/Stream/Handoff"),l="Empty",c="Full",u=e=>({_tag:l,notifyConsumer:e}),d=(e,t)=>n=>{switch(n._tag){case l:return e(n.notifyConsumer);case c:return t(n.value,n.notifyProducer)}},p={_A:e=>e},h=()=>(0,i.Fs)(r.L8(),a.flatMap(e=>s.L8(u(e))),a.map(e=>({[o]:p,ref:e}))),f=(0,i.XY)(2,(e,t)=>a.flatMap(r.L8(),n=>a.flatten(s.JP(e.ref,s=>(0,i.Fs)(s,d(e=>[a.zipRight(r.Py(e,void 0),r.Tx(n)),{_tag:c,value:t,notifyProducer:n}],(n,o)=>[a.flatMap(r.Tx(o),()=>(0,i.Fs)(e,f(t))),s])))))),g=e=>a.flatMap(r.L8(),t=>a.flatten(s.JP(e.ref,n=>(0,i.Fs)(n,d(t=>[a.flatMap(r.Tx(t),()=>g(e)),n],(e,n)=>[a.as(r.Py(n,void 0),e),u(t)])))))},54508:(e,t,n)=>{"use strict";n.d(t,{ii:()=>r}),n(50344);let r=Symbol.for("effect/Readable")},54917:(e,t,n)=>{"use strict";n.d(t,{AT:()=>m,OB:()=>b,Vw:()=>f,YW:()=>E,_K:()=>p,_N:()=>g,iv:()=>h,of:()=>y});var r=n(86359),a=n(95793),i=n(49433),s=n(10592),o=n(67172),l=n(80905),c=n(50344);let u=Symbol.for("effect/Take"),d={_A:e=>e,_E:e=>e};class p{constructor(e){this[u]=d,this.exit=e}pipe(){return(0,c.tT)(this,arguments)}}let h=e=>new p(s.Py(e)),f=e=>i.suspend(()=>e.exit),g=new p(s.fJ(l.dv())),m=e=>new p(s.AT((0,o.Fs)(e,r.Tj(l.zN)))),b=e=>i.matchCause(e,{onFailure:e=>l.YW(r.Ki(e),{onNone:()=>g,onSome:m}),onSuccess:h}),E=(0,o.XY)(2,(e,{onEnd:t,onFailure:n,onSuccess:a})=>s.YW(e.exit,{onFailure:e=>l.YW(r.Ki(e),{onNone:t,onSome:n}),onSuccess:a})),y=e=>new p(s.Py(a.of(e)))},55060:(e,t,n)=>{"use strict";n.d(t,{CN:()=>h,BC:()=>E,u2:()=>y,gR:()=>$,Ou:()=>H,Qq:()=>ec,gv:()=>C,Ie:()=>X,D8:()=>m,Si:()=>ei,pb:()=>en,x1:()=>J,mA:()=>Q,i8:()=>x,g9:()=>D,Uk:()=>P,Kl:()=>L,Bq:()=>Z,Ts:()=>g,bt:()=>eo,Yz:()=>et,d5:()=>I,v4:()=>N,EI:()=>T,iI:()=>_,fj:()=>eu,HV:()=>v,Rm:()=>R,Y6:()=>f,Tj:()=>K,OM:()=>ed,of:()=>V,rT:()=>ee,Hs:()=>b,TS:()=>er,XK:()=>ea,BE:()=>F,di:()=>M,Ln:()=>w,gI:()=>Y,Rx:()=>O,t8:()=>es,KC:()=>q,$v:()=>k,yU:()=>B,OY:()=>U});var r=n(36185),a=n(88916),i=n(63928),s=n(67172);let o=e=>e.length>0;var l=n(80905),c=n(48905);let u=(0,s.XY)(2,(e,t)=>{let n=0;for(let r of e){let e=t(r,n);if((0,c.Lm)(e)){if(e)return l.zN(r)}else if(l.Ru(e))return e;n++}return l.dv()});var d=n(18896),p=n(6710);let h=e=>Array(e),f=(0,s.XY)(2,(e,t)=>{let n=Math.max(1,Math.floor(e)),r=Array(n);for(let e=0;e<n;e++)r[e]=t(e);return r}),g=e=>Array.isArray(e)?e:Array.from(e),m=e=>Array.isArray(e)?e:[e];l.$r;let b=(0,s.XY)(2,(e,t)=>[t,...e]),E=(0,s.XY)(2,(e,t)=>[...e,t]),y=(0,s.XY)(2,(e,t)=>g(e).concat(g(t))),T=o,_=o,S=(e,t)=>e<0||e>=t.length,A=(0,s.XY)(2,(e,t)=>{let n=Math.floor(t);return S(n,e)?l.dv():l.zN(e[n])}),k=(0,s.XY)(2,(e,t)=>{let n=Math.floor(t);if(S(n,e))throw Error(`Index ${n} out of bounds`);return e[n]}),I=A(0),N=k(0),v=e=>_(e)?l.zN(R(e)):l.dv(),R=e=>e[e.length-1],O=e=>e.slice(1),w=(0,s.XY)(2,(e,t)=>Y(e,((e,t)=>{let n=0;for(let r of e){if(!t(r,n))break;n++}return n})(e,t))),C=(0,s.XY)(2,(e,t)=>{let n=g(e);return n.slice(Math.floor(Math.min(Math.max(0,t),n.length)),n.length)}),D=(0,s.XY)(2,(e,t)=>{let n=0;for(let r of e){if(t(r,n))return l.zN(n);n++}return l.dv()}),L=(0,s.XY)(2,(e,t)=>{let n=g(e);for(let e=n.length-1;e>=0;e--)if(t(n[e],e))return l.zN(e);return l.dv()}),x=u,P=(0,s.XY)(2,(e,t)=>{let n=g(e);for(let e=n.length-1;e>=0;e--){let r=n[e],a=t(r,e);if(c.Lm(a)){if(a)return l.zN(r)}else if(l.Ru(a))return a}return l.dv()}),F=e=>Array.from(e).reverse(),M=(0,s.XY)(2,(e,t)=>{let n=Array.from(e);return n.sort(t),n}),B=(0,s.XY)(2,(e,t)=>U(e,t,p.L8)),U=(0,s.XY)(3,(e,t,n)=>{let r=g(e),a=g(t);if(_(r)&&_(a)){let e=[n(N(r),N(a))],t=Math.min(r.length,a.length);for(let i=1;i<t;i++)e[i]=n(r[i],a[i]);return e}return[]}),H=e=>(0,s.XY)(2,(t,n)=>{for(let r of t)if(e(n,r))return!0;return!1}),G=a.XY(),$=H(G),Y=(0,s.XY)(2,(e,t)=>{let n=Array.from(e),r=Math.floor(t);return _(n)?r>=1?z(n,r):[[],n]:[n,[]]}),z=(0,s.XY)(2,(e,t)=>{let n=Math.max(1,Math.floor(t));return n>=e.length?[j(e),[]]:[b(e.slice(1,n),N(e)),e.slice(n)]}),j=e=>e.slice(),W=(0,s.XY)(3,(e,t,n)=>{let r=g(e),a=g(t);return _(r)?_(a)?el(n)(y(r,a)):r:a}),q=(0,s.XY)(2,(e,t)=>W(e,t,G)),X=()=>[],V=e=>[e],K=(0,s.XY)(2,(e,t)=>e.map(t)),Z=(0,s.XY)(2,(e,t)=>{if(0===e.length)return[];let n=[];for(let r=0;r<e.length;r++){let a=t(e[r],r);for(let e=0;e<a.length;e++)n.push(a[e])}return n})(s.D_),J=(0,s.XY)(2,(e,t)=>{let n=g(e),r=[];for(let e=0;e<n.length;e++){let a=t(n[e],e);l.Ru(a)&&r.push(a.value)}return r}),Q=(0,s.XY)(2,(e,t)=>{let n=0,r=[];for(let a of e){let e=t(a,n);if(l.Ru(e))r.push(e.value);else break;n++}return r}),ee=(0,s.XY)(2,(e,t)=>{let n=[],a=[],i=g(e);for(let e=0;e<i.length;e++){let s=t(i[e],e);r.OC(s)?n.push(s.left):a.push(s.right)}return[n,a]}),et=J(s.D_),en=(0,s.XY)(2,(e,t)=>{let n=g(e),r=[];for(let e=0;e<n.length;e++)t(n[e],e)&&r.push(n[e]);return r}),er=(0,s.XY)(3,(e,t,n)=>g(e).reduce((e,t,r)=>n(e,t,r),t)),ea=(0,s.XY)(3,(e,t,n)=>g(e).reduceRight((e,t,r)=>n(e,t,r),t)),ei=(0,s.XY)(2,(e,t)=>e.every(t)),es=(e,t)=>{let n,r=[],a=e;for(;l.Ru(n=t(a));){let[e,t]=n.value;r.push(e),a=t}return r};d.YO;let eo=i.YO,el=(0,s.XY)(2,(e,t)=>{let n=g(e);if(_(n)){let e=[N(n)];for(let r of O(n))e.every(e=>!t(r,e))&&e.push(r);return e}return[]}),ec=e=>el(e,a.XY()),eu=(0,s.XY)(2,(e,t)=>g(e).join(t)),ed=(0,s.XY)(3,(e,t,n)=>{let r=0,a=t,i=[];for(let t of e){let e=n(a,t,r);a=e[0],i.push(e[1]),r++}return[a,i]})},55548:(e,t,n)=>{"use strict";n.d(t,{$N:()=>c,gm:()=>u});var r=n(80911),a=n(84976),i=n(72927);let s=Symbol.for("effect/FiberScope");class o{add(e,t){this.roots.add(t),t.addObserver(()=>{this.roots.delete(t)})}constructor(){this[s]=s,this.fiberId=r.dv,this.roots=new Set}}class l{constructor(e,t){this[s]=s,this.fiberId=e,this.parent=t}add(e,t){this.parent.tell(i.Ry(e=>{e.addChild(t),t.addObserver(()=>{e.removeChild(t)})}))}}let c=e=>new l(e.id(),e),u=(0,a.V)(Symbol.for("effect/FiberScope/Global"),()=>new o)},56181:(e,t,n)=>{"use strict";n.d(t,{R:()=>a,i:()=>r});let r="Pending",a="Done"},58850:(e,t,n)=>{"use strict";n.d(t,{s:()=>a});let r=document.createElement("i");function a(e){let t="&"+e+";";r.innerHTML=t;let n=r.textContent;return(59!==n.charCodeAt(n.length-1)||"semi"===e)&&n!==t&&n}},59108:(e,t,n)=>{"use strict";let r,a;n.d(t,{JR:()=>T});var i=n(55060),s=n(49433),o=n(67172),l=n(70564),c=n(80905),u=n(8516),d=n(31180),p=n(28629),h=n(24898),f=n(75344);let g=Symbol.for("effect/TPubSub"),m=Symbol.for("effect/TPubSub/AbsentValue"),b=(e,t,n)=>({head:e,subscribers:t,tail:n});class E{static{r=h.KX}constructor(e,t,n,a,i,s,o){this[g]={_A:e=>e},this[r]=h.eC,this.isShutdown=u.QZ(e=>void 0===f.$v(this.publisherTail,e)),this.awaitShutdown=u.qI(this.isShutdown,e=>e?p.rI:u.L5),this.size=u.DG(e=>void 0===f.$v(this.publisherTail,e.journal)?u.yS(e.fiberId):u.Py(f.$v(this.pubsubSize,e.journal))),this.isEmpty=u.Tj(this.size,e=>0===e),this.isFull=u.Tj(this.size,e=>e===this.capacity()),this.shutdown=u.QZ(e=>{if(void 0!==f.$v(this.publisherTail,e)){f.lA(this.publisherTail,void 0,e);let t=f.$v(this.subscribers,e);l.jJ(t,t=>{f.lA(t,void 0,e)}),f.lA(this.subscribers,l.Ie(),e)}}),this.pubsubSize=e,this.publisherHead=t,this.publisherTail=n,this.requestedCapacity=a,this.strategy=i,this.subscriberCount=s,this.subscribers=o}capacity(){return this.requestedCapacity}offer(e){return u.DG(t=>{let n=f.$v(this.publisherTail,t.journal);if(void 0===n)return u.yS(t.fiberId);let r=f.$v(this.subscriberCount,t.journal);if(0===r)return u.Py(!0);let a=f.$v(this.pubsubSize,t.journal);if(a<this.requestedCapacity){let i=new f.Cl(void 0),s=b(e,r,i);return f.lA(n,s,t.journal),f.lA(this.publisherTail,i,t.journal),f.lA(this.pubsubSize,a+1,t.journal),u.Py(!0)}switch(this.strategy._tag){case d.fX:return u.L5;case d.aJ:return u.Py(!1);case d.JW:{if(this.requestedCapacity>0){let e=f.$v(this.publisherHead,t.journal),n=!0;for(;n;){let r=f.$v(e,t.journal);if(void 0===r)return u.L5;let a=r.head,i=r.tail;if(a!==m){let a=b(m,r.subscribers,r.tail);f.lA(e,a,t.journal),f.lA(this.publisherHead,i,t.journal),n=!1}else e=i}}let a=new f.Cl(void 0),i=b(e,r,a);return f.lA(n,i,t.journal),f.lA(this.publisherTail,a,t.journal),u.Py(!0)}}})}offerAll(e){return u.Tj(p.jJ(e,e=>this.offer(e)),i.Si(o.D_))}}class y{static{a=h.QE}constructor(e,t,n,r,i,s){this[g]=g,this[a]=h.Mx,this.isShutdown=u.QZ(e=>void 0===f.$v(this.subscriberHead,e)),this.awaitShutdown=u.qI(this.isShutdown,e=>e?p.rI:u.L5),this.size=u.DG(e=>{let t=f.$v(this.subscriberHead,e.journal);if(void 0===t)return u.yS(e.fiberId);let n=!0,r=0;for(;n;){let a=f.$v(t,e.journal);void 0===a?n=!1:(a.head!==m&&(r+=1)>=Number.MAX_SAFE_INTEGER&&(n=!1),t=a.tail)}return u.Py(r)}),this.isEmpty=u.Tj(this.size,e=>0===e),this.isFull=u.Tj(this.size,e=>e===this.capacity()),this.peek=u.DG(e=>{let t=f.$v(this.subscriberHead,e.journal);if(void 0===t)return u.yS(e.fiberId);let n=m,r=!0;for(;r;){let a=f.$v(t,e.journal);if(void 0===a)return u.L5;let i=a.head,s=a.tail;i!==m?(n=i,r=!1):t=s}return u.Py(n)}),this.peekOption=u.DG(e=>{let t=f.$v(this.subscriberHead,e.journal);if(void 0===t)return u.yS(e.fiberId);let n=c.dv(),r=!0;for(;r;){let a=f.$v(t,e.journal);if(void 0===a)n=c.dv(),r=!1;else{let e=a.head,i=a.tail;e!==m?(n=c.zN(e),r=!1):t=i}}return u.Py(n)}),this.shutdown=u.QZ(e=>{let t=f.$v(this.subscriberHead,e);if(void 0!==t){f.lA(this.subscriberHead,void 0,e);let n=!0;for(;n;){let r=f.$v(t,e);if(void 0===r)n=!1;else{let n=r.head,a=r.tail;if(n!==m){let i=r.subscribers;if(1===i){let n=f.$v(this.pubsubSize,e),r=b(m,0,a);f.lA(t,r,e),f.lA(this.publisherHead,a,e),f.lA(this.pubsubSize,n-1,e)}else{let r=b(n,i-1,a);f.lA(t,r,e)}}t=a}}let r=f.$v(this.subscriberCount,e);f.lA(this.subscriberCount,r-1,e),f.lA(this.subscribers,l.TF(f.$v(this.subscribers,e),this.subscriberHead),e)}}),this.take=u.DG(e=>{let t=f.$v(this.subscriberHead,e.journal);if(void 0===t)return u.yS(e.fiberId);let n=m,r=!0;for(;r;){let a=f.$v(t,e.journal);if(void 0===a)return u.L5;let i=a.head,s=a.tail;if(i!==m){let o=a.subscribers;if(1===o){let n=f.$v(this.pubsubSize,e.journal),r=b(m,0,s);f.lA(t,r,e.journal),f.lA(this.publisherHead,s,e.journal),f.lA(this.pubsubSize,n-1,e.journal)}else{let n=b(i,o-1,s);f.lA(t,n,e.journal)}f.lA(this.subscriberHead,s,e.journal),n=i,r=!1}else t=s}return u.Py(n)}),this.takeAll=this.takeUpTo(1/0),this.pubsubSize=e,this.publisherHead=t,this.requestedCapacity=n,this.subscriberHead=r,this.subscriberCount=i,this.subscribers=s}capacity(){return this.requestedCapacity}takeUpTo(e){return u.DG(t=>{let n=f.$v(this.subscriberHead,t.journal);if(void 0===n)return u.yS(t.fiberId);let r=[],a=0;for(;a!==e;){let i=f.$v(n,t.journal);if(void 0===i)a=e;else{let e=i.head,s=i.tail;if(e!==m){let o=i.subscribers;if(1===o){let e=f.$v(this.pubsubSize,t.journal),r=b(m,0,s);f.lA(n,r,t.journal),f.lA(this.publisherHead,s,t.journal),f.lA(this.pubsubSize,e-1,t.journal)}else{let r=b(e,o-1,s);f.lA(n,r,t.journal)}r.push(e),a+=1}n=s}}return f.lA(this.subscriberHead,n,t.journal),u.Py(r)})}}let T=e=>{let t,n,r,a,i,c;return s.acquireRelease((t=e.pubsubSize,n=e.publisherHead,r=e.publisherTail,a=e.requestedCapacity,i=e.subscriberCount,c=e.subscribers,(0,o.Fs)(f.Jt(r),u.qI(e=>(0,o.Fs)(p.Q7([f.L8(e),f.Jt(i),f.Jt(c)]),p.tX(([e,t])=>(0,o.Fs)(i,f.hZ(t+1))),p.tX(([e,t,n])=>(0,o.Fs)(c,f.hZ((0,o.Fs)(n,l.WQ(e))))),u.Tj(([e])=>new y(t,n,a,e,i,c)))))),e=>h.n_(e))}},59257:(e,t,n)=>{"use strict";n.d(t,{Ie:()=>o,LT:()=>i,P1:()=>u,Py:()=>d,Um:()=>c,_O:()=>s,h1:()=>l});var r=n(25124),a=n(36493);r.Lc,r.mH,r.Cn,r.IW,r.pL,r.sw,r.Mu,r.jq;let i=r.LT;r.h9,r.uP;let s=r._O;r.F_,r.Kb,r.vf,r.uS,r.AC,r.Nf;let o=r.Ie;r.XE,r.fJ,r.gO,r.AT,r.pV,r.qI,r.Bq,r.pn,r.Pe,r.Xx,r.ql,r.Tj,r.xm,r.YW,r.D$,r.Bj;let l=r.h1,c=r.Um;r.Qg,r.NW,r.le,r.Cv,r.sk,r.wo,r.q1,r.Eq,r._1,r.L5,r.z8;let u=r.P1;r.dm,r.qA,r.eu;let d=r.Py;r.Or,r.DY,r.OH,r.Jc,r.Mi,r.sF,r.Ly,r.Qf,r.Yp,r.Gt,r.S5,r.OY,r.vM,r.A2,a.e2,a.$5,a.cL,a.mv,r.fR,r.hq,r.vh,r.H7},61137:(e,t,n)=>{"use strict";let r,a;n.d(t,{$T:()=>Y,AN:()=>Z,CJ:()=>x,D5:()=>Q,Do:()=>ei,Fb:()=>C,GR:()=>B,KT:()=>X,L_:()=>q,Oy:()=>H,PC:()=>D,PJ:()=>ea,PO:()=>L,RI:()=>v,S1:()=>eo,SH:()=>eu,Tg:()=>V,VH:()=>R,XJ:()=>el,ar:()=>G,d_:()=>w,gh:()=>ec,jE:()=>U,nH:()=>ee,ny:()=>J,qK:()=>z,vJ:()=>ed,wR:()=>K,x6:()=>$});var i=n(36196),s=n(8285),o=n(88916),l=n(10592),c=n(80911),u=n(67172),d=n(33268),p=n(74152),h=n(80905),f=n(50344),g=n(48905),m=n(54508),b=n(93441),E=n(83483),y=n(75275),T=n(16841),_=n(12840),S=n(83762),A=n(55548),k=n(98931),I=n(90584);class N{constructor(e){this.waiters=new Set,this.taken=0,this.take=e=>T.QUl(t=>{if(this.free<e){let n=()=>{this.free<e||(this.waiters.delete(n),t(T.DYE(()=>this.free<e?this.take(e):(this.taken+=e,T.PyW(e)))))};return this.waiters.add(n),T.OH5(()=>{this.waiters.delete(n)})}t(T.DYE(()=>this.free<e?this.take(e):(this.taken+=e,T.PyW(e))))}),this.resize=e=>T.NLW(T.$we(t=>(this.permits=e,this.free<0)?T.rIH:this.updateTakenUnsafe(t,e=>e))),this.release=e=>this.updateTaken(t=>t-e),this.releaseAll=this.updateTaken(e=>0),this.withPermits=e=>t=>T.FcF(n=>T.qIB(n(this.take(e)),e=>S.ye(n(t),this.release(e)))),this.withPermitsIfAvailable=e=>t=>T.FcF(n=>T.DYE(()=>this.free<e?y.lw:(this.taken+=e,S.ye(n(y.Xx(t)),this.release(e))))),this.permits=e}get free(){return this.permits-this.taken}updateTakenUnsafe(e,t){return this.taken=t(this.taken),this.waiters.size>0&&e.getFiberRef(b.X_).scheduleTask(()=>{let e=this.waiters.values(),t=e.next();for(;!1===t.done&&this.free>0;)t.value(),t=e.next()},e.getFiberRef(T.QPU),e),T.PyW(this.free)}updateTaken(e){return T.$we(t=>this.updateTakenUnsafe(t,e))}}let v=e=>new N(e),R=e=>T.OH5(()=>v(e));class O extends s.Xs{constructor(e){super(),this.waiters=[],this.scheduled=!1,this.flushWaiters=()=>{this.scheduled=!1;let e=this.waiters;this.waiters=[];for(let t=0;t<e.length;t++)e[t](T.x5l)},this.open=T.$we(e=>this.isOpen?T.rIH:(this.isOpen=!0,this.unsafeSchedule(e))),this.release=T.$we(e=>this.isOpen?T.rIH:this.unsafeSchedule(e)),this.await=T.QUl(e=>this.isOpen?e(T.rIH):(this.waiters.push(e),T.OH5(()=>{let t=this.waiters.indexOf(e);-1!==t&&this.waiters.splice(t,1)}))),this.close=T.OH5(()=>{this.isOpen=!1}),this.whenOpen=e=>T.aNH(this.await,e),this.isOpen=e}commit(){return this.await}unsafeSchedule(e){return this.scheduled||0===this.waiters.length||(this.scheduled=!0,e.currentScheduler.scheduleTask(this.flushWaiters,e.getFiberRef(T.QPU),e)),T.rIH}unsafeOpen(){this.isOpen||(this.isOpen=!0,this.flushWaiters())}unsafeClose(){this.isOpen=!1}}let w=e=>new O(e??!1),C=e=>T.OH5(()=>w(e)),D=e=>U(e,S.C6),L=(0,u.XY)(2,(e,t)=>T.TjK(x(e,t),e=>e[0])),x=(0,u.XY)(2,(e,t)=>{let n=i.D4(t);return T.qIB(T._OA(),t=>T.TjK(ea(h.dv()),r=>[T.PpN(F(e,n,r),t),M(r)]))}),P=(e,t,n)=>{let r=i.kE(i.D4(t));return(0,u.Fs)(T.WW4(),T.Mim(t=>T._ig(e,t)),T.TjK(e=>h.zN([n+r,e])))},F=(e,t,n)=>T.FcF(r=>(0,u.Fs)(y.RK(e=>e.currentTimeMillis),T.qIB(r=>es(n,n=>{switch(n._tag){case"None":return h.zN(P(e,t,r));case"Some":{let[a]=n.value;return a-r<=0?h.zN(P(e,t,r)):h.dv()}}})),T.qIB(e=>h.$I(e)?T.GSS("BUG: Effect.cachedInvalidate - please report an issue at https://github.com/Effect-TS/effect/issues"):r(T.gn0(e.value[1]))))),M=e=>k.hZ(e,h.dv()),B=(0,u.XY)(2,(e,t)=>U(e,e=>t(S.qm(e)))),U=(0,u.XY)(2,(e,t)=>T.qIB(I.u4,n=>(0,u.Fs)(V(e,n),S.ye(T.qIB(n.value,t))))),H=(0,u.XY)(e=>g.xZ(e[0]),(e,t)=>t?.discard?T.QZV(e,S.Zy):T.TjK(T.CFK(e,S.Zy),S.qm)),G=(0,u.XY)(2,(e,t)=>T.$we((n,r)=>{let a=S.vI(e,n,r.runtimeFlags,A.gm);if("Open"===t.state._tag){let e={};t.state.finalizers.set(e,()=>T.g1G(e=>o.aI(e,a.id())?T.rIH:T.NLW(T.OLv(a)))),a.addObserver(()=>{"Closed"!==t.state._tag&&t.state.finalizers.delete(e)})}else a.unsafeInterruptAsFork(n.id());return T.PyW(a)})),$=e=>S.NB(t=>G(e,t)),Y=e=>_.fj(e),z=e=>T.DYE(()=>T.qIB(e,_.fj)),j=Symbol.for("effect/Effect/memoizeFunction.key");class W{constructor(e,t){this[j]=j,this.a=e,this.eq=t}[o.HR](e){if(g.i5(e,j))if(this.eq)return this.eq(this.a,e.a);else return o.aI(this.a,e.a);return!1}[d.HR](){return this.eq?0:d.PO(this,d.tW(this.a))}}let q=(e,t)=>(0,u.Fs)(T.OH5(()=>p.Ie()),T.qIB(ea),T.TjK(n=>r=>(0,u.Fs)(n.modifyEffect(n=>{let a=(0,u.Fs)(n,p.Jt(new W(r,t)));return h.$I(a)?(0,u.Fs)(T.WW4(),T.Mim(t=>(0,u.Fs)(y.Ek(e(r)),T._ig(t),S.Zy)),T.TjK(e=>[e,(0,u.Fs)(n,p.hZ(new W(r,t),e))])):T.PyW([a.value,n])}),T.qIB(T.gn0),T.qIB(([e,t])=>(0,u.Fs)(y.Bz(e),T.as(t)))))),X=(0,u.XY)(2,(e,t)=>(0,u.Fs)(T.NS5(e),S.O4(T.NS5(t)),e=>T.Bqz(e))),V=(0,u.XY)(2,(e,t)=>T.q1t(S.me,e=>e.zip(t))(e)),K=(0,u.XY)(2,(e,t)=>Z(e,{onTimeout:()=>T.x6Q(t),duration:t})),Z=(0,u.XY)(2,(e,{duration:t,onTimeout:n})=>T.Bqz(ee(e,{onTimeout:()=>T.gOk(n),onSuccess:T.PyW,duration:t}))),J=(0,u.XY)(2,(e,{duration:t,onTimeout:n})=>T.Bqz(ee(e,{onTimeout:()=>T.pVV(n),onSuccess:T.PyW,duration:t}))),Q=(0,u.XY)(2,(e,t)=>ee(e,{duration:t,onSuccess:h.zN,onTimeout:h.dv})),ee=(0,u.XY)(2,(e,{duration:t,onSuccess:n,onTimeout:r})=>T.g1G(a=>T.FcF(i=>S.Fp(i(e),T.Inz(y.yy(t)),{onSelfWin:(e,t)=>T.qIB(e.await,r=>"Success"===r._tag?T.qIB(e.inheritAll,()=>T.as(T._tB(t,a),n(r.value))):T.qIB(T._tB(t,a),()=>T.cbD(r.cause))),onOtherWin:(e,t)=>T.qIB(e.await,n=>"Success"===n._tag?T.qIB(e.inheritAll,()=>T.as(T._tB(t,a),r())):T.qIB(T._tB(t,a),()=>T.cbD(n.cause))),otherScope:A.gm})))),et=Symbol.for("effect/Ref/SynchronizedRef"),en={_A:e=>e};class er extends s.Xs{static{r=k.ll,a=m.ii}constructor(e,t){super(),this[et]=en,this[r]=k.VO,this[a]=m.ii,this.ref=e,this.withLock=t,this.get=k.Jt(this.ref)}commit(){return this.get}modify(e){return this.modifyEffect(t=>T.PyW(e(t)))}modifyEffect(e){return this.withLock((0,u.Fs)(T.qIB(k.Jt(this.ref),e),T.qIB(([e,t])=>T.as(k.hZ(this.ref,t),e))))}}let ea=e=>T.OH5(()=>ei(e)),ei=e=>new er(k.s$(e),v(1).withPermits(1)),es=(0,u.XY)(2,(e,t)=>e.modifyEffect(e=>{let n=t(e);switch(n._tag){case"None":return T.PyW([e,e]);case"Some":return T.TjK(n.value,e=>[e,e])}})),eo=(0,u.XY)(2,(e,t)=>eu(e,t,(e,t)=>[e,t])),el=(0,u.XY)(2,(e,t)=>eu(e,t,(e,t)=>e)),ec=(0,u.XY)(2,(e,t)=>eu(e,t,(e,t)=>t)),eu=(0,u.XY)(3,(e,t,n)=>({...s.Em,commit(){return _.fj(this)},[_.QV]:_.GP,id:()=>(0,u.Fs)(e.id(),c.Do(t.id())),await:(0,u.Fs)(e.await,T.Bqz,S.cw(T.Bqz(t.await),n,{concurrent:!0}),T.NS5),children:e.children,inheritAll:T.aNH(t.inheritAll,e.inheritAll),poll:T.OYO(e.poll,t.poll,(e,t)=>(0,u.Fs)(e,h.qI(e=>(0,u.Fs)(t,h.Tj(t=>l.OY(e,t,{onSuccess:n,onFailure:E._7})))))),interruptAsFork:n=>T.aNH(e.interruptAsFork(n),t.interruptAsFork(n)),pipe(){return(0,f.tT)(this,arguments)}})),ed=(0,u.XY)(e=>T.yw5(e[0]),(e,t,n)=>T.qIB(e,e=>S.Q7(t(e),n).pipe(T.TjK(t=>Object.assign({},e,t)))))},61296:(e,t,n)=>{"use strict";n.d(t,{E$:()=>b,FX:()=>i,GP:()=>u,RJ:()=>m,U2:()=>s,ZK:()=>d,eA:()=>c,hL:()=>p});var r=n(84976),a=n(48905);let i=Symbol.for("nodejs.util.inspect.custom"),s=e=>{try{if(a.i5(e,"toJSON")&&a.Tn(e.toJSON)&&0===e.toJSON.length)return e.toJSON();if(Array.isArray(e))return e.map(s)}catch{return{}}return b(e)},o="[Circular]";function l(e){return a.Kg(e)?JSON.stringify(e):String(e)}function c(e,t){let n=t?.space??0,r=new WeakSet,i=n?a.Et(n)?" ".repeat(n):n:"",s=(e,t)=>{let n=e?.constructor;return n&&n!==Object.prototype.constructor&&n.name?`${n.name}(${t})`:t};return function e(n,c=0){if(Array.isArray(n)){let t,a;if(r.has(n))return o;if(r.add(n),!i||n.length<=1)return`[${n.map(t=>e(t,c)).join(",")}]`;let s=n.map(t=>e(t,c+1)).join(",\n"+(t=c+1,i.repeat(t)));return`[
|
|
4
|
+
${a=c+1,i.repeat(a)}${s}
|
|
5
|
+
${i.repeat(c)}]`}if(a.$P(n))try{return n.toISOString()}catch{return"Invalid Date"}if(!t?.ignoreToString&&a.i5(n,"toString")&&a.Tn(n.toString)&&n.toString!==Object.prototype.toString&&n.toString!==Array.prototype.toString){let t=function(e){try{let t=e.toString();return"string"==typeof t?t:String(t)}catch{return"[toString threw]"}}(n);return n instanceof Error&&n.cause?`${t} (cause: ${e(n.cause,c)})`:t}if(a.Kg(n))return JSON.stringify(n);if(a.Et(n)||null==n||a.Lm(n)||a.Bm(n))return String(n);if(a.sI(n))return String(n)+"n";if(n instanceof Set||n instanceof Map)return r.has(n)?o:(r.add(n),`${n.constructor.name}(${e(Array.from(n),c)})`);if(a.Gv(n)){if(r.has(n))return o;r.add(n);let t=(e=>{try{return Reflect.ownKeys(e)}catch{return["[ownKeys threw]"]}})(n);if(!i||t.length<=1){let r=`{${t.map(t=>`${l(t)}:${e(n[t],c)}`).join(",")}}`;return s(n,r)}let a=`{
|
|
6
|
+
${t.map(t=>{let r;return`${r=c+1,i.repeat(r)}${l(t)}: ${e(n[t],c+1)}`}).join(",\n")}
|
|
7
|
+
${i.repeat(c)}}`;return s(n,a)}return String(n)}(e,0)}let u=e=>JSON.stringify(e,null,2),d=(e,t=2)=>{if("string"==typeof e)return e;try{return"object"==typeof e?p(e,t):String(e)}catch{return String(e)}},p=(e,t)=>{let n=[],r=JSON.stringify(e,(e,t)=>"object"==typeof t&&null!==t?n.includes(t)?void 0:n.push(t)&&(void 0!==g.fiberRefs&&f(t)?t[h](g.fiberRefs):t):t,t);return n=void 0,r},h=Symbol.for("effect/Inspectable/Redactable"),f=e=>"object"==typeof e&&null!==e&&h in e,g=(0,r.V)("effect/Inspectable/redactableState",()=>({fiberRefs:void 0})),m=(e,t)=>{let n=g.fiberRefs;g.fiberRefs=e;try{return t()}finally{g.fiberRefs=n}},b=e=>f(e)&&void 0!==g.fiberRefs?e[h](g.fiberRefs):e},62473:(e,t,n)=>{"use strict";n.d(t,{MG:()=>s,nS:()=>o});var r=n(50995),a=n(16841);let i=Symbol.for("effect/Console"),s=r.Io("effect/Console"),o={[i]:i,assert:(e,...t)=>a.OH5(()=>{console.assert(e,...t)}),clear:a.OH5(()=>{console.clear()}),count:e=>a.OH5(()=>{console.count(e)}),countReset:e=>a.OH5(()=>{console.countReset(e)}),debug:(...e)=>a.OH5(()=>{console.debug(...e)}),dir:(e,t)=>a.OH5(()=>{console.dir(e,t)}),dirxml:(...e)=>a.OH5(()=>{console.dirxml(...e)}),error:(...e)=>a.OH5(()=>{console.error(...e)}),group:e=>e?.collapsed?a.OH5(()=>console.groupCollapsed(e?.label)):a.OH5(()=>console.group(e?.label)),groupEnd:a.OH5(()=>{console.groupEnd()}),info:(...e)=>a.OH5(()=>{console.info(...e)}),log:(...e)=>a.OH5(()=>{console.log(...e)}),table:(e,t)=>a.OH5(()=>{console.table(e,t)}),time:e=>a.OH5(()=>console.time(e)),timeEnd:e=>a.OH5(()=>console.timeEnd(e)),timeLog:(e,...t)=>a.OH5(()=>{console.timeLog(e,...t)}),trace:(...e)=>a.OH5(()=>{console.trace(...e)}),warn:(...e)=>a.OH5(()=>{console.warn(...e)}),unsafe:console}},62835:(e,t,n)=>{"use strict";n.d(t,{N:()=>a});var r=n(4294);function a(e,t,n,a){let i=a?a-1:1/0,s=0;return function(a){return(0,r.On)(a)?(e.enter(n),function a(o){return(0,r.On)(o)&&s++<i?(e.consume(o),a):(e.exit(n),t(o))}(a)):t(a)}}},63400:(e,t,n)=>{"use strict";n.d(t,{zM:()=>x,nd:()=>P,eu:()=>F,Tj:()=>M,uK:()=>U,NW:()=>B,Yj:()=>H,IQ:()=>G}),n(95793);var r=n(96715);r.o8,r.KD,r.Or,r.xH,r.Y5,r.m3,r.O0,r.De,r.mP,r.yE,r.YH,r.x5;let a=r.po;r.mp,r.w3,r.gV,r.og,n(36196);var i=n(36185),s=n(67172);n(70564);var o=n(61296),l=n(80905),c=n(48905);n(16841);var u=n(14875),d=n(77519),p=n(80524),h=n(88916),f=n(84976),g=n(33268),m=n(50344);let b="effect/Redacted",E=(0,f.V)("effect/Redacted/redactedRegistry",()=>new WeakMap),y=Symbol.for(b),T={[y]:{_A:e=>e},pipe(){return(0,m.tT)(this,arguments)},toString:()=>"<redacted>",toJSON:()=>"<redacted>",[o.FX]:()=>"<redacted>",[g.HR](){return(0,s.Fs)(g.tW(b),g.kg(g.tW(E.get(this))),g.PO(this))},[h.HR](e){return _(e)&&h.aI(E.get(this),E.get(e))}},_=e=>(0,c.i5)(e,y),S=Symbol.for("effect/Secret");({...T,[S]:S});let A=Symbol.for("effect/Config"),k={...d.Em,[A]:{_A:e=>e},commit(){return u.$W(this)}},I=(0,s.XY)(2,(e,t)=>N(e,e=>i.pG(t(e)))),N=(0,s.XY)(2,(e,t)=>{let n=Object.create(k);return n._tag=p.O$,n.original=e,n.mapOrFail=t,n}),v=(0,s.XY)(2,(e,t)=>{let n=Object.create(k);return n._tag=p.S0,n.name=t,n.config=e,n}),R=(0,s.XY)(2,(e,t)=>{let n=Object.create(k);return n._tag=p.bj,n.first=e,n.second=D(t),n.condition=s.ue,n}),O=(0,s.XY)(2,(e,t)=>{let n=Object.create(k);return n._tag=p.bj,n.first=e,n.second=D(t.orElse),n.condition=t.if,n}),w=(e,t)=>{let n=Object.create(k);return n._tag=p.eu,n.description=e,n.parse=t,n},C=e=>{let t=Object.create(k);return t._tag=p.Np,t.value=e,t.parse=()=>i.pG(e),t},D=e=>{let t=Object.create(k);return t._tag=p.n$,t.config=e,t},L=(0,s.XY)(2,(e,t)=>O(e,{orElse:()=>C(t),if:a})),x=((e,t,n)=>{let r=Object.create(k);return r._tag=p.fM,r.left=e,r.right=t,r.zip=n,r},e=>{let t=w("a boolean property",e=>{switch(e){case"true":case"yes":case"on":case"1":return i.pG(!0);case"false":case"no":case"off":case"0":return i.pG(!1);default:{let t=r.Y5([],`Expected a boolean value but received ${(0,o.eA)(e)}`);return i.kb(t)}}});return void 0===e?t:v(t,e)}),P=e=>{let t=w("an integer property",e=>{let t=Number(e);return Number.isInteger(t)?i.pG(t):i.kb(r.Y5([],`Expected an integer value but received ${(0,o.eA)(e)}`))});return void 0===e?t:v(t,e)},F=(...e)=>t=>{let n=e.map(String).join(", "),a=w(`one of (${n})`,t=>{let a=e.find(e=>String(e)===t);return void 0===a?i.kb(r.Y5([],`Expected one of (${n}) but received ${(0,o.eA)(t)}`)):i.pG(a)});return void 0===t?a:v(a,t)},M=I,B=R,U=e=>(0,s.Fs)(e,I(l.zN),O({orElse:()=>C(l.dv()),if:a})),H=e=>{let t=w("a text property",i.pG);return void 0===e?t:v(t,e)},G=L},63928:(e,t,n)=>{"use strict";n.d(t,{L8:()=>a,PV:()=>u,YO:()=>d,Yj:()=>s,ai:()=>o,zM:()=>l,zQ:()=>c});var r=n(67172);let a=e=>(t,n)=>t===n||e(t,n),i=(e,t)=>e===t,s=i,o=i,l=i,c=(0,r.XY)(2,(e,t)=>a((n,r)=>e(t(n),t(r)))),u=(...e)=>a((t,n)=>{let r=Math.min(t.length,n.length),a=0;for(let i of e){if(a>=r)break;if(!i(t[a],n[a]))return!1;a++}return!0}),d=e=>a((t,n)=>{if(t.length!==n.length)return!1;for(let r=0;r<t.length;r++)if(!e(t[r],n[r]))return!1;return!0})},64270:(e,t,n)=>{"use strict";n.d(t,{YJ:()=>ej,rk:()=>eY,NU:()=>eG,VN:()=>eJ,Y4:()=>eQ,hg:()=>e0,y8:()=>e1,as:()=>e2,NL:()=>e3,FX:()=>e5,z6:()=>e4,ab:()=>e6,vt:()=>e8,IE:()=>e9,Fh:()=>e7,Mc:()=>te,wu:()=>tt,tB:()=>tn,Zz:()=>tr,U9:()=>nq,BW:()=>to,SD:()=>tl,mK:()=>tc,Nw:()=>tu,ol:()=>td,iq:()=>tp,xA:()=>th,Bd:()=>tm,p0:()=>tb,gP:()=>tE,k$:()=>ty,vk:()=>nX,ye:()=>tT,EV:()=>t_,$_:()=>tS,Zu:()=>tA,i4:()=>nV,_E:()=>tk,Ht:()=>tI,Xx:()=>tN,vD:()=>nG,cf:()=>tv,D_:()=>tR,y$:()=>tO,SV:()=>tw,GM:()=>e$,et:()=>tD,q3:()=>tL,sn:()=>tx,g7:()=>eZ,Tj:()=>tP,Uc:()=>tf,$E:()=>tg,WK:()=>tF,zQ:()=>ta,ky:()=>ti,K7:()=>ts,cM:()=>tM,y1:()=>tB,Nb:()=>tU,u1:()=>tH,Oo:()=>nK,le:()=>tG,Pp:()=>t$,Pf:()=>tY,oG:()=>tz,$y:()=>tj,Vf:()=>tW,O5:()=>tq,FP:()=>tX,fE:()=>tV,t5:()=>tK,TS:()=>tZ,GH:()=>tJ,g2:()=>nM,Mj:()=>nF,Xu:()=>tQ,yj:()=>t0,uw:()=>t1,H_:()=>n$,Po:()=>nU,nn:()=>nH,eF:()=>t2,kZ:()=>nx,Vr:()=>nL,Rq:()=>nJ,Av:()=>nj,mg:()=>nz,Qn:()=>t5,ji:()=>t4,ds:()=>nZ,Py:()=>t6,OH:()=>t8,EM:()=>t9,NZ:()=>t7,t8:()=>ne,KC:()=>nt,q2:()=>nn,RY:()=>nr,GE:()=>na,m$:()=>ni,HI:()=>ns,jB:()=>no,O9:()=>nl,vm:()=>nc,v:()=>nu,ph:()=>nd,Ix:()=>np,pi:()=>nh,aN:()=>nf,OY:()=>ng});var r=n(95793),a=n(30990),i=n(50995),s=n(55060),o=n(50584),l=n(36185),c=n(88916),u=n(63928),d=n(67172),p=n(33268),h=n(61296),f=n(86359),g=n(84976),m=n(80905),b=n(50344),E=n(48905),y=n(16841);let T=Symbol.for("effect/DateTime"),_=Symbol.for("effect/DateTime/TimeZone"),S={[T]:T,pipe(){return(0,b.tT)(this,arguments)},[h.FX](){return this.toString()},toJSON(){return H(this).toJSON()}},A={...S,_tag:"Utc",[p.HR](){return p.PO(this,p.ai(this.epochMillis))},[c.HR](e){return O(e)&&"Utc"===e._tag&&this.epochMillis===e.epochMillis},toString(){return`DateTime.Utc(${H(this).toJSON()})`}},k={...S,_tag:"Zoned",[p.HR](){return(0,d.Fs)(p.ai(this.epochMillis),p.kg(p.tW(this.zone)),p.PO(this))},[c.HR](e){return O(e)&&"Zoned"===e._tag&&this.epochMillis===e.epochMillis&&c.aI(this.zone,e.zone)},toString(){return`DateTime.Zoned(${er(this)})`}},I={[_]:_,[h.FX](){return this.toString()}},N={...I,_tag:"Named",[p.HR](){return p.PO(this,p.Yj(`Named:${this.id}`))},[c.HR](e){return w(e)&&"Named"===e._tag&&this.id===e.id},toString(){return`TimeZone.Named(${this.id})`},toJSON(){return{_id:"TimeZone",_tag:"Named",id:this.id}}},v={...I,_tag:"Offset",[p.HR](){return p.PO(this,p.Yj(`Offset:${this.offset}`))},[c.HR](e){return w(e)&&"Offset"===e._tag&&this.offset===e.offset},toString(){return`TimeZone.Offset(${Y(this.offset)})`},toJSON(){return{_id:"TimeZone",_tag:"Offset",offset:this.offset}}},R=(e,t,n)=>{let r=Object.create(k);return r.epochMillis=e,r.zone=t,Object.defineProperty(r,"partsUtc",{value:n,enumerable:!1,writable:!0}),Object.defineProperty(r,"adjustedEpochMillis",{value:void 0,enumerable:!1,writable:!0}),Object.defineProperty(r,"partsAdjusted",{value:void 0,enumerable:!1,writable:!0}),r},O=e=>E.i5(e,T),w=e=>E.i5(e,_),C=e=>{let t=Object.create(A);return t.epochMillis=e,Object.defineProperty(t,"partsUtc",{value:void 0,enumerable:!1,writable:!0}),t},D=e=>{let t=e.getTime();if(Number.isNaN(t))throw new f.nA("Invalid date");return C(t)},L=(e,t)=>{let n;if(t?.timeZone===void 0&&O(e)&&"Zoned"===e._tag)return e;let r=(e=>{if(O(e))return e;if(e instanceof Date)return D(e);if("object"==typeof e){let t=new Date(0);return X(t,e),D(t)}{let t;if("string"==typeof e&&(t=e,!/Z|[+-]\d{2}$|[+-]\d{2}:?\d{2}$|\]$/.test(t)))return D(new Date(e+"Z"))}return D(new Date(e))})(e);if(r.epochMillis<-86399999568e5||r.epochMillis>86399999496e5)throw RangeError(`Epoch millis out of range: ${r.epochMillis}`);if(t?.timeZone===void 0)n=F(-60*new Date(r.epochMillis).getTimezoneOffset()*1e3);else if(w(t?.timeZone))n=t.timeZone;else if("number"==typeof t?.timeZone)n=F(t.timeZone);else{let e=U(t.timeZone);if(m.$I(e))throw new f.nA(`Invalid time zone: ${t.timeZone}`);n=e.value}return t?.adjustForTimeZone!==!0?R(r.epochMillis,n,r.partsUtc):V(r.epochMillis,n,t?.disambiguation??"compatible")};a.Ru,a.Ru;let x=(0,g.V)("effect/DateTime/validZoneCache",()=>new Map),P={day:"numeric",month:"numeric",year:"numeric",hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"longOffset",fractionalSecondDigits:3,hourCycle:"h23"},F=e=>{let t=Object.create(v);return t.offset=e,t},M=m.IB(e=>{if(x.has(e))return x.get(e);try{var t=new Intl.DateTimeFormat("en-US",{...P,timeZone:e});let n=t.resolvedOptions().timeZone;if(x.has(n))return x.get(n);let r=Object.create(N);return r.id=n,r.format=t,x.set(n,r),r}catch{throw new f.nA(`Invalid time zone: ${e}`)}}),B=/^(?:GMT|[+-])/,U=e=>{if(B.test(e)){let t=Z(e);return null===t?m.dv():m.zN(F(t))}return M(e)},H=e=>new Date(e.epochMillis),G=e=>{if("Utc"===e._tag)return new Date(e.epochMillis);if("Offset"===e.zone._tag)return new Date(e.epochMillis+e.zone.offset);if(void 0!==e.adjustedEpochMillis)return new Date(e.adjustedEpochMillis);let t=e.zone.format.formatToParts(e.epochMillis).filter(e=>"literal"!==e.type),n=new Date(0);return n.setUTCFullYear(Number(t[2].value),Number(t[0].value)-1,Number(t[1].value)),n.setUTCHours(Number(t[3].value),Number(t[4].value),Number(t[5].value),Number(t[6].value)),e.adjustedEpochMillis=n.getTime(),n},$=e=>G(e).getTime()-z(e),Y=e=>{let t=Math.abs(e),n=Math.floor(t/36e5),r=Math.round(t%36e5/6e4);return 60===r&&(n+=1,r=0),`${e<0?"-":"+"}${String(n).padStart(2,"0")}:${String(r).padStart(2,"0")}`},z=e=>e.epochMillis,j=e=>({millis:e.getUTCMilliseconds(),seconds:e.getUTCSeconds(),minutes:e.getUTCMinutes(),hours:e.getUTCHours(),day:e.getUTCDate(),weekDay:e.getUTCDay(),month:e.getUTCMonth()+1,year:e.getUTCFullYear()}),W=e=>"Utc"===e._tag?q(e):(void 0!==e.partsAdjusted||(e.partsAdjusted=ee(e,j)),e.partsAdjusted),q=e=>(void 0!==e.partsUtc||(e.partsUtc=et(e,j)),e.partsUtc),X=(e,t)=>{if(void 0!==t.year&&e.setUTCFullYear(t.year),void 0!==t.month&&e.setUTCMonth(t.month-1),void 0!==t.day&&e.setUTCDate(t.day),void 0!==t.weekDay){let n=t.weekDay-e.getUTCDay();e.setUTCDate(e.getUTCDate()+n)}void 0!==t.hours&&e.setUTCHours(t.hours),void 0!==t.minutes&&e.setUTCMinutes(t.minutes),void 0!==t.seconds&&e.setUTCSeconds(t.seconds),void 0!==t.millis&&e.setUTCMilliseconds(t.millis)},V=(e,t,n)=>{if("Offset"===t._tag)return R(e-t.offset,t);let r=J(e-864e5,e,t),a=J(e+864e5,e,t);if(r===a)return R(e-r,t);let i=r-a;if(r<a){if(J(e-a,e,t)===a)return R(e-a,t);let i=R(e-r,t);if(e!==G(i).getTime())switch(n){case"reject":{let n=new Date(e).toISOString();throw RangeError(`Gap time: ${n} does not exist in time zone ${t.id}`)}case"earlier":return R(e-a,t)}return i}if(J(e-r,e,t)===r){if("earlier"===n||"compatible"===n||J(e-r+i,e+i,t)===r)return R(e-r,t);if("reject"===n){let n=new Date(e).toISOString();throw RangeError(`Ambiguous time: ${n} occurs twice in time zone ${t.id}`)}}return R(e-a,t)},K=/([+-])(\d{2}):(\d{2})$/,Z=e=>{let t=K.exec(e);if(null===t)return null;let[,n,r,a]=t;return("+"===n?1:-1)*(60*Number(r)+Number(a))*6e4},J=(e,t,n)=>{let r=n.format.formatToParts(e).find(e=>"timeZoneName"===e.type)?.value??"";if("GMT"===r)return 0;let a=Z(r);return null===a?$(R(t,n)):a},Q=(0,d.XY)(e=>O(e[0]),(e,t,n)=>{if("Utc"===e._tag){let n=H(e);return t(n),C(n.getTime())}let r=new Date(G(e).getTime());return t(r),V(r.getTime(),e.zone,n?.disambiguation??"compatible")}),ee=(0,d.XY)(2,(e,t)=>t(G(e))),et=(0,d.XY)(2,(e,t)=>t(H(e))),en=e=>{let t=G(e);return"Utc"===e._tag?t.toISOString():`${t.toISOString().slice(0,-1)}${Y($(e))}`},er=e=>"Offset"===e.zone._tag?en(e):`${en(e)}[${e.zone.id}]`;var ea=n(77681),ei=n(18896);E.Kg,u.Yj,ei.Yj;let es=e=>e.length>0;class eo{constructor(e,t=!1){this.s=e,this.stripped=t,this.index=0,this.length=e.length}next(){if(this.done)return{done:!0,value:void 0};let e=this.index;for(;!this.done&&!el(this.s[this.index]);)this.index=this.index+1;let t=this.index;if(!this.done){let e=this.s[this.index];this.index=this.index+1,!this.done&&ec(e,this.s[this.index])&&(this.index=this.index+1),this.stripped||(t=this.index)}return{done:!1,value:this.s.substring(e,t)}}[Symbol.iterator](){return new eo(this.s,this.stripped)}get done(){return this.index>=this.length}}let el=e=>{let t=e.charCodeAt(0);return 13===t||10===t},ec=(e,t)=>13===e.charCodeAt(0)&&10===t.charCodeAt(0),eu=Symbol.for("effect/Cron"),ed={[eu]:eu,[c.HR](e){return ep(e)&&e_(this,e)},[p.HR](){return(0,d.Fs)(p.tW(this.tz),p.kg(p.YO(s.Ts(this.seconds))),p.kg(p.YO(s.Ts(this.minutes))),p.kg(p.YO(s.Ts(this.hours))),p.kg(p.YO(s.Ts(this.days))),p.kg(p.YO(s.Ts(this.months))),p.kg(p.YO(s.Ts(this.weekdays))),p.PO(this))},toString(){return(0,h.GP)(this.toJSON())},toJSON(){return{_id:"Cron",tz:this.tz,seconds:s.Ts(this.seconds),minutes:s.Ts(this.minutes),hours:s.Ts(this.hours),days:s.Ts(this.days),months:s.Ts(this.months),weekdays:s.Ts(this.weekdays)}},[h.FX](){return this.toJSON()},pipe(){return(0,b.tT)(this,arguments)}},ep=e=>(0,E.i5)(e,eu),eh=e=>{let t=Object.create(ed);t.seconds=new Set(s.di(e.seconds??[0],ea.pH)),t.minutes=new Set(s.di(e.minutes,ea.pH)),t.hours=new Set(s.di(e.hours,ea.pH)),t.days=new Set(s.di(e.days,ea.pH)),t.months=new Set(s.di(e.months,ea.pH)),t.weekdays=new Set(s.di(e.weekdays,ea.pH)),t.tz=m.k$(e.tz);let n=Array.from(t.seconds),r=Array.from(t.minutes),a=Array.from(t.hours),i=Array.from(t.days),o=Array.from(t.months),l=Array.from(t.weekdays);return t.first={second:n[0]??0,minute:r[0]??0,hour:a[0]??0,day:i[0]??1,month:(o[0]??1)-1,weekday:l[0]??0},t.last={second:n[n.length-1]??59,minute:r[r.length-1]??59,hour:a[a.length-1]??23,day:i[i.length-1]??31,month:(o[o.length-1]??12)-1,weekday:l[l.length-1]??6},t.next={second:ef(n,60,"next"),minute:ef(r,60,"next"),hour:ef(a,24,"next"),day:ef(i,32,"next"),month:ef(o,13,"next"),weekday:ef(l,7,"next")},t.prev={second:ef(n,60,"prev"),minute:ef(r,60,"prev"),hour:ef(a,24,"prev"),day:ef(i,32,"prev"),month:ef(o,13,"prev"),weekday:ef(l,7,"prev")},t},ef=(e,t,n)=>{let r,a=Array(t).fill(void 0);if(0===e.length)return a;if("next"===n){let n=e.length-1;for(let i=t-1;i>=0;i--){for(;n>=0&&e[n]>=i;)r=e[n--];a[i]=r}}else{let n=0;for(let i=0;i<t;i++){for(;n<e.length&&e[n]<=i;)r=e[n++];a[i]=r}}return a},eg=Symbol.for("effect/Cron/errors/ParseError");class em extends o.rN("CronParseError"){constructor(...e){super(...e),this[eg]=eg}}let eb=e=>new Date(Date.UTC(e.getUTCFullYear(),e.getUTCMonth()+1,0)).getUTCDate(),eE=u.L8((e,t)=>eT(e.seconds,t.seconds)&&eT(e.minutes,t.minutes)&&eT(e.hours,t.hours)&&eT(e.days,t.days)&&eT(e.months,t.months)&&eT(e.weekdays,t.weekdays)),ey=u.YO(u.ai),eT=(e,t)=>ey(s.Ts(e),s.Ts(t)),e_=(0,d.XY)(2,(e,t)=>eE(e,t)),eS={min:0,max:59},eA={min:0,max:59},ek={min:0,max:23},eI={min:1,max:31},eN={min:1,max:12,aliases:{jan:1,feb:2,mar:3,apr:4,may:5,jun:6,jul:7,aug:8,sep:9,oct:10,nov:11,dec:12}},ev={min:0,max:6,aliases:{sun:0,mon:1,tue:2,wed:3,thu:4,fri:5,sat:6}},eR=(e,t)=>{let n=t.max-t.min+1,r=new Set;for(let a of e.split(",")){let[i,s]=eO(a);if("*"===i&&void 0===s)return l.pG(new Set);if(void 0!==s){if(!Number.isInteger(s))return l.kb(new em({message:"Expected step value to be a positive integer",input:e}));if(s<1)return l.kb(new em({message:"Expected step value to be greater than 0",input:e}));if(s>t.max)return l.kb(new em({message:`Expected step value to be less than ${t.max}`,input:e}))}if("*"===i)for(let e=t.min;e<=t.max;e+=s??1)r.add(e);else{let[n,a]=ew(i,t.aliases);if(!Number.isInteger(n))return l.kb(new em({message:"Expected a positive integer",input:e}));if(n<t.min||n>t.max)return l.kb(new em({message:`Expected a value between ${t.min} and ${t.max}`,input:e}));if(void 0===a)r.add(n);else{if(!Number.isInteger(a))return l.kb(new em({message:"Expected a positive integer",input:e}));if(a<t.min||a>t.max)return l.kb(new em({message:`Expected a value between ${t.min} and ${t.max}`,input:e}));if(n>a)return l.kb(new em({message:"Invalid value range",input:e}));for(let e=n;e<=a;e+=s??1)r.add(e)}}if(r.size>=n)return l.pG(new Set)}return l.pG(r)},eO=e=>{let t=e.indexOf("/");return -1!==t?[e.slice(0,t),Number(e.slice(t+1))]:[e,void 0]},ew=(e,t)=>{let n=e.indexOf("-");return -1!==n?[eC(e.slice(0,n),t),eC(e.slice(n+1),t)]:[eC(e,t),void 0]};function eC(e,t){return t?.[e.toLocaleLowerCase()]??Number(e)}var eD=n(36196),eL=n(26963),ex=n(89371),eP=n(39726),eF=n(49790),eM=n(83483),eB=n(75275),eU=n(61137),eH=n(98931);let eG=Symbol.for("effect/Schedule"),e$=e=>(0,E.i5)(e,eG),eY=Symbol.for("effect/ScheduleDriver"),ez={start:0,now:0,input:void 0,output:void 0,elapsed:eD.v_,elapsedSincePrevious:eD.v_,recurrence:0},ej=i.Or()("effect/Schedule/CurrentIterationMetadata",{defaultValue:()=>ez}),eW={_Out:e=>e,_In:e=>e,_R:e=>e},eq={_Out:e=>e,_In:e=>e,_R:e=>e};class eX{constructor(e,t){this[eG]=eW,this.initial=e,this.step=t}pipe(){return(0,b.tT)(this,arguments)}}let eV=(e,t,n,r)=>eH.yo(e,e=>0===e.recurrence?{now:t,input:n,output:r,recurrence:e.recurrence+1,elapsed:eD.v_,elapsedSincePrevious:eD.v_,start:t}:{now:t,input:n,output:r,recurrence:e.recurrence+1,elapsed:eD.ne(t-e.start),elapsedSincePrevious:eD.ne(t-e.now),start:e.start});class eK{constructor(e,t){this[eY]=eq,this.iterationMeta=eH.s$(ez),this.schedule=e,this.ref=t}get state(){return y.TjK(eH.Jt(this.ref),e=>e[1])}get last(){return y.qIB(eH.Jt(this.ref),([e,t])=>{switch(e._tag){case"None":return y.gOk(()=>new y.kJg);case"Some":return y.PyW(e.value)}})}get reset(){return eH.hZ(this.ref,[m.dv(),this.schedule.initial]).pipe(y.piH(eH.hZ(this.iterationMeta,ez)))}next(e){return(0,d.Fs)(y.TjK(eH.Jt(this.ref),e=>e[1]),y.qIB(t=>(0,d.Fs)(a.Ru,y.qIB(n=>(0,d.Fs)(y.DYE(()=>this.schedule.step(n,e,t)),y.qIB(([t,r,a])=>{let i=eH.hZ(this.ref,[m.zN(r),t]);if(ex.$L(a))return i.pipe(y.aNH(y.fJG(m.dv())));let s=eF.ni(a.intervals)-n;if(s<=0)return i.pipe(y.aNH(eV(this.iterationMeta,n,e,r)),y.as(r));let o=eD.ne(s);return(0,d.Fs)(i,y.aNH(eV(this.iterationMeta,n,e,r)),y.aNH(eB.yy(o)),y.as(r))}))))))}}let eZ=(e,t)=>new eX(e,t),eJ=(0,d.XY)(2,(e,t)=>eQ(e,e=>y.OH5(()=>t(e)))),eQ=(0,d.XY)(2,(e,t)=>tU(e,(e,n)=>y.TjK(t(e),e=>eD.cz(n,eD.D4(e))))),e0=(0,d.XY)(2,(e,t)=>tP(e1(e,t),l.h1)),e1=(0,d.XY)(2,(e,t)=>eZ([e.initial,t.initial,!0],(n,r,a)=>a[2]?y.qIB(e.step(n,r,a[0]),([e,i,s])=>ex.$L(s)?y.TjK(t.step(n,r,a[1]),([t,n,r])=>[[e,t,!1],l.pG(n),r]):y.PyW([[e,a[1],!0],l.kb(i),s])):y.TjK(t.step(n,r,a[1]),([e,t,n])=>[[a[0],e,!1],l.pG(t),n]))),e2=(0,d.XY)(2,(e,t)=>tP(e,()=>t)),e3=e=>tP(e,d.Yi),e5=(0,d.XY)(2,(e,t)=>eZ([e.initial,t.initial],(n,[r,a],i)=>y.OYO(e.step(n,r,i[0]),t.step(n,a,i[1]),([e,t,n],[r,a,i])=>{if(ex.Wk(n)&&ex.Wk(i)){let s=(0,d.Fs)(n.intervals,eF.KC(i.intervals));return[[e,r],[t,a],ex.c3(s)]}return[[e,r],[t,a],ex.Vw]}))),e4=(0,d.XY)(2,(e,t)=>e6(e,(e,n)=>y.OH5(()=>t(e,n)))),e6=(0,d.XY)(2,(e,t)=>eZ(e.initial,(n,r,a)=>y.qIB(e.step(n,r,a),([e,n,a])=>ex.$L(a)?y.PyW([e,n,ex.Vw]):y.TjK(t(r,n),t=>t?[e,n,a]:[e,n,ex.Vw])))),e8=()=>e9(tR()),e9=e=>tZ(e,r.Ie(),(e,t)=>(0,d.Fs)(e,r.BC(t))),e7=e=>e9(tz(e)),te=e=>e9(tj(e)),tt=e=>e9(tX(e)),tn=e=>e9(tV(e)),tr=(0,d.XY)(2,(e,t)=>eZ([e.initial,t.initial],(n,r,a)=>y.qIB(e.step(n,r,a[0]),([e,r,i])=>y.TjK(t.step(n,r,a[1]),([t,n,r])=>ex.$L(i)||ex.$L(r)?[[e,t],n,ex.Vw]:[[e,t],n,ex.c3((0,d.Fs)(i.intervals,eF.T9(r.intervals)))])))),ta=(0,d.XY)(2,(e,t)=>ts(e,e=>y.OH5(()=>t(e)))),ti=(0,d.XY)(2,(e,t)=>eZ(e.initial,(n,r,a)=>y.kyh(e.step(n,r,a),t))),ts=(0,d.XY)(2,(e,t)=>eZ(e.initial,(n,r,a)=>y.qIB(t(r),t=>e.step(n,t,a)))),to=(e,t)=>{let n=ep(e)?l.pG(e):((e,t)=>{let n=e.split(" ").filter(es);if(5!==n.length&&6!==n.length)return l.kb(new em({message:"Invalid number of segments in cron expression",input:e}));5===n.length&&n.unshift("0");let[r,a,i,s,o,c]=n,u=void 0===t||w(t)?l.pG(t):l.sV(U(t),()=>new em({message:"Invalid time zone in cron expression",input:t}));return l.Q7({tz:u,seconds:eR(r,eS),minutes:eR(a,eA),hours:eR(i,ek),days:eR(s,eI),months:eR(o,eN),weekdays:eR(c,ev)}).pipe(l.Tj(eh))})(e,t);return eZ([!0,[Number.MIN_SAFE_INTEGER,0,0]],(e,t,[r,a])=>{var i,s,o;let c,u,p,h,f,g,b,E,T,_;if(e<a[0])return y.PyW([[!1,a],[a[1],a[2]],ex.ob(eP.L8(a[1],a[2]))]);if(l.OC(n))return y.F_Q(n.left);let S=n.right,A=new Date(e);r&&(u=L(A,{timeZone:m.Y6(S.tz)}).pipe(W),(0===S.seconds.size||S.seconds.has(u.seconds))&&(0===S.minutes.size||S.minutes.has(u.minutes))&&(0===S.hours.size||S.hours.has(u.hours))&&(0===S.months.size||S.months.has(u.month))&&(0===S.days.size&&0===S.weekdays.size||(0===S.weekdays.size?S.days.has(u.day):0===S.days.size?S.weekdays.has(u.weekDay):S.days.has(u.day)||S.weekdays.has(u.weekDay))))&&(c=e);let k=nm(c=(i=S,s=A,o="next",p=m.Y6(i.tz),h=L(s??new Date,{timeZone:p}),g=(f="prev"===o)?-1:1,b=i[o],E=f?i.last:i.first,T=f?(e,t)=>e<t:(e,t)=>e>t,_=void 0!==p&&w(p)&&"Named"===p._tag&&"UTC"===p.id?d.Yi:e=>{let t=L(e,{timeZone:h.zone,adjustForTimeZone:!0,disambiguation:f?"later":void 0}).pipe(G),n=e.getTime()-t.getTime();(f?0!==n:n>0)&&e.setTime(t.getTime())},H(Q(h,e=>{e.setUTCSeconds(e.getUTCSeconds()+g,0);for(let t=0;t<1e4;t++){if(0!==i.seconds.size){let t=e.getUTCSeconds(),n=b.second[t];if(void 0===n){e.setUTCMinutes(e.getUTCMinutes()+g,E.second),_(e);continue}if(T(n,t)){e.setUTCSeconds(n),_(e);continue}}if(0!==i.minutes.size){let t=e.getUTCMinutes(),n=b.minute[t];if(void 0===n){e.setUTCHours(e.getUTCHours()+g,E.minute,E.second),_(e);continue}if(T(n,t)){e.setUTCMinutes(n,E.second),_(e);continue}}if(0!==i.hours.size){let t=e.getUTCHours(),n=b.hour[t];if(void 0===n){e.setUTCDate(e.getUTCDate()+g),e.setUTCHours(E.hour,E.minute,E.second),_(e);continue}if(T(n,t)){e.setUTCHours(n,E.minute,E.second),_(e);continue}}if(0!==i.weekdays.size||0!==i.days.size){let t=f?-1/0:1/0,n=f?-1/0:1/0;if(0!==i.weekdays.size){let n=e.getUTCDay(),r=b.weekday[n];t=void 0===r?f?n-7+E.weekday:7-n+E.weekday:r-n}if(0!==i.days.size&&0!==t){let t=e.getUTCDate(),r=b.day[t];n=void 0===r?f?-(t+(eb(new Date(Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),0)))-E.day)):eb(e)-t+E.day:r-t}let r=f?Math.max(t,n):Math.min(t,n);if(0!==r){e.setUTCDate(e.getUTCDate()+r),e.setUTCHours(E.hour,E.minute,E.second),_(e);continue}}if(0!==i.months.size){let t=e.getUTCMonth()+1,n=b.month[t],r=t=>{if(0!==i.days.size)return E.day;let n=eb(new Date(Date.UTC(e.getUTCFullYear(),t,1)));return Math.min(E.day,n)};if(void 0===n){e.setUTCFullYear(e.getUTCFullYear()+g),e.setUTCMonth(E.month,r(E.month)),e.setUTCHours(E.hour,E.minute,E.second),_(e);continue}if(T(n,t)){let t=n-1;e.setUTCMonth(t,r(t)),e.setUTCHours(E.hour,E.minute,E.second),_(e);continue}}return}throw Error("Unable to find next cron date")}))).getTime()),I=nb(c);return y.PyW([[!1,[c,k,I]],[k,I],ex.ob(eP.L8(k,I))])})},tl=e=>eZ([-1/0,0],(t,n,r)=>{if(!Number.isInteger(e)||e<1||31<e)return y.Kbz(()=>new y.nAV(`Invalid argument in: dayOfMonth(${e}). Must be in range 1...31`));let a=r[1],i=nR(t,e,0===a),s=nI(i),o=nN(i),l=eP.L8(s,o);return y.PyW([[o,a+1],a,ex.ob(l)])}),tc=e=>eZ([Number.MIN_SAFE_INTEGER,0],(t,n,r)=>{if(!Number.isInteger(e)||e<1||7<e)return y.Kbz(()=>new y.nAV(`Invalid argument in: dayOfWeek(${e}). Must be in range 1 (Monday)...7 (Sunday)`));let a=r[1],i=nv(t,e,0===a),s=nI(i),o=nN(i),l=eP.L8(s,o);return y.PyW([[o,a+1],a,ex.ob(l)])}),tu=(0,d.XY)(2,(e,t)=>td(e,e=>y.OH5(()=>t(e)))),td=(0,d.XY)(2,(e,t)=>tU(e,(e,n)=>t(n))),tp=e=>eJ(e,e=>e),th=e=>eZ(e.initial,(t,n,r)=>(0,d.Fs)(e.step(t,n,r),y.qIB(([e,n,r])=>ex.$L(r)?y.PyW([e,eD.v_,r]):y.PyW([e,eD.ne(eF.ni(r.intervals)-t),r])))),tf=(0,d.XY)(2,(e,{onInput:t,onOutput:n})=>tP(ta(e,t),n)),tg=(0,d.XY)(2,(e,{onInput:t,onOutput:n})=>tF(ts(e,t),n)),tm=e=>(0,d.Fs)(eH.L8([m.dv(),e.initial]),y.TjK(t=>new eK(e,t))),tb=e=>{let t=eD.D4(e),n=eD.kE(t);return eZ(!0,(e,r,a)=>y.PyW(a?[!1,t,ex.ob(eP.Pl(e+n))]:[!1,eD.v_,ex.Vw]))},tE=(0,d.XY)(2,(e,t)=>nt(e,t)),ty=(0,d.XY)(3,(e,t,n)=>nn(e,t,n)),tT=(0,d.XY)(2,(e,t)=>eZ(e.initial,(n,r,a)=>y.qIB(e.step(n,r,a),([e,n,r])=>ex.$L(r)?y.as(t,[e,n,r]):y.PyW([e,n,r])))),t_=(e,t=2)=>{let n=eD.D4(e);return tp(tP(nV,e=>eD.Hn(n,Math.pow(t,e))))},tS=e=>{let t=eD.D4(e);return tp((0,d.Fs)(ne([t,t],([e,t])=>[t,eD.cz(e,t)]),tP(e=>e[0])))},tA=e=>{let t=eD.D4(e),n=eD.kE(t);return eZ([m.dv(),0],(e,r,[a,i])=>y.OH5(()=>{switch(a._tag){case"None":return[[m.zN([e,e+n]),i+1],i,ex.ob(eP.Pl(e+n))];case"Some":{let[r,s]=a.value,o=e>s+n,l=c.aI(t,eD.v_)?t:eD.ne(n-(e-r)%n),u=c.aI(l,eD.v_)?t:l,d=o?e:e+eD.kE(u);return[[m.zN([r,d]),i+1],i,ex.ob(eP.Pl(d))]}}}))},tk=e=>tb(e),tI=(e,...t)=>eZ([[e,...t].map(e=>eD.D4(e)),!0],(e,t,[n,r])=>y.OH5(()=>{if(r){let t=n[0],r=eP.Pl(e+eD.kE(t));return n.length>=2?[[n.slice(1),!0],t,ex.ob(r)]:[[[t,...n.slice(1)],!1],t,ex.ob(r)]}return[[n,!1],eD.v_,ex.Vw]})),tN=e=>tP(tR(),e),tv=e=>eZ([-1/0,0],(t,n,r)=>{if(!Number.isInteger(e)||e<0||23<e)return y.Kbz(()=>new y.nAV(`Invalid argument in: hourOfDay(${e}). Must be in range 0...23`));let a=r[1],i=nk(t,e,0===a),s=nS(i),o=nA(i),l=eP.L8(s,o);return y.PyW([[o,a+1],a,ex.ob(l)])}),tR=()=>eZ(void 0,(e,t,n)=>y.PyW([n,t,ex.ob(eP.Pl(e))])),tO=(0,d.XY)(2,(e,t)=>tw(e,t,eF.y$)),tw=(0,d.XY)(3,(e,t,n)=>eZ([e.initial,t.initial],(r,a,i)=>(0,d.Fs)(y.OYO(e.step(r,a,i[0]),t.step(r,a,i[1]),(e,t)=>[e,t]),y.qIB(([[r,i,s],[o,l,c]])=>ex.Wk(s)&&ex.Wk(c)?tC(e,t,a,r,i,s.intervals,o,l,c.intervals,n):y.PyW([[r,o],[i,l],ex.Vw]))))),tC=(e,t,n,r,a,i,s,o,l,c)=>{let u=c(i,l);return eF.J_(u)?y.PyW([[r,s],[a,o],ex.c3(u)]):(0,d.Fs)(i,eF.Xe(l))?y.qIB(e.step(eF._N(i),n,r),([r,a,i])=>ex.$L(i)?y.PyW([[r,s],[a,o],ex.Vw]):tC(e,t,n,r,a,i.intervals,s,o,l,c)):y.qIB(t.step(eF._N(l),n,s),([s,o,l])=>ex.$L(l)?y.PyW([[r,s],[a,o],ex.Vw]):tC(e,t,n,r,a,i,s,o,l.intervals,c))},tD=e=>tL(e,{min:.8,max:1.2}),tL=(0,d.XY)(2,(e,t)=>{let{max:n,min:r}=Object.assign({min:.8,max:1.2},t);return td(e,e=>y.TjK(eL.K2,t=>{let a=eD.kE(e);return eD.ne(a*r*(1-t)+a*n*t)}))}),tx=e=>{let t=eD.D4(e);return tp(tP(nV,e=>eD.Hn(t,e+1)))},tP=(0,d.XY)(2,(e,t)=>tF(e,e=>y.OH5(()=>t(e)))),tF=(0,d.XY)(2,(e,t)=>eZ(e.initial,(n,r,a)=>y.qIB(e.step(n,r,a),([e,n,r])=>y.TjK(t(n),t=>[e,t,r])))),tM=e=>eZ([Number.MIN_SAFE_INTEGER,0],(t,n,r)=>{if(!Number.isInteger(e)||e<0||59<e)return y.Kbz(()=>new y.nAV(`Invalid argument in: minuteOfHour(${e}). Must be in range 0...59`));let a=r[1],i=n_(t,e,0===a),s=ny(i),o=nT(i),l=eP.L8(s,o);return y.PyW([[o,a+1],a,ex.ob(l)])}),tB=(0,d.XY)(2,(e,t)=>tU(e,(e,n)=>y.OH5(()=>t(e,n)))),tU=(0,d.XY)(2,(e,t)=>eZ(e.initial,(n,r,a)=>y.qIB(e.step(n,r,a),([e,r,a])=>{if(ex.$L(a))return y.PyW([e,r,a]);let i=a.intervals,s=eP.Ej(eP.L8(n,eF.ni(i)));return y.TjK(t(r,s),t=>{let a=eD.D4(t),s=eF.ni(i),o=n+eD.kE(a),l=o-s,c=Math.max(0,eF._N(i)+l),u=eP.L8(o,c);return[e,r,ex.ob(u)]})}))),tH=(0,d.XY)(2,(e,t)=>eZ(e.initial,(n,r,a)=>y.qIB(e.step(n,r,a),([e,n,r])=>y.as(t(n,r),[e,n,r])))),tG=e=>eZ(e.initial,(t,n,r)=>(0,d.Fs)(e.step(t,n,r),y.TjK(([e,t,r])=>[e,n,r]))),t$=(0,d.XY)(2,(e,t)=>eZ(e.initial,(n,r,a)=>y.PpN(e.step(n,r,a),t))),tY=(0,d.XY)(3,(e,t,n)=>eZ(e.initial,(r,a,s)=>y.d_m(o=>y.PpN(e.step(r,a,s),i.WQ(o,t,n))))),tz=e=>nr(tR(),e),tj=e=>na(tR(),e),tW=e=>ni(tP(tR(),e),m.Ru),tq=e=>{let t=eD.D4(e);return nu(nX,e=>eD.Xe(e,t))},tX=e=>nl(tR(),e),tV=e=>nc(tR(),e),tK=e=>nu(nV,t=>t<e),tZ=(0,d.XY)(3,(e,t,n)=>tJ(e,t,(e,t)=>y.OH5(()=>n(e,t)))),tJ=(0,d.XY)(3,(e,t,n)=>eZ([e.initial,t],(t,r,[a,i])=>y.qIB(e.step(t,r,a),([e,t,r])=>ex.$L(r)?y.PyW([[e,i],i,r]):y.TjK(n(i,t),t=>[[e,t],i,r])))),tQ=e=>tZ(e,0,(e,t)=>e+1),t0=(0,d.XY)(2,(e,t)=>{let n=eD.D4(t);return(0,d.Fs)(e,tO(nX),t1(([,e])=>eD.An(e,n)),tP(e=>e[0]))}),t1=(0,d.XY)(2,(e,t)=>eZ(e.initial,(n,r,a)=>y.qIB(e.step(n,r,a),([a,i,s])=>t(i)?e.step(n,r,e.initial):y.PyW([a,i,s])))),t2=(0,d.XY)(3,(e,t,n)=>(0,d.Fs)(t3(e,t,r.Ts(n),e.initial,r.Ie()),y.TjK(e=>r.BE(e)))),t3=(e,t,n,a,i)=>{if(!r.J_(n))return y.PyW(i);let s=r.v4(n),o=r.Rx(n);return y.qIB(e.step(t,s,a),([t,n,a])=>ex.$L(a)?y.OH5(()=>(0,d.Fs)(i,r.Hs(n))):t3(e,eF.ni(a.intervals),o,t,r.Hs(i,n)))},t5=e=>eZ([-1/0,0],(t,n,r)=>{if(!Number.isInteger(e)||e<0||59<e)return y.Kbz(()=>new y.nAV(`Invalid argument in: secondOfMinute(${e}). Must be in range 0...59`));let a=r[1],i=nE(t,e,0===a),s=nm(i),o=nb(i),l=eP.L8(s,o);return y.PyW([[o,a+1],a,ex.ob(l)])}),t4=e=>eJ(nV,()=>e),t6=e=>tP(nV,()=>e),t8=e=>tP(nV,e),t9=(0,d.XY)(2,(e,t)=>eZ(e.initial,(n,r,a)=>y.aNH(t(r),e.step(n,r,a)))),t7=(0,d.XY)(2,(e,t)=>eZ(e.initial,(n,r,a)=>y.Mim(e.step(n,r,a),([,e])=>t(e)))),ne=(e,t)=>eZ(e,(e,n,r)=>y.OH5(()=>[t(r),r,ex.ob(eP.Pl(e))])),nt=(0,d.XY)(2,(e,t)=>nn(e,t,eF.KC)),nn=(0,d.XY)(3,(e,t,n)=>eZ([e.initial,t.initial],(r,a,i)=>y.OYO(e.step(r,a,i[0]),t.step(r,a,i[1]),([e,t,r],[a,i,s])=>{if(ex.$L(r)&&ex.$L(s))return[[e,a],[t,i],ex.Vw];if(ex.$L(r)&&ex.Wk(s))return[[e,a],[t,i],ex.c3(s.intervals)];if(ex.Wk(r)&&ex.$L(s))return[[e,a],[t,i],ex.c3(r.intervals)];if(ex.Wk(r)&&ex.Wk(s)){let o=n(r.intervals,s.intervals);return[[e,a],[t,i],ex.c3(o)]}throw Error("BUG: Schedule.unionWith - please report an issue at https://github.com/Effect-TS/effect/issues")}))),nr=(0,d.XY)(2,(e,t)=>e4(e,(e,n)=>!t(e))),na=(0,d.XY)(2,(e,t)=>e6(e,(e,n)=>eB.ze(t(e)))),ni=(0,d.XY)(2,(e,t)=>e4(e,(e,n)=>!t(n))),ns=(0,d.XY)(2,(e,t)=>e6(e,(e,n)=>eB.ze(t(n)))),no=(0,d.XY)(2,(e,t)=>nh(e,tq(t))),nl=(0,d.XY)(2,(e,t)=>e4(e,(e,n)=>t(e))),nc=(0,d.XY)(2,(e,t)=>e6(e,(e,n)=>t(e))),nu=(0,d.XY)(2,(e,t)=>e4(e,(e,n)=>t(n))),nd=(0,d.XY)(2,(e,t)=>e6(e,(e,n)=>t(n))),np=e=>{let t=eD.D4(e),n=eD.kE(t);return eZ([m.dv(),0],(e,t,[r,a])=>{switch(r._tag){case"None":return y.PyW([[m.zN(e),a+1],a,ex.ob(eP.Pl(e+n))]);case"Some":return y.PyW([[m.zN(r.value),a+1],a,ex.ob(eP.Pl(e+(n-(e-r.value)%n)))])}})},nh=(0,d.XY)(2,(e,t)=>tP(tO(e,t),e=>e[0])),nf=(0,d.XY)(2,(e,t)=>tP(tO(e,t),e=>e[1])),ng=(0,d.XY)(3,(e,t,n)=>tP(tO(e,t),([e,t])=>n(e,t))),nm=e=>{let t=new Date(e);return new Date(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),0).getTime()},nb=e=>{let t=new Date(nm(e));return t.setSeconds(t.getSeconds()+1)},nE=(e,t,n)=>{let r=new Date(e);if(r.getSeconds()===t&&n)return e;if(r.getSeconds()<t)return r.setSeconds(t);let a=new Date(r.setSeconds(t));return a.setTime(a.getTime()+6e4)},ny=e=>{let t=new Date(e);return new Date(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),0,0).getTime()},nT=e=>{let t=new Date(ny(e));return t.setMinutes(t.getMinutes()+1)},n_=(e,t,n)=>{let r=new Date(e);if(r.getMinutes()===t&&n)return e;if(r.getMinutes()<t)return r.setMinutes(t);let a=new Date(r.setMinutes(t));return a.setTime(a.getTime()+36e5)},nS=e=>{let t=new Date(e);return new Date(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),0,0,0).getTime()},nA=e=>{let t=new Date(nS(e));return t.setHours(t.getHours()+1)},nk=(e,t,n)=>{let r=new Date(e);if(r.getHours()===t&&n)return e;if(r.getHours()<t)return r.setHours(t);let a=new Date(r.setHours(t));return a.setTime(a.getTime()+864e5)},nI=e=>{let t=new Date(e);return new Date(t.getFullYear(),t.getMonth(),t.getDate(),0,0,0,0).getTime()},nN=e=>{let t=new Date(nI(e));return t.setDate(t.getDate()+1)},nv=(e,t,n)=>{let r=new Date(e);if(r.getDay()===t&&n)return e;let a=(7+t-r.getDay())%7;return r.setDate(r.getDate()+(0===a?7:a))},nR=(e,t,n)=>{let r=new Date(e);return r.getDate()===t&&n?e:r.getDate()<t?r.setDate(t):nO(e,t,1)},nO=(e,t,n)=>{let r=new Date(new Date(e).setDate(t));if(new Date(r.setMonth(r.getMonth()+n)).getDate()===t){let r=new Date(new Date(e).setDate(t));return r.setMonth(r.getMonth()+n)}return nO(e,t,n+1)},nw=Symbol.for("effect/Schedule/ScheduleDefect");class nC{constructor(e){this.error=e,this[nw]=nw}}let nD=e=>y.h9N(e,e=>y.F_Q(new nC(e))),nL=e=>m.YW(eM.I6(e,e=>{let t;return eM.VY(e)&&(t=e.defect,(0,E.i5)(t,nw))?m.zN(e.defect):m.dv()}),{onNone:()=>e,onSome:e=>eM.fJ(e.error)}),nx=e=>y.uPo(e,e=>y.ATB(nL(e))),nP=(0,d.XY)(2,(e,t)=>nM(e,t,(e,t)=>y.fJG(e))),nF=(0,d.XY)(2,(e,t)=>{if(e$(t))return nP(e,t);let n=t.schedule??tG(nV),r=t.while?nc(n,e=>{let n=t.while(e);return"boolean"==typeof n?y.PyW(n):nD(n)}):n,a=t.until?na(r,e=>{let n=t.until(e);return"boolean"==typeof n?y.PyW(n):nD(n)}):r;return nx(nP(e,t.times?tO(a,tK(t.times)).pipe(tP(e=>e[0])):a))}),nM=(0,d.XY)(3,(e,t,n)=>y.qIB(tm(t),t=>y.tvg(e,{onFailure:e=>n(e,m.dv()),onSuccess:r=>nB(eB.c7(e,ej,eH.Jt(t.iterationMeta)),t,(e,r)=>eB.c7(n(e,r),ej,eH.Jt(t.iterationMeta)),r)}))),nB=(e,t,n,r)=>y.tvg(t.next(r),{onFailure:()=>y.QgK(t.last),onSuccess:r=>y.tvg(e,{onFailure:e=>n(e,m.zN(r)),onSuccess:r=>nB(e,t,n,r)})}),nU=(0,d.XY)(2,(e,t)=>n$(e,t,(e,t)=>y.fJG(e))),nH=(0,d.XY)(2,(e,t)=>e$(t)?nU(e,t):nx(nU(e,nG(t)))),nG=e=>{let t=e.schedule??nV,n=e.while?nc(t,t=>{let n=e.while(t);return"boolean"==typeof n?y.PyW(n):nD(n)}):t,r=e.until?na(n,t=>{let n=e.until(t);return"boolean"==typeof n?y.PyW(n):nD(n)}):n;return void 0!==e.times?tO(r,tK(e.times)):r},n$=(0,d.XY)(3,(e,t,n)=>y.qIB(tm(t),t=>nY(eB.c7(e,ej,eH.Jt(t.iterationMeta)),t,(e,r)=>eB.c7(n(e,r),ej,eH.Jt(t.iterationMeta))))),nY=(e,t,n)=>y.h9N(e,r=>y.tvg(t.next(r),{onFailure:()=>(0,d.Fs)(t.last,y.QgK,y.qIB(e=>n(r,e))),onSuccess:()=>nY(e,t,n)})),nz=(0,d.XY)(2,(e,t)=>nj(e,void 0,t)),nj=(0,d.XY)(3,(e,t,n)=>y.qIB(tm(n),n=>nW(eB.c7(e,ej,eH.Jt(n.iterationMeta)),t,n))),nW=(e,t,n)=>y.tvg(n.next(t),{onFailure:()=>y.QgK(n.last),onSuccess:()=>y.qIB(e,t=>nW(e,t,n))}),nq=ne(0,e=>e+1),nX=eZ(m.dv(),(e,t,n)=>{switch(n._tag){case"None":return y.PyW([m.zN(e),eD.v_,ex.ob(eP.Pl(e))]);case"Some":return y.PyW([m.zN(n.value),eD.ne(e-n.value),ex.ob(eP.Pl(e))])}}),nV=ne(0,e=>e+1),nK=e3(tK(1)),nZ=e3(tK(0)),nJ=(0,d.XY)(2,(e,t)=>(0,eU.x6)(nz(e,t)))},65235:(e,t,n)=>{"use strict";n.d(t,{$Q:()=>a,s:()=>i});var r=n(24898);r.QE,r.KX,r.I2,r.ZF,r.jK,r.FV,r.Mm,r.bN,r.Ke,r.Im,r.uq;let a=r.$Q;r.x,r.iI,r.se,r.re,r.wt,r.jF,r.n_,r.Ej,r.p2;let i=r.s;r.h0,r.mX,r.Iz,r.ON,r.dT},65538:(e,t,n)=>{"use strict";var r=n(12115),a="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},i=r.useState,s=r.useEffect,o=r.useLayoutEffect,l=r.useDebugValue;function c(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!a(e,n)}catch(e){return!0}}var u="u"<typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(e,t){var n=t(),r=i({inst:{value:n,getSnapshot:t}}),a=r[0].inst,u=r[1];return o(function(){a.value=n,a.getSnapshot=t,c(a)&&u({inst:a})},[e,n,t]),s(function(){return c(a)&&u({inst:a}),e(function(){c(a)&&u({inst:a})})},[e]),l(n),n};t.useSyncExternalStore=void 0!==r.useSyncExternalStore?r.useSyncExternalStore:u},66073:(e,t,n)=>{"use strict";n.d(t,{$I:()=>I,$N:()=>M,CB:()=>x,Do:()=>w,L8:()=>L,M1:()=>F,dK:()=>C,dv:()=>_,fA:()=>S,gb:()=>k,kg:()=>R,lm:()=>h,mO:()=>v,pM:()=>O,sN:()=>A,vk:()=>N,zL:()=>P});var r=n(88916),a=n(67172),i=n(84976),s=n(33268),o=n(70564),l=n(61296),c=n(96007),u=n(80905),d=n(48905);let p="effect/FiberId",h=Symbol.for(p),f="None",g="Runtime",m="Composite",b=s.Yj(`${p}-${f}`);class E{[s.HR](){return b}[r.HR](e){return k(e)&&e._tag===f}toString(){return(0,l.GP)(this.toJSON())}toJSON(){return{_id:"FiberId",_tag:this._tag}}[l.FX](){return this.toJSON()}constructor(){this[h]=h,this._tag=f,this.id=-1,this.startTimeMillis=-1}}class y{constructor(e,t){this[h]=h,this._tag=g,this.id=e,this.startTimeMillis=t}[s.HR](){return s.PO(this,s.Yj(`${p}-${this._tag}-${this.id}-${this.startTimeMillis}`))}[r.HR](e){return k(e)&&e._tag===g&&this.id===e.id&&this.startTimeMillis===e.startTimeMillis}toString(){return(0,l.GP)(this.toJSON())}toJSON(){return{_id:"FiberId",_tag:this._tag,id:this.id,startTimeMillis:this.startTimeMillis}}[l.FX](){return this.toJSON()}}class T{constructor(e,t){this[h]=h,this._tag=m,this.left=e,this.right=t}[s.HR](){return(0,a.Fs)(s.Yj(`${p}-${this._tag}`),s.kg(s.tW(this.left)),s.kg(s.tW(this.right)),s.PO(this))}[r.HR](e){return k(e)&&e._tag===m&&r.aI(this.left,e.left)&&r.aI(this.right,e.right)}toString(){return(0,l.GP)(this.toJSON())}toJSON(){return{_id:"FiberId",_tag:this._tag,left:(0,l.U2)(this.left),right:(0,l.U2)(this.right)}}[l.FX](){return this.toJSON()}}let _=new E,S=(e,t)=>new y(e,t),A=(e,t)=>new T(e,t),k=e=>(0,d.i5)(e,h),I=e=>e._tag===f||(0,a.Fs)(F(e),o.Si(e=>I(e))),N=e=>e._tag===g,v=e=>e._tag===m,R=(0,a.XY)(2,(e,t)=>e._tag===f?t:t._tag===f?e:new T(e,t)),O=e=>(0,a.Fs)(e,o.TS(_,(e,t)=>R(t)(e))),w=(0,a.XY)(2,(e,t)=>I(e)?t:e),C=e=>{switch(e._tag){case f:return o.Ie();case g:return o.L8(e.id);case m:return(0,a.Fs)(C(e.left),o.KC(C(e.right)))}},D=(0,i.V)(Symbol.for("effect/Fiber/Id/_fiberCounter"),()=>c.L8(0)),L=(e,t)=>new y(e,t),x=e=>Array.from(C(e)).map(e=>`#${e}`).join(","),P=e=>{let t,n=F(e);if(0===o.Ej(n))return u.dv();let r=!0;for(let e of n)r?(t=e,r=!1):t=(0,a.Fs)(t,R(e));return u.zN(t)},F=e=>{switch(e._tag){case f:return o.Ie();case g:return o.L8(e);case m:return(0,a.Fs)(F(e.left),o.KC(F(e.right)))}},M=()=>{let e=c.Jt(D);return(0,a.Fs)(D,c.hZ(e+1)),new y(e,Date.now())}},66101:(e,t,n)=>{"use strict";n.d(t,{$d:()=>o,iI:()=>l});var r=n(10592),a=n(75921);let i=Symbol.for("effect/ChannelContinuation"),s={_Env:e=>e,_InErr:e=>e,_InElem:e=>e,_InDone:e=>e,_OutErr:e=>e,_OutDone:e=>e,_OutErr2:e=>e,_OutElem:e=>e,_OutDone2:e=>e};class o{constructor(e,t){this._tag=a.g,this[i]=s,this.onSuccess=e,this.onHalt=t}onExit(e){return r.N6(e)?this.onHalt(e.cause):this.onSuccess(e.value)}}class l{constructor(e){this._tag=a.X,this[i]=s,this.finalizer=e}}},66119:(e,t,n)=>{"use strict";n.d(t,{L8:()=>u});var r=n(88916),a=n(33268),i=n(50344),s=n(48905);let o="effect/MetricLabel",l=Symbol.for(o);class c{constructor(e,t){this[l]=l,this.key=e,this.value=t,this._hash=a.Yj(o+this.key+this.value)}[a.HR](){return this._hash}[r.HR](e){return d(e)&&this.key===e.key&&this.value===e.value}pipe(){return(0,i.tT)(this,arguments)}}let u=(e,t)=>new c(e,t),d=e=>(0,s.i5)(e,l)},66756:(e,t,n)=>{"use strict";let r,a;n.d(t,{L8:()=>b,hV:()=>d,iu:()=>u});var i=n(50995),s=n(36196),o=n(67172),l=n(16841),c=n(41463);let u=Symbol.for("effect/Clock"),d=i.Io("effect/Clock"),p=0x80000000-1,h={unsafeSchedule(e,t){let n=s.kE(t);if(n>p)return o.f4;let r=!1,a=setTimeout(()=>{r=!0,e()},n);return()=>(clearTimeout(a),!r)}},f=(a=BigInt(1e6),"u"<typeof performance||"function"!=typeof performance.now?()=>BigInt(Date.now())*a:()=>(void 0===r&&(r=BigInt(Date.now())*a-BigInt(Math.round(1e6*performance.now()))),r+BigInt(Math.round(1e6*performance.now())))),g=function(){let e="object"==typeof c&&"hrtime"in c&&"function"==typeof c.hrtime.bigint?c.hrtime:void 0;if(!e)return f;let t=f()-e.bigint();return()=>t+e.bigint()}();class m{unsafeCurrentTimeMillis(){return Date.now()}unsafeCurrentTimeNanos(){return g()}scheduler(){return l.PyW(h)}sleep(e){return l.bIC(t=>{let n=h.unsafeSchedule(()=>t(l.rIH),e);return l.NLW(l.OH5(n))})}constructor(){this[u]=u,this.currentTimeMillis=l.OH5(()=>this.unsafeCurrentTimeMillis()),this.currentTimeNanos=l.OH5(()=>this.unsafeCurrentTimeNanos())}}let b=()=>new m},67172:(e,t,n)=>{"use strict";n.d(t,{D_:()=>i,Fs:()=>d,MN:()=>c,Tn:()=>r,XY:()=>a,Yi:()=>u,dY:()=>s,f4:()=>l,ue:()=>o});let r=e=>"function"==typeof e,a=function(e,t){if("function"==typeof e)return function(){return e(arguments)?t.apply(this,arguments):e=>t(e,...arguments)};switch(e){case 0:case 1:throw RangeError(`Invalid arity ${e}`);case 2:return function(e,n){return arguments.length>=2?t(e,n):function(n){return t(n,e)}};case 3:return function(e,n,r){return arguments.length>=3?t(e,n,r):function(r){return t(r,e,n)}};case 4:return function(e,n,r,a){return arguments.length>=4?t(e,n,r,a):function(a){return t(a,e,n,r)}};case 5:return function(e,n,r,a,i){return arguments.length>=5?t(e,n,r,a,i):function(i){return t(i,e,n,r,a)}};default:return function(){if(arguments.length>=e)return t.apply(this,arguments);let n=arguments;return function(e){return t(e,...n)}}}},i=e=>e,s=e=>()=>e,o=s(!0),l=s(!1),c=s(void 0),u=c;function d(e,t,n,r,a,i,s,o,l){switch(arguments.length){case 1:return e;case 2:return t(e);case 3:return n(t(e));case 4:return r(n(t(e)));case 5:return a(r(n(t(e))));case 6:return i(a(r(n(t(e)))));case 7:return s(i(a(r(n(t(e))))));case 8:return o(s(i(a(r(n(t(e)))))));case 9:return l(o(s(i(a(r(n(t(e))))))));default:{let e=arguments[0];for(let t=1;t<arguments.length;t++)e=arguments[t](e);return e}}}},68122:(e,t,n)=>{"use strict";n.d(t,{QA:()=>H,yW:()=>M,Dn:()=>B,kc:()=>U,Uj:()=>$,f0:()=>G});var r=n(36196),a=n(67172),i=n(84976),s=n(25548),o=n(50995),l=n(43359),c=n(36185),u=n(88916),d=n(10592),p=n(33268),h=n(74152),f=n(36252),g=n(96007),m=n(80905),b=n(48905),E=n(75275),y=n(16841),T=n(30818),_=n(66073);let S=(e,t,n,r)=>T.w3({_tag:"Complete",key:e,exit:t,entryStats:n,timeToLiveMillis:r}),A=(e,t)=>T.w3({_tag:"Pending",key:e,deferred:t}),k=Symbol.for("effect/Cache/MapKey");class I{constructor(e){this[k]=k,this.previous=void 0,this.next=void 0,this.current=e}[p.HR](){return(0,a.Fs)(p.tW(this.current),p.kg(p.tW(this.previous)),p.kg(p.tW(this.next)),p.PO(this))}[u.HR](e){return this===e||v(e)&&u.aI(this.current,e.current)&&u.aI(this.previous,e.previous)&&u.aI(this.next,e.next)}}let N=e=>new I(e),v=e=>(0,b.i5)(e,k);class R{add(e){if(e!==this.tail)if(void 0===this.tail)this.head=e,this.tail=e;else{let t=e.previous,n=e.next;void 0!==n&&(e.next=void 0,void 0!==t?(t.next=n,n.previous=t):(this.head=n,this.head.previous=void 0)),this.tail.next=e,e.previous=this.tail,this.tail=e}}remove(){let e=this.head;if(void 0!==e){let t=e.next;void 0!==t?(e.next=void 0,this.head=t,this.head.previous=void 0):(this.head=void 0,this.tail=void 0)}return e}constructor(){this.head=void 0,this.tail=void 0}}let O=Symbol.for("effect/Cache"),w={_Key:e=>e,_Error:e=>e,_Value:e=>e},C=Symbol.for("effect/ConsumerCache"),D={_Key:e=>e,_Error:e=>e,_Value:e=>e},L=e=>({loadedMillis:e});class x{constructor(e,t,n,r,a){this[O]=w,this[C]=D,this.capacity=e,this.context=t,this.fiberId=n,this.lookup=r,this.timeToLive=a,this.cacheState=(()=>{let e,t;return e=h.Ie(),t=new R,{map:e,keys:t,accesses:f.dT(),updating:g.L8(!1),hits:0,misses:0}})()}get(e){return y.TjK(this.getEither(e),c.h1)}get cacheStats(){return y.OH5(()=>({hits:this.cacheState.hits,misses:this.cacheState.misses,size:h.Ej(this.cacheState.map)}))}getOption(e){return y.DYE(()=>m.YW(h.Jt(this.cacheState.map,e),{onNone:()=>{let t=N(e);return this.trackAccess(t),this.trackMiss(),y.PyW(m.dv())},onSome:e=>this.resolveMapValue(e)}))}getOptionComplete(e){return y.DYE(()=>m.YW(h.Jt(this.cacheState.map,e),{onNone:()=>{let t=N(e);return this.trackAccess(t),this.trackMiss(),y.PyW(m.dv())},onSome:e=>this.resolveMapValue(e,!0)}))}contains(e){return y.OH5(()=>h.zy(this.cacheState.map,e))}entryStats(e){return y.OH5(()=>{let t=h.Jt(this.cacheState.map,e);if(m.Ru(t))switch(t.value._tag){case"Complete":{let e=t.value.entryStats.loadedMillis;return m.zN(L(e))}case"Pending":break;case"Refreshing":{let e=t.value.complete.entryStats.loadedMillis;return m.zN(L(e))}}return m.dv()})}getEither(e){return y.DYE(()=>{let t,n,r=m.Y6(h.Jt(this.cacheState.map,e));return(void 0===r&&(n=l.$N(this.fiberId),t=N(e),h.zy(this.cacheState.map,e)?r=m.Y6(h.Jt(this.cacheState.map,e)):h.hZ(this.cacheState.map,e,A(t,n))),void 0===r)?(this.trackAccess(t),this.trackMiss(),y.TjK(this.lookupValueOf(e,n),c.pG)):y.qIB(this.resolveMapValue(r),m.YW({onNone:()=>this.getEither(e),onSome:e=>y.PyW(c.kb(e))}))})}invalidate(e){return y.OH5(()=>{h.TF(this.cacheState.map,e)})}invalidateWhen(e,t){return y.OH5(()=>{let n=h.Jt(this.cacheState.map,e);m.Ru(n)&&"Complete"===n.value._tag&&"Success"===n.value.exit._tag&&t(n.value.exit.value)&&h.TF(this.cacheState.map,e)})}get invalidateAll(){return y.OH5(()=>{this.cacheState.map=h.Ie()})}refresh(e){return E.RK(t=>y.DYE(()=>{let n=l.$N(this.fiberId),r=m.Y6(h.Jt(this.cacheState.map,e));if(void 0===r&&(h.zy(this.cacheState.map,e)?r=m.Y6(h.Jt(this.cacheState.map,e)):h.hZ(this.cacheState.map,e,A(N(e),n))),void 0===r)return y.NLW(this.lookupValueOf(e,n));switch(r._tag){case"Complete":if(this.hasExpired(t,r.timeToLiveMillis)){let t=m.Y6(h.Jt(this.cacheState.map,e));return u.aI(t,r)&&h.TF(this.cacheState.map,e),y.NLW(this.get(e))}return(0,a.Fs)(this.lookupValueOf(e,n),E.z7(()=>{let t=m.Y6(h.Jt(this.cacheState.map,e));if(u.aI(t,r)){let t,a=(t=r,T.w3({_tag:"Refreshing",deferred:n,complete:t}));return h.hZ(this.cacheState.map,e,a),!0}return!1}),y.NLW);case"Pending":case"Refreshing":return l.Tx(r.deferred)}}))}set(e,t){return E.RK(n=>y.OH5(()=>{let a=n.unsafeCurrentTimeMillis(),i=d.Py(t),s=S(N(e),i,L(a),a+r.kE(r.D4(this.timeToLive(i))));h.hZ(this.cacheState.map,e,s)}))}get size(){return y.OH5(()=>h.Ej(this.cacheState.map))}get values(){return y.OH5(()=>{let e=[];for(let t of this.cacheState.map)"Complete"===t[1]._tag&&"Success"===t[1].exit._tag&&e.push(t[1].exit.value);return e})}get entries(){return y.OH5(()=>{let e=[];for(let t of this.cacheState.map)"Complete"===t[1]._tag&&"Success"===t[1].exit._tag&&e.push([t[0],t[1].exit.value]);return e})}get keys(){return y.OH5(()=>{let e=[];for(let t of this.cacheState.map)"Complete"===t[1]._tag&&"Success"===t[1].exit._tag&&e.push(t[0]);return e})}resolveMapValue(e,t=!1){return E.RK(n=>{switch(e._tag){case"Complete":if(this.trackAccess(e.key),this.hasExpired(n,e.timeToLiveMillis))return h.TF(this.cacheState.map,e.key.current),y.PyW(m.dv());return this.trackHit(),y.TjK(e.exit,m.zN);case"Pending":if(this.trackAccess(e.key),this.trackHit(),t)return y.PyW(m.dv());return y.TjK(l.Tx(e.deferred),m.zN);case"Refreshing":if(this.trackAccess(e.complete.key),this.trackHit(),this.hasExpired(n,e.complete.timeToLiveMillis)){if(t)return y.PyW(m.dv());return y.TjK(l.Tx(e.deferred),m.zN)}return y.TjK(e.complete.exit,m.zN)}})}trackHit(){this.cacheState.hits=this.cacheState.hits+1}trackMiss(){this.cacheState.misses=this.cacheState.misses+1}trackAccess(e){if(f.x(this.cacheState.accesses,e),g.Tc(this.cacheState.updating,!1,!0)){let e=!0;for(;e;){let t=f.wt(this.cacheState.accesses,f.r_);t===f.r_?e=!1:this.cacheState.keys.add(t)}let t=h.Ej(this.cacheState.map);for(e=t>this.capacity;e;){let n=this.cacheState.keys.remove();void 0!==n?h.zy(this.cacheState.map,n.current)&&(h.TF(this.cacheState.map,n.current),t-=1,e=t>this.capacity):e=!1}g.hZ(this.cacheState.updating,!1)}}hasExpired(e,t){return e.unsafeCurrentTimeMillis()>t}lookupValueOf(e,t){return E.RK(n=>y.DYE(()=>(0,a.Fs)(this.lookup(e),y.PpN(this.context),y.NS5,y.qIB(a=>{let i=n.unsafeCurrentTimeMillis(),s=L(i),o=S(N(e),a,s,i+r.kE(r.D4(this.timeToLive(a))));return h.hZ(this.cacheState.map,e,o),y.aNH(l.Vw(t,a),a)}),y.nAr(()=>y.aNH(l.G(t),y.OH5(()=>{h.TF(this.cacheState.map,e)}))))))}}var P=n(83762),F=n(81823);let M=(0,i.V)(Symbol.for("effect/FiberRef/currentCache"),()=>{let e,t;return y.QID((e=()=>y.TjK(y.WW4(),e=>({listeners:new F.qR,handle:e})),t=()=>(0,r.YA)(60),new x(65536,o.Ie(),_.dv,e,e=>r.D4(t(e)))))}),B=(0,i.V)(Symbol.for("effect/FiberRef/currentCacheEnabled"),()=>y.QID(!1)),U=(e,t)=>y.qIB(y.yw5(t)?t:y.PyW(t),t=>y.g1G(n=>{let r=new Proxy(e,{});return y.uPR(B,e=>{if(e){let e=y.uPR(M,a=>y.qIB(a.getEither(r),i=>{switch(i._tag){case"Left":if(i.left.listeners.interrupted)return y.qIB(a.invalidateWhen(r,e=>e.handle===i.left.handle),()=>e);return i.left.listeners.increment(),y.FcF(e=>y.qIB(y.NS5(y.Z5i(s.Ie,e(y.gn0(i.left.handle)))),e=>(i.left.listeners.decrement(),e)));case"Right":return i.right.listeners.increment(),y.FcF(e=>y.qIB(y.NS5(y.Z5i(s.J0(t,s.lq({request:r,result:i.right.handle,listeners:i.right.listeners,ownerId:n,state:{completed:!1}})),e(y.gn0(i.right.handle)))),()=>(i.right.listeners.decrement(),y.gn0(i.right.handle))))}}));return e}let a=new F.qR;return a.increment(),y.qIB(y.WW4(),e=>(0,P.ye)(y.Z5i(s.J0(t,s.lq({request:r,result:e,listeners:a,ownerId:n,state:{completed:!1}})),y.gn0(e)),y.OH5(()=>a.decrement())))})})),H=(e,t)=>y.uPR(B,n=>n?y.uPR(M,n=>y.qIB(n.getEither(e),e=>{switch(e._tag){case"Left":return y.rIH;case"Right":return y.$1O(e.right.handle,t)}})):y.rIH),G=(0,a.XY)(2,(e,t)=>y.woH(e,B,t)),$=(0,a.XY)(2,(e,t)=>y.woH(e,M,t))},68289:(e,t,n)=>{"use strict";function r(e){return e.toLowerCase()}n.d(t,{S:()=>r})},69085:(e,t,n)=>{"use strict";n.d(t,{FX:()=>a,Ub:()=>s,Vw:()=>o,do:()=>i});var r=n(56181);let a=Symbol.for("effect/Deferred"),i={_E:e=>e,_A:e=>e},s=e=>({_tag:r.i,joiners:e}),o=e=>({_tag:r.R,effect:e})},70564:(e,t,n)=>{"use strict";n.d(t,{Ej:()=>c,Ie:()=>a,KC:()=>h,L8:()=>s,Si:()=>l,TF:()=>d,TS:()=>b,Tj:()=>f,Ts:()=>i,WQ:()=>u,iv:()=>p,jJ:()=>m,qI:()=>g,zy:()=>o});var r=n(22050);r.oC,r.fi;let a=r.Ie,i=r.Ts,s=r.L8,o=r.zy;r.zN;let l=r.Si;r.HS,r.zu;let c=r.Ej;r.jT,r.bV,r.Tk;let u=r.WQ,d=r.TF,p=r.iv;r.E$;let h=r.KC;r.L$;let f=r.Tj,g=r.qI,m=r.jJ,b=r.TS;r.pb,r.jB},70618:(e,t,n)=>{"use strict";n.d(t,{v:()=>i});var r=n(84976),a=n(16841);let i=(0,r.V)(Symbol.for("effect/FiberRef/currentRequestMap"),()=>(0,a.QID)(new Map))},70830:(e,t,n)=>{"use strict";n.d(t,{Gg:()=>y,J2:()=>b,L8:()=>f,Q$:()=>A,QZ:()=>T,cA:()=>g,cL:()=>p,iv:()=>m,pd:()=>_,yU:()=>k,yo:()=>S,zI:()=>E});var r=n(88916),a=n(67172),i=n(50344),s=n(49934),o=n(89364),l=n(4003),c=n(9977),u=n(42604),d=n(9580);let p=Symbol.for("effect/Differ"),h={[p]:{_P:a.D_,_V:a.D_},pipe(){return(0,i.tT)(this,arguments)}},f=e=>{let t=Object.create(h);return t.empty=e.empty,t.diff=e.diff,t.combine=e.combine,t.patch=e.patch,t},g=()=>f({empty:o.Ie(),combine:(e,t)=>o.kg(t)(e),diff:(e,t)=>o.Ui(e,t),patch:(e,t)=>o.F6(t)(e)}),m=e=>f({empty:s.Ie(),combine:(e,t)=>s.kg(t)(e),diff:(t,n)=>s.Ui({oldValue:t,newValue:n,differ:e}),patch:(t,n)=>s.F6(n,e)(t)}),b=e=>f({empty:l.Ie(),combine:(e,t)=>l.kg(t)(e),diff:(t,n)=>l.Ui({oldValue:t,newValue:n,differ:e}),patch:(t,n)=>l.F6(n,e)(t)}),E=()=>f({empty:c.Ie(),combine:(e,t)=>c.kg(t)(e),diff:(e,t)=>c.Ui(e,t),patch:(e,t)=>c.F6(t)(e)}),y=a.XY(2,(e,t)=>f({empty:u.Ie(),combine:(e,t)=>u.kg(e,t),diff:(n,r)=>u.Ui({oldValue:n,newValue:r,left:e,right:t}),patch:(n,r)=>u.F6(n,{oldValue:r,left:e,right:t})})),T=e=>f({empty:d.Ie(),combine:(e,t)=>d.kg(e,t),diff:(t,n)=>d.Ui({oldValue:t,newValue:n,differ:e}),patch:(t,n)=>d.F6(t,n,e)}),_=a.XY(2,(e,{toNew:t,toOld:n})=>f({empty:e.empty,combine:(t,n)=>e.combine(t,n),diff:(t,r)=>e.diff(n(t),n(r)),patch:(r,a)=>t(e.patch(r,n(a)))})),S=()=>A((e,t)=>t),A=e=>f({empty:a.D_,combine:(e,t)=>e===a.D_?t:t===a.D_?e:n=>t(e(n)),diff:(e,t)=>r.aI(e,t)?a.D_:(0,a.dY)(t),patch:(t,n)=>e(n,t(n))}),k=a.XY(2,(e,t)=>f({empty:[e.empty,t.empty],combine:(n,r)=>[e.combine(n[0],r[0]),t.combine(n[1],r[1])],diff:(n,r)=>[e.diff(n[0],r[0]),t.diff(n[1],r[1])],patch:(n,r)=>[e.patch(n[0],r[0]),t.patch(n[1],r[1])]}))},70951:(e,t,n)=>{"use strict";n.d(t,{FG:()=>m,Gp:()=>y,OC:()=>g,Wc:()=>f,ii:()=>u,j4:()=>T,kb:()=>b,pG:()=>E,sV:()=>_});var r=n(88916),a=n(67172),i=n(33268),s=n(61296),o=n(48905),l=n(77519),c=n(4207);let u=Symbol.for("effect/Either"),d={...l.MS,[u]:{_R:e=>e},[s.FX](){return this.toJSON()},toString(){return(0,s.GP)(this.toJSON())}},p=Object.assign(Object.create(d),{_tag:"Right",_op:"Right",[r.HR](e){return f(e)&&m(e)&&r.aI(this.right,e.right)},[i.HR](){return i.kg(i.tW(this._tag))(i.tW(this.right))},toJSON(){return{_id:"Either",_tag:this._tag,right:(0,s.U2)(this.right)}}}),h=Object.assign(Object.create(d),{_tag:"Left",_op:"Left",[r.HR](e){return f(e)&&g(e)&&r.aI(this.left,e.left)},[i.HR](){return i.kg(i.tW(this._tag))(i.tW(this.left))},toJSON(){return{_id:"Either",_tag:this._tag,left:(0,s.U2)(this.left)}}}),f=e=>(0,o.i5)(e,u),g=e=>"Left"===e._tag,m=e=>"Right"===e._tag,b=e=>{let t=Object.create(h);return t.left=e,t},E=e=>{let t=Object.create(p);return t.right=e,t},y=e=>m(e)?c.dv:c.zN(e.left),T=e=>g(e)?c.dv:c.zN(e.right),_=(0,a.XY)(2,(e,t)=>c.$I(e)?b(t()):E(e.value))},71622:(e,t,n)=>{"use strict";n.d(t,{SX:()=>r,T7:()=>a,u4:()=>i});let r="Continue",a="Close",i="Yield"},72183:(e,t,n)=>{"use strict";n.d(t,{HN:()=>l,Ie:()=>i,b8:()=>o,sS:()=>s});var r=n(8481),a=n(42749);let i=a.Ie;a.L8;let s=a.sS,o=a.b8;a.Im,a.$m,a.Ol,a.d6,a.$m,a.hg,a.WP,a.gP;let l=a.HN;a.DI,r.qB,r.Vh,r.hY},72927:(e,t,n)=>{"use strict";n.d(t,{CW:()=>o,FR:()=>s,Ry:()=>l,U:()=>c,VH:()=>r,dT:()=>a,m9:()=>u,yo:()=>i});let r="InterruptSignal",a="Stateful",i="Resume",s="YieldNow",o=e=>({_tag:r,cause:e}),l=e=>({_tag:a,onFiber:e}),c=e=>({_tag:i,effect:e}),u=()=>({_tag:s})},73129:(e,t,n)=>{"use strict";n.d(t,{C:()=>r});let r=function(e){var t,n;if(null==e)return i;if("function"==typeof e)return a(e);if("object"==typeof e){return Array.isArray(e)?function(e){let t=[],n=-1;for(;++n<e.length;)t[n]=r(e[n]);return a(function(...e){let n=-1;for(;++n<t.length;)if(t[n].apply(this,e))return!0;return!1})}(e):(t=e,a(function(e){let n;for(n in t)if(e[n]!==t[n])return!1;return!0}))}if("string"==typeof e){return n=e,a(function(e){return e&&e.type===n})}throw Error("Expected function, string, or object as test")};function a(e){return function(t,n,r){return!!(function(e){return null!==e&&"object"==typeof e&&"type"in e}(t)&&e.call(this,t,"number"==typeof n?n:void 0,r||void 0))}}function i(){return!0}},74152:(e,t,n)=>{"use strict";n.d(t,{Ej:()=>T,Ie:()=>h,Jt:()=>f,TF:()=>y,hZ:()=>b,zy:()=>m});var r=n(88916),a=n(67172),i=n(33268),s=n(61296),o=n(80905),l=n(50344);let c=Symbol.for("effect/MutableHashMap"),u={[c]:c,[Symbol.iterator](){return new d(this)},toString(){return(0,s.GP)(this.toJSON())},toJSON(){return{_id:"MutableHashMap",values:Array.from(this).map(s.U2)}},[s.FX](){return this.toJSON()},pipe(){return(0,l.tT)(this,arguments)}};class d{constructor(e){this.self=e,this.referentialIterator=e.referential[Symbol.iterator]()}next(){if(void 0!==this.bucketIterator)return this.bucketIterator.next();let e=this.referentialIterator.next();return e.done?(this.bucketIterator=new p(this.self.buckets.values()),this.next()):e}[Symbol.iterator](){return new d(this.self)}}class p{constructor(e){this.backing=e}next(){if(void 0===this.currentBucket){let e=this.backing.next();if(e.done)return e;this.currentBucket=e.value[Symbol.iterator]()}let e=this.currentBucket.next();return e.done?(this.currentBucket=void 0,this.next()):e}}let h=()=>{let e=Object.create(u);return e.referential=new Map,e.buckets=new Map,e.bucketsSize=0,e},f=(0,a.XY)(2,(e,t)=>{if(!1===r.n4(t))return e.referential.has(t)?o.zN(e.referential.get(t)):o.dv();let n=t[i.HR](),a=e.buckets.get(n);return void 0===a?o.dv():g(e,a,t)}),g=(e,t,n,a=!1)=>{for(let i=0,s=t.length;i<s;i++)if(n[r.HR](t[i][0])){let n=t[i][1];return a&&(t.splice(i,1),e.bucketsSize--),o.zN(n)}return o.dv()},m=(0,a.XY)(2,(e,t)=>o.Ru(f(e,t))),b=(0,a.XY)(3,(e,t,n)=>{if(!1===r.n4(t))return e.referential.set(t,n),e;let a=t[i.HR](),s=e.buckets.get(a);return void 0===s?e.buckets.set(a,[[t,n]]):(E(e,s,t),s.push([t,n])),e.bucketsSize++,e}),E=(e,t,n)=>{for(let a=0,i=t.length;a<i;a++)if(n[r.HR](t[a][0])){t.splice(a,1),e.bucketsSize--;return}},y=(0,a.XY)(2,(e,t)=>{if(!1===r.n4(t))return e.referential.delete(t),e;let n=t[i.HR](),a=e.buckets.get(n);return void 0===a||(E(e,a,t),0===a.length&&e.buckets.delete(n)),e}),T=e=>e.referential.size+e.bucketsSize},74565:(e,t,n)=>{"use strict";n.d(t,{L8:()=>f});var r=n(8285),a=n(50344);n(48905);var i=n(93441),s=n(8844),o=n(16841),l=n(83762),c=n(25124),u=n(31107),d=n(16550);function p(e,t){return o.qIB(e.runtimeEffect,e=>o.$we(n=>(n.setFiberRefs(e.fiberRefs),n.currentRuntimeFlags=e.runtimeFlags,o.PpN(t,e.context))))}let h={...r.Em,[u.i]:u.i,pipe(){return(0,a.tT)(this,arguments)},commit(){return this.runtimeEffect}};u.i;let f=(e,t)=>{let n;t=t??c.$M();let r=d.wg(l.RW()),a=o.DYE(()=>{if(!n){let a=new i.pX;n=d.C9(o.Mim(s.X$(c.Yp(e,t),r),e=>{u.cachedRuntime=e}),{scope:r,scheduler:a}),a.flush()}return o.Bqz(n.await)}),u=Object.assign(Object.create(h),{memoMap:t,scope:r,runtimeEffect:a,cachedRuntime:void 0,runtime:()=>void 0===u.cachedRuntime?d.w$(u.runtimeEffect):Promise.resolve(u.cachedRuntime),dispose:()=>d.w$(u.disposeEffect),disposeEffect:o.DYE(()=>(u.runtimeEffect=o.F_Q("ManagedRuntime disposed"),u.cachedRuntime=void 0,s.VN(u.scope,o.x5l))),runFork:(e,t)=>void 0===u.cachedRuntime?d.C9(p(u,e),t):d.vI(u.cachedRuntime)(e,t),runSyncExit:e=>void 0===u.cachedRuntime?d.ej(p(u,e)):d.NV(u.cachedRuntime)(e),runSync:e=>void 0===u.cachedRuntime?d.wg(p(u,e)):d.FZ(u.cachedRuntime)(e),runPromiseExit:(e,t)=>void 0===u.cachedRuntime?d.MN(p(u,e),t):d.Vk(u.cachedRuntime)(e,t),runCallback:(e,t)=>void 0===u.cachedRuntime?d.B5(d.KD)(p(u,e),t):d.B5(u.cachedRuntime)(e,t),runPromise:(e,t)=>void 0===u.cachedRuntime?d.w$(p(u,e),t):d.LP(u.cachedRuntime)(e,t)});return u}},75055:(e,t,n)=>{"use strict";n.d(t,{Fi:()=>c,Jt:()=>o,QP:()=>u,QY:()=>p,X_:()=>d,z2:()=>l});var r=n(16841),a=n(83762),i=n(68122),s=n(93441);r.XOb,a.wT,a.xK,a.BB,a.Rf,r.QID,r._Pd,r.bzD,a.WY,r.sH6;let o=r.U8_;r.JGl,r.QcH,r.Kpo;let l=r.uPR;r.Ecz,r.PNH,r.lOA,r.EbJ,r.qoC,r.tNQ,r.TsL,r.INx,r.GyC,r.D$Q,r.pX6,i.yW,i.Dn;let c=r.Fi1,u=r.QPU;r.KAb,r.bRS,r.G2Y,r.Umi,a.RZ,r.w6U,a.UO,r.krO,a.Lt;let d=s.X_;a.me,r.b1P,r.MP9;let p=r.QYw;r.BzD,r.s$T,r.LGt},75275:(e,t,n)=>{"use strict";n.d(t,{Do:()=>X,nb:()=>x,vV:()=>j,ww:()=>tD,sw:()=>w,Mu:()=>tx,Xx:()=>C,t2:()=>D,oI:()=>V,Jr:()=>K,IK:()=>P,RJ:()=>F,Nu:()=>M,Ku:()=>B,lo:()=>U,c1:()=>H,pm:()=>$,RK:()=>G,sx:()=>ee,Wj:()=>tP,rC:()=>tM,_3:()=>tF,cb:()=>Y,yu:()=>W,U$:()=>z,Ek:()=>q,Cm:()=>J,Hd:()=>Q,ex:()=>tj,u4:()=>et,Si:()=>eh,rQ:()=>em,Vy:()=>tH,x1:()=>en,kr:()=>er,Nf:()=>ea,Pm:()=>ei,W$:()=>eo,i8:()=>el,Dd:()=>eu,AA:()=>ed,i4:()=>eg,k$:()=>tK,RO:()=>tV,d5:()=>eb,Xe:()=>eE,XP:()=>ey,EN:()=>eT,N6:()=>e_,oJ:()=>eS,nl:()=>eA,Mw:()=>tn,zM:()=>Z,VW:()=>es,_B:()=>tL,A_:()=>tB,Rm:()=>eI,rr:()=>eL,MD:()=>ev,Og:()=>ew,Zc:()=>eC,fH:()=>eR,om:()=>eN,FF:()=>eO,lI:()=>ek,HW:()=>ex,Z9:()=>t$,OM:()=>eM,aW:()=>eB,YW:()=>ep,Bj:()=>eU,h1:()=>eH,ze:()=>eG,dv:()=>e$,Oo:()=>eY,uK:()=>ez,SM:()=>tZ,xS:()=>ej,DM:()=>eW,Zk:()=>eq,Bz:()=>eX,iv:()=>eV,Pf:()=>eK,c7:()=>eZ,yT:()=>eJ,TS:()=>eQ,XK:()=>e0,KE:()=>e1,wn:()=>e3,_S:()=>e4,XN:()=>tR,A3:()=>tN,p4:()=>tI,KO:()=>tv,ZF:()=>tO,N:()=>tw,gB:()=>tC,Z:()=>e6,yy:()=>e8,Fu:()=>tY,Wb:()=>tz,lw:()=>e9,nG:()=>e7,Uy:()=>te,G6:()=>tt,QK:()=>tr,v6:()=>ta,Bi:()=>ti,nA:()=>ts,sF:()=>to,Ly:()=>tc,TN:()=>tl,ay:()=>tu,yW:()=>td,kJ:()=>tp,gZ:()=>tf,xA:()=>tg,$m:()=>th,bS:()=>L,NJ:()=>tm,ix:()=>tb,xI:()=>tG,Pb:()=>tE,En:()=>ty,bU:()=>tT,gv:()=>tW,z7:()=>t_,iz:()=>tS,mf:()=>tA,f1:()=>eD,Xz:()=>tk,hq:()=>tq,fR:()=>tX});var r=n(55060),a=n(95793),i=n(30990),s=n(50995),o=n(36196),l=n(98844),c=n(67172),u=n(20733),d=n(70564),p=n(96540),h=n(93404),f=n(87448);let g=f.L8;f.XX;var m=n(80905),b=n(48905),E=n(4989),y=n(98953),T=n(95329),_=n(83483),S=n(66756),A=n(16841),k=n(14875),I=n(5529),N=n(27911),v=n(66119),R=n(8481),O=n(34279);let w=(0,c.XY)(e=>A.yw5(e[0]),function(){let e=arguments;return A.q1t(e[0],A.Umi,"string"==typeof e[1]?u.hZ(e[1],e[2]):t=>Object.entries(e[1]).reduce((e,[t,n])=>u.hZ(e,t,n),t))}),C=e=>A.TjK(e,m.zN),D=e=>A.xm_(e,m.zN),L=e=>{let t,n;return"function"==typeof e?t=e:(t=e.try,n=e.catch),A.DYE(()=>{try{return A.PyW((0,T.sn)(t))}catch(e){return A.fJG(n?(0,T.sn)(()=>n(e)):new A.Uis(e,"An unknown error occurred in Effect.try"))}})},x=(0,c.XY)(3,(e,t,n)=>A.h9N(e,e=>b.i5(e,t)&&e[t]===n.failure?n.onFailure(e):A.fJG(e))),P=(0,c.XY)(2,(e,t)=>A.uPo(e,e=>{let n=_.I6(e,e=>_.VY(e)?m.zN(e):m.dv());switch(n._tag){case"None":return A.ATB(e);case"Some":return t(n.value.defect)}})),F=(0,c.XY)(2,(e,t)=>A.khu(e,{onFailure:e=>{let n=t(e);switch(n._tag){case"None":return A.ATB(e);case"Some":return n.value}},onSuccess:A.PyW})),M=(0,c.XY)(2,(e,t)=>A.uPo(e,e=>{let n=_.I6(e,e=>_.VY(e)?m.zN(e):m.dv());switch(n._tag){case"None":return A.ATB(e);case"Some":{let r=t(n.value.defect);return"Some"===r._tag?r.value:A.ATB(e)}}})),B=(0,c.XY)(e=>A.yw5(e[0]),(e,...t)=>{let n,r=t[t.length-1];return n=2===t.length?b.$J(t[0]):e=>{let n=b.i5(e,"_tag")?e._tag:void 0;if(!n)return!1;for(let e=0;e<t.length-1;e++)if(t[e]===n)return!0;return!1},A.XWm(e,n,r)}),U=(0,c.XY)(2,(e,t)=>{let n;return A.XWm(e,e=>(n??=Object.keys(t),b.i5(e,"_tag")&&b.Kg(e._tag)&&n.includes(e._tag)),e=>t[e._tag](e))}),H=e=>A.D$$(e,{onFailure:c.D_,onSuccess:()=>_.Ie}),G=i.RK,$=G(A.PyW),Y=(0,c.XY)(2,(e,t)=>A.aNH(i.yy(t),e)),z=e=>A.$we((t,n)=>e({id:t.id(),status:n,interruptors:_.ml(t.getFiberRef(A.LGt))})),j=z(e=>d.Ej(e.interruptors)>0?A.GaK:A.rIH),W=z(A.PyW),q=e=>te(e,em,N.Ui),X=A.PyW({}),V=I.oI(A.TjK,A.qIB),K=I.Jr(A.TjK),Z=I.zM(A.TjK),J=(0,c.XY)(2,(e,t)=>A.DYE(()=>{let n,r=e[Symbol.iterator](),a=[],i=A.PyW(!1),s=0;for(;(n=r.next())&&!n.done;){let e=n.value,r=s++;i=A.qIB(i,n=>n?(a.push(e),A.PyW(!0)):t(e,r))}return A.TjK(i,()=>a)})),Q=(0,c.XY)(2,(e,t)=>A.DYE(()=>{let n,r=e[Symbol.iterator](),a=[],i=A.PyW(!0),s=0;for(;(n=r.next())&&!n.done;){let e=n.value,r=s++;i=A.qIB(i,n=>A.TjK(n?t(e,r):A.PyW(!1),t=>(t||a.push(e),t)))}return A.TjK(i,()=>a)})),ee=e=>A.TjK(A._OA(),e),et=e=>A.NWQ(e,()=>A.qIB(A.m9E(),()=>et(e))),en=(0,c.XY)(2,(e,t)=>A.TjK(A.CFK(e,c.D_),r.x1(t))),er=(0,c.XY)(3,(e,t,n)=>ei(e,t,e=>A.Kbz(()=>n(e)))),ea=(0,c.XY)(3,(e,t,n)=>ei(e,t,()=>A.GSS(n))),ei=(0,c.XY)(3,(e,t,n)=>A.qIB(e,e=>t(e)?A.PyW(e):n(e))),es=(0,c.XY)(3,(e,t,n)=>A.DYE(()=>t(e)?A.PyW(e):A.fJG(n(e)))),eo=(0,c.XY)(e=>A.yw5(e[0]),(e,t,n)=>ei(e,t,e=>void 0===n?A.fJG(new A.kJg):A.gOk(()=>n(e)))),el=(0,c.XY)(2,(e,t)=>A.DYE(()=>{let n=e[Symbol.iterator](),r=n.next();return r.done?A.PyW(m.dv()):ec(n,0,t,r.value)})),ec=(e,t,n,r)=>A.qIB(n(r,t),a=>{if(a)return A.PyW(m.zN(r));let i=e.next();return i.done?A.PyW(m.dv()):ec(e,t+1,n,i.value)}),eu=e=>A.DYE(()=>{let t=a.Ts(e);return a.J_(t)?(0,c.Fs)(a.Rx(t),r.TS(a.v4(t),(e,t)=>A.NWQ(e,()=>t))):A.Kbz(()=>new A.nAV("Received an empty collection of effects"))}),ed=(0,c.XY)(2,(e,t)=>A.UUz(t(A.UUz(e)))),ep=(0,c.XY)(2,(e,t)=>A.tvg(e,{onFailure:e=>A.PyW(t.onFailure(e)),onSuccess:e=>A.PyW(t.onSuccess(e))})),eh=(0,c.XY)(2,(e,t)=>A.DYE(()=>ef(e[Symbol.iterator](),0,t))),ef=(e,t,n)=>{let r=e.next();return r.done?A.PyW(!0):A.qIB(n(r.value,t),r=>r?ef(e,t+1,n):A.PyW(r))},eg=e=>{let t=A.qIB(A.qIB(e,()=>A.m9E()),()=>t);return t},em=A.$we(e=>A.PyW(e.getFiberRefs())),eb=e=>A.qIB(e,e=>{let t=e[Symbol.iterator]().next();return t.done?A.fJG(new A.kJg):A.PyW(t.value)}),eE=e=>ep(e,{onFailure:c.Yi,onSuccess:c.Yi}),ey=e=>A.khu(e,{onFailure:e=>ev(e,"An error was silently ignored because it is not anticipated to be useful"),onSuccess:()=>A.rIH}),eT=e=>ty((t,n)=>l.rl(n,t,e)),e_=e=>ep(e,{onFailure:c.ue,onSuccess:c.f4}),eS=e=>ep(e,{onFailure:c.f4,onSuccess:c.ue}),eA=(e,t)=>A.DYE(()=>t.while(e)?A.qIB(t.body(e),e=>eA(e,t)):A.PyW(e)),ek=e=>(...t)=>{let n,r=m.k$(e);for(let e=0,r=t.length;e<r;e++){let r=t[e];_.Aj(r)&&(n=void 0!==n?_.il(n,r):r,t=[...t.slice(0,e),...t.slice(e+1)],e--)}return void 0===n&&(n=_.Ie),A.$we(e=>(e.log(t,n,r),A.rIH))},eI=ek(),eN=ek(h.Cn),ev=ek(h.y),eR=ek(h.R2),eO=ek(h.N5),ew=ek(h.$D),eC=ek(h.Lj),eD=(0,c.XY)(2,(e,t)=>A.qIB(i.Ru,n=>A.q1t(e,A.krO,p.Hs(g(t,n))))),eL=A.U8_(A.Umi),ex=(e,t)=>t.discard?eF(e,t.while,t.step,t.body):A.TjK(eP(e,t.while,t.step,t.body),r.Ts),eP=(e,t,n,r)=>A.DYE(()=>t(e)?A.qIB(r(e),a=>A.TjK(eP(n(e),t,n,r),p.Hs(a))):A.OH5(()=>p.Ie())),eF=(e,t,n,r)=>A.DYE(()=>t(e)?A.qIB(r(e),()=>eF(n(e),t,n,r)):A.rIH),eM=(0,c.XY)(3,(e,t,n)=>A.DYE(()=>{let r,a=e[Symbol.iterator](),i=[],s=A.PyW(t),o=0;for(;!(r=a.next()).done;){let e=o++,t=r.value;s=A.qIB(s,r=>A.TjK(n(r,t,e),([e,t])=>(i.push(t),e)))}return A.TjK(s,e=>[e,i])})),eB=(0,c.XY)(2,(e,t)=>A.khu(e,{onFailure:e=>A.pVV(()=>t(e)),onSuccess:A.PyW})),eU=e=>(0,c.Fs)(A.WW4(),A.qIB(t=>(0,c.Fs)(te(e,A.yU6(em,A.m$m),([e,t],[n,r])=>[N.Ui(e,n),R.Ui(t,r)]),A._ig(t),eY,A.TjK(e=>A.aNH(e,(0,c.Fs)(A.gn0(t),A.qIB(([e,t])=>A.as(A.yU6(eX(e[0]),A.$QS(e[1])),t)))))))),eH=e=>A.tvg(e,{onFailure:e=>A.PyW(e),onSuccess:A.PyW}),eG=e=>A.TjK(e,e=>!e),e$=e=>A.qIB(e,e=>{switch(e._tag){case"None":return A.rIH;case"Some":return A.fJG(new A.kJg)}}),eY=e=>A.TjK(E.L8(!0),t=>A.NLW(A.iK2(e,E.C2(t,!1)))),ez=e=>A.tvg(e,{onFailure:()=>A.PyW(m.dv()),onSuccess:e=>A.PyW(m.zN(e))}),ej=(0,c.XY)(2,(e,t)=>A.NWQ(e,()=>A.gOk(t))),eW=(0,c.XY)(2,(e,t)=>A.NWQ(e,()=>A.OH5(t))),eq=e=>A.khu(e,{onFailure:e=>{let t=r.Ts(_.e9(e));return 0===t.length?A.ATB(e):A.fJG(t)},onSuccess:A.PyW}),eX=e=>ty((t,n)=>(0,c.Fs)(e,N.F6(t,n))),eV=e=>e.length>=1?A.bIC((t,n)=>{try{e(n).then(e=>t(A.PyW(e)),e=>t(A.F_Q(e)))}catch(e){t(A.F_Q(e))}}):A.bIC(t=>{try{e().then(e=>t(A.PyW(e)),e=>t(A.F_Q(e)))}catch(e){t(A.F_Q(e))}}),eK=(0,c.XY)(3,(e,t,n)=>A.d_m(r=>A.PpN(e,s.WQ(r,t,n)))),eZ=(0,c.XY)(3,(e,t,n)=>A.d_m(r=>A.qIB(n,n=>A.PpN(e,(0,c.Fs)(r,s.WQ(t,n)))))),eJ=k.Gx(A.PyW),eQ=(0,c.XY)(3,(e,t,n)=>r.Ts(e).reduce((e,t,r)=>A.qIB(e,e=>n(e,t,r)),A.PyW(t))),e0=(0,c.XY)(3,(e,t,n)=>r.Ts(e).reduceRight((e,t,r)=>A.qIB(e,e=>n(t,e,r)),A.PyW(t))),e1=(0,c.XY)(3,(e,t,n)=>A.qIB(A.OH5(()=>e[Symbol.iterator]()),e=>e2(e,0,t,n.while,n.body))),e2=(e,t,n,r,a)=>{let i=e.next();return!i.done&&r(n)?A.qIB(a(n,i.value,t),n=>e2(e,t+1,n,r,a)):A.PyW(n)},e3=(0,c.XY)(2,(e,t)=>A.DYE(()=>e5(e,t))),e5=(e,t)=>A.qIB(e,n=>t<=0?A.PyW(n):A.aNH(A.m9E(),e5(e,t-1))),e4=e=>A.khu(e,{onFailure:A.fJG,onSuccess:A.PyW}),e6=e=>A.DYE(()=>l.Au(e)),e8=i.yy,e9=A.PyW(m.dv()),e7=e=>A.PyW(m.zN(e)),te=(0,c.XY)(3,(e,t,n)=>A.qIB(t,r=>A.qIB(e,e=>A.TjK(t,t=>[n(r,t),e])))),tt=(0,c.XY)(e=>A.yw5(e[0]),function(){return tn(arguments[0],"string"==typeof arguments[1]?[v.L8(arguments[1],arguments[2])]:Object.entries(arguments[1]).map(([e,t])=>v.L8(e,t)))}),tn=(0,c.XY)(2,(e,t)=>A.q1t(e,A.b1P,e=>r.KC(e,t))),tr=(0,c.XY)(2,(e,t)=>A.DYE(()=>{let n,r=e[Symbol.iterator](),a=[],i=A.PyW(!1),s=0;for(;(n=r.next())&&!n.done;){let e=n.value,r=s++;i=A.qIB(i,n=>n?A.PyW(!0):(a.push(e),t(e,r)))}return A.TjK(i,()=>a)})),ta=(0,c.XY)(2,(e,t)=>A.DYE(()=>{let n,r=e[Symbol.iterator](),a=[],i=A.PyW(!0),s=0;for(;(n=r.next())&&!n.done;){let e=n.value,r=s++;i=A.qIB(i,n=>(0,c.Fs)(n?t(e,r):A.PyW(!1),A.TjK(t=>(t&&a.push(e),t))))}return A.TjK(i,()=>a)})),ti=(0,c.XY)(2,(e,{onFailure:t,onSuccess:n})=>A.khu(e,{onFailure:e=>{let n=_.vE(e);switch(n._tag){case"Left":return A.aNH(t(n.left),A.ATB(e));case"Right":return A.ATB(e)}},onSuccess:e=>A.as(n(e),e)})),ts=(0,c.XY)(2,(e,t)=>A.uPo(e,e=>m.YW(_.AW(e),{onNone:()=>A.ATB(e),onSome:n=>A.aNH(t(n),A.ATB(e))}))),to=(0,c.XY)(2,(e,t)=>A.khu(e,{onFailure:e=>{let n=_.vE(e);switch(n._tag){case"Left":return A.aNH(t(n.left),A.ATB(e));case"Right":return A.ATB(e)}},onSuccess:A.PyW})),tl=(0,c.XY)(3,(e,t,n)=>to(e,e=>b.$J(e,t)?n(e):A.rIH)),tc=(0,c.XY)(2,(e,t)=>A.khu(e,{onFailure:e=>A.aNH(t(e),A.ATB(e)),onSuccess:A.PyW})),tu=e=>td(e,i.s0),td=(0,c.XY)(2,(e,t)=>te(e,t,(e,t)=>o.cF(t-e))),tp=(0,y.wT)(A.PyW),th=e=>{let t,n;"function"==typeof e?t=e:(t=e.try,n=e.catch);let r=e=>n?A.gOk(()=>n(e)):A.fJG(new A.Uis(e,"An unknown error occurred in Effect.tryPromise"));return t.length>=1?A.bIC((e,n)=>{try{t(n).then(t=>e(A.PyW(t)),t=>e(r(t)))}catch(t){e(r(t))}}):A.bIC(e=>{try{t().then(t=>e(A.PyW(t)),t=>e(r(t)))}catch(t){e(r(t))}})},tf=(0,c.XY)(2,(e,t)=>A.qIB(e,e=>L({try:()=>t.try(e),catch:t.catch}))),tg=(0,c.XY)(2,(e,t)=>A.qIB(e,e=>th({try:t.try.length>=1?n=>t.try(e,n):()=>t.try(e),catch:t.catch}))),tm=(0,c.XY)(2,(e,t)=>A.DYE(()=>t()?e9:C(e))),tb=(0,c.XY)(2,(e,t)=>A.qIB(t,t=>t?e9:C(e))),tE=e=>eB(e,_.Bq),ty=e=>A.$we(t=>(t.setFiberRefs(e(t.id(),t.getFiberRefs())),A.rIH)),tT=(0,c.XY)(3,(e,t,n)=>A.kyh(e,e=>s.WQ(e,t,n(s.$v(e,t))))),t_=(0,c.XY)(2,(e,t)=>A.DYE(()=>t()?A.TjK(e,m.zN):A.PyW(m.dv()))),tS=(0,c.XY)(3,(e,t,n)=>A.qIB(A.U8_(t),t=>n(t)?A.TjK(e,e=>[t,m.zN(e)]):A.PyW([t,m.dv()]))),tA=(0,c.XY)(3,(e,t,n)=>A.qIB(E.Jt(t),t=>n(t)?A.TjK(e,e=>[t,m.zN(e)]):A.PyW([t,m.dv()]))),tk=(0,c.XY)(2,(e,t)=>t(e)),tI=(e,t)=>(...n)=>A.qIB(e,e=>t(e)(...n)),tN=(e,t)=>(...n)=>A.TjK(e,e=>t(e)(...n)),tv=e=>new Proxy({},{get:(t,n,r)=>(...t)=>A.qIB(e,e=>e[n](...t))}),tR=e=>new Proxy({},{get:(t,n,r)=>A.qIB(e,e=>A.yw5(e[n])?e[n]:A.PyW(e[n]))}),tO=e=>({functions:tv(e),constants:tR(e)}),tw=e=>A.TjK(A._OA(),s.om(e)),tC=e=>A.qIB(A._OA(),s.om(e)),tD=function(){let e=arguments;return eE(A.qIB(tM,t=>A.OH5(()=>{if("string"==typeof e[0])t.attribute(e[0],e[1]);else for(let n in e[0])t.attribute(n,e[0][n])})))},tL=function(){let e=arguments,t=Array.isArray(e[0])?e[0]:[{_tag:"SpanLink",span:e[0],attributes:e[1]??{}}];return eE(A.qIB(tF,e=>A.OH5(()=>e.addLinks(t))))},tx=(0,c.XY)(e=>A.yw5(e[0]),function(){let e=arguments;return A.q1t(e[0],A.BzD,"string"==typeof e[1]?u.hZ(e[1],e[2]):t=>Object.entries(e[1]).reduce((e,[t,n])=>u.hZ(e,t,n),t))}),tP=tC(O.Te),tF=A.qIB(A._OA(),e=>{let t=e.unsafeMap.get(O.Te.key);return void 0!==t&&"Span"===t._tag?A.PyW(t):A.fJG(new A.kJg)}),tM=A.qIB(A._OA(),e=>{let t=tH(s.om(e,O.Te));return"Some"===t._tag&&"Span"===t.value._tag?A.PyW(t.value):A.fJG(new A.kJg)}),tB=(0,c.XY)(e=>A.yw5(e[0]),(e,t,n)=>A.q1t(e,A.s$T,a.BC({_tag:"SpanLink",span:t,attributes:n??{}}))),tU=BigInt(0),tH=m.qI(e=>s.Jt(e.context,O.DW)?"Span"===e._tag?tH(e.parent):m.dv():m.zN(e)),tG=(e,t,n)=>{let o,c=!e.getFiberRef(A.MP9)||n.context&&s.Jt(n.context,O.DW),d=e.getFiberRef(A.Fi1),p=n.parent?m.zN(n.parent):n.root?m.dv():tH(s.om(d,O.Te));if(c)o=A.bVS({name:t,parent:p,context:s.WQ(n.context??s.Ie(),O.DW,!0)});else{let c=e.getFiberRef(k.qJ),d=s.Jt(c,O.Ez),h=s.Jt(c,i.zD),f=e.getFiberRef(A.QYw),g=e.getFiberRefs(),m=l.Jt(g,A.BzD),b=l.Jt(g,A.s$T),E="Some"===b._tag?void 0!==n.links?[...a.h3(b.value),...n.links??[]]:a.h3(b.value):n.links??r.Ie();o=d.span(t,p,n.context??s.Ie(),E,f?h.unsafeCurrentTimeNanos():tU,n.kind??"internal",n),"Some"===m._tag&&u.jJ(m.value,(e,t)=>o.attribute(t,e)),void 0!==n.attributes&&Object.entries(n.attributes).forEach(([e,t])=>o.attribute(e,t))}return"function"==typeof n.captureStackTrace&&_.rF.set(o,n.captureStackTrace),o},t$=(e,t)=>(t=O.ZA(t),A.$we(n=>A.PyW(tG(n,e,t)))),tY=A.U8_(A.BzD),tz=A.U8_(A.s$T),tj=(e,t,n,r)=>A.OH5(()=>{"Ended"!==e.status._tag&&(A.VE1(t)&&_.rF.has(e)&&e.attribute("code.stacktrace",_.rF.get(e)()),e.end(r?n.unsafeCurrentTimeNanos():tU,t))}),tW=(e,...t)=>{let n=O.ZA(1===t.length?void 0:t[0]),r=t[t.length-1];return A.$we(t=>{let a=tG(t,e,n),i=t.getFiberRef(A.QYw),o=s.Jt(t.getFiberRef(k.qJ),S.hV);return A.cfM(r(a),e=>tj(a,e,o,i))})},tq=(0,c.XY)(2,(e,t)=>eK(e,O.Te,t)),tX=function(){let e="string"!=typeof arguments[0],t=e?arguments[1]:arguments[0],n=O.ZA(e?arguments[2]:arguments[1]);if(e){let e=arguments[0];return tW(t,n,t=>tq(e,t))}return e=>tW(t,n,t=>tq(e,t))},tV=e=>function(){let t=e.captureStackTrace??!1;if(!1!==e.captureStackTrace){let e=Error.stackTraceLimit;Error.stackTraceLimit=2;let n=Error();Error.stackTraceLimit=e;let r=!1;t=()=>!1!==r?r:n.stack?r=n.stack.trim().split("\n").slice(2).join("\n").trim():void 0}return A.DYE(()=>{let n="function"==typeof e.options?e.options.apply(null,arguments):e.options;return tX(A.DYE(()=>(0,T.sn)(()=>e.body.apply(this,arguments))),n.name,{...n,captureStackTrace:t})})},tK=e=>null==e?A.fJG(new A.kJg):A.PyW(e),tZ=e=>A.h9N(A.TjK(e,m.zN),e=>A.QRo(e)?e9:A.fJG(e))},75344:(e,t,n)=>{"use strict";n.d(t,{$v:()=>g,Cl:()=>u,Jt:()=>p,L8:()=>d,hZ:()=>h,lA:()=>m});var r=n(67172),a=n(50344),i=n(8516),s=n(13459),o=n(29654);let l=Symbol.for("effect/TRef"),c={_A:e=>e};class u{constructor(e){this[l]=c,this.versioned=new o.G(e),this.todos=new Map}modify(e){return i.QZ(t=>{let n=f(this,t),[r,a]=e(s.$v(n));return s.lA(n,a),r})}pipe(){return(0,a.tT)(this,arguments)}}let d=e=>i.QZ(t=>{let n=new u(e);return t.set(n,s.L8(n,!0)),n}),p=e=>e.modify(e=>[e,e]),h=(0,r.XY)(2,(e,t)=>e.modify(()=>[void 0,t])),f=(e,t)=>{if(t.has(e))return t.get(e);let n=s.L8(e,!1);return t.set(e,n),n},g=(0,r.XY)(2,(e,t)=>s.$v(f(e,t))),m=(0,r.XY)(3,(e,t,n)=>{let r=f(e,n);s.lA(r,t)})},75921:(e,t,n)=>{"use strict";n.d(t,{X:()=>a,g:()=>r});let r="ContinuationK",a="ContinuationFinalizer"},76548:(e,t,n)=>{"use strict";function r(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}n.d(t,{B:()=>r})},77519:(e,t,n)=>{"use strict";n.d(t,{$n:()=>c,C6:()=>E,Em:()=>m,Hs:()=>h,KE:()=>g,MS:()=>f,O4:()=>u,Pe:()=>b,TW:()=>d,bw:()=>y,le:()=>p});var r=n(88916),a=n(33268),i=n(50344),s=n(95329),o=n(97671),l=n(486);let c=Symbol.for("effect/Effect"),u=Symbol.for("effect/Stream"),d=Symbol.for("effect/Sink"),p=Symbol.for("effect/Channel"),h={_R:e=>e,_E:e=>e,_A:e=>e,_V:l.M()},f={[c]:h,[u]:h,[d]:{_A:e=>e,_In:e=>e,_L:e=>e,_E:e=>e,_R:e=>e},[p]:{_Env:e=>e,_InErr:e=>e,_InElem:e=>e,_InDone:e=>e,_OutErr:e=>e,_OutElem:e=>e,_OutDone:e=>e},[r.HR](e){return this===e},[a.HR](){return a.PO(this,a.yT(this))},[Symbol.iterator](){return new s.BW(new s.WT(this))},pipe(){return(0,i.tT)(this,arguments)}},g={[a.HR](){return a.PO(this,a.QK(this))},[r.HR](e){let t=Object.keys(this),n=Object.keys(e);if(t.length!==n.length)return!1;for(let n of t)if(!(n in e&&r.aI(this[n],e[n])))return!1;return!0}},m={...f,_op:o.kK},b={...m,...g},E=function(){function e(){}return e.prototype=m,e}(),y=function(){function e(){}return e.prototype=b,e}()},77681:(e,t,n)=>{"use strict";n.d(t,{U5:()=>s,pH:()=>i});var r=n(63928),a=n(18896);n(48905).Et,r.ai;let i=a.ai,s=e=>Math.max(Math.pow(2,Math.ceil(Math.log(e)/Math.log(2))),2)},77728:(e,t,n)=>{"use strict";n.d(t,{L:()=>c,n:()=>u});var r=n(86359),a=n(95793),i=n(49433),s=n(10592),o=n(67172),l=n(80905);let c=e=>Object.assign(e,{chunk(e){return this(i.succeed(e))},die(e){return this(i.die(e))},dieMessage(e){return this(i.dieMessage(e))},done(e){return this(i.suspend(()=>s.Uc(e,{onFailure:l.zN,onSuccess:a.of})))},end(){return this(i.fail(l.dv()))},fail(e){return this(i.fail(l.zN(e)))},fromEffect(e){return this(i.mapBoth(e,{onFailure:l.zN,onSuccess:a.of}))},fromEffectChunk(e){return this((0,o.Fs)(e,i.mapError(l.zN)))},halt(e){return this(i.failCause((0,o.Fs)(e,r.Tj(l.zN))))},single(e){return this(i.succeed(a.of(e)))}}),u=(e,t)=>{let n=!1,r=[],i=!1;function o(e){if(n)return!1;if(e.length<=5e4)r.push.apply(r,e);else for(let t=0;t<e.length;t++)r.push(e[0]);return i||(i=!0,t.scheduleTask(l,0)),!0}function l(){i=!1,r.length>0&&(e.unsafeOffer(r),r=[])}function c(t){n||(n=!0,"Success"===t._tag&&r.push(t.value),l(),e.unsafeOffer("Success"===t._tag?s.rI:t))}return{single:e=>!n&&(r.push(e),i||(i=!0,t.scheduleTask(l,0)),!0),array:o,chunk:e=>o(a.h3(e)),done:c,end(){n||(n=!0,l(),e.unsafeOffer(s.rI))},halt:e=>c(s.AT(e)),fail:e=>c(s.fJ(e)),die:e=>c(s.F_(e)),dieMessage:e=>c(s.F_(Error(e)))}}},77815:(e,t,n)=>{"use strict";n.d(t,{jb:()=>s});var r=n(48250);let a=/^\[!(NOTE|TIP|IMPORTANT|WARNING|CAUTION)\]/i,i=/^\[!(NOTE|TIP|IMPORTANT|WARNING|CAUTION)(\/.*)?\]/i,s=({legacyTitle:e=!1,tagName:t="div",classNames:n=""}={})=>s=>{(0,r.YR)(s,"blockquote",(r,s,l)=>{let c="",u="",d=!0,p=r.children.map(t=>{if(d&&"paragraph"===t.type){let n=t.children[0],r="text"===n.type?n.value:"",s=e?i:a,o=r.match(s);if(o&&(d=!1,c=o[1].toLocaleLowerCase(),u=e&&o[2]||c.toLocaleUpperCase(),r.includes("\n")&&(t.children[0]={type:"text",value:r.replace(s,"").replace(/^\n+/,"")}),!r.includes("\n"))){let e=[];t.children.forEach((t,n)=>{0==n||(1!=n||"break"!==t.type)&&e.push(t)}),t.children=[...e]}}return t});c&&(r.data={hName:t,hProperties:{className:["markdown-alert",`markdown-alert-${c}`,...n.split(" ").filter(e=>e.length)],dir:"auto"}},p.unshift({type:"paragraph",children:[{type:"emphasis",data:{hName:"svg",hProperties:{className:["octicon"],viewBox:"0 0 16 16",width:"16",height:"16",ariaHidden:"true"}},children:[{type:"emphasis",data:{hName:"path",hProperties:{d:o[c]??""}},children:[]}]},{type:"text",value:u.replace(/^\//,"")}],data:{hProperties:{className:"markdown-alert-title",dir:"auto"}}})),r.children=[...p]})},o={note:"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z",tip:"M8 1.5c-2.363 0-4 1.69-4 3.75 0 .984.424 1.625.984 2.304l.214.253c.223.264.47.556.673.848.284.411.537.896.621 1.49a.75.75 0 0 1-1.484.211c-.04-.282-.163-.547-.37-.847a8.456 8.456 0 0 0-.542-.68c-.084-.1-.173-.205-.268-.32C3.201 7.75 2.5 6.766 2.5 5.25 2.5 2.31 4.863 0 8 0s5.5 2.31 5.5 5.25c0 1.516-.701 2.5-1.328 3.259-.095.115-.184.22-.268.319-.207.245-.383.453-.541.681-.208.3-.33.565-.37.847a.751.751 0 0 1-1.485-.212c.084-.593.337-1.078.621-1.489.203-.292.45-.584.673-.848.075-.088.147-.173.213-.253.561-.679.985-1.32.985-2.304 0-2.06-1.637-3.75-4-3.75ZM5.75 12h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5ZM6 15.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z",important:"M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",warning:"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",caution:"M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"}},78115:(e,t,n)=>{"use strict";n.d(t,{h:()=>d,s:()=>p});var r=n(4918),a=n(86994);let i=/[#.]/g;var s=n(38609),o=n(68289),l=n(51705);function c(e,t,n){let r=n?function(e){let t=new Map;for(let n of e)t.set(n.toLowerCase(),n);return t}(n):void 0;return function(n,o,...c){let d;if(null==n)d={type:"root",children:[]},c.unshift(o);else{let p=(d=function(e,t){let n,r,a=e||"",s={},o=0;for(;o<a.length;){i.lastIndex=o;let e=i.exec(a),t=a.slice(o,e?e.index:a.length);t&&(n?"#"===n?s.id=t:Array.isArray(s.className)?s.className.push(t):s.className=[t]:r=t,o+=t.length),e&&(n=e[0],o++)}return{type:"element",tagName:r||t||"div",properties:s,children:[]}}(n,t)).tagName.toLowerCase(),h=r?r.get(p):void 0;if(d.tagName=h||p,function(e){if(null===e||"object"!=typeof e||Array.isArray(e))return!0;if("string"!=typeof e.type)return!1;for(let t of Object.keys(e)){let n=e[t];if(n&&"object"==typeof n){if(!Array.isArray(n))return!0;for(let e of n)if("number"!=typeof e&&"string"!=typeof e)return!0}}return!!("children"in e&&Array.isArray(e.children))}(o))c.unshift(o);else for(let[t,n]of Object.entries(o))!function(e,t,n,r){let i,o=(0,s.I)(e,n);if(null!=r){if("number"==typeof r){if(Number.isNaN(r))return;i=r}else i="boolean"==typeof r?r:"string"==typeof r?o.spaceSeparated?(0,l.q)(r):o.commaSeparated?(0,a.q)(r):o.commaOrSpaceSeparated?(0,l.q)((0,a.q)(r).join(" ")):u(o,o.property,r):Array.isArray(r)?[...r]:"style"===o.property?function(e){let t=[];for(let[n,r]of Object.entries(e))t.push([n,r].join(": "));return t.join("; ")}(r):String(r);if(Array.isArray(i)){let e=[];for(let t of i)e.push(u(o,o.property,t));i=e}"className"===o.property&&Array.isArray(t.className)&&(i=t.className.concat(i)),t[o.property]=i}}(e,d.properties,t,n)}for(let e of c)!function e(t,n){if(null==n);else if("number"==typeof n||"string"==typeof n)t.push({type:"text",value:String(n)});else if(Array.isArray(n))for(let r of n)e(t,r);else if("object"==typeof n&&"type"in n)"root"===n.type?e(t,n.children):t.push(n);else throw Error("Expected node, nodes, or string, got `"+n+"`")}(d.children,e);return"element"===d.type&&"template"===d.tagName&&(d.content={type:"root",children:d.children},d.children=[]),d}}function u(e,t,n){if("string"==typeof n){if(e.number&&n&&!Number.isNaN(Number(n)))return Number(n);if((e.boolean||e.overloadedBoolean)&&(""===n||(0,o.S)(n)===(0,o.S)(t)))return!0}return n}let d=c(r.qy,"div"),p=c(r.JW,"g",["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","solidColor","textArea","textPath"])},78750:(e,t,n)=>{"use strict";n.d(t,{Ay:()=>u});let r="object"==typeof self?self:globalThis,a=e=>{var t;let n,a;return(t=new Map,n=(e,n)=>(t.set(n,e),e),a=i=>{if(t.has(i))return t.get(i);let[s,o]=e[i];switch(s){case 0:case -1:return n(o,i);case 1:{let e=n([],i);for(let t of o)e.push(a(t));return e}case 2:{let e=n({},i);for(let[t,n]of o)e[a(t)]=a(n);return e}case 3:return n(new Date(o),i);case 4:{let{source:e,flags:t}=o;return n(new RegExp(e,t),i)}case 5:{let e=n(new Map,i);for(let[t,n]of o)e.set(a(t),a(n));return e}case 6:{let e=n(new Set,i);for(let t of o)e.add(a(t));return e}case 7:{let{name:e,message:t}=o;return n(new r[e](t),i)}case 8:return n(BigInt(o),i);case"BigInt":return n(Object(BigInt(o)),i);case"ArrayBuffer":return n(new Uint8Array(o).buffer,o);case"DataView":{let{buffer:e}=new Uint8Array(o);return n(new DataView(e),o)}}return n(new r[s](o),i)})(0)},{toString:i}={},{keys:s}=Object,o=e=>{let t=typeof e;if("object"!==t||!e)return[0,t];let n=i.call(e).slice(8,-1);switch(n){case"Array":return[1,""];case"Object":return[2,""];case"Date":return[3,""];case"RegExp":return[4,""];case"Map":return[5,""];case"Set":return[6,""];case"DataView":return[1,n]}return n.includes("Array")?[1,n]:n.includes("Error")?[7,n]:[2,n]},l=([e,t])=>0===e&&("function"===t||"symbol"===t),c=(e,{json:t,lossy:n}={})=>{var r,a,i;let c,u,d=[];return(r=!(t||n),a=!!t,i=new Map,c=(e,t)=>{let n=d.push(e)-1;return i.set(t,n),n},u=e=>{if(i.has(e))return i.get(e);let[t,n]=o(e);switch(t){case 0:{let a=e;switch(n){case"bigint":t=8,a=e.toString();break;case"function":case"symbol":if(r)throw TypeError("unable to serialize "+n);a=null;break;case"undefined":return c([-1],e)}return c([t,a],e)}case 1:{if(n){let t=e;return"DataView"===n?t=new Uint8Array(e.buffer):"ArrayBuffer"===n&&(t=new Uint8Array(e)),c([n,[...t]],e)}let r=[],a=c([t,r],e);for(let t of e)r.push(u(t));return a}case 2:{if(n)switch(n){case"BigInt":return c([n,e.toString()],e);case"Boolean":case"Number":case"String":return c([n,e.valueOf()],e)}if(a&&"toJSON"in e)return u(e.toJSON());let i=[],d=c([t,i],e);for(let t of s(e))(r||!l(o(e[t])))&&i.push([u(t),u(e[t])]);return d}case 3:return c([t,e.toISOString()],e);case 4:{let{source:n,flags:r}=e;return c([t,{source:n,flags:r}],e)}case 5:{let n=[],a=c([t,n],e);for(let[t,a]of e)(r||!(l(o(t))||l(o(a))))&&n.push([u(t),u(a)]);return a}case 6:{let n=[],a=c([t,n],e);for(let t of e)(r||!l(o(t)))&&n.push(u(t));return a}}let{message:d}=e;return c([t,{name:n,message:d}],e)})(e),d},u="function"==typeof structuredClone?(e,t)=>t&&("json"in t||"lossy"in t)?a(c(e,t)):structuredClone(e):(e,t)=>a(c(e,t))},79114:(e,t,n)=>{"use strict";let r;n.d(t,{xC:()=>k,Bd:()=>A});var a=n(12115);n(50931),n(5504),Object.create(null);let i=(e,t,n,r)=>{let a=[n,{code:t,...r||{}}];if(e?.services?.logger?.forward)return e.services.logger.forward(a,"warn","react-i18next::",!0);d(a[0])&&(a[0]=`react-i18next:: ${a[0]}`),e?.services?.logger?.warn?e.services.logger.warn(...a):console?.warn&&console.warn(...a)},s={},o=(e,t,n,r)=>{d(n)&&s[n]||(d(n)&&(s[n]=new Date),i(e,t,n,r))},l=(e,t)=>()=>{if(e.isInitialized)t();else{let n=()=>{setTimeout(()=>{e.off("initialized",n)},0),t()};e.on("initialized",n)}},c=(e,t,n)=>{e.loadNamespaces(t,l(e,n))},u=(e,t,n,r)=>{if(d(n)&&(n=[n]),e.options.preload&&e.options.preload.indexOf(t)>-1)return c(e,n,r);n.forEach(t=>{0>e.options.ns.indexOf(t)&&e.options.ns.push(t)}),e.loadLanguages(t,l(e,r))},d=e=>"string"==typeof e,p=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,h={"&":"&","&":"&","<":"<","<":"<",">":">",">":">","'":"'","'":"'",""":'"',""":'"'," ":" "," ":" ","©":"\xa9","©":"\xa9","®":"\xae","®":"\xae","…":"…","…":"…","/":"/","/":"/"},f=e=>h[e],g={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:e=>e.replace(p,f),transDefaultProps:void 0},m=(0,a.createContext)();class b{constructor(){this.usedNamespaces={}}addUsedNamespaces(e){e.forEach(e=>{this.usedNamespaces[e]||(this.usedNamespaces[e]=!0)})}getUsedNamespaces(){return Object.keys(this.usedNamespaces)}}let E={" ":"\xa0","&":"&","<":"<",">":">",""":'"',"'":"'","©":"\xa9","®":"\xae","™":"™","…":"…","–":"–","—":"—","‘":"‘","’":"’","‚":"‚","“":"“","”":"”","„":"„","†":"†","‡":"‡","•":"•","′":"′","″":"″","‹":"‹","›":"›","§":"\xa7","¶":"\xb6","·":"\xb7"," ":" "," ":" "," ":" ","€":"€","£":"\xa3","¥":"\xa5","¢":"\xa2","¤":"\xa4","×":"\xd7","÷":"\xf7","−":"−","±":"\xb1","≠":"≠","≤":"≤","≥":"≥","≈":"≈","≡":"≡","∞":"∞","∫":"∫","∑":"∑","∏":"∏","√":"√","∂":"∂","‰":"‰","°":"\xb0","µ":"\xb5","←":"←","↑":"↑","→":"→","↓":"↓","↔":"↔","↵":"↵","⇐":"⇐","⇑":"⇑","⇒":"⇒","⇓":"⇓","⇔":"⇔","α":"α","β":"β","γ":"γ","δ":"δ","ε":"ε","ζ":"ζ","η":"η","θ":"θ","ι":"ι","κ":"κ","λ":"λ","μ":"μ","ν":"ν","ξ":"ξ","ο":"ο","π":"π","ρ":"ρ","σ":"σ","τ":"τ","υ":"υ","φ":"φ","χ":"χ","ψ":"ψ","ω":"ω","Α":"Α","Β":"Β","Γ":"Γ","Δ":"Δ","Ε":"Ε","Ζ":"Ζ","Η":"Η","Θ":"Θ","Ι":"Ι","Κ":"Κ","Λ":"Λ","Μ":"Μ","Ν":"Ν","Ξ":"Ξ","Ο":"Ο","Π":"Π","Ρ":"Ρ","Σ":"Σ","Τ":"Τ","Υ":"Υ","Φ":"Φ","Χ":"Χ","Ψ":"Ψ","Ω":"Ω","À":"\xc0","Á":"\xc1","Â":"\xc2","Ã":"\xc3","Ä":"\xc4","Å":"\xc5","Æ":"\xc6","Ç":"\xc7","È":"\xc8","É":"\xc9","Ê":"\xca","Ë":"\xcb","Ì":"\xcc","Í":"\xcd","Î":"\xce","Ï":"\xcf","Ð":"\xd0","Ñ":"\xd1","Ò":"\xd2","Ó":"\xd3","Ô":"\xd4","Õ":"\xd5","Ö":"\xd6","Ø":"\xd8","Ù":"\xd9","Ú":"\xda","Û":"\xdb","Ü":"\xdc","Ý":"\xdd","Þ":"\xde","ß":"\xdf","à":"\xe0","á":"\xe1","â":"\xe2","ã":"\xe3","ä":"\xe4","å":"\xe5","æ":"\xe6","ç":"\xe7","è":"\xe8","é":"\xe9","ê":"\xea","ë":"\xeb","ì":"\xec","í":"\xed","î":"\xee","ï":"\xef","ð":"\xf0","ñ":"\xf1","ò":"\xf2","ó":"\xf3","ô":"\xf4","õ":"\xf5","ö":"\xf6","ø":"\xf8","ù":"\xf9","ú":"\xfa","û":"\xfb","ü":"\xfc","ý":"\xfd","þ":"\xfe","ÿ":"\xff","¡":"\xa1","¿":"\xbf","ƒ":"ƒ","ˆ":"ˆ","˜":"˜","Œ":"Œ","œ":"œ","Š":"Š","š":"š","Ÿ":"Ÿ","ª":"\xaa","º":"\xba","¯":"\xaf","´":"\xb4","¸":"\xb8","¹":"\xb9","²":"\xb2","³":"\xb3","¼":"\xbc","½":"\xbd","¾":"\xbe","♠":"♠","♣":"♣","♥":"♥","♦":"♦","◊":"◊","‾":"‾","⁄":"⁄","℘":"℘","ℑ":"ℑ","ℜ":"ℜ","ℵ":"ℵ"},y=RegExp(Object.keys(E).map(e=>e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")).join("|"),"g");var T=n(8039);let _={t:(e,t)=>{if(d(t))return t;if("object"==typeof t&&null!==t&&d(t.defaultValue))return t.defaultValue;if("function"==typeof e)return"";if(Array.isArray(e)){let t=e[e.length-1];return"function"==typeof t?"":t}return e},ready:!1},S=()=>()=>{},A=(e,t={})=>{let{i18n:n}=t,{i18n:i,defaultNS:s}=(0,a.useContext)(m)||{},l=n||i||r;l&&!l.reportNamespaces&&(l.reportNamespaces=new b),l||o(l,"NO_I18NEXT_INSTANCE","useTranslation: You will need to pass in an i18next instance by using initReactI18next");let p=(0,a.useMemo)(()=>({...g,...l?.options?.react,...t}),[l,t]),{useSuspense:h,keyPrefix:f}=p,E=e||s||l?.options?.defaultNS,y=d(E)?[E]:E||["translation"],A=(0,a.useMemo)(()=>y,y);l?.reportNamespaces?.addUsedNamespaces?.(A);let k=(0,a.useRef)(0),I=(0,a.useCallback)(e=>{if(!l)return S;let{bindI18n:t,bindI18nStore:n}=p,r=()=>{k.current+=1,e()};return t&&l.on(t,r),n&&l.store.on(n,r),()=>{t&&t.split(" ").forEach(e=>l.off(e,r)),n&&n.split(" ").forEach(e=>l.store.off(e,r))}},[l,p]),N=(0,a.useRef)(),v=(0,a.useCallback)(()=>{if(!l)return _;let e=!!(l.isInitialized||l.initializedStoreOnce)&&A.every(e=>((e,t,n={})=>t.languages&&t.languages.length?t.hasLoadedNamespace(e,{lng:n.lng,precheck:(t,r)=>{if(n.bindI18n&&n.bindI18n.indexOf("languageChanging")>-1&&t.services.backendConnector.backend&&t.isLanguageChangingTo&&!r(t.isLanguageChangingTo,e))return!1}}):(o(t,"NO_LANGUAGES","i18n.languages were undefined or empty",{languages:t.languages}),!0))(e,l,p)),n=t.lng||l.language,r=k.current,a=N.current;if(a&&a.ready===e&&a.lng===n&&a.keyPrefix===f&&a.revision===r)return a;let i={t:l.getFixedT(n,"fallback"===p.nsMode?A:A[0],f),ready:e,lng:n,keyPrefix:f,revision:r};return N.current=i,i},[l,A,f,p,t.lng]),[R,O]=(0,a.useState)(0),{t:w,ready:C}=(0,T.useSyncExternalStore)(I,v,v);(0,a.useEffect)(()=>{if(l&&!C&&!h){let e=()=>O(e=>e+1);t.lng?u(l,t.lng,A,e):c(l,A,e)}},[l,t.lng,A,C,h,R]);let D=l||{},L=(0,a.useRef)(null),x=(0,a.useRef)(),P=e=>{let t=Object.getOwnPropertyDescriptors(e);t.__original&&delete t.__original;let n=Object.create(Object.getPrototypeOf(e),t);if(!Object.prototype.hasOwnProperty.call(n,"__original"))try{Object.defineProperty(n,"__original",{value:e,writable:!1,enumerable:!1,configurable:!1})}catch(e){}return n},F=(0,a.useMemo)(()=>{let e=D?.language,t=D;D&&(L.current&&L.current.__original===D?x.current!==e?(L.current=t=P(D),x.current=e):t=L.current:(L.current=t=P(D),x.current=e));let n=C||h?w:(...e)=>(o(l,"USE_T_BEFORE_READY","useTranslation: t was called before ready. When using useSuspense: false, make sure to check the ready flag before using t."),w(...e)),r=[n,t,C];return r.t=n,r.i18n=t,r.ready=C,r},[w,D,C,D.resolvedLanguage,D.language,D.languages]);if(l&&h&&!C)throw new Promise(e=>{let n=()=>e();t.lng?u(l,t.lng,A,n):c(l,A,n)});return F};function k({i18n:e,defaultNS:t,children:n}){let r=(0,a.useMemo)(()=>({i18n:e,defaultNS:t}),[e,t]);return(0,a.createElement)(m.Provider,{value:r},n)}},79204:(e,t,n)=>{"use strict";n.d(t,{A:()=>eL});var r=n(49884),a=n(23091),i=n(4294),s=n(20768),o=n(73129);let l="phrasing",c=["autolink","link","image","label"];function u(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function d(e){this.config.enter.autolinkProtocol.call(this,e)}function p(e){this.config.exit.autolinkProtocol.call(this,e)}function h(e){this.config.exit.data.call(this,e);let t=this.stack[this.stack.length-1];(0,a.ok)("link"===t.type),t.url="http://"+this.sliceSerialize(e)}function f(e){this.config.exit.autolinkEmail.call(this,e)}function g(e){this.exit(e)}function m(e){!function(e,t,n){let r=(0,o.C)((n||{}).ignore||[]),a=function(e){let t=[];if(!Array.isArray(e))throw TypeError("Expected find and replace tuple or list of tuples");let n=!e[0]||Array.isArray(e[0])?e:[e],r=-1;for(;++r<n.length;){var a;let e=n[r];t.push(["string"==typeof(a=e[0])?RegExp(function(e){if("string"!=typeof e)throw TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}(a),"g"):a,function(e){return"function"==typeof e?e:function(){return e}}(e[1])])}return t}(t),i=-1;for(;++i<a.length;)(0,s.VG)(e,"text",l);function l(e,t){let n,s=-1;for(;++s<t.length;){let e=t[s],a=n?n.children:void 0;if(r(e,a?a.indexOf(e):void 0,n))return;n=e}if(n)return function(e,t){let n=t[t.length-1],r=a[i][0],s=a[i][1],o=0,l=n.children.indexOf(e),c=!1,u=[];r.lastIndex=0;let d=r.exec(e.value);for(;d;){let n=d.index,a={index:d.index,input:d.input,stack:[...t,e]},i=s(...d,a);if("string"==typeof i&&(i=i.length>0?{type:"text",value:i}:void 0),!1===i?r.lastIndex=n+1:(o!==n&&u.push({type:"text",value:e.value.slice(o,n)}),Array.isArray(i)?u.push(...i):i&&u.push(i),o=n+d[0].length,c=!0),!r.global)break;d=r.exec(e.value)}return c?(o<e.value.length&&u.push({type:"text",value:e.value.slice(o)}),n.children.splice(l,1,...u)):u=[e],l+u.length}(e,t)}}(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,b],[/(?<=^|\s|\p{P}|\p{S})([-.\w+]+)@([-\w]+(?:\.[-\w]+)+)/gu,E]],{ignore:["link","linkReference"]})}function b(e,t,n,a,i){let s,o="";if(!y(i))return!1;if(/^w/i.test(t)&&(n=t+n,t="",o="http://"),(s=n.split(".")).length<2||s[s.length-1]&&(/_/.test(s[s.length-1])||!/[a-zA-Z\d]/.test(s[s.length-1]))||s[s.length-2]&&(/_/.test(s[s.length-2])||!/[a-zA-Z\d]/.test(s[s.length-2])))return!1;let l=function(e){let t=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!t)return[e,void 0];e=e.slice(0,t.index);let n=t[0],a=n.indexOf(")"),i=(0,r.D)(e,"("),s=(0,r.D)(e,")");for(;-1!==a&&i>s;)e+=n.slice(0,a+1),a=(n=n.slice(a+1)).indexOf(")"),s++;return[e,n]}(n+a);if(!l[0])return!1;let c={type:"link",title:null,url:o+t+l[0],children:[{type:"text",value:t+l[0]}]};return l[1]?[c,{type:"text",value:l[1]}]:c}function E(e,t,n,r){return!(!y(r,!0)||/[-\d_]$/.test(n))&&{type:"link",title:null,url:"mailto:"+t+"@"+n,children:[{type:"text",value:t+"@"+n}]}}function y(e,t){let n=e.input.charCodeAt(e.index-1);return(0===e.index||(0,i.Ny)(n)||(0,i.es)(n))&&(!t||47!==n)}var T=n(76548);function _(){this.buffer()}function S(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function A(){this.buffer()}function k(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function I(e){let t=this.resume(),n=this.stack[this.stack.length-1];(0,a.ok)("footnoteReference"===n.type),n.identifier=(0,T.B)(this.sliceSerialize(e)).toLowerCase(),n.label=t}function N(e){this.exit(e)}function v(e){let t=this.resume(),n=this.stack[this.stack.length-1];(0,a.ok)("footnoteDefinition"===n.type),n.identifier=(0,T.B)(this.sliceSerialize(e)).toLowerCase(),n.label=t}function R(e){this.exit(e)}function O(e,t,n,r){let a=n.createTracker(r),i=a.move("[^"),s=n.enter("footnoteReference"),o=n.enter("reference");return i+=a.move(n.safe(n.associationId(e),{after:"]",before:i})),o(),s(),i+=a.move("]")}function w(e,t,n){return 0===t?e:C(e,t,n)}function C(e,t,n){return(n?"":" ")+e}O.peek=function(){return"["};let D=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];function L(e){this.enter({type:"delete",children:[]},e)}function x(e){this.exit(e)}function P(e,t,n,r){let a=n.createTracker(r),i=n.enter("strikethrough"),s=a.move("~~");return s+=n.containerPhrasing(e,{...a.current(),before:s,after:"~"}),s+=a.move("~~"),i(),s}function F(e){return e.length}function M(e){let t="string"==typeof e?e.codePointAt(0):0;return 67===t||99===t?99:76===t||108===t?108:114*(82===t||114===t)}P.peek=function(){return"~"};n(7659);var B=n(84693);n(48250);n(48006);function U(e,t,n){let r=e.value||"",a="`",i=-1;for(;RegExp("(^|[^`])"+a+"([^`]|$)").test(r);)a+="`";for(/[^ \r\n]/.test(r)&&(/^[ \r\n]/.test(r)&&/[ \r\n]$/.test(r)||/^`|`$/.test(r))&&(r=" "+r+" ");++i<n.unsafe.length;){let e,t=n.unsafe[i],a=n.compilePattern(t);if(t.atBreak)for(;e=a.exec(r);){let t=e.index;10===r.charCodeAt(t)&&13===r.charCodeAt(t-1)&&t--,r=r.slice(0,t)+" "+r.slice(e.index+1)}}return a+r+a}U.peek=function(){return"`"};(0,o.C)(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);let H=function(e,t,n,r){let a=function(e){let t=e.options.listItemIndent||"one";if("tab"!==t&&"one"!==t&&"mixed"!==t)throw Error("Cannot serialize items with `"+t+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return t}(n),i=n.bulletCurrent||function(e){let t=e.options.bullet||"*";if("*"!==t&&"+"!==t&&"-"!==t)throw Error("Cannot serialize items with `"+t+"` for `options.bullet`, expected `*`, `+`, or `-`");return t}(n);t&&"list"===t.type&&t.ordered&&(i=("number"==typeof t.start&&t.start>-1?t.start:1)+(!1===n.options.incrementListMarker?0:t.children.indexOf(e))+i);let s=i.length+1;("tab"===a||"mixed"===a&&(t&&"list"===t.type&&t.spread||e.spread))&&(s=4*Math.ceil(s/4));let o=n.createTracker(r);o.move(i+" ".repeat(s-i.length)),o.shift(s);let l=n.enter("listItem"),c=n.indentLines(n.containerFlow(e,o.current()),function(e,t,n){return t?(n?"":" ".repeat(s))+e:(n?i:i+" ".repeat(s-i.length))+e});return l(),c};function G(e){let t=e._align;(0,a.ok)(t,"expected `_align` on table"),this.enter({type:"table",align:t.map(function(e){return"none"===e?null:e}),children:[]},e),this.data.inTable=!0}function $(e){this.exit(e),this.data.inTable=void 0}function Y(e){this.enter({type:"tableRow",children:[]},e)}function z(e){this.exit(e)}function j(e){this.enter({type:"tableCell",children:[]},e)}function W(e){let t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,q));let n=this.stack[this.stack.length-1];(0,a.ok)("inlineCode"===n.type),n.value=t,this.exit(e)}function q(e,t){return"|"===t?t:e}function X(e){let t=this.stack[this.stack.length-2];(0,a.ok)("listItem"===t.type),t.checked="taskListCheckValueChecked"===e.type}function V(e){let t=this.stack[this.stack.length-2];if(t&&"listItem"===t.type&&"boolean"==typeof t.checked){let e=this.stack[this.stack.length-1];(0,a.ok)("paragraph"===e.type);let n=e.children[0];if(n&&"text"===n.type){let r,a=t.children,i=-1;for(;++i<a.length;){let e=a[i];if("paragraph"===e.type){r=e;break}}r===e&&(n.value=n.value.slice(1),0===n.value.length?e.children.shift():e.position&&n.position&&"number"==typeof n.position.start.offset&&(n.position.start.column++,n.position.start.offset++,e.position.start=Object.assign({},n.position.start)))}}this.exit(e)}function K(e,t,n,r){let a=e.children[0],i="boolean"==typeof e.checked&&a&&"paragraph"===a.type,s="["+(e.checked?"x":" ")+"] ",o=n.createTracker(r);i&&o.move(s);let l=H(e,t,n,{...r,...o.current()});return i&&(l=l.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,function(e){return e+s})),l}var Z=n(50783);let J={tokenize:function(e,t,n){let r=0;return function t(i){return(87===i||119===i)&&r<3?(r++,e.consume(i),t):46===i&&3===r?(e.consume(i),a):n(i)};function a(e){return null===e?n(e):t(e)}},partial:!0},Q={tokenize:function(e,t,n){let r,a,s;return o;function o(t){return 46===t||95===t?e.check(et,c,l)(t):null===t||(0,i.Ee)(t)||(0,i.Ny)(t)||45!==t&&(0,i.es)(t)?c(t):(s=!0,e.consume(t),o)}function l(t){return 95===t?r=!0:(a=r,r=void 0),e.consume(t),o}function c(e){return a||r||!s?n(e):t(e)}},partial:!0},ee={tokenize:function(e,t){let n=0,r=0;return a;function a(o){return 40===o?(n++,e.consume(o),a):41===o&&r<n?s(o):33===o||34===o||38===o||39===o||41===o||42===o||44===o||46===o||58===o||59===o||60===o||63===o||93===o||95===o||126===o?e.check(et,t,s)(o):null===o||(0,i.Ee)(o)||(0,i.Ny)(o)?t(o):(e.consume(o),a)}function s(t){return 41===t&&r++,e.consume(t),a}},partial:!0},et={tokenize:function(e,t,n){return r;function r(o){return 33===o||34===o||39===o||41===o||42===o||44===o||46===o||58===o||59===o||63===o||95===o||126===o?(e.consume(o),r):38===o?(e.consume(o),s):93===o?(e.consume(o),a):60===o||null===o||(0,i.Ee)(o)||(0,i.Ny)(o)?t(o):n(o)}function a(e){return null===e||40===e||91===e||(0,i.Ee)(e)||(0,i.Ny)(e)?t(e):r(e)}function s(t){return(0,i.CW)(t)?function t(a){return 59===a?(e.consume(a),r):(0,i.CW)(a)?(e.consume(a),t):n(a)}(t):n(t)}},partial:!0},en={tokenize:function(e,t,n){return function(t){return e.consume(t),r};function r(e){return(0,i.lV)(e)?n(e):t(e)}},partial:!0},er={name:"wwwAutolink",tokenize:function(e,t,n){let r=this;return function(t){return 87!==t&&119!==t||!el.call(r,r.previous)||ep(r.events)?n(t):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(J,e.attempt(Q,e.attempt(ee,a),n),n)(t))};function a(n){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(n)}},previous:el},ea={name:"protocolAutolink",tokenize:function(e,t,n){let r=this,a="",s=!1;return function(t){return(72===t||104===t)&&ec.call(r,r.previous)&&!ep(r.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),a+=String.fromCodePoint(t),e.consume(t),o):n(t)};function o(t){if((0,i.CW)(t)&&a.length<5)return a+=String.fromCodePoint(t),e.consume(t),o;if(58===t){let n=a.toLowerCase();if("http"===n||"https"===n)return e.consume(t),l}return n(t)}function l(t){return 47===t?(e.consume(t),s)?c:(s=!0,l):n(t)}function c(t){return null===t||(0,i.JQ)(t)||(0,i.Ee)(t)||(0,i.Ny)(t)||(0,i.es)(t)?n(t):e.attempt(Q,e.attempt(ee,u),n)(t)}function u(n){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(n)}},previous:ec},ei={name:"emailAutolink",tokenize:function(e,t,n){let r,a,s=this;return function(t){return!ed(t)||!eu.call(s,s.previous)||ep(s.events)?n(t):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),function t(r){return ed(r)?(e.consume(r),t):64===r?(e.consume(r),o):n(r)}(t))};function o(t){return 46===t?e.check(en,c,l)(t):45===t||95===t||(0,i.lV)(t)?(a=!0,e.consume(t),o):c(t)}function l(t){return e.consume(t),r=!0,o}function c(o){return a&&r&&(0,i.CW)(s.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(o)):n(o)}},previous:eu},es={},eo=48;for(;eo<123;)es[eo]=ei,58==++eo?eo=65:91===eo&&(eo=97);function el(e){return null===e||40===e||42===e||95===e||91===e||93===e||126===e||(0,i.Ee)(e)}function ec(e){return!(0,i.CW)(e)}function eu(e){return!(47===e||ed(e))}function ed(e){return 43===e||45===e||46===e||95===e||(0,i.lV)(e)}function ep(e){let t=e.length,n=!1;for(;t--;){let r=e[t][1];if(("labelLink"===r.type||"labelImage"===r.type)&&!r._balanced){n=!0;break}if(r._gfmAutolinkLiteralWalkedInto){n=!1;break}}return e.length>0&&!n&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),n}es[43]=ei,es[45]=ei,es[46]=ei,es[95]=ei,es[72]=[ei,ea],es[104]=[ei,ea],es[87]=[ei,er],es[119]=[ei,er];var eh=n(50055),ef=n(62835);let eg={tokenize:function(e,t,n){let r=this;return(0,ef.N)(e,function(e){let a=r.events[r.events.length-1];return a&&"gfmFootnoteDefinitionIndent"===a[1].type&&4===a[2].sliceSerialize(a[1],!0).length?t(e):n(e)},"gfmFootnoteDefinitionIndent",5)},partial:!0};function em(e,t,n){let r,a=this,i=a.events.length,s=a.parser.gfmFootnotes||(a.parser.gfmFootnotes=[]);for(;i--;){let e=a.events[i][1];if("labelImage"===e.type){r=e;break}if("gfmFootnoteCall"===e.type||"labelLink"===e.type||"label"===e.type||"image"===e.type||"link"===e.type)break}return function(i){if(!r||!r._balanced)return n(i);let o=(0,T.B)(a.sliceSerialize({start:r.end,end:a.now()}));return 94===o.codePointAt(0)&&s.includes(o.slice(1))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(i),e.exit("gfmFootnoteCallLabelMarker"),t(i)):n(i)}}function eb(e,t){let n=e.length;for(;n--;)if("labelImage"===e[n][1].type&&"enter"===e[n][0]){e[n][1];break}e[n+1][1].type="data",e[n+3][1].type="gfmFootnoteCallLabelMarker";let r={type:"gfmFootnoteCall",start:Object.assign({},e[n+3][1].start),end:Object.assign({},e[e.length-1][1].end)},a={type:"gfmFootnoteCallMarker",start:Object.assign({},e[n+3][1].end),end:Object.assign({},e[n+3][1].end)};a.end.column++,a.end.offset++,a.end._bufferIndex++;let i={type:"gfmFootnoteCallString",start:Object.assign({},a.end),end:Object.assign({},e[e.length-1][1].start)},s={type:"chunkString",contentType:"string",start:Object.assign({},i.start),end:Object.assign({},i.end)},o=[e[n+1],e[n+2],["enter",r,t],e[n+3],e[n+4],["enter",a,t],["exit",a,t],["enter",i,t],["enter",s,t],["exit",s,t],["exit",i,t],e[e.length-2],e[e.length-1],["exit",r,t]];return e.splice(n,e.length-n+1,...o),e}function eE(e,t,n){let r,a=this,s=a.parser.gfmFootnotes||(a.parser.gfmFootnotes=[]),o=0;return function(t){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(t),e.exit("gfmFootnoteCallLabelMarker"),l};function l(t){return 94!==t?n(t):(e.enter("gfmFootnoteCallMarker"),e.consume(t),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",c)}function c(l){if(o>999||93===l&&!r||null===l||91===l||(0,i.Ee)(l))return n(l);if(93===l){e.exit("chunkString");let r=e.exit("gfmFootnoteCallString");return s.includes((0,T.B)(a.sliceSerialize(r)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(l),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):n(l)}return(0,i.Ee)(l)||(r=!0),o++,e.consume(l),92===l?u:c}function u(t){return 91===t||92===t||93===t?(e.consume(t),o++,c):c(t)}}function ey(e,t,n){let r,a,s=this,o=s.parser.gfmFootnotes||(s.parser.gfmFootnotes=[]),l=0;return function(t){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(t),e.exit("gfmFootnoteDefinitionLabelMarker"),c};function c(t){return 94===t?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(t),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",u):n(t)}function u(t){if(l>999||93===t&&!a||null===t||91===t||(0,i.Ee)(t))return n(t);if(93===t){e.exit("chunkString");let n=e.exit("gfmFootnoteDefinitionLabelString");return r=(0,T.B)(s.sliceSerialize(n)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(t),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),p}return(0,i.Ee)(t)||(a=!0),l++,e.consume(t),92===t?d:u}function d(t){return 91===t||92===t||93===t?(e.consume(t),l++,u):u(t)}function p(t){return 58===t?(e.enter("definitionMarker"),e.consume(t),e.exit("definitionMarker"),o.includes(r)||o.push(r),(0,ef.N)(e,h,"gfmFootnoteDefinitionWhitespace")):n(t)}function h(e){return t(e)}}function eT(e,t,n){return e.check(eh.B,t,e.attempt(eg,t,n))}function e_(e){e.exit("gfmFootnoteDefinition")}var eS=n(41161),eA=n(49359);class ek{constructor(){this.map=[]}add(e,t,n){!function(e,t,n,r){let a=0;if(0!==n||0!==r.length){for(;a<e.map.length;){if(e.map[a][0]===t){e.map[a][1]+=n,e.map[a][2].push(...r);return}a+=1}e.map.push([t,n,r])}}(this,e,t,n)}consume(e){if(this.map.sort(function(e,t){return e[0]-t[0]}),0===this.map.length)return;let t=this.map.length,n=[];for(;t>0;)t-=1,n.push(e.slice(this.map[t][0]+this.map[t][1]),this.map[t][2]),e.length=this.map[t][0];n.push(e.slice()),e.length=0;let r=n.pop();for(;r;){for(let t of r)e.push(t);r=n.pop()}this.map.length=0}}function eI(e,t,n){let r,a=this,s=0,o=0;return function(e){let t=a.events.length-1;for(;t>-1;){let e=a.events[t][1].type;if("lineEnding"===e||"linePrefix"===e)t--;else break}let r=t>-1?a.events[t][1].type:null,i="tableHead"===r||"tableRow"===r?y:l;return i===y&&a.parser.lazy[a.now().line]?n(e):i(e)};function l(t){var n;return e.enter("tableHead"),e.enter("tableRow"),124===(n=t)||(r=!0,o+=1),c(n)}function c(t){return null===t?n(t):(0,i.HP)(t)?o>1?(o=0,a.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),p):n(t):(0,i.On)(t)?(0,ef.N)(e,c,"whitespace")(t):(o+=1,r&&(r=!1,s+=1),124===t)?(e.enter("tableCellDivider"),e.consume(t),e.exit("tableCellDivider"),r=!0,c):(e.enter("data"),u(t))}function u(t){return null===t||124===t||(0,i.Ee)(t)?(e.exit("data"),c(t)):(e.consume(t),92===t?d:u)}function d(t){return 92===t||124===t?(e.consume(t),u):u(t)}function p(t){return(a.interrupt=!1,a.parser.lazy[a.now().line])?n(t):(e.enter("tableDelimiterRow"),r=!1,(0,i.On)(t))?(0,ef.N)(e,h,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(t):h(t)}function h(t){return 45===t||58===t?g(t):124===t?(r=!0,e.enter("tableCellDivider"),e.consume(t),e.exit("tableCellDivider"),f):n(t)}function f(t){return(0,i.On)(t)?(0,ef.N)(e,g,"whitespace")(t):g(t)}function g(t){return 58===t?(o+=1,r=!0,e.enter("tableDelimiterMarker"),e.consume(t),e.exit("tableDelimiterMarker"),m):45===t?(o+=1,m(t)):null===t||(0,i.HP)(t)?E(t):n(t)}function m(t){return 45===t?(e.enter("tableDelimiterFiller"),function t(n){return 45===n?(e.consume(n),t):58===n?(r=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(n),e.exit("tableDelimiterMarker"),b):(e.exit("tableDelimiterFiller"),b(n))}(t)):n(t)}function b(t){return(0,i.On)(t)?(0,ef.N)(e,E,"whitespace")(t):E(t)}function E(a){if(124===a)return h(a);if(null===a||(0,i.HP)(a))return r&&s===o?(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(a)):n(a);return n(a)}function y(t){return e.enter("tableRow"),T(t)}function T(n){return 124===n?(e.enter("tableCellDivider"),e.consume(n),e.exit("tableCellDivider"),T):null===n||(0,i.HP)(n)?(e.exit("tableRow"),t(n)):(0,i.On)(n)?(0,ef.N)(e,T,"whitespace")(n):(e.enter("data"),_(n))}function _(t){return null===t||124===t||(0,i.Ee)(t)?(e.exit("data"),T(t)):(e.consume(t),92===t?S:_)}function S(t){return 92===t||124===t?(e.consume(t),_):_(t)}}function eN(e,t){let n,r,a,i=-1,s=!0,o=0,l=[0,0,0,0],c=[0,0,0,0],u=!1,d=0,p=new ek;for(;++i<e.length;){let h=e[i],f=h[1];"enter"===h[0]?"tableHead"===f.type?(u=!1,0!==d&&(eR(p,t,d,n,r),r=void 0,d=0),n={type:"table",start:Object.assign({},f.start),end:Object.assign({},f.end)},p.add(i,0,[["enter",n,t]])):"tableRow"===f.type||"tableDelimiterRow"===f.type?(s=!0,a=void 0,l=[0,0,0,0],c=[0,i+1,0,0],u&&(u=!1,r={type:"tableBody",start:Object.assign({},f.start),end:Object.assign({},f.end)},p.add(i,0,[["enter",r,t]])),o="tableDelimiterRow"===f.type?2:r?3:1):o&&("data"===f.type||"tableDelimiterMarker"===f.type||"tableDelimiterFiller"===f.type)?(s=!1,0===c[2]&&(0!==l[1]&&(c[0]=c[1],a=ev(p,t,l,o,void 0,a),l=[0,0,0,0]),c[2]=i)):"tableCellDivider"===f.type&&(s?s=!1:(0!==l[1]&&(c[0]=c[1],a=ev(p,t,l,o,void 0,a)),c=[(l=c)[1],i,0,0])):"tableHead"===f.type?(u=!0,d=i):"tableRow"===f.type||"tableDelimiterRow"===f.type?(d=i,0!==l[1]?(c[0]=c[1],a=ev(p,t,l,o,i,a)):0!==c[1]&&(a=ev(p,t,c,o,i,a)),o=0):o&&("data"===f.type||"tableDelimiterMarker"===f.type||"tableDelimiterFiller"===f.type)&&(c[3]=i)}for(0!==d&&eR(p,t,d,n,r),p.consume(t.events),i=-1;++i<t.events.length;){let e=t.events[i];"enter"===e[0]&&"table"===e[1].type&&(e[1]._align=function(e,t){let n=!1,r=[];for(;t<e.length;){let a=e[t];if(n){if("enter"===a[0])"tableContent"===a[1].type&&r.push("tableDelimiterMarker"===e[t+1][1].type?"left":"none");else if("tableContent"===a[1].type){if("tableDelimiterMarker"===e[t-1][1].type){let e=r.length-1;r[e]="left"===r[e]?"center":"right"}}else if("tableDelimiterRow"===a[1].type)break}else"enter"===a[0]&&"tableDelimiterRow"===a[1].type&&(n=!0);t+=1}return r}(t.events,i))}return e}function ev(e,t,n,r,a,i){0!==n[0]&&(i.end=Object.assign({},eO(t.events,n[0])),e.add(n[0],0,[["exit",i,t]]));let s=eO(t.events,n[1]);if(i={type:1===r?"tableHeader":2===r?"tableDelimiter":"tableData",start:Object.assign({},s),end:Object.assign({},s)},e.add(n[1],0,[["enter",i,t]]),0!==n[2]){let a=eO(t.events,n[2]),i=eO(t.events,n[3]),s={type:"tableContent",start:Object.assign({},a),end:Object.assign({},i)};if(e.add(n[2],0,[["enter",s,t]]),2!==r){let r=t.events[n[2]],a=t.events[n[3]];if(r[1].end=Object.assign({},a[1].end),r[1].type="chunkText",r[1].contentType="text",n[3]>n[2]+1){let t=n[2]+1,r=n[3]-n[2]-1;e.add(t,r,[])}}e.add(n[3]+1,0,[["exit",s,t]])}return void 0!==a&&(i.end=Object.assign({},eO(t.events,a)),e.add(a,0,[["exit",i,t]]),i=void 0),i}function eR(e,t,n,r,a){let i=[],s=eO(t.events,n);a&&(a.end=Object.assign({},s),i.push(["exit",a,t])),r.end=Object.assign({},s),i.push(["exit",r,t]),e.add(n+1,0,i)}function eO(e,t){let n=e[t],r="enter"===n[0]?"start":"end";return n[1][r]}let ew={name:"tasklistCheck",tokenize:function(e,t,n){let r=this;return function(t){return null===r.previous&&r._gfmTasklistFirstContentOfListItem?(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(t),e.exit("taskListCheckMarker"),a):n(t)};function a(t){return(0,i.Ee)(t)?(e.enter("taskListCheckValueUnchecked"),e.consume(t),e.exit("taskListCheckValueUnchecked"),s):88===t||120===t?(e.enter("taskListCheckValueChecked"),e.consume(t),e.exit("taskListCheckValueChecked"),s):n(t)}function s(t){return 93===t?(e.enter("taskListCheckMarker"),e.consume(t),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),o):n(t)}function o(r){return(0,i.HP)(r)?t(r):(0,i.On)(r)?e.check({tokenize:eC},t,n)(r):n(r)}}};function eC(e,t,n){return(0,ef.N)(e,function(e){return null===e?n(e):t(e)},"whitespace")}let eD={};function eL(e){var t;let n,r,a,i=e||eD,s=this.data(),o=s.micromarkExtensions||(s.micromarkExtensions=[]),b=s.fromMarkdownExtensions||(s.fromMarkdownExtensions=[]),E=s.toMarkdownExtensions||(s.toMarkdownExtensions=[]);o.push((t=i,(0,Z.y)([{text:es},{document:{91:{name:"gfmFootnoteDefinition",tokenize:ey,continuation:{tokenize:eT},exit:e_}},text:{91:{name:"gfmFootnoteCall",tokenize:eE},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:em,resolveTo:eb}}},(n=(t||{}).singleTilde,r={name:"strikethrough",tokenize:function(e,t,r){let a=this.previous,i=this.events,s=0;return function(o){return 126===a&&"characterEscape"!==i[i.length-1][1].type?r(o):(e.enter("strikethroughSequenceTemporary"),function i(o){let l=(0,B.S)(a);if(126===o)return s>1?r(o):(e.consume(o),s++,i);if(s<2&&!n)return r(o);let c=e.exit("strikethroughSequenceTemporary"),u=(0,B.S)(o);return c._open=!u||2===u&&!!l,c._close=!l||2===l&&!!u,t(o)}(o))}},resolveAll:function(e,t){let n=-1;for(;++n<e.length;)if("enter"===e[n][0]&&"strikethroughSequenceTemporary"===e[n][1].type&&e[n][1]._close){let r=n;for(;r--;)if("exit"===e[r][0]&&"strikethroughSequenceTemporary"===e[r][1].type&&e[r][1]._open&&e[n][1].end.offset-e[n][1].start.offset==e[r][1].end.offset-e[r][1].start.offset){e[n][1].type="strikethroughSequence",e[r][1].type="strikethroughSequence";let a={type:"strikethrough",start:Object.assign({},e[r][1].start),end:Object.assign({},e[n][1].end)},i={type:"strikethroughText",start:Object.assign({},e[r][1].end),end:Object.assign({},e[n][1].start)},s=[["enter",a,t],["enter",e[r][1],t],["exit",e[r][1],t],["enter",i,t]],o=t.parser.constructs.insideSpan.null;o&&(0,eS.m)(s,s.length,0,(0,eA.W)(o,e.slice(r+1,n),t)),(0,eS.m)(s,s.length,0,[["exit",i,t],["enter",e[n][1],t],["exit",e[n][1],t],["exit",a,t]]),(0,eS.m)(e,r-1,n-r+3,s),n=r+s.length-2;break}}for(n=-1;++n<e.length;)"strikethroughSequenceTemporary"===e[n][1].type&&(e[n][1].type="data");return e}},null==n&&(n=!0),{text:{126:r},insideSpan:{null:[r]},attentionMarkers:{null:[126]}}),{flow:{null:{name:"table",tokenize:eI,resolveAll:eN}}},{text:{91:ew}}]))),b.push([{transforms:[m],enter:{literalAutolink:u,literalAutolinkEmail:d,literalAutolinkHttp:d,literalAutolinkWww:d},exit:{literalAutolink:g,literalAutolinkEmail:f,literalAutolinkHttp:p,literalAutolinkWww:h}},{enter:{gfmFootnoteCallString:_,gfmFootnoteCall:S,gfmFootnoteDefinitionLabelString:A,gfmFootnoteDefinition:k},exit:{gfmFootnoteCallString:I,gfmFootnoteCall:N,gfmFootnoteDefinitionLabelString:v,gfmFootnoteDefinition:R}},{canContainEols:["delete"],enter:{strikethrough:L},exit:{strikethrough:x}},{enter:{table:G,tableData:j,tableHeader:j,tableRow:Y},exit:{codeText:W,table:$,tableData:z,tableHeader:z,tableRow:z}},{exit:{taskListCheckValueChecked:X,taskListCheckValueUnchecked:X,paragraph:V}}]),E.push({extensions:[{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:l,notInConstruct:c},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:l,notInConstruct:c},{character:":",before:"[ps]",after:"\\/",inConstruct:l,notInConstruct:c}]},(a=!1,i&&i.firstLineBlank&&(a=!0),{handlers:{footnoteDefinition:function(e,t,n,r){let i=n.createTracker(r),s=i.move("[^"),o=n.enter("footnoteDefinition"),l=n.enter("label");return s+=i.move(n.safe(n.associationId(e),{before:s,after:"]"})),l(),s+=i.move("]:"),e.children&&e.children.length>0&&(i.shift(4),s+=i.move((a?"\n":" ")+n.indentLines(n.containerFlow(e,i.current()),a?C:w))),o(),s},footnoteReference:O},unsafe:[{character:"[",inConstruct:["label","phrasing","reference"]}]}),{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:D}],handlers:{delete:P}},function(e){let t=e||{},n=t.tableCellPadding,r=t.tablePipeAlign,a=t.stringLength,i=n?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:"\n",inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:function(e,t,n){let r=U(e,t,n);return n.stack.includes("tableCell")&&(r=r.replace(/\|/g,"\\$&")),r},table:function(e,t,n,r){return o(function(e,t,n){let r=e.children,a=-1,i=[],s=t.enter("table");for(;++a<r.length;)i[a]=l(r[a],t,n);return s(),i}(e,n,r),e.align)},tableCell:s,tableRow:function(e,t,n,r){let a=o([l(e,n,r)]);return a.slice(0,a.indexOf("\n"))}}};function s(e,t,n,r){let a=n.enter("tableCell"),s=n.enter("phrasing"),o=n.containerPhrasing(e,{...r,before:i,after:i});return s(),a(),o}function o(e,t){return function(e,t){let n=t||{},r=(n.align||[]).concat(),a=n.stringLength||F,i=[],s=[],o=[],l=[],c=0,u=-1;for(;++u<e.length;){let t=[],r=[],i=-1;for(e[u].length>c&&(c=e[u].length);++i<e[u].length;){var d;let s=null==(d=e[u][i])?"":String(d);if(!1!==n.alignDelimiters){let e=a(s);r[i]=e,(void 0===l[i]||e>l[i])&&(l[i]=e)}t.push(s)}s[u]=t,o[u]=r}let p=-1;if("object"==typeof r&&"length"in r)for(;++p<c;)i[p]=M(r[p]);else{let e=M(r);for(;++p<c;)i[p]=e}p=-1;let h=[],f=[];for(;++p<c;){let e=i[p],t="",r="";99===e?(t=":",r=":"):108===e?t=":":114===e&&(r=":");let a=!1===n.alignDelimiters?1:Math.max(1,l[p]-t.length-r.length),s=t+"-".repeat(a)+r;!1!==n.alignDelimiters&&((a=t.length+a+r.length)>l[p]&&(l[p]=a),f[p]=a),h[p]=s}s.splice(1,0,h),o.splice(1,0,f),u=-1;let g=[];for(;++u<s.length;){let e=s[u],t=o[u];p=-1;let r=[];for(;++p<c;){let a=e[p]||"",s="",o="";if(!1!==n.alignDelimiters){let e=l[p]-(t[p]||0),n=i[p];114===n?s=" ".repeat(e):99===n?e%2?(s=" ".repeat(e/2+.5),o=" ".repeat(e/2-.5)):o=s=" ".repeat(e/2):o=" ".repeat(e)}!1===n.delimiterStart||p||r.push("|"),!1!==n.padding&&(!1!==n.alignDelimiters||""!==a)&&(!1!==n.delimiterStart||p)&&r.push(" "),!1!==n.alignDelimiters&&r.push(s),r.push(a),!1!==n.alignDelimiters&&r.push(o),!1!==n.padding&&r.push(" "),(!1!==n.delimiterEnd||p!==c-1)&&r.push("|")}g.push(!1===n.delimiterEnd?r.join("").replace(/ +$/,""):r.join(""))}return g.join("\n")}(e,{align:t,alignDelimiters:r,padding:n,stringLength:a})}function l(e,t,n){let r=e.children,a=-1,i=[],o=t.enter("tableRow");for(;++a<r.length;)i[a]=s(r[a],e,t,n);return o(),i}}(i),{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:K}}]})}},80286:(e,t,n)=>{"use strict";n.d(t,{G:()=>c,Tx:()=>o,fj:()=>d,wt:()=>p,yS:()=>u,zq:()=>l});var r=n(16841),a=n(61137),i=n(12840),s=n(83762);i.QV,i.sA,i.pH,i.Lv,i.Zh,i.id;let o=i.gt;s.C6,i.Y_,s.qm,i.Vw,i.Bh,i.KB,i.fJ,i.AT,i.uS,i.Ik;let l=i.zq,c=r.OLv;i.VM;let u=r._tB;i.UX,i.nA,i.tx,s.oh;let d=i.fj;s.IN,i.Tj,i.WK,i.FW,i.YW,i.Zm,i.NW,i.Gg;let p=i.wt;i.j9,i.ab,i._g,s.xk,i.h5,i.Py,i.rI,a.S1,a.XJ,a.gh,a.SH},80524:(e,t,n)=>{"use strict";n.d(t,{J3:()=>p,KZ:()=>s,Np:()=>r,O$:()=>l,PS:()=>a,S0:()=>c,bj:()=>i,eu:()=>u,fM:()=>h,n$:()=>o,sG:()=>d});let r="Constant",a="Fail",i="Fallback",s="Described",o="Lazy",l="MapOrFail",c="Nested",u="Primitive",d="Sequence",p="HashMap",h="ZipWith"},80905:(e,t,n)=>{"use strict";let r;n.d(t,{$I:()=>u,$r:()=>S,IB:()=>E,NW:()=>f,Ru:()=>d,Tj:()=>T,WL:()=>h,XQ:()=>k,Y6:()=>b,YW:()=>p,ZK:()=>g,dv:()=>l,gR:()=>A,k$:()=>m,n4:()=>y,qI:()=>_,zN:()=>c});var a=n(88916),i=n(67172),s=n(70951),o=n(4207);let l=()=>o.dv,c=o.zN;o.oL;let u=o.$I,d=o.Ru,p=(0,i.XY)(2,(e,{onNone:t,onSome:n})=>u(e)?t():n(e.value));s.j4,s.Gp;let h=(0,i.XY)(2,(e,t)=>u(e)?t():e.value),f=(0,i.XY)(2,(e,t)=>u(e)?t():e),g=(0,i.XY)(2,(e,t)=>u(e)?c(t()):e),m=e=>null==e?l():c(e),b=h(i.MN),E=e=>(...t)=>{try{return c(e(...t))}catch{return l()}},y=(0,i.XY)(2,(e,t)=>{if(d(e))return e.value;throw t()})(()=>Error("getOrThrow called on a None")),T=(0,i.XY)(2,(e,t)=>u(e)?l():c(t(e.value))),_=(0,i.XY)(2,(e,t)=>u(e)?l():t(e.value)),S=e=>u(e)?[]:[e.value],A=(r=a.XY(),(0,i.XY)(2,(e,t)=>!u(e)&&r(e.value,t))),k=e=>(t,n)=>u(t)?n:u(n)?t:c(e(t.value,n.value))},80911:(e,t,n)=>{"use strict";n.d(t,{$N:()=>u,CB:()=>c,Do:()=>o,dK:()=>l,dv:()=>a,kg:()=>i,pM:()=>s});var r=n(66073);r.lm;let a=r.dv;r.fA,r.sN,r.gb,r.$I,r.vk,r.mO;let i=r.kg,s=r.pM,o=r.Do,l=r.dK;r.L8;let c=r.CB;r.zL,r.M1;let u=r.$N},81823:(e,t,n)=>{"use strict";n.d(t,{AT:()=>E,My:()=>g,Py:()=>y,V5:()=>f,VK:()=>p,Xs:()=>h,fJ:()=>b,ks:()=>u,of:()=>d,pD:()=>l,qR:()=>T,tx:()=>m});var r=n(67172),a=n(48905),i=n(70618),s=n(16841),o=n(77519);let l=Symbol.for("effect/Request"),c={...o.KE,[l]:{_E:e=>e,_A:e=>e}},u=e=>(0,a.i5)(e,l),d=()=>e=>Object.assign(Object.create(c),e),p=e=>t=>{let n=Object.assign(Object.create(c),t);return n._tag=e,n},h=function(){function e(e){e&&Object.assign(this,e)}return e.prototype=c,e}(),f=e=>class extends h{constructor(...t){super(...t),this._tag=e}},g=(0,r.XY)(2,(e,t)=>s.uPR(i.v,n=>s.OH5(()=>{if(n.has(e)){let r=n.get(e);r.state.completed||(r.state.completed=!0,s.q_p(r.result,t))}}))),m=(0,r.XY)(2,(e,t)=>s.tvg(t,{onFailure:t=>g(e,s.Rkt(t)),onSuccess:t=>g(e,s.xtk(t))})),b=(0,r.XY)(2,(e,t)=>g(e,s.Rkt(t))),E=(0,r.XY)(2,(e,t)=>g(e,s.cbD(t))),y=(0,r.XY)(2,(e,t)=>g(e,s.xtk(t)));class T{addObserver(e){this.observers.add(e)}removeObserver(e){this.observers.delete(e)}increment(){this.count++,this.observers.forEach(e=>e(this.count))}decrement(){this.count--,this.observers.forEach(e=>e(this.count))}constructor(){this.count=0,this.observers=new Set,this.interrupted=!1}}},81852:(e,t)=>{t.read=function(e,t,n,r,a){var i,s,o=8*a-r-1,l=(1<<o)-1,c=l>>1,u=-7,d=n?a-1:0,p=n?-1:1,h=e[t+d];for(d+=p,i=h&(1<<-u)-1,h>>=-u,u+=o;u>0;i=256*i+e[t+d],d+=p,u-=8);for(s=i&(1<<-u)-1,i>>=-u,u+=r;u>0;s=256*s+e[t+d],d+=p,u-=8);if(0===i)i=1-c;else{if(i===l)return s?NaN:1/0*(h?-1:1);s+=Math.pow(2,r),i-=c}return(h?-1:1)*s*Math.pow(2,i-r)},t.write=function(e,t,n,r,a,i){var s,o,l,c=8*i-a-1,u=(1<<c)-1,d=u>>1,p=5960464477539062e-23*(23===a),h=r?0:i-1,f=r?1:-1,g=+(t<0||0===t&&1/t<0);for(isNaN(t=Math.abs(t))||t===1/0?(o=+!!isNaN(t),s=u):(s=Math.floor(Math.log(t)/Math.LN2),t*(l=Math.pow(2,-s))<1&&(s--,l*=2),s+d>=1?t+=p/l:t+=p*Math.pow(2,1-d),t*l>=2&&(s++,l/=2),s+d>=u?(o=0,s=u):s+d>=1?(o=(t*l-1)*Math.pow(2,a),s+=d):(o=t*Math.pow(2,d-1)*Math.pow(2,a),s=0));a>=8;e[n+h]=255&o,h+=f,o/=256,a-=8);for(s=s<<a|o,c+=a;c>0;e[n+h]=255&s,h+=f,s/=256,c-=8);e[n+h-f]|=128*g}},83483:(e,t,n)=>{"use strict";let r;n.d(t,{PX:()=>A,hg:()=>el,as:()=>ea,gR:()=>ec,RU:()=>j,F_:()=>v,Co:()=>V,rA:()=>en,Ie:()=>I,fJ:()=>N,od:()=>q,vE:()=>X,e9:()=>z,pb:()=>ef,I6:()=>eh,qI:()=>es,Bq:()=>eo,Ki:()=>K,G:()=>R,FQ:()=>Z,ml:()=>W,Aj:()=>C,Jq:()=>G,VY:()=>x,Im:()=>U,uH:()=>D,rv:()=>L,N6:()=>H,Ep:()=>P,fT:()=>$,t9:()=>Y,I2:()=>M,yl:()=>F,AW:()=>J,$7:()=>Q,Q6:()=>ee,Tj:()=>ei,YW:()=>e_,_7:()=>O,j9:()=>ek,Yu:()=>eD,TS:()=>eS,og:()=>eA,il:()=>w,Ej:()=>B,Hn:()=>eC,rF:()=>eO,el:()=>et,Rw:()=>er});var a=n(55060),i=n(95793),s=n(36185),o=n(88916),l=n(67172),c=n(84976),u=n(33268),d=n(70564),p=n(61296),h=n(80905),f=n(50344),g=n(48905),m=n(39177);let b="Empty",E="Fail",y="Interrupt",T="Parallel",_="Sequential",S="effect/Cause",A=Symbol.for(S),k={[A]:{_E:e=>e},[u.HR](){return(0,l.Fs)(u.tW(S),u.kg(u.tW(ed(this))),u.PO(this))},[o.HR](e){return C(e)&&eu(this,e)},pipe(){return(0,f.tT)(this,arguments)},toJSON(){switch(this._tag){case"Empty":return{_id:"Cause",_tag:this._tag};case"Die":return{_id:"Cause",_tag:this._tag,defect:(0,p.U2)(this.defect)};case"Interrupt":return{_id:"Cause",_tag:this._tag,fiberId:this.fiberId.toJSON()};case"Fail":return{_id:"Cause",_tag:this._tag,failure:(0,p.U2)(this.error)};case"Sequential":case"Parallel":return{_id:"Cause",_tag:this._tag,left:(0,p.U2)(this.left),right:(0,p.U2)(this.right)}}},toString(){return ek(this)},[p.FX](){return this.toJSON()}},I=((r=Object.create(k))._tag=b,r),N=e=>{let t=Object.create(k);return t._tag=E,t.error=e,t},v=e=>{let t=Object.create(k);return t._tag="Die",t.defect=e,t},R=e=>{let t=Object.create(k);return t._tag=y,t.fiberId=e,t},O=(e,t)=>{let n=Object.create(k);return n._tag=T,n.left=e,n.right=t,n},w=(e,t)=>{let n=Object.create(k);return n._tag=_,n.left=e,n.right=t,n},C=e=>(0,g.i5)(e,A),D=e=>e._tag===b,L=e=>e._tag===E,x=e=>"Die"===e._tag,P=e=>e._tag===y,F=e=>e._tag===_,M=e=>e._tag===T,B=e=>eA(e,void 0,em),U=e=>e._tag===b||eS(e,!0,(e,t)=>{switch(t._tag){case b:return h.zN(e);case"Die":case E:case y:return h.zN(!1);default:return h.dv()}}),H=e=>h.Ru(q(e)),G=e=>h.Ru(V(e)),$=e=>h.Ru(Z(e)),Y=e=>eA(void 0,eb)(e),z=e=>i.BE(eS(e,i.Ie(),(e,t)=>t._tag===E?h.zN((0,l.Fs)(e,i.Hs(t.error))):h.dv())),j=e=>i.BE(eS(e,i.Ie(),(e,t)=>"Die"===t._tag?h.zN((0,l.Fs)(e,i.Hs(t.defect))):h.dv())),W=e=>eS(e,d.Ie(),(e,t)=>t._tag===y?h.zN((0,l.Fs)(e,d.WQ(t.fiberId))):h.dv()),q=e=>eh(e,e=>e._tag===E?h.zN(e.error):h.dv()),X=e=>{let t=q(e);switch(t._tag){case"None":return s.pG(e);case"Some":return s.kb(t.value)}},V=e=>eh(e,e=>"Die"===e._tag?h.zN(e.defect):h.dv()),K=e=>e_(e,{onEmpty:h.zN(I),onFail:h.Tj(N),onDie:e=>h.zN(v(e)),onInterrupt:e=>h.zN(R(e)),onSequential:h.XQ(w),onParallel:h.XQ(O)}),Z=e=>eh(e,e=>e._tag===y?h.zN(e.fiberId):h.dv()),J=e=>e_(e,{onEmpty:h.dv(),onFail:()=>h.dv(),onDie:e=>h.zN(v(e)),onInterrupt:()=>h.dv(),onSequential:h.XQ(w),onParallel:h.XQ(O)}),Q=e=>e_(e,{onEmpty:h.dv(),onFail:e=>h.zN(v(e)),onDie:e=>h.zN(v(e)),onInterrupt:()=>h.dv(),onSequential:h.XQ(w),onParallel:h.XQ(O)}),ee=e=>e_(e,{onEmpty:d.Ie(),onFail:e=>d.L8(N(e)),onDie:e=>d.L8(v(e)),onInterrupt:e=>d.L8(R(e)),onSequential:(e,t)=>d.qI(e,e=>d.Tj(t,t=>w(e,t))),onParallel:(e,t)=>d.qI(e,e=>d.Tj(t,t=>O(e,t)))}),et=e=>e_(e,{onEmpty:I,onFail:()=>I,onDie:v,onInterrupt:R,onSequential:w,onParallel:O}),en=e=>e_(e,{onEmpty:I,onFail:v,onDie:v,onInterrupt:R,onSequential:w,onParallel:O}),er=(0,l.XY)(2,(e,t)=>e_(e,{onEmpty:h.zN(I),onFail:e=>h.zN(N(e)),onDie:e=>{let n=t(e);return h.Ru(n)?h.dv():h.zN(v(e))},onInterrupt:e=>h.zN(R(e)),onSequential:h.XQ(w),onParallel:h.XQ(O)})),ea=(0,l.XY)(2,(e,t)=>ei(e,()=>t)),ei=(0,l.XY)(2,(e,t)=>es(e,e=>N(t(e)))),es=(0,l.XY)(2,(e,t)=>e_(e,{onEmpty:I,onFail:e=>t(e),onDie:e=>v(e),onInterrupt:e=>R(e),onSequential:(e,t)=>w(e,t),onParallel:(e,t)=>O(e,t)})),eo=e=>es(e,l.D_),el=(0,l.XY)(2,(e,t)=>(0,g.Tn)(t)?es(e,t):es(e,()=>t)),ec=(0,l.XY)(2,(e,t)=>t._tag===b||e===t||eS(e,!1,(e,n)=>h.zN(e||eu(n,t)))),eu=(e,t)=>{let n=i.of(e),r=i.of(t);for(;i.J_(n)&&i.J_(r);){let[e,t]=(0,l.Fs)(i.v4(n),eS([d.Ie(),i.Ie()],([e,t],n)=>{let[r,a]=eg(n);return h.zN([(0,l.Fs)(e,d.KC(r)),(0,l.Fs)(t,i.u2(a))])})),[a,s]=(0,l.Fs)(i.v4(r),eS([d.Ie(),i.Ie()],([e,t],n)=>{let[r,a]=eg(n);return h.zN([(0,l.Fs)(e,d.KC(r)),(0,l.Fs)(t,i.u2(a))])}));if(!o.aI(e,a))return!1;n=t,r=s}return!0},ed=e=>ep(i.of(e),i.Ie()),ep=(e,t)=>{for(;;){let[n,r]=(0,l.Fs)(e,a.TS([d.Ie(),i.Ie()],([e,t],n)=>{let[r,a]=eg(n);return[(0,l.Fs)(e,d.KC(r)),(0,l.Fs)(t,i.u2(a))]})),s=d.Ej(n)>0?(0,l.Fs)(t,i.Hs(n)):t;if(i.Im(r))return i.BE(s);e=r,t=s}throw Error((0,m.k)("Cause.flattenCauseLoop"))},eh=(0,l.XY)(2,(e,t)=>{let n=[e];for(;n.length>0;){let e=n.pop(),r=t(e);switch(r._tag){case"None":switch(e._tag){case _:case T:n.push(e.right),n.push(e.left)}break;case"Some":return r}}return h.dv()}),ef=(0,l.XY)(2,(e,t)=>eA(e,void 0,eE(t))),eg=e=>{let t=e,n=[],r=d.Ie(),a=i.Ie();for(;void 0!==t;)switch(t._tag){case b:if(0===n.length)return[r,a];t=n.pop();break;case E:if(r=d.WQ(r,i.L8(t._tag,t.error)),0===n.length)return[r,a];t=n.pop();break;case"Die":if(r=d.WQ(r,i.L8(t._tag,t.defect)),0===n.length)return[r,a];t=n.pop();break;case y:if(r=d.WQ(r,i.L8(t._tag,t.fiberId)),0===n.length)return[r,a];t=n.pop();break;case _:switch(t.left._tag){case b:t=t.right;break;case _:t=w(t.left.left,w(t.left.right,t.right));break;case T:t=O(w(t.left.left,t.right),w(t.left.right,t.right));break;default:a=i.Hs(a,t.right),t=t.left}break;case T:n.push(t.right),t=t.left}throw Error((0,m.k)("Cause.evaluateCauseLoop"))},em={emptyCase:()=>0,failCase:()=>1,dieCase:()=>1,interruptCase:()=>1,sequentialCase:(e,t,n)=>t+n,parallelCase:(e,t,n)=>t+n},eb={emptyCase:l.ue,failCase:l.f4,dieCase:l.f4,interruptCase:l.ue,sequentialCase:(e,t,n)=>t&&n,parallelCase:(e,t,n)=>t&&n},eE=e=>({emptyCase:()=>I,failCase:(e,t)=>N(t),dieCase:(e,t)=>v(t),interruptCase:(e,t)=>R(t),sequentialCase:(t,n,r)=>e(n)?e(r)?w(n,r):n:e(r)?r:I,parallelCase:(t,n,r)=>e(n)?e(r)?O(n,r):n:e(r)?r:I}),ey="SequentialCase",eT="ParallelCase",e_=(0,l.XY)(2,(e,{onDie:t,onEmpty:n,onFail:r,onInterrupt:a,onParallel:i,onSequential:s})=>eA(e,void 0,{emptyCase:()=>n,failCase:(e,t)=>r(t),dieCase:(e,n)=>t(n),interruptCase:(e,t)=>a(t),sequentialCase:(e,t,n)=>s(t,n),parallelCase:(e,t,n)=>i(t,n)})),eS=(0,l.XY)(3,(e,t,n)=>{let r=t,a=e,i=[];for(;void 0!==a;){let e=n(r,a);switch(r=h.Ru(e)?e.value:r,a._tag){case _:case T:i.push(a.right),a=a.left;break;default:a=void 0}void 0===a&&i.length>0&&(a=i.pop())}return r}),eA=(0,l.XY)(3,(e,t,n)=>{let r=[e],a=[];for(;r.length>0;){let e=r.pop();switch(e._tag){case b:a.push(s.pG(n.emptyCase(t)));break;case E:a.push(s.pG(n.failCase(t,e.error)));break;case"Die":a.push(s.pG(n.dieCase(t,e.defect)));break;case y:a.push(s.pG(n.interruptCase(t,e.fiberId)));break;case _:r.push(e.right),r.push(e.left),a.push(s.kb({_tag:ey}));break;case T:r.push(e.right),r.push(e.left),a.push(s.kb({_tag:eT}))}}let i=[];for(;a.length>0;){let e=a.pop();switch(e._tag){case"Left":switch(e.left._tag){case ey:{let e=i.pop(),r=i.pop(),a=n.sequentialCase(t,e,r);i.push(a);break}case eT:{let e=i.pop(),r=i.pop(),a=n.parallelCase(t,e,r);i.push(a)}}break;case"Right":i.push(e.right)}}if(0===i.length)throw Error("BUG: Cause.reduceWithContext - please report an issue at https://github.com/Effect-TS/effect/issues");return i.pop()}),ek=(e,t)=>Y(e)?"All fibers interrupted without errors.":eD(e).map(function(e){return t?.renderErrorCause!==!0||void 0===e.cause?e.stack:`${e.stack} {
|
|
8
|
+
${eI(e.cause," ")}
|
|
9
|
+
}`}).join("\n"),eI=(e,t)=>{let n=e.stack.split("\n"),r=`${t}[cause]: ${n[0]}`;for(let e=1,a=n.length;e<a;e++)r+=`
|
|
10
|
+
${t}${n[e]}`;return e.cause&&(r+=` {
|
|
11
|
+
${eI(e.cause,`${t} `)}
|
|
12
|
+
${t}}`),r},eN=e=>{let t="object"==typeof e&&null!==e,n=Error.stackTraceLimit;Error.stackTraceLimit=1;let r=Error(ev(e),t&&"cause"in e&&void 0!==e.cause?{cause:eN(e.cause)}:void 0);return Error.stackTraceLimit=n,""===r.message&&(r.message="An error has occurred"),Error.stackTraceLimit=n,r.name=e instanceof Error?e.name:"Error",t&&(eC in e&&(r.span=e[eC]),Object.keys(e).forEach(t=>{t in r||(r[t]=e[t])})),r.stack=ew(`${r.name}: ${r.message}`,e instanceof Error&&e.stack?e.stack:"",r.span),r},ev=e=>{if("string"==typeof e)return e;if("object"==typeof e&&null!==e&&e instanceof Error)return e.message;try{if((0,g.i5)(e,"toString")&&(0,g.Tn)(e.toString)&&e.toString!==Object.prototype.toString&&e.toString!==globalThis.Array.prototype.toString)return e.toString()}catch{}return(0,p.hL)(e)},eR=/\((.*)\)/g,eO=(0,c.V)("effect/Tracer/spanToTrace",()=>new WeakMap),ew=(e,t,n)=>{let r=[e],a=t.startsWith(e)?t.slice(e.length).split("\n"):t.split("\n");for(let e=1;e<a.length;e++){if(a[e].includes(" at new BaseEffectError")||a[e].includes(" at new YieldableError")){e++;continue}if(a[e].includes("Generator.next")||a[e].includes("effect_internal_function"))break;r.push(a[e].replace(/at .*effect_instruction_i.*\((.*)\)/,"at $1").replace(/EffectPrimitive\.\w+/,"<anonymous>"))}if(n){let e=n,t=0;for(;e&&"Span"===e._tag&&t<10;){let n=eO.get(e);if("function"==typeof n){let t=n();if("string"==typeof t){let n=t.matchAll(eR),a=!1;for(let[,t]of n)a=!0,r.push(` at ${e.name} (${t})`);a||r.push(` at ${e.name} (${t.replace(/^at /,"")})`)}else r.push(` at ${e.name}`)}else r.push(` at ${e.name}`);e=h.Y6(e.parent),t++}}return r.join("\n")},eC=Symbol.for("effect/SpanAnnotation"),eD=e=>eA(e,void 0,{emptyCase:()=>[],dieCase:(e,t)=>[eN(t)],failCase:(e,t)=>[eN(t)],interruptCase:()=>[],parallelCase:(e,t,n)=>[...t,...n],sequentialCase:(e,t,n)=>[...t,...n]})},83762:(e,t,n)=>{"use strict";let r,a,i,s,o;n.d(t,{d7:()=>nO,Q5:()=>nj,p5:()=>nW,U9:()=>nq,Q7:()=>nQ,XU:()=>n1,_y:()=>n0,gs:()=>nY,sO:()=>n$,RZ:()=>nG,UO:()=>nw,Lt:()=>rq,me:()=>rX,e7:()=>nX,Um:()=>nx,Zf:()=>r1,ye:()=>r4,t2:()=>nK,qm:()=>rK,C6:()=>rV,oh:()=>rZ,IN:()=>rJ,Eq:()=>rG,_1:()=>r$,wT:()=>rY,BB:()=>rj,Rf:()=>rW,xK:()=>rz,WY:()=>rH,xk:()=>rQ,pb:()=>nJ,ct:()=>rp,jJ:()=>n5,Kd:()=>n6,L7:()=>n4,Zy:()=>n9,LX:()=>n7,Bh:()=>re,$O:()=>r8,Rz:()=>nP,oi:()=>ry,S_:()=>nF,eU:()=>nL,qI:()=>nC,uF:()=>nD,By:()=>nH,Rd:()=>r9,B1:()=>ri,dJ:()=>ru,jB:()=>rs,xW:()=>nM,O4:()=>r2,Vd:()=>rl,Fp:()=>r3,wV:()=>r0,GH:()=>rc,aA:()=>n2,Xr:()=>n3,z8:()=>rx,v_:()=>rB,RW:()=>rM,DL:()=>rL,md:()=>rU,NB:()=>rf,sZ:()=>rm,Px:()=>rg,PO:()=>rb,SZ:()=>nB,Yt:()=>rE,ek:()=>nU,vI:()=>rt,v:()=>rT,tf:()=>r_,wM:()=>ro,nO:()=>rA,xJ:()=>rS,N4:()=>nz,rh:()=>rk,Ek:()=>rN,lg:()=>rv,AA:()=>rI,qH:()=>rD,zr:()=>ae,i4:()=>r7,Ne:()=>rO,SJ:()=>rR,OC:()=>rw,cw:()=>rC});var l=n(55060),c=n(63928),u=n(18896),d=n(48905);d.Lm,c.zM,u.zM;let p=e=>!e;var h=n(95793),f=n(50995),g=n(8285),m=n(49043),b=n(80911),E=n(98844),y=n(17390),T=n(29600),_=n(67172),S=n(84976),A=n(20733),k=n(70564),I=n(61296),N=n(93404),v=n(88916),R=n(33268),O=n(23301),w=n(50344),C=n(95329);let D=Symbol.for("effect/Micro"),L=Symbol.for("effect/Micro/MicroExit"),x=Symbol.for("effect/Micro/MicroCause"),P={_E:_.D_};class F extends globalThis.Error{constructor(e,t,n){let r,a,i;const s=`MicroCause.${e}`;if(t instanceof globalThis.Error){r=`(${s}) ${t.name}`;const e=(a=t.message).split("\n").length;i=t.stack?`(${s}) ${t.stack.split("\n").slice(0,e+3).join("\n")}`:`${r}: ${a}`}else r=s,a=(0,I.ZK)(t,0),i=`${r}: ${a}`;n.length>0&&(i+=`
|
|
13
|
+
${n.join("\n ")}`),super(a),this._tag=e,this.traces=n,this[x]=P,this.name=r,this.stack=i}pipe(){return(0,w.tT)(this,arguments)}toString(){return this.stack}[I.FX](){return this.stack}}class M extends F{constructor(e,t=[]){super("Die",e,t),this.defect=e}}class B extends F{constructor(e=[]){super("Interrupt","interrupted",e)}}let U=e=>"Interrupt"===e._tag,H=Symbol.for("effect/Micro/MicroFiber"),G={_A:_.D_,_E:_.D_};class ${constructor(e,t=!0){this._stack=[],this._observers=[],this.currentOpCount=0,this._interrupted=!1,this._yielded=void 0,this.context=e,this.interruptible=t,this[H]=G}getRef(e){return O.gw(this.context,e)}addObserver(e){return this._exit?(e(this._exit),_.Yi):(this._observers.push(e),()=>{let t=this._observers.indexOf(e);t>=0&&this._observers.splice(t,1)})}unsafeInterrupt(){!this._exit&&(this._interrupted=!0,this.interruptible&&this.evaluate(ed))}unsafePoll(){return this._exit}evaluate(e){if(this._exit)return;if(void 0!==this._yielded){let e=this._yielded;this._yielded=void 0,e()}let t=this.runLoop(e);if(t===K)return;let n=Y.interruptChildren&&Y.interruptChildren(this);if(void 0!==n)return this.evaluate(el(n,()=>t));this._exit=t;for(let e=0;e<this._observers.length;e++)this._observers[e](t);this._observers.length=0}runLoop(e){let t=!1,n=e;this.currentOpCount=0;try{for(;;){if(this.currentOpCount++,!t&&this.getRef(ey).shouldYield(this)){t=!0;let e=n;n=el(ei,()=>e)}if((n=n[W](this))===K){let e=this._yielded;if(L in e)return this._yielded=void 0,e;return K}}}catch(e){if(!(0,d.i5)(n,W))return ep(`MicroFiber.runLoop: Not a valid effect: ${String(n)}`);return ep(e)}}getCont(e){for(;;){let t=this._stack.pop();if(!t)return;let n=t[V]&&t[V](this);if(n)return{[e]:n};if(t[e])return t}}yieldWith(e){return this._yielded=e,K}children(){return this._children??=new Set}}let Y=(0,S.V)("effect/Micro/fiberMiddleware",()=>({interruptChildren:void 0})),z=Symbol.for("effect/Micro/identifier"),j=Symbol.for("effect/Micro/args"),W=Symbol.for("effect/Micro/evaluate"),q=Symbol.for("effect/Micro/successCont"),X=Symbol.for("effect/Micro/failureCont"),V=Symbol.for("effect/Micro/ensureCont"),K=Symbol.for("effect/Micro/Yield"),Z={_A:_.D_,_E:_.D_,_R:_.D_},J={...g.MS,_op:"Micro",[D]:Z,pipe(){return(0,w.tT)(this,arguments)},[Symbol.iterator](){return new C.BW(new C.WT(this))},toJSON(){return{_id:"Micro",op:this[z],...j in this?{args:this[j]}:void 0}},toString(){return(0,I.GP)(this)},[I.FX](){return(0,I.GP)(this)}};function Q(e){return ep("Micro.evaluate: Not implemented")}let ee=e=>({...J,[z]:e.op,[W]:e.eval??Q,[q]:e.contA,[X]:e.contE,[V]:e.ensure}),et=e=>{let t=ee(e);return function(){let n=Object.create(t);return n[j]=!1===e.single?arguments:arguments[0],n}},en=e=>{let t={...ee(e),[L]:L,_tag:e.op,get[e.prop](){return this[j]},toJSON(){return{_id:"MicroExit",_tag:e.op,[e.prop]:this[j]}},[v.HR](t){return eu(t)&&t._tag===e.op&&v.aI(this[j],t[j])},[R.HR](){return R.PO(this,R.kg(R.Yj(e.op))(R.tW(this[j])))}};return function(e){let n=Object.create(t);return n[j]=e,n[q]=void 0,n[X]=void 0,n[V]=void 0,n}},er=en({op:"Success",prop:"value",eval(e){let t=e.getCont(q);return t?t[q](this[j],e):e.yieldWith(this)}}),ea=en({op:"Failure",prop:"cause",eval(e){let t=e.getCont(X);for(;U(this[j])&&t&&e.interruptible;)t=e.getCont(X);return t?t[X](this[j],e):e.yieldWith(this)}}),ei=et({op:"Yield",eval(e){let t=!1;return e.getRef(ey).scheduleTask(()=>{t||e.evaluate(eh)},this[j]??0),e.yieldWith(()=>{t=!0})}})(0),es=er(void 0),eo=et({op:"WithMicroFiber",eval(e){return this[j](e)}}),el=(0,_.XY)(2,(e,t)=>{let n=Object.create(ec);return n[j]=e,n[q]=t,n}),ec=ee({op:"OnSuccess",eval(e){return e._stack.push(this),this[j]}}),eu=e=>(0,d.i5)(e,L),ed=ea(((e=[])=>new B(e))()),ep=e=>ea(((e,t=[])=>new M(e,t))(e)),eh=er(void 0),ef="setImmediate"in globalThis?globalThis.setImmediate:e=>setTimeout(e,0);class eg{scheduleTask(e,t){this.tasks.push(e),this.running||(this.running=!0,ef(this.afterScheduled))}runTasks(){let e=this.tasks;this.tasks=[];for(let t=0,n=e.length;t<n;t++)e[t]()}shouldYield(e){return e.currentOpCount>=e.getRef(eE)}flush(){for(;this.tasks.length>0;)this.runTasks()}constructor(){this.tasks=[],this.running=!1,this.afterScheduled=()=>{this.running=!1,this.runTasks()}}}let em=(0,_.XY)(2,(e,t)=>eo(n=>{let r=n.context;return n.context=t(r),eS(e,()=>(n.context=r,es))})),eb=(0,_.XY)(2,(e,t)=>em(e,f.h1(t)));class eE extends f.Or()("effect/Micro/currentMaxOpsBeforeYield",{defaultValue:()=>2048}){}class ey extends f.Or()("effect/Micro/currentScheduler",{defaultValue:()=>new eg}){}let eT=(0,_.XY)(2,(e,t)=>{let n=Object.create(e_);return n[j]=e,n[q]=t.onSuccess,n[X]=t.onFailure,n}),e_=ee({op:"OnSuccessAndFailure",eval(e){return e._stack.push(this),this[j]}}),eS=(0,_.XY)(2,(e,t)=>eI(n=>eT(n(e),{onFailure:e=>el(t(ea(e)),()=>ea(e)),onSuccess:e=>el(t(er(e)),()=>er(e))}))),eA=et({op:"SetInterruptible",ensure(e){if(e.interruptible=this[j],e._interrupted&&e.interruptible)return()=>ed}}),ek=e=>eo(t=>t.interruptible?e:(t.interruptible=!0,t._stack.push(eA(!1)),t._interrupted)?ed:e),eI=e=>eo(t=>t.interruptible?(t.interruptible=!1,t._stack.push(eA(!0)),e(ek)):e(_.D_));var eN=n(96007),ev=n(80905),eR=n(4989),eO=n(72183),ew=n(93441),eC=n(25548),eD=n(83483),eL=n(66756),ex=n(70618),eP=n(16841);let eF=(e,t,n,r)=>{switch(e){case void 0:return t();case"unbounded":return n();case"inherit":return eP.uPR(eP.D$Q,e=>"unbounded"===e?n():e>1?r(e):t());default:return e>1?r(e):t()}},eM=(e,t,n)=>{switch(e){case void 0:return t();case"unbounded":return n();case"inherit":return eP.uPR(eP.D$Q,e=>"unbounded"===e||e>1?n():t());default:return e>1?n():t()}};var eB=n(86681),eU=n(75275),eH=n(14875),eG=n(62473),e$=n(15105),eY=n(12840),ez=n(72927),ej=n(22858),eW=n(55548),eq=n(33230);let eX=Symbol.for("effect/MetricKeyType"),eV="effect/MetricKeyType/Counter",eK=Symbol.for(eV),eZ="effect/MetricKeyType/Frequency",eJ=Symbol.for(eZ),eQ="effect/MetricKeyType/Gauge",e0=Symbol.for(eQ),e1="effect/MetricKeyType/Histogram",e2=Symbol.for(e1),e3=Symbol.for("effect/MetricKeyType/Summary"),e5={_In:e=>e,_Out:e=>e};class e4{constructor(e,t){this[eX]=e5,this[eK]=eK,this.incremental=e,this.bigint=t,this._hash=R.Yj(eV)}[R.HR](){return this._hash}[v.HR](e){return e8(e)}pipe(){return(0,w.tT)(this,arguments)}}R.HR,v.HR,R.HR,v.HR;class e6{constructor(e){this[eX]=e5,this[e2]=e2,this.boundaries=e,this._hash=(0,_.Fs)(R.Yj(e1),R.kg(R.tW(this.boundaries)))}[R.HR](){return this._hash}[v.HR](e){return e9(e)&&v.aI(this.boundaries,e.boundaries)}pipe(){return(0,w.tT)(this,arguments)}}R.HR,v.HR;let e8=e=>(0,d.i5)(e,eK),e9=e=>(0,d.i5)(e,e2),e7=Symbol.for("effect/MetricKey"),te={_Type:e=>e},tt=l.bt(v.aI);class tn{constructor(e,t,n,r=[]){this[e7]=te,this.name=e,this.keyType=t,this.description=n,this.tags=r,this._hash=(0,_.Fs)(R.Yj(this.name+this.description),R.kg(R.tW(this.keyType)),R.kg(R.YO(this.tags)))}[R.HR](){return this._hash}[v.HR](e){return tr(e)&&this.name===e.name&&v.aI(this.keyType,e.keyType)&&v.aI(this.description,e.description)&&tt(this.tags,e.tags)}pipe(){return(0,w.tT)(this,arguments)}}let tr=e=>(0,d.i5)(e,e7),ta=(0,_.XY)(2,(e,t)=>0===t.length?e:new tn(e.name,e.keyType,e.description,l.KC(e.tags,t)));var ti=n(66119),ts=n(74152),to=n(36196),tl=n(77681);let tc=Symbol.for("effect/MetricState"),tu="effect/MetricState/Counter",td=Symbol.for(tu),tp="effect/MetricState/Frequency",th=Symbol.for(tp),tf="effect/MetricState/Gauge",tg=Symbol.for(tf),tm="effect/MetricState/Histogram",tb=Symbol.for(tm),tE="effect/MetricState/Summary",ty=Symbol.for(tE),tT={_A:e=>e};class t_{constructor(e){this[tc]=tT,this[td]=td,this.count=e}[R.HR](){return(0,_.Fs)(R.tW(tu),R.kg(R.tW(this.count)),R.PO(this))}[v.HR](e){return tv(e)&&this.count===e.count}pipe(){return(0,w.tT)(this,arguments)}}let tS=l.bt(v.aI);class tA{constructor(e){this[tc]=tT,this[th]=th,this.occurrences=e}[R.HR](){return(0,_.Fs)(R.Yj(tp),R.kg(R.YO(l.Ts(this.occurrences.entries()))),R.PO(this))}[v.HR](e){return tR(e)&&tS(l.Ts(this.occurrences.entries()),l.Ts(e.occurrences.entries()))}pipe(){return(0,w.tT)(this,arguments)}}class tk{constructor(e){this[tc]=tT,this[tg]=tg,this.value=e}[R.HR](){return(0,_.Fs)(R.tW(tf),R.kg(R.tW(this.value)),R.PO(this))}[v.HR](e){return tO(e)&&this.value===e.value}pipe(){return(0,w.tT)(this,arguments)}}class tI{constructor(e,t,n,r,a){this[tc]=tT,this[tb]=tb,this.buckets=e,this.count=t,this.min=n,this.max=r,this.sum=a}[R.HR](){return(0,_.Fs)(R.tW(tm),R.kg(R.tW(this.buckets)),R.kg(R.tW(this.count)),R.kg(R.tW(this.min)),R.kg(R.tW(this.max)),R.kg(R.tW(this.sum)),R.PO(this))}[v.HR](e){return tw(e)&&v.aI(this.buckets,e.buckets)&&this.count===e.count&&this.min===e.min&&this.max===e.max&&this.sum===e.sum}pipe(){return(0,w.tT)(this,arguments)}}class tN{constructor(e,t,n,r,a,i){this[tc]=tT,this[ty]=ty,this.error=e,this.quantiles=t,this.count=n,this.min=r,this.max=a,this.sum=i}[R.HR](){return(0,_.Fs)(R.tW(tE),R.kg(R.tW(this.error)),R.kg(R.tW(this.quantiles)),R.kg(R.tW(this.count)),R.kg(R.tW(this.min)),R.kg(R.tW(this.max)),R.kg(R.tW(this.sum)),R.PO(this))}[v.HR](e){return tC(e)&&this.error===e.error&&v.aI(this.quantiles,e.quantiles)&&this.count===e.count&&this.min===e.min&&this.max===e.max&&this.sum===e.sum}pipe(){return(0,w.tT)(this,arguments)}}let tv=e=>(0,d.i5)(e,td),tR=e=>(0,d.i5)(e,th),tO=e=>(0,d.i5)(e,tg),tw=e=>(0,d.i5)(e,tb),tC=e=>(0,d.i5)(e,ty),tD=Symbol.for("effect/MetricHook"),tL={_In:e=>e,_Out:e=>e},tx=e=>({[tD]:tL,pipe(){return(0,w.tT)(this,arguments)},...e}),tP=BigInt(0),tF=(e,t,n,r,a,i)=>{let s=e,o=t,c=n,u=r,d=a,p=i,h=e,f=t,g=n,m=r,b=a,E=i;for(;;){if(!l.iI(p))return{quantile:d,value:ev.dv(),consumed:u,rest:[]};if(1===d)return{quantile:d,value:ev.zN(l.Rm(p)),consumed:u+p.length,rest:[]};let e=l.v4(p),t=l.Ln(p,t=>t===e),n=d*o,r=s/2*n,a=u+t[0].length,i=Math.abs(a-n);if(a<n-r){h=s,f=o,g=l.d5(p),m=a,b=d,E=t[1],s=h,o=f,c=g,u=m,d=b,p=E;continue}if(a>n+r)return{quantile:d,value:ev.$I(c)?ev.zN(e):c,consumed:u,rest:p};switch(c._tag){case"None":h=s,f=o,g=l.d5(p),m=a,b=d,E=t[1],s=h,o=f,c=g,u=m,d=b,p=E;continue;case"Some":if(i<Math.abs(n-c.value)){h=s,f=o,g=l.d5(p),m=a,b=d,E=t[1],s=h,o=f,c=g,u=m,d=b,p=E;continue}return{quantile:d,value:ev.zN(c.value),consumed:u,rest:p}}}throw Error("BUG: MetricHook.resolveQuantiles - please report an issue at https://github.com/Effect-TS/effect/issues")},tM=Symbol.for("effect/MetricPair"),tB={_Type:e=>e},tU=(e,t)=>({[tM]:tB,metricKey:e,metricState:t,pipe(){return(0,w.tT)(this,arguments)}}),tH=Symbol.for("effect/MetricRegistry");class tG{snapshot(){let e=[];for(let[t,n]of this.map)e.push(tU(t,n.get()));return e}get(e){let t,n,r,a=(0,_.Fs)(this.map,ts.Jt(e),ev.Y6);if(null!=a)return a;if(e8(e.keyType))return this.getCounter(e);if(t=e.keyType,(0,d.i5)(t,e0))return this.getGauge(e);if(n=e.keyType,(0,d.i5)(n,eJ))return this.getFrequency(e);if(e9(e.keyType))return this.getHistogram(e);if(r=e.keyType,(0,d.i5)(r,e3))return this.getSummary(e);throw Error("BUG: MetricRegistry.get - unknown MetricKeyType - please report an issue at https://github.com/Effect-TS/effect/issues")}getCounter(e){let t=(0,_.Fs)(this.map,ts.Jt(e),ev.Y6);if(null==t){let n,r,a,i=(n=e.keyType.bigint?tP:0,r=e.keyType.incremental?e.keyType.bigint?e=>e>=tP:e=>e>=0:e=>!0,tx({get:()=>new t_(n),update:a=e=>{r(e)&&(n+=e)},modify:a}));(0,_.Fs)(this.map,ts.zy(e))||(0,_.Fs)(this.map,ts.hZ(e,i)),t=i}return t}getFrequency(e){let t=(0,_.Fs)(this.map,ts.Jt(e),ev.Y6);if(null==t){let n=(e=>{let t=new Map;for(let n of e.keyType.preregisteredWords)t.set(n,0);let n=e=>{let n=t.get(e)??0;t.set(e,n+1)};return tx({get:()=>new tA(t),update:n,modify:n})})(e);(0,_.Fs)(this.map,ts.zy(e))||(0,_.Fs)(this.map,ts.hZ(e,n)),t=n}return t}getGauge(e){let t=(0,_.Fs)(this.map,ts.Jt(e),ev.Y6);if(null==t){let n,r=(n=e.keyType.bigint?BigInt(0):0,tx({get:()=>new tk(n),update:e=>{n=e},modify:e=>{n+=e}}));(0,_.Fs)(this.map,ts.zy(e))||(0,_.Fs)(this.map,ts.hZ(e,r)),t=r}return t}getHistogram(e){let t=(0,_.Fs)(this.map,ts.Jt(e),ev.Y6);if(null==t){let n,r,a,i,s,o,c,u,d,p=(a=new Uint32Array((r=(n=e.keyType.boundaries.values).length)+1),i=new Float64Array(r),s=0,o=0,c=Number.MAX_VALUE,u=5e-324,(0,_.Fs)(n,l.di(tl.pH),l.Tj((e,t)=>{i[t]=e})),tx({get:()=>{let e;return new tI((e={buckets:(()=>{let e=l.CN(r),t=0;for(let n=0;n<r;n++){let r=i[n];t+=a[n],e[n]=[r,t]}return e})(),count:s,min:c,max:u,sum:o}).buckets,e.count,e.min,e.max,e.sum)},update:d=e=>{let t=0,n=r;for(;t!==n;){let r=Math.floor(t+(n-t)/2);e<=i[r]?n=r:t=r,n===t+1&&(e<=i[t]?n=t:t=n)}a[t]=a[t]+1,s+=1,o+=e,e<c&&(c=e),e>u&&(u=e)},modify:d}));(0,_.Fs)(this.map,ts.zy(e))||(0,_.Fs)(this.map,ts.hZ(e,p)),t=p}return t}getSummary(e){let t=(0,_.Fs)(this.map,ts.Jt(e),ev.Y6);if(null==t){let n=(e=>{let{error:t,maxAge:n,maxSize:r,quantiles:a}=e.keyType,i=(0,_.Fs)(a,l.di(tl.pH)),s=l.CN(r),o=0,c=0,u=0,d=0,p=0,h=(e,t)=>{r>0&&(s[(o+=1)%r]=[t,e]),d=0===c?e:Math.min(d,e),p=0===c?e:Math.max(p,e),c+=1,u+=e};return tx({get:()=>{let e;return e={error:t,quantiles:(e=>{let a=[],o=0;for(;o!==r-1;){let t=s[o];if(null!=t){let[r,i]=t,s=to.ne(e-r);to.An(s,to.v_)&&to.Bj(s,n)&&a.push(i)}o+=1}return((e,t,n)=>{let r=n.length;if(!l.iI(t))return l.Ie();let a=t[0],i=t.slice(1),s=tF(e,r,ev.dv(),0,a,n),o=l.of(s);return i.forEach(t=>{o.push(tF(e,r,s.value,s.consumed,t,s.rest))}),l.Tj(o,e=>[e.quantile,e.value])})(t,i,l.di(a,tl.pH))})(Date.now()),count:c,min:d,max:p,sum:u},new tN(e.error,e.quantiles,e.count,e.min,e.max,e.sum)},update:([e,t])=>h(e,t),modify:([e,t])=>h(e,t)})})(e);(0,_.Fs)(this.map,ts.zy(e))||(0,_.Fs)(this.map,ts.hZ(e,n)),t=n}return t}constructor(){this[tH]=tH,this.map=ts.Ie()}}let t$=Symbol.for("effect/Metric"),tY={_Type:e=>e,_In:e=>e,_Out:e=>e},tz=(0,S.V)(Symbol.for("effect/Metric/globalMetricRegistry"),()=>new tG),tj=function(e,t,n,r){let a=Object.assign(e=>eP.Mim(e,e=>tK(a,e)),{[t$]:tY,keyType:e,unsafeUpdate:t,unsafeValue:n,unsafeModify:r,register(){return this.unsafeValue([]),this},pipe(){return(0,w.tT)(this,arguments)}});return a},tW=(e,t)=>tq(new tn(e,new e4(t?.incremental??!1,t?.bigint??!1),ev.k$(t?.description))),tq=e=>{let t,n=new WeakMap,r=r=>{if(0===r.length)return void 0!==t?t:t=tz.get(e);let a=n.get(r);return void 0!==a||(a=tz.get(ta(e,r)),n.set(r,a)),a};return tj(e.keyType,(e,t)=>r(t).update(e),e=>r(e).get(),(e,t)=>r(t).modify(e))},tX=(0,_.XY)(3,(e,t,n)=>tV(e,[ti.L8(t,n)])),tV=(0,_.XY)(2,(e,t)=>tj(e.keyType,(n,r)=>e.unsafeUpdate(n,l.KC(t,r)),n=>e.unsafeValue(l.KC(t,n)),(n,r)=>e.unsafeModify(n,l.KC(t,r)))),tK=(0,_.XY)(2,(e,t)=>eP.uPR(eP.b1P,n=>eP.OH5(()=>e.unsafeUpdate(t,n)))),tZ="effect/MetricBoundaries",tJ=Symbol.for(tZ);class tQ{constructor(e){this[tJ]=tJ,this.values=e,this._hash=(0,_.Fs)(R.Yj(tZ),R.kg(R.YO(this.values)))}[R.HR](){return this._hash}[v.HR](e){return t0(e)&&v.aI(this.values,e.values)}pipe(){return(0,w.tT)(this,arguments)}}let t0=e=>(0,d.i5)(e,tJ);var t1=n(97671),t2=n(40161),t3=n(81823),t5=n(8481),t4=n(90584),t6=n(70830),t8=n(49934),t9=n(89364),t7=n(4003),ne=n(9977),nt=n(42604),nn=n(9580);t6.cL,t8.PL,t9.r_,t7.ys,ne.os,nt.dh,nn.zo;let nr=t6.L8;t6.cA,t6.iv,t6.J2,t6.zI,t6.Gg,t6.QZ,t6.pd,t6.yo,t6.Q$,t6.yU;let na="Empty",ni="AddSupervisor",ns="RemoveSupervisor",no="AndThen",nl={_tag:na},nc=(e,t)=>({_tag:no,first:e,second:t}),nu=(e,t)=>v.aI(e,t)?t4.dv:t4.K0(e)?nu(e.left,t).zip(nu(e.right,t)):e,nd=e=>v.aI(e,t4.dv)?k.Ie():t4.K0(e)?(0,_.Fs)(nd(e.left),k.KC(nd(e.right))):k.L8(e),np=nr({empty:nl,patch:(e,t)=>((e,t)=>{let n=e,r=t;for(;h.J_(r);){let e=h.v4(r);switch(e._tag){case na:r=h.Rx(r);break;case ni:n=n.zip(e.supervisor),r=h.Rx(r);break;case ns:n=nu(n,e.supervisor),r=h.Rx(r);break;case no:r=h.Hs(e.first)(h.Hs(e.second)(h.Rx(r)))}}return n})(t,h.of(e)),combine:nc,diff:(e,t)=>{if(v.aI(e,t))return nl;let n=nd(e),r=nd(t),a=(0,_.Fs)(r,k.iv(n),k.TS(nl,(e,t)=>nc(e,{_tag:ni,supervisor:t}))),i=(0,_.Fs)(n,k.iv(r),k.TS(nl,(e,t)=>nc(e,{_tag:ns,supervisor:t})));return nc(a,i)}});var nh=n(34279),nf=n(486);let ng=tW("effect_fiber_started",{incremental:!0}),nm=tW("effect_fiber_active"),nb=tW("effect_fiber_successes",{incremental:!0}),nE=tW("effect_fiber_failures",{incremental:!0}),ny=tX((i={start:.5,factor:2,count:35},tq((s=(0,_.Fs)(l.Y6(i.count-1,e=>i.start*Math.pow(i.factor,e)),h.Iv,e=>new tQ((0,_.Fs)(e,l.u2(h.of(1/0)),l.Qq))),new tn("effect_fiber_lifetimes",new e6(s),ev.k$(o))))),"time_unit","milliseconds"),nT="Continue",n_="Yield",nS={_E:e=>e,_A:e=>e},nA=e=>{throw Error(`BUG: FiberRuntime - ${I.ZK(e)} - please report an issue at https://github.com/Effect-TS/effect/issues`)},nk=Symbol.for("effect/internal/fiberRuntime/YieldedOp"),nI=(0,S.V)("effect/internal/fiberRuntime/yieldedOpChannel",()=>({currentOp:null})),nN={[t1.Gj]:(e,t,n)=>(0,C.sn)(()=>t.effect_instruction_i1(n)),OnStep:(e,t,n)=>eP.xtk(eP.xtk(n)),[t1.du]:(e,t,n)=>(0,C.sn)(()=>t.effect_instruction_i2(n)),[t1.Ni]:(e,t,n)=>(e.patchRuntimeFlags(e.currentRuntimeFlags,t.patch),t5.In(e.currentRuntimeFlags)&&e.isInterrupted())?eP.cbD(e.getInterruptedCause()):eP.xtk(n),[t1.mM]:(e,t,n)=>((0,C.sn)(()=>t.effect_instruction_i2(n)),(0,C.sn)(()=>t.effect_instruction_i0()))?(e.pushStack(t),(0,C.sn)(()=>t.effect_instruction_i1())):eP.rIH,[t1.xS]:(e,t,n)=>{for(;;){let r=(0,C.sn)(()=>t.effect_instruction_i0.next(n));if(r.done)return eP.xtk(r.value);let a=(0,C.ku)(r.value);if(!eP.h0c(a))return e.pushStack(t),a;if("Failure"===a._tag)return a;n=a.value}}},nv={[ez.VH]:(e,t,n,r)=>(e.processNewInterruptSignal(r.cause),t5.In(t)?eP.cbD(r.cause):n),[ez.yo]:(e,t,n,r)=>{throw Error("It is illegal to have multiple concurrent run loops in a single fiber")},[ez.dT]:(e,t,n,r)=>(r.onFiber(e,T.yk(t)),n),[ez.FR]:(e,t,n,r)=>eP.qIB(eP.m9E(),()=>n)},nR=nf.M();class nO extends g.Xs{static{r=eY.QV,a=eY.sA}constructor(e,t,n){if(super(),this[r]=eY.GP,this[a]=nS,this._queue=[],this._children=null,this._observers=[],this._running=!1,this._stack=[],this._asyncInterruptor=null,this._asyncBlockingOn=null,this._exitValue=null,this._steps=[],this._isYielding=!1,this.currentOpCount=0,this.run=()=>{this.drainQueueOnCurrentThread()},this.currentRuntimeFlags=n,this._fiberId=e,this._fiberRefs=t,t5.qg(n)){const e=this.getFiberRef(eP.b1P);ng.unsafeUpdate(1,e),nm.unsafeUpdate(1,e)}this.refreshRefCache()}commit(){return eY.fj(this)}id(){return this._fiberId}resume(e){this.tell(ez.U(e))}get status(){return this.ask((e,t)=>t)}get runtimeFlags(){return this.ask((e,t)=>T.$L(t)?e.currentRuntimeFlags:t.runtimeFlags)}scope(){return eW.$N(this)}get children(){return this.ask(e=>Array.from(e.getChildren()))}getChildren(){return null===this._children&&(this._children=new Set),this._children}getInterruptedCause(){return this.getFiberRef(eP.LGt)}fiberRefs(){return this.ask(e=>e.getFiberRefs())}ask(e){return eP.DYE(()=>{let t=eP.MIt(this._fiberId);return this.tell(ez.Ry((n,r)=>{eP.q_p(t,eP.OH5(()=>e(n,r)))})),eP.gn0(t)})}tell(e){this._queue.push(e),this._running||(this._running=!0,this.drainQueueLaterOnExecutor())}get await(){return eP.bIC(e=>{let t=t=>e(eP.PyW(t));return null!==this._exitValue?void t(this._exitValue):(this.tell(ez.Ry((e,n)=>{null!==e._exitValue?t(this._exitValue):e.addObserver(t)})),eP.OH5(()=>this.tell(ez.Ry((e,n)=>{e.removeObserver(t)}))))},this.id())}get inheritAll(){return eP.$we((e,t)=>{let n=e.id(),r=e.getFiberRefs(),a=t.runtimeFlags,i=this.getFiberRefs(),s=ej.rl(r,n,i);e.setFiberRefs(s);let o=e.getFiberRef(rq),l=(0,_.Fs)(t5.Ui(a,o),eO.HN(t5._n),eO.HN(t5.rS));return eP.$QS(l)})}get poll(){return eP.OH5(()=>ev.k$(this._exitValue))}unsafePoll(){return this._exitValue}interruptAsFork(e){return eP.OH5(()=>this.tell(ez.CW(eD.G(e))))}unsafeInterruptAsFork(e){this.tell(ez.CW(eD.G(e)))}addObserver(e){null!==this._exitValue?e(this._exitValue):this._observers.push(e)}removeObserver(e){this._observers=this._observers.filter(t=>t!==e)}getFiberRefs(){return this.setFiberRef(rq,this.currentRuntimeFlags),this._fiberRefs}unsafeDeleteFiberRef(e){this._fiberRefs=ej.Rt(this._fiberRefs,e)}getFiberRef(e){return this._fiberRefs.locals.has(e)?this._fiberRefs.locals.get(e)[0][1]:e.initial}setFiberRef(e,t){this._fiberRefs=ej.aI(this._fiberRefs,{fiberId:this._fiberId,fiberRef:e,value:t}),this.refreshRefCache()}refreshRefCache(){this.currentDefaultServices=this.getFiberRef(eH.qJ),this.currentTracer=this.currentDefaultServices.unsafeMap.get(nh.Ez.key),this.currentSupervisor=this.getFiberRef(rX),this.currentScheduler=this.getFiberRef(ew.X_),this.currentContext=this.getFiberRef(eP.Fi1),this.currentSpan=this.currentContext.unsafeMap.get(nh.Te.key)}setFiberRefs(e){this._fiberRefs=e,this.refreshRefCache()}addChild(e){this.getChildren().add(e)}removeChild(e){this.getChildren().delete(e)}transferChildren(e){let t=this._children;if(this._children=null,null!==t&&t.size>0)for(let n of t)null===n._exitValue&&e.add(this.currentRuntimeFlags,n)}drainQueueOnCurrentThread(){let e=!0;for(;e;){let t=nT,n=globalThis[eY.qV];globalThis[eY.qV]=this;try{for(;t===nT;)t=0===this._queue.length?"Done":this.evaluateMessageWhileSuspended(this._queue.splice(0,1)[0])}finally{this._running=!1,globalThis[eY.qV]=n}this._queue.length>0&&!this._running?(this._running=!0,t===n_?(this.drainQueueLaterOnExecutor(),e=!1):e=!0):e=!1}}drainQueueLaterOnExecutor(){this.currentScheduler.scheduleTask(this.run,this.getFiberRef(eP.QPU),this)}drainQueueWhileRunning(e,t){let n=t;for(;this._queue.length>0;){let t=this._queue.splice(0,1)[0];n=nv[t._tag](this,e,n,t)}return n}isInterrupted(){return!eD.Im(this.getFiberRef(eP.LGt))}addInterruptedCause(e){let t=this.getFiberRef(eP.LGt);this.setFiberRef(eP.LGt,eD.il(t,e))}processNewInterruptSignal(e){this.addInterruptedCause(e),this.sendInterruptSignalToAllChildren()}sendInterruptSignalToAllChildren(){if(null===this._children||0===this._children.size)return!1;let e=!1;for(let t of this._children)t.tell(ez.CW(eD.G(this.id()))),e=!0;return e}interruptAllChildren(){if(this.sendInterruptSignalToAllChildren()){let e=this._children.values();this._children=null;let t=!1;return eP.iMI({while:()=>!t,body:()=>{let n=e.next();return n.done?eP.OH5(()=>{t=!0}):eP.NLW(n.value.await)},step:()=>{}})}return null}reportExitValue(e){if(t5.qg(this.currentRuntimeFlags)){let t=this.getFiberRef(eP.b1P),n=this.id().startTimeMillis,r=Date.now();switch(ny.unsafeUpdate(r-n,t),nm.unsafeUpdate(-1,t),e._tag){case t1._l:nb.unsafeUpdate(1,t);break;case t1.N9:nE.unsafeUpdate(1,t)}}if("Failure"===e._tag){let t=this.getFiberRef(eP.bRS);eD.t9(e.cause)||"Some"!==t._tag||this.log("Fiber terminated with an unhandled error",e.cause,t)}}setExitValue(e){this._exitValue=e,this.reportExitValue(e);for(let t=this._observers.length-1;t>=0;t--)this._observers[t](e);this._observers=[]}getLoggers(){return this.getFiberRef(nG)}log(e,t,n){let r=ev.Ru(n)?n.value:this.getFiberRef(eP.w6U),a=this.getFiberRef(nw);if(N.MM(a,r))return;let i=this.getFiberRef(eP.krO),s=this.getFiberRef(eP.Umi),o=this.getLoggers(),l=this.getFiberRefs();if(k.Ej(o)>0){let n=new Date(f.Jt(this.getFiberRef(eH.qJ),eL.hV).unsafeCurrentTimeMillis());I.RJ(l,()=>{for(let a of o)a.log({fiberId:this.id(),logLevel:r,message:e,cause:t,context:l,spans:i,annotations:s,date:n})})}}evaluateMessageWhileSuspended(e){switch(e._tag){case ez.FR:return n_;case ez.VH:return this.processNewInterruptSignal(e.cause),null!==this._asyncInterruptor&&(this._asyncInterruptor(eP.cbD(e.cause)),this._asyncInterruptor=null),nT;case ez.yo:return this._asyncInterruptor=null,this._asyncBlockingOn=null,this.evaluateEffect(e.effect),nT;case ez.dT:return e.onFiber(this,null!==this._exitValue?T.Vw:T.IU(this.currentRuntimeFlags,this._asyncBlockingOn)),nT;default:return nA(e)}}evaluateEffect(e){this.currentSupervisor.onResume(this);try{let t=t5.In(this.currentRuntimeFlags)&&this.isInterrupted()?eP.cbD(this.getInterruptedCause()):e;for(;null!==t;){let e=t,n=this.runLoop(e);if(n===nk){let e=nI.currentOp;nI.currentOp=null,e._op===t1.u4?t5.Ps(this.currentRuntimeFlags)?(this.tell(ez.m9()),this.tell(ez.U(eP.x5l)),t=null):t=eP.x5l:e._op===t1.ZO&&(t=null)}else{this.currentRuntimeFlags=(0,_.Fs)(this.currentRuntimeFlags,t5.sS(t5.rS));let e=this.interruptAllChildren();null!==e?t=eP.qIB(e,()=>n):(0===this._queue.length?this.setExitValue(n):this.tell(ez.U(n)),t=null)}}}finally{this.currentSupervisor.onSuspend(this)}}start(e){if(this._running)this.tell(ez.U(e));else{this._running=!0;let t=globalThis[eY.qV];globalThis[eY.qV]=this;try{this.evaluateEffect(e)}finally{this._running=!1,globalThis[eY.qV]=t,this._queue.length>0&&this.drainQueueLaterOnExecutor()}}}startFork(e){this.tell(ez.U(e))}patchRuntimeFlags(e,t){let n=t5.F6(e,t);return globalThis[eY.qV]=this,this.currentRuntimeFlags=n,n}initiateAsync(e,t){let n=!1,r=e=>{n||(n=!0,this.tell(ez.U(e)))};t5.In(e)&&(this._asyncInterruptor=r);try{t(r)}catch(e){r(eP.ATB(eD.F_(e)))}}pushStack(e){this._stack.push(e),"OnStep"===e._op&&this._steps.push({refs:this.getFiberRefs(),flags:this.currentRuntimeFlags})}popStack(){let e=this._stack.pop();if(e)return"OnStep"===e._op&&this._steps.pop(),e}getNextSuccessCont(){let e=this.popStack();for(;e;){if(e._op!==t1.JJ)return e;e=this.popStack()}}getNextFailCont(){let e=this.popStack();for(;e;){if(e._op!==t1.Gj&&e._op!==t1.mM&&e._op!==t1.xS)return e;e=this.popStack()}}[t1.tA](e){return eP.OH5(()=>f.$v(this.currentContext,e))}Left(e){return eP.fJG(e.left)}None(e){return eP.fJG(new eP.kJg)}Right(e){return eP.xtk(e.right)}Some(e){return eP.xtk(e.value)}Micro(e){return eP.t04(t=>{let n=t,r=((e,t)=>{let n=new $(ey.context(t?.scheduler??new eg));if(n.evaluate(e),t?.signal)if(t.signal.aborted)n.unsafeInterrupt();else{let e=()=>n.unsafeInterrupt();t.signal.addEventListener("abort",e,{once:!0}),n.addObserver(()=>t.signal.removeEventListener("abort",e))}return n})(eb(e,this.currentContext));return r.addObserver(e=>{if("Success"===e._tag)return n(eP.xtk(e.value));switch(e.cause._tag){case"Interrupt":return n(eP.cbD(eD.G(b.dv)));case"Fail":return n(eP.fJG(e.cause.error));case"Die":return n(eP.F_Q(e.cause.defect))}}),eP.t04(e=>{n=t=>{e(eP.rIH)},r.unsafeInterrupt()})})}[t1.EF](e){let t=(0,C.sn)(()=>e.effect_instruction_i0()),n=this.getNextSuccessCont();return void 0!==n?(n._op in nN||nA(n),nN[n._op](this,n,t)):(nI.currentOp=eP.xtk(t),nk)}[t1._l](e){let t=this.getNextSuccessCont();return void 0!==t?(t._op in nN||nA(t),nN[t._op](this,t,e.effect_instruction_i0)):(nI.currentOp=e,nk)}[t1.N9](e){let t=e.effect_instruction_i0,n=this.getNextFailCont();if(void 0===n)return nI.currentOp=eP.cbD(t),nk;switch(n._op){case t1.JJ:case t1.du:if(!(t5.In(this.currentRuntimeFlags)&&this.isInterrupted()))return(0,C.sn)(()=>n.effect_instruction_i1(t));return eP.cbD(eD.el(t));case"OnStep":if(!(t5.In(this.currentRuntimeFlags)&&this.isInterrupted()))return eP.xtk(eP.cbD(t));return eP.cbD(eD.el(t));case t1.Ni:if(this.patchRuntimeFlags(this.currentRuntimeFlags,n.patch),t5.In(this.currentRuntimeFlags)&&this.isInterrupted())return eP.cbD(eD.il(t,this.getInterruptedCause()));return eP.cbD(t);default:nA(n)}}[t1.mm](e){return(0,C.sn)(()=>e.effect_instruction_i0(this,T.yk(this.currentRuntimeFlags)))}Blocked(e){let t=this.getFiberRefs(),n=this.currentRuntimeFlags;if(this._steps.length>0){let r=[],a=this._steps[this._steps.length-1],i=this.popStack();for(;i&&"OnStep"!==i._op;)r.push(i),i=this.popStack();this.setFiberRefs(a.refs),this.currentRuntimeFlags=a.flags;let s=y.Ui(a.refs,t),o=t5.Ui(a.flags,n);return eP.xtk(eP.Z5i(e.effect_instruction_i0,eP.$we(t=>{for(;r.length>0;)t.pushStack(r.pop());return t.setFiberRefs(y.F6(t.id(),t.getFiberRefs())(s)),t.currentRuntimeFlags=t5.F6(o)(t.currentRuntimeFlags),e.effect_instruction_i1})))}return eP.FcF(t=>eP.qIB(n7(eP.UFt(e.effect_instruction_i0)),()=>t(e.effect_instruction_i1)))}RunBlocked(e){let t;return t=e.effect_instruction_i0,eP.QZV(eC.Bq(t),e=>n6(eC.iG(e),([e,t])=>{let n=new Map,r=[];for(let e of t)for(let t of(r.push(h.h3(e)),e))n.set(t.request,t);let a=r.flat();return eP.woH(r6(e.runAll(r),a,()=>a.forEach(e=>{e.listeners.interrupted=!0})),ex.v,n)},!1,!1))}[t1.NM](e){let t=e.effect_instruction_i0,n=this.currentRuntimeFlags,r=t5.F6(n,t);if(t5.In(r)&&this.isInterrupted())return eP.cbD(this.getInterruptedCause());if(this.patchRuntimeFlags(this.currentRuntimeFlags,t),!e.effect_instruction_i1)return eP.x5l;{let t=t5.Ui(r,n);return this.pushStack(new eP.yPL(t,e)),(0,C.sn)(()=>e.effect_instruction_i1(n))}}[t1.Gj](e){return this.pushStack(e),e.effect_instruction_i0}OnStep(e){return this.pushStack(e),e.effect_instruction_i0}[t1.JJ](e){return this.pushStack(e),e.effect_instruction_i0}[t1.du](e){return this.pushStack(e),e.effect_instruction_i0}[t1.ZO](e){return this._asyncBlockingOn=e.effect_instruction_i1,this.initiateAsync(this.currentRuntimeFlags,e.effect_instruction_i0),nI.currentOp=e,nk}[t1.u4](e){return this._isYielding=!1,nI.currentOp=e,nk}[t1.mM](e){let t=e.effect_instruction_i0,n=e.effect_instruction_i1;return t()?(this.pushStack(e),n()):eP.x5l}[t1.xS](e){return nN[t1.xS](this,e,void 0)}[t1.kK](e){return(0,C.sn)(()=>e.commit())}runLoop(e){let t=e;for(this.currentOpCount=0;;){if((this.currentRuntimeFlags&t5.zb)!=0&&this.currentSupervisor.onEffect(this,t),this._queue.length>0&&(t=this.drainQueueWhileRunning(this.currentRuntimeFlags,t)),!this._isYielding){this.currentOpCount+=1;let e=this.currentScheduler.shouldYield(this);if(!1!==e){this._isYielding=!0,this.currentOpCount=0;let n=t;t=eP.qIB(eP.m9E({priority:e}),()=>n)}}try{if((t=this.currentTracer.context(()=>{if(nR!==t[eP.$n1]._V){let e=this.getFiberRef(eP.G2Y);if("Some"===e._tag){let n=t[eP.$n1]._V;this.log(`Executing an Effect versioned ${n} with a Runtime of version ${nf.M()}, you may want to dedupe the effect dependencies, you can use the language service plugin to detect this at compile time: https://github.com/Effect-TS/language-service`,eD.Ie,e)}}return this[t._op](t)},this))===nk){let e=nI.currentOp;if(e._op===t1.u4||e._op===t1.ZO)return nk;return nI.currentOp=null,e._op===t1._l||e._op===t1.N9?e:eP.cbD(eD.F_(e))}}catch(e){t=(t===nk||d.i5(t,"_op"))&&t._op in this?eP.OTT(e)?eP.cbD(eD.il(eD.F_(e),eD.G(b.dv))):eP.F_Q(e):eP.GSS(`Not a valid effect: ${I.ZK(t)}`)}}}}let nw=(0,S.V)("effect/FiberRef/currentMinimumLogLevel",()=>eP.QID(N.Al("Info"))),nC=e=>eq.rY(t=>{let n=E.Fh(t.context,eH.qJ);f.Jt(n,eG.MG).unsafe.log(e.log(t))}),nD=e=>eq.rY(t=>{let n=E.Fh(t.context,eH.qJ),r=f.Jt(n,eG.MG).unsafe;switch(t.logLevel._tag){case"Debug":return r.debug(e.log(t));case"Info":return r.info(e.log(t));case"Trace":return r.trace(e.log(t));case"Warning":return r.warn(e.log(t));case"Error":case"Fatal":return r.error(e.log(t));default:return r.log(e.log(t))}}),nL=e=>eq.rY(t=>{let n=E.Fh(t.context,eH.qJ);f.Jt(n,eG.MG).unsafe.error(e.log(t))}),nx=(0,S.V)(Symbol.for("effect/Logger/defaultLogger"),()=>nC(eq.oz)),nP=(0,S.V)(Symbol.for("effect/Logger/jsonLogger"),()=>nC(eq.Rz)),nF=(0,S.V)(Symbol.for("effect/Logger/logFmtLogger"),()=>nC(eq.mE)),nM=(0,S.V)(Symbol.for("effect/Logger/prettyLogger"),()=>eq.m5),nB=(0,S.V)(Symbol.for("effect/Logger/structuredLogger"),()=>nC(eq.SZ)),nU=(0,S.V)(Symbol.for("effect/Logger/tracerLogger"),()=>eq.rY(({annotations:e,cause:t,context:n,fiberId:r,logLevel:a,message:i})=>{let s=eU.Vy(f.om(ej.Fh(n,eP.Fi1),nh.Te));if("None"===s._tag||"ExternalSpan"===s.value._tag)return;let o=f.$v(ej.Fh(n,eH.qJ),eL.hV),l={};for(let[t,n]of e)l[t]=n;l["effect.fiberId"]=b.CB(r),l["effect.logLevel"]=a.label,null!==t&&"Empty"!==t._tag&&(l["effect.cause"]=eD.j9(t,{renderErrorCause:!0})),s.value.event(I.ZK(Array.isArray(i)&&1===i.length?i[0]:i),o.unsafeCurrentTimeNanos(),l)})),nH=e=>eq.Tc(e,e=>{let t=ev.qI(ej.Jt(e.context,eP.Fi1),f.om(nh.Te));return"None"===t._tag?e:{...e,annotations:(0,_.Fs)(e.annotations,A.hZ("effect.traceId",t.value.traceId),A.hZ("effect.spanId",t.value.spanId),"Span"===t.value._tag?A.hZ("effect.spanName",t.value.name):_.D_)}}),nG=(0,S.V)(Symbol.for("effect/FiberRef/currentLoggers"),()=>eP._Pd(k.L8(nx,nU))),n$=(0,_.XY)(3,(e,t,n)=>eP.qIB(rx,r=>{let a=[],i=eP.DYE(()=>{if(0===a.length)return eP.rIH;let e=a;return a=[],n(e)});return eP.FcF(n=>(0,_.Fs)(eU.yy(t),eP.aNH(i),eU.i4,n,n7,eP.qIB(e=>eP.iLB(r,eP.OLv(e))),eP.aNH(nq(()=>i)),eP.as(eq.rY(t=>{a.push(e.log(t))}))))})),nY=function(){if("string"==typeof arguments[0])return r$(eP.Umi,A.hZ(arguments[0],arguments[1]));let e=Object.entries(arguments[0]);return r$(eP.Umi,A.Tk(t=>{for(let n=0;n<e.length;n++){let[r,a]=e[n];A.hZ(t,r,a)}return t}))},nz=(0,_.XY)(2,(e,t)=>{let n="string"==typeof t?N.Al(t):t;return eP.$we(t=>{let r=t.getFiberRef(nw);return N.MM(r,n)?eP.PyW(ev.dv()):eP.TjK(e,ev.zN)})}),nj=(0,_.XY)(e=>eP.yw5(e[0]),(e,t)=>eP.rfi(eP.Mim(e,e=>nq(n=>t(e,n))))),nW=(0,_.XY)(e=>eP.yw5(e[0]),(e,t)=>r4(e,nq(e=>t(e)))),nq=e=>eP.$we(t=>{let n=t.getFiberRefs(),r=t5.b8(t.currentRuntimeFlags,t5._n);return eP.qIB(rx,t=>eP.Uio(t,t=>eP.$we(a=>{let i=a.getFiberRefs(),s=a.currentRuntimeFlags,o=y.Ui(i,n),l=t5.Ui(s,r),c=y.Ui(n,i);return a.setFiberRefs(y.F6(o,a.id(),n)),r4(eP.cay(e(t),l),eP.OH5(()=>{a.setFiberRefs(y.F6(c,a.id(),a.getFiberRefs()))}))})))}),nX=e=>eP.woH(eP.CdZ,ev.zN(eW.gm))(e),nV=Symbol.for("effect/Effect/existsPar/found"),nK=(0,_.XY)(e=>d.xZ(e[0])&&!eP.yw5(e[0]),(e,t,n)=>eM(n?.concurrency,()=>eP.DYE(()=>nZ(e[Symbol.iterator](),0,t)),()=>eP.tvg(n5(e,(e,n)=>eP.tDT(t(e,n),{onTrue:()=>eP.fJG(nV),onFalse:()=>eP.rIH}),n),{onFailure:e=>e===nV?eP.PyW(!0):eP.fJG(e),onSuccess:()=>eP.PyW(!1)}))),nZ=(e,t,n)=>{let r=e.next();return r.done?eP.PyW(!1):eP.qIB(n(r.value,t),r=>r?eP.PyW(r):nZ(e,t+1,n))},nJ=(0,_.XY)(e=>d.xZ(e[0])&&!eP.yw5(e[0]),(e,t,n)=>{let r=n?.negate?(e,n)=>eP.TjK(t(e,n),p):t;return eM(n?.concurrency,()=>eP.DYE(()=>l.Ts(e).reduceRight((e,t,n)=>eP.OYO(e,eP.DYE(()=>r(t,n)),(e,n)=>n?[t,...e]:e),eP.OH5(()=>[]))),()=>eP.TjK(n5(e,(e,t)=>eP.TjK(r(e,t),t=>t?ev.zN(e):ev.dv()),n),l.Yz))}),nQ=(e,t)=>{let[n,r]=(e=>{if(Array.isArray(e)||d.xZ(e))return[e,ev.dv()];let t=Object.keys(e),n=t.length;return[t.map(t=>e[t]),ev.zN(e=>{let r={};for(let a=0;a<n;a++)r[t[a]]=e[a];return r})]})(e);if(t?.mode==="validate"){let e=[];for(let t of n)e.push(eP.gPK(t));return eP.qIB(n5(e,_.D_,{concurrency:t?.concurrency,batching:t?.batching,concurrentFinalizers:t?.concurrentFinalizers}),e=>{let n=ev.dv(),a=e.length,i=Array(a),s=Array(a),o=!1;for(let t=0;t<a;t++){let r=e[t];"Left"===r._tag?(i[t]=ev.zN(r.left),o=!0):(s[t]=r.right,i[t]=n)}return o?"Some"===r._tag?eP.fJG(r.value(i)):eP.fJG(i):t?.discard?eP.rIH:"Some"===r._tag?eP.PyW(r.value(s)):eP.PyW(s)})}if(t?.mode==="either"){let e=[];for(let t of n)e.push(eP.gPK(t));return t?.discard?n5(e,_.D_,{concurrency:t?.concurrency,batching:t?.batching,discard:!0,concurrentFinalizers:t?.concurrentFinalizers}):eP.TjK(n5(e,_.D_,{concurrency:t?.concurrency,batching:t?.batching,concurrentFinalizers:t?.concurrentFinalizers}),e=>"Some"===r._tag?r.value(e):e)}return t?.discard!==!0&&"Some"===r._tag?eP.TjK(n5(n,_.D_,t),r.value):n5(n,_.D_,t)},n0=e=>t=>nQ(t,e),n1=(e,t)=>eP.TjK(nQ(l.Ts(e).map(eP.NS5),t),l.x1(e=>eP.CoE(e)?ev.zN(e.effect_instruction_i0):ev.dv())),n2=(0,_.XY)(2,(e,t)=>Array.from({length:t},()=>e)),n3=(0,_.XY)(e=>eP.yw5(e[0]),(e,t,n)=>nQ(n2(e,t),n)),n5=(0,_.XY)(e=>d.xZ(e[0]),(e,t,n)=>eP.$we(r=>{let a=n?.batching===!0||n?.batching==="inherit"&&r.getFiberRef(eP.pX6);return n?.discard?eF(n.concurrency,()=>rh(m.il,n?.concurrentFinalizers)(n=>a?n6(e,(e,r)=>n(t(e,r)),!0,!1,1):eP.QZV(e,(e,r)=>n(t(e,r)))),()=>rh(m._7,n?.concurrentFinalizers)(n=>n6(e,(e,r)=>n(t(e,r)),a,!1)),r=>rh(m._K(r),n?.concurrentFinalizers)(n=>n6(e,(e,r)=>n(t(e,r)),a,!1,r))):eF(n?.concurrency,()=>rh(m.il,n?.concurrentFinalizers)(n=>a?n8(e,1,(e,r)=>n(t(e,r)),!0):eP.CFK(e,(e,r)=>n(t(e,r)))),()=>rh(m._7,n?.concurrentFinalizers)(n=>n4(e,(e,r)=>n(t(e,r)),a)),r=>rh(m._K(r),n?.concurrentFinalizers)(n=>n8(e,r,(e,r)=>n(t(e,r)),a)))})),n4=(e,t,n)=>eP.DYE(()=>{let r=l.Ts(e),a=Array(r.length);return eP.aNH(n6(r,(e,n)=>eP.qIB(t(e,n),e=>eP.OH5(()=>a[n]=e)),n,!1),eP.PyW(a))}),n6=(e,t,n,r,a)=>eP.FcF(i=>eP.sK9(s=>eP.$we(o=>{let l=Array.from(e).reverse(),c=l.length;if(0===c)return eP.rIH;let u=0,d=!1,p=a?Math.min(l.length,a):l.length,h=new Set,f=[],g=[],m=[],b=[],E=()=>{let e=f.filter(({exit:e})=>"Failure"===e._tag).sort((e,t)=>e.index<t.index?-1:+(e.index!==t.index)).map(({exit:e})=>e);return 0===e.length&&e.push(eP.x5l),e},y=(e,t=!1)=>{let n=eP.rfi(s(e)),r=rn(n,o,o.currentRuntimeFlags,eW.gm);return o.currentScheduler.scheduleTask(()=>{t&&r.unsafeInterruptAsFork(o.id()),r.resume(n)},0,r),r},T=()=>{r||(c-=l.length,l=[]),d=!0,h.forEach(e=>{e.currentScheduler.scheduleTask(()=>{e.unsafeInterruptAsFork(o.id())},0,e)})},_=n?eP.PMw:eP.NS5,S=y(eP.bIC(e=>{let r=(e,t)=>{"Blocked"===e._op?b.push(e):(f.push({index:t,exit:e}),"Failure"!==e._op||d||T())},s=()=>{if(l.length>0){let p=l.pop(),T=u++,S=e=>{if(l.length>0&&(r(e,T),l.length>0)){let e;return e=l.pop(),T=u++,eP.qIB(eP.m9E(),()=>eP.qIB(_(i(t(e,T))),S))}return eP.PyW(e)},A=y(eP.qIB(_(i(t(p,T))),S));g.push(A),h.add(A),d&&A.currentScheduler.scheduleTask(()=>{A.unsafeInterruptAsFork(o.id())},0,A),A.addObserver(t=>{let i;if(i="Failure"===t._op?t:t.effect_instruction_i0,m.push(A),h.delete(A),r(i,T),f.length===c)e(eP.PyW(ev.WL(eP.Q9S(E(),{parallel:!0}),()=>eP.x5l)));else if(b.length+f.length===c){let t=E(),r=b.map(e=>e.effect_instruction_i0).reduce(eC.eM);e(eP.PyW(eP.Z5i(r,n6([ev.WL(eP.Q9S(t,{parallel:!0}),()=>eP.x5l),...b.map(e=>e.effect_instruction_i1)],e=>e,n,!0,a))))}else s()})}};for(let e=0;e<p;e++)s()}));return eP.NLW(eP.cfM(eP.Bqz(i(eY.fj(S))),eP.Wtn({onFailure:e=>{T();let t=b.length+1,n=Math.min("number"==typeof a?a:b.length,b.length),r=Array.from(b);return eP.bIC(a=>{let i=[],s=0,o=0,l=(n,o)=>l=>{i[n]=l,++s===t&&a(eP.xtk(eP.cbD(e))),r.length>0&&o&&c()},c=()=>{y(r.pop(),!0).addObserver(l(o,!0)),o++};S.addObserver(l(o,!1)),o++;for(let e=0;e<n;e++)c()})},onSuccess:()=>eP.CFK(m,e=>e.inheritAll)})))}))),n8=(e,t,n,r)=>eP.DYE(()=>{let a=l.Ts(e),i=Array(a.length);return eP.aNH(n6(a,(e,t)=>eP.TjK(n(e,t),e=>i[t]=e),r,!1,t),eP.PyW(i))}),n9=e=>eP.$we((t,n)=>eP.PyW(rt(e,t,n.runtimeFlags))),n7=e=>ra(e,eW.gm),re=(0,_.XY)(2,(e,t)=>n9(eP.S5A(e,e=>{let n=eD.vE(e);switch(n._tag){case"Left":return t(n.left);case"Right":return eP.ATB(n.right)}}))),rt=(e,t,n,r=null)=>{let a=rr(e,t,n,r);return a.resume(e),a},rn=(e,t,n,r=null)=>rr(e,t,n,r),rr=(e,t,n,r=null)=>{let a=b.$N(),i=t.getFiberRefs(),s=ej.BG(i,a),o=new nO(a,s,n),l=ej.Fh(s,eP.Fi1),c=o.currentSupervisor;return c.onStart(l,e,ev.zN(t),o),o.addObserver(e=>c.onEnd(e,o)),(null!==r?r:(0,_.Fs)(t.getFiberRef(eP.CdZ),ev.WL(()=>t.scope()))).add(n,o),o},ra=(e,t)=>eP.$we((n,r)=>eP.PyW(rt(e,n,r.runtimeFlags,t))),ri=(0,_.XY)(e=>d.Tn(e[2]),(e,t,n,r)=>eM(r?.concurrency,()=>l.Ts(e).reduce((e,t,r)=>eP.OYO(e,t,(e,t)=>n(e,t,r)),eP.PyW(t)),()=>eP.qIB(eR.L8(t),t=>eP.qIB(n5(e,(e,r)=>eP.qIB(e,e=>eR.yo(t,t=>n(t,e,r))),r),()=>eR.Jt(t))))),rs=(0,_.XY)(e=>d.xZ(e[0]),(e,t,n)=>(0,_.Fs)(n5(e,(e,n)=>eP.gPK(t(e,n)),n),eP.TjK(e=>eP.rTm(e,_.D_)))),ro=(0,_.XY)(e=>d.xZ(e[0]),(e,t,n)=>eP.qIB(rs(e,t,{concurrency:n?.concurrency,batching:n?.batching,concurrentFinalizers:n?.concurrentFinalizers}),([e,t])=>l.EI(e)?eP.fJG(e):n?.discard?eP.rIH:eP.PyW(t))),rl=e=>eP.$we((t,n)=>eP.bIC(r=>{let a,i=new Set,s=eD.Ie,o=()=>{for(let e of i)e.unsafeInterruptAsFork(t.id())},l=!1,c=!0;for(let u of e){c=!1;let e=rt(eP.Inz(u),t,n.runtimeFlags);if(i.add(e),e.addObserver(t=>{i.delete(e),a||("Success"===t._tag?(l=!0,a=e,s=eD.Ie,o()):s=eD._7(t.cause,s)),l&&0===i.size&&r(a?eP.aNH(eY.zq(a),a.unsafePoll()):eP.ATB(s))}),a)break}return c?r(eP.Kbz(()=>new eP.nAV("Received an empty collection of effects"))):(l=!0,eY.tx(i,t.id()))})),rc=(0,_.XY)(e=>d.xZ(e[0])&&!eP.yw5(e[0]),(e,t,n,r)=>eM(r?.concurrency,()=>l.Ts(e).reduce((e,t,r)=>eP.OYO(e,t,(e,t)=>n(e,t,r)),t),()=>eP.DYE(()=>(0,_.Fs)(ri([t,...e],ev.dv(),(e,t,r)=>{switch(e._tag){case"None":return ev.zN(t);case"Some":return ev.zN(n(e.value,t,r))}},r),eP.TjK(e=>{switch(e._tag){case"None":throw Error("BUG: Effect.reduceEffect - please report an issue at https://github.com/Effect-TS/effect/issues");case"Some":return e.value}}))))),ru=e=>eP.d_m(t=>ev.YW(f.om(t,rL),{onNone:()=>e,onSome:t=>{switch(t.strategy._tag){case"Parallel":return e;case"Sequential":case"ParallelN":return eP.qIB(eP.Z$R(t,m._7),t=>rB(e,t))}}})),rd=e=>t=>eP.d_m(n=>ev.YW(f.om(n,rL),{onNone:()=>t,onSome:n=>"ParallelN"===n.strategy._tag&&n.strategy.parallelism===e?t:eP.qIB(eP.Z$R(n,m._K(e)),e=>rB(t,e))})),rp=e=>t=>rh(e,!0)(t),rh=(e,t)=>n=>eP.d_m(r=>ev.YW(f.om(r,rL),{onNone:()=>n(_.D_),onSome:r=>{if(!0!==t)return n(_.D_);{let t="Parallel"===e._tag?ru:"Sequential"===e._tag?rb:rd(e.parallelism);switch(r.strategy._tag){case"Parallel":return t(n(ru));case"Sequential":return t(n(rb));case"ParallelN":return t(n(rd(r.strategy.parallelism)))}}}})),rf=e=>eP.qIB(rL,e),rg=e=>eP.qIB(rM(),t=>eP.cfM(e(t),e=>t.close(e))),rm=e=>eP.qIB(rM(),t=>rU(e,t)),rb=e=>eP.d_m(t=>ev.YW(f.om(t,rL),{onNone:()=>e,onSome:t=>{switch(t.strategy._tag){case"Sequential":return e;case"Parallel":case"ParallelN":return eP.qIB(eP.Z$R(t,m.il),t=>rB(e,t))}}})),rE=(e,t)=>ry([ti.L8(e,t)]),ry=e=>r$(eP.b1P,t=>l.KC(t,e)),rT=(0,_.XY)(2,(e,t)=>rg(n=>eP.qIB(rB(e,n),t))),r_=(0,_.XY)(e=>eP.yw5(e[1]),(e,t,n)=>rS(e,t,(e,t)=>[e,t],n)),rS=(0,_.XY)(e=>eP.yw5(e[1]),(e,t,n,r)=>eP.Bqz(rC(eP.NS5(e),eP.NS5(t),(e,t)=>eP.wnO(e,t,{onSuccess:n,onFailure:(e,t)=>r?.concurrent?eD._7(e,t):eD.il(e,t)}),r))),rA=(0,_.XY)(e=>d.xZ(e[0]),(e,t,n)=>eP.UUz(n5(e,(e,n)=>eP.UUz(t(e,n)),n))),rk=e=>r$(eH.qJ,f.WQ(eL.hV,e)),rI=e=>r$(eH.qJ,f.WQ(t2.k_,e)),rN=e=>r$(eH.qJ,f.WQ(eB.Am,e)),rv=e=>rf(t=>eP.qIB(eP.Z$R(t,e$.il),t=>(0,_.Fs)(e,rB(t),eP.TjK(e=>[eP.g1G(e=>eP.vDJ(t,eP._sz(e))),e])))),rR=(0,_.XY)(e=>eP.yw5(e[1]),(e,t,n)=>rC(e,t,(e,t)=>[e,t],n)),rO=(0,_.XY)(e=>eP.yw5(e[1]),(e,t,n)=>n?.concurrent!==!0&&(n?.batching===void 0||!1===n.batching)?eP.piH(e,t):rC(e,t,(e,t)=>e,n)),rw=(0,_.XY)(e=>eP.yw5(e[1]),(e,t,n)=>n?.concurrent!==!0&&(n?.batching===void 0||!1===n.batching)?eP.aNH(e,t):rC(e,t,(e,t)=>t,n)),rC=(0,_.XY)(e=>eP.yw5(e[1]),(e,t,n,r)=>eP.TjK(nQ([e,t],{concurrency:r?.concurrent?2:1,batching:r?.batching,concurrentFinalizers:r?.concurrentFinalizers}),([e,t])=>n(e,t))),rD=e=>e===eO.Ie?eP.rIH:(0,_.Fs)(eP.m$m,eP.qIB(t=>{let n=t5.F6(t,e),r=t5.Ui(n,t);return(0,_.Fs)(eP.$QS(e),eP.aNH(nq(()=>eP.$QS(r))),eP.NLW)}),eP.rfi),rL=f.Io("effect/Scope"),rx=rL,rP={[eP.kWD]:eP.kWD,[eP.APi]:eP.APi,pipe(){return(0,w.tT)(this,arguments)},fork(e){return eP.OH5(()=>{var t;let n=rF(e);if("Closed"===this.state._tag)return n.state=this.state,n;let r={};return this.state.finalizers.set(r,e=>n.close(e)),t=e=>eP.OH5(()=>{"Open"===this.state._tag&&this.state.finalizers.delete(r)}),"Open"===n.state._tag&&n.state.finalizers.set({},t),n})},close(e){return eP.DYE(()=>{if("Closed"===this.state._tag)return eP.rIH;let t=Array.from(this.state.finalizers.values()).reverse();return(this.state={_tag:"Closed",exit:e},0===t.length)?eP.rIH:e$.Gp(this.strategy)?(0,_.Fs)(eP.CFK(t,t=>eP.NS5(t(e))),eP.qIB(e=>(0,_.Fs)(eP.Q9S(e),ev.Tj(eP.Hox),ev.WL(()=>eP.x5l)))):e$.K7(this.strategy)?(0,_.Fs)(n4(t,t=>eP.NS5(t(e)),!1),eP.qIB(e=>(0,_.Fs)(eP.Q9S(e,{parallel:!0}),ev.Tj(eP.Hox),ev.WL(()=>eP.x5l)))):(0,_.Fs)(n8(t,this.strategy.parallelism,t=>eP.NS5(t(e)),!1),eP.qIB(e=>(0,_.Fs)(eP.Q9S(e,{parallel:!0}),ev.Tj(eP.Hox),ev.WL(()=>eP.x5l))))})},addFinalizer(e){return eP.DYE(()=>"Closed"===this.state._tag?e(this.state.exit):(this.state.finalizers.set({},e),eP.rIH))}},rF=(e=e$.il)=>{let t=Object.create(rP);return t.strategy=e,t.state={_tag:"Open",finalizers:new Map},t},rM=(e=e$.il)=>eP.OH5(()=>rF(e)),rB=(0,_.XY)(2,(e,t)=>eP.kyh(e,f.h1(f.L8(rL,t)))),rU=(0,_.XY)(2,(e,t)=>(0,_.Fs)(e,rB(t),eP.cfM(e=>t.close(e)))),rH=e=>eP.sH6(e,{differ:np,fork:nl}),rG=(0,_.XY)(2,(e,t)=>eP.NLW(nj(eP.qIB(eP.U8_(e),n=>eP.as(eP.Ecz(e,t),n)),t=>eP.Ecz(e,t)))),r$=(0,_.XY)(2,(e,t)=>eP.uPR(e,n=>rG(e,t(n)))),rY=(e,t)=>rz(()=>eP.QID(e,t)),rz=e=>nj(eP.Mim(eP.OH5(e),e=>eP.tNQ(e,_.D_)),e=>eP.PNH(e)),rj=e=>rz(()=>eP.bzD(e)),rW=e=>rz(()=>eP.nlF(e)),rq=eP.nlF(t5.dv),rX=rH(t4.dv),rV=e=>n5(e,eY.gt),rK=e=>({...g.Em,commit(){return eY.fj(this)},[eY.QV]:eY.GP,id:()=>l.Ts(e).reduce((e,t)=>b.kg(e,t.id()),b.dv),await:eP.NS5(n4(e,e=>eP.Bqz(e.await),!1)),children:eP.TjK(n4(e,e=>e.children,!1),l.Bq),inheritAll:eP.QZV(e,e=>e.inheritAll),poll:eP.TjK(eP.CFK(e,e=>e.poll),l.XK(ev.zN(eP.xtk([])),(e,t)=>{switch(t._tag){case"None":return ev.dv();case"Some":switch(e._tag){case"None":return ev.dv();case"Some":return ev.zN(eP.wnO(t.value,e.value,{onSuccess:(e,t)=>[e,...t],onFailure:eD._7}))}}})),interruptAsFork:t=>eP.QZV(e,e=>e.interruptAsFork(t))}),rZ=e=>eP.NLW(n7(eP.OLv(e))),rJ=e=>eY.fj(rK(e)),rQ=e=>nj(eP.PyW(e),eP.OLv),r0=(0,_.XY)(3,(e,t,n)=>r3(e,t,{onSelfWin:(e,t)=>eP.qIB(e.await,r=>{switch(r._tag){case t1._l:return eP.qIB(e.inheritAll,()=>n.onSelfDone(r,t));case t1.N9:return n.onSelfDone(r,t)}}),onOtherWin:(e,t)=>eP.qIB(e.await,r=>{switch(r._tag){case t1._l:return eP.qIB(e.inheritAll,()=>n.onOtherDone(r,t));case t1.N9:return n.onOtherDone(r,t)}})})),r1=e=>eP.FcF(t=>eP.g1G(n=>eP.qIB(n7(t(e)),e=>(0,_.Fs)(t(eY.fj(e)),eP.nAr(()=>(0,_.Fs)(e,eY.UX(n))))))),r2=(0,_.XY)(2,(e,t)=>eP.g1G(n=>r0(e,t,{onSelfDone:(e,t)=>eP.dDX(e,{onFailure:e=>(0,_.Fs)(eY.fj(t),eU.aW(t=>eD._7(e,t))),onSuccess:e=>(0,_.Fs)(t,eP._tB(n),eP.as(e))}),onOtherDone:(e,t)=>eP.dDX(e,{onFailure:e=>(0,_.Fs)(eY.fj(t),eU.aW(t=>eD._7(t,e))),onSuccess:e=>(0,_.Fs)(t,eP._tB(n),eP.as(e))})}))),r3=(0,_.XY)(3,(e,t,n)=>eP.$we((r,a)=>{let i=a.runtimeFlags,s=eN.L8(!0),o=rr(e,r,i,n.selfScope),l=rr(t,r,i,n.otherScope);return eP.bIC(r=>{o.addObserver(()=>r5(o,l,n.onSelfWin,s,r)),l.addObserver(()=>r5(l,o,n.onOtherWin,s,r)),o.startFork(e),l.startFork(t)},b.kg(o.id(),l.id()))})),r5=(e,t,n,r,a)=>{eN.Tc(!0,!1)(r)&&a(n(e,t))},r4=(0,_.XY)(2,(e,t)=>eP.FcF(n=>eP.khu(n(e),{onFailure:e=>eP.khu(t,{onFailure:t=>eP.ATB(eD.il(e,t)),onSuccess:()=>eP.ATB(e)}),onSuccess:e=>eP.as(t,e)}))),r6=(e,t,n)=>eP.g1G(r=>r4(eP.qIB(n7(eP.Inz(e)),e=>eP.bIC(r=>{let a=t.map(e=>e.listeners.count),i=()=>{a.every(e=>0===e)&&t.every(e=>"Pending"===e.result.state.current._tag||!!("Done"===e.result.state.current._tag&&eP.h0c(e.result.state.current.effect)&&"Failure"===e.result.state.current.effect._tag&&eD.fT(e.result.state.current.effect.cause)))&&(s.forEach(e=>e()),n?.(),r(eP.OLv(e)))};e.addObserver(e=>{s.forEach(e=>e()),r(e)});let s=t.map((e,t)=>{let n=e=>{a[t]=e,i()};return e.listeners.addObserver(n),()=>e.listeners.removeObserver(n)});return i(),eP.OH5(()=>{s.forEach(e=>e())})})),eP.DYE(()=>{let e=t.flatMap(e=>e.state.completed?[]:[e]);return eP.QZV(e,e=>(0,t3.My)(e.request,eP._sz(r)))}))),r8=(0,_.XY)(2,(e,t)=>eP.uPR(ex.v,n=>eP.DYE(()=>r6(e,l.Ts(t).flatMap(e=>n.has(e)?[n.get(e)]:[]))))),r9=(e,t)=>(t=nh.ZA(t),eP.rfi(eP.$we(n=>{let r=f.$v(n.getFiberRef(eP.Fi1),rL),a=eU.xI(n,e,t),i=n.getFiberRef(eP.QYw),s=f.Jt(n.getFiberRef(eH.qJ),eL.hV);return eP.as(eP.Uio(r,e=>eU.ex(a,e,s,i)),a)}))),r7=e=>r$(eH.qJ,f.WQ(nh.Ez,e)),ae=function(){let e="string"!=typeof arguments[0],t=e?arguments[1]:arguments[0],n=nh.ZA(e?arguments[2]:arguments[1]);if(e){let e=arguments[0];return eP.qIB(r9(t,nh.ZA(n)),t=>eU.Pf(e,nh.Te,t))}return e=>eP.qIB(r9(t,nh.ZA(n)),t=>eU.Pf(e,nh.Te,t))}},84077:(e,t,n)=>{"use strict";n.d(t,{LV:()=>s,c$:()=>a,hk:()=>i,mU:()=>r});let r="ScheduleEnd",a="UpstreamEnd",i={_tag:r},s={_tag:a}},84478:(e,t,n)=>{"use strict";n.d(t,{AV:()=>a,PC:()=>r,Rc:()=>i,db:()=>s});let r="Done",a="Emit",i="FromEffect",s="Read"},84559:()=>{},84693:(e,t,n)=>{"use strict";n.d(t,{S:()=>a});var r=n(4294);function a(e){return null===e||(0,r.Ee)(e)||(0,r.Ny)(e)?1:(0,r.es)(e)?2:void 0}},84709:(e,t,n)=>{"use strict";n.d(t,{t:()=>r});let r={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"}},84976:(e,t,n)=>{"use strict";let r;n.d(t,{V:()=>i});let a="effect/GlobalValue",i=(e,t)=>(r||(globalThis[a]??=new Map,r=globalThis[a]),r.has(e)||r.set(e,t()),r.get(e))},86359:(e,t,n)=>{"use strict";n.d(t,{Al:()=>T,F_:()=>o,G:()=>l,Ie:()=>i,Ki:()=>g,Mr:()=>_,Tj:()=>m,VY:()=>c,fJ:()=>s,fT:()=>u,iw:()=>b,kJ:()=>y,ml:()=>p,nA:()=>E,od:()=>h,t9:()=>d,vE:()=>f});var r=n(83483),a=n(16841);r.PX,a.R8K,a.jo7,a.owM,a.VwM,a.PDv,a.g1R,a.igQ,a.VbV,a.Wc6;let i=r.Ie,s=r.fJ,o=r.F_,l=r.G;r._7,r.il,r.Aj,r.uH,r.rv;let c=r.VY;r.Ep,r.yl,r.I2,r.Ej,r.Im,r.N6,r.Jq;let u=r.fT,d=r.t9;r.e9,r.RU;let p=r.ml,h=r.od,f=r.vE,g=r.Ki;r.Co,r.FQ,r.AW,r.Q6,r.el,r.Rw,r.as;let m=r.Tj;r.qI,r.hg,r.Bq,r.gR;let b=a.ReC;a.R_7,r.I6,r.pb,r.YW,r.TS,r.og,a.s2,a.OTT;let E=a.nAV;a.xt1;let y=a.kJg;a.QRo;let T=a.AlI,_=a.MrQ;a.nv8,a.xUJ,a.Uis,a.sAm,a.THF,a.p2e,r.j9,r.Yu,a.RkE},86681:(e,t,n)=>{"use strict";n.d(t,{Am:()=>_,sF:()=>A});var r=n(55060),a=n(50995),i=n(36185),s=n(67172),o=n(20733),l=n(70564),c=n(77681),u=n(80905),d=n(50344);n(48905).gd;var p=n(96715),h=n(96540);let f={_tag:"Empty"},g=(0,s.XY)(2,(e,t)=>{let n=h.of(t),a=e;for(;h.ae(n);){let e=n.head;switch(e._tag){case"Empty":n=n.tail;break;case"AndThen":n=h.qu(e.first,h.qu(e.second,n.tail));break;case"MapName":a=r.Tj(a,e.f),n=n.tail;break;case"Nested":a=r.Hs(a,e.name),n=n.tail;break;case"Unnested":if(!(0,s.Fs)(r.d5(a),u.gR(e.name)))return i.kb(p.xH(a,`Expected ${e.name} to be in path in ConfigProvider#unnested`));a=r.Rx(a),n=n.tail}}return i.pG(a)});var m=n(16841),b=n(80524),E=n(41463);let y=(e,t)=>[...e,...t],T=Symbol.for("effect/ConfigProvider"),_=a.Io("effect/ConfigProvider"),S=Symbol.for("effect/ConfigProviderFlat"),A=e=>{let t,{pathDelim:n,seqDelim:a}=Object.assign({},{pathDelim:"_",seqDelim:","},e),i=()=>void 0!==E&&"env"in E&&"object"==typeof E.env?E.env:{};var o={[S]:S,patch:(t={load:(e,t,o=!0)=>{let l=(0,s.Fs)(e,r.fj(n)),c=i(),d=l in c?u.zN(c[l]):u.dv();return(0,s.Fs)(d,m.xm_(()=>p.xH(e,`Expected ${l} to exist in the process context`)),m.qIB(n=>N(n,e,t,a,o)))},enumerateChildren:e=>m.OH5(()=>{let t=Object.keys(i()).map(e=>e.toUpperCase().split(n)).filter(t=>{for(let n=0;n<e.length;n++){let a=(0,s.Fs)(e,r.$v(n)),i=t[n];if(void 0===i||a!==i)return!1}return!0}).flatMap(t=>t.slice(e.length,e.length+1));return l.Ts(t)}),patch:f}).patch,load:(e,n,r=!0)=>t.load(e,n,r),enumerateChildren:t.enumerateChildren};return{[T]:T,pipe(){return(0,d.tT)(this,arguments)},...{load:e=>m.qIB(k(o,r.Ie(),e,!1),t=>u.YW(r.d5(t),{onNone:()=>m.fJG(p.xH(r.Ie(),`Expected a single value having structure: ${e}`)),onSome:m.PyW})),flattened:o}}},k=(e,t,n,a)=>{switch(n._tag){case b.Np:return m.PyW(r.of(n.value));case b.KZ:return m.DYE(()=>k(e,t,n.config,a));case b.PS:return m.fJG(p.xH(t,n.message));case b.bj:return(0,s.Fs)(m.DYE(()=>k(e,t,n.first,a)),m.h9N(r=>n.condition(r)?(0,s.Fs)(k(e,t,n.second,a),m.h9N(e=>m.fJG(p.Or(r,e)))):m.fJG(r)));case b.n$:return m.DYE(()=>k(e,t,n.config(),a));case b.O$:return m.DYE(()=>(0,s.Fs)(k(e,t,n.original,a),m.qIB(m.CFK(e=>(0,s.Fs)(n.mapOrFail(e),m.xm_(p.gV(((e,t)=>{let n=t;if("Nested"===n._tag){let t=e.slice();for(;"Nested"===n._tag;)t.push(n.name),n=n.config;return t}return e})(t,n.original))))))));case b.S0:return m.DYE(()=>k(e,y(t,r.of(n.name)),n.config,a));case b.eu:return(0,s.Fs)(g(t,e.patch),m.qIB(t=>(0,s.Fs)(e.load(t,n,a),m.qIB(e=>{if(0===e.length){let e=(0,s.Fs)(r.HV(t),u.WL(()=>"<n/a>"));return m.fJG(p.xH([],`Expected ${n.description} with name ${e}`))}return m.PyW(e)}))));case b.sG:return(0,s.Fs)(g(t,e.patch),m.qIB(a=>(0,s.Fs)(e.enumerateChildren(a),m.qIB(R),m.qIB(a=>0===a.length?m.DYE(()=>m.TjK(k(e,t,n.config,!0),r.of)):(0,s.Fs)(m.CFK(a,a=>k(e,r.BC(t,`[${a}]`),n.config,!0)),m.TjK(e=>{let t=r.Bq(e);return 0===t.length?r.of(r.Ie()):r.of(t)}))))));case b.J3:return m.DYE(()=>(0,s.Fs)(g(t,e.patch),m.qIB(t=>(0,s.Fs)(e.enumerateChildren(t),m.qIB(i=>(0,s.Fs)(i,m.CFK(i=>k(e,y(t,r.of(i)),n.valueConfig,a)),m.TjK(e=>0===e.length?r.of(o.Ie()):(0,s.Fs)(v(e),r.Tj(e=>o.Ts(r.yU(r.Ts(i),e)))))))))));case b.fM:return m.DYE(()=>(0,s.Fs)(k(e,t,n.left,a),m.gPK,m.qIB(o=>(0,s.Fs)(k(e,t,n.right,a),m.gPK,m.qIB(e=>{if(i.OC(o)&&i.OC(e))return m.fJG(p.KD(o.left,e.left));if(i.OC(o)&&i.FG(e))return m.fJG(o.left);if(i.FG(o)&&i.OC(e))return m.fJG(e.left);if(i.FG(o)&&i.FG(e)){var a,l;let c,d,p=(0,s.Fs)(t,r.fj(".")),h=I(t,p),[f,g]=(a=(0,s.Fs)(o.right,r.Tj(i.pG)),l=(0,s.Fs)(e.right,r.Tj(i.pG)),c=r.t8(a.length,e=>e>=l.length?u.dv():u.zN([h(e),e+1])),d=r.t8(l.length,e=>e>=a.length?u.dv():u.zN([h(e),e+1])),[y(a,c),y(l,d)]);return(0,s.Fs)(f,r.yU(g),m.CFK(([e,t])=>(0,s.Fs)(m.yU6(e,t),m.TjK(([e,t])=>n.zip(e,t)))))}throw Error("BUG: ConfigProvider.fromFlatLoop - please report an issue at https://github.com/Effect-TS/effect/issues")})))))}},I=(e,t)=>n=>i.kb(p.xH(e,`The element at index ${n} in a sequence at path "${t}" was missing`)),N=(e,t,n,a,i)=>{let o,l;return i?(0,s.Fs)((o=e,l=a,o.split(RegExp(`\\s*${l.replace(/[/\\^$*+?.()|[\]{}]/g,"\\$&")}\\s*`))),m.CFK(e=>n.parse(e.trim())),m.xm_(p.gV(t))):(0,s.Fs)(n.parse(e),m.UcN({onFailure:p.gV(t),onSuccess:r.of}))},v=e=>Object.keys(e[0]).map(t=>e.map(e=>e[t])),R=e=>(0,s.Fs)(m.CFK(e,w),m.UcN({onFailure:()=>r.Ie(),onSuccess:r.di(c.pH)}),m.gPK,m.TjK(i.h1)),O=/^(\[(\d+)\])$/,w=e=>{let t=e.match(O);if(null!==t){let e=t[2];return(0,s.Fs)(void 0!==e&&e.length>0?u.zN(e):u.dv(),u.qI(C))}return u.dv()},C=e=>{let t=Number.parseInt(e);return Number.isNaN(t)?u.dv():u.zN(t)}},86994:(e,t,n)=>{"use strict";function r(e){let t=[],n=String(e||""),r=n.indexOf(","),a=0,i=!1;for(;!i;){-1===r&&(r=n.length,i=!0);let e=n.slice(a,r).trim();(e||!i)&&t.push(e),a=r+1,r=n.indexOf(",",a)}return t}function a(e,t){let n=t||{};return(""===e[e.length-1]?[...e,""]:e).join((n.padRight?" ":"")+","+(!1===n.padLeft?"":" ")).trim()}n.d(t,{A:()=>a,q:()=>r})},87448:(e,t,n)=>{"use strict";n.d(t,{L8:()=>r,XX:()=>i,wR:()=>a});let r=(e,t)=>({label:e,startTime:t}),a=e=>e.replace(/[\s="]/g,"_"),i=e=>t=>{let n=a(t.label);return`${n}=${e-t.startTime}ms`}},88374:(e,t,n)=>{"use strict";n.d(t,{A:()=>v});var r=n(78115),a=n(84709);function i(e,t){let n=function(e,t){switch(e.nodeType){case 1:return function(e,t){let n=e.namespaceURI,i=n===a.t.svg?r.s:r.h,o=n===a.t.html?e.tagName.toLowerCase():e.tagName,l=n===a.t.html&&"template"===o?e.content:e,c=e.getAttributeNames(),u={},d=-1;for(;++d<c.length;)u[c[d]]=e.getAttribute(c[d])||"";return i(o,u,s(l,t))}(e,t);case 3:return{type:"text",value:e.nodeValue||""};case 8:return{type:"comment",value:e.nodeValue||""};case 9:case 11:return function(e,t){return{type:"root",children:s(e,t)}}(e,t);case 10:return{type:"doctype"};default:return}}(e,t);return n&&t.afterTransform&&t.afterTransform(e,n),n}function s(e,t){let n=e.childNodes,r=[],a=-1;for(;++a<n.length;){let e=i(n[a],t);void 0!==e&&r.push(e)}return r}let o=new DOMParser;var l=n(73129);let c=function(e,t,n){let r=(0,l.C)(n);if(!e||!e.type||!e.children)throw Error("Expected parent node");if("number"==typeof t){if(t<0||t===1/0)throw Error("Expected positive finite number as index")}else if((t=e.children.indexOf(t))<0)throw Error("Expected child node or index");for(;++t<e.children.length;)if(r(e.children[t],t,e))return e.children[t]},u=function(e){if(null==e)return p;if("string"==typeof e){var t;return t=e,d(function(e){return e.tagName===t})}if("object"==typeof e){var n=e;let t=[],r=-1;for(;++r<n.length;)t[r]=u(n[r]);return d(function(...e){let n=-1;for(;++n<t.length;)if(t[n].apply(this,e))return!0;return!1})}if("function"==typeof e)return d(e);throw Error("Expected function, string, or array as `test`")};function d(e){return function(t,n,r){var a;return!!(null!==(a=t)&&"object"==typeof a&&"type"in a&&"tagName"in a&&e.call(this,t,"number"==typeof n?n:void 0,r||void 0))}}function p(e){return!!(e&&"object"==typeof e&&"type"in e&&"element"===e.type&&"tagName"in e&&"string"==typeof e.tagName)}let h=/\n/g,f=/[\t ]+/g,g=u("br"),m=u(function(e){return"td"===e.tagName||"th"===e.tagName}),b=u("p"),E=u("tr"),y=u(["datalist","head","noembed","noframes","noscript","rp","script","style","template","title",function(e){return!!(e.properties||{}).hidden},function(e){return"dialog"===e.tagName&&!(e.properties||{}).open}]),T=u(["address","article","aside","blockquote","body","caption","center","dd","dialog","dir","dl","dt","div","figure","figcaption","footer","form,","h1","h2","h3","h4","h5","h6","header","hgroup","hr","html","legend","li","listing","main","menu","nav","ol","p","plaintext","pre","section","ul","xmp"]);function _(e,t){let n,r=String(e.value),a=[],i=[],s=0;for(;s<=r.length;){h.lastIndex=s;let e=h.exec(r),n=e&&"index"in e?e.index:r.length;a.push(function(e,t,n){let r,a=[],i=0;for(;i<e.length;){f.lastIndex=i;let n=f.exec(e);r=n?n.index:e.length,i||r||!n||t||a.push(""),i!==r&&a.push(e.slice(i,r)),i=n?r+n[0].length:r}return i===r||n||a.push(""),a.join(" ")}(r.slice(s,n).replace(/[\u061C\u200E\u200F\u202A-\u202E\u2066-\u2069]/g,""),0!==s||t.breakBefore,n!==r.length||t.breakAfter)),s=n+1}let o=-1;for(;++o<a.length;)8203===a[o].charCodeAt(a[o].length-1)||o<a.length-1&&8203===a[o+1].charCodeAt(0)?(i.push(a[o]),n=void 0):a[o]?("number"==typeof n&&i.push(n),i.push(a[o]),n=0):(0===o||o===a.length-1)&&i.push(0);return i}function S(e,t){if("element"===e.type){let n=e.properties||{};switch(e.tagName){case"listing":case"plaintext":case"xmp":return"pre";case"nobr":return"nowrap";case"pre":return n.wrap?"pre-wrap":"pre";case"td":case"th":return n.noWrap?"nowrap":t.whitespace;case"textarea":return"pre-wrap"}}return t.whitespace}var A=n(71876),k=n(20768);let I={},N=[];function v(e){let t=e||I;return function(e,n){(0,k.VG)(e,"element",function(e,r){var a,s,l;let u,d,p=Array.isArray(e.properties.className)?e.properties.className:N,h=p.includes("language-math"),f=p.includes("math-display"),I=p.includes("math-inline"),v=f;if(!h&&!f&&!I)return;let R=r[r.length-1],O=e;if("code"===e.tagName&&h&&R&&"element"===R.type&&"pre"===R.tagName&&(O=R,R=r[r.length-2],v=!0),!R)return;let w=function(e,t){let n,r="children"in e?e.children:[],a=T(e),i=S(e,{whitespace:(t||{}).whitespace||"normal",breakBefore:!1,breakAfter:!1}),s=[];("text"===e.type||"comment"===e.type)&&s.push(..._(e,{whitespace:i,breakBefore:!0,breakAfter:!0}));let o=-1;for(;++o<r.length;)s.push(...function e(t,n,r){return"element"===t.type?function(t,n,r){let a,i,s=S(t,r),o=t.children||[],l=-1,u=[];if(y(t))return u;for(g(t)||E(t)&&c(n,t,E)?i="\n":b(t)?(a=2,i=2):T(t)&&(a=1,i=1);++l<o.length;)u=u.concat(e(o[l],t,{whitespace:s,breakBefore:l?void 0:a,breakAfter:l<o.length-1?g(o[l+1]):i}));return m(t)&&c(n,t,m)&&u.push(" "),a&&u.unshift(a),i&&u.push(i),u}(t,n,r):"text"===t.type?"normal"===r.whitespace?_(t,r):[String(t.value)]:[]}(r[o],e,{whitespace:i,breakBefore:o?void 0:a,breakAfter:o<r.length-1?g(r[o+1]):a}));let l=[];for(o=-1;++o<s.length;){let e=s[o];"number"==typeof e?void 0!==n&&e>n&&(n=e):e&&(void 0!==n&&n>-1&&l.push("\n".repeat(n)||" "),n=-1,l.push(e))}return l.join("")}(O,{whitespace:"pre"});try{d=A.Ay.renderToString(w,{...t,displayMode:v,throwOnError:!0})}catch(i){let a=i.name.toLowerCase();n.message("Could not render math with KaTeX",{ancestors:[...r,e],cause:i,place:e.position,ruleId:a,source:"rehype-katex"});try{d=A.Ay.renderToString(w,{...t,displayMode:v,strict:"ignore",throwOnError:!1})}catch{d=[{type:"element",tagName:"span",properties:{className:["katex-error"],style:"color:"+(t.errorColor||"#cc0000"),title:String(i)},children:[{type:"text",value:w}]}]}}"string"==typeof d&&(d=(a=d,s={fragment:!0},i(s?.fragment?(l=a,(u=document.createElement("template")).innerHTML=l,u.content):o.parseFromString(a,"text/html"),{})||{type:"root",children:[]}).children);let C=R.children.indexOf(O);return R.children.splice(C,1,...d),k._Z})}}},88522:(e,t,n)=>{"use strict";n.d(t,{A:()=>r});let r={'code[class*="language-"]':{background:"hsl(230, 1%, 98%)",color:"hsl(230, 8%, 24%)",fontFamily:'"Fira Code", "Fira Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace',direction:"ltr",textAlign:"left",whiteSpace:"pre",wordSpacing:"normal",wordBreak:"normal",lineHeight:"1.5",MozTabSize:"2",OTabSize:"2",tabSize:"2",WebkitHyphens:"none",MozHyphens:"none",msHyphens:"none",hyphens:"none"},'pre[class*="language-"]':{background:"hsl(230, 1%, 98%)",color:"hsl(230, 8%, 24%)",fontFamily:'"Fira Code", "Fira Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace',direction:"ltr",textAlign:"left",whiteSpace:"pre",wordSpacing:"normal",wordBreak:"normal",lineHeight:"1.5",MozTabSize:"2",OTabSize:"2",tabSize:"2",WebkitHyphens:"none",MozHyphens:"none",msHyphens:"none",hyphens:"none",padding:"1em",margin:"0.5em 0",overflow:"auto",borderRadius:"0.3em"},'code[class*="language-"]::-moz-selection':{background:"hsl(230, 1%, 90%)",color:"inherit"},'code[class*="language-"] *::-moz-selection':{background:"hsl(230, 1%, 90%)",color:"inherit"},'pre[class*="language-"] *::-moz-selection':{background:"hsl(230, 1%, 90%)",color:"inherit"},'code[class*="language-"]::selection':{background:"hsl(230, 1%, 90%)",color:"inherit"},'code[class*="language-"] *::selection':{background:"hsl(230, 1%, 90%)",color:"inherit"},'pre[class*="language-"] *::selection':{background:"hsl(230, 1%, 90%)",color:"inherit"},':not(pre) > code[class*="language-"]':{padding:"0.2em 0.3em",borderRadius:"0.3em",whiteSpace:"normal"},comment:{color:"hsl(230, 4%, 64%)",fontStyle:"italic"},prolog:{color:"hsl(230, 4%, 64%)"},cdata:{color:"hsl(230, 4%, 64%)"},doctype:{color:"hsl(230, 8%, 24%)"},punctuation:{color:"hsl(230, 8%, 24%)"},entity:{color:"hsl(230, 8%, 24%)",cursor:"help"},"attr-name":{color:"hsl(35, 99%, 36%)"},"class-name":{color:"hsl(35, 99%, 36%)"},boolean:{color:"hsl(35, 99%, 36%)"},constant:{color:"hsl(35, 99%, 36%)"},number:{color:"hsl(35, 99%, 36%)"},atrule:{color:"hsl(35, 99%, 36%)"},keyword:{color:"hsl(301, 63%, 40%)"},property:{color:"hsl(5, 74%, 59%)"},tag:{color:"hsl(5, 74%, 59%)"},symbol:{color:"hsl(5, 74%, 59%)"},deleted:{color:"hsl(5, 74%, 59%)"},important:{color:"hsl(5, 74%, 59%)"},selector:{color:"hsl(119, 34%, 47%)"},string:{color:"hsl(119, 34%, 47%)"},char:{color:"hsl(119, 34%, 47%)"},builtin:{color:"hsl(119, 34%, 47%)"},inserted:{color:"hsl(119, 34%, 47%)"},regex:{color:"hsl(119, 34%, 47%)"},"attr-value":{color:"hsl(119, 34%, 47%)"},"attr-value > .token.punctuation":{color:"hsl(119, 34%, 47%)"},variable:{color:"hsl(221, 87%, 60%)"},operator:{color:"hsl(221, 87%, 60%)"},function:{color:"hsl(221, 87%, 60%)"},url:{color:"hsl(198, 99%, 37%)"},"attr-value > .token.punctuation.attr-equals":{color:"hsl(230, 8%, 24%)"},"special-attr > .token.attr-value > .token.value.css":{color:"hsl(230, 8%, 24%)"},".language-css .token.selector":{color:"hsl(5, 74%, 59%)"},".language-css .token.property":{color:"hsl(230, 8%, 24%)"},".language-css .token.function":{color:"hsl(198, 99%, 37%)"},".language-css .token.url > .token.function":{color:"hsl(198, 99%, 37%)"},".language-css .token.url > .token.string.url":{color:"hsl(119, 34%, 47%)"},".language-css .token.important":{color:"hsl(301, 63%, 40%)"},".language-css .token.atrule .token.rule":{color:"hsl(301, 63%, 40%)"},".language-javascript .token.operator":{color:"hsl(301, 63%, 40%)"},".language-javascript .token.template-string > .token.interpolation > .token.interpolation-punctuation.punctuation":{color:"hsl(344, 84%, 43%)"},".language-json .token.operator":{color:"hsl(230, 8%, 24%)"},".language-json .token.null.keyword":{color:"hsl(35, 99%, 36%)"},".language-markdown .token.url":{color:"hsl(230, 8%, 24%)"},".language-markdown .token.url > .token.operator":{color:"hsl(230, 8%, 24%)"},".language-markdown .token.url-reference.url > .token.string":{color:"hsl(230, 8%, 24%)"},".language-markdown .token.url > .token.content":{color:"hsl(221, 87%, 60%)"},".language-markdown .token.url > .token.url":{color:"hsl(198, 99%, 37%)"},".language-markdown .token.url-reference.url":{color:"hsl(198, 99%, 37%)"},".language-markdown .token.blockquote.punctuation":{color:"hsl(230, 4%, 64%)",fontStyle:"italic"},".language-markdown .token.hr.punctuation":{color:"hsl(230, 4%, 64%)",fontStyle:"italic"},".language-markdown .token.code-snippet":{color:"hsl(119, 34%, 47%)"},".language-markdown .token.bold .token.content":{color:"hsl(35, 99%, 36%)"},".language-markdown .token.italic .token.content":{color:"hsl(301, 63%, 40%)"},".language-markdown .token.strike .token.content":{color:"hsl(5, 74%, 59%)"},".language-markdown .token.strike .token.punctuation":{color:"hsl(5, 74%, 59%)"},".language-markdown .token.list.punctuation":{color:"hsl(5, 74%, 59%)"},".language-markdown .token.title.important > .token.punctuation":{color:"hsl(5, 74%, 59%)"},bold:{fontWeight:"bold"},italic:{fontStyle:"italic"},namespace:{Opacity:"0.8"},"token.tab:not(:empty):before":{color:"hsla(230, 8%, 24%, 0.2)"},"token.cr:before":{color:"hsla(230, 8%, 24%, 0.2)"},"token.lf:before":{color:"hsla(230, 8%, 24%, 0.2)"},"token.space:before":{color:"hsla(230, 8%, 24%, 0.2)"},"div.code-toolbar > .toolbar.toolbar > .toolbar-item":{marginRight:"0.4em"},"div.code-toolbar > .toolbar.toolbar > .toolbar-item > button":{background:"hsl(230, 1%, 90%)",color:"hsl(230, 6%, 44%)",padding:"0.1em 0.4em",borderRadius:"0.3em"},"div.code-toolbar > .toolbar.toolbar > .toolbar-item > a":{background:"hsl(230, 1%, 90%)",color:"hsl(230, 6%, 44%)",padding:"0.1em 0.4em",borderRadius:"0.3em"},"div.code-toolbar > .toolbar.toolbar > .toolbar-item > span":{background:"hsl(230, 1%, 90%)",color:"hsl(230, 6%, 44%)",padding:"0.1em 0.4em",borderRadius:"0.3em"},"div.code-toolbar > .toolbar.toolbar > .toolbar-item > button:hover":{background:"hsl(230, 1%, 78%)",color:"hsl(230, 8%, 24%)"},"div.code-toolbar > .toolbar.toolbar > .toolbar-item > button:focus":{background:"hsl(230, 1%, 78%)",color:"hsl(230, 8%, 24%)"},"div.code-toolbar > .toolbar.toolbar > .toolbar-item > a:hover":{background:"hsl(230, 1%, 78%)",color:"hsl(230, 8%, 24%)"},"div.code-toolbar > .toolbar.toolbar > .toolbar-item > a:focus":{background:"hsl(230, 1%, 78%)",color:"hsl(230, 8%, 24%)"},"div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:hover":{background:"hsl(230, 1%, 78%)",color:"hsl(230, 8%, 24%)"},"div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:focus":{background:"hsl(230, 1%, 78%)",color:"hsl(230, 8%, 24%)"},".line-highlight.line-highlight":{background:"hsla(230, 8%, 24%, 0.05)"},".line-highlight.line-highlight:before":{background:"hsl(230, 1%, 90%)",color:"hsl(230, 8%, 24%)",padding:"0.1em 0.6em",borderRadius:"0.3em",boxShadow:"0 2px 0 0 rgba(0, 0, 0, 0.2)"},".line-highlight.line-highlight[data-end]:after":{background:"hsl(230, 1%, 90%)",color:"hsl(230, 8%, 24%)",padding:"0.1em 0.6em",borderRadius:"0.3em",boxShadow:"0 2px 0 0 rgba(0, 0, 0, 0.2)"},"pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows > span:hover:before":{backgroundColor:"hsla(230, 8%, 24%, 0.05)"},".line-numbers.line-numbers .line-numbers-rows":{borderRightColor:"hsla(230, 8%, 24%, 0.2)"},".command-line .command-line-prompt":{borderRightColor:"hsla(230, 8%, 24%, 0.2)"},".line-numbers .line-numbers-rows > span:before":{color:"hsl(230, 1%, 62%)"},".command-line .command-line-prompt > span:before":{color:"hsl(230, 1%, 62%)"},".rainbow-braces .token.token.punctuation.brace-level-1":{color:"hsl(5, 74%, 59%)"},".rainbow-braces .token.token.punctuation.brace-level-5":{color:"hsl(5, 74%, 59%)"},".rainbow-braces .token.token.punctuation.brace-level-9":{color:"hsl(5, 74%, 59%)"},".rainbow-braces .token.token.punctuation.brace-level-2":{color:"hsl(119, 34%, 47%)"},".rainbow-braces .token.token.punctuation.brace-level-6":{color:"hsl(119, 34%, 47%)"},".rainbow-braces .token.token.punctuation.brace-level-10":{color:"hsl(119, 34%, 47%)"},".rainbow-braces .token.token.punctuation.brace-level-3":{color:"hsl(221, 87%, 60%)"},".rainbow-braces .token.token.punctuation.brace-level-7":{color:"hsl(221, 87%, 60%)"},".rainbow-braces .token.token.punctuation.brace-level-11":{color:"hsl(221, 87%, 60%)"},".rainbow-braces .token.token.punctuation.brace-level-4":{color:"hsl(301, 63%, 40%)"},".rainbow-braces .token.token.punctuation.brace-level-8":{color:"hsl(301, 63%, 40%)"},".rainbow-braces .token.token.punctuation.brace-level-12":{color:"hsl(301, 63%, 40%)"},"pre.diff-highlight > code .token.token.deleted:not(.prefix)":{backgroundColor:"hsla(353, 100%, 66%, 0.15)"},"pre > code.diff-highlight .token.token.deleted:not(.prefix)":{backgroundColor:"hsla(353, 100%, 66%, 0.15)"},"pre.diff-highlight > code .token.token.deleted:not(.prefix)::-moz-selection":{backgroundColor:"hsla(353, 95%, 66%, 0.25)"},"pre.diff-highlight > code .token.token.deleted:not(.prefix) *::-moz-selection":{backgroundColor:"hsla(353, 95%, 66%, 0.25)"},"pre > code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection":{backgroundColor:"hsla(353, 95%, 66%, 0.25)"},"pre > code.diff-highlight .token.token.deleted:not(.prefix) *::-moz-selection":{backgroundColor:"hsla(353, 95%, 66%, 0.25)"},"pre.diff-highlight > code .token.token.deleted:not(.prefix)::selection":{backgroundColor:"hsla(353, 95%, 66%, 0.25)"},"pre.diff-highlight > code .token.token.deleted:not(.prefix) *::selection":{backgroundColor:"hsla(353, 95%, 66%, 0.25)"},"pre > code.diff-highlight .token.token.deleted:not(.prefix)::selection":{backgroundColor:"hsla(353, 95%, 66%, 0.25)"},"pre > code.diff-highlight .token.token.deleted:not(.prefix) *::selection":{backgroundColor:"hsla(353, 95%, 66%, 0.25)"},"pre.diff-highlight > code .token.token.inserted:not(.prefix)":{backgroundColor:"hsla(137, 100%, 55%, 0.15)"},"pre > code.diff-highlight .token.token.inserted:not(.prefix)":{backgroundColor:"hsla(137, 100%, 55%, 0.15)"},"pre.diff-highlight > code .token.token.inserted:not(.prefix)::-moz-selection":{backgroundColor:"hsla(135, 73%, 55%, 0.25)"},"pre.diff-highlight > code .token.token.inserted:not(.prefix) *::-moz-selection":{backgroundColor:"hsla(135, 73%, 55%, 0.25)"},"pre > code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection":{backgroundColor:"hsla(135, 73%, 55%, 0.25)"},"pre > code.diff-highlight .token.token.inserted:not(.prefix) *::-moz-selection":{backgroundColor:"hsla(135, 73%, 55%, 0.25)"},"pre.diff-highlight > code .token.token.inserted:not(.prefix)::selection":{backgroundColor:"hsla(135, 73%, 55%, 0.25)"},"pre.diff-highlight > code .token.token.inserted:not(.prefix) *::selection":{backgroundColor:"hsla(135, 73%, 55%, 0.25)"},"pre > code.diff-highlight .token.token.inserted:not(.prefix)::selection":{backgroundColor:"hsla(135, 73%, 55%, 0.25)"},"pre > code.diff-highlight .token.token.inserted:not(.prefix) *::selection":{backgroundColor:"hsla(135, 73%, 55%, 0.25)"},".prism-previewer.prism-previewer:before":{borderColor:"hsl(0, 0, 95%)"},".prism-previewer-gradient.prism-previewer-gradient div":{borderColor:"hsl(0, 0, 95%)",borderRadius:"0.3em"},".prism-previewer-color.prism-previewer-color:before":{borderRadius:"0.3em"},".prism-previewer-easing.prism-previewer-easing:before":{borderRadius:"0.3em"},".prism-previewer.prism-previewer:after":{borderTopColor:"hsl(0, 0, 95%)"},".prism-previewer-flipped.prism-previewer-flipped.after":{borderBottomColor:"hsl(0, 0, 95%)"},".prism-previewer-angle.prism-previewer-angle:before":{background:"hsl(0, 0%, 100%)"},".prism-previewer-time.prism-previewer-time:before":{background:"hsl(0, 0%, 100%)"},".prism-previewer-easing.prism-previewer-easing":{background:"hsl(0, 0%, 100%)"},".prism-previewer-angle.prism-previewer-angle circle":{stroke:"hsl(230, 8%, 24%)",strokeOpacity:"1"},".prism-previewer-time.prism-previewer-time circle":{stroke:"hsl(230, 8%, 24%)",strokeOpacity:"1"},".prism-previewer-easing.prism-previewer-easing circle":{stroke:"hsl(230, 8%, 24%)",fill:"transparent"},".prism-previewer-easing.prism-previewer-easing path":{stroke:"hsl(230, 8%, 24%)"},".prism-previewer-easing.prism-previewer-easing line":{stroke:"hsl(230, 8%, 24%)"}}},88916:(e,t,n)=>{"use strict";n.d(t,{HR:()=>s,XY:()=>u,aI:()=>o,n4:()=>c});var r=n(33268),a=n(48905),i=n(95329);let s=Symbol.for("effect/Equal");function o(){return 1==arguments.length?e=>l(e,arguments[0]):l(arguments[0],arguments[1])}function l(e,t){if(e===t)return!0;let n=typeof e;if(n!==typeof t)return!1;if("object"===n||"function"===n){if(null!==e&&null!==t){if(c(e)&&c(t))if(r.tW(e)===r.tW(t)&&e[s](t))return!0;else return!!i.Hi.enabled&&!!i.Hi.tester&&i.Hi.tester(e,t);else if(e instanceof Date&&t instanceof Date){let n=e.getTime(),r=t.getTime();return n===r||Number.isNaN(n)&&Number.isNaN(r)}else if(e instanceof URL&&t instanceof URL)return e.href===t.href}if(i.Hi.enabled){if(null===e||null===t)return!1;if(Array.isArray(e)&&Array.isArray(t))return e.length===t.length&&e.every((e,n)=>l(e,t[n]));if(Object.getPrototypeOf(e)===Object.prototype&&Object.getPrototypeOf(t)===Object.prototype){let n=Object.keys(e),r=Object.keys(t);if(n.length===r.length){for(let r of n)if(!(r in t&&l(e[r],t[r])))return!!i.Hi.tester&&i.Hi.tester(e,t);return!0}}return!!i.Hi.tester&&i.Hi.tester(e,t)}}return!!i.Hi.enabled&&!!i.Hi.tester&&i.Hi.tester(e,t)}let c=e=>(0,a.i5)(e,s),u=()=>o},89364:(e,t,n)=>{"use strict";n.d(t,{F6:()=>S,Ie:()=>p,Ui:()=>T,kg:()=>_,r_:()=>l});var r=n(95793),a=n(88916),i=n(67172),s=n(23301),o=n(30818);let l=Symbol.for("effect/DifferContextPatch");function c(e){return e}let u={...o.wC.prototype,[l]:{_Value:c,_Patch:c}},d=Object.create(Object.assign(Object.create(u),{_tag:"Empty"})),p=()=>d,h=Object.assign(Object.create(u),{_tag:"AndThen"}),f=Object.assign(Object.create(u),{_tag:"AddService"}),g=(e,t)=>{let n=Object.create(f);return n.key=e,n.service=t,n},m=Object.assign(Object.create(u),{_tag:"RemoveService"}),b=e=>{let t=Object.create(m);return t.key=e,t},E=Object.assign(Object.create(u),{_tag:"UpdateService"}),y=(e,t)=>{let n=Object.create(E);return n.key=e,n.update=t,n},T=(e,t)=>{let n=new Map(e.unsafeMap),r=p();for(let[e,i]of t.unsafeMap.entries())if(n.has(e)){let t=n.get(e);n.delete(e),a.aI(t,i)||(r=_(y(e,()=>i))(r))}else n.delete(e),r=_(g(e,i))(r);for(let[e]of n.entries())r=_(b(e))(r);return r},_=i.XY(2,(e,t)=>{let n;return(n=Object.create(h)).first=e,n.second=t,n}),S=i.XY(2,(e,t)=>{if("Empty"===e._tag)return t;let n=!1,a=r.of(e),i=new Map(t.unsafeMap);for(;r.J_(a);){let e=r.v4(a),t=r.Rx(a);switch(e._tag){case"Empty":a=t;break;case"AddService":i.set(e.key,e.service),a=t;break;case"AndThen":a=r.Hs(r.Hs(t,e.second),e.first);break;case"RemoveService":i.delete(e.key),a=t;break;case"UpdateService":i.set(e.key,e.update(i.get(e.key))),n=!0,a=t}}if(!n)return(0,s.og)(i);let o=new Map;for(let[e]of t.unsafeMap)i.has(e)&&(o.set(e,i.get(e)),i.delete(e));for(let[e,t]of i)o.set(e,t);return(0,s.og)(o)})},89371:(e,t,n)=>{"use strict";n.d(t,{c3:()=>o,ob:()=>l,Vw:()=>c,Wk:()=>u,$L:()=>d});var r=n(95793),a=n(49790);let i="Continue",s="Done",o=e=>({_tag:i,intervals:e}),l=e=>({_tag:i,intervals:a.L8(r.of(e))}),c={_tag:s},u=e=>e._tag===i,d=e=>e._tag===s},90584:(e,t,n)=>{"use strict";n.d(t,{K0:()=>d,dv:()=>g,u4:()=>f});var r=n(67172),a=n(84976),i=n(48905),s=n(16841);let o=Symbol.for("effect/Supervisor"),l={_T:e=>e};class c{constructor(e,t){this[o]=l,this.underlying=e,this.value0=t}get value(){return this.value0}onStart(e,t,n,r){this.underlying.onStart(e,t,n,r)}onEnd(e,t){this.underlying.onEnd(e,t)}onEffect(e,t){this.underlying.onEffect(e,t)}onSuspend(e){this.underlying.onSuspend(e)}onResume(e){this.underlying.onResume(e)}map(e){return new c(this,(0,r.Fs)(this.value,s.TjK(e)))}zip(e){return new u(this,e)}}class u{constructor(e,t){this._tag="Zip",this[o]=l,this.left=e,this.right=t}get value(){return s.yU6(this.left.value,this.right.value)}onStart(e,t,n,r){this.left.onStart(e,t,n,r),this.right.onStart(e,t,n,r)}onEnd(e,t){this.left.onEnd(e,t),this.right.onEnd(e,t)}onEffect(e,t){this.left.onEffect(e,t),this.right.onEffect(e,t)}onSuspend(e){this.left.onSuspend(e),this.right.onSuspend(e)}onResume(e){this.left.onResume(e),this.right.onResume(e)}map(e){return new c(this,(0,r.Fs)(this.value,s.TjK(e)))}zip(e){return new u(this,e)}}let d=e=>(0,i.i5)(e,o)&&(0,i.$J)(e,"Zip");class p{get value(){return s.OH5(()=>Array.from(this.fibers))}onStart(e,t,n,r){this.fibers.add(r)}onEnd(e,t){this.fibers.delete(t)}onEffect(e,t){}onSuspend(e){}onResume(e){}map(e){return new c(this,(0,r.Fs)(this.value,s.TjK(e)))}zip(e){return new u(this,e)}onRun(e,t){return e()}constructor(){this[o]=l,this.fibers=new Set}}class h{constructor(e){this[o]=l,this.effect=e}get value(){return this.effect}onStart(e,t,n,r){}onEnd(e,t){}onEffect(e,t){}onSuspend(e){}onResume(e){}map(e){return new c(this,(0,r.Fs)(this.value,s.TjK(e)))}zip(e){return new u(this,e)}onRun(e,t){return e()}}let f=s.OH5(()=>new p),g=(0,a.V)("effect/Supervisor/none",()=>new h(s.rIH))},91281:(e,t,n)=>{"use strict";n.d(t,{BW:()=>a,Bd:()=>i,EV:()=>o,YJ:()=>h,et:()=>u,gP:()=>s,i4:()=>l,ji:()=>p,t5:()=>d,y$:()=>c});var r=n(64270);r.NU,r.rk,r.g7,r.GM,r.VN,r.Y4,r.hg,r.y8,r.as,r.NL,r.FX,r.z6,r.ab,r.vt,r.IE,r.Fh,r.Mc,r.wu,r.tB,r.Zz,r.zQ,r.K7,r.ky,r.U9;let a=r.BW;r.Qn,r.cM,r.cf,r.SD,r.mK,r.Nw,r.ol,r.iq,r.xA,r.Uc,r.$E;let i=r.Bd;r.p0;let s=r.gP;r.k$,r.vk,r.ye;let o=r.EV;r.$_,r.Zu;let l=r.i4;r._E,r.Ht,r.Xx,r.D_,r.le;let c=r.y$;r.SV;let u=r.et;r.q3,r.sn,r.Tj,r.WK,r.y1,r.Nb,r.u1,r.Oo,r.Pp,r.Pf,r.oG,r.$y,r.Vf,r.O5,r.FP,r.fE;let d=r.t5;r.TS,r.GH,r.i4,r.Xu,r.yj,r.uw,r.eF;let p=r.ji;r.ds,r.Py,r.OH,r.EM,r.NZ,r.t8,r.KC,r.q2,r.RY,r.GE,r.m$,r.HI,r.jB,r.O9,r.vm,r.v,r.ph,r.Ix,r.pi,r.aN,r.OY;let h=r.YJ},91334:(e,t,n)=>{"use strict";function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function a(e){return function(e){if(Array.isArray(e))return r(e)}(e)||function(e){if("u">typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e){if(e){if("string"==typeof e)return r(e,void 0);var t=({}).toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?r(e,void 0):void 0}}(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function s(e,t,n){var r;return(r=function(e,t){if("object"!=i(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=i(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(t,"string"),(t="symbol"==i(r)?r:r+"")in e)?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,{A:()=>aR});var o,l=n(12115);function c(){return(c=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(null,arguments)}function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function d(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach(function(t){s(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var p={},h=["language","children","style","customStyle","codeTagProps","useInlineStyles","showLineNumbers","showInlineLineNumbers","startingLineNumber","lineNumberContainerStyle","lineNumberStyle","wrapLines","wrapLongLines","lineProps","renderer","PreTag","CodeTag","code","astGenerator"];function f(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function g(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?f(Object(n),!0).forEach(function(t){s(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var m=/\n/g;function b(e){var t,n,r,a,i=e.codeString,s=e.codeStyle,o=e.containerStyle,c=e.numberStyle,u=e.startingLineNumber;return l.createElement("code",{style:Object.assign({},s,void 0===o?{float:"left",paddingRight:"10px"}:o)},(n=(t={lines:i.replace(/\n$/,"").split("\n"),style:void 0===c?{}:c,startingLineNumber:u}).lines,r=t.startingLineNumber,a=t.style,n.map(function(e,t){var n=t+r;return l.createElement("span",{key:"line-".concat(t),className:"react-syntax-highlighter-line-number",style:"function"==typeof a?a(n):a},"".concat(n,"\n"))})))}function E(e,t){return{type:"element",tagName:"span",properties:{key:"line-number--".concat(e),className:["comment","linenumber","react-syntax-highlighter-line-number"],style:t},children:[{type:"text",value:e}]}}function y(e,t,n){var r={display:"inline-block",minWidth:"".concat(n.toString().length,".25em"),paddingRight:"1em",textAlign:"right",userSelect:"none"},a="function"==typeof e?e(t):e;return g(g({},r),a)}function T(e){var t=e.children,n=e.lineNumber,r=e.lineNumberStyle,i=e.largestLineNumber,s=e.showInlineLineNumbers,o=e.lineProps,l=void 0===o?{}:o,c=e.className,u=void 0===c?[]:c,d=e.showLineNumbers,p=e.wrapLongLines,h=e.wrapLines,f=void 0!==h&&h?g({},"function"==typeof l?l(n):l):{};if(f.className=f.className?[].concat(a(f.className.trim().split(/\s+/)),a(u)):u,n&&s){var m=y(r,n,i);t.unshift(E(n,m))}return p&d&&(f.style=g({display:"flex"},f.style)),{type:"element",tagName:"span",properties:f,children:t}}function _(e){var t=e.rows,n=e.stylesheet,r=e.useInlineStyles;return t.map(function(e,t){return function e(t){var n=t.node,r=t.stylesheet,a=t.style,i=t.useInlineStyles,s=t.key,o=n.properties,u=n.type,h=n.tagName,f=n.value;if("text"===u)return f;if(h){var g,m,b=(g=0,function(t){return g+=1,t.map(function(t,n){return e({node:t,stylesheet:r,useInlineStyles:i,key:"code-segment-".concat(g,"-").concat(n)})})});if(i){var E=Object.keys(r).reduce(function(e,t){return t.split(".").forEach(function(t){e.includes(t)||e.push(t)}),e},[]),y=o.className&&o.className.includes("token")?["token"]:[],T=o.className&&y.concat(o.className.filter(function(e){return!E.includes(e)}));m=d(d({},o),{},{className:T.join(" ")||void 0,style:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;return(function(e){if(0===e.length||1===e.length)return e;var t,n=e.join(".");return p[n]||(p[n]=0===(t=e.length)||1===t?e:2===t?[e[0],e[1],"".concat(e[0],".").concat(e[1]),"".concat(e[1],".").concat(e[0])]:3===t?[e[0],e[1],e[2],"".concat(e[0],".").concat(e[1]),"".concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[0]),"".concat(e[1],".").concat(e[2]),"".concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[1],".").concat(e[0])]:t>=4?[e[0],e[1],e[2],e[3],"".concat(e[0],".").concat(e[1]),"".concat(e[0],".").concat(e[2]),"".concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[0]),"".concat(e[1],".").concat(e[2]),"".concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[1]),"".concat(e[2],".").concat(e[3]),"".concat(e[3],".").concat(e[0]),"".concat(e[3],".").concat(e[1]),"".concat(e[3],".").concat(e[2]),"".concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[1],".").concat(e[3]),"".concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[2],".").concat(e[3]),"".concat(e[0],".").concat(e[3],".").concat(e[1]),"".concat(e[0],".").concat(e[3],".").concat(e[2]),"".concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[1],".").concat(e[2],".").concat(e[3]),"".concat(e[1],".").concat(e[3],".").concat(e[0]),"".concat(e[1],".").concat(e[3],".").concat(e[2]),"".concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[0],".").concat(e[3]),"".concat(e[2],".").concat(e[1],".").concat(e[0]),"".concat(e[2],".").concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[3],".").concat(e[0]),"".concat(e[2],".").concat(e[3],".").concat(e[1]),"".concat(e[3],".").concat(e[0],".").concat(e[1]),"".concat(e[3],".").concat(e[0],".").concat(e[2]),"".concat(e[3],".").concat(e[1],".").concat(e[0]),"".concat(e[3],".").concat(e[1],".").concat(e[2]),"".concat(e[3],".").concat(e[2],".").concat(e[0]),"".concat(e[3],".").concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[1],".").concat(e[2],".").concat(e[3]),"".concat(e[0],".").concat(e[1],".").concat(e[3],".").concat(e[2]),"".concat(e[0],".").concat(e[2],".").concat(e[1],".").concat(e[3]),"".concat(e[0],".").concat(e[2],".").concat(e[3],".").concat(e[1]),"".concat(e[0],".").concat(e[3],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[3],".").concat(e[2],".").concat(e[1]),"".concat(e[1],".").concat(e[0],".").concat(e[2],".").concat(e[3]),"".concat(e[1],".").concat(e[0],".").concat(e[3],".").concat(e[2]),"".concat(e[1],".").concat(e[2],".").concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[2],".").concat(e[3],".").concat(e[0]),"".concat(e[1],".").concat(e[3],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[3],".").concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[0],".").concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[0],".").concat(e[3],".").concat(e[1]),"".concat(e[2],".").concat(e[1],".").concat(e[0],".").concat(e[3]),"".concat(e[2],".").concat(e[1],".").concat(e[3],".").concat(e[0]),"".concat(e[2],".").concat(e[3],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[3],".").concat(e[1],".").concat(e[0]),"".concat(e[3],".").concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[3],".").concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[3],".").concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[3],".").concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[3],".").concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[3],".").concat(e[2],".").concat(e[1],".").concat(e[0])]:void 0),p[n]})(e.filter(function(e){return"token"!==e})).reduce(function(e,t){return d(d({},e),n[t])},t)}(o.className,Object.assign({},o.style,void 0===a?{}:a),r)})}else m=d(d({},o),{},{className:o.className.join(" ")});var _=b(n.children);return l.createElement(h,c({key:s},m),_)}}({node:e,stylesheet:n,useInlineStyles:r,key:"code-segment-".concat(t)})})}function S(e){return e&&void 0!==e.highlightAuto}function A(e){e.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},e.languages.markup.tag.inside["attr-value"].inside.entity=e.languages.markup.entity,e.languages.markup.doctype.inside["internal-subset"].inside=e.languages.markup,e.hooks.add("wrap",function(e){"entity"===e.type&&(e.attributes.title=e.content.value.replace(/&/,"&"))}),Object.defineProperty(e.languages.markup.tag,"addInlined",{value:function(t,n){var r={};r["language-"+n]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:e.languages[n]},r.cdata=/^<!\[CDATA\[|\]\]>$/i;var a={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:r}};a["language-"+n]={pattern:/[\s\S]+/,inside:e.languages[n]};var i={};i[t]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return t}),"i"),lookbehind:!0,greedy:!0,inside:a},e.languages.insertBefore("markup","cdata",i)}}),Object.defineProperty(e.languages.markup.tag,"addAttribute",{value:function(t,n){e.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+t+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[n,"language-"+n],inside:e.languages[n]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),e.languages.html=e.languages.markup,e.languages.mathml=e.languages.markup,e.languages.svg=e.languages.markup,e.languages.xml=e.languages.extend("markup",{}),e.languages.ssml=e.languages.xml,e.languages.atom=e.languages.xml,e.languages.rss=e.languages.xml}function k(e){var t,n;t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/,e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css,(n=e.languages.markup)&&(n.tag.addInlined("style","css"),n.tag.addAttribute("style","css"))}function I(e){e.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/}}function N(e){var t,n,r,a,i;t={pattern:/\\[\\(){}[\]^$+*?|.]/,alias:"escape"},a=RegExp((r="(?:[^\\\\-]|"+(n=/\\(?:x[\da-fA-F]{2}|u[\da-fA-F]{4}|u\{[\da-fA-F]+\}|0[0-7]{0,2}|[123][0-7]{2}|c[a-zA-Z]|.)/).source+")")+"-"+r),i={pattern:/(<|')[^<>']+(?=[>']$)/,lookbehind:!0,alias:"variable"},e.languages.regex={"char-class":{pattern:/((?:^|[^\\])(?:\\\\)*)\[(?:[^\\\]]|\\[\s\S])*\]/,lookbehind:!0,inside:{"char-class-negation":{pattern:/(^\[)\^/,lookbehind:!0,alias:"operator"},"char-class-punctuation":{pattern:/^\[|\]$/,alias:"punctuation"},range:{pattern:a,inside:{escape:n,"range-punctuation":{pattern:/-/,alias:"operator"}}},"special-escape":t,"char-set":{pattern:/\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},escape:n}},"special-escape":t,"char-set":{pattern:/\.|\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},backreference:[{pattern:/\\(?![123][0-7]{2})[1-9]/,alias:"keyword"},{pattern:/\\k<[^<>']+>/,alias:"keyword",inside:{"group-name":i}}],anchor:{pattern:/[$^]|\\[ABbGZz]/,alias:"function"},escape:n,group:[{pattern:/\((?:\?(?:<[^<>']+>|'[^<>']+'|[>:]|<?[=!]|[idmnsuxU]+(?:-[idmnsuxU]+)?:?))?/,alias:"punctuation",inside:{"group-name":i}},{pattern:/\)/,alias:"punctuation"}],quantifier:{pattern:/(?:[+*?]|\{\d+(?:,\d*)?\})[?+]?/,alias:"number"},alternation:{pattern:/\|/,alias:"keyword"}}}function v(e){e.register(I),e.languages.javascript=e.languages.extend("clike",{"class-name":[e.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source)+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),e.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,e.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:e.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:e.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:e.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:e.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:e.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),e.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:e.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),e.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),e.languages.markup&&(e.languages.markup.tag.addInlined("script","javascript"),e.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),e.languages.js=e.languages.javascript}function R(e){e.languages.abap={comment:/^\*.*/m,string:/(`|')(?:\\.|(?!\1)[^\\\r\n])*\1/,"string-template":{pattern:/([|}])(?:\\.|[^\\|{\r\n])*(?=[|{])/,lookbehind:!0,alias:"string"},"eol-comment":{pattern:/(^|\s)".*/m,lookbehind:!0,alias:"comment"},keyword:{pattern:/(\s|\.|^)(?:\*-INPUT|\?TO|ABAP-SOURCE|ABBREVIATED|ABS|ABSTRACT|ACCEPT|ACCEPTING|ACCESSPOLICY|ACCORDING|ACOS|ACTIVATION|ACTUAL|ADD|ADD-CORRESPONDING|ADJACENT|AFTER|ALIAS|ALIASES|ALIGN|ALL|ALLOCATE|ALPHA|ANALYSIS|ANALYZER|AND|ANY|APPEND|APPENDAGE|APPENDING|APPLICATION|ARCHIVE|AREA|ARITHMETIC|AS|ASCENDING|ASIN|ASPECT|ASSERT|ASSIGN|ASSIGNED|ASSIGNING|ASSOCIATION|ASYNCHRONOUS|AT|ATAN|ATTRIBUTES|AUTHORITY|AUTHORITY-CHECK|AVG|BACK|BACKGROUND|BACKUP|BACKWARD|BADI|BASE|BEFORE|BEGIN|BETWEEN|BIG|BINARY|BINDING|BIT|BIT-AND|BIT-NOT|BIT-OR|BIT-XOR|BLACK|BLANK|BLANKS|BLOB|BLOCK|BLOCKS|BLUE|BOUND|BOUNDARIES|BOUNDS|BOXED|BREAK-POINT|BT|BUFFER|BY|BYPASSING|BYTE|BYTE-CA|BYTE-CN|BYTE-CO|BYTE-CS|BYTE-NA|BYTE-NS|BYTE-ORDER|C|CA|CALL|CALLING|CASE|CAST|CASTING|CATCH|CEIL|CENTER|CENTERED|CHAIN|CHAIN-INPUT|CHAIN-REQUEST|CHANGE|CHANGING|CHANNELS|CHAR-TO-HEX|CHARACTER|CHARLEN|CHECK|CHECKBOX|CIRCULAR|CI_|CLASS|CLASS-CODING|CLASS-DATA|CLASS-EVENTS|CLASS-METHODS|CLASS-POOL|CLEANUP|CLEAR|CLIENT|CLOB|CLOCK|CLOSE|CN|CNT|CO|COALESCE|CODE|CODING|COLLECT|COLOR|COLUMN|COLUMNS|COL_BACKGROUND|COL_GROUP|COL_HEADING|COL_KEY|COL_NEGATIVE|COL_NORMAL|COL_POSITIVE|COL_TOTAL|COMMENT|COMMENTS|COMMIT|COMMON|COMMUNICATION|COMPARING|COMPONENT|COMPONENTS|COMPRESSION|COMPUTE|CONCAT|CONCATENATE|COND|CONDENSE|CONDITION|CONNECT|CONNECTION|CONSTANTS|CONTEXT|CONTEXTS|CONTINUE|CONTROL|CONTROLS|CONV|CONVERSION|CONVERT|COPIES|COPY|CORRESPONDING|COS|COSH|COUNT|COUNTRY|COVER|CP|CPI|CREATE|CREATING|CRITICAL|CS|CURRENCY|CURRENCY_CONVERSION|CURRENT|CURSOR|CURSOR-SELECTION|CUSTOMER|CUSTOMER-FUNCTION|DANGEROUS|DATA|DATABASE|DATAINFO|DATASET|DATE|DAYLIGHT|DBMAXLEN|DD\/MM\/YY|DD\/MM\/YYYY|DDMMYY|DEALLOCATE|DECIMALS|DECIMAL_SHIFT|DECLARATIONS|DEEP|DEFAULT|DEFERRED|DEFINE|DEFINING|DEFINITION|DELETE|DELETING|DEMAND|DEPARTMENT|DESCENDING|DESCRIBE|DESTINATION|DETAIL|DIALOG|DIRECTORY|DISCONNECT|DISPLAY|DISPLAY-MODE|DISTANCE|DISTINCT|DIV|DIVIDE|DIVIDE-CORRESPONDING|DIVISION|DO|DUMMY|DUPLICATE|DUPLICATES|DURATION|DURING|DYNAMIC|DYNPRO|E|EACH|EDIT|EDITOR-CALL|ELSE|ELSEIF|EMPTY|ENABLED|ENABLING|ENCODING|END|END-ENHANCEMENT-SECTION|END-LINES|END-OF-DEFINITION|END-OF-FILE|END-OF-PAGE|END-OF-SELECTION|ENDAT|ENDCASE|ENDCATCH|ENDCHAIN|ENDCLASS|ENDDO|ENDENHANCEMENT|ENDEXEC|ENDFOR|ENDFORM|ENDFUNCTION|ENDIAN|ENDIF|ENDING|ENDINTERFACE|ENDLOOP|ENDMETHOD|ENDMODULE|ENDON|ENDPROVIDE|ENDSELECT|ENDTRY|ENDWHILE|ENGINEERING|ENHANCEMENT|ENHANCEMENT-POINT|ENHANCEMENT-SECTION|ENHANCEMENTS|ENTRIES|ENTRY|ENVIRONMENT|EQ|EQUAL|EQUIV|ERRORMESSAGE|ERRORS|ESCAPE|ESCAPING|EVENT|EVENTS|EXACT|EXCEPT|EXCEPTION|EXCEPTION-TABLE|EXCEPTIONS|EXCLUDE|EXCLUDING|EXEC|EXECUTE|EXISTS|EXIT|EXIT-COMMAND|EXP|EXPAND|EXPANDING|EXPIRATION|EXPLICIT|EXPONENT|EXPORT|EXPORTING|EXTEND|EXTENDED|EXTENSION|EXTRACT|FAIL|FETCH|FIELD|FIELD-GROUPS|FIELD-SYMBOL|FIELD-SYMBOLS|FIELDS|FILE|FILTER|FILTER-TABLE|FILTERS|FINAL|FIND|FIRST|FIRST-LINE|FIXED-POINT|FKEQ|FKGE|FLOOR|FLUSH|FONT|FOR|FORM|FORMAT|FORWARD|FOUND|FRAC|FRAME|FRAMES|FREE|FRIENDS|FROM|FUNCTION|FUNCTION-POOL|FUNCTIONALITY|FURTHER|GAPS|GE|GENERATE|GET|GIVING|GKEQ|GKGE|GLOBAL|GRANT|GREATER|GREEN|GROUP|GROUPS|GT|HANDLE|HANDLER|HARMLESS|HASHED|HAVING|HDB|HEAD-LINES|HEADER|HEADERS|HEADING|HELP-ID|HELP-REQUEST|HIDE|HIGH|HINT|HOLD|HOTSPOT|I|ICON|ID|IDENTIFICATION|IDENTIFIER|IDS|IF|IGNORE|IGNORING|IMMEDIATELY|IMPLEMENTATION|IMPLEMENTATIONS|IMPLEMENTED|IMPLICIT|IMPORT|IMPORTING|IN|INACTIVE|INCL|INCLUDE|INCLUDES|INCLUDING|INCREMENT|INDEX|INDEX-LINE|INFOTYPES|INHERITING|INIT|INITIAL|INITIALIZATION|INNER|INOUT|INPUT|INSERT|INSTANCES|INTENSIFIED|INTERFACE|INTERFACE-POOL|INTERFACES|INTERNAL|INTERVALS|INTO|INVERSE|INVERTED-DATE|IS|ISO|ITERATOR|ITNO|JOB|JOIN|KEEP|KEEPING|KERNEL|KEY|KEYS|KEYWORDS|KIND|LANGUAGE|LAST|LATE|LAYOUT|LE|LEADING|LEAVE|LEFT|LEFT-JUSTIFIED|LEFTPLUS|LEFTSPACE|LEGACY|LENGTH|LESS|LET|LEVEL|LEVELS|LIKE|LINE|LINE-COUNT|LINE-SELECTION|LINE-SIZE|LINEFEED|LINES|LIST|LIST-PROCESSING|LISTBOX|LITTLE|LLANG|LOAD|LOAD-OF-PROGRAM|LOB|LOCAL|LOCALE|LOCATOR|LOG|LOG-POINT|LOG10|LOGFILE|LOGICAL|LONG|LOOP|LOW|LOWER|LPAD|LPI|LT|M|MAIL|MAIN|MAJOR-ID|MAPPING|MARGIN|MARK|MASK|MATCH|MATCHCODE|MAX|MAXIMUM|MEDIUM|MEMBERS|MEMORY|MESH|MESSAGE|MESSAGE-ID|MESSAGES|MESSAGING|METHOD|METHODS|MIN|MINIMUM|MINOR-ID|MM\/DD\/YY|MM\/DD\/YYYY|MMDDYY|MOD|MODE|MODIF|MODIFIER|MODIFY|MODULE|MOVE|MOVE-CORRESPONDING|MULTIPLY|MULTIPLY-CORRESPONDING|NA|NAME|NAMETAB|NATIVE|NB|NE|NESTED|NESTING|NEW|NEW-LINE|NEW-PAGE|NEW-SECTION|NEXT|NO|NO-DISPLAY|NO-EXTENSION|NO-GAP|NO-GAPS|NO-GROUPING|NO-HEADING|NO-SCROLLING|NO-SIGN|NO-TITLE|NO-TOPOFPAGE|NO-ZERO|NODE|NODES|NON-UNICODE|NON-UNIQUE|NOT|NP|NS|NULL|NUMBER|NUMOFCHAR|O|OBJECT|OBJECTS|OBLIGATORY|OCCURRENCE|OCCURRENCES|OCCURS|OF|OFF|OFFSET|OLE|ON|ONLY|OPEN|OPTION|OPTIONAL|OPTIONS|OR|ORDER|OTHER|OTHERS|OUT|OUTER|OUTPUT|OUTPUT-LENGTH|OVERFLOW|OVERLAY|PACK|PACKAGE|PAD|PADDING|PAGE|PAGES|PARAMETER|PARAMETER-TABLE|PARAMETERS|PART|PARTIALLY|PATTERN|PERCENTAGE|PERFORM|PERFORMING|PERSON|PF|PF-STATUS|PINK|PLACES|POOL|POSITION|POS_HIGH|POS_LOW|PRAGMAS|PRECOMPILED|PREFERRED|PRESERVING|PRIMARY|PRINT|PRINT-CONTROL|PRIORITY|PRIVATE|PROCEDURE|PROCESS|PROGRAM|PROPERTY|PROTECTED|PROVIDE|PUBLIC|PUSHBUTTON|PUT|QUEUE-ONLY|QUICKINFO|RADIOBUTTON|RAISE|RAISING|RANGE|RANGES|RAW|READ|READ-ONLY|READER|RECEIVE|RECEIVED|RECEIVER|RECEIVING|RED|REDEFINITION|REDUCE|REDUCED|REF|REFERENCE|REFRESH|REGEX|REJECT|REMOTE|RENAMING|REPLACE|REPLACEMENT|REPLACING|REPORT|REQUEST|REQUESTED|RESERVE|RESET|RESOLUTION|RESPECTING|RESPONSIBLE|RESULT|RESULTS|RESUMABLE|RESUME|RETRY|RETURN|RETURNCODE|RETURNING|RIGHT|RIGHT-JUSTIFIED|RIGHTPLUS|RIGHTSPACE|RISK|RMC_COMMUNICATION_FAILURE|RMC_INVALID_STATUS|RMC_SYSTEM_FAILURE|ROLE|ROLLBACK|ROUND|ROWS|RTTI|RUN|SAP|SAP-SPOOL|SAVING|SCALE_PRESERVING|SCALE_PRESERVING_SCIENTIFIC|SCAN|SCIENTIFIC|SCIENTIFIC_WITH_LEADING_ZERO|SCREEN|SCROLL|SCROLL-BOUNDARY|SCROLLING|SEARCH|SECONDARY|SECONDS|SECTION|SELECT|SELECT-OPTIONS|SELECTION|SELECTION-SCREEN|SELECTION-SET|SELECTION-SETS|SELECTION-TABLE|SELECTIONS|SELECTOR|SEND|SEPARATE|SEPARATED|SET|SHARED|SHIFT|SHORT|SHORTDUMP-ID|SIGN|SIGN_AS_POSTFIX|SIMPLE|SIN|SINGLE|SINH|SIZE|SKIP|SKIPPING|SMART|SOME|SORT|SORTABLE|SORTED|SOURCE|SPACE|SPECIFIED|SPLIT|SPOOL|SPOTS|SQL|SQLSCRIPT|SQRT|STABLE|STAMP|STANDARD|START-OF-SELECTION|STARTING|STATE|STATEMENT|STATEMENTS|STATIC|STATICS|STATUSINFO|STEP-LOOP|STOP|STRLEN|STRUCTURE|STRUCTURES|STYLE|SUBKEY|SUBMATCHES|SUBMIT|SUBROUTINE|SUBSCREEN|SUBSTRING|SUBTRACT|SUBTRACT-CORRESPONDING|SUFFIX|SUM|SUMMARY|SUMMING|SUPPLIED|SUPPLY|SUPPRESS|SWITCH|SWITCHSTATES|SYMBOL|SYNCPOINTS|SYNTAX|SYNTAX-CHECK|SYNTAX-TRACE|SYSTEM-CALL|SYSTEM-EXCEPTIONS|SYSTEM-EXIT|TAB|TABBED|TABLE|TABLES|TABLEVIEW|TABSTRIP|TAN|TANH|TARGET|TASK|TASKS|TEST|TESTING|TEXT|TEXTPOOL|THEN|THROW|TIME|TIMES|TIMESTAMP|TIMEZONE|TITLE|TITLE-LINES|TITLEBAR|TO|TOKENIZATION|TOKENS|TOP-LINES|TOP-OF-PAGE|TRACE-FILE|TRACE-TABLE|TRAILING|TRANSACTION|TRANSFER|TRANSFORMATION|TRANSLATE|TRANSPORTING|TRMAC|TRUNC|TRUNCATE|TRUNCATION|TRY|TYPE|TYPE-POOL|TYPE-POOLS|TYPES|ULINE|UNASSIGN|UNDER|UNICODE|UNION|UNIQUE|UNIT|UNIT_CONVERSION|UNIX|UNPACK|UNTIL|UNWIND|UP|UPDATE|UPPER|USER|USER-COMMAND|USING|UTF-8|VALID|VALUE|VALUE-REQUEST|VALUES|VARY|VARYING|VERIFICATION-MESSAGE|VERSION|VIA|VIEW|VISIBLE|WAIT|WARNING|WHEN|WHENEVER|WHERE|WHILE|WIDTH|WINDOW|WINDOWS|WITH|WITH-HEADING|WITH-TITLE|WITHOUT|WORD|WORK|WRITE|WRITER|X|XML|XOR|XSD|XSTRLEN|YELLOW|YES|YYMMDD|Z|ZERO|ZONE)(?![\w-])/i,lookbehind:!0},number:/\b\d+\b/,operator:{pattern:/(\s)(?:\*\*?|<[=>]?|>=?|\?=|[-+\/=])(?=\s)/,lookbehind:!0},"string-operator":{pattern:/(\s)&&?(?=\s)/,lookbehind:!0,alias:"keyword"},"token-operator":[{pattern:/(\w)(?:->?|=>|[~|{}])(?=\w)/,lookbehind:!0,alias:"punctuation"},{pattern:/[|{}]/,alias:"punctuation"}],punctuation:/[,.:()]/}}function O(e){e.languages.abnf={comment:/;.*/,string:{pattern:/(?:%[is])?"[^"\n\r]*"/,greedy:!0,inside:{punctuation:/^%[is]/}},range:{pattern:/%(?:b[01]+-[01]+|d\d+-\d+|x[A-F\d]+-[A-F\d]+)/i,alias:"number"},terminal:{pattern:/%(?:b[01]+(?:\.[01]+)*|d\d+(?:\.\d+)*|x[A-F\d]+(?:\.[A-F\d]+)*)/i,alias:"number"},repetition:{pattern:/(^|[^\w-])(?:\d*\*\d*|\d+)/,lookbehind:!0,alias:"operator"},definition:{pattern:/(^[ \t]*)(?:[a-z][\w-]*|<[^<>\r\n]*>)(?=\s*=)/m,lookbehind:!0,alias:"keyword",inside:{punctuation:/<|>/}},"core-rule":{pattern:RegExp("(?:(^|[^<\\w-])(?:ALPHA|BIT|CHAR|CR|CRLF|CTL|DIGIT|DQUOTE|HEXDIG|HTAB|LF|LWSP|OCTET|SP|VCHAR|WSP)|<(?:ALPHA|BIT|CHAR|CR|CRLF|CTL|DIGIT|DQUOTE|HEXDIG|HTAB|LF|LWSP|OCTET|SP|VCHAR|WSP)>)(?![\\w-])","i"),lookbehind:!0,alias:["rule","constant"],inside:{punctuation:/<|>/}},rule:{pattern:/(^|[^<\w-])[a-z][\w-]*|<[^<>\r\n]*>/i,lookbehind:!0,inside:{punctuation:/<|>/}},operator:/=\/?|\//,punctuation:/[()\[\]]/}}function w(e){e.register(v),e.languages.actionscript=e.languages.extend("javascript",{keyword:/\b(?:as|break|case|catch|class|const|default|delete|do|dynamic|each|else|extends|final|finally|for|function|get|if|implements|import|in|include|instanceof|interface|internal|is|namespace|native|new|null|override|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|use|var|void|while|with)\b/,operator:/\+\+|--|(?:[+\-*\/%^]|&&?|\|\|?|<<?|>>?>?|[!=]=?)=?|[~?@]/}),e.languages.actionscript["class-name"].alias="function",delete e.languages.actionscript.parameter,delete e.languages.actionscript["literal-property"],e.languages.markup&&e.languages.insertBefore("actionscript","string",{xml:{pattern:/(^|[^.])<\/?\w+(?:\s+[^\s>\/=]+=("|')(?:\\[\s\S]|(?!\2)[^\\])*\2)*\s*\/?>/,lookbehind:!0,inside:e.languages.markup}})}function C(e){e.languages.ada={comment:/--.*/,string:/"(?:""|[^"\r\f\n])*"/,number:[{pattern:/\b\d(?:_?\d)*#[\dA-F](?:_?[\dA-F])*(?:\.[\dA-F](?:_?[\dA-F])*)?#(?:E[+-]?\d(?:_?\d)*)?/i},{pattern:/\b\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:E[+-]?\d(?:_?\d)*)?\b/i}],attribute:{pattern:/\b'\w+/,alias:"attr-name"},keyword:/\b(?:abort|abs|abstract|accept|access|aliased|all|and|array|at|begin|body|case|constant|declare|delay|delta|digits|do|else|elsif|end|entry|exception|exit|for|function|generic|goto|if|in|interface|is|limited|loop|mod|new|not|null|of|or|others|out|overriding|package|pragma|private|procedure|protected|raise|range|record|rem|renames|requeue|return|reverse|select|separate|some|subtype|synchronized|tagged|task|terminate|then|type|until|use|when|while|with|xor)\b/i,boolean:/\b(?:false|true)\b/i,operator:/<[=>]?|>=?|=>?|:=|\/=?|\*\*?|[&+-]/,punctuation:/\.\.?|[,;():]/,char:/'.'/,variable:/\b[a-z](?:\w)*\b/i}}function D(e){e.languages.agda={comment:/\{-[\s\S]*?(?:-\}|$)|--.*/,string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^\\\r\n"])*"/,greedy:!0},punctuation:/[(){}⦃⦄.;@]/,"class-name":{pattern:/((?:data|record) +)\S+/,lookbehind:!0},function:{pattern:/(^[ \t]*)(?!\s)[^:\r\n]+(?=:)/m,lookbehind:!0},operator:{pattern:/(^\s*|\s)(?:[=|:∀→λ\\?_]|->)(?=\s)/,lookbehind:!0},keyword:/\b(?:Set|abstract|constructor|data|eta-equality|field|forall|hiding|import|in|inductive|infix|infixl|infixr|instance|let|macro|module|mutual|no-eta-equality|open|overlap|pattern|postulate|primitive|private|public|quote|quoteContext|quoteGoal|quoteTerm|record|renaming|rewrite|syntax|tactic|unquote|unquoteDecl|unquoteDef|using|variable|where|with)\b/}}function L(e){e.languages.al={comment:/\/\/.*|\/\*[\s\S]*?\*\//,string:{pattern:/'(?:''|[^'\r\n])*'(?!')|"(?:""|[^"\r\n])*"(?!")/,greedy:!0},function:{pattern:/(\b(?:event|procedure|trigger)\s+|(?:^|[^.])\.\s*)[a-z_]\w*(?=\s*\()/i,lookbehind:!0},keyword:[/\b(?:array|asserterror|begin|break|case|do|downto|else|end|event|exit|for|foreach|function|if|implements|in|indataset|interface|internal|local|of|procedure|program|protected|repeat|runonclient|securityfiltering|suppressdispose|temporary|then|to|trigger|until|var|while|with|withevents)\b/i,/\b(?:action|actions|addafter|addbefore|addfirst|addlast|area|assembly|chartpart|codeunit|column|controladdin|cuegroup|customizes|dataitem|dataset|dotnet|elements|enum|enumextension|extends|field|fieldattribute|fieldelement|fieldgroup|fieldgroups|fields|filter|fixed|grid|group|key|keys|label|labels|layout|modify|moveafter|movebefore|movefirst|movelast|page|pagecustomization|pageextension|part|profile|query|repeater|report|requestpage|schema|separator|systempart|table|tableelement|tableextension|textattribute|textelement|type|usercontrol|value|xmlport)\b/i],number:/\b(?:0x[\da-f]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?)(?:F|LL?|U(?:LL?)?)?\b/i,boolean:/\b(?:false|true)\b/i,variable:/\b(?:Curr(?:FieldNo|Page|Report)|x?Rec|RequestOptionsPage)\b/,"class-name":/\b(?:automation|biginteger|bigtext|blob|boolean|byte|char|clienttype|code|completiontriggererrorlevel|connectiontype|database|dataclassification|datascope|date|dateformula|datetime|decimal|defaultlayout|dialog|dictionary|dotnetassembly|dotnettypedeclaration|duration|errorinfo|errortype|executioncontext|executionmode|fieldclass|fieldref|fieldtype|file|filterpagebuilder|guid|httpclient|httpcontent|httpheaders|httprequestmessage|httpresponsemessage|instream|integer|joker|jsonarray|jsonobject|jsontoken|jsonvalue|keyref|list|moduledependencyinfo|moduleinfo|none|notification|notificationscope|objecttype|option|outstream|pageresult|record|recordid|recordref|reportformat|securityfilter|sessionsettings|tableconnectiontype|tablefilter|testaction|testfield|testfilterfield|testpage|testpermissions|testrequestpage|text|textbuilder|textconst|textencoding|time|transactionmodel|transactiontype|variant|verbosity|version|view|views|webserviceactioncontext|webserviceactionresultcode|xmlattribute|xmlattributecollection|xmlcdata|xmlcomment|xmldeclaration|xmldocument|xmldocumenttype|xmlelement|xmlnamespacemanager|xmlnametable|xmlnode|xmlnodelist|xmlprocessinginstruction|xmlreadoptions|xmltext|xmlwriteoptions)\b/i,operator:/\.\.|:[=:]|[-+*/]=?|<>|[<>]=?|=|\b(?:and|div|mod|not|or|xor)\b/i,punctuation:/[()\[\]{}:.;,]/}}function x(e){e.languages.antlr4={comment:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,string:{pattern:/'(?:\\.|[^\\'\r\n])*'/,greedy:!0},"character-class":{pattern:/\[(?:\\.|[^\\\]\r\n])*\]/,greedy:!0,alias:"regex",inside:{range:{pattern:/([^[]|(?:^|[^\\])(?:\\\\)*\\\[)-(?!\])/,lookbehind:!0,alias:"punctuation"},escape:/\\(?:u(?:[a-fA-F\d]{4}|\{[a-fA-F\d]+\})|[pP]\{[=\w-]+\}|[^\r\nupP])/,punctuation:/[\[\]]/}},action:{pattern:/\{(?:[^{}]|\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})*\})*\}/,greedy:!0,inside:{content:{pattern:/(\{)[\s\S]+(?=\})/,lookbehind:!0},punctuation:/[{}]/}},command:{pattern:/(->\s*(?!\s))(?:\s*(?:,\s*)?\b[a-z]\w*(?:\s*\([^()\r\n]*\))?)+(?=\s*;)/i,lookbehind:!0,inside:{function:/\b\w+(?=\s*(?:[,(]|$))/,punctuation:/[,()]/}},annotation:{pattern:/@\w+(?:::\w+)*/,alias:"keyword"},label:{pattern:/#[ \t]*\w+/,alias:"punctuation"},keyword:/\b(?:catch|channels|finally|fragment|grammar|import|lexer|locals|mode|options|parser|returns|throws|tokens)\b/,definition:[{pattern:/\b[a-z]\w*(?=\s*:)/,alias:["rule","class-name"]},{pattern:/\b[A-Z]\w*(?=\s*:)/,alias:["token","constant"]}],constant:/\b[A-Z][A-Z_]*\b/,operator:/\.\.|->|[|~]|[*+?]\??/,punctuation:/[;:()=]/},e.languages.g4=e.languages.antlr4}function P(e){e.languages.apacheconf={comment:/#.*/,"directive-inline":{pattern:/(^[\t ]*)\b(?:AcceptFilter|AcceptPathInfo|AccessFileName|Action|Add(?:Alt|AltByEncoding|AltByType|Charset|DefaultCharset|Description|Encoding|Handler|Icon|IconByEncoding|IconByType|InputFilter|Language|ModuleInfo|OutputFilter|OutputFilterByType|Type)|Alias|AliasMatch|Allow(?:CONNECT|EncodedSlashes|Methods|Override|OverrideList)?|Anonymous(?:_LogEmail|_MustGiveEmail|_NoUserID|_VerifyEmail)?|AsyncRequestWorkerFactor|Auth(?:BasicAuthoritative|BasicFake|BasicProvider|BasicUseDigestAlgorithm|DBDUserPWQuery|DBDUserRealmQuery|DBMGroupFile|DBMType|DBMUserFile|Digest(?:Algorithm|Domain|NonceLifetime|Provider|Qop|ShmemSize)|Form(?:Authoritative|Body|DisableNoStore|FakeBasicAuth|Location|LoginRequiredLocation|LoginSuccessLocation|LogoutLocation|Method|Mimetype|Password|Provider|SitePassphrase|Size|Username)|GroupFile|LDAP(?:AuthorizePrefix|BindAuthoritative|BindDN|BindPassword|CharsetConfig|CompareAsUser|CompareDNOnServer|DereferenceAliases|GroupAttribute|GroupAttributeIsDN|InitialBindAsUser|InitialBindPattern|MaxSubGroupDepth|RemoteUserAttribute|RemoteUserIsDN|SearchAsUser|SubGroupAttribute|SubGroupClass|Url)|Merging|Name|nCache(?:Context|Enable|ProvideFor|SOCache|Timeout)|nzFcgiCheckAuthnProvider|nzFcgiDefineProvider|Type|UserFile|zDBDLoginToReferer|zDBDQuery|zDBDRedirectQuery|zDBMType|zSendForbiddenOnFailure)|BalancerGrowth|BalancerInherit|BalancerMember|BalancerPersist|BrowserMatch|BrowserMatchNoCase|BufferedLogs|BufferSize|Cache(?:DefaultExpire|DetailHeader|DirLength|DirLevels|Disable|Enable|File|Header|IgnoreCacheControl|IgnoreHeaders|IgnoreNoLastMod|IgnoreQueryString|IgnoreURLSessionIdentifiers|KeyBaseURL|LastModifiedFactor|Lock|LockMaxAge|LockPath|MaxExpire|MaxFileSize|MinExpire|MinFileSize|NegotiatedDocs|QuickHandler|ReadSize|ReadTime|Root|Socache(?:MaxSize|MaxTime|MinTime|ReadSize|ReadTime)?|StaleOnError|StoreExpired|StoreNoStore|StorePrivate)|CGIDScriptTimeout|CGIMapExtension|CharsetDefault|CharsetOptions|CharsetSourceEnc|CheckCaseOnly|CheckSpelling|ChrootDir|ContentDigest|CookieDomain|CookieExpires|CookieName|CookieStyle|CookieTracking|CoreDumpDirectory|CustomLog|Dav|DavDepthInfinity|DavGenericLockDB|DavLockDB|DavMinTimeout|DBDExptime|DBDInitSQL|DBDKeep|DBDMax|DBDMin|DBDParams|DBDPersist|DBDPrepareSQL|DBDriver|DefaultIcon|DefaultLanguage|DefaultRuntimeDir|DefaultType|Define|Deflate(?:BufferSize|CompressionLevel|FilterNote|InflateLimitRequestBody|InflateRatio(?:Burst|Limit)|MemLevel|WindowSize)|Deny|DirectoryCheckHandler|DirectoryIndex|DirectoryIndexRedirect|DirectorySlash|DocumentRoot|DTracePrivileges|DumpIOInput|DumpIOOutput|EnableExceptionHook|EnableMMAP|EnableSendfile|Error|ErrorDocument|ErrorLog|ErrorLogFormat|Example|ExpiresActive|ExpiresByType|ExpiresDefault|ExtendedStatus|ExtFilterDefine|ExtFilterOptions|FallbackResource|FileETag|FilterChain|FilterDeclare|FilterProtocol|FilterProvider|FilterTrace|ForceLanguagePriority|ForceType|ForensicLog|GprofDir|GracefulShutdownTimeout|Group|Header|HeaderName|Heartbeat(?:Address|Listen|MaxServers|Storage)|HostnameLookups|IdentityCheck|IdentityCheckTimeout|ImapBase|ImapDefault|ImapMenu|Include|IncludeOptional|Index(?:HeadInsert|Ignore|IgnoreReset|Options|OrderDefault|StyleSheet)|InputSed|ISAPI(?:AppendLogToErrors|AppendLogToQuery|CacheFile|FakeAsync|LogNotSupported|ReadAheadBuffer)|KeepAlive|KeepAliveTimeout|KeptBodySize|LanguagePriority|LDAP(?:CacheEntries|CacheTTL|ConnectionPoolTTL|ConnectionTimeout|LibraryDebug|OpCacheEntries|OpCacheTTL|ReferralHopLimit|Referrals|Retries|RetryDelay|SharedCacheFile|SharedCacheSize|Timeout|TrustedClientCert|TrustedGlobalCert|TrustedMode|VerifyServerCert)|Limit(?:InternalRecursion|Request(?:Body|Fields|FieldSize|Line)|XMLRequestBody)|Listen|ListenBackLog|LoadFile|LoadModule|LogFormat|LogLevel|LogMessage|LuaAuthzProvider|LuaCodeCache|Lua(?:Hook(?:AccessChecker|AuthChecker|CheckUserID|Fixups|InsertFilter|Log|MapToStorage|TranslateName|TypeChecker)|Inherit|InputFilter|MapHandler|OutputFilter|PackageCPath|PackagePath|QuickHandler|Root|Scope)|Max(?:ConnectionsPerChild|KeepAliveRequests|MemFree|RangeOverlaps|RangeReversals|Ranges|RequestWorkers|SpareServers|SpareThreads|Threads)|MergeTrailers|MetaDir|MetaFiles|MetaSuffix|MimeMagicFile|MinSpareServers|MinSpareThreads|MMapFile|ModemStandard|ModMimeUsePathInfo|MultiviewsMatch|Mutex|NameVirtualHost|NoProxy|NWSSLTrustedCerts|NWSSLUpgradeable|Options|Order|OutputSed|PassEnv|PidFile|PrivilegesMode|Protocol|ProtocolEcho|Proxy(?:AddHeaders|BadHeader|Block|Domain|ErrorOverride|ExpressDBMFile|ExpressDBMType|ExpressEnable|FtpDirCharset|FtpEscapeWildcards|FtpListOnWildcard|HTML(?:BufSize|CharsetOut|DocType|Enable|Events|Extended|Fixups|Interp|Links|Meta|StripComments|URLMap)|IOBufferSize|MaxForwards|Pass(?:Inherit|InterpolateEnv|Match|Reverse|ReverseCookieDomain|ReverseCookiePath)?|PreserveHost|ReceiveBufferSize|Remote|RemoteMatch|Requests|SCGIInternalRedirect|SCGISendfile|Set|SourceAddress|Status|Timeout|Via)|ReadmeName|ReceiveBufferSize|Redirect|RedirectMatch|RedirectPermanent|RedirectTemp|ReflectorHeader|RemoteIP(?:Header|InternalProxy|InternalProxyList|ProxiesHeader|TrustedProxy|TrustedProxyList)|RemoveCharset|RemoveEncoding|RemoveHandler|RemoveInputFilter|RemoveLanguage|RemoveOutputFilter|RemoveType|RequestHeader|RequestReadTimeout|Require|Rewrite(?:Base|Cond|Engine|Map|Options|Rule)|RLimitCPU|RLimitMEM|RLimitNPROC|Satisfy|ScoreBoardFile|Script(?:Alias|AliasMatch|InterpreterSource|Log|LogBuffer|LogLength|Sock)?|SecureListen|SeeRequestTail|SendBufferSize|Server(?:Admin|Alias|Limit|Name|Path|Root|Signature|Tokens)|Session(?:Cookie(?:Name|Name2|Remove)|Crypto(?:Cipher|Driver|Passphrase|PassphraseFile)|DBD(?:CookieName|CookieName2|CookieRemove|DeleteLabel|InsertLabel|PerUser|SelectLabel|UpdateLabel)|Env|Exclude|Header|Include|MaxAge)?|SetEnv|SetEnvIf|SetEnvIfExpr|SetEnvIfNoCase|SetHandler|SetInputFilter|SetOutputFilter|SSIEndTag|SSIErrorMsg|SSIETag|SSILastModified|SSILegacyExprParser|SSIStartTag|SSITimeFormat|SSIUndefinedEcho|SSL(?:CACertificateFile|CACertificatePath|CADNRequestFile|CADNRequestPath|CARevocationCheck|CARevocationFile|CARevocationPath|CertificateChainFile|CertificateFile|CertificateKeyFile|CipherSuite|Compression|CryptoDevice|Engine|FIPS|HonorCipherOrder|InsecureRenegotiation|OCSP(?:DefaultResponder|Enable|OverrideResponder|ResponderTimeout|ResponseMaxAge|ResponseTimeSkew|UseRequestNonce)|OpenSSLConfCmd|Options|PassPhraseDialog|Protocol|Proxy(?:CACertificateFile|CACertificatePath|CARevocation(?:Check|File|Path)|CheckPeer(?:CN|Expire|Name)|CipherSuite|Engine|MachineCertificate(?:ChainFile|File|Path)|Protocol|Verify|VerifyDepth)|RandomSeed|RenegBufferSize|Require|RequireSSL|Session(?:Cache|CacheTimeout|TicketKeyFile|Tickets)|SRPUnknownUserSeed|SRPVerifierFile|Stapling(?:Cache|ErrorCacheTimeout|FakeTryLater|ForceURL|ResponderTimeout|ResponseMaxAge|ResponseTimeSkew|ReturnResponderErrors|StandardCacheTimeout)|StrictSNIVHostCheck|UserName|UseStapling|VerifyClient|VerifyDepth)|StartServers|StartThreads|Substitute|Suexec|SuexecUserGroup|ThreadLimit|ThreadsPerChild|ThreadStackSize|TimeOut|TraceEnable|TransferLog|TypesConfig|UnDefine|UndefMacro|UnsetEnv|Use|UseCanonicalName|UseCanonicalPhysicalPort|User|UserDir|VHostCGIMode|VHostCGIPrivs|VHostGroup|VHostPrivs|VHostSecure|VHostUser|Virtual(?:DocumentRoot|ScriptAlias)(?:IP)?|WatchdogInterval|XBitHack|xml2EncAlias|xml2EncDefault|xml2StartParse)\b/im,lookbehind:!0,alias:"property"},"directive-block":{pattern:/<\/?\b(?:Auth[nz]ProviderAlias|Directory|DirectoryMatch|Else|ElseIf|Files|FilesMatch|If|IfDefine|IfModule|IfVersion|Limit|LimitExcept|Location|LocationMatch|Macro|Proxy|Require(?:All|Any|None)|VirtualHost)\b.*>/i,inside:{"directive-block":{pattern:/^<\/?\w+/,inside:{punctuation:/^<\/?/},alias:"tag"},"directive-block-parameter":{pattern:/.*[^>]/,inside:{punctuation:/:/,string:{pattern:/("|').*\1/,inside:{variable:/[$%]\{?(?:\w\.?[-+:]?)+\}?/}}},alias:"attr-value"},punctuation:/>/},alias:"tag"},"directive-flags":{pattern:/\[(?:[\w=],?)+\]/,alias:"keyword"},string:{pattern:/("|').*\1/,inside:{variable:/[$%]\{?(?:\w\.?[-+:]?)+\}?/}},variable:/[$%]\{?(?:\w\.?[-+:]?)+\}?/,regex:/\^?.*\$|\^.*\$?/}}function F(e){e.languages.sql={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},variable:[{pattern:/@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,greedy:!0},/@[\w.$]+/],string:{pattern:/(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\]|\2\2)*\2/,greedy:!0,lookbehind:!0},identifier:{pattern:/(^|[^@\\])`(?:\\[\s\S]|[^`\\]|``)*`/,greedy:!0,lookbehind:!0,inside:{punctuation:/^`|`$/}},function:/\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE)(?=\s*\()/i,keyword:/\b(?:ACTION|ADD|AFTER|ALGORITHM|ALL|ALTER|ANALYZE|ANY|APPLY|AS|ASC|AUTHORIZATION|AUTO_INCREMENT|BACKUP|BDB|BEGIN|BERKELEYDB|BIGINT|BINARY|BIT|BLOB|BOOL|BOOLEAN|BREAK|BROWSE|BTREE|BULK|BY|CALL|CASCADED?|CASE|CHAIN|CHAR(?:ACTER|SET)?|CHECK(?:POINT)?|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMNS?|COMMENT|COMMIT(?:TED)?|COMPUTE|CONNECT|CONSISTENT|CONSTRAINT|CONTAINS(?:TABLE)?|CONTINUE|CONVERT|CREATE|CROSS|CURRENT(?:_DATE|_TIME|_TIMESTAMP|_USER)?|CURSOR|CYCLE|DATA(?:BASES?)?|DATE(?:TIME)?|DAY|DBCC|DEALLOCATE|DEC|DECIMAL|DECLARE|DEFAULT|DEFINER|DELAYED|DELETE|DELIMITERS?|DENY|DESC|DESCRIBE|DETERMINISTIC|DISABLE|DISCARD|DISK|DISTINCT|DISTINCTROW|DISTRIBUTED|DO|DOUBLE|DROP|DUMMY|DUMP(?:FILE)?|DUPLICATE|ELSE(?:IF)?|ENABLE|ENCLOSED|END|ENGINE|ENUM|ERRLVL|ERRORS|ESCAPED?|EXCEPT|EXEC(?:UTE)?|EXISTS|EXIT|EXPLAIN|EXTENDED|FETCH|FIELDS|FILE|FILLFACTOR|FIRST|FIXED|FLOAT|FOLLOWING|FOR(?: EACH ROW)?|FORCE|FOREIGN|FREETEXT(?:TABLE)?|FROM|FULL|FUNCTION|GEOMETRY(?:COLLECTION)?|GLOBAL|GOTO|GRANT|GROUP|HANDLER|HASH|HAVING|HOLDLOCK|HOUR|IDENTITY(?:COL|_INSERT)?|IF|IGNORE|IMPORT|INDEX|INFILE|INNER|INNODB|INOUT|INSERT|INT|INTEGER|INTERSECT|INTERVAL|INTO|INVOKER|ISOLATION|ITERATE|JOIN|KEYS?|KILL|LANGUAGE|LAST|LEAVE|LEFT|LEVEL|LIMIT|LINENO|LINES|LINESTRING|LOAD|LOCAL|LOCK|LONG(?:BLOB|TEXT)|LOOP|MATCH(?:ED)?|MEDIUM(?:BLOB|INT|TEXT)|MERGE|MIDDLEINT|MINUTE|MODE|MODIFIES|MODIFY|MONTH|MULTI(?:LINESTRING|POINT|POLYGON)|NATIONAL|NATURAL|NCHAR|NEXT|NO|NONCLUSTERED|NULLIF|NUMERIC|OFF?|OFFSETS?|ON|OPEN(?:DATASOURCE|QUERY|ROWSET)?|OPTIMIZE|OPTION(?:ALLY)?|ORDER|OUT(?:ER|FILE)?|OVER|PARTIAL|PARTITION|PERCENT|PIVOT|PLAN|POINT|POLYGON|PRECEDING|PRECISION|PREPARE|PREV|PRIMARY|PRINT|PRIVILEGES|PROC(?:EDURE)?|PUBLIC|PURGE|QUICK|RAISERROR|READS?|REAL|RECONFIGURE|REFERENCES|RELEASE|RENAME|REPEAT(?:ABLE)?|REPLACE|REPLICATION|REQUIRE|RESIGNAL|RESTORE|RESTRICT|RETURN(?:ING|S)?|REVOKE|RIGHT|ROLLBACK|ROUTINE|ROW(?:COUNT|GUIDCOL|S)?|RTREE|RULE|SAVE(?:POINT)?|SCHEMA|SECOND|SELECT|SERIAL(?:IZABLE)?|SESSION(?:_USER)?|SET(?:USER)?|SHARE|SHOW|SHUTDOWN|SIMPLE|SMALLINT|SNAPSHOT|SOME|SONAME|SQL|START(?:ING)?|STATISTICS|STATUS|STRIPED|SYSTEM_USER|TABLES?|TABLESPACE|TEMP(?:ORARY|TABLE)?|TERMINATED|TEXT(?:SIZE)?|THEN|TIME(?:STAMP)?|TINY(?:BLOB|INT|TEXT)|TOP?|TRAN(?:SACTIONS?)?|TRIGGER|TRUNCATE|TSEQUAL|TYPES?|UNBOUNDED|UNCOMMITTED|UNDEFINED|UNION|UNIQUE|UNLOCK|UNPIVOT|UNSIGNED|UPDATE(?:TEXT)?|USAGE|USE|USER|USING|VALUES?|VAR(?:BINARY|CHAR|CHARACTER|YING)|VIEW|WAITFOR|WARNINGS|WHEN|WHERE|WHILE|WITH(?: ROLLUP|IN)?|WORK|WRITE(?:TEXT)?|YEAR)\b/i,boolean:/\b(?:FALSE|NULL|TRUE)\b/i,number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/}}function M(e){e.register(I),e.register(F);var t=/\b(?:(?:after|before)(?=\s+[a-z])|abstract|activate|and|any|array|as|asc|autonomous|begin|bigdecimal|blob|boolean|break|bulk|by|byte|case|cast|catch|char|class|collect|commit|const|continue|currency|date|datetime|decimal|default|delete|desc|do|double|else|end|enum|exception|exit|export|extends|final|finally|float|for|from|get(?=\s*[{};])|global|goto|group|having|hint|if|implements|import|in|inner|insert|instanceof|int|integer|interface|into|join|like|limit|list|long|loop|map|merge|new|not|null|nulls|number|object|of|on|or|outer|override|package|parallel|pragma|private|protected|public|retrieve|return|rollback|select|set|short|sObject|sort|static|string|super|switch|synchronized|system|testmethod|then|this|throw|time|transaction|transient|trigger|try|undelete|update|upsert|using|virtual|void|webservice|when|where|while|(?:inherited|with|without)\s+sharing)\b/i,n=/\b(?:(?=[a-z_]\w*\s*[<\[])|(?!<keyword>))[A-Z_]\w*(?:\s*\.\s*[A-Z_]\w*)*\b(?:\s*(?:\[\s*\]|<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>))*/.source.replace(/<keyword>/g,function(){return t.source});function r(e){return RegExp(e.replace(/<CLASS-NAME>/g,function(){return n}),"i")}var a={keyword:t,punctuation:/[()\[\]{};,:.<>]/};e.languages.apex={comment:e.languages.clike.comment,string:e.languages.clike.string,sql:{pattern:/((?:[=,({:]|\breturn)\s*)\[[^\[\]]*\]/i,lookbehind:!0,greedy:!0,alias:"language-sql",inside:e.languages.sql},annotation:{pattern:/@\w+\b/,alias:"punctuation"},"class-name":[{pattern:r(/(\b(?:class|enum|extends|implements|instanceof|interface|new|trigger\s+\w+\s+on)\s+)<CLASS-NAME>/.source),lookbehind:!0,inside:a},{pattern:r(/(\(\s*)<CLASS-NAME>(?=\s*\)\s*[\w(])/.source),lookbehind:!0,inside:a},{pattern:r(/<CLASS-NAME>(?=\s*\w+\s*[;=,(){:])/.source),inside:a}],trigger:{pattern:/(\btrigger\s+)\w+\b/i,lookbehind:!0,alias:"class-name"},keyword:t,function:/\b[a-z_]\w*(?=\s*\()/i,boolean:/\b(?:false|true)\b/i,number:/(?:\B\.\d+|\b\d+(?:\.\d+|L)?)\b/i,operator:/[!=](?:==?)?|\?\.?|&&|\|\||--|\+\+|[-+*/^&|]=?|:|<<?=?|>{1,3}=?/,punctuation:/[()\[\]{};,.]/}}function B(e){e.languages.apl={comment:/(?:⍝|#[! ]).*$/m,string:{pattern:/'(?:[^'\r\n]|'')*'/,greedy:!0},number:/¯?(?:\d*\.?\b\d+(?:e[+¯]?\d+)?|¯|∞)(?:j¯?(?:(?:\d+(?:\.\d+)?|\.\d+)(?:e[+¯]?\d+)?|¯|∞))?/i,statement:/:[A-Z][a-z][A-Za-z]*\b/,"system-function":{pattern:/⎕[A-Z]+/i,alias:"function"},constant:/[⍬⌾#⎕⍞]/,function:/[-+×÷⌈⌊∣|⍳⍸?*⍟○!⌹<≤=>≥≠≡≢∊⍷∪∩~∨∧⍱⍲⍴,⍪⌽⊖⍉↑↓⊂⊃⊆⊇⌷⍋⍒⊤⊥⍕⍎⊣⊢⍁⍂≈⍯↗¤→]/,"monadic-operator":{pattern:/[\\\/⌿⍀¨⍨⌶&∥]/,alias:"operator"},"dyadic-operator":{pattern:/[.⍣⍠⍤∘⌸@⌺⍥]/,alias:"operator"},assignment:{pattern:/←/,alias:"keyword"},punctuation:/[\[;\]()◇⋄]/,dfn:{pattern:/[{}⍺⍵⍶⍹∇⍫:]/,alias:"builtin"}}}function U(e){e.languages.applescript={comment:[/\(\*(?:\(\*(?:[^*]|\*(?!\)))*\*\)|(?!\(\*)[\s\S])*?\*\)/,/--.+/,/#.+/],string:/"(?:\\.|[^"\\\r\n])*"/,number:/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e-?\d+)?\b/i,operator:[/[&=≠≤≥*+\-\/÷^]|[<>]=?/,/\b(?:(?:begin|end|start)s? with|(?:contains?|(?:does not|doesn't) contain)|(?:is|isn't|is not) (?:contained by|in)|(?:(?:is|isn't|is not) )?(?:greater|less) than(?: or equal)?(?: to)?|(?:comes|(?:does not|doesn't) come) (?:after|before)|(?:is|isn't|is not) equal(?: to)?|(?:(?:does not|doesn't) equal|equal to|equals|is not|isn't)|(?:a )?(?:ref(?: to)?|reference to)|(?:and|as|div|mod|not|or))\b/],keyword:/\b(?:about|above|after|against|apart from|around|aside from|at|back|before|beginning|behind|below|beneath|beside|between|but|by|considering|continue|copy|does|eighth|else|end|equal|error|every|exit|false|fifth|first|for|fourth|from|front|get|given|global|if|ignoring|in|instead of|into|is|it|its|last|local|me|middle|my|ninth|of|on|onto|out of|over|prop|property|put|repeat|return|returning|second|set|seventh|since|sixth|some|tell|tenth|that|the|then|third|through|thru|timeout|times|to|transaction|true|try|until|where|while|whose|with|without)\b/,"class-name":/\b(?:POSIX file|RGB color|alias|application|boolean|centimeters|centimetres|class|constant|cubic centimeters|cubic centimetres|cubic feet|cubic inches|cubic meters|cubic metres|cubic yards|date|degrees Celsius|degrees Fahrenheit|degrees Kelvin|feet|file|gallons|grams|inches|integer|kilograms|kilometers|kilometres|list|liters|litres|meters|metres|miles|number|ounces|pounds|quarts|real|record|reference|script|square feet|square kilometers|square kilometres|square meters|square metres|square miles|square yards|text|yards)\b/,punctuation:/[{}():,¬«»《》]/}}function H(e){e.languages.aql={comment:/\/\/.*|\/\*[\s\S]*?\*\//,property:{pattern:/([{,]\s*)(?:(?!\d)\w+|(["'´`])(?:(?!\2)[^\\\r\n]|\\.)*\2)(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(["'])(?:(?!\1)[^\\\r\n]|\\.)*\1/,greedy:!0},identifier:{pattern:/([´`])(?:(?!\1)[^\\\r\n]|\\.)*\1/,greedy:!0},variable:/@@?\w+/,keyword:[{pattern:/(\bWITH\s+)COUNT(?=\s+INTO\b)/i,lookbehind:!0},/\b(?:AGGREGATE|ALL|AND|ANY|ASC|COLLECT|DESC|DISTINCT|FILTER|FOR|GRAPH|IN|INBOUND|INSERT|INTO|K_PATHS|K_SHORTEST_PATHS|LET|LIKE|LIMIT|NONE|NOT|NULL|OR|OUTBOUND|REMOVE|REPLACE|RETURN|SHORTEST_PATH|SORT|UPDATE|UPSERT|WINDOW|WITH)\b/i,{pattern:/(^|[^\w.[])(?:KEEP|PRUNE|SEARCH|TO)\b/i,lookbehind:!0},{pattern:/(^|[^\w.[])(?:CURRENT|NEW|OLD)\b/,lookbehind:!0},{pattern:/\bOPTIONS(?=\s*\{)/i}],function:/\b(?!\d)\w+(?=\s*\()/,boolean:/\b(?:false|true)\b/i,range:{pattern:/\.\./,alias:"operator"},number:[/\b0b[01]+/i,/\b0x[0-9a-f]+/i,/(?:\B\.\d+|\b(?:0|[1-9]\d*)(?:\.\d+)?)(?:e[+-]?\d+)?/i],operator:/\*{2,}|[=!]~|[!=<>]=?|&&|\|\||[-+*/%]/,punctuation:/::|[?.:,;()[\]{}]/}}function G(e){e.register(I),e.languages.c=e.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/}),e.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),e.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},e.languages.c.string],char:e.languages.c.char,comment:e.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:e.languages.c}}}}),e.languages.insertBefore("c","function",{constant:/\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/}),delete e.languages.c.boolean}function $(e){var t,n;e.register(G),t=/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,n=/\b(?!<keyword>)\w+(?:\s*\.\s*\w+)*\b/.source.replace(/<keyword>/g,function(){return t.source}),e.languages.cpp=e.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!<keyword>)\w+/.source.replace(/<keyword>/g,function(){return t.source})),lookbehind:!0},/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/],keyword:t,number:{pattern:/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,greedy:!0},operator:/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,boolean:/\b(?:false|true)\b/}),e.languages.insertBefore("cpp","string",{module:{pattern:RegExp(/(\b(?:import|module)\s+)/.source+"(?:"+/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source+"|"+/<mod-name>(?:\s*:\s*<mod-name>)?|:\s*<mod-name>/.source.replace(/<mod-name>/g,function(){return n})+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),e.languages.insertBefore("cpp","keyword",{"generic-function":{pattern:/\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,inside:{function:/^\w+/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:e.languages.cpp}}}}),e.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),e.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:e.languages.extend("cpp",{})}}),e.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},e.languages.cpp["base-clause"])}function Y(e){e.register($),e.languages.arduino=e.languages.extend("cpp",{keyword:/\b(?:String|array|bool|boolean|break|byte|case|catch|continue|default|do|double|else|finally|for|function|goto|if|in|instanceof|int|integer|long|loop|new|null|return|setup|string|switch|throw|try|void|while|word)\b/,constant:/\b(?:ANALOG_MESSAGE|DEFAULT|DIGITAL_MESSAGE|EXTERNAL|FIRMATA_STRING|HIGH|INPUT|INPUT_PULLUP|INTERNAL|INTERNAL1V1|INTERNAL2V56|LED_BUILTIN|LOW|OUTPUT|REPORT_ANALOG|REPORT_DIGITAL|SET_PIN_MODE|SYSEX_START|SYSTEM_RESET)\b/,builtin:/\b(?:Audio|BSSID|Bridge|Client|Console|EEPROM|Esplora|EsploraTFT|Ethernet|EthernetClient|EthernetServer|EthernetUDP|File|FileIO|FileSystem|Firmata|GPRS|GSM|GSMBand|GSMClient|GSMModem|GSMPIN|GSMScanner|GSMServer|GSMVoiceCall|GSM_SMS|HttpClient|IPAddress|IRread|Keyboard|KeyboardController|LiquidCrystal|LiquidCrystal_I2C|Mailbox|Mouse|MouseController|PImage|Process|RSSI|RobotControl|RobotMotor|SD|SPI|SSID|Scheduler|Serial|Server|Servo|SoftwareSerial|Stepper|Stream|TFT|Task|USBHost|WiFi|WiFiClient|WiFiServer|WiFiUDP|Wire|YunClient|YunServer|abs|addParameter|analogRead|analogReadResolution|analogReference|analogWrite|analogWriteResolution|answerCall|attach|attachGPRS|attachInterrupt|attached|autoscroll|available|background|beep|begin|beginPacket|beginSD|beginSMS|beginSpeaker|beginTFT|beginTransmission|beginWrite|bit|bitClear|bitRead|bitSet|bitWrite|blink|blinkVersion|buffer|changePIN|checkPIN|checkPUK|checkReg|circle|cityNameRead|cityNameWrite|clear|clearScreen|click|close|compassRead|config|connect|connected|constrain|cos|countryNameRead|countryNameWrite|createChar|cursor|debugPrint|delay|delayMicroseconds|detach|detachInterrupt|digitalRead|digitalWrite|disconnect|display|displayLogos|drawBMP|drawCompass|encryptionType|end|endPacket|endSMS|endTransmission|endWrite|exists|exitValue|fill|find|findUntil|flush|gatewayIP|get|getAsynchronously|getBand|getButton|getCurrentCarrier|getIMEI|getKey|getModifiers|getOemKey|getPINUsed|getResult|getSignalStrength|getSocket|getVoiceCallStatus|getXChange|getYChange|hangCall|height|highByte|home|image|interrupts|isActionDone|isDirectory|isListening|isPIN|isPressed|isValid|keyPressed|keyReleased|keyboardRead|knobRead|leftToRight|line|lineFollowConfig|listen|listenOnLocalhost|loadImage|localIP|lowByte|macAddress|maintain|map|max|messageAvailable|micros|millis|min|mkdir|motorsStop|motorsWrite|mouseDragged|mouseMoved|mousePressed|mouseReleased|move|noAutoscroll|noBlink|noBuffer|noCursor|noDisplay|noFill|noInterrupts|noListenOnLocalhost|noStroke|noTone|onReceive|onRequest|open|openNextFile|overflow|parseCommand|parseFloat|parseInt|parsePacket|pauseMode|peek|pinMode|playFile|playMelody|point|pointTo|position|pow|prepare|press|print|printFirmwareVersion|printVersion|println|process|processInput|pulseIn|put|random|randomSeed|read|readAccelerometer|readBlue|readButton|readBytes|readBytesUntil|readGreen|readJoystickButton|readJoystickSwitch|readJoystickX|readJoystickY|readLightSensor|readMessage|readMicrophone|readNetworks|readRed|readSlider|readString|readStringUntil|readTemperature|ready|rect|release|releaseAll|remoteIP|remoteNumber|remotePort|remove|requestFrom|retrieveCallingNumber|rewindDirectory|rightToLeft|rmdir|robotNameRead|robotNameWrite|run|runAsynchronously|runShellCommand|runShellCommandAsynchronously|running|scanNetworks|scrollDisplayLeft|scrollDisplayRight|seek|sendAnalog|sendDigitalPortPair|sendDigitalPorts|sendString|sendSysex|serialEvent|setBand|setBitOrder|setClockDivider|setCursor|setDNS|setDataMode|setFirmwareVersion|setMode|setPINUsed|setSpeed|setTextSize|setTimeout|shiftIn|shiftOut|shutdown|sin|size|sqrt|startLoop|step|stop|stroke|subnetMask|switchPIN|tan|tempoWrite|text|tone|transfer|tuneWrite|turn|updateIR|userNameRead|userNameWrite|voiceCall|waitContinue|width|write|writeBlue|writeGreen|writeJSON|writeMessage|writeMicroseconds|writeRGB|writeRed|yield)\b/}),e.languages.ino=e.languages.arduino}function z(e){e.languages.arff={comment:/%.*/,string:{pattern:/(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},keyword:/@(?:attribute|data|end|relation)\b/i,number:/\b\d+(?:\.\d+)?\b/,punctuation:/[{},]/}}function j(e){e.languages.armasm={comment:{pattern:/;.*/,greedy:!0},string:{pattern:/"(?:[^"\r\n]|"")*"/,greedy:!0,inside:{variable:{pattern:/((?:^|[^$])(?:\${2})*)\$\w+/,lookbehind:!0}}},char:{pattern:/'(?:[^'\r\n]{0,4}|'')'/,greedy:!0},"version-symbol":{pattern:/\|[\w@]+\|/,greedy:!0,alias:"property"},boolean:/\b(?:FALSE|TRUE)\b/,directive:{pattern:/\b(?:ALIAS|ALIGN|AREA|ARM|ASSERT|ATTR|CN|CODE|CODE16|CODE32|COMMON|CP|DATA|DCB|DCD|DCDO|DCDU|DCFD|DCFDU|DCI|DCQ|DCQU|DCW|DCWU|DN|ELIF|ELSE|END|ENDFUNC|ENDIF|ENDP|ENTRY|EQU|EXPORT|EXPORTAS|EXTERN|FIELD|FILL|FN|FUNCTION|GBLA|GBLL|GBLS|GET|GLOBAL|IF|IMPORT|INCBIN|INCLUDE|INFO|KEEP|LCLA|LCLL|LCLS|LTORG|MACRO|MAP|MEND|MEXIT|NOFP|OPT|PRESERVE8|PROC|QN|READONLY|RELOC|REQUIRE|REQUIRE8|RLIST|ROUT|SETA|SETL|SETS|SN|SPACE|SUBT|THUMB|THUMBX|TTL|WEND|WHILE)\b/,alias:"property"},instruction:{pattern:/((?:^|(?:^|[^\\])(?:\r\n?|\n))[ \t]*(?:(?:[A-Z][A-Z0-9_]*[a-z]\w*|[a-z]\w*|\d+)[ \t]+)?)\b[A-Z.]+\b/,lookbehind:!0,alias:"keyword"},variable:/\$\w+/,number:/(?:\b[2-9]_\d+|(?:\b\d+(?:\.\d+)?|\B\.\d+)(?:e-?\d+)?|\b0(?:[fd]_|x)[0-9a-f]+|&[0-9a-f]+)\b/i,register:{pattern:/\b(?:r\d|lr)\b/,alias:"symbol"},operator:/<>|<<|>>|&&|\|\||[=!<>/]=?|[+\-*%#?&|^]|:[A-Z]+:/,punctuation:/[()[\],]/},e.languages["arm-asm"]=e.languages.armasm}function W(e){!function(e){var t="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",n={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},r={bash:n,environment:{pattern:RegExp("\\$"+t),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+t),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};e.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+t),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:r},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:n}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:r},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:r.entity}}],environment:{pattern:RegExp("\\$?"+t),alias:"constant"},variable:r.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|java|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|sysctl|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},n.inside=e.languages.bash;for(var a=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],i=r.variable[1].inside,s=0;s<a.length;s++)i[a[s]]=e.languages.bash[a[s]];e.languages.sh=e.languages.bash,e.languages.shell=e.languages.bash}(e)}function q(e){!function(e){var t=/[*&][^\s[\]{},]+/,n=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,r="(?:"+n.source+"(?:[ ]+"+t.source+")?|"+t.source+"(?:[ ]+"+n.source+")?)",a=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),i=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function s(e,t){return t=(t||"").replace(/m/g,"")+"m",RegExp(/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return r}).replace(/<<value>>/g,function(){return e}),t)}e.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,function(){return r})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return r}).replace(/<<key>>/g,function(){return"(?:"+a+"|"+i+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:s(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:s(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:s(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:s(i),lookbehind:!0,greedy:!0},number:{pattern:s(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:n,important:t,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml}(e)}function X(e){e.register(A),function(e){var t=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function n(e){return e=e.replace(/<inner>/g,function(){return t}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+e+")")}var r=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,a=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return r}),i=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;e.languages.markdown=e.languages.extend("markup",{}),e.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:e.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+a+i+"(?:"+a+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+a+i+")(?:"+a+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(r),inside:e.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+a+")"+i+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+a+"$"),inside:{"table-header":{pattern:RegExp(r),alias:"important",inside:e.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:n(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:n(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:n(/(~~?)(?:(?!~)<inner>)+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:n(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach(function(t){["url","bold","italic","strike","code-snippet"].forEach(function(n){t!==n&&(e.languages.markdown[t].inside.content.inside[n]=e.languages.markdown[n])})}),e.hooks.add("after-tokenize",function(e){("markdown"===e.language||"md"===e.language)&&function e(t){if(t&&"string"!=typeof t)for(var n=0,r=t.length;n<r;n++){var a=t[n];if("code"!==a.type){e(a.content);continue}var i=a.content[1],s=a.content[3];if(i&&s&&"code-language"===i.type&&"code-block"===s.type&&"string"==typeof i.content){var o=i.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp"),l="language-"+(o=(/[a-z][\w-]*/i.exec(o)||[""])[0].toLowerCase());s.alias?"string"==typeof s.alias?s.alias=[s.alias,l]:s.alias.push(l):s.alias=[l]}}}(e.tokens)}),e.hooks.add("wrap",function(t){if("code-block"===t.type){for(var n="",r=0,a=t.classes.length;r<a;r++){var i=t.classes[r],s=/language-(.+)/.exec(i);if(s){n=s[1];break}}var o=e.languages[n];if(o)t.content=e.highlight(t.content.value,o,n);else if(n&&"none"!==n&&e.plugins.autoloader){var l="md-"+new Date().valueOf()+"-"+Math.floor(1e16*Math.random());t.attributes.id=l,e.plugins.autoloader.loadLanguages(n,function(){var t=document.getElementById(l);t&&(t.innerHTML=e.highlight(t.textContent,e.languages[n],n))})}}}),RegExp(e.languages.markup.tag.pattern.source,"gi"),e.languages.md=e.languages.markdown}(e)}function V(e){var t;t=function(t,n){return{pattern:RegExp(/\{!/.source+"(?:"+(n||t)+")"+/$[\s\S]*\}/.source,"m"),greedy:!0,inside:{embedded:{pattern:/(^\{!\w+\b)[\s\S]+(?=\}$)/,lookbehind:!0,alias:"language-"+t,inside:e.languages[t]},string:/[\s\S]+/}}},e.languages.arturo={comment:{pattern:/;.*/,greedy:!0},character:{pattern:/`.`/,alias:"char",greedy:!0},number:{pattern:/\b\d+(?:\.\d+(?:\.\d+(?:-[\w+-]+)?)?)?\b/},string:{pattern:/"(?:[^"\\\r\n]|\\.)*"/,greedy:!0},regex:{pattern:/\{\/.*?\/\}/,greedy:!0},"html-string":t("html"),"css-string":t("css"),"js-string":t("js"),"md-string":t("md"),"sql-string":t("sql"),"sh-string":t("shell","sh"),multistring:{pattern:/».*|\{:[\s\S]*?:\}|\{[\s\S]*?\}|^-{6}$[\s\S]*/m,alias:"string",greedy:!0},label:{pattern:/\w+\b\??:/,alias:"property"},literal:{pattern:/'(?:\w+\b\??:?)/,alias:"constant"},type:{pattern:/:(?:\w+\b\??:?)/,alias:"class-name"},color:/#\w+/,predicate:{pattern:/\b(?:all|and|any|ascii|attr|attribute|attributeLabel|binary|block|char|contains|database|date|dictionary|empty|equal|even|every|exists|false|floating|function|greater|greaterOrEqual|if|in|inline|integer|is|key|label|leap|less|lessOrEqual|literal|logical|lower|nand|negative|nor|not|notEqual|null|numeric|odd|or|path|pathLabel|positive|prefix|prime|regex|same|set|some|sorted|standalone|string|subset|suffix|superset|symbol|symbolLiteral|true|try|type|unless|upper|when|whitespace|word|xnor|xor|zero)\?/,alias:"keyword"},"builtin-function":{pattern:/\b(?:abs|acos|acosh|acsec|acsech|actan|actanh|add|after|alert|alias|and|angle|append|arg|args|arity|array|as|asec|asech|asin|asinh|atan|atan2|atanh|attr|attrs|average|before|benchmark|blend|break|call|capitalize|case|ceil|chop|clear|clip|close|color|combine|conj|continue|copy|cos|cosh|crc|csec|csech|ctan|ctanh|cursor|darken|dec|decode|define|delete|desaturate|deviation|dialog|dictionary|difference|digest|digits|div|do|download|drop|dup|e|else|empty|encode|ensure|env|escape|execute|exit|exp|extend|extract|factors|fdiv|filter|first|flatten|floor|fold|from|function|gamma|gcd|get|goto|hash|hypot|if|inc|indent|index|infinity|info|input|insert|inspect|intersection|invert|jaro|join|keys|kurtosis|last|let|levenshtein|lighten|list|ln|log|loop|lower|mail|map|match|max|median|min|mod|module|mul|nand|neg|new|nor|normalize|not|now|null|open|or|outdent|pad|palette|panic|path|pause|permissions|permutate|pi|pop|popup|pow|powerset|powmod|prefix|print|prints|process|product|query|random|range|read|relative|remove|rename|render|repeat|replace|request|return|reverse|round|sample|saturate|script|sec|sech|select|serve|set|shl|shr|shuffle|sin|sinh|size|skewness|slice|sort|spin|split|sqrt|squeeze|stack|strip|sub|suffix|sum|switch|symbols|symlink|sys|take|tan|tanh|terminal|terminate|to|truncate|try|type|unclip|union|unique|unless|until|unzip|upper|values|var|variance|volume|webview|while|with|wordwrap|write|xnor|xor|zip)\b/,alias:"keyword"},sugar:{pattern:/->|=>|\||::/,alias:"operator"},punctuation:/[()[\],]/,symbol:{pattern:/<:|-:|ø|@|#|\+|\||\*|\$|---|-|%|\/|\.\.|\^|~|=|<|>|\\/},boolean:{pattern:/\b(?:false|maybe|true)\b/}},e.languages.art=e.languages.arturo}function K(e){var t={pattern:/(^[ \t]*)\[(?!\[)(?:(["'$`])(?:(?!\2)[^\\]|\\.)*\2|\[(?:[^\[\]\\]|\\.)*\]|[^\[\]\\"'$`]|\\.)*\]/m,lookbehind:!0,inside:{quoted:{pattern:/([$`])(?:(?!\1)[^\\]|\\.)*\1/,inside:{punctuation:/^[$`]|[$`]$/}},interpreted:{pattern:/'(?:[^'\\]|\\.)*'/,inside:{punctuation:/^'|'$/}},string:/"(?:[^"\\]|\\.)*"/,variable:/\w+(?==)/,punctuation:/^\[|\]$|,/,operator:/=/,"attr-value":/(?!^\s+$).+/}},n=e.languages.asciidoc={"comment-block":{pattern:/^(\/{4,})$[\s\S]*?^\1/m,alias:"comment"},table:{pattern:/^\|={3,}(?:(?:\r?\n|\r(?!\n)).*)*?(?:\r?\n|\r)\|={3,}$/m,inside:{specifiers:{pattern:/(?:(?:(?:\d+(?:\.\d+)?|\.\d+)[+*](?:[<^>](?:\.[<^>])?|\.[<^>])?|[<^>](?:\.[<^>])?|\.[<^>])[a-z]*|[a-z]+)(?=\|)/,alias:"attr-value"},punctuation:{pattern:/(^|[^\\])[|!]=*/,lookbehind:!0}}},"passthrough-block":{pattern:/^(\+{4,})$[\s\S]*?^\1$/m,inside:{punctuation:/^\++|\++$/}},"literal-block":{pattern:/^(-{4,}|\.{4,})$[\s\S]*?^\1$/m,inside:{punctuation:/^(?:-+|\.+)|(?:-+|\.+)$/}},"other-block":{pattern:/^(--|\*{4,}|_{4,}|={4,})$[\s\S]*?^\1$/m,inside:{punctuation:/^(?:-+|\*+|_+|=+)|(?:-+|\*+|_+|=+)$/}},"list-punctuation":{pattern:/(^[ \t]*)(?:-|\*{1,5}|\.{1,5}|(?:[a-z]|\d+)\.|[xvi]+\))(?= )/im,lookbehind:!0,alias:"punctuation"},"list-label":{pattern:/(^[ \t]*)[a-z\d].+(?::{2,4}|;;)(?=\s)/im,lookbehind:!0,alias:"symbol"},"indented-block":{pattern:/((\r?\n|\r)\2)([ \t]+)\S.*(?:(?:\r?\n|\r)\3.+)*(?=\2{2}|$)/,lookbehind:!0},comment:/^\/\/.*/m,title:{pattern:/^.+(?:\r?\n|\r)(?:={3,}|-{3,}|~{3,}|\^{3,}|\+{3,})$|^={1,5} .+|^\.(?![\s.]).*/m,alias:"important",inside:{punctuation:/^(?:\.|=+)|(?:=+|-+|~+|\^+|\++)$/}},"attribute-entry":{pattern:/^:[^:\r\n]+:(?: .*?(?: \+(?:\r?\n|\r).*?)*)?$/m,alias:"tag"},attributes:t,hr:{pattern:/^'{3,}$/m,alias:"punctuation"},"page-break":{pattern:/^<{3,}$/m,alias:"punctuation"},admonition:{pattern:/^(?:CAUTION|IMPORTANT|NOTE|TIP|WARNING):/m,alias:"keyword"},callout:[{pattern:/(^[ \t]*)<?\d*>/m,lookbehind:!0,alias:"symbol"},{pattern:/<\d+>/,alias:"symbol"}],macro:{pattern:/\b[a-z\d][a-z\d-]*::?(?:[^\s\[\]]*\[(?:[^\]\\"']|(["'])(?:(?!\1)[^\\]|\\.)*\1|\\.)*\])/,inside:{function:/^[a-z\d-]+(?=:)/,punctuation:/^::?/,attributes:{pattern:/(?:\[(?:[^\]\\"']|(["'])(?:(?!\1)[^\\]|\\.)*\1|\\.)*\])/,inside:t.inside}}},inline:{pattern:/(^|[^\\])(?:(?:\B\[(?:[^\]\\"']|(["'])(?:(?!\2)[^\\]|\\.)*\2|\\.)*\])?(?:\b_(?!\s)(?: _|[^_\\\r\n]|\\.)+(?:(?:\r?\n|\r)(?: _|[^_\\\r\n]|\\.)+)*_\b|\B``(?!\s).+?(?:(?:\r?\n|\r).+?)*''\B|\B`(?!\s)(?:[^`'\s]|\s+\S)+['`]\B|\B(['*+#])(?!\s)(?: \3|(?!\3)[^\\\r\n]|\\.)+(?:(?:\r?\n|\r)(?: \3|(?!\3)[^\\\r\n]|\\.)+)*\3\B)|(?:\[(?:[^\]\\"']|(["'])(?:(?!\4)[^\\]|\\.)*\4|\\.)*\])?(?:(__|\*\*|\+\+\+?|##|\$\$|[~^]).+?(?:(?:\r?\n|\r).+?)*\5|\{[^}\r\n]+\}|\[\[\[?.+?(?:(?:\r?\n|\r).+?)*\]?\]\]|<<.+?(?:(?:\r?\n|\r).+?)*>>|\(\(\(?.+?(?:(?:\r?\n|\r).+?)*\)?\)\)))/m,lookbehind:!0,inside:{attributes:t,url:{pattern:/^(?:\[\[\[?.+?\]?\]\]|<<.+?>>)$/,inside:{punctuation:/^(?:\[\[\[?|<<)|(?:\]\]\]?|>>)$/}},"attribute-ref":{pattern:/^\{.+\}$/,inside:{variable:{pattern:/(^\{)[a-z\d,+_-]+/,lookbehind:!0},operator:/^[=?!#%@$]|!(?=[:}])/,punctuation:/^\{|\}$|::?/}},italic:{pattern:/^(['_])[\s\S]+\1$/,inside:{punctuation:/^(?:''?|__?)|(?:''?|__?)$/}},bold:{pattern:/^\*[\s\S]+\*$/,inside:{punctuation:/^\*\*?|\*\*?$/}},punctuation:/^(?:``?|\+{1,3}|##?|\$\$|[~^]|\(\(\(?)|(?:''?|\+{1,3}|##?|\$\$|[~^`]|\)?\)\))$/}},replacement:{pattern:/\((?:C|R|TM)\)/,alias:"builtin"},entity:/&#?[\da-z]{1,8};/i,"line-continuation":{pattern:/(^| )\+$/m,lookbehind:!0,alias:"punctuation"}};function r(e){e=e.split(" ");for(var t={},r=0,a=e.length;r<a;r++)t[e[r]]=n[e[r]];return t}t.inside.interpreted.inside.rest=r("macro inline replacement entity"),n["passthrough-block"].inside.rest=r("macro"),n["literal-block"].inside.rest=r("callout"),n.table.inside.rest=r("comment-block passthrough-block literal-block other-block list-punctuation indented-block comment title attribute-entry attributes hr page-break admonition list-label callout macro inline replacement entity line-continuation"),n["other-block"].inside.rest=r("table list-punctuation indented-block comment attribute-entry attributes hr page-break admonition list-label macro inline replacement entity line-continuation"),n.title.inside.rest=r("macro inline replacement entity"),e.hooks.add("wrap",function(e){"entity"===e.type&&(e.attributes.title=e.content.value.replace(/&/,"&"))}),e.languages.adoc=e.languages.asciidoc}function Z(e){e.register(I),function(e){function t(e,t){return e.replace(/<<(\d+)>>/g,function(e,n){return"(?:"+t[+n]+")"})}function n(e,n,r){return RegExp(t(e,n),r||"")}function r(e,t){for(var n=0;n<t;n++)e=e.replace(/<<self>>/g,function(){return"(?:"+e+")"});return e.replace(/<<self>>/g,"[^\\s\\S]")}var a="bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void",i="class enum interface record struct",s="add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)",o="abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield";function l(e){return"\\b(?:"+e.trim().replace(/ /g,"|")+")\\b"}var c=l(i),u=RegExp(l(a+" "+i+" "+s+" "+o)),d=l(i+" "+s+" "+o),p=l(a+" "+i+" "+o),h=r(/<(?:[^<>;=+\-*/%&|^]|<<self>>)*>/.source,2),f=r(/\((?:[^()]|<<self>>)*\)/.source,2),g=/@?\b[A-Za-z_]\w*\b/.source,m=t(/<<0>>(?:\s*<<1>>)?/.source,[g,h]),b=t(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source,[d,m]),E=/\[\s*(?:,\s*)*\]/.source,y=t(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,[b,E]),T=t(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,[h,f,E]),_=t(/\(<<0>>+(?:,<<0>>+)+\)/.source,[T]),S=t(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,[_,b,E]),A={keyword:u,punctuation:/[<>()?,.:[\]]/},k=/'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source,I=/"(?:\\.|[^\\"\r\n])*"/.source,N=/@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;e.languages.csharp=e.languages.extend("clike",{string:[{pattern:n(/(^|[^$\\])<<0>>/.source,[N]),lookbehind:!0,greedy:!0},{pattern:n(/(^|[^@$\\])<<0>>/.source,[I]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:n(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source,[b]),lookbehind:!0,inside:A},{pattern:n(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source,[g,S]),lookbehind:!0,inside:A},{pattern:n(/(\busing\s+)<<0>>(?=\s*=)/.source,[g]),lookbehind:!0},{pattern:n(/(\b<<0>>\s+)<<1>>/.source,[c,m]),lookbehind:!0,inside:A},{pattern:n(/(\bcatch\s*\(\s*)<<0>>/.source,[b]),lookbehind:!0,inside:A},{pattern:n(/(\bwhere\s+)<<0>>/.source,[g]),lookbehind:!0},{pattern:n(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source,[y]),lookbehind:!0,inside:A},{pattern:n(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source,[S,p,g]),inside:A}],keyword:u,number:/(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:[dflmu]|lu|ul)?\b/i,operator:/>>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,punctuation:/\?\.?|::|[{}[\];(),.:]/}),e.languages.insertBefore("csharp","number",{range:{pattern:/\.\./,alias:"operator"}}),e.languages.insertBefore("csharp","punctuation",{"named-parameter":{pattern:n(/([(,]\s*)<<0>>(?=\s*:)/.source,[g]),lookbehind:!0,alias:"punctuation"}}),e.languages.insertBefore("csharp","class-name",{namespace:{pattern:n(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,[g]),lookbehind:!0,inside:{punctuation:/\./}},"type-expression":{pattern:n(/(\b(?:default|sizeof|typeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source,[f]),lookbehind:!0,alias:"class-name",inside:A},"return-type":{pattern:n(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,[S,b]),inside:A,alias:"class-name"},"constructor-invocation":{pattern:n(/(\bnew\s+)<<0>>(?=\s*[[({])/.source,[S]),lookbehind:!0,inside:A,alias:"class-name"},"generic-method":{pattern:n(/<<0>>\s*<<1>>(?=\s*\()/.source,[g,h]),inside:{function:n(/^<<0>>/.source,[g]),generic:{pattern:RegExp(h),alias:"class-name",inside:A}}},"type-list":{pattern:n(/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/.source,[c,m,g,S,u.source,f,/\bnew\s*\(\s*\)/.source]),lookbehind:!0,inside:{"record-arguments":{pattern:n(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source,[m,f]),lookbehind:!0,greedy:!0,inside:e.languages.csharp},keyword:u,"class-name":{pattern:RegExp(S),greedy:!0,inside:A},punctuation:/[,()]/}},preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}});var v=I+"|"+k,R=t(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,[v]),O=r(t(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[R]),2),w=/\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source,C=t(/<<0>>(?:\s*\(<<1>>*\))?/.source,[b,O]);e.languages.insertBefore("csharp","class-name",{attribute:{pattern:n(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source,[w,C]),lookbehind:!0,greedy:!0,inside:{target:{pattern:n(/^<<0>>(?=\s*:)/.source,[w]),alias:"keyword"},"attribute-arguments":{pattern:n(/\(<<0>>*\)/.source,[O]),inside:e.languages.csharp},"class-name":{pattern:RegExp(b),inside:{punctuation:/\./}},punctuation:/[:,]/}}});var D=/:[^}\r\n]+/.source,L=r(t(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[R]),2),x=t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[L,D]),P=r(t(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<<self>>*\)/.source,[v]),2),F=t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[P,D]);function M(t,r){return{interpolation:{pattern:n(/((?:^|[^{])(?:\{\{)*)<<0>>/.source,[t]),lookbehind:!0,inside:{"format-string":{pattern:n(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source,[r,D]),lookbehind:!0,inside:{punctuation:/^:/}},punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-csharp",inside:e.languages.csharp}}},string:/[\s\S]+/}}e.languages.insertBefore("csharp","string",{"interpolation-string":[{pattern:n(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,[x]),lookbehind:!0,greedy:!0,inside:M(x,L)},{pattern:n(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source,[F]),lookbehind:!0,greedy:!0,inside:M(F,P)}],char:{pattern:RegExp(k),greedy:!0}}),e.languages.dotnet=e.languages.cs=e.languages.csharp}(e)}function J(e){e.register(Z),e.register(A),e.languages.aspnet=e.languages.extend("markup",{"page-directive":{pattern:/<%\s*@.*%>/,alias:"tag",inside:{"page-directive":{pattern:/<%\s*@\s*(?:Assembly|Control|Implements|Import|Master(?:Type)?|OutputCache|Page|PreviousPageType|Reference|Register)?|%>/i,alias:"tag"},rest:e.languages.markup.tag.inside}},directive:{pattern:/<%.*%>/,alias:"tag",inside:{directive:{pattern:/<%\s*?[$=%#:]{0,2}|%>/,alias:"tag"},rest:e.languages.csharp}}}),e.languages.aspnet.tag.pattern=/<(?!%)\/?[^\s>\/]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+))?)*\s*\/?>/,e.languages.insertBefore("inside","punctuation",{directive:e.languages.aspnet.directive},e.languages.aspnet.tag.inside["attr-value"]),e.languages.insertBefore("aspnet","comment",{"asp-comment":{pattern:/<%--[\s\S]*?--%>/,alias:["asp","comment"]}}),e.languages.insertBefore("aspnet",e.languages.javascript?"script":"tag",{"asp-script":{pattern:/(<script(?=.*runat=['"]?server\b)[^>]*>)[\s\S]*?(?=<\/script>)/i,lookbehind:!0,alias:["asp","script"],inside:e.languages.csharp||{}}})}function Q(e){e.languages.asm6502={comment:/;.*/,directive:{pattern:/\.\w+(?= )/,alias:"property"},string:/(["'`])(?:\\.|(?!\1)[^\\\r\n])*\1/,"op-code":{pattern:/\b(?:ADC|AND|ASL|BCC|BCS|BEQ|BIT|BMI|BNE|BPL|BRK|BVC|BVS|CLC|CLD|CLI|CLV|CMP|CPX|CPY|DEC|DEX|DEY|EOR|INC|INX|INY|JMP|JSR|LDA|LDX|LDY|LSR|NOP|ORA|PHA|PHP|PLA|PLP|ROL|ROR|RTI|RTS|SBC|SEC|SED|SEI|STA|STX|STY|TAX|TAY|TSX|TXA|TXS|TYA|adc|and|asl|bcc|bcs|beq|bit|bmi|bne|bpl|brk|bvc|bvs|clc|cld|cli|clv|cmp|cpx|cpy|dec|dex|dey|eor|inc|inx|iny|jmp|jsr|lda|ldx|ldy|lsr|nop|ora|pha|php|pla|plp|rol|ror|rti|rts|sbc|sec|sed|sei|sta|stx|sty|tax|tay|tsx|txa|txs|tya)\b/,alias:"keyword"},"hex-number":{pattern:/#?\$[\da-f]{1,4}\b/i,alias:"number"},"binary-number":{pattern:/#?%[01]+\b/,alias:"number"},"decimal-number":{pattern:/#?\b\d+\b/,alias:"number"},register:{pattern:/\b[xya]\b/i,alias:"variable"},punctuation:/[(),:]/}}function ee(e){e.languages.asmatmel={comment:{pattern:/;.*/,greedy:!0},string:{pattern:/(["'`])(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},constant:/\b(?:PORT[A-Z]|DDR[A-Z]|(?:DD|P)[A-Z](?:\d|[0-2]\d|3[01]))\b/,directive:{pattern:/\.\w+(?= )/,alias:"property"},"r-register":{pattern:/\br(?:\d|[12]\d|3[01])\b/,alias:"variable"},"op-code":{pattern:/\b(?:ADC|ADD|ADIW|AND|ANDI|ASR|BCLR|BLD|BRBC|BRBS|BRCC|BRCS|BREAK|BREQ|BRGE|BRHC|BRHS|BRID|BRIE|BRLO|BRLT|BRMI|BRNE|BRPL|BRSH|BRTC|BRTS|BRVC|BRVS|BSET|BST|CALL|CBI|CBR|CLC|CLH|CLI|CLN|CLR|CLS|CLT|CLV|CLZ|COM|CP|CPC|CPI|CPSE|DEC|DES|EICALL|EIJMP|ELPM|EOR|FMUL|FMULS|FMULSU|ICALL|IJMP|IN|INC|JMP|LAC|LAS|LAT|LD|LD[A-Za-z0-9]|LPM|LSL|LSR|MOV|MOVW|MUL|MULS|MULSU|NEG|NOP|OR|ORI|OUT|POP|PUSH|RCALL|RET|RETI|RJMP|ROL|ROR|SBC|SBCI|SBI|SBIC|SBIS|SBIW|SBR|SBRC|SBRS|SEC|SEH|SEI|SEN|SER|SES|SET|SEV|SEZ|SLEEP|SPM|ST|ST[A-Z0-9]|SUB|SUBI|SWAP|TST|WDR|XCH|adc|add|adiw|and|andi|asr|bclr|bld|brbc|brbs|brcc|brcs|break|breq|brge|brhc|brhs|brid|brie|brlo|brlt|brmi|brne|brpl|brsh|brtc|brts|brvc|brvs|bset|bst|call|cbi|cbr|clc|clh|cli|cln|clr|cls|clt|clv|clz|com|cp|cpc|cpi|cpse|dec|des|eicall|eijmp|elpm|eor|fmul|fmuls|fmulsu|icall|ijmp|in|inc|jmp|lac|las|lat|ld|ld[a-z0-9]|lpm|lsl|lsr|mov|movw|mul|muls|mulsu|neg|nop|or|ori|out|pop|push|rcall|ret|reti|rjmp|rol|ror|sbc|sbci|sbi|sbic|sbis|sbiw|sbr|sbrc|sbrs|sec|seh|sei|sen|ser|ses|set|sev|sez|sleep|spm|st|st[a-zA-Z0-9]|sub|subi|swap|tst|wdr|xch)\b/,alias:"keyword"},"hex-number":{pattern:/#?\$[\da-f]{2,4}\b/i,alias:"number"},"binary-number":{pattern:/#?%[01]+\b/,alias:"number"},"decimal-number":{pattern:/#?\b\d+\b/,alias:"number"},register:{pattern:/\b[acznvshtixy]\b/i,alias:"variable"},operator:/>>=?|<<=?|&[&=]?|\|[\|=]?|[-+*/%^!=<>?]=?/,punctuation:/[(),:]/}}function et(e){e.languages.autohotkey={comment:[{pattern:/(^|\s);.*/,lookbehind:!0},{pattern:/(^[\t ]*)\/\*(?:[\r\n](?![ \t]*\*\/)|[^\r\n])*(?:[\r\n][ \t]*\*\/)?/m,lookbehind:!0,greedy:!0}],tag:{pattern:/^([ \t]*)[^\s,`":]+(?=:[ \t]*$)/m,lookbehind:!0},string:/"(?:[^"\n\r]|"")*"/,variable:/%\w+%/,number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/\?|\/\/?=?|:=|\|[=|]?|&[=&]?|\+[=+]?|-[=-]?|\*[=*]?|<(?:<=?|>|=)?|>>?=?|[.^!=~]=?|\b(?:AND|NOT|OR)\b/,boolean:/\b(?:false|true)\b/,command:{pattern:/\b(?:AutoTrim|BlockInput|Break|Click|ClipWait|Continue|Control|ControlClick|ControlFocus|ControlGet|ControlGetFocus|ControlGetPos|ControlGetText|ControlMove|ControlSend|ControlSendRaw|ControlSetText|CoordMode|Critical|DetectHiddenText|DetectHiddenWindows|Drive|DriveGet|DriveSpaceFree|EnvAdd|EnvDiv|EnvGet|EnvMult|EnvSet|EnvSub|EnvUpdate|Exit|ExitApp|FileAppend|FileCopy|FileCopyDir|FileCreateDir|FileCreateShortcut|FileDelete|FileEncoding|FileGetAttrib|FileGetShortcut|FileGetSize|FileGetTime|FileGetVersion|FileInstall|FileMove|FileMoveDir|FileRead|FileReadLine|FileRecycle|FileRecycleEmpty|FileRemoveDir|FileSelectFile|FileSelectFolder|FileSetAttrib|FileSetTime|FormatTime|GetKeyState|Gosub|Goto|GroupActivate|GroupAdd|GroupClose|GroupDeactivate|Gui|GuiControl|GuiControlGet|Hotkey|ImageSearch|IniDelete|IniRead|IniWrite|Input|InputBox|KeyWait|ListHotkeys|ListLines|ListVars|Loop|Menu|MouseClick|MouseClickDrag|MouseGetPos|MouseMove|MsgBox|OnExit|OutputDebug|Pause|PixelGetColor|PixelSearch|PostMessage|Process|Progress|Random|RegDelete|RegRead|RegWrite|Reload|Repeat|Return|Run|RunAs|RunWait|Send|SendEvent|SendInput|SendMessage|SendMode|SendPlay|SendRaw|SetBatchLines|SetCapslockState|SetControlDelay|SetDefaultMouseSpeed|SetEnv|SetFormat|SetKeyDelay|SetMouseDelay|SetNumlockState|SetRegView|SetScrollLockState|SetStoreCapslockMode|SetTimer|SetTitleMatchMode|SetWinDelay|SetWorkingDir|Shutdown|Sleep|Sort|SoundBeep|SoundGet|SoundGetWaveVolume|SoundPlay|SoundSet|SoundSetWaveVolume|SplashImage|SplashTextOff|SplashTextOn|SplitPath|StatusBarGetText|StatusBarWait|StringCaseSense|StringGetPos|StringLeft|StringLen|StringLower|StringMid|StringReplace|StringRight|StringSplit|StringTrimLeft|StringTrimRight|StringUpper|Suspend|SysGet|Thread|ToolTip|Transform|TrayTip|URLDownloadToFile|WinActivate|WinActivateBottom|WinClose|WinGet|WinGetActiveStats|WinGetActiveTitle|WinGetClass|WinGetPos|WinGetText|WinGetTitle|WinHide|WinKill|WinMaximize|WinMenuSelectItem|WinMinimize|WinMinimizeAll|WinMinimizeAllUndo|WinMove|WinRestore|WinSet|WinSetTitle|WinShow|WinWait|WinWaitActive|WinWaitClose|WinWaitNotActive)\b/i,alias:"selector"},constant:/\b(?:a_ahkpath|a_ahkversion|a_appdata|a_appdatacommon|a_autotrim|a_batchlines|a_caretx|a_carety|a_computername|a_controldelay|a_cursor|a_dd|a_ddd|a_dddd|a_defaultmousespeed|a_desktop|a_desktopcommon|a_detecthiddentext|a_detecthiddenwindows|a_endchar|a_eventinfo|a_exitreason|a_fileencoding|a_formatfloat|a_formatinteger|a_gui|a_guicontrol|a_guicontrolevent|a_guievent|a_guiheight|a_guiwidth|a_guix|a_guiy|a_hour|a_iconfile|a_iconhidden|a_iconnumber|a_icontip|a_index|a_ipaddress1|a_ipaddress2|a_ipaddress3|a_ipaddress4|a_is64bitos|a_isadmin|a_iscompiled|a_iscritical|a_ispaused|a_issuspended|a_isunicode|a_keydelay|a_language|a_lasterror|a_linefile|a_linenumber|a_loopfield|a_loopfileattrib|a_loopfiledir|a_loopfileext|a_loopfilefullpath|a_loopfilelongpath|a_loopfilename|a_loopfileshortname|a_loopfileshortpath|a_loopfilesize|a_loopfilesizekb|a_loopfilesizemb|a_loopfiletimeaccessed|a_loopfiletimecreated|a_loopfiletimemodified|a_loopreadline|a_loopregkey|a_loopregname|a_loopregsubkey|a_loopregtimemodified|a_loopregtype|a_mday|a_min|a_mm|a_mmm|a_mmmm|a_mon|a_mousedelay|a_msec|a_mydocuments|a_now|a_nowutc|a_numbatchlines|a_ostype|a_osversion|a_priorhotkey|a_priorkey|a_programfiles|a_programs|a_programscommon|a_ptrsize|a_regview|a_screendpi|a_screenheight|a_screenwidth|a_scriptdir|a_scriptfullpath|a_scripthwnd|a_scriptname|a_sec|a_space|a_startmenu|a_startmenucommon|a_startup|a_startupcommon|a_stringcasesense|a_tab|a_temp|a_thisfunc|a_thishotkey|a_thislabel|a_thismenu|a_thismenuitem|a_thismenuitempos|a_tickcount|a_timeidle|a_timeidlephysical|a_timesincepriorhotkey|a_timesincethishotkey|a_titlematchmode|a_titlematchmodespeed|a_username|a_wday|a_windelay|a_windir|a_workingdir|a_yday|a_year|a_yweek|a_yyyy|clipboard|clipboardall|comspec|errorlevel|programfiles)\b/i,builtin:/\b(?:abs|acos|asc|asin|atan|ceil|chr|class|comobjactive|comobjarray|comobjconnect|comobjcreate|comobjerror|comobjflags|comobjget|comobjquery|comobjtype|comobjvalue|cos|dllcall|exp|fileexist|Fileopen|floor|format|il_add|il_create|il_destroy|instr|isfunc|islabel|IsObject|ln|log|ltrim|lv_add|lv_delete|lv_deletecol|lv_getcount|lv_getnext|lv_gettext|lv_insert|lv_insertcol|lv_modify|lv_modifycol|lv_setimagelist|mod|numget|numput|onmessage|regexmatch|regexreplace|registercallback|round|rtrim|sb_seticon|sb_setparts|sb_settext|sin|sqrt|strlen|strreplace|strsplit|substr|tan|tv_add|tv_delete|tv_get|tv_getchild|tv_getcount|tv_getnext|tv_getparent|tv_getprev|tv_getselection|tv_gettext|tv_modify|varsetcapacity|winactive|winexist|__Call|__Get|__New|__Set)\b/i,symbol:/\b(?:alt|altdown|altup|appskey|backspace|browser_back|browser_favorites|browser_forward|browser_home|browser_refresh|browser_search|browser_stop|bs|capslock|ctrl|ctrlbreak|ctrldown|ctrlup|del|delete|down|end|enter|esc|escape|f1|f10|f11|f12|f13|f14|f15|f16|f17|f18|f19|f2|f20|f21|f22|f23|f24|f3|f4|f5|f6|f7|f8|f9|home|ins|insert|joy1|joy10|joy11|joy12|joy13|joy14|joy15|joy16|joy17|joy18|joy19|joy2|joy20|joy21|joy22|joy23|joy24|joy25|joy26|joy27|joy28|joy29|joy3|joy30|joy31|joy32|joy4|joy5|joy6|joy7|joy8|joy9|joyaxes|joybuttons|joyinfo|joyname|joypov|joyr|joyu|joyv|joyx|joyy|joyz|lalt|launch_app1|launch_app2|launch_mail|launch_media|lbutton|lcontrol|lctrl|left|lshift|lwin|lwindown|lwinup|mbutton|media_next|media_play_pause|media_prev|media_stop|numlock|numpad0|numpad1|numpad2|numpad3|numpad4|numpad5|numpad6|numpad7|numpad8|numpad9|numpadadd|numpadclear|numpaddel|numpaddiv|numpaddot|numpaddown|numpadend|numpadenter|numpadhome|numpadins|numpadleft|numpadmult|numpadpgdn|numpadpgup|numpadright|numpadsub|numpadup|pgdn|pgup|printscreen|ralt|rbutton|rcontrol|rctrl|right|rshift|rwin|rwindown|rwinup|scrolllock|shift|shiftdown|shiftup|space|tab|up|volume_down|volume_mute|volume_up|wheeldown|wheelleft|wheelright|wheelup|xbutton1|xbutton2)\b/i,directive:{pattern:/#[a-z]+\b/i,alias:"important"},keyword:/\b(?:Abort|AboveNormal|Add|ahk_class|ahk_exe|ahk_group|ahk_id|ahk_pid|All|Alnum|Alpha|AltSubmit|AltTab|AltTabAndMenu|AltTabMenu|AltTabMenuDismiss|AlwaysOnTop|AutoSize|Background|BackgroundTrans|BelowNormal|between|BitAnd|BitNot|BitOr|BitShiftLeft|BitShiftRight|BitXOr|Bold|Border|Button|ByRef|Catch|Checkbox|Checked|CheckedGray|Choose|ChooseString|Close|Color|ComboBox|Contains|ControlList|Count|Date|DateTime|Days|DDL|Default|DeleteAll|Delimiter|Deref|Destroy|Digit|Disable|Disabled|DropDownList|Edit|Eject|Else|Enable|Enabled|Error|Exist|Expand|ExStyle|FileSystem|Finally|First|Flash|Float|FloatFast|Focus|Font|for|global|Grid|Group|GroupBox|GuiClose|GuiContextMenu|GuiDropFiles|GuiEscape|GuiSize|Hdr|Hidden|Hide|High|HKCC|HKCR|HKCU|HKEY_CLASSES_ROOT|HKEY_CURRENT_CONFIG|HKEY_CURRENT_USER|HKEY_LOCAL_MACHINE|HKEY_USERS|HKLM|HKU|Hours|HScroll|Icon|IconSmall|ID|IDLast|If|IfEqual|IfExist|IfGreater|IfGreaterOrEqual|IfInString|IfLess|IfLessOrEqual|IfMsgBox|IfNotEqual|IfNotExist|IfNotInString|IfWinActive|IfWinExist|IfWinNotActive|IfWinNotExist|Ignore|ImageList|in|Integer|IntegerFast|Interrupt|is|italic|Join|Label|LastFound|LastFoundExist|Limit|Lines|List|ListBox|ListView|local|Lock|Logoff|Low|Lower|Lowercase|MainWindow|Margin|Maximize|MaximizeBox|MaxSize|Minimize|MinimizeBox|MinMax|MinSize|Minutes|MonthCal|Mouse|Move|Multi|NA|No|NoActivate|NoDefault|NoHide|NoIcon|NoMainWindow|norm|Normal|NoSort|NoSortHdr|NoStandard|Not|NoTab|NoTimers|Number|Off|Ok|On|OwnDialogs|Owner|Parse|Password|Picture|Pixel|Pos|Pow|Priority|ProcessName|Radio|Range|Read|ReadOnly|Realtime|Redraw|Region|REG_BINARY|REG_DWORD|REG_EXPAND_SZ|REG_MULTI_SZ|REG_SZ|Relative|Rename|Report|Resize|Restore|Retry|RGB|Screen|Seconds|Section|Serial|SetLabel|ShiftAltTab|Show|Single|Slider|SortDesc|Standard|static|Status|StatusBar|StatusCD|strike|Style|Submit|SysMenu|Tab2|TabStop|Text|Theme|Throw|Tile|ToggleCheck|ToggleEnable|ToolWindow|Top|Topmost|TransColor|Transparent|Tray|TreeView|Try|TryAgain|Type|UnCheck|underline|Unicode|Unlock|Until|UpDown|Upper|Uppercase|UseErrorLevel|Vis|VisFirst|Visible|VScroll|Wait|WaitClose|WantCtrlA|WantF2|WantReturn|While|Wrap|Xdigit|xm|xp|xs|Yes|ym|yp|ys)\b/i,function:/[^(); \t,\n+*\-=?>:\\\/<&%\[\]]+(?=\()/,punctuation:/[{}[\]():,]/}}function en(e){e.languages.autoit={comment:[/;.*/,{pattern:/(^[\t ]*)#(?:comments-start|cs)[\s\S]*?^[ \t]*#(?:ce|comments-end)/m,lookbehind:!0}],url:{pattern:/(^[\t ]*#include\s+)(?:<[^\r\n>]+>|"[^\r\n"]+")/m,lookbehind:!0},string:{pattern:/(["'])(?:\1\1|(?!\1)[^\r\n])*\1/,greedy:!0,inside:{variable:/([%$@])\w+\1/}},directive:{pattern:/(^[\t ]*)#[\w-]+/m,lookbehind:!0,alias:"keyword"},function:/\b\w+(?=\()/,variable:/[$@]\w+/,keyword:/\b(?:Case|Const|Continue(?:Case|Loop)|Default|Dim|Do|Else(?:If)?|End(?:Func|If|Select|Switch|With)|Enum|Exit(?:Loop)?|For|Func|Global|If|In|Local|Next|Null|ReDim|Select|Static|Step|Switch|Then|To|Until|Volatile|WEnd|While|With)\b/i,number:/\b(?:0x[\da-f]+|\d+(?:\.\d+)?(?:e[+-]?\d+)?)\b/i,boolean:/\b(?:False|True)\b/i,operator:/<[=>]?|[-+*\/=&>]=?|[?^]|\b(?:And|Not|Or)\b/i,punctuation:/[\[\]().,:]/}}function er(e){function t(e,t,n){return RegExp(e.replace(/<<(\d+)>>/g,function(e,n){return t[+n]}),n||"")}var n=/bool|clip|float|int|string|val/.source,r=[[/is(?:bool|clip|float|int|string)|defined|(?:(?:internal)?function|var)?exists?/.source,/apply|assert|default|eval|import|nop|select|undefined/.source,/opt_(?:allowfloataudio|avipadscanlines|dwchannelmask|enable_(?:b64a|planartopackedrgb|v210|y3_10_10|y3_10_16)|usewaveextensible|vdubplanarhack)|set(?:cachemode|maxcpu|memorymax|planarlegacyalignment|workingdir)/.source,/hex(?:value)?|value/.source,/abs|ceil|continued(?:denominator|numerator)?|exp|floor|fmod|frac|log(?:10)?|max|min|muldiv|pi|pow|rand|round|sign|spline|sqrt/.source,/a?sinh?|a?cosh?|a?tan[2h]?/.source,/(?:bit(?:and|not|x?or|[lr]?shift[aslu]?|sh[lr]|sa[lr]|[lr]rotatel?|ro[rl]|te?st|set(?:count)?|cl(?:ea)?r|ch(?:an)?ge?))/.source,/average(?:[bgr]|chroma[uv]|luma)|(?:[rgb]|chroma[uv]|luma|rgb|[yuv](?=difference(?:fromprevious|tonext)))difference(?:fromprevious|tonext)?|[yuvrgb]plane(?:median|min|max|minmaxdifference)/.source,/getprocessinfo|logmsg|script(?:dir(?:utf8)?|file(?:utf8)?|name(?:utf8)?)|setlogparams/.source,/chr|(?:fill|find|left|mid|replace|rev|right)str|format|[lu]case|ord|str(?:cmpi?|fromutf8|len|toutf8)|time|trim(?:all|left|right)/.source,/isversionorgreater|version(?:number|string)/.source,/buildpixeltype|colorspacenametopixeltype/.source,/addautoloaddir|on(?:cpu|cuda)|prefetch|setfiltermtmode/.source].join("|"),[/has(?:audio|video)/.source,/height|width/.source,/frame(?:count|rate)|framerate(?:denominator|numerator)/.source,/getparity|is(?:field|frame)based/.source,/bitspercomponent|componentsize|hasalpha|is(?:planar(?:rgba?)?|interleaved|rgb(?:24|32|48|64)?|y(?:8|u(?:va?|y2))?|yv(?:12|16|24|411)|420|422|444|packedrgb)|numcomponents|pixeltype/.source,/audio(?:bits|channels|duration|length(?:[fs]|hi|lo)?|rate)|isaudio(?:float|int)/.source].join("|"),[/avi(?:file)?source|directshowsource|image(?:reader|source|sourceanim)|opendmlsource|segmented(?:avisource|directshowsource)|wavsource/.source,/coloryuv|convertbacktoyuy2|convertto(?:RGB(?:24|32|48|64)|(?:planar)?RGBA?|Y8?|YV(?:12|16|24|411)|YUVA?(?:411|420|422|444)|YUY2)|fixluminance|gr[ae]yscale|invert|levels|limiter|mergea?rgb|merge(?:chroma|luma)|rgbadjust|show(?:alpha|blue|green|red)|swapuv|tweak|[uv]toy8?|ytouv/.source,/(?:colorkey|reset)mask|layer|mask(?:hs)?|merge|overlay|subtract/.source,/addborders|(?:bicubic|bilinear|blackman|gauss|lanczos4|lanczos|point|sinc|spline(?:16|36|64))resize|crop(?:bottom)?|flip(?:horizontal|vertical)|(?:horizontal|vertical)?reduceby2|letterbox|skewrows|turn(?:180|left|right)/.source,/blur|fixbrokenchromaupsampling|generalconvolution|(?:spatial|temporal)soften|sharpen/.source,/trim|(?:un)?alignedsplice|(?:assume|assumescaled|change|convert)FPS|(?:delete|duplicate)frame|dissolve|fade(?:in|io|out)[02]?|freezeframe|interleave|loop|reverse|select(?:even|odd|(?:range)?every)/.source,/assume[bt]ff|assume(?:field|frame)based|bob|complementparity|doubleweave|peculiarblend|pulldown|separate(?:columns|fields|rows)|swapfields|weave(?:columns|rows)?/.source,/amplify(?:db)?|assumesamplerate|audiodub(?:ex)?|audiotrim|convertaudioto(?:(?:8|16|24|32)bit|float)|converttomono|delayaudio|ensurevbrmp3sync|get(?:left|right)?channel|kill(?:audio|video)|mergechannels|mixaudio|monotostereo|normalize|resampleaudio|ssrc|supereq|timestretch/.source,/animate|applyrange|conditional(?:filter|reader|select)|frameevaluate|scriptclip|tcp(?:server|source)|writefile(?:end|if|start)?/.source,/imagewriter/.source,/blackness|blankclip|colorbars(?:hd)?|compare|dumpfiltergraph|echo|histogram|info|messageclip|preroll|setgraphanalysis|show(?:framenumber|smpte|time)|showfiveversions|stack(?:horizontal|vertical)|subtitle|tone|version/.source].join("|")].join("|");e.languages.avisynth={comment:[{pattern:/(^|[^\\])\[\*(?:[^\[*]|\[(?!\*)|\*(?!\])|\[\*(?:[^\[*]|\[(?!\*)|\*(?!\]))*\*\])*\*\]/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\$])#.*/,lookbehind:!0,greedy:!0}],argument:{pattern:t(/\b(?:<<0>>)\s+("?)\w+\1/.source,[n],"i"),inside:{keyword:/^\w+/}},"argument-label":{pattern:/([,(][\s\\]*)\w+\s*=(?!=)/,lookbehind:!0,inside:{"argument-name":{pattern:/^\w+/,alias:"punctuation"},punctuation:/=$/}},string:[{pattern:/"""[\s\S]*?"""/,greedy:!0},{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0,inside:{constant:{pattern:/\b(?:DEFAULT_MT_MODE|(?:MAINSCRIPT|PROGRAM|SCRIPT)DIR|(?:MACHINE|USER)_(?:CLASSIC|PLUS)_PLUGINS)\b/}}}],variable:/\b(?:last)\b/i,boolean:/\b(?:false|no|true|yes)\b/i,keyword:/\b(?:catch|else|for|function|global|if|return|try|while|__END__)\b/i,constant:/\bMT_(?:MULTI_INSTANCE|NICE_FILTER|SERIALIZED|SPECIAL_MT)\b/,"builtin-function":{pattern:t(/\b(?:<<0>>)\b/.source,[r],"i"),alias:"function"},"type-cast":{pattern:t(/\b(?:<<0>>)(?=\s*\()/.source,[n],"i"),alias:"keyword"},function:{pattern:/\b[a-z_]\w*(?=\s*\()|(\.)[a-z_]\w*\b/i,lookbehind:!0},"line-continuation":{pattern:/(^[ \t]*)\\|\\(?=[ \t]*$)/m,lookbehind:!0,alias:"punctuation"},number:/\B\$(?:[\da-f]{6}|[\da-f]{8})\b|(?:(?:\b|\B-)\d+(?:\.\d*)?\b|\B\.\d+\b)/i,operator:/\+\+?|[!=<>]=?|&&|\|\||[?:*/%-]/,punctuation:/[{}\[\]();,.]/},e.languages.avs=e.languages.avisynth}function ea(e){e.languages["avro-idl"]={comment:{pattern:/\/\/.*|\/\*[\s\S]*?\*\//,greedy:!0},string:{pattern:/(^|[^\\])"(?:[^\r\n"\\]|\\.)*"/,lookbehind:!0,greedy:!0},annotation:{pattern:/@(?:[$\w.-]|`[^\r\n`]+`)+/,greedy:!0,alias:"function"},"function-identifier":{pattern:/`[^\r\n`]+`(?=\s*\()/,greedy:!0,alias:"function"},identifier:{pattern:/`[^\r\n`]+`/,greedy:!0},"class-name":{pattern:/(\b(?:enum|error|protocol|record|throws)\b\s+)[$\w]+/,lookbehind:!0,greedy:!0},keyword:/\b(?:array|boolean|bytes|date|decimal|double|enum|error|false|fixed|float|idl|import|int|local_timestamp_ms|long|map|null|oneway|protocol|record|schema|string|throws|time_ms|timestamp_ms|true|union|uuid|void)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:[{pattern:/(^|[^\w.])-?(?:(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|0x(?:[a-f0-9]+(?:\.[a-f0-9]*)?|\.[a-f0-9]+)(?:p[+-]?\d+)?)[dfl]?(?![\w.])/i,lookbehind:!0},/-?\b(?:Infinity|NaN)\b/],operator:/=/,punctuation:/[()\[\]{}<>.:,;-]/},e.languages.avdl=e.languages["avro-idl"]}function ei(e){e.languages.awk={hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},comment:{pattern:/#.*/,greedy:!0},string:{pattern:/(^|[^\\])"(?:[^\\"\r\n]|\\.)*"/,lookbehind:!0,greedy:!0},regex:{pattern:/((?:^|[^\w\s)])\s*)\/(?:[^\/\\\r\n]|\\.)*\//,lookbehind:!0,greedy:!0},variable:/\$\w+/,keyword:/\b(?:BEGIN|BEGINFILE|END|ENDFILE|break|case|continue|default|delete|do|else|exit|for|function|getline|if|in|next|nextfile|printf?|return|switch|while)\b|@(?:include|load)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/\b(?:\d+(?:\.\d+)?(?:e[+-]?\d+)?|0x[a-fA-F0-9]+)\b/,operator:/--|\+\+|!?~|>&|>>|<<|(?:\*\*|[<>!=+\-*/%^])=?|&&|\|[|&]|[?:]/,punctuation:/[()[\]{},;]/},e.languages.gawk=e.languages.awk}function es(e){e.languages.basic={comment:{pattern:/(?:!|REM\b).+/i,inside:{keyword:/^REM/i}},string:{pattern:/"(?:""|[!#$%&'()*,\/:;<=>?^\w +\-.])*"/,greedy:!0},number:/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:E[+-]?\d+)?/i,keyword:/\b(?:AS|BEEP|BLOAD|BSAVE|CALL(?: ABSOLUTE)?|CASE|CHAIN|CHDIR|CLEAR|CLOSE|CLS|COM|COMMON|CONST|DATA|DECLARE|DEF(?: FN| SEG|DBL|INT|LNG|SNG|STR)|DIM|DO|DOUBLE|ELSE|ELSEIF|END|ENVIRON|ERASE|ERROR|EXIT|FIELD|FILES|FOR|FUNCTION|GET|GOSUB|GOTO|IF|INPUT|INTEGER|IOCTL|KEY|KILL|LINE INPUT|LOCATE|LOCK|LONG|LOOP|LSET|MKDIR|NAME|NEXT|OFF|ON(?: COM| ERROR| KEY| TIMER)?|OPEN|OPTION BASE|OUT|POKE|PUT|READ|REDIM|REM|RESTORE|RESUME|RETURN|RMDIR|RSET|RUN|SELECT CASE|SHARED|SHELL|SINGLE|SLEEP|STATIC|STEP|STOP|STRING|SUB|SWAP|SYSTEM|THEN|TIMER|TO|TROFF|TRON|TYPE|UNLOCK|UNTIL|USING|VIEW PRINT|WAIT|WEND|WHILE|WRITE)(?:\$|\b)/i,function:/\b(?:ABS|ACCESS|ACOS|ANGLE|AREA|ARITHMETIC|ARRAY|ASIN|ASK|AT|ATN|BASE|BEGIN|BREAK|CAUSE|CEIL|CHR|CLIP|COLLATE|COLOR|CON|COS|COSH|COT|CSC|DATE|DATUM|DEBUG|DECIMAL|DEF|DEG|DEGREES|DELETE|DET|DEVICE|DISPLAY|DOT|ELAPSED|EPS|ERASABLE|EXLINE|EXP|EXTERNAL|EXTYPE|FILETYPE|FIXED|FP|GO|GRAPH|HANDLER|IDN|IMAGE|IN|INT|INTERNAL|IP|IS|KEYED|LBOUND|LCASE|LEFT|LEN|LENGTH|LET|LINE|LINES|LOG|LOG10|LOG2|LTRIM|MARGIN|MAT|MAX|MAXNUM|MID|MIN|MISSING|MOD|NATIVE|NUL|NUMERIC|OF|OPTION|ORD|ORGANIZATION|OUTIN|OUTPUT|PI|POINT|POINTER|POINTS|POS|PRINT|PROGRAM|PROMPT|RAD|RADIANS|RANDOMIZE|RECORD|RECSIZE|RECTYPE|RELATIVE|REMAINDER|REPEAT|REST|RETRY|REWRITE|RIGHT|RND|ROUND|RTRIM|SAME|SEC|SELECT|SEQUENTIAL|SET|SETTER|SGN|SIN|SINH|SIZE|SKIP|SQR|STANDARD|STATUS|STR|STREAM|STYLE|TAB|TAN|TANH|TEMPLATE|TEXT|THERE|TIME|TIMEOUT|TRACE|TRANSFORM|TRUNCATE|UBOUND|UCASE|USE|VAL|VARIABLE|VIEWPORT|WHEN|WINDOW|WITH|ZER|ZONEWIDTH)(?:\$|\b)/i,operator:/<[=>]?|>=?|[+\-*\/^=&]|\b(?:AND|EQV|IMP|NOT|OR|XOR)\b/i,punctuation:/[,;:()]/}}function eo(e){var t,n,r,a;t=/%%?[~:\w]+%?|!\S+!/,n={pattern:/\/[a-z?]+(?=[ :]|$):?|-[a-z]\b|--[a-z-]+\b/im,alias:"attr-name",inside:{punctuation:/:/}},r=/"(?:[\\"]"|[^"])*"(?!")/,a=/(?:\b|-)\d+\b/,e.languages.batch={comment:[/^::.*/m,{pattern:/((?:^|[&(])[ \t]*)rem\b(?:[^^&)\r\n]|\^(?:\r\n|[\s\S]))*/im,lookbehind:!0}],label:{pattern:/^:.*/m,alias:"property"},command:[{pattern:/((?:^|[&(])[ \t]*)for(?: \/[a-z?](?:[ :](?:"[^"]*"|[^\s"/]\S*))?)* \S+ in \([^)]+\) do/im,lookbehind:!0,inside:{keyword:/\b(?:do|in)\b|^for\b/i,string:r,parameter:n,variable:t,number:a,punctuation:/[()',]/}},{pattern:/((?:^|[&(])[ \t]*)if(?: \/[a-z?](?:[ :](?:"[^"]*"|[^\s"/]\S*))?)* (?:not )?(?:cmdextversion \d+|defined \w+|errorlevel \d+|exist \S+|(?:"[^"]*"|(?!")(?:(?!==)\S)+)?(?:==| (?:equ|geq|gtr|leq|lss|neq) )(?:"[^"]*"|[^\s"]\S*))/im,lookbehind:!0,inside:{keyword:/\b(?:cmdextversion|defined|errorlevel|exist|not)\b|^if\b/i,string:r,parameter:n,variable:t,number:a,operator:/\^|==|\b(?:equ|geq|gtr|leq|lss|neq)\b/i}},{pattern:/((?:^|[&()])[ \t]*)else\b/im,lookbehind:!0,inside:{keyword:/^else\b/i}},{pattern:/((?:^|[&(])[ \t]*)set(?: \/[a-z](?:[ :](?:"[^"]*"|[^\s"/]\S*))?)* (?:[^^&)\r\n]|\^(?:\r\n|[\s\S]))*/im,lookbehind:!0,inside:{keyword:/^set\b/i,string:r,parameter:n,variable:[t,/\w+(?=(?:[*\/%+\-&^|]|<<|>>)?=)/],number:a,operator:/[*\/%+\-&^|]=?|<<=?|>>=?|[!~_=]/,punctuation:/[()',]/}},{pattern:/((?:^|[&(])[ \t]*@?)\w+\b(?:"(?:[\\"]"|[^"])*"(?!")|[^"^&)\r\n]|\^(?:\r\n|[\s\S]))*/m,lookbehind:!0,inside:{keyword:/^\w+\b/,string:r,parameter:n,label:{pattern:/(^\s*):\S+/m,lookbehind:!0,alias:"property"},variable:t,number:a,operator:/\^/}}],operator:/[&@]/,punctuation:/[()']/}}function el(e){e.languages.bbcode={tag:{pattern:/\[\/?[^\s=\]]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'"\]=]+))?(?:\s+[^\s=\]]+\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'"\]=]+))*\s*\]/,inside:{tag:{pattern:/^\[\/?[^\s=\]]+/,inside:{punctuation:/^\[\/?/}},"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'"\]=]+)/,inside:{punctuation:[/^=/,{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\]/,"attr-name":/[^\s=\]]+/}}},e.languages.shortcode=e.languages.bbcode}function ec(e){e.languages.bbj={comment:{pattern:/(^|[^\\:])rem\s+.*/i,lookbehind:!0,greedy:!0},string:{pattern:/(['"])(?:(?!\1|\\).|\\.)*\1/,greedy:!0},number:/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:E[+-]?\d+)?/i,keyword:/\b(?:abstract|all|argc|begin|bye|callback|case|chn|class|classend|ctl|day|declare|delete|dim|dom|dread|dsz|else|end|endif|err|exitto|extends|fi|field|for|from|gosub|goto|if|implements|interface|interfaceend|iol|iolist|let|list|load|method|methodend|methodret|on|opts|pfx|print|private|process_events|protected|psz|public|read|read_resource|release|remove_callback|repeat|restore|return|rev|seterr|setesc|sqlchn|sqlunt|ssn|start|static|swend|switch|sys|then|tim|unt|until|use|void|wend|where|while)\b/i,function:/\b\w+(?=\()/,boolean:/\b(?:BBjAPI\.TRUE|BBjAPI\.FALSE)\b/i,operator:/<[=>]?|>=?|[+\-*\/^=&]|\b(?:and|not|or|xor)\b/i,punctuation:/[.,;:()]/}}function eu(e){e.languages.bicep={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],property:[{pattern:/([\r\n][ \t]*)[a-z_]\w*(?=[ \t]*:)/i,lookbehind:!0},{pattern:/([\r\n][ \t]*)'(?:\\.|\$(?!\{)|[^'\\\r\n$])*'(?=[ \t]*:)/,lookbehind:!0,greedy:!0}],string:[{pattern:/'''[^'][\s\S]*?'''/,greedy:!0},{pattern:/(^|[^\\'])'(?:\\.|\$(?!\{)|[^'\\\r\n$])*'/,lookbehind:!0,greedy:!0}],"interpolated-string":{pattern:/(^|[^\\'])'(?:\\.|\$(?:(?!\{)|\{[^{}\r\n]*\})|[^'\\\r\n$])*'/,lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/\$\{[^{}\r\n]*\}/,inside:{expression:{pattern:/(^\$\{)[\s\S]+(?=\}$)/,lookbehind:!0},punctuation:/^\$\{|\}$/}},string:/[\s\S]+/}},datatype:{pattern:/(\b(?:output|param)\b[ \t]+\w+[ \t]+)\w+\b/,lookbehind:!0,alias:"class-name"},boolean:/\b(?:false|true)\b/,keyword:/\b(?:existing|for|if|in|module|null|output|param|resource|targetScope|var)\b/,decorator:/@\w+\b/,function:/\b[a-z_]\w*(?=[ \t]*\()/i,number:/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:E[+-]?\d+)?/i,operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/,punctuation:/[{}[\];(),.:]/},e.languages.bicep["interpolated-string"].inside.interpolation.inside.expression.inside=e.languages.bicep}function ed(e){e.register(I),e.languages.birb=e.languages.extend("clike",{string:{pattern:/r?("|')(?:\\.|(?!\1)[^\\])*\1/,greedy:!0},"class-name":[/\b[A-Z](?:[\d_]*[a-zA-Z]\w*)?\b/,/\b(?:[A-Z]\w*|(?!(?:var|void)\b)[a-z]\w*)(?=\s+\w+\s*[;,=()])/],keyword:/\b(?:assert|break|case|class|const|default|else|enum|final|follows|for|grab|if|nest|new|next|noSeeb|return|static|switch|throw|var|void|while)\b/,operator:/\+\+|--|&&|\|\||<<=?|>>=?|~(?:\/=?)?|[+\-*\/%&^|=!<>]=?|\?|:/,variable:/\b[a-z_]\w*\b/}),e.languages.insertBefore("birb","function",{metadata:{pattern:/<\w+>/,greedy:!0,alias:"symbol"}})}function ep(e){e.register(G),e.languages.bison=e.languages.extend("c",{}),e.languages.insertBefore("bison","comment",{bison:{pattern:/^(?:[^%]|%(?!%))*%%[\s\S]*?%%/,inside:{c:{pattern:/%\{[\s\S]*?%\}|\{(?:\{[^}]*\}|[^{}])*\}/,inside:{delimiter:{pattern:/^%?\{|%?\}$/,alias:"punctuation"},"bison-variable":{pattern:/[$@](?:<[^\s>]+>)?[\w$]+/,alias:"variable",inside:{punctuation:/<|>/}},rest:e.languages.c}},comment:e.languages.c.comment,string:e.languages.c.string,property:/\S+(?=:)/,keyword:/%\w+/,number:{pattern:/(^|[^@])\b(?:0x[\da-f]+|\d+)/i,lookbehind:!0},punctuation:/%[%?]|[|:;\[\]<>]/}}})}function eh(e){e.languages.bnf={string:{pattern:/"[^\r\n"]*"|'[^\r\n']*'/},definition:{pattern:/<[^<>\r\n\t]+>(?=\s*::=)/,alias:["rule","keyword"],inside:{punctuation:/^<|>$/}},rule:{pattern:/<[^<>\r\n\t]+>/,inside:{punctuation:/^<|>$/}},operator:/::=|[|()[\]{}*+?]|\.{3}/},e.languages.rbnf=e.languages.bnf}function ef(e){e.languages.bqn={shebang:{pattern:/^#![ \t]*\/.*/,alias:"important",greedy:!0},comment:{pattern:/#.*/,greedy:!0},"string-literal":{pattern:/"(?:[^"]|"")*"/,greedy:!0,alias:"string"},"character-literal":{pattern:/'(?:[\s\S]|[\uD800-\uDBFF][\uDC00-\uDFFF])'/,greedy:!0,alias:"char"},function:/•[\w¯.∞π]+[\w¯.∞π]*/,"dot-notation-on-brackets":{pattern:/\{(?=.*\}\.)|\}\./,alias:"namespace"},"special-name":{pattern:/(?:𝕨|𝕩|𝕗|𝕘|𝕤|𝕣|𝕎|𝕏|𝔽|𝔾|𝕊|_𝕣_|_𝕣)/,alias:"keyword"},"dot-notation-on-name":{pattern:/[A-Za-z_][\w¯∞π]*\./,alias:"namespace"},"word-number-scientific":{pattern:/\d+(?:\.\d+)?[eE]¯?\d+/,alias:"number"},"word-name":{pattern:/[A-Za-z_][\w¯∞π]*/,alias:"symbol"},"word-number":{pattern:/[¯∞π]?(?:\d*\.?\b\d+(?:e[+¯]?\d+|E[+¯]?\d+)?|¯|∞|π)(?:j¯?(?:(?:\d+(?:\.\d+)?|\.\d+)(?:e[+¯]?\d+|E[+¯]?\d+)?|¯|∞|π))?/,alias:"number"},"null-literal":{pattern:/@/,alias:"char"},"primitive-functions":{pattern:/[-+×÷⋆√⌊⌈|¬∧∨<>≠=≤≥≡≢⊣⊢⥊∾≍⋈↑↓↕«»⌽⍉/⍋⍒⊏⊑⊐⊒∊⍷⊔!]/,alias:"operator"},"primitive-1-operators":{pattern:/[`˜˘¨⁼⌜´˝˙]/,alias:"operator"},"primitive-2-operators":{pattern:/[∘⊸⟜○⌾⎉⚇⍟⊘◶⎊]/,alias:"operator"},punctuation:/[←⇐↩(){}⟨⟩[\]‿·⋄,.;:?]/}}function eg(e){e.languages.brainfuck={pointer:{pattern:/<|>/,alias:"keyword"},increment:{pattern:/\+/,alias:"inserted"},decrement:{pattern:/-/,alias:"deleted"},branching:{pattern:/\[|\]/,alias:"important"},operator:/[.,]/,comment:/\S+/}}function em(e){e.languages.brightscript={comment:/(?:\brem|').*/i,"directive-statement":{pattern:/(^[\t ]*)#(?:const|else(?:[\t ]+if)?|end[\t ]+if|error|if).*/im,lookbehind:!0,alias:"property",inside:{"error-message":{pattern:/(^#error).+/,lookbehind:!0},directive:{pattern:/^#(?:const|else(?:[\t ]+if)?|end[\t ]+if|error|if)/,alias:"keyword"},expression:{pattern:/[\s\S]+/,inside:null}}},property:{pattern:/([\r\n{,][\t ]*)(?:(?!\d)\w+|"(?:[^"\r\n]|"")*"(?!"))(?=[ \t]*:)/,lookbehind:!0,greedy:!0},string:{pattern:/"(?:[^"\r\n]|"")*"(?!")/,greedy:!0},"class-name":{pattern:/(\bAs[\t ]+)\w+/i,lookbehind:!0},keyword:/\b(?:As|Dim|Each|Else|Elseif|End|Exit|For|Function|Goto|If|In|Print|Return|Step|Stop|Sub|Then|To|While)\b/i,boolean:/\b(?:false|true)\b/i,function:/\b(?!\d)\w+(?=[\t ]*\()/,number:/(?:\b\d+(?:\.\d+)?(?:[ed][+-]\d+)?|&h[a-f\d]+)\b[%&!#]?/i,operator:/--|\+\+|>>=?|<<=?|<>|[-+*/\\<>]=?|[:^=?]|\b(?:and|mod|not|or)\b/i,punctuation:/[.,;()[\]{}]/,constant:/\b(?:LINE_NUM)\b/i},e.languages.brightscript["directive-statement"].inside.expression.inside=e.languages.brightscript}function eb(e){e.languages.bro={comment:{pattern:/(^|[^\\$])#.*/,lookbehind:!0,inside:{italic:/\b(?:FIXME|TODO|XXX)\b/}},string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},boolean:/\b[TF]\b/,function:{pattern:/(\b(?:event|function|hook)[ \t]+)\w+(?:::\w+)?/,lookbehind:!0},builtin:/(?:@(?:load(?:-(?:plugin|sigs))?|unload|prefixes|ifn?def|else|(?:end)?if|DIR|FILENAME))|(?:&?(?:add_func|create_expire|default|delete_func|encrypt|error_handler|expire_func|group|log|mergeable|optional|persistent|priority|raw_output|read_expire|redef|rotate_interval|rotate_size|synchronized|type_column|write_expire))/,constant:{pattern:/(\bconst[ \t]+)\w+/i,lookbehind:!0},keyword:/\b(?:add|addr|alarm|any|bool|break|const|continue|count|delete|double|else|enum|event|export|file|for|function|global|hook|if|in|int|interval|local|module|next|of|opaque|pattern|port|print|record|return|schedule|set|string|subnet|table|time|timeout|using|vector|when)\b/,operator:/--?|\+\+?|!=?=?|<=?|>=?|==?=?|&&|\|\|?|\?|\*|\/|~|\^|%/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,punctuation:/[{}[\];(),.:]/}}function eE(e){e.languages.bsl={comment:/\/\/.*/,string:[{pattern:/"(?:[^"]|"")*"(?!")/,greedy:!0},{pattern:/'(?:[^'\r\n\\]|\\.)*'/}],keyword:[{pattern:/(^|[^\w\u0400-\u0484\u0487-\u052f\u1d2b\u1d78\u2de0-\u2dff\ua640-\ua69f\ufe2e\ufe2f])(?:пока|для|новый|прервать|попытка|исключение|вызватьисключение|иначе|конецпопытки|неопределено|функция|перем|возврат|конецфункции|если|иначеесли|процедура|конецпроцедуры|тогда|знач|экспорт|конецесли|из|каждого|истина|ложь|по|цикл|конеццикла|выполнить)(?![\w\u0400-\u0484\u0487-\u052f\u1d2b\u1d78\u2de0-\u2dff\ua640-\ua69f\ufe2e\ufe2f])/i,lookbehind:!0},{pattern:/\b(?:break|do|each|else|elseif|enddo|endfunction|endif|endprocedure|endtry|except|execute|export|false|for|function|if|in|new|null|procedure|raise|return|then|to|true|try|undefined|val|var|while)\b/i}],number:{pattern:/(^(?=\d)|[^\w\u0400-\u0484\u0487-\u052f\u1d2b\u1d78\u2de0-\u2dff\ua640-\ua69f\ufe2e\ufe2f])(?:\d+(?:\.\d*)?|\.\d+)(?:E[+-]?\d+)?/i,lookbehind:!0},operator:[/[<>+\-*/]=?|[%=]/,{pattern:/(^|[^\w\u0400-\u0484\u0487-\u052f\u1d2b\u1d78\u2de0-\u2dff\ua640-\ua69f\ufe2e\ufe2f])(?:и|или|не)(?![\w\u0400-\u0484\u0487-\u052f\u1d2b\u1d78\u2de0-\u2dff\ua640-\ua69f\ufe2e\ufe2f])/i,lookbehind:!0},{pattern:/\b(?:and|not|or)\b/i}],punctuation:/\(\.|\.\)|[()\[\]:;,.]/,directive:[{pattern:/^([ \t]*)&.*/m,lookbehind:!0,greedy:!0,alias:"important"},{pattern:/^([ \t]*)#.*/gm,lookbehind:!0,greedy:!0,alias:"important"}]},e.languages.oscript=e.languages.bsl}function ey(e){e.register(I),e.languages.cfscript=e.languages.extend("clike",{comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,inside:{annotation:{pattern:/(?:^|[^.])@[\w\.]+/,alias:"punctuation"}}},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],keyword:/\b(?:abstract|break|catch|component|continue|default|do|else|extends|final|finally|for|function|if|in|include|package|private|property|public|remote|required|rethrow|return|static|switch|throw|try|var|while|xml)\b(?!\s*=)/,operator:[/\+\+|--|&&|\|\||::|=>|[!=]==|[-+*/%&|^!=<>]=?|\?(?:\.|:)?|:/,/\b(?:and|contains|eq|equal|eqv|gt|gte|imp|is|lt|lte|mod|not|or|xor)\b/],scope:{pattern:/\b(?:application|arguments|cgi|client|cookie|local|session|super|this|variables)\b/,alias:"global"},type:{pattern:/\b(?:any|array|binary|boolean|date|guid|numeric|query|string|struct|uuid|void|xml)\b/,alias:"builtin"}}),e.languages.insertBefore("cfscript","keyword",{"function-variable":{pattern:/[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"}}),delete e.languages.cfscript["class-name"],e.languages.cfc=e.languages.cfscript}function eT(e){e.register(I),e.register($),e.languages.chaiscript=e.languages.extend("clike",{string:{pattern:/(^|[^\\])'(?:[^'\\]|\\[\s\S])*'/,lookbehind:!0,greedy:!0},"class-name":[{pattern:/(\bclass\s+)\w+/,lookbehind:!0},{pattern:/(\b(?:attr|def)\s+)\w+(?=\s*::)/,lookbehind:!0}],keyword:/\b(?:attr|auto|break|case|catch|class|continue|def|default|else|finally|for|fun|global|if|return|switch|this|try|var|while)\b/,number:[e.languages.cpp.number,/\b(?:Infinity|NaN)\b/],operator:/>>=?|<<=?|\|\||&&|:[:=]?|--|\+\+|[=!<>+\-*/%|&^]=?|[?~]|`[^`\r\n]{1,4}`/}),e.languages.insertBefore("chaiscript","operator",{"parameter-type":{pattern:/([,(]\s*)\w+(?=\s+\w)/,lookbehind:!0,alias:"class-name"}}),e.languages.insertBefore("chaiscript","string",{"string-interpolation":{pattern:/(^|[^\\])"(?:[^"$\\]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})*\})*"/,lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})*\}/,lookbehind:!0,inside:{"interpolation-expression":{pattern:/(^\$\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:e.languages.chaiscript},"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"}}},string:/[\s\S]+/}}})}function e_(e){e.languages.cil={comment:/\/\/.*/,string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},directive:{pattern:/(^|\W)\.[a-z]+(?=\s)/,lookbehind:!0,alias:"class-name"},variable:/\[[\w\.]+\]/,keyword:/\b(?:abstract|ansi|assembly|auto|autochar|beforefieldinit|bool|bstr|byvalstr|catch|char|cil|class|currency|date|decimal|default|enum|error|explicit|extends|extern|famandassem|family|famorassem|final(?:ly)?|float32|float64|hidebysig|u?int(?:8|16|32|64)?|iant|idispatch|implements|import|initonly|instance|interface|iunknown|literal|lpstr|lpstruct|lptstr|lpwstr|managed|method|native(?:Type)?|nested|newslot|object(?:ref)?|pinvokeimpl|private|privatescope|public|reqsecobj|rtspecialname|runtime|sealed|sequential|serializable|specialname|static|string|struct|syschar|tbstr|unicode|unmanagedexp|unsigned|value(?:type)?|variant|virtual|void)\b/,function:/\b(?:(?:constrained|no|readonly|tail|unaligned|volatile)\.)?(?:conv\.(?:[iu][1248]?|ovf\.[iu][1248]?(?:\.un)?|r\.un|r4|r8)|ldc\.(?:i4(?:\.\d+|\.[mM]1|\.s)?|i8|r4|r8)|ldelem(?:\.[iu][1248]?|\.r[48]|\.ref|a)?|ldind\.(?:[iu][1248]?|r[48]|ref)|stelem\.?(?:i[1248]?|r[48]|ref)?|stind\.(?:i[1248]?|r[48]|ref)?|end(?:fault|filter|finally)|ldarg(?:\.[0-3s]|a(?:\.s)?)?|ldloc(?:\.\d+|\.s)?|sub(?:\.ovf(?:\.un)?)?|mul(?:\.ovf(?:\.un)?)?|add(?:\.ovf(?:\.un)?)?|stloc(?:\.[0-3s])?|refany(?:type|val)|blt(?:\.un)?(?:\.s)?|ble(?:\.un)?(?:\.s)?|bgt(?:\.un)?(?:\.s)?|bge(?:\.un)?(?:\.s)?|unbox(?:\.any)?|init(?:blk|obj)|call(?:i|virt)?|brfalse(?:\.s)?|bne\.un(?:\.s)?|ldloca(?:\.s)?|brzero(?:\.s)?|brtrue(?:\.s)?|brnull(?:\.s)?|brinst(?:\.s)?|starg(?:\.s)?|leave(?:\.s)?|shr(?:\.un)?|rem(?:\.un)?|div(?:\.un)?|clt(?:\.un)?|alignment|castclass|ldvirtftn|beq(?:\.s)?|ckfinite|ldsflda|ldtoken|localloc|mkrefany|rethrow|cgt\.un|arglist|switch|stsfld|sizeof|newobj|newarr|ldsfld|ldnull|ldflda|isinst|throw|stobj|stfld|ldstr|ldobj|ldlen|ldftn|ldfld|cpobj|cpblk|break|br\.s|xor|shl|ret|pop|not|nop|neg|jmp|dup|cgt|ceq|box|and|or|br)\b/,boolean:/\b(?:false|true)\b/,number:/\b-?(?:0x[0-9a-f]+|\d+)(?:\.[0-9a-f]+)?\b/i,punctuation:/[{}[\];(),:=]|IL_[0-9A-Za-z]+/}}function eS(e){e.register(G),e.languages.cilkc=e.languages.insertBefore("c","function",{"parallel-keyword":{pattern:/\bcilk_(?:for|reducer|s(?:cope|pawn|ync))\b/,alias:"keyword"}}),e.languages["cilk-c"]=e.languages.cilkc}function eA(e){e.register($),e.languages.cilkcpp=e.languages.insertBefore("cpp","function",{"parallel-keyword":{pattern:/\bcilk_(?:for|reducer|s(?:cope|pawn|ync))\b/,alias:"keyword"}}),e.languages["cilk-cpp"]=e.languages.cilkcpp,e.languages.cilk=e.languages.cilkcpp}function ek(e){e.languages.clojure={comment:{pattern:/;.*/,greedy:!0},string:{pattern:/"(?:[^"\\]|\\.)*"/,greedy:!0},char:/\\\w+/,symbol:{pattern:/(^|[\s()\[\]{},])::?[\w*+!?'<>=/.-]+/,lookbehind:!0},keyword:{pattern:/(\()(?:-|->|->>|\.|\.\.|\*|\/|\+|<|<=|=|==|>|>=|accessor|agent|agent-errors|aget|alength|all-ns|alter|and|append-child|apply|array-map|aset|aset-boolean|aset-byte|aset-char|aset-double|aset-float|aset-int|aset-long|aset-short|assert|assoc|await|await-for|bean|binding|bit-and|bit-not|bit-or|bit-shift-left|bit-shift-right|bit-xor|boolean|branch\?|butlast|byte|cast|char|children|class|clear-agent-errors|comment|commute|comp|comparator|complement|concat|cond|conj|cons|constantly|construct-proxy|contains\?|count|create-ns|create-struct|cycle|dec|declare|def|def-|definline|definterface|defmacro|defmethod|defmulti|defn|defn-|defonce|defproject|defprotocol|defrecord|defstruct|deftype|deref|difference|disj|dissoc|distinct|do|doall|doc|dorun|doseq|dosync|dotimes|doto|double|down|drop|drop-while|edit|end\?|ensure|eval|every\?|false\?|ffirst|file-seq|filter|find|find-doc|find-ns|find-var|first|float|flush|fn|fnseq|for|frest|gensym|get|get-proxy-class|hash-map|hash-set|identical\?|identity|if|if-let|if-not|import|in-ns|inc|index|insert-child|insert-left|insert-right|inspect-table|inspect-tree|instance\?|int|interleave|intersection|into|into-array|iterate|join|key|keys|keyword|keyword\?|last|lazy-cat|lazy-cons|left|lefts|let|line-seq|list|list\*|load|load-file|locking|long|loop|macroexpand|macroexpand-1|make-array|make-node|map|map-invert|map\?|mapcat|max|max-key|memfn|merge|merge-with|meta|min|min-key|monitor-enter|name|namespace|neg\?|new|newline|next|nil\?|node|not|not-any\?|not-every\?|not=|ns|ns-imports|ns-interns|ns-map|ns-name|ns-publics|ns-refers|ns-resolve|ns-unmap|nth|nthrest|or|parse|partial|path|peek|pop|pos\?|pr|pr-str|print|print-str|println|println-str|prn|prn-str|project|proxy|proxy-mappings|quot|quote|rand|rand-int|range|re-find|re-groups|re-matcher|re-matches|re-pattern|re-seq|read|read-line|recur|reduce|ref|ref-set|refer|rem|remove|remove-method|remove-ns|rename|rename-keys|repeat|replace|replicate|resolve|rest|resultset-seq|reverse|rfirst|right|rights|root|rrest|rseq|second|select|select-keys|send|send-off|seq|seq-zip|seq\?|set|set!|short|slurp|some|sort|sort-by|sorted-map|sorted-map-by|sorted-set|special-symbol\?|split-at|split-with|str|string\?|struct|struct-map|subs|subvec|symbol|symbol\?|sync|take|take-nth|take-while|test|throw|time|to-array|to-array-2d|tree-seq|true\?|try|union|up|update-proxy|val|vals|var|var-get|var-set|var\?|vector|vector-zip|vector\?|when|when-first|when-let|when-not|with-local-vars|with-meta|with-open|with-out-str|xml-seq|xml-zip|zero\?|zipmap|zipper)(?=[\s)]|$)/,lookbehind:!0},boolean:/\b(?:false|nil|true)\b/,number:{pattern:/(^|[^\w$@])(?:\d+(?:[/.]\d+)?(?:e[+-]?\d+)?|0x[a-f0-9]+|[1-9]\d?r[a-z0-9]+)[lmn]?(?![\w$@])/i,lookbehind:!0},function:{pattern:/((?:^|[^'])\()[\w*+!?'<>=/.-]+(?=[\s)]|$)/,lookbehind:!0},operator:/[#@^`~]/,punctuation:/[{}\[\](),]/}}function eI(e){e.languages.cmake={comment:/#.*/,string:{pattern:/"(?:[^\\"]|\\.)*"/,greedy:!0,inside:{interpolation:{pattern:/\$\{(?:[^{}$]|\$\{[^{}$]*\})*\}/,inside:{punctuation:/\$\{|\}/,variable:/\w+/}}}},variable:/\b(?:CMAKE_\w+|\w+_(?:(?:BINARY|SOURCE)_DIR|DESCRIPTION|HOMEPAGE_URL|ROOT|VERSION(?:_MAJOR|_MINOR|_PATCH|_TWEAK)?)|(?:ANDROID|APPLE|BORLAND|BUILD_SHARED_LIBS|CACHE|CPACK_(?:ABSOLUTE_DESTINATION_FILES|COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY|ERROR_ON_ABSOLUTE_INSTALL_DESTINATION|INCLUDE_TOPLEVEL_DIRECTORY|INSTALL_DEFAULT_DIRECTORY_PERMISSIONS|INSTALL_SCRIPT|PACKAGING_INSTALL_PREFIX|SET_DESTDIR|WARN_ON_ABSOLUTE_INSTALL_DESTINATION)|CTEST_(?:BINARY_DIRECTORY|BUILD_COMMAND|BUILD_NAME|BZR_COMMAND|BZR_UPDATE_OPTIONS|CHANGE_ID|CHECKOUT_COMMAND|CONFIGURATION_TYPE|CONFIGURE_COMMAND|COVERAGE_COMMAND|COVERAGE_EXTRA_FLAGS|CURL_OPTIONS|CUSTOM_(?:COVERAGE_EXCLUDE|ERROR_EXCEPTION|ERROR_MATCH|ERROR_POST_CONTEXT|ERROR_PRE_CONTEXT|MAXIMUM_FAILED_TEST_OUTPUT_SIZE|MAXIMUM_NUMBER_OF_(?:ERRORS|WARNINGS)|MAXIMUM_PASSED_TEST_OUTPUT_SIZE|MEMCHECK_IGNORE|POST_MEMCHECK|POST_TEST|PRE_MEMCHECK|PRE_TEST|TESTS_IGNORE|WARNING_EXCEPTION|WARNING_MATCH)|CVS_CHECKOUT|CVS_COMMAND|CVS_UPDATE_OPTIONS|DROP_LOCATION|DROP_METHOD|DROP_SITE|DROP_SITE_CDASH|DROP_SITE_PASSWORD|DROP_SITE_USER|EXTRA_COVERAGE_GLOB|GIT_COMMAND|GIT_INIT_SUBMODULES|GIT_UPDATE_CUSTOM|GIT_UPDATE_OPTIONS|HG_COMMAND|HG_UPDATE_OPTIONS|LABELS_FOR_SUBPROJECTS|MEMORYCHECK_(?:COMMAND|COMMAND_OPTIONS|SANITIZER_OPTIONS|SUPPRESSIONS_FILE|TYPE)|NIGHTLY_START_TIME|P4_CLIENT|P4_COMMAND|P4_OPTIONS|P4_UPDATE_OPTIONS|RUN_CURRENT_SCRIPT|SCP_COMMAND|SITE|SOURCE_DIRECTORY|SUBMIT_URL|SVN_COMMAND|SVN_OPTIONS|SVN_UPDATE_OPTIONS|TEST_LOAD|TEST_TIMEOUT|TRIGGER_SITE|UPDATE_COMMAND|UPDATE_OPTIONS|UPDATE_VERSION_ONLY|USE_LAUNCHERS)|CYGWIN|ENV|EXECUTABLE_OUTPUT_PATH|GHS-MULTI|IOS|LIBRARY_OUTPUT_PATH|MINGW|MSVC(?:10|11|12|14|60|70|71|80|90|_IDE|_TOOLSET_VERSION|_VERSION)?|MSYS|PROJECT_NAME|UNIX|WIN32|WINCE|WINDOWS_PHONE|WINDOWS_STORE|XCODE))\b/,property:/\b(?:cxx_\w+|(?:ARCHIVE_OUTPUT_(?:DIRECTORY|NAME)|COMPILE_DEFINITIONS|COMPILE_PDB_NAME|COMPILE_PDB_OUTPUT_DIRECTORY|EXCLUDE_FROM_DEFAULT_BUILD|IMPORTED_(?:IMPLIB|LIBNAME|LINK_DEPENDENT_LIBRARIES|LINK_INTERFACE_LANGUAGES|LINK_INTERFACE_LIBRARIES|LINK_INTERFACE_MULTIPLICITY|LOCATION|NO_SONAME|OBJECTS|SONAME)|INTERPROCEDURAL_OPTIMIZATION|LIBRARY_OUTPUT_DIRECTORY|LIBRARY_OUTPUT_NAME|LINK_FLAGS|LINK_INTERFACE_LIBRARIES|LINK_INTERFACE_MULTIPLICITY|LOCATION|MAP_IMPORTED_CONFIG|OSX_ARCHITECTURES|OUTPUT_NAME|PDB_NAME|PDB_OUTPUT_DIRECTORY|RUNTIME_OUTPUT_DIRECTORY|RUNTIME_OUTPUT_NAME|STATIC_LIBRARY_FLAGS|VS_CSHARP|VS_DOTNET_REFERENCEPROP|VS_DOTNET_REFERENCE|VS_GLOBAL_SECTION_POST|VS_GLOBAL_SECTION_PRE|VS_GLOBAL|XCODE_ATTRIBUTE)_\w+|\w+_(?:CLANG_TIDY|COMPILER_LAUNCHER|CPPCHECK|CPPLINT|INCLUDE_WHAT_YOU_USE|OUTPUT_NAME|POSTFIX|VISIBILITY_PRESET)|ABSTRACT|ADDITIONAL_MAKE_CLEAN_FILES|ADVANCED|ALIASED_TARGET|ALLOW_DUPLICATE_CUSTOM_TARGETS|ANDROID_(?:ANT_ADDITIONAL_OPTIONS|API|API_MIN|ARCH|ASSETS_DIRECTORIES|GUI|JAR_DEPENDENCIES|NATIVE_LIB_DEPENDENCIES|NATIVE_LIB_DIRECTORIES|PROCESS_MAX|PROGUARD|PROGUARD_CONFIG_PATH|SECURE_PROPS_PATH|SKIP_ANT_STEP|STL_TYPE)|ARCHIVE_OUTPUT_DIRECTORY|ATTACHED_FILES|ATTACHED_FILES_ON_FAIL|AUTOGEN_(?:BUILD_DIR|ORIGIN_DEPENDS|PARALLEL|SOURCE_GROUP|TARGETS_FOLDER|TARGET_DEPENDS)|AUTOMOC|AUTOMOC_(?:COMPILER_PREDEFINES|DEPEND_FILTERS|EXECUTABLE|MACRO_NAMES|MOC_OPTIONS|SOURCE_GROUP|TARGETS_FOLDER)|AUTORCC|AUTORCC_EXECUTABLE|AUTORCC_OPTIONS|AUTORCC_SOURCE_GROUP|AUTOUIC|AUTOUIC_EXECUTABLE|AUTOUIC_OPTIONS|AUTOUIC_SEARCH_PATHS|BINARY_DIR|BUILDSYSTEM_TARGETS|BUILD_RPATH|BUILD_RPATH_USE_ORIGIN|BUILD_WITH_INSTALL_NAME_DIR|BUILD_WITH_INSTALL_RPATH|BUNDLE|BUNDLE_EXTENSION|CACHE_VARIABLES|CLEAN_NO_CUSTOM|COMMON_LANGUAGE_RUNTIME|COMPATIBLE_INTERFACE_(?:BOOL|NUMBER_MAX|NUMBER_MIN|STRING)|COMPILE_(?:DEFINITIONS|FEATURES|FLAGS|OPTIONS|PDB_NAME|PDB_OUTPUT_DIRECTORY)|COST|CPACK_DESKTOP_SHORTCUTS|CPACK_NEVER_OVERWRITE|CPACK_PERMANENT|CPACK_STARTUP_SHORTCUTS|CPACK_START_MENU_SHORTCUTS|CPACK_WIX_ACL|CROSSCOMPILING_EMULATOR|CUDA_EXTENSIONS|CUDA_PTX_COMPILATION|CUDA_RESOLVE_DEVICE_SYMBOLS|CUDA_SEPARABLE_COMPILATION|CUDA_STANDARD|CUDA_STANDARD_REQUIRED|CXX_EXTENSIONS|CXX_STANDARD|CXX_STANDARD_REQUIRED|C_EXTENSIONS|C_STANDARD|C_STANDARD_REQUIRED|DEBUG_CONFIGURATIONS|DEFINE_SYMBOL|DEFINITIONS|DEPENDS|DEPLOYMENT_ADDITIONAL_FILES|DEPLOYMENT_REMOTE_DIRECTORY|DISABLED|DISABLED_FEATURES|ECLIPSE_EXTRA_CPROJECT_CONTENTS|ECLIPSE_EXTRA_NATURES|ENABLED_FEATURES|ENABLED_LANGUAGES|ENABLE_EXPORTS|ENVIRONMENT|EXCLUDE_FROM_ALL|EXCLUDE_FROM_DEFAULT_BUILD|EXPORT_NAME|EXPORT_PROPERTIES|EXTERNAL_OBJECT|EchoString|FAIL_REGULAR_EXPRESSION|FIND_LIBRARY_USE_LIB32_PATHS|FIND_LIBRARY_USE_LIB64_PATHS|FIND_LIBRARY_USE_LIBX32_PATHS|FIND_LIBRARY_USE_OPENBSD_VERSIONING|FIXTURES_CLEANUP|FIXTURES_REQUIRED|FIXTURES_SETUP|FOLDER|FRAMEWORK|Fortran_FORMAT|Fortran_MODULE_DIRECTORY|GENERATED|GENERATOR_FILE_NAME|GENERATOR_IS_MULTI_CONFIG|GHS_INTEGRITY_APP|GHS_NO_SOURCE_GROUP_FILE|GLOBAL_DEPENDS_DEBUG_MODE|GLOBAL_DEPENDS_NO_CYCLES|GNUtoMS|HAS_CXX|HEADER_FILE_ONLY|HELPSTRING|IMPLICIT_DEPENDS_INCLUDE_TRANSFORM|IMPORTED|IMPORTED_(?:COMMON_LANGUAGE_RUNTIME|CONFIGURATIONS|GLOBAL|IMPLIB|LIBNAME|LINK_DEPENDENT_LIBRARIES|LINK_INTERFACE_(?:LANGUAGES|LIBRARIES|MULTIPLICITY)|LOCATION|NO_SONAME|OBJECTS|SONAME)|IMPORT_PREFIX|IMPORT_SUFFIX|INCLUDE_DIRECTORIES|INCLUDE_REGULAR_EXPRESSION|INSTALL_NAME_DIR|INSTALL_RPATH|INSTALL_RPATH_USE_LINK_PATH|INTERFACE_(?:AUTOUIC_OPTIONS|COMPILE_DEFINITIONS|COMPILE_FEATURES|COMPILE_OPTIONS|INCLUDE_DIRECTORIES|LINK_DEPENDS|LINK_DIRECTORIES|LINK_LIBRARIES|LINK_OPTIONS|POSITION_INDEPENDENT_CODE|SOURCES|SYSTEM_INCLUDE_DIRECTORIES)|INTERPROCEDURAL_OPTIMIZATION|IN_TRY_COMPILE|IOS_INSTALL_COMBINED|JOB_POOLS|JOB_POOL_COMPILE|JOB_POOL_LINK|KEEP_EXTENSION|LABELS|LANGUAGE|LIBRARY_OUTPUT_DIRECTORY|LINKER_LANGUAGE|LINK_(?:DEPENDS|DEPENDS_NO_SHARED|DIRECTORIES|FLAGS|INTERFACE_LIBRARIES|INTERFACE_MULTIPLICITY|LIBRARIES|OPTIONS|SEARCH_END_STATIC|SEARCH_START_STATIC|WHAT_YOU_USE)|LISTFILE_STACK|LOCATION|MACOSX_BUNDLE|MACOSX_BUNDLE_INFO_PLIST|MACOSX_FRAMEWORK_INFO_PLIST|MACOSX_PACKAGE_LOCATION|MACOSX_RPATH|MACROS|MANUALLY_ADDED_DEPENDENCIES|MEASUREMENT|MODIFIED|NAME|NO_SONAME|NO_SYSTEM_FROM_IMPORTED|OBJECT_DEPENDS|OBJECT_OUTPUTS|OSX_ARCHITECTURES|OUTPUT_NAME|PACKAGES_FOUND|PACKAGES_NOT_FOUND|PARENT_DIRECTORY|PASS_REGULAR_EXPRESSION|PDB_NAME|PDB_OUTPUT_DIRECTORY|POSITION_INDEPENDENT_CODE|POST_INSTALL_SCRIPT|PREDEFINED_TARGETS_FOLDER|PREFIX|PRE_INSTALL_SCRIPT|PRIVATE_HEADER|PROCESSORS|PROCESSOR_AFFINITY|PROJECT_LABEL|PUBLIC_HEADER|REPORT_UNDEFINED_PROPERTIES|REQUIRED_FILES|RESOURCE|RESOURCE_LOCK|RULE_LAUNCH_COMPILE|RULE_LAUNCH_CUSTOM|RULE_LAUNCH_LINK|RULE_MESSAGES|RUNTIME_OUTPUT_DIRECTORY|RUN_SERIAL|SKIP_AUTOGEN|SKIP_AUTOMOC|SKIP_AUTORCC|SKIP_AUTOUIC|SKIP_BUILD_RPATH|SKIP_RETURN_CODE|SOURCES|SOURCE_DIR|SOVERSION|STATIC_LIBRARY_FLAGS|STATIC_LIBRARY_OPTIONS|STRINGS|SUBDIRECTORIES|SUFFIX|SYMBOLIC|TARGET_ARCHIVES_MAY_BE_SHARED_LIBS|TARGET_MESSAGES|TARGET_SUPPORTS_SHARED_LIBS|TESTS|TEST_INCLUDE_FILE|TEST_INCLUDE_FILES|TIMEOUT|TIMEOUT_AFTER_MATCH|TYPE|USE_FOLDERS|VALUE|VARIABLES|VERSION|VISIBILITY_INLINES_HIDDEN|VS_(?:CONFIGURATION_TYPE|COPY_TO_OUT_DIR|DEBUGGER_(?:COMMAND|COMMAND_ARGUMENTS|ENVIRONMENT|WORKING_DIRECTORY)|DEPLOYMENT_CONTENT|DEPLOYMENT_LOCATION|DOTNET_REFERENCES|DOTNET_REFERENCES_COPY_LOCAL|INCLUDE_IN_VSIX|IOT_STARTUP_TASK|KEYWORD|RESOURCE_GENERATOR|SCC_AUXPATH|SCC_LOCALPATH|SCC_PROJECTNAME|SCC_PROVIDER|SDK_REFERENCES|SHADER_(?:DISABLE_OPTIMIZATIONS|ENABLE_DEBUG|ENTRYPOINT|FLAGS|MODEL|OBJECT_FILE_NAME|OUTPUT_HEADER_FILE|TYPE|VARIABLE_NAME)|STARTUP_PROJECT|TOOL_OVERRIDE|USER_PROPS|WINRT_COMPONENT|WINRT_EXTENSIONS|WINRT_REFERENCES|XAML_TYPE)|WILL_FAIL|WIN32_EXECUTABLE|WINDOWS_EXPORT_ALL_SYMBOLS|WORKING_DIRECTORY|WRAP_EXCLUDE|XCODE_(?:EMIT_EFFECTIVE_PLATFORM_NAME|EXPLICIT_FILE_TYPE|FILE_ATTRIBUTES|LAST_KNOWN_FILE_TYPE|PRODUCT_TYPE|SCHEME_(?:ADDRESS_SANITIZER|ADDRESS_SANITIZER_USE_AFTER_RETURN|ARGUMENTS|DISABLE_MAIN_THREAD_CHECKER|DYNAMIC_LIBRARY_LOADS|DYNAMIC_LINKER_API_USAGE|ENVIRONMENT|EXECUTABLE|GUARD_MALLOC|MAIN_THREAD_CHECKER_STOP|MALLOC_GUARD_EDGES|MALLOC_SCRIBBLE|MALLOC_STACK|THREAD_SANITIZER(?:_STOP)?|UNDEFINED_BEHAVIOUR_SANITIZER(?:_STOP)?|ZOMBIE_OBJECTS))|XCTEST)\b/,keyword:/\b(?:add_compile_definitions|add_compile_options|add_custom_command|add_custom_target|add_definitions|add_dependencies|add_executable|add_library|add_link_options|add_subdirectory|add_test|aux_source_directory|break|build_command|build_name|cmake_host_system_information|cmake_minimum_required|cmake_parse_arguments|cmake_policy|configure_file|continue|create_test_sourcelist|ctest_build|ctest_configure|ctest_coverage|ctest_empty_binary_directory|ctest_memcheck|ctest_read_custom_files|ctest_run_script|ctest_sleep|ctest_start|ctest_submit|ctest_test|ctest_update|ctest_upload|define_property|else|elseif|enable_language|enable_testing|endforeach|endfunction|endif|endmacro|endwhile|exec_program|execute_process|export|export_library_dependencies|file|find_file|find_library|find_package|find_path|find_program|fltk_wrap_ui|foreach|function|get_cmake_property|get_directory_property|get_filename_component|get_property|get_source_file_property|get_target_property|get_test_property|if|include|include_directories|include_external_msproject|include_guard|include_regular_expression|install|install_files|install_programs|install_targets|link_directories|link_libraries|list|load_cache|load_command|macro|make_directory|mark_as_advanced|math|message|option|output_required_files|project|qt_wrap_cpp|qt_wrap_ui|remove|remove_definitions|return|separate_arguments|set|set_directory_properties|set_property|set_source_files_properties|set_target_properties|set_tests_properties|site_name|source_group|string|subdir_depends|subdirs|target_compile_definitions|target_compile_features|target_compile_options|target_include_directories|target_link_directories|target_link_libraries|target_link_options|target_sources|try_compile|try_run|unset|use_mangled_mesa|utility_source|variable_requires|variable_watch|while|write_file)(?=\s*\()\b/,boolean:/\b(?:FALSE|OFF|ON|TRUE)\b/,namespace:/\b(?:INTERFACE|PRIVATE|PROPERTIES|PUBLIC|SHARED|STATIC|TARGET_OBJECTS)\b/,operator:/\b(?:AND|DEFINED|EQUAL|GREATER|LESS|MATCHES|NOT|OR|STREQUAL|STRGREATER|STRLESS|VERSION_EQUAL|VERSION_GREATER|VERSION_LESS)\b/,inserted:{pattern:/\b\w+::\w+\b/,alias:"class-name"},number:/\b\d+(?:\.\d+)*\b/,function:/\b[a-z_]\w*(?=\s*\()\b/i,punctuation:/[()>}]|\$[<{]/}}function eN(e){e.languages.cobol={comment:{pattern:/\*>.*|(^[ \t]*)\*.*/m,lookbehind:!0,greedy:!0},string:{pattern:/[xzgn]?(?:"(?:[^\r\n"]|"")*"(?!")|'(?:[^\r\n']|'')*'(?!'))/i,greedy:!0},level:{pattern:/(^[ \t]*)\d+\b/m,lookbehind:!0,greedy:!0,alias:"number"},"class-name":{pattern:/(\bpic(?:ture)?\s+)(?:(?:[-\w$/,:*+<>]|\.(?!\s|$))(?:\(\d+\))?)+/i,lookbehind:!0,inside:{number:{pattern:/(\()\d+/,lookbehind:!0},punctuation:/[()]/}},keyword:{pattern:/(^|[^\w-])(?:ABORT|ACCEPT|ACCESS|ADD|ADDRESS|ADVANCING|AFTER|ALIGNED|ALL|ALPHABET|ALPHABETIC|ALPHABETIC-LOWER|ALPHABETIC-UPPER|ALPHANUMERIC|ALPHANUMERIC-EDITED|ALSO|ALTER|ALTERNATE|ANY|ARE|AREA|AREAS|AS|ASCENDING|ASCII|ASSIGN|ASSOCIATED-DATA|ASSOCIATED-DATA-LENGTH|AT|ATTRIBUTE|AUTHOR|AUTO|AUTO-SKIP|BACKGROUND-COLOR|BACKGROUND-COLOUR|BASIS|BEEP|BEFORE|BEGINNING|BELL|BINARY|BIT|BLANK|BLINK|BLOCK|BOTTOM|BOUNDS|BY|BYFUNCTION|BYTITLE|CALL|CANCEL|CAPABLE|CCSVERSION|CD|CF|CH|CHAINING|CHANGED|CHANNEL|CHARACTER|CHARACTERS|CLASS|CLASS-ID|CLOCK-UNITS|CLOSE|CLOSE-DISPOSITION|COBOL|CODE|CODE-SET|COL|COLLATING|COLUMN|COM-REG|COMMA|COMMITMENT|COMMON|COMMUNICATION|COMP|COMP-1|COMP-2|COMP-3|COMP-4|COMP-5|COMPUTATIONAL|COMPUTATIONAL-1|COMPUTATIONAL-2|COMPUTATIONAL-3|COMPUTATIONAL-4|COMPUTATIONAL-5|COMPUTE|CONFIGURATION|CONTAINS|CONTENT|CONTINUE|CONTROL|CONTROL-POINT|CONTROLS|CONVENTION|CONVERTING|COPY|CORR|CORRESPONDING|COUNT|CRUNCH|CURRENCY|CURSOR|DATA|DATA-BASE|DATE|DATE-COMPILED|DATE-WRITTEN|DAY|DAY-OF-WEEK|DBCS|DE|DEBUG-CONTENTS|DEBUG-ITEM|DEBUG-LINE|DEBUG-NAME|DEBUG-SUB-1|DEBUG-SUB-2|DEBUG-SUB-3|DEBUGGING|DECIMAL-POINT|DECLARATIVES|DEFAULT|DEFAULT-DISPLAY|DEFINITION|DELETE|DELIMITED|DELIMITER|DEPENDING|DESCENDING|DESTINATION|DETAIL|DFHRESP|DFHVALUE|DISABLE|DISK|DISPLAY|DISPLAY-1|DIVIDE|DIVISION|DONTCARE|DOUBLE|DOWN|DUPLICATES|DYNAMIC|EBCDIC|EGCS|EGI|ELSE|EMI|EMPTY-CHECK|ENABLE|END|END-ACCEPT|END-ADD|END-CALL|END-COMPUTE|END-DELETE|END-DIVIDE|END-EVALUATE|END-IF|END-MULTIPLY|END-OF-PAGE|END-PERFORM|END-READ|END-RECEIVE|END-RETURN|END-REWRITE|END-SEARCH|END-START|END-STRING|END-SUBTRACT|END-UNSTRING|END-WRITE|ENDING|ENTER|ENTRY|ENTRY-PROCEDURE|ENVIRONMENT|EOL|EOP|EOS|ERASE|ERROR|ESCAPE|ESI|EVALUATE|EVENT|EVERY|EXCEPTION|EXCLUSIVE|EXHIBIT|EXIT|EXPORT|EXTEND|EXTENDED|EXTERNAL|FD|FILE|FILE-CONTROL|FILLER|FINAL|FIRST|FOOTING|FOR|FOREGROUND-COLOR|FOREGROUND-COLOUR|FROM|FULL|FUNCTION|FUNCTION-POINTER|FUNCTIONNAME|GENERATE|GIVING|GLOBAL|GO|GOBACK|GRID|GROUP|HEADING|HIGH-VALUE|HIGH-VALUES|HIGHLIGHT|I-O|I-O-CONTROL|ID|IDENTIFICATION|IF|IMPLICIT|IMPORT|IN|INDEX|INDEXED|INDICATE|INITIAL|INITIALIZE|INITIATE|INPUT|INPUT-OUTPUT|INSPECT|INSTALLATION|INTEGER|INTO|INVALID|INVOKE|IS|JUST|JUSTIFIED|KANJI|KEPT|KEY|KEYBOARD|LABEL|LANGUAGE|LAST|LB|LD|LEADING|LEFT|LEFTLINE|LENGTH|LENGTH-CHECK|LIBACCESS|LIBPARAMETER|LIBRARY|LIMIT|LIMITS|LINAGE|LINAGE-COUNTER|LINE|LINE-COUNTER|LINES|LINKAGE|LIST|LOCAL|LOCAL-STORAGE|LOCK|LONG-DATE|LONG-TIME|LOW-VALUE|LOW-VALUES|LOWER|LOWLIGHT|MEMORY|MERGE|MESSAGE|MMDDYYYY|MODE|MODULES|MORE-LABELS|MOVE|MULTIPLE|MULTIPLY|NAMED|NATIONAL|NATIONAL-EDITED|NATIVE|NEGATIVE|NETWORK|NEXT|NO|NO-ECHO|NULL|NULLS|NUMBER|NUMERIC|NUMERIC-DATE|NUMERIC-EDITED|NUMERIC-TIME|OBJECT-COMPUTER|OCCURS|ODT|OF|OFF|OMITTED|ON|OPEN|OPTIONAL|ORDER|ORDERLY|ORGANIZATION|OTHER|OUTPUT|OVERFLOW|OVERLINE|OWN|PACKED-DECIMAL|PADDING|PAGE|PAGE-COUNTER|PASSWORD|PERFORM|PF|PH|PIC|PICTURE|PLUS|POINTER|PORT|POSITION|POSITIVE|PRINTER|PRINTING|PRIVATE|PROCEDURE|PROCEDURE-POINTER|PROCEDURES|PROCEED|PROCESS|PROGRAM|PROGRAM-ID|PROGRAM-LIBRARY|PROMPT|PURGE|QUEUE|QUOTE|QUOTES|RANDOM|RD|READ|READER|REAL|RECEIVE|RECEIVED|RECORD|RECORDING|RECORDS|RECURSIVE|REDEFINES|REEL|REF|REFERENCE|REFERENCES|RELATIVE|RELEASE|REMAINDER|REMARKS|REMOTE|REMOVAL|REMOVE|RENAMES|REPLACE|REPLACING|REPORT|REPORTING|REPORTS|REQUIRED|RERUN|RESERVE|RESET|RETURN|RETURN-CODE|RETURNING|REVERSE-VIDEO|REVERSED|REWIND|REWRITE|RF|RH|RIGHT|ROUNDED|RUN|SAME|SAVE|SCREEN|SD|SEARCH|SECTION|SECURE|SECURITY|SEGMENT|SEGMENT-LIMIT|SELECT|SEND|SENTENCE|SEPARATE|SEQUENCE|SEQUENTIAL|SET|SHARED|SHAREDBYALL|SHAREDBYRUNUNIT|SHARING|SHIFT-IN|SHIFT-OUT|SHORT-DATE|SIGN|SIZE|SORT|SORT-CONTROL|SORT-CORE-SIZE|SORT-FILE-SIZE|SORT-MERGE|SORT-MESSAGE|SORT-MODE-SIZE|SORT-RETURN|SOURCE|SOURCE-COMPUTER|SPACE|SPACES|SPECIAL-NAMES|STANDARD|STANDARD-1|STANDARD-2|START|STATUS|STOP|STRING|SUB-QUEUE-1|SUB-QUEUE-2|SUB-QUEUE-3|SUBTRACT|SUM|SUPPRESS|SYMBOL|SYMBOLIC|SYNC|SYNCHRONIZED|TABLE|TALLY|TALLYING|TAPE|TASK|TERMINAL|TERMINATE|TEST|TEXT|THEN|THREAD|THREAD-LOCAL|THROUGH|THRU|TIME|TIMER|TIMES|TITLE|TO|TODAYS-DATE|TODAYS-NAME|TOP|TRAILING|TRUNCATED|TYPE|TYPEDEF|UNDERLINE|UNIT|UNSTRING|UNTIL|UP|UPON|USAGE|USE|USING|VALUE|VALUES|VARYING|VIRTUAL|WAIT|WHEN|WHEN-COMPILED|WITH|WORDS|WORKING-STORAGE|WRITE|YEAR|YYYYDDD|YYYYMMDD|ZERO-FILL|ZEROES|ZEROS)(?![\w-])/i,lookbehind:!0},boolean:{pattern:/(^|[^\w-])(?:false|true)(?![\w-])/i,lookbehind:!0},number:{pattern:/(^|[^\w-])(?:[+-]?(?:(?:\d+(?:[.,]\d+)?|[.,]\d+)(?:e[+-]?\d+)?|zero))(?![\w-])/i,lookbehind:!0},operator:[/<>|[<>]=?|[=+*/&]/,{pattern:/(^|[^\w-])(?:-|and|equal|greater|less|not|or|than)(?![\w-])/i,lookbehind:!0}],punctuation:/[.:,()]/}}function ev(e){var t,n;e.register(v),t=/#(?!\{).+/,n={pattern:/#\{[^}]+\}/,alias:"variable"},e.languages.coffeescript=e.languages.extend("javascript",{comment:t,string:[{pattern:/'(?:\\[\s\S]|[^\\'])*'/,greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,greedy:!0,inside:{interpolation:n}}],keyword:/\b(?:and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,"class-member":{pattern:/@(?!\d)\w+/,alias:"variable"}}),e.languages.insertBefore("coffeescript","comment",{"multiline-comment":{pattern:/###[\s\S]+?###/,alias:"comment"},"block-regex":{pattern:/\/{3}[\s\S]*?\/{3}/,alias:"regex",inside:{comment:t,interpolation:n}}}),e.languages.insertBefore("coffeescript","string",{"inline-javascript":{pattern:/`(?:\\[\s\S]|[^\\`])*`/,inside:{delimiter:{pattern:/^`|`$/,alias:"punctuation"},script:{pattern:/[\s\S]+/,alias:"language-javascript",inside:e.languages.javascript}}},"multiline-string":[{pattern:/'''[\s\S]*?'''/,greedy:!0,alias:"string"},{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string",inside:{interpolation:n}}]}),e.languages.insertBefore("coffeescript","keyword",{property:/(?!\d)\w+(?=\s*:(?!:))/}),delete e.languages.coffeescript["template-string"],e.languages.coffee=e.languages.coffeescript}function eR(e){e.languages.concurnas={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?(?:\*\/|$)|\/\/.*)/,lookbehind:!0,greedy:!0},langext:{pattern:/\b\w+\s*\|\|[\s\S]+?\|\|/,greedy:!0,inside:{"class-name":/^\w+/,string:{pattern:/(^\s*\|\|)[\s\S]+(?=\|\|$)/,lookbehind:!0},punctuation:/\|\|/}},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/,lookbehind:!0},keyword:/\b(?:abstract|actor|also|annotation|assert|async|await|bool|boolean|break|byte|case|catch|changed|char|class|closed|constant|continue|def|default|del|double|elif|else|enum|every|extends|false|finally|float|for|from|global|gpudef|gpukernel|if|import|in|init|inject|int|lambda|local|long|loop|match|new|nodefault|null|of|onchange|open|out|override|package|parfor|parforsync|post|pre|private|protected|provide|provider|public|return|shared|short|single|size_t|sizeof|super|sync|this|throw|trait|trans|transient|true|try|typedef|unchecked|using|val|var|void|while|with)\b/,boolean:/\b(?:false|true)\b/,number:/\b0b[01][01_]*L?\b|\b0x(?:[\da-f_]*\.)?[\da-f_p+-]+\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfls]?/i,punctuation:/[{}[\];(),.:]/,operator:/<==|>==|=>|->|<-|<>|&==|&<>|\?:?|\.\?|\+\+|--|[-+*/=<>]=?|[!^~]|\b(?:and|as|band|bor|bxor|comp|is|isnot|mod|or)\b=?/,annotation:{pattern:/@(?:\w+:)?(?:\w+|\[[^\]]+\])?/,alias:"builtin"}},e.languages.insertBefore("concurnas","langext",{"regex-literal":{pattern:/\br("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:e.languages.concurnas},regex:/[\s\S]+/}},"string-literal":{pattern:/(?:\B|\bs)("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:e.languages.concurnas},string:/[\s\S]+/}}}),e.languages.conc=e.languages.concurnas}function eO(e){function t(e){return RegExp(/([ \t])/.source+"(?:"+e+")"+/(?=[\s;]|$)/.source,"i")}e.languages.csp={directive:{pattern:/(^|[\s;])(?:base-uri|block-all-mixed-content|(?:child|connect|default|font|frame|img|manifest|media|object|prefetch|script|style|worker)-src|disown-opener|form-action|frame-(?:ancestors|options)|input-protection(?:-(?:clip|selectors))?|navigate-to|plugin-types|policy-uri|referrer|reflected-xss|report-(?:to|uri)|require-sri-for|sandbox|(?:script|style)-src-(?:attr|elem)|upgrade-insecure-requests)(?=[\s;]|$)/i,lookbehind:!0,alias:"property"},scheme:{pattern:t(/[a-z][a-z0-9.+-]*:/.source),lookbehind:!0},none:{pattern:t(/'none'/.source),lookbehind:!0,alias:"keyword"},nonce:{pattern:t(/'nonce-[-+/\w=]+'/.source),lookbehind:!0,alias:"number"},hash:{pattern:t(/'sha(?:256|384|512)-[-+/\w=]+'/.source),lookbehind:!0,alias:"number"},host:{pattern:t(/[a-z][a-z0-9.+-]*:\/\/[^\s;,']*/.source+"|"+/\*[^\s;,']*/.source+"|"+/[a-z0-9-]+(?:\.[a-z0-9-]+)+(?::[\d*]+)?(?:\/[^\s;,']*)?/.source),lookbehind:!0,alias:"url",inside:{important:/\*/}},keyword:[{pattern:t(/'unsafe-[a-z-]+'/.source),lookbehind:!0,alias:"unsafe"},{pattern:t(/'[a-z-]+'/.source),lookbehind:!0,alias:"safe"}],punctuation:/;/}}function ew(e){var t,n,r,a;t=/(?:(?!\s)[\d$+<=a-zA-Z\x80-\uFFFF])+/.source,r=(n=/[^{}@#]+/.source)+/\{[^}#@]*\}/.source,a=/(?:h|hours|hrs|m|min|minutes)/.source,e.languages.cooklang={comment:{pattern:/\[-[\s\S]*?-\]|--.*/,greedy:!0},meta:{pattern:/>>.*:.*/,inside:{property:{pattern:/(>>\s*)[^\s:](?:[^:]*[^\s:])?/,lookbehind:!0}}},"cookware-group":{pattern:RegExp("#(?:"+r+"|"+t+")"),inside:{cookware:{pattern:RegExp("(^#)(?:"+n+")"),lookbehind:!0,alias:"variable"},"cookware-keyword":{pattern:/^#/,alias:"keyword"},"quantity-group":{pattern:new RegExp(/\{[^{}@#]*\}/),inside:{quantity:{pattern:new RegExp(/(^\{)/.source+n),lookbehind:!0,alias:"number"},punctuation:/[{}]/}}}},"ingredient-group":{pattern:RegExp("@(?:"+r+"|"+t+")"),inside:{ingredient:{pattern:RegExp("(^@)(?:"+n+")"),lookbehind:!0,alias:"variable"},"ingredient-keyword":{pattern:/^@/,alias:"keyword"},"amount-group":{pattern:/\{[^{}]*\}/,inside:{amount:{pattern:/([\{|])[^{}|*%]+/,lookbehind:!0,alias:"number"},unit:{pattern:/(%)[^}]+/,lookbehind:!0,alias:"symbol"},"servings-scaler":{pattern:/\*/,alias:"operator"},"servings-alternative-separator":{pattern:/\|/,alias:"operator"},"unit-separator":{pattern:/(?:%|(\*)%)/,lookbehind:!0,alias:"operator"},punctuation:/[{}]/}}}},"timer-group":{pattern:/~(?!\s)[^@#~{}]*\{[^{}]*\}/,inside:{timer:{pattern:/(^~)[^{]+/,lookbehind:!0,alias:"variable"},"duration-group":{pattern:/\{[^{}]*\}/,inside:{punctuation:/[{}]/,unit:{pattern:new RegExp(/(%\s*)/.source+a+/\b/.source),lookbehind:!0,alias:"symbol"},operator:/%/,duration:{pattern:/\d+/,alias:"number"}}},"timer-keyword":{pattern:/^~/,alias:"keyword"}}}}}function eC(e){for(var t=/\(\*(?:[^(*]|\((?!\*)|\*(?!\))|<self>)*\*\)/.source,n=0;n<2;n++)t=t.replace(/<self>/g,function(){return t});t=t.replace(/<self>/g,"[]"),e.languages.coq={comment:RegExp(t),string:{pattern:/"(?:[^"]|"")*"(?!")/,greedy:!0},attribute:[{pattern:RegExp(/#\[(?:[^\[\]("]|"(?:[^"]|"")*"(?!")|\((?!\*)|<comment>)*\]/.source.replace(/<comment>/g,function(){return t})),greedy:!0,alias:"attr-name",inside:{comment:RegExp(t),string:{pattern:/"(?:[^"]|"")*"(?!")/,greedy:!0},operator:/=/,punctuation:/^#\[|\]$|[,()]/}},{pattern:/\b(?:Cumulative|Global|Local|Monomorphic|NonCumulative|Polymorphic|Private|Program)\b/,alias:"attr-name"}],keyword:/\b(?:Abort|About|Add|Admit|Admitted|All|Arguments|As|Assumptions|Axiom|Axioms|Back|BackTo|Backtrace|BinOp|BinOpSpec|BinRel|Bind|Blacklist|Canonical|Case|Cd|Check|Class|Classes|Close|CoFixpoint|CoInductive|Coercion|Coercions|Collection|Combined|Compute|Conjecture|Conjectures|Constant|Constants|Constraint|Constructors|Context|Corollary|Create|CstOp|Custom|Cut|Debug|Declare|Defined|Definition|Delimit|Dependencies|Dependent|Derive|Diffs|Drop|Elimination|End|Entry|Equality|Eval|Example|Existential|Existentials|Existing|Export|Extern|Extraction|Fact|Fail|Field|File|Firstorder|Fixpoint|Flags|Focus|From|Funclass|Function|Functional|GC|Generalizable|Goal|Grab|Grammar|Graph|Guarded|Haskell|Heap|Hide|Hint|HintDb|Hints|Hypotheses|Hypothesis|IF|Identity|Immediate|Implicit|Implicits|Import|Include|Induction|Inductive|Infix|Info|Initial|InjTyp|Inline|Inspect|Instance|Instances|Intro|Intros|Inversion|Inversion_clear|JSON|Language|Left|Lemma|Let|Lia|Libraries|Library|Load|LoadPath|Locate|Ltac|Ltac2|ML|Match|Method|Minimality|Module|Modules|Morphism|Next|NoInline|Notation|Number|OCaml|Obligation|Obligations|Opaque|Open|Optimize|Parameter|Parameters|Parametric|Path|Paths|Prenex|Preterm|Primitive|Print|Profile|Projections|Proof|Prop|PropBinOp|PropOp|PropUOp|Property|Proposition|Pwd|Qed|Quit|Rec|Record|Recursive|Redirect|Reduction|Register|Relation|Remark|Remove|Require|Reserved|Reset|Resolve|Restart|Rewrite|Right|Ring|Rings|SProp|Saturate|Save|Scheme|Scope|Scopes|Search|SearchHead|SearchPattern|SearchRewrite|Section|Separate|Set|Setoid|Show|Signatures|Solve|Solver|Sort|Sortclass|Sorted|Spec|Step|Strategies|Strategy|String|Structure|SubClass|Subgraph|SuchThat|Tactic|Term|TestCompile|Theorem|Time|Timeout|To|Transparent|Type|Typeclasses|Types|Typing|UnOp|UnOpSpec|Undelimit|Undo|Unfocus|Unfocused|Unfold|Universe|Universes|Unshelve|Variable|Variables|Variant|Verbose|View|Visibility|Zify|_|apply|as|at|by|cofix|else|end|exists|exists2|fix|for|forall|fun|if|in|let|match|measure|move|removed|return|struct|then|using|wf|where|with)\b/,number:/\b(?:0x[a-f0-9][a-f0-9_]*(?:\.[a-f0-9_]+)?(?:p[+-]?\d[\d_]*)?|\d[\d_]*(?:\.[\d_]+)?(?:e[+-]?\d[\d_]*)?)\b/i,punct:{pattern:/@\{|\{\||\[=|:>/,alias:"punctuation"},operator:/\/\\|\\\/|\.{2,3}|:{1,2}=|\*\*|[-=]>|<(?:->?|[+:=>]|<:)|>(?:=|->)|\|[-|]?|[-!%&*+/<=>?@^~']/,punctuation:/\.\(|`\(|@\{|`\{|\{\||\[=|:>|[:.,;(){}\[\]]/}}function eD(e){var t,n,r;e.register(I),e.languages.ruby=e.languages.extend("clike",{comment:{pattern:/#.*|^=begin\s[\s\S]*?^=end/m,greedy:!0},"class-name":{pattern:/(\b(?:class|module)\s+|\bcatch\s+\()[\w.\\]+|\b[A-Z_]\w*(?=\s*\.\s*new\b)/,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:BEGIN|END|alias|and|begin|break|case|class|def|define_method|defined|do|each|else|elsif|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|private|protected|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/,operator:/\.{2,3}|&\.|===|<?=>|[!=]?~|(?:&&|\|\||<<|>>|\*\*|[+\-*/%<>!^&|=])=?|[?:]/,punctuation:/[(){}[\].,;]/}),e.languages.insertBefore("ruby","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),t={pattern:/((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,lookbehind:!0,inside:{content:{pattern:/^(#\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:e.languages.ruby},delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"}}},delete e.languages.ruby.function,n="(?:"+[/([^a-zA-Z0-9\s{(\[<=])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S]|\((?:[^()\\]|\\[\s\S])*\))*\)/.source,/\{(?:[^{}\\]|\\[\s\S]|\{(?:[^{}\\]|\\[\s\S])*\})*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S]|\[(?:[^\[\]\\]|\\[\s\S])*\])*\]/.source,/<(?:[^<>\\]|\\[\s\S]|<(?:[^<>\\]|\\[\s\S])*>)*>/.source].join("|")+")",r=/(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/.source,e.languages.insertBefore("ruby","keyword",{"regex-literal":[{pattern:RegExp(/%r/.source+n+/[egimnosux]{0,6}/.source),greedy:!0,inside:{interpolation:t,regex:/[\s\S]+/}},{pattern:/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,lookbehind:!0,greedy:!0,inside:{interpolation:t,regex:/[\s\S]+/}}],variable:/[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,symbol:[{pattern:RegExp(/(^|[^:]):/.source+r),lookbehind:!0,greedy:!0},{pattern:RegExp(/([\r\n{(,][ \t]*)/.source+r+/(?=:(?!:))/.source),lookbehind:!0,greedy:!0}],"method-definition":{pattern:/(\bdef\s+)\w+(?:\s*\.\s*\w+)?/,lookbehind:!0,inside:{function:/\b\w+$/,keyword:/^self\b/,"class-name":/^\w+/,punctuation:/\./}}}),e.languages.insertBefore("ruby","string",{"string-literal":[{pattern:RegExp(/%[qQiIwWs]?/.source+n),greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}},{pattern:/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}},{pattern:/<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?[a-z_]\w*|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?/}},interpolation:t,string:/[\s\S]+/}},{pattern:/<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?'[a-z_]\w*'|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?'|'$/}},string:/[\s\S]+/}}],"command-literal":[{pattern:RegExp(/%x/.source+n),greedy:!0,inside:{interpolation:t,command:{pattern:/[\s\S]+/,alias:"string"}}},{pattern:/`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,greedy:!0,inside:{interpolation:t,command:{pattern:/[\s\S]+/,alias:"string"}}}]}),delete e.languages.ruby.string,e.languages.insertBefore("ruby","number",{builtin:/\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Fixnum|Float|Hash|IO|Integer|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|Stat|String|Struct|Symbol|TMS|Thread|ThreadGroup|Time|TrueClass)\b/,constant:/\b[A-Z][A-Z0-9_]*(?:[?!]|\b)/}),e.languages.rb=e.languages.ruby}function eL(e){e.register(eD),e.languages.crystal=e.languages.extend("ruby",{keyword:[/\b(?:__DIR__|__END_LINE__|__FILE__|__LINE__|abstract|alias|annotation|as|asm|begin|break|case|class|def|do|else|elsif|end|ensure|enum|extend|for|fun|if|ifdef|include|instance_sizeof|lib|macro|module|next|of|out|pointerof|private|protected|ptr|require|rescue|return|select|self|sizeof|struct|super|then|type|typeof|undef|uninitialized|union|unless|until|when|while|with|yield)\b/,{pattern:/(\.\s*)(?:is_a|responds_to)\?/,lookbehind:!0}],number:/\b(?:0b[01_]*[01]|0o[0-7_]*[0-7]|0x[\da-fA-F_]*[\da-fA-F]|(?:\d(?:[\d_]*\d)?)(?:\.[\d_]*\d)?(?:[eE][+-]?[\d_]*\d)?)(?:_(?:[uif](?:8|16|32|64))?)?\b/,operator:[/->/,e.languages.ruby.operator],punctuation:/[(){}[\].,;\\]/}),e.languages.insertBefore("crystal","string-literal",{attribute:{pattern:/@\[.*?\]/,inside:{delimiter:{pattern:/^@\[|\]$/,alias:"punctuation"},attribute:{pattern:/^(\s*)\w+/,lookbehind:!0,alias:"class-name"},args:{pattern:/\S(?:[\s\S]*\S)?/,inside:e.languages.crystal}}},expansion:{pattern:/\{(?:\{.*?\}|%.*?%)\}/,inside:{content:{pattern:/^(\{.)[\s\S]+(?=.\}$)/,lookbehind:!0,inside:e.languages.crystal},delimiter:{pattern:/^\{[\{%]|[\}%]\}$/,alias:"operator"}}},char:{pattern:/'(?:[^\\\r\n]{1,2}|\\(?:.|u(?:[A-Fa-f0-9]{1,4}|\{[A-Fa-f0-9]{1,6}\})))'/,greedy:!0}})}function ex(e){var t,n,r,a;e.register(k),n=/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,e.languages.css.selector={pattern:e.languages.css.selector.pattern,lookbehind:!0,inside:t={"pseudo-element":/:(?:after|before|first-letter|first-line|selection)|::[-\w]+/,"pseudo-class":/:[-\w]+/,class:/\.[-\w]+/,id:/#[-\w]+/,attribute:{pattern:RegExp("\\[(?:[^[\\]\"']|"+n.source+")*\\]"),greedy:!0,inside:{punctuation:/^\[|\]$/,"case-sensitivity":{pattern:/(\s)[si]$/i,lookbehind:!0,alias:"keyword"},namespace:{pattern:/^(\s*)(?:(?!\s)[-*\w\xA0-\uFFFF])*\|(?!=)/,lookbehind:!0,inside:{punctuation:/\|$/}},"attr-name":{pattern:/^(\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+/,lookbehind:!0},"attr-value":[n,{pattern:/(=\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+(?=\s*$)/,lookbehind:!0}],operator:/[|~*^$]?=/}},"n-th":[{pattern:/(\(\s*)[+-]?\d*[\dn](?:\s*[+-]\s*\d+)?(?=\s*\))/,lookbehind:!0,inside:{number:/[\dn]+/,operator:/[+-]/}},{pattern:/(\(\s*)(?:even|odd)(?=\s*\))/i,lookbehind:!0}],combinator:/>|\+|~|\|\|/,punctuation:/[(),]/}},e.languages.css.atrule.inside["selector-function-argument"].inside=t,e.languages.insertBefore("css","property",{variable:{pattern:/(^|[^-\w\xA0-\uFFFF])--(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*/i,lookbehind:!0}}),r={pattern:/(\b\d+)(?:%|[a-z]+(?![\w-]))/,lookbehind:!0},a={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0},e.languages.insertBefore("css","function",{operator:{pattern:/(\s)[+\-*\/](?=\s)/,lookbehind:!0},hexcode:{pattern:/\B#[\da-f]{3,8}\b/i,alias:"color"},color:[{pattern:/(^|[^\w-])(?:AliceBlue|AntiqueWhite|Aqua|Aquamarine|Azure|Beige|Bisque|Black|BlanchedAlmond|Blue|BlueViolet|Brown|BurlyWood|CadetBlue|Chartreuse|Chocolate|Coral|CornflowerBlue|Cornsilk|Crimson|Cyan|DarkBlue|DarkCyan|DarkGoldenRod|DarkGr[ae]y|DarkGreen|DarkKhaki|DarkMagenta|DarkOliveGreen|DarkOrange|DarkOrchid|DarkRed|DarkSalmon|DarkSeaGreen|DarkSlateBlue|DarkSlateGr[ae]y|DarkTurquoise|DarkViolet|DeepPink|DeepSkyBlue|DimGr[ae]y|DodgerBlue|FireBrick|FloralWhite|ForestGreen|Fuchsia|Gainsboro|GhostWhite|Gold|GoldenRod|Gr[ae]y|Green|GreenYellow|HoneyDew|HotPink|IndianRed|Indigo|Ivory|Khaki|Lavender|LavenderBlush|LawnGreen|LemonChiffon|LightBlue|LightCoral|LightCyan|LightGoldenRodYellow|LightGr[ae]y|LightGreen|LightPink|LightSalmon|LightSeaGreen|LightSkyBlue|LightSlateGr[ae]y|LightSteelBlue|LightYellow|Lime|LimeGreen|Linen|Magenta|Maroon|MediumAquaMarine|MediumBlue|MediumOrchid|MediumPurple|MediumSeaGreen|MediumSlateBlue|MediumSpringGreen|MediumTurquoise|MediumVioletRed|MidnightBlue|MintCream|MistyRose|Moccasin|NavajoWhite|Navy|OldLace|Olive|OliveDrab|Orange|OrangeRed|Orchid|PaleGoldenRod|PaleGreen|PaleTurquoise|PaleVioletRed|PapayaWhip|PeachPuff|Peru|Pink|Plum|PowderBlue|Purple|RebeccaPurple|Red|RosyBrown|RoyalBlue|SaddleBrown|Salmon|SandyBrown|SeaGreen|SeaShell|Sienna|Silver|SkyBlue|SlateBlue|SlateGr[ae]y|Snow|SpringGreen|SteelBlue|Tan|Teal|Thistle|Tomato|Transparent|Turquoise|Violet|Wheat|White|WhiteSmoke|Yellow|YellowGreen)(?![\w-])/i,lookbehind:!0},{pattern:/\b(?:hsl|rgb)\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*\)\B|\b(?:hsl|rgb)a\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*,\s*(?:0|0?\.\d+|1)\s*\)\B/i,inside:{unit:r,number:a,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:r,number:a})}function eP(e){e.languages.csv={value:/[^\r\n,"]+|"(?:[^"]|"")*"(?!")/,punctuation:/,/}}function eF(e){var t,n;t=/\\(?:(?!\2)|\2(?:[^()\r\n]|\([^()]*\)))/.source,n="(?:"+(/"""(?:[^\\"]|"(?!""\2)|<esc>)*"""/.source+"|"+/'''(?:[^\\']|'(?!''\2)|<esc>)*'''/.source+"|"+/"(?:[^\\\r\n"]|"(?!\2)|<esc>)*"/.source+"|"+/'(?:[^\\\r\n']|'(?!\2)|<esc>)*'/.source).replace(/<esc>/g,t)+")",e.languages.cue={comment:{pattern:/\/\/.*/,greedy:!0},"string-literal":{pattern:RegExp(/(^|[^#"'\\])(#*)/.source+n+/(?!["'])\2/.source),lookbehind:!0,greedy:!0,inside:{escape:{pattern:/(?=[\s\S]*["'](#*)$)\\\1(?:U[a-fA-F0-9]{1,8}|u[a-fA-F0-9]{1,4}|x[a-fA-F0-9]{1,2}|\d{2,3}|[^(])/,greedy:!0,alias:"string"},interpolation:{pattern:/(?=[\s\S]*["'](#*)$)\\\1\([^()]*\)/,greedy:!0,inside:{punctuation:/^\\#*\(|\)$/,expression:{pattern:/[\s\S]+/,inside:null}}},string:/[\s\S]+/}},keyword:{pattern:/(^|[^\w$])(?:for|if|import|in|let|null|package)(?![\w$])/,lookbehind:!0},boolean:{pattern:/(^|[^\w$])(?:false|true)(?![\w$])/,lookbehind:!0},builtin:{pattern:/(^|[^\w$])(?:bool|bytes|float|float(?:32|64)|u?int(?:8|16|32|64|128)?|number|rune|string)(?![\w$])/,lookbehind:!0},attribute:{pattern:/@[\w$]+(?=\s*\()/,alias:"function"},function:{pattern:/(^|[^\w$])[a-z_$][\w$]*(?=\s*\()/i,lookbehind:!0},number:{pattern:/(^|[^\w$.])(?:0b[01]+(?:_[01]+)*|0o[0-7]+(?:_[0-7]+)*|0[xX][0-9A-Fa-f]+(?:_[0-9A-Fa-f]+)*|(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[eE][+-]?\d+(?:_\d+)*)?(?:[KMGTP]i?)?)(?![\w$])/,lookbehind:!0},operator:/\.{3}|_\|_|&&?|\|\|?|[=!]~|[<>=!]=?|[+\-*/?]/,punctuation:/[()[\]{},.:]/},e.languages.cue["string-literal"].inside.interpolation.inside.expression.inside=e.languages.cue}function eM(e){e.languages.cypher={comment:/\/\/.*/,string:{pattern:/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/,greedy:!0},"class-name":{pattern:/(:\s*)(?:\w+|`(?:[^`\\\r\n])*`)(?=\s*[{):])/,lookbehind:!0,greedy:!0},relationship:{pattern:/(-\[\s*(?:\w+\s*|`(?:[^`\\\r\n])*`\s*)?:\s*|\|\s*:\s*)(?:\w+|`(?:[^`\\\r\n])*`)/,lookbehind:!0,greedy:!0,alias:"property"},identifier:{pattern:/`(?:[^`\\\r\n])*`/,greedy:!0},variable:/\$\w+/,keyword:/\b(?:ADD|ALL|AND|AS|ASC|ASCENDING|ASSERT|BY|CALL|CASE|COMMIT|CONSTRAINT|CONTAINS|CREATE|CSV|DELETE|DESC|DESCENDING|DETACH|DISTINCT|DO|DROP|ELSE|END|ENDS|EXISTS|FOR|FOREACH|IN|INDEX|IS|JOIN|KEY|LIMIT|LOAD|MANDATORY|MATCH|MERGE|NODE|NOT|OF|ON|OPTIONAL|OR|ORDER(?=\s+BY)|PERIODIC|REMOVE|REQUIRE|RETURN|SCALAR|SCAN|SET|SKIP|START|STARTS|THEN|UNION|UNIQUE|UNWIND|USING|WHEN|WHERE|WITH|XOR|YIELD)\b/i,function:/\b\w+\b(?=\s*\()/,boolean:/\b(?:false|null|true)\b/i,number:/\b(?:0x[\da-fA-F]+|\d+(?:\.\d+)?(?:[eE][+-]?\d+)?)\b/,operator:/:|<--?|--?>?|<>|=~?|[<>]=?|[+*/%^|]|\.\.\.?/,punctuation:/[()[\]{},;.]/}}function eB(e){e.register(I),e.languages.d=e.languages.extend("clike",{comment:[{pattern:/^\s*#!.+/,greedy:!0},{pattern:RegExp(/(^|[^\\])/.source+"(?:"+[/\/\+(?:\/\+(?:[^+]|\+(?!\/))*\+\/|(?!\/\+)[\s\S])*?\+\//.source,/\/\/.*/.source,/\/\*[\s\S]*?\*\//.source].join("|")+")"),lookbehind:!0,greedy:!0}],string:[{pattern:RegExp([/\b[rx]"(?:\\[\s\S]|[^\\"])*"[cwd]?/.source,/\bq"(?:\[[\s\S]*?\]|\([\s\S]*?\)|<[\s\S]*?>|\{[\s\S]*?\})"/.source,/\bq"((?!\d)\w+)$[\s\S]*?^\1"/.source,/\bq"(.)[\s\S]*?\2"/.source,/(["`])(?:\\[\s\S]|(?!\3)[^\\])*\3[cwd]?/.source].join("|"),"m"),greedy:!0},{pattern:/\bq\{(?:\{[^{}]*\}|[^{}])*\}/,greedy:!0,alias:"token-string"}],keyword:/\$|\b(?:__(?:(?:DATE|EOF|FILE|FUNCTION|LINE|MODULE|PRETTY_FUNCTION|TIMESTAMP|TIME|VENDOR|VERSION)__|gshared|parameters|traits|vector)|abstract|alias|align|asm|assert|auto|body|bool|break|byte|case|cast|catch|cdouble|cent|cfloat|char|class|const|continue|creal|dchar|debug|default|delegate|delete|deprecated|do|double|dstring|else|enum|export|extern|false|final|finally|float|for|foreach|foreach_reverse|function|goto|idouble|if|ifloat|immutable|import|inout|int|interface|invariant|ireal|lazy|long|macro|mixin|module|new|nothrow|null|out|override|package|pragma|private|protected|ptrdiff_t|public|pure|real|ref|return|scope|shared|short|size_t|static|string|struct|super|switch|synchronized|template|this|throw|true|try|typedef|typeid|typeof|ubyte|ucent|uint|ulong|union|unittest|ushort|version|void|volatile|wchar|while|with|wstring)\b/,number:[/\b0x\.?[a-f\d_]+(?:(?!\.\.)\.[a-f\d_]*)?(?:p[+-]?[a-f\d_]+)?[ulfi]{0,4}/i,{pattern:/((?:\.\.)?)(?:\b0b\.?|\b|\.)\d[\d_]*(?:(?!\.\.)\.[\d_]*)?(?:e[+-]?\d[\d_]*)?[ulfi]{0,4}/i,lookbehind:!0}],operator:/\|[|=]?|&[&=]?|\+[+=]?|-[-=]?|\.?\.\.|=[>=]?|!(?:i[ns]\b|<>?=?|>=?|=)?|\bi[ns]\b|(?:<[<>]?|>>?>?|\^\^|[*\/%^~])=?/}),e.languages.insertBefore("d","string",{char:/'(?:\\(?:\W|\w+)|[^\\])'/}),e.languages.insertBefore("d","keyword",{property:/\B@\w*/}),e.languages.insertBefore("d","function",{register:{pattern:/\b(?:[ABCD][LHX]|E?(?:BP|DI|SI|SP)|[BS]PL|[ECSDGF]S|CR[0234]|[DS]IL|DR[012367]|E[ABCD]X|X?MM[0-7]|R(?:1[0-5]|[89])[BWD]?|R[ABCD]X|R[BS]P|R[DS]I|TR[3-7]|XMM(?:1[0-5]|[89])|YMM(?:1[0-5]|\d))\b|\bST(?:\([0-7]\)|\b)/,alias:"variable"}})}function eU(e){var t,n,r;e.register(I),t=[/\b(?:async|sync|yield)\*/,/\b(?:abstract|assert|async|await|break|case|catch|class|const|continue|covariant|default|deferred|do|dynamic|else|enum|export|extends|extension|external|factory|final|finally|for|get|hide|if|implements|import|in|interface|library|mixin|new|null|on|operator|part|rethrow|return|set|show|static|super|switch|sync|this|throw|try|typedef|var|void|while|with|yield)\b/],r={pattern:RegExp((n=/(^|[^\w.])(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source)+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}}}},e.languages.dart=e.languages.extend("clike",{"class-name":[r,{pattern:RegExp(n+/[A-Z]\w*(?=\s+\w+\s*[;,=()])/.source),lookbehind:!0,inside:r.inside}],keyword:t,operator:/\bis!|\b(?:as|is)\b|\+\+|--|&&|\|\||<<=?|>>=?|~(?:\/=?)?|[+\-*\/%&^|=!<>]=?|\?/}),e.languages.insertBefore("dart","string",{"string-literal":{pattern:/r?(?:("""|''')[\s\S]*?\1|(["'])(?:\\.|(?!\2)[^\\\r\n])*\2(?!\2))/,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:\w+|\{(?:[^{}]|\{[^{}]*\})*\})/,lookbehind:!0,inside:{punctuation:/^\$\{?|\}$/,expression:{pattern:/[\s\S]+/,inside:e.languages.dart}}},string:/[\s\S]+/}},string:void 0}),e.languages.insertBefore("dart","class-name",{metadata:{pattern:/@\w+/,alias:"function"}}),e.languages.insertBefore("dart","class-name",{generics:{pattern:/<(?:[\w\s,.&?]|<(?:[\w\s,.&?]|<(?:[\w\s,.&?]|<[\w\s,.&?]*>)*>)*>)*>/,inside:{"class-name":r,keyword:t,punctuation:/[<>(),.:]/,operator:/[?&|]/}}})}function eH(e){e.languages.dataweave={url:/\b[A-Za-z]+:\/\/[\w/:.?=&-]+|\burn:[\w:.?=&-]+/,property:{pattern:/(?:\b\w+#)?(?:"(?:\\.|[^\\"\r\n])*"|\b\w+)(?=\s*[:@])/,greedy:!0},string:{pattern:/(["'`])(?:\\[\s\S]|(?!\1)[^\\])*\1/,greedy:!0},"mime-type":/\b(?:application|audio|image|multipart|text|video)\/[\w+-]+/,date:{pattern:/\|[\w:+-]+\|/,greedy:!0},comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],regex:{pattern:/\/(?:[^\\\/\r\n]|\\[^\r\n])+\//,greedy:!0},keyword:/\b(?:and|as|at|case|do|else|fun|if|input|is|match|not|ns|null|or|output|type|unless|update|using|var)\b/,function:/\b[A-Z_]\w*(?=\s*\()/i,number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\];(),.:@]/,operator:/<<|>>|->|[<>~=]=?|!=|--?-?|\+\+?|!|\?/,boolean:/\b(?:false|true)\b/}}function eG(e){e.languages.dax={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/).*)/,lookbehind:!0},"data-field":{pattern:/'(?:[^']|'')*'(?!')(?:\[[ \w\xA0-\uFFFF]+\])?|\w+\[[ \w\xA0-\uFFFF]+\]/,alias:"symbol"},measure:{pattern:/\[[ \w\xA0-\uFFFF]+\]/,alias:"constant"},string:{pattern:/"(?:[^"]|"")*"(?!")/,greedy:!0},function:/\b(?:ABS|ACOS|ACOSH|ACOT|ACOTH|ADDCOLUMNS|ADDMISSINGITEMS|ALL|ALLCROSSFILTERED|ALLEXCEPT|ALLNOBLANKROW|ALLSELECTED|AND|APPROXIMATEDISTINCTCOUNT|ASIN|ASINH|ATAN|ATANH|AVERAGE|AVERAGEA|AVERAGEX|BETA\.DIST|BETA\.INV|BLANK|CALCULATE|CALCULATETABLE|CALENDAR|CALENDARAUTO|CEILING|CHISQ\.DIST|CHISQ\.DIST\.RT|CHISQ\.INV|CHISQ\.INV\.RT|CLOSINGBALANCEMONTH|CLOSINGBALANCEQUARTER|CLOSINGBALANCEYEAR|COALESCE|COMBIN|COMBINA|COMBINEVALUES|CONCATENATE|CONCATENATEX|CONFIDENCE\.NORM|CONFIDENCE\.T|CONTAINS|CONTAINSROW|CONTAINSSTRING|CONTAINSSTRINGEXACT|CONVERT|COS|COSH|COT|COTH|COUNT|COUNTA|COUNTAX|COUNTBLANK|COUNTROWS|COUNTX|CROSSFILTER|CROSSJOIN|CURRENCY|CURRENTGROUP|CUSTOMDATA|DATATABLE|DATE|DATEADD|DATEDIFF|DATESBETWEEN|DATESINPERIOD|DATESMTD|DATESQTD|DATESYTD|DATEVALUE|DAY|DEGREES|DETAILROWS|DISTINCT|DISTINCTCOUNT|DISTINCTCOUNTNOBLANK|DIVIDE|EARLIER|EARLIEST|EDATE|ENDOFMONTH|ENDOFQUARTER|ENDOFYEAR|EOMONTH|ERROR|EVEN|EXACT|EXCEPT|EXP|EXPON\.DIST|FACT|FALSE|FILTER|FILTERS|FIND|FIRSTDATE|FIRSTNONBLANK|FIRSTNONBLANKVALUE|FIXED|FLOOR|FORMAT|GCD|GENERATE|GENERATEALL|GENERATESERIES|GEOMEAN|GEOMEANX|GROUPBY|HASONEFILTER|HASONEVALUE|HOUR|IF|IF\.EAGER|IFERROR|IGNORE|INT|INTERSECT|ISBLANK|ISCROSSFILTERED|ISEMPTY|ISERROR|ISEVEN|ISFILTERED|ISINSCOPE|ISLOGICAL|ISNONTEXT|ISNUMBER|ISO\.CEILING|ISODD|ISONORAFTER|ISSELECTEDMEASURE|ISSUBTOTAL|ISTEXT|KEEPFILTERS|KEYWORDMATCH|LASTDATE|LASTNONBLANK|LASTNONBLANKVALUE|LCM|LEFT|LEN|LN|LOG|LOG10|LOOKUPVALUE|LOWER|MAX|MAXA|MAXX|MEDIAN|MEDIANX|MID|MIN|MINA|MINUTE|MINX|MOD|MONTH|MROUND|NATURALINNERJOIN|NATURALLEFTOUTERJOIN|NEXTDAY|NEXTMONTH|NEXTQUARTER|NEXTYEAR|NONVISUAL|NORM\.DIST|NORM\.INV|NORM\.S\.DIST|NORM\.S\.INV|NOT|NOW|ODD|OPENINGBALANCEMONTH|OPENINGBALANCEQUARTER|OPENINGBALANCEYEAR|OR|PARALLELPERIOD|PATH|PATHCONTAINS|PATHITEM|PATHITEMREVERSE|PATHLENGTH|PERCENTILE\.EXC|PERCENTILE\.INC|PERCENTILEX\.EXC|PERCENTILEX\.INC|PERMUT|PI|POISSON\.DIST|POWER|PREVIOUSDAY|PREVIOUSMONTH|PREVIOUSQUARTER|PREVIOUSYEAR|PRODUCT|PRODUCTX|QUARTER|QUOTIENT|RADIANS|RAND|RANDBETWEEN|RANK\.EQ|RANKX|RELATED|RELATEDTABLE|REMOVEFILTERS|REPLACE|REPT|RIGHT|ROLLUP|ROLLUPADDISSUBTOTAL|ROLLUPGROUP|ROLLUPISSUBTOTAL|ROUND|ROUNDDOWN|ROUNDUP|ROW|SAMEPERIODLASTYEAR|SAMPLE|SEARCH|SECOND|SELECTCOLUMNS|SELECTEDMEASURE|SELECTEDMEASUREFORMATSTRING|SELECTEDMEASURENAME|SELECTEDVALUE|SIGN|SIN|SINH|SQRT|SQRTPI|STARTOFMONTH|STARTOFQUARTER|STARTOFYEAR|STDEV\.P|STDEV\.S|STDEVX\.P|STDEVX\.S|SUBSTITUTE|SUBSTITUTEWITHINDEX|SUM|SUMMARIZE|SUMMARIZECOLUMNS|SUMX|SWITCH|T\.DIST|T\.DIST\.2T|T\.DIST\.RT|T\.INV|T\.INV\.2T|TAN|TANH|TIME|TIMEVALUE|TODAY|TOPN|TOPNPERLEVEL|TOPNSKIP|TOTALMTD|TOTALQTD|TOTALYTD|TREATAS|TRIM|TRUE|TRUNC|UNICHAR|UNICODE|UNION|UPPER|USERELATIONSHIP|USERNAME|USEROBJECTID|USERPRINCIPALNAME|UTCNOW|UTCTODAY|VALUE|VALUES|VAR\.P|VAR\.S|VARX\.P|VARX\.S|WEEKDAY|WEEKNUM|XIRR|XNPV|YEAR|YEARFRAC)(?=\s*\()/i,keyword:/\b(?:DEFINE|EVALUATE|MEASURE|ORDER\s+BY|RETURN|VAR|START\s+AT|ASC|DESC)\b/i,boolean:{pattern:/\b(?:FALSE|NULL|TRUE)\b/i,alias:"constant"},number:/\b\d+(?:\.\d*)?|\B\.\d+\b/,operator:/:=|[-+*\/=^]|&&?|\|\||<(?:=>?|<|>)?|>[>=]?|\b(?:IN|NOT)\b/i,punctuation:/[;\[\](){}`,.]/}}function e$(e){e.languages.dhall={comment:/--.*|\{-(?:[^-{]|-(?!\})|\{(?!-)|\{-(?:[^-{]|-(?!\})|\{(?!-))*-\})*-\}/,string:{pattern:/"(?:[^"\\]|\\.)*"|''(?:[^']|'(?!')|'''|''\$\{)*''(?!'|\$)/,greedy:!0,inside:{interpolation:{pattern:/\$\{[^{}]*\}/,inside:{expression:{pattern:/(^\$\{)[\s\S]+(?=\}$)/,lookbehind:!0,alias:"language-dhall",inside:null},punctuation:/\$\{|\}/}}}},label:{pattern:/`[^`]*`/,greedy:!0},url:{pattern:/\bhttps?:\/\/[\w.:%!$&'*+;=@~-]+(?:\/[\w.:%!$&'*+;=@~-]*)*(?:\?[/?\w.:%!$&'*+;=@~-]*)?/,greedy:!0},env:{pattern:/\benv:(?:(?!\d)\w+|"(?:[^"\\=]|\\.)*")/,greedy:!0,inside:{function:/^env/,operator:/^:/,variable:/[\s\S]+/}},hash:{pattern:/\bsha256:[\da-fA-F]{64}\b/,inside:{function:/sha256/,operator:/:/,number:/[\da-fA-F]{64}/}},keyword:/\b(?:as|assert|else|forall|if|in|let|merge|missing|then|toMap|using|with)\b|\u2200/,builtin:/\b(?:None|Some)\b/,boolean:/\b(?:False|True)\b/,number:/\bNaN\b|-?\bInfinity\b|[+-]?\b(?:0x[\da-fA-F]+|\d+(?:\.\d+)?(?:e[+-]?\d+)?)\b/,operator:/\/\\|\/\/\\\\|&&|\|\||===|[!=]=|\/\/|->|\+\+|::|[+*#@=:?<>|\\\u2227\u2a53\u2261\u2afd\u03bb\u2192]/,punctuation:/\.\.|[{}\[\](),./]/,"class-name":/\b[A-Z]\w*\b/},e.languages.dhall.string.inside.interpolation.inside.expression.inside=e.languages.dhall}function eY(e){var t;e.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]},Object.keys(t={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"}).forEach(function(n){var r=t[n],a=[];/^\w+$/.test(n)||a.push(/\w+/.exec(n)[0]),"diff"===n&&a.push("bold"),e.languages.diff[n]={pattern:RegExp("^(?:["+r+"].*(?:\r\n?|\n|(?![\\s\\S])))+","m"),alias:a,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(n)[0]}}}}),Object.defineProperty(e.languages.diff,"PREFIXES",{value:t})}function ez(e){e.register(A);function t(e,t){return"___"+e.toUpperCase()+t+"___"}Object.defineProperties(e.languages["markup-templating"]={},{buildPlaceholders:{value:function(n,r,a,i){if(n.language===r){var s=n.tokenStack=[];n.code=n.code.replace(a,function(e){if("function"==typeof i&&!i(e))return e;for(var a,o=s.length;-1!==n.code.indexOf(a=t(r,o));)++o;return s[o]=e,a}),n.grammar=e.languages.markup}}},tokenizePlaceholders:{value:function(n,r){if(n.language===r&&n.tokenStack){n.grammar=e.languages[r];var a=0,i=Object.keys(n.tokenStack);!function s(o){for(var l=0;l<o.length&&!(a>=i.length);l++){var c=o[l];if("string"==typeof c||c.content&&"string"==typeof c.content){var u=i[a],d=n.tokenStack[u],p="string"==typeof c?c:c.content,h=t(r,u),f=p.indexOf(h);if(f>-1){++a;var g=p.substring(0,f),m=new e.Token(r,e.tokenize(d,n.grammar),"language-"+r,d),b=p.substring(f+h.length),E=[];g&&E.push.apply(E,s([g])),E.push(m),b&&E.push.apply(E,s([b])),"string"==typeof c?o.splice.apply(o,[l,1].concat(E)):c.content=E}}else c.content&&s(c.content)}return o}(n.tokens)}}}})}function ej(e){var t,n;e.register(ez),e.languages.django={comment:/^\{#[\s\S]*?#\}$/,tag:{pattern:/(^\{%[+-]?\s*)\w+/,lookbehind:!0,alias:"keyword"},delimiter:{pattern:/^\{[{%][+-]?|[+-]?[}%]\}$/,alias:"punctuation"},string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},filter:{pattern:/(\|)\w+/,lookbehind:!0,alias:"function"},test:{pattern:/(\bis\s+(?:not\s+)?)(?!not\b)\w+/,lookbehind:!0,alias:"function"},function:/\b[a-z_]\w+(?=\s*\()/i,keyword:/\b(?:and|as|by|else|for|if|import|in|is|loop|not|or|recursive|with|without)\b/,operator:/[-+%=]=?|!=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,number:/\b\d+(?:\.\d+)?\b/,boolean:/[Ff]alse|[Nn]one|[Tt]rue/,variable:/\b\w+\b/,punctuation:/[{}[\](),.:;]/},t=/\{\{[\s\S]*?\}\}|\{%[\s\S]*?%\}|\{#[\s\S]*?#\}/g,n=e.languages["markup-templating"],e.hooks.add("before-tokenize",function(e){n.buildPlaceholders(e,"django",t)}),e.hooks.add("after-tokenize",function(e){n.tokenizePlaceholders(e,"django")}),e.languages.jinja2=e.languages.django,e.hooks.add("before-tokenize",function(e){n.buildPlaceholders(e,"jinja2",t)}),e.hooks.add("after-tokenize",function(e){n.tokenizePlaceholders(e,"jinja2")})}function eW(e){e.languages["dns-zone-file"]={comment:/;.*/,string:{pattern:/"(?:\\.|[^"\\\r\n])*"/,greedy:!0},variable:[{pattern:/(^\$ORIGIN[ \t]+)\S+/m,lookbehind:!0},{pattern:/(^|\s)@(?=\s|$)/,lookbehind:!0}],keyword:/^\$(?:INCLUDE|ORIGIN|TTL)(?=\s|$)/m,class:{pattern:/(^|\s)(?:CH|CS|HS|IN)(?=\s|$)/,lookbehind:!0,alias:"keyword"},type:{pattern:/(^|\s)(?:A|A6|AAAA|AFSDB|APL|ATMA|CAA|CDNSKEY|CDS|CERT|CNAME|DHCID|DLV|DNAME|DNSKEY|DS|EID|GID|GPOS|HINFO|HIP|IPSECKEY|ISDN|KEY|KX|LOC|MAILA|MAILB|MB|MD|MF|MG|MINFO|MR|MX|NAPTR|NB|NBSTAT|NIMLOC|NINFO|NS|NSAP|NSAP-PTR|NSEC|NSEC3|NSEC3PARAM|NULL|NXT|OPENPGPKEY|PTR|PX|RKEY|RP|RRSIG|RT|SIG|SINK|SMIMEA|SOA|SPF|SRV|SSHFP|TA|TKEY|TLSA|TSIG|TXT|UID|UINFO|UNSPEC|URI|WKS|X25)(?=\s|$)/,lookbehind:!0,alias:"keyword"},punctuation:/[()]/},e.languages["dns-zone"]=e.languages["dns-zone-file"]}function eq(e){!function(e){var t=/\\[\r\n](?:\s|\\[\r\n]|#.*(?!.))*(?![\s#]|\\[\r\n])/.source,n=/(?:[ \t]+(?![ \t])(?:<SP_BS>)?|<SP_BS>)/.source.replace(/<SP_BS>/g,function(){return t}),r=/"(?:[^"\\\r\n]|\\(?:\r\n|[\s\S]))*"|'(?:[^'\\\r\n]|\\(?:\r\n|[\s\S]))*'/.source,a=/--[\w-]+=(?:<STR>|(?!["'])(?:[^\s\\]|\\.)+)/.source.replace(/<STR>/g,function(){return r}),i={pattern:RegExp(r),greedy:!0},s={pattern:/(^[ \t]*)#.*/m,lookbehind:!0,greedy:!0};function o(e,t){return RegExp(e=e.replace(/<OPT>/g,function(){return a}).replace(/<SP>/g,function(){return n}),t)}e.languages.docker={instruction:{pattern:/(^[ \t]*)(?:ADD|ARG|CMD|COPY|ENTRYPOINT|ENV|EXPOSE|FROM|HEALTHCHECK|LABEL|MAINTAINER|ONBUILD|RUN|SHELL|STOPSIGNAL|USER|VOLUME|WORKDIR)(?=\s)(?:\\.|[^\r\n\\])*(?:\\$(?:\s|#.*$)*(?![\s#])(?:\\.|[^\r\n\\])*)*/im,lookbehind:!0,greedy:!0,inside:{options:{pattern:o(/(^(?:ONBUILD<SP>)?\w+<SP>)<OPT>(?:<SP><OPT>)*/.source,"i"),lookbehind:!0,greedy:!0,inside:{property:{pattern:/(^|\s)--[\w-]+/,lookbehind:!0},string:[i,{pattern:/(=)(?!["'])(?:[^\s\\]|\\.)+/,lookbehind:!0}],operator:/\\$/m,punctuation:/=/}},keyword:[{pattern:o(/(^(?:ONBUILD<SP>)?HEALTHCHECK<SP>(?:<OPT><SP>)*)(?:CMD|NONE)\b/.source,"i"),lookbehind:!0,greedy:!0},{pattern:o(/(^(?:ONBUILD<SP>)?FROM<SP>(?:<OPT><SP>)*(?!--)[^ \t\\]+<SP>)AS/.source,"i"),lookbehind:!0,greedy:!0},{pattern:o(/(^ONBUILD<SP>)\w+/.source,"i"),lookbehind:!0,greedy:!0},{pattern:/^\w+/,greedy:!0}],comment:s,string:i,variable:/\$(?:\w+|\{[^{}"'\\]*\})/,operator:/\\$/m}},comment:s},e.languages.dockerfile=e.languages.docker}(e)}function eX(e){var t="(?:"+[/[a-zA-Z_\x80-\uFFFF][\w\x80-\uFFFF]*/.source,/-?(?:\.\d+|\d+(?:\.\d*)?)/.source,/"[^"\\]*(?:\\[\s\S][^"\\]*)*"/.source,/<(?:[^<>]|(?!<!--)<(?:[^<>"']|"[^"]*"|'[^']*')+>|<!--(?:[^-]|-(?!->))*-->)*>/.source].join("|")+")",n={markup:{pattern:/(^<)[\s\S]+(?=>$)/,lookbehind:!0,alias:["language-markup","language-html","language-xml"],inside:e.languages.markup}};function r(e,n){return RegExp(e.replace(/<ID>/g,function(){return t}),n)}e.languages.dot={comment:{pattern:/\/\/.*|\/\*[\s\S]*?\*\/|^#.*/m,greedy:!0},"graph-name":{pattern:r(/(\b(?:digraph|graph|subgraph)[ \t\r\n]+)<ID>/.source,"i"),lookbehind:!0,greedy:!0,alias:"class-name",inside:n},"attr-value":{pattern:r(/(=[ \t\r\n]*)<ID>/.source),lookbehind:!0,greedy:!0,inside:n},"attr-name":{pattern:r(/([\[;, \t\r\n])<ID>(?=[ \t\r\n]*=)/.source),lookbehind:!0,greedy:!0,inside:n},keyword:/\b(?:digraph|edge|graph|node|strict|subgraph)\b/i,"compass-point":{pattern:/(:[ \t\r\n]*)(?:[ewc_]|[ns][ew]?)(?![\w\x80-\uFFFF])/,lookbehind:!0,alias:"builtin"},node:{pattern:r(/(^|[^-.\w\x80-\uFFFF\\])<ID>/.source),lookbehind:!0,greedy:!0,inside:n},operator:/[=:]|-[->]/,punctuation:/[\[\]{};,]/},e.languages.gv=e.languages.dot}function eV(e){e.languages.ebnf={comment:/\(\*[\s\S]*?\*\)/,string:{pattern:/"[^"\r\n]*"|'[^'\r\n]*'/,greedy:!0},special:{pattern:/\?[^?\r\n]*\?/,greedy:!0,alias:"class-name"},definition:{pattern:/^([\t ]*)[a-z]\w*(?:[ \t]+[a-z]\w*)*(?=\s*=)/im,lookbehind:!0,alias:["rule","keyword"]},rule:/\b[a-z]\w*(?:[ \t]+[a-z]\w*)*\b/i,punctuation:/\([:/]|[:/]\)|[.,;()[\]{}]/,operator:/[-=|*/!]/}}function eK(e){e.languages.editorconfig={comment:/[;#].*/,section:{pattern:/(^[ \t]*)\[.+\]/m,lookbehind:!0,alias:"selector",inside:{regex:/\\\\[\[\]{},!?.*]/,operator:/[!?]|\.\.|\*{1,2}/,punctuation:/[\[\]{},]/}},key:{pattern:/(^[ \t]*)[^\s=]+(?=[ \t]*=)/m,lookbehind:!0,alias:"attr-name"},value:{pattern:/=.*/,alias:"attr-value",inside:{punctuation:/^=/}}}}function eZ(e){e.languages.eiffel={comment:/--.*/,string:[{pattern:/"([^[]*)\[[\s\S]*?\]\1"/,greedy:!0},{pattern:/"([^{]*)\{[\s\S]*?\}\1"/,greedy:!0},{pattern:/"(?:%(?:(?!\n)\s)*\n\s*%|%\S|[^%"\r\n])*"/,greedy:!0}],char:/'(?:%.|[^%'\r\n])+'/,keyword:/\b(?:across|agent|alias|all|and|as|assign|attached|attribute|check|class|convert|create|Current|debug|deferred|detachable|do|else|elseif|end|ensure|expanded|export|external|feature|from|frozen|if|implies|inherit|inspect|invariant|like|local|loop|not|note|obsolete|old|once|or|Precursor|redefine|rename|require|rescue|Result|retry|select|separate|some|then|undefine|until|variant|Void|when|xor)\b/i,boolean:/\b(?:False|True)\b/i,"class-name":/\b[A-Z][\dA-Z_]*\b/,number:[/\b0[xcb][\da-f](?:_*[\da-f])*\b/i,/(?:\b\d(?:_*\d)*)?\.(?:(?:\d(?:_*\d)*)?e[+-]?)?\d(?:_*\d)*\b|\b\d(?:_*\d)*\b\.?/i],punctuation:/:=|<<|>>|\(\||\|\)|->|\.(?=\w)|[{}[\];(),:?]/,operator:/\\\\|\|\.\.\||\.\.|\/[~\/=]?|[><]=?|[-+*^=~]/}}function eJ(e){e.register(v),e.register(ez),e.languages.ejs={delimiter:{pattern:/^<%[-_=]?|[-_]?%>$/,alias:"punctuation"},comment:/^#[\s\S]*/,"language-javascript":{pattern:/[\s\S]+/,inside:e.languages.javascript}},e.hooks.add("before-tokenize",function(t){e.languages["markup-templating"].buildPlaceholders(t,"ejs",/<%(?!%)[\s\S]+?%>/g)}),e.hooks.add("after-tokenize",function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"ejs")}),e.languages.eta=e.languages.ejs}function eQ(e){e.languages.elixir={doc:{pattern:/@(?:doc|moduledoc)\s+(?:("""|''')[\s\S]*?\1|("|')(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2)/,inside:{attribute:/^@\w+/,string:/['"][\s\S]+/}},comment:{pattern:/#.*/,greedy:!0},regex:{pattern:/~[rR](?:("""|''')(?:\\[\s\S]|(?!\1)[^\\])+\1|([\/|"'])(?:\\.|(?!\2)[^\\\r\n])+\2|\((?:\\.|[^\\)\r\n])+\)|\[(?:\\.|[^\\\]\r\n])+\]|\{(?:\\.|[^\\}\r\n])+\}|<(?:\\.|[^\\>\r\n])+>)[uismxfr]*/,greedy:!0},string:[{pattern:/~[cCsSwW](?:("""|''')(?:\\[\s\S]|(?!\1)[^\\])+\1|([\/|"'])(?:\\.|(?!\2)[^\\\r\n])+\2|\((?:\\.|[^\\)\r\n])+\)|\[(?:\\.|[^\\\]\r\n])+\]|\{(?:\\.|#\{[^}]+\}|#(?!\{)|[^#\\}\r\n])+\}|<(?:\\.|[^\\>\r\n])+>)[csa]?/,greedy:!0,inside:{}},{pattern:/("""|''')[\s\S]*?\1/,greedy:!0,inside:{}},{pattern:/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0,inside:{}}],atom:{pattern:/(^|[^:]):\w+/,lookbehind:!0,alias:"symbol"},module:{pattern:/\b[A-Z]\w*\b/,alias:"class-name"},"attr-name":/\b\w+\??:(?!:)/,argument:{pattern:/(^|[^&])&\d+/,lookbehind:!0,alias:"variable"},attribute:{pattern:/@\w+/,alias:"variable"},function:/\b[_a-zA-Z]\w*[?!]?(?:(?=\s*(?:\.\s*)?\()|(?=\/\d))/,number:/\b(?:0[box][a-f\d_]+|\d[\d_]*)(?:\.[\d_]+)?(?:e[+-]?[\d_]+)?\b/i,keyword:/\b(?:after|alias|and|case|catch|cond|def(?:callback|delegate|exception|impl|macro|module|n|np|p|protocol|struct)?|do|else|end|fn|for|if|import|not|or|quote|raise|require|rescue|try|unless|unquote|use|when)\b/,boolean:/\b(?:false|nil|true)\b/,operator:[/\bin\b|&&?|\|[|>]?|\\\\|::|\.\.\.?|\+\+?|-[->]?|<[-=>]|>=|!==?|\B!|=(?:==?|[>~])?|[*\/^]/,{pattern:/([^<])<(?!<)/,lookbehind:!0},{pattern:/([^>])>(?!>)/,lookbehind:!0}],punctuation:/<<|>>|[.,%\[\]{}()]/},e.languages.elixir.string.forEach(function(t){t.inside={interpolation:{pattern:/#\{[^}]+\}/,inside:{delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"},rest:e.languages.elixir}}}})}function e0(e){e.languages.elm={comment:/--.*|\{-[\s\S]*?-\}/,char:{pattern:/'(?:[^\\'\r\n]|\\(?:[abfnrtv\\']|\d+|x[0-9a-fA-F]+|u\{[0-9a-fA-F]+\}))'/,greedy:!0},string:[{pattern:/"""[\s\S]*?"""/,greedy:!0},{pattern:/"(?:[^\\"\r\n]|\\.)*"/,greedy:!0}],"import-statement":{pattern:/(^[\t ]*)import\s+[A-Z]\w*(?:\.[A-Z]\w*)*(?:\s+as\s+(?:[A-Z]\w*)(?:\.[A-Z]\w*)*)?(?:\s+exposing\s+)?/m,lookbehind:!0,inside:{keyword:/\b(?:as|exposing|import)\b/}},keyword:/\b(?:alias|as|case|else|exposing|if|in|infixl|infixr|let|module|of|then|type)\b/,builtin:/\b(?:abs|acos|always|asin|atan|atan2|ceiling|clamp|compare|cos|curry|degrees|e|flip|floor|fromPolar|identity|isInfinite|isNaN|logBase|max|min|negate|never|not|pi|radians|rem|round|sin|sqrt|tan|toFloat|toPolar|toString|truncate|turns|uncurry|xor)\b/,number:/\b(?:\d+(?:\.\d+)?(?:e[+-]?\d+)?|0x[0-9a-f]+)\b/i,operator:/\s\.\s|[+\-/*=.$<>:&|^?%#@~!]{2,}|[+\-/*=$<>:&|^?%#@~!]/,hvariable:/\b(?:[A-Z]\w*\.)*[a-z]\w*\b/,constant:/\b(?:[A-Z]\w*\.)*[A-Z]\w*\b/,punctuation:/[{}[\]|(),.:]/}}function e1(e){e.languages.lua={comment:/^#!.+|--(?:\[(=*)\[[\s\S]*?\]\1\]|.*)/m,string:{pattern:/(["'])(?:(?!\1)[^\\\r\n]|\\z(?:\r\n|\s)|\\(?:\r\n|[^z]))*\1|\[(=*)\[[\s\S]*?\]\2\]/,greedy:!0},number:/\b0x[a-f\d]+(?:\.[a-f\d]*)?(?:p[+-]?\d+)?\b|\b\d+(?:\.\B|(?:\.\d*)?(?:e[+-]?\d+)?\b)|\B\.\d+(?:e[+-]?\d+)?\b/i,keyword:/\b(?:and|break|do|else|elseif|end|false|for|function|goto|if|in|local|nil|not|or|repeat|return|then|true|until|while)\b/,function:/(?!\d)\w+(?=\s*(?:[({]))/,operator:[/[-+*%^&|#]|\/\/?|<[<=]?|>[>=]?|[=~]=?/,{pattern:/(^|[^.])\.\.(?!\.)/,lookbehind:!0}],punctuation:/[\[\](){},;]|\.+|:+/}}function e2(e){e.register(e1),e.register(ez),e.languages.etlua={delimiter:{pattern:/^<%[-=]?|-?%>$/,alias:"punctuation"},"language-lua":{pattern:/[\s\S]+/,inside:e.languages.lua}},e.hooks.add("before-tokenize",function(t){e.languages["markup-templating"].buildPlaceholders(t,"etlua",/<%[\s\S]+?%>/g)}),e.hooks.add("after-tokenize",function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"etlua")})}function e3(e){e.register(ez),e.register(eD),e.languages.erb={delimiter:{pattern:/^(\s*)<%=?|%>(?=\s*$)/,lookbehind:!0,alias:"punctuation"},ruby:{pattern:/\s*\S[\s\S]*/,alias:"language-ruby",inside:e.languages.ruby}},e.hooks.add("before-tokenize",function(t){e.languages["markup-templating"].buildPlaceholders(t,"erb",/<%=?(?:[^\r\n]|[\r\n](?!=begin)|[\r\n]=begin\s(?:[^\r\n]|[\r\n](?!=end))*[\r\n]=end)+?%>/g)}),e.hooks.add("after-tokenize",function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"erb")})}function e5(e){e.languages.erlang={comment:/%.+/,string:{pattern:/"(?:\\.|[^\\"\r\n])*"/,greedy:!0},"quoted-function":{pattern:/'(?:\\.|[^\\'\r\n])+'(?=\()/,alias:"function"},"quoted-atom":{pattern:/'(?:\\.|[^\\'\r\n])+'/,alias:"atom"},boolean:/\b(?:false|true)\b/,keyword:/\b(?:after|begin|case|catch|end|fun|if|of|receive|try|when)\b/,number:[/\$\\?./,/\b\d+#[a-z0-9]+/i,/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i],function:/\b[a-z][\w@]*(?=\()/,variable:{pattern:/(^|[^@])(?:\b|\?)[A-Z_][\w@]*/,lookbehind:!0},operator:[/[=\/<>:]=|=[:\/]=|\+\+?|--?|[=*\/!]|\b(?:and|andalso|band|bnot|bor|bsl|bsr|bxor|div|not|or|orelse|rem|xor)\b/,{pattern:/(^|[^<])<(?!<)/,lookbehind:!0},{pattern:/(^|[^>])>(?!>)/,lookbehind:!0}],atom:/\b[a-z][\w@]*/,punctuation:/[()[\]{}:;,.#|]|<<|>>/}}function e4(e){e.languages["excel-formula"]={comment:{pattern:/(\bN\(\s*)"(?:[^"]|"")*"(?=\s*\))/i,lookbehind:!0,greedy:!0},string:{pattern:/"(?:[^"]|"")*"(?!")/,greedy:!0},reference:{pattern:/(?:'[^']*'|(?:[^\s()[\]{}<>*?"';,$&]*\[[^^\s()[\]{}<>*?"']+\])?\w+)!/,greedy:!0,alias:"string",inside:{operator:/!$/,punctuation:/'/,sheet:{pattern:/[^[\]]+$/,alias:"function"},file:{pattern:/\[[^[\]]+\]$/,inside:{punctuation:/[[\]]/}},path:/[\s\S]+/}},"function-name":{pattern:/\b[A-Z]\w*(?=\()/i,alias:"builtin"},range:{pattern:/\$?\b(?:[A-Z]+\$?\d+:\$?[A-Z]+\$?\d+|[A-Z]+:\$?[A-Z]+|\d+:\$?\d+)\b/i,alias:"selector",inside:{operator:/:/,cell:/\$?[A-Z]+\$?\d+/i,column:/\$?[A-Z]+/i,row:/\$?\d+/}},cell:{pattern:/\b[A-Z]+\d+\b|\$[A-Za-z]+\$?\d+\b|\b[A-Za-z]+\$\d+\b/,alias:"selector"},number:/(?:\b\d+(?:\.\d+)?|\B\.\d+)(?:e[+-]?\d+)?\b/i,boolean:/\b(?:FALSE|TRUE)\b/i,operator:/[-+*/^%=&,]|<[=>]?|>=?/,punctuation:/[[\]();{}|]/},e.languages.xlsx=e.languages.xls=e.languages["excel-formula"]}function e6(e){e.register(I),e.languages.fsharp=e.languages.extend("clike",{comment:[{pattern:/(^|[^\\])\(\*(?!\))[\s\S]*?\*\)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(?:"""[\s\S]*?"""|@"(?:""|[^"])*"|"(?:\\[\s\S]|[^\\"])*")B?/,greedy:!0},"class-name":{pattern:/(\b(?:exception|inherit|interface|new|of|type)\s+|\w\s*:\s*|\s:\??>\s*)[.\w]+\b(?:\s*(?:->|\*)\s*[.\w]+\b)*(?!\s*[:.])/,lookbehind:!0,inside:{operator:/->|\*/,punctuation:/\./}},keyword:/\b(?:let|return|use|yield)(?:!\B|\b)|\b(?:abstract|and|as|asr|assert|atomic|base|begin|break|checked|class|component|const|constraint|constructor|continue|default|delegate|do|done|downcast|downto|eager|elif|else|end|event|exception|extern|external|false|finally|fixed|for|fun|function|functor|global|if|in|include|inherit|inline|interface|internal|land|lazy|lor|lsl|lsr|lxor|match|member|method|mixin|mod|module|mutable|namespace|new|not|null|object|of|open|or|override|parallel|private|process|protected|public|pure|rec|sealed|select|sig|static|struct|tailcall|then|to|trait|true|try|type|upcast|val|virtual|void|volatile|when|while|with)\b/,number:[/\b0x[\da-fA-F]+(?:LF|lf|un)?\b/,/\b0b[01]+(?:uy|y)?\b/,/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[fm]|e[+-]?\d+)?\b/i,/\b\d+(?:[IlLsy]|UL|u[lsy]?)?\b/],operator:/([<>~&^])\1\1|([*.:<>&])\2|<-|->|[!=:]=|<?\|{1,3}>?|\??(?:<=|>=|<>|[-+*/%=<>])\??|[!?^&]|~[+~-]|:>|:\?>?/}),e.languages.insertBefore("fsharp","keyword",{preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(^#)\b(?:else|endif|if|light|line|nowarn)\b/,lookbehind:!0,alias:"keyword"}}}}),e.languages.insertBefore("fsharp","punctuation",{"computation-expression":{pattern:/\b[_a-z]\w*(?=\s*\{)/i,alias:"keyword"}}),e.languages.insertBefore("fsharp","string",{annotation:{pattern:/\[<.+?>\]/,greedy:!0,inside:{punctuation:/^\[<|>\]$/,"class-name":{pattern:/^\w+$|(^|;\s*)[A-Z]\w*(?=\()/,lookbehind:!0},"annotation-content":{pattern:/[\s\S]+/,inside:e.languages.fsharp}}},char:{pattern:/'(?:[^\\']|\\(?:.|\d{3}|x[a-fA-F\d]{2}|u[a-fA-F\d]{4}|U[a-fA-F\d]{8}))'B?/,greedy:!0}})}function e8(e){var t,n,r,a,i,s;r={comment:[{pattern:/(^|\s)(?:! .*|!$)/,lookbehind:!0,inside:t={function:/\b(?:BUGS?|FIX(?:MES?)?|NOTES?|TODOS?|XX+|HACKS?|WARN(?:ING)?|\?{2,}|!{2,})\b/}},{pattern:/(^|\s)\/\*\s[\s\S]*?\*\/(?=\s|$)/,lookbehind:!0,greedy:!0,inside:t},{pattern:/(^|\s)!\[(={0,6})\[\s[\s\S]*?\]\2\](?=\s|$)/,lookbehind:!0,greedy:!0,inside:t}],number:[{pattern:/(^|\s)[+-]?\d+(?=\s|$)/,lookbehind:!0},{pattern:/(^|\s)[+-]?0(?:b[01]+|o[0-7]+|d\d+|x[\dA-F]+)(?=\s|$)/i,lookbehind:!0},{pattern:/(^|\s)[+-]?\d+\/\d+\.?(?=\s|$)/,lookbehind:!0},{pattern:/(^|\s)\+?\d+\+\d+\/\d+(?=\s|$)/,lookbehind:!0},{pattern:/(^|\s)-\d+-\d+\/\d+(?=\s|$)/,lookbehind:!0},{pattern:/(^|\s)[+-]?(?:\d*\.\d+|\d+\.\d*|\d+)(?:e[+-]?\d+)?(?=\s|$)/i,lookbehind:!0},{pattern:/(^|\s)NAN:\s+[\da-fA-F]+(?=\s|$)/,lookbehind:!0},{pattern:/(^|\s)[+-]?0(?:b1\.[01]*|o1\.[0-7]*|d1\.\d*|x1\.[\dA-F]*)p\d+(?=\s|$)/i,lookbehind:!0}],regexp:{pattern:/(^|\s)R\/\s(?:\\\S|[^\\/])*\/(?:[idmsr]*|[idmsr]+-[idmsr]+)(?=\s|$)/,lookbehind:!0,alias:"number",inside:{variable:/\\\S/,keyword:/[+?*\[\]^$(){}.|]/,operator:{pattern:/(\/)[idmsr]+(?:-[idmsr]+)?/,lookbehind:!0}}},boolean:{pattern:/(^|\s)[tf](?=\s|$)/,lookbehind:!0},"custom-string":{pattern:/(^|\s)[A-Z0-9\-]+"\s(?:\\\S|[^"\\])*"/,lookbehind:!0,greedy:!0,alias:"string",inside:{number:/\\\S|%\w|\//}},"multiline-string":[{pattern:/(^|\s)STRING:\s+\S+(?:\n|\r\n).*(?:\n|\r\n)\s*;(?=\s|$)/,lookbehind:!0,greedy:!0,alias:"string",inside:{number:(n={number:/\\[^\s']|%\w/}).number,"semicolon-or-setlocal":{pattern:/([\r\n][ \t]*);(?=\s|$)/,lookbehind:!0,alias:"function"}}},{pattern:/(^|\s)HEREDOC:\s+\S+(?:\n|\r\n).*(?:\n|\r\n)\s*\S+(?=\s|$)/,lookbehind:!0,greedy:!0,alias:"string",inside:n},{pattern:/(^|\s)\[(={0,6})\[\s[\s\S]*?\]\2\](?=\s|$)/,lookbehind:!0,greedy:!0,alias:"string",inside:n}],"special-using":{pattern:/(^|\s)USING:(?:\s\S+)*(?=\s+;(?:\s|$))/,lookbehind:!0,alias:"function",inside:{string:{pattern:/(\s)[^:\s]+/,lookbehind:!0}}},"stack-effect-delimiter":[{pattern:/(^|\s)(?:call|eval|execute)?\((?=\s)/,lookbehind:!0,alias:"operator"},{pattern:/(\s)--(?=\s)/,lookbehind:!0,alias:"operator"},{pattern:/(\s)\)(?=\s|$)/,lookbehind:!0,alias:"operator"}],combinators:{pattern:null,lookbehind:!0,alias:"keyword"},"kernel-builtin":{pattern:null,lookbehind:!0,alias:"variable"},"sequences-builtin":{pattern:null,lookbehind:!0,alias:"variable"},"math-builtin":{pattern:null,lookbehind:!0,alias:"variable"},"constructor-word":{pattern:/(^|\s)<(?!=+>|-+>)\S+>(?=\s|$)/,lookbehind:!0,alias:"keyword"},"other-builtin-syntax":{pattern:null,lookbehind:!0,alias:"operator"},"conventionally-named-word":{pattern:/(^|\s)(?!")(?:(?:change|new|set|with)-\S+|\$\S+|>[^>\s]+|[^:>\s]+>|[^>\s]+>[^>\s]+|\+[^+\s]+\+|[^?\s]+\?|\?[^?\s]+|[^>\s]+>>|>>[^>\s]+|[^<\s]+<<|\([^()\s]+\)|[^!\s]+!|[^*\s]\S*\*|[^.\s]\S*\.)(?=\s|$)/,lookbehind:!0,alias:"keyword"},"colon-syntax":{pattern:/(^|\s)(?:[A-Z0-9\-]+#?)?:{1,2}\s+(?:;\S+|(?!;)\S+)(?=\s|$)/,lookbehind:!0,greedy:!0,alias:"function"},"semicolon-or-setlocal":{pattern:/(\s)(?:;|:>)(?=\s|$)/,lookbehind:!0,alias:"function"},"curly-brace-literal-delimiter":[{pattern:/(^|\s)[a-z]*\{(?=\s)/i,lookbehind:!0,alias:"operator"},{pattern:/(\s)\}(?=\s|$)/,lookbehind:!0,alias:"operator"}],"quotation-delimiter":[{pattern:/(^|\s)\[(?=\s)/,lookbehind:!0,alias:"operator"},{pattern:/(\s)\](?=\s|$)/,lookbehind:!0,alias:"operator"}],"normal-word":{pattern:/(^|\s)[^"\s]\S*(?=\s|$)/,lookbehind:!0},string:{pattern:/"(?:\\\S|[^"\\])*"/,greedy:!0,inside:n}},a=function(e){return(e+"").replace(/([.?*+\^$\[\]\\(){}|\-])/g,"\\$1")},i=function(e){return RegExp("(^|\\s)(?:"+e.map(a).join("|")+")(?=\\s|$)")},Object.keys(s={"kernel-builtin":["or","2nipd","4drop","tuck","wrapper","nip","wrapper?","callstack>array","die","dupd","callstack","callstack?","3dup","hashcode","pick","4nip","build",">boolean","nipd","clone","5nip","eq?","?","=","swapd","2over","clear","2dup","get-retainstack","not","tuple?","dup","3nipd","call","-rotd","object","drop","assert=","assert?","-rot","execute","boa","get-callstack","curried?","3drop","pickd","overd","over","roll","3nip","swap","and","2nip","rotd","throw","(clone)","hashcode*","spin","reach","4dup","equal?","get-datastack","assert","2drop","<wrapper>","boolean?","identity-hashcode","identity-tuple?","null","composed?","new","5drop","rot","-roll","xor","identity-tuple","boolean"],"other-builtin-syntax":["=======","recursive","flushable",">>","<<<<<<","M\\","B","PRIVATE>","\\","======","final","inline","delimiter","deprecated","<PRIVATE",">>>>>>","<<<<<<<","parse-complex","malformed-complex","read-only",">>>>>>>","call-next-method","<<","foldable","$","$[","${"],"sequences-builtin":["member-eq?","mismatch","append","assert-sequence=","longer","repetition","clone-like","3sequence","assert-sequence?","last-index-from","reversed","index-from","cut*","pad-tail","join-as","remove-eq!","concat-as","but-last","snip","nths","nth","sequence","longest","slice?","<slice>","remove-nth","tail-slice","empty?","tail*","member?","virtual-sequence?","set-length","drop-prefix","iota","unclip","bounds-error?","unclip-last-slice","non-negative-integer-expected","non-negative-integer-expected?","midpoint@","longer?","?set-nth","?first","rest-slice","prepend-as","prepend","fourth","sift","subseq-start","new-sequence","?last","like","first4","1sequence","reverse","slice","virtual@","repetition?","set-last","index","4sequence","max-length","set-second","immutable-sequence","first2","first3","supremum","unclip-slice","suffix!","insert-nth","tail","3append","short","suffix","concat","flip","immutable?","reverse!","2sequence","sum","delete-all","indices","snip-slice","<iota>","check-slice","sequence?","head","append-as","halves","sequence=","collapse-slice","?second","slice-error?","product","bounds-check?","bounds-check","immutable","virtual-exemplar","harvest","remove","pad-head","last","set-fourth","cartesian-product","remove-eq","shorten","shorter","reversed?","shorter?","shortest","head-slice","pop*","tail-slice*","but-last-slice","iota?","append!","cut-slice","new-resizable","head-slice*","sequence-hashcode","pop","set-nth","?nth","second","join","immutable-sequence?","<reversed>","3append-as","virtual-sequence","subseq?","remove-nth!","length","last-index","lengthen","assert-sequence","copy","move","third","first","tail?","set-first","prefix","bounds-error","<repetition>","exchange","surround","cut","min-length","set-third","push-all","head?","subseq-start-from","delete-slice","rest","sum-lengths","head*","infimum","remove!","glue","slice-error","subseq","push","replace-slice","subseq-as","unclip-last"],"math-builtin":["number=","next-power-of-2","?1+","fp-special?","imaginary-part","float>bits","number?","fp-infinity?","bignum?","fp-snan?","denominator","gcd","*","+","fp-bitwise=","-","u>=","/",">=","bitand","power-of-2?","log2-expects-positive","neg?","<","log2",">","integer?","number","bits>double","2/","zero?","bits>float","float?","shift","ratio?","rect>","even?","ratio","fp-sign","bitnot",">fixnum","complex?","/i","integer>fixnum","/f","sgn",">bignum","next-float","u<","u>","mod","recip","rational",">float","2^","integer","fixnum?","neg","fixnum","sq","bignum",">rect","bit?","fp-qnan?","simple-gcd","complex","<fp-nan>","real",">fraction","double>bits","bitor","rem","fp-nan-payload","real-part","log2-expects-positive?","prev-float","align","unordered?","float","fp-nan?","abs","bitxor","integer>fixnum-strict","u<=","odd?","<=","/mod",">integer","real?","rational?","numerator"]}).forEach(function(e){r[e].pattern=i(s[e])}),r.combinators.pattern=i(["2bi","while","2tri","bi*","4dip","both?","same?","tri@","curry","prepose","3bi","?if","tri*","2keep","3keep","curried","2keepd","when","2bi*","2tri*","4keep","bi@","keepdd","do","unless*","tri-curry","if*","loop","bi-curry*","when*","2bi@","2tri@","with","2with","either?","bi","until","3dip","3curry","tri-curry*","tri-curry@","bi-curry","keepd","compose","2dip","if","3tri","unless","tuple","keep","2curry","tri","most","while*","dip","composed","bi-curry@","find-last-from","trim-head-slice","map-as","each-from","none?","trim-tail","partition","if-empty","accumulate*","reject!","find-from","accumulate-as","collector-for-as","reject","map","map-sum","accumulate!","2each-from","follow","supremum-by","map!","unless-empty","collector","padding","reduce-index","replicate-as","infimum-by","trim-tail-slice","count","find-index","filter","accumulate*!","reject-as","map-integers","map-find","reduce","selector","interleave","2map","filter-as","binary-reduce","map-index-as","find","produce","filter!","replicate","cartesian-map","cartesian-each","find-index-from","map-find-last","3map-as","3map","find-last","selector-as","2map-as","2map-reduce","accumulate","each","each-index","accumulate*-as","when-empty","all?","collector-as","push-either","new-like","collector-for","2selector","push-if","2all?","map-reduce","3each","any?","trim-slice","2reduce","change-nth","produce-as","2each","trim","trim-head","cartesian-find","map-index","if-zero","each-integer","unless-zero","(find-integer)","when-zero","find-last-integer","(all-integers?)","times","(each-integer)","find-integer","all-integers?","unless-negative","if-positive","when-positive","when-negative","unless-positive","if-negative","case","2cleave","cond>quot","case>quot","3cleave","wrong-values","to-fixed-point","alist>quot","cond","cleave","call-effect","recursive-hashcode","spread","deep-spread>quot","2||","0||","n||","0&&","2&&","3||","1||","1&&","n&&","3&&","smart-unless*","keep-inputs","reduce-outputs","smart-when*","cleave>array","smart-with","smart-apply","smart-if","inputs/outputs","output>sequence-n","map-outputs","map-reduce-outputs","dropping","output>array","smart-map-reduce","smart-2map-reduce","output>array-n","nullary","input<sequence","append-outputs","drop-inputs","inputs","smart-2reduce","drop-outputs","smart-reduce","preserving","smart-when","outputs","append-outputs-as","smart-unless","smart-if*","sum-outputs","input<sequence-unsafe","output>sequence"]),e.languages.factor=r}function e9(e){e.languages.false={comment:{pattern:/\{[^}]*\}/},string:{pattern:/"[^"]*"/,greedy:!0},"character-code":{pattern:/'(?:[^\r]|\r\n?)/,alias:"number"},"assembler-code":{pattern:/\d+`/,alias:"important"},number:/\d+/,operator:/[-!#$%&'*+,./:;=>?@\\^_`|~ßø]/,punctuation:/\[|\]/,variable:/[a-z]/,"non-standard":{pattern:/[()<BDO®]/,alias:"bold"}}}function e7(e){e.register(I),e.languages["firestore-security-rules"]=e.languages.extend("clike",{comment:/\/\/.*/,keyword:/\b(?:allow|function|if|match|null|return|rules_version|service)\b/,operator:/&&|\|\||[<>!=]=?|[-+*/%]|\b(?:in|is)\b/}),delete e.languages["firestore-security-rules"]["class-name"],e.languages.insertBefore("firestore-security-rules","keyword",{path:{pattern:/(^|[\s(),])(?:\/(?:[\w\xA0-\uFFFF]+|\{[\w\xA0-\uFFFF]+(?:=\*\*)?\}|\$\([\w\xA0-\uFFFF.]+\)))+/,lookbehind:!0,greedy:!0,inside:{variable:{pattern:/\{[\w\xA0-\uFFFF]+(?:=\*\*)?\}|\$\([\w\xA0-\uFFFF.]+\)/,inside:{operator:/=/,keyword:/\*\*/,punctuation:/[.$(){}]/}},punctuation:/\//}},method:{pattern:/(\ballow\s+)[a-z]+(?:\s*,\s*[a-z]+)*(?=\s*[:;])/,lookbehind:!0,alias:"builtin",inside:{punctuation:/,/}}})}function te(e){e.register(v),e.languages.flow=e.languages.extend("javascript",{}),e.languages.insertBefore("flow","keyword",{type:[{pattern:/\b(?:[Bb]oolean|Function|[Nn]umber|[Ss]tring|[Ss]ymbol|any|mixed|null|void)\b/,alias:"class-name"}]}),e.languages.flow["function-variable"].pattern=/(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=\s*(?:function\b|(?:\([^()]*\)(?:\s*:\s*\w+)?|(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/i,delete e.languages.flow.parameter,e.languages.insertBefore("flow","operator",{"flow-punctuation":{pattern:/\{\||\|\}/,alias:"punctuation"}}),Array.isArray(e.languages.flow.keyword)||(e.languages.flow.keyword=[e.languages.flow.keyword]),e.languages.flow.keyword.unshift({pattern:/(^|[^$]\b)(?:Class|declare|opaque|type)\b(?!\$)/,lookbehind:!0},{pattern:/(^|[^$]\B)\$(?:Diff|Enum|Exact|Keys|ObjMap|PropertyType|Record|Shape|Subtype|Supertype|await)\b(?!\$)/,lookbehind:!0})}function tt(e){e.languages.fortran={"quoted-number":{pattern:/[BOZ](['"])[A-F0-9]+\1/i,alias:"number"},string:{pattern:/(?:\b\w+_)?(['"])(?:\1\1|&(?:\r\n?|\n)(?:[ \t]*!.*(?:\r\n?|\n)|(?![ \t]*!))|(?!\1).)*(?:\1|&)/,inside:{comment:{pattern:/(&(?:\r\n?|\n)\s*)!.*/,lookbehind:!0}}},comment:{pattern:/!.*/,greedy:!0},boolean:/\.(?:FALSE|TRUE)\.(?:_\w+)?/i,number:/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[ED][+-]?\d+)?(?:_\w+)?/i,keyword:[/\b(?:CHARACTER|COMPLEX|DOUBLE ?PRECISION|INTEGER|LOGICAL|REAL)\b/i,/\b(?:END ?)?(?:BLOCK ?DATA|DO|FILE|FORALL|FUNCTION|IF|INTERFACE|MODULE(?! PROCEDURE)|PROGRAM|SELECT|SUBROUTINE|TYPE|WHERE)\b/i,/\b(?:ALLOCATABLE|ALLOCATE|BACKSPACE|CALL|CASE|CLOSE|COMMON|CONTAINS|CONTINUE|CYCLE|DATA|DEALLOCATE|DIMENSION|DO|END|EQUIVALENCE|EXIT|EXTERNAL|FORMAT|GO ?TO|IMPLICIT(?: NONE)?|INQUIRE|INTENT|INTRINSIC|MODULE PROCEDURE|NAMELIST|NULLIFY|OPEN|OPTIONAL|PARAMETER|POINTER|PRINT|PRIVATE|PUBLIC|READ|RETURN|REWIND|SAVE|SELECT|STOP|TARGET|WHILE|WRITE)\b/i,/\b(?:ASSIGNMENT|DEFAULT|ELEMENTAL|ELSE|ELSEIF|ELSEWHERE|ENTRY|IN|INCLUDE|INOUT|KIND|NULL|ONLY|OPERATOR|OUT|PURE|RECURSIVE|RESULT|SEQUENCE|STAT|THEN|USE)\b/i],operator:[/\*\*|\/\/|=>|[=\/]=|[<>]=?|::|[+\-*=%]|\.[A-Z]+\./i,{pattern:/(^|(?!\().)\/(?!\))/,lookbehind:!0}],punctuation:/\(\/|\/\)|[(),;:&]/}}function tn(e){e.register(ez);for(var t=/[^<()"']|\((?:<expr>)*\)|<(?!#--)|<#--(?:[^-]|-(?!->))*-->|"(?:[^\\"]|\\.)*"|'(?:[^\\']|\\.)*'/.source,n=0;n<2;n++)t=t.replace(/<expr>/g,function(){return t});t=t.replace(/<expr>/g,/[^\s\S]/.source);var r={comment:/<#--[\s\S]*?-->/,string:[{pattern:/\br("|')(?:(?!\1)[^\\]|\\.)*\1/,greedy:!0},{pattern:RegExp(/("|')(?:(?!\1|\$\{)[^\\]|\\.|\$\{(?:(?!\})(?:<expr>))*\})*\1/.source.replace(/<expr>/g,function(){return t})),greedy:!0,inside:{interpolation:{pattern:RegExp(/((?:^|[^\\])(?:\\\\)*)\$\{(?:(?!\})(?:<expr>))*\}/.source.replace(/<expr>/g,function(){return t})),lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:null}}}}],keyword:/\b(?:as)\b/,boolean:/\b(?:false|true)\b/,"builtin-function":{pattern:/((?:^|[^?])\?\s*)\w+/,lookbehind:!0,alias:"function"},function:/\b\w+(?=\s*\()/,number:/\b\d+(?:\.\d+)?\b/,operator:/\.\.[<*!]?|->|--|\+\+|&&|\|\||\?{1,2}|[-+*/%!=<>]=?|\b(?:gt|gte|lt|lte)\b/,punctuation:/[,;.:()[\]{}]/};r.string[1].inside.interpolation.inside.rest=r,e.languages.ftl={"ftl-comment":{pattern:/^<#--[\s\S]*/,alias:"comment"},"ftl-directive":{pattern:/^<[\s\S]+>$/,inside:{directive:{pattern:/(^<\/?)[#@][a-z]\w*/i,lookbehind:!0,alias:"keyword"},punctuation:/^<\/?|\/?>$/,content:{pattern:/\s*\S[\s\S]*/,alias:"ftl",inside:r}}},"ftl-interpolation":{pattern:/^\$\{[\s\S]*\}$/,inside:{punctuation:/^\$\{|\}$/,content:{pattern:/\s*\S[\s\S]*/,alias:"ftl",inside:r}}}},e.hooks.add("before-tokenize",function(n){var r=RegExp(/<#--[\s\S]*?-->|<\/?[#@][a-zA-Z](?:<expr>)*?>|\$\{(?:<expr>)*?\}/.source.replace(/<expr>/g,function(){return t}),"gi");e.languages["markup-templating"].buildPlaceholders(n,"ftl",r)}),e.hooks.add("after-tokenize",function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"ftl")})}function tr(e){e.register(I),e.languages.gamemakerlanguage=e.languages.gml=e.languages.extend("clike",{keyword:/\b(?:break|case|continue|default|do|else|enum|exit|for|globalvar|if|repeat|return|switch|until|var|while)\b/,number:/(?:\b0x[\da-f]+|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ulf]{0,4}/i,operator:/--|\+\+|[-+%/=]=?|!=|\*\*?=?|<[<=>]?|>[=>]?|&&?|\^\^?|\|\|?|~|\b(?:and|at|not|or|with|xor)\b/,constant:/\b(?:GM_build_date|GM_version|action_(?:continue|restart|reverse|stop)|all|gamespeed_(?:fps|microseconds)|global|local|noone|other|pi|pointer_(?:invalid|null)|self|timezone_(?:local|utc)|undefined|ev_(?:create|destroy|step|alarm|keyboard|mouse|collision|other|draw|draw_(?:begin|end|post|pre)|keypress|keyrelease|trigger|(?:left|middle|no|right)_button|(?:left|middle|right)_press|(?:left|middle|right)_release|mouse_(?:enter|leave|wheel_down|wheel_up)|global_(?:left|middle|right)_button|global_(?:left|middle|right)_press|global_(?:left|middle|right)_release|joystick(?:1|2)_(?:button1|button2|button3|button4|button5|button6|button7|button8|down|left|right|up)|outside|boundary|game_start|game_end|room_start|room_end|no_more_lives|animation_end|end_of_path|no_more_health|user\d|gui|gui_begin|gui_end|step_(?:begin|end|normal))|vk_(?:alt|anykey|backspace|control|delete|down|end|enter|escape|home|insert|left|nokey|pagedown|pageup|pause|printscreen|return|right|shift|space|tab|up|f\d|numpad\d|add|decimal|divide|lalt|lcontrol|lshift|multiply|ralt|rcontrol|rshift|subtract)|achievement_(?:filter_(?:all_players|favorites_only|friends_only)|friends_info|info|leaderboard_info|our_info|pic_loaded|show_(?:achievement|bank|friend_picker|leaderboard|profile|purchase_prompt|ui)|type_challenge|type_score_challenge)|asset_(?:font|object|path|room|script|shader|sound|sprite|tiles|timeline|unknown)|audio_(?:3d|falloff_(?:exponent_distance|exponent_distance_clamped|inverse_distance|inverse_distance_clamped|linear_distance|linear_distance_clamped|none)|mono|new_system|old_system|stereo)|bm_(?:add|complex|dest_alpha|dest_color|dest_colour|inv_dest_alpha|inv_dest_color|inv_dest_colour|inv_src_alpha|inv_src_color|inv_src_colour|max|normal|one|src_alpha|src_alpha_sat|src_color|src_colour|subtract|zero)|browser_(?:chrome|firefox|ie|ie_mobile|not_a_browser|opera|safari|safari_mobile|tizen|unknown|windows_store)|buffer_(?:bool|f16|f32|f64|fast|fixed|generalerror|grow|invalidtype|network|outofbounds|outofspace|s16|s32|s8|seek_end|seek_relative|seek_start|string|text|u16|u32|u64|u8|vbuffer|wrap)|c_(?:aqua|black|blue|dkgray|fuchsia|gray|green|lime|ltgray|maroon|navy|olive|orange|purple|red|silver|teal|white|yellow)|cmpfunc_(?:always|equal|greater|greaterequal|less|lessequal|never|notequal)|cr_(?:appstart|arrow|beam|cross|default|drag|handpoint|hourglass|none|size_all|size_nesw|size_ns|size_nwse|size_we|uparrow)|cull_(?:clockwise|counterclockwise|noculling)|device_(?:emulator|tablet)|device_ios_(?:ipad|ipad_retina|iphone|iphone5|iphone6|iphone6plus|iphone_retina|unknown)|display_(?:landscape|landscape_flipped|portrait|portrait_flipped)|dll_(?:cdecl|cdel|stdcall)|ds_type_(?:grid|list|map|priority|queue|stack)|ef_(?:cloud|ellipse|explosion|firework|flare|rain|ring|smoke|smokeup|snow|spark|star)|fa_(?:archive|bottom|center|directory|hidden|left|middle|readonly|right|sysfile|top|volumeid)|fb_login_(?:default|fallback_to_webview|forcing_safari|forcing_webview|no_fallback_to_webview|use_system_account)|iap_(?:available|canceled|ev_consume|ev_product|ev_purchase|ev_restore|ev_storeload|failed|purchased|refunded|status_available|status_loading|status_processing|status_restoring|status_unavailable|status_uninitialised|storeload_failed|storeload_ok|unavailable)|leaderboard_type_(?:number|time_mins_secs)|lighttype_(?:dir|point)|matrix_(?:projection|view|world)|mb_(?:any|left|middle|none|right)|network_(?:config_(?:connect_timeout|disable_reliable_udp|enable_reliable_udp|use_non_blocking_socket)|socket_(?:bluetooth|tcp|udp)|type_(?:connect|data|disconnect|non_blocking_connect))|of_challenge_(?:lose|tie|win)|os_(?:android|ios|linux|macosx|ps3|ps4|psvita|unknown|uwp|win32|win8native|windows|winphone|xboxone)|phy_debug_render_(?:aabb|collision_pairs|coms|core_shapes|joints|obb|shapes)|phy_joint_(?:anchor_1_x|anchor_1_y|anchor_2_x|anchor_2_y|angle|angle_limits|damping_ratio|frequency|length_1|length_2|lower_angle_limit|max_force|max_length|max_motor_force|max_motor_torque|max_torque|motor_force|motor_speed|motor_torque|reaction_force_x|reaction_force_y|reaction_torque|speed|translation|upper_angle_limit)|phy_particle_data_flag_(?:category|color|colour|position|typeflags|velocity)|phy_particle_flag_(?:colormixing|colourmixing|elastic|powder|spring|tensile|viscous|wall|water|zombie)|phy_particle_group_flag_(?:rigid|solid)|pr_(?:linelist|linestrip|pointlist|trianglefan|trianglelist|trianglestrip)|ps_(?:distr|shape)_(?:diamond|ellipse|gaussian|invgaussian|line|linear|rectangle)|pt_shape_(?:circle|cloud|disk|explosion|flare|line|pixel|ring|smoke|snow|spark|sphere|square|star)|ty_(?:real|string)|gp_(?:face\d|axislh|axislv|axisrh|axisrv|padd|padl|padr|padu|select|shoulderl|shoulderlb|shoulderr|shoulderrb|start|stickl|stickr)|lb_disp_(?:none|numeric|time_ms|time_sec)|lb_sort_(?:ascending|descending|none)|ov_(?:achievements|community|friends|gamegroup|players|settings)|ugc_(?:filetype_(?:community|microtrans)|list_(?:Favorited|Followed|Published|Subscribed|UsedOrPlayed|VotedDown|VotedOn|VotedUp|WillVoteLater)|match_(?:AllGuides|Artwork|Collections|ControllerBindings|IntegratedGuides|Items|Items_Mtx|Items_ReadyToUse|Screenshots|UsableInGame|Videos|WebGuides)|query_(?:AcceptedForGameRankedByAcceptanceDate|CreatedByFriendsRankedByPublicationDate|FavoritedByFriendsRankedByPublicationDate|NotYetRated)|query_RankedBy(?:NumTimesReported|PublicationDate|TextSearch|TotalVotesAsc|Trend|Vote|VotesUp)|result_success|sortorder_CreationOrder(?:Asc|Desc)|sortorder_(?:ForModeration|LastUpdatedDesc|SubscriptionDateDesc|TitleAsc|VoteScoreDesc)|visibility_(?:friends_only|private|public))|vertex_usage_(?:binormal|blendindices|blendweight|color|colour|depth|fog|normal|position|psize|sample|tangent|texcoord|textcoord)|vertex_type_(?:float\d|color|colour|ubyte4)|input_type|layerelementtype_(?:background|instance|oldtilemap|particlesystem|sprite|tile|tilemap|undefined)|se_(?:chorus|compressor|echo|equalizer|flanger|gargle|none|reverb)|text_type|tile_(?:flip|index_mask|mirror|rotate)|(?:obj|rm|scr|spr)\w+)\b/,variable:/\b(?:alarm|application_surface|async_load|background_(?:alpha|blend|color|colour|foreground|height|hspeed|htiled|index|showcolor|showcolour|visible|vspeed|vtiled|width|x|xscale|y|yscale)|bbox_(?:bottom|left|right|top)|browser_(?:height|width)|caption_(?:health|lives|score)|current_(?:day|hour|minute|month|second|time|weekday|year)|cursor_sprite|debug_mode|delta_time|direction|display_aa|error_(?:last|occurred)|event_(?:action|number|object|type)|fps|fps_real|friction|game_(?:display|project|save)_(?:id|name)|gamemaker_(?:pro|registered|version)|gravity|gravity_direction|(?:h|v)speed|health|iap_data|id|image_(?:alpha|angle|blend|depth|index|number|speed|xscale|yscale)|instance_(?:count|id)|keyboard_(?:key|lastchar|lastkey|string)|layer|lives|mask_index|mouse_(?:button|lastbutton|x|y)|object_index|os_(?:browser|device|type|version)|path_(?:endaction|index|orientation|position|positionprevious|scale|speed)|persistent|phy_(?:rotation|(?:col_normal|collision|com|linear_velocity|position|speed)_(?:x|y)|angular_(?:damping|velocity)|position_(?:x|y)previous|speed|linear_damping|bullet|fixed_rotation|active|mass|inertia|dynamic|kinematic|sleeping|collision_points)|pointer_(?:invalid|null)|room|room_(?:caption|first|height|last|persistent|speed|width)|score|secure_mode|show_(?:health|lives|score)|solid|speed|sprite_(?:height|index|width|xoffset|yoffset)|temp_directory|timeline_(?:index|loop|position|running|speed)|transition_(?:color|kind|steps)|undefined|view_(?:angle|current|enabled|(?:h|v)(?:border|speed)|(?:h|w|x|y)port|(?:h|w|x|y)view|object|surface_id|visible)|visible|webgl_enabled|working_directory|(?:x|y)(?:previous|start)|x|y|argument(?:_relitive|_count|\d)|argument|global|local|other|self)\b/})}function ta(e){e.languages.gap={shell:{pattern:/^gap>[\s\S]*?(?=^gap>|$(?![\s\S]))/m,greedy:!0,inside:{gap:{pattern:/^(gap>).+(?:(?:\r(?:\n|(?!\n))|\n)>.*)*/,lookbehind:!0,inside:null},punctuation:/^gap>/}},comment:{pattern:/#.*/,greedy:!0},string:{pattern:/(^|[^\\'"])(?:'(?:[^\r\n\\']|\\.){1,10}'|"(?:[^\r\n\\"]|\\.)*"(?!")|"""[\s\S]*?""")/,lookbehind:!0,greedy:!0,inside:{continuation:{pattern:/([\r\n])>/,lookbehind:!0,alias:"punctuation"}}},keyword:/\b(?:Assert|Info|IsBound|QUIT|TryNextMethod|Unbind|and|atomic|break|continue|do|elif|else|end|fi|for|function|if|in|local|mod|not|od|or|quit|readonly|readwrite|rec|repeat|return|then|until|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:{pattern:/(^|[^\w.]|\.\.)(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?(?:_[a-z]?)?(?=$|[^\w.]|\.\.)/,lookbehind:!0},continuation:{pattern:/([\r\n])>/,lookbehind:!0,alias:"punctuation"},operator:/->|[-+*/^~=!]|<>|[<>]=?|:=|\.\./,punctuation:/[()[\]{},;.:]/},e.languages.gap.shell.inside.gap.inside=e.languages.gap}function ti(e){e.languages.gcode={comment:/;.*|\B\(.*?\)\B/,string:{pattern:/"(?:""|[^"])*"/,greedy:!0},keyword:/\b[GM]\d+(?:\.\d+)?\b/,property:/\b[A-Z]/,checksum:{pattern:/(\*)\d+/,lookbehind:!0,alias:"number"},punctuation:/[:*]/}}function ts(e){e.languages.gdscript={comment:/#.*/,string:{pattern:/@?(?:("|')(?:(?!\1)[^\n\\]|\\[\s\S])*\1(?!"|')|"""(?:[^\\]|\\[\s\S])*?""")/,greedy:!0},"class-name":{pattern:/(^(?:class|class_name|extends)[ \t]+|^export\([ \t]*|\bas[ \t]+|(?:\b(?:const|var)[ \t]|[,(])[ \t]*\w+[ \t]*:[ \t]*|->[ \t]*)[a-zA-Z_]\w*/m,lookbehind:!0},keyword:/\b(?:and|as|assert|break|breakpoint|class|class_name|const|continue|elif|else|enum|export|extends|for|func|if|in|is|master|mastersync|match|not|null|onready|or|pass|preload|puppet|puppetsync|remote|remotesync|return|self|setget|signal|static|tool|var|while|yield)\b/,function:/\b[a-z_]\w*(?=[ \t]*\()/i,variable:/\$\w+/,number:[/\b0b[01_]+\b|\b0x[\da-fA-F_]+\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.[\d_]+)(?:e[+-]?[\d_]+)?\b/,/\b(?:INF|NAN|PI|TAU)\b/],constant:/\b[A-Z][A-Z_\d]*\b/,boolean:/\b(?:false|true)\b/,operator:/->|:=|&&|\|\||<<|>>|[-+*/%&|!<>=]=?|[~^]/,punctuation:/[.:,;()[\]{}]/}}function to(e){e.languages.gedcom={"line-value":{pattern:/(^[\t ]*\d+ +(?:@\w[\w!"$%&'()*+,\-./:;<=>?[\\\]^`{|}~\x80-\xfe #]*@ +)?\w+ ).+/m,lookbehind:!0,inside:{pointer:{pattern:/^@\w[\w!"$%&'()*+,\-./:;<=>?[\\\]^`{|}~\x80-\xfe #]*@$/,alias:"variable"}}},record:{pattern:/(^[\t ]*\d+ +(?:@\w[\w!"$%&'()*+,\-./:;<=>?[\\\]^`{|}~\x80-\xfe #]*@ +)?)\w+/m,lookbehind:!0,alias:"tag"},level:{pattern:/(^[\t ]*)\d+/m,lookbehind:!0,alias:"number"},pointer:{pattern:/@\w[\w!"$%&'()*+,\-./:;<=>?[\\\]^`{|}~\x80-\xfe #]*@/,alias:"variable"}}}function tl(e){e.languages.gettext={comment:[{pattern:/# .*/,greedy:!0,alias:"translator-comment"},{pattern:/#\..*/,greedy:!0,alias:"extracted-comment"},{pattern:/#:.*/,greedy:!0,alias:"reference-comment"},{pattern:/#,.*/,greedy:!0,alias:"flag-comment"},{pattern:/#\|.*/,greedy:!0,alias:"previously-untranslated-comment"},{pattern:/#.*/,greedy:!0}],string:{pattern:/(^|[^\\])"(?:[^"\\]|\\.)*"/,lookbehind:!0,greedy:!0},keyword:/^msg(?:ctxt|id|id_plural|str)\b/m,number:/\b\d+\b/,punctuation:/[\[\]]/},e.languages.po=e.languages.gettext}function tc(e){var t;t=/(?:\r?\n|\r)[ \t]*\|.+\|(?:(?!\|).)*/.source,e.languages.gherkin={pystring:{pattern:/("""|''')[\s\S]+?\1/,alias:"string"},comment:{pattern:/(^[ \t]*)#.*/m,lookbehind:!0},tag:{pattern:/(^[ \t]*)@\S*/m,lookbehind:!0},feature:{pattern:/((?:^|\r?\n|\r)[ \t]*)(?:Ability|Ahoy matey!|Arwedd|Aspekt|Besigheid Behoefte|Business Need|Caracteristica|Característica|Egenskab|Egenskap|Eiginleiki|Feature|Fīča|Fitur|Fonctionnalité|Fonksyonalite|Funcionalidade|Funcionalitat|Functionalitate|Funcţionalitate|Funcționalitate|Functionaliteit|Fungsi|Funkcia|Funkcija|Funkcionalitāte|Funkcionalnost|Funkcja|Funksie|Funktionalität|Funktionalitéit|Funzionalità|Hwaet|Hwæt|Jellemző|Karakteristik|Lastnost|Mak|Mogucnost|laH|Mogućnost|Moznosti|Možnosti|OH HAI|Omadus|Ominaisuus|Osobina|Özellik|Potrzeba biznesowa|perbogh|poQbogh malja'|Požadavek|Požiadavka|Pretty much|Qap|Qu'meH 'ut|Savybė|Tính năng|Trajto|Vermoë|Vlastnosť|Właściwość|Značilnost|Δυνατότητα|Λειτουργία|Могућност|Мөмкинлек|Особина|Свойство|Үзенчәлеклелек|Функционал|Функционалност|Функция|Функціонал|תכונה|خاصية|خصوصیت|صلاحیت|کاروبار کی ضرورت|وِیژگی|रूप लेख|ਖਾਸੀਅਤ|ਨਕਸ਼ ਨੁਹਾਰ|ਮੁਹਾਂਦਰਾ|గుణము|ಹೆಚ್ಚಳ|ความต้องการทางธุรกิจ|ความสามารถ|โครงหลัก|기능|フィーチャ|功能|機能):(?:[^:\r\n]+(?:\r?\n|\r|$))*/,lookbehind:!0,inside:{important:{pattern:/(:)[^\r\n]+/,lookbehind:!0},keyword:/[^:\r\n]+:/}},scenario:{pattern:/(^[ \t]*)(?:Abstract Scenario|Abstrakt Scenario|Achtergrond|Aer|Ær|Agtergrond|All y'all|Antecedentes|Antecedents|Atburðarás|Atburðarásir|Awww, look mate|B4|Background|Baggrund|Bakgrund|Bakgrunn|Bakgrunnur|Beispiele|Beispiller|Bối cảnh|Cefndir|Cenario|Cenário|Cenario de Fundo|Cenário de Fundo|Cenarios|Cenários|Contesto|Context|Contexte|Contexto|Conto|Contoh|Contone|Dæmi|Dasar|Dead men tell no tales|Delineacao do Cenario|Delineação do Cenário|Dis is what went down|Dữ liệu|Dyagram Senaryo|Dyagram senaryo|Egzanp|Ejemplos|Eksempler|Ekzemploj|Enghreifftiau|Esbozo do escenario|Escenari|Escenario|Esempi|Esquema de l'escenari|Esquema del escenario|Esquema do Cenario|Esquema do Cenário|EXAMPLZ|Examples|Exempel|Exemple|Exemples|Exemplos|First off|Fono|Forgatókönyv|Forgatókönyv vázlat|Fundo|Geçmiş|Grundlage|Hannergrond|ghantoH|Háttér|Heave to|Istorik|Juhtumid|Keadaan|Khung kịch bản|Khung tình huống|Kịch bản|Koncept|Konsep skenario|Kontèks|Kontekst|Kontekstas|Konteksts|Kontext|Konturo de la scenaro|Latar Belakang|lut chovnatlh|lut|lutmey|Lýsing Atburðarásar|Lýsing Dæma|MISHUN SRSLY|MISHUN|Menggariskan Senario|mo'|Náčrt Scenára|Náčrt Scénáře|Náčrt Scenáru|Oris scenarija|Örnekler|Osnova|Osnova Scenára|Osnova scénáře|Osnutek|Ozadje|Paraugs|Pavyzdžiai|Példák|Piemēri|Plan du scénario|Plan du Scénario|Plan Senaryo|Plan senaryo|Plang vum Szenario|Pozadí|Pozadie|Pozadina|Príklady|Příklady|Primer|Primeri|Primjeri|Przykłady|Raamstsenaarium|Reckon it's like|Rerefons|Scenár|Scénář|Scenarie|Scenarij|Scenarijai|Scenarijaus šablonas|Scenariji|Scenārijs|Scenārijs pēc parauga|Scenarijus|Scenario|Scénario|Scenario Amlinellol|Scenario Outline|Scenario Template|Scenariomal|Scenariomall|Scenarios|Scenariu|Scenariusz|Scenaro|Schema dello scenario|Se ðe|Se the|Se þe|Senario|Senaryo Deskripsyon|Senaryo deskripsyon|Senaryo|Senaryo taslağı|Shiver me timbers|Situācija|Situai|Situasie Uiteensetting|Situasie|Skenario konsep|Skenario|Skica|Structura scenariu|Structură scenariu|Struktura scenarija|Stsenaarium|Swa hwaer swa|Swa|Swa hwær swa|Szablon scenariusza|Szenario|Szenariogrundriss|Tapaukset|Tapaus|Tapausaihio|Taust|Tausta|Template Keadaan|Template Senario|Template Situai|The thing of it is|Tình huống|Variantai|Voorbeelde|Voorbeelden|Wharrimean is|Yo-ho-ho|You'll wanna|Założenia|Παραδείγματα|Περιγραφή Σεναρίου|Σενάρια|Σενάριο|Υπόβαθρο|Кереш|Контекст|Концепт|Мисаллар|Мисоллар|Основа|Передумова|Позадина|Предистория|Предыстория|Приклади|Пример|Примери|Примеры|Рамка на сценарий|Скица|Структура сценарија|Структура сценария|Структура сценарію|Сценарий|Сценарий структураси|Сценарийның төзелеше|Сценарији|Сценарио|Сценарій|Тарих|Үрнәкләр|דוגמאות|רקע|תבנית תרחיש|תרחיש|الخلفية|الگوی سناریو|امثلة|پس منظر|زمینه|سناریو|سيناريو|سيناريو مخطط|مثالیں|منظر نامے کا خاکہ|منظرنامہ|نمونه ها|उदाहरण|परिदृश्य|परिदृश्य रूपरेखा|पृष्ठभूमि|ਉਦਾਹਰਨਾਂ|ਪਟਕਥਾ|ਪਟਕਥਾ ਢਾਂਚਾ|ਪਟਕਥਾ ਰੂਪ ਰੇਖਾ|ਪਿਛੋਕੜ|ఉదాహరణలు|కథనం|నేపథ్యం|సన్నివేశం|ಉದಾಹರಣೆಗಳು|ಕಥಾಸಾರಾಂಶ|ವಿವರಣೆ|ಹಿನ್ನೆಲೆ|โครงสร้างของเหตุการณ์|ชุดของตัวอย่าง|ชุดของเหตุการณ์|แนวคิด|สรุปเหตุการณ์|เหตุการณ์|배경|시나리오|시나리오 개요|예|サンプル|シナリオ|シナリオアウトライン|シナリオテンプレ|シナリオテンプレート|テンプレ|例|例子|剧本|剧本大纲|劇本|劇本大綱|场景|场景大纲|場景|場景大綱|背景):[^:\r\n]*/m,lookbehind:!0,inside:{important:{pattern:/(:)[^\r\n]*/,lookbehind:!0},keyword:/[^:\r\n]+:/}},"table-body":{pattern:RegExp("("+t+")(?:"+t+")+"),lookbehind:!0,inside:{outline:{pattern:/<[^>]+>/,alias:"variable"},td:{pattern:/\s*[^\s|][^|]*/,alias:"string"},punctuation:/\|/}},"table-head":{pattern:RegExp(t),inside:{th:{pattern:/\s*[^\s|][^|]*/,alias:"variable"},punctuation:/\|/}},atrule:{pattern:/(^[ \t]+)(?:'a|'ach|'ej|7|a|A také|A taktiež|A tiež|A zároveň|Aber|Ac|Adott|Akkor|Ak|Aleshores|Ale|Ali|Allora|Alors|Als|Ama|Amennyiben|Amikor|Ampak|an|AN|Ananging|And y'all|And|Angenommen|Anrhegedig a|An|Apabila|Atès|Atesa|Atunci|Avast!|Aye|A|awer|Bagi|Banjur|Bet|Biết|Blimey!|Buh|But at the end of the day I reckon|But y'all|But|BUT|Cal|Când|Cand|Cando|Ce|Cuando|Če|Ða ðe|Ða|Dadas|Dada|Dados|Dado|DaH ghu' bejlu'|dann|Dann|Dano|Dan|Dar|Dat fiind|Data|Date fiind|Date|Dati fiind|Dati|Daţi fiind|Dați fiind|DEN|Dato|De|Den youse gotta|Dengan|Diberi|Diyelim ki|Donada|Donat|Donitaĵo|Do|Dun|Duota|Ðurh|Eeldades|Ef|Eğer ki|Entao|Então|Entón|E|En|Entonces|Epi|És|Etant donnée|Etant donné|Et|Étant données|Étant donnée|Étant donné|Etant données|Etant donnés|Étant donnés|Fakat|Gangway!|Gdy|Gegeben seien|Gegeben sei|Gegeven|Gegewe|ghu' noblu'|Gitt|Given y'all|Given|Givet|Givun|Ha|Cho|I CAN HAZ|In|Ir|It's just unbelievable|I|Ja|Jeśli|Jeżeli|Kad|Kada|Kadar|Kai|Kaj|Když|Keď|Kemudian|Ketika|Khi|Kiedy|Ko|Kuid|Kui|Kun|Lan|latlh|Le sa a|Let go and haul|Le|Lè sa a|Lè|Logo|Lorsqu'<|Lorsque|mä|Maar|Mais|Mając|Ma|Majd|Maka|Manawa|Mas|Men|Menawa|Mutta|Nalika|Nalikaning|Nanging|Når|När|Nato|Nhưng|Niin|Njuk|O zaman|Och|Og|Oletetaan|Ond|Onda|Oraz|Pak|Pero|Però|Podano|Pokiaľ|Pokud|Potem|Potom|Privzeto|Pryd|Quan|Quand|Quando|qaSDI'|Så|Sed|Se|Siis|Sipoze ke|Sipoze Ke|Sipoze|Si|Şi|Și|Soit|Stel|Tada|Tad|Takrat|Tak|Tapi|Ter|Tetapi|Tha the|Tha|Then y'all|Then|Thì|Thurh|Toda|Too right|Un|Und|ugeholl|Và|vaj|Vendar|Ve|wann|Wanneer|WEN|Wenn|When y'all|When|Wtedy|Wun|Y'know|Yeah nah|Yna|Youse know like when|Youse know when youse got|Y|Za predpokladu|Za předpokladu|Zadan|Zadani|Zadano|Zadate|Zadato|Zakładając|Zaradi|Zatati|Þa þe|Þa|Þá|Þegar|Þurh|Αλλά|Δεδομένου|Και|Όταν|Τότε|А також|Агар|Але|Али|Аммо|А|Әгәр|Әйтик|Әмма|Бирок|Ва|Вә|Дадено|Дано|Допустим|Если|Задате|Задати|Задато|И|І|К тому же|Када|Кад|Когато|Когда|Коли|Ләкин|Лекин|Нәтиҗәдә|Нехай|Но|Онда|Припустимо, що|Припустимо|Пусть|Также|Та|Тогда|Тоді|То|Унда|Һәм|Якщо|אבל|אזי|אז|בהינתן|וגם|כאשר|آنگاه|اذاً|اگر|اما|اور|با فرض|بالفرض|بفرض|پھر|تب|ثم|جب|عندما|فرض کیا|لكن|لیکن|متى|هنگامی|و|अगर|और|कदा|किन्तु|चूंकि|जब|तथा|तदा|तब|परन्तु|पर|यदि|ਅਤੇ|ਜਦੋਂ|ਜਿਵੇਂ ਕਿ|ਜੇਕਰ|ਤਦ|ਪਰ|అప్పుడు|ఈ పరిస్థితిలో|కాని|చెప్పబడినది|మరియు|ಆದರೆ|ನಂತರ|ನೀಡಿದ|ಮತ್ತು|ಸ್ಥಿತಿಯನ್ನು|กำหนดให้|ดังนั้น|แต่|เมื่อ|และ|그러면<|그리고<|단<|만약<|만일<|먼저<|조건<|하지만<|かつ<|しかし<|ただし<|ならば<|もし<|並且<|但し<|但是<|假如<|假定<|假設<|假设<|前提<|同时<|同時<|并且<|当<|當<|而且<|那么<|那麼<)(?=[ \t])/m,lookbehind:!0},string:{pattern:/"(?:\\.|[^"\\\r\n])*"|'(?:\\.|[^'\\\r\n])*'/,inside:{outline:{pattern:/<[^>]+>/,alias:"variable"}}},outline:{pattern:/<[^>]+>/,alias:"variable"}}}function tu(e){e.languages.git={comment:/^#.*/m,deleted:/^[-–].*/m,inserted:/^\+.*/m,string:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,command:{pattern:/^.*\$ git .*$/m,inside:{parameter:/\s--?\w+/}},coord:/^@@.*@@$/m,"commit-sha1":/^commit \w{40}$/m}}function td(e){e.register(G),e.languages.glsl=e.languages.extend("c",{keyword:/\b(?:active|asm|atomic_uint|attribute|[ibdu]?vec[234]|bool|break|buffer|case|cast|centroid|class|coherent|common|const|continue|d?mat[234](?:x[234])?|default|discard|do|double|else|enum|extern|external|false|filter|fixed|flat|float|for|fvec[234]|goto|half|highp|hvec[234]|[iu]?sampler2DMS(?:Array)?|[iu]?sampler2DRect|[iu]?samplerBuffer|[iu]?samplerCube|[iu]?samplerCubeArray|[iu]?sampler[123]D|[iu]?sampler[12]DArray|[iu]?image2DMS(?:Array)?|[iu]?image2DRect|[iu]?imageBuffer|[iu]?imageCube|[iu]?imageCubeArray|[iu]?image[123]D|[iu]?image[12]DArray|if|in|inline|inout|input|int|interface|invariant|layout|long|lowp|mediump|namespace|noinline|noperspective|out|output|partition|patch|precise|precision|public|readonly|resource|restrict|return|sample|sampler[12]DArrayShadow|sampler[12]DShadow|sampler2DRectShadow|sampler3DRect|samplerCubeArrayShadow|samplerCubeShadow|shared|short|sizeof|smooth|static|struct|subroutine|superp|switch|template|this|true|typedef|uint|uniform|union|unsigned|using|varying|void|volatile|while|writeonly)\b/})}function tp(e){e.languages.gn={comment:{pattern:/#.*/,greedy:!0},"string-literal":{pattern:/(^|[^\\"])"(?:[^\r\n"\\]|\\.)*"/,lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:\{[\s\S]*?\}|[a-zA-Z_]\w*|0x[a-fA-F0-9]{2})/,lookbehind:!0,inside:{number:/^\$0x[\s\S]{2}$/,variable:/^\$\w+$/,"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:null}}},string:/[\s\S]+/}},keyword:/\b(?:else|if)\b/,boolean:/\b(?:false|true)\b/,"builtin-function":{pattern:/\b(?:assert|defined|foreach|import|pool|print|template|tool|toolchain)(?=\s*\()/i,alias:"keyword"},function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:current_cpu|current_os|current_toolchain|default_toolchain|host_cpu|host_os|root_build_dir|root_gen_dir|root_out_dir|target_cpu|target_gen_dir|target_os|target_out_dir)\b/,number:/-?\b\d+\b/,operator:/[-+!=<>]=?|&&|\|\|/,punctuation:/[(){}[\],.]/},e.languages.gn["string-literal"].inside.interpolation.inside.expression.inside=e.languages.gn,e.languages.gni=e.languages.gn}function th(e){e.languages["linker-script"]={comment:{pattern:/(^|\s)\/\*[\s\S]*?(?:$|\*\/)/,lookbehind:!0,greedy:!0},identifier:{pattern:/"[^"\r\n]*"/,greedy:!0},"location-counter":{pattern:/\B\.\B/,alias:"important"},section:{pattern:/(^|[^\w*])\.\w+\b/,lookbehind:!0,alias:"keyword"},function:/\b[A-Z][A-Z_]*(?=\s*\()/,number:/\b(?:0[xX][a-fA-F0-9]+|\d+)[KM]?\b/,operator:/>>=?|<<=?|->|\+\+|--|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?/,punctuation:/[(){},;]/},e.languages.ld=e.languages["linker-script"]}function tf(e){e.register(I),e.languages.go=e.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/}),e.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete e.languages.go["class-name"]}function tg(e){e.languages["go-mod"]=e.languages["go-module"]={comment:{pattern:/\/\/.*/,greedy:!0},version:{pattern:/(^|[\s()[\],])v\d+\.\d+\.\d+(?:[+-][-+.\w]*)?(?![^\s()[\],])/,lookbehind:!0,alias:"number"},"go-version":{pattern:/((?:^|\s)go\s+)\d+(?:\.\d+){1,2}/,lookbehind:!0,alias:"number"},keyword:{pattern:/^([ \t]*)(?:exclude|go|module|replace|require|retract)\b/m,lookbehind:!0},operator:/=>/,punctuation:/[()[\],]/}}function tm(e){var t;e.register(I),t={pattern:/((?:^|[^\\$])(?:\\{2})*)\$(?:\w+|\{[^{}]*\})/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:null}}},e.languages.gradle=e.languages.extend("clike",{string:{pattern:/'''(?:[^\\]|\\[\s\S])*?'''|'(?:\\.|[^\\'\r\n])*'/,greedy:!0},keyword:/\b(?:apply|def|dependencies|else|if|implementation|import|plugin|plugins|project|repositories|repository|sourceSets|tasks|val)\b/,number:/\b(?:0b[01_]+|0x[\da-f_]+(?:\.[\da-f_p\-]+)?|[\d_]+(?:\.[\d_]+)?(?:e[+-]?\d+)?)[glidf]?\b/i,operator:{pattern:/(^|[^.])(?:~|==?~?|\?[.:]?|\*(?:[.=]|\*=?)?|\.[@&]|\.\.<|\.\.(?!\.)|-[-=>]?|\+[+=]?|!=?|<(?:<=?|=>?)?|>(?:>>?=?|=)?|&[&=]?|\|[|=]?|\/=?|\^=?|%=?)/,lookbehind:!0},punctuation:/\.+|[{}[\];(),:$]/}),e.languages.insertBefore("gradle","string",{shebang:{pattern:/#!.+/,alias:"comment",greedy:!0},"interpolation-string":{pattern:/"""(?:[^\\]|\\[\s\S])*?"""|(["/])(?:\\.|(?!\1)[^\\\r\n])*\1|\$\/(?:[^/$]|\$(?:[/$]|(?![/$]))|\/(?!\$))*\/\$/,greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}}}),e.languages.insertBefore("gradle","punctuation",{"spock-block":/\b(?:and|cleanup|expect|given|setup|then|when|where):/}),e.languages.insertBefore("gradle","function",{annotation:{pattern:/(^|[^.])@\w+/,lookbehind:!0,alias:"punctuation"}}),t.inside.expression.inside=e.languages.gradle}function tb(e){e.languages.graphql={comment:/#.*/,description:{pattern:/(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i,greedy:!0,alias:"string",inside:{"language-markdown":{pattern:/(^"(?:"")?)(?!\1)[\s\S]+(?=\1$)/,lookbehind:!0,inside:e.languages.markdown}}},string:{pattern:/"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},number:/(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,boolean:/\b(?:false|true)\b/,variable:/\$[a-z_]\w*/i,directive:{pattern:/@[a-z_]\w*/i,alias:"function"},"attr-name":{pattern:/\b[a-z_]\w*(?=\s*(?:\((?:[^()"]|"(?:\\.|[^\\"\r\n])*")*\))?:)/i,greedy:!0},"atom-input":{pattern:/\b[A-Z]\w*Input\b/,alias:"class-name"},scalar:/\b(?:Boolean|Float|ID|Int|String)\b/,constant:/\b[A-Z][A-Z_\d]*\b/,"class-name":{pattern:/(\b(?:enum|implements|interface|on|scalar|type|union)\s+|&\s*|:\s*|\[)[A-Z_]\w*/,lookbehind:!0},fragment:{pattern:/(\bfragment\s+|\.{3}\s*(?!on\b))[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-mutation":{pattern:/(\bmutation\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-query":{pattern:/(\bquery\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},keyword:/\b(?:directive|enum|extend|fragment|implements|input|interface|mutation|on|query|repeatable|scalar|schema|subscription|type|union)\b/,operator:/[!=|&]|\.{3}/,"property-query":/\w+(?=\s*\()/,object:/\w+(?=\s*\{)/,punctuation:/[!(){}\[\]:=,]/,property:/\w+/},e.hooks.add("after-tokenize",function(e){if("graphql"===e.language)for(var t=e.tokens.filter(function(e){return"string"!=typeof e&&"comment"!==e.type&&"scalar"!==e.type}),n=0;n<t.length;){var r=t[n++];if("keyword"===r.type&&"mutation"===r.content){var a=[];if(u(["definition-mutation","punctuation"])&&"("===t[n+1].content){n+=2;var i=d(/^\($/,/^\)$/);if(-1===i)continue;for(;n<i;n++){var s=t[n+0];"variable"===s.type&&(p(s,"variable-input"),a.push(s.content))}n=i+1}if(u(["punctuation","property-query"])&&"{"===t[n+0].content&&(p(t[++n+0],"property-mutation"),a.length>0)){var o=d(/^\{$/,/^\}$/);if(-1===o)continue;for(var l=n;l<o;l++){var c=t[l];"variable"===c.type&&a.indexOf(c.content)>=0&&p(c,"variable-input")}}}}function u(e,r){r=r||0;for(var a=0;a<e.length;a++){var i=t[n+(a+r)];if(!i||i.type!==e[a])return!1}return!0}function d(e,r){for(var a=1,i=n;i<t.length;i++){var s=t[i],o=s.content;if("punctuation"===s.type&&"string"==typeof o){if(e.test(o))a++;else if(r.test(o)&&0==--a)return i}}return -1}function p(e,t){var n=e.alias;n?Array.isArray(n)||(e.alias=n=[n]):e.alias=n=[],n.push(t)}})}function tE(e){var t;e.register(I),t={pattern:/((?:^|[^\\$])(?:\\{2})*)\$(?:\w+|\{[^{}]*\})/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:null}}},e.languages.groovy=e.languages.extend("clike",{string:{pattern:/'''(?:[^\\]|\\[\s\S])*?'''|'(?:\\.|[^\\'\r\n])*'/,greedy:!0},keyword:/\b(?:abstract|as|assert|boolean|break|byte|case|catch|char|class|const|continue|def|default|do|double|else|enum|extends|final|finally|float|for|goto|if|implements|import|in|instanceof|int|interface|long|native|new|package|private|protected|public|return|short|static|strictfp|super|switch|synchronized|this|throw|throws|trait|transient|try|void|volatile|while)\b/,number:/\b(?:0b[01_]+|0x[\da-f_]+(?:\.[\da-f_p\-]+)?|[\d_]+(?:\.[\d_]+)?(?:e[+-]?\d+)?)[glidf]?\b/i,operator:{pattern:/(^|[^.])(?:~|==?~?|\?[.:]?|\*(?:[.=]|\*=?)?|\.[@&]|\.\.<|\.\.(?!\.)|-[-=>]?|\+[+=]?|!=?|<(?:<=?|=>?)?|>(?:>>?=?|=)?|&[&=]?|\|[|=]?|\/=?|\^=?|%=?)/,lookbehind:!0},punctuation:/\.+|[{}[\];(),:$]/}),e.languages.insertBefore("groovy","string",{shebang:{pattern:/#!.+/,alias:"comment",greedy:!0},"interpolation-string":{pattern:/"""(?:[^\\]|\\[\s\S])*?"""|(["/])(?:\\.|(?!\1)[^\\\r\n])*\1|\$\/(?:[^/$]|\$(?:[/$]|(?![/$]))|\/(?!\$))*\/\$/,greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}}}),e.languages.insertBefore("groovy","punctuation",{"spock-block":/\b(?:and|cleanup|expect|given|setup|then|when|where):/}),e.languages.insertBefore("groovy","function",{annotation:{pattern:/(^|[^.])@\w+/,lookbehind:!0,alias:"punctuation"}}),t.inside.expression.inside=e.languages.groovy}function ty(e){e.register(k),e.languages.less=e.languages.extend("css",{comment:[/\/\*[\s\S]*?\*\//,{pattern:/(^|[^\\])\/\/.*/,lookbehind:!0}],atrule:{pattern:/@[\w-](?:\((?:[^(){}]|\([^(){}]*\))*\)|[^(){};\s]|\s+(?!\s))*?(?=\s*\{)/,inside:{punctuation:/[:()]/}},selector:{pattern:/(?:@\{[\w-]+\}|[^{};\s@])(?:@\{[\w-]+\}|\((?:[^(){}]|\([^(){}]*\))*\)|[^(){};@\s]|\s+(?!\s))*?(?=\s*\{)/,inside:{variable:/@+[\w-]+/}},property:/(?:@\{[\w-]+\}|[\w-])+(?:\+_?)?(?=\s*:)/,operator:/[+\-*\/]/}),e.languages.insertBefore("less","property",{variable:[{pattern:/@[\w-]+\s*:/,inside:{punctuation:/:/}},/@@?[\w-]+/],"mixin-usage":{pattern:/([{;]\s*)[.#](?!\d)[\w-].*?(?=[(;])/,lookbehind:!0,alias:"function"}})}function tT(e){e.register(k),e.languages.scss=e.languages.extend("css",{comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},atrule:{pattern:/@[\w-](?:\([^()]+\)|[^()\s]|\s+(?!\s))*?(?=\s+[{;])/,inside:{rule:/@[\w-]+/}},url:/(?:[-a-z]+-)?url(?=\()/i,selector:{pattern:/(?=\S)[^@;{}()]?(?:[^@;{}()\s]|\s+(?!\s)|#\{\$[-\w]+\})+(?=\s*\{(?:\}|\s|[^}][^:{}]*[:{][^}]))/,inside:{parent:{pattern:/&/,alias:"important"},placeholder:/%[-\w]+/,variable:/\$[-\w]+|#\{\$[-\w]+\}/}},property:{pattern:/(?:[-\w]|\$[-\w]|#\{\$[-\w]+\})+(?=\s*:)/,inside:{variable:/\$[-\w]+|#\{\$[-\w]+\}/}}}),e.languages.insertBefore("scss","atrule",{keyword:[/@(?:content|debug|each|else(?: if)?|extend|for|forward|function|if|import|include|mixin|return|use|warn|while)\b/i,{pattern:/( )(?:from|through)(?= )/,lookbehind:!0}]}),e.languages.insertBefore("scss","important",{variable:/\$[-\w]+|#\{\$[-\w]+\}/}),e.languages.insertBefore("scss","function",{"module-modifier":{pattern:/\b(?:as|hide|show|with)\b/i,alias:"keyword"},placeholder:{pattern:/%[-\w]+/,alias:"selector"},statement:{pattern:/\B!(?:default|optional)\b/i,alias:"keyword"},boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"},operator:{pattern:/(\s)(?:[-+*\/%]|[=!]=|<=?|>=?|and|not|or)(?=\s)/,lookbehind:!0}}),e.languages.scss.atrule.inside.rest=e.languages.scss}function t_(e){e.register(A),function(e){var t=/\([^|()\n]+\)|\[[^\]\n]+\]|\{[^}\n]+\}/.source,n=/\)|\((?![^|()\n]+\))/.source;function r(e,r){return RegExp(e.replace(/<MOD>/g,function(){return"(?:"+t+")"}).replace(/<PAR>/g,function(){return"(?:"+n+")"}),r||"")}var a={css:{pattern:/\{[^{}]+\}/,inside:{rest:e.languages.css}},"class-id":{pattern:/(\()[^()]+(?=\))/,lookbehind:!0,alias:"attr-value"},lang:{pattern:/(\[)[^\[\]]+(?=\])/,lookbehind:!0,alias:"attr-value"},punctuation:/[\\\/]\d+|\S/},i=e.languages.textile=e.languages.extend("markup",{phrase:{pattern:/(^|\r|\n)\S[\s\S]*?(?=$|\r?\n\r?\n|\r\r)/,lookbehind:!0,inside:{"block-tag":{pattern:r(/^[a-z]\w*(?:<MOD>|<PAR>|[<>=])*\./.source),inside:{modifier:{pattern:r(/(^[a-z]\w*)(?:<MOD>|<PAR>|[<>=])+(?=\.)/.source),lookbehind:!0,inside:a},tag:/^[a-z]\w*/,punctuation:/\.$/}},list:{pattern:r(/^[*#]+<MOD>*\s+\S.*/.source,"m"),inside:{modifier:{pattern:r(/(^[*#]+)<MOD>+/.source),lookbehind:!0,inside:a},punctuation:/^[*#]+/}},table:{pattern:r(/^(?:(?:<MOD>|<PAR>|[<>=^~])+\.\s*)?(?:\|(?:(?:<MOD>|<PAR>|[<>=^~_]|[\\/]\d+)+\.|(?!(?:<MOD>|<PAR>|[<>=^~_]|[\\/]\d+)+\.))[^|]*)+\|/.source,"m"),inside:{modifier:{pattern:r(/(^|\|(?:\r?\n|\r)?)(?:<MOD>|<PAR>|[<>=^~_]|[\\/]\d+)+(?=\.)/.source),lookbehind:!0,inside:a},punctuation:/\||^\./}},inline:{pattern:r(/(^|[^a-zA-Z\d])(\*\*|__|\?\?|[*_%@+\-^~])<MOD>*.+?\2(?![a-zA-Z\d])/.source),lookbehind:!0,inside:{bold:{pattern:r(/(^(\*\*?)<MOD>*).+?(?=\2)/.source),lookbehind:!0},italic:{pattern:r(/(^(__?)<MOD>*).+?(?=\2)/.source),lookbehind:!0},cite:{pattern:r(/(^\?\?<MOD>*).+?(?=\?\?)/.source),lookbehind:!0,alias:"string"},code:{pattern:r(/(^@<MOD>*).+?(?=@)/.source),lookbehind:!0,alias:"keyword"},inserted:{pattern:r(/(^\+<MOD>*).+?(?=\+)/.source),lookbehind:!0},deleted:{pattern:r(/(^-<MOD>*).+?(?=-)/.source),lookbehind:!0},span:{pattern:r(/(^%<MOD>*).+?(?=%)/.source),lookbehind:!0},modifier:{pattern:r(/(^\*\*|__|\?\?|[*_%@+\-^~])<MOD>+/.source),lookbehind:!0,inside:a},punctuation:/[*_%?@+\-^~]+/}},"link-ref":{pattern:/^\[[^\]]+\]\S+$/m,inside:{string:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0},url:{pattern:/(^\])\S+$/,lookbehind:!0},punctuation:/[\[\]]/}},link:{pattern:r(/"<MOD>*[^"]+":.+?(?=[^\w/]?(?:\s|$))/.source),inside:{text:{pattern:r(/(^"<MOD>*)[^"]+(?=")/.source),lookbehind:!0},modifier:{pattern:r(/(^")<MOD>+/.source),lookbehind:!0,inside:a},url:{pattern:/(:).+/,lookbehind:!0},punctuation:/[":]/}},image:{pattern:r(/!(?:<MOD>|<PAR>|[<>=])*(?![<>=])[^!\s()]+(?:\([^)]+\))?!(?::.+?(?=[^\w/]?(?:\s|$)))?/.source),inside:{source:{pattern:r(/(^!(?:<MOD>|<PAR>|[<>=])*)(?![<>=])[^!\s()]+(?:\([^)]+\))?(?=!)/.source),lookbehind:!0,alias:"url"},modifier:{pattern:r(/(^!)(?:<MOD>|<PAR>|[<>=])+/.source),lookbehind:!0,inside:a},url:{pattern:/(:).+/,lookbehind:!0},punctuation:/[!:]/}},footnote:{pattern:/\b\[\d+\]/,alias:"comment",inside:{punctuation:/\[|\]/}},acronym:{pattern:/\b[A-Z\d]+\([^)]+\)/,inside:{comment:{pattern:/(\()[^()]+(?=\))/,lookbehind:!0},punctuation:/[()]/}},mark:{pattern:/\b\((?:C|R|TM)\)/,alias:"comment",inside:{punctuation:/[()]/}}}}}),s=i.phrase.inside,o={inline:s.inline,link:s.link,image:s.image,footnote:s.footnote,acronym:s.acronym,mark:s.mark};i.tag.pattern=/<\/?(?!\d)[a-z0-9]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+))?)*\s*\/?>/i;var l=s.inline.inside;l.bold.inside=o,l.italic.inside=o,l.inserted.inside=o,l.deleted.inside=o,l.span.inside=o;var c=s.table.inside;c.inline=o.inline,c.link=o.link,c.image=o.image,c.footnote=o.footnote,c.acronym=o.acronym,c.mark=o.mark}(e)}function tS(e){e.register(eD),function(e){e.languages.haml={"multiline-comment":{pattern:/((?:^|\r?\n|\r)([\t ]*))(?:\/|-#).*(?:(?:\r?\n|\r)\2[\t ].+)*/,lookbehind:!0,alias:"comment"},"multiline-code":[{pattern:/((?:^|\r?\n|\r)([\t ]*)(?:[~-]|[&!]?=)).*,[\t ]*(?:(?:\r?\n|\r)\2[\t ].*,[\t ]*)*(?:(?:\r?\n|\r)\2[\t ].+)/,lookbehind:!0,inside:e.languages.ruby},{pattern:/((?:^|\r?\n|\r)([\t ]*)(?:[~-]|[&!]?=)).*\|[\t ]*(?:(?:\r?\n|\r)\2[\t ].*\|[\t ]*)*/,lookbehind:!0,inside:e.languages.ruby}],filter:{pattern:/((?:^|\r?\n|\r)([\t ]*)):[\w-]+(?:(?:\r?\n|\r)(?:\2[\t ].+|\s*?(?=\r?\n|\r)))+/,lookbehind:!0,inside:{"filter-name":{pattern:/^:[\w-]+/,alias:"symbol"}}},markup:{pattern:/((?:^|\r?\n|\r)[\t ]*)<.+/,lookbehind:!0,inside:e.languages.markup},doctype:{pattern:/((?:^|\r?\n|\r)[\t ]*)!!!(?: .+)?/,lookbehind:!0},tag:{pattern:/((?:^|\r?\n|\r)[\t ]*)[%.#][\w\-#.]*[\w\-](?:\([^)]+\)|\{(?:\{[^}]+\}|[^{}])+\}|\[[^\]]+\])*[\/<>]*/,lookbehind:!0,inside:{attributes:[{pattern:/(^|[^#])\{(?:\{[^}]+\}|[^{}])+\}/,lookbehind:!0,inside:e.languages.ruby},{pattern:/\([^)]+\)/,inside:{"attr-value":{pattern:/(=\s*)(?:"(?:\\.|[^\\"\r\n])*"|[^)\s]+)/,lookbehind:!0},"attr-name":/[\w:-]+(?=\s*!?=|\s*[,)])/,punctuation:/[=(),]/}},{pattern:/\[[^\]]+\]/,inside:e.languages.ruby}],punctuation:/[<>]/}},code:{pattern:/((?:^|\r?\n|\r)[\t ]*(?:[~-]|[&!]?=)).+/,lookbehind:!0,inside:e.languages.ruby},interpolation:{pattern:/#\{[^}]+\}/,inside:{delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"},ruby:{pattern:/[\s\S]+/,inside:e.languages.ruby}}},punctuation:{pattern:/((?:^|\r?\n|\r)[\t ]*)[~=\-&!]+/,lookbehind:!0}};for(var t=["css",{filter:"coffee",language:"coffeescript"},"erb","javascript","less","markdown","ruby","scss","textile"],n={},r=0,a=t.length;r<a;r++){var i=t[r];i="string"==typeof i?{filter:i,language:i}:i,e.languages[i.language]&&(n["filter-"+i.filter]={pattern:RegExp("((?:^|\\r?\\n|\\r)([\\t ]*)):{{filter_name}}(?:(?:\\r?\\n|\\r)(?:\\2[\\t ].+|\\s*?(?=\\r?\\n|\\r)))+".replace("{{filter_name}}",function(){return i.filter})),lookbehind:!0,inside:{"filter-name":{pattern:/^:[\w-]+/,alias:"symbol"},text:{pattern:/[\s\S]+/,alias:[i.language,"language-"+i.language],inside:e.languages[i.language]}}})}e.languages.insertBefore("haml","filter",n)}(e)}function tA(e){e.register(ez),e.languages.handlebars={comment:/\{\{![\s\S]*?\}\}/,delimiter:{pattern:/^\{\{\{?|\}\}\}?$/,alias:"punctuation"},string:/(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/,number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee][+-]?\d+)?/,boolean:/\b(?:false|true)\b/,block:{pattern:/^(\s*(?:~\s*)?)[#\/]\S+?(?=\s*(?:~\s*)?$|\s)/,lookbehind:!0,alias:"keyword"},brackets:{pattern:/\[[^\]]+\]/,inside:{punctuation:/\[|\]/,variable:/[\s\S]+/}},punctuation:/[!"#%&':()*+,.\/;<=>@\[\\\]^`{|}~]/,variable:/[^!"#%&'()*+,\/;<=>@\[\\\]^`{|}~\s]+/},e.hooks.add("before-tokenize",function(t){e.languages["markup-templating"].buildPlaceholders(t,"handlebars",/\{\{\{[\s\S]+?\}\}\}|\{\{[\s\S]+?\}\}/g)}),e.hooks.add("after-tokenize",function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"handlebars")}),e.languages.hbs=e.languages.handlebars,e.languages.mustache=e.languages.handlebars}function tk(e){e.languages.haskell={comment:{pattern:/(^|[^-!#$%*+=?&@|~.:<>^\\\/])(?:--(?:(?=.)[^-!#$%*+=?&@|~.:<>^\\\/].*|$)|\{-[\s\S]*?-\})/m,lookbehind:!0},char:{pattern:/'(?:[^\\']|\\(?:[abfnrtv\\"'&]|\^[A-Z@[\]^_]|ACK|BEL|BS|CAN|CR|DC1|DC2|DC3|DC4|DEL|DLE|EM|ENQ|EOT|ESC|ETB|ETX|FF|FS|GS|HT|LF|NAK|NUL|RS|SI|SO|SOH|SP|STX|SUB|SYN|US|VT|\d+|o[0-7]+|x[0-9a-fA-F]+))'/,alias:"string"},string:{pattern:/"(?:[^\\"]|\\(?:\S|\s+\\))*"/,greedy:!0},keyword:/\b(?:case|class|data|deriving|do|else|if|in|infixl|infixr|instance|let|module|newtype|of|primitive|then|type|where)\b/,"import-statement":{pattern:/(^[\t ]*)import\s+(?:qualified\s+)?(?:[A-Z][\w']*)(?:\.[A-Z][\w']*)*(?:\s+as\s+(?:[A-Z][\w']*)(?:\.[A-Z][\w']*)*)?(?:\s+hiding\b)?/m,lookbehind:!0,inside:{keyword:/\b(?:as|hiding|import|qualified)\b/,punctuation:/\./}},builtin:/\b(?:abs|acos|acosh|all|and|any|appendFile|approxRational|asTypeOf|asin|asinh|atan|atan2|atanh|basicIORun|break|catch|ceiling|chr|compare|concat|concatMap|const|cos|cosh|curry|cycle|decodeFloat|denominator|digitToInt|div|divMod|drop|dropWhile|either|elem|encodeFloat|enumFrom|enumFromThen|enumFromThenTo|enumFromTo|error|even|exp|exponent|fail|filter|flip|floatDigits|floatRadix|floatRange|floor|fmap|foldl|foldl1|foldr|foldr1|fromDouble|fromEnum|fromInt|fromInteger|fromIntegral|fromRational|fst|gcd|getChar|getContents|getLine|group|head|id|inRange|index|init|intToDigit|interact|ioError|isAlpha|isAlphaNum|isAscii|isControl|isDenormalized|isDigit|isHexDigit|isIEEE|isInfinite|isLower|isNaN|isNegativeZero|isOctDigit|isPrint|isSpace|isUpper|iterate|last|lcm|length|lex|lexDigits|lexLitChar|lines|log|logBase|lookup|map|mapM|mapM_|max|maxBound|maximum|maybe|min|minBound|minimum|mod|negate|not|notElem|null|numerator|odd|or|ord|otherwise|pack|pi|pred|primExitWith|print|product|properFraction|putChar|putStr|putStrLn|quot|quotRem|range|rangeSize|read|readDec|readFile|readFloat|readHex|readIO|readInt|readList|readLitChar|readLn|readOct|readParen|readSigned|reads|readsPrec|realToFrac|recip|rem|repeat|replicate|return|reverse|round|scaleFloat|scanl|scanl1|scanr|scanr1|seq|sequence|sequence_|show|showChar|showInt|showList|showLitChar|showParen|showSigned|showString|shows|showsPrec|significand|signum|sin|sinh|snd|sort|span|splitAt|sqrt|subtract|succ|sum|tail|take|takeWhile|tan|tanh|threadToIOResult|toEnum|toInt|toInteger|toLower|toRational|toUpper|truncate|uncurry|undefined|unlines|until|unwords|unzip|unzip3|userError|words|writeFile|zip|zip3|zipWith|zipWith3)\b/,number:/\b(?:\d+(?:\.\d+)?(?:e[+-]?\d+)?|0o[0-7]+|0x[0-9a-f]+)\b/i,operator:[{pattern:/`(?:[A-Z][\w']*\.)*[_a-z][\w']*`/,greedy:!0},{pattern:/(\s)\.(?=\s)/,lookbehind:!0},/[-!#$%*+=?&@|~:<>^\\\/][-!#$%*+=?&@|~.:<>^\\\/]*|\.[-!#$%*+=?&@|~.:<>^\\\/]+/],hvariable:{pattern:/\b(?:[A-Z][\w']*\.)*[_a-z][\w']*/,inside:{punctuation:/\./}},constant:{pattern:/\b(?:[A-Z][\w']*\.)*[A-Z][\w']*/,inside:{punctuation:/\./}},punctuation:/[{}[\];(),.:]/},e.languages.hs=e.languages.haskell}function tI(e){e.register(I),e.languages.haxe=e.languages.extend("clike",{string:{pattern:/"(?:[^"\\]|\\[\s\S])*"/,greedy:!0},"class-name":[{pattern:/(\b(?:abstract|class|enum|extends|implements|interface|new|typedef)\s+)[A-Z_]\w*/,lookbehind:!0},/\b[A-Z]\w*/],keyword:/\bthis\b|\b(?:abstract|as|break|case|cast|catch|class|continue|default|do|dynamic|else|enum|extends|extern|final|for|from|function|if|implements|import|in|inline|interface|macro|new|null|operator|overload|override|package|private|public|return|static|super|switch|throw|to|try|typedef|untyped|using|var|while)(?!\.)\b/,function:{pattern:/\b[a-z_]\w*(?=\s*(?:<[^<>]*>\s*)?\()/i,greedy:!0},operator:/\.{3}|\+\+|--|&&|\|\||->|=>|(?:<<?|>{1,3}|[-+*/%!=&|^])=?|[?:~]/}),e.languages.insertBefore("haxe","string",{"string-interpolation":{pattern:/'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{interpolation:{pattern:/(^|[^\\])\$(?:\w+|\{[^{}]+\})/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:e.languages.haxe}}},string:/[\s\S]+/}}}),e.languages.insertBefore("haxe","class-name",{regex:{pattern:/~\/(?:[^\/\\\r\n]|\\.)+\/[a-z]*/,greedy:!0,inside:{"regex-flags":/\b[a-z]+$/,"regex-source":{pattern:/^(~\/)[\s\S]+(?=\/$)/,lookbehind:!0,alias:"language-regex",inside:e.languages.regex},"regex-delimiter":/^~\/|\/$/}}}),e.languages.insertBefore("haxe","keyword",{preprocessor:{pattern:/#(?:else|elseif|end|if)\b.*/,alias:"property"},metadata:{pattern:/@:?[\w.]+/,alias:"symbol"},reification:{pattern:/\$(?:\w+|(?=\{))/,alias:"important"}})}function tN(e){e.languages.hcl={comment:/(?:\/\/|#).*|\/\*[\s\S]*?(?:\*\/|$)/,heredoc:{pattern:/<<-?(\w+\b)[\s\S]*?^[ \t]*\1/m,greedy:!0,alias:"string"},keyword:[{pattern:/(?:data|resource)\s+(?:"(?:\\[\s\S]|[^\\"])*")(?=\s+"[\w-]+"\s+\{)/i,inside:{type:{pattern:/(resource|data|\s+)(?:"(?:\\[\s\S]|[^\\"])*")/i,lookbehind:!0,alias:"variable"}}},{pattern:/(?:backend|module|output|provider|provisioner|variable)\s+(?:[\w-]+|"(?:\\[\s\S]|[^\\"])*")\s+(?=\{)/i,inside:{type:{pattern:/(backend|module|output|provider|provisioner|variable)\s+(?:[\w-]+|"(?:\\[\s\S]|[^\\"])*")\s+/i,lookbehind:!0,alias:"variable"}}},/[\w-]+(?=\s+\{)/],property:[/[-\w\.]+(?=\s*=(?!=))/,/"(?:\\[\s\S]|[^\\"])+"(?=\s*[:=])/],string:{pattern:/"(?:[^\\$"]|\\[\s\S]|\$(?:(?=")|\$+(?!\$)|[^"${])|\$\{(?:[^{}"]|"(?:[^\\"]|\\[\s\S])*")*\})*"/,greedy:!0,inside:{interpolation:{pattern:/(^|[^$])\$\{(?:[^{}"]|"(?:[^\\"]|\\[\s\S])*")*\}/,lookbehind:!0,inside:{type:{pattern:/(\b(?:count|data|local|module|path|self|terraform|var)\b\.)[\w\*]+/i,lookbehind:!0,alias:"variable"},keyword:/\b(?:count|data|local|module|path|self|terraform|var)\b/i,function:/\w+(?=\()/,string:{pattern:/"(?:\\[\s\S]|[^\\"])*"/,greedy:!0},number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?(?:e[+-]?\d+)?/i,punctuation:/[!\$#%&'()*+,.\/;<=>@\[\\\]^`{|}~?:]/}}}},number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?(?:e[+-]?\d+)?/i,boolean:/\b(?:false|true)\b/i,punctuation:/[=\[\]{}]/}}function tv(e){e.register(G),e.languages.hlsl=e.languages.extend("c",{"class-name":[e.languages.c["class-name"],/\b(?:AppendStructuredBuffer|BlendState|Buffer|ByteAddressBuffer|CompileShader|ComputeShader|ConsumeStructuredBuffer|DepthStencilState|DepthStencilView|DomainShader|GeometryShader|Hullshader|InputPatch|LineStream|OutputPatch|PixelShader|PointStream|RWBuffer|RWByteAddressBuffer|RWStructuredBuffer|RWTexture(?:1D|1DArray|2D|2DArray|3D)|RasterizerState|RenderTargetView|SamplerComparisonState|SamplerState|StructuredBuffer|Texture(?:1D|1DArray|2D|2DArray|2DMS|2DMSArray|3D|Cube|CubeArray)|TriangleStream|VertexShader)\b/],keyword:[/\b(?:asm|asm_fragment|auto|break|case|catch|cbuffer|centroid|char|class|column_major|compile|compile_fragment|const|const_cast|continue|default|delete|discard|do|dynamic_cast|else|enum|explicit|export|extern|for|friend|fxgroup|goto|groupshared|if|in|inline|inout|interface|line|lineadj|linear|long|matrix|mutable|namespace|new|nointerpolation|noperspective|operator|out|packoffset|pass|pixelfragment|point|precise|private|protected|public|register|reinterpret_cast|return|row_major|sample|sampler|shared|short|signed|sizeof|snorm|stateblock|stateblock_state|static|static_cast|string|struct|switch|tbuffer|technique|technique10|technique11|template|texture|this|throw|triangle|triangleadj|try|typedef|typename|uniform|union|unorm|unsigned|using|vector|vertexfragment|virtual|void|volatile|while)\b/,/\b(?:bool|double|dword|float|half|int|min(?:10float|12int|16(?:float|int|uint))|uint)(?:[1-4](?:x[1-4])?)?\b/],number:/(?:(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[eE][+-]?\d+)?|\b0x[\da-fA-F]+)[fFhHlLuU]?\b/,boolean:/\b(?:false|true)\b/})}function tR(e){e.languages.hoon={comment:{pattern:/::.*/,greedy:!0},string:{pattern:/"(?:[^"\\]|\\.)*"|'(?:[^'\\]|\\.)*'/,greedy:!0},constant:/%(?:\.[ny]|[\w-]+)/,"class-name":/@(?:[a-z0-9-]*[a-z0-9])?|\*/i,function:/(?:\+[-+] {2})?(?:[a-z](?:[a-z0-9-]*[a-z0-9])?)/,keyword:/\.[\^\+\*=\?]|![><:\.=\?!]|=[>|:,\.\-\^<+;/~\*\?]|\?[>|:\.\-\^<\+&~=@!]|\|[\$_%:\.\-\^~\*=@\?]|\+[|\$\+\*]|:[_\-\^\+~\*]|%[_:\.\-\^\+~\*=]|\^[|:\.\-\+&~\*=\?]|\$[|_%:<>\-\^&~@=\?]|;[:<\+;\/~\*=]|~[>|\$_%<\+\/&=\?!]|--|==/}}function tO(e){e.languages.hpkp={directive:{pattern:/\b(?:includeSubDomains|max-age|pin-sha256|preload|report-to|report-uri|strict)(?=[\s;=]|$)/i,alias:"property"},operator:/=/,punctuation:/;/}}function tw(e){e.languages.hsts={directive:{pattern:/\b(?:includeSubDomains|max-age|preload)(?=[\s;=]|$)/i,alias:"property"},operator:/=/,punctuation:/;/}}function tC(e){e.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},e.languages.webmanifest=e.languages.json}function tD(e){e.languages.uri={scheme:{pattern:/^[a-z][a-z0-9+.-]*:/im,greedy:!0,inside:{"scheme-delimiter":/:$/}},fragment:{pattern:/#[\w\-.~!$&'()*+,;=%:@/?]*/,inside:{"fragment-delimiter":/^#/}},query:{pattern:/\?[\w\-.~!$&'()*+,;=%:@/?]*/,inside:{"query-delimiter":{pattern:/^\?/,greedy:!0},"pair-delimiter":/[&;]/,pair:{pattern:/^[^=][\s\S]*/,inside:{key:/^[^=]+/,value:{pattern:/(^=)[\s\S]+/,lookbehind:!0}}}}},authority:{pattern:RegExp(/^\/\//.source+/(?:[\w\-.~!$&'()*+,;=%:]*@)?/.source+("(?:"+/\[(?:[0-9a-fA-F:.]{2,48}|v[0-9a-fA-F]+\.[\w\-.~!$&'()*+,;=]+)\]/.source+"|")+/[\w\-.~!$&'()*+,;=%]*/.source+")"+/(?::\d*)?/.source,"m"),inside:{"authority-delimiter":/^\/\//,"user-info-segment":{pattern:/^[\w\-.~!$&'()*+,;=%:]*@/,inside:{"user-info-delimiter":/@$/,"user-info":/^[\w\-.~!$&'()*+,;=%:]+/}},"port-segment":{pattern:/:\d*$/,inside:{"port-delimiter":/^:/,port:/^\d+/}},host:{pattern:/[\s\S]+/,inside:{"ip-literal":{pattern:/^\[[\s\S]+\]$/,inside:{"ip-literal-delimiter":/^\[|\]$/,"ipv-future":/^v[\s\S]+/,"ipv6-address":/^[\s\S]+/}},"ipv4-address":/^(?:(?:[03-9]\d?|[12]\d{0,2})\.){3}(?:[03-9]\d?|[12]\d{0,2})$/}}}},path:{pattern:/^[\w\-.~!$&'()*+,;=%:@/]+/m,inside:{"path-separator":/\//}}},e.languages.url=e.languages.uri}function tL(e){!function(e){function t(e){return RegExp("(^(?:"+e+"):[ ]*(?![ ]))[^]+","i")}e.languages.http={"request-line":{pattern:/^(?:CONNECT|DELETE|GET|HEAD|OPTIONS|PATCH|POST|PRI|PUT|SEARCH|TRACE)\s(?:https?:\/\/|\/)\S*\sHTTP\/[\d.]+/m,inside:{method:{pattern:/^[A-Z]+\b/,alias:"property"},"request-target":{pattern:/^(\s)(?:https?:\/\/|\/)\S*(?=\s)/,lookbehind:!0,alias:"url",inside:e.languages.uri},"http-version":{pattern:/^(\s)HTTP\/[\d.]+/,lookbehind:!0,alias:"property"}}},"response-status":{pattern:/^HTTP\/[\d.]+ \d+ .+/m,inside:{"http-version":{pattern:/^HTTP\/[\d.]+/,alias:"property"},"status-code":{pattern:/^(\s)\d+(?=\s)/,lookbehind:!0,alias:"number"},"reason-phrase":{pattern:/^(\s).+/,lookbehind:!0,alias:"string"}}},header:{pattern:/^[\w-]+:.+(?:(?:\r\n?|\n)[ \t].+)*/m,inside:{"header-value":[{pattern:t(/Content-Security-Policy/.source),lookbehind:!0,alias:["csp","languages-csp"],inside:e.languages.csp},{pattern:t(/Public-Key-Pins(?:-Report-Only)?/.source),lookbehind:!0,alias:["hpkp","languages-hpkp"],inside:e.languages.hpkp},{pattern:t(/Strict-Transport-Security/.source),lookbehind:!0,alias:["hsts","languages-hsts"],inside:e.languages.hsts},{pattern:t(/[^:]+/.source),lookbehind:!0}],"header-name":{pattern:/^[^:]+/,alias:"keyword"},punctuation:/^:/}}};var n,r=e.languages,a={"application/javascript":r.javascript,"application/json":r.json||r.javascript,"application/xml":r.xml,"text/xml":r.xml,"text/html":r.html,"text/css":r.css,"text/plain":r.plain},i={"application/json":!0,"application/xml":!0};for(var s in a)if(a[s]){n=n||{};var o=i[s]?function(e){var t=e.replace(/^[a-z]+\//,"");return"(?:"+e+"|\\w+/(?:[\\w.-]+\\+)+"+t+"(?![+\\w.-]))"}(s):s;n[s.replace(/\//g,"-")]={pattern:RegExp("("+/content-type:\s*/.source+o+/(?:(?:\r\n?|\n)[\w-].*)*(?:\r(?:\n|(?!\n))|\n)/.source+")"+/[^ \t\w-][\s\S]*/.source,"i"),lookbehind:!0,inside:a[s]}}n&&e.languages.insertBefore("http","header",n)}(e)}function tx(e){e.languages.ichigojam={comment:/(?:\B'|REM)(?:[^\n\r]*)/i,string:{pattern:/"(?:""|[!#$%&'()*,\/:;<=>?^\w +\-.])*"/,greedy:!0},number:/\B#[0-9A-F]+|\B`[01]+|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:E[+-]?\d+)?/i,keyword:/\b(?:BEEP|BPS|CASE|CLEAR|CLK|CLO|CLP|CLS|CLT|CLV|CONT|COPY|ELSE|END|FILE|FILES|FOR|GOSUB|GOTO|GSB|IF|INPUT|KBD|LED|LET|LIST|LOAD|LOCATE|LRUN|NEW|NEXT|OUT|PLAY|POKE|PRINT|PWM|REM|RENUM|RESET|RETURN|RIGHT|RTN|RUN|SAVE|SCROLL|SLEEP|SRND|STEP|STOP|SUB|TEMPO|THEN|TO|UART|VIDEO|WAIT)(?:\$|\b)/i,function:/\b(?:ABS|ANA|ASC|BIN|BTN|DEC|END|FREE|HELP|HEX|I2CR|I2CW|IN|INKEY|LEN|LINE|PEEK|RND|SCR|SOUND|STR|TICK|USR|VER|VPEEK|ZER)(?:\$|\b)/i,label:/(?:\B@\S+)/,operator:/<[=>]?|>=?|\|\||&&|[+\-*\/=|&^~!]|\b(?:AND|NOT|OR)\b/i,punctuation:/[\[,;:()\]]/}}function tP(e){e.languages.icon={comment:/#.*/,string:{pattern:/(["'])(?:(?!\1)[^\\\r\n_]|\\.|_(?!\1)(?:\r\n|[\s\S]))*\1/,greedy:!0},number:/\b(?:\d+r[a-z\d]+|\d+(?:\.\d+)?(?:e[+-]?\d+)?)\b|\.\d+\b/i,"builtin-keyword":{pattern:/&(?:allocated|ascii|clock|collections|cset|current|date|dateline|digits|dump|e|error(?:number|text|value)?|errout|fail|features|file|host|input|lcase|letters|level|line|main|null|output|phi|pi|pos|progname|random|regions|source|storage|subject|time|trace|ucase|version)\b/,alias:"variable"},directive:{pattern:/\$\w+/,alias:"builtin"},keyword:/\b(?:break|by|case|create|default|do|else|end|every|fail|global|if|initial|invocable|link|local|next|not|of|procedure|record|repeat|return|static|suspend|then|to|until|while)\b/,function:/\b(?!\d)\w+(?=\s*[({]|\s*!\s*\[)/,operator:/[+-]:(?!=)|(?:[\/?@^%&]|\+\+?|--?|==?=?|~==?=?|\*\*?|\|\|\|?|<(?:->?|<?=?)|>>?=?)(?::=)?|:(?:=:?)?|[!.\\|~]/,punctuation:/[\[\](){},;]/}}function tF(e){!function(e){function t(e,n){return n<=0?/[]/.source:e.replace(/<SELF>/g,function(){return t(e,n-1)})}var n=/'[{}:=,](?:[^']|'')*'(?!')/,r={pattern:/''/,greedy:!0,alias:"operator"},a=t(/\{(?:[^{}']|'(?![{},'])|''|<STR>|<SELF>)*\}/.source.replace(/<STR>/g,function(){return n.source}),8),i={pattern:RegExp(a),inside:{message:{pattern:/^(\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:null},"message-delimiter":{pattern:/./,alias:"punctuation"}}};e.languages["icu-message-format"]={argument:{pattern:RegExp(a),greedy:!0,inside:{content:{pattern:/^(\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:{"argument-name":{pattern:/^(\s*)[^{}:=,\s]+/,lookbehind:!0},"choice-style":{pattern:/^(\s*,\s*choice\s*,\s*)\S(?:[\s\S]*\S)?/,lookbehind:!0,inside:{punctuation:/\|/,range:{pattern:/^(\s*)[+-]?(?:\d+(?:\.\d*)?|\u221e)\s*[<#\u2264]/,lookbehind:!0,inside:{operator:/[<#\u2264]/,number:/\S+/}},rest:null}},"plural-style":{pattern:/^(\s*,\s*(?:plural|selectordinal)\s*,\s*)\S(?:[\s\S]*\S)?/,lookbehind:!0,inside:{offset:/^offset:\s*\d+/,"nested-message":i,selector:{pattern:/=\d+|[^{}:=,\s]+/,inside:{keyword:/^(?:few|many|one|other|two|zero)$/}}}},"select-style":{pattern:/^(\s*,\s*select\s*,\s*)\S(?:[\s\S]*\S)?/,lookbehind:!0,inside:{"nested-message":i,selector:{pattern:/[^{}:=,\s]+/,inside:{keyword:/^other$/}}}},keyword:/\b(?:choice|plural|select|selectordinal)\b/,"arg-type":{pattern:/\b(?:date|duration|number|ordinal|spellout|time)\b/,alias:"keyword"},"arg-skeleton":{pattern:/(,\s*)::[^{}:=,\s]+/,lookbehind:!0},"arg-style":{pattern:/(,\s*)(?:currency|full|integer|long|medium|percent|short)(?=\s*$)/,lookbehind:!0},"arg-style-text":{pattern:RegExp(/(^\s*,\s*(?=\S))/.source+t(/(?:[^{}']|'[^']*'|\{(?:<SELF>)?\})+/.source,8)+"$"),lookbehind:!0,alias:"string"},punctuation:/,/}},"argument-delimiter":{pattern:/./,alias:"operator"}}},escape:r,string:{pattern:n,greedy:!0,inside:{escape:r}}},i.inside.message.inside=e.languages["icu-message-format"],e.languages["icu-message-format"].argument.inside.content.inside["choice-style"].inside.rest=e.languages["icu-message-format"]}(e)}function tM(e){e.register(tk),e.languages.idris=e.languages.extend("haskell",{comment:{pattern:/(?:(?:--|\|\|\|).*$|\{-[\s\S]*?-\})/m},keyword:/\b(?:Type|case|class|codata|constructor|corecord|data|do|dsl|else|export|if|implementation|implicit|import|impossible|in|infix|infixl|infixr|instance|interface|let|module|mutual|namespace|of|parameters|partial|postulate|private|proof|public|quoteGoal|record|rewrite|syntax|then|total|using|where|with)\b/,builtin:void 0}),e.languages.insertBefore("idris","keyword",{"import-statement":{pattern:/(^\s*import\s+)(?:[A-Z][\w']*)(?:\.[A-Z][\w']*)*/m,lookbehind:!0,inside:{punctuation:/\./}}}),e.languages.idr=e.languages.idris}function tB(e){e.languages.ignore={comment:/^#.*/m,entry:{pattern:/\S(?:.*(?:(?:\\ )|\S))?/,alias:"string",inside:{operator:/^!|\*\*?|\?/,regex:{pattern:/(^|[^\\])\[[^\[\]]*\]/,lookbehind:!0},punctuation:/\//}}},e.languages.gitignore=e.languages.ignore,e.languages.hgignore=e.languages.ignore,e.languages.npmignore=e.languages.ignore}function tU(e){e.languages.inform7={string:{pattern:/"[^"]*"/,inside:{substitution:{pattern:/\[[^\[\]]+\]/,inside:{delimiter:{pattern:/\[|\]/,alias:"punctuation"}}}}},comment:{pattern:/\[[^\[\]]+\]/,greedy:!0},title:{pattern:/^[ \t]*(?:book|chapter|part(?! of)|section|table|volume)\b.+/im,alias:"important"},number:{pattern:/(^|[^-])(?:\b\d+(?:\.\d+)?(?:\^\d+)?(?:(?!\d)\w+)?|\b(?:eight|eleven|five|four|nine|one|seven|six|ten|three|twelve|two))\b(?!-)/i,lookbehind:!0},verb:{pattern:/(^|[^-])\b(?:answering|applying to|are|asking|attacking|be(?:ing)?|burning|buying|called|carries|carry(?! out)|carrying|climbing|closing|conceal(?:ing|s)?|consulting|contain(?:ing|s)?|cutting|drinking|dropping|eating|enclos(?:es?|ing)|entering|examining|exiting|getting|giving|going|ha(?:s|ve|ving)|hold(?:ing|s)?|impl(?:ies|y)|incorporat(?:es?|ing)|inserting|is|jumping|kissing|listening|locking|looking|mean(?:ing|s)?|opening|provid(?:es?|ing)|pulling|pushing|putting|relat(?:es?|ing)|removing|searching|see(?:ing|s)?|setting|showing|singing|sleeping|smelling|squeezing|support(?:ing|s)?|swearing|switching|taking|tasting|telling|thinking|throwing|touching|turning|tying|unlock(?:ing|s)?|var(?:ies|y|ying)|waiting|waking|waving|wear(?:ing|s)?)\b(?!-)/i,lookbehind:!0,alias:"operator"},keyword:{pattern:/(^|[^-])\b(?:after|before|carry out|check|continue the action|definition(?= *:)|do nothing|else|end (?:if|the story|unless)|every turn|if|include|instead(?: of)?|let|move|no|now|otherwise|repeat|report|resume the story|rule for|running through|say(?:ing)?|stop the action|test|try(?:ing)?|understand|unless|use|when|while|yes)\b(?!-)/i,lookbehind:!0},property:{pattern:/(^|[^-])\b(?:adjacent(?! to)|carried|closed|concealed|contained|dark|described|edible|empty|enclosed|enterable|even|female|fixed in place|full|handled|held|improper-named|incorporated|inedible|invisible|lighted|lit|lock(?:able|ed)|male|marked for listing|mentioned|negative|neuter|non-(?:empty|full|recurring)|odd|opaque|open(?:able)?|plural-named|portable|positive|privately-named|proper-named|provided|publically-named|pushable between rooms|recurring|related|rubbing|scenery|seen|singular-named|supported|swinging|switch(?:able|ed(?: off| on)?)|touch(?:able|ed)|transparent|unconcealed|undescribed|unlit|unlocked|unmarked for listing|unmentioned|unopenable|untouchable|unvisited|variable|visible|visited|wearable|worn)\b(?!-)/i,lookbehind:!0,alias:"symbol"},position:{pattern:/(^|[^-])\b(?:above|adjacent to|back side of|below|between|down|east|everywhere|front side|here|in|inside(?: from)?|north(?:east|west)?|nowhere|on(?: top of)?|other side|outside(?: from)?|parts? of|regionally in|south(?:east|west)?|through|up|west|within)\b(?!-)/i,lookbehind:!0,alias:"keyword"},type:{pattern:/(^|[^-])\b(?:actions?|activit(?:ies|y)|actors?|animals?|backdrops?|containers?|devices?|directions?|doors?|holders?|kinds?|lists?|m[ae]n|nobody|nothing|nouns?|numbers?|objects?|people|persons?|player(?:'s holdall)?|regions?|relations?|rooms?|rule(?:book)?s?|scenes?|someone|something|supporters?|tables?|texts?|things?|time|vehicles?|wom[ae]n)\b(?!-)/i,lookbehind:!0,alias:"variable"},punctuation:/[.,:;(){}]/},e.languages.inform7.string.inside.substitution.inside.rest=e.languages.inform7,e.languages.inform7.string.inside.substitution.inside.rest.text={pattern:/\S(?:\s*\S)*/,alias:"comment"}}function tH(e){e.languages.ini={comment:{pattern:/(^[ \f\t\v]*)[#;][^\n\r]*/m,lookbehind:!0},section:{pattern:/(^[ \f\t\v]*)\[[^\n\r\]]*\]?/m,lookbehind:!0,inside:{"section-name":{pattern:/(^\[[ \f\t\v]*)[^ \f\t\v\]]+(?:[ \f\t\v]+[^ \f\t\v\]]+)*/,lookbehind:!0,alias:"selector"},punctuation:/\[|\]/}},key:{pattern:/(^[ \f\t\v]*)[^ \f\n\r\t\v=]+(?:[ \f\t\v]+[^ \f\n\r\t\v=]+)*(?=[ \f\t\v]*=)/m,lookbehind:!0,alias:"attr-name"},value:{pattern:/(=[ \f\t\v]*)[^ \f\n\r\t\v]+(?:[ \f\t\v]+[^ \f\n\r\t\v]+)*/,lookbehind:!0,alias:"attr-value",inside:{"inner-value":{pattern:/^("|').+(?=\1$)/,lookbehind:!0}}},punctuation:/=/}}function tG(e){e.languages.io={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?(?:\*\/|$)|\/\/.*|#.*)/,lookbehind:!0,greedy:!0},"triple-quoted-string":{pattern:/"""(?:\\[\s\S]|(?!""")[^\\])*"""/,greedy:!0,alias:"string"},string:{pattern:/"(?:\\.|[^\\\r\n"])*"/,greedy:!0},keyword:/\b(?:activate|activeCoroCount|asString|block|break|call|catch|clone|collectGarbage|compileString|continue|do|doFile|doMessage|doString|else|elseif|exit|for|foreach|forward|getEnvironmentVariable|getSlot|hasSlot|if|ifFalse|ifNil|ifNilEval|ifTrue|isActive|isNil|isResumable|list|message|method|parent|pass|pause|perform|performWithArgList|print|println|proto|raise|raiseResumable|removeSlot|resend|resume|schedulerSleepSeconds|self|sender|setSchedulerSleepSeconds|setSlot|shallowCopy|slotNames|super|system|then|thisBlock|thisContext|try|type|uniqueId|updateSlot|wait|while|write|yield)\b/,builtin:/\b(?:Array|AudioDevice|AudioMixer|BigNum|Block|Box|Buffer|CFunction|CGI|Color|Curses|DBM|DNSResolver|DOConnection|DOProxy|DOServer|Date|Directory|Duration|DynLib|Error|Exception|FFT|File|Fnmatch|Font|Future|GL|GLE|GLScissor|GLU|GLUCylinder|GLUQuadric|GLUSphere|GLUT|Host|Image|Importer|LinkList|List|Lobby|Locals|MD5|MP3Decoder|MP3Encoder|Map|Message|Movie|Notification|Number|Object|OpenGL|Point|Protos|Random|Regex|SGML|SGMLElement|SGMLParser|SQLite|Sequence|Server|ShowMessage|SleepyCat|SleepyCatCursor|Socket|SocketManager|Sound|Soup|Store|String|Tree|UDPSender|UPDReceiver|URL|User|Warning|WeakLink)\b/,boolean:/\b(?:false|nil|true)\b/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e-?\d+)?/i,operator:/[=!*/%+\-^&|]=|>>?=?|<<?=?|:?:?=|\+\+?|--?|\*\*?|\/\/?|%|\|\|?|&&?|\b(?:and|not|or|return)\b|@@?|\?\??|\.\./,punctuation:/[{}[\];(),.:]/}}function t$(e){e.languages.j={comment:{pattern:/\bNB\..*/,greedy:!0},string:{pattern:/'(?:''|[^'\r\n])*'/,greedy:!0},keyword:/\b(?:(?:CR|LF|adverb|conjunction|def|define|dyad|monad|noun|verb)\b|(?:assert|break|case|catch[dt]?|continue|do|else|elseif|end|fcase|for|for_\w+|goto_\w+|if|label_\w+|return|select|throw|try|while|whilst)\.)/,verb:{pattern:/(?!\^:|;\.|[=!][.:])(?:\{(?:\.|::?)?|p(?:\.\.?|:)|[=!\]]|[<>+*\-%$|,#][.:]?|[?^]\.?|[;\[]:?|[~}"i][.:]|[ACeEIjLor]\.|(?:[_\/\\qsux]|_?\d):)/,alias:"keyword"},number:/\b_?(?:(?!\d:)\d+(?:\.\d+)?(?:(?:ad|ar|[ejpx])_?\d+(?:\.\d+)?)*(?:b_?[\da-z]+(?:\.[\da-z]+)?)?|_\b(?!\.))/,adverb:{pattern:/[~}]|[\/\\]\.?|[bfM]\.|t[.:]/,alias:"builtin"},operator:/[=a][.:]|_\./,conjunction:{pattern:/&(?:\.:?|:)?|[.:@][.:]?|[!D][.:]|[;dHT]\.|`:?|[\^LS]:|"/,alias:"variable"},punctuation:/[()]/}}function tY(e){var t,n,r;e.register(I),t=/\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/,n=/(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,r={pattern:RegExp(/(^|[^\w.])/.source+n+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}},punctuation:/\./}},e.languages.java=e.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"/,lookbehind:!0,greedy:!0},"class-name":[r,{pattern:RegExp(/(^|[^\w.])/.source+n+/[A-Z]\w*(?=\s+\w+\s*[;,=()]|\s*(?:\[[\s,]*\]\s*)?::\s*new\b)/.source),lookbehind:!0,inside:r.inside},{pattern:RegExp(/(\b(?:class|enum|extends|implements|instanceof|interface|new|record|throws)\s+)/.source+n+/[A-Z]\w*\b/.source),lookbehind:!0,inside:r.inside}],keyword:t,function:[e.languages.clike.function,{pattern:/(::\s*)[a-z_]\w*/,lookbehind:!0}],number:/\b0b[01][01_]*L?\b|\b0x(?:\.[\da-f_p+-]+|[\da-f_]+(?:\.[\da-f_p+-]+)?)\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfl]?/i,operator:{pattern:/(^|[^.])(?:<<=?|>>>?=?|->|--|\+\+|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?)/m,lookbehind:!0},constant:/\b[A-Z][A-Z_\d]+\b/}),e.languages.insertBefore("java","string",{"triple-quoted-string":{pattern:/"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,greedy:!0,alias:"string"},char:{pattern:/'(?:\\.|[^'\\\r\n]){1,6}'/,greedy:!0}}),e.languages.insertBefore("java","class-name",{annotation:{pattern:/(^|[^.])@\w+(?:\s*\.\s*\w+)*/,lookbehind:!0,alias:"punctuation"},generics:{pattern:/<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,inside:{"class-name":r,keyword:t,punctuation:/[<>(),.:]/,operator:/[?&|]/}},import:[{pattern:RegExp(/(\bimport\s+)/.source+n+/(?:[A-Z]\w*|\*)(?=\s*;)/.source),lookbehind:!0,inside:{namespace:r.inside.namespace,punctuation:/\./,operator:/\*/,"class-name":/\w+/}},{pattern:RegExp(/(\bimport\s+static\s+)/.source+n+/(?:\w+|\*)(?=\s*;)/.source),lookbehind:!0,alias:"static",inside:{namespace:r.inside.namespace,static:/\b\w+$/,punctuation:/\./,operator:/\*/,"class-name":/\w+/}}],namespace:{pattern:RegExp(/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!<keyword>)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(/<keyword>/g,function(){return t.source})),lookbehind:!0,inside:{punctuation:/\./}}})}function tz(e){var t,n,r,a,i,s,o;e.register(ez),t=/\/\*[\s\S]*?\*\/|\/\/.*|#(?!\[).*/,n=[{pattern:/\b(?:false|true)\b/i,alias:"boolean"},{pattern:/(::\s*)\b[a-z_]\w*\b(?!\s*\()/i,greedy:!0,lookbehind:!0},{pattern:/(\b(?:case|const)\s+)\b[a-z_]\w*(?=\s*[;=])/i,greedy:!0,lookbehind:!0},/\b(?:null)\b/i,/\b[A-Z_][A-Z0-9_]*\b(?!\s*\()/],r=/\b0b[01]+(?:_[01]+)*\b|\b0o[0-7]+(?:_[0-7]+)*\b|\b0x[\da-f]+(?:_[\da-f]+)*\b|(?:\b\d+(?:_\d+)*\.?(?:\d+(?:_\d+)*)?|\B\.\d+)(?:e[+-]?\d+)?/i,a=/<?=>|\?\?=?|\.{3}|\??->|[!=]=?=?|::|\*\*=?|--|\+\+|&&|\|\||<<|>>|[?~]|[/^|%*&<>.+-]=?/,i=/[{}\[\](),:;]/,e.languages.php={delimiter:{pattern:/\?>$|^<\?(?:php(?=\s)|=)?/i,alias:"important"},comment:t,variable:/\$+(?:\w+\b|(?=\{))/,package:{pattern:/(namespace\s+|use\s+(?:function\s+)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,lookbehind:!0,inside:{punctuation:/\\/}},"class-name-definition":{pattern:/(\b(?:class|enum|interface|trait)\s+)\b[a-z_]\w*(?!\\)\b/i,lookbehind:!0,alias:"class-name"},"function-definition":{pattern:/(\bfunction\s+)[a-z_]\w*(?=\s*\()/i,lookbehind:!0,alias:"function"},keyword:[{pattern:/(\(\s*)\b(?:array|bool|boolean|float|int|integer|object|string)\b(?=\s*\))/i,alias:"type-casting",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|object|self|static|string)\b(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|never|object|self|static|string|void)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/\b(?:array(?!\s*\()|bool|float|int|iterable|mixed|object|string|void)\b/i,alias:"type-declaration",greedy:!0},{pattern:/(\|\s*)(?:false|null)\b|\b(?:false|null)(?=\s*\|)/i,alias:"type-declaration",greedy:!0,lookbehind:!0},{pattern:/\b(?:parent|self|static)(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(\byield\s+)from\b/i,lookbehind:!0},/\bclass\b/i,{pattern:/((?:^|[^\s>:]|(?:^|[^-])>|(?:^|[^:]):)\s*)\b(?:abstract|and|array|as|break|callable|case|catch|clone|const|continue|declare|default|die|do|echo|else|elseif|empty|enddeclare|endfor|endforeach|endif|endswitch|endwhile|enum|eval|exit|extends|final|finally|fn|for|foreach|function|global|goto|if|implements|include|include_once|instanceof|insteadof|interface|isset|list|match|namespace|never|new|or|parent|print|private|protected|public|readonly|require|require_once|return|self|static|switch|throw|trait|try|unset|use|var|while|xor|yield|__halt_compiler)\b/i,lookbehind:!0}],"argument-name":{pattern:/([(,]\s*)\b[a-z_]\w*(?=\s*:(?!:))/i,lookbehind:!0},"class-name":[{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self|\s+static))\s+|\bcatch\s*\()\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/(\|\s*)\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/\b[a-z_]\w*(?!\\)\b(?=\s*\|)/i,greedy:!0},{pattern:/(\|\s*)(?:\\?\b[a-z_]\w*)+\b/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(?:\\?\b[a-z_]\w*)+\b(?=\s*\|)/i,alias:"class-name-fully-qualified",greedy:!0,inside:{punctuation:/\\/}},{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self\b|\s+static\b))\s+|\bcatch\s*\()(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*\$)/i,alias:"type-declaration",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-declaration"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*::)/i,alias:["class-name-fully-qualified","static-context"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/([(,?]\s*)[a-z_]\w*(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-hint"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b[a-z_]\w*(?!\\)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:["class-name-fully-qualified","return-type"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:n,function:{pattern:/(^|[^\\\w])\\?[a-z_](?:[\w\\]*\w)?(?=\s*\()/i,lookbehind:!0,inside:{punctuation:/\\/}},property:{pattern:/(->\s*)\w+/,lookbehind:!0},number:r,operator:a,punctuation:i},o=[{pattern:/<<<'([^']+)'[\r\n](?:.*[\r\n])*?\1;/,alias:"nowdoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<'[^']+'|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<'?|[';]$/}}}},{pattern:/<<<(?:"([^"]+)"[\r\n](?:.*[\r\n])*?\1;|([a-z_]\w*)[\r\n](?:.*[\r\n])*?\2;)/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<(?:"[^"]+"|[a-z_]\w*)|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<"?|[";]$/}},interpolation:s={pattern:/\{\$(?:\{(?:\{[^{}]+\}|[^{}]+)\}|[^{}])+\}|(^|[^\\{])\$+(?:\w+(?:\[[^\r\n\[\]]+\]|->\w+)?)/,lookbehind:!0,inside:e.languages.php}}},{pattern:/`(?:\\[\s\S]|[^\\`])*`/,alias:"backtick-quoted-string",greedy:!0},{pattern:/'(?:\\[\s\S]|[^\\'])*'/,alias:"single-quoted-string",greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,alias:"double-quoted-string",greedy:!0,inside:{interpolation:s}}],e.languages.insertBefore("php","variable",{string:o,attribute:{pattern:/#\[(?:[^"'\/#]|\/(?![*/])|\/\/.*$|#(?!\[).*$|\/\*(?:[^*]|\*(?!\/))*\*\/|"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*')+\](?=\s*[a-z$#])/im,greedy:!0,inside:{"attribute-content":{pattern:/^(#\[)[\s\S]+(?=\]$)/,lookbehind:!0,inside:{comment:t,string:o,"attribute-class-name":[{pattern:/([^:]|^)\b[a-z_]\w*(?!\\)\b/i,alias:"class-name",greedy:!0,lookbehind:!0},{pattern:/([^:]|^)(?:\\?\b[a-z_]\w*)+/i,alias:["class-name","class-name-fully-qualified"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:n,number:r,operator:a,punctuation:i}},delimiter:{pattern:/^#\[|\]$/,alias:"punctuation"}}}}),e.hooks.add("before-tokenize",function(t){/<\?/.test(t.code)&&e.languages["markup-templating"].buildPlaceholders(t,"php",/<\?(?:[^"'/#]|\/(?![*/])|("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|(?:\/\/|#(?!\[))(?:[^?\n\r]|\?(?!>))*(?=$|\?>|[\r\n])|#\[|\/\*(?:[^*]|\*(?!\/))*(?:\*\/|$))*?(?:\?>|$)/g)}),e.hooks.add("after-tokenize",function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"php")})}function tj(e){var t;Object.defineProperty(t=e.languages.javadoclike={parameter:{pattern:/(^[\t ]*(?:\/{3}|\*|\/\*\*)\s*@(?:arg|arguments|param)\s+)\w+/m,lookbehind:!0},keyword:{pattern:/(^[\t ]*(?:\/{3}|\*|\/\*\*)\s*|\{)@[a-z][a-zA-Z-]+\b/m,lookbehind:!0},punctuation:/[{}]/},"addSupport",{value:function(t,n){"string"==typeof t&&(t=[t]),t.forEach(function(t){!function(t,n){var r="doc-comment",a=e.languages[t];if(a){var i=a[r];if(!i){var s={};s[r]={pattern:/(^|[^\\])\/\*\*[^/][\s\S]*?(?:\*\/|$)/,lookbehind:!0,alias:"comment"},i=(a=e.languages.insertBefore(t,"comment",s))[r]}if(i instanceof RegExp&&(i=a[r]={pattern:i}),Array.isArray(i))for(var o=0,l=i.length;o<l;o++)i[o]instanceof RegExp&&(i[o]={pattern:i[o]}),n(i[o]);else n(i)}}(t,function(e){e.inside||(e.inside={}),e.inside.rest=n})})}}),t.addSupport(["java","javascript","php"],t)}function tW(e){e.register(tY),e.languages.scala=e.languages.extend("java",{"triple-quoted-string":{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string"},string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},keyword:/<-|=>|\b(?:abstract|case|catch|class|def|derives|do|else|enum|extends|extension|final|finally|for|forSome|given|if|implicit|import|infix|inline|lazy|match|new|null|object|opaque|open|override|package|private|protected|return|sealed|self|super|this|throw|trait|transparent|try|type|using|val|var|while|with|yield)\b/,number:/\b0x(?:[\da-f]*\.)?[\da-f]+|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e\d+)?[dfl]?/i,builtin:/\b(?:Any|AnyRef|AnyVal|Boolean|Byte|Char|Double|Float|Int|Long|Nothing|Short|String|Unit)\b/,symbol:/'[^\d\s\\]\w*/}),e.languages.insertBefore("scala","triple-quoted-string",{"string-interpolation":{pattern:/\b[a-z]\w*(?:"""(?:[^$]|\$(?:[^{]|\{(?:[^{}]|\{[^{}]*\})*\}))*?"""|"(?:[^$"\r\n]|\$(?:[^{]|\{(?:[^{}]|\{[^{}]*\})*\}))*")/i,greedy:!0,inside:{id:{pattern:/^\w+/,greedy:!0,alias:"function"},escape:{pattern:/\\\$"|\$[$"]/,greedy:!0,alias:"symbol"},interpolation:{pattern:/\$(?:\w+|\{(?:[^{}]|\{[^{}]*\})*\})/,greedy:!0,inside:{punctuation:/^\$\{?|\}$/,expression:{pattern:/[\s\S]+/,inside:e.languages.scala}}},string:/[\s\S]+/}}}),delete e.languages.scala["class-name"],delete e.languages.scala.function,delete e.languages.scala.constant}function tq(e){var t,n,r;e.register(tY),e.register(tj),e.register(A),t=/(^(?:[\t ]*(?:\*\s*)*))[^*\s].*$/m,n=/#\s*\w+(?:\s*\([^()]*\))?/.source,r=/(?:\b[a-zA-Z]\w+\s*\.\s*)*\b[A-Z]\w*(?:\s*<mem>)?|<mem>/.source.replace(/<mem>/g,function(){return n}),e.languages.javadoc=e.languages.extend("javadoclike",{}),e.languages.insertBefore("javadoc","keyword",{reference:{pattern:RegExp(/(@(?:exception|link|linkplain|see|throws|value)\s+(?:\*\s*)?)/.source+"(?:"+r+")"),lookbehind:!0,inside:{function:{pattern:/(#\s*)\w+(?=\s*\()/,lookbehind:!0},field:{pattern:/(#\s*)\w+/,lookbehind:!0},namespace:{pattern:/\b(?:[a-z]\w*\s*\.\s*)+/,inside:{punctuation:/\./}},"class-name":/\b[A-Z]\w*/,keyword:e.languages.java.keyword,punctuation:/[#()[\],.]/}},"class-name":{pattern:/(@param\s+)<[A-Z]\w*>/,lookbehind:!0,inside:{punctuation:/[.<>]/}},"code-section":[{pattern:/(\{@code\s+(?!\s))(?:[^\s{}]|\s+(?![\s}])|\{(?:[^{}]|\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})*\})*\})+(?=\s*\})/,lookbehind:!0,inside:{code:{pattern:t,lookbehind:!0,inside:e.languages.java,alias:"language-java"}}},{pattern:/(<(code|pre|tt)>(?!<code>)\s*)\S(?:\S|\s+\S)*?(?=\s*<\/\2>)/,lookbehind:!0,inside:{line:{pattern:t,lookbehind:!0,inside:{tag:e.languages.markup.tag,entity:e.languages.markup.entity,code:{pattern:/.+/,inside:e.languages.java,alias:"language-java"}}}}}],tag:e.languages.markup.tag,entity:e.languages.markup.entity}),e.languages.javadoclike.addSupport("java",e.languages.javadoc)}function tX(e){e.languages.javastacktrace={summary:{pattern:/^([\t ]*)(?:(?:Caused by:|Suppressed:|Exception in thread "[^"]*")[\t ]+)?[\w$.]+(?::.*)?$/m,lookbehind:!0,inside:{keyword:{pattern:/^([\t ]*)(?:(?:Caused by|Suppressed)(?=:)|Exception in thread)/m,lookbehind:!0},string:{pattern:/^(\s*)"[^"]*"/,lookbehind:!0},exceptions:{pattern:/^(:?\s*)[\w$.]+(?=:|$)/,lookbehind:!0,inside:{"class-name":/[\w$]+$/,namespace:/\b[a-z]\w*\b/,punctuation:/\./}},message:{pattern:/(:\s*)\S.*/,lookbehind:!0,alias:"string"},punctuation:/:/}},"stack-frame":{pattern:/^([\t ]*)at (?:[\w$./]|@[\w$.+-]*\/)+(?:<init>)?\([^()]*\)/m,lookbehind:!0,inside:{keyword:{pattern:/^(\s*)at(?= )/,lookbehind:!0},source:[{pattern:/(\()\w+\.\w+:\d+(?=\))/,lookbehind:!0,inside:{file:/^\w+\.\w+/,punctuation:/:/,"line-number":{pattern:/\b\d+\b/,alias:"number"}}},{pattern:/(\()[^()]*(?=\))/,lookbehind:!0,inside:{keyword:/^(?:Native Method|Unknown Source)$/}}],"class-name":/[\w$]+(?=\.(?:<init>|[\w$]+)\()/,function:/(?:<init>|[\w$]+)(?=\()/,"class-loader":{pattern:/(\s)[a-z]\w*(?:\.[a-z]\w*)*(?=\/[\w@$.]*\/)/,lookbehind:!0,alias:"namespace",inside:{punctuation:/\./}},module:{pattern:/([\s/])[a-z]\w*(?:\.[a-z]\w*)*(?:@[\w$.+-]*)?(?=\/)/,lookbehind:!0,inside:{version:{pattern:/(@)[\s\S]+/,lookbehind:!0,alias:"number"},punctuation:/[@.]/}},namespace:{pattern:/(?:\b[a-z]\w*\.)+/,inside:{punctuation:/\./}},punctuation:/[()/.]/}},more:{pattern:/^([\t ]*)\.{3} \d+ [a-z]+(?: [a-z]+)*/m,lookbehind:!0,inside:{punctuation:/\.{3}/,number:/\d+/,keyword:/\b[a-z]+(?: [a-z]+)*\b/}}}}function tV(e){e.languages.jexl={string:/(["'])(?:\\[\s\S]|(?!\1)[^\\])*\1/,transform:{pattern:/(\|\s*)[a-zA-Zа-яА-Я_\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF$][\wа-яА-Я\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF$]*/,alias:"function",lookbehind:!0},function:/[a-zA-Zа-яА-Я_\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF$][\wа-яА-Я\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF$]*\s*(?=\()/,number:/\b\d+(?:\.\d+)?\b|\B\.\d+\b/,operator:/[<>!]=?|-|\+|&&|==|\|\|?|\/\/?|[?:*^%]/,boolean:/\b(?:false|true)\b/,keyword:/\bin\b/,punctuation:/[{}[\](),.]/}}function tK(e){e.register(I),e.languages.jolie=e.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\[\s\S]|[^"\\])*"/,lookbehind:!0,greedy:!0},"class-name":{pattern:/((?:\b(?:as|courier|embed|in|inputPort|outputPort|service)\b|@)[ \t]*)\w+/,lookbehind:!0},keyword:/\b(?:as|cH|comp|concurrent|constants|courier|cset|csets|default|define|else|embed|embedded|execution|exit|extender|for|foreach|forward|from|global|if|import|in|include|init|inputPort|install|instanceof|interface|is_defined|linkIn|linkOut|main|new|nullProcess|outputPort|over|private|provide|public|scope|sequential|service|single|spawn|synchronized|this|throw|throws|type|undef|until|while|with)\b/,function:/\b[a-z_]\w*(?=[ \t]*[@(])/i,number:/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?l?/i,operator:/-[-=>]?|\+[+=]?|<[<=]?|[>=*!]=?|&&|\|\||[?\/%^@|]/,punctuation:/[()[\]{},;.:]/,builtin:/\b(?:Byte|any|bool|char|double|enum|float|int|length|long|ranges|regex|string|undefined|void)\b/}),e.languages.insertBefore("jolie","keyword",{aggregates:{pattern:/(\bAggregates\s*:\s*)(?:\w+(?:\s+with\s+\w+)?\s*,\s*)*\w+(?:\s+with\s+\w+)?/,lookbehind:!0,inside:{keyword:/\bwith\b/,"class-name":/\w+/,punctuation:/,/}},redirects:{pattern:/(\bRedirects\s*:\s*)(?:\w+\s*=>\s*\w+\s*,\s*)*(?:\w+\s*=>\s*\w+)/,lookbehind:!0,inside:{punctuation:/,/,"class-name":/\w+/,operator:/=>/}},property:{pattern:/\b(?:Aggregates|[Ii]nterfaces|Java|Javascript|Jolie|[Ll]ocation|OneWay|[Pp]rotocol|Redirects|RequestResponse)\b(?=[ \t]*:)/}})}function tZ(e){var t,n,r,a;t=/\\\((?:[^()]|\([^()]*\))*\)/.source,n=RegExp(/(^|[^\\])"(?:[^"\r\n\\]|\\[^\r\n(]|__)*"/.source.replace(/__/g,function(){return t})),r={interpolation:{pattern:RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+t),lookbehind:!0,inside:{content:{pattern:/^(\\\()[\s\S]+(?=\)$)/,lookbehind:!0,inside:null},punctuation:/^\\\(|\)$/}}},a=e.languages.jq={comment:/#.*/,property:{pattern:RegExp(n.source+/(?=\s*:(?!:))/.source),lookbehind:!0,greedy:!0,inside:r},string:{pattern:n,lookbehind:!0,greedy:!0,inside:r},function:{pattern:/(\bdef\s+)[a-z_]\w+/i,lookbehind:!0},variable:/\B\$\w+/,"property-literal":{pattern:/\b[a-z_]\w*(?=\s*:(?!:))/i,alias:"property"},keyword:/\b(?:as|break|catch|def|elif|else|end|foreach|if|import|include|label|module|modulemeta|null|reduce|then|try|while)\b/,boolean:/\b(?:false|true)\b/,number:/(?:\b\d+\.|\B\.)?\b\d+(?:[eE][+-]?\d+)?\b/,operator:[{pattern:/\|=?/,alias:"pipe"},/\.\.|[!=<>]?=|\?\/\/|\/\/=?|[-+*/%]=?|[<>?]|\b(?:and|not|or)\b/],"c-style-function":{pattern:/\b[a-z_]\w*(?=\s*\()/i,alias:"function"},punctuation:/::|[()\[\]{},:;]|\.(?=\s*[\[\w$])/,dot:{pattern:/\./,alias:"important"}},r.interpolation.inside.content.inside=a}function tJ(e){e.register(v),function(e){var t=e.languages.javascript["template-string"],n=t.pattern.source,r=t.inside.interpolation,a=r.inside["interpolation-punctuation"],i=r.pattern.source;function s(t,r){if(e.languages[t])return{pattern:RegExp("((?:"+r+")\\s*)"+n),lookbehind:!0,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},"embedded-code":{pattern:/[\s\S]+/,alias:t}}}}function o(t,n,r){var a={code:t,grammar:n,language:r};return e.hooks.run("before-tokenize",a),a.tokens=e.tokenize(a.code,a.grammar),e.hooks.run("after-tokenize",a),a.tokens}e.languages.javascript["template-string"]=[s("css",/\b(?:styled(?:\([^)]*\))?(?:\s*\.\s*\w+(?:\([^)]*\))*)*|css(?:\s*\.\s*(?:global|resolve))?|createGlobalStyle|keyframes)/.source),s("html",/\bhtml|\.\s*(?:inner|outer)HTML\s*\+?=/.source),s("svg",/\bsvg/.source),s("markdown",/\b(?:markdown|md)/.source),s("graphql",/\b(?:gql|graphql(?:\s*\.\s*experimental)?)/.source),s("sql",/\bsql/.source),t].filter(Boolean);var l={javascript:!0,js:!0,typescript:!0,ts:!0,jsx:!0,tsx:!0};e.hooks.add("after-tokenize",function(t){t.language in l&&function t(n){for(var s=0,l=n.length;s<l;s++){var c=n[s];if("string"!=typeof c){var u=c.content;if(!Array.isArray(u)){"string"!=typeof u&&t([u]);continue}if("template-string"===c.type){var d=u[1];if(3===u.length&&"string"!=typeof d&&"embedded-code"===d.type){var p=function e(t){return"string"==typeof t?t:Array.isArray(t)?t.map(e).join(""):e(t.content)}(d),h=d.alias,f=Array.isArray(h)?h[0]:h,g=e.languages[f];if(!g)continue;u[1]=function(t,n,s){var l=e.tokenize(t,{interpolation:{pattern:RegExp(i),lookbehind:!0}}),c=0,u={},d=o(l.map(function(e){if("string"==typeof e)return e;for(var n,r,a=e.content;-1!==t.indexOf((n=c++,r="___"+s.toUpperCase()+"_"+n+"___")););return u[r]=a,r}).join(""),n,s),p=Object.keys(u);return c=0,!function t(n){for(var i=0;i<n.length;i++){if(c>=p.length)return;var s=n[i];if("string"==typeof s||"string"==typeof s.content){var l=p[c],d="string"==typeof s?s:s.content,h=d.indexOf(l);if(-1!==h){++c;var f=d.substring(0,h),g=function(t){var n={};n["interpolation-punctuation"]=a;var i=e.tokenize(t,n);if(3===i.length){var s=[1,1];s.push.apply(s,o(i[1],e.languages.javascript,"javascript")),i.splice.apply(i,s)}return new e.Token("interpolation",i,r.alias,t)}(u[l]),m=d.substring(h+l.length),b=[];if(f&&b.push(f),b.push(g),m){var E=[m];t(E),b.push.apply(b,E)}"string"==typeof s?(n.splice.apply(n,[i,1].concat(b)),i+=b.length-1):s.content=b}}else{var y=s.content;Array.isArray(y)?t(y):t([y])}}}(d),new e.Token(s,d,"language-"+s,t)}(p,g,f)}}else t(u)}}}(t.tokens)})}(e)}function tQ(e){var t;e.register(v),e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"],t=e.languages.extend("typescript",{}),delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript}function t0(e){var t,n,r;e.register(tj),e.register(v),e.register(tQ),t=e.languages.javascript,r="(@(?:arg|argument|param|property)\\s+(?:"+(n=/\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})+\}/.source)+"\\s+)?)",e.languages.jsdoc=e.languages.extend("javadoclike",{parameter:{pattern:RegExp(r+/(?:(?!\s)[$\w\xA0-\uFFFF.])+(?=\s|$)/.source),lookbehind:!0,inside:{punctuation:/\./}}}),e.languages.insertBefore("jsdoc","keyword",{"optional-parameter":{pattern:RegExp(r+/\[(?:(?!\s)[$\w\xA0-\uFFFF.])+(?:=[^[\]]+)?\](?=\s|$)/.source),lookbehind:!0,inside:{parameter:{pattern:/(^\[)[$\w\xA0-\uFFFF\.]+/,lookbehind:!0,inside:{punctuation:/\./}},code:{pattern:/(=)[\s\S]*(?=\]$)/,lookbehind:!0,inside:t,alias:"language-javascript"},punctuation:/[=[\]]/}},"class-name":[{pattern:RegExp(/(@(?:augments|class|extends|interface|memberof!?|template|this|typedef)\s+(?:<TYPE>\s+)?)[A-Z]\w*(?:\.[A-Z]\w*)*/.source.replace(/<TYPE>/g,function(){return n})),lookbehind:!0,inside:{punctuation:/\./}},{pattern:RegExp("(@[a-z]+\\s+)"+n),lookbehind:!0,inside:{string:t.string,number:t.number,boolean:t.boolean,keyword:e.languages.typescript.keyword,operator:/=>|\.\.\.|[&|?:*]/,punctuation:/[.,;=<>{}()[\]]/}}],example:{pattern:/(@example\s+(?!\s))(?:[^@\s]|\s+(?!\s))+?(?=\s*(?:\*\s*)?(?:@\w|\*\/))/,lookbehind:!0,inside:{code:{pattern:/^([\t ]*(?:\*\s*)?)\S.*$/m,lookbehind:!0,inside:t,alias:"language-javascript"}}}}),e.languages.javadoclike.addSupport("javascript",e.languages.jsdoc)}function t1(e){e.register(v),e.languages.n4js=e.languages.extend("javascript",{keyword:/\b(?:Array|any|boolean|break|case|catch|class|const|constructor|continue|debugger|declare|default|delete|do|else|enum|export|extends|false|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|module|new|null|number|package|private|protected|public|return|set|static|string|super|switch|this|throw|true|try|typeof|var|void|while|with|yield)\b/}),e.languages.insertBefore("n4js","constant",{annotation:{pattern:/@+\w+/,alias:"operator"}}),e.languages.n4jsd=e.languages.n4js}function t2(e){e.register(v),function(e){function t(e,t){return RegExp(e.replace(/<ID>/g,function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source}),t)}e.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+e.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),e.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+e.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),e.languages.insertBefore("javascript","constant",{"known-class-name":[{pattern:/\b(?:(?:Float(?:32|64)|(?:Int|Uint)(?:8|16|32)|Uint8Clamped)?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|(?:Weak)?(?:Map|Set)|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|WebAssembly)\b/,alias:"class-name"},{pattern:/\b(?:[A-Z]\w*)Error\b/,alias:"class-name"}]}),e.languages.insertBefore("javascript","keyword",{imports:{pattern:t(/(\bimport\b\s*)(?:<ID>(?:\s*,\s*(?:\*\s*as\s+<ID>|\{[^{}]*\}))?|\*\s*as\s+<ID>|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:e.languages.javascript},exports:{pattern:t(/(\bexport\b\s*)(?:\*(?:\s*as\s+<ID>)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:e.languages.javascript}}),e.languages.javascript.keyword.unshift({pattern:/\b(?:as|default|export|from|import)\b/,alias:"module"},{pattern:/\b(?:await|break|catch|continue|do|else|finally|for|if|return|switch|throw|try|while|yield)\b/,alias:"control-flow"},{pattern:/\bnull\b/,alias:["null","nil"]},{pattern:/\bundefined\b/,alias:"nil"}),e.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),e.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:t(/(\.\s*)#?<ID>/.source),lookbehind:!0},"maybe-class-name":{pattern:/(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/,lookbehind:!0},dom:{pattern:/\b(?:document|(?:local|session)Storage|location|navigator|performance|window)\b/,alias:"variable"},console:{pattern:/\bconsole(?=\s*\.)/,alias:"class-name"}});for(var n=["function","function-variable","method","method-variable","property-access"],r=0;r<n.length;r++){var a=n[r],i=e.languages.javascript[a];"RegExp"===e.util.type(i)&&(i=e.languages.javascript[a]={pattern:i});var s=i.inside||{};i.inside=s,s["maybe-class-name"]=/^[A-Z][\s\S]*/}}(e)}function t3(e){var t;e.register(tC),t=/("|')(?:\\(?:\r\n?|\n|.)|(?!\1)[^\\\r\n])*\1/,e.languages.json5=e.languages.extend("json",{property:[{pattern:RegExp(t.source+"(?=\\s*:)"),greedy:!0},{pattern:/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/,alias:"unquoted"}],string:{pattern:t,greedy:!0},number:/[+-]?\b(?:NaN|Infinity|0x[a-fA-F\d]+)\b|[+-]?(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[eE][+-]?\d+\b)?/})}function t5(e){e.register(tC),e.languages.jsonp=e.languages.extend("json",{punctuation:/[{}[\]();,.]/}),e.languages.insertBefore("jsonp","punctuation",{function:/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*\()/})}function t4(e){e.languages.jsstacktrace={"error-message":{pattern:/^\S.*/m,alias:"string"},"stack-frame":{pattern:/(^[ \t]+)at[ \t].*/m,lookbehind:!0,inside:{"not-my-code":{pattern:/^at[ \t]+(?!\s)(?:node\.js|<unknown>|.*(?:node_modules|\(<anonymous>\)|\(<unknown>|<anonymous>$|\(internal\/|\(node\.js)).*/m,alias:"comment"},filename:{pattern:/(\bat\s+(?!\s)|\()(?:[a-zA-Z]:)?[^():]+(?=:)/,lookbehind:!0,alias:"url"},function:{pattern:/(\bat\s+(?:new\s+)?)(?!\s)[_$a-zA-Z\xA0-\uFFFF<][.$\w\xA0-\uFFFF<>]*/,lookbehind:!0,inside:{punctuation:/\./}},punctuation:/[()]/,keyword:/\b(?:at|new)\b/,alias:{pattern:/\[(?:as\s+)?(?!\s)[_$a-zA-Z\xA0-\uFFFF][$\w\xA0-\uFFFF]*\]/,alias:"variable"},"line-number":{pattern:/:\d+(?::\d+)?\b/,alias:"number",inside:{punctuation:/:/}}}}}}function t6(e){e.languages.julia={comment:{pattern:/(^|[^\\])(?:#=(?:[^#=]|=(?!#)|#(?!=)|#=(?:[^#=]|=(?!#)|#(?!=))*=#)*=#|#.*)/,lookbehind:!0},regex:{pattern:/r"(?:\\.|[^"\\\r\n])*"[imsx]{0,4}/,greedy:!0},string:{pattern:/"""[\s\S]+?"""|(?:\b\w+)?"(?:\\.|[^"\\\r\n])*"|`(?:[^\\`\r\n]|\\.)*`/,greedy:!0},char:{pattern:/(^|[^\w'])'(?:\\[^\r\n][^'\r\n]*|[^\\\r\n])'/,lookbehind:!0,greedy:!0},keyword:/\b(?:abstract|baremodule|begin|bitstype|break|catch|ccall|const|continue|do|else|elseif|end|export|finally|for|function|global|if|immutable|import|importall|in|let|local|macro|module|print|println|quote|return|struct|try|type|typealias|using|while)\b/,boolean:/\b(?:false|true)\b/,number:/(?:\b(?=\d)|\B(?=\.))(?:0[box])?(?:[\da-f]+(?:_[\da-f]+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[efp][+-]?\d+(?:_\d+)*)?j?/i,operator:/&&|\|\||[-+*^%÷⊻&$\\]=?|\/[\/=]?|!=?=?|\|[=>]?|<(?:<=?|[=:|])?|>(?:=|>>?=?)?|==?=?|[~≠≤≥'√∛]/,punctuation:/::?|[{}[\]();,.?]/,constant:/\b(?:(?:Inf|NaN)(?:16|32|64)?|im|pi)\b|[πℯ]/}}function t8(e){e.languages.keepalived={comment:{pattern:/[#!].*/,greedy:!0},string:{pattern:/(^|[^\\])(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/,lookbehind:!0,greedy:!0},ip:{pattern:RegExp(/\b(?:(?:(?:[\da-f]{1,4}:){7}[\da-f]{1,4}|(?:[\da-f]{1,4}:){6}:[\da-f]{1,4}|(?:[\da-f]{1,4}:){5}:(?:[\da-f]{1,4}:)?[\da-f]{1,4}|(?:[\da-f]{1,4}:){4}:(?:[\da-f]{1,4}:){0,2}[\da-f]{1,4}|(?:[\da-f]{1,4}:){3}:(?:[\da-f]{1,4}:){0,3}[\da-f]{1,4}|(?:[\da-f]{1,4}:){2}:(?:[\da-f]{1,4}:){0,4}[\da-f]{1,4}|(?:[\da-f]{1,4}:){6}<ipv4>|(?:[\da-f]{1,4}:){0,5}:<ipv4>|::(?:[\da-f]{1,4}:){0,5}<ipv4>|[\da-f]{1,4}::(?:[\da-f]{1,4}:){0,5}[\da-f]{1,4}|::(?:[\da-f]{1,4}:){0,6}[\da-f]{1,4}|(?:[\da-f]{1,4}:){1,7}:)(?:\/\d{1,3})?|<ipv4>(?:\/\d{1,2})?)\b/.source.replace(/<ipv4>/g,function(){return/(?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d))/.source}),"i"),alias:"number"},path:{pattern:/(\s)\/(?:[^\/\s]+\/)*[^\/\s]*|\b[a-zA-Z]:\\(?:[^\\\s]+\\)*[^\\\s]*/,lookbehind:!0,alias:"string"},variable:/\$\{?\w+\}?/,email:{pattern:/[\w-]+@[\w-]+(?:\.[\w-]{2,3}){1,2}/,alias:"string"},"conditional-configuration":{pattern:/@\^?[\w-]+/,alias:"variable"},operator:/=/,property:/\b(?:BFD_CHECK|DNS_CHECK|FILE_CHECK|HTTP_GET|MISC_CHECK|NAME|PING_CHECK|SCRIPTS|SMTP_CHECK|SSL|SSL_GET|TCP_CHECK|UDP_CHECK|accept|advert_int|alpha|auth_pass|auth_type|authentication|bfd_cpu_affinity|bfd_instance|bfd_no_swap|bfd_priority|bfd_process_name|bfd_rlimit_rttime|bfd_rt_priority|bind_if|bind_port|bindto|ca|certificate|check_unicast_src|checker|checker_cpu_affinity|checker_log_all_failures|checker_no_swap|checker_priority|checker_rlimit_rttime|checker_rt_priority|child_wait_time|connect_ip|connect_port|connect_timeout|dbus_service_name|debug|default_interface|delay|delay_before_retry|delay_loop|digest|dont_track_primary|dynamic|dynamic_interfaces|enable_(?:dbus|script_security|sni|snmp_checker|snmp_rfc|snmp_rfcv2|snmp_rfcv3|snmp_vrrp|traps)|end|fall|fast_recovery|file|flag-[123]|fork_delay|full_command|fwmark|garp_group|garp_interval|garp_lower_prio_delay|garp_lower_prio_repeat|garp_master_delay|garp_master_refresh|garp_master_refresh_repeat|garp_master_repeat|global_defs|global_tracking|gna_interval|group|ha_suspend|hashed|helo_name|higher_prio_send_advert|hoplimit|http_protocol|hysteresis|idle_tx|include|inhibit_on_failure|init_fail|init_file|instance|interface|interfaces|interval|ip_family|ipvs_process_name|keepalived.conf|kernel_rx_buf_size|key|linkbeat_interfaces|linkbeat_use_polling|log_all_failures|log_unknown_vrids|lower_prio_no_advert|lthreshold|lvs_flush|lvs_flush_onstop|lvs_method|lvs_netlink_cmd_rcv_bufs|lvs_netlink_cmd_rcv_bufs_force|lvs_netlink_monitor_rcv_bufs|lvs_netlink_monitor_rcv_bufs_force|lvs_notify_fifo|lvs_notify_fifo_script|lvs_sched|lvs_sync_daemon|max_auto_priority|max_hops|mcast_src_ip|mh-fallback|mh-port|min_auto_priority_delay|min_rx|min_tx|misc_dynamic|misc_path|misc_timeout|multiplier|name|namespace_with_ipsets|native_ipv6|neighbor_ip|net_namespace|net_namespace_ipvs|nftables|nftables_counters|nftables_ifindex|nftables_priority|no_accept|no_checker_emails|no_email_faults|nopreempt|notification_email|notification_email_from|notify|notify_backup|notify_deleted|notify_down|notify_fault|notify_fifo|notify_fifo_script|notify_master|notify_master_rx_lower_pri|notify_priority_changes|notify_stop|notify_up|old_unicast_checksum|omega|ops|param_match|passive|password|path|persistence_engine|persistence_granularity|persistence_timeout|preempt|preempt_delay|priority|process|process_monitor_rcv_bufs|process_monitor_rcv_bufs_force|process_name|process_names|promote_secondaries|protocol|proxy_arp|proxy_arp_pvlan|quorum|quorum_down|quorum_max|quorum_up|random_seed|real_server|regex|regex_max_offset|regex_min_offset|regex_no_match|regex_options|regex_stack|reload_repeat|reload_time_file|require_reply|retry|rise|router_id|rs_init_notifies|script|script_user|sh-fallback|sh-port|shutdown_script|shutdown_script_timeout|skip_check_adv_addr|smtp_alert|smtp_alert_checker|smtp_alert_vrrp|smtp_connect_timeout|smtp_helo_name|smtp_server|snmp_socket|sorry_server|sorry_server_inhibit|sorry_server_lvs_method|source_ip|start|startup_script|startup_script_timeout|state|static_ipaddress|static_routes|static_rules|status_code|step|strict_mode|sync_group_tracking_weight|terminate_delay|timeout|track_bfd|track_file|track_group|track_interface|track_process|track_script|track_src_ip|ttl|type|umask|unicast_peer|unicast_src_ip|unicast_ttl|url|use_ipvlan|use_pid_dir|use_vmac|user|uthreshold|val[123]|version|virtual_ipaddress|virtual_ipaddress_excluded|virtual_router_id|virtual_routes|virtual_rules|virtual_server|virtual_server_group|virtualhost|vmac_xmit_base|vrrp|vrrp_(?:check_unicast_src|cpu_affinity|garp_interval|garp_lower_prio_delay|garp_lower_prio_repeat|garp_master_delay|garp_master_refresh|garp_master_refresh_repeat|garp_master_repeat|gna_interval|higher_prio_send_advert|instance|ipsets|iptables|lower_prio_no_advert|mcast_group4|mcast_group6|min_garp|netlink_cmd_rcv_bufs|netlink_cmd_rcv_bufs_force|netlink_monitor_rcv_bufs|netlink_monitor_rcv_bufs_force|no_swap|notify_fifo|notify_fifo_script|notify_priority_changes|priority|process_name|rlimit_rttime|rt_priority|rx_bufs_multiplier|rx_bufs_policy|script|skip_check_adv_addr|startup_delay|strict|sync_group|track_process|version)|warmup|weight)\b/,constant:/\b(?:A|AAAA|AH|BACKUP|CNAME|DR|MASTER|MX|NAT|NS|PASS|SCTP|SOA|TCP|TUN|TXT|UDP|dh|fo|lblc|lblcr|lc|mh|nq|ovf|rr|sed|sh|wlc|wrr)\b/,number:{pattern:/(^|[^\w.-])-?\d+(?:\.\d+)?/,lookbehind:!0},boolean:/\b(?:false|no|off|on|true|yes)\b/,punctuation:/[\{\}]/}}function t9(e){e.languages.keyman={comment:{pattern:/\bc .*/i,greedy:!0},string:{pattern:/"[^"\r\n]*"|'[^'\r\n]*'/,greedy:!0},"virtual-key":{pattern:/\[\s*(?:(?:ALT|CAPS|CTRL|LALT|LCTRL|NCAPS|RALT|RCTRL|SHIFT)\s+)*(?:[TKU]_[\w?]+|[A-E]\d\d?|"[^"\r\n]*"|'[^'\r\n]*')\s*\]/i,greedy:!0,alias:"function"},"header-keyword":{pattern:/&\w+/,alias:"bold"},"header-statement":{pattern:/\b(?:bitmap|bitmaps|caps always off|caps on only|copyright|hotkey|language|layout|message|name|shift frees caps|version)\b/i,alias:"bold"},"rule-keyword":{pattern:/\b(?:any|baselayout|beep|call|context|deadkey|dk|if|index|layer|notany|nul|outs|platform|reset|return|save|set|store|use)\b/i,alias:"keyword"},"structural-keyword":{pattern:/\b(?:ansi|begin|group|match|newcontext|nomatch|postkeystroke|readonly|unicode|using keys)\b/i,alias:"keyword"},"compile-target":{pattern:/\$(?:keyman|keymanonly|keymanweb|kmfl|weaver):/i,alias:"property"},number:/\b(?:U\+[\dA-F]+|d\d+|x[\da-f]+|\d+)\b/i,operator:/[+>\\$]|\.\./,punctuation:/[()=,]/}}function t7(e){var t;e.register(I),e.languages.kotlin=e.languages.extend("clike",{keyword:{pattern:/(^|[^.])\b(?:abstract|actual|annotation|as|break|by|catch|class|companion|const|constructor|continue|crossinline|data|do|dynamic|else|enum|expect|external|final|finally|for|fun|get|if|import|in|infix|init|inline|inner|interface|internal|is|lateinit|noinline|null|object|open|operator|out|override|package|private|protected|public|reified|return|sealed|set|super|suspend|tailrec|this|throw|to|try|typealias|val|var|vararg|when|where|while)\b/,lookbehind:!0},function:[{pattern:/(?:`[^\r\n`]+`|\b\w+)(?=\s*\()/,greedy:!0},{pattern:/(\.)(?:`[^\r\n`]+`|\w+)(?=\s*\{)/,lookbehind:!0,greedy:!0}],number:/\b(?:0[xX][\da-fA-F]+(?:_[\da-fA-F]+)*|0[bB][01]+(?:_[01]+)*|\d+(?:_\d+)*(?:\.\d+(?:_\d+)*)?(?:[eE][+-]?\d+(?:_\d+)*)?[fFL]?)\b/,operator:/\+[+=]?|-[-=>]?|==?=?|!(?:!|==?)?|[\/*%<>]=?|[?:]:?|\.\.|&&|\|\||\b(?:and|inv|or|shl|shr|ushr|xor)\b/}),delete e.languages.kotlin["class-name"],t={"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:e.languages.kotlin}},e.languages.insertBefore("kotlin","string",{"string-literal":[{pattern:/"""(?:[^$]|\$(?:(?!\{)|\{[^{}]*\}))*?"""/,alias:"multiline",inside:{interpolation:{pattern:/\$(?:[a-z_]\w*|\{[^{}]*\})/i,inside:t},string:/[\s\S]+/}},{pattern:/"(?:[^"\\\r\n$]|\\.|\$(?:(?!\{)|\{[^{}]*\}))*"/,alias:"singleline",inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:[a-z_]\w*|\{[^{}]*\})/i,lookbehind:!0,inside:t},string:/[\s\S]+/}}],char:{pattern:/'(?:[^'\\\r\n]|\\(?:.|u[a-fA-F0-9]{0,4}))'/,greedy:!0}}),delete e.languages.kotlin.string,e.languages.insertBefore("kotlin","keyword",{annotation:{pattern:/\B@(?:\w+:)?(?:[A-Z]\w*|\[[^\]]+\])/,alias:"builtin"}}),e.languages.insertBefore("kotlin","function",{label:{pattern:/\b\w+@|@\w+\b/,alias:"symbol"}}),e.languages.kt=e.languages.kotlin,e.languages.kts=e.languages.kotlin}function ne(e){var t=/\s\x00-\x1f\x22-\x2f\x3a-\x3f\x5b-\x5e\x60\x7b-\x7e/.source;function n(e,n){return RegExp(e.replace(/<nonId>/g,t),n)}e.languages.kumir={comment:{pattern:/\|.*/},prolog:{pattern:/#.*/,greedy:!0},string:{pattern:/"[^\n\r"]*"|'[^\n\r']*'/,greedy:!0},boolean:{pattern:n(/(^|[<nonId>])(?:да|нет)(?=[<nonId>]|$)/.source),lookbehind:!0},"operator-word":{pattern:n(/(^|[<nonId>])(?:и|или|не)(?=[<nonId>]|$)/.source),lookbehind:!0,alias:"keyword"},"system-variable":{pattern:n(/(^|[<nonId>])знач(?=[<nonId>]|$)/.source),lookbehind:!0,alias:"keyword"},type:[{pattern:n(/(^|[<nonId>])(?:вещ|лит|лог|сим|цел)(?:\x20*таб)?(?=[<nonId>]|$)/.source),lookbehind:!0,alias:"builtin"},{pattern:n(/(^|[<nonId>])(?:компл|сканкод|файл|цвет)(?=[<nonId>]|$)/.source),lookbehind:!0,alias:"important"}],keyword:{pattern:n(/(^|[<nonId>])(?:алг|арг(?:\x20*рез)?|ввод|ВКЛЮЧИТЬ|вс[её]|выбор|вывод|выход|дано|для|до|дс|если|иначе|исп|использовать|кон(?:(?:\x20+|_)исп)?|кц(?:(?:\x20+|_)при)?|надо|нач|нс|нц|от|пауза|пока|при|раза?|рез|стоп|таб|то|утв|шаг)(?=[<nonId>]|$)/.source),lookbehind:!0},name:{pattern:n(/(^|[<nonId>])[^\d<nonId>][^<nonId>]*(?:\x20+[^<nonId>]+)*(?=[<nonId>]|$)/.source),lookbehind:!0},number:{pattern:n(/(^|[<nonId>])(?:\B\$[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)(?=[<nonId>]|$)/.source,"i"),lookbehind:!0},punctuation:/:=|[(),:;\[\]]/,"operator-char":{pattern:/\*\*?|<[=>]?|>=?|[-+/=]/,alias:"operator"}},e.languages.kum=e.languages.kumir}function nt(e){e.languages.kusto={comment:{pattern:/\/\/.*/,greedy:!0},string:{pattern:/```[\s\S]*?```|[hH]?(?:"(?:[^\r\n\\"]|\\.)*"|'(?:[^\r\n\\']|\\.)*'|@(?:"[^\r\n"]*"|'[^\r\n']*'))/,greedy:!0},verb:{pattern:/(\|\s*)[a-z][\w-]*/i,lookbehind:!0,alias:"keyword"},command:{pattern:/\.[a-z][a-z\d-]*\b/,alias:"keyword"},"class-name":/\b(?:bool|datetime|decimal|dynamic|guid|int|long|real|string|timespan)\b/,keyword:/\b(?:access|alias|and|anti|as|asc|auto|between|by|(?:contains|(?:ends|starts)with|has(?:perfix|suffix)?)(?:_cs)?|database|declare|desc|external|from|fullouter|has_all|in|ingestion|inline|inner|innerunique|into|(?:left|right)(?:anti(?:semi)?|inner|outer|semi)?|let|like|local|not|of|on|or|pattern|print|query_parameters|range|restrict|schema|set|step|table|tables|to|view|where|with|matches\s+regex|nulls\s+(?:first|last))(?![\w-])/,boolean:/\b(?:false|null|true)\b/,function:/\b[a-z_]\w*(?=\s*\()/,datetime:[{pattern:/\b(?:(?:Fri|Friday|Mon|Monday|Sat|Saturday|Sun|Sunday|Thu|Thursday|Tue|Tuesday|Wed|Wednesday)\s*,\s*)?\d{1,2}(?:\s+|-)(?:Apr|Aug|Dec|Feb|Jan|Jul|Jun|Mar|May|Nov|Oct|Sep)(?:\s+|-)\d{2}\s+\d{2}:\d{2}(?::\d{2})?(?:\s*(?:\b(?:[A-Z]|(?:[ECMT][DS]|GM|U)T)|[+-]\d{4}))?\b/,alias:"number"},{pattern:/[+-]?\b(?:\d{4}-\d{2}-\d{2}(?:[ T]\d{2}:\d{2}(?::\d{2}(?:\.\d+)?)?)?|\d{2}:\d{2}(?::\d{2}(?:\.\d+)?)?)Z?/,alias:"number"}],number:/\b(?:0x[0-9A-Fa-f]+|\d+(?:\.\d+)?(?:[Ee][+-]?\d+)?)(?:(?:min|sec|[mnµ]s|[dhms]|microsecond|tick)\b)?|[+-]?\binf\b/,operator:/=>|[!=]~|[!=<>]=?|[-+*/%|]|\.\./,punctuation:/[()\[\]{},;.:]/}}function nn(e){var t,n;n={"equation-command":{pattern:t=/\\(?:[^a-z()[\]]|[a-z*]+)/i,alias:"regex"}},e.languages.latex={comment:/%.*/,cdata:{pattern:/(\\begin\{((?:lstlisting|verbatim)\*?)\})[\s\S]*?(?=\\end\{\2\})/,lookbehind:!0},equation:[{pattern:/\$\$(?:\\[\s\S]|[^\\$])+\$\$|\$(?:\\[\s\S]|[^\\$])+\$|\\\([\s\S]*?\\\)|\\\[[\s\S]*?\\\]/,inside:n,alias:"string"},{pattern:/(\\begin\{((?:align|eqnarray|equation|gather|math|multline)\*?)\})[\s\S]*?(?=\\end\{\2\})/,lookbehind:!0,inside:n,alias:"string"}],keyword:{pattern:/(\\(?:begin|cite|documentclass|end|label|ref|usepackage)(?:\[[^\]]+\])?\{)[^}]+(?=\})/,lookbehind:!0},url:{pattern:/(\\url\{)[^}]+(?=\})/,lookbehind:!0},headline:{pattern:/(\\(?:chapter|frametitle|paragraph|part|section|subparagraph|subsection|subsubparagraph|subsubsection|subsubsubparagraph)\*?(?:\[[^\]]+\])?\{)[^}]+(?=\})/,lookbehind:!0,alias:"class-name"},function:{pattern:t,alias:"selector"},punctuation:/[[\]{}&]/},e.languages.tex=e.languages.latex,e.languages.context=e.languages.latex}function nr(e){var t;e.register(I),e.register(ez),e.register(tz),e.languages.latte={comment:/^\{\*[\s\S]*/,"latte-tag":{pattern:/(^\{(?:\/(?=[a-z]))?)(?:[=_]|[a-z]\w*\b(?!\())/i,lookbehind:!0,alias:"important"},delimiter:{pattern:/^\{\/?|\}$/,alias:"punctuation"},php:{pattern:/\S(?:[\s\S]*\S)?/,alias:"language-php",inside:e.languages.php}},t=e.languages.extend("markup",{}),e.languages.insertBefore("inside","attr-value",{"n-attr":{pattern:/n:[\w-]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+))?/,inside:{"attr-name":{pattern:/^[^\s=]+/,alias:"important"},"attr-value":{pattern:/=[\s\S]+/,inside:{punctuation:[/^=/,{pattern:/^(\s*)["']|["']$/,lookbehind:!0}],php:{pattern:/\S(?:[\s\S]*\S)?/,inside:e.languages.php}}}}}},t.tag),e.hooks.add("before-tokenize",function(n){"latte"===n.language&&(e.languages["markup-templating"].buildPlaceholders(n,"latte",/\{\*[\s\S]*?\*\}|\{[^'"\s{}*](?:[^"'/{}]|\/(?![*/])|("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|\/\*(?:[^*]|\*(?!\/))*\*\/)*\}/g),n.grammar=t)}),e.hooks.add("after-tokenize",function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"latte")})}function na(e){e.languages.scheme={comment:/;.*|#;\s*(?:\((?:[^()]|\([^()]*\))*\)|\[(?:[^\[\]]|\[[^\[\]]*\])*\])|#\|(?:[^#|]|#(?!\|)|\|(?!#)|#\|(?:[^#|]|#(?!\|)|\|(?!#))*\|#)*\|#/,string:{pattern:/"(?:[^"\\]|\\.)*"/,greedy:!0},symbol:{pattern:/'[^()\[\]#'\s]+/,greedy:!0},char:{pattern:/#\\(?:[ux][a-fA-F\d]+\b|[-a-zA-Z]+\b|[\uD800-\uDBFF][\uDC00-\uDFFF]|\S)/,greedy:!0},"lambda-parameter":[{pattern:/((?:^|[^'`#])[(\[]lambda\s+)(?:[^|()\[\]'\s]+|\|(?:[^\\|]|\\.)*\|)/,lookbehind:!0},{pattern:/((?:^|[^'`#])[(\[]lambda\s+[(\[])[^()\[\]']+/,lookbehind:!0}],keyword:{pattern:/((?:^|[^'`#])[(\[])(?:begin|case(?:-lambda)?|cond(?:-expand)?|define(?:-library|-macro|-record-type|-syntax|-values)?|defmacro|delay(?:-force)?|do|else|except|export|guard|if|import|include(?:-ci|-library-declarations)?|lambda|let(?:rec)?(?:-syntax|-values|\*)?|let\*-values|only|parameterize|prefix|(?:quasi-?)?quote|rename|set!|syntax-(?:case|rules)|unless|unquote(?:-splicing)?|when)(?=[()\[\]\s]|$)/,lookbehind:!0},builtin:{pattern:/((?:^|[^'`#])[(\[])(?:abs|and|append|apply|assoc|ass[qv]|binary-port\?|boolean=?\?|bytevector(?:-append|-copy|-copy!|-length|-u8-ref|-u8-set!|\?)?|caar|cadr|call-with-(?:current-continuation|port|values)|call\/cc|car|cdar|cddr|cdr|ceiling|char(?:->integer|-ready\?|\?|<\?|<=\?|=\?|>\?|>=\?)|close-(?:input-port|output-port|port)|complex\?|cons|current-(?:error|input|output)-port|denominator|dynamic-wind|eof-object\??|eq\?|equal\?|eqv\?|error|error-object(?:-irritants|-message|\?)|eval|even\?|exact(?:-integer-sqrt|-integer\?|\?)?|expt|features|file-error\?|floor(?:-quotient|-remainder|\/)?|flush-output-port|for-each|gcd|get-output-(?:bytevector|string)|inexact\??|input-port(?:-open\?|\?)|integer(?:->char|\?)|lcm|length|list(?:->string|->vector|-copy|-ref|-set!|-tail|\?)?|make-(?:bytevector|list|parameter|string|vector)|map|max|member|memq|memv|min|modulo|negative\?|newline|not|null\?|number(?:->string|\?)|numerator|odd\?|open-(?:input|output)-(?:bytevector|string)|or|output-port(?:-open\?|\?)|pair\?|peek-char|peek-u8|port\?|positive\?|procedure\?|quotient|raise|raise-continuable|rational\?|rationalize|read-(?:bytevector|bytevector!|char|error\?|line|string|u8)|real\?|remainder|reverse|round|set-c[ad]r!|square|string(?:->list|->number|->symbol|->utf8|->vector|-append|-copy|-copy!|-fill!|-for-each|-length|-map|-ref|-set!|\?|<\?|<=\?|=\?|>\?|>=\?)?|substring|symbol(?:->string|\?|=\?)|syntax-error|textual-port\?|truncate(?:-quotient|-remainder|\/)?|u8-ready\?|utf8->string|values|vector(?:->list|->string|-append|-copy|-copy!|-fill!|-for-each|-length|-map|-ref|-set!|\?)?|with-exception-handler|write-(?:bytevector|char|string|u8)|zero\?)(?=[()\[\]\s]|$)/,lookbehind:!0},operator:{pattern:/((?:^|[^'`#])[(\[])(?:[-+*%/]|[<>]=?|=>?)(?=[()\[\]\s]|$)/,lookbehind:!0},number:{pattern:RegExp(function(e){for(var t in e)e[t]=e[t].replace(/<[\w\s]+>/g,function(t){return"(?:"+e[t].trim()+")"});return e[t]}({"<ureal dec>":/\d+(?:\/\d+)|(?:\d+(?:\.\d*)?|\.\d+)(?:[esfdl][+-]?\d+)?/.source,"<real dec>":/[+-]?<ureal dec>|[+-](?:inf|nan)\.0/.source,"<imaginary dec>":/[+-](?:<ureal dec>|(?:inf|nan)\.0)?i/.source,"<complex dec>":/<real dec>(?:@<real dec>|<imaginary dec>)?|<imaginary dec>/.source,"<num dec>":/(?:#d(?:#[ei])?|#[ei](?:#d)?)?<complex dec>/.source,"<ureal box>":/[0-9a-f]+(?:\/[0-9a-f]+)?/.source,"<real box>":/[+-]?<ureal box>|[+-](?:inf|nan)\.0/.source,"<imaginary box>":/[+-](?:<ureal box>|(?:inf|nan)\.0)?i/.source,"<complex box>":/<real box>(?:@<real box>|<imaginary box>)?|<imaginary box>/.source,"<num box>":/#[box](?:#[ei])?|(?:#[ei])?#[box]<complex box>/.source,"<number>":/(^|[()\[\]\s])(?:<num dec>|<num box>)(?=[()\[\]\s]|$)/.source}),"i"),lookbehind:!0},boolean:{pattern:/(^|[()\[\]\s])#(?:[ft]|false|true)(?=[()\[\]\s]|$)/,lookbehind:!0},function:{pattern:/((?:^|[^'`#])[(\[])(?:[^|()\[\]'\s]+|\|(?:[^\\|]|\\.)*\|)(?=[()\[\]\s]|$)/,lookbehind:!0},identifier:{pattern:/(^|[()\[\]\s])\|(?:[^\\|]|\\.)*\|(?=[()\[\]\s]|$)/,lookbehind:!0,greedy:!0},punctuation:/[()\[\]']/}}function ni(e){e.register(na);for(var t=/\((?:[^();"#\\]|\\[\s\S]|;.*(?!.)|"(?:[^"\\]|\\.)*"|#(?:\{(?:(?!#\})[\s\S])*#\}|[^{])|<expr>)*\)/.source,n=0;n<5;n++)t=t.replace(/<expr>/g,function(){return t});t=t.replace(/<expr>/g,/[^\s\S]/.source);var r=e.languages.lilypond={comment:/%(?:(?!\{).*|\{[\s\S]*?%\})/,"embedded-scheme":{pattern:RegExp(/(^|[=\s])#(?:"(?:[^"\\]|\\.)*"|[^\s()"]*(?:[^\s()]|<expr>))/.source.replace(/<expr>/g,function(){return t}),"m"),lookbehind:!0,greedy:!0,inside:{scheme:{pattern:/^(#)[\s\S]+$/,lookbehind:!0,alias:"language-scheme",inside:{"embedded-lilypond":{pattern:/#\{[\s\S]*?#\}/,greedy:!0,inside:{punctuation:/^#\{|#\}$/,lilypond:{pattern:/[\s\S]+/,alias:"language-lilypond",inside:null}}},rest:e.languages.scheme}},punctuation:/#/}},string:{pattern:/"(?:[^"\\]|\\.)*"/,greedy:!0},"class-name":{pattern:/(\\new\s+)[\w-]+/,lookbehind:!0},keyword:{pattern:/\\[a-z][-\w]*/i,inside:{punctuation:/^\\/}},operator:/[=|]|<<|>>/,punctuation:{pattern:/(^|[a-z\d])(?:'+|,+|[_^]?-[_^]?(?:[-+^!>._]|(?=\d))|[_^]\.?|[.!])|[{}()[\]<>^~]|\\[()[\]<>\\!]|--|__/,lookbehind:!0},number:/\b\d+(?:\/\d+)?\b/};r["embedded-scheme"].inside.scheme.inside["embedded-lilypond"].inside.lilypond.inside=r,e.languages.ly=r}function ns(e){e.register(ez),e.languages.liquid={comment:{pattern:/(^\{%\s*comment\s*%\})[\s\S]+(?=\{%\s*endcomment\s*%\}$)/,lookbehind:!0},delimiter:{pattern:/^\{(?:\{\{|[%\{])-?|-?(?:\}\}|[%\}])\}$/,alias:"punctuation"},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},keyword:/\b(?:as|assign|break|(?:end)?(?:capture|case|comment|for|form|if|paginate|raw|style|tablerow|unless)|continue|cycle|decrement|echo|else|elsif|in|include|increment|limit|liquid|offset|range|render|reversed|section|when|with)\b/,object:/\b(?:address|all_country_option_tags|article|block|blog|cart|checkout|collection|color|country|country_option_tags|currency|current_page|current_tags|customer|customer_address|date|discount_allocation|discount_application|external_video|filter|filter_value|font|forloop|fulfillment|generic_file|gift_card|group|handle|image|line_item|link|linklist|localization|location|measurement|media|metafield|model|model_source|order|page|page_description|page_image|page_title|part|policy|product|product_option|recommendations|request|robots|routes|rule|script|search|selling_plan|selling_plan_allocation|selling_plan_group|shipping_method|shop|shop_locale|sitemap|store_availability|tax_line|template|theme|transaction|unit_price_measurement|user_agent|variant|video|video_source)\b/,function:[{pattern:/(\|\s*)\w+/,lookbehind:!0,alias:"filter"},{pattern:/(\.\s*)(?:first|last|size)/,lookbehind:!0}],boolean:/\b(?:false|nil|true)\b/,range:{pattern:/\.\./,alias:"operator"},number:/\b\d+(?:\.\d+)?\b/,operator:/[!=]=|<>|[<>]=?|[|?:=-]|\b(?:and|contains(?=\s)|or)\b/,punctuation:/[.,\[\]()]/,empty:{pattern:/\bempty\b/,alias:"keyword"}},e.hooks.add("before-tokenize",function(t){var n=!1;e.languages["markup-templating"].buildPlaceholders(t,"liquid",/\{%\s*comment\s*%\}[\s\S]*?\{%\s*endcomment\s*%\}|\{(?:%[\s\S]*?%|\{\{[\s\S]*?\}\}|\{[\s\S]*?\})\}/g,function(e){var t=/^\{%-?\s*(\w+)/.exec(e);if(t){var r=t[1];if("raw"===r&&!n)return n=!0,!0;if("endraw"===r)return n=!1,!0}return!n})}),e.hooks.add("after-tokenize",function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"liquid")})}function no(e){!function(e){function t(e){return RegExp(/(\()/.source+"(?:"+e+")"+/(?=[\s\)])/.source)}function n(e){return RegExp(/([\s([])/.source+"(?:"+e+")"+/(?=[\s)])/.source)}var r=/(?!\d)[-+*/~!@$%^=<>{}\w]+/.source,a="&"+r,i="(\\()",s="(?=\\s)",o=/(?:[^()]|\((?:[^()]|\((?:[^()]|\((?:[^()]|\((?:[^()]|\([^()]*\))*\))*\))*\))*\))*/.source,l={heading:{pattern:/;;;.*/,alias:["comment","title"]},comment:/;.*/,string:{pattern:/"(?:[^"\\]|\\.)*"/,greedy:!0,inside:{argument:/[-A-Z]+(?=[.,\s])/,symbol:RegExp("`"+r+"'")}},"quoted-symbol":{pattern:RegExp("#?'"+r),alias:["variable","symbol"]},"lisp-property":{pattern:RegExp(":"+r),alias:"property"},splice:{pattern:RegExp(",@?"+r),alias:["symbol","variable"]},keyword:[{pattern:RegExp(i+"(?:and|(?:cl-)?letf|cl-loop|cond|cons|error|if|(?:lexical-)?let\\*?|message|not|null|or|provide|require|setq|unless|use-package|when|while)"+s),lookbehind:!0},{pattern:RegExp(i+"(?:append|by|collect|concat|do|finally|for|in|return)"+s),lookbehind:!0}],declare:{pattern:t(/declare/.source),lookbehind:!0,alias:"keyword"},interactive:{pattern:t(/interactive/.source),lookbehind:!0,alias:"keyword"},boolean:{pattern:n(/nil|t/.source),lookbehind:!0},number:{pattern:n(/[-+]?\d+(?:\.\d*)?/.source),lookbehind:!0},defvar:{pattern:RegExp(i+"def(?:const|custom|group|var)\\s+"+r),lookbehind:!0,inside:{keyword:/^def[a-z]+/,variable:RegExp(r)}},defun:{pattern:RegExp(i+/(?:cl-)?(?:defmacro|defun\*?)\s+/.source+r+/\s+\(/.source+o+/\)/.source),lookbehind:!0,greedy:!0,inside:{keyword:/^(?:cl-)?def\S+/,arguments:null,function:{pattern:RegExp("(^\\s)"+r),lookbehind:!0},punctuation:/[()]/}},lambda:{pattern:RegExp(i+"lambda\\s+\\(\\s*(?:&?"+r+"(?:\\s+&?"+r+")*\\s*)?\\)"),lookbehind:!0,greedy:!0,inside:{keyword:/^lambda/,arguments:null,punctuation:/[()]/}},car:{pattern:RegExp(i+r),lookbehind:!0},punctuation:[/(?:['`,]?\(|[)\[\]])/,{pattern:/(\s)\.(?=\s)/,lookbehind:!0}]},c={"lisp-marker":RegExp(a),varform:{pattern:RegExp(/\(/.source+r+/\s+(?=\S)/.source+o+/\)/.source),inside:l},argument:{pattern:RegExp(/(^|[\s(])/.source+r),lookbehind:!0,alias:"variable"},rest:l},u="\\S+(?:\\s+\\S+)*",d={pattern:RegExp(i+o+"(?=\\))"),lookbehind:!0,inside:{"rest-vars":{pattern:RegExp("&(?:body|rest)\\s+"+u),inside:c},"other-marker-vars":{pattern:RegExp("&(?:aux|optional)\\s+"+u),inside:c},keys:{pattern:RegExp("&key\\s+"+u+"(?:\\s+&allow-other-keys)?"),inside:c},argument:{pattern:RegExp(r),alias:"variable"},punctuation:/[()]/}};l.lambda.inside.arguments=d,l.defun.inside.arguments=e.util.clone(d),l.defun.inside.arguments.inside.sublist=d,e.languages.lisp=l,e.languages.elisp=l,e.languages.emacs=l,e.languages["emacs-lisp"]=l}(e)}function nl(e){e.languages.livescript={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?\*\//,lookbehind:!0},{pattern:/(^|[^\\])#.*/,lookbehind:!0}],"interpolated-string":{pattern:/(^|[^"])("""|")(?:\\[\s\S]|(?!\2)[^\\])*\2(?!")/,lookbehind:!0,greedy:!0,inside:{variable:{pattern:/(^|[^\\])#[a-z_](?:-?[a-z]|[\d_])*/m,lookbehind:!0},interpolation:{pattern:/(^|[^\\])#\{[^}]+\}/m,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^#\{|\}$/,alias:"variable"}}},string:/[\s\S]+/}},string:[{pattern:/('''|')(?:\\[\s\S]|(?!\1)[^\\])*\1/,greedy:!0},{pattern:/<\[[\s\S]*?\]>/,greedy:!0},/\\[^\s,;\])}]+/],regex:[{pattern:/\/\/(?:\[[^\r\n\]]*\]|\\.|(?!\/\/)[^\\\[])+\/\/[gimyu]{0,5}/,greedy:!0,inside:{comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0}}},{pattern:/\/(?:\[[^\r\n\]]*\]|\\.|[^/\\\r\n\[])+\/[gimyu]{0,5}/,greedy:!0}],keyword:{pattern:/(^|(?!-).)\b(?:break|case|catch|class|const|continue|default|do|else|extends|fallthrough|finally|for(?: ever)?|function|if|implements|it|let|loop|new|null|otherwise|own|return|super|switch|that|then|this|throw|try|unless|until|var|void|when|while|yield)(?!-)\b/m,lookbehind:!0},"keyword-operator":{pattern:/(^|[^-])\b(?:(?:delete|require|typeof)!|(?:and|by|delete|export|from|import(?: all)?|in|instanceof|is(?: not|nt)?|not|of|or|til|to|typeof|with|xor)(?!-)\b)/m,lookbehind:!0,alias:"operator"},boolean:{pattern:/(^|[^-])\b(?:false|no|off|on|true|yes)(?!-)\b/m,lookbehind:!0},argument:{pattern:/(^|(?!\.&\.)[^&])&(?!&)\d*/m,lookbehind:!0,alias:"variable"},number:/\b(?:\d+~[\da-z]+|\d[\d_]*(?:\.\d[\d_]*)?(?:[a-z]\w*)?)/i,identifier:/[a-z_](?:-?[a-z]|[\d_])*/i,operator:[{pattern:/( )\.(?= )/,lookbehind:!0},/\.(?:[=~]|\.\.?)|\.(?:[&|^]|<<|>>>?)\.|:(?:=|:=?)|&&|\|[|>]|<(?:<<?<?|--?!?|~~?!?|[|=?])?|>[>=?]?|-(?:->?|>)?|\+\+?|@@?|%%?|\*\*?|!(?:~?=|--?>|~?~>)?|~(?:~?>|=)?|==?|\^\^?|[\/?]/],punctuation:/[(){}\[\]|.,:;`]/},e.languages.livescript["interpolated-string"].inside.interpolation.inside.rest=e.languages.livescript}function nc(e){e.languages.llvm={comment:/;.*/,string:{pattern:/"[^"]*"/,greedy:!0},boolean:/\b(?:false|true)\b/,variable:/[%@!#](?:(?!\d)(?:[-$.\w]|\\[a-f\d]{2})+|\d+)/i,label:/(?!\d)(?:[-$.\w]|\\[a-f\d]{2})+:/i,type:{pattern:/\b(?:double|float|fp128|half|i[1-9]\d*|label|metadata|ppc_fp128|token|void|x86_fp80|x86_mmx)\b/,alias:"class-name"},keyword:/\b[a-z_][a-z_0-9]*\b/,number:/[+-]?\b\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\b|\b0x[\dA-Fa-f]+\b|\b0xK[\dA-Fa-f]{20}\b|\b0x[ML][\dA-Fa-f]{32}\b|\b0xH[\dA-Fa-f]{4}\b/,punctuation:/[{}[\];(),.!*=<>]/}}function nu(e){e.languages.log={string:{pattern:/"(?:[^"\\\r\n]|\\.)*"|'(?![st] | \w)(?:[^'\\\r\n]|\\.)*'/,greedy:!0},exception:{pattern:/(^|[^\w.])[a-z][\w.]*(?:Error|Exception):.*(?:(?:\r\n?|\n)[ \t]*(?:at[ \t].+|\.{3}.*|Caused by:.*))+(?:(?:\r\n?|\n)[ \t]*\.\.\. .*)?/,lookbehind:!0,greedy:!0,alias:["javastacktrace","language-javastacktrace"],inside:e.languages.javastacktrace||{keyword:/\bat\b/,function:/[a-z_][\w$]*(?=\()/,punctuation:/[.:()]/}},level:[{pattern:/\b(?:ALERT|CRIT|CRITICAL|EMERG|EMERGENCY|ERR|ERROR|FAILURE|FATAL|SEVERE)\b/,alias:["error","important"]},{pattern:/\b(?:WARN|WARNING|WRN)\b/,alias:["warning","important"]},{pattern:/\b(?:DISPLAY|INF|INFO|NOTICE|STATUS)\b/,alias:["info","keyword"]},{pattern:/\b(?:DBG|DEBUG|FINE)\b/,alias:["debug","keyword"]},{pattern:/\b(?:FINER|FINEST|TRACE|TRC|VERBOSE|VRB)\b/,alias:["trace","comment"]}],property:{pattern:/((?:^|[\]|])[ \t]*)[a-z_](?:[\w-]|\b\/\b)*(?:[. ]\(?\w(?:[\w-]|\b\/\b)*\)?)*:(?=\s)/im,lookbehind:!0},separator:{pattern:/(^|[^-+])-{3,}|={3,}|\*{3,}|- - /m,lookbehind:!0,alias:"comment"},url:/\b(?:file|ftp|https?):\/\/[^\s|,;'"]*[^\s|,;'">.]/,email:{pattern:/(^|\s)[-\w+.]+@[a-z][a-z0-9-]*(?:\.[a-z][a-z0-9-]*)+(?=\s)/,lookbehind:!0,alias:"url"},"ip-address":{pattern:/\b(?:\d{1,3}(?:\.\d{1,3}){3})\b/,alias:"constant"},"mac-address":{pattern:/\b[a-f0-9]{2}(?::[a-f0-9]{2}){5}\b/i,alias:"constant"},domain:{pattern:/(^|\s)[a-z][a-z0-9-]*(?:\.[a-z][a-z0-9-]*)*\.[a-z][a-z0-9-]+(?=\s)/,lookbehind:!0,alias:"constant"},uuid:{pattern:/\b[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\b/i,alias:"constant"},hash:{pattern:/\b(?:[a-f0-9]{32}){1,2}\b/i,alias:"constant"},"file-path":{pattern:/\b[a-z]:[\\/][^\s|,;:(){}\[\]"']+|(^|[\s:\[\](>|])\.{0,2}\/\w[^\s|,;:(){}\[\]"']*/i,lookbehind:!0,greedy:!0,alias:"string"},date:{pattern:RegExp(/\b\d{4}[-/]\d{2}[-/]\d{2}(?:T(?=\d{1,2}:)|(?=\s\d{1,2}:))/.source+"|"+/\b\d{1,4}[-/ ](?:\d{1,2}|Apr|Aug|Dec|Feb|Jan|Jul|Jun|Mar|May|Nov|Oct|Sep)[-/ ]\d{2,4}T?\b/.source+"|"+/\b(?:(?:Fri|Mon|Sat|Sun|Thu|Tue|Wed)(?:\s{1,2}(?:Apr|Aug|Dec|Feb|Jan|Jul|Jun|Mar|May|Nov|Oct|Sep))?|Apr|Aug|Dec|Feb|Jan|Jul|Jun|Mar|May|Nov|Oct|Sep)\s{1,2}\d{1,2}\b/.source,"i"),alias:"number"},time:{pattern:/\b\d{1,2}:\d{1,2}:\d{1,2}(?:[.,:]\d+)?(?:\s?[+-]\d{2}:?\d{2}|Z)?\b/,alias:"number"},boolean:/\b(?:false|null|true)\b/i,number:{pattern:/(^|[^.\w])(?:0x[a-f0-9]+|0o[0-7]+|0b[01]+|v?\d[\da-f]*(?:\.\d+)*(?:e[+-]?\d+)?[a-z]{0,3}\b)\b(?!\.\w)/i,lookbehind:!0},operator:/[;:?<=>~/@!$%&+\-|^(){}*#]/,punctuation:/[\[\].,]/}}function nd(e){e.languages.lolcode={comment:[/\bOBTW\s[\s\S]*?\sTLDR\b/,/\bBTW.+/],string:{pattern:/"(?::.|[^":])*"/,inside:{variable:/:\{[^}]+\}/,symbol:[/:\([a-f\d]+\)/i,/:\[[^\]]+\]/,/:[)>o":]/]},greedy:!0},number:/(?:\B-)?(?:\b\d+(?:\.\d*)?|\B\.\d+)/,symbol:{pattern:/(^|\s)(?:A )?(?:BUKKIT|NOOB|NUMBAR|NUMBR|TROOF|YARN)(?=\s|,|$)/,lookbehind:!0,inside:{keyword:/A(?=\s)/}},label:{pattern:/((?:^|\s)(?:IM IN YR|IM OUTTA YR) )[a-zA-Z]\w*/,lookbehind:!0,alias:"string"},function:{pattern:/((?:^|\s)(?:HOW IZ I|I IZ|IZ) )[a-zA-Z]\w*/,lookbehind:!0},keyword:[{pattern:/(^|\s)(?:AN|FOUND YR|GIMMEH|GTFO|HAI|HAS A|HOW IZ I|I HAS A|I IZ|IF U SAY SO|IM IN YR|IM OUTTA YR|IS NOW(?: A)?|ITZ(?: A)?|IZ|KTHX|KTHXBYE|LIEK(?: A)?|MAEK|MEBBE|MKAY|NERFIN|NO WAI|O HAI IM|O RLY\?|OIC|OMG|OMGWTF|R|SMOOSH|SRS|TIL|UPPIN|VISIBLE|WILE|WTF\?|YA RLY|YR)(?=\s|,|$)/,lookbehind:!0},/'Z(?=\s|,|$)/],boolean:{pattern:/(^|\s)(?:FAIL|WIN)(?=\s|,|$)/,lookbehind:!0},variable:{pattern:/(^|\s)IT(?=\s|,|$)/,lookbehind:!0},operator:{pattern:/(^|\s)(?:NOT|BOTH SAEM|DIFFRINT|(?:ALL|ANY|BIGGR|BOTH|DIFF|EITHER|MOD|PRODUKT|QUOSHUNT|SMALLR|SUM|WON) OF)(?=\s|,|$)/,lookbehind:!0},punctuation:/\.{3}|…|,|!/}}function np(e){e.languages.magma={output:{pattern:/^(>.*(?:\r(?:\n|(?!\n))|\n))(?!>)(?:.+|(?:\r(?:\n|(?!\n))|\n)(?!>).*)(?:(?:\r(?:\n|(?!\n))|\n)(?!>).*)*/m,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?\*\//,greedy:!0},string:{pattern:/(^|[^\\"])"(?:[^\r\n\\"]|\\.)*"/,lookbehind:!0,greedy:!0},keyword:/\b(?:_|adj|and|assert|assert2|assert3|assigned|break|by|case|cat|catch|clear|cmpeq|cmpne|continue|declare|default|delete|diff|div|do|elif|else|end|eq|error|eval|exists|exit|for|forall|forward|fprintf|freeze|function|ge|gt|if|iload|import|in|intrinsic|is|join|le|load|local|lt|meet|mod|ne|not|notadj|notin|notsubset|or|print|printf|procedure|quit|random|read|readi|repeat|require|requirege|requirerange|restore|return|save|sdiff|select|subset|then|time|to|try|until|vprint|vprintf|vtime|when|where|while|xor)\b/,boolean:/\b(?:false|true)\b/,generator:{pattern:/\b[a-z_]\w*(?=\s*<)/i,alias:"class-name"},function:/\b[a-z_]\w*(?=\s*\()/i,number:{pattern:/(^|[^\w.]|\.\.)(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?(?:_[a-z]?)?(?=$|[^\w.]|\.\.)/,lookbehind:!0},operator:/->|[-+*/^~!|#=]|:=|\.\./,punctuation:/[()[\]{}<>,;.:]/}}function nh(e){e.languages.makefile={comment:{pattern:/(^|[^\\])#(?:\\(?:\r\n|[\s\S])|[^\\\r\n])*/,lookbehind:!0},string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"builtin-target":{pattern:/\.[A-Z][^:#=\s]+(?=\s*:(?!=))/,alias:"builtin"},target:{pattern:/^(?:[^:=\s]|[ \t]+(?![\s:]))+(?=\s*:(?!=))/m,alias:"symbol",inside:{variable:/\$+(?:(?!\$)[^(){}:#=\s]+|(?=[({]))/}},variable:/\$+(?:(?!\$)[^(){}:#=\s]+|\([@*%<^+?][DF]\)|(?=[({]))/,keyword:/-include\b|\b(?:define|else|endef|endif|export|ifn?def|ifn?eq|include|override|private|sinclude|undefine|unexport|vpath)\b/,function:{pattern:/(\()(?:abspath|addsuffix|and|basename|call|dir|error|eval|file|filter(?:-out)?|findstring|firstword|flavor|foreach|guile|if|info|join|lastword|load|notdir|or|origin|patsubst|realpath|shell|sort|strip|subst|suffix|value|warning|wildcard|word(?:list|s)?)(?=[ \t])/,lookbehind:!0},operator:/(?:::|[?:+!])?=|[|@]/,punctuation:/[:;(){}]/}}function nf(e){var t,n;t=/\b(?:(?:col|row)?vector|matrix|scalar)\b/.source,n=/\bvoid\b|<org>|\b(?:complex|numeric|pointer(?:\s*\([^()]*\))?|real|string|(?:class|struct)\s+\w+|transmorphic)(?:\s*<org>)?/.source.replace(/<org>/g,t),e.languages.mata={comment:{pattern:/\/\/.*|\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\//,greedy:!0},string:{pattern:/"[^"\r\n]*"|[‘`']".*?"[’`']/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|struct)\s+)\w+(?=\s*(?:\{|\bextends\b))/,lookbehind:!0},type:{pattern:RegExp(n),alias:"class-name",inside:{punctuation:/[()]/,keyword:/\b(?:class|function|struct|void)\b/}},keyword:/\b(?:break|class|continue|do|else|end|extends|external|final|for|function|goto|if|pragma|private|protected|public|return|static|struct|unset|unused|version|virtual|while)\b/,constant:/\bNULL\b/,number:{pattern:/(^|[^\w.])(?:\d+(?:\.\d+)?(?:e[+-]?\d+)?|\d[a-f0-9]*(?:\.[a-f0-9]+)?x[+-]?\d+)i?(?![\w.])/i,lookbehind:!0},missing:{pattern:/(^|[^\w.])(?:\.[a-z]?)(?![\w.])/,lookbehind:!0,alias:"symbol"},function:/\b[a-z_]\w*(?=\s*\()/i,operator:/\.\.|\+\+|--|&&|\|\||:?(?:[!=<>]=|[+\-*/^<>&|:])|[!?=\\#’`']/,punctuation:/[()[\]{},;.]/}}function ng(e){e.languages.matlab={comment:[/%\{[\s\S]*?\}%/,/%.+/],string:{pattern:/\B'(?:''|[^'\r\n])*'/,greedy:!0},number:/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[eE][+-]?\d+)?(?:[ij])?|\b[ij]\b/,keyword:/\b(?:NaN|break|case|catch|continue|else|elseif|end|for|function|if|inf|otherwise|parfor|pause|pi|return|switch|try|while)\b/,function:/\b(?!\d)\w+(?=\s*\()/,operator:/\.?[*^\/\\']|[+\-:@]|[<>=~]=?|&&?|\|\|?/,punctuation:/\.{3}|[.,;\[\](){}!]/}}function nm(e){var t;t=/\b(?:about|and|animate|as|at|attributes|by|case|catch|collect|continue|coordsys|do|else|exit|fn|for|from|function|global|if|in|local|macroscript|mapped|max|not|of|off|on|or|parameters|persistent|plugin|rcmenu|return|rollout|set|struct|then|throw|to|tool|try|undo|utility|when|where|while|with)\b/i,e.languages.maxscript={comment:{pattern:/\/\*[\s\S]*?(?:\*\/|$)|--.*/,greedy:!0},string:{pattern:/(^|[^"\\@])(?:"(?:[^"\\]|\\[\s\S])*"|@"[^"]*")/,lookbehind:!0,greedy:!0},path:{pattern:/\$(?:[\w/\\.*?]|'[^']*')*/,greedy:!0,alias:"string"},"function-call":{pattern:RegExp("((?:"+(/^/.source+"|"+/[;=<>+\-*/^({\[]/.source)+"|"+/\b(?:and|by|case|catch|collect|do|else|if|in|not|or|return|then|to|try|where|while|with)\b/.source+")[ ]*)(?!"+t.source+")"+/[a-z_]\w*\b/.source+"(?=[ ]*(?:"+("(?!"+t.source+")"+/[a-z_]/.source+"|"+/\d|-\.?\d/.source)+"|"+/[({'"$@#?]/.source+"))","im"),lookbehind:!0,greedy:!0,alias:"function"},"function-definition":{pattern:/(\b(?:fn|function)\s+)\w+\b/i,lookbehind:!0,alias:"function"},argument:{pattern:/\b[a-z_]\w*(?=:)/i,alias:"attr-name"},keyword:t,boolean:/\b(?:false|true)\b/,time:{pattern:/(^|[^\w.])(?:(?:(?:\d+(?:\.\d*)?|\.\d+)(?:[eEdD][+-]\d+|[LP])?[msft])+|\d+:\d+(?:\.\d*)?)(?![\w.:])/,lookbehind:!0,alias:"number"},number:[{pattern:/(^|[^\w.])(?:(?:\d+(?:\.\d*)?|\.\d+)(?:[eEdD][+-]\d+|[LP])?|0x[a-fA-F0-9]+)(?![\w.:])/,lookbehind:!0},/\b(?:e|pi)\b/],constant:/\b(?:dontcollect|ok|silentValue|undefined|unsupplied)\b/,color:{pattern:/\b(?:black|blue|brown|gray|green|orange|red|white|yellow)\b/i,alias:"constant"},operator:/[-+*/<>=!]=?|[&^?]|#(?!\()/,punctuation:/[()\[\]{}.:,;]|#(?=\()|\\$/m}}function nb(e){e.languages.mel={comment:{pattern:/\/\/.*|\/\*[\s\S]*?\*\//,greedy:!0},code:{pattern:/`(?:\\.|[^\\`])*`/,greedy:!0,alias:"italic",inside:{delimiter:{pattern:/^`|`$/,alias:"punctuation"},statement:{pattern:/[\s\S]+/,inside:null}}},string:{pattern:/"(?:\\.|[^\\"\r\n])*"/,greedy:!0},variable:/\$\w+/,number:/\b0x[\da-fA-F]+\b|\b\d+(?:\.\d*)?|\B\.\d+/,flag:{pattern:/-[^\d\W]\w*/,alias:"operator"},keyword:/\b(?:break|case|continue|default|do|else|float|for|global|if|in|int|matrix|proc|return|string|switch|vector|while)\b/,function:{pattern:/((?:^|[{;])[ \t]*)[a-z_]\w*\b(?!\s*(?:\.(?!\.)|[[{=]))|\b[a-z_]\w*(?=[ \t]*\()/im,lookbehind:!0,greedy:!0},"tensor-punctuation":{pattern:/<<|>>/,alias:"punctuation"},operator:/\+[+=]?|-[-=]?|&&|\|\||[<>]=?|[*\/!=]=?|[%^]/,punctuation:/[.,:;?\[\](){}]/},e.languages.mel.code.inside.statement.inside=e.languages.mel}function nE(e){e.languages.mermaid={comment:{pattern:/%%.*/,greedy:!0},style:{pattern:/^([ \t]*(?:classDef|linkStyle|style)[ \t]+[\w$-]+[ \t]+)\w.*[^\s;]/m,lookbehind:!0,inside:{property:/\b\w[\w-]*(?=[ \t]*:)/,operator:/:/,punctuation:/,/}},"inter-arrow-label":{pattern:/([^<>ox.=-])(?:-[-.]|==)(?![<>ox.=-])[ \t]*(?:"[^"\r\n]*"|[^\s".=-](?:[^\r\n.=-]*[^\s.=-])?)[ \t]*(?:\.+->?|--+[->]|==+[=>])(?![<>ox.=-])/,lookbehind:!0,greedy:!0,inside:{arrow:{pattern:/(?:\.+->?|--+[->]|==+[=>])$/,alias:"operator"},label:{pattern:/^([\s\S]{2}[ \t]*)\S(?:[\s\S]*\S)?/,lookbehind:!0,alias:"property"},"arrow-head":{pattern:/^\S+/,alias:["arrow","operator"]}}},arrow:[{pattern:/(^|[^{}|o.-])[|}][|o](?:--|\.\.)[|o][|{](?![{}|o.-])/,lookbehind:!0,alias:"operator"},{pattern:/(^|[^<>ox.=-])(?:[<ox](?:==+|--+|-\.*-)[>ox]?|(?:==+|--+|-\.*-)[>ox]|===+|---+|-\.+-)(?![<>ox.=-])/,lookbehind:!0,alias:"operator"},{pattern:/(^|[^<>()x-])(?:--?(?:>>|[x>)])(?![<>()x])|(?:<<|[x<(])--?(?!-))/,lookbehind:!0,alias:"operator"},{pattern:/(^|[^<>|*o.-])(?:[*o]--|--[*o]|<\|?(?:--|\.\.)|(?:--|\.\.)\|?>|--|\.\.)(?![<>|*o.-])/,lookbehind:!0,alias:"operator"}],label:{pattern:/(^|[^|<])\|(?:[^\r\n"|]|"[^"\r\n]*")+\|/,lookbehind:!0,greedy:!0,alias:"property"},text:{pattern:/(?:[(\[{]+|\b>)(?:[^\r\n"()\[\]{}]|"[^"\r\n]*")+(?:[)\]}]+|>)/,alias:"string"},string:{pattern:/"[^"\r\n]*"/,greedy:!0},annotation:{pattern:/<<(?:abstract|choice|enumeration|fork|interface|join|service)>>|\[\[(?:choice|fork|join)\]\]/i,alias:"important"},keyword:[{pattern:/(^[ \t]*)(?:action|callback|class|classDef|classDiagram|click|direction|erDiagram|flowchart|gantt|gitGraph|graph|journey|link|linkStyle|pie|requirementDiagram|sequenceDiagram|stateDiagram|stateDiagram-v2|style|subgraph)(?![\w$-])/m,lookbehind:!0,greedy:!0},{pattern:/(^[ \t]*)(?:activate|alt|and|as|autonumber|deactivate|else|end(?:[ \t]+note)?|loop|opt|par|participant|rect|state|note[ \t]+(?:over|(?:left|right)[ \t]+of))(?![\w$-])/im,lookbehind:!0,greedy:!0}],entity:/#[a-z0-9]+;/,operator:{pattern:/(\w[ \t]*)&(?=[ \t]*\w)|:::|:/,lookbehind:!0},punctuation:/[(){};]/}}function ny(e){e.languages.metafont={comment:{pattern:/%.*/,greedy:!0},string:{pattern:/"[^\r\n"]*"/,greedy:!0},number:/\d*\.?\d+/,boolean:/\b(?:false|true)\b/,punctuation:[/[,;()]/,{pattern:/(^|[^{}])(?:\{|\})(?![{}])/,lookbehind:!0},{pattern:/(^|[^[])\[(?!\[)/,lookbehind:!0},{pattern:/(^|[^\]])\](?!\])/,lookbehind:!0}],constant:[{pattern:/(^|[^!?])\?\?\?(?![!?])/,lookbehind:!0},{pattern:/(^|[^/*\\])(?:\\|\\\\)(?![/*\\])/,lookbehind:!0},/\b(?:_|blankpicture|bp|cc|cm|dd|ditto|down|eps|epsilon|fullcircle|halfcircle|identity|in|infinity|left|mm|nullpen|nullpicture|origin|pc|penrazor|penspeck|pensquare|penstroke|proof|pt|quartercircle|relax|right|smoke|unitpixel|unitsquare|up)\b/],quantity:{pattern:/\b(?:autorounding|blacker|boundarychar|charcode|chardp|chardx|chardy|charext|charht|charic|charwd|currentwindow|day|designsize|displaying|fillin|fontmaking|granularity|hppp|join_radius|month|o_correction|pausing|pen_(?:bot|lft|rt|top)|pixels_per_inch|proofing|showstopping|smoothing|time|tolerance|tracingcapsules|tracingchoices|tracingcommands|tracingedges|tracingequations|tracingmacros|tracingonline|tracingoutput|tracingpens|tracingrestores|tracingspecs|tracingstats|tracingtitles|turningcheck|vppp|warningcheck|xoffset|year|yoffset)\b/,alias:"keyword"},command:{pattern:/\b(?:addto|batchmode|charlist|cull|display|errhelp|errmessage|errorstopmode|everyjob|extensible|fontdimen|headerbyte|inner|interim|let|ligtable|message|newinternal|nonstopmode|numspecial|openwindow|outer|randomseed|save|scrollmode|shipout|show|showdependencies|showstats|showtoken|showvariable|special)\b/,alias:"builtin"},operator:[{pattern:/(^|[^>=<:|])(?:<|<=|=|=:|\|=:|\|=:>|=:\|>|=:\||\|=:\||\|=:\|>|\|=:\|>>|>|>=|:|:=|<>|::|\|\|:)(?![>=<:|])/,lookbehind:!0},{pattern:/(^|[^+-])(?:\+|\+\+|-{1,3}|\+-\+)(?![+-])/,lookbehind:!0},{pattern:/(^|[^/*\\])(?:\*|\*\*|\/)(?![/*\\])/,lookbehind:!0},{pattern:/(^|[^.])(?:\.{2,3})(?!\.)/,lookbehind:!0},{pattern:/(^|[^@#&$])&(?![@#&$])/,lookbehind:!0},/\b(?:and|not|or)\b/],macro:{pattern:/\b(?:abs|beginchar|bot|byte|capsule_def|ceiling|change_width|clear_pen_memory|clearit|clearpen|clearxy|counterclockwise|cullit|cutdraw|cutoff|decr|define_blacker_pixels|define_corrected_pixels|define_good_x_pixels|define_good_y_pixels|define_horizontal_corrected_pixels|define_pixels|define_whole_blacker_pixels|define_whole_pixels|define_whole_vertical_blacker_pixels|define_whole_vertical_pixels|dir|direction|directionpoint|div|dotprod|downto|draw|drawdot|endchar|erase|fill|filldraw|fix_units|flex|font_coding_scheme|font_extra_space|font_identifier|font_normal_shrink|font_normal_space|font_normal_stretch|font_quad|font_size|font_slant|font_x_height|gfcorners|gobble|gobbled|good\.(?:bot|lft|rt|top|x|y)|grayfont|hide|hround|imagerules|incr|interact|interpath|intersectionpoint|inverse|italcorr|killtext|labelfont|labels|lft|loggingall|lowres_fix|makegrid|makelabel(?:\.(?:bot|lft|rt|top)(?:\.nodot)?)?|max|min|mod|mode_def|mode_setup|nodisplays|notransforms|numtok|openit|penlabels|penpos|pickup|proofoffset|proofrule|proofrulethickness|range|reflectedabout|rotatedabout|rotatedaround|round|rt|savepen|screenchars|screenrule|screenstrokes|shipit|showit|slantfont|softjoin|solve|stop|superellipse|tensepath|thru|titlefont|top|tracingall|tracingnone|undraw|undrawdot|unfill|unfilldraw|upto|vround)\b/,alias:"function"},builtin:/\b(?:ASCII|angle|char|cosd|decimal|directiontime|floor|hex|intersectiontimes|jobname|known|length|makepath|makepen|mexp|mlog|normaldeviate|oct|odd|pencircle|penoffset|point|postcontrol|precontrol|reverse|rotated|sind|sqrt|str|subpath|substring|totalweight|turningnumber|uniformdeviate|unknown|xpart|xxpart|xypart|ypart|yxpart|yypart)\b/,keyword:/\b(?:also|at|atleast|begingroup|charexists|contour|controls|curl|cycle|def|delimiters|doublepath|dropping|dump|else|elseif|end|enddef|endfor|endgroup|endinput|exitif|exitunless|expandafter|fi|for|forever|forsuffixes|from|if|input|inwindow|keeping|kern|of|primarydef|quote|readstring|scaled|scantokens|secondarydef|shifted|skipto|slanted|step|tension|tertiarydef|to|transformed|until|vardef|withpen|withweight|xscaled|yscaled|zscaled)\b/,type:{pattern:/\b(?:boolean|expr|numeric|pair|path|pen|picture|primary|secondary|string|suffix|tertiary|text|transform)\b/,alias:"property"},variable:{pattern:/(^|[^@#&$])(?:@#|#@|#|@)(?![@#&$])|\b(?:aspect_ratio|currentpen|currentpicture|currenttransform|d|extra_beginchar|extra_endchar|extra_setup|h|localfont|mag|mode|screen_cols|screen_rows|w|whatever|x|y|z)\b/,lookbehind:!0}}}function nT(e){e.languages.mizar={comment:/::.+/,keyword:/@proof\b|\b(?:according|aggregate|all|and|antonym|are|as|associativity|assume|asymmetry|attr|be|begin|being|by|canceled|case|cases|clusters?|coherence|commutativity|compatibility|connectedness|consider|consistency|constructors|contradiction|correctness|def|deffunc|define|definitions?|defpred|do|does|end|environ|equals|ex|exactly|existence|for|from|func|given|hence|hereby|holds|idempotence|identity|iff?|implies|involutiveness|irreflexivity|is|it|let|means|mode|non|not|notations?|now|of|or|otherwise|over|per|pred|prefix|projectivity|proof|provided|qua|reconsider|redefine|reduce|reducibility|reflexivity|registrations?|requirements|reserve|sch|schemes?|section|selector|set|sethood|st|struct|such|suppose|symmetry|synonym|take|that|the|then|theorems?|thesis|thus|to|transitivity|uniqueness|vocabular(?:ies|y)|when|where|with|wrt)\b/,parameter:{pattern:/\$(?:10|\d)/,alias:"variable"},variable:/\b\w+(?=:)/,number:/(?:\b|-)\d+\b/,operator:/\.\.\.|->|&|\.?=/,punctuation:/\(#|#\)|[,:;\[\](){}]/}}function n_(e){var t;e.register(v),t="(?:"+["$eq","$gt","$gte","$in","$lt","$lte","$ne","$nin","$and","$not","$nor","$or","$exists","$type","$expr","$jsonSchema","$mod","$regex","$text","$where","$geoIntersects","$geoWithin","$near","$nearSphere","$all","$elemMatch","$size","$bitsAllClear","$bitsAllSet","$bitsAnyClear","$bitsAnySet","$comment","$elemMatch","$meta","$slice","$currentDate","$inc","$min","$max","$mul","$rename","$set","$setOnInsert","$unset","$addToSet","$pop","$pull","$push","$pullAll","$each","$position","$slice","$sort","$bit","$addFields","$bucket","$bucketAuto","$collStats","$count","$currentOp","$facet","$geoNear","$graphLookup","$group","$indexStats","$limit","$listLocalSessions","$listSessions","$lookup","$match","$merge","$out","$planCacheStats","$project","$redact","$replaceRoot","$replaceWith","$sample","$set","$skip","$sort","$sortByCount","$unionWith","$unset","$unwind","$setWindowFields","$abs","$accumulator","$acos","$acosh","$add","$addToSet","$allElementsTrue","$and","$anyElementTrue","$arrayElemAt","$arrayToObject","$asin","$asinh","$atan","$atan2","$atanh","$avg","$binarySize","$bsonSize","$ceil","$cmp","$concat","$concatArrays","$cond","$convert","$cos","$dateFromParts","$dateToParts","$dateFromString","$dateToString","$dayOfMonth","$dayOfWeek","$dayOfYear","$degreesToRadians","$divide","$eq","$exp","$filter","$first","$floor","$function","$gt","$gte","$hour","$ifNull","$in","$indexOfArray","$indexOfBytes","$indexOfCP","$isArray","$isNumber","$isoDayOfWeek","$isoWeek","$isoWeekYear","$last","$last","$let","$literal","$ln","$log","$log10","$lt","$lte","$ltrim","$map","$max","$mergeObjects","$meta","$min","$millisecond","$minute","$mod","$month","$multiply","$ne","$not","$objectToArray","$or","$pow","$push","$radiansToDegrees","$range","$reduce","$regexFind","$regexFindAll","$regexMatch","$replaceOne","$replaceAll","$reverseArray","$round","$rtrim","$second","$setDifference","$setEquals","$setIntersection","$setIsSubset","$setUnion","$size","$sin","$slice","$split","$sqrt","$stdDevPop","$stdDevSamp","$strcasecmp","$strLenBytes","$strLenCP","$substr","$substrBytes","$substrCP","$subtract","$sum","$switch","$tan","$toBool","$toDate","$toDecimal","$toDouble","$toInt","$toLong","$toObjectId","$toString","$toLower","$toUpper","$trim","$trunc","$type","$week","$year","$zip","$count","$dateAdd","$dateDiff","$dateSubtract","$dateTrunc","$getField","$rand","$sampleRate","$setField","$unsetField","$comment","$explain","$hint","$max","$maxTimeMS","$min","$orderby","$query","$returnKey","$showDiskLoc","$natural"].map(function(e){return e.replace("$","\\$")}).join("|")+")\\b",e.languages.mongodb=e.languages.extend("javascript",{}),e.languages.insertBefore("mongodb","string",{property:{pattern:/(?:(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)(?=\s*:)/,greedy:!0,inside:{keyword:RegExp("^(['\"])?"+t+"(?:\\1)?$")}}}),e.languages.mongodb.string.inside={url:{pattern:/https?:\/\/[-\w@:%.+~#=]{1,256}\.[a-z0-9()]{1,6}\b[-\w()@:%+.~#?&/=]*/i,greedy:!0},entity:{pattern:/\b(?:(?:[01]?\d\d?|2[0-4]\d|25[0-5])\.){3}(?:[01]?\d\d?|2[0-4]\d|25[0-5])\b/,greedy:!0}},e.languages.insertBefore("mongodb","constant",{builtin:{pattern:RegExp("\\b(?:ObjectId|Code|BinData|DBRef|Timestamp|NumberLong|NumberDecimal|MaxKey|MinKey|RegExp|ISODate|UUID)\\b"),alias:"keyword"}})}function nS(e){e.languages.monkey={comment:{pattern:/^#Rem\s[\s\S]*?^#End|'.+/im,greedy:!0},string:{pattern:/"[^"\r\n]*"/,greedy:!0},preprocessor:{pattern:/(^[ \t]*)#.+/m,lookbehind:!0,greedy:!0,alias:"property"},function:/\b\w+(?=\()/,"type-char":{pattern:/\b[?%#$]/,alias:"class-name"},number:{pattern:/((?:\.\.)?)(?:(?:\b|\B-\.?|\B\.)\d+(?:(?!\.\.)\.\d*)?|\$[\da-f]+)/i,lookbehind:!0},keyword:/\b(?:Abstract|Array|Bool|Case|Catch|Class|Const|Continue|Default|Eachin|Else|ElseIf|End|EndIf|Exit|Extends|Extern|False|Field|Final|Float|For|Forever|Function|Global|If|Implements|Import|Inline|Int|Interface|Local|Method|Module|New|Next|Null|Object|Private|Property|Public|Repeat|Return|Select|Self|Step|Strict|String|Super|Then|Throw|To|True|Try|Until|Void|Wend|While)\b/i,operator:/\.\.|<[=>]?|>=?|:?=|(?:[+\-*\/&~|]|\b(?:Mod|Shl|Shr)\b)=?|\b(?:And|Not|Or)\b/i,punctuation:/[.,:;()\[\]]/}}function nA(e){e.languages.moonscript={comment:/--.*/,string:[{pattern:/'[^']*'|\[(=*)\[[\s\S]*?\]\1\]/,greedy:!0},{pattern:/"[^"]*"/,greedy:!0,inside:{interpolation:{pattern:/#\{[^{}]*\}/,inside:{moonscript:{pattern:/(^#\{)[\s\S]+(?=\})/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/#\{|\}/,alias:"punctuation"}}}}}],"class-name":[{pattern:/(\b(?:class|extends)[ \t]+)\w+/,lookbehind:!0},/\b[A-Z]\w*/],keyword:/\b(?:class|continue|do|else|elseif|export|extends|for|from|if|import|in|local|nil|return|self|super|switch|then|unless|using|when|while|with)\b/,variable:/@@?\w*/,property:{pattern:/\b(?!\d)\w+(?=:)|(:)(?!\d)\w+/,lookbehind:!0},function:{pattern:/\b(?:_G|_VERSION|assert|collectgarbage|coroutine\.(?:create|resume|running|status|wrap|yield)|debug\.(?:debug|getfenv|gethook|getinfo|getlocal|getmetatable|getregistry|getupvalue|setfenv|sethook|setlocal|setmetatable|setupvalue|traceback)|dofile|error|getfenv|getmetatable|io\.(?:close|flush|input|lines|open|output|popen|read|stderr|stdin|stdout|tmpfile|type|write)|ipairs|load|loadfile|loadstring|math\.(?:abs|acos|asin|atan|atan2|ceil|cos|cosh|deg|exp|floor|fmod|frexp|ldexp|log|log10|max|min|modf|pi|pow|rad|random|randomseed|sin|sinh|sqrt|tan|tanh)|module|next|os\.(?:clock|date|difftime|execute|exit|getenv|remove|rename|setlocale|time|tmpname)|package\.(?:cpath|loaded|loadlib|path|preload|seeall)|pairs|pcall|print|rawequal|rawget|rawset|require|select|setfenv|setmetatable|string\.(?:byte|char|dump|find|format|gmatch|gsub|len|lower|match|rep|reverse|sub|upper)|table\.(?:concat|insert|maxn|remove|sort)|tonumber|tostring|type|unpack|xpcall)\b/,inside:{punctuation:/\./}},boolean:/\b(?:false|true)\b/,number:/(?:\B\.\d+|\b\d+\.\d+|\b\d+(?=[eE]))(?:[eE][-+]?\d+)?\b|\b(?:0x[a-fA-F\d]+|\d+)(?:U?LL)?\b/,operator:/\.{3}|[-=]>|~=|(?:[-+*/%<>!=]|\.\.)=?|[:#^]|\b(?:and|or)\b=?|\b(?:not)\b/,punctuation:/[.,()[\]{}\\]/},e.languages.moonscript.string[1].inside.interpolation.inside.moonscript.inside=e.languages.moonscript,e.languages.moon=e.languages.moonscript}function nk(e){e.languages.n1ql={comment:{pattern:/\/\*[\s\S]*?(?:$|\*\/)|--.*/,greedy:!0},string:{pattern:/(["'])(?:\\[\s\S]|(?!\1)[^\\]|\1\1)*\1/,greedy:!0},identifier:{pattern:/`(?:\\[\s\S]|[^\\`]|``)*`/,greedy:!0},parameter:/\$[\w.]+/,keyword:/\b(?:ADVISE|ALL|ALTER|ANALYZE|AS|ASC|AT|BEGIN|BINARY|BOOLEAN|BREAK|BUCKET|BUILD|BY|CALL|CAST|CLUSTER|COLLATE|COLLECTION|COMMIT|COMMITTED|CONNECT|CONTINUE|CORRELATE|CORRELATED|COVER|CREATE|CURRENT|DATABASE|DATASET|DATASTORE|DECLARE|DECREMENT|DELETE|DERIVED|DESC|DESCRIBE|DISTINCT|DO|DROP|EACH|ELEMENT|EXCEPT|EXCLUDE|EXECUTE|EXPLAIN|FETCH|FILTER|FLATTEN|FLUSH|FOLLOWING|FOR|FORCE|FROM|FTS|FUNCTION|GOLANG|GRANT|GROUP|GROUPS|GSI|HASH|HAVING|IF|IGNORE|ILIKE|INCLUDE|INCREMENT|INDEX|INFER|INLINE|INNER|INSERT|INTERSECT|INTO|IS|ISOLATION|JAVASCRIPT|JOIN|KEY|KEYS|KEYSPACE|KNOWN|LANGUAGE|LAST|LEFT|LET|LETTING|LEVEL|LIMIT|LSM|MAP|MAPPING|MATCHED|MATERIALIZED|MERGE|MINUS|MISSING|NAMESPACE|NEST|NL|NO|NTH_VALUE|NULL|NULLS|NUMBER|OBJECT|OFFSET|ON|OPTION|OPTIONS|ORDER|OTHERS|OUTER|OVER|PARSE|PARTITION|PASSWORD|PATH|POOL|PRECEDING|PREPARE|PRIMARY|PRIVATE|PRIVILEGE|PROBE|PROCEDURE|PUBLIC|RANGE|RAW|REALM|REDUCE|RENAME|RESPECT|RETURN|RETURNING|REVOKE|RIGHT|ROLE|ROLLBACK|ROW|ROWS|SATISFIES|SAVEPOINT|SCHEMA|SCOPE|SELECT|SELF|SEMI|SET|SHOW|SOME|START|STATISTICS|STRING|SYSTEM|TIES|TO|TRAN|TRANSACTION|TRIGGER|TRUNCATE|UNBOUNDED|UNDER|UNION|UNIQUE|UNKNOWN|UNNEST|UNSET|UPDATE|UPSERT|USE|USER|USING|VALIDATE|VALUE|VALUES|VIA|VIEW|WHERE|WHILE|WINDOW|WITH|WORK|XOR)\b/i,function:/\b[a-z_]\w*(?=\s*\()/i,boolean:/\b(?:FALSE|TRUE)\b/i,number:/(?:\b\d+\.|\B\.)\d+e[+\-]?\d+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/%]|!=|==?|\|\||<[>=]?|>=?|\b(?:AND|ANY|ARRAY|BETWEEN|CASE|ELSE|END|EVERY|EXISTS|FIRST|IN|LIKE|NOT|OR|THEN|VALUED|WHEN|WITHIN)\b/i,punctuation:/[;[\](),.{}:]/}}function nI(e){e.languages["nand2tetris-hdl"]={comment:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,keyword:/\b(?:BUILTIN|CHIP|CLOCKED|IN|OUT|PARTS)\b/,boolean:/\b(?:false|true)\b/,function:/\b[A-Za-z][A-Za-z0-9]*(?=\()/,number:/\b\d+\b/,operator:/=|\.\./,punctuation:/[{}[\];(),:]/}}function nN(e){var t,n;n={"quoted-string":{pattern:/"(?:[^"\\]|\\.)*"/,alias:"operator"},"command-param-id":{pattern:/(\s)\w+:/,lookbehind:!0,alias:"property"},"command-param-value":[{pattern:t=/\{[^\r\n\[\]{}]*\}/,alias:"selector"},{pattern:/([\t ])\S+/,lookbehind:!0,greedy:!0,alias:"operator"},{pattern:/\S(?:.*\S)?/,alias:"operator"}]},e.languages.naniscript={comment:{pattern:/^([\t ]*);.*/m,lookbehind:!0},define:{pattern:/^>.+/m,alias:"tag",inside:{value:{pattern:/(^>\w+[\t ]+)(?!\s)[^{}\r\n]+/,lookbehind:!0,alias:"operator"},key:{pattern:/(^>)\w+/,lookbehind:!0}}},label:{pattern:/^([\t ]*)#[\t ]*\w+[\t ]*$/m,lookbehind:!0,alias:"regex"},command:{pattern:/^([\t ]*)@\w+(?=[\t ]|$).*/m,lookbehind:!0,alias:"function",inside:{"command-name":/^@\w+/,expression:{pattern:t,greedy:!0,alias:"selector"},"command-params":{pattern:/\s*\S[\s\S]*/,inside:n}}},"generic-text":{pattern:/(^[ \t]*)[^#@>;\s].*/m,lookbehind:!0,alias:"punctuation",inside:{"escaped-char":/\\[{}\[\]"]/,expression:{pattern:t,greedy:!0,alias:"selector"},"inline-command":{pattern:/\[[\t ]*\w[^\r\n\[\]]*\]/,greedy:!0,alias:"function",inside:{"command-params":{pattern:/(^\[[\t ]*\w+\b)[\s\S]+(?=\]$)/,lookbehind:!0,inside:n},"command-param-name":{pattern:/^(\[[\t ]*)\w+/,lookbehind:!0,alias:"name"},"start-stop-char":/[\[\]]/}}}}},e.languages.nani=e.languages.naniscript,e.hooks.add("after-tokenize",function(e){e.tokens.forEach(function(e){if("string"!=typeof e&&"generic-text"===e.type){var t=function e(t){return"string"==typeof t?t:Array.isArray(t)?t.map(e).join(""):e(t.content)}(e);!function(e){for(var t=[],n=0;n<e.length;n++){var r=e[n],a="[]{}".indexOf(r);if(-1!==a){if(a%2==0)t.push(a+1);else if(t.pop()!==a)return!1}}return 0===t.length}(t)&&(e.type="bad-line",e.content=t)}})})}function nv(e){e.languages.nasm={comment:/;.*$/m,string:/(["'`])(?:\\.|(?!\1)[^\\\r\n])*\1/,label:{pattern:/(^\s*)[A-Za-z._?$][\w.?$@~#]*:/m,lookbehind:!0,alias:"function"},keyword:[/\[?BITS (?:16|32|64)\]?/,{pattern:/(^\s*)section\s*[a-z.]+:?/im,lookbehind:!0},/(?:extern|global)[^;\r\n]*/i,/(?:CPU|DEFAULT|FLOAT).*$/m],register:{pattern:/\b(?:st\d|[xyz]mm\d\d?|[cdt]r\d|r\d\d?[bwd]?|[er]?[abcd]x|[abcd][hl]|[er]?(?:bp|di|si|sp)|[cdefgs]s)\b/i,alias:"variable"},number:/(?:\b|(?=\$))(?:0[hx](?:\.[\da-f]+|[\da-f]+(?:\.[\da-f]+)?)(?:p[+-]?\d+)?|\d[\da-f]+[hx]|\$\d[\da-f]*|0[oq][0-7]+|[0-7]+[oq]|0[by][01]+|[01]+[by]|0[dt]\d+|(?:\d+(?:\.\d+)?|\.\d+)(?:\.?e[+-]?\d+)?[dt]?)\b/i,operator:/[\[\]*+\-\/%<>=&|$!]/}}function nR(e){e.languages.neon={comment:{pattern:/#.*/,greedy:!0},datetime:{pattern:/(^|[[{(=:,\s])\d\d\d\d-\d\d?-\d\d?(?:(?:[Tt]| +)\d\d?:\d\d:\d\d(?:\.\d*)? *(?:Z|[-+]\d\d?(?::?\d\d)?)?)?(?=$|[\]}),\s])/,lookbehind:!0,alias:"number"},key:{pattern:/(^|[[{(,\s])[^,:=[\]{}()'"\s]+(?=\s*:(?:$|[\]}),\s])|\s*=)/,lookbehind:!0,alias:"property"},number:{pattern:/(^|[[{(=:,\s])[+-]?(?:0x[\da-fA-F]+|0o[0-7]+|0b[01]+|(?:\d+(?:\.\d*)?|\.?\d+)(?:[eE][+-]?\d+)?)(?=$|[\]}),:=\s])/,lookbehind:!0},boolean:{pattern:/(^|[[{(=:,\s])(?:false|no|true|yes)(?=$|[\]}),:=\s])/i,lookbehind:!0},null:{pattern:/(^|[[{(=:,\s])(?:null)(?=$|[\]}),:=\s])/i,lookbehind:!0,alias:"keyword"},string:{pattern:/(^|[[{(=:,\s])(?:('''|""")\r?\n(?:(?:[^\r\n]|\r?\n(?![\t ]*\2))*\r?\n)?[\t ]*\2|'[^'\r\n]*'|"(?:\\.|[^\\"\r\n])*")/,lookbehind:!0,greedy:!0},literal:{pattern:/(^|[[{(=:,\s])(?:[^#"',:=[\]{}()\s`-]|[:-][^"',=[\]{}()\s])(?:[^,:=\]})(\s]|:(?![\s,\]})]|$)|[ \t]+[^#,:=\]})(\s])*/,lookbehind:!0,alias:"string"},punctuation:/[,:=[\]{}()-]/}}function nO(e){e.languages.nevod={comment:/\/\/.*|(?:\/\*[\s\S]*?(?:\*\/|$))/,string:{pattern:/(?:"(?:""|[^"])*"(?!")|'(?:''|[^'])*'(?!'))!?\*?/,greedy:!0,inside:{"string-attrs":/!$|!\*$|\*$/}},namespace:{pattern:/(@namespace\s+)[a-zA-Z0-9\-.]+(?=\s*\{)/,lookbehind:!0},pattern:{pattern:/(@pattern\s+)?#?[a-zA-Z0-9\-.]+(?:\s*\(\s*(?:~\s*)?[a-zA-Z0-9\-.]+\s*(?:,\s*(?:~\s*)?[a-zA-Z0-9\-.]*)*\))?(?=\s*=)/,lookbehind:!0,inside:{"pattern-name":{pattern:/^#?[a-zA-Z0-9\-.]+/,alias:"class-name"},fields:{pattern:/\(.*\)/,inside:{"field-name":{pattern:/[a-zA-Z0-9\-.]+/,alias:"variable"},punctuation:/[,()]/,operator:{pattern:/~/,alias:"field-hidden-mark"}}}}},search:{pattern:/(@search\s+|#)[a-zA-Z0-9\-.]+(?:\.\*)?(?=\s*;)/,alias:"function",lookbehind:!0},keyword:/@(?:having|inside|namespace|outside|pattern|require|search|where)\b/,"standard-pattern":{pattern:/\b(?:Alpha|AlphaNum|Any|Blank|End|LineBreak|Num|NumAlpha|Punct|Space|Start|Symbol|Word|WordBreak)\b(?:\([a-zA-Z0-9\-.,\s+]*\))?/,inside:{"standard-pattern-name":{pattern:/^[a-zA-Z0-9\-.]+/,alias:"builtin"},quantifier:{pattern:/\b\d+(?:\s*\+|\s*-\s*\d+)?(?!\w)/,alias:"number"},"standard-pattern-attr":{pattern:/[a-zA-Z0-9\-.]+/,alias:"builtin"},punctuation:/[,()]/}},quantifier:{pattern:/\b\d+(?:\s*\+|\s*-\s*\d+)?(?!\w)/,alias:"number"},operator:[{pattern:/=/,alias:"pattern-def"},{pattern:/&/,alias:"conjunction"},{pattern:/~/,alias:"exception"},{pattern:/\?/,alias:"optionality"},{pattern:/[[\]]/,alias:"repetition"},{pattern:/[{}]/,alias:"variation"},{pattern:/[+_]/,alias:"sequence"},{pattern:/\.{2,3}/,alias:"span"}],"field-capture":[{pattern:/([a-zA-Z0-9\-.]+\s*\()\s*[a-zA-Z0-9\-.]+\s*:\s*[a-zA-Z0-9\-.]+(?:\s*,\s*[a-zA-Z0-9\-.]+\s*:\s*[a-zA-Z0-9\-.]+)*(?=\s*\))/,lookbehind:!0,inside:{"field-name":{pattern:/[a-zA-Z0-9\-.]+/,alias:"variable"},colon:/:/}},{pattern:/[a-zA-Z0-9\-.]+\s*:/,inside:{"field-name":{pattern:/[a-zA-Z0-9\-.]+/,alias:"variable"},colon:/:/}}],punctuation:/[:;,()]/,name:/[a-zA-Z0-9\-.]+/}}function nw(e){var t;t=/\$(?:\w[a-z\d]*(?:_[^\x00-\x1F\s"'\\()$]*)?|\{[^}\s"'\\]+\})/i,e.languages.nginx={comment:{pattern:/(^|[\s{};])#.*/,lookbehind:!0,greedy:!0},directive:{pattern:/(^|\s)\w(?:[^;{}"'\\\s]|\\.|"(?:[^"\\]|\\.)*"|'(?:[^'\\]|\\.)*'|\s+(?:#.*(?!.)|(?![#\s])))*?(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:{string:{pattern:/((?:^|[^\\])(?:\\\\)*)(?:"(?:[^"\\]|\\.)*"|'(?:[^'\\]|\\.)*')/,lookbehind:!0,greedy:!0,inside:{escape:{pattern:/\\["'\\nrt]/,alias:"entity"},variable:t}},comment:{pattern:/(\s)#.*/,lookbehind:!0,greedy:!0},keyword:{pattern:/^\S+/,greedy:!0},boolean:{pattern:/(\s)(?:off|on)(?!\S)/,lookbehind:!0},number:{pattern:/(\s)\d+[a-z]*(?!\S)/i,lookbehind:!0},variable:t}},punctuation:/[{};]/}}function nC(e){e.languages.nim={comment:{pattern:/#.*/,greedy:!0},string:{pattern:/(?:\b(?!\d)(?:\w|\\x[89a-fA-F][0-9a-fA-F])+)?(?:"""[\s\S]*?"""(?!")|"(?:\\[\s\S]|""|[^"\\])*")/,greedy:!0},char:{pattern:/'(?:\\(?:\d+|x[\da-fA-F]{0,2}|.)|[^'])'/,greedy:!0},function:{pattern:/(?:(?!\d)(?:\w|\\x[89a-fA-F][0-9a-fA-F])+|`[^`\r\n]+`)\*?(?:\[[^\]]+\])?(?=\s*\()/,greedy:!0,inside:{operator:/\*$/}},identifier:{pattern:/`[^`\r\n]+`/,greedy:!0,inside:{punctuation:/`/}},number:/\b(?:0[xXoObB][\da-fA-F_]+|\d[\d_]*(?:(?!\.\.)\.[\d_]*)?(?:[eE][+-]?\d[\d_]*)?)(?:'?[iuf]\d*)?/,keyword:/\b(?:addr|as|asm|atomic|bind|block|break|case|cast|concept|const|continue|converter|defer|discard|distinct|do|elif|else|end|enum|except|export|finally|for|from|func|generic|if|import|include|interface|iterator|let|macro|method|mixin|nil|object|out|proc|ptr|raise|ref|return|static|template|try|tuple|type|using|var|when|while|with|without|yield)\b/,operator:{pattern:/(^|[({\[](?=\.\.)|(?![({\[]\.).)(?:(?:[=+\-*\/<>@$~&%|!?^:\\]|\.\.|\.(?![)}\]]))+|\b(?:and|div|in|is|isnot|mod|not|notin|of|or|shl|shr|xor)\b)/m,lookbehind:!0},punctuation:/[({\[]\.|\.[)}\]]|[`(){}\[\],:]/}}function nD(e){e.languages.nix={comment:{pattern:/\/\*[\s\S]*?\*\/|#.*/,greedy:!0},string:{pattern:/"(?:[^"\\]|\\[\s\S])*"|''(?:(?!'')[\s\S]|''(?:'|\\|\$\{))*''/,greedy:!0,inside:{interpolation:{pattern:/(^|(?:^|(?!'').)[^\\])\$\{(?:[^{}]|\{[^}]*\})*\}/,lookbehind:!0,inside:null}}},url:[/\b(?:[a-z]{3,7}:\/\/)[\w\-+%~\/.:#=?&]+/,{pattern:/([^\/])(?:[\w\-+%~.:#=?&]*(?!\/\/)[\w\-+%~\/.:#=?&])?(?!\/\/)\/[\w\-+%~\/.:#=?&]*/,lookbehind:!0}],antiquotation:{pattern:/\$(?=\{)/,alias:"important"},number:/\b\d+\b/,keyword:/\b(?:assert|builtins|else|if|in|inherit|let|null|or|then|with)\b/,function:/\b(?:abort|add|all|any|attrNames|attrValues|baseNameOf|compareVersions|concatLists|currentSystem|deepSeq|derivation|dirOf|div|elem(?:At)?|fetch(?:Tarball|url)|filter(?:Source)?|fromJSON|genList|getAttr|getEnv|hasAttr|hashString|head|import|intersectAttrs|is(?:Attrs|Bool|Function|Int|List|Null|String)|length|lessThan|listToAttrs|map|mul|parseDrvName|pathExists|read(?:Dir|File)|removeAttrs|replaceStrings|seq|sort|stringLength|sub(?:string)?|tail|throw|to(?:File|JSON|Path|String|XML)|trace|typeOf)\b|\bfoldl'\B/,boolean:/\b(?:false|true)\b/,operator:/[=!<>]=?|\+\+?|\|\||&&|\/\/|->?|[?@]/,punctuation:/[{}()[\].,:;]/},e.languages.nix.string.inside.interpolation.inside=e.languages.nix}function nL(e){e.languages.nsis={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|[#;].*)/,lookbehind:!0,greedy:!0},string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},keyword:{pattern:/(^[\t ]*)(?:Abort|Add(?:BrandingImage|Size)|AdvSplash|Allow(?:RootDirInstall|SkipFiles)|AutoCloseWindow|BG(?:Font|Gradient|Image)|Banner|BrandingText|BringToFront|CRCCheck|Call(?:InstDLL)?|Caption|ChangeUI|CheckBitmap|ClearErrors|CompletedText|ComponentText|CopyFiles|Create(?:Directory|Font|ShortCut)|Delete(?:INISec|INIStr|RegKey|RegValue)?|Detail(?:Print|sButtonText)|Dialer|Dir(?:Text|Var|Verify)|EnableWindow|Enum(?:RegKey|RegValue)|Exch|Exec(?:Shell(?:Wait)?|Wait)?|ExpandEnvStrings|File(?:BufSize|Close|ErrorText|Open|Read|ReadByte|ReadUTF16LE|ReadWord|Seek|Write|WriteByte|WriteUTF16LE|WriteWord)?|Find(?:Close|First|Next|Window)|FlushINI|Get(?:CurInstType|CurrentAddress|DLLVersion(?:Local)?|DlgItem|ErrorLevel|FileTime(?:Local)?|FullPathName|Function(?:Address|End)?|InstDirError|KnownFolderPath|LabelAddress|TempFileName|WinVer)|Goto|HideWindow|Icon|If(?:Abort|Errors|FileExists|RebootFlag|RtlLanguage|ShellVarContextAll|Silent)|InitPluginsDir|InstProgressFlags|Inst(?:Type(?:GetText|SetText)?)|Install(?:ButtonText|Colors|Dir(?:RegKey)?)|Int(?:64|Ptr)?CmpU?|Int(?:64)?Fmt|Int(?:Ptr)?Op|IsWindow|Lang(?:DLL|String)|License(?:BkColor|Data|ForceSelection|LangString|Text)|LoadLanguageFile|LockWindow|Log(?:Set|Text)|Manifest(?:DPIAware|SupportedOS)|Math|MessageBox|MiscButtonText|NSISdl|Name|Nop|OutFile|PE(?:DllCharacteristics|SubsysVer)|Page(?:Callbacks)?|Pop|Push|Quit|RMDir|Read(?:EnvStr|INIStr|RegDWORD|RegStr)|Reboot|RegDLL|Rename|RequestExecutionLevel|ReserveFile|Return|SearchPath|Section(?:End|GetFlags|GetInstTypes|GetSize|GetText|Group|In|SetFlags|SetInstTypes|SetSize|SetText)?|SendMessage|Set(?:AutoClose|BrandingImage|Compress|Compressor(?:DictSize)?|CtlColors|CurInstType|DatablockOptimize|DateSave|Details(?:Print|View)|ErrorLevel|Errors|FileAttributes|Font|OutPath|Overwrite|PluginUnload|RebootFlag|RegView|ShellVarContext|Silent)|Show(?:InstDetails|UninstDetails|Window)|Silent(?:Install|UnInstall)|Sleep|SpaceTexts|Splash|StartMenu|Str(?:CmpS?|Cpy|Len)|SubCaption|System|Target|UnRegDLL|Unicode|UninstPage|Uninstall(?:ButtonText|Caption|Icon|SubCaption|Text)|UserInfo|VI(?:AddVersionKey|FileVersion|ProductVersion)|VPatch|Var|WindowIcon|Write(?:INIStr|Reg(?:Bin|DWORD|ExpandStr|MultiStr|None|Str)|Uninstaller)|XPStyle|ns(?:Dialogs|Exec))\b/m,lookbehind:!0},property:/\b(?:ARCHIVE|FILE_(?:ATTRIBUTE_ARCHIVE|ATTRIBUTE_NORMAL|ATTRIBUTE_OFFLINE|ATTRIBUTE_READONLY|ATTRIBUTE_SYSTEM|ATTRIBUTE_TEMPORARY)|HK(?:(?:CR|CU|LM)(?:32|64)?|DD|PD|U)|HKEY_(?:CLASSES_ROOT|CURRENT_CONFIG|CURRENT_USER|DYN_DATA|LOCAL_MACHINE|PERFORMANCE_DATA|USERS)|ID(?:ABORT|CANCEL|IGNORE|NO|OK|RETRY|YES)|MB_(?:ABORTRETRYIGNORE|DEFBUTTON1|DEFBUTTON2|DEFBUTTON3|DEFBUTTON4|ICONEXCLAMATION|ICONINFORMATION|ICONQUESTION|ICONSTOP|OK|OKCANCEL|RETRYCANCEL|RIGHT|RTLREADING|SETFOREGROUND|TOPMOST|USERICON|YESNO)|NORMAL|OFFLINE|READONLY|SHCTX|SHELL_CONTEXT|SYSTEM|TEMPORARY|admin|all|auto|both|colored|false|force|hide|highest|lastused|leave|listonly|none|normal|notset|off|on|open|print|show|silent|silentlog|smooth|textonly|true|user)\b/,constant:/\$\{[!\w\.:\^-]+\}|\$\([!\w\.:\^-]+\)/,variable:/\$\w[\w\.]*/,number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--?|\+\+?|<=?|>=?|==?=?|&&?|\|\|?|[?*\/~^%]/,punctuation:/[{}[\];(),.:]/,important:{pattern:/(^[\t ]*)!(?:addincludedir|addplugindir|appendfile|cd|define|delfile|echo|else|endif|error|execute|finalize|getdllversion|gettlbversion|if|ifdef|ifmacrodef|ifmacrondef|ifndef|include|insertmacro|macro|macroend|makensis|packhdr|pragma|searchparse|searchreplace|system|tempfile|undef|verbose|warning)\b/im,lookbehind:!0}}}function nx(e){e.register(G),e.languages.objectivec=e.languages.extend("c",{string:{pattern:/@?"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},keyword:/\b(?:asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|in|inline|int|long|register|return|self|short|signed|sizeof|static|struct|super|switch|typedef|typeof|union|unsigned|void|volatile|while)\b|(?:@interface|@end|@implementation|@protocol|@class|@public|@protected|@private|@property|@try|@catch|@finally|@throw|@synthesize|@dynamic|@selector)\b/,operator:/-[->]?|\+\+?|!=?|<<?=?|>>?=?|==?|&&?|\|\|?|[~^%?*\/@]/}),delete e.languages.objectivec["class-name"],e.languages.objc=e.languages.objectivec}function nP(e){e.languages.ocaml={comment:{pattern:/\(\*[\s\S]*?\*\)/,greedy:!0},char:{pattern:/'(?:[^\\\r\n']|\\(?:.|[ox]?[0-9a-f]{1,3}))'/i,greedy:!0},string:[{pattern:/"(?:\\(?:[\s\S]|\r\n)|[^\\\r\n"])*"/,greedy:!0},{pattern:/\{([a-z_]*)\|[\s\S]*?\|\1\}/,greedy:!0}],number:[/\b(?:0b[01][01_]*|0o[0-7][0-7_]*)\b/i,/\b0x[a-f0-9][a-f0-9_]*(?:\.[a-f0-9_]*)?(?:p[+-]?\d[\d_]*)?(?!\w)/i,/\b\d[\d_]*(?:\.[\d_]*)?(?:e[+-]?\d[\d_]*)?(?!\w)/i],directive:{pattern:/\B#\w+/,alias:"property"},label:{pattern:/\B~\w+/,alias:"property"},"type-variable":{pattern:/\B'\w+/,alias:"function"},variant:{pattern:/`\w+/,alias:"symbol"},keyword:/\b(?:as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|match|method|module|mutable|new|nonrec|object|of|open|private|rec|sig|struct|then|to|try|type|val|value|virtual|when|where|while|with)\b/,boolean:/\b(?:false|true)\b/,"operator-like-punctuation":{pattern:/\[[<>|]|[>|]\]|\{<|>\}/,alias:"punctuation"},operator:/\.[.~]|:[=>]|[=<>@^|&+\-*\/$%!?~][!$%&*+\-.\/:<=>?@^|~]*|\b(?:and|asr|land|lor|lsl|lsr|lxor|mod|or)\b/,punctuation:/;;|::|[(){}\[\].,:;#]|\b_\b/}}function nF(e){var t;t=/\\(?:["'\\abefnrtv]|0[0-7]{2}|U[\dA-Fa-f]{6}|u[\dA-Fa-f]{4}|x[\dA-Fa-f]{2})/,e.languages.odin={comment:[{pattern:/\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:\*(?!\/)|[^*])*(?:\*\/|$))*(?:\*\/|$)/,greedy:!0},{pattern:/#![^\n\r]*/,greedy:!0},{pattern:/\/\/[^\n\r]*/,greedy:!0}],char:{pattern:/'(?:\\(?:.|[0Uux][0-9A-Fa-f]{1,6})|[^\n\r'\\])'/,greedy:!0,inside:{symbol:t}},string:[{pattern:/`[^`]*`/,greedy:!0},{pattern:/"(?:\\.|[^\n\r"\\])*"/,greedy:!0,inside:{symbol:t}}],directive:{pattern:/#\w+/,alias:"property"},number:/\b0(?:b[01_]+|d[\d_]+|h_*(?:(?:(?:[\dA-Fa-f]_*){8}){1,2}|(?:[\dA-Fa-f]_*){4})|o[0-7_]+|x[\dA-F_a-f]+|z[\dAB_ab]+)\b|(?:\b\d+(?:\.(?!\.)\d*)?|\B\.\d+)(?:[Ee][+-]?\d*)?[ijk]?(?!\w)/,discard:{pattern:/\b_\b/,alias:"keyword"},"procedure-definition":{pattern:/\b\w+(?=[ \t]*(?::\s*){2}proc\b)/,alias:"function"},keyword:/\b(?:asm|auto_cast|bit_set|break|case|cast|context|continue|defer|distinct|do|dynamic|else|enum|fallthrough|for|foreign|if|import|in|map|matrix|not_in|or_else|or_return|package|proc|return|struct|switch|transmute|typeid|union|using|when|where)\b/,"procedure-name":{pattern:/\b\w+(?=[ \t]*\()/,alias:"function"},boolean:/\b(?:false|nil|true)\b/,"constant-parameter-sign":{pattern:/\$/,alias:"important"},undefined:{pattern:/---/,alias:"operator"},arrow:{pattern:/->/,alias:"punctuation"},operator:/\+\+|--|\.\.[<=]?|(?:&~|[-!*+/=~]|[%&<>|]{1,2})=?|[?^]/,punctuation:/[(),.:;@\[\]{}]/}}function nM(e){var t;e.register(G),e.languages.opencl=e.languages.extend("c",{keyword:/\b(?:(?:__)?(?:constant|global|kernel|local|private|read_only|read_write|write_only)|__attribute__|auto|(?:bool|u?(?:char|int|long|short)|half|quad)(?:2|3|4|8|16)?|break|case|complex|const|continue|(?:double|float)(?:16(?:x(?:1|2|4|8|16))?|1x(?:1|2|4|8|16)|2(?:x(?:1|2|4|8|16))?|3|4(?:x(?:1|2|4|8|16))?|8(?:x(?:1|2|4|8|16))?)?|default|do|else|enum|extern|for|goto|if|imaginary|inline|packed|pipe|register|restrict|return|signed|sizeof|static|struct|switch|typedef|uniform|union|unsigned|void|volatile|while)\b/,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[fuhl]{0,4}/i,boolean:/\b(?:false|true)\b/,"constant-opencl-kernel":{pattern:/\b(?:CHAR_(?:BIT|MAX|MIN)|CLK_(?:ADDRESS_(?:CLAMP(?:_TO_EDGE)?|NONE|REPEAT)|FILTER_(?:LINEAR|NEAREST)|(?:GLOBAL|LOCAL)_MEM_FENCE|NORMALIZED_COORDS_(?:FALSE|TRUE))|CL_(?:BGRA|(?:HALF_)?FLOAT|INTENSITY|LUMINANCE|A?R?G?B?[Ax]?|(?:(?:UN)?SIGNED|[US]NORM)_(?:INT(?:8|16|32))|UNORM_(?:INT_101010|SHORT_(?:555|565)))|(?:DBL|FLT|HALF)_(?:DIG|EPSILON|(?:MAX|MIN)(?:(?:_10)?_EXP)?|MANT_DIG)|FLT_RADIX|HUGE_VALF?|(?:INT|LONG|SCHAR|SHRT)_(?:MAX|MIN)|INFINITY|MAXFLOAT|M_(?:[12]_PI|2_SQRTPI|E|LN(?:2|10)|LOG(?:2|10)E?|PI(?:_[24])?|SQRT(?:1_2|2))(?:_F|_H)?|NAN|(?:UCHAR|UINT|ULONG|USHRT)_MAX)\b/,alias:"constant"}}),e.languages.insertBefore("opencl","class-name",{"builtin-type":{pattern:/\b(?:_cl_(?:command_queue|context|device_id|event|kernel|mem|platform_id|program|sampler)|cl_(?:image_format|mem_fence_flags)|clk_event_t|event_t|image(?:1d_(?:array_|buffer_)?t|2d_(?:array_(?:depth_|msaa_depth_|msaa_)?|depth_|msaa_depth_|msaa_)?t|3d_t)|intptr_t|ndrange_t|ptrdiff_t|queue_t|reserve_id_t|sampler_t|size_t|uintptr_t)\b/,alias:"keyword"}}),t={"type-opencl-host":{pattern:/\b(?:cl_(?:GLenum|GLint|GLuin|addressing_mode|bitfield|bool|buffer_create_type|build_status|channel_(?:order|type)|(?:u?(?:char|int|long|short)|double|float)(?:2|3|4|8|16)?|command_(?:queue(?:_info|_properties)?|type)|context(?:_info|_properties)?|device_(?:exec_capabilities|fp_config|id|info|local_mem_type|mem_cache_type|type)|(?:event|sampler)(?:_info)?|filter_mode|half|image_info|kernel(?:_info|_work_group_info)?|map_flags|mem(?:_flags|_info|_object_type)?|platform_(?:id|info)|profiling_info|program(?:_build_info|_info)?))\b/,alias:"keyword"},"boolean-opencl-host":{pattern:/\bCL_(?:FALSE|TRUE)\b/,alias:"boolean"},"constant-opencl-host":{pattern:/\bCL_(?:A|ABGR|ADDRESS_(?:CLAMP(?:_TO_EDGE)?|MIRRORED_REPEAT|NONE|REPEAT)|ARGB|BGRA|BLOCKING|BUFFER_CREATE_TYPE_REGION|BUILD_(?:ERROR|IN_PROGRESS|NONE|PROGRAM_FAILURE|SUCCESS)|COMMAND_(?:ACQUIRE_GL_OBJECTS|BARRIER|COPY_(?:BUFFER(?:_RECT|_TO_IMAGE)?|IMAGE(?:_TO_BUFFER)?)|FILL_(?:BUFFER|IMAGE)|MAP(?:_BUFFER|_IMAGE)|MARKER|MIGRATE(?:_SVM)?_MEM_OBJECTS|NATIVE_KERNEL|NDRANGE_KERNEL|READ_(?:BUFFER(?:_RECT)?|IMAGE)|RELEASE_GL_OBJECTS|SVM_(?:FREE|MAP|MEMCPY|MEMFILL|UNMAP)|TASK|UNMAP_MEM_OBJECT|USER|WRITE_(?:BUFFER(?:_RECT)?|IMAGE))|COMPILER_NOT_AVAILABLE|COMPILE_PROGRAM_FAILURE|COMPLETE|CONTEXT_(?:DEVICES|INTEROP_USER_SYNC|NUM_DEVICES|PLATFORM|PROPERTIES|REFERENCE_COUNT)|DEPTH(?:_STENCIL)?|DEVICE_(?:ADDRESS_BITS|AFFINITY_DOMAIN_(?:L[1-4]_CACHE|NEXT_PARTITIONABLE|NUMA)|AVAILABLE|BUILT_IN_KERNELS|COMPILER_AVAILABLE|DOUBLE_FP_CONFIG|ENDIAN_LITTLE|ERROR_CORRECTION_SUPPORT|EXECUTION_CAPABILITIES|EXTENSIONS|GLOBAL_(?:MEM_(?:CACHELINE_SIZE|CACHE_SIZE|CACHE_TYPE|SIZE)|VARIABLE_PREFERRED_TOTAL_SIZE)|HOST_UNIFIED_MEMORY|IL_VERSION|IMAGE(?:2D_MAX_(?:HEIGHT|WIDTH)|3D_MAX_(?:DEPTH|HEIGHT|WIDTH)|_BASE_ADDRESS_ALIGNMENT|_MAX_ARRAY_SIZE|_MAX_BUFFER_SIZE|_PITCH_ALIGNMENT|_SUPPORT)|LINKER_AVAILABLE|LOCAL_MEM_SIZE|LOCAL_MEM_TYPE|MAX_(?:CLOCK_FREQUENCY|COMPUTE_UNITS|CONSTANT_ARGS|CONSTANT_BUFFER_SIZE|GLOBAL_VARIABLE_SIZE|MEM_ALLOC_SIZE|NUM_SUB_GROUPS|ON_DEVICE_(?:EVENTS|QUEUES)|PARAMETER_SIZE|PIPE_ARGS|READ_IMAGE_ARGS|READ_WRITE_IMAGE_ARGS|SAMPLERS|WORK_GROUP_SIZE|WORK_ITEM_DIMENSIONS|WORK_ITEM_SIZES|WRITE_IMAGE_ARGS)|MEM_BASE_ADDR_ALIGN|MIN_DATA_TYPE_ALIGN_SIZE|NAME|NATIVE_VECTOR_WIDTH_(?:CHAR|DOUBLE|FLOAT|HALF|INT|LONG|SHORT)|NOT_(?:AVAILABLE|FOUND)|OPENCL_C_VERSION|PARENT_DEVICE|PARTITION_(?:AFFINITY_DOMAIN|BY_AFFINITY_DOMAIN|BY_COUNTS|BY_COUNTS_LIST_END|EQUALLY|FAILED|MAX_SUB_DEVICES|PROPERTIES|TYPE)|PIPE_MAX_(?:ACTIVE_RESERVATIONS|PACKET_SIZE)|PLATFORM|PREFERRED_(?:GLOBAL_ATOMIC_ALIGNMENT|INTEROP_USER_SYNC|LOCAL_ATOMIC_ALIGNMENT|PLATFORM_ATOMIC_ALIGNMENT|VECTOR_WIDTH_(?:CHAR|DOUBLE|FLOAT|HALF|INT|LONG|SHORT))|PRINTF_BUFFER_SIZE|PROFILE|PROFILING_TIMER_RESOLUTION|QUEUE_(?:ON_(?:DEVICE_(?:MAX_SIZE|PREFERRED_SIZE|PROPERTIES)|HOST_PROPERTIES)|PROPERTIES)|REFERENCE_COUNT|SINGLE_FP_CONFIG|SUB_GROUP_INDEPENDENT_FORWARD_PROGRESS|SVM_(?:ATOMICS|CAPABILITIES|COARSE_GRAIN_BUFFER|FINE_GRAIN_BUFFER|FINE_GRAIN_SYSTEM)|TYPE(?:_ACCELERATOR|_ALL|_CPU|_CUSTOM|_DEFAULT|_GPU)?|VENDOR(?:_ID)?|VERSION)|DRIVER_VERSION|EVENT_(?:COMMAND_(?:EXECUTION_STATUS|QUEUE|TYPE)|CONTEXT|REFERENCE_COUNT)|EXEC_(?:KERNEL|NATIVE_KERNEL|STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST)|FILTER_(?:LINEAR|NEAREST)|FLOAT|FP_(?:CORRECTLY_ROUNDED_DIVIDE_SQRT|DENORM|FMA|INF_NAN|ROUND_TO_INF|ROUND_TO_NEAREST|ROUND_TO_ZERO|SOFT_FLOAT)|GLOBAL|HALF_FLOAT|IMAGE_(?:ARRAY_SIZE|BUFFER|DEPTH|ELEMENT_SIZE|FORMAT|FORMAT_MISMATCH|FORMAT_NOT_SUPPORTED|HEIGHT|NUM_MIP_LEVELS|NUM_SAMPLES|ROW_PITCH|SLICE_PITCH|WIDTH)|INTENSITY|INVALID_(?:ARG_INDEX|ARG_SIZE|ARG_VALUE|BINARY|BUFFER_SIZE|BUILD_OPTIONS|COMMAND_QUEUE|COMPILER_OPTIONS|CONTEXT|DEVICE|DEVICE_PARTITION_COUNT|DEVICE_QUEUE|DEVICE_TYPE|EVENT|EVENT_WAIT_LIST|GLOBAL_OFFSET|GLOBAL_WORK_SIZE|GL_OBJECT|HOST_PTR|IMAGE_DESCRIPTOR|IMAGE_FORMAT_DESCRIPTOR|IMAGE_SIZE|KERNEL|KERNEL_ARGS|KERNEL_DEFINITION|KERNEL_NAME|LINKER_OPTIONS|MEM_OBJECT|MIP_LEVEL|OPERATION|PIPE_SIZE|PLATFORM|PROGRAM|PROGRAM_EXECUTABLE|PROPERTY|QUEUE_PROPERTIES|SAMPLER|VALUE|WORK_DIMENSION|WORK_GROUP_SIZE|WORK_ITEM_SIZE)|KERNEL_(?:ARG_(?:ACCESS_(?:NONE|QUALIFIER|READ_ONLY|READ_WRITE|WRITE_ONLY)|ADDRESS_(?:CONSTANT|GLOBAL|LOCAL|PRIVATE|QUALIFIER)|INFO_NOT_AVAILABLE|NAME|TYPE_(?:CONST|NAME|NONE|PIPE|QUALIFIER|RESTRICT|VOLATILE))|ATTRIBUTES|COMPILE_NUM_SUB_GROUPS|COMPILE_WORK_GROUP_SIZE|CONTEXT|EXEC_INFO_SVM_FINE_GRAIN_SYSTEM|EXEC_INFO_SVM_PTRS|FUNCTION_NAME|GLOBAL_WORK_SIZE|LOCAL_MEM_SIZE|LOCAL_SIZE_FOR_SUB_GROUP_COUNT|MAX_NUM_SUB_GROUPS|MAX_SUB_GROUP_SIZE_FOR_NDRANGE|NUM_ARGS|PREFERRED_WORK_GROUP_SIZE_MULTIPLE|PRIVATE_MEM_SIZE|PROGRAM|REFERENCE_COUNT|SUB_GROUP_COUNT_FOR_NDRANGE|WORK_GROUP_SIZE)|LINKER_NOT_AVAILABLE|LINK_PROGRAM_FAILURE|LOCAL|LUMINANCE|MAP_(?:FAILURE|READ|WRITE|WRITE_INVALIDATE_REGION)|MEM_(?:ALLOC_HOST_PTR|ASSOCIATED_MEMOBJECT|CONTEXT|COPY_HOST_PTR|COPY_OVERLAP|FLAGS|HOST_NO_ACCESS|HOST_PTR|HOST_READ_ONLY|HOST_WRITE_ONLY|KERNEL_READ_AND_WRITE|MAP_COUNT|OBJECT_(?:ALLOCATION_FAILURE|BUFFER|IMAGE1D|IMAGE1D_ARRAY|IMAGE1D_BUFFER|IMAGE2D|IMAGE2D_ARRAY|IMAGE3D|PIPE)|OFFSET|READ_ONLY|READ_WRITE|REFERENCE_COUNT|SIZE|SVM_ATOMICS|SVM_FINE_GRAIN_BUFFER|TYPE|USES_SVM_POINTER|USE_HOST_PTR|WRITE_ONLY)|MIGRATE_MEM_OBJECT_(?:CONTENT_UNDEFINED|HOST)|MISALIGNED_SUB_BUFFER_OFFSET|NONE|NON_BLOCKING|OUT_OF_(?:HOST_MEMORY|RESOURCES)|PIPE_(?:MAX_PACKETS|PACKET_SIZE)|PLATFORM_(?:EXTENSIONS|HOST_TIMER_RESOLUTION|NAME|PROFILE|VENDOR|VERSION)|PROFILING_(?:COMMAND_(?:COMPLETE|END|QUEUED|START|SUBMIT)|INFO_NOT_AVAILABLE)|PROGRAM_(?:BINARIES|BINARY_SIZES|BINARY_TYPE(?:_COMPILED_OBJECT|_EXECUTABLE|_LIBRARY|_NONE)?|BUILD_(?:GLOBAL_VARIABLE_TOTAL_SIZE|LOG|OPTIONS|STATUS)|CONTEXT|DEVICES|IL|KERNEL_NAMES|NUM_DEVICES|NUM_KERNELS|REFERENCE_COUNT|SOURCE)|QUEUED|QUEUE_(?:CONTEXT|DEVICE|DEVICE_DEFAULT|ON_DEVICE|ON_DEVICE_DEFAULT|OUT_OF_ORDER_EXEC_MODE_ENABLE|PROFILING_ENABLE|PROPERTIES|REFERENCE_COUNT|SIZE)|R|RA|READ_(?:ONLY|WRITE)_CACHE|RG|RGB|RGBA|RGBx|RGx|RUNNING|Rx|SAMPLER_(?:ADDRESSING_MODE|CONTEXT|FILTER_MODE|LOD_MAX|LOD_MIN|MIP_FILTER_MODE|NORMALIZED_COORDS|REFERENCE_COUNT)|(?:UN)?SIGNED_INT(?:8|16|32)|SNORM_INT(?:8|16)|SUBMITTED|SUCCESS|UNORM_INT(?:8|16|24|_101010|_101010_2)|UNORM_SHORT_(?:555|565)|VERSION_(?:1_0|1_1|1_2|2_0|2_1)|sBGRA|sRGB|sRGBA|sRGBx)\b/,alias:"constant"},"function-opencl-host":{pattern:/\bcl(?:BuildProgram|CloneKernel|CompileProgram|Create(?:Buffer|CommandQueue(?:WithProperties)?|Context|ContextFromType|Image|Image2D|Image3D|Kernel|KernelsInProgram|Pipe|ProgramWith(?:Binary|BuiltInKernels|IL|Source)|Sampler|SamplerWithProperties|SubBuffer|SubDevices|UserEvent)|Enqueue(?:(?:Barrier|Marker)(?:WithWaitList)?|Copy(?:Buffer(?:Rect|ToImage)?|Image(?:ToBuffer)?)|(?:Fill|Map)(?:Buffer|Image)|MigrateMemObjects|NDRangeKernel|NativeKernel|(?:Read|Write)(?:Buffer(?:Rect)?|Image)|SVM(?:Free|Map|MemFill|Memcpy|MigrateMem|Unmap)|Task|UnmapMemObject|WaitForEvents)|Finish|Flush|Get(?:CommandQueueInfo|ContextInfo|Device(?:AndHostTimer|IDs|Info)|Event(?:Profiling)?Info|ExtensionFunctionAddress(?:ForPlatform)?|HostTimer|ImageInfo|Kernel(?:ArgInfo|Info|SubGroupInfo|WorkGroupInfo)|MemObjectInfo|PipeInfo|Platform(?:IDs|Info)|Program(?:Build)?Info|SamplerInfo|SupportedImageFormats)|LinkProgram|(?:Release|Retain)(?:CommandQueue|Context|Device|Event|Kernel|MemObject|Program|Sampler)|SVM(?:Alloc|Free)|Set(?:CommandQueueProperty|DefaultDeviceCommandQueue|EventCallback|Kernel|Kernel(?:Arg(?:SVMPointer)?|ExecInfo)|MemObjectDestructorCallback|UserEventStatus)|Unload(?:Platform)?Compiler|WaitForEvents)\b/,alias:"function"}},e.languages.insertBefore("c","keyword",t),e.languages.cpp&&(t["type-opencl-host-cpp"]={pattern:/\b(?:Buffer|BufferGL|BufferRenderGL|CommandQueue|Context|Device|DeviceCommandQueue|EnqueueArgs|Event|Image|Image1D|Image1DArray|Image1DBuffer|Image2D|Image2DArray|Image2DGL|Image3D|Image3DGL|ImageFormat|ImageGL|Kernel|KernelFunctor|LocalSpaceArg|Memory|NDRange|Pipe|Platform|Program|SVMAllocator|SVMTraitAtomic|SVMTraitCoarse|SVMTraitFine|SVMTraitReadOnly|SVMTraitReadWrite|SVMTraitWriteOnly|Sampler|UserEvent)\b/,alias:"keyword"},e.languages.insertBefore("cpp","keyword",t))}function nB(e){e.languages.openqasm={comment:/\/\*[\s\S]*?\*\/|\/\/.*/,string:{pattern:/"[^"\r\n\t]*"|'[^'\r\n\t]*'/,greedy:!0},keyword:/\b(?:CX|OPENQASM|U|barrier|boxas|boxto|break|const|continue|ctrl|def|defcal|defcalgrammar|delay|else|end|for|gate|gphase|if|in|include|inv|kernel|lengthof|let|measure|pow|reset|return|rotary|stretchinf|while)\b|#pragma\b/,"class-name":/\b(?:angle|bit|bool|creg|fixed|float|int|length|qreg|qubit|stretch|uint)\b/,function:/\b(?:cos|exp|ln|popcount|rotl|rotr|sin|sqrt|tan)\b(?=\s*\()/,constant:/\b(?:euler|pi|tau)\b|π|𝜏|ℇ/,number:{pattern:/(^|[^.\w$])(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?(?:dt|ns|us|µs|ms|s)?/i,lookbehind:!0},operator:/->|>>=?|<<=?|&&|\|\||\+\+|--|[!=<>&|~^+\-*/%]=?|@/,punctuation:/[(){}\[\];,:.]/},e.languages.qasm=e.languages.openqasm}function nU(e){e.languages.oz={comment:{pattern:/\/\*[\s\S]*?\*\/|%.*/,greedy:!0},string:{pattern:/"(?:[^"\\]|\\[\s\S])*"/,greedy:!0},atom:{pattern:/'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,alias:"builtin"},keyword:/\$|\[\]|\b(?:_|at|attr|case|catch|choice|class|cond|declare|define|dis|else(?:case|if)?|end|export|fail|false|feat|finally|from|fun|functor|if|import|in|local|lock|meth|nil|not|of|or|prepare|proc|prop|raise|require|self|skip|then|thread|true|try|unit)\b/,function:[/\b[a-z][A-Za-z\d]*(?=\()/,{pattern:/(\{)[A-Z][A-Za-z\d]*\b/,lookbehind:!0}],number:/\b(?:0[bx][\da-f]+|\d+(?:\.\d*)?(?:e~?\d+)?)\b|&(?:[^\\]|\\(?:\d{3}|.))/i,variable:/`(?:[^`\\]|\\.)+`/,"attr-name":/\b\w+(?=[ \t]*:(?![:=]))/,operator:/:(?:=|::?)|<[-:=]?|=(?:=|<?:?)|>=?:?|\\=:?|!!?|[|#+\-*\/,~^@]|\b(?:andthen|div|mod|orelse)\b/,punctuation:/[\[\](){}.:;?]/}}function nH(e){e.languages.parigp={comment:/\/\*[\s\S]*?\*\/|\\\\.*/,string:{pattern:/"(?:[^"\\\r\n]|\\.)*"/,greedy:!0},keyword:RegExp("\\b(?:"+["breakpoint","break","dbg_down","dbg_err","dbg_up","dbg_x","forcomposite","fordiv","forell","forpart","forprime","forstep","forsubgroup","forvec","for","iferr","if","local","my","next","return","until","while"].map(function(e){return e.split("").join(" *")}).join("|")+")\\b"),function:/\b\w(?:[\w ]*\w)?(?= *\()/,number:{pattern:/((?:\. *\. *)?)(?:\b\d(?: *\d)*(?: *(?!\. *\.)\.(?: *\d)*)?|\. *\d(?: *\d)*)(?: *e *(?:[+-] *)?\d(?: *\d)*)?/i,lookbehind:!0},operator:/\. *\.|[*\/!](?: *=)?|%(?: *=|(?: *#)?(?: *')*)?|\+(?: *[+=])?|-(?: *[-=>])?|<(?: *>|(?: *<)?(?: *=)?)?|>(?: *>)?(?: *=)?|=(?: *=){0,2}|\\(?: *\/)?(?: *=)?|&(?: *&)?|\| *\||['#~^]/,punctuation:/[\[\]{}().,:;|]/}}function nG(e){var t;e.register(A),t=e.languages.parser=e.languages.extend("markup",{keyword:{pattern:/(^|[^^])(?:\^(?:case|eval|for|if|switch|throw)\b|@(?:BASE|CLASS|GET(?:_DEFAULT)?|OPTIONS|SET_DEFAULT|USE)\b)/,lookbehind:!0},variable:{pattern:/(^|[^^])\B\$(?:\w+|(?=[.{]))(?:(?:\.|::?)\w+)*(?:\.|::?)?/,lookbehind:!0,inside:{punctuation:/\.|:+/}},function:{pattern:/(^|[^^])\B[@^]\w+(?:(?:\.|::?)\w+)*(?:\.|::?)?/,lookbehind:!0,inside:{keyword:{pattern:/(^@)(?:GET_|SET_)/,lookbehind:!0},punctuation:/\.|:+/}},escape:{pattern:/\^(?:[$^;@()\[\]{}"':]|#[a-f\d]*)/i,alias:"builtin"},punctuation:/[\[\](){};]/}),t=e.languages.insertBefore("parser","keyword",{"parser-comment":{pattern:/(\s)#.*/,lookbehind:!0,alias:"comment"},expression:{pattern:/(^|[^^])\((?:[^()]|\((?:[^()]|\((?:[^()])*\))*\))*\)/,greedy:!0,lookbehind:!0,inside:{string:{pattern:/(^|[^^])(["'])(?:(?!\2)[^^]|\^[\s\S])*\2/,lookbehind:!0},keyword:t.keyword,variable:t.variable,function:t.function,boolean:/\b(?:false|true)\b/,number:/\b(?:0x[a-f\d]+|\d+(?:\.\d*)?(?:e[+-]?\d+)?)\b/i,escape:t.escape,operator:/[~+*\/\\%]|!(?:\|\|?|=)?|&&?|\|\|?|==|<[<=]?|>[>=]?|-[fd]?|\b(?:def|eq|ge|gt|in|is|le|lt|ne)\b/,punctuation:t.punctuation}}}),e.languages.insertBefore("inside","punctuation",{expression:t.expression,keyword:t.keyword,variable:t.variable,function:t.function,escape:t.escape,"parser-punctuation":{pattern:t.punctuation,alias:"punctuation"}},t.tag.inside["attr-value"])}function n$(e){e.languages.pascal={directive:{pattern:/\{\$[\s\S]*?\}/,greedy:!0,alias:["marco","property"]},comment:{pattern:/\(\*[\s\S]*?\*\)|\{[\s\S]*?\}|\/\/.*/,greedy:!0},string:{pattern:/(?:'(?:''|[^'\r\n])*'(?!')|#[&$%]?[a-f\d]+)+|\^[a-z]/i,greedy:!0},asm:{pattern:/(\basm\b)[\s\S]+?(?=\bend\s*[;[])/i,lookbehind:!0,greedy:!0,inside:null},keyword:[{pattern:/(^|[^&])\b(?:absolute|array|asm|begin|case|const|constructor|destructor|do|downto|else|end|file|for|function|goto|if|implementation|inherited|inline|interface|label|nil|object|of|operator|packed|procedure|program|record|reintroduce|repeat|self|set|string|then|to|type|unit|until|uses|var|while|with)\b/i,lookbehind:!0},{pattern:/(^|[^&])\b(?:dispose|exit|false|new|true)\b/i,lookbehind:!0},{pattern:/(^|[^&])\b(?:class|dispinterface|except|exports|finalization|finally|initialization|inline|library|on|out|packed|property|raise|resourcestring|threadvar|try)\b/i,lookbehind:!0},{pattern:/(^|[^&])\b(?:absolute|abstract|alias|assembler|bitpacked|break|cdecl|continue|cppdecl|cvar|default|deprecated|dynamic|enumerator|experimental|export|external|far|far16|forward|generic|helper|implements|index|interrupt|iochecks|local|message|name|near|nodefault|noreturn|nostackframe|oldfpccall|otherwise|overload|override|pascal|platform|private|protected|public|published|read|register|reintroduce|result|safecall|saveregisters|softfloat|specialize|static|stdcall|stored|strict|unaligned|unimplemented|varargs|virtual|write)\b/i,lookbehind:!0}],number:[/(?:[&%]\d+|\$[a-f\d]+)/i,/\b\d+(?:\.\d+)?(?:e[+-]?\d+)?/i],operator:[/\.\.|\*\*|:=|<[<=>]?|>[>=]?|[+\-*\/]=?|[@^=]/,{pattern:/(^|[^&])\b(?:and|as|div|exclude|in|include|is|mod|not|or|shl|shr|xor)\b/,lookbehind:!0}],punctuation:/\(\.|\.\)|[()\[\]:;,.]/},e.languages.pascal.asm.inside=e.languages.extend("pascal",{asm:void 0,keyword:void 0,operator:void 0}),e.languages.objectpascal=e.languages.pascal}function nY(e){var t,n,r,a;t=/\((?:[^()]|\((?:[^()]|\([^()]*\))*\))*\)/.source,n=/(?:\b\w+(?:<braces>)?|<braces>)/.source.replace(/<braces>/g,function(){return t}),r=e.languages.pascaligo={comment:/\(\*[\s\S]+?\*\)|\/\/.*/,string:{pattern:/(["'`])(?:\\[\s\S]|(?!\1)[^\\])*\1|\^[a-z]/i,greedy:!0},"class-name":[{pattern:RegExp(/(\btype\s+\w+\s+is\s+)<type>/.source.replace(/<type>/g,function(){return n}),"i"),lookbehind:!0,inside:null},{pattern:RegExp(/<type>(?=\s+is\b)/.source.replace(/<type>/g,function(){return n}),"i"),inside:null},{pattern:RegExp(/(:\s*)<type>/.source.replace(/<type>/g,function(){return n})),lookbehind:!0,inside:null}],keyword:{pattern:/(^|[^&])\b(?:begin|block|case|const|else|end|fail|for|from|function|if|is|nil|of|remove|return|skip|then|type|var|while|with)\b/i,lookbehind:!0},boolean:{pattern:/(^|[^&])\b(?:False|True)\b/i,lookbehind:!0},builtin:{pattern:/(^|[^&])\b(?:bool|int|list|map|nat|record|string|unit)\b/i,lookbehind:!0},function:/\b\w+(?=\s*\()/,number:[/%[01]+|&[0-7]+|\$[a-f\d]+/i,/\b\d+(?:\.\d+)?(?:e[+-]?\d+)?(?:mtz|n)?/i],operator:/->|=\/=|\.\.|\*\*|:=|<[<=>]?|>[>=]?|[+\-*\/]=?|[@^=|]|\b(?:and|mod|or)\b/,punctuation:/\(\.|\.\)|[()\[\]:;,.{}]/},a=["comment","keyword","builtin","operator","punctuation"].reduce(function(e,t){return e[t]=r[t],e},{}),r["class-name"].forEach(function(e){e.inside=a})}function nz(e){e.languages.psl={comment:{pattern:/#.*/,greedy:!0},string:{pattern:/"(?:\\.|[^\\"])*"/,greedy:!0,inside:{symbol:/\\[ntrbA-Z"\\]/}},"heredoc-string":{pattern:/<<<([a-zA-Z_]\w*)[\r\n](?:.*[\r\n])*?\1\b/,alias:"string",greedy:!0},keyword:/\b(?:__multi|__single|case|default|do|else|elsif|exit|export|for|foreach|function|if|last|line|local|next|requires|return|switch|until|while|word)\b/,constant:/\b(?:ALARM|CHART_ADD_GRAPH|CHART_DELETE_GRAPH|CHART_DESTROY|CHART_LOAD|CHART_PRINT|EOF|OFFLINE|OK|PSL_PROF_LOG|R_CHECK_HORIZ|R_CHECK_VERT|R_CLICKER|R_COLUMN|R_FRAME|R_ICON|R_LABEL|R_LABEL_CENTER|R_LIST_MULTIPLE|R_LIST_MULTIPLE_ND|R_LIST_SINGLE|R_LIST_SINGLE_ND|R_MENU|R_POPUP|R_POPUP_SCROLLED|R_RADIO_HORIZ|R_RADIO_VERT|R_ROW|R_SCALE_HORIZ|R_SCALE_VERT|R_SEP_HORIZ|R_SEP_VERT|R_SPINNER|R_TEXT_FIELD|R_TEXT_FIELD_LABEL|R_TOGGLE|TRIM_LEADING|TRIM_LEADING_AND_TRAILING|TRIM_REDUNDANT|TRIM_TRAILING|VOID|WARN)\b/,boolean:/\b(?:FALSE|False|NO|No|TRUE|True|YES|Yes|false|no|true|yes)\b/,variable:/\b(?:PslDebug|errno|exit_status)\b/,builtin:{pattern:/\b(?:PslExecute|PslFunctionCall|PslFunctionExists|PslSetOptions|_snmp_debug|acos|add_diary|annotate|annotate_get|ascii_to_ebcdic|asctime|asin|atan|atexit|batch_set|blackout|cat|ceil|chan_exists|change_state|close|code_cvt|cond_signal|cond_wait|console_type|convert_base|convert_date|convert_locale_date|cos|cosh|create|date|dcget_text|destroy|destroy_lock|dget_text|difference|dump_hist|ebcdic_to_ascii|encrypt|event_archive|event_catalog_get|event_check|event_query|event_range_manage|event_range_query|event_report|event_schedule|event_trigger|event_trigger2|execute|exists|exp|fabs|file|floor|fmod|fopen|fseek|ftell|full_discovery|get|get_chan_info|get_ranges|get_text|get_vars|getenv|gethostinfo|getpid|getpname|grep|history|history_get_retention|in_transition|index|int|internal|intersection|is_var|isnumber|join|kill|length|lines|lock|lock_info|log|log10|loge|matchline|msg_check|msg_get_format|msg_get_severity|msg_printf|msg_sprintf|ntharg|nthargf|nthline|nthlinef|num_bytes|num_consoles|pconfig|popen|poplines|pow|print|printf|proc_exists|process|random|read|readln|refresh_parameters|remote_check|remote_close|remote_event_query|remote_event_trigger|remote_file_send|remote_open|remove|replace|rindex|sec_check_priv|sec_store_get|sec_store_set|set|set_alarm_ranges|set_locale|share|sin|sinh|sleep|snmp_agent_config|snmp_agent_start|snmp_agent_stop|snmp_close|snmp_config|snmp_get|snmp_get_next|snmp_h_get|snmp_h_get_next|snmp_h_set|snmp_open|snmp_set|snmp_trap_ignore|snmp_trap_listen|snmp_trap_raise_std_trap|snmp_trap_receive|snmp_trap_register_im|snmp_trap_send|snmp_walk|sopen|sort|splitline|sprintf|sqrt|srandom|str_repeat|strcasecmp|subset|substr|system|tail|tan|tanh|text_domain|time|tmpnam|tolower|toupper|trace_psl_process|trim|union|unique|unlock|unset|va_arg|va_start|write)\b/,alias:"builtin-function"},"foreach-variable":{pattern:/(\bforeach\s+(?:(?:\w+\b|"(?:\\.|[^\\"])*")\s+){0,2})[_a-zA-Z]\w*(?=\s*\()/,lookbehind:!0,greedy:!0},function:/\b[_a-z]\w*\b(?=\s*\()/i,number:/\b(?:0x[0-9a-f]+|\d+(?:\.\d+)?)\b/i,operator:/--|\+\+|&&=?|\|\|=?|<<=?|>>=?|[=!]~|[-+*/%&|^!=<>]=?|\.|[:?]/,punctuation:/[(){}\[\];,]/}}function nj(e){e.languages.pcaxis={string:/"[^"]*"/,keyword:{pattern:/((?:^|;)\s*)[-A-Z\d]+(?:\s*\[[-\w]+\])?(?:\s*\("[^"]*"(?:,\s*"[^"]*")*\))?(?=\s*=)/,lookbehind:!0,greedy:!0,inside:{keyword:/^[-A-Z\d]+/,language:{pattern:/^(\s*)\[[-\w]+\]/,lookbehind:!0,inside:{punctuation:/^\[|\]$/,property:/[-\w]+/}},"sub-key":{pattern:/^(\s*)\S[\s\S]*/,lookbehind:!0,inside:{parameter:{pattern:/"[^"]*"/,alias:"property"},punctuation:/^\(|\)$|,/}}}},operator:/=/,tlist:{pattern:/TLIST\s*\(\s*\w+(?:(?:\s*,\s*"[^"]*")+|\s*,\s*"[^"]*"-"[^"]*")?\s*\)/,greedy:!0,inside:{function:/^TLIST/,property:{pattern:/^(\s*\(\s*)\w+/,lookbehind:!0},string:/"[^"]*"/,punctuation:/[(),]/,operator:/-/}},punctuation:/[;,]/,number:{pattern:/(^|\s)\d+(?:\.\d+)?(?!\S)/,lookbehind:!0},boolean:/NO|YES/},e.languages.px=e.languages.pcaxis}function nW(e){e.languages.peoplecode={comment:RegExp([/\/\*[\s\S]*?\*\//.source,/\bREM[^;]*;/.source,/<\*(?:[^<*]|\*(?!>)|<(?!\*)|<\*(?:(?!\*>)[\s\S])*\*>)*\*>/.source,/\/\+[\s\S]*?\+\//.source].join("|")),string:{pattern:/'(?:''|[^'\r\n])*'(?!')|"(?:""|[^"\r\n])*"(?!")/,greedy:!0},variable:/%\w+/,"function-definition":{pattern:/((?:^|[^\w-])(?:function|method)\s+)\w+/i,lookbehind:!0,alias:"function"},"class-name":{pattern:/((?:^|[^-\w])(?:as|catch|class|component|create|extends|global|implements|instance|local|of|property|returns)\s+)\w+(?::\w+)*/i,lookbehind:!0,inside:{punctuation:/:/}},keyword:/\b(?:abstract|alias|as|catch|class|component|constant|create|declare|else|end-(?:class|evaluate|for|function|get|if|method|set|try|while)|evaluate|extends|for|function|get|global|if|implements|import|instance|library|local|method|null|of|out|peopleCode|private|program|property|protected|readonly|ref|repeat|returns?|set|step|then|throw|to|try|until|value|when(?:-other)?|while)\b/i,"operator-keyword":{pattern:/\b(?:and|not|or)\b/i,alias:"operator"},function:/[_a-z]\w*(?=\s*\()/i,boolean:/\b(?:false|true)\b/i,number:/\b\d+(?:\.\d+)?\b/,operator:/<>|[<>]=?|!=|\*\*|[-+*/|=@]/,punctuation:/[:.;,()[\]]/},e.languages.pcode=e.languages.peoplecode}function nq(e){var t;t=/(?:\((?:[^()\\]|\\[\s\S])*\)|\{(?:[^{}\\]|\\[\s\S])*\}|\[(?:[^[\]\\]|\\[\s\S])*\]|<(?:[^<>\\]|\\[\s\S])*>)/.source,e.languages.perl={comment:[{pattern:/(^\s*)=\w[\s\S]*?=cut.*/m,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\$])#.*/,lookbehind:!0,greedy:!0}],string:[{pattern:RegExp(/\b(?:q|qq|qw|qx)(?![a-zA-Z0-9])\s*/.source+"(?:"+[/([^a-zA-Z0-9\s{(\[<])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/([a-zA-Z0-9])(?:(?!\2)[^\\]|\\[\s\S])*\2/.source,t].join("|")+")"),greedy:!0},{pattern:/("|`)(?:(?!\1)[^\\]|\\[\s\S])*\1/,greedy:!0},{pattern:/'(?:[^'\\\r\n]|\\.)*'/,greedy:!0}],regex:[{pattern:RegExp(/\b(?:m|qr)(?![a-zA-Z0-9])\s*/.source+"(?:"+[/([^a-zA-Z0-9\s{(\[<])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/([a-zA-Z0-9])(?:(?!\2)[^\\]|\\[\s\S])*\2/.source,t].join("|")+")"+/[msixpodualngc]*/.source),greedy:!0},{pattern:RegExp(/(^|[^-])\b(?:s|tr|y)(?![a-zA-Z0-9])\s*/.source+"(?:"+[/([^a-zA-Z0-9\s{(\[<])(?:(?!\2)[^\\]|\\[\s\S])*\2(?:(?!\2)[^\\]|\\[\s\S])*\2/.source,/([a-zA-Z0-9])(?:(?!\3)[^\\]|\\[\s\S])*\3(?:(?!\3)[^\\]|\\[\s\S])*\3/.source,t+/\s*/.source+t].join("|")+")"+/[msixpodualngcer]*/.source),lookbehind:!0,greedy:!0},{pattern:/\/(?:[^\/\\\r\n]|\\.)*\/[msixpodualngc]*(?=\s*(?:$|[\r\n,.;})&|\-+*~<>!?^]|(?:and|cmp|eq|ge|gt|le|lt|ne|not|or|x|xor)\b))/,greedy:!0}],variable:[/[&*$@%]\{\^[A-Z]+\}/,/[&*$@%]\^[A-Z_]/,/[&*$@%]#?(?=\{)/,/[&*$@%]#?(?:(?:::)*'?(?!\d)[\w$]+(?![\w$]))+(?:::)*/,/[&*$@%]\d+/,/(?!%=)[$@%][!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~]/],filehandle:{pattern:/<(?![<=])\S*?>|\b_\b/,alias:"symbol"},"v-string":{pattern:/v\d+(?:\.\d+)*|\d+(?:\.\d+){2,}/,alias:"string"},function:{pattern:/(\bsub[ \t]+)\w+/,lookbehind:!0},keyword:/\b(?:any|break|continue|default|delete|die|do|else|elsif|eval|for|foreach|given|goto|if|last|local|my|next|our|package|print|redo|require|return|say|state|sub|switch|undef|unless|until|use|when|while)\b/,number:/\b(?:0x[\dA-Fa-f](?:_?[\dA-Fa-f])*|0b[01](?:_?[01])*|(?:(?:\d(?:_?\d)*)?\.)?\d(?:_?\d)*(?:[Ee][+-]?\d+)?)\b/,operator:/-[rwxoRWXOezsfdlpSbctugkTBMAC]\b|\+[+=]?|-[-=>]?|\*\*?=?|\/\/?=?|=[=~>]?|~[~=]?|\|\|?=?|&&?=?|<(?:=>?|<=?)?|>>?=?|![~=]?|[%^]=?|\.(?:=|\.\.?)?|[\\?]|\bx(?:=|\b)|\b(?:and|cmp|eq|ge|gt|le|lt|ne|not|or|xor)\b/,punctuation:/[{}[\];(),:]/}}function nX(e){var t;e.register(tj),e.register(tz),t=/(?:\b[a-zA-Z]\w*|[|\\[\]])+/.source,e.languages.phpdoc=e.languages.extend("javadoclike",{parameter:{pattern:RegExp("(@(?:global|param|property(?:-read|-write)?|var)\\s+(?:"+t+"\\s+)?)\\$\\w+"),lookbehind:!0}}),e.languages.insertBefore("phpdoc","keyword",{"class-name":[{pattern:RegExp("(@(?:global|package|param|property(?:-read|-write)?|return|subpackage|throws|var)\\s+)"+t),lookbehind:!0,inside:{keyword:/\b(?:array|bool|boolean|callback|double|false|float|int|integer|mixed|null|object|resource|self|string|true|void)\b/,punctuation:/[|\\[\]()]/}}]}),e.languages.javadoclike.addSupport("php",e.languages.phpdoc)}function nV(e){e.register(tz),e.languages.insertBefore("php","variable",{this:{pattern:/\$this\b/,alias:"keyword"},global:/\$(?:GLOBALS|HTTP_RAW_POST_DATA|_(?:COOKIE|ENV|FILES|GET|POST|REQUEST|SERVER|SESSION)|argc|argv|http_response_header|php_errormsg)\b/,scope:{pattern:/\b[\w\\]+::/,inside:{keyword:/\b(?:parent|self|static)\b/,punctuation:/::|\\/}}})}function nK(e){var t,n,r,a,i,s,o;t=/\$\w+|%[a-z]+%/,a="(?:-+"+(r=/(?:[drlu]|do|down|le|left|ri|right|up)/.source)+"-+|\\.+"+r+"\\.+|-+(?:"+(n=/\[[^[\]]*\]/.source)+"-*)?|"+n+"-+|\\.+(?:"+n+"\\.*)?|"+n+"\\.+)",i=/(?:<{1,2}|\/{1,2}|\\{1,2}|<\||[#*^+}xo])/.source,s=/(?:>{1,2}|\/{1,2}|\\{1,2}|\|>|[#*^+{xo])/.source,o=/[[?]?[ox]?/.source+"(?:"+a+s+"|"+i+a+"(?:"+s+")?)"+/[ox]?[\]?]?/.source,e.languages["plant-uml"]={comment:{pattern:/(^[ \t]*)(?:'.*|\/'[\s\S]*?'\/)/m,lookbehind:!0,greedy:!0},preprocessor:{pattern:/(^[ \t]*)!.*/m,lookbehind:!0,greedy:!0,alias:"property",inside:{variable:t}},delimiter:{pattern:/(^[ \t]*)@(?:end|start)uml\b/m,lookbehind:!0,greedy:!0,alias:"punctuation"},arrow:{pattern:RegExp(/(^|[^-.<>?|\\[\]ox])/.source+o+/(?![-.<>?|\\\]ox])/.source),lookbehind:!0,greedy:!0,alias:"operator",inside:{expression:{pattern:/(\[)[^[\]]+(?=\])/,lookbehind:!0,inside:null},punctuation:/\[(?=$|\])|^\]/}},string:{pattern:/"[^"]*"/,greedy:!0},text:{pattern:/(\[[ \t]*[\r\n]+(?![\r\n]))[^\]]*(?=\])/,lookbehind:!0,greedy:!0,alias:"string"},keyword:[{pattern:/^([ \t]*)(?:abstract\s+class|end\s+(?:box|fork|group|merge|note|ref|split|title)|(?:fork|split)(?:\s+again)?|activate|actor|agent|alt|annotation|artifact|autoactivate|autonumber|backward|binary|boundary|box|break|caption|card|case|circle|class|clock|cloud|collections|component|concise|control|create|critical|database|deactivate|destroy|detach|diamond|else|elseif|end|end[hr]note|endif|endswitch|endwhile|entity|enum|file|folder|footer|frame|group|[hr]?note|header|hexagon|hide|if|interface|label|legend|loop|map|namespace|network|newpage|node|nwdiag|object|opt|package|page|par|participant|person|queue|rectangle|ref|remove|repeat|restore|return|robust|scale|set|show|skinparam|stack|start|state|stop|storage|switch|title|together|usecase|usecase\/|while)(?=\s|$)/m,lookbehind:!0,greedy:!0},/\b(?:elseif|equals|not|while)(?=\s*\()/,/\b(?:as|is|then)\b/],divider:{pattern:/^==.+==$/m,greedy:!0,alias:"important"},time:{pattern:/@(?:\d+(?:[:/]\d+){2}|[+-]?\d+|:[a-z]\w*(?:[+-]\d+)?)\b/i,greedy:!0,alias:"number"},color:{pattern:/#(?:[a-z_]+|[a-fA-F0-9]+)\b/,alias:"symbol"},variable:t,punctuation:/[:,;()[\]{}]|\.{3}/},e.languages["plant-uml"].arrow.inside.expression.inside=e.languages["plant-uml"],e.languages.plantuml=e.languages["plant-uml"]}function nZ(e){e.register(F),e.languages.plsql=e.languages.extend("sql",{comment:{pattern:/\/\*[\s\S]*?\*\/|--.*/,greedy:!0},keyword:/\b(?:A|ACCESSIBLE|ADD|AGENT|AGGREGATE|ALL|ALTER|AND|ANY|ARRAY|AS|ASC|AT|ATTRIBUTE|AUTHID|AVG|BEGIN|BETWEEN|BFILE_BASE|BINARY|BLOB_BASE|BLOCK|BODY|BOTH|BOUND|BULK|BY|BYTE|C|CALL|CALLING|CASCADE|CASE|CHAR|CHARACTER|CHARSET|CHARSETFORM|CHARSETID|CHAR_BASE|CHECK|CLOB_BASE|CLONE|CLOSE|CLUSTER|CLUSTERS|COLAUTH|COLLECT|COLUMNS|COMMENT|COMMIT|COMMITTED|COMPILED|COMPRESS|CONNECT|CONSTANT|CONSTRUCTOR|CONTEXT|CONTINUE|CONVERT|COUNT|CRASH|CREATE|CREDENTIAL|CURRENT|CURSOR|CUSTOMDATUM|DANGLING|DATA|DATE|DATE_BASE|DAY|DECLARE|DEFAULT|DEFINE|DELETE|DESC|DETERMINISTIC|DIRECTORY|DISTINCT|DOUBLE|DROP|DURATION|ELEMENT|ELSE|ELSIF|EMPTY|END|ESCAPE|EXCEPT|EXCEPTION|EXCEPTIONS|EXCLUSIVE|EXECUTE|EXISTS|EXIT|EXTERNAL|FETCH|FINAL|FIRST|FIXED|FLOAT|FOR|FORALL|FORCE|FROM|FUNCTION|GENERAL|GOTO|GRANT|GROUP|HASH|HAVING|HEAP|HIDDEN|HOUR|IDENTIFIED|IF|IMMEDIATE|IMMUTABLE|IN|INCLUDING|INDEX|INDEXES|INDICATOR|INDICES|INFINITE|INSERT|INSTANTIABLE|INT|INTERFACE|INTERSECT|INTERVAL|INTO|INVALIDATE|IS|ISOLATION|JAVA|LANGUAGE|LARGE|LEADING|LENGTH|LEVEL|LIBRARY|LIKE|LIKE2|LIKE4|LIKEC|LIMIT|LIMITED|LOCAL|LOCK|LONG|LOOP|MAP|MAX|MAXLEN|MEMBER|MERGE|MIN|MINUS|MINUTE|MOD|MODE|MODIFY|MONTH|MULTISET|MUTABLE|NAME|NAN|NATIONAL|NATIVE|NCHAR|NEW|NOCOMPRESS|NOCOPY|NOT|NOWAIT|NULL|NUMBER_BASE|OBJECT|OCICOLL|OCIDATE|OCIDATETIME|OCIDURATION|OCIINTERVAL|OCILOBLOCATOR|OCINUMBER|OCIRAW|OCIREF|OCIREFCURSOR|OCIROWID|OCISTRING|OCITYPE|OF|OLD|ON|ONLY|OPAQUE|OPEN|OPERATOR|OPTION|OR|ORACLE|ORADATA|ORDER|ORGANIZATION|ORLANY|ORLVARY|OTHERS|OUT|OVERLAPS|OVERRIDING|PACKAGE|PARALLEL_ENABLE|PARAMETER|PARAMETERS|PARENT|PARTITION|PASCAL|PERSISTABLE|PIPE|PIPELINED|PLUGGABLE|POLYMORPHIC|PRAGMA|PRECISION|PRIOR|PRIVATE|PROCEDURE|PUBLIC|RAISE|RANGE|RAW|READ|RECORD|REF|REFERENCE|RELIES_ON|REM|REMAINDER|RENAME|RESOURCE|RESULT|RESULT_CACHE|RETURN|RETURNING|REVERSE|REVOKE|ROLLBACK|ROW|SAMPLE|SAVE|SAVEPOINT|SB1|SB2|SB4|SECOND|SEGMENT|SELECT|SELF|SEPARATE|SEQUENCE|SERIALIZABLE|SET|SHARE|SHORT|SIZE|SIZE_T|SOME|SPARSE|SQL|SQLCODE|SQLDATA|SQLNAME|SQLSTATE|STANDARD|START|STATIC|STDDEV|STORED|STRING|STRUCT|STYLE|SUBMULTISET|SUBPARTITION|SUBSTITUTABLE|SUBTYPE|SUM|SYNONYM|TABAUTH|TABLE|TDO|THE|THEN|TIME|TIMESTAMP|TIMEZONE_ABBR|TIMEZONE_HOUR|TIMEZONE_MINUTE|TIMEZONE_REGION|TO|TRAILING|TRANSACTION|TRANSACTIONAL|TRUSTED|TYPE|UB1|UB2|UB4|UNDER|UNION|UNIQUE|UNPLUG|UNSIGNED|UNTRUSTED|UPDATE|USE|USING|VALIST|VALUE|VALUES|VARIABLE|VARIANCE|VARRAY|VARYING|VIEW|VIEWS|VOID|WHEN|WHERE|WHILE|WITH|WORK|WRAPPED|WRITE|YEAR|ZONE)\b/i,operator:/:=?|=>|[<>^~!]=|\.\.|\|\||\*\*|[-+*/%<>=@]/}),e.languages.insertBefore("plsql","operator",{label:{pattern:/<<\s*\w+\s*>>/,alias:"symbol"}})}function nJ(e){e.languages.powerquery={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0,greedy:!0},"quoted-identifier":{pattern:/#"(?:[^"\r\n]|"")*"(?!")/,greedy:!0},string:{pattern:/(?:#!)?"(?:[^"\r\n]|"")*"(?!")/,greedy:!0},constant:[/\bDay\.(?:Friday|Monday|Saturday|Sunday|Thursday|Tuesday|Wednesday)\b/,/\bTraceLevel\.(?:Critical|Error|Information|Verbose|Warning)\b/,/\bOccurrence\.(?:All|First|Last)\b/,/\bOrder\.(?:Ascending|Descending)\b/,/\bRoundingMode\.(?:AwayFromZero|Down|ToEven|TowardZero|Up)\b/,/\bMissingField\.(?:Error|Ignore|UseNull)\b/,/\bQuoteStyle\.(?:Csv|None)\b/,/\bJoinKind\.(?:FullOuter|Inner|LeftAnti|LeftOuter|RightAnti|RightOuter)\b/,/\bGroupKind\.(?:Global|Local)\b/,/\bExtraValues\.(?:Error|Ignore|List)\b/,/\bJoinAlgorithm\.(?:Dynamic|LeftHash|LeftIndex|PairwiseHash|RightHash|RightIndex|SortMerge)\b/,/\bJoinSide\.(?:Left|Right)\b/,/\bPrecision\.(?:Decimal|Double)\b/,/\bRelativePosition\.From(?:End|Start)\b/,/\bTextEncoding\.(?:Ascii|BigEndianUnicode|Unicode|Utf16|Utf8|Windows)\b/,/\b(?:Any|Binary|Date|DateTime|DateTimeZone|Duration|Function|Int16|Int32|Int64|Int8|List|Logical|None|Number|Record|Table|Text|Time)\.Type\b/,/\bnull\b/],boolean:/\b(?:false|true)\b/,keyword:/\b(?:and|as|each|else|error|if|in|is|let|meta|not|nullable|optional|or|otherwise|section|shared|then|try|type)\b|#(?:binary|date|datetime|datetimezone|duration|infinity|nan|sections|shared|table|time)\b/,function:{pattern:/(^|[^#\w.])[a-z_][\w.]*(?=\s*\()/i,lookbehind:!0},"data-type":{pattern:/\b(?:any|anynonnull|binary|date|datetime|datetimezone|duration|function|list|logical|none|number|record|table|text|time)\b/,alias:"class-name"},number:{pattern:/\b0x[\da-f]+\b|(?:[+-]?(?:\b\d+\.)?\b\d+|[+-]\.\d+|(^|[^.])\B\.\d+)(?:e[+-]?\d+)?\b/i,lookbehind:!0},operator:/[-+*\/&?@^]|<(?:=>?|>)?|>=?|=>?|\.\.\.?/,punctuation:/[,;\[\](){}]/},e.languages.pq=e.languages.powerquery,e.languages.mscript=e.languages.powerquery}function nQ(e){var t;(t=e.languages.powershell={comment:[{pattern:/(^|[^`])<#[\s\S]*?#>/,lookbehind:!0},{pattern:/(^|[^`])#.*/,lookbehind:!0}],string:[{pattern:/"(?:`[\s\S]|[^`"])*"/,greedy:!0,inside:null},{pattern:/'(?:[^']|'')*'/,greedy:!0}],namespace:/\[[a-z](?:\[(?:\[[^\]]*\]|[^\[\]])*\]|[^\[\]])*\]/i,boolean:/\$(?:false|true)\b/i,variable:/\$\w+\b/,function:[/\b(?:Add|Approve|Assert|Backup|Block|Checkpoint|Clear|Close|Compare|Complete|Compress|Confirm|Connect|Convert|ConvertFrom|ConvertTo|Copy|Debug|Deny|Disable|Disconnect|Dismount|Edit|Enable|Enter|Exit|Expand|Export|Find|ForEach|Format|Get|Grant|Group|Hide|Import|Initialize|Install|Invoke|Join|Limit|Lock|Measure|Merge|Move|New|Open|Optimize|Out|Ping|Pop|Protect|Publish|Push|Read|Receive|Redo|Register|Remove|Rename|Repair|Request|Reset|Resize|Resolve|Restart|Restore|Resume|Revoke|Save|Search|Select|Send|Set|Show|Skip|Sort|Split|Start|Step|Stop|Submit|Suspend|Switch|Sync|Tee|Test|Trace|Unblock|Undo|Uninstall|Unlock|Unprotect|Unpublish|Unregister|Update|Use|Wait|Watch|Where|Write)-[a-z]+\b/i,/\b(?:ac|cat|chdir|clc|cli|clp|clv|compare|copy|cp|cpi|cpp|cvpa|dbp|del|diff|dir|ebp|echo|epal|epcsv|epsn|erase|fc|fl|ft|fw|gal|gbp|gc|gci|gcs|gdr|gi|gl|gm|gp|gps|group|gsv|gu|gv|gwmi|iex|ii|ipal|ipcsv|ipsn|irm|iwmi|iwr|kill|lp|ls|measure|mi|mount|move|mp|mv|nal|ndr|ni|nv|ogv|popd|ps|pushd|pwd|rbp|rd|rdr|ren|ri|rm|rmdir|rni|rnp|rp|rv|rvpa|rwmi|sal|saps|sasv|sbp|sc|select|set|shcm|si|sl|sleep|sls|sort|sp|spps|spsv|start|sv|swmi|tee|trcm|type|write)\b/i],keyword:/\b(?:Begin|Break|Catch|Class|Continue|Data|Define|Do|DynamicParam|Else|ElseIf|End|Exit|Filter|Finally|For|ForEach|From|Function|If|InlineScript|Parallel|Param|Process|Return|Sequence|Switch|Throw|Trap|Try|Until|Using|Var|While|Workflow)\b/i,operator:{pattern:/(^|\W)(?:!|-(?:b?(?:and|x?or)|as|(?:Not)?(?:Contains|In|Like|Match)|eq|ge|gt|is(?:Not)?|Join|le|lt|ne|not|Replace|sh[lr])\b|-[-=]?|\+[+=]?|[*\/%]=?)/i,lookbehind:!0},punctuation:/[|{}[\];(),.]/}).string[0].inside={function:{pattern:/(^|[^`])\$\((?:\$\([^\r\n()]*\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:t},boolean:t.boolean,variable:t.variable}}function n0(e){e.register(I),e.languages.processing=e.languages.extend("clike",{keyword:/\b(?:break|case|catch|class|continue|default|else|extends|final|for|if|implements|import|new|null|private|public|return|static|super|switch|this|try|void|while)\b/,function:/\b\w+(?=\s*\()/,operator:/<[<=]?|>[>=]?|&&?|\|\|?|[%?]|[!=+\-*\/]=?/}),e.languages.insertBefore("processing","number",{constant:/\b(?!XML\b)[A-Z][A-Z\d_]+\b/,type:{pattern:/\b(?:boolean|byte|char|color|double|float|int|[A-Z]\w*)\b/,alias:"class-name"}})}function n1(e){e.languages.prolog={comment:{pattern:/\/\*[\s\S]*?\*\/|%.*/,greedy:!0},string:{pattern:/(["'])(?:\1\1|\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1(?!\1)/,greedy:!0},builtin:/\b(?:fx|fy|xf[xy]?|yfx?)\b/,function:/\b[a-z]\w*(?:(?=\()|\/\d+)/,number:/\b\d+(?:\.\d*)?/,operator:/[:\\=><\-?*@\/;+^|!$.]+|\b(?:is|mod|not|xor)\b/,punctuation:/[(){}\[\],]/}}function n2(e){var t,n;n=["sum","min","max","avg","group","stddev","stdvar","count","count_values","bottomk","topk","quantile"].concat(t=["on","ignoring","group_right","group_left","by","without"],["offset"]),e.languages.promql={comment:{pattern:/(^[ \t]*)#.*/m,lookbehind:!0},"vector-match":{pattern:RegExp("((?:"+t.join("|")+")\\s*)\\([^)]*\\)"),lookbehind:!0,inside:{"label-key":{pattern:/\b[^,]+\b/,alias:"attr-name"},punctuation:/[(),]/}},"context-labels":{pattern:/\{[^{}]*\}/,inside:{"label-key":{pattern:/\b[a-z_]\w*(?=\s*(?:=|![=~]))/,alias:"attr-name"},"label-value":{pattern:/(["'`])(?:\\[\s\S]|(?!\1)[^\\])*\1/,greedy:!0,alias:"attr-value"},punctuation:/\{|\}|=~?|![=~]|,/}},"context-range":[{pattern:/\[[\w\s:]+\]/,inside:{punctuation:/\[|\]|:/,"range-duration":{pattern:/\b(?:\d+(?:[smhdwy]|ms))+\b/i,alias:"number"}}},{pattern:/(\boffset\s+)\w+/,lookbehind:!0,inside:{"range-duration":{pattern:/\b(?:\d+(?:[smhdwy]|ms))+\b/i,alias:"number"}}}],keyword:RegExp("\\b(?:"+n.join("|")+")\\b","i"),function:/\b[a-z_]\w*(?=\s*\()/i,number:/[-+]?(?:(?:\b\d+(?:\.\d+)?|\B\.\d+)(?:e[-+]?\d+)?\b|\b(?:0x[0-9a-f]+|nan|inf)\b)/i,operator:/[\^*/%+-]|==|!=|<=|<|>=|>|\b(?:and|or|unless)\b/i,punctuation:/[{};()`,.[\]]/}}function n3(e){e.languages.properties={comment:/^[ \t]*[#!].*$/m,value:{pattern:/(^[ \t]*(?:\\(?:\r\n|[\s\S])|[^\\\s:=])+(?: *[=:] *(?! )| ))(?:\\(?:\r\n|[\s\S])|[^\\\r\n])+/m,lookbehind:!0,alias:"attr-value"},key:{pattern:/^[ \t]*(?:\\(?:\r\n|[\s\S])|[^\\\s:=])+(?= *[=:]| )/m,alias:"attr-name"},punctuation:/[=:]/}}function n5(e){var t;e.register(I),t=/\b(?:bool|bytes|double|s?fixed(?:32|64)|float|[su]?int(?:32|64)|string)\b/,e.languages.protobuf=e.languages.extend("clike",{"class-name":[{pattern:/(\b(?:enum|extend|message|service)\s+)[A-Za-z_]\w*(?=\s*\{)/,lookbehind:!0},{pattern:/(\b(?:rpc\s+\w+|returns)\s*\(\s*(?:stream\s+)?)\.?[A-Za-z_]\w*(?:\.[A-Za-z_]\w*)*(?=\s*\))/,lookbehind:!0}],keyword:/\b(?:enum|extend|extensions|import|message|oneof|option|optional|package|public|repeated|required|reserved|returns|rpc(?=\s+\w)|service|stream|syntax|to)\b(?!\s*=\s*\d)/,function:/\b[a-z_]\w*(?=\s*\()/i}),e.languages.insertBefore("protobuf","operator",{map:{pattern:/\bmap<\s*[\w.]+\s*,\s*[\w.]+\s*>(?=\s+[a-z_]\w*\s*[=;])/i,alias:"class-name",inside:{punctuation:/[<>.,]/,builtin:t}},builtin:t,"positional-class-name":{pattern:/(?:\b|\B\.)[a-z_]\w*(?:\.[a-z_]\w*)*(?=\s+[a-z_]\w*\s*[=;])/i,alias:"class-name",inside:{punctuation:/\./}},annotation:{pattern:/(\[\s*)[a-z_]\w*(?=\s*=)/i,lookbehind:!0}})}function n4(e){var t,n,r;(r={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},url:{pattern:/\burl\((["']?).*?\1\)/i,greedy:!0},string:{pattern:/("|')(?:(?!\1)[^\\\r\n]|\\(?:\r\n|[\s\S]))*\1/,greedy:!0},interpolation:null,func:null,important:/\B!(?:important|optional)\b/i,keyword:{pattern:/(^|\s+)(?:(?:else|for|if|return|unless)(?=\s|$)|@[\w-]+)/,lookbehind:!0},hexcode:/#[\da-f]{3,6}/i,color:[/\b(?:AliceBlue|AntiqueWhite|Aqua|Aquamarine|Azure|Beige|Bisque|Black|BlanchedAlmond|Blue|BlueViolet|Brown|BurlyWood|CadetBlue|Chartreuse|Chocolate|Coral|CornflowerBlue|Cornsilk|Crimson|Cyan|DarkBlue|DarkCyan|DarkGoldenRod|DarkGr[ae]y|DarkGreen|DarkKhaki|DarkMagenta|DarkOliveGreen|DarkOrange|DarkOrchid|DarkRed|DarkSalmon|DarkSeaGreen|DarkSlateBlue|DarkSlateGr[ae]y|DarkTurquoise|DarkViolet|DeepPink|DeepSkyBlue|DimGr[ae]y|DodgerBlue|FireBrick|FloralWhite|ForestGreen|Fuchsia|Gainsboro|GhostWhite|Gold|GoldenRod|Gr[ae]y|Green|GreenYellow|HoneyDew|HotPink|IndianRed|Indigo|Ivory|Khaki|Lavender|LavenderBlush|LawnGreen|LemonChiffon|LightBlue|LightCoral|LightCyan|LightGoldenRodYellow|LightGr[ae]y|LightGreen|LightPink|LightSalmon|LightSeaGreen|LightSkyBlue|LightSlateGr[ae]y|LightSteelBlue|LightYellow|Lime|LimeGreen|Linen|Magenta|Maroon|MediumAquaMarine|MediumBlue|MediumOrchid|MediumPurple|MediumSeaGreen|MediumSlateBlue|MediumSpringGreen|MediumTurquoise|MediumVioletRed|MidnightBlue|MintCream|MistyRose|Moccasin|NavajoWhite|Navy|OldLace|Olive|OliveDrab|Orange|OrangeRed|Orchid|PaleGoldenRod|PaleGreen|PaleTurquoise|PaleVioletRed|PapayaWhip|PeachPuff|Peru|Pink|Plum|PowderBlue|Purple|Red|RosyBrown|RoyalBlue|SaddleBrown|Salmon|SandyBrown|SeaGreen|SeaShell|Sienna|Silver|SkyBlue|SlateBlue|SlateGr[ae]y|Snow|SpringGreen|SteelBlue|Tan|Teal|Thistle|Tomato|Transparent|Turquoise|Violet|Wheat|White|WhiteSmoke|Yellow|YellowGreen)\b/i,{pattern:/\b(?:hsl|rgb)\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*\)\B|\b(?:hsl|rgb)a\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*,\s*(?:0|0?\.\d+|1)\s*\)\B/i,inside:{unit:t={pattern:/(\b\d+)(?:%|[a-z]+)/,lookbehind:!0},number:n={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0},function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:t,boolean:/\b(?:false|true)\b/,operator:[/~|[+!\/%<>?=]=?|[-:]=|\*[*=]?|\.{2,3}|&&|\|\||\B-\B|\b(?:and|in|is(?: a| defined| not|nt)?|not|or)\b/],number:n,punctuation:/[{}()\[\];:,]/}).interpolation={pattern:/\{[^\r\n}:]+\}/,alias:"variable",inside:{delimiter:{pattern:/^\{|\}$/,alias:"punctuation"},rest:r}},r.func={pattern:/[\w-]+\([^)]*\).*/,inside:{function:/^[^(]+/,rest:r}},e.languages.stylus={"atrule-declaration":{pattern:/(^[ \t]*)@.+/m,lookbehind:!0,inside:{atrule:/^@[\w-]+/,rest:r}},"variable-declaration":{pattern:/(^[ \t]*)[\w$-]+\s*.?=[ \t]*(?:\{[^{}]*\}|\S.*|$)/m,lookbehind:!0,inside:{variable:/^\S+/,rest:r}},statement:{pattern:/(^[ \t]*)(?:else|for|if|return|unless)[ \t].+/m,lookbehind:!0,inside:{keyword:/^\S+/,rest:r}},"property-declaration":{pattern:/((?:^|\{)([ \t]*))(?:[\w-]|\{[^}\r\n]+\})+(?:\s*:\s*|[ \t]+)(?!\s)[^{\r\n]*(?:;|[^{\r\n,]$(?!(?:\r?\n|\r)(?:\{|\2[ \t])))/m,lookbehind:!0,inside:{property:{pattern:/^[^\s:]+/,inside:{interpolation:r.interpolation}},rest:r}},selector:{pattern:/(^[ \t]*)(?:(?=\S)(?:[^{}\r\n:()]|::?[\w-]+(?:\([^)\r\n]*\)|(?![\w-]))|\{[^}\r\n]+\})+)(?:(?:\r?\n|\r)(?:\1(?:(?=\S)(?:[^{}\r\n:()]|::?[\w-]+(?:\([^)\r\n]*\)|(?![\w-]))|\{[^}\r\n]+\})+)))*(?:,$|\{|(?=(?:\r?\n|\r)(?:\{|\1[ \t])))/m,lookbehind:!0,inside:{interpolation:r.interpolation,comment:r.comment,punctuation:/[{},]/}},func:r.func,string:r.string,comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0,greedy:!0},interpolation:r.interpolation,punctuation:/[{}()\[\];:.]/}}function n6(e){e.register(ez),e.languages.twig={comment:/^\{#[\s\S]*?#\}$/,"tag-name":{pattern:/(^\{%-?\s*)\w+/,lookbehind:!0,alias:"keyword"},delimiter:{pattern:/^\{[{%]-?|-?[%}]\}$/,alias:"punctuation"},string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,inside:{punctuation:/^['"]|['"]$/}},keyword:/\b(?:even|if|odd)\b/,boolean:/\b(?:false|null|true)\b/,number:/\b0x[\dA-Fa-f]+|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee][-+]?\d+)?/,operator:[{pattern:/(\s)(?:and|b-and|b-or|b-xor|ends with|in|is|matches|not|or|same as|starts with)(?=\s)/,lookbehind:!0},/[=<>]=?|!=|\*\*?|\/\/?|\?:?|[-+~%|]/],punctuation:/[()\[\]{}:.,]/},e.hooks.add("before-tokenize",function(t){"twig"===t.language&&e.languages["markup-templating"].buildPlaceholders(t,"twig",/\{(?:#[\s\S]*?#|%[\s\S]*?%|\{[\s\S]*?\})\}/g)}),e.hooks.add("after-tokenize",function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"twig")})}function n8(e){e.register(v),e.register(A),function(e){e.languages.pug={comment:{pattern:/(^([\t ]*))\/\/.*(?:(?:\r?\n|\r)\2[\t ].+)*/m,lookbehind:!0},"multiline-script":{pattern:/(^([\t ]*)script\b.*\.[\t ]*)(?:(?:\r?\n|\r(?!\n))(?:\2[\t ].+|\s*?(?=\r?\n|\r)))+/m,lookbehind:!0,inside:e.languages.javascript},filter:{pattern:/(^([\t ]*)):.+(?:(?:\r?\n|\r(?!\n))(?:\2[\t ].+|\s*?(?=\r?\n|\r)))+/m,lookbehind:!0,inside:{"filter-name":{pattern:/^:[\w-]+/,alias:"variable"},text:/\S[\s\S]*/}},"multiline-plain-text":{pattern:/(^([\t ]*)[\w\-#.]+\.[\t ]*)(?:(?:\r?\n|\r(?!\n))(?:\2[\t ].+|\s*?(?=\r?\n|\r)))+/m,lookbehind:!0},markup:{pattern:/(^[\t ]*)<.+/m,lookbehind:!0,inside:e.languages.markup},doctype:{pattern:/((?:^|\n)[\t ]*)doctype(?: .+)?/,lookbehind:!0},"flow-control":{pattern:/(^[\t ]*)(?:case|default|each|else|if|unless|when|while)\b(?: .+)?/m,lookbehind:!0,inside:{each:{pattern:/^each .+? in\b/,inside:{keyword:/\b(?:each|in)\b/,punctuation:/,/}},branch:{pattern:/^(?:case|default|else|if|unless|when|while)\b/,alias:"keyword"},rest:e.languages.javascript}},keyword:{pattern:/(^[\t ]*)(?:append|block|extends|include|prepend)\b.+/m,lookbehind:!0},mixin:[{pattern:/(^[\t ]*)mixin .+/m,lookbehind:!0,inside:{keyword:/^mixin/,function:/\w+(?=\s*\(|\s*$)/,punctuation:/[(),.]/}},{pattern:/(^[\t ]*)\+.+/m,lookbehind:!0,inside:{name:{pattern:/^\+\w+/,alias:"function"},rest:e.languages.javascript}}],script:{pattern:/(^[\t ]*script(?:(?:&[^(]+)?\([^)]+\))*[\t ]).+/m,lookbehind:!0,inside:e.languages.javascript},"plain-text":{pattern:/(^[\t ]*(?!-)[\w\-#.]*[\w\-](?:(?:&[^(]+)?\([^)]+\))*\/?[\t ]).+/m,lookbehind:!0},tag:{pattern:/(^[\t ]*)(?!-)[\w\-#.]*[\w\-](?:(?:&[^(]+)?\([^)]+\))*\/?:?/m,lookbehind:!0,inside:{attributes:[{pattern:/&[^(]+\([^)]+\)/,inside:e.languages.javascript},{pattern:/\([^)]+\)/,inside:{"attr-value":{pattern:/(=\s*(?!\s))(?:\{[^}]*\}|[^,)\r\n]+)/,lookbehind:!0,inside:e.languages.javascript},"attr-name":/[\w-]+(?=\s*!?=|\s*[,)])/,punctuation:/[!=(),]+/}}],punctuation:/:/,"attr-id":/#[\w\-]+/,"attr-class":/\.[\w\-]+/}},code:[{pattern:/(^[\t ]*(?:-|!?=)).+/m,lookbehind:!0,inside:e.languages.javascript}],punctuation:/[.\-!=|]+/};for(var t=/(^([\t ]*)):<filter_name>(?:(?:\r?\n|\r(?!\n))(?:\2[\t ].+|\s*?(?=\r?\n|\r)))+/.source,n=[{filter:"atpl",language:"twig"},{filter:"coffee",language:"coffeescript"},"ejs","handlebars","less","livescript","markdown",{filter:"sass",language:"scss"},"stylus"],r={},a=0,i=n.length;a<i;a++){var s=n[a];s="string"==typeof s?{filter:s,language:s}:s,e.languages[s.language]&&(r["filter-"+s.filter]={pattern:RegExp(t.replace("<filter_name>",function(){return s.filter}),"m"),lookbehind:!0,inside:{"filter-name":{pattern:/^:[\w-]+/,alias:"variable"},text:{pattern:/\S[\s\S]*/,alias:[s.language,"language-"+s.language],inside:e.languages[s.language]}}})}e.languages.insertBefore("pug","filter",r)}(e)}function n9(e){var t;e.languages.puppet={heredoc:[{pattern:/(@\("([^"\r\n\/):]+)"(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r(?!\n)))*?[ \t]*(?:\|[ \t]*)?(?:-[ \t]*)?\2/,lookbehind:!0,alias:"string",inside:{punctuation:/(?=\S).*\S(?= *$)/}},{pattern:/(@\(([^"\r\n\/):]+)(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r(?!\n)))*?[ \t]*(?:\|[ \t]*)?(?:-[ \t]*)?\2/,lookbehind:!0,greedy:!0,alias:"string",inside:{punctuation:/(?=\S).*\S(?= *$)/}},{pattern:/@\("?(?:[^"\r\n\/):]+)"?(?:\/[nrts$uL]*)?\)/,alias:"string",inside:{punctuation:{pattern:/(\().+?(?=\))/,lookbehind:!0}}}],"multiline-comment":{pattern:/(^|[^\\])\/\*[\s\S]*?\*\//,lookbehind:!0,greedy:!0,alias:"comment"},regex:{pattern:/((?:\bnode\s+|[~=\(\[\{,]\s*|[=+]>\s*|^\s*))\/(?:[^\/\\]|\\[\s\S])+\/(?:[imx]+\b|\B)/,lookbehind:!0,greedy:!0,inside:{"extended-regex":{pattern:/^\/(?:[^\/\\]|\\[\s\S])+\/[im]*x[im]*$/,inside:{comment:/#.*/}}}},comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},string:{pattern:/(["'])(?:\$\{(?:[^'"}]|(["'])(?:(?!\2)[^\\]|\\[\s\S])*\2)+\}|\$(?!\{)|(?!\1)[^\\$]|\\[\s\S])*\1/,greedy:!0,inside:{"double-quoted":{pattern:/^"[\s\S]*"$/,inside:{}}}},variable:{pattern:/\$(?:::)?\w+(?:::\w+)*/,inside:{punctuation:/::/}},"attr-name":/(?:\b\w+|\*)(?=\s*=>)/,function:[{pattern:/(\.)(?!\d)\w+/,lookbehind:!0},/\b(?:contain|debug|err|fail|include|info|notice|realize|require|tag|warning)\b|\b(?!\d)\w+(?=\()/],number:/\b(?:0x[a-f\d]+|\d+(?:\.\d+)?(?:e-?\d+)?)\b/i,boolean:/\b(?:false|true)\b/,keyword:/\b(?:application|attr|case|class|consumes|default|define|else|elsif|function|if|import|inherits|node|private|produces|type|undef|unless)\b/,datatype:{pattern:/\b(?:Any|Array|Boolean|Callable|Catalogentry|Class|Collection|Data|Default|Enum|Float|Hash|Integer|NotUndef|Numeric|Optional|Pattern|Regexp|Resource|Runtime|Scalar|String|Struct|Tuple|Type|Undef|Variant)\b/,alias:"symbol"},operator:/=[=~>]?|![=~]?|<(?:<\|?|[=~|-])?|>[>=]?|->?|~>|\|>?>?|[*\/%+?]|\b(?:and|in|or)\b/,punctuation:/[\[\]{}().,;]|:+/},t=[{pattern:/(^|[^\\])\$\{(?:[^'"{}]|\{[^}]*\}|(["'])(?:(?!\2)[^\\]|\\[\s\S])*\2)+\}/,lookbehind:!0,inside:{"short-variable":{pattern:/(^\$\{)(?!\w+\()(?:::)?\w+(?:::\w+)*/,lookbehind:!0,alias:"variable",inside:{punctuation:/::/}},delimiter:{pattern:/^\$/,alias:"variable"},rest:e.languages.puppet}},{pattern:/(^|[^\\])\$(?:::)?\w+(?:::\w+)*/,lookbehind:!0,alias:"variable",inside:{punctuation:/::/}}],e.languages.puppet.heredoc[0].inside.interpolation=t,e.languages.puppet.string.inside["double-quoted"].inside.interpolation=t}function n7(e){var t;e.languages.pure={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?\*\//,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0},/#!.+/],"inline-lang":{pattern:/%<[\s\S]+?%>/,greedy:!0,inside:{lang:{pattern:/(^%< *)-\*-.+?-\*-/,lookbehind:!0,alias:"comment"},delimiter:{pattern:/^%<.*|%>$/,alias:"punctuation"}}},string:{pattern:/"(?:\\.|[^"\\\r\n])*"/,greedy:!0},number:{pattern:/((?:\.\.)?)(?:\b(?:inf|nan)\b|\b0x[\da-f]+|(?:\b(?:0b)?\d+(?:\.\d+)?|\B\.\d+)(?:e[+-]?\d+)?L?)/i,lookbehind:!0},keyword:/\b(?:NULL|ans|break|bt|case|catch|cd|clear|const|def|del|dump|else|end|exit|extern|false|force|help|if|infix[lr]?|interface|let|ls|mem|namespace|nonfix|of|otherwise|outfix|override|postfix|prefix|private|public|pwd|quit|run|save|show|stats|then|throw|trace|true|type|underride|using|when|with)\b/,function:/\b(?:abs|add_(?:addr|constdef|(?:fundef|interface|macdef|typedef)(?:_at)?|vardef)|all|any|applp?|arity|bigintp?|blob(?:_crc|_size|p)?|boolp?|byte_c?string(?:_pointer)?|byte_(?:matrix|pointer)|calloc|cat|catmap|ceil|char[ps]?|check_ptrtag|chr|clear_sentry|clearsym|closurep?|cmatrixp?|cols?|colcat(?:map)?|colmap|colrev|colvector(?:p|seq)?|complex(?:_float_(?:matrix|pointer)|_matrix(?:_view)?|_pointer|p)?|conj|cookedp?|cst|cstring(?:_(?:dup|list|vector))?|curry3?|cyclen?|del_(?:constdef|fundef|interface|macdef|typedef|vardef)|delete|diag(?:mat)?|dim|dmatrixp?|do|double(?:_matrix(?:_view)?|_pointer|p)?|dowith3?|drop|dropwhile|eval(?:cmd)?|exactp|filter|fix|fixity|flip|float(?:_matrix|_pointer)|floor|fold[lr]1?|frac|free|funp?|functionp?|gcd|get(?:_(?:byte|constdef|double|float|fundef|int(?:64)?|interface(?:_typedef)?|long|macdef|pointer|ptrtag|sentry|short|string|typedef|vardef))?|globsym|hash|head|id|im|imatrixp?|index|inexactp|infp|init|insert|int(?:_matrix(?:_view)?|_pointer|p)?|int64_(?:matrix|pointer)|integerp?|iteraten?|iterwhile|join|keys?|lambdap?|last(?:err(?:pos)?)?|lcd|list[2p]?|listmap|make_ptrtag|malloc|map|matcat|matrixp?|max|member|min|nanp|nargs|nmatrixp?|null|numberp?|ord|pack(?:ed)?|pointer(?:_cast|_tag|_type|p)?|pow|pred|ptrtag|put(?:_(?:byte|double|float|int(?:64)?|long|pointer|short|string))?|rationalp?|re|realp?|realloc|recordp?|redim|reduce(?:_with)?|refp?|repeatn?|reverse|rlistp?|round|rows?|rowcat(?:map)?|rowmap|rowrev|rowvector(?:p|seq)?|same|scan[lr]1?|sentry|sgn|short_(?:matrix|pointer)|slice|smatrixp?|sort|split|str|strcat|stream|stride|string(?:_(?:dup|list|vector)|p)?|subdiag(?:mat)?|submat|subseq2?|substr|succ|supdiag(?:mat)?|symbolp?|tail|take|takewhile|thunkp?|transpose|trunc|tuplep?|typep|ubyte|uint(?:64)?|ulong|uncurry3?|unref|unzip3?|update|ushort|vals?|varp?|vector(?:p|seq)?|void|zip3?|zipwith3?)\b/,special:{pattern:/\b__[a-z]+__\b/i,alias:"builtin"},operator:/(?:[!"#$%&'*+,\-.\/:<=>?@\\^`|~\u00a1-\u00bf\u00d7-\u00f7\u20d0-\u2bff]|\b_+\b)+|\b(?:and|div|mod|not|or)\b/,punctuation:/[(){}\[\];,|]/},t=/%< *-\*- *<lang>\d* *-\*-[\s\S]+?%>/.source,["c",{lang:"c++",alias:"cpp"},"fortran"].forEach(function(n){var r=n;if("string"!=typeof n&&(r=n.alias,n=n.lang),e.languages[r]){var a={};a["inline-lang-"+r]={pattern:RegExp(t.replace("<lang>",n.replace(/([.+*?\/\\(){}\[\]])/g,"\\$1")),"i"),inside:e.util.clone(e.languages.pure["inline-lang"].inside)},a["inline-lang-"+r].inside.rest=e.util.clone(e.languages[r]),e.languages.insertBefore("pure","inline-lang",a)}}),e.languages.c&&(e.languages.pure["inline-lang"].inside.rest=e.util.clone(e.languages.c))}function re(e){e.register(I),e.languages.purebasic=e.languages.extend("clike",{comment:/;.*/,keyword:/\b(?:align|and|as|break|calldebugger|case|compilercase|compilerdefault|compilerelse|compilerelseif|compilerendif|compilerendselect|compilererror|compilerif|compilerselect|continue|data|datasection|debug|debuglevel|declare|declarec|declarecdll|declaredll|declaremodule|default|define|dim|disableasm|disabledebugger|disableexplicit|else|elseif|enableasm|enabledebugger|enableexplicit|end|enddatasection|enddeclaremodule|endenumeration|endif|endimport|endinterface|endmacro|endmodule|endprocedure|endselect|endstructure|endstructureunion|endwith|enumeration|extends|fakereturn|for|foreach|forever|global|gosub|goto|if|import|importc|includebinary|includefile|includepath|interface|macro|module|newlist|newmap|next|not|or|procedure|procedurec|procedurecdll|proceduredll|procedurereturn|protected|prototype|prototypec|read|redim|repeat|restore|return|runtime|select|shared|static|step|structure|structureunion|swap|threaded|to|until|wend|while|with|xincludefile|xor)\b/i,function:/\b\w+(?:\.\w+)?\s*(?=\()/,number:/(?:\$[\da-f]+|\b-?(?:\d+(?:\.\d+)?|\.\d+)(?:e[+-]?\d+)?)\b/i,operator:/(?:@\*?|\?|\*)\w+\$?|-[>-]?|\+\+?|!=?|<<?=?|>>?=?|==?|&&?|\|?\||[~^%?*/@]/}),e.languages.insertBefore("purebasic","keyword",{tag:/#\w+\$?/,asm:{pattern:/(^[\t ]*)!.*/m,lookbehind:!0,alias:"tag",inside:{comment:/;.*/,string:{pattern:/(["'`])(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},"label-reference-anonymous":{pattern:/(!\s*j[a-z]+\s+)@[fb]/i,lookbehind:!0,alias:"fasm-label"},"label-reference-addressed":{pattern:/(!\s*j[a-z]+\s+)[A-Z._?$@][\w.?$@~#]*/i,lookbehind:!0,alias:"fasm-label"},keyword:[/\b(?:extern|global)\b[^;\r\n]*/i,/\b(?:CPU|DEFAULT|FLOAT)\b.*/],function:{pattern:/^([\t ]*!\s*)[\da-z]+(?=\s|$)/im,lookbehind:!0},"function-inline":{pattern:/(:\s*)[\da-z]+(?=\s)/i,lookbehind:!0,alias:"function"},label:{pattern:/^([\t ]*!\s*)[A-Za-z._?$@][\w.?$@~#]*(?=:)/m,lookbehind:!0,alias:"fasm-label"},register:/\b(?:st\d|[xyz]mm\d\d?|[cdt]r\d|r\d\d?[bwd]?|[er]?[abcd]x|[abcd][hl]|[er]?(?:bp|di|si|sp)|[cdefgs]s|mm\d+)\b/i,number:/(?:\b|-|(?=\$))(?:0[hx](?:[\da-f]*\.)?[\da-f]+(?:p[+-]?\d+)?|\d[\da-f]+[hx]|\$\d[\da-f]*|0[oq][0-7]+|[0-7]+[oq]|0[by][01]+|[01]+[by]|0[dt]\d+|(?:\d+(?:\.\d+)?|\.\d+)(?:\.?e[+-]?\d+)?[dt]?)\b/i,operator:/[\[\]*+\-/%<>=&|$!,.:]/}}}),delete e.languages.purebasic["class-name"],delete e.languages.purebasic.boolean,e.languages.pbfasm=e.languages.purebasic}function rt(e){e.register(tk),e.languages.purescript=e.languages.extend("haskell",{keyword:/\b(?:ado|case|class|data|derive|do|else|forall|if|in|infixl|infixr|instance|let|module|newtype|of|primitive|then|type|where)\b|∀/,"import-statement":{pattern:/(^[\t ]*)import\s+[A-Z][\w']*(?:\.[A-Z][\w']*)*(?:\s+as\s+[A-Z][\w']*(?:\.[A-Z][\w']*)*)?(?:\s+hiding\b)?/m,lookbehind:!0,inside:{keyword:/\b(?:as|hiding|import)\b/,punctuation:/\./}},builtin:/\b(?:absurd|add|ap|append|apply|between|bind|bottom|clamp|compare|comparing|compose|conj|const|degree|discard|disj|div|eq|flap|flip|gcd|identity|ifM|join|lcm|liftA1|liftM1|map|max|mempty|min|mod|mul|negate|not|notEq|one|otherwise|recip|show|sub|top|unit|unless|unlessM|void|when|whenM|zero)\b/,operator:[e.languages.haskell.operator[0],e.languages.haskell.operator[2],/[\xa2-\xa6\xa8\xa9\xac\xae-\xb1\xb4\xb8\xd7\xf7\u02c2-\u02c5\u02d2-\u02df\u02e5-\u02eb\u02ed\u02ef-\u02ff\u0375\u0384\u0385\u03f6\u0482\u058d-\u058f\u0606-\u0608\u060b\u060e\u060f\u06de\u06e9\u06fd\u06fe\u07f6\u07fe\u07ff\u09f2\u09f3\u09fa\u09fb\u0af1\u0b70\u0bf3-\u0bfa\u0c7f\u0d4f\u0d79\u0e3f\u0f01-\u0f03\u0f13\u0f15-\u0f17\u0f1a-\u0f1f\u0f34\u0f36\u0f38\u0fbe-\u0fc5\u0fc7-\u0fcc\u0fce\u0fcf\u0fd5-\u0fd8\u109e\u109f\u1390-\u1399\u166d\u17db\u1940\u19de-\u19ff\u1b61-\u1b6a\u1b74-\u1b7c\u1fbd\u1fbf-\u1fc1\u1fcd-\u1fcf\u1fdd-\u1fdf\u1fed-\u1fef\u1ffd\u1ffe\u2044\u2052\u207a-\u207c\u208a-\u208c\u20a0-\u20bf\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211e-\u2123\u2125\u2127\u2129\u212e\u213a\u213b\u2140-\u2144\u214a-\u214d\u214f\u218a\u218b\u2190-\u2307\u230c-\u2328\u232b-\u2426\u2440-\u244a\u249c-\u24e9\u2500-\u2767\u2794-\u27c4\u27c7-\u27e5\u27f0-\u2982\u2999-\u29d7\u29dc-\u29fb\u29fe-\u2b73\u2b76-\u2b95\u2b97-\u2bff\u2ce5-\u2cea\u2e50\u2e51\u2e80-\u2e99\u2e9b-\u2ef3\u2f00-\u2fd5\u2ff0-\u2ffb\u3004\u3012\u3013\u3020\u3036\u3037\u303e\u303f\u309b\u309c\u3190\u3191\u3196-\u319f\u31c0-\u31e3\u3200-\u321e\u322a-\u3247\u3250\u3260-\u327f\u328a-\u32b0\u32c0-\u33ff\u4dc0-\u4dff\ua490-\ua4c6\ua700-\ua716\ua720\ua721\ua789\ua78a\ua828-\ua82b\ua836-\ua839\uaa77-\uaa79\uab5b\uab6a\uab6b\ufb29\ufbb2-\ufbc1\ufdfc\ufdfd\ufe62\ufe64-\ufe66\ufe69\uff04\uff0b\uff1c-\uff1e\uff3e\uff40\uff5c\uff5e\uffe0-\uffe6\uffe8-\uffee\ufffc\ufffd]/]}),e.languages.purs=e.languages.purescript}function rn(e){e.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern://,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},e.languages.python["string-interpolation"].inside.interpolation.inside.rest=e.languages.python,e.languages.py=e.languages.python}function rr(e){e.register(I),function(e){function t(e,t){return e.replace(/<<(\d+)>>/g,function(e,n){return"(?:"+t[+n]+")"})}function n(e,n,r){return RegExp(t(e,n),r||"")}var r=RegExp("\\b(?:"+"Adj BigInt Bool Ctl Double false Int One Pauli PauliI PauliX PauliY PauliZ Qubit Range Result String true Unit Zero Adjoint adjoint apply as auto body borrow borrowing Controlled controlled distribute elif else fail fixup for function if in internal intrinsic invert is let mutable namespace new newtype open operation repeat return self set until use using while within".trim().replace(/ /g,"|")+")\\b"),a=/\b[A-Za-z_]\w*\b/.source,i=t(/<<0>>(?:\s*\.\s*<<0>>)*/.source,[a]),s={keyword:r,punctuation:/[<>()?,.:[\]]/},o=/"(?:\\.|[^\\"])*"/.source;e.languages.qsharp=e.languages.extend("clike",{comment:/\/\/.*/,string:[{pattern:n(/(^|[^$\\])<<0>>/.source,[o]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:n(/(\b(?:as|open)\s+)<<0>>(?=\s*(?:;|as\b))/.source,[i]),lookbehind:!0,inside:s},{pattern:n(/(\bnamespace\s+)<<0>>(?=\s*\{)/.source,[i]),lookbehind:!0,inside:s}],keyword:r,number:/(?:\b0(?:x[\da-f]+|b[01]+|o[0-7]+)|(?:\B\.\d+|\b\d+(?:\.\d*)?)(?:e[-+]?\d+)?)l?\b/i,operator:/\band=|\bor=|\band\b|\bnot\b|\bor\b|<[-=]|[-=]>|>>>=?|<<<=?|\^\^\^=?|\|\|\|=?|&&&=?|w\/=?|~~~|[*\/+\-^=!%]=?/,punctuation:/::|[{}[\];(),.:]/}),e.languages.insertBefore("qsharp","number",{range:{pattern:/\.\./,alias:"operator"}});var l=function(e){for(var t=0;t<2;t++)e=e.replace(/<<self>>/g,function(){return"(?:"+e+")"});return e.replace(/<<self>>/g,"[^\\s\\S]")}(t(/\{(?:[^"{}]|<<0>>|<<self>>)*\}/.source,[o]));e.languages.insertBefore("qsharp","string",{"interpolation-string":{pattern:n(/\$"(?:\\.|<<0>>|[^\\"{])*"/.source,[l]),greedy:!0,inside:{interpolation:{pattern:n(/((?:^|[^\\])(?:\\\\)*)<<0>>/.source,[l]),lookbehind:!0,inside:{punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-qsharp",inside:e.languages.qsharp}}},string:/[\s\S]+/}}})}(e),e.languages.qs=e.languages.qsharp}function ra(e){e.languages.q={string:/"(?:\\.|[^"\\\r\n])*"/,comment:[{pattern:/([\t )\]}])\/.*/,lookbehind:!0,greedy:!0},{pattern:/(^|\r?\n|\r)\/[\t ]*(?:(?:\r?\n|\r)(?:.*(?:\r?\n|\r(?!\n)))*?(?:\\(?=[\t ]*(?:\r?\n|\r))|$)|\S.*)/,lookbehind:!0,greedy:!0},{pattern:/^\\[\t ]*(?:\r?\n|\r)[\s\S]+/m,greedy:!0},{pattern:/^#!.+/m,greedy:!0}],symbol:/`(?::\S+|[\w.]*)/,datetime:{pattern:/0N[mdzuvt]|0W[dtz]|\d{4}\.\d\d(?:m|\.\d\d(?:T(?:\d\d(?::\d\d(?::\d\d(?:[.:]\d\d\d)?)?)?)?)?[dz]?)|\d\d:\d\d(?::\d\d(?:[.:]\d\d\d)?)?[uvt]?/,alias:"number"},number:/\b(?![01]:)(?:0N[hje]?|0W[hj]?|0[wn]|0x[\da-fA-F]+|\d+(?:\.\d*)?(?:e[+-]?\d+)?[hjfeb]?)/,keyword:/\\\w+\b|\b(?:abs|acos|aj0?|all|and|any|asc|asin|asof|atan|attr|avgs?|binr?|by|ceiling|cols|cor|cos|count|cov|cross|csv|cut|delete|deltas|desc|dev|differ|distinct|div|do|dsave|ej|enlist|eval|except|exec|exit|exp|fby|fills|first|fkeys|flip|floor|from|get|getenv|group|gtime|hclose|hcount|hdel|hopen|hsym|iasc|identity|idesc|if|ij|in|insert|inter|inv|keys?|last|like|list|ljf?|load|log|lower|lsq|ltime|ltrim|mavg|maxs?|mcount|md5|mdev|med|meta|mins?|mmax|mmin|mmu|mod|msum|neg|next|not|null|or|over|parse|peach|pj|plist|prds?|prev|prior|rand|rank|ratios|raze|read0|read1|reciprocal|reval|reverse|rload|rotate|rsave|rtrim|save|scan|scov|sdev|select|set|setenv|show|signum|sin|sqrt|ssr?|string|sublist|sums?|sv|svar|system|tables|tan|til|trim|txf|type|uj|ungroup|union|update|upper|upsert|value|var|views?|vs|wavg|where|while|within|wj1?|wsum|ww|xasc|xbar|xcols?|xdesc|xexp|xgroup|xkey|xlog|xprev|xrank)\b/,adverb:{pattern:/['\/\\]:?|\beach\b/,alias:"function"},verb:{pattern:/(?:\B\.\B|\b[01]:|<[=>]?|>=?|[:+\-*%,!?~=|$&#@^]):?|\b_\b:?/,alias:"operator"},punctuation:/[(){}\[\];.]/}}function ri(e){e.register(v);for(var t=/"(?:\\.|[^\\"\r\n])*"|'(?:\\.|[^\\'\r\n])*'/.source,n=/\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))*\*\//.source,r=/(?:[^\\()[\]{}"'/]|<string>|\/(?![*/])|<comment>|\(<expr>*\)|\[<expr>*\]|\{<expr>*\}|\\[\s\S])/.source.replace(/<string>/g,function(){return t}).replace(/<comment>/g,function(){return n}),a=0;a<2;a++)r=r.replace(/<expr>/g,function(){return r});r=r.replace(/<expr>/g,"[^\\s\\S]"),e.languages.qml={comment:{pattern:/\/\/.*|\/\*[\s\S]*?\*\//,greedy:!0},"javascript-function":{pattern:RegExp(/((?:^|;)[ \t]*)function\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*\(<js>*\)\s*\{<js>*\}/.source.replace(/<js>/g,function(){return r}),"m"),lookbehind:!0,greedy:!0,alias:"language-javascript",inside:e.languages.javascript},"class-name":{pattern:/((?:^|[:;])[ \t]*)(?!\d)\w+(?=[ \t]*\{|[ \t]+on\b)/m,lookbehind:!0},property:[{pattern:/((?:^|[;{])[ \t]*)(?!\d)\w+(?:\.\w+)*(?=[ \t]*:)/m,lookbehind:!0},{pattern:/((?:^|[;{])[ \t]*)property[ \t]+(?!\d)\w+(?:\.\w+)*[ \t]+(?!\d)\w+(?:\.\w+)*(?=[ \t]*:)/m,lookbehind:!0,inside:{keyword:/^property/,property:/\w+(?:\.\w+)*/}}],"javascript-expression":{pattern:RegExp(/(:[ \t]*)(?![\s;}[])(?:(?!$|[;}])<js>)+/.source.replace(/<js>/g,function(){return r}),"m"),lookbehind:!0,greedy:!0,alias:"language-javascript",inside:e.languages.javascript},string:{pattern:/"(?:\\.|[^\\"\r\n])*"/,greedy:!0},keyword:/\b(?:as|import|on)\b/,punctuation:/[{}[\]:;,]/}}function rs(e){e.register(I),e.languages.qore=e.languages.extend("clike",{comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:\/\/|#).*)/,lookbehind:!0},string:{pattern:/("|')(?:\\[\s\S]|(?!\1)[^\\])*\1/,greedy:!0},keyword:/\b(?:abstract|any|assert|binary|bool|boolean|break|byte|case|catch|char|class|code|const|continue|data|default|do|double|else|enum|extends|final|finally|float|for|goto|hash|if|implements|import|inherits|instanceof|int|interface|long|my|native|new|nothing|null|object|our|own|private|reference|rethrow|return|short|soft(?:bool|date|float|int|list|number|string)|static|strictfp|string|sub|super|switch|synchronized|this|throw|throws|transient|try|void|volatile|while)\b/,boolean:/\b(?:false|true)\b/i,function:/\$?\b(?!\d)\w+(?=\()/,number:/\b(?:0b[01]+|0x(?:[\da-f]*\.)?[\da-fp\-]+|(?:\d+(?:\.\d+)?|\.\d+)(?:e\d+)?[df]|(?:\d+(?:\.\d+)?|\.\d+))\b/i,operator:{pattern:/(^|[^.])(?:\+[+=]?|-[-=]?|[!=](?:==?|~)?|>>?=?|<(?:=>?|<=?)?|&[&=]?|\|[|=]?|[*\/%^]=?|[~?])/,lookbehind:!0},variable:/\$(?!\d)\w+\b/})}function ro(e){e.languages.r={comment:/#.*/,string:{pattern:/(['"])(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},"percent-operator":{pattern:/%[^%\s]*%/,alias:"operator"},boolean:/\b(?:FALSE|TRUE)\b/,ellipsis:/\.\.(?:\.|\d+)/,number:[/\b(?:Inf|NaN)\b/,/(?:\b0x[\dA-Fa-f]+(?:\.\d*)?|\b\d+(?:\.\d*)?|\B\.\d+)(?:[EePp][+-]?\d+)?[iL]?/],keyword:/\b(?:NA|NA_character_|NA_complex_|NA_integer_|NA_real_|NULL|break|else|for|function|if|in|next|repeat|while)\b/,operator:/->?>?|<(?:=|<?-)?|[>=!]=?|::?|&&?|\|\|?|[+*\/^$@~]/,punctuation:/[(){}\[\],;]/}}function rl(e){e.register(na),e.languages.racket=e.languages.extend("scheme",{"lambda-parameter":{pattern:/([(\[]lambda\s+[(\[])[^()\[\]'\s]+/,lookbehind:!0}}),e.languages.insertBefore("racket","string",{lang:{pattern:/^#lang.+/m,greedy:!0,alias:"keyword"}}),e.languages.rkt=e.languages.racket}function rc(e){e.register(Z),e.register(A),function(e){var t=/\/(?![/*])|\/\/.*[\r\n]|\/\*[^*]*(?:\*(?!\/)[^*]*)*\*\//.source,n=/@(?!")|"(?:[^\r\n\\"]|\\.)*"|@"(?:[^\\"]|""|\\[\s\S])*"(?!")/.source+"|"+/'(?:(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'|(?=[^\\](?!')))/.source;function r(e,r){for(var a=0;a<r;a++)e=e.replace(/<self>/g,function(){return"(?:"+e+")"});return e.replace(/<self>/g,"[^\\s\\S]").replace(/<str>/g,"(?:"+n+")").replace(/<comment>/g,"(?:"+t+")")}var a=r(/\((?:[^()'"@/]|<str>|<comment>|<self>)*\)/.source,2),i=r(/\[(?:[^\[\]'"@/]|<str>|<comment>|<self>)*\]/.source,1),s=r(/\{(?:[^{}'"@/]|<str>|<comment>|<self>)*\}/.source,2),o=r(/<(?:[^<>'"@/]|<comment>|<self>)*>/.source,1),l=/@/.source+/(?:await\b\s*)?/.source+"(?:"+/(?!await\b)\w+\b/.source+"|"+a+")(?:"+/[?!]?\.\w+\b/.source+"|(?:"+o+")?"+a+"|"+i+")*"+/(?![?!\.(\[]|<(?!\/))/.source,c=/@(?![\w()])/.source+"|"+l,u="(?:"+/"[^"@]*"|'[^'@]*'|[^\s'"@>=]+(?=[\s>])/.source+"|[\"'][^\"'@]*(?:(?:"+c+")[^\"'@]*)+[\"'])",d=/(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*<tagAttrValue>|(?=[\s/>])))+)?/.source.replace(/<tagAttrValue>/,u),p=/(?!\d)[^\s>\/=$<%]+/.source+d+/\s*\/?>/.source,h=/\B@?/.source+"(?:"+/<([a-zA-Z][\w:]*)/.source+d+/\s*>/.source+"(?:"+(/[^<]/.source+"|"+/<\/?(?!\1\b)/.source+p)+"|"+r(/<\1/.source+d+/\s*>/.source+"(?:"+(/[^<]/.source+"|"+/<\/?(?!\1\b)/.source)+p+"|<self>)*"+/<\/\1\s*>/.source,2)+")*"+/<\/\1\s*>/.source+"|"+/</.source+p+")";e.languages.cshtml=e.languages.extend("markup",{});var f={pattern:/\S[\s\S]*/,alias:"language-csharp",inside:e.languages.insertBefore("csharp","string",{html:{pattern:RegExp(h),greedy:!0,inside:e.languages.cshtml}},{csharp:e.languages.extend("csharp",{})})},g={pattern:RegExp(/(^|[^@])/.source+l),lookbehind:!0,greedy:!0,alias:"variable",inside:{keyword:/^@/,csharp:f}};e.languages.cshtml.tag.pattern=RegExp(/<\/?/.source+p),e.languages.cshtml.tag.inside["attr-value"].pattern=RegExp(/=\s*/.source+u),e.languages.insertBefore("inside","punctuation",{value:g},e.languages.cshtml.tag.inside["attr-value"]),e.languages.insertBefore("cshtml","prolog",{"razor-comment":{pattern:/@\*[\s\S]*?\*@/,greedy:!0,alias:"comment"},block:{pattern:RegExp(/(^|[^@])@/.source+"(?:"+[s,/(?:code|functions)\s*/.source+s,/(?:for|foreach|lock|switch|using|while)\s*/.source+a+/\s*/.source+s,/do\s*/.source+s+/\s*while\s*/.source+a+/(?:\s*;)?/.source,/try\s*/.source+s+/\s*catch\s*/.source+a+/\s*/.source+s+/\s*finally\s*/.source+s,/if\s*/.source+a+/\s*/.source+s+"(?:"+/\s*else/.source+"(?:"+/\s+if\s*/.source+a+")?"+/\s*/.source+s+")*",/helper\s+\w+\s*/.source+a+/\s*/.source+s].join("|")+")"),lookbehind:!0,greedy:!0,inside:{keyword:/^@\w*/,csharp:f}},directive:{pattern:/^([ \t]*)@(?:addTagHelper|attribute|implements|inherits|inject|layout|model|namespace|page|preservewhitespace|removeTagHelper|section|tagHelperPrefix|using)(?=\s).*/m,lookbehind:!0,greedy:!0,inside:{keyword:/^@\w+/,csharp:f}},value:g,"delegate-operator":{pattern:/(^|[^@])@(?=<)/,lookbehind:!0,alias:"operator"}}),e.languages.razor=e.languages.cshtml}(e)}function ru(e){e.register(v),e.register(A),function(e){var t=e.util.clone(e.languages.javascript),n=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,r=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,a=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function i(e,t){return RegExp(e=e.replace(/<S>/g,function(){return n}).replace(/<BRACES>/g,function(){return r}).replace(/<SPREAD>/g,function(){return a}),t)}a=i(a).source,e.languages.jsx=e.languages.extend("markup",t),e.languages.jsx.tag.pattern=i(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),e.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,e.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,e.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,e.languages.jsx.tag.inside.comment=t.comment,e.languages.insertBefore("inside","attr-name",{spread:{pattern:i(/<SPREAD>/.source),inside:e.languages.jsx}},e.languages.jsx.tag),e.languages.insertBefore("inside","special-attr",{script:{pattern:i(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:e.languages.jsx}}},e.languages.jsx.tag);var s=function(e){return e?"string"==typeof e?e:"string"==typeof e.content?e.content:e.content.map(s).join(""):""},o=function(t){for(var n=[],r=0;r<t.length;r++){var a=t[r],i=!1;if("string"!=typeof a&&("tag"===a.type&&a.content[0]&&"tag"===a.content[0].type?"</"===a.content[0].content[0].content?n.length>0&&n[n.length-1].tagName===s(a.content[0].content[1])&&n.pop():"/>"===a.content[a.content.length-1].content||n.push({tagName:s(a.content[0].content[1]),openedBraces:0}):n.length>0&&"punctuation"===a.type&&"{"===a.content?n[n.length-1].openedBraces++:n.length>0&&n[n.length-1].openedBraces>0&&"punctuation"===a.type&&"}"===a.content?n[n.length-1].openedBraces--:i=!0),(i||"string"==typeof a)&&n.length>0&&0===n[n.length-1].openedBraces){var l=s(a);r<t.length-1&&("string"==typeof t[r+1]||"plain-text"===t[r+1].type)&&(l+=s(t[r+1]),t.splice(r+1,1)),r>0&&("string"==typeof t[r-1]||"plain-text"===t[r-1].type)&&(l=s(t[r-1])+l,t.splice(r-1,1),r--),t[r]=new e.Token("plain-text",l,null,l)}a.content&&"string"!=typeof a.content&&o(a.content)}};e.hooks.add("after-tokenize",function(e){("jsx"===e.language||"tsx"===e.language)&&o(e.tokens)})}(e)}function rd(e){var t,n;e.register(ru),e.register(tQ),t=e.util.clone(e.languages.typescript),e.languages.tsx=e.languages.extend("jsx",t),delete e.languages.tsx.parameter,delete e.languages.tsx["literal-property"],(n=e.languages.tsx.tag).pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+n.pattern.source+")",n.pattern.flags),n.lookbehind=!0}function rp(e){e.register(I),e.languages.reason=e.languages.extend("clike",{string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^\\\r\n"])*"/,greedy:!0},"class-name":/\b[A-Z]\w*/,keyword:/\b(?:and|as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|method|module|mutable|new|nonrec|object|of|open|or|private|rec|sig|struct|switch|then|to|try|type|val|virtual|when|while|with)\b/,operator:/\.{3}|:[:=]|\|>|->|=(?:==?|>)?|<=?|>=?|[|^?'#!~`]|[+\-*\/]\.?|\b(?:asr|land|lor|lsl|lsr|lxor|mod)\b/}),e.languages.insertBefore("reason","class-name",{char:{pattern:/'(?:\\x[\da-f]{2}|\\o[0-3][0-7][0-7]|\\\d{3}|\\.|[^'\\\r\n])'/,greedy:!0},constructor:/\b[A-Z]\w*\b(?!\s*\.)/,label:{pattern:/\b[a-z]\w*(?=::)/,alias:"symbol"}}),delete e.languages.reason.function}function rh(e){e.languages.rego={comment:/#.*/,property:{pattern:/(^|[^\\.])(?:"(?:\\.|[^\\"\r\n])*"|`[^`]*`|\b[a-z_]\w*\b)(?=\s*:(?!=))/i,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:as|default|else|import|not|null|package|set(?=\s*\()|some|with)\b/,boolean:/\b(?:false|true)\b/,function:{pattern:/\b[a-z_]\w*\b(?:\s*\.\s*\b[a-z_]\w*\b)*(?=\s*\()/i,inside:{namespace:/\b\w+\b(?=\s*\.)/,punctuation:/\./}},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,operator:/[-+*/%|&]|[<>:=]=?|!=|\b_\b/,punctuation:/[,;.\[\]{}()]/}}function rf(e){e.languages.renpy={comment:{pattern:/(^|[^\\])#.+/,lookbehind:!0},string:{pattern:/("""|''')[\s\S]+?\1|("|')(?:\\.|(?!\2)[^\\])*\2|(?:^#?(?:(?:[0-9a-fA-F]){3}|[0-9a-fA-F]{6})$)/m,greedy:!0},function:/\b[a-z_]\w*(?=\()/i,property:/\b(?:Update|UpdateVersion|action|activate_sound|adv_nvl_transition|after_load_transition|align|alpha|alt|anchor|antialias|area|auto|background|bar_invert|bar_resizing|bar_vertical|black_color|bold|bottom_bar|bottom_gutter|bottom_margin|bottom_padding|box_reverse|box_wrap|can_update|caret|child|color|crop|default_afm_enable|default_afm_time|default_fullscreen|default_text_cps|developer|directory_name|drag_handle|drag_joined|drag_name|drag_raise|draggable|dragged|drop_shadow|drop_shadow_color|droppable|dropped|easein|easeout|edgescroll|end_game_transition|end_splash_transition|enter_replay_transition|enter_sound|enter_transition|enter_yesno_transition|executable_name|exit_replay_transition|exit_sound|exit_transition|exit_yesno_transition|fadein|fadeout|first_indent|first_spacing|fit_first|focus|focus_mask|font|foreground|game_main_transition|get_installed_packages|google_play_key|google_play_salt|ground|has_music|has_sound|has_voice|height|help|hinting|hover|hover_background|hover_color|hover_sound|hovered|hyperlink_functions|idle|idle_color|image_style|include_update|insensitive|insensitive_background|insensitive_color|inside|intra_transition|italic|justify|kerning|keyboard_focus|language|layer_clipping|layers|layout|left_bar|left_gutter|left_margin|left_padding|length|line_leading|line_overlap_split|line_spacing|linear|main_game_transition|main_menu_music|maximum|min_width|minimum|minwidth|modal|mouse|mousewheel|name|narrator_menu|newline_indent|nvl_adv_transition|offset|order_reverse|outlines|overlay_functions|pos|position|prefix|radius|range|rest_indent|right_bar|right_gutter|right_margin|right_padding|rotate|rotate_pad|ruby_style|sample_sound|save_directory|say_attribute_transition|screen_height|screen_width|scrollbars|selected_hover|selected_hover_color|selected_idle|selected_idle_color|selected_insensitive|show_side_image|show_two_window|side_spacing|side_xpos|side_ypos|size|size_group|slow_cps|slow_cps_multiplier|spacing|strikethrough|subpixel|text_align|text_style|text_xpos|text_y_fudge|text_ypos|thumb|thumb_offset|thumb_shadow|thumbnail_height|thumbnail_width|time|top_bar|top_gutter|top_margin|top_padding|translations|underline|unscrollable|update|value|version|version_name|version_tuple|vertical|width|window_hide_transition|window_icon|window_left_padding|window_show_transition|window_title|windows_icon|xadjustment|xalign|xanchor|xanchoraround|xaround|xcenter|xfill|xinitial|xmargin|xmaximum|xminimum|xoffset|xofsset|xpadding|xpos|xsize|xzoom|yadjustment|yalign|yanchor|yanchoraround|yaround|ycenter|yfill|yinitial|ymargin|ymaximum|yminimum|yoffset|ypadding|ypos|ysize|ysizexysize|yzoom|zoom|zorder)\b/,tag:/\b(?:bar|block|button|buttoscreenn|drag|draggroup|fixed|frame|grid|[hv]box|hotbar|hotspot|image|imagebutton|imagemap|input|key|label|menu|mm_menu_frame|mousearea|nvl|parallel|screen|self|side|tag|text|textbutton|timer|vbar|viewport|window)\b|\$/,keyword:/\b(?:None|add|adjustment|alignaround|allow|angle|animation|around|as|assert|behind|box_layout|break|build|cache|call|center|changed|child_size|choice|circles|class|clear|clicked|clipping|clockwise|config|contains|continue|corner1|corner2|counterclockwise|def|default|define|del|delay|disabled|disabled_text|dissolve|elif|else|event|except|exclude|exec|expression|fade|finally|for|from|function|global|gm_root|has|hide|id|if|import|in|init|is|jump|knot|lambda|left|less_rounded|mm_root|movie|music|null|on|onlayer|pass|pause|persistent|play|print|python|queue|raise|random|renpy|repeat|return|right|rounded_window|scene|scope|set|show|slow|slow_abortable|slow_done|sound|stop|store|style|style_group|substitute|suffix|theme|transform|transform_anchor|transpose|try|ui|unhovered|updater|use|voice|while|widget|widget_hover|widget_selected|widget_text|yield)\b/,boolean:/\b(?:[Ff]alse|[Tt]rue)\b/,number:/(?:\b(?:0[bo])?(?:(?:\d|0x[\da-f])[\da-f]*(?:\.\d*)?)|\B\.\d+)(?:e[+-]?\d+)?j?/i,operator:/[-+%=]=?|!=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]|\b(?:and|at|not|or|with)\b/,punctuation:/[{}[\];(),.:]/},e.languages.rpy=e.languages.renpy}function rg(e){e.languages.rescript={comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},char:{pattern:/'(?:[^\r\n\\]|\\(?:.|\w+))'/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^\\\r\n"])*"/,greedy:!0},"class-name":/\b[A-Z]\w*|@[a-z.]*|#[A-Za-z]\w*|#\d/,function:{pattern:/[a-zA-Z]\w*(?=\()|(\.)[a-z]\w*/,lookbehind:!0},number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,boolean:/\b(?:false|true)\b/,"attr-value":/[A-Za-z]\w*(?==)/,constant:{pattern:/(\btype\s+)[a-z]\w*/,lookbehind:!0},tag:{pattern:/(<)[a-z]\w*|(?:<\/)[a-z]\w*/,lookbehind:!0,inside:{operator:/<|>|\//}},keyword:/\b(?:and|as|assert|begin|bool|class|constraint|do|done|downto|else|end|exception|external|float|for|fun|function|if|in|include|inherit|initializer|int|lazy|let|method|module|mutable|new|nonrec|object|of|open|or|private|rec|string|switch|then|to|try|type|when|while|with)\b/,operator:/\.{3}|:[:=]?|\|>|->|=(?:==?|>)?|<=?|>=?|[|^?'#!~`]|[+\-*\/]\.?|\b(?:asr|land|lor|lsl|lsr|lxor|mod)\b/,punctuation:/[(){}[\],;.]/},e.languages.insertBefore("rescript","string",{"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"tag"},rest:e.languages.rescript}},string:/[\s\S]+/}}}),e.languages.res=e.languages.rescript}function rm(e){e.languages.rest={table:[{pattern:/(^[\t ]*)(?:\+[=-]+)+\+(?:\r?\n|\r)(?:\1[+|].+[+|](?:\r?\n|\r))+\1(?:\+[=-]+)+\+/m,lookbehind:!0,inside:{punctuation:/\||(?:\+[=-]+)+\+/}},{pattern:/(^[\t ]*)=+ [ =]*=(?:(?:\r?\n|\r)\1.+)+(?:\r?\n|\r)\1=+ [ =]*=(?=(?:\r?\n|\r){2}|\s*$)/m,lookbehind:!0,inside:{punctuation:/[=-]+/}}],"substitution-def":{pattern:/(^[\t ]*\.\. )\|(?:[^|\s](?:[^|]*[^|\s])?)\| [^:]+::/m,lookbehind:!0,inside:{substitution:{pattern:/^\|(?:[^|\s]|[^|\s][^|]*[^|\s])\|/,alias:"attr-value",inside:{punctuation:/^\||\|$/}},directive:{pattern:/( )(?! )[^:]+::/,lookbehind:!0,alias:"function",inside:{punctuation:/::$/}}}},"link-target":[{pattern:/(^[\t ]*\.\. )\[[^\]]+\]/m,lookbehind:!0,alias:"string",inside:{punctuation:/^\[|\]$/}},{pattern:/(^[\t ]*\.\. )_(?:`[^`]+`|(?:[^:\\]|\\.)+):/m,lookbehind:!0,alias:"string",inside:{punctuation:/^_|:$/}}],directive:{pattern:/(^[\t ]*\.\. )[^:]+::/m,lookbehind:!0,alias:"function",inside:{punctuation:/::$/}},comment:{pattern:/(^[\t ]*\.\.)(?:(?: .+)?(?:(?:\r?\n|\r).+)+| .+)(?=(?:\r?\n|\r){2}|$)/m,lookbehind:!0},title:[{pattern:/^(([!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~])\2+)(?:\r?\n|\r).+(?:\r?\n|\r)\1$/m,inside:{punctuation:/^[!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~]+|[!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~]+$/,important:/.+/}},{pattern:/(^|(?:\r?\n|\r){2}).+(?:\r?\n|\r)([!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~])\2+(?=\r?\n|\r|$)/,lookbehind:!0,inside:{punctuation:/[!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~]+$/,important:/.+/}}],hr:{pattern:/((?:\r?\n|\r){2})([!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~])\2{3,}(?=(?:\r?\n|\r){2})/,lookbehind:!0,alias:"punctuation"},field:{pattern:/(^[\t ]*):[^:\r\n]+:(?= )/m,lookbehind:!0,alias:"attr-name"},"command-line-option":{pattern:/(^[\t ]*)(?:[+-][a-z\d]|(?:--|\/)[a-z\d-]+)(?:[ =](?:[a-z][\w-]*|<[^<>]+>))?(?:, (?:[+-][a-z\d]|(?:--|\/)[a-z\d-]+)(?:[ =](?:[a-z][\w-]*|<[^<>]+>))?)*(?=(?:\r?\n|\r)? {2,}\S)/im,lookbehind:!0,alias:"symbol"},"literal-block":{pattern:/::(?:\r?\n|\r){2}([ \t]+)(?![ \t]).+(?:(?:\r?\n|\r)\1.+)*/,inside:{"literal-block-punctuation":{pattern:/^::/,alias:"punctuation"}}},"quoted-literal-block":{pattern:/::(?:\r?\n|\r){2}([!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~]).*(?:(?:\r?\n|\r)\1.*)*/,inside:{"literal-block-punctuation":{pattern:/^(?:::|([!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~])\1*)/m,alias:"punctuation"}}},"list-bullet":{pattern:/(^[\t ]*)(?:[*+\-•‣⁃]|\(?(?:\d+|[a-z]|[ivxdclm]+)\)|(?:\d+|[a-z]|[ivxdclm]+)\.)(?= )/im,lookbehind:!0,alias:"punctuation"},"doctest-block":{pattern:/(^[\t ]*)>>> .+(?:(?:\r?\n|\r).+)*/m,lookbehind:!0,inside:{punctuation:/^>>>/}},inline:[{pattern:/(^|[\s\-:\/'"<(\[{])(?::[^:]+:`.*?`|`.*?`:[^:]+:|(\*\*?|``?|\|)(?!\s)(?:(?!\2).)*\S\2(?=[\s\-.,:;!?\\\/'")\]}]|$))/m,lookbehind:!0,inside:{bold:{pattern:/(^\*\*).+(?=\*\*$)/,lookbehind:!0},italic:{pattern:/(^\*).+(?=\*$)/,lookbehind:!0},"inline-literal":{pattern:/(^``).+(?=``$)/,lookbehind:!0,alias:"symbol"},role:{pattern:/^:[^:]+:|:[^:]+:$/,alias:"function",inside:{punctuation:/^:|:$/}},"interpreted-text":{pattern:/(^`).+(?=`$)/,lookbehind:!0,alias:"attr-value"},substitution:{pattern:/(^\|).+(?=\|$)/,lookbehind:!0,alias:"attr-value"},punctuation:/\*\*?|``?|\|/}}],link:[{pattern:/\[[^\[\]]+\]_(?=[\s\-.,:;!?\\\/'")\]}]|$)/,alias:"string",inside:{punctuation:/^\[|\]_$/}},{pattern:/(?:\b[a-z\d]+(?:[_.:+][a-z\d]+)*_?_|`[^`]+`_?_|_`[^`]+`)(?=[\s\-.,:;!?\\\/'")\]}]|$)/i,alias:"string",inside:{punctuation:/^_?`|`$|`?_?_$/}}],punctuation:{pattern:/(^[\t ]*)(?:\|(?= |$)|(?:---?|—|\.\.|__)(?= )|\.\.$)/m,lookbehind:!0}}}function rb(e){e.languages.rip={comment:{pattern:/#.*/,greedy:!0},char:{pattern:/\B`[^\s`'",.:;#\/\\()<>\[\]{}]\b/,greedy:!0},string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},regex:{pattern:/(^|[^/])\/(?!\/)(?:\[[^\n\r\]]*\]|\\.|[^/\\\r\n\[])+\/(?=\s*(?:$|[\r\n,.;})]))/,lookbehind:!0,greedy:!0},keyword:/(?:=>|->)|\b(?:case|catch|class|else|exit|finally|if|raise|return|switch|try)\b/,builtin:/@|\bSystem\b/,boolean:/\b(?:false|true)\b/,date:/\b\d{4}-\d{2}-\d{2}\b/,time:/\b\d{2}:\d{2}:\d{2}\b/,datetime:/\b\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\b/,symbol:/:[^\d\s`'",.:;#\/\\()<>\[\]{}][^\s`'",.:;#\/\\()<>\[\]{}]*/,number:/[+-]?\b(?:\d+\.\d+|\d+)\b/,punctuation:/(?:\.{2,3})|[`,.:;=\/\\()<>\[\]{}]/,reference:/[^\d\s`'",.:;#\/\\()<>\[\]{}][^\s`'",.:;#\/\\()<>\[\]{}]*/}}function rE(e){e.languages.roboconf={comment:/#.*/,keyword:{pattern:/(^|\s)(?:(?:external|import)\b|(?:facet|instance of)(?=[ \t]+[\w-]+[ \t]*\{))/,lookbehind:!0},component:{pattern:/[\w-]+(?=[ \t]*\{)/,alias:"variable"},property:/[\w.-]+(?=[ \t]*:)/,value:{pattern:/(=[ \t]*(?![ \t]))[^,;]+/,lookbehind:!0,alias:"attr-value"},optional:{pattern:/\(optional\)/,alias:"builtin"},wildcard:{pattern:/(\.)\*/,lookbehind:!0,alias:"operator"},punctuation:/[{},.;:=]/}}function ry(e){!function(e){var t={pattern:/(^[ \t]*| {2}|\t)#.*/m,lookbehind:!0,greedy:!0},n={pattern:/((?:^|[^\\])(?:\\{2})*)[$@&%]\{(?:[^{}\r\n]|\{[^{}\r\n]*\})*\}/,lookbehind:!0,inside:{punctuation:/^[$@&%]\{|\}$/}};function r(e,r){var a={};for(var i in a["section-header"]={pattern:/^ ?\*{3}.+?\*{3}/,alias:"keyword"},r)a[i]=r[i];return a.tag={pattern:/([\r\n](?: {2}|\t)[ \t]*)\[[-\w]+\]/,lookbehind:!0,inside:{punctuation:/\[|\]/}},a.variable=n,a.comment=t,{pattern:RegExp(/^ ?\*{3}[ \t]*<name>[ \t]*\*{3}(?:.|[\r\n](?!\*{3}))*/.source.replace(/<name>/g,function(){return e}),"im"),alias:"section",inside:a}}var a={pattern:/(\[Documentation\](?: {2}|\t)[ \t]*)(?![ \t]|#)(?:.|(?:\r\n?|\n)[ \t]*\.{3})+/,lookbehind:!0,alias:"string"},i={pattern:/([\r\n] ?)(?!#)(?:\S(?:[ \t]\S)*)+/,lookbehind:!0,alias:"function",inside:{variable:n}},s={pattern:/([\r\n](?: {2}|\t)[ \t]*)(?!\[|\.{3}|#)(?:\S(?:[ \t]\S)*)+/,lookbehind:!0,inside:{variable:n}};e.languages.robotframework={settings:r("Settings",{documentation:{pattern:/([\r\n] ?Documentation(?: {2}|\t)[ \t]*)(?![ \t]|#)(?:.|(?:\r\n?|\n)[ \t]*\.{3})+/,lookbehind:!0,alias:"string"},property:{pattern:/([\r\n] ?)(?!\.{3}|#)(?:\S(?:[ \t]\S)*)+/,lookbehind:!0}}),variables:r("Variables"),"test-cases":r("Test Cases",{"test-name":i,documentation:a,property:s}),keywords:r("Keywords",{"keyword-name":i,documentation:a,property:s}),tasks:r("Tasks",{"task-name":i,documentation:a,property:s}),comment:t},e.languages.robot=e.languages.robotframework}(e)}function rT(e){for(var t=/\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|<self>)*\*\//.source,n=0;n<2;n++)t=t.replace(/<self>/g,function(){return t});t=t.replace(/<self>/g,function(){return/[^\s\S]/.source}),e.languages.rust={comment:[{pattern:RegExp(/(^|[^\\])/.source+t),lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/b?"(?:\\[\s\S]|[^\\"])*"|b?r(#*)"(?:[^"]|"(?!\1))*"\1/,greedy:!0},char:{pattern:/b?'(?:\\(?:x[0-7][\da-fA-F]|u\{(?:[\da-fA-F]_*){1,6}\}|.)|[^\\\r\n\t'])'/,greedy:!0},attribute:{pattern:/#!?\[(?:[^\[\]"]|"(?:\\[\s\S]|[^\\"])*")*\]/,greedy:!0,alias:"attr-name",inside:{string:null}},"closure-params":{pattern:/([=(,:]\s*|\bmove\s*)\|[^|]*\||\|[^|]*\|(?=\s*(?:\{|->))/,lookbehind:!0,greedy:!0,inside:{"closure-punctuation":{pattern:/^\||\|$/,alias:"punctuation"},rest:null}},"lifetime-annotation":{pattern:/'\w+/,alias:"symbol"},"fragment-specifier":{pattern:/(\$\w+:)[a-z]+/,lookbehind:!0,alias:"punctuation"},variable:/\$\w+/,"function-definition":{pattern:/(\bfn\s+)\w+/,lookbehind:!0,alias:"function"},"type-definition":{pattern:/(\b(?:enum|struct|trait|type|union)\s+)\w+/,lookbehind:!0,alias:"class-name"},"module-declaration":[{pattern:/(\b(?:crate|mod)\s+)[a-z][a-z_\d]*/,lookbehind:!0,alias:"namespace"},{pattern:/(\b(?:crate|self|super)\s*)::\s*[a-z][a-z_\d]*\b(?:\s*::(?:\s*[a-z][a-z_\d]*\s*::)*)?/,lookbehind:!0,alias:"namespace",inside:{punctuation:/::/}}],keyword:[/\b(?:Self|abstract|as|async|await|become|box|break|const|continue|crate|do|dyn|else|enum|extern|final|fn|for|if|impl|in|let|loop|macro|match|mod|move|mut|override|priv|pub|ref|return|self|static|struct|super|trait|try|type|typeof|union|unsafe|unsized|use|virtual|where|while|yield)\b/,/\b(?:bool|char|f(?:32|64)|[ui](?:8|16|32|64|128|size)|str)\b/],function:/\b[a-z_]\w*(?=\s*(?:::\s*<|\())/,macro:{pattern:/\b\w+!/,alias:"property"},constant:/\b[A-Z_][A-Z_\d]+\b/,"class-name":/\b[A-Z]\w*\b/,namespace:{pattern:/(?:\b[a-z][a-z_\d]*\s*::\s*)*\b[a-z][a-z_\d]*\s*::(?!\s*<)/,inside:{punctuation:/::/}},number:/\b(?:0x[\dA-Fa-f](?:_?[\dA-Fa-f])*|0o[0-7](?:_?[0-7])*|0b[01](?:_?[01])*|(?:(?:\d(?:_?\d)*)?\.)?\d(?:_?\d)*(?:[Ee][+-]?\d+)?)(?:_?(?:f32|f64|[iu](?:8|16|32|64|size)?))?\b/,boolean:/\b(?:false|true)\b/,punctuation:/->|\.\.=|\.{1,3}|::|[{}[\];(),:]/,operator:/[-+*\/%!^]=?|=[=>]?|&[&=]?|\|[|=]?|<<?=?|>>?=?|[@?]/},e.languages.rust["closure-params"].inside.rest=e.languages.rust,e.languages.rust.attribute.inside.string=e.languages.rust.string}function r_(e){var t,n,r,a,i,s,o,l,c,u,d,p,h,f,g,m,b,E;t=/(?:"(?:""|[^"])*"(?!")|'(?:''|[^'])*'(?!'))/.source,n=/\b(?:\d[\da-f]*x|\d+(?:\.\d+)?(?:e[+-]?\d+)?)\b/i,r={pattern:RegExp(t+"[bx]"),alias:"number"},i={pattern:/((?:^|\s|=|\())%(?:ABORT|BY|CMS|COPY|DISPLAY|DO|ELSE|END|EVAL|GLOBAL|GO|GOTO|IF|INC|INCLUDE|INDEX|INPUT|KTRIM|LENGTH|LET|LIST|LOCAL|PUT|QKTRIM|QSCAN|QSUBSTR|QSYSFUNC|QUPCASE|RETURN|RUN|SCAN|SUBSTR|SUPERQ|SYMDEL|SYMEXIST|SYMGLOBL|SYMLOCAL|SYSCALL|SYSEVALF|SYSEXEC|SYSFUNC|SYSGET|SYSRPUT|THEN|TO|TSO|UNQUOTE|UNTIL|UPCASE|WHILE|WINDOW)\b/i,lookbehind:!0,alias:"keyword"},s={pattern:/(^|\s)(?:proc\s+\w+|data(?!=)|quit|run)\b/i,alias:"keyword",lookbehind:!0},o=[/\/\*[\s\S]*?\*\//,{pattern:/(^[ \t]*|;\s*)\*[^;]*;/m,lookbehind:!0}],d={function:u={pattern:/%?\b\w+(?=\()/,alias:"keyword"},"arg-value":{pattern:/(=\s*)[A-Z\.]+/i,lookbehind:!0},operator:/=/,"macro-variable":a={pattern:/&[a-z_]\w*/i},arg:{pattern:/[A-Z]+/i,alias:"keyword"},number:n,"numeric-constant":r,punctuation:c=/[$%@.(){}\[\];,\\]/,string:l={pattern:RegExp(t),greedy:!0}},p={pattern:/\b(?:format|put)\b=?[\w'$.]+/i,inside:{keyword:/^(?:format|put)(?==)/i,equals:/=/,format:{pattern:/(?:\w|\$\d)+\.\d?/,alias:"number"}}},h={pattern:/\b(?:format|put)\s+[\w']+(?:\s+[$.\w]+)+(?=;)/i,inside:{keyword:/^(?:format|put)/i,format:{pattern:/[\w$]+\.\d?/,alias:"number"}}},f={pattern:/((?:^|\s)=?)(?:catname|checkpoint execute_always|dm|endsas|filename|footnote|%include|libname|%list|lock|missing|options|page|resetline|%run|sasfile|skip|sysecho|title\d?)\b/i,lookbehind:!0,alias:"keyword"},g={pattern:/(^|\s)(?:submit(?:\s+(?:load|norun|parseonly))?|endsubmit)\b/i,lookbehind:!0,alias:"keyword"},m=/aStore|accessControl|aggregation|audio|autotune|bayesianNetClassifier|bioMedImage|boolRule|builtins|cardinality|cdm|clustering|conditionalRandomFields|configuration|copula|countreg|dataDiscovery|dataPreprocess|dataSciencePilot|dataStep|decisionTree|deduplication|deepLearn|deepNeural|deepRnn|ds2|ecm|entityRes|espCluster|explainModel|factmac|fastKnn|fcmpact|fedSql|freqTab|gVarCluster|gam|gleam|graphSemiSupLearn|hiddenMarkovModel|hyperGroup|ica|image|iml|kernalPca|langModel|ldaTopic|loadStreams|mbc|mixed|mlTools|modelPublishing|network|neuralNet|nmf|nonParametricBayes|nonlinear|optNetwork|optimization|panel|pca|percentile|phreg|pls|qkb|qlim|quantreg|recommend|regression|reinforcementLearn|robustPca|ruleMining|sampling|sandwich|sccasl|search(?:Analytics)?|sentimentAnalysis|sequence|session(?:Prop)?|severity|simSystem|simple|smartData|sparkEmbeddedProcess|sparseML|spatialreg|spc|stabilityMonitoring|svDataDescription|svm|table|text(?:Filters|Frequency|Mining|Parse|Rule(?:Develop|Score)|Topic|Util)|timeData|transpose|tsInfo|tsReconcile|uniTimeSeries|varReduce/.source,b={pattern:RegExp(/(^|\s)(?:action\s+)?(?:<act>)\.[a-z]+\b[^;]+/.source.replace(/<act>/g,function(){return m}),"i"),lookbehind:!0,inside:{keyword:RegExp(/(?:<act>)\.[a-z]+\b/.source.replace(/<act>/g,function(){return m}),"i"),action:{pattern:/(?:action)/i,alias:"keyword"},comment:o,function:u,"arg-value":d["arg-value"],operator:d.operator,argument:d.arg,number:n,"numeric-constant":r,punctuation:c,string:l}},E={pattern:/((?:^|\s)=?)(?:after|analysis|and|array|barchart|barwidth|begingraph|by|call|cas|cbarline|cfill|class(?:lev)?|close|column|computed?|contains|continue|data(?==)|define|delete|describe|document|do\s+over|do|dol|drop|dul|else|end(?:comp|source)?|entryTitle|eval(?:uate)?|exec(?:ute)?|exit|file(?:name)?|fill(?:attrs)?|flist|fnc|function(?:list)?|global|goto|group(?:by)?|headline|headskip|histogram|if|infile|keep|keylabel|keyword|label|layout|leave|legendlabel|length|libname|loadactionset|merge|midpoints|_?null_|name|noobs|nowd|ods|options|or|otherwise|out(?:put)?|over(?:lay)?|plot|print|put|raise|ranexp|rannor|rbreak|retain|return|select|session|sessref|set|source|statgraph|sum|summarize|table|temp|terminate|then\s+do|then|title\d?|to|var|when|where|xaxisopts|y2axisopts|yaxisopts)\b/i,lookbehind:!0},e.languages.sas={datalines:{pattern:/^([ \t]*)(?:cards|(?:data)?lines);[\s\S]+?^[ \t]*;/im,lookbehind:!0,alias:"string",inside:{keyword:{pattern:/^(?:cards|(?:data)?lines)/i},punctuation:/;/}},"proc-sql":{pattern:/(^proc\s+(?:fed)?sql(?:\s+[\w|=]+)?;)[\s\S]+?(?=^(?:proc\s+\w+|data|quit|run);|(?![\s\S]))/im,lookbehind:!0,inside:{sql:{pattern:RegExp(/^[ \t]*(?:select|alter\s+table|(?:create|describe|drop)\s+(?:index|table(?:\s+constraints)?|view)|create\s+unique\s+index|insert\s+into|update)(?:<str>|[^;"'])+;/.source.replace(/<str>/g,function(){return t}),"im"),alias:"language-sql",inside:e.languages.sql},"global-statements":f,"sql-statements":{pattern:/(^|\s)(?:disconnect\s+from|begin|commit|exec(?:ute)?|reset|rollback|validate)\b/i,lookbehind:!0,alias:"keyword"},number:n,"numeric-constant":r,punctuation:c,string:l}},"proc-groovy":{pattern:/(^proc\s+groovy(?:\s+[\w|=]+)?;)[\s\S]+?(?=^(?:proc\s+\w+|data|quit|run);|(?![\s\S]))/im,lookbehind:!0,inside:{comment:o,groovy:{pattern:RegExp(/(^[ \t]*submit(?:\s+(?:load|norun|parseonly))?)(?:<str>|[^"'])+?(?=endsubmit;)/.source.replace(/<str>/g,function(){return t}),"im"),lookbehind:!0,alias:"language-groovy",inside:e.languages.groovy},keyword:E,"submit-statement":g,"global-statements":f,number:n,"numeric-constant":r,punctuation:c,string:l}},"proc-lua":{pattern:/(^proc\s+lua(?:\s+[\w|=]+)?;)[\s\S]+?(?=^(?:proc\s+\w+|data|quit|run);|(?![\s\S]))/im,lookbehind:!0,inside:{comment:o,lua:{pattern:RegExp(/(^[ \t]*submit(?:\s+(?:load|norun|parseonly))?)(?:<str>|[^"'])+?(?=endsubmit;)/.source.replace(/<str>/g,function(){return t}),"im"),lookbehind:!0,alias:"language-lua",inside:e.languages.lua},keyword:E,"submit-statement":g,"global-statements":f,number:n,"numeric-constant":r,punctuation:c,string:l}},"proc-cas":{pattern:/(^proc\s+cas(?:\s+[\w|=]+)?;)[\s\S]+?(?=^(?:proc\s+\w+|quit|data);|(?![\s\S]))/im,lookbehind:!0,inside:{comment:o,"statement-var":{pattern:/((?:^|\s)=?)saveresult\s[^;]+/im,lookbehind:!0,inside:{statement:{pattern:/^saveresult\s+\S+/i,inside:{keyword:/^(?:saveresult)/i}},rest:d}},"cas-actions":b,statement:{pattern:/((?:^|\s)=?)(?:default|(?:un)?set|on|output|upload)[^;]+/im,lookbehind:!0,inside:d},step:s,keyword:E,function:u,format:p,altformat:h,"global-statements":f,number:n,"numeric-constant":r,punctuation:c,string:l}},"proc-args":{pattern:RegExp(/(^proc\s+\w+\s+)(?!\s)(?:[^;"']|<str>)+;/.source.replace(/<str>/g,function(){return t}),"im"),lookbehind:!0,inside:d},"macro-keyword":i,"macro-variable":a,"macro-string-functions":{pattern:/((?:^|\s|=))%(?:BQUOTE|NRBQUOTE|NRQUOTE|NRSTR|QUOTE|STR)\(.*?(?:[^%]\))/i,lookbehind:!0,inside:{function:{pattern:/%(?:BQUOTE|NRBQUOTE|NRQUOTE|NRSTR|QUOTE|STR)/i,alias:"keyword"},"macro-keyword":i,"macro-variable":a,"escaped-char":{pattern:/%['"()<>=¬^~;,#]/},punctuation:c}},"macro-declaration":{pattern:/^%macro[^;]+(?=;)/im,inside:{keyword:/%macro/i}},"macro-end":{pattern:/^%mend[^;]+(?=;)/im,inside:{keyword:/%mend/i}},macro:{pattern:/%_\w+(?=\()/,alias:"keyword"},input:{pattern:/\binput\s[-\w\s/*.$&]+;/i,inside:{input:{alias:"keyword",pattern:/^input/i},comment:o,number:n,"numeric-constant":r}},"options-args":{pattern:/(^options)[-'"|/\\<>*+=:()\w\s]*(?=;)/im,lookbehind:!0,inside:d},"cas-actions":b,comment:o,function:u,format:p,altformat:h,"numeric-constant":r,datetime:{pattern:RegExp(t+"(?:dt?|t)"),alias:"number"},string:l,step:s,keyword:E,"operator-keyword":{pattern:/\b(?:eq|ge|gt|in|le|lt|ne|not)\b/i,alias:"operator"},number:n,operator:/\*\*?|\|\|?|!!?|¦¦?|<[>=]?|>[<=]?|[-+\/=&]|[~¬^]=?/,punctuation:c}}function rS(e){var t,n;e.register(k),e.languages.sass=e.languages.extend("css",{comment:{pattern:/^([ \t]*)\/[\/*].*(?:(?:\r?\n|\r)\1[ \t].+)*/m,lookbehind:!0,greedy:!0}}),e.languages.insertBefore("sass","atrule",{"atrule-line":{pattern:/^(?:[ \t]*)[@+=].+/m,greedy:!0,inside:{atrule:/(?:@[\w-]+|[+=])/}}}),delete e.languages.sass.atrule,t=/\$[-\w]+|#\{\$[-\w]+\}/,n=[/[+*\/%]|[=!]=|<=?|>=?|\b(?:and|not|or)\b/,{pattern:/(\s)-(?=\s)/,lookbehind:!0}],e.languages.insertBefore("sass","property",{"variable-line":{pattern:/^[ \t]*\$.+/m,greedy:!0,inside:{punctuation:/:/,variable:t,operator:n}},"property-line":{pattern:/^[ \t]*(?:[^:\s]+ *:.*|:[^:\s].*)/m,greedy:!0,inside:{property:[/[^:\s]+(?=\s*:)/,{pattern:/(:)[^:\s]+/,lookbehind:!0}],punctuation:/:/,variable:t,operator:n,important:e.languages.sass.important}}}),delete e.languages.sass.property,delete e.languages.sass.important,e.languages.insertBefore("sass","punctuation",{selector:{pattern:/^([ \t]*)\S(?:,[^,\r\n]+|[^,\r\n]*)(?:,[^,\r\n]+)*(?:,(?:\r?\n|\r)\1[ \t]+\S(?:,[^,\r\n]+|[^,\r\n]*)(?:,[^,\r\n]+)*)*/m,lookbehind:!0,greedy:!0}})}function rA(e){var t;e.register(W),t=[/"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/.source,/'[^']*'/.source,/\$'(?:[^'\\]|\\[\s\S])*'/.source,/<<-?\s*(["']?)(\w+)\1\s[\s\S]*?[\r\n]\2/.source].join("|"),e.languages["shell-session"]={command:{pattern:RegExp(/^/.source+"(?:"+/[^\s@:$#%*!/\\]+@[^\r\n@:$#%*!/\\]+(?::[^\0-\x1F$#%*?"<>:;|]+)?/.source+"|"+/[/~.][^\0-\x1F$#%*?"<>@:;|]*/.source+")?"+/[$#%](?=\s)/.source+/(?:[^\\\r\n \t'"<$]|[ \t](?:(?!#)|#.*$)|\\(?:[^\r]|\r\n?)|\$(?!')|<(?!<)|<<str>>)+/.source.replace(/<<str>>/g,function(){return t}),"m"),greedy:!0,inside:{info:{pattern:/^[^#$%]+/,alias:"punctuation",inside:{user:/^[^\s@:$#%*!/\\]+@[^\r\n@:$#%*!/\\]+/,punctuation:/:/,path:/[\s\S]+/}},bash:{pattern:/(^[$#%]\s*)\S[\s\S]*/,lookbehind:!0,alias:"language-bash",inside:e.languages.bash},"shell-symbol":{pattern:/^[$#%]/,alias:"important"}}},output:/.(?:.*(?:[\r\n]|.$))*/},e.languages["sh-session"]=e.languages.shellsession=e.languages["shell-session"]}function rk(e){e.languages.smali={comment:/#.*/,string:{pattern:/"(?:[^\r\n\\"]|\\.)*"|'(?:[^\r\n\\']|\\(?:.|u[\da-fA-F]{4}))'/,greedy:!0},"class-name":{pattern:/(^|[^L])L(?:(?:\w+|`[^`\r\n]*`)\/)*(?:[\w$]+|`[^`\r\n]*`)(?=\s*;)/,lookbehind:!0,inside:{"class-name":{pattern:/(^L|\/)(?:[\w$]+|`[^`\r\n]*`)$/,lookbehind:!0},namespace:{pattern:/^(L)(?:(?:\w+|`[^`\r\n]*`)\/)+/,lookbehind:!0,inside:{punctuation:/\//}},builtin:/^L/}},builtin:[{pattern:/([();\[])[BCDFIJSVZ]+/,lookbehind:!0},{pattern:/([\w$>]:)[BCDFIJSVZ]/,lookbehind:!0}],keyword:[{pattern:/(\.end\s+)[\w-]+/,lookbehind:!0},{pattern:/(^|[^\w.-])\.(?!\d)[\w-]+/,lookbehind:!0},{pattern:/(^|[^\w.-])(?:abstract|annotation|bridge|constructor|enum|final|interface|private|protected|public|runtime|static|synthetic|system|transient)(?![\w.-])/,lookbehind:!0}],function:{pattern:/(^|[^\w.-])(?:\w+|<[\w$-]+>)(?=\()/,lookbehind:!0},field:{pattern:/[\w$]+(?=:)/,alias:"variable"},register:{pattern:/(^|[^\w.-])[vp]\d(?![\w.-])/,lookbehind:!0,alias:"variable"},boolean:{pattern:/(^|[^\w.-])(?:false|true)(?![\w.-])/,lookbehind:!0},number:{pattern:/(^|[^/\w.-])-?(?:NAN|INFINITY|0x(?:[\dA-F]+(?:\.[\dA-F]*)?|\.[\dA-F]+)(?:p[+-]?[\dA-F]+)?|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?)[dflst]?(?![\w.-])/i,lookbehind:!0},label:{pattern:/(:)\w+/,lookbehind:!0,alias:"property"},operator:/->|\.\.|[\[=]/,punctuation:/[{}(),;:]/}}function rI(e){e.languages.smalltalk={comment:{pattern:/"(?:""|[^"])*"/,greedy:!0},char:{pattern:/\$./,greedy:!0},string:{pattern:/'(?:''|[^'])*'/,greedy:!0},symbol:/#[\da-z]+|#(?:-|([+\/\\*~<>=@%|&?!])\1?)|#(?=\()/i,"block-arguments":{pattern:/(\[\s*):[^\[|]*\|/,lookbehind:!0,inside:{variable:/:[\da-z]+/i,punctuation:/\|/}},"temporary-variables":{pattern:/\|[^|]+\|/,inside:{variable:/[\da-z]+/i,punctuation:/\|/}},keyword:/\b(?:new|nil|self|super)\b/,boolean:/\b(?:false|true)\b/,number:[/\d+r-?[\dA-Z]+(?:\.[\dA-Z]+)?(?:e-?\d+)?/,/\b\d+(?:\.\d+)?(?:e-?\d+)?/],operator:/[<=]=?|:=|~[~=]|\/\/?|\\\\|>[>=]?|[!^+\-*&|,@]/,punctuation:/[.;:?\[\](){}]/}}function rN(e){var t,n;e.register(ez),e.languages.smarty={comment:{pattern:/^\{\*[\s\S]*?\*\}/,greedy:!0},"embedded-php":{pattern:/^\{php\}[\s\S]*?\{\/php\}/,greedy:!0,inside:{smarty:{pattern:/^\{php\}|\{\/php\}$/,inside:null},php:{pattern:/[\s\S]+/,alias:"language-php",inside:e.languages.php}}},string:[{pattern:/"(?:\\.|[^"\\\r\n])*"/,greedy:!0,inside:{interpolation:{pattern:/\{[^{}]*\}|`[^`]*`/,inside:{"interpolation-punctuation":{pattern:/^[{`]|[`}]$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:null}}},variable:/\$\w+/}},{pattern:/'(?:\\.|[^'\\\r\n])*'/,greedy:!0}],keyword:{pattern:/(^\{\/?)[a-z_]\w*\b(?!\()/i,lookbehind:!0,greedy:!0},delimiter:{pattern:/^\{\/?|\}$/,greedy:!0,alias:"punctuation"},number:/\b0x[\dA-Fa-f]+|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee][-+]?\d+)?/,variable:[/\$(?!\d)\w+/,/#(?!\d)\w+#/,{pattern:/(\.|->|\w\s*=)(?!\d)\w+\b(?!\()/,lookbehind:!0},{pattern:/(\[)(?!\d)\w+(?=\])/,lookbehind:!0}],function:{pattern:/(\|\s*)@?[a-z_]\w*|\b[a-z_]\w*(?=\()/i,lookbehind:!0},"attr-name":/\b[a-z_]\w*(?=\s*=)/i,boolean:/\b(?:false|no|off|on|true|yes)\b/,punctuation:/[\[\](){}.,:`]|->/,operator:[/[+\-*\/%]|==?=?|[!<>]=?|&&|\|\|?/,/\bis\s+(?:not\s+)?(?:div|even|odd)(?:\s+by)?\b/,/\b(?:and|eq|gt?e|gt|lt?e|lt|mod|neq?|not|or)\b/]},e.languages.smarty["embedded-php"].inside.smarty.inside=e.languages.smarty,e.languages.smarty.string[0].inside.interpolation.inside.expression.inside=e.languages.smarty,t=/"(?:\\.|[^"\\\r\n])*"|'(?:\\.|[^'\\\r\n])*'/,n=RegExp(/\{\*[\s\S]*?\*\}/.source+"|"+/\{php\}[\s\S]*?\{\/php\}/.source+"|"+/\{(?:[^{}"']|<str>|\{(?:[^{}"']|<str>|\{(?:[^{}"']|<str>)*\})*\})*\}/.source.replace(/<str>/g,function(){return t.source}),"g"),e.hooks.add("before-tokenize",function(t){var r=!1;e.languages["markup-templating"].buildPlaceholders(t,"smarty",n,function(e){return"{/literal}"===e&&(r=!1),!r&&("{literal}"===e&&(r=!0),!0)})}),e.hooks.add("after-tokenize",function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"smarty")})}function rv(e){var t;t=/\b(?:abstype|and|andalso|as|case|datatype|do|else|end|eqtype|exception|fn|fun|functor|handle|if|in|include|infix|infixr|let|local|nonfix|of|op|open|orelse|raise|rec|sharing|sig|signature|struct|structure|then|type|val|where|while|with|withtype)\b/i,e.languages.sml={comment:/\(\*(?:[^*(]|\*(?!\))|\((?!\*)|\(\*(?:[^*(]|\*(?!\))|\((?!\*))*\*\))*\*\)/,string:{pattern:/#?"(?:[^"\\]|\\.)*"/,greedy:!0},"class-name":[{pattern:RegExp(/((?:^|[^:]):\s*)<TERMINAL>(?:\s*(?:(?:\*|->)\s*<TERMINAL>|,\s*<TERMINAL>(?:(?=<NOT-LAST>)|(?!<NOT-LAST>)\s+<LONG-ID>)))*/.source.replace(/<NOT-LAST>/g,function(){return/\s*(?:[*,]|->)/.source}).replace(/<TERMINAL>/g,function(){return/(?:'[\w']*|<LONG-ID>|\((?:[^()]|\([^()]*\))*\)|\{(?:[^{}]|\{[^{}]*\})*\})(?:\s+<LONG-ID>)*/.source}).replace(/<LONG-ID>/g,function(){return/(?!<KEYWORD>)[a-z\d_][\w'.]*/.source}).replace(/<KEYWORD>/g,function(){return t.source}),"i"),lookbehind:!0,greedy:!0,inside:null},{pattern:/((?:^|[^\w'])(?:datatype|exception|functor|signature|structure|type)\s+)[a-z_][\w'.]*/i,lookbehind:!0}],function:{pattern:/((?:^|[^\w'])fun\s+)[a-z_][\w'.]*/i,lookbehind:!0},keyword:t,variable:{pattern:/(^|[^\w'])'[\w']*/,lookbehind:!0},number:/~?\b(?:\d+(?:\.\d+)?(?:e~?\d+)?|0x[\da-f]+)\b/i,word:{pattern:/\b0w(?:\d+|x[\da-f]+)\b/i,alias:"constant"},boolean:/\b(?:false|true)\b/i,operator:/\.\.\.|:[>=:]|=>?|->|[<>]=?|[!+\-*/^#|@~]/,punctuation:/[(){}\[\].:,;]/},e.languages.sml["class-name"][0].inside=e.languages.sml,e.languages.smlnj=e.languages.sml}function rR(e){e.register(I),e.languages.solidity=e.languages.extend("clike",{"class-name":{pattern:/(\b(?:contract|enum|interface|library|new|struct|using)\s+)(?!\d)[\w$]+/,lookbehind:!0},keyword:/\b(?:_|anonymous|as|assembly|assert|break|calldata|case|constant|constructor|continue|contract|default|delete|do|else|emit|enum|event|external|for|from|function|if|import|indexed|inherited|interface|internal|is|let|library|mapping|memory|modifier|new|payable|pragma|private|public|pure|require|returns?|revert|selfdestruct|solidity|storage|struct|suicide|switch|this|throw|using|var|view|while)\b/,operator:/=>|->|:=|=:|\*\*|\+\+|--|\|\||&&|<<=?|>>=?|[-+*/%^&|<>!=]=?|[~?]/}),e.languages.insertBefore("solidity","keyword",{builtin:/\b(?:address|bool|byte|u?int(?:8|16|24|32|40|48|56|64|72|80|88|96|104|112|120|128|136|144|152|160|168|176|184|192|200|208|216|224|232|240|248|256)?|string|bytes(?:[1-9]|[12]\d|3[0-2])?)\b/}),e.languages.insertBefore("solidity","number",{version:{pattern:/([<>]=?|\^)\d+\.\d+\.\d+\b/,lookbehind:!0,alias:"number"}}),e.languages.sol=e.languages.solidity}function rO(e){var t;t={pattern:/\{[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}\}/i,alias:"constant",inside:{punctuation:/[{}]/}},e.languages["solution-file"]={comment:{pattern:/#.*/,greedy:!0},string:{pattern:/"[^"\r\n]*"|'[^'\r\n]*'/,greedy:!0,inside:{guid:t}},object:{pattern:/^([ \t]*)(?:([A-Z]\w*)\b(?=.*(?:\r\n?|\n)(?:\1[ \t].*(?:\r\n?|\n))*\1End\2(?=[ \t]*$))|End[A-Z]\w*(?=[ \t]*$))/m,lookbehind:!0,greedy:!0,alias:"keyword"},property:{pattern:/^([ \t]*)(?!\s)[^\r\n"#=()]*[^\s"#=()](?=\s*=)/m,lookbehind:!0,inside:{guid:t}},guid:t,number:/\b\d+(?:\.\d+)*\b/,boolean:/\b(?:FALSE|TRUE)\b/,operator:/=/,punctuation:/[(),]/},e.languages.sln=e.languages["solution-file"]}function rw(e){var t,n;e.register(ez),t=/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,n=/\b\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\b|\b0x[\dA-F]+\b/,e.languages.soy={comment:[/\/\*[\s\S]*?\*\//,{pattern:/(\s)\/\/.*/,lookbehind:!0,greedy:!0}],"command-arg":{pattern:/(\{+\/?\s*(?:alias|call|delcall|delpackage|deltemplate|namespace|template)\s+)\.?[\w.]+/,lookbehind:!0,alias:"string",inside:{punctuation:/\./}},parameter:{pattern:/(\{+\/?\s*@?param\??\s+)\.?[\w.]+/,lookbehind:!0,alias:"variable"},keyword:[{pattern:/(\{+\/?[^\S\r\n]*)(?:\\[nrt]|alias|call|case|css|default|delcall|delpackage|deltemplate|else(?:if)?|fallbackmsg|for(?:each)?|if(?:empty)?|lb|let|literal|msg|namespace|nil|@?param\??|rb|sp|switch|template|xid)/,lookbehind:!0},/\b(?:any|as|attributes|bool|css|float|html|in|int|js|list|map|null|number|string|uri)\b/],delimiter:{pattern:/^\{+\/?|\/?\}+$/,alias:"punctuation"},property:/\w+(?==)/,variable:{pattern:/\$[^\W\d]\w*(?:\??(?:\.\w+|\[[^\]]+\]))*/,inside:{string:{pattern:t,greedy:!0},number:n,punctuation:/[\[\].?]/}},string:{pattern:t,greedy:!0},function:[/\w+(?=\()/,{pattern:/(\|[^\S\r\n]*)\w+/,lookbehind:!0}],boolean:/\b(?:false|true)\b/,number:n,operator:/\?:?|<=?|>=?|==?|!=|[+*/%-]|\b(?:and|not|or)\b/,punctuation:/[{}()\[\]|.,:]/},e.hooks.add("before-tokenize",function(t){var n=!1;e.languages["markup-templating"].buildPlaceholders(t,"soy",/\{\{.+?\}\}|\{.+?\}|\s\/\/.*|\/\*[\s\S]*?\*\//g,function(e){return"{/literal}"===e&&(n=!1),!n&&("{literal}"===e&&(n=!0),!0)})}),e.hooks.add("after-tokenize",function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"soy")})}function rC(e){e.languages.turtle={comment:{pattern:/#.*/,greedy:!0},"multiline-string":{pattern:/"""(?:(?:""?)?(?:[^"\\]|\\.))*"""|'''(?:(?:''?)?(?:[^'\\]|\\.))*'''/,greedy:!0,alias:"string",inside:{comment:/#.*/}},string:{pattern:/"(?:[^\\"\r\n]|\\.)*"|'(?:[^\\'\r\n]|\\.)*'/,greedy:!0},url:{pattern:/<(?:[^\x00-\x20<>"{}|^`\\]|\\(?:u[\da-fA-F]{4}|U[\da-fA-F]{8}))*>/,greedy:!0,inside:{punctuation:/[<>]/}},function:{pattern:/(?:(?![-.\d\xB7])[-.\w\xB7\xC0-\uFFFD]+)?:(?:(?![-.])(?:[-.:\w\xC0-\uFFFD]|%[\da-f]{2}|\\.)+)?/i,inside:{"local-name":{pattern:/([^:]*:)[\s\S]+/,lookbehind:!0},prefix:{pattern:/[\s\S]+/,inside:{punctuation:/:/}}}},number:/[+-]?\b\d+(?:\.\d*)?(?:e[+-]?\d+)?/i,punctuation:/[{}.,;()[\]]|\^\^/,boolean:/\b(?:false|true)\b/,keyword:[/(?:\ba|@prefix|@base)\b|=/,/\b(?:base|graph|prefix)\b/i],tag:{pattern:/@[a-z]+(?:-[a-z\d]+)*/i,inside:{punctuation:/@/}}},e.languages.trig=e.languages.turtle}function rD(e){e.register(rC),e.languages.sparql=e.languages.extend("turtle",{boolean:/\b(?:false|true)\b/i,variable:{pattern:/[?$]\w+/,greedy:!0}}),e.languages.insertBefore("sparql","punctuation",{keyword:[/\b(?:A|ADD|ALL|AS|ASC|ASK|BNODE|BY|CLEAR|CONSTRUCT|COPY|CREATE|DATA|DEFAULT|DELETE|DESC|DESCRIBE|DISTINCT|DROP|EXISTS|FILTER|FROM|GROUP|HAVING|INSERT|INTO|LIMIT|LOAD|MINUS|MOVE|NAMED|NOT|NOW|OFFSET|OPTIONAL|ORDER|RAND|REDUCED|SELECT|SEPARATOR|SERVICE|SILENT|STRUUID|UNION|USING|UUID|VALUES|WHERE)\b/i,/\b(?:ABS|AVG|BIND|BOUND|CEIL|COALESCE|CONCAT|CONTAINS|COUNT|DATATYPE|DAY|ENCODE_FOR_URI|FLOOR|GROUP_CONCAT|HOURS|IF|IRI|isBLANK|isIRI|isLITERAL|isNUMERIC|isURI|LANG|LANGMATCHES|LCASE|MAX|MD5|MIN|MINUTES|MONTH|REGEX|REPLACE|ROUND|sameTerm|SAMPLE|SECONDS|SHA1|SHA256|SHA384|SHA512|STR|STRAFTER|STRBEFORE|STRDT|STRENDS|STRLANG|STRLEN|STRSTARTS|SUBSTR|SUM|TIMEZONE|TZ|UCASE|URI|YEAR)\b(?=\s*\()/i,/\b(?:BASE|GRAPH|PREFIX)\b/i]}),e.languages.rq=e.languages.sparql}function rL(e){e.languages["splunk-spl"]={comment:/`comment\("(?:\\.|[^\\"])*"\)`/,string:{pattern:/"(?:\\.|[^\\"])*"/,greedy:!0},keyword:/\b(?:abstract|accum|addcoltotals|addinfo|addtotals|analyzefields|anomalies|anomalousvalue|anomalydetection|append|appendcols|appendcsv|appendlookup|appendpipe|arules|associate|audit|autoregress|bin|bucket|bucketdir|chart|cluster|cofilter|collect|concurrency|contingency|convert|correlate|datamodel|dbinspect|dedup|delete|delta|diff|erex|eval|eventcount|eventstats|extract|fieldformat|fields|fieldsummary|filldown|fillnull|findtypes|folderize|foreach|format|from|gauge|gentimes|geom|geomfilter|geostats|head|highlight|history|iconify|input|inputcsv|inputlookup|iplocation|join|kmeans|kv|kvform|loadjob|localize|localop|lookup|makecontinuous|makemv|makeresults|map|mcollect|metadata|metasearch|meventcollect|mstats|multikv|multisearch|mvcombine|mvexpand|nomv|outlier|outputcsv|outputlookup|outputtext|overlap|pivot|predict|rangemap|rare|regex|relevancy|reltime|rename|replace|rest|return|reverse|rex|rtorder|run|savedsearch|script|scrub|search|searchtxn|selfjoin|sendemail|set|setfields|sichart|sirare|sistats|sitimechart|sitop|sort|spath|stats|strcat|streamstats|table|tags|tail|timechart|timewrap|top|transaction|transpose|trendline|tscollect|tstats|typeahead|typelearner|typer|union|uniq|untable|where|x11|xmlkv|xmlunescape|xpath|xyseries)\b/i,"operator-word":{pattern:/\b(?:and|as|by|not|or|xor)\b/i,alias:"operator"},function:/\b\w+(?=\s*\()/,property:/\b\w+(?=\s*=(?!=))/,date:{pattern:/\b\d{1,2}\/\d{1,2}\/\d{1,4}(?:(?::\d{1,2}){3})?\b/,alias:"number"},number:/\b\d+(?:\.\d+)?\b/,boolean:/\b(?:f|false|t|true)\b/i,operator:/[<>=]=?|[-+*/%|]/,punctuation:/[()[\],]/}}function rx(e){e.register(I),e.languages.sqf=e.languages.extend("clike",{string:{pattern:/"(?:(?:"")?[^"])*"(?!")|'(?:[^'])*'/,greedy:!0},keyword:/\b(?:breakOut|breakTo|call|case|catch|default|do|echo|else|execFSM|execVM|exitWith|for|forEach|forEachMember|forEachMemberAgent|forEachMemberTeam|from|goto|if|nil|preprocessFile|preprocessFileLineNumbers|private|scopeName|spawn|step|switch|then|throw|to|try|while|with)\b/i,boolean:/\b(?:false|true)\b/i,function:/\b(?:abs|accTime|acos|action|actionIDs|actionKeys|actionKeysImages|actionKeysNames|actionKeysNamesArray|actionName|actionParams|activateAddons|activatedAddons|activateKey|add3DENConnection|add3DENEventHandler|add3DENLayer|addAction|addBackpack|addBackpackCargo|addBackpackCargoGlobal|addBackpackGlobal|addCamShake|addCuratorAddons|addCuratorCameraArea|addCuratorEditableObjects|addCuratorEditingArea|addCuratorPoints|addEditorObject|addEventHandler|addForce|addForceGeneratorRTD|addGoggles|addGroupIcon|addHandgunItem|addHeadgear|addItem|addItemCargo|addItemCargoGlobal|addItemPool|addItemToBackpack|addItemToUniform|addItemToVest|addLiveStats|addMagazine|addMagazineAmmoCargo|addMagazineCargo|addMagazineCargoGlobal|addMagazineGlobal|addMagazinePool|addMagazines|addMagazineTurret|addMenu|addMenuItem|addMissionEventHandler|addMPEventHandler|addMusicEventHandler|addOwnedMine|addPlayerScores|addPrimaryWeaponItem|addPublicVariableEventHandler|addRating|addResources|addScore|addScoreSide|addSecondaryWeaponItem|addSwitchableUnit|addTeamMember|addToRemainsCollector|addTorque|addUniform|addVehicle|addVest|addWaypoint|addWeapon|addWeaponCargo|addWeaponCargoGlobal|addWeaponGlobal|addWeaponItem|addWeaponPool|addWeaponTurret|admin|agent|agents|AGLToASL|aimedAtTarget|aimPos|airDensityCurveRTD|airDensityRTD|airplaneThrottle|airportSide|AISFinishHeal|alive|all3DENEntities|allAirports|allControls|allCurators|allCutLayers|allDead|allDeadMen|allDisplays|allGroups|allMapMarkers|allMines|allMissionObjects|allow3DMode|allowCrewInImmobile|allowCuratorLogicIgnoreAreas|allowDamage|allowDammage|allowFileOperations|allowFleeing|allowGetIn|allowSprint|allPlayers|allSimpleObjects|allSites|allTurrets|allUnits|allUnitsUAV|allVariables|ammo|ammoOnPylon|animate|animateBay|animateDoor|animatePylon|animateSource|animationNames|animationPhase|animationSourcePhase|animationState|append|apply|armoryPoints|arrayIntersect|asin|ASLToAGL|ASLToATL|assert|assignAsCargo|assignAsCargoIndex|assignAsCommander|assignAsDriver|assignAsGunner|assignAsTurret|assignCurator|assignedCargo|assignedCommander|assignedDriver|assignedGunner|assignedItems|assignedTarget|assignedTeam|assignedVehicle|assignedVehicleRole|assignItem|assignTeam|assignToAirport|atan|atan2|atg|ATLToASL|attachedObject|attachedObjects|attachedTo|attachObject|attachTo|attackEnabled|backpack|backpackCargo|backpackContainer|backpackItems|backpackMagazines|backpackSpaceFor|behaviour|benchmark|binocular|blufor|boundingBox|boundingBoxReal|boundingCenter|briefingName|buildingExit|buildingPos|buldozer_EnableRoadDiag|buldozer_IsEnabledRoadDiag|buldozer_LoadNewRoads|buldozer_reloadOperMap|buttonAction|buttonSetAction|cadetMode|callExtension|camCommand|camCommit|camCommitPrepared|camCommitted|camConstuctionSetParams|camCreate|camDestroy|cameraEffect|cameraEffectEnableHUD|cameraInterest|cameraOn|cameraView|campaignConfigFile|camPreload|camPreloaded|camPrepareBank|camPrepareDir|camPrepareDive|camPrepareFocus|camPrepareFov|camPrepareFovRange|camPreparePos|camPrepareRelPos|camPrepareTarget|camSetBank|camSetDir|camSetDive|camSetFocus|camSetFov|camSetFovRange|camSetPos|camSetRelPos|camSetTarget|camTarget|camUseNVG|canAdd|canAddItemToBackpack|canAddItemToUniform|canAddItemToVest|cancelSimpleTaskDestination|canFire|canMove|canSlingLoad|canStand|canSuspend|canTriggerDynamicSimulation|canUnloadInCombat|canVehicleCargo|captive|captiveNum|cbChecked|cbSetChecked|ceil|channelEnabled|cheatsEnabled|checkAIFeature|checkVisibility|civilian|className|clear3DENAttribute|clear3DENInventory|clearAllItemsFromBackpack|clearBackpackCargo|clearBackpackCargoGlobal|clearForcesRTD|clearGroupIcons|clearItemCargo|clearItemCargoGlobal|clearItemPool|clearMagazineCargo|clearMagazineCargoGlobal|clearMagazinePool|clearOverlay|clearRadio|clearVehicleInit|clearWeaponCargo|clearWeaponCargoGlobal|clearWeaponPool|clientOwner|closeDialog|closeDisplay|closeOverlay|collapseObjectTree|collect3DENHistory|collectiveRTD|combatMode|commandArtilleryFire|commandChat|commander|commandFire|commandFollow|commandFSM|commandGetOut|commandingMenu|commandMove|commandRadio|commandStop|commandSuppressiveFire|commandTarget|commandWatch|comment|commitOverlay|compile|compileFinal|completedFSM|composeText|configClasses|configFile|configHierarchy|configName|configNull|configProperties|configSourceAddonList|configSourceMod|configSourceModList|confirmSensorTarget|connectTerminalToUAV|controlNull|controlsGroupCtrl|copyFromClipboard|copyToClipboard|copyWaypoints|cos|count|countEnemy|countFriendly|countSide|countType|countUnknown|create3DENComposition|create3DENEntity|createAgent|createCenter|createDialog|createDiaryLink|createDiaryRecord|createDiarySubject|createDisplay|createGearDialog|createGroup|createGuardedPoint|createLocation|createMarker|createMarkerLocal|createMenu|createMine|createMissionDisplay|createMPCampaignDisplay|createSimpleObject|createSimpleTask|createSite|createSoundSource|createTask|createTeam|createTrigger|createUnit|createVehicle|createVehicleCrew|createVehicleLocal|crew|ctAddHeader|ctAddRow|ctClear|ctCurSel|ctData|ctFindHeaderRows|ctFindRowHeader|ctHeaderControls|ctHeaderCount|ctRemoveHeaders|ctRemoveRows|ctrlActivate|ctrlAddEventHandler|ctrlAngle|ctrlAutoScrollDelay|ctrlAutoScrollRewind|ctrlAutoScrollSpeed|ctrlChecked|ctrlClassName|ctrlCommit|ctrlCommitted|ctrlCreate|ctrlDelete|ctrlEnable|ctrlEnabled|ctrlFade|ctrlHTMLLoaded|ctrlIDC|ctrlIDD|ctrlMapAnimAdd|ctrlMapAnimClear|ctrlMapAnimCommit|ctrlMapAnimDone|ctrlMapCursor|ctrlMapMouseOver|ctrlMapScale|ctrlMapScreenToWorld|ctrlMapWorldToScreen|ctrlModel|ctrlModelDirAndUp|ctrlModelScale|ctrlParent|ctrlParentControlsGroup|ctrlPosition|ctrlRemoveAllEventHandlers|ctrlRemoveEventHandler|ctrlScale|ctrlSetActiveColor|ctrlSetAngle|ctrlSetAutoScrollDelay|ctrlSetAutoScrollRewind|ctrlSetAutoScrollSpeed|ctrlSetBackgroundColor|ctrlSetChecked|ctrlSetDisabledColor|ctrlSetEventHandler|ctrlSetFade|ctrlSetFocus|ctrlSetFont|ctrlSetFontH1|ctrlSetFontH1B|ctrlSetFontH2|ctrlSetFontH2B|ctrlSetFontH3|ctrlSetFontH3B|ctrlSetFontH4|ctrlSetFontH4B|ctrlSetFontH5|ctrlSetFontH5B|ctrlSetFontH6|ctrlSetFontH6B|ctrlSetFontHeight|ctrlSetFontHeightH1|ctrlSetFontHeightH2|ctrlSetFontHeightH3|ctrlSetFontHeightH4|ctrlSetFontHeightH5|ctrlSetFontHeightH6|ctrlSetFontHeightSecondary|ctrlSetFontP|ctrlSetFontPB|ctrlSetFontSecondary|ctrlSetForegroundColor|ctrlSetModel|ctrlSetModelDirAndUp|ctrlSetModelScale|ctrlSetPixelPrecision|ctrlSetPosition|ctrlSetScale|ctrlSetStructuredText|ctrlSetText|ctrlSetTextColor|ctrlSetTextColorSecondary|ctrlSetTextSecondary|ctrlSetTooltip|ctrlSetTooltipColorBox|ctrlSetTooltipColorShade|ctrlSetTooltipColorText|ctrlShow|ctrlShown|ctrlText|ctrlTextHeight|ctrlTextSecondary|ctrlTextWidth|ctrlType|ctrlVisible|ctRowControls|ctRowCount|ctSetCurSel|ctSetData|ctSetHeaderTemplate|ctSetRowTemplate|ctSetValue|ctValue|curatorAddons|curatorCamera|curatorCameraArea|curatorCameraAreaCeiling|curatorCoef|curatorEditableObjects|curatorEditingArea|curatorEditingAreaType|curatorMouseOver|curatorPoints|curatorRegisteredObjects|curatorSelected|curatorWaypointCost|current3DENOperation|currentChannel|currentCommand|currentMagazine|currentMagazineDetail|currentMagazineDetailTurret|currentMagazineTurret|currentMuzzle|currentNamespace|currentTask|currentTasks|currentThrowable|currentVisionMode|currentWaypoint|currentWeapon|currentWeaponMode|currentWeaponTurret|currentZeroing|cursorObject|cursorTarget|customChat|customRadio|cutFadeOut|cutObj|cutRsc|cutText|damage|date|dateToNumber|daytime|deActivateKey|debriefingText|debugFSM|debugLog|deg|delete3DENEntities|deleteAt|deleteCenter|deleteCollection|deleteEditorObject|deleteGroup|deleteGroupWhenEmpty|deleteIdentity|deleteLocation|deleteMarker|deleteMarkerLocal|deleteRange|deleteResources|deleteSite|deleteStatus|deleteTeam|deleteVehicle|deleteVehicleCrew|deleteWaypoint|detach|detectedMines|diag_activeMissionFSMs|diag_activeScripts|diag_activeSQFScripts|diag_activeSQSScripts|diag_captureFrame|diag_captureFrameToFile|diag_captureSlowFrame|diag_codePerformance|diag_drawMode|diag_dynamicSimulationEnd|diag_enable|diag_enabled|diag_fps|diag_fpsMin|diag_frameNo|diag_lightNewLoad|diag_list|diag_log|diag_logSlowFrame|diag_mergeConfigFile|diag_recordTurretLimits|diag_setLightNew|diag_tickTime|diag_toggle|dialog|diarySubjectExists|didJIP|didJIPOwner|difficulty|difficultyEnabled|difficultyEnabledRTD|difficultyOption|direction|directSay|disableAI|disableCollisionWith|disableConversation|disableDebriefingStats|disableMapIndicators|disableNVGEquipment|disableRemoteSensors|disableSerialization|disableTIEquipment|disableUAVConnectability|disableUserInput|displayAddEventHandler|displayCtrl|displayNull|displayParent|displayRemoveAllEventHandlers|displayRemoveEventHandler|displaySetEventHandler|dissolveTeam|distance|distance2D|distanceSqr|distributionRegion|do3DENAction|doArtilleryFire|doFire|doFollow|doFSM|doGetOut|doMove|doorPhase|doStop|doSuppressiveFire|doTarget|doWatch|drawArrow|drawEllipse|drawIcon|drawIcon3D|drawLine|drawLine3D|drawLink|drawLocation|drawPolygon|drawRectangle|drawTriangle|driver|drop|dynamicSimulationDistance|dynamicSimulationDistanceCoef|dynamicSimulationEnabled|dynamicSimulationSystemEnabled|east|edit3DENMissionAttributes|editObject|editorSetEventHandler|effectiveCommander|emptyPositions|enableAI|enableAIFeature|enableAimPrecision|enableAttack|enableAudioFeature|enableAutoStartUpRTD|enableAutoTrimRTD|enableCamShake|enableCaustics|enableChannel|enableCollisionWith|enableCopilot|enableDebriefingStats|enableDiagLegend|enableDynamicSimulation|enableDynamicSimulationSystem|enableEndDialog|enableEngineArtillery|enableEnvironment|enableFatigue|enableGunLights|enableInfoPanelComponent|enableIRLasers|enableMimics|enablePersonTurret|enableRadio|enableReload|enableRopeAttach|enableSatNormalOnDetail|enableSaving|enableSentences|enableSimulation|enableSimulationGlobal|enableStamina|enableStressDamage|enableTeamSwitch|enableTraffic|enableUAVConnectability|enableUAVWaypoints|enableVehicleCargo|enableVehicleSensor|enableWeaponDisassembly|endl|endLoadingScreen|endMission|engineOn|enginesIsOnRTD|enginesPowerRTD|enginesRpmRTD|enginesTorqueRTD|entities|environmentEnabled|estimatedEndServerTime|estimatedTimeLeft|evalObjectArgument|everyBackpack|everyContainer|exec|execEditorScript|exp|expectedDestination|exportJIPMessages|eyeDirection|eyePos|face|faction|fadeMusic|fadeRadio|fadeSound|fadeSpeech|failMission|fillWeaponsFromPool|find|findCover|findDisplay|findEditorObject|findEmptyPosition|findEmptyPositionReady|findIf|findNearestEnemy|finishMissionInit|finite|fire|fireAtTarget|firstBackpack|flag|flagAnimationPhase|flagOwner|flagSide|flagTexture|fleeing|floor|flyInHeight|flyInHeightASL|fog|fogForecast|fogParams|forceAddUniform|forceAtPositionRTD|forcedMap|forceEnd|forceFlagTexture|forceFollowRoad|forceGeneratorRTD|forceMap|forceRespawn|forceSpeed|forceWalk|forceWeaponFire|forceWeatherChange|forgetTarget|format|formation|formationDirection|formationLeader|formationMembers|formationPosition|formationTask|formatText|formLeader|freeLook|fromEditor|fuel|fullCrew|gearIDCAmmoCount|gearSlotAmmoCount|gearSlotData|get3DENActionState|get3DENAttribute|get3DENCamera|get3DENConnections|get3DENEntity|get3DENEntityID|get3DENGrid|get3DENIconsVisible|get3DENLayerEntities|get3DENLinesVisible|get3DENMissionAttribute|get3DENMouseOver|get3DENSelected|getAimingCoef|getAllEnvSoundControllers|getAllHitPointsDamage|getAllOwnedMines|getAllSoundControllers|getAmmoCargo|getAnimAimPrecision|getAnimSpeedCoef|getArray|getArtilleryAmmo|getArtilleryComputerSettings|getArtilleryETA|getAssignedCuratorLogic|getAssignedCuratorUnit|getBackpackCargo|getBleedingRemaining|getBurningValue|getCameraViewDirection|getCargoIndex|getCenterOfMass|getClientState|getClientStateNumber|getCompatiblePylonMagazines|getConnectedUAV|getContainerMaxLoad|getCursorObjectParams|getCustomAimCoef|getDammage|getDescription|getDir|getDirVisual|getDLCAssetsUsage|getDLCAssetsUsageByName|getDLCs|getDLCUsageTime|getEditorCamera|getEditorMode|getEditorObjectScope|getElevationOffset|getEngineTargetRpmRTD|getEnvSoundController|getFatigue|getFieldManualStartPage|getForcedFlagTexture|getFriend|getFSMVariable|getFuelCargo|getGroupIcon|getGroupIconParams|getGroupIcons|getHideFrom|getHit|getHitIndex|getHitPointDamage|getItemCargo|getMagazineCargo|getMarkerColor|getMarkerPos|getMarkerSize|getMarkerType|getMass|getMissionConfig|getMissionConfigValue|getMissionDLCs|getMissionLayerEntities|getMissionLayers|getModelInfo|getMousePosition|getMusicPlayedTime|getNumber|getObjectArgument|getObjectChildren|getObjectDLC|getObjectMaterials|getObjectProxy|getObjectTextures|getObjectType|getObjectViewDistance|getOxygenRemaining|getPersonUsedDLCs|getPilotCameraDirection|getPilotCameraPosition|getPilotCameraRotation|getPilotCameraTarget|getPlateNumber|getPlayerChannel|getPlayerScores|getPlayerUID|getPlayerUIDOld|getPos|getPosASL|getPosASLVisual|getPosASLW|getPosATL|getPosATLVisual|getPosVisual|getPosWorld|getPylonMagazines|getRelDir|getRelPos|getRemoteSensorsDisabled|getRepairCargo|getResolution|getRotorBrakeRTD|getShadowDistance|getShotParents|getSlingLoad|getSoundController|getSoundControllerResult|getSpeed|getStamina|getStatValue|getSuppression|getTerrainGrid|getTerrainHeightASL|getText|getTotalDLCUsageTime|getTrimOffsetRTD|getUnitLoadout|getUnitTrait|getUserMFDText|getUserMFDValue|getVariable|getVehicleCargo|getWeaponCargo|getWeaponSway|getWingsOrientationRTD|getWingsPositionRTD|getWPPos|glanceAt|globalChat|globalRadio|goggles|group|groupChat|groupFromNetId|groupIconSelectable|groupIconsVisible|groupId|groupOwner|groupRadio|groupSelectedUnits|groupSelectUnit|grpNull|gunner|gusts|halt|handgunItems|handgunMagazine|handgunWeapon|handsHit|hasInterface|hasPilotCamera|hasWeapon|hcAllGroups|hcGroupParams|hcLeader|hcRemoveAllGroups|hcRemoveGroup|hcSelected|hcSelectGroup|hcSetGroup|hcShowBar|hcShownBar|headgear|hideBody|hideObject|hideObjectGlobal|hideSelection|hint|hintC|hintCadet|hintSilent|hmd|hostMission|htmlLoad|HUDMovementLevels|humidity|image|importAllGroups|importance|in|inArea|inAreaArray|incapacitatedState|independent|inflame|inflamed|infoPanel|infoPanelComponentEnabled|infoPanelComponents|infoPanels|inGameUISetEventHandler|inheritsFrom|initAmbientLife|inPolygon|inputAction|inRangeOfArtillery|insertEditorObject|intersect|is3DEN|is3DENMultiplayer|isAbleToBreathe|isAgent|isAimPrecisionEnabled|isArray|isAutoHoverOn|isAutonomous|isAutoStartUpEnabledRTD|isAutotest|isAutoTrimOnRTD|isBleeding|isBurning|isClass|isCollisionLightOn|isCopilotEnabled|isDamageAllowed|isDedicated|isDLCAvailable|isEngineOn|isEqualTo|isEqualType|isEqualTypeAll|isEqualTypeAny|isEqualTypeArray|isEqualTypeParams|isFilePatchingEnabled|isFlashlightOn|isFlatEmpty|isForcedWalk|isFormationLeader|isGroupDeletedWhenEmpty|isHidden|isInRemainsCollector|isInstructorFigureEnabled|isIRLaserOn|isKeyActive|isKindOf|isLaserOn|isLightOn|isLocalized|isManualFire|isMarkedForCollection|isMultiplayer|isMultiplayerSolo|isNil|isNull|isNumber|isObjectHidden|isObjectRTD|isOnRoad|isPipEnabled|isPlayer|isRealTime|isRemoteExecuted|isRemoteExecutedJIP|isServer|isShowing3DIcons|isSimpleObject|isSprintAllowed|isStaminaEnabled|isSteamMission|isStreamFriendlyUIEnabled|isStressDamageEnabled|isText|isTouchingGround|isTurnedOut|isTutHintsEnabled|isUAVConnectable|isUAVConnected|isUIContext|isUniformAllowed|isVehicleCargo|isVehicleRadarOn|isVehicleSensorEnabled|isWalking|isWeaponDeployed|isWeaponRested|itemCargo|items|itemsWithMagazines|join|joinAs|joinAsSilent|joinSilent|joinString|kbAddDatabase|kbAddDatabaseTargets|kbAddTopic|kbHasTopic|kbReact|kbRemoveTopic|kbTell|kbWasSaid|keyImage|keyName|knowsAbout|land|landAt|landResult|language|laserTarget|lbAdd|lbClear|lbColor|lbColorRight|lbCurSel|lbData|lbDelete|lbIsSelected|lbPicture|lbPictureRight|lbSelection|lbSetColor|lbSetColorRight|lbSetCurSel|lbSetData|lbSetPicture|lbSetPictureColor|lbSetPictureColorDisabled|lbSetPictureColorSelected|lbSetPictureRight|lbSetPictureRightColor|lbSetPictureRightColorDisabled|lbSetPictureRightColorSelected|lbSetSelectColor|lbSetSelectColorRight|lbSetSelected|lbSetText|lbSetTextRight|lbSetTooltip|lbSetValue|lbSize|lbSort|lbSortByValue|lbText|lbTextRight|lbValue|leader|leaderboardDeInit|leaderboardGetRows|leaderboardInit|leaderboardRequestRowsFriends|leaderboardRequestRowsGlobal|leaderboardRequestRowsGlobalAroundUser|leaderboardsRequestUploadScore|leaderboardsRequestUploadScoreKeepBest|leaderboardState|leaveVehicle|libraryCredits|libraryDisclaimers|lifeState|lightAttachObject|lightDetachObject|lightIsOn|lightnings|limitSpeed|linearConversion|lineBreak|lineIntersects|lineIntersectsObjs|lineIntersectsSurfaces|lineIntersectsWith|linkItem|list|listObjects|listRemoteTargets|listVehicleSensors|ln|lnbAddArray|lnbAddColumn|lnbAddRow|lnbClear|lnbColor|lnbColorRight|lnbCurSelRow|lnbData|lnbDeleteColumn|lnbDeleteRow|lnbGetColumnsPosition|lnbPicture|lnbPictureRight|lnbSetColor|lnbSetColorRight|lnbSetColumnsPos|lnbSetCurSelRow|lnbSetData|lnbSetPicture|lnbSetPictureColor|lnbSetPictureColorRight|lnbSetPictureColorSelected|lnbSetPictureColorSelectedRight|lnbSetPictureRight|lnbSetText|lnbSetTextRight|lnbSetValue|lnbSize|lnbSort|lnbSortByValue|lnbText|lnbTextRight|lnbValue|load|loadAbs|loadBackpack|loadFile|loadGame|loadIdentity|loadMagazine|loadOverlay|loadStatus|loadUniform|loadVest|local|localize|locationNull|locationPosition|lock|lockCameraTo|lockCargo|lockDriver|locked|lockedCargo|lockedDriver|lockedTurret|lockIdentity|lockTurret|lockWP|log|logEntities|logNetwork|logNetworkTerminate|lookAt|lookAtPos|magazineCargo|magazines|magazinesAllTurrets|magazinesAmmo|magazinesAmmoCargo|magazinesAmmoFull|magazinesDetail|magazinesDetailBackpack|magazinesDetailUniform|magazinesDetailVest|magazinesTurret|magazineTurretAmmo|mapAnimAdd|mapAnimClear|mapAnimCommit|mapAnimDone|mapCenterOnCamera|mapGridPosition|markAsFinishedOnSteam|markerAlpha|markerBrush|markerColor|markerDir|markerPos|markerShape|markerSize|markerText|markerType|max|members|menuAction|menuAdd|menuChecked|menuClear|menuCollapse|menuData|menuDelete|menuEnable|menuEnabled|menuExpand|menuHover|menuPicture|menuSetAction|menuSetCheck|menuSetData|menuSetPicture|menuSetValue|menuShortcut|menuShortcutText|menuSize|menuSort|menuText|menuURL|menuValue|min|mineActive|mineDetectedBy|missionConfigFile|missionDifficulty|missionName|missionNamespace|missionStart|missionVersion|modelToWorld|modelToWorldVisual|modelToWorldVisualWorld|modelToWorldWorld|modParams|moonIntensity|moonPhase|morale|move|move3DENCamera|moveInAny|moveInCargo|moveInCommander|moveInDriver|moveInGunner|moveInTurret|moveObjectToEnd|moveOut|moveTime|moveTo|moveToCompleted|moveToFailed|musicVolume|name|nameSound|nearEntities|nearestBuilding|nearestLocation|nearestLocations|nearestLocationWithDubbing|nearestObject|nearestObjects|nearestTerrainObjects|nearObjects|nearObjectsReady|nearRoads|nearSupplies|nearTargets|needReload|netId|netObjNull|newOverlay|nextMenuItemIndex|nextWeatherChange|nMenuItems|numberOfEnginesRTD|numberToDate|objectCurators|objectFromNetId|objectParent|objNull|objStatus|onBriefingGear|onBriefingGroup|onBriefingNotes|onBriefingPlan|onBriefingTeamSwitch|onCommandModeChanged|onDoubleClick|onEachFrame|onGroupIconClick|onGroupIconOverEnter|onGroupIconOverLeave|onHCGroupSelectionChanged|onMapSingleClick|onPlayerConnected|onPlayerDisconnected|onPreloadFinished|onPreloadStarted|onShowNewObject|onTeamSwitch|openCuratorInterface|openDLCPage|openDSInterface|openMap|openSteamApp|openYoutubeVideo|opfor|orderGetIn|overcast|overcastForecast|owner|param|params|parseNumber|parseSimpleArray|parseText|parsingNamespace|particlesQuality|pi|pickWeaponPool|pitch|pixelGrid|pixelGridBase|pixelGridNoUIScale|pixelH|pixelW|playableSlotsNumber|playableUnits|playAction|playActionNow|player|playerRespawnTime|playerSide|playersNumber|playGesture|playMission|playMove|playMoveNow|playMusic|playScriptedMission|playSound|playSound3D|position|positionCameraToWorld|posScreenToWorld|posWorldToScreen|ppEffectAdjust|ppEffectCommit|ppEffectCommitted|ppEffectCreate|ppEffectDestroy|ppEffectEnable|ppEffectEnabled|ppEffectForceInNVG|precision|preloadCamera|preloadObject|preloadSound|preloadTitleObj|preloadTitleRsc|primaryWeapon|primaryWeaponItems|primaryWeaponMagazine|priority|processDiaryLink|processInitCommands|productVersion|profileName|profileNamespace|profileNameSteam|progressLoadingScreen|progressPosition|progressSetPosition|publicVariable|publicVariableClient|publicVariableServer|pushBack|pushBackUnique|putWeaponPool|queryItemsPool|queryMagazinePool|queryWeaponPool|rad|radioChannelAdd|radioChannelCreate|radioChannelRemove|radioChannelSetCallSign|radioChannelSetLabel|radioVolume|rain|rainbow|random|rank|rankId|rating|rectangular|registeredTasks|registerTask|reload|reloadEnabled|remoteControl|remoteExec|remoteExecCall|remoteExecutedOwner|remove3DENConnection|remove3DENEventHandler|remove3DENLayer|removeAction|removeAll3DENEventHandlers|removeAllActions|removeAllAssignedItems|removeAllContainers|removeAllCuratorAddons|removeAllCuratorCameraAreas|removeAllCuratorEditingAreas|removeAllEventHandlers|removeAllHandgunItems|removeAllItems|removeAllItemsWithMagazines|removeAllMissionEventHandlers|removeAllMPEventHandlers|removeAllMusicEventHandlers|removeAllOwnedMines|removeAllPrimaryWeaponItems|removeAllWeapons|removeBackpack|removeBackpackGlobal|removeCuratorAddons|removeCuratorCameraArea|removeCuratorEditableObjects|removeCuratorEditingArea|removeDrawIcon|removeDrawLinks|removeEventHandler|removeFromRemainsCollector|removeGoggles|removeGroupIcon|removeHandgunItem|removeHeadgear|removeItem|removeItemFromBackpack|removeItemFromUniform|removeItemFromVest|removeItems|removeMagazine|removeMagazineGlobal|removeMagazines|removeMagazinesTurret|removeMagazineTurret|removeMenuItem|removeMissionEventHandler|removeMPEventHandler|removeMusicEventHandler|removeOwnedMine|removePrimaryWeaponItem|removeSecondaryWeaponItem|removeSimpleTask|removeSwitchableUnit|removeTeamMember|removeUniform|removeVest|removeWeapon|removeWeaponAttachmentCargo|removeWeaponCargo|removeWeaponGlobal|removeWeaponTurret|reportRemoteTarget|requiredVersion|resetCamShake|resetSubgroupDirection|resistance|resize|resources|respawnVehicle|restartEditorCamera|reveal|revealMine|reverse|reversedMouseY|roadAt|roadsConnectedTo|roleDescription|ropeAttachedObjects|ropeAttachedTo|ropeAttachEnabled|ropeAttachTo|ropeCreate|ropeCut|ropeDestroy|ropeDetach|ropeEndPosition|ropeLength|ropes|ropeUnwind|ropeUnwound|rotorsForcesRTD|rotorsRpmRTD|round|runInitScript|safeZoneH|safeZoneW|safeZoneWAbs|safeZoneX|safeZoneXAbs|safeZoneY|save3DENInventory|saveGame|saveIdentity|saveJoysticks|saveOverlay|saveProfileNamespace|saveStatus|saveVar|savingEnabled|say|say2D|say3D|score|scoreSide|screenshot|screenToWorld|scriptDone|scriptName|scriptNull|scudState|secondaryWeapon|secondaryWeaponItems|secondaryWeaponMagazine|select|selectBestPlaces|selectDiarySubject|selectedEditorObjects|selectEditorObject|selectionNames|selectionPosition|selectLeader|selectMax|selectMin|selectNoPlayer|selectPlayer|selectRandom|selectRandomWeighted|selectWeapon|selectWeaponTurret|sendAUMessage|sendSimpleCommand|sendTask|sendTaskResult|sendUDPMessage|serverCommand|serverCommandAvailable|serverCommandExecutable|serverName|serverTime|set|set3DENAttribute|set3DENAttributes|set3DENGrid|set3DENIconsVisible|set3DENLayer|set3DENLinesVisible|set3DENLogicType|set3DENMissionAttribute|set3DENMissionAttributes|set3DENModelsVisible|set3DENObjectType|set3DENSelected|setAccTime|setActualCollectiveRTD|setAirplaneThrottle|setAirportSide|setAmmo|setAmmoCargo|setAmmoOnPylon|setAnimSpeedCoef|setAperture|setApertureNew|setArmoryPoints|setAttributes|setAutonomous|setBehaviour|setBleedingRemaining|setBrakesRTD|setCameraInterest|setCamShakeDefParams|setCamShakeParams|setCamUseTI|setCaptive|setCenterOfMass|setCollisionLight|setCombatMode|setCompassOscillation|setConvoySeparation|setCuratorCameraAreaCeiling|setCuratorCoef|setCuratorEditingAreaType|setCuratorWaypointCost|setCurrentChannel|setCurrentTask|setCurrentWaypoint|setCustomAimCoef|setCustomWeightRTD|setDamage|setDammage|setDate|setDebriefingText|setDefaultCamera|setDestination|setDetailMapBlendPars|setDir|setDirection|setDrawIcon|setDriveOnPath|setDropInterval|setDynamicSimulationDistance|setDynamicSimulationDistanceCoef|setEditorMode|setEditorObjectScope|setEffectCondition|setEngineRpmRTD|setFace|setFaceAnimation|setFatigue|setFeatureType|setFlagAnimationPhase|setFlagOwner|setFlagSide|setFlagTexture|setFog|setForceGeneratorRTD|setFormation|setFormationTask|setFormDir|setFriend|setFromEditor|setFSMVariable|setFuel|setFuelCargo|setGroupIcon|setGroupIconParams|setGroupIconsSelectable|setGroupIconsVisible|setGroupId|setGroupIdGlobal|setGroupOwner|setGusts|setHideBehind|setHit|setHitIndex|setHitPointDamage|setHorizonParallaxCoef|setHUDMovementLevels|setIdentity|setImportance|setInfoPanel|setLeader|setLightAmbient|setLightAttenuation|setLightBrightness|setLightColor|setLightDayLight|setLightFlareMaxDistance|setLightFlareSize|setLightIntensity|setLightnings|setLightUseFlare|setLocalWindParams|setMagazineTurretAmmo|setMarkerAlpha|setMarkerAlphaLocal|setMarkerBrush|setMarkerBrushLocal|setMarkerColor|setMarkerColorLocal|setMarkerDir|setMarkerDirLocal|setMarkerPos|setMarkerPosLocal|setMarkerShape|setMarkerShapeLocal|setMarkerSize|setMarkerSizeLocal|setMarkerText|setMarkerTextLocal|setMarkerType|setMarkerTypeLocal|setMass|setMimic|setMousePosition|setMusicEffect|setMusicEventHandler|setName|setNameSound|setObjectArguments|setObjectMaterial|setObjectMaterialGlobal|setObjectProxy|setObjectTexture|setObjectTextureGlobal|setObjectViewDistance|setOvercast|setOwner|setOxygenRemaining|setParticleCircle|setParticleClass|setParticleFire|setParticleParams|setParticleRandom|setPilotCameraDirection|setPilotCameraRotation|setPilotCameraTarget|setPilotLight|setPiPEffect|setPitch|setPlateNumber|setPlayable|setPlayerRespawnTime|setPos|setPosASL|setPosASL2|setPosASLW|setPosATL|setPosition|setPosWorld|setPylonLoadOut|setPylonsPriority|setRadioMsg|setRain|setRainbow|setRandomLip|setRank|setRectangular|setRepairCargo|setRotorBrakeRTD|setShadowDistance|setShotParents|setSide|setSimpleTaskAlwaysVisible|setSimpleTaskCustomData|setSimpleTaskDescription|setSimpleTaskDestination|setSimpleTaskTarget|setSimpleTaskType|setSimulWeatherLayers|setSize|setSkill|setSlingLoad|setSoundEffect|setSpeaker|setSpeech|setSpeedMode|setStamina|setStaminaScheme|setStatValue|setSuppression|setSystemOfUnits|setTargetAge|setTaskMarkerOffset|setTaskResult|setTaskState|setTerrainGrid|setText|setTimeMultiplier|setTitleEffect|setToneMapping|setToneMappingParams|setTrafficDensity|setTrafficDistance|setTrafficGap|setTrafficSpeed|setTriggerActivation|setTriggerArea|setTriggerStatements|setTriggerText|setTriggerTimeout|setTriggerType|setType|setUnconscious|setUnitAbility|setUnitLoadout|setUnitPos|setUnitPosWeak|setUnitRank|setUnitRecoilCoefficient|setUnitTrait|setUnloadInCombat|setUserActionText|setUserMFDText|setUserMFDValue|setVariable|setVectorDir|setVectorDirAndUp|setVectorUp|setVehicleAmmo|setVehicleAmmoDef|setVehicleArmor|setVehicleCargo|setVehicleId|setVehicleInit|setVehicleLock|setVehiclePosition|setVehicleRadar|setVehicleReceiveRemoteTargets|setVehicleReportOwnPosition|setVehicleReportRemoteTargets|setVehicleTIPars|setVehicleVarName|setVelocity|setVelocityModelSpace|setVelocityTransformation|setViewDistance|setVisibleIfTreeCollapsed|setWantedRpmRTD|setWaves|setWaypointBehaviour|setWaypointCombatMode|setWaypointCompletionRadius|setWaypointDescription|setWaypointForceBehaviour|setWaypointFormation|setWaypointHousePosition|setWaypointLoiterRadius|setWaypointLoiterType|setWaypointName|setWaypointPosition|setWaypointScript|setWaypointSpeed|setWaypointStatements|setWaypointTimeout|setWaypointType|setWaypointVisible|setWeaponReloadingTime|setWind|setWindDir|setWindForce|setWindStr|setWingForceScaleRTD|setWPPos|show3DIcons|showChat|showCinemaBorder|showCommandingMenu|showCompass|showCuratorCompass|showGPS|showHUD|showLegend|showMap|shownArtilleryComputer|shownChat|shownCompass|shownCuratorCompass|showNewEditorObject|shownGPS|shownHUD|shownMap|shownPad|shownRadio|shownScoretable|shownUAVFeed|shownWarrant|shownWatch|showPad|showRadio|showScoretable|showSubtitles|showUAVFeed|showWarrant|showWatch|showWaypoint|showWaypoints|side|sideAmbientLife|sideChat|sideEmpty|sideEnemy|sideFriendly|sideLogic|sideRadio|sideUnknown|simpleTasks|simulationEnabled|simulCloudDensity|simulCloudOcclusion|simulInClouds|simulWeatherSync|sin|size|sizeOf|skill|skillFinal|skipTime|sleep|sliderPosition|sliderRange|sliderSetPosition|sliderSetRange|sliderSetSpeed|sliderSpeed|slingLoadAssistantShown|soldierMagazines|someAmmo|sort|soundVolume|speaker|speed|speedMode|splitString|sqrt|squadParams|stance|startLoadingScreen|stop|stopEngineRTD|stopped|str|sunOrMoon|supportInfo|suppressFor|surfaceIsWater|surfaceNormal|surfaceType|swimInDepth|switchableUnits|switchAction|switchCamera|switchGesture|switchLight|switchMove|synchronizedObjects|synchronizedTriggers|synchronizedWaypoints|synchronizeObjectsAdd|synchronizeObjectsRemove|synchronizeTrigger|synchronizeWaypoint|systemChat|systemOfUnits|tan|targetKnowledge|targets|targetsAggregate|targetsQuery|taskAlwaysVisible|taskChildren|taskCompleted|taskCustomData|taskDescription|taskDestination|taskHint|taskMarkerOffset|taskNull|taskParent|taskResult|taskState|taskType|teamMember|teamMemberNull|teamName|teams|teamSwitch|teamSwitchEnabled|teamType|terminate|terrainIntersect|terrainIntersectASL|terrainIntersectAtASL|text|textLog|textLogFormat|tg|time|timeMultiplier|titleCut|titleFadeOut|titleObj|titleRsc|titleText|toArray|toFixed|toLower|toString|toUpper|triggerActivated|triggerActivation|triggerArea|triggerAttachedVehicle|triggerAttachObject|triggerAttachVehicle|triggerDynamicSimulation|triggerStatements|triggerText|triggerTimeout|triggerTimeoutCurrent|triggerType|turretLocal|turretOwner|turretUnit|tvAdd|tvClear|tvCollapse|tvCollapseAll|tvCount|tvCurSel|tvData|tvDelete|tvExpand|tvExpandAll|tvPicture|tvPictureRight|tvSetColor|tvSetCurSel|tvSetData|tvSetPicture|tvSetPictureColor|tvSetPictureColorDisabled|tvSetPictureColorSelected|tvSetPictureRight|tvSetPictureRightColor|tvSetPictureRightColorDisabled|tvSetPictureRightColorSelected|tvSetSelectColor|tvSetText|tvSetTooltip|tvSetValue|tvSort|tvSortByValue|tvText|tvTooltip|tvValue|type|typeName|typeOf|UAVControl|uiNamespace|uiSleep|unassignCurator|unassignItem|unassignTeam|unassignVehicle|underwater|uniform|uniformContainer|uniformItems|uniformMagazines|unitAddons|unitAimPosition|unitAimPositionVisual|unitBackpack|unitIsUAV|unitPos|unitReady|unitRecoilCoefficient|units|unitsBelowHeight|unlinkItem|unlockAchievement|unregisterTask|updateDrawIcon|updateMenuItem|updateObjectTree|useAIOperMapObstructionTest|useAISteeringComponent|useAudioTimeForMoves|userInputDisabled|vectorAdd|vectorCos|vectorCrossProduct|vectorDiff|vectorDir|vectorDirVisual|vectorDistance|vectorDistanceSqr|vectorDotProduct|vectorFromTo|vectorMagnitude|vectorMagnitudeSqr|vectorModelToWorld|vectorModelToWorldVisual|vectorMultiply|vectorNormalized|vectorUp|vectorUpVisual|vectorWorldToModel|vectorWorldToModelVisual|vehicle|vehicleCargoEnabled|vehicleChat|vehicleRadio|vehicleReceiveRemoteTargets|vehicleReportOwnPosition|vehicleReportRemoteTargets|vehicles|vehicleVarName|velocity|velocityModelSpace|verifySignature|vest|vestContainer|vestItems|vestMagazines|viewDistance|visibleCompass|visibleGPS|visibleMap|visiblePosition|visiblePositionASL|visibleScoretable|visibleWatch|waitUntil|waves|waypointAttachedObject|waypointAttachedVehicle|waypointAttachObject|waypointAttachVehicle|waypointBehaviour|waypointCombatMode|waypointCompletionRadius|waypointDescription|waypointForceBehaviour|waypointFormation|waypointHousePosition|waypointLoiterRadius|waypointLoiterType|waypointName|waypointPosition|waypoints|waypointScript|waypointsEnabledUAV|waypointShow|waypointSpeed|waypointStatements|waypointTimeout|waypointTimeoutCurrent|waypointType|waypointVisible|weaponAccessories|weaponAccessoriesCargo|weaponCargo|weaponDirection|weaponInertia|weaponLowered|weapons|weaponsItems|weaponsItemsCargo|weaponState|weaponsTurret|weightRTD|west|WFSideText|wind|windDir|windRTD|windStr|wingsForcesRTD|worldName|worldSize|worldToModel|worldToModelVisual|worldToScreen)\b/i,number:/(?:\$|\b0x)[\da-f]+\b|(?:\B\.\d+|\b\d+(?:\.\d+)?)(?:e[+-]?\d+)?\b/i,operator:/##|>>|&&|\|\||[!=<>]=?|[-+*/%#^]|\b(?:and|mod|not|or)\b/i,"magic-variable":{pattern:/\b(?:this|thisList|thisTrigger|_exception|_fnc_scriptName|_fnc_scriptNameParent|_forEachIndex|_this|_thisEventHandler|_thisFSM|_thisScript|_x)\b/i,alias:"keyword"},constant:/\bDIK(?:_[a-z\d]+)+\b/i}),e.languages.insertBefore("sqf","string",{macro:{pattern:/(^[ \t]*)#[a-z](?:[^\r\n\\]|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{directive:{pattern:/#[a-z]+\b/i,alias:"keyword"},comment:e.languages.sqf.comment}}}),delete e.languages.sqf["class-name"]}function rP(e){e.register(I),e.languages.squirrel=e.languages.extend("clike",{comment:[e.languages.clike.comment[0],{pattern:/(^|[^\\:])(?:\/\/|#).*/,lookbehind:!0,greedy:!0}],string:{pattern:/(^|[^\\"'@])(?:@"(?:[^"]|"")*"(?!")|"(?:[^\\\r\n"]|\\.)*")/,lookbehind:!0,greedy:!0},"class-name":{pattern:/(\b(?:class|enum|extends|instanceof)\s+)\w+(?:\.\w+)*/,lookbehind:!0,inside:{punctuation:/\./}},keyword:/\b(?:__FILE__|__LINE__|base|break|case|catch|class|clone|const|constructor|continue|default|delete|else|enum|extends|for|foreach|function|if|in|instanceof|local|null|resume|return|static|switch|this|throw|try|typeof|while|yield)\b/,number:/\b(?:0x[0-9a-fA-F]+|\d+(?:\.(?:\d+|[eE][+-]?\d+))?)\b/,operator:/\+\+|--|<=>|<[-<]|>>>?|&&?|\|\|?|[-+*/%!=<>]=?|[~^]|::?/,punctuation:/[(){}\[\],;.]/}),e.languages.insertBefore("squirrel","string",{char:{pattern:/(^|[^\\"'])'(?:[^\\']|\\(?:[xuU][0-9a-fA-F]{0,8}|[\s\S]))'/,lookbehind:!0,greedy:!0}}),e.languages.insertBefore("squirrel","operator",{"attribute-punctuation":{pattern:/<\/|\/>/,alias:"important"},lambda:{pattern:/@(?=\()/,alias:"operator"}})}function rF(e){var t;t=/\b(?:algebra_solver|algebra_solver_newton|integrate_1d|integrate_ode|integrate_ode_bdf|integrate_ode_rk45|map_rect|ode_(?:adams|bdf|ckrk|rk45)(?:_tol)?|ode_adjoint_tol_ctl|reduce_sum|reduce_sum_static)\b/,e.languages.stan={comment:/\/\/.*|\/\*[\s\S]*?\*\/|#(?!include).*/,string:{pattern:/"[\x20\x21\x23-\x5B\x5D-\x7E]*"/,greedy:!0},directive:{pattern:/^([ \t]*)#include\b.*/m,lookbehind:!0,alias:"property"},"function-arg":{pattern:RegExp("("+t.source+/\s*\(\s*/.source+")"+/[a-zA-Z]\w*/.source),lookbehind:!0,alias:"function"},constraint:{pattern:/(\b(?:int|matrix|real|row_vector|vector)\s*)<[^<>]*>/,lookbehind:!0,inside:{expression:{pattern:/(=\s*)\S(?:\S|\s+(?!\s))*?(?=\s*(?:>$|,\s*\w+\s*=))/,lookbehind:!0,inside:null},property:/\b[a-z]\w*(?=\s*=)/i,operator:/=/,punctuation:/^<|>$|,/}},keyword:[{pattern:/\bdata(?=\s*\{)|\b(?:functions|generated|model|parameters|quantities|transformed)\b/,alias:"program-block"},/\b(?:array|break|cholesky_factor_corr|cholesky_factor_cov|complex|continue|corr_matrix|cov_matrix|data|else|for|if|in|increment_log_prob|int|matrix|ordered|positive_ordered|print|real|reject|return|row_vector|simplex|target|unit_vector|vector|void|while)\b/,t],function:/\b[a-z]\w*(?=\s*\()/i,number:/(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:E[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,boolean:/\b(?:false|true)\b/,operator:/<-|\.[*/]=?|\|\|?|&&|[!=<>+\-*/]=?|['^%~?:]/,punctuation:/[()\[\]{},;]/},e.languages.stan.constraint.inside.expression.inside=e.languages.stan}function rM(e){e.register(tY),e.register(nf),e.register(rn),e.languages.stata={comment:[{pattern:/(^[ \t]*)\*.*/m,lookbehind:!0,greedy:!0},{pattern:/(^|\s)\/\/.*|\/\*[\s\S]*?\*\//,lookbehind:!0,greedy:!0}],"string-literal":{pattern:/"[^"\r\n]*"|[‘`']".*?"[’`']/,greedy:!0,inside:{interpolation:{pattern:/\$\{[^{}]*\}|[‘`']\w[^’`'\r\n]*[’`']/,inside:{punctuation:/^\$\{|\}$/,expression:{pattern:/[\s\S]+/,inside:null}}},string:/[\s\S]+/}},mata:{pattern:/(^[ \t]*mata[ \t]*:)[\s\S]+?(?=^end\b)/m,lookbehind:!0,greedy:!0,alias:"language-mata",inside:e.languages.mata},java:{pattern:/(^[ \t]*java[ \t]*:)[\s\S]+?(?=^end\b)/m,lookbehind:!0,greedy:!0,alias:"language-java",inside:e.languages.java},python:{pattern:/(^[ \t]*python[ \t]*:)[\s\S]+?(?=^end\b)/m,lookbehind:!0,greedy:!0,alias:"language-python",inside:e.languages.python},command:{pattern:/(^[ \t]*(?:\.[ \t]+)?(?:(?:bayes|bootstrap|by|bysort|capture|collect|fmm|fp|frame|jackknife|mfp|mi|nestreg|noisily|permute|quietly|rolling|simulate|statsby|stepwise|svy|version|xi)\b[^:\r\n]*:[ \t]*|(?:capture|noisily|quietly|version)[ \t]+)?)[a-zA-Z]\w*/m,lookbehind:!0,greedy:!0,alias:"keyword"},variable:/\$\w+|[‘`']\w[^’`'\r\n]*[’`']/,keyword:/\b(?:bayes|bootstrap|by|bysort|capture|clear|collect|fmm|fp|frame|if|in|jackknife|mi[ \t]+estimate|mfp|nestreg|noisily|of|permute|quietly|rolling|simulate|sort|statsby|stepwise|svy|varlist|version|xi)\b/,boolean:/\b(?:off|on)\b/,number:/\b\d+(?:\.\d+)?\b|\B\.\d+/,function:/\b[a-z_]\w*(?=\()/i,operator:/\+\+|--|##?|[<>!=~]=?|[+\-*^&|/]/,punctuation:/[(){}[\],:]/},e.languages.stata["string-literal"].inside.interpolation.inside.expression.inside=e.languages.stata}function rB(e){e.languages.iecst={comment:[{pattern:/(^|[^\\])(?:\/\*[\s\S]*?(?:\*\/|$)|\(\*[\s\S]*?(?:\*\)|$)|\{[\s\S]*?(?:\}|$))/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},keyword:[/\b(?:END_)?(?:PROGRAM|CONFIGURATION|INTERFACE|FUNCTION_BLOCK|FUNCTION|ACTION|TRANSITION|TYPE|STRUCT|(?:INITIAL_)?STEP|NAMESPACE|LIBRARY|CHANNEL|FOLDER|RESOURCE|VAR_(?:ACCESS|CONFIG|EXTERNAL|GLOBAL|INPUT|IN_OUT|OUTPUT|TEMP)|VAR|METHOD|PROPERTY)\b/i,/\b(?:AT|BY|(?:END_)?(?:CASE|FOR|IF|REPEAT|WHILE)|CONSTANT|CONTINUE|DO|ELSE|ELSIF|EXIT|EXTENDS|FROM|GET|GOTO|IMPLEMENTS|JMP|NON_RETAIN|OF|PRIVATE|PROTECTED|PUBLIC|RETAIN|RETURN|SET|TASK|THEN|TO|UNTIL|USING|WITH|__CATCH|__ENDTRY|__FINALLY|__TRY)\b/],"class-name":/\b(?:ANY|ARRAY|BOOL|BYTE|U?(?:D|L|S)?INT|(?:D|L)?WORD|DATE(?:_AND_TIME)?|DT|L?REAL|POINTER|STRING|TIME(?:_OF_DAY)?|TOD)\b/,address:{pattern:/%[IQM][XBWDL][\d.]*|%[IQ][\d.]*/,alias:"symbol"},number:/\b(?:16#[\da-f]+|2#[01_]+|0x[\da-f]+)\b|\b(?:D|DT|T|TOD)#[\d_shmd:]*|\b[A-Z]*#[\d.,_]*|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,boolean:/\b(?:FALSE|NULL|TRUE)\b/,operator:/S?R?:?=>?|&&?|\*\*?|<[=>]?|>=?|[-:^/+#]|\b(?:AND|EQ|EXPT|GE|GT|LE|LT|MOD|NE|NOT|OR|XOR)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,punctuation:/[()[\].,;]/}}function rU(e){e.languages.supercollider={comment:{pattern:/\/\/.*|\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\//,greedy:!0},string:{pattern:/(^|[^\\])"(?:[^"\\]|\\[\s\S])*"/,lookbehind:!0,greedy:!0},char:{pattern:/\$(?:[^\\\r\n]|\\.)/,greedy:!0},symbol:{pattern:/(^|[^\\])'(?:[^'\\]|\\[\s\S])*'|\\\w+/,lookbehind:!0,greedy:!0},keyword:/\b(?:_|arg|classvar|const|nil|var|while)\b/,boolean:/\b(?:false|true)\b/,label:{pattern:/\b[a-z_]\w*(?=\s*:)/,alias:"property"},number:/\b(?:inf|pi|0x[0-9a-fA-F]+|\d+(?:\.\d+)?(?:[eE][+-]?\d+)?(?:pi)?|\d+r[0-9a-zA-Z]+(?:\.[0-9a-zA-Z]+)?|\d+[sb]{1,4}\d*)\b/,"class-name":/\b[A-Z]\w*\b/,operator:/\.{2,3}|#(?![[{])|&&|[!=]==?|\+>>|\+{1,3}|-[->]|=>|>>|\?\?|@\|?@|\|(?:@|[!=]=)?\||!\?|<[!=>]|\*{1,2}|<{2,3}\*?|[-!%&/<>?@|=`]/,punctuation:/[{}()[\].:,;]|#[[{]/},e.languages.sclang=e.languages.supercollider}function rH(e){e.languages.swift={comment:{pattern:/(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,lookbehind:!0,greedy:!0},"string-literal":[{pattern:RegExp(/(^|[^"#])/.source+"(?:"+/"(?:\\(?:\((?:[^()]|\([^()]*\))*\)|\r\n|[^(])|[^\\\r\n"])*"/.source+"|"+/"""(?:\\(?:\((?:[^()]|\([^()]*\))*\)|[^(])|[^\\"]|"(?!""))*"""/.source+")"+/(?!["#])/.source),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\\($/,alias:"punctuation"},punctuation:/\\(?=[\r\n])/,string:/[\s\S]+/}},{pattern:RegExp(/(^|[^"#])(#+)/.source+"(?:"+/"(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|\r\n|[^#])|[^\\\r\n])*?"/.source+"|"+/"""(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|[^#])|[^\\])*?"""/.source+")\\2"),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\#+\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\#+\($/,alias:"punctuation"},string:/[\s\S]+/}}],directive:{pattern:RegExp(/#/.source+"(?:"+(/(?:elseif|if)\b/.source+"(?:[ ]*")+/(?:![ \t]*)?(?:\b\w+\b(?:[ \t]*\((?:[^()]|\([^()]*\))*\))?|\((?:[^()]|\([^()]*\))*\))(?:[ \t]*(?:&&|\|\|))?/.source+")+|"+/(?:else|endif)\b/.source+")"),alias:"property",inside:{"directive-name":/^#\w+/,boolean:/\b(?:false|true)\b/,number:/\b\d+(?:\.\d+)*\b/,operator:/!|&&|\|\||[<>]=?/,punctuation:/[(),]/}},literal:{pattern:/#(?:colorLiteral|column|dsohandle|file(?:ID|Literal|Path)?|function|imageLiteral|line)\b/,alias:"constant"},"other-directive":{pattern:/#\w+\b/,alias:"property"},attribute:{pattern:/@\w+/,alias:"atrule"},"function-definition":{pattern:/(\bfunc\s+)\w+/,lookbehind:!0,alias:"function"},label:{pattern:/\b(break|continue)\s+\w+|\b[a-zA-Z_]\w*(?=\s*:\s*(?:for|repeat|while)\b)/,lookbehind:!0,alias:"important"},keyword:/\b(?:Any|Protocol|Self|Type|actor|as|assignment|associatedtype|associativity|async|await|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|higherThan|if|import|in|indirect|infix|init|inout|internal|is|isolated|lazy|left|let|lowerThan|mutating|none|nonisolated|nonmutating|open|operator|optional|override|postfix|precedencegroup|prefix|private|protocol|public|repeat|required|rethrows|return|right|safe|self|set|some|static|struct|subscript|super|switch|throw|throws|try|typealias|unowned|unsafe|var|weak|where|while|willSet)\b/,boolean:/\b(?:false|true)\b/,nil:{pattern:/\bnil\b/,alias:"constant"},"short-argument":/\$\d+\b/,omit:{pattern:/\b_\b/,alias:"keyword"},number:/\b(?:[\d_]+(?:\.[\de_]+)?|0x[a-f0-9_]+(?:\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,"class-name":/\b[A-Z](?:[A-Z_\d]*[a-z]\w*)?\b/,function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,operator:/[-+*/%=!<>&|^~?]+|\.[.\-+*/%=!<>&|^~?]+/,punctuation:/[{}[\]();,.:\\]/},e.languages.swift["string-literal"].forEach(function(t){t.inside.interpolation.inside=e.languages.swift})}function rG(e){var t,n;t={pattern:/^[;#].*/m,greedy:!0},n=/"(?:[^\r\n"\\]|\\(?:[^\r]|\r\n?))*"(?!\S)/.source,e.languages.systemd={comment:t,section:{pattern:/^\[[^\n\r\[\]]*\](?=[ \t]*$)/m,greedy:!0,inside:{punctuation:/^\[|\]$/,"section-name":{pattern:/[\s\S]+/,alias:"selector"}}},key:{pattern:/^[^\s=]+(?=[ \t]*=)/m,greedy:!0,alias:"attr-name"},value:{pattern:RegExp(/(=[ \t]*(?!\s))/.source+"(?:"+n+'|(?=[^"\r\n]))(?:'+(/[^\s\\]/.source+'|[ ]+(?:(?![ "])|'+n)+")|"+/\\[\r\n]+(?:[#;].*[\r\n]+)*(?![#;])/.source+")*"),lookbehind:!0,greedy:!0,alias:"attr-value",inside:{comment:t,quoted:{pattern:RegExp(/(^|\s)/.source+n),lookbehind:!0,greedy:!0},punctuation:/\\$/m,boolean:{pattern:/^(?:false|no|off|on|true|yes)$/,greedy:!0}}},punctuation:/=/}}function r$(e){function t(e,t,n){return{pattern:RegExp("<#"+e+"[\\s\\S]*?#>"),alias:"block",inside:{delimiter:{pattern:RegExp("^<#"+e+"|#>$"),alias:"important"},content:{pattern:/[\s\S]+/,inside:t,alias:n}}}}e.languages["t4-templating"]=Object.defineProperty({},"createT4",{value:function(n){var r=e.languages[n],a="language-"+n;return{block:{pattern:/<#[\s\S]+?#>/,inside:{directive:t("@",{"attr-value":{pattern:/=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+)/,inside:{punctuation:/^=|^["']|["']$/}},keyword:/\b\w+(?=\s)/,"attr-name":/\b\w+/}),expression:t("=",r,a),"class-feature":t("\\+",r,a),standard:t("",r,a)}}}}})}function rY(e){e.register(Z),e.register(r$),e.languages.t4=e.languages["t4-cs"]=e.languages["t4-templating"].createT4("csharp")}function rz(e){e.register(es),e.languages.vbnet=e.languages.extend("basic",{comment:[{pattern:/(?:!|REM\b).+/i,inside:{keyword:/^REM/i}},{pattern:/(^|[^\\:])'.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(^|[^"])"(?:""|[^"])*"(?!")/,lookbehind:!0,greedy:!0},keyword:/(?:\b(?:ADDHANDLER|ADDRESSOF|ALIAS|AND|ANDALSO|AS|BEEP|BLOAD|BOOLEAN|BSAVE|BYREF|BYTE|BYVAL|CALL(?: ABSOLUTE)?|CASE|CATCH|CBOOL|CBYTE|CCHAR|CDATE|CDBL|CDEC|CHAIN|CHAR|CHDIR|CINT|CLASS|CLEAR|CLNG|CLOSE|CLS|COBJ|COM|COMMON|CONST|CONTINUE|CSBYTE|CSHORT|CSNG|CSTR|CTYPE|CUINT|CULNG|CUSHORT|DATA|DATE|DECIMAL|DECLARE|DEF(?: FN| SEG|DBL|INT|LNG|SNG|STR)|DEFAULT|DELEGATE|DIM|DIRECTCAST|DO|DOUBLE|ELSE|ELSEIF|END|ENUM|ENVIRON|ERASE|ERROR|EVENT|EXIT|FALSE|FIELD|FILES|FINALLY|FOR(?: EACH)?|FRIEND|FUNCTION|GET|GETTYPE|GETXMLNAMESPACE|GLOBAL|GOSUB|GOTO|HANDLES|IF|IMPLEMENTS|IMPORTS|IN|INHERITS|INPUT|INTEGER|INTERFACE|IOCTL|IS|ISNOT|KEY|KILL|LET|LIB|LIKE|LINE INPUT|LOCATE|LOCK|LONG|LOOP|LSET|ME|MKDIR|MOD|MODULE|MUSTINHERIT|MUSTOVERRIDE|MYBASE|MYCLASS|NAME|NAMESPACE|NARROWING|NEW|NEXT|NOT|NOTHING|NOTINHERITABLE|NOTOVERRIDABLE|OBJECT|OF|OFF|ON(?: COM| ERROR| KEY| TIMER)?|OPEN|OPERATOR|OPTION(?: BASE)?|OPTIONAL|OR|ORELSE|OUT|OVERLOADS|OVERRIDABLE|OVERRIDES|PARAMARRAY|PARTIAL|POKE|PRIVATE|PROPERTY|PROTECTED|PUBLIC|PUT|RAISEEVENT|READ|READONLY|REDIM|REM|REMOVEHANDLER|RESTORE|RESUME|RETURN|RMDIR|RSET|RUN|SBYTE|SELECT(?: CASE)?|SET|SHADOWS|SHARED|SHELL|SHORT|SINGLE|SLEEP|STATIC|STEP|STOP|STRING|STRUCTURE|SUB|SWAP|SYNCLOCK|SYSTEM|THEN|THROW|TIMER|TO|TROFF|TRON|TRUE|TRY|TRYCAST|TYPE|TYPEOF|UINTEGER|ULONG|UNLOCK|UNTIL|USHORT|USING|VIEW PRINT|WAIT|WEND|WHEN|WHILE|WIDENING|WITH|WITHEVENTS|WRITE|WRITEONLY|XOR)|\B(?:#CONST|#ELSE|#ELSEIF|#END|#IF))(?:\$|\b)/i,punctuation:/[,;:(){}]/})}function rj(e){e.register(r$),e.register(rz),e.languages["t4-vb"]=e.languages["t4-templating"].createT4("vbnet")}function rW(e){e.register(q),e.languages.tap={fail:/not ok[^#{\n\r]*/,pass:/ok[^#{\n\r]*/,pragma:/pragma [+-][a-z]+/,bailout:/bail out!.*/i,version:/TAP version \d+/i,plan:/\b\d+\.\.\d+(?: +#.*)?/,subtest:{pattern:/# Subtest(?:: .*)?/,greedy:!0},punctuation:/[{}]/,directive:/#.*/,yamlish:{pattern:/(^[ \t]*)---[\s\S]*?[\r\n][ \t]*\.\.\.$/m,lookbehind:!0,inside:e.languages.yaml,alias:"language-yaml"}}}function rq(e){e.languages.tcl={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0},string:{pattern:/"(?:[^"\\\r\n]|\\(?:\r\n|[\s\S]))*"/,greedy:!0},variable:[{pattern:/(\$)(?:::)?(?:[a-zA-Z0-9]+::)*\w+/,lookbehind:!0},{pattern:/(\$)\{[^}]+\}/,lookbehind:!0},{pattern:/(^[\t ]*set[ \t]+)(?:::)?(?:[a-zA-Z0-9]+::)*\w+/m,lookbehind:!0}],function:{pattern:/(^[\t ]*proc[ \t]+)\S+/m,lookbehind:!0},builtin:[{pattern:/(^[\t ]*)(?:break|class|continue|error|eval|exit|for|foreach|if|proc|return|switch|while)\b/m,lookbehind:!0},/\b(?:else|elseif)\b/],scope:{pattern:/(^[\t ]*)(?:global|upvar|variable)\b/m,lookbehind:!0,alias:"constant"},keyword:{pattern:/(^[\t ]*|\[)(?:Safe_Base|Tcl|after|append|apply|array|auto_(?:execok|import|load|mkindex|qualify|reset)|automkindex_old|bgerror|binary|catch|cd|chan|clock|close|concat|dde|dict|encoding|eof|exec|expr|fblocked|fconfigure|fcopy|file(?:event|name)?|flush|gets|glob|history|http|incr|info|interp|join|lappend|lassign|lindex|linsert|list|llength|load|lrange|lrepeat|lreplace|lreverse|lsearch|lset|lsort|math(?:func|op)|memory|msgcat|namespace|open|package|parray|pid|pkg_mkIndex|platform|puts|pwd|re_syntax|read|refchan|regexp|registry|regsub|rename|scan|seek|set|socket|source|split|string|subst|tcl(?:_endOfWord|_findLibrary|startOf(?:Next|Previous)Word|test|vars|wordBreak(?:After|Before))|tell|time|tm|trace|unknown|unload|unset|update|uplevel|vwait)\b/m,lookbehind:!0},operator:/!=?|\*\*?|==|&&?|\|\|?|<[=<]?|>[=>]?|[-+~\/%?^]|\b(?:eq|in|ne|ni)\b/,punctuation:/[{}()\[\]]/}}function rX(e){e.register(I),e.register(ez),e.languages.tt2=e.languages.extend("clike",{comment:/#.*|\[%#[\s\S]*?%\]/,keyword:/\b(?:BLOCK|CALL|CASE|CATCH|CLEAR|DEBUG|DEFAULT|ELSE|ELSIF|END|FILTER|FINAL|FOREACH|GET|IF|IN|INCLUDE|INSERT|LAST|MACRO|META|NEXT|PERL|PROCESS|RAWPERL|RETURN|SET|STOP|SWITCH|TAGS|THROW|TRY|UNLESS|USE|WHILE|WRAPPER)\b/,punctuation:/[[\]{},()]/}),e.languages.insertBefore("tt2","number",{operator:/=[>=]?|!=?|<=?|>=?|&&|\|\|?|\b(?:and|not|or)\b/,variable:{pattern:/\b[a-z]\w*(?:\s*\.\s*(?:\d+|\$?[a-z]\w*))*\b/i}}),e.languages.insertBefore("tt2","keyword",{delimiter:{pattern:/^(?:\[%|%%)-?|-?%\]$/,alias:"punctuation"}}),e.languages.insertBefore("tt2","string",{"single-quoted-string":{pattern:/'[^\\']*(?:\\[\s\S][^\\']*)*'/,greedy:!0,alias:"string"},"double-quoted-string":{pattern:/"[^\\"]*(?:\\[\s\S][^\\"]*)*"/,greedy:!0,alias:"string",inside:{variable:{pattern:/\$(?:[a-z]\w*(?:\.(?:\d+|\$?[a-z]\w*))*)/i}}}}),delete e.languages.tt2.string,e.hooks.add("before-tokenize",function(t){e.languages["markup-templating"].buildPlaceholders(t,"tt2",/\[%[\s\S]+?%\]/g)}),e.hooks.add("after-tokenize",function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"tt2")})}function rV(e){var t=/(?:[\w-]+|'[^'\n\r]*'|"(?:\\.|[^\\"\r\n])*")/.source;function n(e){return e.replace(/__/g,function(){return t})}e.languages.toml={comment:{pattern:/#.*/,greedy:!0},table:{pattern:RegExp(n(/(^[\t ]*\[\s*(?:\[\s*)?)__(?:\s*\.\s*__)*(?=\s*\])/.source),"m"),lookbehind:!0,greedy:!0,alias:"class-name"},key:{pattern:RegExp(n(/(^[\t ]*|[{,]\s*)__(?:\s*\.\s*__)*(?=\s*=)/.source),"m"),lookbehind:!0,greedy:!0,alias:"property"},string:{pattern:/"""(?:\\[\s\S]|[^\\])*?"""|'''[\s\S]*?'''|'[^'\n\r]*'|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},date:[{pattern:/\b\d{4}-\d{2}-\d{2}(?:[T\s]\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|[+-]\d{2}:\d{2})?)?\b/i,alias:"number"},{pattern:/\b\d{2}:\d{2}:\d{2}(?:\.\d+)?\b/,alias:"number"}],number:/(?:\b0(?:x[\da-zA-Z]+(?:_[\da-zA-Z]+)*|o[0-7]+(?:_[0-7]+)*|b[10]+(?:_[10]+)*))\b|[-+]?\b\d+(?:_\d+)*(?:\.\d+(?:_\d+)*)?(?:[eE][+-]?\d+(?:_\d+)*)?\b|[-+]?\b(?:inf|nan)\b/,boolean:/\b(?:false|true)\b/,punctuation:/[.,=[\]{}]/}}function rK(e){var t;e.languages.tremor={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},"interpolated-string":null,extractor:{pattern:/\b[a-z_]\w*\|(?:[^\r\n\\|]|\\(?:\r\n|[\s\S]))*\|/i,greedy:!0,inside:{regex:{pattern:/(^re)\|[\s\S]+/,lookbehind:!0},function:/^\w+/,value:/\|[\s\S]+/}},identifier:{pattern:/`[^`]*`/,greedy:!0},function:/\b[a-z_]\w*(?=\s*(?:::\s*<|\())\b/,keyword:/\b(?:args|as|by|case|config|connect|connector|const|copy|create|default|define|deploy|drop|each|emit|end|erase|event|flow|fn|for|from|group|having|insert|into|intrinsic|let|links|match|merge|mod|move|of|operator|patch|pipeline|recur|script|select|set|sliding|state|stream|to|tumbling|update|use|when|where|window|with)\b/,boolean:/\b(?:false|null|true)\b/i,number:/\b(?:0b[01_]*|0x[0-9a-fA-F_]*|\d[\d_]*(?:\.\d[\d_]*)?(?:[Ee][+-]?[\d_]+)?)\b/,"pattern-punctuation":{pattern:/%(?=[({[])/,alias:"punctuation"},operator:/[-+*\/%~!^]=?|=[=>]?|&[&=]?|\|[|=]?|<<?=?|>>?>?=?|(?:absent|and|not|or|present|xor)\b/,punctuation:/::|[;\[\]()\{\},.:]/},t=/#\{(?:[^"{}]|\{[^{}]*\}|"(?:[^"\\\r\n]|\\(?:\r\n|[\s\S]))*")*\}/.source,e.languages.tremor["interpolated-string"]={pattern:RegExp(/(^|[^\\])/.source+'(?:"""(?:'+/[^"\\#]|\\[\s\S]|"(?!"")|#(?!\{)/.source+"|"+t+')*"""|"(?:'+/[^"\\\r\n#]|\\(?:\r\n|[\s\S])|#(?!\{)/.source+"|"+t+')*")'),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:RegExp(t),inside:{punctuation:/^#\{|\}$/,expression:{pattern:/[\s\S]+/,inside:e.languages.tremor}}},string:/[\s\S]+/}},e.languages.troy=e.languages.tremor,e.languages.trickle=e.languages.tremor}function rZ(e){var t;t=/\b(?:ACT|ACTIFSUB|CARRAY|CASE|CLEARGIF|COA|COA_INT|CONSTANTS|CONTENT|CUR|EDITPANEL|EFFECT|EXT|FILE|FLUIDTEMPLATE|FORM|FRAME|FRAMESET|GIFBUILDER|GMENU|GMENU_FOLDOUT|GMENU_LAYERS|GP|HMENU|HRULER|HTML|IENV|IFSUB|IMAGE|IMGMENU|IMGMENUITEM|IMGTEXT|IMG_RESOURCE|INCLUDE_TYPOSCRIPT|JSMENU|JSMENUITEM|LLL|LOAD_REGISTER|NO|PAGE|RECORDS|RESTORE_REGISTER|TEMPLATE|TEXT|TMENU|TMENUITEM|TMENU_LAYERS|USER|USER_INT|_GIFBUILDER|global|globalString|globalVar)\b/,e.languages.typoscript={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0},{pattern:/(^|[^\\:= \t]|(?:^|[^= \t])[ \t]+)\/\/.*/,lookbehind:!0,greedy:!0},{pattern:/(^|[^"'])#.*/,lookbehind:!0,greedy:!0}],function:[{pattern:/<INCLUDE_TYPOSCRIPT:\s*source\s*=\s*(?:"[^"\r\n]*"|'[^'\r\n]*')\s*>/,inside:{string:{pattern:/"[^"\r\n]*"|'[^'\r\n]*'/,inside:{keyword:t}},keyword:{pattern:/INCLUDE_TYPOSCRIPT/}}},{pattern:/@import\s*(?:"[^"\r\n]*"|'[^'\r\n]*')/,inside:{string:/"[^"\r\n]*"|'[^'\r\n]*'/}}],string:{pattern:/^([^=]*=[< ]?)(?:(?!\]\n).)*/,lookbehind:!0,inside:{function:/\{\$.*\}/,keyword:t,number:/^\d+$/,punctuation:/[,|:]/}},keyword:t,number:{pattern:/\b\d+\s*[.{=]/,inside:{operator:/[.{=]/}},tag:{pattern:/\.?[-\w\\]+\.?/,inside:{punctuation:/\./}},punctuation:/[{}[\];(),.:|]/,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/},e.languages.tsconfig=e.languages.typoscript}function rJ(e){e.languages.unrealscript={comment:/\/\/.*|\/\*[\s\S]*?\*\//,string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},category:{pattern:/(\b(?:(?:autoexpand|hide|show)categories|var)\s*\()[^()]+(?=\))/,lookbehind:!0,greedy:!0,alias:"property"},metadata:{pattern:/(\w\s*)<\s*\w+\s*=[^<>|=\r\n]+(?:\|\s*\w+\s*=[^<>|=\r\n]+)*>/,lookbehind:!0,greedy:!0,inside:{property:/\b\w+(?=\s*=)/,operator:/=/,punctuation:/[<>|]/}},macro:{pattern:/`\w+/,alias:"property"},"class-name":{pattern:/(\b(?:class|enum|extends|interface|state(?:\(\))?|struct|within)\s+)\w+/,lookbehind:!0},keyword:/\b(?:abstract|actor|array|auto|autoexpandcategories|bool|break|byte|case|class|classgroup|client|coerce|collapsecategories|config|const|continue|default|defaultproperties|delegate|dependson|deprecated|do|dontcollapsecategories|editconst|editinlinenew|else|enum|event|exec|export|extends|final|float|for|forcescriptorder|foreach|function|goto|guid|hidecategories|hidedropdown|if|ignores|implements|inherits|input|int|interface|iterator|latent|local|material|name|native|nativereplication|noexport|nontransient|noteditinlinenew|notplaceable|operator|optional|out|pawn|perobjectconfig|perobjectlocalized|placeable|postoperator|preoperator|private|protected|reliable|replication|return|server|showcategories|simulated|singular|state|static|string|struct|structdefault|structdefaultproperties|switch|texture|transient|travel|unreliable|until|var|vector|while|within)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,boolean:/\b(?:false|true)\b/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/>>|<<|--|\+\+|\*\*|[-+*/~!=<>$@]=?|&&?|\|\|?|\^\^?|[?:%]|\b(?:ClockwiseFrom|Cross|Dot)\b/,punctuation:/[()[\]{};,.]/},e.languages.uc=e.languages.uscript=e.languages.unrealscript}function rQ(e){e.languages.uorazor={"comment-hash":{pattern:/#.*/,alias:"comment",greedy:!0},"comment-slash":{pattern:/\/\/.*/,alias:"comment",greedy:!0},string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,inside:{punctuation:/^['"]|['"]$/},greedy:!0},"source-layers":{pattern:/\b(?:arms|backpack|blue|bracelet|cancel|clear|cloak|criminal|earrings|enemy|facialhair|friend|friendly|gloves|gray|grey|ground|hair|head|innerlegs|innertorso|innocent|lefthand|middletorso|murderer|neck|nonfriendly|onehandedsecondary|outerlegs|outertorso|pants|red|righthand|ring|self|shirt|shoes|talisman|waist)\b/i,alias:"function"},"source-commands":{pattern:/\b(?:alliance|attack|cast|clearall|clearignore|clearjournal|clearlist|clearsysmsg|createlist|createtimer|dclick|dclicktype|dclickvar|dress|dressconfig|drop|droprelloc|emote|getlabel|guild|gumpclose|gumpresponse|hotkey|ignore|lasttarget|lift|lifttype|menu|menuresponse|msg|org|organize|organizer|overhead|pause|poplist|potion|promptresponse|pushlist|removelist|removetimer|rename|restock|say|scav|scavenger|script|setability|setlasttarget|setskill|settimer|setvar|sysmsg|target|targetloc|targetrelloc|targettype|undress|unignore|unsetvar|useobject|useonce|useskill|usetype|virtue|wait|waitforgump|waitformenu|waitforprompt|waitforstat|waitforsysmsg|waitfortarget|walk|wfsysmsg|wft|whisper|yell)\b/,alias:"function"},"tag-name":{pattern:/(^\{%-?\s*)\w+/,lookbehind:!0,alias:"keyword"},delimiter:{pattern:/^\{[{%]-?|-?[%}]\}$/,alias:"punctuation"},function:/\b(?:atlist|close|closest|count|counter|counttype|dead|dex|diffhits|diffmana|diffstam|diffweight|find|findbuff|finddebuff|findlayer|findtype|findtypelist|followers|gumpexists|hidden|hits|hp|hue|human|humanoid|ingump|inlist|insysmessage|insysmsg|int|invul|lhandempty|list|listexists|mana|maxhits|maxhp|maxmana|maxstam|maxweight|monster|mounted|name|next|noto|paralyzed|poisoned|position|prev|previous|queued|rand|random|rhandempty|skill|stam|str|targetexists|timer|timerexists|varexist|warmode|weight)\b/,keyword:/\b(?:and|as|break|continue|else|elseif|endfor|endif|endwhile|for|if|loop|not|or|replay|stop|while)\b/,boolean:/\b(?:false|null|true)\b/,number:/\b0x[\dA-Fa-f]+|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee][-+]?\d+)?/,operator:[{pattern:/(\s)(?:and|b-and|b-or|b-xor|ends with|in|is|matches|not|or|same as|starts with)(?=\s)/,lookbehind:!0},/[=<>]=?|!=|\*\*?|\/\/?|\?:?|[-+~%|]/],punctuation:/[()\[\]{}:.,]/}}function r0(e){var t;e.register(I),t={pattern:/[\s\S]+/,inside:null},e.languages.v=e.languages.extend("clike",{string:{pattern:/r?(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,alias:"quoted-string",greedy:!0,inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:\{[^{}]*\}|\w+(?:\.\w+(?:\([^\(\)]*\))?|\[[^\[\]]+\])*)/,lookbehind:!0,inside:{"interpolation-variable":{pattern:/^\$\w[\s\S]*$/,alias:"variable"},"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},"interpolation-expression":t}}}},"class-name":{pattern:/(\b(?:enum|interface|struct|type)\s+)(?:C\.)?\w+/,lookbehind:!0},keyword:/(?:\b(?:__global|as|asm|assert|atomic|break|chan|const|continue|defer|else|embed|enum|fn|for|go(?:to)?|if|import|in|interface|is|lock|match|module|mut|none|or|pub|return|rlock|select|shared|sizeof|static|struct|type(?:of)?|union|unsafe)|\$(?:else|for|if)|#(?:flag|include))\b/,number:/\b(?:0x[a-f\d]+(?:_[a-f\d]+)*|0b[01]+(?:_[01]+)*|0o[0-7]+(?:_[0-7]+)*|\d+(?:_\d+)*(?:\.\d+(?:_\d+)*)?)\b/i,operator:/~|\?|[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\.?/,builtin:/\b(?:any(?:_float|_int)?|bool|byte(?:ptr)?|charptr|f(?:32|64)|i(?:8|16|64|128|nt)|rune|size_t|string|u(?:16|32|64|128)|voidptr)\b/}),t.inside=e.languages.v,e.languages.insertBefore("v","string",{char:{pattern:/`(?:\\`|\\?[^`]{1,2})`/,alias:"rune"}}),e.languages.insertBefore("v","operator",{attribute:{pattern:/(^[\t ]*)\[(?:deprecated|direct_array_access|flag|inline|live|ref_only|typedef|unsafe_fn|windows_stdcall)\]/m,lookbehind:!0,alias:"annotation",inside:{punctuation:/[\[\]]/,keyword:/\w+/}},generic:{pattern:/<\w+>(?=\s*[\)\{])/,inside:{punctuation:/[<>]/,"class-name":/\w+/}}}),e.languages.insertBefore("v","function",{"generic-function":{pattern:/\b\w+\s*<\w+>(?=\()/,inside:{function:/^\w+/,generic:{pattern:/<\w+>/,inside:e.languages.v.generic.inside}}}})}function r1(e){e.register(I),e.languages.vala=e.languages.extend("clike",{"class-name":[{pattern:/\b[A-Z]\w*(?:\.\w+)*\b(?=(?:\?\s+|\*?\s+\*?)\w)/,inside:{punctuation:/\./}},{pattern:/(\[)[A-Z]\w*(?:\.\w+)*\b/,lookbehind:!0,inside:{punctuation:/\./}},{pattern:/(\b(?:class|interface)\s+[A-Z]\w*(?:\.\w+)*\s*:\s*)[A-Z]\w*(?:\.\w+)*\b/,lookbehind:!0,inside:{punctuation:/\./}},{pattern:/((?:\b(?:class|enum|interface|new|struct)\s+)|(?:catch\s+\())[A-Z]\w*(?:\.\w+)*\b/,lookbehind:!0,inside:{punctuation:/\./}}],keyword:/\b(?:abstract|as|assert|async|base|bool|break|case|catch|char|class|const|construct|continue|default|delegate|delete|do|double|dynamic|else|ensures|enum|errordomain|extern|finally|float|for|foreach|get|if|in|inline|int|int16|int32|int64|int8|interface|internal|is|lock|long|namespace|new|null|out|override|owned|params|private|protected|public|ref|requires|return|set|short|signal|sizeof|size_t|ssize_t|static|string|struct|switch|this|throw|throws|try|typeof|uchar|uint|uint16|uint32|uint64|uint8|ulong|unichar|unowned|ushort|using|value|var|virtual|void|volatile|weak|while|yield)\b/i,function:/\b\w+(?=\s*\()/,number:/(?:\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)(?:f|u?l?)?/i,operator:/\+\+|--|&&|\|\||<<=?|>>=?|=>|->|~|[+\-*\/%&^|=!<>]=?|\?\??|\.\.\./,punctuation:/[{}[\];(),.:]/,constant:/\b[A-Z0-9_]+\b/}),e.languages.insertBefore("vala","string",{"raw-string":{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string"},"template-string":{pattern:/@"[\s\S]*?"/,greedy:!0,inside:{interpolation:{pattern:/\$(?:\([^)]*\)|[a-zA-Z]\w*)/,inside:{delimiter:{pattern:/^\$\(?|\)$/,alias:"punctuation"},rest:e.languages.vala}},string:/[\s\S]+/}}}),e.languages.insertBefore("vala","keyword",{regex:{pattern:/\/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[imsx]{0,4}(?=\s*(?:$|[\r\n,.;})\]]))/,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:e.languages.regex},"regex-delimiter":/^\//,"regex-flags":/^[a-z]+$/}}})}function r2(e){var t;e.register(A),e.languages.velocity=e.languages.extend("markup",{}),(t={variable:{pattern:/(^|[^\\](?:\\\\)*)\$!?(?:[a-z][\w-]*(?:\([^)]*\))?(?:\.[a-z][\w-]*(?:\([^)]*\))?|\[[^\]]+\])*|\{[^}]+\})/i,lookbehind:!0,inside:{}},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},number:/\b\d+\b/,boolean:/\b(?:false|true)\b/,operator:/[=!<>]=?|[+*/%-]|&&|\|\||\.\.|\b(?:eq|g[et]|l[et]|n(?:e|ot))\b/,punctuation:/[(){}[\]:,.]/}).variable.inside={string:t.string,function:{pattern:/([^\w-])[a-z][\w-]*(?=\()/,lookbehind:!0},number:t.number,boolean:t.boolean,punctuation:t.punctuation},e.languages.insertBefore("velocity","comment",{unparsed:{pattern:/(^|[^\\])#\[\[[\s\S]*?\]\]#/,lookbehind:!0,greedy:!0,inside:{punctuation:/^#\[\[|\]\]#$/}},"velocity-comment":[{pattern:/(^|[^\\])#\*[\s\S]*?\*#/,lookbehind:!0,greedy:!0,alias:"comment"},{pattern:/(^|[^\\])##.*/,lookbehind:!0,greedy:!0,alias:"comment"}],directive:{pattern:/(^|[^\\](?:\\\\)*)#@?(?:[a-z][\w-]*|\{[a-z][\w-]*\})(?:\s*\((?:[^()]|\([^()]*\))*\))?/i,lookbehind:!0,inside:{keyword:{pattern:/^#@?(?:[a-z][\w-]*|\{[a-z][\w-]*\})|\bin\b/,inside:{punctuation:/[{}]/}},rest:t}},variable:t.variable}),e.languages.velocity.tag.inside["attr-value"].inside.rest=e.languages.velocity}function r3(e){e.languages.verilog={comment:{pattern:/\/\/.*|\/\*[\s\S]*?\*\//,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"kernel-function":{pattern:/\B\$\w+\b/,alias:"property"},constant:/\B`\w+\b/,function:/\b\w+(?=\()/,keyword:/\b(?:alias|and|assert|assign|assume|automatic|before|begin|bind|bins|binsof|bit|break|buf|bufif0|bufif1|byte|case|casex|casez|cell|chandle|class|clocking|cmos|config|const|constraint|context|continue|cover|covergroup|coverpoint|cross|deassign|default|defparam|design|disable|dist|do|edge|else|end|endcase|endclass|endclocking|endconfig|endfunction|endgenerate|endgroup|endinterface|endmodule|endpackage|endprimitive|endprogram|endproperty|endsequence|endspecify|endtable|endtask|enum|event|expect|export|extends|extern|final|first_match|for|force|foreach|forever|fork|forkjoin|function|generate|genvar|highz0|highz1|if|iff|ifnone|ignore_bins|illegal_bins|import|incdir|include|initial|inout|input|inside|instance|int|integer|interface|intersect|join|join_any|join_none|large|liblist|library|local|localparam|logic|longint|macromodule|matches|medium|modport|module|nand|negedge|new|nmos|nor|noshowcancelled|not|notif0|notif1|null|or|output|package|packed|parameter|pmos|posedge|primitive|priority|program|property|protected|pull0|pull1|pulldown|pullup|pulsestyle_ondetect|pulsestyle_onevent|pure|rand|randc|randcase|randsequence|rcmos|real|realtime|ref|reg|release|repeat|return|rnmos|rpmos|rtran|rtranif0|rtranif1|scalared|sequence|shortint|shortreal|showcancelled|signed|small|solve|specify|specparam|static|string|strong0|strong1|struct|super|supply0|supply1|table|tagged|task|this|throughout|time|timeprecision|timeunit|tran|tranif0|tranif1|tri|tri0|tri1|triand|trior|trireg|type|typedef|union|unique|unsigned|use|uwire|var|vectored|virtual|void|wait|wait_order|wand|weak0|weak1|while|wildcard|wire|with|within|wor|xnor|xor)\b/,important:/\b(?:always|always_comb|always_ff|always_latch)\b(?: *@)?/,number:/\B##?\d+|(?:\b\d+)?'[odbh] ?[\da-fzx_?]+|\b(?:\d*[._])?\d+(?:e[-+]?\d+)?/i,operator:/[-+{}^~%*\/?=!<>&|]+/,punctuation:/[[\];(),.:]/}}function r5(e){e.languages.vhdl={comment:/--.+/,"vhdl-vectors":{pattern:/\b[oxb]"[\da-f_]+"|"[01uxzwlh-]+"/i,alias:"number"},"quoted-function":{pattern:/"\S+?"(?=\()/,alias:"function"},string:/"(?:[^\\"\r\n]|\\(?:\r\n|[\s\S]))*"/,attribute:{pattern:/\b'\w+/,alias:"attr-name"},keyword:/\b(?:access|after|alias|all|architecture|array|assert|attribute|begin|block|body|buffer|bus|case|component|configuration|constant|disconnect|downto|else|elsif|end|entity|exit|file|for|function|generate|generic|group|guarded|if|impure|in|inertial|inout|is|label|library|linkage|literal|loop|map|new|next|null|of|on|open|others|out|package|port|postponed|private|procedure|process|pure|range|record|register|reject|report|return|select|severity|shared|signal|subtype|then|to|transport|type|unaffected|units|until|use|variable|view|wait|when|while|with)\b/i,boolean:/\b(?:false|true)\b/i,function:/\w+(?=\()/,number:/'[01uxzwlh-]'|\b(?:\d+#[\da-f_.]+#|\d[\d_.]*)(?:e[-+]?\d+)?/i,operator:/[<>]=?|:=|[-+*/&=]|\b(?:abs|and|mod|nand|nor|not|or|rem|rol|ror|sla|sll|sra|srl|xnor|xor)\b/i,punctuation:/[{}[\];(),.:]/}}function r4(e){e.languages.vim={string:/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\r\n]|'')*'/,comment:/".*/,function:/\b\w+(?=\()/,keyword:/\b(?:N|Next|P|Print|X|XMLent|XMLns|ab|abbreviate|abc|abclear|abo|aboveleft|al|all|ar|arga|argadd|argd|argdelete|argdo|arge|argedit|argg|argglobal|argl|arglocal|args|argu|argument|as|ascii|b|bN|bNext|ba|bad|badd|ball|bd|bdelete|be|bel|belowright|bf|bfirst|bl|blast|bm|bmodified|bn|bnext|bo|botright|bp|bprevious|br|brea|break|breaka|breakadd|breakd|breakdel|breakl|breaklist|brewind|bro|browse|bufdo|buffer|buffers|bun|bunload|bw|bwipeout|c|cN|cNext|cNfcNfile|ca|cabbrev|cabc|cabclear|cad|caddb|caddbuffer|caddexpr|caddf|caddfile|cal|call|cat|catch|cb|cbuffer|cc|ccl|cclose|cd|ce|center|cex|cexpr|cf|cfile|cfir|cfirst|cg|cgetb|cgetbuffer|cgete|cgetexpr|cgetfile|change|changes|chd|chdir|che|checkpath|checkt|checktime|cl|cla|clast|clist|clo|close|cmapc|cmapclear|cn|cnew|cnewer|cnext|cnf|cnfile|cnorea|cnoreabbrev|co|col|colder|colo|colorscheme|comc|comclear|comp|compiler|con|conf|confirm|continue|cope|copen|copy|cp|cpf|cpfile|cprevious|cq|cquit|cr|crewind|cu|cuna|cunabbrev|cunmap|cw|cwindow|d|debugg|debuggreedy|delc|delcommand|delete|delf|delfunction|delm|delmarks|di|diffg|diffget|diffoff|diffpatch|diffpu|diffput|diffsplit|diffthis|diffu|diffupdate|dig|digraphs|display|dj|djump|dl|dlist|dr|drop|ds|dsearch|dsp|dsplit|e|earlier|echoe|echoerr|echom|echomsg|echon|edit|el|else|elsei|elseif|em|emenu|en|endf|endfo|endfor|endfun|endfunction|endif|endt|endtry|endw|endwhile|ene|enew|ex|exi|exit|exu|exusage|f|file|files|filetype|fin|fina|finally|find|fini|finish|fir|first|fix|fixdel|fo|fold|foldc|foldclose|foldd|folddoc|folddoclosed|folddoopen|foldo|foldopen|for|fu|fun|function|go|goto|gr|grep|grepa|grepadd|h|ha|hardcopy|help|helpf|helpfind|helpg|helpgrep|helpt|helptags|hid|hide|his|history|ia|iabbrev|iabc|iabclear|if|ij|ijump|il|ilist|imapc|imapclear|in|inorea|inoreabbrev|isearch|isp|isplit|iu|iuna|iunabbrev|iunmap|j|join|ju|jumps|k|kee|keepalt|keepj|keepjumps|keepmarks|l|lN|lNext|lNf|lNfile|la|lad|laddb|laddbuffer|laddexpr|laddf|laddfile|lan|language|last|later|lb|lbuffer|lc|lcd|lch|lchdir|lcl|lclose|left|lefta|leftabove|let|lex|lexpr|lf|lfile|lfir|lfirst|lg|lgetb|lgetbuffer|lgete|lgetexpr|lgetfile|lgr|lgrep|lgrepa|lgrepadd|lh|lhelpgrep|list|ll|lla|llast|lli|llist|lm|lmak|lmake|lmap|lmapc|lmapclear|ln|lne|lnew|lnewer|lnext|lnf|lnfile|lnoremap|lo|loadview|loc|lockmarks|lockv|lockvar|lol|lolder|lop|lopen|lp|lpf|lpfile|lprevious|lr|lrewind|ls|lt|ltag|lu|lunmap|lv|lvimgrep|lvimgrepa|lvimgrepadd|lw|lwindow|m|ma|mak|make|mark|marks|mat|match|menut|menutranslate|mk|mkexrc|mks|mksession|mksp|mkspell|mkv|mkvie|mkview|mkvimrc|mod|mode|move|mz|mzf|mzfile|mzscheme|n|nbkey|new|next|nmapc|nmapclear|noh|nohlsearch|norea|noreabbrev|nu|number|nun|nunmap|o|omapc|omapclear|on|only|open|opt|options|ou|ounmap|p|pc|pclose|pe|ped|pedit|perl|perld|perldo|po|pop|popu|popup|pp|ppop|pre|preserve|prev|previous|print|prof|profd|profdel|profile|promptf|promptfind|promptr|promptrepl|ps|psearch|ptN|ptNext|pta|ptag|ptf|ptfirst|ptj|ptjump|ptl|ptlast|ptn|ptnext|ptp|ptprevious|ptr|ptrewind|pts|ptselect|pu|put|pw|pwd|py|pyf|pyfile|python|q|qa|qall|quit|quita|quitall|r|read|rec|recover|red|redi|redir|redo|redr|redraw|redraws|redrawstatus|reg|registers|res|resize|ret|retab|retu|return|rew|rewind|ri|right|rightb|rightbelow|ru|rub|ruby|rubyd|rubydo|rubyf|rubyfile|runtime|rv|rviminfo|sN|sNext|sa|sal|sall|san|sandbox|sargument|sav|saveas|sb|sbN|sbNext|sba|sball|sbf|sbfirst|sbl|sblast|sbm|sbmodified|sbn|sbnext|sbp|sbprevious|sbr|sbrewind|sbuffer|scrip|scripte|scriptencoding|scriptnames|se|set|setf|setfiletype|setg|setglobal|setl|setlocal|sf|sfind|sfir|sfirst|sh|shell|sign|sil|silent|sim|simalt|sl|sla|slast|sleep|sm|smagic|smap|smapc|smapclear|sme|smenu|sn|snext|sni|sniff|sno|snomagic|snor|snoremap|snoreme|snoremenu|so|sor|sort|source|sp|spe|spelld|spelldump|spellgood|spelli|spellinfo|spellr|spellrepall|spellu|spellundo|spellw|spellwrong|split|spr|sprevious|sre|srewind|st|sta|stag|star|startg|startgreplace|startinsert|startr|startreplace|stj|stjump|stop|stopi|stopinsert|sts|stselect|sun|sunhide|sunm|sunmap|sus|suspend|sv|sview|syncbind|t|tN|tNext|ta|tab|tabN|tabNext|tabc|tabclose|tabd|tabdo|tabe|tabedit|tabf|tabfind|tabfir|tabfirst|tabl|tablast|tabm|tabmove|tabn|tabnew|tabnext|tabo|tabonly|tabp|tabprevious|tabr|tabrewind|tabs|tag|tags|tc|tcl|tcld|tcldo|tclf|tclfile|te|tearoff|tf|tfirst|th|throw|tj|tjump|tl|tlast|tm|tmenu|tn|tnext|to|topleft|tp|tprevious|tr|trewind|try|ts|tselect|tu|tunmenu|u|una|unabbreviate|undo|undoj|undojoin|undol|undolist|unh|unhide|unlet|unlo|unlockvar|unm|unmap|up|update|ve|verb|verbose|version|vert|vertical|vi|vie|view|vim|vimgrep|vimgrepa|vimgrepadd|visual|viu|viusage|vmapc|vmapclear|vne|vnew|vs|vsplit|vu|vunmap|w|wN|wNext|wa|wall|wh|while|win|winc|wincmd|windo|winp|winpos|winsize|wn|wnext|wp|wprevious|wq|wqa|wqall|write|ws|wsverb|wv|wviminfo|x|xa|xall|xit|xm|xmap|xmapc|xmapclear|xme|xmenu|xn|xnoremap|xnoreme|xnoremenu|xu|xunmap|y|yank)\b/,builtin:/\b(?:acd|ai|akm|aleph|allowrevins|altkeymap|ambiwidth|ambw|anti|antialias|arab|arabic|arabicshape|ari|arshape|autochdir|autocmd|autoindent|autoread|autowrite|autowriteall|aw|awa|background|backspace|backup|backupcopy|backupdir|backupext|backupskip|balloondelay|ballooneval|balloonexpr|bdir|bdlay|beval|bex|bexpr|bg|bh|bin|binary|biosk|bioskey|bk|bkc|bomb|breakat|brk|browsedir|bs|bsdir|bsk|bt|bufhidden|buflisted|buftype|casemap|ccv|cdpath|cedit|cfu|ch|charconvert|ci|cin|cindent|cink|cinkeys|cino|cinoptions|cinw|cinwords|clipboard|cmdheight|cmdwinheight|cmp|cms|columns|com|comments|commentstring|compatible|complete|completefunc|completeopt|consk|conskey|copyindent|cot|cpo|cpoptions|cpt|cscopepathcomp|cscopeprg|cscopequickfix|cscopetag|cscopetagorder|cscopeverbose|cspc|csprg|csqf|cst|csto|csverb|cuc|cul|cursorcolumn|cursorline|cwh|debug|deco|def|define|delcombine|dex|dg|dict|dictionary|diff|diffexpr|diffopt|digraph|dip|dir|directory|dy|ea|ead|eadirection|eb|ed|edcompatible|ef|efm|ei|ek|enc|encoding|endofline|eol|ep|equalalways|equalprg|errorbells|errorfile|errorformat|esckeys|et|eventignore|expandtab|exrc|fcl|fcs|fdc|fde|fdi|fdl|fdls|fdm|fdn|fdo|fdt|fen|fenc|fencs|fex|ff|ffs|fileencoding|fileencodings|fileformat|fileformats|fillchars|fk|fkmap|flp|fml|fmr|foldcolumn|foldenable|foldexpr|foldignore|foldlevel|foldlevelstart|foldmarker|foldmethod|foldminlines|foldnestmax|foldtext|formatexpr|formatlistpat|formatoptions|formatprg|fp|fs|fsync|ft|gcr|gd|gdefault|gfm|gfn|gfs|gfw|ghr|gp|grepformat|grepprg|gtl|gtt|guicursor|guifont|guifontset|guifontwide|guiheadroom|guioptions|guipty|guitablabel|guitabtooltip|helpfile|helpheight|helplang|hf|hh|hi|hidden|highlight|hk|hkmap|hkmapp|hkp|hl|hlg|hls|hlsearch|ic|icon|iconstring|ignorecase|im|imactivatekey|imak|imc|imcmdline|imd|imdisable|imi|iminsert|ims|imsearch|inc|include|includeexpr|incsearch|inde|indentexpr|indentkeys|indk|inex|inf|infercase|insertmode|invacd|invai|invakm|invallowrevins|invaltkeymap|invanti|invantialias|invar|invarab|invarabic|invarabicshape|invari|invarshape|invautochdir|invautoindent|invautoread|invautowrite|invautowriteall|invaw|invawa|invbackup|invballooneval|invbeval|invbin|invbinary|invbiosk|invbioskey|invbk|invbl|invbomb|invbuflisted|invcf|invci|invcin|invcindent|invcompatible|invconfirm|invconsk|invconskey|invcopyindent|invcp|invcscopetag|invcscopeverbose|invcst|invcsverb|invcuc|invcul|invcursorcolumn|invcursorline|invdeco|invdelcombine|invdg|invdiff|invdigraph|invdisable|invea|inveb|inved|invedcompatible|invek|invendofline|inveol|invequalalways|inverrorbells|invesckeys|invet|invex|invexpandtab|invexrc|invfen|invfk|invfkmap|invfoldenable|invgd|invgdefault|invguipty|invhid|invhidden|invhk|invhkmap|invhkmapp|invhkp|invhls|invhlsearch|invic|invicon|invignorecase|invim|invimc|invimcmdline|invimd|invincsearch|invinf|invinfercase|invinsertmode|invis|invjoinspaces|invjs|invlazyredraw|invlbr|invlinebreak|invlisp|invlist|invloadplugins|invlpl|invlz|invma|invmacatsui|invmagic|invmh|invml|invmod|invmodeline|invmodifiable|invmodified|invmore|invmousef|invmousefocus|invmousehide|invnu|invnumber|invodev|invopendevice|invpaste|invpi|invpreserveindent|invpreviewwindow|invprompt|invpvw|invreadonly|invremap|invrestorescreen|invrevins|invri|invrightleft|invrightleftcmd|invrl|invrlc|invro|invrs|invru|invruler|invsb|invsc|invscb|invscrollbind|invscs|invsecure|invsft|invshellslash|invshelltemp|invshiftround|invshortname|invshowcmd|invshowfulltag|invshowmatch|invshowmode|invsi|invsm|invsmartcase|invsmartindent|invsmarttab|invsmd|invsn|invsol|invspell|invsplitbelow|invsplitright|invspr|invsr|invssl|invsta|invstartofline|invstmp|invswapfile|invswf|invta|invtagbsearch|invtagrelative|invtagstack|invtbi|invtbidi|invtbs|invtermbidi|invterse|invtextauto|invtextmode|invtf|invtgst|invtildeop|invtimeout|invtitle|invto|invtop|invtr|invttimeout|invttybuiltin|invttyfast|invtx|invvb|invvisualbell|invwa|invwarn|invwb|invweirdinvert|invwfh|invwfw|invwildmenu|invwinfixheight|invwinfixwidth|invwiv|invwmnu|invwrap|invwrapscan|invwrite|invwriteany|invwritebackup|invws|isf|isfname|isi|isident|isk|iskeyword|isprint|joinspaces|js|key|keymap|keymodel|keywordprg|km|kmp|kp|langmap|langmenu|laststatus|lazyredraw|lbr|lcs|linebreak|lines|linespace|lisp|lispwords|listchars|loadplugins|lpl|lsp|lz|macatsui|magic|makeef|makeprg|matchpairs|matchtime|maxcombine|maxfuncdepth|maxmapdepth|maxmem|maxmempattern|maxmemtot|mco|mef|menuitems|mfd|mh|mis|mkspellmem|ml|mls|mm|mmd|mmp|mmt|modeline|modelines|modifiable|modified|more|mouse|mousef|mousefocus|mousehide|mousem|mousemodel|mouses|mouseshape|mouset|mousetime|mp|mps|msm|mzq|mzquantum|nf|noacd|noai|noakm|noallowrevins|noaltkeymap|noanti|noantialias|noar|noarab|noarabic|noarabicshape|noari|noarshape|noautochdir|noautoindent|noautoread|noautowrite|noautowriteall|noaw|noawa|nobackup|noballooneval|nobeval|nobin|nobinary|nobiosk|nobioskey|nobk|nobl|nobomb|nobuflisted|nocf|noci|nocin|nocindent|nocompatible|noconfirm|noconsk|noconskey|nocopyindent|nocp|nocscopetag|nocscopeverbose|nocst|nocsverb|nocuc|nocul|nocursorcolumn|nocursorline|nodeco|nodelcombine|nodg|nodiff|nodigraph|nodisable|noea|noeb|noed|noedcompatible|noek|noendofline|noeol|noequalalways|noerrorbells|noesckeys|noet|noex|noexpandtab|noexrc|nofen|nofk|nofkmap|nofoldenable|nogd|nogdefault|noguipty|nohid|nohidden|nohk|nohkmap|nohkmapp|nohkp|nohls|noic|noicon|noignorecase|noim|noimc|noimcmdline|noimd|noincsearch|noinf|noinfercase|noinsertmode|nois|nojoinspaces|nojs|nolazyredraw|nolbr|nolinebreak|nolisp|nolist|noloadplugins|nolpl|nolz|noma|nomacatsui|nomagic|nomh|noml|nomod|nomodeline|nomodifiable|nomodified|nomore|nomousef|nomousefocus|nomousehide|nonu|nonumber|noodev|noopendevice|nopaste|nopi|nopreserveindent|nopreviewwindow|noprompt|nopvw|noreadonly|noremap|norestorescreen|norevins|nori|norightleft|norightleftcmd|norl|norlc|noro|nors|noru|noruler|nosb|nosc|noscb|noscrollbind|noscs|nosecure|nosft|noshellslash|noshelltemp|noshiftround|noshortname|noshowcmd|noshowfulltag|noshowmatch|noshowmode|nosi|nosm|nosmartcase|nosmartindent|nosmarttab|nosmd|nosn|nosol|nospell|nosplitbelow|nosplitright|nospr|nosr|nossl|nosta|nostartofline|nostmp|noswapfile|noswf|nota|notagbsearch|notagrelative|notagstack|notbi|notbidi|notbs|notermbidi|noterse|notextauto|notextmode|notf|notgst|notildeop|notimeout|notitle|noto|notop|notr|nottimeout|nottybuiltin|nottyfast|notx|novb|novisualbell|nowa|nowarn|nowb|noweirdinvert|nowfh|nowfw|nowildmenu|nowinfixheight|nowinfixwidth|nowiv|nowmnu|nowrap|nowrapscan|nowrite|nowriteany|nowritebackup|nows|nrformats|numberwidth|nuw|odev|oft|ofu|omnifunc|opendevice|operatorfunc|opfunc|osfiletype|pa|para|paragraphs|paste|pastetoggle|patchexpr|patchmode|path|pdev|penc|pex|pexpr|pfn|ph|pheader|pi|pm|pmbcs|pmbfn|popt|preserveindent|previewheight|previewwindow|printdevice|printencoding|printexpr|printfont|printheader|printmbcharset|printmbfont|printoptions|prompt|pt|pumheight|pvh|pvw|qe|quoteescape|readonly|remap|report|restorescreen|revins|rightleft|rightleftcmd|rl|rlc|ro|rs|rtp|ruf|ruler|rulerformat|runtimepath|sbo|sc|scb|scr|scroll|scrollbind|scrolljump|scrolloff|scrollopt|scs|sect|sections|secure|sel|selection|selectmode|sessionoptions|sft|shcf|shellcmdflag|shellpipe|shellquote|shellredir|shellslash|shelltemp|shelltype|shellxquote|shiftround|shiftwidth|shm|shortmess|shortname|showbreak|showcmd|showfulltag|showmatch|showmode|showtabline|shq|si|sidescroll|sidescrolloff|siso|sj|slm|smartcase|smartindent|smarttab|smc|smd|softtabstop|sol|spc|spell|spellcapcheck|spellfile|spelllang|spellsuggest|spf|spl|splitbelow|splitright|sps|sr|srr|ss|ssl|ssop|stal|startofline|statusline|stl|stmp|su|sua|suffixes|suffixesadd|sw|swapfile|swapsync|swb|swf|switchbuf|sws|sxq|syn|synmaxcol|syntax|t_AB|t_AF|t_AL|t_CS|t_CV|t_Ce|t_Co|t_Cs|t_DL|t_EI|t_F1|t_F2|t_F3|t_F4|t_F5|t_F6|t_F7|t_F8|t_F9|t_IE|t_IS|t_K1|t_K3|t_K4|t_K5|t_K6|t_K7|t_K8|t_K9|t_KA|t_KB|t_KC|t_KD|t_KE|t_KF|t_KG|t_KH|t_KI|t_KJ|t_KK|t_KL|t_RI|t_RV|t_SI|t_Sb|t_Sf|t_WP|t_WS|t_ZH|t_ZR|t_al|t_bc|t_cd|t_ce|t_cl|t_cm|t_cs|t_da|t_db|t_dl|t_fs|t_k1|t_k2|t_k3|t_k4|t_k5|t_k6|t_k7|t_k8|t_k9|t_kB|t_kD|t_kI|t_kN|t_kP|t_kb|t_kd|t_ke|t_kh|t_kl|t_kr|t_ks|t_ku|t_le|t_mb|t_md|t_me|t_mr|t_ms|t_nd|t_op|t_se|t_so|t_sr|t_te|t_ti|t_ts|t_ue|t_us|t_ut|t_vb|t_ve|t_vi|t_vs|t_xs|tabline|tabpagemax|tabstop|tagbsearch|taglength|tagrelative|tagstack|tal|tb|tbi|tbidi|tbis|tbs|tenc|term|termbidi|termencoding|terse|textauto|textmode|textwidth|tgst|thesaurus|tildeop|timeout|timeoutlen|title|titlelen|titleold|titlestring|toolbar|toolbariconsize|top|tpm|tsl|tsr|ttimeout|ttimeoutlen|ttm|tty|ttybuiltin|ttyfast|ttym|ttymouse|ttyscroll|ttytype|tw|tx|uc|ul|undolevels|updatecount|updatetime|ut|vb|vbs|vdir|verbosefile|vfile|viewdir|viewoptions|viminfo|virtualedit|visualbell|vop|wak|warn|wb|wc|wcm|wd|weirdinvert|wfh|wfw|whichwrap|wi|wig|wildchar|wildcharm|wildignore|wildmenu|wildmode|wildoptions|wim|winaltkeys|window|winfixheight|winfixwidth|winheight|winminheight|winminwidth|winwidth|wiv|wiw|wm|wmh|wmnu|wmw|wop|wrap|wrapmargin|wrapscan|writeany|writebackup|writedelay|ww)\b/,number:/\b(?:0x[\da-f]+|\d+(?:\.\d+)?)\b/i,operator:/\|\||&&|[-+.]=?|[=!](?:[=~][#?]?)?|[<>]=?[#?]?|[*\/%?]|\b(?:is(?:not)?)\b/,punctuation:/[{}[\](),;:]/}}function r6(e){e.languages["visual-basic"]={comment:{pattern:/(?:['‘’]|REM\b)(?:[^\r\n_]|_(?:\r\n?|\n)?)*/i,inside:{keyword:/^REM/i}},directive:{pattern:/#(?:Const|Else|ElseIf|End|ExternalChecksum|ExternalSource|If|Region)(?:\b_[ \t]*(?:\r\n?|\n)|.)+/i,alias:"property",greedy:!0},string:{pattern:/\$?["“”](?:["“”]{2}|[^"“”])*["“”]C?/i,greedy:!0},date:{pattern:/#[ \t]*(?:\d+([/-])\d+\1\d+(?:[ \t]+(?:\d+[ \t]*(?:AM|PM)|\d+:\d+(?::\d+)?(?:[ \t]*(?:AM|PM))?))?|\d+[ \t]*(?:AM|PM)|\d+:\d+(?::\d+)?(?:[ \t]*(?:AM|PM))?)[ \t]*#/i,alias:"number"},number:/(?:(?:\b\d+(?:\.\d+)?|\.\d+)(?:E[+-]?\d+)?|&[HO][\dA-F]+)(?:[FRD]|U?[ILS])?/i,boolean:/\b(?:False|Nothing|True)\b/i,keyword:/\b(?:AddHandler|AddressOf|Alias|And(?:Also)?|As|Boolean|ByRef|Byte|ByVal|Call|Case|Catch|C(?:Bool|Byte|Char|Date|Dbl|Dec|Int|Lng|Obj|SByte|Short|Sng|Str|Type|UInt|ULng|UShort)|Char|Class|Const|Continue|Currency|Date|Decimal|Declare|Default|Delegate|Dim|DirectCast|Do|Double|Each|Else(?:If)?|End(?:If)?|Enum|Erase|Error|Event|Exit|Finally|For|Friend|Function|Get(?:Type|XMLNamespace)?|Global|GoSub|GoTo|Handles|If|Implements|Imports|In|Inherits|Integer|Interface|Is|IsNot|Let|Lib|Like|Long|Loop|Me|Mod|Module|Must(?:Inherit|Override)|My(?:Base|Class)|Namespace|Narrowing|New|Next|Not(?:Inheritable|Overridable)?|Object|Of|On|Operator|Option(?:al)?|Or(?:Else)?|Out|Overloads|Overridable|Overrides|ParamArray|Partial|Private|Property|Protected|Public|RaiseEvent|ReadOnly|ReDim|RemoveHandler|Resume|Return|SByte|Select|Set|Shadows|Shared|short|Single|Static|Step|Stop|String|Structure|Sub|SyncLock|Then|Throw|To|Try|TryCast|Type|TypeOf|U(?:Integer|Long|Short)|Until|Using|Variant|Wend|When|While|Widening|With(?:Events)?|WriteOnly|Xor)\b/i,operator:/[+\-*/\\^<=>&#@$%!]|\b_(?=[ \t]*[\r\n])/,punctuation:/[{}().,:?]/},e.languages.vb=e.languages["visual-basic"],e.languages.vba=e.languages["visual-basic"]}function r8(e){e.languages.warpscript={comment:/#.*|\/\/.*|\/\*[\s\S]*?\*\//,string:{pattern:/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'|<'(?:[^\\']|'(?!>)|\\.)*'>/,greedy:!0},variable:/\$\S+/,macro:{pattern:/@\S+/,alias:"property"},keyword:/\b(?:BREAK|CHECKMACRO|CONTINUE|CUDF|DEFINED|DEFINEDMACRO|EVAL|FAIL|FOR|FOREACH|FORSTEP|IFT|IFTE|MSGFAIL|NRETURN|RETHROW|RETURN|SWITCH|TRY|UDF|UNTIL|WHILE)\b/,number:/[+-]?\b(?:NaN|Infinity|\d+(?:\.\d*)?(?:[Ee][+-]?\d+)?|0x[\da-fA-F]+|0b[01]+)\b/,boolean:/\b(?:F|T|false|true)\b/,punctuation:/<%|%>|[{}[\]()]/,operator:/==|&&?|\|\|?|\*\*?|>>>?|<<|[<>!~]=?|[-/%^]|\+!?|\b(?:AND|NOT|OR)\b/}}function r9(e){e.languages.wasm={comment:[/\(;[\s\S]*?;\)/,{pattern:/;;.*/,greedy:!0}],string:{pattern:/"(?:\\[\s\S]|[^"\\])*"/,greedy:!0},keyword:[{pattern:/\b(?:align|offset)=/,inside:{operator:/=/}},{pattern:/\b(?:(?:f32|f64|i32|i64)(?:\.(?:abs|add|and|ceil|clz|const|convert_[su]\/i(?:32|64)|copysign|ctz|demote\/f64|div(?:_[su])?|eqz?|extend_[su]\/i32|floor|ge(?:_[su])?|gt(?:_[su])?|le(?:_[su])?|load(?:(?:8|16|32)_[su])?|lt(?:_[su])?|max|min|mul|neg?|nearest|or|popcnt|promote\/f32|reinterpret\/[fi](?:32|64)|rem_[su]|rot[lr]|shl|shr_[su]|sqrt|store(?:8|16|32)?|sub|trunc(?:_[su]\/f(?:32|64))?|wrap\/i64|xor))?|memory\.(?:grow|size))\b/,inside:{punctuation:/\./}},/\b(?:anyfunc|block|br(?:_if|_table)?|call(?:_indirect)?|data|drop|elem|else|end|export|func|get_(?:global|local)|global|if|import|local|loop|memory|module|mut|nop|offset|param|result|return|select|set_(?:global|local)|start|table|tee_local|then|type|unreachable)\b/],variable:/\$[\w!#$%&'*+\-./:<=>?@\\^`|~]+/,number:/[+-]?\b(?:\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:[eE][+-]?\d(?:_?\d)*)?|0x[\da-fA-F](?:_?[\da-fA-F])*(?:\.[\da-fA-F](?:_?[\da-fA-D])*)?(?:[pP][+-]?\d(?:_?\d)*)?)\b|\binf\b|\bnan(?::0x[\da-fA-F](?:_?[\da-fA-D])*)?\b/,punctuation:/[()]/}}function r7(e){var t=/(?:\B-|\b_|\b)[A-Za-z][\w-]*(?![\w-])/.source,n="(?:"+/\b(?:unsigned\s+)?long\s+long(?![\w-])/.source+"|"+/\b(?:unrestricted|unsigned)\s+[a-z]+(?![\w-])/.source+"|"+/(?!(?:unrestricted|unsigned)\b)/.source+t+/(?:\s*<(?:[^<>]|<[^<>]*>)*>)?/.source+")"+/(?:\s*\?)?/.source,r={};for(var a in e.languages["web-idl"]={comment:{pattern:/\/\/.*|\/\*[\s\S]*?\*\//,greedy:!0},string:{pattern:/"[^"]*"/,greedy:!0},namespace:{pattern:RegExp(/(\bnamespace\s+)/.source+t),lookbehind:!0},"class-name":[{pattern:/(^|[^\w-])(?:iterable|maplike|setlike)\s*<(?:[^<>]|<[^<>]*>)*>/,lookbehind:!0,inside:r},{pattern:RegExp(/(\b(?:attribute|const|deleter|getter|optional|setter)\s+)/.source+n),lookbehind:!0,inside:r},{pattern:RegExp("("+/\bcallback\s+/.source+t+/\s*=\s*/.source+")"+n),lookbehind:!0,inside:r},{pattern:RegExp(/(\btypedef\b\s*)/.source+n),lookbehind:!0,inside:r},{pattern:RegExp(/(\b(?:callback|dictionary|enum|interface(?:\s+mixin)?)\s+)(?!(?:interface|mixin)\b)/.source+t),lookbehind:!0},{pattern:RegExp(/(:\s*)/.source+t),lookbehind:!0},RegExp(t+/(?=\s+(?:implements|includes)\b)/.source),{pattern:RegExp(/(\b(?:implements|includes)\s+)/.source+t),lookbehind:!0},{pattern:RegExp(n+"(?="+/\s*(?:\.{3}\s*)?/.source+t+/\s*[(),;=]/.source+")"),inside:r}],builtin:/\b(?:ArrayBuffer|BigInt64Array|BigUint64Array|ByteString|DOMString|DataView|Float32Array|Float64Array|FrozenArray|Int16Array|Int32Array|Int8Array|ObservableArray|Promise|USVString|Uint16Array|Uint32Array|Uint8Array|Uint8ClampedArray)\b/,keyword:[/\b(?:async|attribute|callback|const|constructor|deleter|dictionary|enum|getter|implements|includes|inherit|interface|mixin|namespace|null|optional|or|partial|readonly|required|setter|static|stringifier|typedef|unrestricted)\b/,/\b(?:any|bigint|boolean|byte|double|float|iterable|long|maplike|object|octet|record|sequence|setlike|short|symbol|undefined|unsigned|void)\b/],boolean:/\b(?:false|true)\b/,number:{pattern:/(^|[^\w-])-?(?:0x[0-9a-f]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|NaN|Infinity)(?![\w-])/i,lookbehind:!0},operator:/\.{3}|[=:?<>-]/,punctuation:/[(){}[\].,;]/},e.languages["web-idl"])"class-name"!==a&&(r[a]=e.languages["web-idl"][a]);e.languages.webidl=e.languages["web-idl"]}function ae(e){e.languages.wgsl={comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},"builtin-attribute":{pattern:/(@)builtin\(.*?\)/,lookbehind:!0,inside:{attribute:{pattern:/^builtin/,alias:"attr-name"},punctuation:/[(),]/,"built-in-values":{pattern:/\b(?:frag_depth|front_facing|global_invocation_id|instance_index|local_invocation_id|local_invocation_index|num_workgroups|position|sample_index|sample_mask|vertex_index|workgroup_id)\b/,alias:"attr-value"}}},attributes:{pattern:/(@)(?:align|binding|compute|const|fragment|group|id|interpolate|invariant|location|size|vertex|workgroup_size)/i,lookbehind:!0,alias:"attr-name"},functions:{pattern:/\b(fn\s+)[_a-zA-Z]\w*(?=[(<])/,lookbehind:!0,alias:"function"},keyword:/\b(?:bitcast|break|case|const|continue|continuing|default|discard|else|enable|fallthrough|fn|for|function|if|let|loop|private|return|storage|struct|switch|type|uniform|var|while|workgroup)\b/,builtin:/\b(?:abs|acos|acosh|all|any|array|asin|asinh|atan|atan2|atanh|atomic|atomicAdd|atomicAnd|atomicCompareExchangeWeak|atomicExchange|atomicLoad|atomicMax|atomicMin|atomicOr|atomicStore|atomicSub|atomicXor|bool|ceil|clamp|cos|cosh|countLeadingZeros|countOneBits|countTrailingZeros|cross|degrees|determinant|distance|dot|dpdx|dpdxCoarse|dpdxFine|dpdy|dpdyCoarse|dpdyFine|exp|exp2|extractBits|f32|f64|faceForward|firstLeadingBit|floor|fma|fract|frexp|fwidth|fwidthCoarse|fwidthFine|i32|i64|insertBits|inverseSqrt|ldexp|length|log|log2|mat[2-4]x[2-4]|max|min|mix|modf|normalize|override|pack2x16float|pack2x16snorm|pack2x16unorm|pack4x8snorm|pack4x8unorm|pow|ptr|quantizeToF16|radians|reflect|refract|reverseBits|round|sampler|sampler_comparison|select|shiftLeft|shiftRight|sign|sin|sinh|smoothstep|sqrt|staticAssert|step|storageBarrier|tan|tanh|textureDimensions|textureGather|textureGatherCompare|textureLoad|textureNumLayers|textureNumLevels|textureNumSamples|textureSample|textureSampleBias|textureSampleCompare|textureSampleCompareLevel|textureSampleGrad|textureSampleLevel|textureStore|texture_1d|texture_2d|texture_2d_array|texture_3d|texture_cube|texture_cube_array|texture_depth_2d|texture_depth_2d_array|texture_depth_cube|texture_depth_cube_array|texture_depth_multisampled_2d|texture_multisampled_2d|texture_storage_1d|texture_storage_2d|texture_storage_2d_array|texture_storage_3d|transpose|trunc|u32|u64|unpack2x16float|unpack2x16snorm|unpack2x16unorm|unpack4x8snorm|unpack4x8unorm|vec[2-4]|workgroupBarrier)\b/,"function-calls":{pattern:/\b[_a-z]\w*(?=\()/i,alias:"function"},"class-name":/\b(?:[A-Z][A-Za-z0-9]*)\b/,"bool-literal":{pattern:/\b(?:false|true)\b/,alias:"boolean"},"hex-int-literal":{pattern:/\b0[xX][0-9a-fA-F]+[iu]?\b(?![.pP])/,alias:"number"},"hex-float-literal":{pattern:/\b0[xX][0-9a-fA-F]*(?:\.[0-9a-fA-F]*)?(?:[pP][+-]?\d+[fh]?)?/,alias:"number"},"decimal-float-literal":[{pattern:/\d*\.\d+(?:[eE](?:\+|-)?\d+)?[fh]?/,alias:"number"},{pattern:/\d+\.\d*(?:[eE](?:\+|-)?\d+)?[fh]?/,alias:"number"},{pattern:/\d+[eE](?:\+|-)?\d+[fh]?/,alias:"number"},{pattern:/\b\d+[fh]\b/,alias:"number"}],"int-literal":{pattern:/\b\d+[iu]?\b/,alias:"number"},operator:[{pattern:/(?:\^|~|\|(?!\|)|\|\||&&|<<|>>|!)(?!=)/},{pattern:/&(?![&=])/},{pattern:/(?:\+=|-=|\*=|\/=|%=|\^=|&=|\|=|<<=|>>=)/},{pattern:/(^|[^<>=!])=(?![=>])/,lookbehind:!0},{pattern:/(?:==|!=|<=|\+\+|--|(^|[^=])>=)/,lookbehind:!0},{pattern:/(?:(?:[+%]|(?:\*(?!\w)))(?!=))|(?:-(?!>))|(?:\/(?!\/))/},{pattern:/->/}],punctuation:/[@(){}[\],;<>:.]/}}function at(e){e.register(A),e.languages.wiki=e.languages.extend("markup",{"block-comment":{pattern:/(^|[^\\])\/\*[\s\S]*?\*\//,lookbehind:!0,alias:"comment"},heading:{pattern:/^(=+)[^=\r\n].*?\1/m,inside:{punctuation:/^=+|=+$/,important:/.+/}},emphasis:{pattern:/('{2,5}).+?\1/,inside:{"bold-italic":{pattern:/(''''').+?(?=\1)/,lookbehind:!0,alias:["bold","italic"]},bold:{pattern:/(''')[^'](?:.*?[^'])?(?=\1)/,lookbehind:!0},italic:{pattern:/('')[^'](?:.*?[^'])?(?=\1)/,lookbehind:!0},punctuation:/^''+|''+$/}},hr:{pattern:/^-{4,}/m,alias:"punctuation"},url:[/ISBN +(?:97[89][ -]?)?(?:\d[ -]?){9}[\dx]\b|(?:PMID|RFC) +\d+/i,/\[\[.+?\]\]|\[.+?\]/],variable:[/__[A-Z]+__/,/\{{3}.+?\}{3}/,/\{\{.+?\}\}/],symbol:[/^#redirect/im,/~{3,5}/],"table-tag":{pattern:/((?:^|[|!])[|!])[^|\r\n]+\|(?!\|)/m,lookbehind:!0,inside:{"table-bar":{pattern:/\|$/,alias:"punctuation"},rest:e.languages.markup.tag.inside}},punctuation:/^(?:\{\||\|\}|\|-|[*#:;!|])|\|\||!!/m}),e.languages.insertBefore("wiki","tag",{nowiki:{pattern:/<(nowiki|pre|source)\b[^>]*>[\s\S]*?<\/\1>/i,inside:{tag:{pattern:/<(?:nowiki|pre|source)\b[^>]*>|<\/(?:nowiki|pre|source)>/i,inside:e.languages.markup.tag.inside}}}})}function an(e){e.languages.wolfram={comment:/\(\*(?:\(\*(?:[^*]|\*(?!\)))*\*\)|(?!\(\*)[\s\S])*?\*\)/,string:{pattern:/"(?:\\.|[^"\\\r\n])*"/,greedy:!0},keyword:/\b(?:Abs|AbsArg|Accuracy|Block|Do|For|Function|If|Manipulate|Module|Nest|NestList|None|Return|Switch|Table|Which|While)\b/,context:{pattern:/\b\w+`+\w*/,alias:"class-name"},blank:{pattern:/\b\w+_\b/,alias:"regex"},"global-variable":{pattern:/\$\w+/,alias:"variable"},boolean:/\b(?:False|True)\b/,number:/(?:\b(?=\d)|\B(?=\.))(?:0[bo])?(?:(?:\d|0x[\da-f])[\da-f]*(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?j?\b/i,operator:/\/\.|;|=\.|\^=|\^:=|:=|<<|>>|<\||\|>|:>|\|->|->|<-|@@@|@@|@|\/@|=!=|===|==|=|\+|-|\[\/-+%=\]=?|!=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},e.languages.mathematica=e.languages.wolfram,e.languages.wl=e.languages.wolfram,e.languages.nb=e.languages.wolfram}function ar(e){e.languages.wren={comment:[{pattern:/\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|\/\*(?:[^*/]|\*(?!\/)|\/(?!\*))*\*\/)*\*\/)*\*\//,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],"triple-quoted-string":{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string"},"string-literal":null,hashbang:{pattern:/^#!\/.+/,greedy:!0,alias:"comment"},attribute:{pattern:/#!?[ \t\u3000]*\w+/,alias:"keyword"},"class-name":[{pattern:/(\bclass\s+)\w+/,lookbehind:!0},/\b[A-Z][a-z\d_]*\b/],constant:/\b[A-Z][A-Z\d_]*\b/,null:{pattern:/\bnull\b/,alias:"keyword"},keyword:/\b(?:as|break|class|construct|continue|else|for|foreign|if|import|in|is|return|static|super|this|var|while)\b/,boolean:/\b(?:false|true)\b/,number:/\b(?:0x[\da-f]+|\d+(?:\.\d+)?(?:e[+-]?\d+)?)\b/i,function:/\b[a-z_]\w*(?=\s*[({])/i,operator:/<<|>>|[=!<>]=?|&&|\|\||[-+*/%~^&|?:]|\.{2,3}/,punctuation:/[\[\](){}.,;]/},e.languages.wren["string-literal"]={pattern:/(^|[^\\"])"(?:[^\\"%]|\\[\s\S]|%(?!\()|%\((?:[^()]|\((?:[^()]|\([^)]*\))*\))*\))*"/,lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)%\((?:[^()]|\((?:[^()]|\([^)]*\))*\))*\)/,lookbehind:!0,inside:{expression:{pattern:/^(%\()[\s\S]+(?=\)$)/,lookbehind:!0,inside:e.languages.wren},"interpolation-punctuation":{pattern:/^%\(|\)$/,alias:"punctuation"}}},string:/[\s\S]+/}}}function aa(e){e.register(A),e.languages.xeora=e.languages.extend("markup",{constant:{pattern:/\$(?:DomainContents|PageRenderDuration)\$/,inside:{punctuation:{pattern:/\$/}}},variable:{pattern:/\$@?(?:#+|[-+*~=^])?[\w.]+\$/,inside:{punctuation:{pattern:/[$.]/},operator:{pattern:/#+|[-+*~=^@]/}}},"function-inline":{pattern:/\$F:[-\w.]+\?[-\w.]+(?:,(?:(?:@[-#]*\w+\.[\w+.]\.*)*\|)*(?:(?:[\w+]|[-#*.~^]+[\w+]|=\S)(?:[^$=]|=+[^=])*=*|(?:@[-#]*\w+\.[\w+.]\.*)+(?:(?:[\w+]|[-#*~^][-#*.~^]*[\w+]|=\S)(?:[^$=]|=+[^=])*=*)?)?)?\$/,inside:{variable:{pattern:/(?:[,|])@?(?:#+|[-+*~=^])?[\w.]+/,inside:{punctuation:{pattern:/[,.|]/},operator:{pattern:/#+|[-+*~=^@]/}}},punctuation:{pattern:/\$\w:|[$:?.,|]/}},alias:"function"},"function-block":{pattern:/\$XF:\{[-\w.]+\?[-\w.]+(?:,(?:(?:@[-#]*\w+\.[\w+.]\.*)*\|)*(?:(?:[\w+]|[-#*.~^]+[\w+]|=\S)(?:[^$=]|=+[^=])*=*|(?:@[-#]*\w+\.[\w+.]\.*)+(?:(?:[\w+]|[-#*~^][-#*.~^]*[\w+]|=\S)(?:[^$=]|=+[^=])*=*)?)?)?\}:XF\$/,inside:{punctuation:{pattern:/[$:{}?.,|]/}},alias:"function"},"directive-inline":{pattern:/\$\w(?:#\d+\+?)?(?:\[[-\w.]+\])?:[-\/\w.]+\$/,inside:{punctuation:{pattern:/\$(?:\w:|C(?:\[|#\d))?|[:{[\]]/,inside:{tag:{pattern:/#\d/}}}},alias:"function"},"directive-block-open":{pattern:/\$\w+:\{|\$\w(?:#\d+\+?)?(?:\[[-\w.]+\])?:[-\w.]+:\{(?:![A-Z]+)?/,inside:{punctuation:{pattern:/\$(?:\w:|C(?:\[|#\d))?|[:{[\]]/,inside:{tag:{pattern:/#\d/}}},attribute:{pattern:/![A-Z]+$/,inside:{punctuation:{pattern:/!/}},alias:"keyword"}},alias:"function"},"directive-block-separator":{pattern:/\}:[-\w.]+:\{/,inside:{punctuation:{pattern:/[:{}]/}},alias:"function"},"directive-block-close":{pattern:/\}:[-\w.]+\$/,inside:{punctuation:{pattern:/[:{}$]/}},alias:"function"}}),e.languages.insertBefore("inside","punctuation",{variable:e.languages.xeora["function-inline"].inside.variable},e.languages.xeora["function-block"]),e.languages.xeoracube=e.languages.xeora}function ai(e){e.register(A);function t(t,n){e.languages[t]&&e.languages.insertBefore(t,"comment",{"doc-comment":n})}var n=e.languages.markup.tag,r={pattern:/\/\/\/.*/,greedy:!0,alias:"comment",inside:{tag:n}};t("csharp",r),t("fsharp",r),t("vbnet",{pattern:/'''.*/,greedy:!0,alias:"comment",inside:{tag:n}})}function as(e){e.languages.xojo={comment:{pattern:/(?:'|\/\/|Rem\b).+/i,greedy:!0},string:{pattern:/"(?:""|[^"])*"/,greedy:!0},number:[/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:E[+-]?\d+)?/i,/&[bchou][a-z\d]+/i],directive:{pattern:/#(?:Else|ElseIf|Endif|If|Pragma)\b/i,alias:"property"},keyword:/\b(?:AddHandler|App|Array|As(?:signs)?|Auto|Boolean|Break|By(?:Ref|Val)|Byte|Call|Case|Catch|CFStringRef|CGFloat|Class|Color|Const|Continue|CString|Currency|CurrentMethodName|Declare|Delegate|Dim|Do(?:uble|wnTo)?|Each|Else(?:If)?|End|Enumeration|Event|Exception|Exit|Extends|False|Finally|For|Function|Get|GetTypeInfo|Global|GOTO|If|Implements|In|Inherits|Int(?:8|16|32|64|eger|erface)?|Lib|Loop|Me|Module|Next|Nil|Object|Optional|OSType|ParamArray|Private|Property|Protected|PString|Ptr|Raise(?:Event)?|ReDim|RemoveHandler|Return|Select(?:or)?|Self|Set|Shared|Short|Single|Soft|Static|Step|String|Sub|Super|Text|Then|To|True|Try|Ubound|UInt(?:8|16|32|64|eger)?|Until|Using|Var(?:iant)?|Wend|While|WindowPtr|WString)\b/i,operator:/<[=>]?|>=?|[+\-*\/\\^=]|\b(?:AddressOf|And|Ctype|IsA?|Mod|New|Not|Or|WeakAddressOf|Xor)\b/i,punctuation:/[.,;:()]/}}function ao(e){var t,n;e.register(A),e.languages.xquery=e.languages.extend("markup",{"xquery-comment":{pattern:/\(:[\s\S]*?:\)/,greedy:!0,alias:"comment"},string:{pattern:/(["'])(?:\1\1|(?!\1)[\s\S])*\1/,greedy:!0},extension:{pattern:/\(#.+?#\)/,alias:"symbol"},variable:/\$[-\w:]+/,axis:{pattern:/(^|[^-])(?:ancestor(?:-or-self)?|attribute|child|descendant(?:-or-self)?|following(?:-sibling)?|parent|preceding(?:-sibling)?|self)(?=::)/,lookbehind:!0,alias:"operator"},"keyword-operator":{pattern:/(^|[^:-])\b(?:and|castable as|div|eq|except|ge|gt|idiv|instance of|intersect|is|le|lt|mod|ne|or|union)\b(?=$|[^:-])/,lookbehind:!0,alias:"operator"},keyword:{pattern:/(^|[^:-])\b(?:as|ascending|at|base-uri|boundary-space|case|cast as|collation|construction|copy-namespaces|declare|default|descending|else|empty (?:greatest|least)|encoding|every|external|for|function|if|import|in|inherit|lax|let|map|module|namespace|no-inherit|no-preserve|option|order(?: by|ed|ing)?|preserve|return|satisfies|schema|some|stable|strict|strip|then|to|treat as|typeswitch|unordered|validate|variable|version|where|xquery)\b(?=$|[^:-])/,lookbehind:!0},function:/[\w-]+(?::[\w-]+)*(?=\s*\()/,"xquery-element":{pattern:/(element\s+)[\w-]+(?::[\w-]+)*/,lookbehind:!0,alias:"tag"},"xquery-attribute":{pattern:/(attribute\s+)[\w-]+(?::[\w-]+)*/,lookbehind:!0,alias:"attr-name"},builtin:{pattern:/(^|[^:-])\b(?:attribute|comment|document|element|processing-instruction|text|xs:(?:ENTITIES|ENTITY|ID|IDREFS?|NCName|NMTOKENS?|NOTATION|Name|QName|anyAtomicType|anyType|anyURI|base64Binary|boolean|byte|date|dateTime|dayTimeDuration|decimal|double|duration|float|gDay|gMonth|gMonthDay|gYear|gYearMonth|hexBinary|int|integer|language|long|negativeInteger|nonNegativeInteger|nonPositiveInteger|normalizedString|positiveInteger|short|string|time|token|unsigned(?:Byte|Int|Long|Short)|untyped(?:Atomic)?|yearMonthDuration))\b(?=$|[^:-])/,lookbehind:!0},number:/\b\d+(?:\.\d+)?(?:E[+-]?\d+)?/,operator:[/[+*=?|@]|\.\.?|:=|!=|<[=<]?|>[=>]?/,{pattern:/(\s)-(?=\s)/,lookbehind:!0}],punctuation:/[[\](){},;:/]/}),e.languages.xquery.tag.pattern=/<\/?(?!\d)[^\s>\/=$<%]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|\{(?!\{)(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])+\}|(?!\1)[^\\])*\1|[^\s'">=]+))?)*\s*\/?>/,e.languages.xquery.tag.inside["attr-value"].pattern=/=(?:("|')(?:\\[\s\S]|\{(?!\{)(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])+\}|(?!\1)[^\\])*\1|[^\s'">=]+)/,e.languages.xquery.tag.inside["attr-value"].inside.punctuation=/^="|"$/,e.languages.xquery.tag.inside["attr-value"].inside.expression={pattern:/\{(?!\{)(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])+\}/,inside:e.languages.xquery,alias:"language-xquery"},t=function(e){return"string"==typeof e?e:"string"==typeof e.content?e.content:e.content.map(t).join("")},n=function(r){for(var a=[],i=0;i<r.length;i++){var s=r[i],o=!1;if("string"!=typeof s&&("tag"===s.type&&s.content[0]&&"tag"===s.content[0].type?"</"===s.content[0].content[0].content?a.length>0&&a[a.length-1].tagName===t(s.content[0].content[1])&&a.pop():"/>"===s.content[s.content.length-1].content||a.push({tagName:t(s.content[0].content[1]),openedBraces:0}):!(a.length>0)||"punctuation"!==s.type||"{"!==s.content||r[i+1]&&"punctuation"===r[i+1].type&&"{"===r[i+1].content||r[i-1]&&"plain-text"===r[i-1].type&&"{"===r[i-1].content?a.length>0&&a[a.length-1].openedBraces>0&&"punctuation"===s.type&&"}"===s.content?a[a.length-1].openedBraces--:"comment"!==s.type&&(o=!0):a[a.length-1].openedBraces++),(o||"string"==typeof s)&&a.length>0&&0===a[a.length-1].openedBraces){var l=t(s);i<r.length-1&&("string"==typeof r[i+1]||"plain-text"===r[i+1].type)&&(l+=t(r[i+1]),r.splice(i+1,1)),i>0&&("string"==typeof r[i-1]||"plain-text"===r[i-1].type)&&(l=t(r[i-1])+l,r.splice(i-1,1),i--),/^\s+$/.test(l)?r[i]=l:r[i]=new e.Token("plain-text",l,null,l)}s.content&&"string"!=typeof s.content&&n(s.content)}},e.hooks.add("after-tokenize",function(e){"xquery"===e.language&&n(e.tokens)})}function al(e){e.languages.yang={comment:/\/\*[\s\S]*?\*\/|\/\/.*/,string:{pattern:/"(?:[^\\"]|\\.)*"|'[^']*'/,greedy:!0},keyword:{pattern:/(^|[{};\r\n][ \t]*)[a-z_][\w.-]*/i,lookbehind:!0},namespace:{pattern:/(\s)[a-z_][\w.-]*(?=:)/i,lookbehind:!0},boolean:/\b(?:false|true)\b/,operator:/\+/,punctuation:/[{};:]/}}function ac(e){!function(e){function t(e){return function(){return e}}var n=/\b(?:align|allowzero|and|anyframe|anytype|asm|async|await|break|cancel|catch|comptime|const|continue|defer|else|enum|errdefer|error|export|extern|fn|for|if|inline|linksection|nakedcc|noalias|nosuspend|null|or|orelse|packed|promise|pub|resume|return|stdcallcc|struct|suspend|switch|test|threadlocal|try|undefined|union|unreachable|usingnamespace|var|volatile|while)\b/,r="\\b(?!"+n.source+")(?!\\d)\\w+\\b",a=/align\s*\((?:[^()]|\([^()]*\))*\)/.source,i="(?!\\s)(?:!?\\s*(?:"+/(?:\?|\bpromise->|(?:\[[^[\]]*\]|\*(?!\*)|\*\*)(?:\s*<ALIGN>|\s*const\b|\s*volatile\b|\s*allowzero\b)*)/.source.replace(/<ALIGN>/g,t(a))+"\\s*)*"+/(?:\bpromise\b|(?:\berror\.)?<ID>(?:\.<ID>)*(?!\s+<ID>))/.source.replace(/<ID>/g,t(r))+")+";e.languages.zig={comment:[{pattern:/\/\/[/!].*/,alias:"doc-comment"},/\/{2}.*/],string:[{pattern:/(^|[^\\@])c?"(?:[^"\\\r\n]|\\.)*"/,lookbehind:!0,greedy:!0},{pattern:/([\r\n])([ \t]+c?\\{2}).*(?:(?:\r\n?|\n)\2.*)*/,lookbehind:!0,greedy:!0}],char:{pattern:/(^|[^\\])'(?:[^'\\\r\n]|[\uD800-\uDFFF]{2}|\\(?:.|x[a-fA-F\d]{2}|u\{[a-fA-F\d]{1,6}\}))'/,lookbehind:!0,greedy:!0},builtin:/\B@(?!\d)\w+(?=\s*\()/,label:{pattern:/(\b(?:break|continue)\s*:\s*)\w+\b|\b(?!\d)\w+\b(?=\s*:\s*(?:\{|while\b))/,lookbehind:!0},"class-name":[/\b(?!\d)\w+(?=\s*=\s*(?:(?:extern|packed)\s+)?(?:enum|struct|union)\s*[({])/,{pattern:RegExp(/(:\s*)<TYPE>(?=\s*(?:<ALIGN>\s*)?[=;,)])|<TYPE>(?=\s*(?:<ALIGN>\s*)?\{)/.source.replace(/<TYPE>/g,t(i)).replace(/<ALIGN>/g,t(a))),lookbehind:!0,inside:null},{pattern:RegExp(/(\)\s*)<TYPE>(?=\s*(?:<ALIGN>\s*)?;)/.source.replace(/<TYPE>/g,t(i)).replace(/<ALIGN>/g,t(a))),lookbehind:!0,inside:null}],"builtin-type":{pattern:/\b(?:anyerror|bool|c_u?(?:int|long|longlong|short)|c_longdouble|c_void|comptime_(?:float|int)|f(?:16|32|64|128)|[iu](?:8|16|32|64|128|size)|noreturn|type|void)\b/,alias:"keyword"},keyword:n,function:/\b(?!\d)\w+(?=\s*\()/,number:/\b(?:0b[01]+|0o[0-7]+|0x[a-fA-F\d]+(?:\.[a-fA-F\d]*)?(?:[pP][+-]?[a-fA-F\d]+)?|\d+(?:\.\d*)?(?:[eE][+-]?\d+)?)\b/,boolean:/\b(?:false|true)\b/,operator:/\.[*?]|\.{2,3}|[-=]>|\*\*|\+\+|\|\||(?:<<|>>|[-+*]%|[-+*/%^&|<>!=])=?|[?~]/,punctuation:/[.:,;(){}[\]]/},e.languages.zig["class-name"].forEach(function(t){null===t.inside&&(t.inside=e.languages.zig)})}(e)}A.displayName="markup",A.aliases=["atom","html","mathml","rss","ssml","svg","xml"],k.displayName="css",k.aliases=[],I.displayName="clike",I.aliases=[],N.displayName="regex",N.aliases=[],v.displayName="javascript",v.aliases=["js"],R.displayName="abap",R.aliases=[],O.displayName="abnf",O.aliases=[],w.displayName="actionscript",w.aliases=[],C.displayName="ada",C.aliases=[],D.displayName="agda",D.aliases=[],L.displayName="al",L.aliases=[],x.displayName="antlr4",x.aliases=["g4"],P.displayName="apacheconf",P.aliases=[],F.displayName="sql",F.aliases=[],M.displayName="apex",M.aliases=[],B.displayName="apl",B.aliases=[],U.displayName="applescript",U.aliases=[],H.displayName="aql",H.aliases=[],G.displayName="c",G.aliases=[],$.displayName="cpp",$.aliases=[],Y.displayName="arduino",Y.aliases=["ino"],z.displayName="arff",z.aliases=[],j.displayName="armasm",j.aliases=["arm-asm"],W.displayName="bash",W.aliases=["sh","shell"],q.displayName="yaml",q.aliases=["yml"],X.displayName="markdown",X.aliases=["md"],V.displayName="arturo",V.aliases=["art"],K.displayName="asciidoc",K.aliases=["adoc"],Z.displayName="csharp",Z.aliases=["cs","dotnet"],J.displayName="aspnet",J.aliases=[],Q.displayName="asm6502",Q.aliases=[],ee.displayName="asmatmel",ee.aliases=[],et.displayName="autohotkey",et.aliases=[],en.displayName="autoit",en.aliases=[],er.displayName="avisynth",er.aliases=["avs"],ea.displayName="avro-idl",ea.aliases=["avdl"],ei.displayName="awk",ei.aliases=["gawk"],es.displayName="basic",es.aliases=[],eo.displayName="batch",eo.aliases=[],el.displayName="bbcode",el.aliases=["shortcode"],ec.displayName="bbj",ec.aliases=[],eu.displayName="bicep",eu.aliases=[],ed.displayName="birb",ed.aliases=[],ep.displayName="bison",ep.aliases=[],eh.displayName="bnf",eh.aliases=["rbnf"],ef.displayName="bqn",ef.aliases=[],eg.displayName="brainfuck",eg.aliases=[],em.displayName="brightscript",em.aliases=[],eb.displayName="bro",eb.aliases=[],eE.displayName="bsl",eE.aliases=["oscript"],ey.displayName="cfscript",ey.aliases=["cfc"],eT.displayName="chaiscript",eT.aliases=[],e_.displayName="cil",e_.aliases=[],eS.displayName="cilkc",eS.aliases=["cilk-c"],eA.displayName="cilkcpp",eA.aliases=["cilk","cilk-cpp"],ek.displayName="clojure",ek.aliases=[],eI.displayName="cmake",eI.aliases=[],eN.displayName="cobol",eN.aliases=[],ev.displayName="coffeescript",ev.aliases=["coffee"],eR.displayName="concurnas",eR.aliases=["conc"],eO.displayName="csp",eO.aliases=[],ew.displayName="cooklang",ew.aliases=[],eC.displayName="coq",eC.aliases=[],eD.displayName="ruby",eD.aliases=["rb"],eL.displayName="crystal",eL.aliases=[],ex.displayName="css-extras",ex.aliases=[],eP.displayName="csv",eP.aliases=[],eF.displayName="cue",eF.aliases=[],eM.displayName="cypher",eM.aliases=[],eB.displayName="d",eB.aliases=[],eU.displayName="dart",eU.aliases=[],eH.displayName="dataweave",eH.aliases=[],eG.displayName="dax",eG.aliases=[],e$.displayName="dhall",e$.aliases=[],eY.displayName="diff",eY.aliases=[],ez.displayName="markup-templating",ez.aliases=[],ej.displayName="django",ej.aliases=["jinja2"],eW.displayName="dns-zone-file",eW.aliases=["dns-zone"],eq.displayName="docker",eq.aliases=["dockerfile"],eX.displayName="dot",eX.aliases=["gv"],eV.displayName="ebnf",eV.aliases=[],eK.displayName="editorconfig",eK.aliases=[],eZ.displayName="eiffel",eZ.aliases=[],eJ.displayName="ejs",eJ.aliases=["eta"],eQ.displayName="elixir",eQ.aliases=[],e0.displayName="elm",e0.aliases=[],e1.displayName="lua",e1.aliases=[],e2.displayName="etlua",e2.aliases=[],e3.displayName="erb",e3.aliases=[],e5.displayName="erlang",e5.aliases=[],e4.displayName="excel-formula",e4.aliases=["xls","xlsx"],e6.displayName="fsharp",e6.aliases=[],e8.displayName="factor",e8.aliases=[],e9.displayName="false",e9.aliases=[],e7.displayName="firestore-security-rules",e7.aliases=[],te.displayName="flow",te.aliases=[],tt.displayName="fortran",tt.aliases=[],tn.displayName="ftl",tn.aliases=[],tr.displayName="gml",tr.aliases=["gamemakerlanguage"],ta.displayName="gap",ta.aliases=[],ti.displayName="gcode",ti.aliases=[],ts.displayName="gdscript",ts.aliases=[],to.displayName="gedcom",to.aliases=[],tl.displayName="gettext",tl.aliases=["po"],tc.displayName="gherkin",tc.aliases=[],tu.displayName="git",tu.aliases=[],td.displayName="glsl",td.aliases=[],tp.displayName="gn",tp.aliases=["gni"],th.displayName="linker-script",th.aliases=["ld"],tf.displayName="go",tf.aliases=[],tg.displayName="go-module",tg.aliases=["go-mod"],tm.displayName="gradle",tm.aliases=[],tb.displayName="graphql",tb.aliases=[],tE.displayName="groovy",tE.aliases=[],ty.displayName="less",ty.aliases=[],tT.displayName="scss",tT.aliases=[],t_.displayName="textile",t_.aliases=[],tS.displayName="haml",tS.aliases=[],tA.displayName="handlebars",tA.aliases=["hbs","mustache"],tk.displayName="haskell",tk.aliases=["hs"],tI.displayName="haxe",tI.aliases=[],tN.displayName="hcl",tN.aliases=[],tv.displayName="hlsl",tv.aliases=[],tR.displayName="hoon",tR.aliases=[],tO.displayName="hpkp",tO.aliases=[],tw.displayName="hsts",tw.aliases=[],tC.displayName="json",tC.aliases=["webmanifest"],tD.displayName="uri",tD.aliases=["url"],tL.displayName="http",tL.aliases=[],tx.displayName="ichigojam",tx.aliases=[],tP.displayName="icon",tP.aliases=[],tF.displayName="icu-message-format",tF.aliases=[],tM.displayName="idris",tM.aliases=["idr"],tB.displayName="ignore",tB.aliases=["gitignore","hgignore","npmignore"],tU.displayName="inform7",tU.aliases=[],tH.displayName="ini",tH.aliases=[],tG.displayName="io",tG.aliases=[],t$.displayName="j",t$.aliases=[],tY.displayName="java",tY.aliases=[],tz.displayName="php",tz.aliases=[],tj.displayName="javadoclike",tj.aliases=[],tW.displayName="scala",tW.aliases=[],tq.displayName="javadoc",tq.aliases=[],tX.displayName="javastacktrace",tX.aliases=[],tV.displayName="jexl",tV.aliases=[],tK.displayName="jolie",tK.aliases=[],tZ.displayName="jq",tZ.aliases=[],tJ.displayName="js-templates",tJ.aliases=[],tQ.displayName="typescript",tQ.aliases=["ts"],t0.displayName="jsdoc",t0.aliases=[],t1.displayName="n4js",t1.aliases=["n4jsd"],t2.displayName="js-extras",t2.aliases=[],t3.displayName="json5",t3.aliases=[],t5.displayName="jsonp",t5.aliases=[],t4.displayName="jsstacktrace",t4.aliases=[],t6.displayName="julia",t6.aliases=[],t8.displayName="keepalived",t8.aliases=[],t9.displayName="keyman",t9.aliases=[],t7.displayName="kotlin",t7.aliases=["kt","kts"],ne.displayName="kumir",ne.aliases=["kum"],nt.displayName="kusto",nt.aliases=[],nn.displayName="latex",nn.aliases=["context","tex"],nr.displayName="latte",nr.aliases=[],na.displayName="scheme",na.aliases=[],ni.displayName="lilypond",ni.aliases=["ly"],ns.displayName="liquid",ns.aliases=[],no.displayName="lisp",no.aliases=["elisp","emacs","emacs-lisp"],nl.displayName="livescript",nl.aliases=[],nc.displayName="llvm",nc.aliases=[],nu.displayName="log",nu.aliases=[],nd.displayName="lolcode",nd.aliases=[],np.displayName="magma",np.aliases=[],nh.displayName="makefile",nh.aliases=[],nf.displayName="mata",nf.aliases=[],ng.displayName="matlab",ng.aliases=[],nm.displayName="maxscript",nm.aliases=[],nb.displayName="mel",nb.aliases=[],nE.displayName="mermaid",nE.aliases=[],ny.displayName="metafont",ny.aliases=[],nT.displayName="mizar",nT.aliases=[],n_.displayName="mongodb",n_.aliases=[],nS.displayName="monkey",nS.aliases=[],nA.displayName="moonscript",nA.aliases=["moon"],nk.displayName="n1ql",nk.aliases=[],nI.displayName="nand2tetris-hdl",nI.aliases=[],nN.displayName="naniscript",nN.aliases=["nani"],nv.displayName="nasm",nv.aliases=[],nR.displayName="neon",nR.aliases=[],nO.displayName="nevod",nO.aliases=[],nw.displayName="nginx",nw.aliases=[],nC.displayName="nim",nC.aliases=[],nD.displayName="nix",nD.aliases=[],nL.displayName="nsis",nL.aliases=[],nx.displayName="objectivec",nx.aliases=["objc"],nP.displayName="ocaml",nP.aliases=[],nF.displayName="odin",nF.aliases=[],nM.displayName="opencl",nM.aliases=[],nB.displayName="openqasm",nB.aliases=["qasm"],nU.displayName="oz",nU.aliases=[],nH.displayName="parigp",nH.aliases=[],nG.displayName="parser",nG.aliases=[],n$.displayName="pascal",n$.aliases=["objectpascal"],nY.displayName="pascaligo",nY.aliases=[],nz.displayName="psl",nz.aliases=[],nj.displayName="pcaxis",nj.aliases=["px"],nW.displayName="peoplecode",nW.aliases=["pcode"],nq.displayName="perl",nq.aliases=[],nX.displayName="phpdoc",nX.aliases=[],nV.displayName="php-extras",nV.aliases=[],nK.displayName="plant-uml",nK.aliases=["plantuml"],nZ.displayName="plsql",nZ.aliases=[],nJ.displayName="powerquery",nJ.aliases=["mscript","pq"],nQ.displayName="powershell",nQ.aliases=[],n0.displayName="processing",n0.aliases=[],n1.displayName="prolog",n1.aliases=[],n2.displayName="promql",n2.aliases=[],n3.displayName="properties",n3.aliases=[],n5.displayName="protobuf",n5.aliases=[],n4.displayName="stylus",n4.aliases=[],n6.displayName="twig",n6.aliases=[],n8.displayName="pug",n8.aliases=[],n9.displayName="puppet",n9.aliases=[],n7.displayName="pure",n7.aliases=[],re.displayName="purebasic",re.aliases=["pbfasm"],rt.displayName="purescript",rt.aliases=["purs"],rn.displayName="python",rn.aliases=["py"],rr.displayName="qsharp",rr.aliases=["qs"],ra.displayName="q",ra.aliases=[],ri.displayName="qml",ri.aliases=[],rs.displayName="qore",rs.aliases=[],ro.displayName="r",ro.aliases=[],rl.displayName="racket",rl.aliases=["rkt"],rc.displayName="cshtml",rc.aliases=["razor"],ru.displayName="jsx",ru.aliases=[],rd.displayName="tsx",rd.aliases=[],rp.displayName="reason",rp.aliases=[],rh.displayName="rego",rh.aliases=[],rf.displayName="renpy",rf.aliases=["rpy"],rg.displayName="rescript",rg.aliases=["res"],rm.displayName="rest",rm.aliases=[],rb.displayName="rip",rb.aliases=[],rE.displayName="roboconf",rE.aliases=[],ry.displayName="robotframework",ry.aliases=["robot"],rT.displayName="rust",rT.aliases=[],r_.displayName="sas",r_.aliases=[],rS.displayName="sass",rS.aliases=[],rA.displayName="shell-session",rA.aliases=["sh-session","shellsession"],rk.displayName="smali",rk.aliases=[],rI.displayName="smalltalk",rI.aliases=[],rN.displayName="smarty",rN.aliases=[],rv.displayName="sml",rv.aliases=["smlnj"],rR.displayName="solidity",rR.aliases=["sol"],rO.displayName="solution-file",rO.aliases=["sln"],rw.displayName="soy",rw.aliases=[],rC.displayName="turtle",rC.aliases=["trig"],rD.displayName="sparql",rD.aliases=["rq"],rL.displayName="splunk-spl",rL.aliases=[],rx.displayName="sqf",rx.aliases=[],rP.displayName="squirrel",rP.aliases=[],rF.displayName="stan",rF.aliases=[],rM.displayName="stata",rM.aliases=[],rB.displayName="iecst",rB.aliases=[],rU.displayName="supercollider",rU.aliases=["sclang"],rH.displayName="swift",rH.aliases=[],rG.displayName="systemd",rG.aliases=[],r$.displayName="t4-templating",r$.aliases=[],rY.displayName="t4-cs",rY.aliases=["t4"],rz.displayName="vbnet",rz.aliases=[],rj.displayName="t4-vb",rj.aliases=[],rW.displayName="tap",rW.aliases=[],rq.displayName="tcl",rq.aliases=[],rX.displayName="tt2",rX.aliases=[],rV.displayName="toml",rV.aliases=[],rK.displayName="tremor",rK.aliases=["trickle","troy"],rZ.displayName="typoscript",rZ.aliases=["tsconfig"],rJ.displayName="unrealscript",rJ.aliases=["uc","uscript"],rQ.displayName="uorazor",rQ.aliases=[],r0.displayName="v",r0.aliases=[],r1.displayName="vala",r1.aliases=[],r2.displayName="velocity",r2.aliases=[],r3.displayName="verilog",r3.aliases=[],r5.displayName="vhdl",r5.aliases=[],r4.displayName="vim",r4.aliases=[],r6.displayName="visual-basic",r6.aliases=["vb","vba"],r8.displayName="warpscript",r8.aliases=[],r9.displayName="wasm",r9.aliases=[],r7.displayName="web-idl",r7.aliases=["webidl"],ae.displayName="wgsl",ae.aliases=[],at.displayName="wiki",at.aliases=[],an.displayName="wolfram",an.aliases=["mathematica","nb","wl"],ar.displayName="wren",ar.aliases=[],aa.displayName="xeora",aa.aliases=["xeoracube"],ai.displayName="xml-doc",ai.aliases=[],as.displayName="xojo",as.aliases=[],ao.displayName="xquery",ao.aliases=[],al.displayName="yang",al.aliases=[],ac.displayName="zig",ac.aliases=[];var au=n(78115),ad=n(6801);let ap={0:"�",128:"€",130:"‚",131:"ƒ",132:"„",133:"…",134:"†",135:"‡",136:"ˆ",137:"‰",138:"Š",139:"‹",140:"Œ",142:"Ž",145:"‘",146:"’",147:"“",148:"”",149:"•",150:"–",151:"—",152:"˜",153:"™",154:"š",155:"›",156:"œ",158:"ž",159:"Ÿ"};function ah(e){let t="string"==typeof e?e.charCodeAt(0):e;return t>=48&&t<=57}function af(e){let t="string"==typeof e?e.charCodeAt(0):e;return t>=97&&t<=102||t>=65&&t<=70||t>=48&&t<=57}function ag(e){let t;return(t="string"==typeof e?e.charCodeAt(0):e)>=97&&t<=122||t>=65&&t<=90||ah(e)}var am=n(58850);let ab=["","Named character references must be terminated by a semicolon","Numeric character references must be terminated by a semicolon","Named character references cannot be empty","Numeric character references cannot be empty","Named character references must be known","Numeric character references cannot be disallowed","Numeric character references cannot be outside the permissible Unicode range"];var aE=0,ay={},aT={util:{type:function(e){return Object.prototype.toString.call(e).slice(8,-1)},objId:function(e){return e.__id||Object.defineProperty(e,"__id",{value:++aE}),e.__id},clone:function e(t,n){var r,a;switch(n=n||{},aT.util.type(t)){case"Object":if(n[a=aT.util.objId(t)])return n[a];for(var i in r={},n[a]=r,t)t.hasOwnProperty(i)&&(r[i]=e(t[i],n));return r;case"Array":if(n[a=aT.util.objId(t)])return n[a];return r=[],n[a]=r,t.forEach(function(t,a){r[a]=e(t,n)}),r;default:return t}}},languages:{plain:ay,plaintext:ay,text:ay,txt:ay,extend:function(e,t){var n=aT.util.clone(aT.languages[e]);for(var r in t)n[r]=t[r];return n},insertBefore:function(e,t,n,r){var a=(r=r||aT.languages)[e],i={};for(var s in a)if(a.hasOwnProperty(s)){if(s==t)for(var o in n)n.hasOwnProperty(o)&&(i[o]=n[o]);n.hasOwnProperty(s)||(i[s]=a[s])}var l=r[e];return r[e]=i,aT.languages.DFS(aT.languages,function(t,n){n===l&&t!=e&&(this[t]=i)}),i},DFS:function e(t,n,r,a){a=a||{};var i=aT.util.objId;for(var s in t)if(t.hasOwnProperty(s)){n.call(t,s,t[s],r||s);var o=t[s],l=aT.util.type(o);"Object"!==l||a[i(o)]?"Array"!==l||a[i(o)]||(a[i(o)]=!0,e(o,n,s,a)):(a[i(o)]=!0,e(o,n,null,a))}}},plugins:{},highlight:function(e,t,n){var r={code:e,grammar:t,language:n};if(aT.hooks.run("before-tokenize",r),!r.grammar)throw Error('The language "'+r.language+'" has no grammar.');return r.tokens=aT.tokenize(r.code,r.grammar),aT.hooks.run("after-tokenize",r),a_.stringify(aT.util.encode(r.tokens),r.language)},tokenize:function(e,t){var n=t.rest;if(n){for(var r in n)t[r]=n[r];delete t.rest}var a=new aA;return ak(a,a.head,e),function e(t,n,r,a,i,s){for(var o in r)if(r.hasOwnProperty(o)&&r[o]){var l=r[o];l=Array.isArray(l)?l:[l];for(var c=0;c<l.length;++c){if(s&&s.cause==o+","+c)return;var u=l[c],d=u.inside,p=!!u.lookbehind,h=!!u.greedy,f=u.alias;if(h&&!u.pattern.global){var g=u.pattern.toString().match(/[imsuy]*$/)[0];u.pattern=RegExp(u.pattern.source,g+"g")}for(var m=u.pattern||u,b=a.next,E=i;b!==n.tail&&(!s||!(E>=s.reach));E+=b.value.length,b=b.next){var y,T=b.value;if(n.length>t.length)return;if(!(T instanceof a_)){var _=1;if(h){if(!(y=aS(m,E,t,p))||y.index>=t.length)break;var S=y.index,A=y.index+y[0].length,k=E;for(k+=b.value.length;S>=k;)k+=(b=b.next).value.length;if(k-=b.value.length,E=k,b.value instanceof a_)continue;for(var I=b;I!==n.tail&&(k<A||"string"==typeof I.value);I=I.next)_++,k+=I.value.length;_--,T=t.slice(E,k),y.index-=E}else if(!(y=aS(m,0,T,p)))continue;var S=y.index,N=y[0],v=T.slice(0,S),R=T.slice(S+N.length),O=E+T.length;s&&O>s.reach&&(s.reach=O);var w=b.prev;if(v&&(w=ak(n,w,v),E+=v.length),function(e,t,n){for(var r=t.next,a=0;a<n&&r!==e.tail;a++)r=r.next;t.next=r,r.prev=t,e.length-=a}(n,w,_),b=ak(n,w,new a_(o,d?aT.tokenize(N,d):N,f,N)),R&&ak(n,b,R),_>1){var C={cause:o+","+c,reach:O};e(t,n,r,b.prev,E,C),s&&C.reach>s.reach&&(s.reach=C.reach)}}}}}}(e,a,t,a.head,0),function(e){for(var t=[],n=e.head.next;n!==e.tail;)t.push(n.value),n=n.next;return t}(a)},hooks:{all:{},add:function(e,t){var n=aT.hooks.all;n[e]=n[e]||[],n[e].push(t)},run:function(e,t){var n=aT.hooks.all[e];if(n&&n.length)for(var r,a=0;r=n[a++];)r(t)}},Token:a_};function a_(e,t,n,r){this.type=e,this.content=t,this.alias=n,this.length=0|(r||"").length}function aS(e,t,n,r){e.lastIndex=t;var a=e.exec(n);if(a&&r&&a[1]){var i=a[1].length;a.index+=i,a[0]=a[0].slice(i)}return a}function aA(){var e={value:null,prev:null,next:null},t={value:null,prev:e,next:null};e.next=t,this.head=e,this.tail=t,this.length=0}function ak(e,t,n){var r=t.next,a={value:n,prev:t,next:r};return t.next=a,r.prev=a,e.length++,a}function aI(){}aI.prototype=aT;let aN=new aI;aN.highlight=function(e,t){let n,r;if("string"!=typeof e)throw TypeError("Expected `string` for `value`, got `"+e+"`");if(t&&"object"==typeof t)n=t;else{if("string"!=typeof(r=t))throw TypeError("Expected `string` for `name`, got `"+r+"`");if(Object.hasOwn(aN.languages,r))n=aN.languages[r];else throw Error("Unknown language: `"+r+"` is not registered")}return{type:"root",children:aT.highlight.call(aN,e,n,r)}},aN.register=function(e){if("function"!=typeof e||!e.displayName)throw Error("Expected `function` for `syntax`, got `"+e+"`");Object.hasOwn(aN.languages,e.displayName)||e(aN)},aN.alias=function(e,t){let n,r=aN.languages,a={};for(n in"string"==typeof e?t&&(a[e]=t):a=e,a)if(Object.hasOwn(a,n)){let e=a[n],t="string"==typeof e?[e]:e,i=-1;for(;++i<t.length;)r[t[i]]=r[n]}},aN.registered=function(e){if("string"!=typeof e)throw TypeError("Expected `string` for `aliasOrLanguage`, got `"+e+"`");return Object.hasOwn(aN.languages,e)},aN.listLanguages=function(){let e,t=aN.languages,n=[];for(e in t)Object.hasOwn(t,e)&&"object"==typeof t[e]&&n.push(e);return n},aN.util.encode=function(e){return e},aN.Token.stringify=function e(t,n){if("string"==typeof t)return{type:"text",value:t};if(Array.isArray(t)){let r=[],a=-1;for(;++a<t.length;)null!==t[a]&&void 0!==t[a]&&""!==t[a]&&r.push(e(t[a],n));return r}let r={attributes:{},classes:["token",t.type],content:e(t.content,n),language:n,tag:"span",type:t.type};return t.alias&&r.classes.push(..."string"==typeof t.alias?[t.alias]:t.alias),aN.hooks.run("wrap",r),(0,au.h)(r.tag+"."+r.classes.join("."),function(e){let t;for(t in e)Object.hasOwn(e,t)&&(e[t]=function(e){let t,n,r,a={},i="string"==typeof a.additional?a.additional.charCodeAt(0):a.additional,s=[],o=0,l=-1,c="";a.position&&("start"in a.position||"indent"in a.position?(n=a.position.indent,t=a.position.start):t=a.position);let u=(t?t.line:0)||1,d=(t?t.column:0)||1,p=g();for(o--;++o<=e.length;)if(10===r&&(d=(n?n[l]:0)||1),38===(r=e.charCodeAt(o))){let t,n=e.charCodeAt(o+1);if(9===n||10===n||12===n||32===n||38===n||60===n||Number.isNaN(n)||i&&n===i){c+=String.fromCharCode(r),d++;continue}let l=o+1,u=l,E=l;if(35===n){E=++u;let n=e.charCodeAt(E);88===n||120===n?(t="hexadecimal",E=++u):t="decimal"}else t="named";let y="",T="",_="",S="named"===t?ag:"decimal"===t?ah:af;for(E--;++E<=e.length;){let n=e.charCodeAt(E);if(!S(n))break;_+=String.fromCharCode(n),"named"===t&&ad.K.includes(_)&&(y=_,T=(0,am.s)(_))}let A=59===e.charCodeAt(E);if(A){E++;let e="named"===t&&(0,am.s)(_);e&&(y=_,T=e)}let k=1+E-l,I="";if(A||!1!==a.nonTerminated)if(_)if("named"===t){if(A&&!T)m(5,1);else if(y!==_&&(k=1+(E=u+y.length)-u,A=!1),!A){let t=y?1:3;if(a.attribute){let n=e.charCodeAt(E);61===n?(m(t,k),T=""):ag(n)?T="":m(t,k)}else m(t,k)}I=T}else{var h,f;A||m(2,k);let e=Number.parseInt(_,"hexadecimal"===t?16:10);if((h=e)>=55296&&h<=57343||h>1114111)m(7,k),I=String.fromCharCode(65533);else if(e in ap)m(6,k),I=ap[e];else{let t="";((f=e)>=1&&f<=8||11===f||f>=13&&f<=31||f>=127&&f<=159||f>=64976&&f<=65007||(65535&f)==65535||(65535&f)==65534)&&m(6,k),e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10|55296),e=56320|1023&e),I=t+String.fromCharCode(e)}}else"named"!==t&&m(4,k);if(I){b(),p=g(),o=E-1,d+=E-l+1,s.push(I);let t=g();t.offset++,a.reference&&a.reference.call(a.referenceContext||void 0,I,{start:p,end:t},e.slice(l-1,E)),p=t}else _=e.slice(l-1,E),c+=_,d+=_.length,o=E-1}else 10===r&&(u++,l++,d=0),Number.isNaN(r)?b():(c+=String.fromCharCode(r),d++);return s.join("");function g(){return{line:u,column:d,offset:o+((t?t.offset:0)||0)}}function m(e,t){let n;a.warning&&(n=g(),n.column+=t,n.offset+=t,a.warning.call(a.warningContext||void 0,ab[e],n,e))}function b(){c&&(s.push(c),a.text&&a.text.call(a.textContext||void 0,c,{start:p,end:g()}),c="")}}(e[t]));return e}(r.attributes),r.content)},aN.register(A),aN.register(k),aN.register(I),aN.register(N),aN.register(v),aN.register(R),aN.register(O),aN.register(w),aN.register(C),aN.register(D),aN.register(L),aN.register(x),aN.register(P),aN.register(F),aN.register(M),aN.register(B),aN.register(U),aN.register(H),aN.register(G),aN.register($),aN.register(Y),aN.register(z),aN.register(j),aN.register(W),aN.register(q),aN.register(X),aN.register(V),aN.register(K),aN.register(Z),aN.register(J),aN.register(Q),aN.register(ee),aN.register(et),aN.register(en),aN.register(er),aN.register(ea),aN.register(ei),aN.register(es),aN.register(eo),aN.register(el),aN.register(ec),aN.register(eu),aN.register(ed),aN.register(ep),aN.register(eh),aN.register(ef),aN.register(eg),aN.register(em),aN.register(eb),aN.register(eE),aN.register(ey),aN.register(eT),aN.register(e_),aN.register(eS),aN.register(eA),aN.register(ek),aN.register(eI),aN.register(eN),aN.register(ev),aN.register(eR),aN.register(eO),aN.register(ew),aN.register(eC),aN.register(eD),aN.register(eL),aN.register(ex),aN.register(eP),aN.register(eF),aN.register(eM),aN.register(eB),aN.register(eU),aN.register(eH),aN.register(eG),aN.register(e$),aN.register(eY),aN.register(ez),aN.register(ej),aN.register(eW),aN.register(eq),aN.register(eX),aN.register(eV),aN.register(eK),aN.register(eZ),aN.register(eJ),aN.register(eQ),aN.register(e0),aN.register(e1),aN.register(e2),aN.register(e3),aN.register(e5),aN.register(e4),aN.register(e6),aN.register(e8),aN.register(e9),aN.register(e7),aN.register(te),aN.register(tt),aN.register(tn),aN.register(tr),aN.register(ta),aN.register(ti),aN.register(ts),aN.register(to),aN.register(tl),aN.register(tc),aN.register(tu),aN.register(td),aN.register(tp),aN.register(th),aN.register(tf),aN.register(tg),aN.register(tm),aN.register(tb),aN.register(tE),aN.register(ty),aN.register(tT),aN.register(t_),aN.register(tS),aN.register(tA),aN.register(tk),aN.register(tI),aN.register(tN),aN.register(tv),aN.register(tR),aN.register(tO),aN.register(tw),aN.register(tC),aN.register(tD),aN.register(tL),aN.register(tx),aN.register(tP),aN.register(tF),aN.register(tM),aN.register(tB),aN.register(tU),aN.register(tH),aN.register(tG),aN.register(t$),aN.register(tY),aN.register(tz),aN.register(tj),aN.register(tW),aN.register(tq),aN.register(tX),aN.register(tV),aN.register(tK),aN.register(tZ),aN.register(tJ),aN.register(tQ),aN.register(t0),aN.register(t1),aN.register(t2),aN.register(t3),aN.register(t5),aN.register(t4),aN.register(t6),aN.register(t8),aN.register(t9),aN.register(t7),aN.register(ne),aN.register(nt),aN.register(nn),aN.register(nr),aN.register(na),aN.register(ni),aN.register(ns),aN.register(no),aN.register(nl),aN.register(nc),aN.register(nu),aN.register(nd),aN.register(np),aN.register(nh),aN.register(nf),aN.register(ng),aN.register(nm),aN.register(nb),aN.register(nE),aN.register(ny),aN.register(nT),aN.register(n_),aN.register(nS),aN.register(nA),aN.register(nk),aN.register(nI),aN.register(nN),aN.register(nv),aN.register(nR),aN.register(nO),aN.register(nw),aN.register(nC),aN.register(nD),aN.register(nL),aN.register(nx),aN.register(nP),aN.register(nF),aN.register(nM),aN.register(nB),aN.register(nU),aN.register(nH),aN.register(nG),aN.register(n$),aN.register(nY),aN.register(nz),aN.register(nj),aN.register(nW),aN.register(nq),aN.register(nX),aN.register(nV),aN.register(nK),aN.register(nZ),aN.register(nJ),aN.register(nQ),aN.register(n0),aN.register(n1),aN.register(n2),aN.register(n3),aN.register(n5),aN.register(n4),aN.register(n6),aN.register(n8),aN.register(n9),aN.register(n7),aN.register(re),aN.register(rt),aN.register(rn),aN.register(rr),aN.register(ra),aN.register(ri),aN.register(rs),aN.register(ro),aN.register(rl),aN.register(rc),aN.register(ru),aN.register(rd),aN.register(rp),aN.register(rh),aN.register(rf),aN.register(rg),aN.register(rm),aN.register(rb),aN.register(rE),aN.register(ry),aN.register(rT),aN.register(r_),aN.register(rS),aN.register(rA),aN.register(rk),aN.register(rI),aN.register(rN),aN.register(rv),aN.register(rR),aN.register(rO),aN.register(rw),aN.register(rC),aN.register(rD),aN.register(rL),aN.register(rx),aN.register(rP),aN.register(rF),aN.register(rM),aN.register(rB),aN.register(rU),aN.register(rH),aN.register(rG),aN.register(r$),aN.register(rY),aN.register(rz),aN.register(rj),aN.register(rW),aN.register(rq),aN.register(rX),aN.register(rV),aN.register(rK),aN.register(rZ),aN.register(rJ),aN.register(rQ),aN.register(r0),aN.register(r1),aN.register(r2),aN.register(r3),aN.register(r5),aN.register(r4),aN.register(r6),aN.register(r8),aN.register(r9),aN.register(r7),aN.register(ae),aN.register(at),aN.register(an),aN.register(ar),aN.register(aa),aN.register(ai),aN.register(as),aN.register(ao),aN.register(al),aN.register(ac);var av=(o={'code[class*="language-"]':{color:"black",background:"none",textShadow:"0 1px white",fontFamily:"Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",fontSize:"1em",textAlign:"left",whiteSpace:"pre",wordSpacing:"normal",wordBreak:"normal",wordWrap:"normal",lineHeight:"1.5",MozTabSize:"4",OTabSize:"4",tabSize:"4",WebkitHyphens:"none",MozHyphens:"none",msHyphens:"none",hyphens:"none"},'pre[class*="language-"]':{color:"black",background:"#f5f2f0",textShadow:"0 1px white",fontFamily:"Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",fontSize:"1em",textAlign:"left",whiteSpace:"pre",wordSpacing:"normal",wordBreak:"normal",wordWrap:"normal",lineHeight:"1.5",MozTabSize:"4",OTabSize:"4",tabSize:"4",WebkitHyphens:"none",MozHyphens:"none",msHyphens:"none",hyphens:"none",padding:"1em",margin:".5em 0",overflow:"auto"},'pre[class*="language-"]::-moz-selection':{textShadow:"none",background:"#b3d4fc"},'pre[class*="language-"] ::-moz-selection':{textShadow:"none",background:"#b3d4fc"},'code[class*="language-"]::-moz-selection':{textShadow:"none",background:"#b3d4fc"},'code[class*="language-"] ::-moz-selection':{textShadow:"none",background:"#b3d4fc"},'pre[class*="language-"]::selection':{textShadow:"none",background:"#b3d4fc"},'pre[class*="language-"] ::selection':{textShadow:"none",background:"#b3d4fc"},'code[class*="language-"]::selection':{textShadow:"none",background:"#b3d4fc"},'code[class*="language-"] ::selection':{textShadow:"none",background:"#b3d4fc"},':not(pre) > code[class*="language-"]':{background:"#f5f2f0",padding:".1em",borderRadius:".3em",whiteSpace:"normal"},comment:{color:"slategray"},prolog:{color:"slategray"},doctype:{color:"slategray"},cdata:{color:"slategray"},punctuation:{color:"#999"},namespace:{Opacity:".7"},property:{color:"#905"},tag:{color:"#905"},boolean:{color:"#905"},number:{color:"#905"},constant:{color:"#905"},symbol:{color:"#905"},deleted:{color:"#905"},selector:{color:"#690"},"attr-name":{color:"#690"},string:{color:"#690"},char:{color:"#690"},builtin:{color:"#690"},inserted:{color:"#690"},operator:{color:"#9a6e3a",background:"hsla(0, 0%, 100%, .5)"},entity:{color:"#9a6e3a",background:"hsla(0, 0%, 100%, .5)",cursor:"help"},url:{color:"#9a6e3a",background:"hsla(0, 0%, 100%, .5)"},".language-css .token.string":{color:"#9a6e3a",background:"hsla(0, 0%, 100%, .5)"},".style .token.string":{color:"#9a6e3a",background:"hsla(0, 0%, 100%, .5)"},atrule:{color:"#07a"},"attr-value":{color:"#07a"},keyword:{color:"#07a"},function:{color:"#DD4A68"},"class-name":{color:"#DD4A68"},regex:{color:"#e90"},important:{color:"#e90",fontWeight:"bold"},variable:{color:"#e90"},bold:{fontWeight:"bold"},italic:{fontStyle:"italic"}},function(e){var t,n,r=e.language,i=e.children,s=e.style,c=void 0===s?o:s,u=e.customStyle,d=void 0===u?{}:u,p=e.codeTagProps,f=void 0===p?{className:r?"language-".concat(r):void 0,style:g(g({},c['code[class*="language-"]']),c['code[class*="language-'.concat(r,'"]')])}:p,A=e.useInlineStyles,k=void 0===A||A,I=e.showLineNumbers,N=void 0!==I&&I,v=e.showInlineLineNumbers,R=void 0===v||v,O=e.startingLineNumber,w=void 0===O?1:O,C=e.lineNumberContainerStyle,D=e.lineNumberStyle,L=void 0===D?{}:D,x=e.wrapLines,P=e.wrapLongLines,F=void 0!==P&&P,M=e.lineProps,B=e.renderer,U=e.PreTag,H=void 0===U?"pre":U,G=e.CodeTag,$=void 0===G?"code":G,Y=e.code,z=void 0===Y?(Array.isArray(i)?i[0]:i)||"":Y,j=e.astGenerator,W=function(e,t){if(null==e)return{};var n,r,a=function(e,t){if(null==e)return{};var n={};for(var r in e)if(({}).hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],-1===t.indexOf(n)&&({}).propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}(e,h);j=j||aN;var q=N?l.createElement(b,{containerStyle:C,codeStyle:f.style||{},numberStyle:L,startingLineNumber:w,codeString:z}):null,X=c.hljs||c['pre[class*="language-"]']||{backgroundColor:"#fff"},V=S(j)?"hljs":"prismjs",K=k?Object.assign({},W,{style:Object.assign({},X,d)}):Object.assign({},W,{className:W.className?"".concat(V," ").concat(W.className):V,style:Object.assign({},d)});if(F?f.style=g({whiteSpace:"pre-wrap"},f.style):f.style=g({whiteSpace:"pre"},f.style),!j)return l.createElement(H,K,q,l.createElement($,f,z));(void 0===x&&B||F)&&(x=!0),B=B||_;var Z=[{type:"text",value:z}],J=function(e){var t=e.astGenerator,n=e.language,r=e.code,a=e.defaultCodeValue;if(S(t)){var i=-1!==t.listLanguages().indexOf(n);return"text"===n?{value:a,language:"text"}:i?t.highlight(n,r):t.highlightAuto(r)}try{return n&&"text"!==n?{value:t.highlight(r,n)}:{value:a}}catch(e){return{value:a}}}({astGenerator:j,language:r,code:z,defaultCodeValue:Z});null===J.language&&(J.value=Z);var Q=w+(null!=(t=null==(n=z.match(/\n/g))?void 0:n.length)?t:0),ee=function(e,t,n,r,i,s,o,l,c){var u,d=function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];void 0===t.length&&(t=[t]);for(var i=0;i<t.length;i++){var s=t[i];if("text"===s.type)r.push(T({children:[s],className:a(new Set(n))}));else if(s.children){var o,l=n.concat((null==(o=s.properties)?void 0:o.className)||[]);e(s.children,l).forEach(function(e){return r.push(e)})}}return r}(e.value),p=[],h=-1,f=0;function g(e,a){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return t||s.length>0?function(e,a){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return T({children:e,lineNumber:a,lineNumberStyle:l,largestLineNumber:o,showInlineLineNumbers:i,lineProps:n,className:s,showLineNumbers:r,wrapLongLines:c,wrapLines:t})}(e,a,s):function(e,t){if(r&&t&&i){var n=y(l,t,o);e.unshift(E(t,n))}return e}(e,a)}for(;f<d.length;)!function(){var e=d[f],t=e.children[0].value;if(t.match(m)){var n=t.split("\n");n.forEach(function(t,a){var i=r&&p.length+s,o={type:"text",value:"".concat(t,"\n")};if(0===a){var l=g(d.slice(h+1,f).concat(T({children:[o],className:e.properties.className})),i);p.push(l)}else if(a===n.length-1){var c=d[f+1]&&d[f+1].children&&d[f+1].children[0],u={type:"text",value:"".concat(t)};if(c){var m=T({children:[u],className:e.properties.className});d.splice(f+1,0,m)}else{var b=g([u],i,e.properties.className);p.push(b)}}else{var E=g([o],i,e.properties.className);p.push(E)}}),h=f}f++}();if(h!==d.length-1){var b=d.slice(h+1,d.length);if(b&&b.length){var _=g(b,r&&p.length+s);p.push(_)}}return t?p:(u=[]).concat.apply(u,p)}(J,x,void 0===M?{}:M,N,R,w,Q,L,F);return l.createElement(H,K,l.createElement($,f,!R&&q,B({rows:ee,stylesheet:c,useInlineStyles:k})))});av.supportedLanguages=["abap","abnf","actionscript","ada","agda","al","antlr4","apacheconf","apex","apl","applescript","aql","arduino","arff","armasm","arturo","asciidoc","asm6502","asmatmel","aspnet","autohotkey","autoit","avisynth","avro-idl","awk","bash","basic","batch","bbcode","bbj","bicep","birb","bison","bnf","bqn","brainfuck","brightscript","bro","bsl","c","cfscript","chaiscript","cil","cilkc","cilkcpp","clike","clojure","cmake","cobol","coffeescript","concurnas","cooklang","coq","cpp","crystal","csharp","cshtml","csp","css-extras","css","csv","cue","cypher","d","dart","dataweave","dax","dhall","diff","django","dns-zone-file","docker","dot","ebnf","editorconfig","eiffel","ejs","elixir","elm","erb","erlang","etlua","excel-formula","factor","false","firestore-security-rules","flow","fortran","fsharp","ftl","gap","gcode","gdscript","gedcom","gettext","gherkin","git","glsl","gml","gn","go-module","go","gradle","graphql","groovy","haml","handlebars","haskell","haxe","hcl","hlsl","hoon","hpkp","hsts","http","ichigojam","icon","icu-message-format","idris","iecst","ignore","inform7","ini","io","j","java","javadoc","javadoclike","javascript","javastacktrace","jexl","jolie","jq","js-extras","js-templates","jsdoc","json","json5","jsonp","jsstacktrace","jsx","julia","keepalived","keyman","kotlin","kumir","kusto","latex","latte","less","lilypond","linker-script","liquid","lisp","livescript","llvm","log","lolcode","lua","magma","makefile","markdown","markup-templating","markup","mata","matlab","maxscript","mel","mermaid","metafont","mizar","mongodb","monkey","moonscript","n1ql","n4js","nand2tetris-hdl","naniscript","nasm","neon","nevod","nginx","nim","nix","nsis","objectivec","ocaml","odin","opencl","openqasm","oz","parigp","parser","pascal","pascaligo","pcaxis","peoplecode","perl","php-extras","php","phpdoc","plant-uml","plsql","powerquery","powershell","processing","prolog","promql","properties","protobuf","psl","pug","puppet","pure","purebasic","purescript","python","q","qml","qore","qsharp","r","racket","reason","regex","rego","renpy","rescript","rest","rip","roboconf","robotframework","ruby","rust","sas","sass","scala","scheme","scss","shell-session","smali","smalltalk","smarty","sml","solidity","solution-file","soy","sparql","splunk-spl","sqf","sql","squirrel","stan","stata","stylus","supercollider","swift","systemd","t4-cs","t4-templating","t4-vb","tap","tcl","textile","toml","tremor","tsx","tt2","turtle","twig","typescript","typoscript","unrealscript","uorazor","uri","v","vala","vbnet","velocity","verilog","vhdl","vim","visual-basic","warpscript","wasm","web-idl","wgsl","wiki","wolfram","wren","xeora","xml-doc","xojo","xquery","yaml","yang","zig"];let aR=av},92937:(e,t,n)=>{"use strict";n.d(t,{P:()=>r,n:()=>a});let r="Done",a="Await"},93404:(e,t,n)=>{"use strict";n.d(t,{$D:()=>c,Al:()=>b,Cn:()=>h,Lj:()=>l,MM:()=>m,N5:()=>u,NV:()=>f,R2:()=>d,u8:()=>o,y:()=>p});var r=n(67172),a=n(16841),i=n(77681),s=n(18896);let o=a.whK,l=a.xah,c=a.DxM,u=a.PuW,d=a.VEq,p=a.OM4,h=a._$,f=a.zg6;a.HTn;let g=(0,r.Fs)(i.pH,s.zQ(e=>e.ordinal)),m=s.MM(g),b=e=>{switch(e){case"All":return o;case"Debug":return p;case"Error":return c;case"Fatal":return l;case"Info":return d;case"Trace":return h;case"None":return f;case"Warning":return u}}},93441:(e,t,n)=>{"use strict";n.d(t,{X_:()=>d,kW:()=>p,pX:()=>u});var r=n(67172),a=n(84976),i=n(16841);class s{constructor(e){this.running=!1,this.tasks=new o,this.starveInternal=e=>{let t=this.tasks.buckets;for(let[e,n]of(this.tasks.buckets=[],t))for(let e=0;e<n.length;e++)n[e]();0===this.tasks.buckets.length?this.running=!1:this.starve(e)},this.scheduleDrain=e}starve(e=0){this.scheduleDrain(e,this.starveInternal)}scheduleTask(e,t){this.tasks.scheduleTask(e,t),this.running||(this.running=!0,this.starve())}static cached(e){let t=new s(e),n=new WeakMap;return r=>{if(void 0===r)return t;let a=n.get(r);return void 0===a&&(a=new s(e),n.set(r,a)),a}}}class o{scheduleTask(e,t){let n,r=this.buckets.length,a=0;for(;a<r;a++)if(this.buckets[a][0]<=t)n=this.buckets[a];else break;n&&n[0]===t?n[1].push(e):a===r?this.buckets.push([t,[e]]):this.buckets.splice(a,0,[t,[e]])}constructor(){this.buckets=[]}}class l{constructor(e){this.getRunner=s.cached((e,t)=>{e>=this.maxNextTickBeforeTimer?setTimeout(()=>t(0),0):Promise.resolve(void 0).then(()=>t(e+1))}),this.maxNextTickBeforeTimer=e}shouldYield(e){return e.currentOpCount>e.getFiberRef(i.KAb)&&e.getFiberRef(i.QPU)}scheduleTask(e,t,n){this.getRunner(n).scheduleTask(e,t)}}let c=(0,a.V)(Symbol.for("effect/Scheduler/defaultScheduler"),()=>new l(2048));class u{scheduleTask(e,t,n){this.deferred?c.scheduleTask(e,t,n):this.tasks.scheduleTask(e,t)}shouldYield(e){return e.currentOpCount>e.getFiberRef(i.KAb)&&e.getFiberRef(i.QPU)}flush(){for(;this.tasks.buckets.length>0;){let e=this.tasks.buckets;for(let[t,n]of(this.tasks.buckets=[],e))for(let e=0;e<n.length;e++)n[e]()}this.deferred=!0}constructor(){this.tasks=new o,this.deferred=!1}}let d=(0,a.V)(Symbol.for("effect/FiberRef/currentScheduler"),()=>i.QID(c)),p=(0,r.XY)(2,(e,t)=>i.woH(e,d,t))},94013:(e,t,n)=>{"use strict";n.d(t,{AV:()=>s,Ai:()=>a,FG:()=>m,G3:()=>r,GE:()=>c,PS:()=>l,RY:()=>d,Rc:()=>u,Yj:()=>p,db:()=>h,dr:()=>i,ky:()=>g,l_:()=>f,su:()=>o});let r="BracketOut",a="Bridge",i="ConcatAll",s="Emit",o="Ensuring",l="Fail",c="Fold",u="FromEffect",d="PipeTo",p="Provide",h="Read",f="Succeed",g="SucceedNow",m="Suspend"},94442:(e,t,n)=>{"use strict";n.d(t,{RS:()=>a,jD:()=>i});var r=n(37388);r.ai;let a=r.RS,i=r.jD;r.Ce,r.Ll,r.YW},94828:(e,t,n)=>{"use strict";n.d(t,{B:()=>r});class r{constructor(e){this.called=!1,this.self=e}next(e){return this.called?{value:e,done:!0}:(this.called=!0,{value:this.self,done:!1})}return(e){return{value:e,done:!0}}throw(e){throw e}[Symbol.iterator](){return new r(this.self)}}},95329:(e,t,n)=>{"use strict";n.d(t,{BW:()=>s,Cz:()=>o,Hi:()=>p,WT:()=>u,ku:()=>d,sn:()=>f,yp:()=>m}),n(67172);var r=n(84976),a=n(39177),i=n(48905);class s{constructor(e){this.called=!1,this.self=e}next(e){return this.called?{value:e,done:!0}:(this.called=!0,{value:this.self,done:!1})}return(e){return{value:e,done:!0}}throw(e){throw e}[Symbol.iterator](){return new s(this.self)}}class o{constructor(e,t,n,r){return(0,i.wD)(t)&&(0,i.wD)(e)?(t=0xffffffff*Math.random()>>>0,e=0):(0,i.wD)(t)&&(t=e,e=0),(0,i.wD)(r)&&(0,i.wD)(n)?(r=this._state?this._state[3]:0xf767814f,n=this._state?this._state[2]:0x14057b7e):(0,i.wD)(r)&&(r=n,n=0),this._state=new Int32Array([0,0,n>>>0,(1|(r||0))>>>0]),this._next(),l(this._state,this._state[0],this._state[1],e>>>0,t>>>0),this._next(),this}getState(){return[this._state[0],this._state[1],this._state[2],this._state[3]]}setState(e){this._state[0]=e[0],this._state[1]=e[1],this._state[2]=e[2],this._state[3]=1|e[3]}integer(e){return Math.round(this.number()*Number.MAX_SAFE_INTEGER)%e}number(){return(0x8000000*((0x3ffffff&this._next())*1)+(0x7ffffff&this._next())*1)/0x20000000000000}_next(){var e,t,n;let r,a,i,s,o=this._state[0]>>>0,c=this._state[1]>>>0;e=this._state,t=o,r=((n=c)>>>16)*32557>>>0,a=(65535&n)*19605>>>0,i=(65535&n)*32557>>>0,s=(n>>>16)*19605+((a>>>16)+(r>>>16))>>>0,(i=i+(a=a<<16>>>0)>>>0)>>>0<a>>>0&&(s=s+1>>>0),(i=i+(r=r<<16>>>0)>>>0)>>>0<r>>>0&&(s=s+1>>>0),s=(s=s+Math.imul(n,0x5851f42d)>>>0)+Math.imul(t,0x4c957f2d)>>>0,e[0]=s,e[1]=i,l(this._state,this._state[0],this._state[1],this._state[2],this._state[3]);let u=o>>>18,d=(c>>>18|o<<14)>>>0;u=(u^o)>>>0;let p=((d=(d^c)>>>0)>>>27|u<<5)>>>0,h=o>>>27;return(p>>>h|p<<((-h>>>0&31)>>>0))>>>0}}function l(e,t,n,r,a){let i=t+r>>>0,s=n+a>>>0;s>>>0<n>>>0&&(i=i+1|0),e[0]=i,e[1]=s}let c=Symbol.for("effect/Utils/YieldWrap");class u{#e;constructor(e){this.#e=e}[c](){return this.#e}}function d(e){if("object"==typeof e&&null!==e&&c in e)return e[c]();throw Error((0,a.k)("yieldWrapGet"))}let p=(0,r.V)("effect/Utils/isStructuralRegion",()=>({enabled:!1,tester:void 0})),h=e=>e(),f=h(()=>Error().stack)?.includes("effect_internal_function")===!0?h:e=>e(),g=(function*(){}).constructor,m=e=>(0,i.Gv)(e)&&e.constructor===g},95793:(e,t,n)=>{"use strict";let r;n.d(t,{$r:()=>I,$v:()=>C,BC:()=>D,BE:()=>v,Bq:()=>$,HV:()=>X,Hd:()=>F,Hs:()=>L,Ie:()=>T,Im:()=>Y,Iv:()=>O,J_:()=>z,L8:()=>_,O6:()=>et,OM:()=>Z,OY:()=>er,Rx:()=>ee,TS:()=>eo,Tj:()=>K,Ts:()=>A,XK:()=>el,cs:()=>Q,d5:()=>j,gI:()=>J,gv:()=>P,h3:()=>N,i8:()=>es,mA:()=>H,of:()=>S,pb:()=>U,qI:()=>G,s:()=>x,tt:()=>V,u2:()=>M,v4:()=>q,v6:()=>en,x1:()=>B,y1:()=>ei,yL:()=>E,z1:()=>W});var a=n(55060),i=n(88916),s=n(63928),o=n(67172),l=n(33268),c=n(61296),u=n(80905),d=n(50344),p=n(48905);let h=Symbol.for("effect/Chunk"),f=[],g=(r=i.aI,s.L8((e,t)=>e.length===t.length&&N(e).every((e,n)=>r(e,C(t,n))))),m={[h]:{_A:e=>e},toString(){return(0,c.GP)(this.toJSON())},toJSON(){return{_id:"Chunk",values:N(this).map(c.U2)}},[c.FX](){return this.toJSON()},[i.HR](e){return E(e)&&g(this,e)},[l.HR](){return l.PO(this,l.YO(N(this)))},[Symbol.iterator](){switch(this.backing._tag){case"IArray":return this.backing.array[Symbol.iterator]();case"IEmpty":return f[Symbol.iterator]();default:return N(this)[Symbol.iterator]()}},pipe(){return(0,d.tT)(this,arguments)}},b=e=>{let t=Object.create(m);switch(t.backing=e,e._tag){case"IEmpty":t.length=0,t.depth=0,t.left=t,t.right=t;break;case"IConcat":t.length=e.left.length+e.right.length,t.depth=1+Math.max(e.left.depth,e.right.depth),t.left=e.left,t.right=e.right;break;case"IArray":t.length=e.array.length,t.depth=0,t.left=y,t.right=y;break;case"ISingleton":t.length=1,t.depth=0,t.left=y,t.right=y;break;case"ISlice":t.length=e.length,t.depth=e.chunk.depth+1,t.left=y,t.right=y}return t},E=e=>(0,p.i5)(e,h),y=b({_tag:"IEmpty"}),T=()=>y,_=(...e)=>w(e),S=e=>b({_tag:"ISingleton",a:e}),A=e=>E(e)?e:O(a.Ts(e)),k=(e,t,n)=>{switch(e.backing._tag){case"IArray":!function(e,t,n,r){for(let a=0;a<Math.min(e.length,0+r);a++)t[n+a-0]=e[a]}(e.backing.array,t,n,e.length);break;case"IConcat":k(e.left,t,n),k(e.right,t,n+e.left.length);break;case"ISingleton":t[n]=e.backing.a;break;case"ISlice":{let r=0,a=n;for(;r<e.length;)t[a]=C(e,r),r+=1,a+=1}}},I=e=>N(e).slice(),N=e=>{switch(e.backing._tag){case"IEmpty":return f;case"IArray":return e.backing.array;default:{let t=Array(e.length);return k(e,t,0),e.backing={_tag:"IArray",array:t},e.left=y,e.right=y,e.depth=0,t}}},v=e=>{switch(e.backing._tag){case"IEmpty":case"ISingleton":return e;case"IArray":return b({_tag:"IArray",array:a.BE(e.backing.array)});case"IConcat":return b({_tag:"IConcat",left:v(e.backing.right),right:v(e.backing.left)});case"ISlice":return O(a.BE(N(e)))}},R=(0,o.XY)(2,(e,t)=>t<0||t>=e.length?u.dv():u.zN(C(e,t))),O=e=>0===e.length?T():1===e.length?S(e[0]):b({_tag:"IArray",array:e}),w=e=>O(e),C=(0,o.XY)(2,(e,t)=>{switch(e.backing._tag){case"IEmpty":throw Error("Index out of bounds");case"ISingleton":if(0!==t)throw Error("Index out of bounds");return e.backing.a;case"IArray":if(t>=e.length||t<0)throw Error("Index out of bounds");return e.backing.array[t];case"IConcat":return t<e.left.length?C(e.left,t):C(e.right,t-e.left.length);case"ISlice":return C(e.backing.chunk,t+e.backing.offset)}}),D=(0,o.XY)(2,(e,t)=>M(e,S(t))),L=(0,o.XY)(2,(e,t)=>M(S(t),e)),x=(0,o.XY)(2,(e,t)=>{if(t<=0)return y;if(t>=e.length)return e;switch(e.backing._tag){case"ISlice":return b({_tag:"ISlice",chunk:e.backing.chunk,length:t,offset:e.backing.offset});case"IConcat":if(t>e.left.length)return b({_tag:"IConcat",left:e.left,right:x(e.right,t-e.left.length)});return x(e.left,t);default:return b({_tag:"ISlice",chunk:e,offset:0,length:t})}}),P=(0,o.XY)(2,(e,t)=>{if(t<=0)return e;if(t>=e.length)return y;switch(e.backing._tag){case"ISlice":return b({_tag:"ISlice",chunk:e.backing.chunk,offset:e.backing.offset+t,length:e.backing.length-t});case"IConcat":if(t>e.left.length)return P(e.right,t-e.left.length);return b({_tag:"IConcat",left:P(e.left,t),right:e.right});default:return b({_tag:"ISlice",chunk:e,offset:t,length:e.length-t})}}),F=(0,o.XY)(2,(e,t)=>{let n=N(e),r=n.length,a=0;for(;a<r&&t(n[a]);)a++;return P(e,a)}),M=(0,o.XY)(2,(e,t)=>{if("IEmpty"===e.backing._tag)return t;if("IEmpty"===t.backing._tag)return e;let n=t.depth-e.depth;if(1>=Math.abs(n))return b({_tag:"IConcat",left:e,right:t});if(n<-1)if(e.left.depth>=e.right.depth){let n=M(e.right,t);return b({_tag:"IConcat",left:e.left,right:n})}else{let n=M(e.right.right,t);if(n.depth===e.depth-3){let t=b({_tag:"IConcat",left:e.right.left,right:n});return b({_tag:"IConcat",left:e.left,right:t})}{let t=b({_tag:"IConcat",left:e.left,right:e.right.left});return b({_tag:"IConcat",left:t,right:n})}}if(t.right.depth>=t.left.depth)return b({_tag:"IConcat",left:M(e,t.left),right:t.right});{let n=M(e,t.left.left);if(n.depth===t.depth-3){let e=b({_tag:"IConcat",left:n,right:t.left.right});return b({_tag:"IConcat",left:e,right:t.right})}{let e=b({_tag:"IConcat",left:t.left.right,right:t.right});return b({_tag:"IConcat",left:n,right:e})}}}),B=(0,o.XY)(2,(e,t)=>O(a.x1(e,t))),U=(0,o.XY)(2,(e,t)=>O(a.pb(e,t))),H=(0,o.XY)(2,(e,t)=>O(a.mA(e,t))),G=(0,o.XY)(2,(e,t)=>{if("ISingleton"===e.backing._tag)return t(e.backing.a,0);let n=y,r=0;for(let a of e)n=M(n,t(a,r++));return n}),$=G(o.D_),Y=e=>0===e.length,z=e=>e.length>0,j=R(0),W=e=>C(e,0),q=W,X=e=>R(e,e.length-1),V=e=>C(e,e.length-1),K=(0,o.XY)(2,(e,t)=>"ISingleton"===e.backing._tag?S(t(e.backing.a,0)):O((0,o.Fs)(N(e),a.Tj((e,n)=>t(e,n))))),Z=(0,o.XY)(3,(e,t,n)=>{let[r,i]=a.OM(e,t,n);return[r,O(i)]}),J=(0,o.XY)(2,(e,t)=>[x(e,t),P(e,t)]),Q=(0,o.XY)(2,(e,t)=>{let n=0;for(let r of N(e))if(t(r))break;else n++;return J(e,n)}),ee=e=>P(e,1),et=(0,o.XY)(2,(e,t)=>P(e,e.length-t)),en=(0,o.XY)(2,(e,t)=>{let n=[];for(let r of N(e))if(t(r))n.push(r);else break;return O(n)}),er=(0,o.XY)(3,(e,t,n)=>O(a.OY(e,t,n))),ea=(0,o.XY)(2,(e,t)=>A(a.Y6(e,t))),ei=(e,t)=>e<=t?ea(t-e+1,t=>e+t):S(e);a.gR,a.Ou;let es=a.i8;a.g9,a.Uk,a.Kl,a.fj;let eo=a.TS,el=a.XK},96007:(e,t,n)=>{"use strict";n.d(t,{Jt:()=>d,L8:()=>c,Tc:()=>u,hZ:()=>p});var r=n(88916),a=n(67172),i=n(61296),s=n(50344);let o=Symbol.for("effect/MutableRef"),l={[o]:o,toString(){return(0,i.GP)(this.toJSON())},toJSON(){return{_id:"MutableRef",current:(0,i.U2)(this.current)}},[i.FX](){return this.toJSON()},pipe(){return(0,s.tT)(this,arguments)}},c=e=>{let t=Object.create(l);return t.current=e,t},u=a.XY(3,(e,t,n)=>!!r.aI(t,e.current)&&(e.current=n,!0)),d=e=>e.current,p=a.XY(2,(e,t)=>(e.current=t,e))},96540:(e,t,n)=>{"use strict";let r;n.d(t,{BE:()=>O,Hs:()=>N,Ie:()=>A,TS:()=>R,ae:()=>_,gD:()=>T,of:()=>k,qu:()=>S,u2:()=>I});var a=n(55060),i=n(88916),s=n(63928),o=n(67172),l=n(33268),c=n(61296),u=n(50344),d=n(48905);let p=Symbol.for("effect/List"),h=e=>a.Ts(e),f=(r=i.aI,s.zQ(a.bt(r),h)),g={[p]:p,_tag:"Cons",toString(){return(0,c.GP)(this.toJSON())},toJSON(){return{_id:"List",_tag:"Cons",values:h(this).map(c.U2)}},[c.FX](){return this.toJSON()},[i.HR](e){return y(e)&&this._tag===e._tag&&f(this,e)},[l.HR](){return l.PO(this,l.YO(h(this)))},[Symbol.iterator](){let e=!1,t=this;return{next(){if(e)return this.return();if("Nil"===t._tag)return e=!0,this.return();let n=t.head;return t=t.tail,{done:e,value:n}},return:t=>(e||(e=!0),{done:!0,value:t})}},pipe(){return(0,u.tT)(this,arguments)}},m=(e,t)=>{let n=Object.create(g);return n.head=e,n.tail=t,n},b=l.Yj("Nil"),E=Object.create({[p]:p,_tag:"Nil",toString(){return(0,c.GP)(this.toJSON())},toJSON:()=>({_id:"List",_tag:"Nil"}),[c.FX](){return this.toJSON()},[l.HR]:()=>b,[i.HR](e){return y(e)&&this._tag===e._tag},[Symbol.iterator]:()=>({next:()=>({done:!0,value:void 0})}),pipe(){return(0,u.tT)(this,arguments)}}),y=e=>(0,d.i5)(e,p),T=e=>"Nil"===e._tag,_=e=>"Cons"===e._tag,S=(e,t)=>m(e,t),A=()=>E,k=e=>m(e,E),I=(0,o.XY)(2,(e,t)=>v(t,e)),N=(0,o.XY)(2,(e,t)=>S(t,e)),v=(0,o.XY)(2,(e,t)=>{if(T(e))return t;{if(T(t))return e;let n=m(t.head,e),r=n,a=t.tail;for(;!T(a);){let t=m(a.head,e);r.tail=t,r=t,a=a.tail}return n}}),R=(0,o.XY)(3,(e,t,n)=>{let r=t,a=e;for(;!T(a);)r=n(r,a.head),a=a.tail;return r}),O=e=>{let t=A(),n=e;for(;!T(n);)t=N(t,n.head),n=n.tail;return t}},96715:(e,t,n)=>{"use strict";n.d(t,{KD:()=>h,o8:()=>d,Y5:()=>g,xH:()=>m,Or:()=>f,m3:()=>b,O0:()=>E,mP:()=>T,De:()=>y,YH:()=>S,x5:()=>A,po:()=>O,yE:()=>_,mp:()=>k,w3:()=>I,gV:()=>N,og:()=>R});var r=n(55060),a=n(36185),i=n(67172),s=n(48905);let o="InvalidData",l="MissingData",c="SourceUnavailable",u="Unsupported",d=Symbol.for("effect/ConfigError"),p={_tag:"ConfigError",[d]:d},h=(e,t)=>{let n=Object.create(p);return n._op="And",n.left=e,n.right=t,Object.defineProperty(n,"toString",{enumerable:!1,value(){return`${this.left} and ${this.right}`}}),Object.defineProperty(n,"message",{enumerable:!1,get(){return this.toString()}}),n},f=(e,t)=>{let n=Object.create(p);return n._op="Or",n.left=e,n.right=t,Object.defineProperty(n,"toString",{enumerable:!1,value(){return`${this.left} or ${this.right}`}}),Object.defineProperty(n,"message",{enumerable:!1,get(){return this.toString()}}),n},g=(e,t,n={pathDelim:"."})=>{let a=Object.create(p);return a._op=o,a.path=e,a.message=t,Object.defineProperty(a,"toString",{enumerable:!1,value(){let e=(0,i.Fs)(this.path,r.fj(n.pathDelim));return`(Invalid data at ${e}: "${this.message}")`}}),a},m=(e,t,n={pathDelim:"."})=>{let a=Object.create(p);return a._op=l,a.path=e,a.message=t,Object.defineProperty(a,"toString",{enumerable:!1,value(){let e=(0,i.Fs)(this.path,r.fj(n.pathDelim));return`(Missing data at ${e}: "${this.message}")`}}),a},b=(e,t,n,a={pathDelim:"."})=>{let s=Object.create(p);return s._op=c,s.path=e,s.message=t,s.cause=n,Object.defineProperty(s,"toString",{enumerable:!1,value(){let e=(0,i.Fs)(this.path,r.fj(a.pathDelim));return`(Source unavailable at ${e}: "${this.message}")`}}),s},E=(e,t,n={pathDelim:"."})=>{let a=Object.create(p);return a._op=u,a.path=e,a.message=t,Object.defineProperty(a,"toString",{enumerable:!1,value(){let e=(0,i.Fs)(this.path,r.fj(n.pathDelim));return`(Unsupported operation at ${e}: "${this.message}")`}}),a},y=e=>(0,s.i5)(e,d),T=e=>"And"===e._op,_=e=>"Or"===e._op,S=e=>e._op===o,A=e=>e._op===l,k=e=>e._op===c,I=e=>e._op===u,N=(0,i.XY)(2,(e,t)=>{switch(e._op){case"And":return h(N(e.left,t),N(e.right,t));case"Or":return f(N(e.left,t),N(e.right,t));case o:return g([...t,...e.path],e.message);case l:return m([...t,...e.path],e.message);case c:return b([...t,...e.path],e.message,e.cause);case u:return E([...t,...e.path],e.message)}}),v={andCase:(e,t,n)=>t&&n,orCase:(e,t,n)=>t&&n,invalidDataCase:i.f4,missingDataCase:i.ue,sourceUnavailableCase:i.f4,unsupportedCase:i.f4},R=(0,i.XY)(3,(e,t,n)=>{let r=[e],i=[];for(;r.length>0;){let e=r.pop();switch(e._op){case"And":r.push(e.right),r.push(e.left),i.push(a.kb({_op:"AndCase"}));break;case"Or":r.push(e.right),r.push(e.left),i.push(a.kb({_op:"OrCase"}));break;case o:i.push(a.pG(n.invalidDataCase(t,e.path,e.message)));break;case l:i.push(a.pG(n.missingDataCase(t,e.path,e.message)));break;case c:i.push(a.pG(n.sourceUnavailableCase(t,e.path,e.message,e.cause)));break;case u:i.push(a.pG(n.unsupportedCase(t,e.path,e.message)))}}let s=[];for(;i.length>0;){let e=i.pop();switch(e._op){case"Left":switch(e.left._op){case"AndCase":{let e=s.pop(),r=s.pop(),a=n.andCase(t,e,r);s.push(a);break}case"OrCase":{let e=s.pop(),r=s.pop(),a=n.orCase(t,e,r);s.push(a)}}break;case"Right":s.push(e.right)}}if(0===s.length)throw Error("BUG: ConfigError.reduceWithContext - please report an issue at https://github.com/Effect-TS/effect/issues");return s.pop()}),O=e=>R(e,void 0,v)},96989:(e,t,n)=>{"use strict";n.d(t,{AU:()=>R,Ef:()=>Y,HV:()=>W,R3:()=>L,Sh:()=>G,TW:()=>m,U9:()=>ee,VQ:()=>C,Ze:()=>N,_U:()=>_,aN:()=>J,cz:()=>V,d5:()=>j,fJ:()=>v,jJ:()=>U,kB:()=>et,o6:()=>I,pr:()=>K,q$:()=>H,uS:()=>z,ul:()=>A});var r=n(95793),a=n(49433),i=n(10592),s=n(67172),o=n(80905),l=n(50344),c=n(48905),u=n(38147),d=n(48499),p=n(8844),h=n(5886),f=n(37388),g=n(30594);let m=Symbol.for("effect/Sink"),b={_A:e=>e,_In:e=>e,_L:e=>e,_E:e=>e,_R:e=>e};class E{constructor(e){this[m]=b,this.channel=e}pipe(){return(0,l.tT)(this,arguments)}}let y=e=>(0,c.i5)(e,m),T=e=>new E(g.DY(()=>K(e()))),_=()=>new E(S(r.Ie())),S=e=>g.u({onInput:t=>S((0,s.Fs)(e,r.u2(t))),onFailure:g.AT,onDone:()=>g.Py(e)}),A=e=>T(()=>Y(k(e,r.Ie()))),k=(e,t)=>g.u({onInput:n=>{let[a,i]=r.gI(n,e);return a.length<e?k(e-a.length,r.u2(t,a)):r.Im(i)?g.Py(r.u2(t,a)):g.qI(g.M9(i),()=>g.Py(r.u2(t,a)))},onFailure:g.AT,onDone:()=>g.Py(t)}),I=e=>new E((0,s.Fs)(g.ye(K(e)),h.Tj(([e,t])=>[t,r.Bq(e)]))),N=new E(h.Ze(h.As())),v=e=>new E(g.fJ(e)),R=(e,t,n)=>T(()=>new E(O(e,t,n))),O=(e,t,n)=>t(e)?g.$5({onInput:a=>{let[i,o]=w(e,a,t,n,0,a.length);return r.J_(o)?(0,s.Fs)(g.M9(o),h.as(i)):O(i,t,n)},onFailure:g.fJ,onDone:()=>g.B6(e)}):g.B6(e),w=(e,t,n,a,i,o)=>{if(i===o)return[e,r.Ie()];let l=a(e,(0,s.Fs)(t,r.$v(i)));return n(l)?w(l,t,n,a,i+1,o):[l,(0,s.Fs)(t,r.gv(i+1))]},C=(0,s.XY)(2,(e,t)=>new E((0,s.Fs)(K(e),g.ye,h.JE({onFailure:e=>K(t.onFailure(e)),onSuccess:([e,n])=>g.DY(()=>{let a={ref:(0,s.Fs)(e,r.pb(r.J_))},i=(0,s.Fs)(g.OH(()=>{let e=a.ref;return a.ref=r.Ie(),e}),g.qI(e=>h.xs(e))),o=h.As(),l=(0,s.Fs)(i,h.aN(o),g.WK(K(t.onSuccess(n))));return g.qI(g.ye(l),([e,t])=>(0,s.Fs)(g.Py(a.ref),g.qI(h.xs),h.aN(h.xs(e)),h.as(t)))})})))),D=(e,t,n)=>t(e)?g.$5({onInput:r=>D(n(e,r),t,n),onFailure:g.fJ,onDone:()=>g.B6(e)}):g.B6(e),L=(e,t,n)=>T(()=>new E(x(e,t,n))),x=(e,t,n)=>t(e)?g.$5({onInput:r=>(0,s.Fs)(g.uS(P(e,r,t,n)),g.qI(([e,r])=>(0,s.Fs)(r,o.YW({onNone:()=>x(e,t,n),onSome:t=>(0,s.Fs)(g.M9(t),h.as(e))})))),onFailure:g.fJ,onDone:()=>g.B6(e)}):g.B6(e),P=(e,t,n,r)=>F(e,t,0,t.length,n,r),F=(e,t,n,i,l,c)=>n===i?a.succeed([e,o.dv()]):(0,s.Fs)(c(e,(0,s.Fs)(t,r.$v(n))),a.flatMap(e=>l(e)?F(e,t,n+1,i,l,c):a.succeed([e,o.zN((0,s.Fs)(t,r.gv(n+1)))]))),M=(e,t)=>{let n;return n=s.ue,T(()=>new E(D(e,n,t)))},B=(0,s.XY)(2,(e,t)=>C(e,{onFailure:v,onSuccess:t})),U=e=>{let t=g.u({onInput:n=>(0,s.Fs)(g.uS(a.forEach(n,t=>e(t),{discard:!0})),g.qI(()=>t)),onFailure:g.AT,onDone:()=>g.rI});return new E(t)},H=e=>{let t=g.u({onInput:n=>(0,s.Fs)(g.uS(e(n)),g.qI(()=>t)),onFailure:g.AT,onDone:()=>g.rI});return new E(t)},G=e=>{let t=g.u({onInput:n=>$(e,n,0,n.length,t),onFailure:g.AT,onDone:()=>g.rI});return new E(t)},$=(e,t,n,a,i)=>n===a?i:(0,s.Fs)(g.uS(e((0,s.Fs)(t,r.$v(n)))),g.qI(o=>o?$(e,t,n+1,a,i):g.M9((0,s.Fs)(t,r.gv(n)))),h.h9(e=>(0,s.Fs)(g.M9((0,s.Fs)(t,r.gv(n))),h.aN(g.fJ(e))))),Y=e=>new E(e),z=e=>new E(g.uS(e)),j=()=>R(o.dv(),o.$I,(e,t)=>o.YW(e,{onNone:()=>o.zN(t),onSome:()=>e})),W=()=>M(o.dv(),(e,t)=>o.NW(r.HV(t),()=>e)),q=(0,s.XY)(2,(e,t)=>new E((0,s.Fs)(K(e),h.Tj(t))));a.never;let X=(0,s.XY)(2,(e,t)=>Z(function(n){return a.gen(function*(){let r=yield*u.Mm(t?.capacity??16),a=yield*p.X$(u.B1(r),n),i=yield*p.X$(u.B1(r),n),o=h.bk(r),l=h.gJ(a).pipe(g.WK(K(e)),h.pi(g.uS(d.n_(a))),h.XQ({other:h.gJ(i).pipe(g.WK(K(t.other)),h.pi(g.uS(d.n_(i)))),onSelfDone:t.onSelfDone,onOtherDone:t.onOtherDone}));return new E(h.XQ(o,{other:l,onSelfDone:()=>f.jD(s.D_),onOtherDone:e=>f.RS(e)}))})})),V=M(0,(e,t)=>e+r.TS(t,0,(e,t)=>e+t)),K=e=>a.isEffect(e)?K(z(e)):e.channel,Z=e=>new E(h.ke(t=>e(t).pipe(a.map(e=>K(e))))),J=(0,s.XY)(e=>y(e[1]),(e,t,n)=>Q(e,t,(e,t)=>t,n)),Q=(0,s.XY)(e=>y(e[1]),(e,t,n,r)=>r?.concurrent?X(e,{other:t,onSelfDone:i.YW({onFailure:e=>f.RS(a.failCause(e)),onSuccess:e=>f.jD(i.YW({onFailure:a.failCause,onSuccess:t=>a.succeed(n(e,t))}))}),onOtherDone:i.YW({onFailure:e=>f.RS(a.failCause(e)),onSuccess:e=>f.jD(i.YW({onFailure:a.failCause,onSuccess:t=>a.succeed(n(t,e))}))})}):B(e,e=>q(t,t=>n(e,t)))),ee=M(0,(e,t)=>e+t.length),et=T(()=>{let e=[];return(0,s.Fs)(M(void 0,(t,n)=>r.Tj(n,t=>{e.push(String(t))})),q(()=>e.join("")))})},97020:(e,t,n)=>{"use strict";n.d(t,{AT:()=>s,_N:()=>i});var r=n(49433),a=n(80905);let i=()=>r.fail(a.dv()),s=e=>r.mapError(r.failCause(e),a.zN)},97671:(e,t,n)=>{"use strict";n.d(t,{EF:()=>u,Gj:()=>o,JJ:()=>s,N9:()=>i,NM:()=>p,Ni:()=>b,ZO:()=>r,_l:()=>c,du:()=>l,kK:()=>a,mM:()=>h,mm:()=>g,tA:()=>d,u4:()=>m,xS:()=>f});let r="Async",a="Commit",i="Failure",s="OnFailure",o="OnSuccess",l="OnSuccessAndFailure",c="Success",u="Sync",d="Tag",p="UpdateRuntimeFlags",h="While",f="Iterator",g="WithRuntime",m="Yield",b="RevertFlags"},97720:(e,t,n)=>{"use strict";n.d(t,{A:()=>t1});var r,a,i,s,o,l,c,u,d,p,h,f,g,m,b,E,y,T,_,S,A,k,I,N,v,R,O,w,C,D,L=n(78750),x=n(23091),P=n(78115),F=n(4918),M=n(38609);function B(e,t){let n=e.indexOf("\r",t),r=e.indexOf("\n",t);return -1===r?n:-1===n||n+1===r?r:n<r?n:r}var U=n(84709);let H={}.hasOwnProperty,G=Object.prototype;function $(e,t){let n;switch(t.nodeName){case"#comment":return n={type:"comment",value:t.data},z(e,t,n),n;case"#document":case"#document-fragment":{let r="mode"in t&&("quirks"===t.mode||"limited-quirks"===t.mode);if(n={type:"root",children:Y(e,t.childNodes),data:{quirksMode:r}},e.file&&e.location){let t,r,a=String(e.file),i=(t=String(a),r=[],{toOffset:function(e){if(e&&"number"==typeof e.line&&"number"==typeof e.column&&!Number.isNaN(e.line)&&!Number.isNaN(e.column)){for(;r.length<e.line;){let e=r[r.length-1],n=B(t,e),a=-1===n?t.length+1:n+1;if(e===a)break;r.push(a)}let n=(e.line>1?r[e.line-2]:0)+e.column-1;if(n<r[e.line-1])return n}},toPoint:function(e){if("number"==typeof e&&e>-1&&e<=t.length){let n=0;for(;;){let a=r[n];if(void 0===a){let e=B(t,r[n-1]);a=-1===e?t.length+1:e+1,r[n]=a}if(a>e)return{line:n+1,column:e-(n>0?r[n-1]:0)+1,offset:e};n++}}}}),s=i.toPoint(0),o=i.toPoint(a.length);(0,x.ok)(s,"expected `start`"),(0,x.ok)(o,"expected `end`"),n.position={start:s,end:o}}return n}case"#documentType":return z(e,t,n={type:"doctype"}),n;case"#text":return n={type:"text",value:t.value},z(e,t,n),n;default:return function(e,t){let n=e.schema;e.schema=t.namespaceURI===U.t.svg?F.JW:F.qy;let r=-1,a={};for(;++r<t.attrs.length;){let e=t.attrs[r],n=(e.prefix?e.prefix+":":"")+e.name;H.call(G,n)||(a[n]=e.value)}let i=("svg"===e.schema.space?P.s:P.h)(t.tagName,a,Y(e,t.childNodes));if(z(e,t,i),"template"===i.tagName){let n=t.sourceCodeLocation,r=n&&n.startTag&&j(n.startTag),a=n&&n.endTag&&j(n.endTag),s=$(e,t.content);r&&a&&e.file&&(s.position={start:r.end,end:a.start}),i.content=s}return e.schema=n,i}(e,t)}}function Y(e,t){let n=-1,r=[];for(;++n<t.length;){let a=$(e,t[n]);r.push(a)}return r}function z(e,t,n){if("sourceCodeLocation"in t&&t.sourceCodeLocation&&e.file){let r=function(e,t,n){let r=j(n);if("element"===t.type){let a=t.children[t.children.length-1];if(r&&!n.endTag&&a&&a.position&&a.position.end&&(r.end=Object.assign({},a.position.end)),e.verbose){let r,a={};if(n.attrs)for(r in n.attrs)H.call(n.attrs,r)&&(a[(0,M.I)(e.schema,r).property]=j(n.attrs[r]));(0,x.ok)(n.startTag,"a start tag should exist");let i=j(n.startTag),s=n.endTag?j(n.endTag):void 0,o={opening:i};s&&(o.closing=s),o.properties=a,t.data={position:o}}}return r}(e,n,t.sourceCodeLocation);r&&(e.location=!0,n.position=r)}}function j(e){let t=W({line:e.startLine,column:e.startCol,offset:e.startOffset}),n=W({line:e.endLine,column:e.endCol,offset:e.endOffset});return t||n?{start:t,end:n}:void 0}function W(e){return e.line&&e.column?e:void 0}var q=n(86994),X=n(51705),V=n(27629);let K={}.hasOwnProperty,Z=(0,V.A)("type",{handlers:{root:function(e,t){let n={nodeName:"#document",mode:(e.data||{}).quirksMode?"quirks":"no-quirks",childNodes:[]};return n.childNodes=J(e.children,n,t),Q(e,n),n},element:function(e,t){var n,r;let a,i,s=t;"element"===e.type&&"svg"===e.tagName.toLowerCase()&&"html"===t.space&&(s=F.JW);let o=[];if(e.properties){for(a in e.properties)if("children"!==a&&K.call(e.properties,a)){let t=function(e,t,n){let r=(0,M.I)(e,t);if(!1===n||null==n||"number"==typeof n&&Number.isNaN(n)||!n&&r.boolean)return;Array.isArray(n)&&(n=r.commaSeparated?(0,q.A)(n):(0,X.A)(n));let a={name:r.attribute,value:!0===n?"":String(n)};if(r.space&&"html"!==r.space&&"svg"!==r.space){let e=a.name.indexOf(":");e<0?a.prefix="":(a.name=a.name.slice(e+1),a.prefix=r.attribute.slice(0,e)),a.namespace=U.t[r.space]}return a}(s,a,e.properties[a]);t&&o.push(t)}}let l=s.space;(0,x.ok)(l);let c={nodeName:e.tagName,tagName:e.tagName,attrs:o,namespaceURI:U.t[l],childNodes:[],parentNode:null};return c.childNodes=J(e.children,c,s),Q(e,c),"template"===e.tagName&&e.content&&(n=e.content,r=s,(i={nodeName:"#document-fragment",childNodes:[]}).childNodes=J(n.children,i,r),Q(n,i),c.content=i),c},text:function(e){let t={nodeName:"#text",value:e.value,parentNode:null};return Q(e,t),t},comment:function(e){let t={nodeName:"#comment",data:e.value,parentNode:null};return Q(e,t),t},doctype:function(e){let t={nodeName:"#documentType",name:"html",publicId:"",systemId:"",parentNode:null};return Q(e,t),t}}});function J(e,t,n){let r=-1,a=[];if(e)for(;++r<e.length;){let i=Z(e[r],n);i.parentNode=t,a.push(i)}return a}function Q(e,t){let n=e.position;n&&n.start&&n.end&&((0,x.ok)("number"==typeof n.start.offset),(0,x.ok)("number"==typeof n.end.offset),t.sourceCodeLocation={startLine:n.start.line,startCol:n.start.column,startOffset:n.start.offset,endLine:n.end.line,endCol:n.end.column,endOffset:n.end.offset})}var ee=n(51640);let et=new Set([65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111]);(r=E||(E={}))[r.EOF=-1]="EOF",r[r.NULL=0]="NULL",r[r.TABULATION=9]="TABULATION",r[r.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",r[r.LINE_FEED=10]="LINE_FEED",r[r.FORM_FEED=12]="FORM_FEED",r[r.SPACE=32]="SPACE",r[r.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",r[r.QUOTATION_MARK=34]="QUOTATION_MARK",r[r.AMPERSAND=38]="AMPERSAND",r[r.APOSTROPHE=39]="APOSTROPHE",r[r.HYPHEN_MINUS=45]="HYPHEN_MINUS",r[r.SOLIDUS=47]="SOLIDUS",r[r.DIGIT_0=48]="DIGIT_0",r[r.DIGIT_9=57]="DIGIT_9",r[r.SEMICOLON=59]="SEMICOLON",r[r.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",r[r.EQUALS_SIGN=61]="EQUALS_SIGN",r[r.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",r[r.QUESTION_MARK=63]="QUESTION_MARK",r[r.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",r[r.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",r[r.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",r[r.GRAVE_ACCENT=96]="GRAVE_ACCENT",r[r.LATIN_SMALL_A=97]="LATIN_SMALL_A",r[r.LATIN_SMALL_Z=122]="LATIN_SMALL_Z";let en="[CDATA[",er="doctype",ea="script";function ei(e){return e>=55296&&e<=57343}function es(e){return 32!==e&&10!==e&&13!==e&&9!==e&&12!==e&&e>=1&&e<=31||e>=127&&e<=159}function eo(e){return e>=64976&&e<=65007||et.has(e)}(a=y||(y={})).controlCharacterInInputStream="control-character-in-input-stream",a.noncharacterInInputStream="noncharacter-in-input-stream",a.surrogateInInputStream="surrogate-in-input-stream",a.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",a.endTagWithAttributes="end-tag-with-attributes",a.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",a.unexpectedSolidusInTag="unexpected-solidus-in-tag",a.unexpectedNullCharacter="unexpected-null-character",a.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",a.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",a.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",a.missingEndTagName="missing-end-tag-name",a.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",a.unknownNamedCharacterReference="unknown-named-character-reference",a.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",a.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",a.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",a.eofBeforeTagName="eof-before-tag-name",a.eofInTag="eof-in-tag",a.missingAttributeValue="missing-attribute-value",a.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",a.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",a.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",a.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",a.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",a.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",a.missingDoctypePublicIdentifier="missing-doctype-public-identifier",a.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",a.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",a.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",a.cdataInHtmlContent="cdata-in-html-content",a.incorrectlyOpenedComment="incorrectly-opened-comment",a.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",a.eofInDoctype="eof-in-doctype",a.nestedComment="nested-comment",a.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",a.eofInComment="eof-in-comment",a.incorrectlyClosedComment="incorrectly-closed-comment",a.eofInCdata="eof-in-cdata",a.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",a.nullCharacterReference="null-character-reference",a.surrogateCharacterReference="surrogate-character-reference",a.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",a.controlCharacterReference="control-character-reference",a.noncharacterCharacterReference="noncharacter-character-reference",a.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",a.missingDoctypeName="missing-doctype-name",a.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",a.duplicateAttribute="duplicate-attribute",a.nonConformingDoctype="non-conforming-doctype",a.missingDoctype="missing-doctype",a.misplacedDoctype="misplaced-doctype",a.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",a.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",a.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",a.openElementsLeftAfterEof="open-elements-left-after-eof",a.abandonedHeadElementChild="abandoned-head-element-child",a.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",a.nestedNoscriptInHead="nested-noscript-in-head",a.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text";class el{constructor(e){this.handler=e,this.html="",this.pos=-1,this.lastGapPos=-2,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=65536,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.line=1,this.lastErrOffset=-1}get col(){return this.pos-this.lineStartPos+Number(this.lastGapPos!==this.pos)}get offset(){return this.droppedBufferSize+this.pos}getError(e,t){let{line:n,col:r,offset:a}=this,i=r+t,s=a+t;return{code:e,startLine:n,endLine:n,startCol:i,endCol:i,startOffset:s,endOffset:s}}_err(e){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(e,0)))}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(e){if(this.pos!==this.html.length-1){let t=this.html.charCodeAt(this.pos+1);if(t>=56320&&t<=57343)return this.pos++,this._addGap(),(e-55296)*1024+9216+t}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,E.EOF;return this._err(y.surrogateInInputStream),e}willDropParsedChunk(){return this.pos>this.bufferWaterline}dropParsedChunk(){this.willDropParsedChunk()&&(this.html=this.html.substring(this.pos),this.lineStartPos-=this.pos,this.droppedBufferSize+=this.pos,this.pos=0,this.lastGapPos=-2,this.gapStack.length=0)}write(e,t){this.html.length>0?this.html+=e:this.html=e,this.endOfChunkHit=!1,this.lastChunkWritten=t}insertHtmlAtCurrentPos(e){this.html=this.html.substring(0,this.pos+1)+e+this.html.substring(this.pos+1),this.endOfChunkHit=!1}startsWith(e,t){if(this.pos+e.length>this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,!1;if(t)return this.html.startsWith(e,this.pos);for(let t=0;t<e.length;t++)if((32|this.html.charCodeAt(this.pos+t))!==e.charCodeAt(t))return!1;return!0}peek(e){let t=this.pos+e;if(t>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,E.EOF;let n=this.html.charCodeAt(t);return n===E.CARRIAGE_RETURN?E.LINE_FEED:n}advance(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,E.EOF;let e=this.html.charCodeAt(this.pos);return e===E.CARRIAGE_RETURN?(this.isEol=!0,this.skipNextNewLine=!0,E.LINE_FEED):e===E.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine)?(this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance()):(this.skipNextNewLine=!1,ei(e)&&(e=this._processSurrogate(e)),null===this.handler.onParseError||e>31&&e<127||e===E.LINE_FEED||e===E.CARRIAGE_RETURN||e>159&&e<64976||this._checkForProblematicCharacters(e),e)}_checkForProblematicCharacters(e){es(e)?this._err(y.controlCharacterInInputStream):eo(e)&&this._err(y.noncharacterInInputStream)}retreat(e){for(this.pos-=e;this.pos<this.lastGapPos;)this.lastGapPos=this.gapStack.pop(),this.pos--;this.isEol=!1}}function ec(e,t){for(let n=e.attrs.length-1;n>=0;n--)if(e.attrs[n].name===t)return e.attrs[n].value;return null}(i=T||(T={}))[i.CHARACTER=0]="CHARACTER",i[i.NULL_CHARACTER=1]="NULL_CHARACTER",i[i.WHITESPACE_CHARACTER=2]="WHITESPACE_CHARACTER",i[i.START_TAG=3]="START_TAG",i[i.END_TAG=4]="END_TAG",i[i.COMMENT=5]="COMMENT",i[i.DOCTYPE=6]="DOCTYPE",i[i.EOF=7]="EOF",i[i.HIBERNATION=8]="HIBERNATION";let eu=new Uint16Array('ᵁ<\xd5ıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms\x7f\x84\x8b\x90\x95\x98\xa6\xb3\xb9\xc8\xcflig耻\xc6䃆P耻&䀦cute耻\xc1䃁reve;䄂Āiyx}rc耻\xc2䃂;䐐r;쀀\uD835\uDD04rave耻\xc0䃀pha;䎑acr;䄀d;橓Āgp\x9d\xa1on;䄄f;쀀\uD835\uDD38plyFunction;恡ing耻\xc5䃅Ācs\xbe\xc3r;쀀\uD835\uDC9Cign;扔ilde耻\xc3䃃ml耻\xc4䃄Ѐaceforsu\xe5\xfb\xfeėĜĢħĪĀcr\xea\xf2kslash;或Ŷ\xf6\xf8;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀\uD835\uDD05pf;쀀\uD835\uDD39eve;䋘c\xf2ēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻\xa9䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻\xc7䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷\xf2ſ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;쀀\uD835\uDC9EpĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀\uD835\uDD07Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀\uD835\uDD3Bƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegra\xecȹoɴ\0\0ͻ\xbb͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔e\xe5ˊ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;쀀\uD835\uDC9Frok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻\xd0䃐cute耻\xc9䃉ƀaiyӒӗӜron;䄚rc耻\xca䃊;䐭ot;䄖r;쀀\uD835\uDD08rave耻\xc8䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀\uD835\uDD3Csilon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻\xcb䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀\uD835\uDD09lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀\uD835\uDD3DAll;戀riertrf;愱c\xf2JTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀\uD835\uDD0A;拙pf;쀀\uD835\uDD3Eeater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀\uD835\uDCA2;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅ\xf2کrok;䄦mpńېۘownHum\xf0įqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻\xcd䃍Āiyܓܘrc耻\xce䃎;䐘ot;䄰r;愑rave耻\xcc䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lie\xf3ϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀\uD835\uDD40a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻\xcf䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀\uD835\uDD0Dpf;쀀\uD835\uDD41ǣ߇\0ߌr;쀀\uD835\uDCA5rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀\uD835\uDD0Epf;쀀\uD835\uDD42cr;쀀\uD835\uDCA6ր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\xe1Μs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀\uD835\uDD0FĀ;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊight\xe1οight\xe1ϊf;쀀\uD835\uDD43erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂ\xf2ࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀\uD835\uDD10nusPlus;戓pf;쀀\uD835\uDD44c\xf2੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦\xeberyThi\xeetedĀGLଆreaterGreate\xf2ٳessLes\xf3ੈLine;䀊r;쀀\uD835\uDD11Ȁ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;쀀\uD835\uDCA9ilde耻\xd1䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻\xd3䃓Āiyීrc耻\xd4䃔;䐞blac;䅐r;쀀\uD835\uDD12rave耻\xd2䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀\uD835\uDD46enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀\uD835\uDCAAash耻\xd8䃘iŬืde耻\xd5䃕es;樷ml耻\xd6䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀\uD835\uDD13i;䎦;䎠usMinus;䂱Āipຢອncareplan\xe5ڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀\uD835\uDCAB;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀\uD835\uDD14pf;愚cr;쀀\uD835\uDCACBEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻\xae䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r\xbbཹ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;쀀\uD835\uDD16ortȀDLRUᄪᄴᄾᅉownArrow\xbbОeftArrow\xbb࢚ightArrow\xbbpArrow;憑gma;䎣allCircle;战pf;쀀\uD835\uDD4Aɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀\uD835\uDCAEar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Th\xe1ྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et\xbbሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻\xde䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀\uD835\uDD17ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀\uD835\uDD4BipleDot;惛Āctዖዛr;쀀\uD835\uDCAFrok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻\xda䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻\xdb䃛;䐣blac;䅰r;쀀\uD835\uDD18rave耻\xd9䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀\uD835\uDD4CЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥own\xe1ϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀\uD835\uDCB0ilde;䅨ml耻\xdc䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀\uD835\uDD19pf;쀀\uD835\uDD4Dcr;쀀\uD835\uDCB1dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀\uD835\uDD1Apf;쀀\uD835\uDD4Ecr;쀀\uD835\uDCB2Ȁfiosᓋᓐᓒᓘr;쀀\uD835\uDD1B;䎞pf;쀀\uD835\uDD4Fcr;쀀\uD835\uDCB3ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻\xdd䃝Āiyᔉᔍrc;䅶;䐫r;쀀\uD835\uDD1Cpf;쀀\uD835\uDD50cr;쀀\uD835\uDCB4ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidt\xe8a;䎖r;愨pf;愤cr;쀀\uD835\uDCB5ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻\xe1䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻\xe2䃢te肻\xb4̆;䐰lig耻\xe6䃦Ā;r\xb2ᖺ;쀀\uD835\uDD1Erave耻\xe0䃠ĀepᗊᗖĀfpᗏᗔsym;愵\xe8ᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e\xbbᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢\xbb\xb9arr;捼Āgpᙣᙧon;䄅f;쀀\uD835\uDD52;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒ\xf1ᚃing耻\xe5䃥ƀctyᚡᚦᚨr;쀀\uD835\uDCB6;䀪mpĀ;eᚯ\xf1ʈilde耻\xe3䃣ml耻\xe4䃤Āciᛂᛈonin\xf4ɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e\xbbᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰s\xe9ᜌno\xf5ēƀahwᝯᝳ;䎲;愶een;扬r;쀀\uD835\uDD1Fgcostuvwឍឝឳេ៕៛ƀaiuបពរ\xf0ݠrc;旯p\xbb፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄e\xe5ᑄ\xe5ᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀\uD835\uDD53Ā;tᏋᡣom\xbbᏌtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻\xa6䂦Ȁceioᥑᥖᥚᥠr;쀀\uD835\uDCB7mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t\xbbpƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁\xeeړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻\xe7䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻\xb8ƭptyv;榲t脀\xa2;eᨭᨮ䂢r\xe4Ʋr;쀀\uD835\uDD20ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark\xbbᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖\xbbཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it\xbb᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;q\xc7\xc6ɭ\0\0aĀ;t䀬;䁀ƀ;fl戁\xeeᅠeĀmxent\xbbe\xf3ɍǧ\0ᬇĀ;dኻᬂot;橭n\xf4Ɇƀfryᬐᬔᬗ;쀀\uD835\uDD54o\xe4ɔ脀\xa9;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀\uD835\uDCB8Ā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\xe3᭳u\xe3᭵ee;拎edge;拏en耻\xa4䂤earrowĀlrᯮ᯳eft\xbbᮀight\xbbᮽe\xe4ᯝĀciᰁᰇonin\xf4Ƿnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍r\xf2ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸\xf2ᄳhĀ;vᱚᱛ怐\xbbऊūᱡᱧarow;椏a\xe3̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻\xb0䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀\uD835\uDD21arĀlrᲳᲵ\xbbࣜ\xbbသʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀\xf7;o᳧ᳰntimes;拇n\xf8᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀\uD835\uDD55ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedg\xe5\xfanƀadhᄮᵝᵧownarrow\xf3ᲃarpoonĀlrᵲᵶef\xf4Ჴigh\xf4ᲶŢᵿᶅkaro\xf7གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀\uD835\uDCB9;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃r\xf2Щa\xf2ྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴo\xf4ĀcsḎḔute耻\xe9䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻\xea䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀\uD835\uDD22ƀ;rsṐṑṗ檚ave耻\xe8䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et\xbbẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀\uD835\uDD56ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on\xbbớ;䏵ȀcsuvỪỳἋἣĀioữḱrc\xbbḮɩỹ\0\0ỻ\xedՈantĀglἂἆtr\xbbṝess\xbbṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯o\xf4͒ĀahὉὋ;䎷耻\xf0䃰Āmrὓὗl耻\xeb䃫o;悬ƀcipὡὤὧl;䀡s\xf4ծĀeoὬὴctatio\xeeՙnential\xe5չৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotse\xf1Ṅy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀\uD835\uDD23lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀\uD835\uDD57ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻\xbd䂽;慓耻\xbc䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻\xbe䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀\uD835\uDCBBࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlan\xf4٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀\uD835\uDD24Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox\xbbℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀\uD835\uDD58Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0pro\xf8r;楸qĀlqؿ↖les\xf3₈i\xed٫Āen↣↭rtneqq;쀀≩︀\xc5↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽r\xf2ΠȀilmr⇐⇔⇗⇛rs\xf0ᒄf\xbb․il\xf4کĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it\xbb∊lip;怦con;抹r;쀀\uD835\uDD25sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀\uD835\uDD59bar;怕ƀclt≯≴≸r;쀀\uD835\uDCBDas\xe8⇴rok;䄧Ābp⊂⊇ull;恃hen\xbbᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻\xed䃭ƀ;iyݱ⊰⊵rc耻\xee䃮;䐸Ācx⊼⊿y;䐵cl耻\xa1䂡ĀfrΟ⋉;쀀\uD835\uDD26rave耻\xec䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓in\xe5ގar\xf4ܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝do\xf4⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙er\xf3ᕣ\xe3⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀\uD835\uDD5Aa;䎹uest耻\xbf䂿Āci⎊⎏r;쀀\uD835\uDCBEnʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻\xef䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀\uD835\uDD27ath;䈷pf;쀀\uD835\uDD5Bǣ⏬\0⏱r;쀀\uD835\uDCBFrcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀\uD835\uDD28reen;䄸cy;䑅cy;䑜pf;쀀\uD835\uDD5Ccr;쀀\uD835\uDCC0ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼r\xf2\xf2Εail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴ra\xeeࡌbda;䎻gƀ;dlࢎⓁⓃ;榑\xe5ࢎ;檅uo耻\xab䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝\xeb≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼\xecࢰ\xe2┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□a\xe9⓶arpoonĀdu▯▴own\xbbњp\xbb०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoon\xf3quigarro\xf7⇰hreetimes;拋ƀ;qs▋ও◺lan\xf4বʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋ppro\xf8Ⓠot;拖qĀgq♃♅\xf4উgt\xf2⒌\xf4ছi\xedলƀilr♕࣡♚sht;楼;쀀\uD835\uDD29Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖r\xf2◁orne\xf2ᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che\xbb⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox\xbb⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽r\xebࣁgƀlmr⛿✍✔eftĀar০✇ight\xe1৲apsto;柼ight\xe1৽parrowĀlr✥✩ef\xf4⓭ight;憬ƀafl✶✹✽r;榅;쀀\uD835\uDD5Dus;樭imes;樴š❋❏st;戗\xe1ፎƀ;ef❗❘᠀旊nge\xbb❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇r\xf2ࢨorne\xf2ᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀\uD835\uDCC1mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹re\xe5◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀\xc5⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻\xaf䂯Āet⡗⡙;時Ā;e⡞⡟朠se\xbb⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻ow\xeeҌef\xf4ए\xf0Ꮡker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle\xbbᘦr;쀀\uD835\uDD2Ao;愧ƀcdn⢯⢴⣉ro耻\xb5䂵Ȁ;acdᑤ⢽⣀⣄s\xf4ᚧir;櫰ot肻\xb7Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛\xf2−\xf0ઁĀdp⣩⣮els;抧f;쀀\uD835\uDD5EĀct⣸⣽r;쀀\uD835\uDCC2pos\xbbᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la\xbb˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉ro\xf8urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻\xa0ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸ui\xf6ୣĀei⩊⩎ar;椨\xedistĀ;sடr;쀀\uD835\uDD2BȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lan\xf4i\xed௪Ā;rஶ⪁\xbbஷƀAap⪊⪍⪑r\xf2⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹r\xf2⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro\xf7⫁ightarro\xf7⪐ƀ;qs⪺⫪lan\xf4ౕĀ;sౕ⫴\xbbశi\xedౝĀ;rవ⫾iĀ;eచథi\xe4ඐĀpt⬌⬑f;쀀\uD835\uDD5F膀\xac;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lle\xecl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳u\xe5ಥĀ;cಘ⭸Ā;eಒ⭽\xf1ಘȀAait⮈⮋⮝⮧r\xf2⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow\xbb⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉u\xe5;쀀\uD835\uDCC3ortɭ⬅\0\0⯖ar\xe1⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭\xe5\xe5ഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗ\xf1സȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇ\xecௗlde耻\xf1䃱\xe7ృiangleĀlrⱒⱜeftĀ;eచⱚ\xf1దightĀ;eೋⱥ\xf1Ā;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耻\xf3䃳ĀiyⴼⵅrĀ;cⵂ耻\xf4䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀\uD835\uDD2Cͯ\0\0\0ⶂn;䋛ave耻\xf2䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨr\xf2᪀Āirⶠr;榾oss;榻n\xe5๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀\uD835\uDD60ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨r\xf2᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f\xbbⷿ耻\xaa䂪耻\xba䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧\xf2⸁ash耻\xf8䃸l;折iŬⸯ⸴de耻\xf5䃵esĀ;aǛ⸺s;樶ml耻\xf6䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀\xb6;l䂶le\xecЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀\uD835\uDD2Dƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕ma\xf4੶ne;明ƀ;tv⺿⻀⻈䏀chfork\xbb´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎\xf6⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻\xb1ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀\uD835\uDD61nd耻\xa3䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷u\xe5໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾ppro\xf8⽃urlye\xf1໙\xf1໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨i\xedໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺\xf0⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴\xefrel;抰Āci⿀⿅r;쀀\uD835\uDCC5;䏈ncsp;怈̀fiopsu⋢⿱r;쀀\uD835\uDD2Epf;쀀\uD835\uDD62rime;恗cr;쀀\uD835\uDCC6ƀaeo⿸〉〓tĀei々rnion\xf3ڰnt;樖stĀ;e【】䀿\xf1Ἑ\xf4༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがr\xf2Ⴓ\xf2ϝail;検ar\xf2ᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕i\xe3ᅮmptyv;榳gȀ;del࿑らるろ;榒;榥\xe5࿑uo耻\xbb䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞\xeb≝\xf0✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶al\xf3༞ƀabrョリヮr\xf2៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗\xec\xe2ヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜn\xe5Ⴛar\xf4ྩt;断ƀilrㅩဣㅮsht;楽;쀀\uD835\uDD2FĀaoㅷㆆrĀduㅽㅿ\xbbѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭa\xe9トarpoonĀduㆻㆿow\xeeㅾp\xbb႒eftĀah㇊㇐rrow\xf3arpoon\xf3Ցightarrows;應quigarro\xf7ニhreetimes;拌g;䋚ingdotse\xf1ἲƀahm㈍㈐㈓r\xf2a\xf2Ց;怏oustĀ;a㈞掱che\xbbmid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾r\xebဃƀafl㉇㉊㉎r;榆;쀀\uD835\uDD63us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒ar\xf2㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀\uD835\uDCC7Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠re\xe5ㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛qu\xef➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡u\xe5ᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓i\xedሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒\xeb∨Ā;oਸ਼t耻\xa7䂧i;䀻war;椩mĀin㍩\xf0nu\xf3\xf1t;朶rĀ;o㍶⁕쀀\uD835\uDD30Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜i\xe4ᑤara\xec耻\xad䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲ar\xf2ᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetm\xe9㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀\uD835\uDD64aĀdr㑍ЂesĀ;u㑔㑕晠it\xbb㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍\xf1ᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝\xf1ᆮƀ;afᅻ㒦ְrť㒫ֱ\xbbᅼar\xf2ᅈȀcemt㒹㒾㓂㓅r;쀀\uD835\uDCC8tm\xee\xf1i\xec㐕ar\xe6ᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psilo\xeeỠh\xe9⺯s\xbb⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦ppro\xf8㋺urlye\xf1ᇾ\xf1ᇳƀaes㖂㖈㌛ppro\xf8㌚q\xf1㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻\xb9䂹耻\xb2䂲耻\xb3䂳;櫆Ā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㘦㘨\xeb∮Ā;oਫwar;椪lig耻\xdf䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄r\xebƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀\uD835\uDD31Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮ppro\xf8im\xbbኬs\xf0ኞĀas㚺㚮\xf0rn耻\xfe䃾Ǭ̟㛆⋧es膀\xd7;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀\xe1⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀\uD835\uDD65rk;櫚\xe1㍢rime;怴ƀaip㜏㜒㝤d\xe5ቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own\xbbᶻeftĀ;e⠀㜾\xf1म;扜ightĀ;e㊪㝋\xf1ၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀\uD835\uDCC9;䑆cy;䑛rok;䅧Āio㞋㞎x\xf4headĀlr㞗㞠eftarro\xf7ࡏightarrow\xbbཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶r\xf2ϭar;楣Ācr㟜㟢ute耻\xfa䃺\xf2ᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻\xfb䃻;䑃ƀabh㠃㠆㠋r\xf2Ꭽlac;䅱a\xf2ᏃĀir㠓㠘sht;楾;쀀\uD835\uDD32rave耻\xf9䃹š㠧㠱rĀlr㠬㠮\xbbॗ\xbbႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r\xbb㡆op;挏ri;旸Āal㡖㡚cr;䅫肻\xa8͉Āgp㡢㡦on;䅳f;쀀\uD835\uDD66̀adhlsuᅋ㡸㡽፲㢑㢠own\xe1ᎳarpoonĀlr㢈㢌ef\xf4㠭igh\xf4㠯iƀ;hl㢙㢚㢜䏅\xbbᏺon\xbb㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r\xbb㢽op;挎ng;䅯ri;旹cr;쀀\uD835\uDCCAƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨\xbb᠓Āam㣯㣲r\xf2㢨l耻\xfc䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠r\xf2ϷarĀ;v㤦㤧櫨;櫩as\xe8ϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖app\xe1␕othin\xe7ẖƀhir㓫⻈㥙op\xf4⾵Ā;hᎷ㥢\xefㆍĀiu㥩㥭gm\xe1㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟et\xe1㚜iangleĀlr㦪㦯eft\xbbथight\xbbၑy;䐲ash\xbbံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨa\xf2ᑩr;쀀\uD835\uDD33tr\xe9㦮suĀbp㧯㧱\xbbജ\xbb൙pf;쀀\uD835\uDD67ro\xf0tr\xe9㦴Ācu㨆㨋r;쀀\uD835\uDCCBĀbp㨐㨘nĀEe㦀㨖\xbb㥾nĀEe㦒㨞\xbb㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀\uD835\uDD34pf;쀀\uD835\uDD68Ā;eᑹ㩦at\xe8ᑹcr;쀀\uD835\uDCCCૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtr\xe9៑r;쀀\uD835\uDD35ĀAa㪔㪗r\xf2σr\xf2৶;䎾ĀAa㪡㪤r\xf2θr\xf2৫a\xf0✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀\uD835\uDD69im\xe5ឲĀAa㫇㫊r\xf2ώr\xf2ਁĀcq㫒ីr;쀀\uD835\uDCCDĀpt៖㫜r\xe9។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻\xfd䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻\xa5䂥r;쀀\uD835\uDD36cy;䑗pf;쀀\uD835\uDD6Acr;쀀\uD835\uDCCEĀcm㬦㬩y;䑎l耻\xff䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡tr\xe6ᕟa;䎶r;쀀\uD835\uDD37cy;䐶grarr;懝pf;쀀\uD835\uDD6Bcr;쀀\uD835\uDCCFĀjn㮅㮇;怍j;怌'.split("").map(e=>e.charCodeAt(0))),ed=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function ep(e){return e>=_.ZERO&&e<=_.NINE}(s=_||(_={}))[s.NUM=35]="NUM",s[s.SEMI=59]="SEMI",s[s.EQUALS=61]="EQUALS",s[s.ZERO=48]="ZERO",s[s.NINE=57]="NINE",s[s.LOWER_A=97]="LOWER_A",s[s.LOWER_F=102]="LOWER_F",s[s.LOWER_X=120]="LOWER_X",s[s.LOWER_Z=122]="LOWER_Z",s[s.UPPER_A=65]="UPPER_A",s[s.UPPER_F=70]="UPPER_F",s[s.UPPER_Z=90]="UPPER_Z",(o=S||(S={}))[o.VALUE_LENGTH=49152]="VALUE_LENGTH",o[o.BRANCH_LENGTH=16256]="BRANCH_LENGTH",o[o.JUMP_TABLE=127]="JUMP_TABLE",(l=A||(A={}))[l.EntityStart=0]="EntityStart",l[l.NumericStart=1]="NumericStart",l[l.NumericDecimal=2]="NumericDecimal",l[l.NumericHex=3]="NumericHex",l[l.NamedEntity=4]="NamedEntity",(c=k||(k={}))[c.Legacy=0]="Legacy",c[c.Strict=1]="Strict",c[c.Attribute=2]="Attribute";class eh{constructor(e,t,n){this.decodeTree=e,this.emitCodePoint=t,this.errors=n,this.state=A.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=k.Strict}startEntity(e){this.decodeMode=e,this.state=A.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case A.EntityStart:if(e.charCodeAt(t)===_.NUM)return this.state=A.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1);return this.state=A.NamedEntity,this.stateNamedEntity(e,t);case A.NumericStart:return this.stateNumericStart(e,t);case A.NumericDecimal:return this.stateNumericDecimal(e,t);case A.NumericHex:return this.stateNumericHex(e,t);case A.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===_.LOWER_X?(this.state=A.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=A.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,n,r){if(t!==n){let a=n-t;this.result=this.result*Math.pow(r,a)+Number.parseInt(e.substr(t,a),r),this.consumed+=a}}stateNumericHex(e,t){let n=t;for(;t<e.length;){var r;let a=e.charCodeAt(t);if(!ep(a)&&(!((r=a)>=_.UPPER_A)||!(r<=_.UPPER_F))&&(!(r>=_.LOWER_A)||!(r<=_.LOWER_F)))return this.addToNumericResult(e,n,t,16),this.emitNumericEntity(a,3);t+=1}return this.addToNumericResult(e,n,t,16),-1}stateNumericDecimal(e,t){let n=t;for(;t<e.length;){let r=e.charCodeAt(t);if(!ep(r))return this.addToNumericResult(e,n,t,10),this.emitNumericEntity(r,2);t+=1}return this.addToNumericResult(e,n,t,10),-1}emitNumericEntity(e,t){var n,r,a;if(this.consumed<=t)return null==(n=this.errors)||n.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===_.SEMI)this.consumed+=1;else if(this.decodeMode===k.Strict)return 0;return this.emitCodePoint((r=this.result)>=55296&&r<=57343||r>1114111?65533:null!=(a=ed.get(r))?a:r,this.consumed),this.errors&&(e!==_.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,t){let{decodeTree:n}=this,r=n[this.treeIndex],a=(r&S.VALUE_LENGTH)>>14;for(;t<e.length;t++,this.excess++){let i=e.charCodeAt(t);if(this.treeIndex=function(e,t,n,r){let a=(t&S.BRANCH_LENGTH)>>7,i=t&S.JUMP_TABLE;if(0===a)return 0!==i&&r===i?n:-1;if(i){let t=r-i;return t<0||t>=a?-1:e[n+t]-1}let s=n,o=s+a-1;for(;s<=o;){let t=s+o>>>1,n=e[t];if(n<r)s=t+1;else{if(!(n>r))return e[t+a];o=t-1}}return -1}(n,r,this.treeIndex+Math.max(1,a),i),this.treeIndex<0)return 0===this.result||this.decodeMode===k.Attribute&&(0===a||function(e){var t;return e===_.EQUALS||(t=e)>=_.UPPER_A&&t<=_.UPPER_Z||t>=_.LOWER_A&&t<=_.LOWER_Z||ep(t)}(i))?0:this.emitNotTerminatedNamedEntity();if(0!=(a=((r=n[this.treeIndex])&S.VALUE_LENGTH)>>14)){if(i===_.SEMI)return this.emitNamedEntityData(this.treeIndex,a,this.consumed+this.excess);this.decodeMode!==k.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return -1}emitNotTerminatedNamedEntity(){var e;let{result:t,decodeTree:n}=this,r=(n[t]&S.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,r,this.consumed),null==(e=this.errors)||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,n){let{decodeTree:r}=this;return this.emitCodePoint(1===t?r[e]&~S.VALUE_LENGTH:r[e+1],n),3===t&&this.emitCodePoint(r[e+2],n),n}end(){var e;switch(this.state){case A.NamedEntity:return 0!==this.result&&(this.decodeMode!==k.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case A.NumericDecimal:return this.emitNumericEntity(0,2);case A.NumericHex:return this.emitNumericEntity(0,3);case A.NumericStart:return null==(e=this.errors)||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case A.EntityStart:return 0}}}(u=I||(I={})).HTML="http://www.w3.org/1999/xhtml",u.MATHML="http://www.w3.org/1998/Math/MathML",u.SVG="http://www.w3.org/2000/svg",u.XLINK="http://www.w3.org/1999/xlink",u.XML="http://www.w3.org/XML/1998/namespace",u.XMLNS="http://www.w3.org/2000/xmlns/",(d=N||(N={})).TYPE="type",d.ACTION="action",d.ENCODING="encoding",d.PROMPT="prompt",d.NAME="name",d.COLOR="color",d.FACE="face",d.SIZE="size",(p=v||(v={})).NO_QUIRKS="no-quirks",p.QUIRKS="quirks",p.LIMITED_QUIRKS="limited-quirks",(h=R||(R={})).A="a",h.ADDRESS="address",h.ANNOTATION_XML="annotation-xml",h.APPLET="applet",h.AREA="area",h.ARTICLE="article",h.ASIDE="aside",h.B="b",h.BASE="base",h.BASEFONT="basefont",h.BGSOUND="bgsound",h.BIG="big",h.BLOCKQUOTE="blockquote",h.BODY="body",h.BR="br",h.BUTTON="button",h.CAPTION="caption",h.CENTER="center",h.CODE="code",h.COL="col",h.COLGROUP="colgroup",h.DD="dd",h.DESC="desc",h.DETAILS="details",h.DIALOG="dialog",h.DIR="dir",h.DIV="div",h.DL="dl",h.DT="dt",h.EM="em",h.EMBED="embed",h.FIELDSET="fieldset",h.FIGCAPTION="figcaption",h.FIGURE="figure",h.FONT="font",h.FOOTER="footer",h.FOREIGN_OBJECT="foreignObject",h.FORM="form",h.FRAME="frame",h.FRAMESET="frameset",h.H1="h1",h.H2="h2",h.H3="h3",h.H4="h4",h.H5="h5",h.H6="h6",h.HEAD="head",h.HEADER="header",h.HGROUP="hgroup",h.HR="hr",h.HTML="html",h.I="i",h.IMG="img",h.IMAGE="image",h.INPUT="input",h.IFRAME="iframe",h.KEYGEN="keygen",h.LABEL="label",h.LI="li",h.LINK="link",h.LISTING="listing",h.MAIN="main",h.MALIGNMARK="malignmark",h.MARQUEE="marquee",h.MATH="math",h.MENU="menu",h.META="meta",h.MGLYPH="mglyph",h.MI="mi",h.MO="mo",h.MN="mn",h.MS="ms",h.MTEXT="mtext",h.NAV="nav",h.NOBR="nobr",h.NOFRAMES="noframes",h.NOEMBED="noembed",h.NOSCRIPT="noscript",h.OBJECT="object",h.OL="ol",h.OPTGROUP="optgroup",h.OPTION="option",h.P="p",h.PARAM="param",h.PLAINTEXT="plaintext",h.PRE="pre",h.RB="rb",h.RP="rp",h.RT="rt",h.RTC="rtc",h.RUBY="ruby",h.S="s",h.SCRIPT="script",h.SEARCH="search",h.SECTION="section",h.SELECT="select",h.SOURCE="source",h.SMALL="small",h.SPAN="span",h.STRIKE="strike",h.STRONG="strong",h.STYLE="style",h.SUB="sub",h.SUMMARY="summary",h.SUP="sup",h.TABLE="table",h.TBODY="tbody",h.TEMPLATE="template",h.TEXTAREA="textarea",h.TFOOT="tfoot",h.TD="td",h.TH="th",h.THEAD="thead",h.TITLE="title",h.TR="tr",h.TRACK="track",h.TT="tt",h.U="u",h.UL="ul",h.SVG="svg",h.VAR="var",h.WBR="wbr",h.XMP="xmp",(f=O||(O={}))[f.UNKNOWN=0]="UNKNOWN",f[f.A=1]="A",f[f.ADDRESS=2]="ADDRESS",f[f.ANNOTATION_XML=3]="ANNOTATION_XML",f[f.APPLET=4]="APPLET",f[f.AREA=5]="AREA",f[f.ARTICLE=6]="ARTICLE",f[f.ASIDE=7]="ASIDE",f[f.B=8]="B",f[f.BASE=9]="BASE",f[f.BASEFONT=10]="BASEFONT",f[f.BGSOUND=11]="BGSOUND",f[f.BIG=12]="BIG",f[f.BLOCKQUOTE=13]="BLOCKQUOTE",f[f.BODY=14]="BODY",f[f.BR=15]="BR",f[f.BUTTON=16]="BUTTON",f[f.CAPTION=17]="CAPTION",f[f.CENTER=18]="CENTER",f[f.CODE=19]="CODE",f[f.COL=20]="COL",f[f.COLGROUP=21]="COLGROUP",f[f.DD=22]="DD",f[f.DESC=23]="DESC",f[f.DETAILS=24]="DETAILS",f[f.DIALOG=25]="DIALOG",f[f.DIR=26]="DIR",f[f.DIV=27]="DIV",f[f.DL=28]="DL",f[f.DT=29]="DT",f[f.EM=30]="EM",f[f.EMBED=31]="EMBED",f[f.FIELDSET=32]="FIELDSET",f[f.FIGCAPTION=33]="FIGCAPTION",f[f.FIGURE=34]="FIGURE",f[f.FONT=35]="FONT",f[f.FOOTER=36]="FOOTER",f[f.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",f[f.FORM=38]="FORM",f[f.FRAME=39]="FRAME",f[f.FRAMESET=40]="FRAMESET",f[f.H1=41]="H1",f[f.H2=42]="H2",f[f.H3=43]="H3",f[f.H4=44]="H4",f[f.H5=45]="H5",f[f.H6=46]="H6",f[f.HEAD=47]="HEAD",f[f.HEADER=48]="HEADER",f[f.HGROUP=49]="HGROUP",f[f.HR=50]="HR",f[f.HTML=51]="HTML",f[f.I=52]="I",f[f.IMG=53]="IMG",f[f.IMAGE=54]="IMAGE",f[f.INPUT=55]="INPUT",f[f.IFRAME=56]="IFRAME",f[f.KEYGEN=57]="KEYGEN",f[f.LABEL=58]="LABEL",f[f.LI=59]="LI",f[f.LINK=60]="LINK",f[f.LISTING=61]="LISTING",f[f.MAIN=62]="MAIN",f[f.MALIGNMARK=63]="MALIGNMARK",f[f.MARQUEE=64]="MARQUEE",f[f.MATH=65]="MATH",f[f.MENU=66]="MENU",f[f.META=67]="META",f[f.MGLYPH=68]="MGLYPH",f[f.MI=69]="MI",f[f.MO=70]="MO",f[f.MN=71]="MN",f[f.MS=72]="MS",f[f.MTEXT=73]="MTEXT",f[f.NAV=74]="NAV",f[f.NOBR=75]="NOBR",f[f.NOFRAMES=76]="NOFRAMES",f[f.NOEMBED=77]="NOEMBED",f[f.NOSCRIPT=78]="NOSCRIPT",f[f.OBJECT=79]="OBJECT",f[f.OL=80]="OL",f[f.OPTGROUP=81]="OPTGROUP",f[f.OPTION=82]="OPTION",f[f.P=83]="P",f[f.PARAM=84]="PARAM",f[f.PLAINTEXT=85]="PLAINTEXT",f[f.PRE=86]="PRE",f[f.RB=87]="RB",f[f.RP=88]="RP",f[f.RT=89]="RT",f[f.RTC=90]="RTC",f[f.RUBY=91]="RUBY",f[f.S=92]="S",f[f.SCRIPT=93]="SCRIPT",f[f.SEARCH=94]="SEARCH",f[f.SECTION=95]="SECTION",f[f.SELECT=96]="SELECT",f[f.SOURCE=97]="SOURCE",f[f.SMALL=98]="SMALL",f[f.SPAN=99]="SPAN",f[f.STRIKE=100]="STRIKE",f[f.STRONG=101]="STRONG",f[f.STYLE=102]="STYLE",f[f.SUB=103]="SUB",f[f.SUMMARY=104]="SUMMARY",f[f.SUP=105]="SUP",f[f.TABLE=106]="TABLE",f[f.TBODY=107]="TBODY",f[f.TEMPLATE=108]="TEMPLATE",f[f.TEXTAREA=109]="TEXTAREA",f[f.TFOOT=110]="TFOOT",f[f.TD=111]="TD",f[f.TH=112]="TH",f[f.THEAD=113]="THEAD",f[f.TITLE=114]="TITLE",f[f.TR=115]="TR",f[f.TRACK=116]="TRACK",f[f.TT=117]="TT",f[f.U=118]="U",f[f.UL=119]="UL",f[f.SVG=120]="SVG",f[f.VAR=121]="VAR",f[f.WBR=122]="WBR",f[f.XMP=123]="XMP";let ef=new Map([[R.A,O.A],[R.ADDRESS,O.ADDRESS],[R.ANNOTATION_XML,O.ANNOTATION_XML],[R.APPLET,O.APPLET],[R.AREA,O.AREA],[R.ARTICLE,O.ARTICLE],[R.ASIDE,O.ASIDE],[R.B,O.B],[R.BASE,O.BASE],[R.BASEFONT,O.BASEFONT],[R.BGSOUND,O.BGSOUND],[R.BIG,O.BIG],[R.BLOCKQUOTE,O.BLOCKQUOTE],[R.BODY,O.BODY],[R.BR,O.BR],[R.BUTTON,O.BUTTON],[R.CAPTION,O.CAPTION],[R.CENTER,O.CENTER],[R.CODE,O.CODE],[R.COL,O.COL],[R.COLGROUP,O.COLGROUP],[R.DD,O.DD],[R.DESC,O.DESC],[R.DETAILS,O.DETAILS],[R.DIALOG,O.DIALOG],[R.DIR,O.DIR],[R.DIV,O.DIV],[R.DL,O.DL],[R.DT,O.DT],[R.EM,O.EM],[R.EMBED,O.EMBED],[R.FIELDSET,O.FIELDSET],[R.FIGCAPTION,O.FIGCAPTION],[R.FIGURE,O.FIGURE],[R.FONT,O.FONT],[R.FOOTER,O.FOOTER],[R.FOREIGN_OBJECT,O.FOREIGN_OBJECT],[R.FORM,O.FORM],[R.FRAME,O.FRAME],[R.FRAMESET,O.FRAMESET],[R.H1,O.H1],[R.H2,O.H2],[R.H3,O.H3],[R.H4,O.H4],[R.H5,O.H5],[R.H6,O.H6],[R.HEAD,O.HEAD],[R.HEADER,O.HEADER],[R.HGROUP,O.HGROUP],[R.HR,O.HR],[R.HTML,O.HTML],[R.I,O.I],[R.IMG,O.IMG],[R.IMAGE,O.IMAGE],[R.INPUT,O.INPUT],[R.IFRAME,O.IFRAME],[R.KEYGEN,O.KEYGEN],[R.LABEL,O.LABEL],[R.LI,O.LI],[R.LINK,O.LINK],[R.LISTING,O.LISTING],[R.MAIN,O.MAIN],[R.MALIGNMARK,O.MALIGNMARK],[R.MARQUEE,O.MARQUEE],[R.MATH,O.MATH],[R.MENU,O.MENU],[R.META,O.META],[R.MGLYPH,O.MGLYPH],[R.MI,O.MI],[R.MO,O.MO],[R.MN,O.MN],[R.MS,O.MS],[R.MTEXT,O.MTEXT],[R.NAV,O.NAV],[R.NOBR,O.NOBR],[R.NOFRAMES,O.NOFRAMES],[R.NOEMBED,O.NOEMBED],[R.NOSCRIPT,O.NOSCRIPT],[R.OBJECT,O.OBJECT],[R.OL,O.OL],[R.OPTGROUP,O.OPTGROUP],[R.OPTION,O.OPTION],[R.P,O.P],[R.PARAM,O.PARAM],[R.PLAINTEXT,O.PLAINTEXT],[R.PRE,O.PRE],[R.RB,O.RB],[R.RP,O.RP],[R.RT,O.RT],[R.RTC,O.RTC],[R.RUBY,O.RUBY],[R.S,O.S],[R.SCRIPT,O.SCRIPT],[R.SEARCH,O.SEARCH],[R.SECTION,O.SECTION],[R.SELECT,O.SELECT],[R.SOURCE,O.SOURCE],[R.SMALL,O.SMALL],[R.SPAN,O.SPAN],[R.STRIKE,O.STRIKE],[R.STRONG,O.STRONG],[R.STYLE,O.STYLE],[R.SUB,O.SUB],[R.SUMMARY,O.SUMMARY],[R.SUP,O.SUP],[R.TABLE,O.TABLE],[R.TBODY,O.TBODY],[R.TEMPLATE,O.TEMPLATE],[R.TEXTAREA,O.TEXTAREA],[R.TFOOT,O.TFOOT],[R.TD,O.TD],[R.TH,O.TH],[R.THEAD,O.THEAD],[R.TITLE,O.TITLE],[R.TR,O.TR],[R.TRACK,O.TRACK],[R.TT,O.TT],[R.U,O.U],[R.UL,O.UL],[R.SVG,O.SVG],[R.VAR,O.VAR],[R.WBR,O.WBR],[R.XMP,O.XMP]]);function eg(e){var t;return null!=(t=ef.get(e))?t:O.UNKNOWN}let em=O,eb={[I.HTML]:new Set([em.ADDRESS,em.APPLET,em.AREA,em.ARTICLE,em.ASIDE,em.BASE,em.BASEFONT,em.BGSOUND,em.BLOCKQUOTE,em.BODY,em.BR,em.BUTTON,em.CAPTION,em.CENTER,em.COL,em.COLGROUP,em.DD,em.DETAILS,em.DIR,em.DIV,em.DL,em.DT,em.EMBED,em.FIELDSET,em.FIGCAPTION,em.FIGURE,em.FOOTER,em.FORM,em.FRAME,em.FRAMESET,em.H1,em.H2,em.H3,em.H4,em.H5,em.H6,em.HEAD,em.HEADER,em.HGROUP,em.HR,em.HTML,em.IFRAME,em.IMG,em.INPUT,em.LI,em.LINK,em.LISTING,em.MAIN,em.MARQUEE,em.MENU,em.META,em.NAV,em.NOEMBED,em.NOFRAMES,em.NOSCRIPT,em.OBJECT,em.OL,em.P,em.PARAM,em.PLAINTEXT,em.PRE,em.SCRIPT,em.SECTION,em.SELECT,em.SOURCE,em.STYLE,em.SUMMARY,em.TABLE,em.TBODY,em.TD,em.TEMPLATE,em.TEXTAREA,em.TFOOT,em.TH,em.THEAD,em.TITLE,em.TR,em.TRACK,em.UL,em.WBR,em.XMP]),[I.MATHML]:new Set([em.MI,em.MO,em.MN,em.MS,em.MTEXT,em.ANNOTATION_XML]),[I.SVG]:new Set([em.TITLE,em.FOREIGN_OBJECT,em.DESC]),[I.XLINK]:new Set,[I.XML]:new Set,[I.XMLNS]:new Set},eE=new Set([em.H1,em.H2,em.H3,em.H4,em.H5,em.H6]);R.STYLE,R.SCRIPT,R.XMP,R.IFRAME,R.NOEMBED,R.NOFRAMES,R.PLAINTEXT,(g=w||(w={}))[g.DATA=0]="DATA",g[g.RCDATA=1]="RCDATA",g[g.RAWTEXT=2]="RAWTEXT",g[g.SCRIPT_DATA=3]="SCRIPT_DATA",g[g.PLAINTEXT=4]="PLAINTEXT",g[g.TAG_OPEN=5]="TAG_OPEN",g[g.END_TAG_OPEN=6]="END_TAG_OPEN",g[g.TAG_NAME=7]="TAG_NAME",g[g.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",g[g.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",g[g.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",g[g.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",g[g.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",g[g.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",g[g.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",g[g.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",g[g.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",g[g.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",g[g.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",g[g.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",g[g.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",g[g.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",g[g.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",g[g.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",g[g.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",g[g.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",g[g.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",g[g.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",g[g.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",g[g.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",g[g.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",g[g.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",g[g.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",g[g.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",g[g.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",g[g.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",g[g.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",g[g.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",g[g.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",g[g.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",g[g.BOGUS_COMMENT=40]="BOGUS_COMMENT",g[g.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",g[g.COMMENT_START=42]="COMMENT_START",g[g.COMMENT_START_DASH=43]="COMMENT_START_DASH",g[g.COMMENT=44]="COMMENT",g[g.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",g[g.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",g[g.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",g[g.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",g[g.COMMENT_END_DASH=49]="COMMENT_END_DASH",g[g.COMMENT_END=50]="COMMENT_END",g[g.COMMENT_END_BANG=51]="COMMENT_END_BANG",g[g.DOCTYPE=52]="DOCTYPE",g[g.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",g[g.DOCTYPE_NAME=54]="DOCTYPE_NAME",g[g.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",g[g.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",g[g.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",g[g.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",g[g.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",g[g.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",g[g.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",g[g.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",g[g.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",g[g.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",g[g.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",g[g.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",g[g.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",g[g.CDATA_SECTION=68]="CDATA_SECTION",g[g.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",g[g.CDATA_SECTION_END=70]="CDATA_SECTION_END",g[g.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",g[g.AMBIGUOUS_AMPERSAND=72]="AMBIGUOUS_AMPERSAND";let ey={DATA:w.DATA,RCDATA:w.RCDATA,RAWTEXT:w.RAWTEXT,SCRIPT_DATA:w.SCRIPT_DATA,PLAINTEXT:w.PLAINTEXT,CDATA_SECTION:w.CDATA_SECTION};function eT(e){return e>=E.LATIN_CAPITAL_A&&e<=E.LATIN_CAPITAL_Z}function e_(e){return e>=E.LATIN_SMALL_A&&e<=E.LATIN_SMALL_Z||eT(e)}function eS(e){return e_(e)||e>=E.DIGIT_0&&e<=E.DIGIT_9}function eA(e){return e===E.SPACE||e===E.LINE_FEED||e===E.TABULATION||e===E.FORM_FEED}function ek(e){return eA(e)||e===E.SOLIDUS||e===E.GREATER_THAN_SIGN}class eI{constructor(e,t){this.options=e,this.handler=t,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName="",this.active=!1,this.state=w.DATA,this.returnState=w.DATA,this.entityStartPos=0,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:"",value:""},this.preprocessor=new el(t),this.currentLocation=this.getCurrentLocation(-1),this.entityDecoder=new eh(eu,(e,t)=>{this.preprocessor.pos=this.entityStartPos+t-1,this._flushCodePointConsumedAsCharacterReference(e)},t.onParseError?{missingSemicolonAfterCharacterReference:()=>{this._err(y.missingSemicolonAfterCharacterReference,1)},absenceOfDigitsInNumericCharacterReference:e=>{this._err(y.absenceOfDigitsInNumericCharacterReference,this.entityStartPos-this.preprocessor.pos+e)},validateNumericCharacterReference:e=>{let t=function(e){if(e===E.NULL)return y.nullCharacterReference;if(e>1114111)return y.characterReferenceOutsideUnicodeRange;if(ei(e))return y.surrogateCharacterReference;if(eo(e))return y.noncharacterCharacterReference;if(es(e)||e===E.CARRIAGE_RETURN)return y.controlCharacterReference;return null}(e);t&&this._err(t,1)}}:void 0)}_err(e,t=0){var n,r;null==(r=(n=this.handler).onParseError)||r.call(n,this.preprocessor.getError(e,t))}getCurrentLocation(e){return this.options.sourceCodeLocationInfo?{startLine:this.preprocessor.line,startCol:this.preprocessor.col-e,startOffset:this.preprocessor.offset-e,endLine:-1,endCol:-1,endOffset:-1}:null}_runParsingLoop(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;let e=this._consume();this._ensureHibernation()||this._callState(e)}this.inLoop=!1}}pause(){this.paused=!0}resume(e){if(!this.paused)throw Error("Parser was already resumed");this.paused=!1,!this.inLoop&&(this._runParsingLoop(),this.paused||null==e||e())}write(e,t,n){this.active=!0,this.preprocessor.write(e,t),this._runParsingLoop(),this.paused||null==n||n()}insertHtmlAtCurrentPos(e){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(e),this._runParsingLoop()}_ensureHibernation(){return!!this.preprocessor.endOfChunkHit&&(this.preprocessor.retreat(this.consumedAfterSnapshot),this.consumedAfterSnapshot=0,this.active=!1,!0)}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_advanceBy(e){this.consumedAfterSnapshot+=e;for(let t=0;t<e;t++)this.preprocessor.advance()}_consumeSequenceIfMatch(e,t){return!!this.preprocessor.startsWith(e,t)&&(this._advanceBy(e.length-1),!0)}_createStartTagToken(){this.currentToken={type:T.START_TAG,tagName:"",tagID:O.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}_createEndTagToken(){this.currentToken={type:T.END_TAG,tagName:"",tagID:O.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(2)}}_createCommentToken(e){this.currentToken={type:T.COMMENT,data:"",location:this.getCurrentLocation(e)}}_createDoctypeToken(e){this.currentToken={type:T.DOCTYPE,name:e,forceQuirks:!1,publicId:null,systemId:null,location:this.currentLocation}}_createCharacterToken(e,t){this.currentCharacterToken={type:e,chars:t,location:this.currentLocation}}_createAttr(e){this.currentAttr={name:e,value:""},this.currentLocation=this.getCurrentLocation(0)}_leaveAttrName(){var e,t;let n=this.currentToken;null===ec(n,this.currentAttr.name)?(n.attrs.push(this.currentAttr),n.location&&this.currentLocation&&((null!=(e=(t=n.location).attrs)?e:t.attrs=Object.create(null))[this.currentAttr.name]=this.currentLocation,this._leaveAttrValue())):this._err(y.duplicateAttribute)}_leaveAttrValue(){this.currentLocation&&(this.currentLocation.endLine=this.preprocessor.line,this.currentLocation.endCol=this.preprocessor.col,this.currentLocation.endOffset=this.preprocessor.offset)}prepareToken(e){this._emitCurrentCharacterToken(e.location),this.currentToken=null,e.location&&(e.location.endLine=this.preprocessor.line,e.location.endCol=this.preprocessor.col+1,e.location.endOffset=this.preprocessor.offset+1),this.currentLocation=this.getCurrentLocation(-1)}emitCurrentTagToken(){let e=this.currentToken;this.prepareToken(e),e.tagID=eg(e.tagName),e.type===T.START_TAG?(this.lastStartTagName=e.tagName,this.handler.onStartTag(e)):(e.attrs.length>0&&this._err(y.endTagWithAttributes),e.selfClosing&&this._err(y.endTagWithTrailingSolidus),this.handler.onEndTag(e)),this.preprocessor.dropParsedChunk()}emitCurrentComment(e){this.prepareToken(e),this.handler.onComment(e),this.preprocessor.dropParsedChunk()}emitCurrentDoctype(e){this.prepareToken(e),this.handler.onDoctype(e),this.preprocessor.dropParsedChunk()}_emitCurrentCharacterToken(e){if(this.currentCharacterToken){switch(e&&this.currentCharacterToken.location&&(this.currentCharacterToken.location.endLine=e.startLine,this.currentCharacterToken.location.endCol=e.startCol,this.currentCharacterToken.location.endOffset=e.startOffset),this.currentCharacterToken.type){case T.CHARACTER:this.handler.onCharacter(this.currentCharacterToken);break;case T.NULL_CHARACTER:this.handler.onNullCharacter(this.currentCharacterToken);break;case T.WHITESPACE_CHARACTER:this.handler.onWhitespaceCharacter(this.currentCharacterToken)}this.currentCharacterToken=null}}_emitEOFToken(){let e=this.getCurrentLocation(0);e&&(e.endLine=e.startLine,e.endCol=e.startCol,e.endOffset=e.startOffset),this._emitCurrentCharacterToken(e),this.handler.onEof({type:T.EOF,location:e}),this.active=!1}_appendCharToCurrentCharacterToken(e,t){if(this.currentCharacterToken)if(this.currentCharacterToken.type===e){this.currentCharacterToken.chars+=t;return}else this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.dropParsedChunk();this._createCharacterToken(e,t)}_emitCodePoint(e){let t=eA(e)?T.WHITESPACE_CHARACTER:e===E.NULL?T.NULL_CHARACTER:T.CHARACTER;this._appendCharToCurrentCharacterToken(t,String.fromCodePoint(e))}_emitChars(e){this._appendCharToCurrentCharacterToken(T.CHARACTER,e)}_startCharacterReference(){this.returnState=this.state,this.state=w.CHARACTER_REFERENCE,this.entityStartPos=this.preprocessor.pos,this.entityDecoder.startEntity(this._isCharacterReferenceInAttribute()?k.Attribute:k.Legacy)}_isCharacterReferenceInAttribute(){return this.returnState===w.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===w.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===w.ATTRIBUTE_VALUE_UNQUOTED}_flushCodePointConsumedAsCharacterReference(e){this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(e):this._emitCodePoint(e)}_callState(e){switch(this.state){case w.DATA:this._stateData(e);break;case w.RCDATA:this._stateRcdata(e);break;case w.RAWTEXT:this._stateRawtext(e);break;case w.SCRIPT_DATA:this._stateScriptData(e);break;case w.PLAINTEXT:this._statePlaintext(e);break;case w.TAG_OPEN:this._stateTagOpen(e);break;case w.END_TAG_OPEN:this._stateEndTagOpen(e);break;case w.TAG_NAME:this._stateTagName(e);break;case w.RCDATA_LESS_THAN_SIGN:this._stateRcdataLessThanSign(e);break;case w.RCDATA_END_TAG_OPEN:this._stateRcdataEndTagOpen(e);break;case w.RCDATA_END_TAG_NAME:this._stateRcdataEndTagName(e);break;case w.RAWTEXT_LESS_THAN_SIGN:this._stateRawtextLessThanSign(e);break;case w.RAWTEXT_END_TAG_OPEN:this._stateRawtextEndTagOpen(e);break;case w.RAWTEXT_END_TAG_NAME:this._stateRawtextEndTagName(e);break;case w.SCRIPT_DATA_LESS_THAN_SIGN:this._stateScriptDataLessThanSign(e);break;case w.SCRIPT_DATA_END_TAG_OPEN:this._stateScriptDataEndTagOpen(e);break;case w.SCRIPT_DATA_END_TAG_NAME:this._stateScriptDataEndTagName(e);break;case w.SCRIPT_DATA_ESCAPE_START:this._stateScriptDataEscapeStart(e);break;case w.SCRIPT_DATA_ESCAPE_START_DASH:this._stateScriptDataEscapeStartDash(e);break;case w.SCRIPT_DATA_ESCAPED:this._stateScriptDataEscaped(e);break;case w.SCRIPT_DATA_ESCAPED_DASH:this._stateScriptDataEscapedDash(e);break;case w.SCRIPT_DATA_ESCAPED_DASH_DASH:this._stateScriptDataEscapedDashDash(e);break;case w.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataEscapedLessThanSign(e);break;case w.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:this._stateScriptDataEscapedEndTagOpen(e);break;case w.SCRIPT_DATA_ESCAPED_END_TAG_NAME:this._stateScriptDataEscapedEndTagName(e);break;case w.SCRIPT_DATA_DOUBLE_ESCAPE_START:this._stateScriptDataDoubleEscapeStart(e);break;case w.SCRIPT_DATA_DOUBLE_ESCAPED:this._stateScriptDataDoubleEscaped(e);break;case w.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:this._stateScriptDataDoubleEscapedDash(e);break;case w.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:this._stateScriptDataDoubleEscapedDashDash(e);break;case w.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataDoubleEscapedLessThanSign(e);break;case w.SCRIPT_DATA_DOUBLE_ESCAPE_END:this._stateScriptDataDoubleEscapeEnd(e);break;case w.BEFORE_ATTRIBUTE_NAME:this._stateBeforeAttributeName(e);break;case w.ATTRIBUTE_NAME:this._stateAttributeName(e);break;case w.AFTER_ATTRIBUTE_NAME:this._stateAfterAttributeName(e);break;case w.BEFORE_ATTRIBUTE_VALUE:this._stateBeforeAttributeValue(e);break;case w.ATTRIBUTE_VALUE_DOUBLE_QUOTED:this._stateAttributeValueDoubleQuoted(e);break;case w.ATTRIBUTE_VALUE_SINGLE_QUOTED:this._stateAttributeValueSingleQuoted(e);break;case w.ATTRIBUTE_VALUE_UNQUOTED:this._stateAttributeValueUnquoted(e);break;case w.AFTER_ATTRIBUTE_VALUE_QUOTED:this._stateAfterAttributeValueQuoted(e);break;case w.SELF_CLOSING_START_TAG:this._stateSelfClosingStartTag(e);break;case w.BOGUS_COMMENT:this._stateBogusComment(e);break;case w.MARKUP_DECLARATION_OPEN:this._stateMarkupDeclarationOpen(e);break;case w.COMMENT_START:this._stateCommentStart(e);break;case w.COMMENT_START_DASH:this._stateCommentStartDash(e);break;case w.COMMENT:this._stateComment(e);break;case w.COMMENT_LESS_THAN_SIGN:this._stateCommentLessThanSign(e);break;case w.COMMENT_LESS_THAN_SIGN_BANG:this._stateCommentLessThanSignBang(e);break;case w.COMMENT_LESS_THAN_SIGN_BANG_DASH:this._stateCommentLessThanSignBangDash(e);break;case w.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:this._stateCommentLessThanSignBangDashDash(e);break;case w.COMMENT_END_DASH:this._stateCommentEndDash(e);break;case w.COMMENT_END:this._stateCommentEnd(e);break;case w.COMMENT_END_BANG:this._stateCommentEndBang(e);break;case w.DOCTYPE:this._stateDoctype(e);break;case w.BEFORE_DOCTYPE_NAME:this._stateBeforeDoctypeName(e);break;case w.DOCTYPE_NAME:this._stateDoctypeName(e);break;case w.AFTER_DOCTYPE_NAME:this._stateAfterDoctypeName(e);break;case w.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._stateAfterDoctypePublicKeyword(e);break;case w.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:this._stateBeforeDoctypePublicIdentifier(e);break;case w.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypePublicIdentifierDoubleQuoted(e);break;case w.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypePublicIdentifierSingleQuoted(e);break;case w.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:this._stateAfterDoctypePublicIdentifier(e);break;case w.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:this._stateBetweenDoctypePublicAndSystemIdentifiers(e);break;case w.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._stateAfterDoctypeSystemKeyword(e);break;case w.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:this._stateBeforeDoctypeSystemIdentifier(e);break;case w.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypeSystemIdentifierDoubleQuoted(e);break;case w.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypeSystemIdentifierSingleQuoted(e);break;case w.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:this._stateAfterDoctypeSystemIdentifier(e);break;case w.BOGUS_DOCTYPE:this._stateBogusDoctype(e);break;case w.CDATA_SECTION:this._stateCdataSection(e);break;case w.CDATA_SECTION_BRACKET:this._stateCdataSectionBracket(e);break;case w.CDATA_SECTION_END:this._stateCdataSectionEnd(e);break;case w.CHARACTER_REFERENCE:this._stateCharacterReference();break;case w.AMBIGUOUS_AMPERSAND:this._stateAmbiguousAmpersand(e);break;default:throw Error("Unknown state")}}_stateData(e){switch(e){case E.LESS_THAN_SIGN:this.state=w.TAG_OPEN;break;case E.AMPERSAND:this._startCharacterReference();break;case E.NULL:this._err(y.unexpectedNullCharacter),this._emitCodePoint(e);break;case E.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateRcdata(e){switch(e){case E.AMPERSAND:this._startCharacterReference();break;case E.LESS_THAN_SIGN:this.state=w.RCDATA_LESS_THAN_SIGN;break;case E.NULL:this._err(y.unexpectedNullCharacter),this._emitChars("�");break;case E.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateRawtext(e){switch(e){case E.LESS_THAN_SIGN:this.state=w.RAWTEXT_LESS_THAN_SIGN;break;case E.NULL:this._err(y.unexpectedNullCharacter),this._emitChars("�");break;case E.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptData(e){switch(e){case E.LESS_THAN_SIGN:this.state=w.SCRIPT_DATA_LESS_THAN_SIGN;break;case E.NULL:this._err(y.unexpectedNullCharacter),this._emitChars("�");break;case E.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_statePlaintext(e){switch(e){case E.NULL:this._err(y.unexpectedNullCharacter),this._emitChars("�");break;case E.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateTagOpen(e){if(e_(e))this._createStartTagToken(),this.state=w.TAG_NAME,this._stateTagName(e);else switch(e){case E.EXCLAMATION_MARK:this.state=w.MARKUP_DECLARATION_OPEN;break;case E.SOLIDUS:this.state=w.END_TAG_OPEN;break;case E.QUESTION_MARK:this._err(y.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=w.BOGUS_COMMENT,this._stateBogusComment(e);break;case E.EOF:this._err(y.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break;default:this._err(y.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=w.DATA,this._stateData(e)}}_stateEndTagOpen(e){if(e_(e))this._createEndTagToken(),this.state=w.TAG_NAME,this._stateTagName(e);else switch(e){case E.GREATER_THAN_SIGN:this._err(y.missingEndTagName),this.state=w.DATA;break;case E.EOF:this._err(y.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken();break;default:this._err(y.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=w.BOGUS_COMMENT,this._stateBogusComment(e)}}_stateTagName(e){let t=this.currentToken;switch(e){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:this.state=w.BEFORE_ATTRIBUTE_NAME;break;case E.SOLIDUS:this.state=w.SELF_CLOSING_START_TAG;break;case E.GREATER_THAN_SIGN:this.state=w.DATA,this.emitCurrentTagToken();break;case E.NULL:this._err(y.unexpectedNullCharacter),t.tagName+="�";break;case E.EOF:this._err(y.eofInTag),this._emitEOFToken();break;default:t.tagName+=String.fromCodePoint(eT(e)?e+32:e)}}_stateRcdataLessThanSign(e){e===E.SOLIDUS?this.state=w.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=w.RCDATA,this._stateRcdata(e))}_stateRcdataEndTagOpen(e){e_(e)?(this.state=w.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(e)):(this._emitChars("</"),this.state=w.RCDATA,this._stateRcdata(e))}handleSpecialEndTag(e){if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();switch(this._createEndTagToken(),this.currentToken.tagName=this.lastStartTagName,this.preprocessor.peek(this.lastStartTagName.length)){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=w.BEFORE_ATTRIBUTE_NAME,!1;case E.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=w.SELF_CLOSING_START_TAG,!1;case E.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=w.DATA,!1;default:return!this._ensureHibernation()}}_stateRcdataEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=w.RCDATA,this._stateRcdata(e))}_stateRawtextLessThanSign(e){e===E.SOLIDUS?this.state=w.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=w.RAWTEXT,this._stateRawtext(e))}_stateRawtextEndTagOpen(e){e_(e)?(this.state=w.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(e)):(this._emitChars("</"),this.state=w.RAWTEXT,this._stateRawtext(e))}_stateRawtextEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=w.RAWTEXT,this._stateRawtext(e))}_stateScriptDataLessThanSign(e){switch(e){case E.SOLIDUS:this.state=w.SCRIPT_DATA_END_TAG_OPEN;break;case E.EXCLAMATION_MARK:this.state=w.SCRIPT_DATA_ESCAPE_START,this._emitChars("<!");break;default:this._emitChars("<"),this.state=w.SCRIPT_DATA,this._stateScriptData(e)}}_stateScriptDataEndTagOpen(e){e_(e)?(this.state=w.SCRIPT_DATA_END_TAG_NAME,this._stateScriptDataEndTagName(e)):(this._emitChars("</"),this.state=w.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=w.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscapeStart(e){e===E.HYPHEN_MINUS?(this.state=w.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars("-")):(this.state=w.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscapeStartDash(e){e===E.HYPHEN_MINUS?(this.state=w.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-")):(this.state=w.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscaped(e){switch(e){case E.HYPHEN_MINUS:this.state=w.SCRIPT_DATA_ESCAPED_DASH,this._emitChars("-");break;case E.LESS_THAN_SIGN:this.state=w.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case E.NULL:this._err(y.unexpectedNullCharacter),this._emitChars("�");break;case E.EOF:this._err(y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptDataEscapedDash(e){switch(e){case E.HYPHEN_MINUS:this.state=w.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-");break;case E.LESS_THAN_SIGN:this.state=w.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case E.NULL:this._err(y.unexpectedNullCharacter),this.state=w.SCRIPT_DATA_ESCAPED,this._emitChars("�");break;case E.EOF:this._err(y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=w.SCRIPT_DATA_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataEscapedDashDash(e){switch(e){case E.HYPHEN_MINUS:this._emitChars("-");break;case E.LESS_THAN_SIGN:this.state=w.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case E.GREATER_THAN_SIGN:this.state=w.SCRIPT_DATA,this._emitChars(">");break;case E.NULL:this._err(y.unexpectedNullCharacter),this.state=w.SCRIPT_DATA_ESCAPED,this._emitChars("�");break;case E.EOF:this._err(y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=w.SCRIPT_DATA_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataEscapedLessThanSign(e){e===E.SOLIDUS?this.state=w.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:e_(e)?(this._emitChars("<"),this.state=w.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(e)):(this._emitChars("<"),this.state=w.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataEscapedEndTagOpen(e){e_(e)?(this.state=w.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(e)):(this._emitChars("</"),this.state=w.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataEscapedEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=w.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataDoubleEscapeStart(e){if(this.preprocessor.startsWith(ea,!1)&&ek(this.preprocessor.peek(ea.length))){this._emitCodePoint(e);for(let e=0;e<ea.length;e++)this._emitCodePoint(this._consume());this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED}else this._ensureHibernation()||(this.state=w.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataDoubleEscaped(e){switch(e){case E.HYPHEN_MINUS:this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars("-");break;case E.LESS_THAN_SIGN:this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case E.NULL:this._err(y.unexpectedNullCharacter),this._emitChars("�");break;case E.EOF:this._err(y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedDash(e){switch(e){case E.HYPHEN_MINUS:this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars("-");break;case E.LESS_THAN_SIGN:this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case E.NULL:this._err(y.unexpectedNullCharacter),this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars("�");break;case E.EOF:this._err(y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedDashDash(e){switch(e){case E.HYPHEN_MINUS:this._emitChars("-");break;case E.LESS_THAN_SIGN:this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case E.GREATER_THAN_SIGN:this.state=w.SCRIPT_DATA,this._emitChars(">");break;case E.NULL:this._err(y.unexpectedNullCharacter),this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars("�");break;case E.EOF:this._err(y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedLessThanSign(e){e===E.SOLIDUS?(this.state=w.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars("/")):(this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(e))}_stateScriptDataDoubleEscapeEnd(e){if(this.preprocessor.startsWith(ea,!1)&&ek(this.preprocessor.peek(ea.length))){this._emitCodePoint(e);for(let e=0;e<ea.length;e++)this._emitCodePoint(this._consume());this.state=w.SCRIPT_DATA_ESCAPED}else this._ensureHibernation()||(this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(e))}_stateBeforeAttributeName(e){switch(e){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:break;case E.SOLIDUS:case E.GREATER_THAN_SIGN:case E.EOF:this.state=w.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(e);break;case E.EQUALS_SIGN:this._err(y.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=w.ATTRIBUTE_NAME;break;default:this._createAttr(""),this.state=w.ATTRIBUTE_NAME,this._stateAttributeName(e)}}_stateAttributeName(e){switch(e){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:case E.SOLIDUS:case E.GREATER_THAN_SIGN:case E.EOF:this._leaveAttrName(),this.state=w.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(e);break;case E.EQUALS_SIGN:this._leaveAttrName(),this.state=w.BEFORE_ATTRIBUTE_VALUE;break;case E.QUOTATION_MARK:case E.APOSTROPHE:case E.LESS_THAN_SIGN:this._err(y.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(e);break;case E.NULL:this._err(y.unexpectedNullCharacter),this.currentAttr.name+="�";break;default:this.currentAttr.name+=String.fromCodePoint(eT(e)?e+32:e)}}_stateAfterAttributeName(e){switch(e){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:break;case E.SOLIDUS:this.state=w.SELF_CLOSING_START_TAG;break;case E.EQUALS_SIGN:this.state=w.BEFORE_ATTRIBUTE_VALUE;break;case E.GREATER_THAN_SIGN:this.state=w.DATA,this.emitCurrentTagToken();break;case E.EOF:this._err(y.eofInTag),this._emitEOFToken();break;default:this._createAttr(""),this.state=w.ATTRIBUTE_NAME,this._stateAttributeName(e)}}_stateBeforeAttributeValue(e){switch(e){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:break;case E.QUOTATION_MARK:this.state=w.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break;case E.APOSTROPHE:this.state=w.ATTRIBUTE_VALUE_SINGLE_QUOTED;break;case E.GREATER_THAN_SIGN:this._err(y.missingAttributeValue),this.state=w.DATA,this.emitCurrentTagToken();break;default:this.state=w.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(e)}}_stateAttributeValueDoubleQuoted(e){switch(e){case E.QUOTATION_MARK:this.state=w.AFTER_ATTRIBUTE_VALUE_QUOTED;break;case E.AMPERSAND:this._startCharacterReference();break;case E.NULL:this._err(y.unexpectedNullCharacter),this.currentAttr.value+="�";break;case E.EOF:this._err(y.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAttributeValueSingleQuoted(e){switch(e){case E.APOSTROPHE:this.state=w.AFTER_ATTRIBUTE_VALUE_QUOTED;break;case E.AMPERSAND:this._startCharacterReference();break;case E.NULL:this._err(y.unexpectedNullCharacter),this.currentAttr.value+="�";break;case E.EOF:this._err(y.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAttributeValueUnquoted(e){switch(e){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:this._leaveAttrValue(),this.state=w.BEFORE_ATTRIBUTE_NAME;break;case E.AMPERSAND:this._startCharacterReference();break;case E.GREATER_THAN_SIGN:this._leaveAttrValue(),this.state=w.DATA,this.emitCurrentTagToken();break;case E.NULL:this._err(y.unexpectedNullCharacter),this.currentAttr.value+="�";break;case E.QUOTATION_MARK:case E.APOSTROPHE:case E.LESS_THAN_SIGN:case E.EQUALS_SIGN:case E.GRAVE_ACCENT:this._err(y.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(e);break;case E.EOF:this._err(y.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAfterAttributeValueQuoted(e){switch(e){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:this._leaveAttrValue(),this.state=w.BEFORE_ATTRIBUTE_NAME;break;case E.SOLIDUS:this._leaveAttrValue(),this.state=w.SELF_CLOSING_START_TAG;break;case E.GREATER_THAN_SIGN:this._leaveAttrValue(),this.state=w.DATA,this.emitCurrentTagToken();break;case E.EOF:this._err(y.eofInTag),this._emitEOFToken();break;default:this._err(y.missingWhitespaceBetweenAttributes),this.state=w.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(e)}}_stateSelfClosingStartTag(e){switch(e){case E.GREATER_THAN_SIGN:this.currentToken.selfClosing=!0,this.state=w.DATA,this.emitCurrentTagToken();break;case E.EOF:this._err(y.eofInTag),this._emitEOFToken();break;default:this._err(y.unexpectedSolidusInTag),this.state=w.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(e)}}_stateBogusComment(e){let t=this.currentToken;switch(e){case E.GREATER_THAN_SIGN:this.state=w.DATA,this.emitCurrentComment(t);break;case E.EOF:this.emitCurrentComment(t),this._emitEOFToken();break;case E.NULL:this._err(y.unexpectedNullCharacter),t.data+="�";break;default:t.data+=String.fromCodePoint(e)}}_stateMarkupDeclarationOpen(e){this._consumeSequenceIfMatch("--",!0)?(this._createCommentToken(3),this.state=w.COMMENT_START):this._consumeSequenceIfMatch(er,!1)?(this.currentLocation=this.getCurrentLocation(er.length+1),this.state=w.DOCTYPE):this._consumeSequenceIfMatch(en,!0)?this.inForeignNode?this.state=w.CDATA_SECTION:(this._err(y.cdataInHtmlContent),this._createCommentToken(en.length+1),this.currentToken.data="[CDATA[",this.state=w.BOGUS_COMMENT):this._ensureHibernation()||(this._err(y.incorrectlyOpenedComment),this._createCommentToken(2),this.state=w.BOGUS_COMMENT,this._stateBogusComment(e))}_stateCommentStart(e){switch(e){case E.HYPHEN_MINUS:this.state=w.COMMENT_START_DASH;break;case E.GREATER_THAN_SIGN:{this._err(y.abruptClosingOfEmptyComment),this.state=w.DATA;let e=this.currentToken;this.emitCurrentComment(e);break}default:this.state=w.COMMENT,this._stateComment(e)}}_stateCommentStartDash(e){let t=this.currentToken;switch(e){case E.HYPHEN_MINUS:this.state=w.COMMENT_END;break;case E.GREATER_THAN_SIGN:this._err(y.abruptClosingOfEmptyComment),this.state=w.DATA,this.emitCurrentComment(t);break;case E.EOF:this._err(y.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="-",this.state=w.COMMENT,this._stateComment(e)}}_stateComment(e){let t=this.currentToken;switch(e){case E.HYPHEN_MINUS:this.state=w.COMMENT_END_DASH;break;case E.LESS_THAN_SIGN:t.data+="<",this.state=w.COMMENT_LESS_THAN_SIGN;break;case E.NULL:this._err(y.unexpectedNullCharacter),t.data+="�";break;case E.EOF:this._err(y.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+=String.fromCodePoint(e)}}_stateCommentLessThanSign(e){let t=this.currentToken;switch(e){case E.EXCLAMATION_MARK:t.data+="!",this.state=w.COMMENT_LESS_THAN_SIGN_BANG;break;case E.LESS_THAN_SIGN:t.data+="<";break;default:this.state=w.COMMENT,this._stateComment(e)}}_stateCommentLessThanSignBang(e){e===E.HYPHEN_MINUS?this.state=w.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=w.COMMENT,this._stateComment(e))}_stateCommentLessThanSignBangDash(e){e===E.HYPHEN_MINUS?this.state=w.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=w.COMMENT_END_DASH,this._stateCommentEndDash(e))}_stateCommentLessThanSignBangDashDash(e){e!==E.GREATER_THAN_SIGN&&e!==E.EOF&&this._err(y.nestedComment),this.state=w.COMMENT_END,this._stateCommentEnd(e)}_stateCommentEndDash(e){let t=this.currentToken;switch(e){case E.HYPHEN_MINUS:this.state=w.COMMENT_END;break;case E.EOF:this._err(y.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="-",this.state=w.COMMENT,this._stateComment(e)}}_stateCommentEnd(e){let t=this.currentToken;switch(e){case E.GREATER_THAN_SIGN:this.state=w.DATA,this.emitCurrentComment(t);break;case E.EXCLAMATION_MARK:this.state=w.COMMENT_END_BANG;break;case E.HYPHEN_MINUS:t.data+="-";break;case E.EOF:this._err(y.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="--",this.state=w.COMMENT,this._stateComment(e)}}_stateCommentEndBang(e){let t=this.currentToken;switch(e){case E.HYPHEN_MINUS:t.data+="--!",this.state=w.COMMENT_END_DASH;break;case E.GREATER_THAN_SIGN:this._err(y.incorrectlyClosedComment),this.state=w.DATA,this.emitCurrentComment(t);break;case E.EOF:this._err(y.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="--!",this.state=w.COMMENT,this._stateComment(e)}}_stateDoctype(e){switch(e){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:this.state=w.BEFORE_DOCTYPE_NAME;break;case E.GREATER_THAN_SIGN:this.state=w.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(e);break;case E.EOF:{this._err(y.eofInDoctype),this._createDoctypeToken(null);let e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this._emitEOFToken();break}default:this._err(y.missingWhitespaceBeforeDoctypeName),this.state=w.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(e)}}_stateBeforeDoctypeName(e){if(eT(e))this._createDoctypeToken(String.fromCharCode(e+32)),this.state=w.DOCTYPE_NAME;else switch(e){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:break;case E.NULL:this._err(y.unexpectedNullCharacter),this._createDoctypeToken("�"),this.state=w.DOCTYPE_NAME;break;case E.GREATER_THAN_SIGN:{this._err(y.missingDoctypeName),this._createDoctypeToken(null);let e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this.state=w.DATA;break}case E.EOF:{this._err(y.eofInDoctype),this._createDoctypeToken(null);let e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this._emitEOFToken();break}default:this._createDoctypeToken(String.fromCodePoint(e)),this.state=w.DOCTYPE_NAME}}_stateDoctypeName(e){let t=this.currentToken;switch(e){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:this.state=w.AFTER_DOCTYPE_NAME;break;case E.GREATER_THAN_SIGN:this.state=w.DATA,this.emitCurrentDoctype(t);break;case E.NULL:this._err(y.unexpectedNullCharacter),t.name+="�";break;case E.EOF:this._err(y.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.name+=String.fromCodePoint(eT(e)?e+32:e)}}_stateAfterDoctypeName(e){let t=this.currentToken;switch(e){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:break;case E.GREATER_THAN_SIGN:this.state=w.DATA,this.emitCurrentDoctype(t);break;case E.EOF:this._err(y.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._consumeSequenceIfMatch("public",!1)?this.state=w.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch("system",!1)?this.state=w.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(y.invalidCharacterSequenceAfterDoctypeName),t.forceQuirks=!0,this.state=w.BOGUS_DOCTYPE,this._stateBogusDoctype(e))}}_stateAfterDoctypePublicKeyword(e){let t=this.currentToken;switch(e){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:this.state=w.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break;case E.QUOTATION_MARK:this._err(y.missingWhitespaceAfterDoctypePublicKeyword),t.publicId="",this.state=w.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break;case E.APOSTROPHE:this._err(y.missingWhitespaceAfterDoctypePublicKeyword),t.publicId="",this.state=w.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break;case E.GREATER_THAN_SIGN:this._err(y.missingDoctypePublicIdentifier),t.forceQuirks=!0,this.state=w.DATA,this.emitCurrentDoctype(t);break;case E.EOF:this._err(y.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(y.missingQuoteBeforeDoctypePublicIdentifier),t.forceQuirks=!0,this.state=w.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBeforeDoctypePublicIdentifier(e){let t=this.currentToken;switch(e){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:break;case E.QUOTATION_MARK:t.publicId="",this.state=w.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break;case E.APOSTROPHE:t.publicId="",this.state=w.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break;case E.GREATER_THAN_SIGN:this._err(y.missingDoctypePublicIdentifier),t.forceQuirks=!0,this.state=w.DATA,this.emitCurrentDoctype(t);break;case E.EOF:this._err(y.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(y.missingQuoteBeforeDoctypePublicIdentifier),t.forceQuirks=!0,this.state=w.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateDoctypePublicIdentifierDoubleQuoted(e){let t=this.currentToken;switch(e){case E.QUOTATION_MARK:this.state=w.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break;case E.NULL:this._err(y.unexpectedNullCharacter),t.publicId+="�";break;case E.GREATER_THAN_SIGN:this._err(y.abruptDoctypePublicIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=w.DATA;break;case E.EOF:this._err(y.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.publicId+=String.fromCodePoint(e)}}_stateDoctypePublicIdentifierSingleQuoted(e){let t=this.currentToken;switch(e){case E.APOSTROPHE:this.state=w.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break;case E.NULL:this._err(y.unexpectedNullCharacter),t.publicId+="�";break;case E.GREATER_THAN_SIGN:this._err(y.abruptDoctypePublicIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=w.DATA;break;case E.EOF:this._err(y.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.publicId+=String.fromCodePoint(e)}}_stateAfterDoctypePublicIdentifier(e){let t=this.currentToken;switch(e){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:this.state=w.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break;case E.GREATER_THAN_SIGN:this.state=w.DATA,this.emitCurrentDoctype(t);break;case E.QUOTATION_MARK:this._err(y.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),t.systemId="",this.state=w.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case E.APOSTROPHE:this._err(y.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),t.systemId="",this.state=w.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case E.EOF:this._err(y.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(y.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=w.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBetweenDoctypePublicAndSystemIdentifiers(e){let t=this.currentToken;switch(e){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:break;case E.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=w.DATA;break;case E.QUOTATION_MARK:t.systemId="",this.state=w.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case E.APOSTROPHE:t.systemId="",this.state=w.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case E.EOF:this._err(y.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(y.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=w.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateAfterDoctypeSystemKeyword(e){let t=this.currentToken;switch(e){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:this.state=w.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break;case E.QUOTATION_MARK:this._err(y.missingWhitespaceAfterDoctypeSystemKeyword),t.systemId="",this.state=w.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case E.APOSTROPHE:this._err(y.missingWhitespaceAfterDoctypeSystemKeyword),t.systemId="",this.state=w.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case E.GREATER_THAN_SIGN:this._err(y.missingDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=w.DATA,this.emitCurrentDoctype(t);break;case E.EOF:this._err(y.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(y.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=w.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBeforeDoctypeSystemIdentifier(e){let t=this.currentToken;switch(e){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:break;case E.QUOTATION_MARK:t.systemId="",this.state=w.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case E.APOSTROPHE:t.systemId="",this.state=w.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case E.GREATER_THAN_SIGN:this._err(y.missingDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=w.DATA,this.emitCurrentDoctype(t);break;case E.EOF:this._err(y.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(y.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=w.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateDoctypeSystemIdentifierDoubleQuoted(e){let t=this.currentToken;switch(e){case E.QUOTATION_MARK:this.state=w.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break;case E.NULL:this._err(y.unexpectedNullCharacter),t.systemId+="�";break;case E.GREATER_THAN_SIGN:this._err(y.abruptDoctypeSystemIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=w.DATA;break;case E.EOF:this._err(y.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.systemId+=String.fromCodePoint(e)}}_stateDoctypeSystemIdentifierSingleQuoted(e){let t=this.currentToken;switch(e){case E.APOSTROPHE:this.state=w.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break;case E.NULL:this._err(y.unexpectedNullCharacter),t.systemId+="�";break;case E.GREATER_THAN_SIGN:this._err(y.abruptDoctypeSystemIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=w.DATA;break;case E.EOF:this._err(y.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.systemId+=String.fromCodePoint(e)}}_stateAfterDoctypeSystemIdentifier(e){let t=this.currentToken;switch(e){case E.SPACE:case E.LINE_FEED:case E.TABULATION:case E.FORM_FEED:break;case E.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=w.DATA;break;case E.EOF:this._err(y.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(y.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=w.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBogusDoctype(e){let t=this.currentToken;switch(e){case E.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=w.DATA;break;case E.NULL:this._err(y.unexpectedNullCharacter);break;case E.EOF:this.emitCurrentDoctype(t),this._emitEOFToken()}}_stateCdataSection(e){switch(e){case E.RIGHT_SQUARE_BRACKET:this.state=w.CDATA_SECTION_BRACKET;break;case E.EOF:this._err(y.eofInCdata),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateCdataSectionBracket(e){e===E.RIGHT_SQUARE_BRACKET?this.state=w.CDATA_SECTION_END:(this._emitChars("]"),this.state=w.CDATA_SECTION,this._stateCdataSection(e))}_stateCdataSectionEnd(e){switch(e){case E.GREATER_THAN_SIGN:this.state=w.DATA;break;case E.RIGHT_SQUARE_BRACKET:this._emitChars("]");break;default:this._emitChars("]]"),this.state=w.CDATA_SECTION,this._stateCdataSection(e)}}_stateCharacterReference(){let e=this.entityDecoder.write(this.preprocessor.html,this.preprocessor.pos);if(e<0)if(this.preprocessor.lastChunkWritten)e=this.entityDecoder.end();else{this.active=!1,this.preprocessor.pos=this.preprocessor.html.length-1,this.consumedAfterSnapshot=0,this.preprocessor.endOfChunkHit=!0;return}0===e?(this.preprocessor.pos=this.entityStartPos,this._flushCodePointConsumedAsCharacterReference(E.AMPERSAND),this.state=!this._isCharacterReferenceInAttribute()&&eS(this.preprocessor.peek(1))?w.AMBIGUOUS_AMPERSAND:this.returnState):this.state=this.returnState}_stateAmbiguousAmpersand(e){eS(e)?this._flushCodePointConsumedAsCharacterReference(e):(e===E.SEMICOLON&&this._err(y.unknownNamedCharacterReference),this.state=this.returnState,this._callState(e))}}let eN=new Set([O.DD,O.DT,O.LI,O.OPTGROUP,O.OPTION,O.P,O.RB,O.RP,O.RT,O.RTC]),ev=new Set([...eN,O.CAPTION,O.COLGROUP,O.TBODY,O.TD,O.TFOOT,O.TH,O.THEAD,O.TR]),eR=new Set([O.APPLET,O.CAPTION,O.HTML,O.MARQUEE,O.OBJECT,O.TABLE,O.TD,O.TEMPLATE,O.TH]),eO=new Set([...eR,O.OL,O.UL]),ew=new Set([...eR,O.BUTTON]),eC=new Set([O.ANNOTATION_XML,O.MI,O.MN,O.MO,O.MS,O.MTEXT]),eD=new Set([O.DESC,O.FOREIGN_OBJECT,O.TITLE]),eL=new Set([O.TR,O.TEMPLATE,O.HTML]),ex=new Set([O.TBODY,O.TFOOT,O.THEAD,O.TEMPLATE,O.HTML]),eP=new Set([O.TABLE,O.TEMPLATE,O.HTML]),eF=new Set([O.TD,O.TH]);class eM{get currentTmplContentOrNode(){return this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):this.current}constructor(e,t,n){this.treeAdapter=t,this.handler=n,this.items=[],this.tagIDs=[],this.stackTop=-1,this.tmplCount=0,this.currentTagId=O.UNKNOWN,this.current=e}_indexOf(e){return this.items.lastIndexOf(e,this.stackTop)}_isInTemplate(){return this.currentTagId===O.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===I.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagId=this.tagIDs[this.stackTop]}push(e,t){this.stackTop++,this.items[this.stackTop]=e,this.current=e,this.tagIDs[this.stackTop]=t,this.currentTagId=t,this._isInTemplate()&&this.tmplCount++,this.handler.onItemPush(e,t,!0)}pop(){let e=this.current;this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(e,!0)}replace(e,t){let n=this._indexOf(e);this.items[n]=t,n===this.stackTop&&(this.current=t)}insertAfter(e,t,n){let r=this._indexOf(e)+1;this.items.splice(r,0,t),this.tagIDs.splice(r,0,n),this.stackTop++,r===this.stackTop&&this._updateCurrentElement(),this.current&&void 0!==this.currentTagId&&this.handler.onItemPush(this.current,this.currentTagId,r===this.stackTop)}popUntilTagNamePopped(e){let t=this.stackTop+1;do t=this.tagIDs.lastIndexOf(e,t-1);while(t>0&&this.treeAdapter.getNamespaceURI(this.items[t])!==I.HTML);this.shortenToLength(Math.max(t,0))}shortenToLength(e){for(;this.stackTop>=e;){let t=this.current;this.tmplCount>0&&this._isInTemplate()&&(this.tmplCount-=1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,this.stackTop<e)}}popUntilElementPopped(e){let t=this._indexOf(e);this.shortenToLength(Math.max(t,0))}popUntilPopped(e,t){let n=this._indexOfTagNames(e,t);this.shortenToLength(Math.max(n,0))}popUntilNumberedHeaderPopped(){this.popUntilPopped(eE,I.HTML)}popUntilTableCellPopped(){this.popUntilPopped(eF,I.HTML)}popAllUpToHtmlElement(){this.tmplCount=0,this.shortenToLength(1)}_indexOfTagNames(e,t){for(let n=this.stackTop;n>=0;n--)if(e.has(this.tagIDs[n])&&this.treeAdapter.getNamespaceURI(this.items[n])===t)return n;return -1}clearBackTo(e,t){let n=this._indexOfTagNames(e,t);this.shortenToLength(n+1)}clearBackToTableContext(){this.clearBackTo(eP,I.HTML)}clearBackToTableBodyContext(){this.clearBackTo(ex,I.HTML)}clearBackToTableRowContext(){this.clearBackTo(eL,I.HTML)}remove(e){let t=this._indexOf(e);t>=0&&(t===this.stackTop?this.pop():(this.items.splice(t,1),this.tagIDs.splice(t,1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(e,!1)))}tryPeekProperlyNestedBodyElement(){return this.stackTop>=1&&this.tagIDs[1]===O.BODY?this.items[1]:null}contains(e){return this._indexOf(e)>-1}getCommonAncestor(e){let t=this._indexOf(e)-1;return t>=0?this.items[t]:null}isRootHtmlElementCurrent(){return 0===this.stackTop&&this.tagIDs[0]===O.HTML}hasInDynamicScope(e,t){for(let n=this.stackTop;n>=0;n--){let r=this.tagIDs[n];switch(this.treeAdapter.getNamespaceURI(this.items[n])){case I.HTML:if(r===e)return!0;if(t.has(r))return!1;break;case I.SVG:if(eD.has(r))return!1;break;case I.MATHML:if(eC.has(r))return!1}}return!0}hasInScope(e){return this.hasInDynamicScope(e,eR)}hasInListItemScope(e){return this.hasInDynamicScope(e,eO)}hasInButtonScope(e){return this.hasInDynamicScope(e,ew)}hasNumberedHeaderInScope(){for(let e=this.stackTop;e>=0;e--){let t=this.tagIDs[e];switch(this.treeAdapter.getNamespaceURI(this.items[e])){case I.HTML:if(eE.has(t))return!0;if(eR.has(t))return!1;break;case I.SVG:if(eD.has(t))return!1;break;case I.MATHML:if(eC.has(t))return!1}}return!0}hasInTableScope(e){for(let t=this.stackTop;t>=0;t--)if(this.treeAdapter.getNamespaceURI(this.items[t])===I.HTML)switch(this.tagIDs[t]){case e:return!0;case O.TABLE:case O.HTML:return!1}return!0}hasTableBodyContextInTableScope(){for(let e=this.stackTop;e>=0;e--)if(this.treeAdapter.getNamespaceURI(this.items[e])===I.HTML)switch(this.tagIDs[e]){case O.TBODY:case O.THEAD:case O.TFOOT:return!0;case O.TABLE:case O.HTML:return!1}return!0}hasInSelectScope(e){for(let t=this.stackTop;t>=0;t--)if(this.treeAdapter.getNamespaceURI(this.items[t])===I.HTML)switch(this.tagIDs[t]){case e:return!0;case O.OPTION:case O.OPTGROUP:break;default:return!1}return!0}generateImpliedEndTags(){for(;void 0!==this.currentTagId&&eN.has(this.currentTagId);)this.pop()}generateImpliedEndTagsThoroughly(){for(;void 0!==this.currentTagId&&ev.has(this.currentTagId);)this.pop()}generateImpliedEndTagsWithExclusion(e){for(;void 0!==this.currentTagId&&this.currentTagId!==e&&ev.has(this.currentTagId);)this.pop()}}(m=C||(C={}))[m.Marker=0]="Marker",m[m.Element=1]="Element";let eB={type:C.Marker};class eU{constructor(e){this.treeAdapter=e,this.entries=[],this.bookmark=null}_getNoahArkConditionCandidates(e,t){let n=[],r=t.length,a=this.treeAdapter.getTagName(e),i=this.treeAdapter.getNamespaceURI(e);for(let e=0;e<this.entries.length;e++){let t=this.entries[e];if(t.type===C.Marker)break;let{element:s}=t;if(this.treeAdapter.getTagName(s)===a&&this.treeAdapter.getNamespaceURI(s)===i){let t=this.treeAdapter.getAttrList(s);t.length===r&&n.push({idx:e,attrs:t})}}return n}_ensureNoahArkCondition(e){if(this.entries.length<3)return;let t=this.treeAdapter.getAttrList(e),n=this._getNoahArkConditionCandidates(e,t);if(n.length<3)return;let r=new Map(t.map(e=>[e.name,e.value])),a=0;for(let e=0;e<n.length;e++){let t=n[e];t.attrs.every(e=>r.get(e.name)===e.value)&&(a+=1)>=3&&this.entries.splice(t.idx,1)}}insertMarker(){this.entries.unshift(eB)}pushElement(e,t){this._ensureNoahArkCondition(e),this.entries.unshift({type:C.Element,element:e,token:t})}insertElementAfterBookmark(e,t){let n=this.entries.indexOf(this.bookmark);this.entries.splice(n,0,{type:C.Element,element:e,token:t})}removeEntry(e){let t=this.entries.indexOf(e);-1!==t&&this.entries.splice(t,1)}clearToLastMarker(){let e=this.entries.indexOf(eB);-1===e?this.entries.length=0:this.entries.splice(0,e+1)}getElementEntryInScopeWithTagName(e){let t=this.entries.find(t=>t.type===C.Marker||this.treeAdapter.getTagName(t.element)===e);return t&&t.type===C.Element?t:null}getElementEntry(e){return this.entries.find(t=>t.type===C.Element&&t.element===e)}}let eH={createDocument:()=>({nodeName:"#document",mode:v.NO_QUIRKS,childNodes:[]}),createDocumentFragment:()=>({nodeName:"#document-fragment",childNodes:[]}),createElement:(e,t,n)=>({nodeName:e,tagName:e,attrs:n,namespaceURI:t,childNodes:[],parentNode:null}),createCommentNode:e=>({nodeName:"#comment",data:e,parentNode:null}),createTextNode:e=>({nodeName:"#text",value:e,parentNode:null}),appendChild(e,t){e.childNodes.push(t),t.parentNode=e},insertBefore(e,t,n){let r=e.childNodes.indexOf(n);e.childNodes.splice(r,0,t),t.parentNode=e},setTemplateContent(e,t){e.content=t},getTemplateContent:e=>e.content,setDocumentType(e,t,n,r){let a=e.childNodes.find(e=>"#documentType"===e.nodeName);a?(a.name=t,a.publicId=n,a.systemId=r):eH.appendChild(e,{nodeName:"#documentType",name:t,publicId:n,systemId:r,parentNode:null})},setDocumentMode(e,t){e.mode=t},getDocumentMode:e=>e.mode,detachNode(e){if(e.parentNode){let t=e.parentNode.childNodes.indexOf(e);e.parentNode.childNodes.splice(t,1),e.parentNode=null}},insertText(e,t){if(e.childNodes.length>0){let n=e.childNodes[e.childNodes.length-1];if(eH.isTextNode(n)){n.value+=t;return}}eH.appendChild(e,eH.createTextNode(t))},insertTextBefore(e,t,n){let r=e.childNodes[e.childNodes.indexOf(n)-1];r&&eH.isTextNode(r)?r.value+=t:eH.insertBefore(e,eH.createTextNode(t),n)},adoptAttributes(e,t){let n=new Set(e.attrs.map(e=>e.name));for(let r=0;r<t.length;r++)n.has(t[r].name)||e.attrs.push(t[r])},getFirstChild:e=>e.childNodes[0],getChildNodes:e=>e.childNodes,getParentNode:e=>e.parentNode,getAttrList:e=>e.attrs,getTagName:e=>e.tagName,getNamespaceURI:e=>e.namespaceURI,getTextNodeContent:e=>e.value,getCommentNodeContent:e=>e.data,getDocumentTypeNodeName:e=>e.name,getDocumentTypeNodePublicId:e=>e.publicId,getDocumentTypeNodeSystemId:e=>e.systemId,isTextNode:e=>"#text"===e.nodeName,isCommentNode:e=>"#comment"===e.nodeName,isDocumentTypeNode:e=>"#documentType"===e.nodeName,isElementNode:e=>Object.prototype.hasOwnProperty.call(e,"tagName"),setNodeSourceCodeLocation(e,t){e.sourceCodeLocation=t},getNodeSourceCodeLocation:e=>e.sourceCodeLocation,updateNodeSourceCodeLocation(e,t){e.sourceCodeLocation={...e.sourceCodeLocation,...t}}},eG="html",e$=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],eY=[...e$,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"],ez=new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),ej=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],eW=[...ej,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"];function eq(e,t){return t.some(t=>e.startsWith(t))}let eX=new Map(["attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(e=>[e.toLowerCase(),e])),eV=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:I.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:I.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:I.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:I.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:I.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:I.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:I.XLINK}],["xml:lang",{prefix:"xml",name:"lang",namespace:I.XML}],["xml:space",{prefix:"xml",name:"space",namespace:I.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:I.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:I.XMLNS}]]),eK=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(e=>[e.toLowerCase(),e])),eZ=new Set([O.B,O.BIG,O.BLOCKQUOTE,O.BODY,O.BR,O.CENTER,O.CODE,O.DD,O.DIV,O.DL,O.DT,O.EM,O.EMBED,O.H1,O.H2,O.H3,O.H4,O.H5,O.H6,O.HEAD,O.HR,O.I,O.IMG,O.LI,O.LISTING,O.MENU,O.META,O.NOBR,O.OL,O.P,O.PRE,O.RUBY,O.S,O.SMALL,O.SPAN,O.STRONG,O.STRIKE,O.SUB,O.SUP,O.TABLE,O.TT,O.U,O.UL,O.VAR]);function eJ(e){for(let t=0;t<e.attrs.length;t++)if("definitionurl"===e.attrs[t].name){e.attrs[t].name="definitionURL";break}}function eQ(e){for(let t=0;t<e.attrs.length;t++){let n=eX.get(e.attrs[t].name);null!=n&&(e.attrs[t].name=n)}}function e0(e){for(let t=0;t<e.attrs.length;t++){let n=eV.get(e.attrs[t].name);n&&(e.attrs[t].prefix=n.prefix,e.attrs[t].name=n.name,e.attrs[t].namespace=n.namespace)}}(b=D||(D={}))[b.INITIAL=0]="INITIAL",b[b.BEFORE_HTML=1]="BEFORE_HTML",b[b.BEFORE_HEAD=2]="BEFORE_HEAD",b[b.IN_HEAD=3]="IN_HEAD",b[b.IN_HEAD_NO_SCRIPT=4]="IN_HEAD_NO_SCRIPT",b[b.AFTER_HEAD=5]="AFTER_HEAD",b[b.IN_BODY=6]="IN_BODY",b[b.TEXT=7]="TEXT",b[b.IN_TABLE=8]="IN_TABLE",b[b.IN_TABLE_TEXT=9]="IN_TABLE_TEXT",b[b.IN_CAPTION=10]="IN_CAPTION",b[b.IN_COLUMN_GROUP=11]="IN_COLUMN_GROUP",b[b.IN_TABLE_BODY=12]="IN_TABLE_BODY",b[b.IN_ROW=13]="IN_ROW",b[b.IN_CELL=14]="IN_CELL",b[b.IN_SELECT=15]="IN_SELECT",b[b.IN_SELECT_IN_TABLE=16]="IN_SELECT_IN_TABLE",b[b.IN_TEMPLATE=17]="IN_TEMPLATE",b[b.AFTER_BODY=18]="AFTER_BODY",b[b.IN_FRAMESET=19]="IN_FRAMESET",b[b.AFTER_FRAMESET=20]="AFTER_FRAMESET",b[b.AFTER_AFTER_BODY=21]="AFTER_AFTER_BODY",b[b.AFTER_AFTER_FRAMESET=22]="AFTER_AFTER_FRAMESET";let e1={startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1},e2=new Set([O.TABLE,O.TBODY,O.TFOOT,O.THEAD,O.TR]),e3={scriptingEnabled:!0,sourceCodeLocationInfo:!1,treeAdapter:eH,onParseError:null};class e5{constructor(e,t,n=null,r=null){this.fragmentContext=n,this.scriptHandler=r,this.currentToken=null,this.stopped=!1,this.insertionMode=D.INITIAL,this.originalInsertionMode=D.INITIAL,this.headElement=null,this.formElement=null,this.currentNotInHTML=!1,this.tmplInsertionModeStack=[],this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1,this.options={...e3,...e},this.treeAdapter=this.options.treeAdapter,this.onParseError=this.options.onParseError,this.onParseError&&(this.options.sourceCodeLocationInfo=!0),this.document=null!=t?t:this.treeAdapter.createDocument(),this.tokenizer=new eI(this.options,this),this.activeFormattingElements=new eU(this.treeAdapter),this.fragmentContextID=n?eg(this.treeAdapter.getTagName(n)):O.UNKNOWN,this._setContextModes(null!=n?n:this.document,this.fragmentContextID),this.openElements=new eM(this.document,this.treeAdapter,this)}static parse(e,t){let n=new this(t);return n.tokenizer.write(e,!0),n.document}static getFragmentParser(e,t){let n={...e3,...t};null!=e||(e=n.treeAdapter.createElement(R.TEMPLATE,I.HTML,[]));let r=n.treeAdapter.createElement("documentmock",I.HTML,[]),a=new this(n,r,e);return a.fragmentContextID===O.TEMPLATE&&a.tmplInsertionModeStack.unshift(D.IN_TEMPLATE),a._initTokenizerForFragmentParsing(),a._insertFakeRootElement(),a._resetInsertionMode(),a._findFormInFragmentContext(),a}getFragment(){let e=this.treeAdapter.getFirstChild(this.document),t=this.treeAdapter.createDocumentFragment();return this._adoptNodes(e,t),t}_err(e,t,n){var r;if(!this.onParseError)return;let a=null!=(r=e.location)?r:e1,i={code:t,startLine:a.startLine,startCol:a.startCol,startOffset:a.startOffset,endLine:n?a.startLine:a.endLine,endCol:n?a.startCol:a.endCol,endOffset:n?a.startOffset:a.endOffset};this.onParseError(i)}onItemPush(e,t,n){var r,a;null==(a=(r=this.treeAdapter).onItemPush)||a.call(r,e),n&&this.openElements.stackTop>0&&this._setContextModes(e,t)}onItemPop(e,t){var n,r;if(this.options.sourceCodeLocationInfo&&this._setEndLocation(e,this.currentToken),null==(r=(n=this.treeAdapter).onItemPop)||r.call(n,e,this.openElements.current),t){let e,t;0===this.openElements.stackTop&&this.fragmentContext?(e=this.fragmentContext,t=this.fragmentContextID):{current:e,currentTagId:t}=this.openElements,this._setContextModes(e,t)}}_setContextModes(e,t){let n=e===this.document||e&&this.treeAdapter.getNamespaceURI(e)===I.HTML;this.currentNotInHTML=!n,this.tokenizer.inForeignNode=!n&&void 0!==e&&void 0!==t&&!this._isIntegrationPoint(t,e)}_switchToTextParsing(e,t){this._insertElement(e,I.HTML),this.tokenizer.state=t,this.originalInsertionMode=this.insertionMode,this.insertionMode=D.TEXT}switchToPlaintextParsing(){this.insertionMode=D.TEXT,this.originalInsertionMode=D.IN_BODY,this.tokenizer.state=ey.PLAINTEXT}_getAdjustedCurrentElement(){return 0===this.openElements.stackTop&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let e=this.fragmentContext;for(;e;){if(this.treeAdapter.getTagName(e)===R.FORM){this.formElement=e;break}e=this.treeAdapter.getParentNode(e)}}_initTokenizerForFragmentParsing(){if(this.fragmentContext&&this.treeAdapter.getNamespaceURI(this.fragmentContext)===I.HTML)switch(this.fragmentContextID){case O.TITLE:case O.TEXTAREA:this.tokenizer.state=ey.RCDATA;break;case O.STYLE:case O.XMP:case O.IFRAME:case O.NOEMBED:case O.NOFRAMES:case O.NOSCRIPT:this.tokenizer.state=ey.RAWTEXT;break;case O.SCRIPT:this.tokenizer.state=ey.SCRIPT_DATA;break;case O.PLAINTEXT:this.tokenizer.state=ey.PLAINTEXT}}_setDocumentType(e){let t=e.name||"",n=e.publicId||"",r=e.systemId||"";if(this.treeAdapter.setDocumentType(this.document,t,n,r),e.location){let t=this.treeAdapter.getChildNodes(this.document).find(e=>this.treeAdapter.isDocumentTypeNode(e));t&&this.treeAdapter.setNodeSourceCodeLocation(t,e.location)}}_attachElementToTree(e,t){if(this.options.sourceCodeLocationInfo){let n=t&&{...t,startTag:t};this.treeAdapter.setNodeSourceCodeLocation(e,n)}if(this._shouldFosterParentOnInsertion())this._fosterParentElement(e);else{let t=this.openElements.currentTmplContentOrNode;this.treeAdapter.appendChild(null!=t?t:this.document,e)}}_appendElement(e,t){let n=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(n,e.location)}_insertElement(e,t){let n=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(n,e.location),this.openElements.push(n,e.tagID)}_insertFakeElement(e,t){let n=this.treeAdapter.createElement(e,I.HTML,[]);this._attachElementToTree(n,null),this.openElements.push(n,t)}_insertTemplate(e){let t=this.treeAdapter.createElement(e.tagName,I.HTML,e.attrs),n=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(t,n),this._attachElementToTree(t,e.location),this.openElements.push(t,e.tagID),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(n,null)}_insertFakeRootElement(){let e=this.treeAdapter.createElement(R.HTML,I.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(e,null),this.treeAdapter.appendChild(this.openElements.current,e),this.openElements.push(e,O.HTML)}_appendCommentNode(e,t){let n=this.treeAdapter.createCommentNode(e.data);this.treeAdapter.appendChild(t,n),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(n,e.location)}_insertCharacters(e){let t,n;if(this._shouldFosterParentOnInsertion()?({parent:t,beforeElement:n}=this._findFosterParentingLocation(),n?this.treeAdapter.insertTextBefore(t,e.chars,n):this.treeAdapter.insertText(t,e.chars)):(t=this.openElements.currentTmplContentOrNode,this.treeAdapter.insertText(t,e.chars)),!e.location)return;let r=this.treeAdapter.getChildNodes(t),a=n?r.lastIndexOf(n):r.length,i=r[a-1];if(this.treeAdapter.getNodeSourceCodeLocation(i)){let{endLine:t,endCol:n,endOffset:r}=e.location;this.treeAdapter.updateNodeSourceCodeLocation(i,{endLine:t,endCol:n,endOffset:r})}else this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(i,e.location)}_adoptNodes(e,t){for(let n=this.treeAdapter.getFirstChild(e);n;n=this.treeAdapter.getFirstChild(e))this.treeAdapter.detachNode(n),this.treeAdapter.appendChild(t,n)}_setEndLocation(e,t){if(this.treeAdapter.getNodeSourceCodeLocation(e)&&t.location){let n=t.location,r=this.treeAdapter.getTagName(e),a=t.type===T.END_TAG&&r===t.tagName?{endTag:{...n},endLine:n.endLine,endCol:n.endCol,endOffset:n.endOffset}:{endLine:n.startLine,endCol:n.startCol,endOffset:n.startOffset};this.treeAdapter.updateNodeSourceCodeLocation(e,a)}}shouldProcessStartTagTokenInForeignContent(e){let t,n;return!!this.currentNotInHTML&&(0===this.openElements.stackTop&&this.fragmentContext?(t=this.fragmentContext,n=this.fragmentContextID):{current:t,currentTagId:n}=this.openElements,(e.tagID!==O.SVG||this.treeAdapter.getTagName(t)!==R.ANNOTATION_XML||this.treeAdapter.getNamespaceURI(t)!==I.MATHML)&&(this.tokenizer.inForeignNode||(e.tagID===O.MGLYPH||e.tagID===O.MALIGNMARK)&&void 0!==n&&!this._isIntegrationPoint(n,t,I.HTML)))}_processToken(e){switch(e.type){case T.CHARACTER:this.onCharacter(e);break;case T.NULL_CHARACTER:this.onNullCharacter(e);break;case T.COMMENT:this.onComment(e);break;case T.DOCTYPE:this.onDoctype(e);break;case T.START_TAG:this._processStartTag(e);break;case T.END_TAG:this.onEndTag(e);break;case T.EOF:this.onEof(e);break;case T.WHITESPACE_CHARACTER:this.onWhitespaceCharacter(e)}}_isIntegrationPoint(e,t,n){let r=this.treeAdapter.getNamespaceURI(t),a=this.treeAdapter.getAttrList(t);return(!n||n===I.HTML)&&function(e,t,n){if(t===I.MATHML&&e===O.ANNOTATION_XML){for(let e=0;e<n.length;e++)if(n[e].name===N.ENCODING){let t=n[e].value.toLowerCase();return"text/html"===t||"application/xhtml+xml"===t}}return t===I.SVG&&(e===O.FOREIGN_OBJECT||e===O.DESC||e===O.TITLE)}(e,r,a)||(!n||n===I.MATHML)&&r===I.MATHML&&(e===O.MI||e===O.MO||e===O.MN||e===O.MS||e===O.MTEXT)}_reconstructActiveFormattingElements(){let e=this.activeFormattingElements.entries.length;if(e){let t=this.activeFormattingElements.entries.findIndex(e=>e.type===C.Marker||this.openElements.contains(e.element)),n=-1===t?e-1:t-1;for(let e=n;e>=0;e--){let t=this.activeFormattingElements.entries[e];this._insertElement(t.token,this.treeAdapter.getNamespaceURI(t.element)),t.element=this.openElements.current}}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=D.IN_ROW}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(O.P),this.openElements.popUntilTagNamePopped(O.P)}_resetInsertionMode(){for(let e=this.openElements.stackTop;e>=0;e--)switch(0===e&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[e]){case O.TR:this.insertionMode=D.IN_ROW;return;case O.TBODY:case O.THEAD:case O.TFOOT:this.insertionMode=D.IN_TABLE_BODY;return;case O.CAPTION:this.insertionMode=D.IN_CAPTION;return;case O.COLGROUP:this.insertionMode=D.IN_COLUMN_GROUP;return;case O.TABLE:this.insertionMode=D.IN_TABLE;return;case O.BODY:this.insertionMode=D.IN_BODY;return;case O.FRAMESET:this.insertionMode=D.IN_FRAMESET;return;case O.SELECT:return void this._resetInsertionModeForSelect(e);case O.TEMPLATE:this.insertionMode=this.tmplInsertionModeStack[0];return;case O.HTML:this.insertionMode=this.headElement?D.AFTER_HEAD:D.BEFORE_HEAD;return;case O.TD:case O.TH:if(e>0){this.insertionMode=D.IN_CELL;return}break;case O.HEAD:if(e>0){this.insertionMode=D.IN_HEAD;return}}this.insertionMode=D.IN_BODY}_resetInsertionModeForSelect(e){if(e>0)for(let t=e-1;t>0;t--){let e=this.openElements.tagIDs[t];if(e===O.TEMPLATE)break;if(e===O.TABLE){this.insertionMode=D.IN_SELECT_IN_TABLE;return}}this.insertionMode=D.IN_SELECT}_isElementCausesFosterParenting(e){return e2.has(e)}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&void 0!==this.openElements.currentTagId&&this._isElementCausesFosterParenting(this.openElements.currentTagId)}_findFosterParentingLocation(){for(let e=this.openElements.stackTop;e>=0;e--){let t=this.openElements.items[e];switch(this.openElements.tagIDs[e]){case O.TEMPLATE:if(this.treeAdapter.getNamespaceURI(t)===I.HTML)return{parent:this.treeAdapter.getTemplateContent(t),beforeElement:null};break;case O.TABLE:{let n=this.treeAdapter.getParentNode(t);if(n)return{parent:n,beforeElement:t};return{parent:this.openElements.items[e-1],beforeElement:null}}}}return{parent:this.openElements.items[0],beforeElement:null}}_fosterParentElement(e){let t=this._findFosterParentingLocation();t.beforeElement?this.treeAdapter.insertBefore(t.parent,e,t.beforeElement):this.treeAdapter.appendChild(t.parent,e)}_isSpecialElement(e,t){return eb[this.treeAdapter.getNamespaceURI(e)].has(t)}onCharacter(e){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){var t,n;return void(t=this,n=e,t._insertCharacters(n),t.framesetOk=!1)}switch(this.insertionMode){case D.INITIAL:e9(this,e);break;case D.BEFORE_HTML:e7(this,e);break;case D.BEFORE_HEAD:te(this,e);break;case D.IN_HEAD:tr(this,e);break;case D.IN_HEAD_NO_SCRIPT:ta(this,e);break;case D.AFTER_HEAD:ti(this,e);break;case D.IN_BODY:case D.IN_CAPTION:case D.IN_CELL:case D.IN_TEMPLATE:tl(this,e);break;case D.TEXT:case D.IN_SELECT:case D.IN_SELECT_IN_TABLE:this._insertCharacters(e);break;case D.IN_TABLE:case D.IN_TABLE_BODY:case D.IN_ROW:tb(this,e);break;case D.IN_TABLE_TEXT:tS(this,e);break;case D.IN_COLUMN_GROUP:tN(this,e);break;case D.AFTER_BODY:tP(this,e);break;case D.AFTER_AFTER_BODY:tF(this,e)}}onNullCharacter(e){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){var t,n;return void(t=this,(n=e).chars="�",t._insertCharacters(n))}switch(this.insertionMode){case D.INITIAL:e9(this,e);break;case D.BEFORE_HTML:e7(this,e);break;case D.BEFORE_HEAD:te(this,e);break;case D.IN_HEAD:tr(this,e);break;case D.IN_HEAD_NO_SCRIPT:ta(this,e);break;case D.AFTER_HEAD:ti(this,e);break;case D.TEXT:this._insertCharacters(e);break;case D.IN_TABLE:case D.IN_TABLE_BODY:case D.IN_ROW:tb(this,e);break;case D.IN_COLUMN_GROUP:tN(this,e);break;case D.AFTER_BODY:tP(this,e);break;case D.AFTER_AFTER_BODY:tF(this,e)}}onComment(e){var t,n,r,a;if(this.skipNextNewLine=!1,this.currentNotInHTML)return void e6(this,e);switch(this.insertionMode){case D.INITIAL:case D.BEFORE_HTML:case D.BEFORE_HEAD:case D.IN_HEAD:case D.IN_HEAD_NO_SCRIPT:case D.AFTER_HEAD:case D.IN_BODY:case D.IN_TABLE:case D.IN_CAPTION:case D.IN_COLUMN_GROUP:case D.IN_TABLE_BODY:case D.IN_ROW:case D.IN_CELL:case D.IN_SELECT:case D.IN_SELECT_IN_TABLE:case D.IN_TEMPLATE:case D.IN_FRAMESET:case D.AFTER_FRAMESET:e6(this,e);break;case D.IN_TABLE_TEXT:tA(this,e);break;case D.AFTER_BODY:t=this,n=e,t._appendCommentNode(n,t.openElements.items[0]);break;case D.AFTER_AFTER_BODY:case D.AFTER_AFTER_FRAMESET:r=this,a=e,r._appendCommentNode(a,r.document)}}onDoctype(e){switch(this.skipNextNewLine=!1,this.insertionMode){case D.INITIAL:!function(e,t){e._setDocumentType(t);let n=t.forceQuirks?v.QUIRKS:function(e){if(e.name!==eG)return v.QUIRKS;let{systemId:t}=e;if(t&&"http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd"===t.toLowerCase())return v.QUIRKS;let{publicId:n}=e;if(null!==n){if(n=n.toLowerCase(),ez.has(n))return v.QUIRKS;let e=null===t?eY:e$;if(eq(n,e))return v.QUIRKS;if(eq(n,e=null===t?ej:eW))return v.LIMITED_QUIRKS}return v.NO_QUIRKS}(t);(t.name!==eG||null!==t.publicId||null!==t.systemId&&"about:legacy-compat"!==t.systemId)&&e._err(t,y.nonConformingDoctype),e.treeAdapter.setDocumentMode(e.document,n),e.insertionMode=D.BEFORE_HTML}(this,e);break;case D.BEFORE_HEAD:case D.IN_HEAD:case D.IN_HEAD_NO_SCRIPT:case D.AFTER_HEAD:this._err(e,y.misplacedDoctype);break;case D.IN_TABLE_TEXT:tA(this,e)}}onStartTag(e){this.skipNextNewLine=!1,this.currentToken=e,this._processStartTag(e),e.selfClosing&&!e.ackSelfClosing&&this._err(e,y.nonVoidHtmlElementStartTagWithTrailingSolidus)}_processStartTag(e){this.shouldProcessStartTagTokenInForeignContent(e)?function(e,t){let n;if((n=t.tagID)===O.FONT&&t.attrs.some(({name:e})=>e===N.COLOR||e===N.SIZE||e===N.FACE)||eZ.has(n))tM(e),e._startTagOutsideForeignContent(t);else{let n=e._getAdjustedCurrentElement(),r=e.treeAdapter.getNamespaceURI(n);if(r===I.MATHML)eJ(t);else if(r===I.SVG){let e;null!=(e=eK.get(t.tagName))&&(t.tagName=e,t.tagID=eg(t.tagName)),eQ(t)}e0(t),t.selfClosing?e._appendElement(t,r):e._insertElement(t,r),t.ackSelfClosing=!0}}(this,e):this._startTagOutsideForeignContent(e)}_startTagOutsideForeignContent(e){switch(this.insertionMode){case D.INITIAL:e9(this,e);break;case D.BEFORE_HTML:t=this,(n=e).tagID===O.HTML?(t._insertElement(n,I.HTML),t.insertionMode=D.BEFORE_HEAD):e7(t,n);break;case D.BEFORE_HEAD:var t,n,r,a,i,s,o,l,c,u,d,p,h=this,f=e;switch(f.tagID){case O.HTML:th(h,f);break;case O.HEAD:h._insertElement(f,I.HTML),h.headElement=h.openElements.current,h.insertionMode=D.IN_HEAD;break;default:te(h,f)}break;case D.IN_HEAD:tt(this,e);break;case D.IN_HEAD_NO_SCRIPT:var g=this,m=e;switch(m.tagID){case O.HTML:th(g,m);break;case O.BASEFONT:case O.BGSOUND:case O.HEAD:case O.LINK:case O.META:case O.NOFRAMES:case O.STYLE:tt(g,m);break;case O.NOSCRIPT:g._err(m,y.nestedNoscriptInHead);break;default:ta(g,m)}break;case D.AFTER_HEAD:var b=this,E=e;switch(E.tagID){case O.HTML:th(b,E);break;case O.BODY:b._insertElement(E,I.HTML),b.framesetOk=!1,b.insertionMode=D.IN_BODY;break;case O.FRAMESET:b._insertElement(E,I.HTML),b.insertionMode=D.IN_FRAMESET;break;case O.BASE:case O.BASEFONT:case O.BGSOUND:case O.LINK:case O.META:case O.NOFRAMES:case O.SCRIPT:case O.STYLE:case O.TEMPLATE:case O.TITLE:b._err(E,y.abandonedHeadElementChild),b.openElements.push(b.headElement,O.HEAD),tt(b,E),b.openElements.remove(b.headElement);break;case O.HEAD:b._err(E,y.misplacedStartTagForHeadElement);break;default:ti(b,E)}break;case D.IN_BODY:th(this,e);break;case D.IN_TABLE:tE(this,e);break;case D.IN_TABLE_TEXT:tA(this,e);break;case D.IN_CAPTION:let T;r=this,T=(a=e).tagID,tk.has(T)?r.openElements.hasInTableScope(O.CAPTION)&&(r.openElements.generateImpliedEndTags(),r.openElements.popUntilTagNamePopped(O.CAPTION),r.activeFormattingElements.clearToLastMarker(),r.insertionMode=D.IN_TABLE,tE(r,a)):th(r,a);break;case D.IN_COLUMN_GROUP:tI(this,e);break;case D.IN_TABLE_BODY:tv(this,e);break;case D.IN_ROW:tO(this,e);break;case D.IN_CELL:let _;i=this,_=(s=e).tagID,tk.has(_)?(i.openElements.hasInTableScope(O.TD)||i.openElements.hasInTableScope(O.TH))&&(i._closeTableCell(),tO(i,s)):th(i,s);break;case D.IN_SELECT:tC(this,e);break;case D.IN_SELECT_IN_TABLE:let S;o=this,(S=(l=e).tagID)===O.CAPTION||S===O.TABLE||S===O.TBODY||S===O.TFOOT||S===O.THEAD||S===O.TR||S===O.TD||S===O.TH?(o.openElements.popUntilTagNamePopped(O.SELECT),o._resetInsertionMode(),o._processStartTag(l)):tC(o,l);break;case D.IN_TEMPLATE:var A=this,k=e;switch(k.tagID){case O.BASE:case O.BASEFONT:case O.BGSOUND:case O.LINK:case O.META:case O.NOFRAMES:case O.SCRIPT:case O.STYLE:case O.TEMPLATE:case O.TITLE:tt(A,k);break;case O.CAPTION:case O.COLGROUP:case O.TBODY:case O.TFOOT:case O.THEAD:A.tmplInsertionModeStack[0]=D.IN_TABLE,A.insertionMode=D.IN_TABLE,tE(A,k);break;case O.COL:A.tmplInsertionModeStack[0]=D.IN_COLUMN_GROUP,A.insertionMode=D.IN_COLUMN_GROUP,tI(A,k);break;case O.TR:A.tmplInsertionModeStack[0]=D.IN_TABLE_BODY,A.insertionMode=D.IN_TABLE_BODY,tv(A,k);break;case O.TD:case O.TH:A.tmplInsertionModeStack[0]=D.IN_ROW,A.insertionMode=D.IN_ROW,tO(A,k);break;default:A.tmplInsertionModeStack[0]=D.IN_BODY,A.insertionMode=D.IN_BODY,th(A,k)}break;case D.AFTER_BODY:c=this,(u=e).tagID===O.HTML?th(c,u):tP(c,u);break;case D.IN_FRAMESET:var N=this,v=e;switch(v.tagID){case O.HTML:th(N,v);break;case O.FRAMESET:N._insertElement(v,I.HTML);break;case O.FRAME:N._appendElement(v,I.HTML),v.ackSelfClosing=!0;break;case O.NOFRAMES:tt(N,v)}break;case D.AFTER_FRAMESET:var R=this,w=e;switch(w.tagID){case O.HTML:th(R,w);break;case O.NOFRAMES:tt(R,w)}break;case D.AFTER_AFTER_BODY:d=this,(p=e).tagID===O.HTML?th(d,p):tF(d,p);break;case D.AFTER_AFTER_FRAMESET:var C=this,L=e;switch(L.tagID){case O.HTML:th(C,L);break;case O.NOFRAMES:tt(C,L)}}}onEndTag(e){this.skipNextNewLine=!1,this.currentToken=e,this.currentNotInHTML?function(e,t){if(t.tagID===O.P||t.tagID===O.BR){tM(e),e._endTagOutsideForeignContent(t);return}for(let n=e.openElements.stackTop;n>0;n--){let r=e.openElements.items[n];if(e.treeAdapter.getNamespaceURI(r)===I.HTML){e._endTagOutsideForeignContent(t);break}let a=e.treeAdapter.getTagName(r);if(a.toLowerCase()===t.tagName){t.tagName=a,e.openElements.shortenToLength(n);break}}}(this,e):this._endTagOutsideForeignContent(e)}_endTagOutsideForeignContent(e){switch(this.insertionMode){case D.INITIAL:e9(this,e);break;case D.BEFORE_HTML:let t;r=this,((t=(a=e).tagID)===O.HTML||t===O.HEAD||t===O.BODY||t===O.BR)&&e7(r,a);break;case D.BEFORE_HEAD:let n;i=this,(n=(s=e).tagID)===O.HEAD||n===O.BODY||n===O.HTML||n===O.BR?te(i,s):i._err(s,y.endTagWithoutMatchingOpenElement);break;case D.IN_HEAD:var r,a,i,s,o,l,c,u,d,p,h,f,g=this,m=e;switch(m.tagID){case O.HEAD:g.openElements.pop(),g.insertionMode=D.AFTER_HEAD;break;case O.BODY:case O.BR:case O.HTML:tr(g,m);break;case O.TEMPLATE:tn(g,m);break;default:g._err(m,y.endTagWithoutMatchingOpenElement)}break;case D.IN_HEAD_NO_SCRIPT:var b=this,E=e;switch(E.tagID){case O.NOSCRIPT:b.openElements.pop(),b.insertionMode=D.IN_HEAD;break;case O.BR:ta(b,E);break;default:b._err(E,y.endTagWithoutMatchingOpenElement)}break;case D.AFTER_HEAD:var T=this,_=e;switch(_.tagID){case O.BODY:case O.HTML:case O.BR:ti(T,_);break;case O.TEMPLATE:tn(T,_);break;default:T._err(_,y.endTagWithoutMatchingOpenElement)}break;case D.IN_BODY:tg(this,e);break;case D.TEXT:o=this,e.tagID===O.SCRIPT&&(null==(l=o.scriptHandler)||l.call(o,o.openElements.current)),o.openElements.pop(),o.insertionMode=o.originalInsertionMode;break;case D.IN_TABLE:ty(this,e);break;case D.IN_TABLE_TEXT:tA(this,e);break;case D.IN_CAPTION:var S=this,A=e;let k=A.tagID;switch(k){case O.CAPTION:case O.TABLE:S.openElements.hasInTableScope(O.CAPTION)&&(S.openElements.generateImpliedEndTags(),S.openElements.popUntilTagNamePopped(O.CAPTION),S.activeFormattingElements.clearToLastMarker(),S.insertionMode=D.IN_TABLE,k===O.TABLE&&ty(S,A));break;case O.BODY:case O.COL:case O.COLGROUP:case O.HTML:case O.TBODY:case O.TD:case O.TFOOT:case O.TH:case O.THEAD:case O.TR:break;default:tg(S,A)}break;case D.IN_COLUMN_GROUP:var I=this,N=e;switch(N.tagID){case O.COLGROUP:I.openElements.currentTagId===O.COLGROUP&&(I.openElements.pop(),I.insertionMode=D.IN_TABLE);break;case O.TEMPLATE:tn(I,N);break;case O.COL:break;default:tN(I,N)}break;case D.IN_TABLE_BODY:tR(this,e);break;case D.IN_ROW:tw(this,e);break;case D.IN_CELL:var v=this,R=e;let w=R.tagID;switch(w){case O.TD:case O.TH:v.openElements.hasInTableScope(w)&&(v.openElements.generateImpliedEndTags(),v.openElements.popUntilTagNamePopped(w),v.activeFormattingElements.clearToLastMarker(),v.insertionMode=D.IN_ROW);break;case O.TABLE:case O.TBODY:case O.TFOOT:case O.THEAD:case O.TR:v.openElements.hasInTableScope(w)&&(v._closeTableCell(),tw(v,R));break;case O.BODY:case O.CAPTION:case O.COL:case O.COLGROUP:case O.HTML:break;default:tg(v,R)}break;case D.IN_SELECT:tD(this,e);break;case D.IN_SELECT_IN_TABLE:let C;c=this,(C=(u=e).tagID)===O.CAPTION||C===O.TABLE||C===O.TBODY||C===O.TFOOT||C===O.THEAD||C===O.TR||C===O.TD||C===O.TH?c.openElements.hasInTableScope(C)&&(c.openElements.popUntilTagNamePopped(O.SELECT),c._resetInsertionMode(),c.onEndTag(u)):tD(c,u);break;case D.IN_TEMPLATE:d=this,(p=e).tagID===O.TEMPLATE&&tn(d,p);break;case D.AFTER_BODY:tx(this,e);break;case D.IN_FRAMESET:h=this,e.tagID===O.FRAMESET&&!h.openElements.isRootHtmlElementCurrent()&&(h.openElements.pop(),h.fragmentContext||h.openElements.currentTagId===O.FRAMESET||(h.insertionMode=D.AFTER_FRAMESET));break;case D.AFTER_FRAMESET:f=this,e.tagID===O.HTML&&(f.insertionMode=D.AFTER_AFTER_FRAMESET);break;case D.AFTER_AFTER_BODY:tF(this,e)}}onEof(e){switch(this.insertionMode){case D.INITIAL:e9(this,e);break;case D.BEFORE_HTML:e7(this,e);break;case D.BEFORE_HEAD:te(this,e);break;case D.IN_HEAD:tr(this,e);break;case D.IN_HEAD_NO_SCRIPT:ta(this,e);break;case D.AFTER_HEAD:ti(this,e);break;case D.IN_BODY:case D.IN_TABLE:case D.IN_CAPTION:case D.IN_COLUMN_GROUP:case D.IN_TABLE_BODY:case D.IN_ROW:case D.IN_CELL:case D.IN_SELECT:case D.IN_SELECT_IN_TABLE:tm(this,e);break;case D.TEXT:var t,n;t=this,n=e,t._err(n,y.eofInElementThatCanContainOnlyText),t.openElements.pop(),t.insertionMode=t.originalInsertionMode,t.onEof(n);break;case D.IN_TABLE_TEXT:tA(this,e);break;case D.IN_TEMPLATE:tL(this,e);break;case D.AFTER_BODY:case D.IN_FRAMESET:case D.AFTER_FRAMESET:case D.AFTER_AFTER_BODY:case D.AFTER_AFTER_FRAMESET:e8(this,e)}}onWhitespaceCharacter(e){if(this.skipNextNewLine&&(this.skipNextNewLine=!1,e.chars.charCodeAt(0)===E.LINE_FEED)){if(1===e.chars.length)return;e.chars=e.chars.substr(1)}if(this.tokenizer.inForeignNode)return void this._insertCharacters(e);switch(this.insertionMode){case D.IN_HEAD:case D.IN_HEAD_NO_SCRIPT:case D.AFTER_HEAD:case D.TEXT:case D.IN_COLUMN_GROUP:case D.IN_SELECT:case D.IN_SELECT_IN_TABLE:case D.IN_FRAMESET:case D.AFTER_FRAMESET:this._insertCharacters(e);break;case D.IN_BODY:case D.IN_CAPTION:case D.IN_CELL:case D.IN_TEMPLATE:case D.AFTER_BODY:case D.AFTER_AFTER_BODY:case D.AFTER_AFTER_FRAMESET:to(this,e);break;case D.IN_TABLE:case D.IN_TABLE_BODY:case D.IN_ROW:tb(this,e);break;case D.IN_TABLE_TEXT:t_(this,e)}}}function e4(e,t){for(let n=0;n<8;n++){let n=function(e,t){let n=e.activeFormattingElements.getElementEntryInScopeWithTagName(t.tagName);return n?e.openElements.contains(n.element)?e.openElements.hasInScope(t.tagID)||(n=null):(e.activeFormattingElements.removeEntry(n),n=null):tf(e,t),n}(e,t);if(!n)break;let r=function(e,t){let n=null,r=e.openElements.stackTop;for(;r>=0;r--){let a=e.openElements.items[r];if(a===t.element)break;e._isSpecialElement(a,e.openElements.tagIDs[r])&&(n=a)}return n||(e.openElements.shortenToLength(Math.max(r,0)),e.activeFormattingElements.removeEntry(t)),n}(e,n);if(!r)break;e.activeFormattingElements.bookmark=n;let a=function(e,t,n){let r=t,a=e.openElements.getCommonAncestor(t);for(let i=0,s=a;s!==n;i++,s=a){a=e.openElements.getCommonAncestor(s);let n=e.activeFormattingElements.getElementEntry(s),o=n&&i>=3;!n||o?(o&&e.activeFormattingElements.removeEntry(n),e.openElements.remove(s)):(s=function(e,t){let n=e.treeAdapter.getNamespaceURI(t.element),r=e.treeAdapter.createElement(t.token.tagName,n,t.token.attrs);return e.openElements.replace(t.element,r),t.element=r,r}(e,n),r===t&&(e.activeFormattingElements.bookmark=n),e.treeAdapter.detachNode(r),e.treeAdapter.appendChild(s,r),r=s)}return r}(e,r,n.element),i=e.openElements.getCommonAncestor(n.element);e.treeAdapter.detachNode(a),i&&function(e,t,n){let r=eg(e.treeAdapter.getTagName(t));if(e._isElementCausesFosterParenting(r))e._fosterParentElement(n);else{let a=e.treeAdapter.getNamespaceURI(t);r===O.TEMPLATE&&a===I.HTML&&(t=e.treeAdapter.getTemplateContent(t)),e.treeAdapter.appendChild(t,n)}}(e,i,a),function(e,t,n){let r=e.treeAdapter.getNamespaceURI(n.element),{token:a}=n,i=e.treeAdapter.createElement(a.tagName,r,a.attrs);e._adoptNodes(t,i),e.treeAdapter.appendChild(t,i),e.activeFormattingElements.insertElementAfterBookmark(i,a),e.activeFormattingElements.removeEntry(n),e.openElements.remove(n.element),e.openElements.insertAfter(t,i,a.tagID)}(e,r,n)}}function e6(e,t){e._appendCommentNode(t,e.openElements.currentTmplContentOrNode)}function e8(e,t){if(e.stopped=!0,t.location){let n=2*!e.fragmentContext;for(let r=e.openElements.stackTop;r>=n;r--)e._setEndLocation(e.openElements.items[r],t);if(!e.fragmentContext&&e.openElements.stackTop>=0){let n=e.openElements.items[0],r=e.treeAdapter.getNodeSourceCodeLocation(n);if(r&&!r.endTag&&(e._setEndLocation(n,t),e.openElements.stackTop>=1)){let n=e.openElements.items[1],r=e.treeAdapter.getNodeSourceCodeLocation(n);r&&!r.endTag&&e._setEndLocation(n,t)}}}}function e9(e,t){e._err(t,y.missingDoctype,!0),e.treeAdapter.setDocumentMode(e.document,v.QUIRKS),e.insertionMode=D.BEFORE_HTML,e._processToken(t)}function e7(e,t){e._insertFakeRootElement(),e.insertionMode=D.BEFORE_HEAD,e._processToken(t)}function te(e,t){e._insertFakeElement(R.HEAD,O.HEAD),e.headElement=e.openElements.current,e.insertionMode=D.IN_HEAD,e._processToken(t)}function tt(e,t){switch(t.tagID){case O.HTML:th(e,t);break;case O.BASE:case O.BASEFONT:case O.BGSOUND:case O.LINK:case O.META:e._appendElement(t,I.HTML),t.ackSelfClosing=!0;break;case O.TITLE:e._switchToTextParsing(t,ey.RCDATA);break;case O.NOSCRIPT:e.options.scriptingEnabled?e._switchToTextParsing(t,ey.RAWTEXT):(e._insertElement(t,I.HTML),e.insertionMode=D.IN_HEAD_NO_SCRIPT);break;case O.NOFRAMES:case O.STYLE:e._switchToTextParsing(t,ey.RAWTEXT);break;case O.SCRIPT:e._switchToTextParsing(t,ey.SCRIPT_DATA);break;case O.TEMPLATE:e._insertTemplate(t),e.activeFormattingElements.insertMarker(),e.framesetOk=!1,e.insertionMode=D.IN_TEMPLATE,e.tmplInsertionModeStack.unshift(D.IN_TEMPLATE);break;case O.HEAD:e._err(t,y.misplacedStartTagForHeadElement);break;default:tr(e,t)}}function tn(e,t){e.openElements.tmplCount>0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagId!==O.TEMPLATE&&e._err(t,y.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(O.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode()):e._err(t,y.endTagWithoutMatchingOpenElement)}function tr(e,t){e.openElements.pop(),e.insertionMode=D.AFTER_HEAD,e._processToken(t)}function ta(e,t){let n=t.type===T.EOF?y.openElementsLeftAfterEof:y.disallowedContentInNoscriptInHead;e._err(t,n),e.openElements.pop(),e.insertionMode=D.IN_HEAD,e._processToken(t)}function ti(e,t){e._insertFakeElement(R.BODY,O.BODY),e.insertionMode=D.IN_BODY,ts(e,t)}function ts(e,t){switch(t.type){case T.CHARACTER:tl(e,t);break;case T.WHITESPACE_CHARACTER:to(e,t);break;case T.COMMENT:e6(e,t);break;case T.START_TAG:th(e,t);break;case T.END_TAG:tg(e,t);break;case T.EOF:tm(e,t)}}function to(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t)}function tl(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t),e.framesetOk=!1}function tc(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,I.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function tu(e){let t=ec(e,N.TYPE);return null!=t&&"hidden"===t.toLowerCase()}function td(e,t){e._switchToTextParsing(t,ey.RAWTEXT)}function tp(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,I.HTML)}function th(e,t){switch(t.tagID){case O.I:case O.S:case O.B:case O.U:case O.EM:case O.TT:case O.BIG:case O.CODE:case O.FONT:case O.SMALL:case O.STRIKE:case O.STRONG:e._reconstructActiveFormattingElements(),e._insertElement(t,I.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t);break;case O.A:let n;(n=e.activeFormattingElements.getElementEntryInScopeWithTagName(R.A))&&(e4(e,t),e.openElements.remove(n.element),e.activeFormattingElements.removeEntry(n)),e._reconstructActiveFormattingElements(),e._insertElement(t,I.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t);break;case O.H1:case O.H2:case O.H3:case O.H4:case O.H5:case O.H6:e.openElements.hasInButtonScope(O.P)&&e._closePElement(),void 0!==e.openElements.currentTagId&&eE.has(e.openElements.currentTagId)&&e.openElements.pop(),e._insertElement(t,I.HTML);break;case O.P:case O.DL:case O.OL:case O.UL:case O.DIV:case O.DIR:case O.NAV:case O.MAIN:case O.MENU:case O.ASIDE:case O.CENTER:case O.FIGURE:case O.FOOTER:case O.HEADER:case O.HGROUP:case O.DIALOG:case O.DETAILS:case O.ADDRESS:case O.ARTICLE:case O.SEARCH:case O.SECTION:case O.SUMMARY:case O.FIELDSET:case O.BLOCKQUOTE:case O.FIGCAPTION:e.openElements.hasInButtonScope(O.P)&&e._closePElement(),e._insertElement(t,I.HTML);break;case O.LI:case O.DD:case O.DT:e.framesetOk=!1;let r=t.tagID;for(let t=e.openElements.stackTop;t>=0;t--){let n=e.openElements.tagIDs[t];if(r===O.LI&&n===O.LI||(r===O.DD||r===O.DT)&&(n===O.DD||n===O.DT)){e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.popUntilTagNamePopped(n);break}if(n!==O.ADDRESS&&n!==O.DIV&&n!==O.P&&e._isSpecialElement(e.openElements.items[t],n))break}e.openElements.hasInButtonScope(O.P)&&e._closePElement(),e._insertElement(t,I.HTML);break;case O.BR:case O.IMG:case O.WBR:case O.AREA:case O.EMBED:case O.KEYGEN:tc(e,t);break;case O.HR:e.openElements.hasInButtonScope(O.P)&&e._closePElement(),e._appendElement(t,I.HTML),e.framesetOk=!1,t.ackSelfClosing=!0;break;case O.RB:case O.RTC:e.openElements.hasInScope(O.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(t,I.HTML);break;case O.RT:case O.RP:e.openElements.hasInScope(O.RUBY)&&e.openElements.generateImpliedEndTagsWithExclusion(O.RTC),e._insertElement(t,I.HTML);break;case O.PRE:case O.LISTING:e.openElements.hasInButtonScope(O.P)&&e._closePElement(),e._insertElement(t,I.HTML),e.skipNextNewLine=!0,e.framesetOk=!1;break;case O.XMP:e.openElements.hasInButtonScope(O.P)&&e._closePElement(),e._reconstructActiveFormattingElements(),e.framesetOk=!1,e._switchToTextParsing(t,ey.RAWTEXT);break;case O.SVG:e._reconstructActiveFormattingElements(),eQ(t),e0(t),t.selfClosing?e._appendElement(t,I.SVG):e._insertElement(t,I.SVG),t.ackSelfClosing=!0;break;case O.HTML:0===e.openElements.tmplCount&&e.treeAdapter.adoptAttributes(e.openElements.items[0],t.attrs);break;case O.BASE:case O.LINK:case O.META:case O.STYLE:case O.TITLE:case O.SCRIPT:case O.BGSOUND:case O.BASEFONT:case O.TEMPLATE:tt(e,t);break;case O.BODY:let a;(a=e.openElements.tryPeekProperlyNestedBodyElement())&&0===e.openElements.tmplCount&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(a,t.attrs));break;case O.FORM:let i;i=e.openElements.tmplCount>0,(!e.formElement||i)&&(e.openElements.hasInButtonScope(O.P)&&e._closePElement(),e._insertElement(t,I.HTML),i||(e.formElement=e.openElements.current));break;case O.NOBR:e._reconstructActiveFormattingElements(),e.openElements.hasInScope(O.NOBR)&&(e4(e,t),e._reconstructActiveFormattingElements()),e._insertElement(t,I.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t);break;case O.MATH:e._reconstructActiveFormattingElements(),eJ(t),e0(t),t.selfClosing?e._appendElement(t,I.MATHML):e._insertElement(t,I.MATHML),t.ackSelfClosing=!0;break;case O.TABLE:e.treeAdapter.getDocumentMode(e.document)!==v.QUIRKS&&e.openElements.hasInButtonScope(O.P)&&e._closePElement(),e._insertElement(t,I.HTML),e.framesetOk=!1,e.insertionMode=D.IN_TABLE;break;case O.INPUT:e._reconstructActiveFormattingElements(),e._appendElement(t,I.HTML),tu(t)||(e.framesetOk=!1),t.ackSelfClosing=!0;break;case O.PARAM:case O.TRACK:case O.SOURCE:e._appendElement(t,I.HTML),t.ackSelfClosing=!0;break;case O.IMAGE:t.tagName=R.IMG,t.tagID=O.IMG,tc(e,t);break;case O.BUTTON:e.openElements.hasInScope(O.BUTTON)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(O.BUTTON)),e._reconstructActiveFormattingElements(),e._insertElement(t,I.HTML),e.framesetOk=!1;break;case O.APPLET:case O.OBJECT:case O.MARQUEE:e._reconstructActiveFormattingElements(),e._insertElement(t,I.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1;break;case O.IFRAME:e.framesetOk=!1,e._switchToTextParsing(t,ey.RAWTEXT);break;case O.SELECT:e._reconstructActiveFormattingElements(),e._insertElement(t,I.HTML),e.framesetOk=!1,e.insertionMode=e.insertionMode===D.IN_TABLE||e.insertionMode===D.IN_CAPTION||e.insertionMode===D.IN_TABLE_BODY||e.insertionMode===D.IN_ROW||e.insertionMode===D.IN_CELL?D.IN_SELECT_IN_TABLE:D.IN_SELECT;break;case O.OPTION:case O.OPTGROUP:e.openElements.currentTagId===O.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(t,I.HTML);break;case O.NOEMBED:case O.NOFRAMES:td(e,t);break;case O.FRAMESET:let s;s=e.openElements.tryPeekProperlyNestedBodyElement(),e.framesetOk&&s&&(e.treeAdapter.detachNode(s),e.openElements.popAllUpToHtmlElement(),e._insertElement(t,I.HTML),e.insertionMode=D.IN_FRAMESET);break;case O.TEXTAREA:e._insertElement(t,I.HTML),e.skipNextNewLine=!0,e.tokenizer.state=ey.RCDATA,e.originalInsertionMode=e.insertionMode,e.framesetOk=!1,e.insertionMode=D.TEXT;break;case O.NOSCRIPT:e.options.scriptingEnabled?td(e,t):tp(e,t);break;case O.PLAINTEXT:e.openElements.hasInButtonScope(O.P)&&e._closePElement(),e._insertElement(t,I.HTML),e.tokenizer.state=ey.PLAINTEXT;break;case O.COL:case O.TH:case O.TD:case O.TR:case O.HEAD:case O.FRAME:case O.TBODY:case O.TFOOT:case O.THEAD:case O.CAPTION:case O.COLGROUP:break;default:tp(e,t)}}function tf(e,t){let n=t.tagName,r=t.tagID;for(let t=e.openElements.stackTop;t>0;t--){let a=e.openElements.items[t],i=e.openElements.tagIDs[t];if(r===i&&(r!==O.UNKNOWN||e.treeAdapter.getTagName(a)===n)){e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.stackTop>=t&&e.openElements.shortenToLength(t);break}if(e._isSpecialElement(a,i))break}}function tg(e,t){switch(t.tagID){case O.A:case O.B:case O.I:case O.S:case O.U:case O.EM:case O.TT:case O.BIG:case O.CODE:case O.FONT:case O.NOBR:case O.SMALL:case O.STRIKE:case O.STRONG:e4(e,t);break;case O.P:e.openElements.hasInButtonScope(O.P)||e._insertFakeElement(R.P,O.P),e._closePElement();break;case O.DL:case O.UL:case O.OL:case O.DIR:case O.DIV:case O.NAV:case O.PRE:case O.MAIN:case O.MENU:case O.ASIDE:case O.BUTTON:case O.CENTER:case O.FIGURE:case O.FOOTER:case O.HEADER:case O.HGROUP:case O.DIALOG:case O.ADDRESS:case O.ARTICLE:case O.DETAILS:case O.SEARCH:case O.SECTION:case O.SUMMARY:case O.LISTING:case O.FIELDSET:case O.BLOCKQUOTE:case O.FIGCAPTION:let n;n=t.tagID,e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n));break;case O.LI:e.openElements.hasInListItemScope(O.LI)&&(e.openElements.generateImpliedEndTagsWithExclusion(O.LI),e.openElements.popUntilTagNamePopped(O.LI));break;case O.DD:case O.DT:let r;r=t.tagID,e.openElements.hasInScope(r)&&(e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.popUntilTagNamePopped(r));break;case O.H1:case O.H2:case O.H3:case O.H4:case O.H5:case O.H6:e.openElements.hasNumberedHeaderInScope()&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilNumberedHeaderPopped());break;case O.BR:e._reconstructActiveFormattingElements(),e._insertFakeElement(R.BR,O.BR),e.openElements.pop(),e.framesetOk=!1;break;case O.BODY:if(e.openElements.hasInScope(O.BODY)&&(e.insertionMode=D.AFTER_BODY,e.options.sourceCodeLocationInfo)){let n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e._setEndLocation(n,t)}break;case O.HTML:e.openElements.hasInScope(O.BODY)&&(e.insertionMode=D.AFTER_BODY,tx(e,t));break;case O.FORM:!function(e){let t=e.openElements.tmplCount>0,{formElement:n}=e;t||(e.formElement=null),(n||t)&&e.openElements.hasInScope(O.FORM)&&(e.openElements.generateImpliedEndTags(),t?e.openElements.popUntilTagNamePopped(O.FORM):n&&e.openElements.remove(n))}(e);break;case O.APPLET:case O.OBJECT:case O.MARQUEE:let a;a=t.tagID,e.openElements.hasInScope(a)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(a),e.activeFormattingElements.clearToLastMarker());break;case O.TEMPLATE:tn(e,t);break;default:tf(e,t)}}function tm(e,t){e.tmplInsertionModeStack.length>0?tL(e,t):e8(e,t)}function tb(e,t){if(void 0!==e.openElements.currentTagId&&e2.has(e.openElements.currentTagId))switch(e.pendingCharacterTokens.length=0,e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=D.IN_TABLE_TEXT,t.type){case T.CHARACTER:tS(e,t);break;case T.WHITESPACE_CHARACTER:t_(e,t)}else tT(e,t)}function tE(e,t){switch(t.tagID){case O.TD:case O.TH:case O.TR:e.openElements.clearBackToTableContext(),e._insertFakeElement(R.TBODY,O.TBODY),e.insertionMode=D.IN_TABLE_BODY,tv(e,t);break;case O.STYLE:case O.SCRIPT:case O.TEMPLATE:tt(e,t);break;case O.COL:e.openElements.clearBackToTableContext(),e._insertFakeElement(R.COLGROUP,O.COLGROUP),e.insertionMode=D.IN_COLUMN_GROUP,tI(e,t);break;case O.FORM:e.formElement||0!==e.openElements.tmplCount||(e._insertElement(t,I.HTML),e.formElement=e.openElements.current,e.openElements.pop());break;case O.TABLE:e.openElements.hasInTableScope(O.TABLE)&&(e.openElements.popUntilTagNamePopped(O.TABLE),e._resetInsertionMode(),e._processStartTag(t));break;case O.TBODY:case O.TFOOT:case O.THEAD:e.openElements.clearBackToTableContext(),e._insertElement(t,I.HTML),e.insertionMode=D.IN_TABLE_BODY;break;case O.INPUT:tu(t)?e._appendElement(t,I.HTML):tT(e,t),t.ackSelfClosing=!0;break;case O.CAPTION:e.openElements.clearBackToTableContext(),e.activeFormattingElements.insertMarker(),e._insertElement(t,I.HTML),e.insertionMode=D.IN_CAPTION;break;case O.COLGROUP:e.openElements.clearBackToTableContext(),e._insertElement(t,I.HTML),e.insertionMode=D.IN_COLUMN_GROUP;break;default:tT(e,t)}}function ty(e,t){switch(t.tagID){case O.TABLE:e.openElements.hasInTableScope(O.TABLE)&&(e.openElements.popUntilTagNamePopped(O.TABLE),e._resetInsertionMode());break;case O.TEMPLATE:tn(e,t);break;case O.BODY:case O.CAPTION:case O.COL:case O.COLGROUP:case O.HTML:case O.TBODY:case O.TD:case O.TFOOT:case O.TH:case O.THEAD:case O.TR:break;default:tT(e,t)}}function tT(e,t){let n=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,ts(e,t),e.fosterParentingEnabled=n}function t_(e,t){e.pendingCharacterTokens.push(t)}function tS(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePendingCharacterToken=!0}function tA(e,t){let n=0;if(e.hasNonWhitespacePendingCharacterToken)for(;n<e.pendingCharacterTokens.length;n++)tT(e,e.pendingCharacterTokens[n]);else for(;n<e.pendingCharacterTokens.length;n++)e._insertCharacters(e.pendingCharacterTokens[n]);e.insertionMode=e.originalInsertionMode,e._processToken(t)}let tk=new Set([O.CAPTION,O.COL,O.COLGROUP,O.TBODY,O.TD,O.TFOOT,O.TH,O.THEAD,O.TR]);function tI(e,t){switch(t.tagID){case O.HTML:th(e,t);break;case O.COL:e._appendElement(t,I.HTML),t.ackSelfClosing=!0;break;case O.TEMPLATE:tt(e,t);break;default:tN(e,t)}}function tN(e,t){e.openElements.currentTagId===O.COLGROUP&&(e.openElements.pop(),e.insertionMode=D.IN_TABLE,e._processToken(t))}function tv(e,t){switch(t.tagID){case O.TR:e.openElements.clearBackToTableBodyContext(),e._insertElement(t,I.HTML),e.insertionMode=D.IN_ROW;break;case O.TH:case O.TD:e.openElements.clearBackToTableBodyContext(),e._insertFakeElement(R.TR,O.TR),e.insertionMode=D.IN_ROW,tO(e,t);break;case O.CAPTION:case O.COL:case O.COLGROUP:case O.TBODY:case O.TFOOT:case O.THEAD:e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=D.IN_TABLE,tE(e,t));break;default:tE(e,t)}}function tR(e,t){let n=t.tagID;switch(t.tagID){case O.TBODY:case O.TFOOT:case O.THEAD:e.openElements.hasInTableScope(n)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=D.IN_TABLE);break;case O.TABLE:e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=D.IN_TABLE,ty(e,t));break;case O.BODY:case O.CAPTION:case O.COL:case O.COLGROUP:case O.HTML:case O.TD:case O.TH:case O.TR:break;default:ty(e,t)}}function tO(e,t){switch(t.tagID){case O.TH:case O.TD:e.openElements.clearBackToTableRowContext(),e._insertElement(t,I.HTML),e.insertionMode=D.IN_CELL,e.activeFormattingElements.insertMarker();break;case O.CAPTION:case O.COL:case O.COLGROUP:case O.TBODY:case O.TFOOT:case O.THEAD:case O.TR:e.openElements.hasInTableScope(O.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=D.IN_TABLE_BODY,tv(e,t));break;default:tE(e,t)}}function tw(e,t){switch(t.tagID){case O.TR:e.openElements.hasInTableScope(O.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=D.IN_TABLE_BODY);break;case O.TABLE:e.openElements.hasInTableScope(O.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=D.IN_TABLE_BODY,tR(e,t));break;case O.TBODY:case O.TFOOT:case O.THEAD:(e.openElements.hasInTableScope(t.tagID)||e.openElements.hasInTableScope(O.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=D.IN_TABLE_BODY,tR(e,t));break;case O.BODY:case O.CAPTION:case O.COL:case O.COLGROUP:case O.HTML:case O.TD:case O.TH:break;default:ty(e,t)}}function tC(e,t){switch(t.tagID){case O.HTML:th(e,t);break;case O.OPTION:e.openElements.currentTagId===O.OPTION&&e.openElements.pop(),e._insertElement(t,I.HTML);break;case O.OPTGROUP:e.openElements.currentTagId===O.OPTION&&e.openElements.pop(),e.openElements.currentTagId===O.OPTGROUP&&e.openElements.pop(),e._insertElement(t,I.HTML);break;case O.HR:e.openElements.currentTagId===O.OPTION&&e.openElements.pop(),e.openElements.currentTagId===O.OPTGROUP&&e.openElements.pop(),e._appendElement(t,I.HTML),t.ackSelfClosing=!0;break;case O.INPUT:case O.KEYGEN:case O.TEXTAREA:case O.SELECT:e.openElements.hasInSelectScope(O.SELECT)&&(e.openElements.popUntilTagNamePopped(O.SELECT),e._resetInsertionMode(),t.tagID!==O.SELECT&&e._processStartTag(t));break;case O.SCRIPT:case O.TEMPLATE:tt(e,t)}}function tD(e,t){switch(t.tagID){case O.OPTGROUP:e.openElements.stackTop>0&&e.openElements.currentTagId===O.OPTION&&e.openElements.tagIDs[e.openElements.stackTop-1]===O.OPTGROUP&&e.openElements.pop(),e.openElements.currentTagId===O.OPTGROUP&&e.openElements.pop();break;case O.OPTION:e.openElements.currentTagId===O.OPTION&&e.openElements.pop();break;case O.SELECT:e.openElements.hasInSelectScope(O.SELECT)&&(e.openElements.popUntilTagNamePopped(O.SELECT),e._resetInsertionMode());break;case O.TEMPLATE:tn(e,t)}}function tL(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagNamePopped(O.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode(),e.onEof(t)):e8(e,t)}function tx(e,t){var n;if(t.tagID===O.HTML){if(e.fragmentContext||(e.insertionMode=D.AFTER_AFTER_BODY),e.options.sourceCodeLocationInfo&&e.openElements.tagIDs[0]===O.HTML){e._setEndLocation(e.openElements.items[0],t);let r=e.openElements.items[1];!r||(null==(n=e.treeAdapter.getNodeSourceCodeLocation(r))?void 0:n.endTag)||e._setEndLocation(r,t)}}else tP(e,t)}function tP(e,t){e.insertionMode=D.IN_BODY,ts(e,t)}function tF(e,t){e.insertionMode=D.IN_BODY,ts(e,t)}function tM(e){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==I.HTML&&void 0!==e.openElements.currentTagId&&!e._isIntegrationPoint(e.openElements.currentTagId,e.openElements.current);)e.openElements.pop()}String.prototype.codePointAt,R.AREA,R.BASE,R.BASEFONT,R.BGSOUND,R.BR,R.COL,R.EMBED,R.FRAME,R.HR,R.IMG,R.INPUT,R.KEYGEN,R.LINK,R.META,R.PARAM,R.SOURCE,R.TRACK,R.WBR;var tB=n(7370),tU=n(48250);let tH=/<(\/?)(iframe|noembed|noframes|plaintext|script|style|textarea|title|xmp)(?=[\t\n\f\r />])/gi,tG=new Set(["mdxFlowExpression","mdxJsxFlowElement","mdxJsxTextElement","mdxTextExpression","mdxjsEsm"]),t$={sourceCodeLocationInfo:!0,scriptingEnabled:!1};function tY(e,t){var n,r;let a,i,s=!!((a="root"===(r=e).type?r.children[0]:r)&&("doctype"===a.type||"element"===a.type&&"html"===a.tagName.toLowerCase())),o=(0,V.A)("type",{handlers:{root:tj,element:tW,text:tq,comment:tV,doctype:tX,raw:tK},unknown:tZ}),l={parser:s?new e5(t$):e5.getFragmentParser(void 0,t$),handle(e){o(e,l)},stitches:!1,options:t||{}};o(e,l),tJ(l,(0,tB.PW)());let c=(n=s?l.parser.document:l.parser.getFragment(),$({file:(i={file:l.options.file}).file||void 0,location:!1,schema:"svg"===i.space?F.JW:F.qy,verbose:i.verbose||!1},n));return(l.stitches&&(0,tU.YR)(c,"comment",function(e,t,n){if(e.value.stitch&&n&&void 0!==t)return n.children[t]=e.value.stitch,t}),"root"===c.type&&1===c.children.length&&c.children[0].type===e.type)?c.children[0]:c}function tz(e,t){let n=-1;if(e)for(;++n<e.length;)t.handle(e[n])}function tj(e,t){tz(e.children,t)}function tW(e,t){(function(e,t){let n=e.tagName.toLowerCase();if(t.parser.tokenizer.state===ey.PLAINTEXT)return;tJ(t,(0,tB.PW)(e));let r=t.parser.openElements.current,a="namespaceURI"in r?r.namespaceURI:U.t.html;a===U.t.html&&"svg"===n&&(a=U.t.svg);let i=Z({...e,children:[]},"svg"===({space:a===U.t.svg?"svg":"html"}).space?F.JW:F.qy),s={type:T.START_TAG,tagName:n,tagID:eg(n),selfClosing:!1,ackSelfClosing:!1,attrs:"attrs"in i?i.attrs:[],location:t0(e)};t.parser.currentToken=s,t.parser._processToken(t.parser.currentToken),t.parser.tokenizer.lastStartTagName=n})(e,t),tz(e.children,t),function(e,t){let n=e.tagName.toLowerCase();if(!t.parser.tokenizer.inForeignNode&&ee.b.includes(n)||t.parser.tokenizer.state===ey.PLAINTEXT)return;tJ(t,(0,tB.Y)(e));let r={type:T.END_TAG,tagName:n,tagID:eg(n),selfClosing:!1,ackSelfClosing:!1,attrs:[],location:t0(e)};t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken),n===t.parser.tokenizer.lastStartTagName&&(t.parser.tokenizer.state===ey.RCDATA||t.parser.tokenizer.state===ey.RAWTEXT||t.parser.tokenizer.state===ey.SCRIPT_DATA)&&(t.parser.tokenizer.state=ey.DATA)}(e,t)}function tq(e,t){t.parser.tokenizer.state>4&&(t.parser.tokenizer.state=0);let n={type:T.CHARACTER,chars:e.value,location:t0(e)};tJ(t,(0,tB.PW)(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function tX(e,t){let n={type:T.DOCTYPE,name:"html",forceQuirks:!1,publicId:"",systemId:"",location:t0(e)};tJ(t,(0,tB.PW)(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function tV(e,t){let n=e.value,r={type:T.COMMENT,data:n,location:t0(e)};tJ(t,(0,tB.PW)(e)),t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken)}function tK(e,t){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,tQ(t,(0,tB.PW)(e)),t.parser.tokenizer.write(t.options.tagfilter?e.value.replace(tH,"<$1$2"):e.value,!1),t.parser.tokenizer._runParsingLoop(),72===t.parser.tokenizer.state||78===t.parser.tokenizer.state){t.parser.tokenizer.preprocessor.lastChunkWritten=!0;let e=t.parser.tokenizer._consume();t.parser.tokenizer._callState(e)}}function tZ(e,t){if(t.options.passThrough&&t.options.passThrough.includes(e.type)){var n;let r;t.stitches=!0,r="children"in(n=e)?(0,L.Ay)({...n,children:[]}):(0,L.Ay)(n),"children"in e&&"children"in r&&(r.children=tY({type:"root",children:e.children},t.options).children),tV({type:"comment",value:{stitch:r}},t)}else{let t="";throw tG.has(e.type)&&(t=". It looks like you are using MDX nodes with `hast-util-raw` (or `rehype-raw`). If you use this because you are using remark or rehype plugins that inject `'html'` nodes, then please raise an issue with that plugin, as its a bad and slow idea. If you use this because you are using markdown syntax, then you have to configure this utility (or plugin) to pass through these nodes (see `passThrough` in docs), but you can also migrate to use the MDX syntax"),Error("Cannot compile `"+e.type+"` node"+t)}}function tJ(e,t){tQ(e,t);let n=e.parser.tokenizer.currentCharacterToken;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=ey.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:""}}function tQ(e,t){if(t&&void 0!==t.offset){let n={startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:-1,endCol:-1,endOffset:-1};e.parser.tokenizer.preprocessor.lineStartPos=-t.column+1,e.parser.tokenizer.preprocessor.droppedBufferSize=t.offset,e.parser.tokenizer.preprocessor.line=t.line,e.parser.tokenizer.currentLocation=n}}function t0(e){let t=(0,tB.PW)(e)||{line:void 0,column:void 0,offset:void 0},n=(0,tB.Y)(e)||{line:void 0,column:void 0,offset:void 0};return{startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:n.line,endCol:n.column,endOffset:n.offset}}function t1(e){return function(t,n){return tY(t,{...e,file:n})}}},98164:(e,t,n)=>{"use strict";n.d(t,{A:()=>p});var r=n(23091),a=n(7659),i=n(62835),s=n(4294);let o={tokenize:function(e,t,n){let r=this,a=r.events[r.events.length-1],o=a&&"linePrefix"===a[1].type?a[2].sliceSerialize(a[1],!0).length:0,c=0;return function(t){return e.enter("mathFlow"),e.enter("mathFlowFence"),e.enter("mathFlowFenceSequence"),function t(r){return 36===r?(e.consume(r),c++,t):c<2?n(r):(e.exit("mathFlowFenceSequence"),(0,i.N)(e,u,"whitespace")(r))}(t)};function u(t){return null===t||(0,s.HP)(t)?d(t):(e.enter("mathFlowFenceMeta"),e.enter("chunkString",{contentType:"string"}),function t(r){return null===r||(0,s.HP)(r)?(e.exit("chunkString"),e.exit("mathFlowFenceMeta"),d(r)):36===r?n(r):(e.consume(r),t)}(t))}function d(n){return(e.exit("mathFlowFence"),r.interrupt)?t(n):e.attempt(l,p,g)(n)}function p(t){return e.attempt({tokenize:m,partial:!0},g,h)(t)}function h(t){return(o?(0,i.N)(e,f,"linePrefix",o+1):f)(t)}function f(t){return null===t?g(t):(0,s.HP)(t)?e.attempt(l,p,g)(t):(e.enter("mathFlowValue"),function t(n){return null===n||(0,s.HP)(n)?(e.exit("mathFlowValue"),f(n)):(e.consume(n),t)}(t))}function g(n){return e.exit("mathFlow"),t(n)}function m(e,t,n){let a=0;return(0,i.N)(e,function(t){return e.enter("mathFlowFence"),e.enter("mathFlowFenceSequence"),function t(r){return 36===r?(a++,e.consume(r),t):a<c?n(r):(e.exit("mathFlowFenceSequence"),(0,i.N)(e,o,"whitespace")(r))}(t)},"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4);function o(r){return null===r||(0,s.HP)(r)?(e.exit("mathFlowFence"),t(r)):n(r)}}},concrete:!0,name:"mathFlow"},l={tokenize:function(e,t,n){let r=this;return function(n){return null===n?t(n):(e.enter("lineEnding"),e.consume(n),e.exit("lineEnding"),a)};function a(e){return r.parser.lazy[r.now().line]?n(e):t(e)}},partial:!0};function c(e){let t,n,r=e.length-4,a=3;if(("lineEnding"===e[3][1].type||"space"===e[a][1].type)&&("lineEnding"===e[r][1].type||"space"===e[r][1].type)){for(t=a;++t<r;)if("mathTextData"===e[t][1].type){e[r][1].type="mathTextPadding",e[a][1].type="mathTextPadding",a+=2,r-=2;break}}for(t=a-1,r++;++t<=r;)void 0===n?t!==r&&"lineEnding"!==e[t][1].type&&(n=t):(t===r||"lineEnding"===e[t][1].type)&&(e[n][1].type="mathTextData",t!==n+2&&(e[n][1].end=e[t-1][1].end,e.splice(n+2,t-n-2),r-=t-n-2,t=n+2),n=void 0);return e}function u(e){return 36!==e||"characterEscape"===this.events[this.events.length-1][1].type}let d={};function p(e){let t,n=e||d,i=this.data(),l=i.micromarkExtensions||(i.micromarkExtensions=[]),p=i.fromMarkdownExtensions||(i.fromMarkdownExtensions=[]),h=i.toMarkdownExtensions||(i.toMarkdownExtensions=[]);l.push({flow:{36:o},text:{36:(null==(t=(n||{}).singleDollarTextMath)&&(t=!0),{tokenize:function(e,n,r){let a,i,o=0;return function(n){return e.enter("mathText"),e.enter("mathTextSequence"),function n(a){return 36===a?(e.consume(a),o++,n):o<2&&!t?r(a):(e.exit("mathTextSequence"),l(a))}(n)};function l(t){return null===t?r(t):36===t?(i=e.enter("mathTextSequence"),a=0,function t(r){return 36===r?(e.consume(r),a++,t):a===o?(e.exit("mathTextSequence"),e.exit("mathText"),n(r)):(i.type="mathTextData",c(r))}(t)):32===t?(e.enter("space"),e.consume(t),e.exit("space"),l):(0,s.HP)(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),l):(e.enter("mathTextData"),c(t))}function c(t){return null===t||32===t||36===t||(0,s.HP)(t)?(e.exit("mathTextData"),l(t)):(e.consume(t),c)}},resolve:c,previous:u,name:"mathText"})}}),p.push(function(){return{enter:{mathFlow:function(e){this.enter({type:"math",meta:null,value:"",data:{hName:"pre",hChildren:[{type:"element",tagName:"code",properties:{className:["language-math","math-display"]},children:[]}]}},e)},mathFlowFenceMeta:function(){this.buffer()},mathText:function(e){this.enter({type:"inlineMath",value:"",data:{hName:"code",hProperties:{className:["language-math","math-inline"]},hChildren:[]}},e),this.buffer()}},exit:{mathFlow:function(e){let t=this.resume().replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),n=this.stack[this.stack.length-1];(0,r.ok)("math"===n.type),this.exit(e),n.value=t;let a=n.data.hChildren[0];(0,r.ok)("element"===a.type),(0,r.ok)("code"===a.tagName),a.children.push({type:"text",value:t}),this.data.mathFlowInside=void 0},mathFlowFence:function(){this.data.mathFlowInside||(this.buffer(),this.data.mathFlowInside=!0)},mathFlowFenceMeta:function(){let e=this.resume(),t=this.stack[this.stack.length-1];(0,r.ok)("math"===t.type),t.meta=e},mathFlowValue:e,mathText:function(e){let t=this.resume(),n=this.stack[this.stack.length-1];(0,r.ok)("inlineMath"===n.type),this.exit(e),n.value=t,n.data.hChildren.push({type:"text",value:t})},mathTextData:e}};function e(e){this.config.enter.data.call(this,e),this.config.exit.data.call(this,e)}}()),h.push(function(e){let t=(e||{}).singleDollarTextMath;return null==t&&(t=!0),n.peek=function(){return"$"},{unsafe:[{character:"\r",inConstruct:"mathFlowMeta"},{character:"\n",inConstruct:"mathFlowMeta"},{character:"$",after:t?void 0:"\\$",inConstruct:"phrasing"},{character:"$",inConstruct:"mathFlowMeta"},{atBreak:!0,character:"$",after:"\\$"}],handlers:{math:function(e,t,n,r){let i=e.value||"",s=n.createTracker(r),o="$".repeat(Math.max((0,a.D)(i,"$")+1,2)),l=n.enter("mathFlow"),c=s.move(o);if(e.meta){let t=n.enter("mathFlowMeta");c+=s.move(n.safe(e.meta,{after:"\n",before:c,encode:["$"],...s.current()})),t()}return c+=s.move("\n"),i&&(c+=s.move(i+"\n")),c+=s.move(o),l(),c},inlineMath:n}};function n(e,n,r){let a=e.value||"",i=1;for(!t&&i++;RegExp("(^|[^$])"+"\\$".repeat(i)+"([^$]|$)").test(a);)i++;let s="$".repeat(i);/[^ \r\n]/.test(a)&&(/^[ \r\n]/.test(a)&&/[ \r\n]$/.test(a)||/^\$|\$$/.test(a))&&(a=" "+a+" ");let o=-1;for(;++o<r.unsafe.length;){let e,t=r.unsafe[o];if(!t.atBreak)continue;let n=r.compilePattern(t);for(;e=n.exec(a);){let t=e.index;10===a.codePointAt(t)&&13===a.codePointAt(t-1)&&t--,a=a.slice(0,t)+" "+a.slice(e.index+1)}}return s+a+s}}(n))}},98844:(e,t,n)=>{"use strict";n.d(t,{Au:()=>l,Fh:()=>s,Ie:()=>d,Jt:()=>i,Q2:()=>a,aI:()=>c,rl:()=>o,vG:()=>u});var r=n(22858);r.gU;let a=r.Rt;r.rQ,r.BG;let i=r.Jt,s=r.Fh,o=r.rl,l=r.Au,c=r.aI,u=r.vG;r.$N;let d=r.Ie},98931:(e,t,n)=>{"use strict";let r;n.d(t,{$N:()=>y,C2:()=>b,JP:()=>_,Jt:()=>g,L8:()=>f,Ru:()=>E,VH:()=>N,VO:()=>d,_c:()=>T,gH:()=>I,hZ:()=>m,lF:()=>k,ll:()=>u,ni:()=>S,s$:()=>h,yo:()=>A});var a=n(8285),i=n(67172),s=n(96007),o=n(80905),l=n(54508),c=n(16841);let u=Symbol.for("effect/Ref"),d={_A:e=>e};class p extends a.Xs{static{r=l.ii}commit(){return this.get}constructor(e){super(),this[u]=d,this[r]=l.ii,this.ref=e,this.get=c.OH5(()=>s.Jt(this.ref))}modify(e){return c.OH5(()=>{let t=s.Jt(this.ref),[n,r]=e(t);return t!==r&&s.hZ(r)(this.ref),n})}}let h=e=>new p(s.L8(e)),f=e=>c.OH5(()=>h(e)),g=e=>e.get,m=(0,i.XY)(2,(e,t)=>e.modify(()=>[void 0,t])),b=(0,i.XY)(2,(e,t)=>e.modify(e=>[e,t])),E=(0,i.XY)(2,(e,t)=>e.modify(e=>[e,t(e)])),y=(0,i.XY)(2,(e,t)=>e.modify(e=>{let n=t(e);switch(n._tag){case"None":return[e,e];case"Some":return[e,n.value]}})),T=(0,i.XY)(2,(e,t)=>e.modify(()=>[t,t])),_=(0,i.XY)(2,(e,t)=>e.modify(t)),S=(0,i.XY)(3,(e,t,n)=>e.modify(e=>{let r=n(e);switch(r._tag){case"None":return[t,e];case"Some":return r.value}})),A=(0,i.XY)(2,(e,t)=>e.modify(e=>[void 0,t(e)])),k=(0,i.XY)(2,(e,t)=>e.modify(e=>{let n=t(e);return[n,n]})),I=(0,i.XY)(2,(e,t)=>e.modify(e=>[void 0,o.YW(t(e),{onNone:()=>e,onSome:e=>e})])),N=(0,i.XY)(2,(e,t)=>e.modify(e=>{let n=t(e);switch(n._tag){case"None":return[e,e];case"Some":return[n.value,n.value]}}))},98953:(e,t,n)=>{"use strict";n.d(t,{L8:()=>s,sh:()=>i,wT:()=>o});var r=n(14875),a=n(34279);a.Tz,a.Te;let i=a.Ez,s=a.L8;a.uV;let o=r.wT;a.DW},99634:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){let n=null;if(!e||"string"!=typeof e)return n;let r=(0,a.default)(e),i="function"==typeof t;return r.forEach(e=>{if("declaration"!==e.type)return;let{property:r,value:a}=e;i?t(r,a,e):a&&((n=n||{})[r]=a)}),n};let a=r(n(21090))}}]);
|