@easyv/biz-components 1.0.29 → 1.0.30
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/README.md +1 -1
- package/dist/_virtual/index.es4.js +2 -2
- package/dist/_virtual/index.es6.js +2 -2
- package/dist/components/{code-editor/code-editor.d.ts → code-mirror-editor/code-mirror-editor.d.ts} +2 -2
- package/dist/components/{code-editor/code-editor.es.js → code-mirror-editor/code-mirror-editor.es.js} +4 -4
- package/dist/components/code-mirror-editor/code-mirror-editor.es.js.map +1 -0
- package/dist/components/code-mirror-editor/constants.es.js.map +1 -0
- package/dist/components/code-mirror-editor/index.d.ts +1 -0
- package/dist/components/code-mirror-editor/utils.es.js.map +1 -0
- package/dist/components/editor-tool/editor-tool.d.ts +3 -0
- package/dist/components/editor-tool/editor-tool.es.js +218 -0
- package/dist/components/editor-tool/editor-tool.es.js.map +1 -0
- package/dist/components/editor-tool/index.d.ts +1 -0
- package/dist/components/index.d.ts +3 -1
- package/dist/index.es.js +4 -2
- package/dist/index.es.js.map +1 -1
- package/dist/lib/_virtual/_commonjsHelpers.es.js +9 -0
- package/dist/lib/_virtual/_commonjsHelpers.es.js.map +1 -0
- package/dist/lib/_virtual/dayjs.min.es.js +5 -0
- package/dist/lib/_virtual/dayjs.min.es.js.map +1 -0
- package/dist/lib/_virtual/index.es.js +5 -0
- package/dist/lib/_virtual/index.es.js.map +1 -0
- package/dist/lib/_virtual/index.es2.js +5 -0
- package/dist/lib/_virtual/index.es2.js.map +1 -0
- package/dist/lib/_virtual/index.es3.js +5 -0
- package/dist/lib/_virtual/index.es3.js.map +1 -0
- package/dist/lib/_virtual/index.es4.js +5 -0
- package/dist/lib/_virtual/index.es4.js.map +1 -0
- package/dist/lib/_virtual/index.es5.js +5 -0
- package/dist/lib/_virtual/index.es5.js.map +1 -0
- package/dist/{_virtual/index.es7.js → lib/_virtual/index.es6.js} +1 -1
- package/dist/lib/_virtual/index.es6.js.map +1 -0
- package/dist/lib/_virtual/jsx-runtime.es.js +5 -0
- package/dist/lib/_virtual/jsx-runtime.es.js.map +1 -0
- package/dist/lib/_virtual/react-is.development.es.js +5 -0
- package/dist/lib/_virtual/react-is.development.es.js.map +1 -0
- package/dist/lib/_virtual/react-is.development.es2.js +5 -0
- package/dist/lib/_virtual/react-is.development.es2.js.map +1 -0
- package/dist/lib/_virtual/react-is.production.min.es.js +5 -0
- package/dist/lib/_virtual/react-is.production.min.es.js.map +1 -0
- package/dist/lib/_virtual/react-is.production.min.es2.js +5 -0
- package/dist/lib/_virtual/react-is.production.min.es2.js.map +1 -0
- package/dist/lib/_virtual/react-jsx-runtime.development.es.js +5 -0
- package/dist/lib/_virtual/react-jsx-runtime.development.es.js.map +1 -0
- package/dist/lib/_virtual/react-jsx-runtime.production.min.es.js +5 -0
- package/dist/lib/_virtual/react-jsx-runtime.production.min.es.js.map +1 -0
- package/dist/lib/_virtual/utilities.es.js +5 -0
- package/dist/lib/_virtual/utilities.es.js.map +1 -0
- package/dist/lib/ant-components/input/input.es.js +12 -0
- package/dist/lib/ant-components/input/input.es.js.map +1 -0
- package/dist/lib/ant-components/input/input.module.less.es.js +7 -0
- package/dist/lib/ant-components/input/input.module.less.es.js.map +1 -0
- package/dist/lib/asserts/icons/agent-step-hint-icon.svg.es.js +6 -0
- package/dist/lib/asserts/icons/agent-step-hint-icon.svg.es.js.map +1 -0
- package/dist/lib/components/ai-message-render/ai-message-render.es.js +160 -0
- package/dist/lib/components/ai-message-render/ai-message-render.es.js.map +1 -0
- package/dist/lib/components/ai-message-render/image-preview.es.js +22 -0
- package/dist/lib/components/ai-message-render/image-preview.es.js.map +1 -0
- package/dist/lib/components/ai-message-render/index.less.es.js +5 -0
- package/dist/lib/components/ai-message-render/index.less.es.js.map +1 -0
- package/dist/lib/components/ai-message-render/index.module.less.es.js +7 -0
- package/dist/lib/components/ai-message-render/index.module.less.es.js.map +1 -0
- package/dist/lib/components/ai-message-render/utils.es.js +146 -0
- package/dist/lib/components/ai-message-render/utils.es.js.map +1 -0
- package/dist/lib/components/ai-model-select/ai-model-select-panel.es.js +192 -0
- package/dist/lib/components/ai-model-select/ai-model-select-panel.es.js.map +1 -0
- package/dist/lib/components/ai-model-select/iconBtn.es.js +21 -0
- package/dist/lib/components/ai-model-select/iconBtn.es.js.map +1 -0
- package/dist/lib/components/code-mirror-editor/code-mirror-editor.es.js +176 -0
- package/dist/lib/components/code-mirror-editor/code-mirror-editor.es.js.map +1 -0
- package/dist/lib/components/code-mirror-editor/constants.es.js +281 -0
- package/dist/lib/components/code-mirror-editor/constants.es.js.map +1 -0
- package/dist/lib/components/code-mirror-editor/utils.es.js +131 -0
- package/dist/lib/components/code-mirror-editor/utils.es.js.map +1 -0
- package/dist/lib/components/easyv-monaco-editor/easyv-monaco-editor.es.js +246 -0
- package/dist/lib/components/easyv-monaco-editor/easyv-monaco-editor.es.js.map +1 -0
- package/dist/lib/components/echarts-render/echarts-render.es.js +36 -0
- package/dist/lib/components/echarts-render/echarts-render.es.js.map +1 -0
- package/dist/lib/components/error-boundary/error-boundary.es.js +41 -0
- package/dist/lib/components/error-boundary/error-boundary.es.js.map +1 -0
- package/dist/lib/components/scroll-controller/scroll-controller.es.js +73 -0
- package/dist/lib/components/scroll-controller/scroll-controller.es.js.map +1 -0
- package/dist/lib/components/shadow-dom/shadow-dom.es.js +49 -0
- package/dist/lib/components/shadow-dom/shadow-dom.es.js.map +1 -0
- package/dist/lib/components/voice-animation/voice-animation.es.js +48 -0
- package/dist/lib/components/voice-animation/voice-animation.es.js.map +1 -0
- package/dist/lib/easyv-biz-components/src/ant-components/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/ant-components/input/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/ant-components/input/input.d.ts +9 -0
- package/dist/lib/easyv-biz-components/src/components/ai-message-render/ai-message-render.d.ts +26 -0
- package/dist/lib/easyv-biz-components/src/components/ai-message-render/constants.d.ts +0 -0
- package/dist/lib/easyv-biz-components/src/components/ai-message-render/image-preview.d.ts +9 -0
- package/dist/lib/easyv-biz-components/src/components/ai-message-render/index.d.ts +3 -0
- package/dist/lib/easyv-biz-components/src/components/ai-message-render/test/ai-message-render.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/ai-message-render/types.d.ts +42 -0
- package/dist/lib/easyv-biz-components/src/components/ai-message-render/utils.d.ts +25 -0
- package/dist/lib/easyv-biz-components/src/components/ai-model-select/ai-model-select-panel.d.ts +23 -0
- package/dist/lib/easyv-biz-components/src/components/ai-model-select/iconBtn.d.ts +6 -0
- package/dist/lib/easyv-biz-components/src/components/ai-model-select/index.d.ts +2 -0
- package/dist/lib/easyv-biz-components/src/components/ai-model-select/test/ai-model-select-panel.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/ai-model-select/types.d.ts +11 -0
- package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/code-mirror-editor.d.ts +14 -0
- package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/constants.d.ts +135 -0
- package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/format-utils.d.ts +10 -0
- package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/test/CodeEditor.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/theme.d.ts +4 -0
- package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/utils.d.ts +61 -0
- package/dist/lib/easyv-biz-components/src/components/easyv-monaco-editor/easyv-monaco-editor.d.ts +4 -0
- package/dist/lib/easyv-biz-components/src/components/easyv-monaco-editor/index.d.ts +2 -0
- package/dist/lib/easyv-biz-components/src/components/easyv-monaco-editor/test/easyv-monaco-editor.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/easyv-monaco-editor/types.d.ts +91 -0
- package/dist/lib/easyv-biz-components/src/components/echarts-render/echarts-render.d.ts +12 -0
- package/dist/lib/easyv-biz-components/src/components/echarts-render/index.d.ts +2 -0
- package/dist/lib/easyv-biz-components/src/components/echarts-render/test/base.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/echarts-render/types.d.ts +5 -0
- package/dist/lib/easyv-biz-components/src/components/error-boundary/error-boundary.d.ts +19 -0
- package/dist/lib/easyv-biz-components/src/components/error-boundary/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/index.d.ts +10 -0
- package/dist/lib/easyv-biz-components/src/components/scroll-controller/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/scroll-controller/scroll-controller.d.ts +13 -0
- package/dist/lib/easyv-biz-components/src/components/shadow-dom/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/shadow-dom/shadow-dom.d.ts +9 -0
- package/dist/lib/easyv-biz-components/src/components/voice-animation/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/voice-animation/test/voice-animation.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/voice-animation/voice-animation.d.ts +14 -0
- package/dist/lib/easyv-biz-components/src/hooks/index.d.ts +6 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-ai-agent-message/constants.d.ts +4 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-ai-agent-message/index.d.ts +3 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-ai-agent-message/types.d.ts +7 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-ai-agent-message/use-ai-agent-message.d.ts +31 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-ai-agent-message/utils.d.ts +4 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-div-auto-scroll.d.ts +17 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-document-unmount/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-document-unmount/use-document-unmount.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-initialized.d.ts +7 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-socket-events/constant.d.ts +52 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-socket-events/index.d.ts +3 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-socket-events/types.d.ts +47 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-socket-events/use-socket-events.d.ts +21 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-watch-value/playground.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-watch-value/use-watch-value.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-watch-value/use-watch-value.d.ts +43 -0
- package/dist/lib/easyv-biz-components/src/index.d.ts +4 -0
- package/dist/lib/easyv-biz-components/src/types/index.d.ts +0 -0
- package/dist/lib/easyv-biz-components/src/utils/ai-agent-message-manager/ai-agent-message-manager.d.ts +28 -0
- package/dist/lib/easyv-biz-components/src/utils/ai-agent-message-manager/constants.d.ts +56 -0
- package/dist/lib/easyv-biz-components/src/utils/ai-agent-message-manager/index.d.ts +3 -0
- package/dist/lib/easyv-biz-components/src/utils/ai-agent-message-manager/types.d.ts +132 -0
- package/dist/lib/easyv-biz-components/src/utils/ai-agent-message-manager/utils.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/utils/common/common.d.ts +2 -0
- package/dist/lib/easyv-biz-components/src/utils/common/index.d.ts +2 -0
- package/dist/lib/easyv-biz-components/src/utils/common/url.d.ts +2 -0
- package/dist/lib/easyv-biz-components/src/utils/fetchKnowledge/fetchKnowledge.d.ts +10 -0
- package/dist/lib/easyv-biz-components/src/utils/fetchKnowledge/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/utils/fun-ASR/fun-ASR-manager.d.ts +116 -0
- package/dist/lib/easyv-biz-components/src/utils/fun-ASR/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/utils/index.d.ts +7 -0
- package/dist/lib/easyv-biz-components/src/utils/vosk-browser-manager/audio-manager/audio-manager.d.ts +31 -0
- package/dist/lib/easyv-biz-components/src/utils/vosk-browser-manager/audio-manager/test/audio-manager.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/utils/vosk-browser-manager/audio-manager/types.d.ts +2 -0
- package/dist/lib/easyv-biz-components/src/utils/vosk-browser-manager/index.d.ts +2 -0
- package/dist/lib/easyv-biz-components/src/utils/vosk-browser-manager/test/voskBrowserManager.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/utils/vosk-browser-manager/vosk-browser-manager.d.ts +38 -0
- package/dist/lib/easyv-biz-components/src/utils/wait-something/index.d.ts +9 -0
- package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/XF-stream-voice-manager.d.ts +90 -0
- package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/index.d.ts +3 -0
- package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/recorder-manager/RecorderManager-draft.d.ts +38 -0
- package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/recorder-manager/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/test/RecorderManager.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/test/XunFeiVoiceManager.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/types.d.ts +39 -0
- package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/utils.d.ts +17 -0
- package/dist/lib/hooks/use-ai-agent-message/constants.es.js +10 -0
- package/dist/lib/hooks/use-ai-agent-message/constants.es.js.map +1 -0
- package/dist/lib/hooks/use-ai-agent-message/use-ai-agent-message.es.js +243 -0
- package/dist/lib/hooks/use-ai-agent-message/use-ai-agent-message.es.js.map +1 -0
- package/dist/lib/hooks/use-ai-agent-message/utils.es.js +25 -0
- package/dist/lib/hooks/use-ai-agent-message/utils.es.js.map +1 -0
- package/dist/lib/hooks/use-div-auto-scroll.es.js +51 -0
- package/dist/lib/hooks/use-div-auto-scroll.es.js.map +1 -0
- package/dist/lib/hooks/use-document-unmount/use-document-unmount.es.js +18 -0
- package/dist/lib/hooks/use-document-unmount/use-document-unmount.es.js.map +1 -0
- package/dist/lib/hooks/use-initialized.es.js +23 -0
- package/dist/lib/hooks/use-initialized.es.js.map +1 -0
- package/dist/lib/hooks/use-socket-events/constant.es.js +103 -0
- package/dist/lib/hooks/use-socket-events/constant.es.js.map +1 -0
- package/dist/lib/hooks/use-socket-events/use-socket-events.es.js +128 -0
- package/dist/lib/hooks/use-socket-events/use-socket-events.es.js.map +1 -0
- package/dist/lib/hooks/use-watch-value/use-watch-value.es.js +35 -0
- package/dist/lib/hooks/use-watch-value/use-watch-value.es.js.map +1 -0
- package/dist/lib/index.d.ts +1 -0
- package/dist/lib/index.es.js +91 -0
- package/dist/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_colors@6.0.0/node_modules/@ant-design/colors/dist/index.esm.es.js +176 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_colors@6.0.0/node_modules/@ant-design/colors/dist/index.esm.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/CloseCircleFilled.es.js +5 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/CloseCircleFilled.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/EyeInvisibleOutlined.es.js +5 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/EyeInvisibleOutlined.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/EyeOutlined.es.js +5 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/EyeOutlined.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/LoadingOutlined.es.js +5 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/LoadingOutlined.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/SearchOutlined.es.js +5 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/SearchOutlined.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/AntdIcon.es.js +47 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/AntdIcon.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/Context.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/Context.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/IconBase.es.js +56 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/IconBase.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/twoTonePrimaryColor.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/twoTonePrimaryColor.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/CloseCircleFilled.es.js +18 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/CloseCircleFilled.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/EyeInvisibleOutlined.es.js +18 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/EyeInvisibleOutlined.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/EyeOutlined.es.js +18 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/EyeOutlined.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/LoadingOutlined.es.js +18 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/LoadingOutlined.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/SearchOutlined.es.js +18 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/SearchOutlined.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/utils.es.js +75 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/utils.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.es.js +27 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/classCallCheck.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/classCallCheck.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/createClass.es.js +16 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/createClass.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/createSuper.es.js +18 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/createSuper.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/defineProperty.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/defineProperty.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/extends.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/extends.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/inherits.es.js +17 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/inherits.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/iterableToArray.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/iterableToArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.es.js +25 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/nonIterableRest.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/nonIterableRest.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectSpread2.es.js +26 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectSpread2.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.es.js +289 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/slicedToArray.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/slicedToArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toArray.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toConsumableArray.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toConsumableArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toPrimitive.es.js +15 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toPrimitive.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toPropertyKey.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toPropertyKey.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/typeof.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/typeof.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/extends.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/extends.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_autocomplete@6.11.0_@codemirror_language@6.11.0_@codemirror_state@6.5.2_@co_f627118f465fbcaad567121946d7b883/node_modules/@codemirror/autocomplete/dist/index.es.js +1722 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_autocomplete@6.11.0_@codemirror_language@6.11.0_@codemirror_state@6.5.2_@co_f627118f465fbcaad567121946d7b883/node_modules/@codemirror/autocomplete/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_commands@6.8.1/node_modules/@codemirror/commands/dist/index.es.js +1127 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_commands@6.8.1/node_modules/@codemirror/commands/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_lang-javascript@6.2.1/node_modules/@codemirror/lang-javascript/dist/index.es.js +309 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_lang-javascript@6.2.1/node_modules/@codemirror/lang-javascript/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_lang-json@6.0.1/node_modules/@codemirror/lang-json/dist/index.es.js +28 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_lang-json@6.0.1/node_modules/@codemirror/lang-json/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_lang-sql@6.6.4_@codemirror_view@6.38.0/node_modules/@codemirror/lang-sql/dist/index.es.js +606 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_lang-sql@6.6.4_@codemirror_view@6.38.0/node_modules/@codemirror/lang-sql/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_language@6.11.0/node_modules/@codemirror/language/dist/index.es.js +1587 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_language@6.11.0/node_modules/@codemirror/language/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_lint@6.5.0/node_modules/@codemirror/lint/dist/index.es.js +703 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_lint@6.5.0/node_modules/@codemirror/lint/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_search@6.5.10/node_modules/@codemirror/search/dist/index.es.js +1134 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_search@6.5.10/node_modules/@codemirror/search/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_state@6.5.2/node_modules/@codemirror/state/dist/index.es.js +3373 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_state@6.5.2/node_modules/@codemirror/state/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_theme-one-dark@6.1.3/node_modules/@codemirror/theme-one-dark/dist/index.es.js +136 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_theme-one-dark@6.1.3/node_modules/@codemirror/theme-one-dark/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_view@6.38.0/node_modules/@codemirror/view/dist/index.es.js +10129 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_view@6.38.0/node_modules/@codemirror/view/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.es.js +113 -0
- package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/css-color-names.es.js +154 -0
- package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/css-color-names.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.es.js +149 -0
- package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.es.js +50 -0
- package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@easyv_react-icons@6.3.0/node_modules/@easyv/react-icons/dist/index.esm.es.js +5203 -0
- package/dist/lib/node_modules/.pnpm/@easyv_react-icons@6.3.0/node_modules/@easyv/react-icons/dist/index.esm.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@lezer_common@1.2.3/node_modules/@lezer/common/dist/index.es.js +1670 -0
- package/dist/lib/node_modules/.pnpm/@lezer_common@1.2.3/node_modules/@lezer/common/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@lezer_highlight@1.2.1/node_modules/@lezer/highlight/dist/index.es.js +697 -0
- package/dist/lib/node_modules/.pnpm/@lezer_highlight@1.2.1/node_modules/@lezer/highlight/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@lezer_javascript@1.4.21/node_modules/@lezer/javascript/dist/index.es.js +195 -0
- package/dist/lib/node_modules/.pnpm/@lezer_javascript@1.4.21/node_modules/@lezer/javascript/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@lezer_json@1.0.3/node_modules/@lezer/json/dist/index.es.js +36 -0
- package/dist/lib/node_modules/.pnpm/@lezer_json@1.0.3/node_modules/@lezer/json/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@lezer_lr@1.4.2/node_modules/@lezer/lr/dist/index.es.js +1767 -0
- package/dist/lib/node_modules/.pnpm/@lezer_lr@1.4.2/node_modules/@lezer/lr/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@marijn_find-cluster-break@1.0.2/node_modules/@marijn/find-cluster-break/src/index.es.js +76 -0
- package/dist/lib/node_modules/.pnpm/@marijn_find-cluster-break@1.0.2/node_modules/@marijn/find-cluster-break/src/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@uiw_codemirror-extensions-basic-setup@4.21.20_@codemirror_autocomplete@6.11.0_@codemir_cf2ebe217f6a72f7f56dbaf8d296e3ca/node_modules/@uiw/codemirror-extensions-basic-setup/esm/index.es.js +63 -0
- package/dist/lib/node_modules/.pnpm/@uiw_codemirror-extensions-basic-setup@4.21.20_@codemirror_autocomplete@6.11.0_@codemir_cf2ebe217f6a72f7f56dbaf8d296e3ca/node_modules/@uiw/codemirror-extensions-basic-setup/esm/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@uiw_codemirror-theme-abcdef@4.24.1_@codemirror_language@6.11.0_@codemirror_state@6.5.2_@codemirror_view@6.38.0/node_modules/@uiw/codemirror-theme-abcdef/esm/index.es.js +100 -0
- package/dist/lib/node_modules/.pnpm/@uiw_codemirror-theme-abcdef@4.24.1_@codemirror_language@6.11.0_@codemirror_state@6.5.2_@codemirror_view@6.38.0/node_modules/@uiw/codemirror-theme-abcdef/esm/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@uiw_codemirror-themes@4.24.1_@codemirror_language@6.11.0_@codemirror_state@6.5.2_@codemirror_view@6.38.0/node_modules/@uiw/codemirror-themes/esm/index.es.js +82 -0
- package/dist/lib/node_modules/.pnpm/@uiw_codemirror-themes@4.24.1_@codemirror_language@6.11.0_@codemirror_state@6.5.2_@codemirror_view@6.38.0/node_modules/@uiw/codemirror-themes/esm/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e/node_modules/@uiw/react-codemirror/esm/getDefaultExtensions.es.js.map +1 -0
- package/dist/{node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.27.0_@codemirror_autocomplete@6.11.0_@co_23e4ab2dcd0b1efe365ce4b7a9046dac → lib/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e}/node_modules/@uiw/react-codemirror/esm/index.es.js +2 -2
- package/dist/lib/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e/node_modules/@uiw/react-codemirror/esm/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e/node_modules/@uiw/react-codemirror/esm/theme/light.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e/node_modules/@uiw/react-codemirror/esm/useCodeMirror.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e/node_modules/@uiw/react-codemirror/esm/utils.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/deserialize.es.js +69 -0
- package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/deserialize.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/index.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/serialize.es.js +136 -0
- package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/serialize.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/types.es.js +23 -0
- package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/types.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/acorn-walk@8.3.4/node_modules/acorn-walk/dist/walk.es.js +297 -0
- package/dist/lib/node_modules/.pnpm/acorn-walk@8.3.4/node_modules/acorn-walk/dist/walk.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/dist/acorn.es.js +5585 -0
- package/dist/lib/node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/dist/acorn.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useLatest/index.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useLatest/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useMemoizedFn/index.es.js +29 -0
- package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useMemoizedFn/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useThrottleFn/index.es.js +38 -0
- package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useThrottleFn/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useUnmount/index.es.js +21 -0
- package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useUnmount/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/utils/index.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/utils/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/utils/isDev.es.js +5 -0
- package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/utils/isDev.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/raf.es.js +29 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/raf.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/reactNode.es.js +21 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/reactNode.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/statusUtils.es.js +16 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/statusUtils.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/type.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/type.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/warning.es.js +18 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/warning.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/wave.es.js +194 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/wave.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/LoadingIcon.es.js +52 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/LoadingIcon.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/button-group.es.js +49 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/button-group.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/button.es.js +182 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/button.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/index.es.js +5 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/config-provider/DisabledContext.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/config-provider/DisabledContext.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/config-provider/SizeContext.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/config-provider/SizeContext.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/config-provider/context.es.js +15 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/config-provider/context.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/form/context.es.js +29 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/form/context.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/ClearableLabeledInput.es.js +80 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/ClearableLabeledInput.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Group.es.js +35 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Group.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Input.es.js +166 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Input.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Password.es.js +103 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Password.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Search.es.js +127 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Search.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/TextArea.es.js +172 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/TextArea.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/hooks/useRemovePasswordTimeout.es.js +27 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/hooks/useRemovePasswordTimeout.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/index.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/utils.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/utils.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/space/Compact.es.js +41 -0
- package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/space/Compact.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/async-validator@4.2.5/node_modules/async-validator/dist-web/index.es.js +1050 -0
- package/dist/lib/node_modules/.pnpm/async-validator@4.2.5/node_modules/async-validator/dist-web/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.es.js +17 -0
- package/dist/lib/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.es.js +64 -0
- package/dist/lib/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/co-web-worker@1.0.1/node_modules/co-web-worker/index.es.js +16 -0
- package/dist/lib/node_modules/.pnpm/co-web-worker@1.0.1/node_modules/co-web-worker/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/crelt@1.0.6/node_modules/crelt/index.es.js +31 -0
- package/dist/lib/node_modules/.pnpm/crelt@1.0.6/node_modules/crelt/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.es.js +283 -0
- package/dist/lib/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/decode-named-character-reference@1.1.0/node_modules/decode-named-character-reference/index.dom.es.js +18 -0
- package/dist/lib/node_modules/.pnpm/decode-named-character-reference@1.1.0/node_modules/decode-named-character-reference/index.dom.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name/lib/index.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.es.js +90 -0
- package/dist/lib/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/hast-util-to-jsx-runtime@2.3.6/node_modules/hast-util-to-jsx-runtime/lib/index.es.js +391 -0
- package/dist/lib/node_modules/.pnpm/hast-util-to-jsx-runtime@2.3.6/node_modules/hast-util-to-jsx-runtime/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/lib/index.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/html-url-attributes@3.0.1/node_modules/html-url-attributes/lib/index.es.js +27 -0
- package/dist/lib/node_modules/.pnpm/html-url-attributes@3.0.1/node_modules/html-url-attributes/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/immer@10.1.1/node_modules/immer/dist/immer.es.js +680 -0
- package/dist/lib/node_modules/.pnpm/immer@10.1.1/node_modules/immer/dist/immer.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/inline-style-parser@0.2.4/node_modules/inline-style-parser/index.es.js +135 -0
- package/dist/lib/node_modules/.pnpm/inline-style-parser@0.2.4/node_modules/inline-style-parser/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.es.js +16 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.es.js +19 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.es.js +17 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.es.js +25 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.es.js +17 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.es.js +92 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.es.js +15 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.es.js +15 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.es.js +46 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.es.js +23 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.es.js +15 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.es.js +20 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.es.js +21 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.es.js +15 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSlice.es.js +21 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSlice.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnset.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnset.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.es.js +17 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.es.js +24 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_customOmitClone.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_customOmitClone.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.es.js +51 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.es.js +60 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.es.js +51 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_flatRest.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_flatRest.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.es.js +5 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.es.js +26 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.es.js +18 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.es.js +17 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.es.js +35 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.es.js +16 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.es.js +44 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.es.js +17 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.es.js +21 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.es.js +15 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.es.js +15 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.es.js +16 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.es.js +19 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_parent.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_parent.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.es.js +21 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.es.js +23 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.es.js +17 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.es.js +19 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.es.js +5 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEqual.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEqual.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isNil.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isNil.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.es.js +23 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/last.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/last.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.es.js +23 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/omit.es.js +34 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/omit.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Symbol.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Symbol.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayMap.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayMap.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayReduce.es.js +15 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayReduce.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_asciiToArray.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_asciiToArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_asciiWords.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_asciiWords.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseGetTag.es.js +17 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseGetTag.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_basePropertyOf.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_basePropertyOf.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseSlice.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseSlice.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseToString.es.js +24 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseToString.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseTrim.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseTrim.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_castSlice.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_castSlice.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createCaseFirst.es.js +19 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createCaseFirst.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createCompounder.es.js +16 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createCompounder.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_deburrLetter.es.js +202 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_deburrLetter.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_freeGlobal.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_freeGlobal.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getRawTag.es.js +28 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getRawTag.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasUnicode.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasUnicode.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasUnicodeWord.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasUnicodeWord.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_objectToString.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_objectToString.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_root.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_root.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stringToArray.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stringToArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_trimmedEndIndex.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_trimmedEndIndex.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_unicodeToArray.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_unicodeToArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_unicodeWords.es.js +21 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_unicodeWords.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/camelCase.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/camelCase.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/capitalize.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/capitalize.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/debounce.es.js +92 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/debounce.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/deburr.es.js +16 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/deburr.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isArray.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isObject.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isObject.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isObjectLike.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isObjectLike.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isSymbol.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isSymbol.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/now.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/now.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/throttle.es.js +26 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/throttle.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toNumber.es.js +32 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toNumber.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toString.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toString.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/upperFirst.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/upperFirst.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/words.es.js +18 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/words.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.es.js +26 -0
- package/dist/lib/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.es.js +143 -0
- package/dist/lib/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.es.js +110 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/lib/index.es.js +720 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/lib/index.es.js +157 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.es.js +118 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.es.js +55 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.es.js +158 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/lib/index.es.js +78 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.es.js +30 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.es.js +31 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/footer.es.js +116 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/footer.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/blockquote.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/blockquote.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/break.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/break.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/code.es.js +25 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/code.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/delete.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/delete.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/emphasis.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/emphasis.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.es.js +42 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/heading.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/heading.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/html.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/html.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image-reference.es.js +20 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image-reference.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image.es.js +17 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/index.es.js +60 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/inline-code.es.js +16 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/inline-code.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link-reference.es.js +25 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link-reference.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link.es.js +19 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list-item.es.js +65 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list-item.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list.es.js +27 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/paragraph.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/paragraph.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/root.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/root.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/strong.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/strong.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-cell.es.js +15 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-cell.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-row.es.js +36 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-row.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table.es.js +40 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/text.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/text.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/index.es.js +16 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/revert.es.js +30 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/revert.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/state.es.js +149 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/state.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.es.js +19 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.es.js +57 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.es.js +59 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.es.js +45 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.es.js +46 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.es.js +41 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.es.js +60 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.es.js +45 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.es.js +33 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.es.js +41 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.es.js +84 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.es.js +33 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.es.js +46 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.es.js +45 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.es.js +23 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.es.js +45 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.es.js +19 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.es.js +18 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.es.js +39 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.es.js +136 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.es.js +104 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.es.js +19 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.es.js +62 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.es.js +29 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.es.js +69 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.es.js +187 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.es.js +68 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.es.js +117 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.es.js +76 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.es.js +95 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.es.js +24 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.es.js +96 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.es.js +384 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.es.js +310 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.es.js +236 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.es.js +34 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.es.js +25 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.es.js +18 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.es.js +136 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.es.js +96 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.es.js +43 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.es.js +345 -0
- package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.es.js +280 -0
- package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.es.js +99 -0
- package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/edit-map.es.js +81 -0
- package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/edit-map.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/infer.es.js +29 -0
- package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/infer.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/syntax.es.js +392 -0
- package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/syntax.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.es.js +78 -0
- package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.es.js +19 -0
- package/dist/lib/node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.es.js +95 -0
- package/dist/lib/node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.es.js +64 -0
- package/dist/lib/node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.es.js +25 -0
- package/dist/lib/node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.es.js +66 -0
- package/dist/lib/node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.es.js +23 -0
- package/dist/lib/node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.es.js +45 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.es.js +37 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.es.js +42 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.es.js +20 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.es.js +70 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.es.js +16 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-sanitize-uri@2.0.1/node_modules/micromark-util-sanitize-uri/index.es.js +42 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-sanitize-uri@2.0.1/node_modules/micromark-util-sanitize-uri/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.es.js +158 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.es.js +195 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.es.js +94 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.es.js +321 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.es.js +54 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.es.js +187 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.es.js +43 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.es.js +143 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.es.js +35 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.es.js +81 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.es.js +79 -0
- package/dist/lib/node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.es.js +69 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.es.js +59 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.es.js +452 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.es.js +18 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/has.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/has.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/index.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/aria.es.js +62 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/aria.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/find.es.js +41 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/find.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/hast-to-react.es.js +23 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/hast-to-react.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/html.es.js +369 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/html.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/normalize.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/normalize.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/svg.es.js +567 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/svg.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/case-insensitive-transform.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/case-insensitive-transform.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/case-sensitive-transform.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/case-sensitive-transform.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/create.es.js +26 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/create.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/defined-info.es.js +42 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/defined-info.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/info.es.js +30 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/info.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/merge.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/merge.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/schema.es.js +26 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/schema.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/types.es.js +21 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/types.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xlink.es.js +20 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xlink.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xml.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xml.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xmlns.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xmlns.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/Field.es.js +427 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/Field.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/FieldContext.es.js +45 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/FieldContext.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/Form.es.js +102 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/Form.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/FormContext.es.js +61 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/FormContext.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/List.es.js +129 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/List.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/ListContext.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/ListContext.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/index.es.js +24 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/useForm.es.js +742 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/useForm.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/useWatch.es.js +70 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/useWatch.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/NameMap.es.js +76 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/NameMap.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/asyncUtil.es.js +30 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/asyncUtil.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/cloneDeep.es.js +28 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/cloneDeep.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/messages.es.js +52 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/messages.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/typeUtil.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/typeUtil.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/validateUtil.es.js +267 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/validateUtil.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/valueUtil.es.js +121 -0
- package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/valueUtil.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/BaseInput.es.js +83 -0
- package/dist/lib/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/BaseInput.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/Input.es.js +141 -0
- package/dist/lib/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/Input.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/index.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/utils/commonUtils.es.js +59 -0
- package/dist/lib/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/utils/commonUtils.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/CSSMotion.es.js +103 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/CSSMotion.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/CSSMotionList.es.js +124 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/CSSMotionList.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/DomWrapper.es.js +24 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/DomWrapper.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/context.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/context.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useDomMotionEvents.es.js +32 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useDomMotionEvents.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useIsomorphicLayoutEffect.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useIsomorphicLayoutEffect.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useNextFrame.es.js +34 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useNextFrame.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useStatus.es.js +166 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useStatus.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useStepQueue.es.js +56 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useStepQueue.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/index.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/interface.es.js +23 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/interface.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/util/diff.es.js +96 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/util/diff.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/util/motion.es.js +75 -0
- package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/util/motion.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/Collection.es.js +32 -0
- package/dist/lib/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/Collection.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.es.js +24 -0
- package/dist/lib/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/SingleObserver/index.es.js +85 -0
- package/dist/lib/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/SingleObserver/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/index.es.js +35 -0
- package/dist/lib/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/utils/observerUtil.es.js +35 -0
- package/dist/lib/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/utils/observerUtil.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-textarea@0.4.7_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-textarea/es/ResizableTextArea.es.js +118 -0
- package/dist/lib/node_modules/.pnpm/rc-textarea@0.4.7_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-textarea/es/ResizableTextArea.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-textarea@0.4.7_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-textarea/es/calculateNodeHeight.es.js +92 -0
- package/dist/lib/node_modules/.pnpm/rc-textarea@0.4.7_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-textarea/es/calculateNodeHeight.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-textarea@0.4.7_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-textarea/es/index.es.js +85 -0
- package/dist/lib/node_modules/.pnpm/rc-textarea@0.4.7_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-textarea/es/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Children/toArray.es.js +23 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Children/toArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/canUseDom.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/canUseDom.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/contains.es.js +20 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/contains.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/dynamicCSS.es.js +116 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/dynamicCSS.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/findDOMNode.es.js +32 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/findDOMNode.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/React/isFragment.es.js +16 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/React/isFragment.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useEvent.es.js +17 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useEvent.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useLayoutEffect.es.js +27 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useLayoutEffect.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useMemo.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useMemo.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useMergedState.es.js +43 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useMergedState.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useState.es.js +23 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useState.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useSyncState.es.js +21 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useSyncState.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/omit.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/omit.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/raf.es.js +51 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/raf.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/ref.es.js +74 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/ref.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/utils/get.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/utils/get.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/utils/set.es.js +35 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/utils/set.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/warning.es.js +54 -0
- package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/warning.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.es.js +166 -0
- package/dist/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.es.js +107 -0
- package/dist/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.es.js +18 -0
- package/dist/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/cjs/react-is.development.es.js +194 -0
- package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/cjs/react-is.development.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/cjs/react-is.production.min.es.js +110 -0
- package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/cjs/react-is.production.min.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/index.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/react-markdown@10.1.0_@types_react@18.2.0_react@18.2.0/node_modules/react-markdown/lib/index.es.js +150 -0
- package/dist/lib/node_modules/.pnpm/react-markdown@10.1.0_@types_react@18.2.0_react@18.2.0/node_modules/react-markdown/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.development.es.js +876 -0
- package/dist/lib/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.development.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.production.min.es.js +34 -0
- package/dist/lib/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.production.min.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.es.js +21 -0
- package/dist/lib/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.es.js +20 -0
- package/dist/lib/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/lib/index.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/resize-observer-polyfill@1.5.1/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.es.js +496 -0
- package/dist/lib/node_modules/.pnpm/resize-observer-polyfill@1.5.1/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/style-mod@4.1.2/node_modules/style-mod/src/style-mod.es.js +133 -0
- package/dist/lib/node_modules/.pnpm/style-mod@4.1.2/node_modules/style-mod/src/style-mod.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/index.es.js +29 -0
- package/dist/lib/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/utilities.es.js +37 -0
- package/dist/lib/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/utilities.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/style-to-object@1.0.8/node_modules/style-to-object/cjs/index.es.js +31 -0
- package/dist/lib/node_modules/.pnpm/style-to-object@1.0.8/node_modules/style-to-object/cjs/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.es.js +42 -0
- package/dist/lib/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.es.js +87 -0
- package/dist/lib/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.es.js +35 -0
- package/dist/lib/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.es.js +31 -0
- package/dist/lib/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.es.js +637 -0
- package/dist/lib/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/unist-util-is@6.0.0/node_modules/unist-util-is/lib/index.es.js +94 -0
- package/dist/lib/node_modules/.pnpm/unist-util-is@6.0.0/node_modules/unist-util-is/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/lib/index.es.js +28 -0
- package/dist/lib/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.es.js +28 -0
- package/dist/lib/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/color.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/color.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/index.es.js +84 -0
- package/dist/lib/node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.es.js +29 -0
- package/dist/lib/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.es.js +15 -0
- package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.es.js +21 -0
- package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/vfile-message@4.0.2/node_modules/vfile-message/lib/index.es.js +139 -0
- package/dist/lib/node_modules/.pnpm/vfile-message@4.0.2/node_modules/vfile-message/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.es.js +463 -0
- package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.browser.es.js +215 -0
- package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.browser.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.browser.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.browser.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.browser.es.js +47 -0
- package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.browser.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/w3c-keyname@2.2.8/node_modules/w3c-keyname/index.es.js +106 -0
- package/dist/lib/node_modules/.pnpm/w3c-keyname@2.2.8/node_modules/w3c-keyname/index.es.js.map +1 -0
- package/dist/lib/stats.html +4949 -0
- package/dist/lib/style.pkg.css +1 -0
- package/dist/lib/utils/ai-agent-message-manager/ai-agent-message-manager.es.js +202 -0
- package/dist/lib/utils/ai-agent-message-manager/ai-agent-message-manager.es.js.map +1 -0
- package/dist/lib/utils/ai-agent-message-manager/constants.es.js +78 -0
- package/dist/lib/utils/ai-agent-message-manager/constants.es.js.map +1 -0
- package/dist/lib/utils/ai-agent-message-manager/types.es.js +9 -0
- package/dist/lib/utils/ai-agent-message-manager/types.es.js.map +1 -0
- package/dist/lib/utils/common/common.es.js +11 -0
- package/dist/lib/utils/common/common.es.js.map +1 -0
- package/dist/lib/utils/common/url.es.js +14 -0
- package/dist/lib/utils/common/url.es.js.map +1 -0
- package/dist/lib/utils/fetchKnowledge/fetchKnowledge.es.js +79 -0
- package/dist/lib/utils/fetchKnowledge/fetchKnowledge.es.js.map +1 -0
- package/dist/lib/utils/fun-ASR/fun-ASR-manager.es.js +144 -0
- package/dist/lib/utils/fun-ASR/fun-ASR-manager.es.js.map +1 -0
- package/dist/lib/utils/fun-ASR/pcm.es.js +61 -0
- package/dist/lib/utils/fun-ASR/pcm.es.js.map +1 -0
- package/dist/lib/utils/fun-ASR/recorder.es.js +1249 -0
- package/dist/lib/utils/fun-ASR/recorder.es.js.map +1 -0
- package/dist/lib/utils/fun-ASR/wav.es.js +54 -0
- package/dist/lib/utils/fun-ASR/wav.es.js.map +1 -0
- package/dist/lib/utils/fun-ASR/ws-connecter.es.js +98 -0
- package/dist/lib/utils/fun-ASR/ws-connecter.es.js.map +1 -0
- package/dist/lib/utils/vosk-browser-manager/audio-manager/audio-manager.es.js +92 -0
- package/dist/lib/utils/vosk-browser-manager/audio-manager/audio-manager.es.js.map +1 -0
- package/dist/lib/utils/vosk-browser-manager/audio-manager/workletProcessor.es.js +5 -0
- package/dist/lib/utils/vosk-browser-manager/audio-manager/workletProcessor.es.js.map +1 -0
- package/dist/lib/utils/vosk-browser-manager/vosk-browser-manager.es.js +116 -0
- package/dist/lib/utils/vosk-browser-manager/vosk-browser-manager.es.js.map +1 -0
- package/dist/lib/utils/wait-something/index.es.js +21 -0
- package/dist/lib/utils/wait-something/index.es.js.map +1 -0
- package/dist/lib/utils/xun-fei-voice/XF-stream-voice-manager.es.js +295 -0
- package/dist/lib/utils/xun-fei-voice/XF-stream-voice-manager.es.js.map +1 -0
- package/dist/lib/utils/xun-fei-voice/recorder-manager/RecorderManager.es.js +179 -0
- package/dist/lib/utils/xun-fei-voice/recorder-manager/RecorderManager.es.js.map +1 -0
- package/dist/lib/utils/xun-fei-voice/recorder-manager/processorSource/processor.worker.es.js +5 -0
- package/dist/lib/utils/xun-fei-voice/recorder-manager/processorSource/processor.worker.es.js.map +1 -0
- package/dist/lib/utils/xun-fei-voice/recorder-manager/processorSource/processor.worklet.es.js +379 -0
- package/dist/lib/utils/xun-fei-voice/recorder-manager/processorSource/processor.worklet.es.js.map +1 -0
- package/dist/lib/utils/xun-fei-voice/utils.es.js +48 -0
- package/dist/lib/utils/xun-fei-voice/utils.es.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/extends.es.js +13 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/extends.es.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js +13 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js.map +1 -0
- package/dist/node_modules/.pnpm/@easyv_react-icons@6.3.0/node_modules/@easyv/react-icons/dist/index.esm.es.js +4 -4
- package/dist/node_modules/.pnpm/@easyv_react-icons@6.3.0/node_modules/@easyv/react-icons/dist/index.esm.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e/node_modules/@uiw/react-codemirror/esm/getDefaultExtensions.es.js +62 -0
- package/dist/node_modules/.pnpm/{@uiw_react-codemirror@4.21.20_@babel_runtime@7.27.0_@codemirror_autocomplete@6.11.0_@co_23e4ab2dcd0b1efe365ce4b7a9046dac → @uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e}/node_modules/@uiw/react-codemirror/esm/getDefaultExtensions.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e/node_modules/@uiw/react-codemirror/esm/index.es.js +84 -0
- package/dist/node_modules/.pnpm/{@uiw_react-codemirror@4.21.20_@babel_runtime@7.27.0_@codemirror_autocomplete@6.11.0_@co_23e4ab2dcd0b1efe365ce4b7a9046dac → @uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e}/node_modules/@uiw/react-codemirror/esm/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e/node_modules/@uiw/react-codemirror/esm/theme/light.es.js +12 -0
- package/dist/node_modules/.pnpm/{@uiw_react-codemirror@4.21.20_@babel_runtime@7.27.0_@codemirror_autocomplete@6.11.0_@co_23e4ab2dcd0b1efe365ce4b7a9046dac → @uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e}/node_modules/@uiw/react-codemirror/esm/theme/light.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e/node_modules/@uiw/react-codemirror/esm/useCodeMirror.es.js +145 -0
- package/dist/node_modules/.pnpm/{@uiw_react-codemirror@4.21.20_@babel_runtime@7.27.0_@codemirror_autocomplete@6.11.0_@co_23e4ab2dcd0b1efe365ce4b7a9046dac → @uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e}/node_modules/@uiw/react-codemirror/esm/useCodeMirror.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e/node_modules/@uiw/react-codemirror/esm/utils.es.js +20 -0
- package/dist/node_modules/.pnpm/{@uiw_react-codemirror@4.21.20_@babel_runtime@7.27.0_@codemirror_autocomplete@6.11.0_@co_23e4ab2dcd0b1efe365ce4b7a9046dac → @uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e}/node_modules/@uiw/react-codemirror/esm/utils.es.js.map +1 -1
- package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.es.js +1 -1
- package/dist/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/index.es.js +1 -1
- package/dist/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/index.es.js +1 -1
- package/dist/node_modules/.pnpm/style-to-object@1.0.8/node_modules/style-to-object/cjs/index.es.js +1 -1
- package/dist/stats.html +1 -1
- package/dist/tailwindcss.pkg.css +398 -1
- package/package.json +23 -15
- package/dist/_virtual/index.es7.js.map +0 -1
- package/dist/components/code-editor/code-editor.es.js.map +0 -1
- package/dist/components/code-editor/constants.es.js.map +0 -1
- package/dist/components/code-editor/index.d.ts +0 -1
- package/dist/components/code-editor/utils.es.js.map +0 -1
- package/dist/node_modules/.pnpm/classnames@2.3.2/node_modules/classnames/index.es.js +0 -53
- package/dist/node_modules/.pnpm/classnames@2.3.2/node_modules/classnames/index.es.js.map +0 -1
- /package/dist/components/{code-editor → code-mirror-editor}/constants.d.ts +0 -0
- /package/dist/components/{code-editor → code-mirror-editor}/constants.es.js +0 -0
- /package/dist/components/{code-editor → code-mirror-editor}/test/CodeEditor.cy.d.ts +0 -0
- /package/dist/components/{code-editor → code-mirror-editor}/theme.d.ts +0 -0
- /package/dist/components/{code-editor → code-mirror-editor}/utils.d.ts +0 -0
- /package/dist/components/{code-editor → code-mirror-editor}/utils.es.js +0 -0
- /package/dist/{node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.27.0_@codemirror_autocomplete@6.11.0_@co_23e4ab2dcd0b1efe365ce4b7a9046dac → lib/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e}/node_modules/@uiw/react-codemirror/esm/getDefaultExtensions.es.js +0 -0
- /package/dist/{node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.27.0_@codemirror_autocomplete@6.11.0_@co_23e4ab2dcd0b1efe365ce4b7a9046dac → lib/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e}/node_modules/@uiw/react-codemirror/esm/theme/light.es.js +0 -0
- /package/dist/{node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.27.0_@codemirror_autocomplete@6.11.0_@co_23e4ab2dcd0b1efe365ce4b7a9046dac → lib/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e}/node_modules/@uiw/react-codemirror/esm/useCodeMirror.es.js +0 -0
- /package/dist/{node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.27.0_@codemirror_autocomplete@6.11.0_@co_23e4ab2dcd0b1efe365ce4b7a9046dac → lib/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e}/node_modules/@uiw/react-codemirror/esm/utils.es.js +0 -0
package/dist/lib/node_modules/.pnpm/@lezer_common@1.2.3/node_modules/@lezer/common/dist/index.es.js
ADDED
|
@@ -0,0 +1,1670 @@
|
|
|
1
|
+
const DefaultBufferLength = 1024;
|
|
2
|
+
let nextPropID = 0;
|
|
3
|
+
class Range {
|
|
4
|
+
constructor(from, to) {
|
|
5
|
+
this.from = from;
|
|
6
|
+
this.to = to;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
class NodeProp {
|
|
10
|
+
/**
|
|
11
|
+
Create a new node prop type.
|
|
12
|
+
*/
|
|
13
|
+
constructor(config = {}) {
|
|
14
|
+
this.id = nextPropID++;
|
|
15
|
+
this.perNode = !!config.perNode;
|
|
16
|
+
this.deserialize = config.deserialize || (() => {
|
|
17
|
+
throw new Error("This node type doesn't define a deserialize function");
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
This is meant to be used with
|
|
22
|
+
[`NodeSet.extend`](#common.NodeSet.extend) or
|
|
23
|
+
[`LRParser.configure`](#lr.ParserConfig.props) to compute
|
|
24
|
+
prop values for each node type in the set. Takes a [match
|
|
25
|
+
object](#common.NodeType^match) or function that returns undefined
|
|
26
|
+
if the node type doesn't get this prop, and the prop's value if
|
|
27
|
+
it does.
|
|
28
|
+
*/
|
|
29
|
+
add(match) {
|
|
30
|
+
if (this.perNode)
|
|
31
|
+
throw new RangeError("Can't add per-node props to node types");
|
|
32
|
+
if (typeof match != "function")
|
|
33
|
+
match = NodeType.match(match);
|
|
34
|
+
return (type) => {
|
|
35
|
+
let result = match(type);
|
|
36
|
+
return result === void 0 ? null : [this, result];
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
NodeProp.closedBy = new NodeProp({ deserialize: (str) => str.split(" ") });
|
|
41
|
+
NodeProp.openedBy = new NodeProp({ deserialize: (str) => str.split(" ") });
|
|
42
|
+
NodeProp.group = new NodeProp({ deserialize: (str) => str.split(" ") });
|
|
43
|
+
NodeProp.isolate = new NodeProp({ deserialize: (value) => {
|
|
44
|
+
if (value && value != "rtl" && value != "ltr" && value != "auto")
|
|
45
|
+
throw new RangeError("Invalid value for isolate: " + value);
|
|
46
|
+
return value || "auto";
|
|
47
|
+
} });
|
|
48
|
+
NodeProp.contextHash = new NodeProp({ perNode: true });
|
|
49
|
+
NodeProp.lookAhead = new NodeProp({ perNode: true });
|
|
50
|
+
NodeProp.mounted = new NodeProp({ perNode: true });
|
|
51
|
+
class MountedTree {
|
|
52
|
+
constructor(tree, overlay, parser) {
|
|
53
|
+
this.tree = tree;
|
|
54
|
+
this.overlay = overlay;
|
|
55
|
+
this.parser = parser;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
@internal
|
|
59
|
+
*/
|
|
60
|
+
static get(tree) {
|
|
61
|
+
return tree && tree.props && tree.props[NodeProp.mounted.id];
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
const noProps = /* @__PURE__ */ Object.create(null);
|
|
65
|
+
class NodeType {
|
|
66
|
+
/**
|
|
67
|
+
@internal
|
|
68
|
+
*/
|
|
69
|
+
constructor(name, props, id, flags = 0) {
|
|
70
|
+
this.name = name;
|
|
71
|
+
this.props = props;
|
|
72
|
+
this.id = id;
|
|
73
|
+
this.flags = flags;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
Define a node type.
|
|
77
|
+
*/
|
|
78
|
+
static define(spec) {
|
|
79
|
+
let props = spec.props && spec.props.length ? /* @__PURE__ */ Object.create(null) : noProps;
|
|
80
|
+
let flags = (spec.top ? 1 : 0) | (spec.skipped ? 2 : 0) | (spec.error ? 4 : 0) | (spec.name == null ? 8 : 0);
|
|
81
|
+
let type = new NodeType(spec.name || "", props, spec.id, flags);
|
|
82
|
+
if (spec.props)
|
|
83
|
+
for (let src of spec.props) {
|
|
84
|
+
if (!Array.isArray(src))
|
|
85
|
+
src = src(type);
|
|
86
|
+
if (src) {
|
|
87
|
+
if (src[0].perNode)
|
|
88
|
+
throw new RangeError("Can't store a per-node prop on a node type");
|
|
89
|
+
props[src[0].id] = src[1];
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
return type;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
Retrieves a node prop for this type. Will return `undefined` if
|
|
96
|
+
the prop isn't present on this node.
|
|
97
|
+
*/
|
|
98
|
+
prop(prop) {
|
|
99
|
+
return this.props[prop.id];
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
True when this is the top node of a grammar.
|
|
103
|
+
*/
|
|
104
|
+
get isTop() {
|
|
105
|
+
return (this.flags & 1) > 0;
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
True when this node is produced by a skip rule.
|
|
109
|
+
*/
|
|
110
|
+
get isSkipped() {
|
|
111
|
+
return (this.flags & 2) > 0;
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
Indicates whether this is an error node.
|
|
115
|
+
*/
|
|
116
|
+
get isError() {
|
|
117
|
+
return (this.flags & 4) > 0;
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
When true, this node type doesn't correspond to a user-declared
|
|
121
|
+
named node, for example because it is used to cache repetition.
|
|
122
|
+
*/
|
|
123
|
+
get isAnonymous() {
|
|
124
|
+
return (this.flags & 8) > 0;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
Returns true when this node's name or one of its
|
|
128
|
+
[groups](#common.NodeProp^group) matches the given string.
|
|
129
|
+
*/
|
|
130
|
+
is(name) {
|
|
131
|
+
if (typeof name == "string") {
|
|
132
|
+
if (this.name == name)
|
|
133
|
+
return true;
|
|
134
|
+
let group = this.prop(NodeProp.group);
|
|
135
|
+
return group ? group.indexOf(name) > -1 : false;
|
|
136
|
+
}
|
|
137
|
+
return this.id == name;
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
Create a function from node types to arbitrary values by
|
|
141
|
+
specifying an object whose property names are node or
|
|
142
|
+
[group](#common.NodeProp^group) names. Often useful with
|
|
143
|
+
[`NodeProp.add`](#common.NodeProp.add). You can put multiple
|
|
144
|
+
names, separated by spaces, in a single property name to map
|
|
145
|
+
multiple node names to a single value.
|
|
146
|
+
*/
|
|
147
|
+
static match(map) {
|
|
148
|
+
let direct = /* @__PURE__ */ Object.create(null);
|
|
149
|
+
for (let prop in map)
|
|
150
|
+
for (let name of prop.split(" "))
|
|
151
|
+
direct[name] = map[prop];
|
|
152
|
+
return (node) => {
|
|
153
|
+
for (let groups = node.prop(NodeProp.group), i = -1; i < (groups ? groups.length : 0); i++) {
|
|
154
|
+
let found = direct[i < 0 ? node.name : groups[i]];
|
|
155
|
+
if (found)
|
|
156
|
+
return found;
|
|
157
|
+
}
|
|
158
|
+
};
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
NodeType.none = new NodeType(
|
|
162
|
+
"",
|
|
163
|
+
/* @__PURE__ */ Object.create(null),
|
|
164
|
+
0,
|
|
165
|
+
8
|
|
166
|
+
/* NodeFlag.Anonymous */
|
|
167
|
+
);
|
|
168
|
+
class NodeSet {
|
|
169
|
+
/**
|
|
170
|
+
Create a set with the given types. The `id` property of each
|
|
171
|
+
type should correspond to its position within the array.
|
|
172
|
+
*/
|
|
173
|
+
constructor(types) {
|
|
174
|
+
this.types = types;
|
|
175
|
+
for (let i = 0; i < types.length; i++)
|
|
176
|
+
if (types[i].id != i)
|
|
177
|
+
throw new RangeError("Node type ids should correspond to array positions when creating a node set");
|
|
178
|
+
}
|
|
179
|
+
/**
|
|
180
|
+
Create a copy of this set with some node properties added. The
|
|
181
|
+
arguments to this method can be created with
|
|
182
|
+
[`NodeProp.add`](#common.NodeProp.add).
|
|
183
|
+
*/
|
|
184
|
+
extend(...props) {
|
|
185
|
+
let newTypes = [];
|
|
186
|
+
for (let type of this.types) {
|
|
187
|
+
let newProps = null;
|
|
188
|
+
for (let source of props) {
|
|
189
|
+
let add = source(type);
|
|
190
|
+
if (add) {
|
|
191
|
+
if (!newProps)
|
|
192
|
+
newProps = Object.assign({}, type.props);
|
|
193
|
+
newProps[add[0].id] = add[1];
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
newTypes.push(newProps ? new NodeType(type.name, newProps, type.id, type.flags) : type);
|
|
197
|
+
}
|
|
198
|
+
return new NodeSet(newTypes);
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
const CachedNode = /* @__PURE__ */ new WeakMap(), CachedInnerNode = /* @__PURE__ */ new WeakMap();
|
|
202
|
+
var IterMode;
|
|
203
|
+
(function(IterMode2) {
|
|
204
|
+
IterMode2[IterMode2["ExcludeBuffers"] = 1] = "ExcludeBuffers";
|
|
205
|
+
IterMode2[IterMode2["IncludeAnonymous"] = 2] = "IncludeAnonymous";
|
|
206
|
+
IterMode2[IterMode2["IgnoreMounts"] = 4] = "IgnoreMounts";
|
|
207
|
+
IterMode2[IterMode2["IgnoreOverlays"] = 8] = "IgnoreOverlays";
|
|
208
|
+
})(IterMode || (IterMode = {}));
|
|
209
|
+
class Tree {
|
|
210
|
+
/**
|
|
211
|
+
Construct a new tree. See also [`Tree.build`](#common.Tree^build).
|
|
212
|
+
*/
|
|
213
|
+
constructor(type, children, positions, length, props) {
|
|
214
|
+
this.type = type;
|
|
215
|
+
this.children = children;
|
|
216
|
+
this.positions = positions;
|
|
217
|
+
this.length = length;
|
|
218
|
+
this.props = null;
|
|
219
|
+
if (props && props.length) {
|
|
220
|
+
this.props = /* @__PURE__ */ Object.create(null);
|
|
221
|
+
for (let [prop, value] of props)
|
|
222
|
+
this.props[typeof prop == "number" ? prop : prop.id] = value;
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
@internal
|
|
227
|
+
*/
|
|
228
|
+
toString() {
|
|
229
|
+
let mounted = MountedTree.get(this);
|
|
230
|
+
if (mounted && !mounted.overlay)
|
|
231
|
+
return mounted.tree.toString();
|
|
232
|
+
let children = "";
|
|
233
|
+
for (let ch of this.children) {
|
|
234
|
+
let str = ch.toString();
|
|
235
|
+
if (str) {
|
|
236
|
+
if (children)
|
|
237
|
+
children += ",";
|
|
238
|
+
children += str;
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
return !this.type.name ? children : (/\W/.test(this.type.name) && !this.type.isError ? JSON.stringify(this.type.name) : this.type.name) + (children.length ? "(" + children + ")" : "");
|
|
242
|
+
}
|
|
243
|
+
/**
|
|
244
|
+
Get a [tree cursor](#common.TreeCursor) positioned at the top of
|
|
245
|
+
the tree. Mode can be used to [control](#common.IterMode) which
|
|
246
|
+
nodes the cursor visits.
|
|
247
|
+
*/
|
|
248
|
+
cursor(mode = 0) {
|
|
249
|
+
return new TreeCursor(this.topNode, mode);
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
Get a [tree cursor](#common.TreeCursor) pointing into this tree
|
|
253
|
+
at the given position and side (see
|
|
254
|
+
[`moveTo`](#common.TreeCursor.moveTo).
|
|
255
|
+
*/
|
|
256
|
+
cursorAt(pos, side = 0, mode = 0) {
|
|
257
|
+
let scope = CachedNode.get(this) || this.topNode;
|
|
258
|
+
let cursor = new TreeCursor(scope);
|
|
259
|
+
cursor.moveTo(pos, side);
|
|
260
|
+
CachedNode.set(this, cursor._tree);
|
|
261
|
+
return cursor;
|
|
262
|
+
}
|
|
263
|
+
/**
|
|
264
|
+
Get a [syntax node](#common.SyntaxNode) object for the top of the
|
|
265
|
+
tree.
|
|
266
|
+
*/
|
|
267
|
+
get topNode() {
|
|
268
|
+
return new TreeNode(this, 0, 0, null);
|
|
269
|
+
}
|
|
270
|
+
/**
|
|
271
|
+
Get the [syntax node](#common.SyntaxNode) at the given position.
|
|
272
|
+
If `side` is -1, this will move into nodes that end at the
|
|
273
|
+
position. If 1, it'll move into nodes that start at the
|
|
274
|
+
position. With 0, it'll only enter nodes that cover the position
|
|
275
|
+
from both sides.
|
|
276
|
+
|
|
277
|
+
Note that this will not enter
|
|
278
|
+
[overlays](#common.MountedTree.overlay), and you often want
|
|
279
|
+
[`resolveInner`](#common.Tree.resolveInner) instead.
|
|
280
|
+
*/
|
|
281
|
+
resolve(pos, side = 0) {
|
|
282
|
+
let node = resolveNode(CachedNode.get(this) || this.topNode, pos, side, false);
|
|
283
|
+
CachedNode.set(this, node);
|
|
284
|
+
return node;
|
|
285
|
+
}
|
|
286
|
+
/**
|
|
287
|
+
Like [`resolve`](#common.Tree.resolve), but will enter
|
|
288
|
+
[overlaid](#common.MountedTree.overlay) nodes, producing a syntax node
|
|
289
|
+
pointing into the innermost overlaid tree at the given position
|
|
290
|
+
(with parent links going through all parent structure, including
|
|
291
|
+
the host trees).
|
|
292
|
+
*/
|
|
293
|
+
resolveInner(pos, side = 0) {
|
|
294
|
+
let node = resolveNode(CachedInnerNode.get(this) || this.topNode, pos, side, true);
|
|
295
|
+
CachedInnerNode.set(this, node);
|
|
296
|
+
return node;
|
|
297
|
+
}
|
|
298
|
+
/**
|
|
299
|
+
In some situations, it can be useful to iterate through all
|
|
300
|
+
nodes around a position, including those in overlays that don't
|
|
301
|
+
directly cover the position. This method gives you an iterator
|
|
302
|
+
that will produce all nodes, from small to big, around the given
|
|
303
|
+
position.
|
|
304
|
+
*/
|
|
305
|
+
resolveStack(pos, side = 0) {
|
|
306
|
+
return stackIterator(this, pos, side);
|
|
307
|
+
}
|
|
308
|
+
/**
|
|
309
|
+
Iterate over the tree and its children, calling `enter` for any
|
|
310
|
+
node that touches the `from`/`to` region (if given) before
|
|
311
|
+
running over such a node's children, and `leave` (if given) when
|
|
312
|
+
leaving the node. When `enter` returns `false`, that node will
|
|
313
|
+
not have its children iterated over (or `leave` called).
|
|
314
|
+
*/
|
|
315
|
+
iterate(spec) {
|
|
316
|
+
let { enter, leave, from = 0, to = this.length } = spec;
|
|
317
|
+
let mode = spec.mode || 0, anon = (mode & IterMode.IncludeAnonymous) > 0;
|
|
318
|
+
for (let c = this.cursor(mode | IterMode.IncludeAnonymous); ; ) {
|
|
319
|
+
let entered = false;
|
|
320
|
+
if (c.from <= to && c.to >= from && (!anon && c.type.isAnonymous || enter(c) !== false)) {
|
|
321
|
+
if (c.firstChild())
|
|
322
|
+
continue;
|
|
323
|
+
entered = true;
|
|
324
|
+
}
|
|
325
|
+
for (; ; ) {
|
|
326
|
+
if (entered && leave && (anon || !c.type.isAnonymous))
|
|
327
|
+
leave(c);
|
|
328
|
+
if (c.nextSibling())
|
|
329
|
+
break;
|
|
330
|
+
if (!c.parent())
|
|
331
|
+
return;
|
|
332
|
+
entered = true;
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
/**
|
|
337
|
+
Get the value of the given [node prop](#common.NodeProp) for this
|
|
338
|
+
node. Works with both per-node and per-type props.
|
|
339
|
+
*/
|
|
340
|
+
prop(prop) {
|
|
341
|
+
return !prop.perNode ? this.type.prop(prop) : this.props ? this.props[prop.id] : void 0;
|
|
342
|
+
}
|
|
343
|
+
/**
|
|
344
|
+
Returns the node's [per-node props](#common.NodeProp.perNode) in a
|
|
345
|
+
format that can be passed to the [`Tree`](#common.Tree)
|
|
346
|
+
constructor.
|
|
347
|
+
*/
|
|
348
|
+
get propValues() {
|
|
349
|
+
let result = [];
|
|
350
|
+
if (this.props)
|
|
351
|
+
for (let id in this.props)
|
|
352
|
+
result.push([+id, this.props[id]]);
|
|
353
|
+
return result;
|
|
354
|
+
}
|
|
355
|
+
/**
|
|
356
|
+
Balance the direct children of this tree, producing a copy of
|
|
357
|
+
which may have children grouped into subtrees with type
|
|
358
|
+
[`NodeType.none`](#common.NodeType^none).
|
|
359
|
+
*/
|
|
360
|
+
balance(config = {}) {
|
|
361
|
+
return this.children.length <= 8 ? this : balanceRange(NodeType.none, this.children, this.positions, 0, this.children.length, 0, this.length, (children, positions, length) => new Tree(this.type, children, positions, length, this.propValues), config.makeTree || ((children, positions, length) => new Tree(NodeType.none, children, positions, length)));
|
|
362
|
+
}
|
|
363
|
+
/**
|
|
364
|
+
Build a tree from a postfix-ordered buffer of node information,
|
|
365
|
+
or a cursor over such a buffer.
|
|
366
|
+
*/
|
|
367
|
+
static build(data) {
|
|
368
|
+
return buildTree(data);
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
Tree.empty = new Tree(NodeType.none, [], [], 0);
|
|
372
|
+
class FlatBufferCursor {
|
|
373
|
+
constructor(buffer, index) {
|
|
374
|
+
this.buffer = buffer;
|
|
375
|
+
this.index = index;
|
|
376
|
+
}
|
|
377
|
+
get id() {
|
|
378
|
+
return this.buffer[this.index - 4];
|
|
379
|
+
}
|
|
380
|
+
get start() {
|
|
381
|
+
return this.buffer[this.index - 3];
|
|
382
|
+
}
|
|
383
|
+
get end() {
|
|
384
|
+
return this.buffer[this.index - 2];
|
|
385
|
+
}
|
|
386
|
+
get size() {
|
|
387
|
+
return this.buffer[this.index - 1];
|
|
388
|
+
}
|
|
389
|
+
get pos() {
|
|
390
|
+
return this.index;
|
|
391
|
+
}
|
|
392
|
+
next() {
|
|
393
|
+
this.index -= 4;
|
|
394
|
+
}
|
|
395
|
+
fork() {
|
|
396
|
+
return new FlatBufferCursor(this.buffer, this.index);
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
class TreeBuffer {
|
|
400
|
+
/**
|
|
401
|
+
Create a tree buffer.
|
|
402
|
+
*/
|
|
403
|
+
constructor(buffer, length, set) {
|
|
404
|
+
this.buffer = buffer;
|
|
405
|
+
this.length = length;
|
|
406
|
+
this.set = set;
|
|
407
|
+
}
|
|
408
|
+
/**
|
|
409
|
+
@internal
|
|
410
|
+
*/
|
|
411
|
+
get type() {
|
|
412
|
+
return NodeType.none;
|
|
413
|
+
}
|
|
414
|
+
/**
|
|
415
|
+
@internal
|
|
416
|
+
*/
|
|
417
|
+
toString() {
|
|
418
|
+
let result = [];
|
|
419
|
+
for (let index = 0; index < this.buffer.length; ) {
|
|
420
|
+
result.push(this.childString(index));
|
|
421
|
+
index = this.buffer[index + 3];
|
|
422
|
+
}
|
|
423
|
+
return result.join(",");
|
|
424
|
+
}
|
|
425
|
+
/**
|
|
426
|
+
@internal
|
|
427
|
+
*/
|
|
428
|
+
childString(index) {
|
|
429
|
+
let id = this.buffer[index], endIndex = this.buffer[index + 3];
|
|
430
|
+
let type = this.set.types[id], result = type.name;
|
|
431
|
+
if (/\W/.test(result) && !type.isError)
|
|
432
|
+
result = JSON.stringify(result);
|
|
433
|
+
index += 4;
|
|
434
|
+
if (endIndex == index)
|
|
435
|
+
return result;
|
|
436
|
+
let children = [];
|
|
437
|
+
while (index < endIndex) {
|
|
438
|
+
children.push(this.childString(index));
|
|
439
|
+
index = this.buffer[index + 3];
|
|
440
|
+
}
|
|
441
|
+
return result + "(" + children.join(",") + ")";
|
|
442
|
+
}
|
|
443
|
+
/**
|
|
444
|
+
@internal
|
|
445
|
+
*/
|
|
446
|
+
findChild(startIndex, endIndex, dir, pos, side) {
|
|
447
|
+
let { buffer } = this, pick = -1;
|
|
448
|
+
for (let i = startIndex; i != endIndex; i = buffer[i + 3]) {
|
|
449
|
+
if (checkSide(side, pos, buffer[i + 1], buffer[i + 2])) {
|
|
450
|
+
pick = i;
|
|
451
|
+
if (dir > 0)
|
|
452
|
+
break;
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
return pick;
|
|
456
|
+
}
|
|
457
|
+
/**
|
|
458
|
+
@internal
|
|
459
|
+
*/
|
|
460
|
+
slice(startI, endI, from) {
|
|
461
|
+
let b = this.buffer;
|
|
462
|
+
let copy = new Uint16Array(endI - startI), len = 0;
|
|
463
|
+
for (let i = startI, j = 0; i < endI; ) {
|
|
464
|
+
copy[j++] = b[i++];
|
|
465
|
+
copy[j++] = b[i++] - from;
|
|
466
|
+
let to = copy[j++] = b[i++] - from;
|
|
467
|
+
copy[j++] = b[i++] - startI;
|
|
468
|
+
len = Math.max(len, to);
|
|
469
|
+
}
|
|
470
|
+
return new TreeBuffer(copy, len, this.set);
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
function checkSide(side, pos, from, to) {
|
|
474
|
+
switch (side) {
|
|
475
|
+
case -2:
|
|
476
|
+
return from < pos;
|
|
477
|
+
case -1:
|
|
478
|
+
return to >= pos && from < pos;
|
|
479
|
+
case 0:
|
|
480
|
+
return from < pos && to > pos;
|
|
481
|
+
case 1:
|
|
482
|
+
return from <= pos && to > pos;
|
|
483
|
+
case 2:
|
|
484
|
+
return to > pos;
|
|
485
|
+
case 4:
|
|
486
|
+
return true;
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
function resolveNode(node, pos, side, overlays) {
|
|
490
|
+
var _a;
|
|
491
|
+
while (node.from == node.to || (side < 1 ? node.from >= pos : node.from > pos) || (side > -1 ? node.to <= pos : node.to < pos)) {
|
|
492
|
+
let parent = !overlays && node instanceof TreeNode && node.index < 0 ? null : node.parent;
|
|
493
|
+
if (!parent)
|
|
494
|
+
return node;
|
|
495
|
+
node = parent;
|
|
496
|
+
}
|
|
497
|
+
let mode = overlays ? 0 : IterMode.IgnoreOverlays;
|
|
498
|
+
if (overlays)
|
|
499
|
+
for (let scan = node, parent = scan.parent; parent; scan = parent, parent = scan.parent) {
|
|
500
|
+
if (scan instanceof TreeNode && scan.index < 0 && ((_a = parent.enter(pos, side, mode)) === null || _a === void 0 ? void 0 : _a.from) != scan.from)
|
|
501
|
+
node = parent;
|
|
502
|
+
}
|
|
503
|
+
for (; ; ) {
|
|
504
|
+
let inner = node.enter(pos, side, mode);
|
|
505
|
+
if (!inner)
|
|
506
|
+
return node;
|
|
507
|
+
node = inner;
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
class BaseNode {
|
|
511
|
+
cursor(mode = 0) {
|
|
512
|
+
return new TreeCursor(this, mode);
|
|
513
|
+
}
|
|
514
|
+
getChild(type, before = null, after = null) {
|
|
515
|
+
let r = getChildren(this, type, before, after);
|
|
516
|
+
return r.length ? r[0] : null;
|
|
517
|
+
}
|
|
518
|
+
getChildren(type, before = null, after = null) {
|
|
519
|
+
return getChildren(this, type, before, after);
|
|
520
|
+
}
|
|
521
|
+
resolve(pos, side = 0) {
|
|
522
|
+
return resolveNode(this, pos, side, false);
|
|
523
|
+
}
|
|
524
|
+
resolveInner(pos, side = 0) {
|
|
525
|
+
return resolveNode(this, pos, side, true);
|
|
526
|
+
}
|
|
527
|
+
matchContext(context) {
|
|
528
|
+
return matchNodeContext(this.parent, context);
|
|
529
|
+
}
|
|
530
|
+
enterUnfinishedNodesBefore(pos) {
|
|
531
|
+
let scan = this.childBefore(pos), node = this;
|
|
532
|
+
while (scan) {
|
|
533
|
+
let last = scan.lastChild;
|
|
534
|
+
if (!last || last.to != scan.to)
|
|
535
|
+
break;
|
|
536
|
+
if (last.type.isError && last.from == last.to) {
|
|
537
|
+
node = scan;
|
|
538
|
+
scan = last.prevSibling;
|
|
539
|
+
} else {
|
|
540
|
+
scan = last;
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
return node;
|
|
544
|
+
}
|
|
545
|
+
get node() {
|
|
546
|
+
return this;
|
|
547
|
+
}
|
|
548
|
+
get next() {
|
|
549
|
+
return this.parent;
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
class TreeNode extends BaseNode {
|
|
553
|
+
constructor(_tree, from, index, _parent) {
|
|
554
|
+
super();
|
|
555
|
+
this._tree = _tree;
|
|
556
|
+
this.from = from;
|
|
557
|
+
this.index = index;
|
|
558
|
+
this._parent = _parent;
|
|
559
|
+
}
|
|
560
|
+
get type() {
|
|
561
|
+
return this._tree.type;
|
|
562
|
+
}
|
|
563
|
+
get name() {
|
|
564
|
+
return this._tree.type.name;
|
|
565
|
+
}
|
|
566
|
+
get to() {
|
|
567
|
+
return this.from + this._tree.length;
|
|
568
|
+
}
|
|
569
|
+
nextChild(i, dir, pos, side, mode = 0) {
|
|
570
|
+
for (let parent = this; ; ) {
|
|
571
|
+
for (let { children, positions } = parent._tree, e = dir > 0 ? children.length : -1; i != e; i += dir) {
|
|
572
|
+
let next = children[i], start = positions[i] + parent.from;
|
|
573
|
+
if (!checkSide(side, pos, start, start + next.length))
|
|
574
|
+
continue;
|
|
575
|
+
if (next instanceof TreeBuffer) {
|
|
576
|
+
if (mode & IterMode.ExcludeBuffers)
|
|
577
|
+
continue;
|
|
578
|
+
let index = next.findChild(0, next.buffer.length, dir, pos - start, side);
|
|
579
|
+
if (index > -1)
|
|
580
|
+
return new BufferNode(new BufferContext(parent, next, i, start), null, index);
|
|
581
|
+
} else if (mode & IterMode.IncludeAnonymous || (!next.type.isAnonymous || hasChild(next))) {
|
|
582
|
+
let mounted;
|
|
583
|
+
if (!(mode & IterMode.IgnoreMounts) && (mounted = MountedTree.get(next)) && !mounted.overlay)
|
|
584
|
+
return new TreeNode(mounted.tree, start, i, parent);
|
|
585
|
+
let inner = new TreeNode(next, start, i, parent);
|
|
586
|
+
return mode & IterMode.IncludeAnonymous || !inner.type.isAnonymous ? inner : inner.nextChild(dir < 0 ? next.children.length - 1 : 0, dir, pos, side);
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
if (mode & IterMode.IncludeAnonymous || !parent.type.isAnonymous)
|
|
590
|
+
return null;
|
|
591
|
+
if (parent.index >= 0)
|
|
592
|
+
i = parent.index + dir;
|
|
593
|
+
else
|
|
594
|
+
i = dir < 0 ? -1 : parent._parent._tree.children.length;
|
|
595
|
+
parent = parent._parent;
|
|
596
|
+
if (!parent)
|
|
597
|
+
return null;
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
get firstChild() {
|
|
601
|
+
return this.nextChild(
|
|
602
|
+
0,
|
|
603
|
+
1,
|
|
604
|
+
0,
|
|
605
|
+
4
|
|
606
|
+
/* Side.DontCare */
|
|
607
|
+
);
|
|
608
|
+
}
|
|
609
|
+
get lastChild() {
|
|
610
|
+
return this.nextChild(
|
|
611
|
+
this._tree.children.length - 1,
|
|
612
|
+
-1,
|
|
613
|
+
0,
|
|
614
|
+
4
|
|
615
|
+
/* Side.DontCare */
|
|
616
|
+
);
|
|
617
|
+
}
|
|
618
|
+
childAfter(pos) {
|
|
619
|
+
return this.nextChild(
|
|
620
|
+
0,
|
|
621
|
+
1,
|
|
622
|
+
pos,
|
|
623
|
+
2
|
|
624
|
+
/* Side.After */
|
|
625
|
+
);
|
|
626
|
+
}
|
|
627
|
+
childBefore(pos) {
|
|
628
|
+
return this.nextChild(
|
|
629
|
+
this._tree.children.length - 1,
|
|
630
|
+
-1,
|
|
631
|
+
pos,
|
|
632
|
+
-2
|
|
633
|
+
/* Side.Before */
|
|
634
|
+
);
|
|
635
|
+
}
|
|
636
|
+
enter(pos, side, mode = 0) {
|
|
637
|
+
let mounted;
|
|
638
|
+
if (!(mode & IterMode.IgnoreOverlays) && (mounted = MountedTree.get(this._tree)) && mounted.overlay) {
|
|
639
|
+
let rPos = pos - this.from;
|
|
640
|
+
for (let { from, to } of mounted.overlay) {
|
|
641
|
+
if ((side > 0 ? from <= rPos : from < rPos) && (side < 0 ? to >= rPos : to > rPos))
|
|
642
|
+
return new TreeNode(mounted.tree, mounted.overlay[0].from + this.from, -1, this);
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
return this.nextChild(0, 1, pos, side, mode);
|
|
646
|
+
}
|
|
647
|
+
nextSignificantParent() {
|
|
648
|
+
let val = this;
|
|
649
|
+
while (val.type.isAnonymous && val._parent)
|
|
650
|
+
val = val._parent;
|
|
651
|
+
return val;
|
|
652
|
+
}
|
|
653
|
+
get parent() {
|
|
654
|
+
return this._parent ? this._parent.nextSignificantParent() : null;
|
|
655
|
+
}
|
|
656
|
+
get nextSibling() {
|
|
657
|
+
return this._parent && this.index >= 0 ? this._parent.nextChild(
|
|
658
|
+
this.index + 1,
|
|
659
|
+
1,
|
|
660
|
+
0,
|
|
661
|
+
4
|
|
662
|
+
/* Side.DontCare */
|
|
663
|
+
) : null;
|
|
664
|
+
}
|
|
665
|
+
get prevSibling() {
|
|
666
|
+
return this._parent && this.index >= 0 ? this._parent.nextChild(
|
|
667
|
+
this.index - 1,
|
|
668
|
+
-1,
|
|
669
|
+
0,
|
|
670
|
+
4
|
|
671
|
+
/* Side.DontCare */
|
|
672
|
+
) : null;
|
|
673
|
+
}
|
|
674
|
+
get tree() {
|
|
675
|
+
return this._tree;
|
|
676
|
+
}
|
|
677
|
+
toTree() {
|
|
678
|
+
return this._tree;
|
|
679
|
+
}
|
|
680
|
+
/**
|
|
681
|
+
@internal
|
|
682
|
+
*/
|
|
683
|
+
toString() {
|
|
684
|
+
return this._tree.toString();
|
|
685
|
+
}
|
|
686
|
+
}
|
|
687
|
+
function getChildren(node, type, before, after) {
|
|
688
|
+
let cur = node.cursor(), result = [];
|
|
689
|
+
if (!cur.firstChild())
|
|
690
|
+
return result;
|
|
691
|
+
if (before != null)
|
|
692
|
+
for (let found = false; !found; ) {
|
|
693
|
+
found = cur.type.is(before);
|
|
694
|
+
if (!cur.nextSibling())
|
|
695
|
+
return result;
|
|
696
|
+
}
|
|
697
|
+
for (; ; ) {
|
|
698
|
+
if (after != null && cur.type.is(after))
|
|
699
|
+
return result;
|
|
700
|
+
if (cur.type.is(type))
|
|
701
|
+
result.push(cur.node);
|
|
702
|
+
if (!cur.nextSibling())
|
|
703
|
+
return after == null ? result : [];
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
function matchNodeContext(node, context, i = context.length - 1) {
|
|
707
|
+
for (let p = node; i >= 0; p = p.parent) {
|
|
708
|
+
if (!p)
|
|
709
|
+
return false;
|
|
710
|
+
if (!p.type.isAnonymous) {
|
|
711
|
+
if (context[i] && context[i] != p.name)
|
|
712
|
+
return false;
|
|
713
|
+
i--;
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
return true;
|
|
717
|
+
}
|
|
718
|
+
class BufferContext {
|
|
719
|
+
constructor(parent, buffer, index, start) {
|
|
720
|
+
this.parent = parent;
|
|
721
|
+
this.buffer = buffer;
|
|
722
|
+
this.index = index;
|
|
723
|
+
this.start = start;
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
class BufferNode extends BaseNode {
|
|
727
|
+
get name() {
|
|
728
|
+
return this.type.name;
|
|
729
|
+
}
|
|
730
|
+
get from() {
|
|
731
|
+
return this.context.start + this.context.buffer.buffer[this.index + 1];
|
|
732
|
+
}
|
|
733
|
+
get to() {
|
|
734
|
+
return this.context.start + this.context.buffer.buffer[this.index + 2];
|
|
735
|
+
}
|
|
736
|
+
constructor(context, _parent, index) {
|
|
737
|
+
super();
|
|
738
|
+
this.context = context;
|
|
739
|
+
this._parent = _parent;
|
|
740
|
+
this.index = index;
|
|
741
|
+
this.type = context.buffer.set.types[context.buffer.buffer[index]];
|
|
742
|
+
}
|
|
743
|
+
child(dir, pos, side) {
|
|
744
|
+
let { buffer } = this.context;
|
|
745
|
+
let index = buffer.findChild(this.index + 4, buffer.buffer[this.index + 3], dir, pos - this.context.start, side);
|
|
746
|
+
return index < 0 ? null : new BufferNode(this.context, this, index);
|
|
747
|
+
}
|
|
748
|
+
get firstChild() {
|
|
749
|
+
return this.child(
|
|
750
|
+
1,
|
|
751
|
+
0,
|
|
752
|
+
4
|
|
753
|
+
/* Side.DontCare */
|
|
754
|
+
);
|
|
755
|
+
}
|
|
756
|
+
get lastChild() {
|
|
757
|
+
return this.child(
|
|
758
|
+
-1,
|
|
759
|
+
0,
|
|
760
|
+
4
|
|
761
|
+
/* Side.DontCare */
|
|
762
|
+
);
|
|
763
|
+
}
|
|
764
|
+
childAfter(pos) {
|
|
765
|
+
return this.child(
|
|
766
|
+
1,
|
|
767
|
+
pos,
|
|
768
|
+
2
|
|
769
|
+
/* Side.After */
|
|
770
|
+
);
|
|
771
|
+
}
|
|
772
|
+
childBefore(pos) {
|
|
773
|
+
return this.child(
|
|
774
|
+
-1,
|
|
775
|
+
pos,
|
|
776
|
+
-2
|
|
777
|
+
/* Side.Before */
|
|
778
|
+
);
|
|
779
|
+
}
|
|
780
|
+
enter(pos, side, mode = 0) {
|
|
781
|
+
if (mode & IterMode.ExcludeBuffers)
|
|
782
|
+
return null;
|
|
783
|
+
let { buffer } = this.context;
|
|
784
|
+
let index = buffer.findChild(this.index + 4, buffer.buffer[this.index + 3], side > 0 ? 1 : -1, pos - this.context.start, side);
|
|
785
|
+
return index < 0 ? null : new BufferNode(this.context, this, index);
|
|
786
|
+
}
|
|
787
|
+
get parent() {
|
|
788
|
+
return this._parent || this.context.parent.nextSignificantParent();
|
|
789
|
+
}
|
|
790
|
+
externalSibling(dir) {
|
|
791
|
+
return this._parent ? null : this.context.parent.nextChild(
|
|
792
|
+
this.context.index + dir,
|
|
793
|
+
dir,
|
|
794
|
+
0,
|
|
795
|
+
4
|
|
796
|
+
/* Side.DontCare */
|
|
797
|
+
);
|
|
798
|
+
}
|
|
799
|
+
get nextSibling() {
|
|
800
|
+
let { buffer } = this.context;
|
|
801
|
+
let after = buffer.buffer[this.index + 3];
|
|
802
|
+
if (after < (this._parent ? buffer.buffer[this._parent.index + 3] : buffer.buffer.length))
|
|
803
|
+
return new BufferNode(this.context, this._parent, after);
|
|
804
|
+
return this.externalSibling(1);
|
|
805
|
+
}
|
|
806
|
+
get prevSibling() {
|
|
807
|
+
let { buffer } = this.context;
|
|
808
|
+
let parentStart = this._parent ? this._parent.index + 4 : 0;
|
|
809
|
+
if (this.index == parentStart)
|
|
810
|
+
return this.externalSibling(-1);
|
|
811
|
+
return new BufferNode(this.context, this._parent, buffer.findChild(
|
|
812
|
+
parentStart,
|
|
813
|
+
this.index,
|
|
814
|
+
-1,
|
|
815
|
+
0,
|
|
816
|
+
4
|
|
817
|
+
/* Side.DontCare */
|
|
818
|
+
));
|
|
819
|
+
}
|
|
820
|
+
get tree() {
|
|
821
|
+
return null;
|
|
822
|
+
}
|
|
823
|
+
toTree() {
|
|
824
|
+
let children = [], positions = [];
|
|
825
|
+
let { buffer } = this.context;
|
|
826
|
+
let startI = this.index + 4, endI = buffer.buffer[this.index + 3];
|
|
827
|
+
if (endI > startI) {
|
|
828
|
+
let from = buffer.buffer[this.index + 1];
|
|
829
|
+
children.push(buffer.slice(startI, endI, from));
|
|
830
|
+
positions.push(0);
|
|
831
|
+
}
|
|
832
|
+
return new Tree(this.type, children, positions, this.to - this.from);
|
|
833
|
+
}
|
|
834
|
+
/**
|
|
835
|
+
@internal
|
|
836
|
+
*/
|
|
837
|
+
toString() {
|
|
838
|
+
return this.context.buffer.childString(this.index);
|
|
839
|
+
}
|
|
840
|
+
}
|
|
841
|
+
function iterStack(heads) {
|
|
842
|
+
if (!heads.length)
|
|
843
|
+
return null;
|
|
844
|
+
let pick = 0, picked = heads[0];
|
|
845
|
+
for (let i = 1; i < heads.length; i++) {
|
|
846
|
+
let node = heads[i];
|
|
847
|
+
if (node.from > picked.from || node.to < picked.to) {
|
|
848
|
+
picked = node;
|
|
849
|
+
pick = i;
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
let next = picked instanceof TreeNode && picked.index < 0 ? null : picked.parent;
|
|
853
|
+
let newHeads = heads.slice();
|
|
854
|
+
if (next)
|
|
855
|
+
newHeads[pick] = next;
|
|
856
|
+
else
|
|
857
|
+
newHeads.splice(pick, 1);
|
|
858
|
+
return new StackIterator(newHeads, picked);
|
|
859
|
+
}
|
|
860
|
+
class StackIterator {
|
|
861
|
+
constructor(heads, node) {
|
|
862
|
+
this.heads = heads;
|
|
863
|
+
this.node = node;
|
|
864
|
+
}
|
|
865
|
+
get next() {
|
|
866
|
+
return iterStack(this.heads);
|
|
867
|
+
}
|
|
868
|
+
}
|
|
869
|
+
function stackIterator(tree, pos, side) {
|
|
870
|
+
let inner = tree.resolveInner(pos, side), layers = null;
|
|
871
|
+
for (let scan = inner instanceof TreeNode ? inner : inner.context.parent; scan; scan = scan.parent) {
|
|
872
|
+
if (scan.index < 0) {
|
|
873
|
+
let parent = scan.parent;
|
|
874
|
+
(layers || (layers = [inner])).push(parent.resolve(pos, side));
|
|
875
|
+
scan = parent;
|
|
876
|
+
} else {
|
|
877
|
+
let mount = MountedTree.get(scan.tree);
|
|
878
|
+
if (mount && mount.overlay && mount.overlay[0].from <= pos && mount.overlay[mount.overlay.length - 1].to >= pos) {
|
|
879
|
+
let root = new TreeNode(mount.tree, mount.overlay[0].from + scan.from, -1, scan);
|
|
880
|
+
(layers || (layers = [inner])).push(resolveNode(root, pos, side, false));
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
return layers ? iterStack(layers) : inner;
|
|
885
|
+
}
|
|
886
|
+
class TreeCursor {
|
|
887
|
+
/**
|
|
888
|
+
Shorthand for `.type.name`.
|
|
889
|
+
*/
|
|
890
|
+
get name() {
|
|
891
|
+
return this.type.name;
|
|
892
|
+
}
|
|
893
|
+
/**
|
|
894
|
+
@internal
|
|
895
|
+
*/
|
|
896
|
+
constructor(node, mode = 0) {
|
|
897
|
+
this.mode = mode;
|
|
898
|
+
this.buffer = null;
|
|
899
|
+
this.stack = [];
|
|
900
|
+
this.index = 0;
|
|
901
|
+
this.bufferNode = null;
|
|
902
|
+
if (node instanceof TreeNode) {
|
|
903
|
+
this.yieldNode(node);
|
|
904
|
+
} else {
|
|
905
|
+
this._tree = node.context.parent;
|
|
906
|
+
this.buffer = node.context;
|
|
907
|
+
for (let n = node._parent; n; n = n._parent)
|
|
908
|
+
this.stack.unshift(n.index);
|
|
909
|
+
this.bufferNode = node;
|
|
910
|
+
this.yieldBuf(node.index);
|
|
911
|
+
}
|
|
912
|
+
}
|
|
913
|
+
yieldNode(node) {
|
|
914
|
+
if (!node)
|
|
915
|
+
return false;
|
|
916
|
+
this._tree = node;
|
|
917
|
+
this.type = node.type;
|
|
918
|
+
this.from = node.from;
|
|
919
|
+
this.to = node.to;
|
|
920
|
+
return true;
|
|
921
|
+
}
|
|
922
|
+
yieldBuf(index, type) {
|
|
923
|
+
this.index = index;
|
|
924
|
+
let { start, buffer } = this.buffer;
|
|
925
|
+
this.type = type || buffer.set.types[buffer.buffer[index]];
|
|
926
|
+
this.from = start + buffer.buffer[index + 1];
|
|
927
|
+
this.to = start + buffer.buffer[index + 2];
|
|
928
|
+
return true;
|
|
929
|
+
}
|
|
930
|
+
/**
|
|
931
|
+
@internal
|
|
932
|
+
*/
|
|
933
|
+
yield(node) {
|
|
934
|
+
if (!node)
|
|
935
|
+
return false;
|
|
936
|
+
if (node instanceof TreeNode) {
|
|
937
|
+
this.buffer = null;
|
|
938
|
+
return this.yieldNode(node);
|
|
939
|
+
}
|
|
940
|
+
this.buffer = node.context;
|
|
941
|
+
return this.yieldBuf(node.index, node.type);
|
|
942
|
+
}
|
|
943
|
+
/**
|
|
944
|
+
@internal
|
|
945
|
+
*/
|
|
946
|
+
toString() {
|
|
947
|
+
return this.buffer ? this.buffer.buffer.childString(this.index) : this._tree.toString();
|
|
948
|
+
}
|
|
949
|
+
/**
|
|
950
|
+
@internal
|
|
951
|
+
*/
|
|
952
|
+
enterChild(dir, pos, side) {
|
|
953
|
+
if (!this.buffer)
|
|
954
|
+
return this.yield(this._tree.nextChild(dir < 0 ? this._tree._tree.children.length - 1 : 0, dir, pos, side, this.mode));
|
|
955
|
+
let { buffer } = this.buffer;
|
|
956
|
+
let index = buffer.findChild(this.index + 4, buffer.buffer[this.index + 3], dir, pos - this.buffer.start, side);
|
|
957
|
+
if (index < 0)
|
|
958
|
+
return false;
|
|
959
|
+
this.stack.push(this.index);
|
|
960
|
+
return this.yieldBuf(index);
|
|
961
|
+
}
|
|
962
|
+
/**
|
|
963
|
+
Move the cursor to this node's first child. When this returns
|
|
964
|
+
false, the node has no child, and the cursor has not been moved.
|
|
965
|
+
*/
|
|
966
|
+
firstChild() {
|
|
967
|
+
return this.enterChild(
|
|
968
|
+
1,
|
|
969
|
+
0,
|
|
970
|
+
4
|
|
971
|
+
/* Side.DontCare */
|
|
972
|
+
);
|
|
973
|
+
}
|
|
974
|
+
/**
|
|
975
|
+
Move the cursor to this node's last child.
|
|
976
|
+
*/
|
|
977
|
+
lastChild() {
|
|
978
|
+
return this.enterChild(
|
|
979
|
+
-1,
|
|
980
|
+
0,
|
|
981
|
+
4
|
|
982
|
+
/* Side.DontCare */
|
|
983
|
+
);
|
|
984
|
+
}
|
|
985
|
+
/**
|
|
986
|
+
Move the cursor to the first child that ends after `pos`.
|
|
987
|
+
*/
|
|
988
|
+
childAfter(pos) {
|
|
989
|
+
return this.enterChild(
|
|
990
|
+
1,
|
|
991
|
+
pos,
|
|
992
|
+
2
|
|
993
|
+
/* Side.After */
|
|
994
|
+
);
|
|
995
|
+
}
|
|
996
|
+
/**
|
|
997
|
+
Move to the last child that starts before `pos`.
|
|
998
|
+
*/
|
|
999
|
+
childBefore(pos) {
|
|
1000
|
+
return this.enterChild(
|
|
1001
|
+
-1,
|
|
1002
|
+
pos,
|
|
1003
|
+
-2
|
|
1004
|
+
/* Side.Before */
|
|
1005
|
+
);
|
|
1006
|
+
}
|
|
1007
|
+
/**
|
|
1008
|
+
Move the cursor to the child around `pos`. If side is -1 the
|
|
1009
|
+
child may end at that position, when 1 it may start there. This
|
|
1010
|
+
will also enter [overlaid](#common.MountedTree.overlay)
|
|
1011
|
+
[mounted](#common.NodeProp^mounted) trees unless `overlays` is
|
|
1012
|
+
set to false.
|
|
1013
|
+
*/
|
|
1014
|
+
enter(pos, side, mode = this.mode) {
|
|
1015
|
+
if (!this.buffer)
|
|
1016
|
+
return this.yield(this._tree.enter(pos, side, mode));
|
|
1017
|
+
return mode & IterMode.ExcludeBuffers ? false : this.enterChild(1, pos, side);
|
|
1018
|
+
}
|
|
1019
|
+
/**
|
|
1020
|
+
Move to the node's parent node, if this isn't the top node.
|
|
1021
|
+
*/
|
|
1022
|
+
parent() {
|
|
1023
|
+
if (!this.buffer)
|
|
1024
|
+
return this.yieldNode(this.mode & IterMode.IncludeAnonymous ? this._tree._parent : this._tree.parent);
|
|
1025
|
+
if (this.stack.length)
|
|
1026
|
+
return this.yieldBuf(this.stack.pop());
|
|
1027
|
+
let parent = this.mode & IterMode.IncludeAnonymous ? this.buffer.parent : this.buffer.parent.nextSignificantParent();
|
|
1028
|
+
this.buffer = null;
|
|
1029
|
+
return this.yieldNode(parent);
|
|
1030
|
+
}
|
|
1031
|
+
/**
|
|
1032
|
+
@internal
|
|
1033
|
+
*/
|
|
1034
|
+
sibling(dir) {
|
|
1035
|
+
if (!this.buffer)
|
|
1036
|
+
return !this._tree._parent ? false : this.yield(this._tree.index < 0 ? null : this._tree._parent.nextChild(this._tree.index + dir, dir, 0, 4, this.mode));
|
|
1037
|
+
let { buffer } = this.buffer, d = this.stack.length - 1;
|
|
1038
|
+
if (dir < 0) {
|
|
1039
|
+
let parentStart = d < 0 ? 0 : this.stack[d] + 4;
|
|
1040
|
+
if (this.index != parentStart)
|
|
1041
|
+
return this.yieldBuf(buffer.findChild(
|
|
1042
|
+
parentStart,
|
|
1043
|
+
this.index,
|
|
1044
|
+
-1,
|
|
1045
|
+
0,
|
|
1046
|
+
4
|
|
1047
|
+
/* Side.DontCare */
|
|
1048
|
+
));
|
|
1049
|
+
} else {
|
|
1050
|
+
let after = buffer.buffer[this.index + 3];
|
|
1051
|
+
if (after < (d < 0 ? buffer.buffer.length : buffer.buffer[this.stack[d] + 3]))
|
|
1052
|
+
return this.yieldBuf(after);
|
|
1053
|
+
}
|
|
1054
|
+
return d < 0 ? this.yield(this.buffer.parent.nextChild(this.buffer.index + dir, dir, 0, 4, this.mode)) : false;
|
|
1055
|
+
}
|
|
1056
|
+
/**
|
|
1057
|
+
Move to this node's next sibling, if any.
|
|
1058
|
+
*/
|
|
1059
|
+
nextSibling() {
|
|
1060
|
+
return this.sibling(1);
|
|
1061
|
+
}
|
|
1062
|
+
/**
|
|
1063
|
+
Move to this node's previous sibling, if any.
|
|
1064
|
+
*/
|
|
1065
|
+
prevSibling() {
|
|
1066
|
+
return this.sibling(-1);
|
|
1067
|
+
}
|
|
1068
|
+
atLastNode(dir) {
|
|
1069
|
+
let index, parent, { buffer } = this;
|
|
1070
|
+
if (buffer) {
|
|
1071
|
+
if (dir > 0) {
|
|
1072
|
+
if (this.index < buffer.buffer.buffer.length)
|
|
1073
|
+
return false;
|
|
1074
|
+
} else {
|
|
1075
|
+
for (let i = 0; i < this.index; i++)
|
|
1076
|
+
if (buffer.buffer.buffer[i + 3] < this.index)
|
|
1077
|
+
return false;
|
|
1078
|
+
}
|
|
1079
|
+
({ index, parent } = buffer);
|
|
1080
|
+
} else {
|
|
1081
|
+
({ index, _parent: parent } = this._tree);
|
|
1082
|
+
}
|
|
1083
|
+
for (; parent; { index, _parent: parent } = parent) {
|
|
1084
|
+
if (index > -1)
|
|
1085
|
+
for (let i = index + dir, e = dir < 0 ? -1 : parent._tree.children.length; i != e; i += dir) {
|
|
1086
|
+
let child = parent._tree.children[i];
|
|
1087
|
+
if (this.mode & IterMode.IncludeAnonymous || child instanceof TreeBuffer || !child.type.isAnonymous || hasChild(child))
|
|
1088
|
+
return false;
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
return true;
|
|
1092
|
+
}
|
|
1093
|
+
move(dir, enter) {
|
|
1094
|
+
if (enter && this.enterChild(
|
|
1095
|
+
dir,
|
|
1096
|
+
0,
|
|
1097
|
+
4
|
|
1098
|
+
/* Side.DontCare */
|
|
1099
|
+
))
|
|
1100
|
+
return true;
|
|
1101
|
+
for (; ; ) {
|
|
1102
|
+
if (this.sibling(dir))
|
|
1103
|
+
return true;
|
|
1104
|
+
if (this.atLastNode(dir) || !this.parent())
|
|
1105
|
+
return false;
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
1108
|
+
/**
|
|
1109
|
+
Move to the next node in a
|
|
1110
|
+
[pre-order](https://en.wikipedia.org/wiki/Tree_traversal#Pre-order,_NLR)
|
|
1111
|
+
traversal, going from a node to its first child or, if the
|
|
1112
|
+
current node is empty or `enter` is false, its next sibling or
|
|
1113
|
+
the next sibling of the first parent node that has one.
|
|
1114
|
+
*/
|
|
1115
|
+
next(enter = true) {
|
|
1116
|
+
return this.move(1, enter);
|
|
1117
|
+
}
|
|
1118
|
+
/**
|
|
1119
|
+
Move to the next node in a last-to-first pre-order traversal. A
|
|
1120
|
+
node is followed by its last child or, if it has none, its
|
|
1121
|
+
previous sibling or the previous sibling of the first parent
|
|
1122
|
+
node that has one.
|
|
1123
|
+
*/
|
|
1124
|
+
prev(enter = true) {
|
|
1125
|
+
return this.move(-1, enter);
|
|
1126
|
+
}
|
|
1127
|
+
/**
|
|
1128
|
+
Move the cursor to the innermost node that covers `pos`. If
|
|
1129
|
+
`side` is -1, it will enter nodes that end at `pos`. If it is 1,
|
|
1130
|
+
it will enter nodes that start at `pos`.
|
|
1131
|
+
*/
|
|
1132
|
+
moveTo(pos, side = 0) {
|
|
1133
|
+
while (this.from == this.to || (side < 1 ? this.from >= pos : this.from > pos) || (side > -1 ? this.to <= pos : this.to < pos))
|
|
1134
|
+
if (!this.parent())
|
|
1135
|
+
break;
|
|
1136
|
+
while (this.enterChild(1, pos, side)) {
|
|
1137
|
+
}
|
|
1138
|
+
return this;
|
|
1139
|
+
}
|
|
1140
|
+
/**
|
|
1141
|
+
Get a [syntax node](#common.SyntaxNode) at the cursor's current
|
|
1142
|
+
position.
|
|
1143
|
+
*/
|
|
1144
|
+
get node() {
|
|
1145
|
+
if (!this.buffer)
|
|
1146
|
+
return this._tree;
|
|
1147
|
+
let cache = this.bufferNode, result = null, depth = 0;
|
|
1148
|
+
if (cache && cache.context == this.buffer) {
|
|
1149
|
+
scan: for (let index = this.index, d = this.stack.length; d >= 0; ) {
|
|
1150
|
+
for (let c = cache; c; c = c._parent)
|
|
1151
|
+
if (c.index == index) {
|
|
1152
|
+
if (index == this.index)
|
|
1153
|
+
return c;
|
|
1154
|
+
result = c;
|
|
1155
|
+
depth = d + 1;
|
|
1156
|
+
break scan;
|
|
1157
|
+
}
|
|
1158
|
+
index = this.stack[--d];
|
|
1159
|
+
}
|
|
1160
|
+
}
|
|
1161
|
+
for (let i = depth; i < this.stack.length; i++)
|
|
1162
|
+
result = new BufferNode(this.buffer, result, this.stack[i]);
|
|
1163
|
+
return this.bufferNode = new BufferNode(this.buffer, result, this.index);
|
|
1164
|
+
}
|
|
1165
|
+
/**
|
|
1166
|
+
Get the [tree](#common.Tree) that represents the current node, if
|
|
1167
|
+
any. Will return null when the node is in a [tree
|
|
1168
|
+
buffer](#common.TreeBuffer).
|
|
1169
|
+
*/
|
|
1170
|
+
get tree() {
|
|
1171
|
+
return this.buffer ? null : this._tree._tree;
|
|
1172
|
+
}
|
|
1173
|
+
/**
|
|
1174
|
+
Iterate over the current node and all its descendants, calling
|
|
1175
|
+
`enter` when entering a node and `leave`, if given, when leaving
|
|
1176
|
+
one. When `enter` returns `false`, any children of that node are
|
|
1177
|
+
skipped, and `leave` isn't called for it.
|
|
1178
|
+
*/
|
|
1179
|
+
iterate(enter, leave) {
|
|
1180
|
+
for (let depth = 0; ; ) {
|
|
1181
|
+
let mustLeave = false;
|
|
1182
|
+
if (this.type.isAnonymous || enter(this) !== false) {
|
|
1183
|
+
if (this.firstChild()) {
|
|
1184
|
+
depth++;
|
|
1185
|
+
continue;
|
|
1186
|
+
}
|
|
1187
|
+
if (!this.type.isAnonymous)
|
|
1188
|
+
mustLeave = true;
|
|
1189
|
+
}
|
|
1190
|
+
for (; ; ) {
|
|
1191
|
+
if (mustLeave && leave)
|
|
1192
|
+
leave(this);
|
|
1193
|
+
mustLeave = this.type.isAnonymous;
|
|
1194
|
+
if (!depth)
|
|
1195
|
+
return;
|
|
1196
|
+
if (this.nextSibling())
|
|
1197
|
+
break;
|
|
1198
|
+
this.parent();
|
|
1199
|
+
depth--;
|
|
1200
|
+
mustLeave = true;
|
|
1201
|
+
}
|
|
1202
|
+
}
|
|
1203
|
+
}
|
|
1204
|
+
/**
|
|
1205
|
+
Test whether the current node matches a given context—a sequence
|
|
1206
|
+
of direct parent node names. Empty strings in the context array
|
|
1207
|
+
are treated as wildcards.
|
|
1208
|
+
*/
|
|
1209
|
+
matchContext(context) {
|
|
1210
|
+
if (!this.buffer)
|
|
1211
|
+
return matchNodeContext(this.node.parent, context);
|
|
1212
|
+
let { buffer } = this.buffer, { types } = buffer.set;
|
|
1213
|
+
for (let i = context.length - 1, d = this.stack.length - 1; i >= 0; d--) {
|
|
1214
|
+
if (d < 0)
|
|
1215
|
+
return matchNodeContext(this._tree, context, i);
|
|
1216
|
+
let type = types[buffer.buffer[this.stack[d]]];
|
|
1217
|
+
if (!type.isAnonymous) {
|
|
1218
|
+
if (context[i] && context[i] != type.name)
|
|
1219
|
+
return false;
|
|
1220
|
+
i--;
|
|
1221
|
+
}
|
|
1222
|
+
}
|
|
1223
|
+
return true;
|
|
1224
|
+
}
|
|
1225
|
+
}
|
|
1226
|
+
function hasChild(tree) {
|
|
1227
|
+
return tree.children.some((ch) => ch instanceof TreeBuffer || !ch.type.isAnonymous || hasChild(ch));
|
|
1228
|
+
}
|
|
1229
|
+
function buildTree(data) {
|
|
1230
|
+
var _a;
|
|
1231
|
+
let { buffer, nodeSet, maxBufferLength = DefaultBufferLength, reused = [], minRepeatType = nodeSet.types.length } = data;
|
|
1232
|
+
let cursor = Array.isArray(buffer) ? new FlatBufferCursor(buffer, buffer.length) : buffer;
|
|
1233
|
+
let types = nodeSet.types;
|
|
1234
|
+
let contextHash = 0, lookAhead = 0;
|
|
1235
|
+
function takeNode(parentStart, minPos, children2, positions2, inRepeat, depth) {
|
|
1236
|
+
let { id, start, end, size } = cursor;
|
|
1237
|
+
let lookAheadAtStart = lookAhead, contextAtStart = contextHash;
|
|
1238
|
+
while (size < 0) {
|
|
1239
|
+
cursor.next();
|
|
1240
|
+
if (size == -1) {
|
|
1241
|
+
let node2 = reused[id];
|
|
1242
|
+
children2.push(node2);
|
|
1243
|
+
positions2.push(start - parentStart);
|
|
1244
|
+
return;
|
|
1245
|
+
} else if (size == -3) {
|
|
1246
|
+
contextHash = id;
|
|
1247
|
+
return;
|
|
1248
|
+
} else if (size == -4) {
|
|
1249
|
+
lookAhead = id;
|
|
1250
|
+
return;
|
|
1251
|
+
} else {
|
|
1252
|
+
throw new RangeError(`Unrecognized record size: ${size}`);
|
|
1253
|
+
}
|
|
1254
|
+
}
|
|
1255
|
+
let type = types[id], node, buffer2;
|
|
1256
|
+
let startPos = start - parentStart;
|
|
1257
|
+
if (end - start <= maxBufferLength && (buffer2 = findBufferSize(cursor.pos - minPos, inRepeat))) {
|
|
1258
|
+
let data2 = new Uint16Array(buffer2.size - buffer2.skip);
|
|
1259
|
+
let endPos = cursor.pos - buffer2.size, index = data2.length;
|
|
1260
|
+
while (cursor.pos > endPos)
|
|
1261
|
+
index = copyToBuffer(buffer2.start, data2, index);
|
|
1262
|
+
node = new TreeBuffer(data2, end - buffer2.start, nodeSet);
|
|
1263
|
+
startPos = buffer2.start - parentStart;
|
|
1264
|
+
} else {
|
|
1265
|
+
let endPos = cursor.pos - size;
|
|
1266
|
+
cursor.next();
|
|
1267
|
+
let localChildren = [], localPositions = [];
|
|
1268
|
+
let localInRepeat = id >= minRepeatType ? id : -1;
|
|
1269
|
+
let lastGroup = 0, lastEnd = end;
|
|
1270
|
+
while (cursor.pos > endPos) {
|
|
1271
|
+
if (localInRepeat >= 0 && cursor.id == localInRepeat && cursor.size >= 0) {
|
|
1272
|
+
if (cursor.end <= lastEnd - maxBufferLength) {
|
|
1273
|
+
makeRepeatLeaf(localChildren, localPositions, start, lastGroup, cursor.end, lastEnd, localInRepeat, lookAheadAtStart, contextAtStart);
|
|
1274
|
+
lastGroup = localChildren.length;
|
|
1275
|
+
lastEnd = cursor.end;
|
|
1276
|
+
}
|
|
1277
|
+
cursor.next();
|
|
1278
|
+
} else if (depth > 2500) {
|
|
1279
|
+
takeFlatNode(start, endPos, localChildren, localPositions);
|
|
1280
|
+
} else {
|
|
1281
|
+
takeNode(start, endPos, localChildren, localPositions, localInRepeat, depth + 1);
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
1284
|
+
if (localInRepeat >= 0 && lastGroup > 0 && lastGroup < localChildren.length)
|
|
1285
|
+
makeRepeatLeaf(localChildren, localPositions, start, lastGroup, start, lastEnd, localInRepeat, lookAheadAtStart, contextAtStart);
|
|
1286
|
+
localChildren.reverse();
|
|
1287
|
+
localPositions.reverse();
|
|
1288
|
+
if (localInRepeat > -1 && lastGroup > 0) {
|
|
1289
|
+
let make = makeBalanced(type, contextAtStart);
|
|
1290
|
+
node = balanceRange(type, localChildren, localPositions, 0, localChildren.length, 0, end - start, make, make);
|
|
1291
|
+
} else {
|
|
1292
|
+
node = makeTree(type, localChildren, localPositions, end - start, lookAheadAtStart - end, contextAtStart);
|
|
1293
|
+
}
|
|
1294
|
+
}
|
|
1295
|
+
children2.push(node);
|
|
1296
|
+
positions2.push(startPos);
|
|
1297
|
+
}
|
|
1298
|
+
function takeFlatNode(parentStart, minPos, children2, positions2) {
|
|
1299
|
+
let nodes = [];
|
|
1300
|
+
let nodeCount = 0, stopAt = -1;
|
|
1301
|
+
while (cursor.pos > minPos) {
|
|
1302
|
+
let { id, start, end, size } = cursor;
|
|
1303
|
+
if (size > 4) {
|
|
1304
|
+
cursor.next();
|
|
1305
|
+
} else if (stopAt > -1 && start < stopAt) {
|
|
1306
|
+
break;
|
|
1307
|
+
} else {
|
|
1308
|
+
if (stopAt < 0)
|
|
1309
|
+
stopAt = end - maxBufferLength;
|
|
1310
|
+
nodes.push(id, start, end);
|
|
1311
|
+
nodeCount++;
|
|
1312
|
+
cursor.next();
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1315
|
+
if (nodeCount) {
|
|
1316
|
+
let buffer2 = new Uint16Array(nodeCount * 4);
|
|
1317
|
+
let start = nodes[nodes.length - 2];
|
|
1318
|
+
for (let i = nodes.length - 3, j = 0; i >= 0; i -= 3) {
|
|
1319
|
+
buffer2[j++] = nodes[i];
|
|
1320
|
+
buffer2[j++] = nodes[i + 1] - start;
|
|
1321
|
+
buffer2[j++] = nodes[i + 2] - start;
|
|
1322
|
+
buffer2[j++] = j;
|
|
1323
|
+
}
|
|
1324
|
+
children2.push(new TreeBuffer(buffer2, nodes[2] - start, nodeSet));
|
|
1325
|
+
positions2.push(start - parentStart);
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1328
|
+
function makeBalanced(type, contextHash2) {
|
|
1329
|
+
return (children2, positions2, length2) => {
|
|
1330
|
+
let lookAhead2 = 0, lastI = children2.length - 1, last, lookAheadProp;
|
|
1331
|
+
if (lastI >= 0 && (last = children2[lastI]) instanceof Tree) {
|
|
1332
|
+
if (!lastI && last.type == type && last.length == length2)
|
|
1333
|
+
return last;
|
|
1334
|
+
if (lookAheadProp = last.prop(NodeProp.lookAhead))
|
|
1335
|
+
lookAhead2 = positions2[lastI] + last.length + lookAheadProp;
|
|
1336
|
+
}
|
|
1337
|
+
return makeTree(type, children2, positions2, length2, lookAhead2, contextHash2);
|
|
1338
|
+
};
|
|
1339
|
+
}
|
|
1340
|
+
function makeRepeatLeaf(children2, positions2, base, i, from, to, type, lookAhead2, contextHash2) {
|
|
1341
|
+
let localChildren = [], localPositions = [];
|
|
1342
|
+
while (children2.length > i) {
|
|
1343
|
+
localChildren.push(children2.pop());
|
|
1344
|
+
localPositions.push(positions2.pop() + base - from);
|
|
1345
|
+
}
|
|
1346
|
+
children2.push(makeTree(nodeSet.types[type], localChildren, localPositions, to - from, lookAhead2 - to, contextHash2));
|
|
1347
|
+
positions2.push(from - base);
|
|
1348
|
+
}
|
|
1349
|
+
function makeTree(type, children2, positions2, length2, lookAhead2, contextHash2, props) {
|
|
1350
|
+
if (contextHash2) {
|
|
1351
|
+
let pair = [NodeProp.contextHash, contextHash2];
|
|
1352
|
+
props = props ? [pair].concat(props) : [pair];
|
|
1353
|
+
}
|
|
1354
|
+
if (lookAhead2 > 25) {
|
|
1355
|
+
let pair = [NodeProp.lookAhead, lookAhead2];
|
|
1356
|
+
props = props ? [pair].concat(props) : [pair];
|
|
1357
|
+
}
|
|
1358
|
+
return new Tree(type, children2, positions2, length2, props);
|
|
1359
|
+
}
|
|
1360
|
+
function findBufferSize(maxSize, inRepeat) {
|
|
1361
|
+
let fork = cursor.fork();
|
|
1362
|
+
let size = 0, start = 0, skip = 0, minStart = fork.end - maxBufferLength;
|
|
1363
|
+
let result = { size: 0, start: 0, skip: 0 };
|
|
1364
|
+
scan: for (let minPos = fork.pos - maxSize; fork.pos > minPos; ) {
|
|
1365
|
+
let nodeSize2 = fork.size;
|
|
1366
|
+
if (fork.id == inRepeat && nodeSize2 >= 0) {
|
|
1367
|
+
result.size = size;
|
|
1368
|
+
result.start = start;
|
|
1369
|
+
result.skip = skip;
|
|
1370
|
+
skip += 4;
|
|
1371
|
+
size += 4;
|
|
1372
|
+
fork.next();
|
|
1373
|
+
continue;
|
|
1374
|
+
}
|
|
1375
|
+
let startPos = fork.pos - nodeSize2;
|
|
1376
|
+
if (nodeSize2 < 0 || startPos < minPos || fork.start < minStart)
|
|
1377
|
+
break;
|
|
1378
|
+
let localSkipped = fork.id >= minRepeatType ? 4 : 0;
|
|
1379
|
+
let nodeStart = fork.start;
|
|
1380
|
+
fork.next();
|
|
1381
|
+
while (fork.pos > startPos) {
|
|
1382
|
+
if (fork.size < 0) {
|
|
1383
|
+
if (fork.size == -3)
|
|
1384
|
+
localSkipped += 4;
|
|
1385
|
+
else
|
|
1386
|
+
break scan;
|
|
1387
|
+
} else if (fork.id >= minRepeatType) {
|
|
1388
|
+
localSkipped += 4;
|
|
1389
|
+
}
|
|
1390
|
+
fork.next();
|
|
1391
|
+
}
|
|
1392
|
+
start = nodeStart;
|
|
1393
|
+
size += nodeSize2;
|
|
1394
|
+
skip += localSkipped;
|
|
1395
|
+
}
|
|
1396
|
+
if (inRepeat < 0 || size == maxSize) {
|
|
1397
|
+
result.size = size;
|
|
1398
|
+
result.start = start;
|
|
1399
|
+
result.skip = skip;
|
|
1400
|
+
}
|
|
1401
|
+
return result.size > 4 ? result : void 0;
|
|
1402
|
+
}
|
|
1403
|
+
function copyToBuffer(bufferStart, buffer2, index) {
|
|
1404
|
+
let { id, start, end, size } = cursor;
|
|
1405
|
+
cursor.next();
|
|
1406
|
+
if (size >= 0 && id < minRepeatType) {
|
|
1407
|
+
let startIndex = index;
|
|
1408
|
+
if (size > 4) {
|
|
1409
|
+
let endPos = cursor.pos - (size - 4);
|
|
1410
|
+
while (cursor.pos > endPos)
|
|
1411
|
+
index = copyToBuffer(bufferStart, buffer2, index);
|
|
1412
|
+
}
|
|
1413
|
+
buffer2[--index] = startIndex;
|
|
1414
|
+
buffer2[--index] = end - bufferStart;
|
|
1415
|
+
buffer2[--index] = start - bufferStart;
|
|
1416
|
+
buffer2[--index] = id;
|
|
1417
|
+
} else if (size == -3) {
|
|
1418
|
+
contextHash = id;
|
|
1419
|
+
} else if (size == -4) {
|
|
1420
|
+
lookAhead = id;
|
|
1421
|
+
}
|
|
1422
|
+
return index;
|
|
1423
|
+
}
|
|
1424
|
+
let children = [], positions = [];
|
|
1425
|
+
while (cursor.pos > 0)
|
|
1426
|
+
takeNode(data.start || 0, data.bufferStart || 0, children, positions, -1, 0);
|
|
1427
|
+
let length = (_a = data.length) !== null && _a !== void 0 ? _a : children.length ? positions[0] + children[0].length : 0;
|
|
1428
|
+
return new Tree(types[data.topID], children.reverse(), positions.reverse(), length);
|
|
1429
|
+
}
|
|
1430
|
+
const nodeSizeCache = /* @__PURE__ */ new WeakMap();
|
|
1431
|
+
function nodeSize(balanceType, node) {
|
|
1432
|
+
if (!balanceType.isAnonymous || node instanceof TreeBuffer || node.type != balanceType)
|
|
1433
|
+
return 1;
|
|
1434
|
+
let size = nodeSizeCache.get(node);
|
|
1435
|
+
if (size == null) {
|
|
1436
|
+
size = 1;
|
|
1437
|
+
for (let child of node.children) {
|
|
1438
|
+
if (child.type != balanceType || !(child instanceof Tree)) {
|
|
1439
|
+
size = 1;
|
|
1440
|
+
break;
|
|
1441
|
+
}
|
|
1442
|
+
size += nodeSize(balanceType, child);
|
|
1443
|
+
}
|
|
1444
|
+
nodeSizeCache.set(node, size);
|
|
1445
|
+
}
|
|
1446
|
+
return size;
|
|
1447
|
+
}
|
|
1448
|
+
function balanceRange(balanceType, children, positions, from, to, start, length, mkTop, mkTree) {
|
|
1449
|
+
let total = 0;
|
|
1450
|
+
for (let i = from; i < to; i++)
|
|
1451
|
+
total += nodeSize(balanceType, children[i]);
|
|
1452
|
+
let maxChild = Math.ceil(
|
|
1453
|
+
total * 1.5 / 8
|
|
1454
|
+
/* Balance.BranchFactor */
|
|
1455
|
+
);
|
|
1456
|
+
let localChildren = [], localPositions = [];
|
|
1457
|
+
function divide(children2, positions2, from2, to2, offset) {
|
|
1458
|
+
for (let i = from2; i < to2; ) {
|
|
1459
|
+
let groupFrom = i, groupStart = positions2[i], groupSize = nodeSize(balanceType, children2[i]);
|
|
1460
|
+
i++;
|
|
1461
|
+
for (; i < to2; i++) {
|
|
1462
|
+
let nextSize = nodeSize(balanceType, children2[i]);
|
|
1463
|
+
if (groupSize + nextSize >= maxChild)
|
|
1464
|
+
break;
|
|
1465
|
+
groupSize += nextSize;
|
|
1466
|
+
}
|
|
1467
|
+
if (i == groupFrom + 1) {
|
|
1468
|
+
if (groupSize > maxChild) {
|
|
1469
|
+
let only = children2[groupFrom];
|
|
1470
|
+
divide(only.children, only.positions, 0, only.children.length, positions2[groupFrom] + offset);
|
|
1471
|
+
continue;
|
|
1472
|
+
}
|
|
1473
|
+
localChildren.push(children2[groupFrom]);
|
|
1474
|
+
} else {
|
|
1475
|
+
let length2 = positions2[i - 1] + children2[i - 1].length - groupStart;
|
|
1476
|
+
localChildren.push(balanceRange(balanceType, children2, positions2, groupFrom, i, groupStart, length2, null, mkTree));
|
|
1477
|
+
}
|
|
1478
|
+
localPositions.push(groupStart + offset - start);
|
|
1479
|
+
}
|
|
1480
|
+
}
|
|
1481
|
+
divide(children, positions, from, to, 0);
|
|
1482
|
+
return (mkTop || mkTree)(localChildren, localPositions, length);
|
|
1483
|
+
}
|
|
1484
|
+
class NodeWeakMap {
|
|
1485
|
+
constructor() {
|
|
1486
|
+
this.map = /* @__PURE__ */ new WeakMap();
|
|
1487
|
+
}
|
|
1488
|
+
setBuffer(buffer, index, value) {
|
|
1489
|
+
let inner = this.map.get(buffer);
|
|
1490
|
+
if (!inner)
|
|
1491
|
+
this.map.set(buffer, inner = /* @__PURE__ */ new Map());
|
|
1492
|
+
inner.set(index, value);
|
|
1493
|
+
}
|
|
1494
|
+
getBuffer(buffer, index) {
|
|
1495
|
+
let inner = this.map.get(buffer);
|
|
1496
|
+
return inner && inner.get(index);
|
|
1497
|
+
}
|
|
1498
|
+
/**
|
|
1499
|
+
Set the value for this syntax node.
|
|
1500
|
+
*/
|
|
1501
|
+
set(node, value) {
|
|
1502
|
+
if (node instanceof BufferNode)
|
|
1503
|
+
this.setBuffer(node.context.buffer, node.index, value);
|
|
1504
|
+
else if (node instanceof TreeNode)
|
|
1505
|
+
this.map.set(node.tree, value);
|
|
1506
|
+
}
|
|
1507
|
+
/**
|
|
1508
|
+
Retrieve value for this syntax node, if it exists in the map.
|
|
1509
|
+
*/
|
|
1510
|
+
get(node) {
|
|
1511
|
+
return node instanceof BufferNode ? this.getBuffer(node.context.buffer, node.index) : node instanceof TreeNode ? this.map.get(node.tree) : void 0;
|
|
1512
|
+
}
|
|
1513
|
+
/**
|
|
1514
|
+
Set the value for the node that a cursor currently points to.
|
|
1515
|
+
*/
|
|
1516
|
+
cursorSet(cursor, value) {
|
|
1517
|
+
if (cursor.buffer)
|
|
1518
|
+
this.setBuffer(cursor.buffer.buffer, cursor.index, value);
|
|
1519
|
+
else
|
|
1520
|
+
this.map.set(cursor.tree, value);
|
|
1521
|
+
}
|
|
1522
|
+
/**
|
|
1523
|
+
Retrieve the value for the node that a cursor currently points
|
|
1524
|
+
to.
|
|
1525
|
+
*/
|
|
1526
|
+
cursorGet(cursor) {
|
|
1527
|
+
return cursor.buffer ? this.getBuffer(cursor.buffer.buffer, cursor.index) : this.map.get(cursor.tree);
|
|
1528
|
+
}
|
|
1529
|
+
}
|
|
1530
|
+
class TreeFragment {
|
|
1531
|
+
/**
|
|
1532
|
+
Construct a tree fragment. You'll usually want to use
|
|
1533
|
+
[`addTree`](#common.TreeFragment^addTree) and
|
|
1534
|
+
[`applyChanges`](#common.TreeFragment^applyChanges) instead of
|
|
1535
|
+
calling this directly.
|
|
1536
|
+
*/
|
|
1537
|
+
constructor(from, to, tree, offset, openStart = false, openEnd = false) {
|
|
1538
|
+
this.from = from;
|
|
1539
|
+
this.to = to;
|
|
1540
|
+
this.tree = tree;
|
|
1541
|
+
this.offset = offset;
|
|
1542
|
+
this.open = (openStart ? 1 : 0) | (openEnd ? 2 : 0);
|
|
1543
|
+
}
|
|
1544
|
+
/**
|
|
1545
|
+
Whether the start of the fragment represents the start of a
|
|
1546
|
+
parse, or the end of a change. (In the second case, it may not
|
|
1547
|
+
be safe to reuse some nodes at the start, depending on the
|
|
1548
|
+
parsing algorithm.)
|
|
1549
|
+
*/
|
|
1550
|
+
get openStart() {
|
|
1551
|
+
return (this.open & 1) > 0;
|
|
1552
|
+
}
|
|
1553
|
+
/**
|
|
1554
|
+
Whether the end of the fragment represents the end of a
|
|
1555
|
+
full-document parse, or the start of a change.
|
|
1556
|
+
*/
|
|
1557
|
+
get openEnd() {
|
|
1558
|
+
return (this.open & 2) > 0;
|
|
1559
|
+
}
|
|
1560
|
+
/**
|
|
1561
|
+
Create a set of fragments from a freshly parsed tree, or update
|
|
1562
|
+
an existing set of fragments by replacing the ones that overlap
|
|
1563
|
+
with a tree with content from the new tree. When `partial` is
|
|
1564
|
+
true, the parse is treated as incomplete, and the resulting
|
|
1565
|
+
fragment has [`openEnd`](#common.TreeFragment.openEnd) set to
|
|
1566
|
+
true.
|
|
1567
|
+
*/
|
|
1568
|
+
static addTree(tree, fragments = [], partial = false) {
|
|
1569
|
+
let result = [new TreeFragment(0, tree.length, tree, 0, false, partial)];
|
|
1570
|
+
for (let f of fragments)
|
|
1571
|
+
if (f.to > tree.length)
|
|
1572
|
+
result.push(f);
|
|
1573
|
+
return result;
|
|
1574
|
+
}
|
|
1575
|
+
/**
|
|
1576
|
+
Apply a set of edits to an array of fragments, removing or
|
|
1577
|
+
splitting fragments as necessary to remove edited ranges, and
|
|
1578
|
+
adjusting offsets for fragments that moved.
|
|
1579
|
+
*/
|
|
1580
|
+
static applyChanges(fragments, changes, minGap = 128) {
|
|
1581
|
+
if (!changes.length)
|
|
1582
|
+
return fragments;
|
|
1583
|
+
let result = [];
|
|
1584
|
+
let fI = 1, nextF = fragments.length ? fragments[0] : null;
|
|
1585
|
+
for (let cI = 0, pos = 0, off = 0; ; cI++) {
|
|
1586
|
+
let nextC = cI < changes.length ? changes[cI] : null;
|
|
1587
|
+
let nextPos = nextC ? nextC.fromA : 1e9;
|
|
1588
|
+
if (nextPos - pos >= minGap)
|
|
1589
|
+
while (nextF && nextF.from < nextPos) {
|
|
1590
|
+
let cut = nextF;
|
|
1591
|
+
if (pos >= cut.from || nextPos <= cut.to || off) {
|
|
1592
|
+
let fFrom = Math.max(cut.from, pos) - off, fTo = Math.min(cut.to, nextPos) - off;
|
|
1593
|
+
cut = fFrom >= fTo ? null : new TreeFragment(fFrom, fTo, cut.tree, cut.offset + off, cI > 0, !!nextC);
|
|
1594
|
+
}
|
|
1595
|
+
if (cut)
|
|
1596
|
+
result.push(cut);
|
|
1597
|
+
if (nextF.to > nextPos)
|
|
1598
|
+
break;
|
|
1599
|
+
nextF = fI < fragments.length ? fragments[fI++] : null;
|
|
1600
|
+
}
|
|
1601
|
+
if (!nextC)
|
|
1602
|
+
break;
|
|
1603
|
+
pos = nextC.toA;
|
|
1604
|
+
off = nextC.toA - nextC.toB;
|
|
1605
|
+
}
|
|
1606
|
+
return result;
|
|
1607
|
+
}
|
|
1608
|
+
}
|
|
1609
|
+
class Parser {
|
|
1610
|
+
/**
|
|
1611
|
+
Start a parse, returning a [partial parse](#common.PartialParse)
|
|
1612
|
+
object. [`fragments`](#common.TreeFragment) can be passed in to
|
|
1613
|
+
make the parse incremental.
|
|
1614
|
+
|
|
1615
|
+
By default, the entire input is parsed. You can pass `ranges`,
|
|
1616
|
+
which should be a sorted array of non-empty, non-overlapping
|
|
1617
|
+
ranges, to parse only those ranges. The tree returned in that
|
|
1618
|
+
case will start at `ranges[0].from`.
|
|
1619
|
+
*/
|
|
1620
|
+
startParse(input, fragments, ranges) {
|
|
1621
|
+
if (typeof input == "string")
|
|
1622
|
+
input = new StringInput(input);
|
|
1623
|
+
ranges = !ranges ? [new Range(0, input.length)] : ranges.length ? ranges.map((r) => new Range(r.from, r.to)) : [new Range(0, 0)];
|
|
1624
|
+
return this.createParse(input, fragments || [], ranges);
|
|
1625
|
+
}
|
|
1626
|
+
/**
|
|
1627
|
+
Run a full parse, returning the resulting tree.
|
|
1628
|
+
*/
|
|
1629
|
+
parse(input, fragments, ranges) {
|
|
1630
|
+
let parse = this.startParse(input, fragments, ranges);
|
|
1631
|
+
for (; ; ) {
|
|
1632
|
+
let done = parse.advance();
|
|
1633
|
+
if (done)
|
|
1634
|
+
return done;
|
|
1635
|
+
}
|
|
1636
|
+
}
|
|
1637
|
+
}
|
|
1638
|
+
class StringInput {
|
|
1639
|
+
constructor(string) {
|
|
1640
|
+
this.string = string;
|
|
1641
|
+
}
|
|
1642
|
+
get length() {
|
|
1643
|
+
return this.string.length;
|
|
1644
|
+
}
|
|
1645
|
+
chunk(from) {
|
|
1646
|
+
return this.string.slice(from);
|
|
1647
|
+
}
|
|
1648
|
+
get lineChunks() {
|
|
1649
|
+
return false;
|
|
1650
|
+
}
|
|
1651
|
+
read(from, to) {
|
|
1652
|
+
return this.string.slice(from, to);
|
|
1653
|
+
}
|
|
1654
|
+
}
|
|
1655
|
+
new NodeProp({ perNode: true });
|
|
1656
|
+
export {
|
|
1657
|
+
DefaultBufferLength,
|
|
1658
|
+
IterMode,
|
|
1659
|
+
MountedTree,
|
|
1660
|
+
NodeProp,
|
|
1661
|
+
NodeSet,
|
|
1662
|
+
NodeType,
|
|
1663
|
+
NodeWeakMap,
|
|
1664
|
+
Parser,
|
|
1665
|
+
Tree,
|
|
1666
|
+
TreeBuffer,
|
|
1667
|
+
TreeCursor,
|
|
1668
|
+
TreeFragment
|
|
1669
|
+
};
|
|
1670
|
+
//# sourceMappingURL=index.es.js.map
|