@easyv/biz-components 1.0.28 → 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-mirror-editor/code-mirror-editor.d.ts +10 -0
- package/dist/components/{code-editor/code-editor.es.js → code-mirror-editor/code-mirror-editor.es.js} +53 -28
- package/dist/components/code-mirror-editor/code-mirror-editor.es.js.map +1 -0
- package/dist/components/code-mirror-editor/constants.d.ts +135 -0
- package/dist/components/code-mirror-editor/constants.es.js +281 -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.d.ts +61 -0
- package/dist/components/code-mirror-editor/utils.es.js +128 -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/@codemirror_lang-javascript@6.2.1/node_modules/@codemirror/lang-javascript/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/@codemirror_language@6.11.0/node_modules/@codemirror/language/dist/index.es.js +2 -2
- package/dist/node_modules/.pnpm/@codemirror_view@6.38.0/node_modules/@codemirror/view/dist/index.es.js +1 -1
- 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/acorn-walk@8.3.4/node_modules/acorn-walk/dist/walk.es.js +297 -0
- package/dist/node_modules/.pnpm/acorn-walk@8.3.4/node_modules/acorn-walk/dist/walk.es.js.map +1 -0
- 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/dist/utils/vosk-browser-manager/vosk-browser-manager.d.ts +2 -0
- package/dist/utils/vosk-browser-manager/vosk-browser-manager.es.js.map +1 -1
- package/package.json +25 -17
- package/dist/_virtual/index.es7.js.map +0 -1
- package/dist/components/code-editor/code-editor.d.ts +0 -7
- package/dist/components/code-editor/code-editor.es.js.map +0 -1
- package/dist/components/code-editor/index.d.ts +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}/test/CodeEditor.cy.d.ts +0 -0
- /package/dist/components/{code-editor → code-mirror-editor}/theme.d.ts +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
|
@@ -0,0 +1,1767 @@
|
|
|
1
|
+
import { Parser, NodeSet, NodeType, DefaultBufferLength, NodeProp, Tree, IterMode } from "../../../../../@lezer_common@1.2.3/node_modules/@lezer/common/dist/index.es.js";
|
|
2
|
+
class Stack {
|
|
3
|
+
/**
|
|
4
|
+
@internal
|
|
5
|
+
*/
|
|
6
|
+
constructor(p, stack, state, reducePos, pos, score, buffer, bufferBase, curContext, lookAhead = 0, parent) {
|
|
7
|
+
this.p = p;
|
|
8
|
+
this.stack = stack;
|
|
9
|
+
this.state = state;
|
|
10
|
+
this.reducePos = reducePos;
|
|
11
|
+
this.pos = pos;
|
|
12
|
+
this.score = score;
|
|
13
|
+
this.buffer = buffer;
|
|
14
|
+
this.bufferBase = bufferBase;
|
|
15
|
+
this.curContext = curContext;
|
|
16
|
+
this.lookAhead = lookAhead;
|
|
17
|
+
this.parent = parent;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
@internal
|
|
21
|
+
*/
|
|
22
|
+
toString() {
|
|
23
|
+
return `[${this.stack.filter((_, i) => i % 3 == 0).concat(this.state)}]@${this.pos}${this.score ? "!" + this.score : ""}`;
|
|
24
|
+
}
|
|
25
|
+
// Start an empty stack
|
|
26
|
+
/**
|
|
27
|
+
@internal
|
|
28
|
+
*/
|
|
29
|
+
static start(p, state, pos = 0) {
|
|
30
|
+
let cx = p.parser.context;
|
|
31
|
+
return new Stack(p, [], state, pos, pos, 0, [], 0, cx ? new StackContext(cx, cx.start) : null, 0, null);
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
The stack's current [context](#lr.ContextTracker) value, if
|
|
35
|
+
any. Its type will depend on the context tracker's type
|
|
36
|
+
parameter, or it will be `null` if there is no context
|
|
37
|
+
tracker.
|
|
38
|
+
*/
|
|
39
|
+
get context() {
|
|
40
|
+
return this.curContext ? this.curContext.context : null;
|
|
41
|
+
}
|
|
42
|
+
// Push a state onto the stack, tracking its start position as well
|
|
43
|
+
// as the buffer base at that point.
|
|
44
|
+
/**
|
|
45
|
+
@internal
|
|
46
|
+
*/
|
|
47
|
+
pushState(state, start) {
|
|
48
|
+
this.stack.push(this.state, start, this.bufferBase + this.buffer.length);
|
|
49
|
+
this.state = state;
|
|
50
|
+
}
|
|
51
|
+
// Apply a reduce action
|
|
52
|
+
/**
|
|
53
|
+
@internal
|
|
54
|
+
*/
|
|
55
|
+
reduce(action) {
|
|
56
|
+
var _a;
|
|
57
|
+
let depth = action >> 19, type = action & 65535;
|
|
58
|
+
let { parser } = this.p;
|
|
59
|
+
let lookaheadRecord = this.reducePos < this.pos - 25;
|
|
60
|
+
if (lookaheadRecord)
|
|
61
|
+
this.setLookAhead(this.pos);
|
|
62
|
+
let dPrec = parser.dynamicPrecedence(type);
|
|
63
|
+
if (dPrec)
|
|
64
|
+
this.score += dPrec;
|
|
65
|
+
if (depth == 0) {
|
|
66
|
+
this.pushState(parser.getGoto(this.state, type, true), this.reducePos);
|
|
67
|
+
if (type < parser.minRepeatTerm)
|
|
68
|
+
this.storeNode(type, this.reducePos, this.reducePos, lookaheadRecord ? 8 : 4, true);
|
|
69
|
+
this.reduceContext(type, this.reducePos);
|
|
70
|
+
return;
|
|
71
|
+
}
|
|
72
|
+
let base = this.stack.length - (depth - 1) * 3 - (action & 262144 ? 6 : 0);
|
|
73
|
+
let start = base ? this.stack[base - 2] : this.p.ranges[0].from, size = this.reducePos - start;
|
|
74
|
+
if (size >= 2e3 && !((_a = this.p.parser.nodeSet.types[type]) === null || _a === void 0 ? void 0 : _a.isAnonymous)) {
|
|
75
|
+
if (start == this.p.lastBigReductionStart) {
|
|
76
|
+
this.p.bigReductionCount++;
|
|
77
|
+
this.p.lastBigReductionSize = size;
|
|
78
|
+
} else if (this.p.lastBigReductionSize < size) {
|
|
79
|
+
this.p.bigReductionCount = 1;
|
|
80
|
+
this.p.lastBigReductionStart = start;
|
|
81
|
+
this.p.lastBigReductionSize = size;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
let bufferBase = base ? this.stack[base - 1] : 0, count = this.bufferBase + this.buffer.length - bufferBase;
|
|
85
|
+
if (type < parser.minRepeatTerm || action & 131072) {
|
|
86
|
+
let pos = parser.stateFlag(
|
|
87
|
+
this.state,
|
|
88
|
+
1
|
|
89
|
+
/* StateFlag.Skipped */
|
|
90
|
+
) ? this.pos : this.reducePos;
|
|
91
|
+
this.storeNode(type, start, pos, count + 4, true);
|
|
92
|
+
}
|
|
93
|
+
if (action & 262144) {
|
|
94
|
+
this.state = this.stack[base];
|
|
95
|
+
} else {
|
|
96
|
+
let baseStateID = this.stack[base - 3];
|
|
97
|
+
this.state = parser.getGoto(baseStateID, type, true);
|
|
98
|
+
}
|
|
99
|
+
while (this.stack.length > base)
|
|
100
|
+
this.stack.pop();
|
|
101
|
+
this.reduceContext(type, start);
|
|
102
|
+
}
|
|
103
|
+
// Shift a value into the buffer
|
|
104
|
+
/**
|
|
105
|
+
@internal
|
|
106
|
+
*/
|
|
107
|
+
storeNode(term, start, end, size = 4, mustSink = false) {
|
|
108
|
+
if (term == 0 && (!this.stack.length || this.stack[this.stack.length - 1] < this.buffer.length + this.bufferBase)) {
|
|
109
|
+
let cur = this, top = this.buffer.length;
|
|
110
|
+
if (top == 0 && cur.parent) {
|
|
111
|
+
top = cur.bufferBase - cur.parent.bufferBase;
|
|
112
|
+
cur = cur.parent;
|
|
113
|
+
}
|
|
114
|
+
if (top > 0 && cur.buffer[top - 4] == 0 && cur.buffer[top - 1] > -1) {
|
|
115
|
+
if (start == end)
|
|
116
|
+
return;
|
|
117
|
+
if (cur.buffer[top - 2] >= start) {
|
|
118
|
+
cur.buffer[top - 2] = end;
|
|
119
|
+
return;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
if (!mustSink || this.pos == end) {
|
|
124
|
+
this.buffer.push(term, start, end, size);
|
|
125
|
+
} else {
|
|
126
|
+
let index = this.buffer.length;
|
|
127
|
+
if (index > 0 && this.buffer[index - 4] != 0) {
|
|
128
|
+
let mustMove = false;
|
|
129
|
+
for (let scan = index; scan > 0 && this.buffer[scan - 2] > end; scan -= 4) {
|
|
130
|
+
if (this.buffer[scan - 1] >= 0) {
|
|
131
|
+
mustMove = true;
|
|
132
|
+
break;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
if (mustMove)
|
|
136
|
+
while (index > 0 && this.buffer[index - 2] > end) {
|
|
137
|
+
this.buffer[index] = this.buffer[index - 4];
|
|
138
|
+
this.buffer[index + 1] = this.buffer[index - 3];
|
|
139
|
+
this.buffer[index + 2] = this.buffer[index - 2];
|
|
140
|
+
this.buffer[index + 3] = this.buffer[index - 1];
|
|
141
|
+
index -= 4;
|
|
142
|
+
if (size > 4)
|
|
143
|
+
size -= 4;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
this.buffer[index] = term;
|
|
147
|
+
this.buffer[index + 1] = start;
|
|
148
|
+
this.buffer[index + 2] = end;
|
|
149
|
+
this.buffer[index + 3] = size;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
// Apply a shift action
|
|
153
|
+
/**
|
|
154
|
+
@internal
|
|
155
|
+
*/
|
|
156
|
+
shift(action, type, start, end) {
|
|
157
|
+
if (action & 131072) {
|
|
158
|
+
this.pushState(action & 65535, this.pos);
|
|
159
|
+
} else if ((action & 262144) == 0) {
|
|
160
|
+
let nextState = action, { parser } = this.p;
|
|
161
|
+
if (end > this.pos || type <= parser.maxNode) {
|
|
162
|
+
this.pos = end;
|
|
163
|
+
if (!parser.stateFlag(
|
|
164
|
+
nextState,
|
|
165
|
+
1
|
|
166
|
+
/* StateFlag.Skipped */
|
|
167
|
+
))
|
|
168
|
+
this.reducePos = end;
|
|
169
|
+
}
|
|
170
|
+
this.pushState(nextState, start);
|
|
171
|
+
this.shiftContext(type, start);
|
|
172
|
+
if (type <= parser.maxNode)
|
|
173
|
+
this.buffer.push(type, start, end, 4);
|
|
174
|
+
} else {
|
|
175
|
+
this.pos = end;
|
|
176
|
+
this.shiftContext(type, start);
|
|
177
|
+
if (type <= this.p.parser.maxNode)
|
|
178
|
+
this.buffer.push(type, start, end, 4);
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
// Apply an action
|
|
182
|
+
/**
|
|
183
|
+
@internal
|
|
184
|
+
*/
|
|
185
|
+
apply(action, next, nextStart, nextEnd) {
|
|
186
|
+
if (action & 65536)
|
|
187
|
+
this.reduce(action);
|
|
188
|
+
else
|
|
189
|
+
this.shift(action, next, nextStart, nextEnd);
|
|
190
|
+
}
|
|
191
|
+
// Add a prebuilt (reused) node into the buffer.
|
|
192
|
+
/**
|
|
193
|
+
@internal
|
|
194
|
+
*/
|
|
195
|
+
useNode(value, next) {
|
|
196
|
+
let index = this.p.reused.length - 1;
|
|
197
|
+
if (index < 0 || this.p.reused[index] != value) {
|
|
198
|
+
this.p.reused.push(value);
|
|
199
|
+
index++;
|
|
200
|
+
}
|
|
201
|
+
let start = this.pos;
|
|
202
|
+
this.reducePos = this.pos = start + value.length;
|
|
203
|
+
this.pushState(next, start);
|
|
204
|
+
this.buffer.push(
|
|
205
|
+
index,
|
|
206
|
+
start,
|
|
207
|
+
this.reducePos,
|
|
208
|
+
-1
|
|
209
|
+
/* size == -1 means this is a reused value */
|
|
210
|
+
);
|
|
211
|
+
if (this.curContext)
|
|
212
|
+
this.updateContext(this.curContext.tracker.reuse(this.curContext.context, value, this, this.p.stream.reset(this.pos - value.length)));
|
|
213
|
+
}
|
|
214
|
+
// Split the stack. Due to the buffer sharing and the fact
|
|
215
|
+
// that `this.stack` tends to stay quite shallow, this isn't very
|
|
216
|
+
// expensive.
|
|
217
|
+
/**
|
|
218
|
+
@internal
|
|
219
|
+
*/
|
|
220
|
+
split() {
|
|
221
|
+
let parent = this;
|
|
222
|
+
let off = parent.buffer.length;
|
|
223
|
+
while (off > 0 && parent.buffer[off - 2] > parent.reducePos)
|
|
224
|
+
off -= 4;
|
|
225
|
+
let buffer = parent.buffer.slice(off), base = parent.bufferBase + off;
|
|
226
|
+
while (parent && base == parent.bufferBase)
|
|
227
|
+
parent = parent.parent;
|
|
228
|
+
return new Stack(this.p, this.stack.slice(), this.state, this.reducePos, this.pos, this.score, buffer, base, this.curContext, this.lookAhead, parent);
|
|
229
|
+
}
|
|
230
|
+
// Try to recover from an error by 'deleting' (ignoring) one token.
|
|
231
|
+
/**
|
|
232
|
+
@internal
|
|
233
|
+
*/
|
|
234
|
+
recoverByDelete(next, nextEnd) {
|
|
235
|
+
let isNode = next <= this.p.parser.maxNode;
|
|
236
|
+
if (isNode)
|
|
237
|
+
this.storeNode(next, this.pos, nextEnd, 4);
|
|
238
|
+
this.storeNode(0, this.pos, nextEnd, isNode ? 8 : 4);
|
|
239
|
+
this.pos = this.reducePos = nextEnd;
|
|
240
|
+
this.score -= 190;
|
|
241
|
+
}
|
|
242
|
+
/**
|
|
243
|
+
Check if the given term would be able to be shifted (optionally
|
|
244
|
+
after some reductions) on this stack. This can be useful for
|
|
245
|
+
external tokenizers that want to make sure they only provide a
|
|
246
|
+
given token when it applies.
|
|
247
|
+
*/
|
|
248
|
+
canShift(term) {
|
|
249
|
+
for (let sim = new SimulatedStack(this); ; ) {
|
|
250
|
+
let action = this.p.parser.stateSlot(
|
|
251
|
+
sim.state,
|
|
252
|
+
4
|
|
253
|
+
/* ParseState.DefaultReduce */
|
|
254
|
+
) || this.p.parser.hasAction(sim.state, term);
|
|
255
|
+
if (action == 0)
|
|
256
|
+
return false;
|
|
257
|
+
if ((action & 65536) == 0)
|
|
258
|
+
return true;
|
|
259
|
+
sim.reduce(action);
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
// Apply up to Recover.MaxNext recovery actions that conceptually
|
|
263
|
+
// inserts some missing token or rule.
|
|
264
|
+
/**
|
|
265
|
+
@internal
|
|
266
|
+
*/
|
|
267
|
+
recoverByInsert(next) {
|
|
268
|
+
if (this.stack.length >= 300)
|
|
269
|
+
return [];
|
|
270
|
+
let nextStates = this.p.parser.nextStates(this.state);
|
|
271
|
+
if (nextStates.length > 4 << 1 || this.stack.length >= 120) {
|
|
272
|
+
let best = [];
|
|
273
|
+
for (let i = 0, s; i < nextStates.length; i += 2) {
|
|
274
|
+
if ((s = nextStates[i + 1]) != this.state && this.p.parser.hasAction(s, next))
|
|
275
|
+
best.push(nextStates[i], s);
|
|
276
|
+
}
|
|
277
|
+
if (this.stack.length < 120)
|
|
278
|
+
for (let i = 0; best.length < 4 << 1 && i < nextStates.length; i += 2) {
|
|
279
|
+
let s = nextStates[i + 1];
|
|
280
|
+
if (!best.some((v, i2) => i2 & 1 && v == s))
|
|
281
|
+
best.push(nextStates[i], s);
|
|
282
|
+
}
|
|
283
|
+
nextStates = best;
|
|
284
|
+
}
|
|
285
|
+
let result = [];
|
|
286
|
+
for (let i = 0; i < nextStates.length && result.length < 4; i += 2) {
|
|
287
|
+
let s = nextStates[i + 1];
|
|
288
|
+
if (s == this.state)
|
|
289
|
+
continue;
|
|
290
|
+
let stack = this.split();
|
|
291
|
+
stack.pushState(s, this.pos);
|
|
292
|
+
stack.storeNode(0, stack.pos, stack.pos, 4, true);
|
|
293
|
+
stack.shiftContext(nextStates[i], this.pos);
|
|
294
|
+
stack.reducePos = this.pos;
|
|
295
|
+
stack.score -= 200;
|
|
296
|
+
result.push(stack);
|
|
297
|
+
}
|
|
298
|
+
return result;
|
|
299
|
+
}
|
|
300
|
+
// Force a reduce, if possible. Return false if that can't
|
|
301
|
+
// be done.
|
|
302
|
+
/**
|
|
303
|
+
@internal
|
|
304
|
+
*/
|
|
305
|
+
forceReduce() {
|
|
306
|
+
let { parser } = this.p;
|
|
307
|
+
let reduce = parser.stateSlot(
|
|
308
|
+
this.state,
|
|
309
|
+
5
|
|
310
|
+
/* ParseState.ForcedReduce */
|
|
311
|
+
);
|
|
312
|
+
if ((reduce & 65536) == 0)
|
|
313
|
+
return false;
|
|
314
|
+
if (!parser.validAction(this.state, reduce)) {
|
|
315
|
+
let depth = reduce >> 19, term = reduce & 65535;
|
|
316
|
+
let target = this.stack.length - depth * 3;
|
|
317
|
+
if (target < 0 || parser.getGoto(this.stack[target], term, false) < 0) {
|
|
318
|
+
let backup = this.findForcedReduction();
|
|
319
|
+
if (backup == null)
|
|
320
|
+
return false;
|
|
321
|
+
reduce = backup;
|
|
322
|
+
}
|
|
323
|
+
this.storeNode(0, this.pos, this.pos, 4, true);
|
|
324
|
+
this.score -= 100;
|
|
325
|
+
}
|
|
326
|
+
this.reducePos = this.pos;
|
|
327
|
+
this.reduce(reduce);
|
|
328
|
+
return true;
|
|
329
|
+
}
|
|
330
|
+
/**
|
|
331
|
+
Try to scan through the automaton to find some kind of reduction
|
|
332
|
+
that can be applied. Used when the regular ForcedReduce field
|
|
333
|
+
isn't a valid action. @internal
|
|
334
|
+
*/
|
|
335
|
+
findForcedReduction() {
|
|
336
|
+
let { parser } = this.p, seen = [];
|
|
337
|
+
let explore = (state, depth) => {
|
|
338
|
+
if (seen.includes(state))
|
|
339
|
+
return;
|
|
340
|
+
seen.push(state);
|
|
341
|
+
return parser.allActions(state, (action) => {
|
|
342
|
+
if (action & (262144 | 131072)) ;
|
|
343
|
+
else if (action & 65536) {
|
|
344
|
+
let rDepth = (action >> 19) - depth;
|
|
345
|
+
if (rDepth > 1) {
|
|
346
|
+
let term = action & 65535, target = this.stack.length - rDepth * 3;
|
|
347
|
+
if (target >= 0 && parser.getGoto(this.stack[target], term, false) >= 0)
|
|
348
|
+
return rDepth << 19 | 65536 | term;
|
|
349
|
+
}
|
|
350
|
+
} else {
|
|
351
|
+
let found = explore(action, depth + 1);
|
|
352
|
+
if (found != null)
|
|
353
|
+
return found;
|
|
354
|
+
}
|
|
355
|
+
});
|
|
356
|
+
};
|
|
357
|
+
return explore(this.state, 0);
|
|
358
|
+
}
|
|
359
|
+
/**
|
|
360
|
+
@internal
|
|
361
|
+
*/
|
|
362
|
+
forceAll() {
|
|
363
|
+
while (!this.p.parser.stateFlag(
|
|
364
|
+
this.state,
|
|
365
|
+
2
|
|
366
|
+
/* StateFlag.Accepting */
|
|
367
|
+
)) {
|
|
368
|
+
if (!this.forceReduce()) {
|
|
369
|
+
this.storeNode(0, this.pos, this.pos, 4, true);
|
|
370
|
+
break;
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
return this;
|
|
374
|
+
}
|
|
375
|
+
/**
|
|
376
|
+
Check whether this state has no further actions (assumed to be a direct descendant of the
|
|
377
|
+
top state, since any other states must be able to continue
|
|
378
|
+
somehow). @internal
|
|
379
|
+
*/
|
|
380
|
+
get deadEnd() {
|
|
381
|
+
if (this.stack.length != 3)
|
|
382
|
+
return false;
|
|
383
|
+
let { parser } = this.p;
|
|
384
|
+
return parser.data[parser.stateSlot(
|
|
385
|
+
this.state,
|
|
386
|
+
1
|
|
387
|
+
/* ParseState.Actions */
|
|
388
|
+
)] == 65535 && !parser.stateSlot(
|
|
389
|
+
this.state,
|
|
390
|
+
4
|
|
391
|
+
/* ParseState.DefaultReduce */
|
|
392
|
+
);
|
|
393
|
+
}
|
|
394
|
+
/**
|
|
395
|
+
Restart the stack (put it back in its start state). Only safe
|
|
396
|
+
when this.stack.length == 3 (state is directly below the top
|
|
397
|
+
state). @internal
|
|
398
|
+
*/
|
|
399
|
+
restart() {
|
|
400
|
+
this.storeNode(0, this.pos, this.pos, 4, true);
|
|
401
|
+
this.state = this.stack[0];
|
|
402
|
+
this.stack.length = 0;
|
|
403
|
+
}
|
|
404
|
+
/**
|
|
405
|
+
@internal
|
|
406
|
+
*/
|
|
407
|
+
sameState(other) {
|
|
408
|
+
if (this.state != other.state || this.stack.length != other.stack.length)
|
|
409
|
+
return false;
|
|
410
|
+
for (let i = 0; i < this.stack.length; i += 3)
|
|
411
|
+
if (this.stack[i] != other.stack[i])
|
|
412
|
+
return false;
|
|
413
|
+
return true;
|
|
414
|
+
}
|
|
415
|
+
/**
|
|
416
|
+
Get the parser used by this stack.
|
|
417
|
+
*/
|
|
418
|
+
get parser() {
|
|
419
|
+
return this.p.parser;
|
|
420
|
+
}
|
|
421
|
+
/**
|
|
422
|
+
Test whether a given dialect (by numeric ID, as exported from
|
|
423
|
+
the terms file) is enabled.
|
|
424
|
+
*/
|
|
425
|
+
dialectEnabled(dialectID) {
|
|
426
|
+
return this.p.parser.dialect.flags[dialectID];
|
|
427
|
+
}
|
|
428
|
+
shiftContext(term, start) {
|
|
429
|
+
if (this.curContext)
|
|
430
|
+
this.updateContext(this.curContext.tracker.shift(this.curContext.context, term, this, this.p.stream.reset(start)));
|
|
431
|
+
}
|
|
432
|
+
reduceContext(term, start) {
|
|
433
|
+
if (this.curContext)
|
|
434
|
+
this.updateContext(this.curContext.tracker.reduce(this.curContext.context, term, this, this.p.stream.reset(start)));
|
|
435
|
+
}
|
|
436
|
+
/**
|
|
437
|
+
@internal
|
|
438
|
+
*/
|
|
439
|
+
emitContext() {
|
|
440
|
+
let last = this.buffer.length - 1;
|
|
441
|
+
if (last < 0 || this.buffer[last] != -3)
|
|
442
|
+
this.buffer.push(this.curContext.hash, this.pos, this.pos, -3);
|
|
443
|
+
}
|
|
444
|
+
/**
|
|
445
|
+
@internal
|
|
446
|
+
*/
|
|
447
|
+
emitLookAhead() {
|
|
448
|
+
let last = this.buffer.length - 1;
|
|
449
|
+
if (last < 0 || this.buffer[last] != -4)
|
|
450
|
+
this.buffer.push(this.lookAhead, this.pos, this.pos, -4);
|
|
451
|
+
}
|
|
452
|
+
updateContext(context) {
|
|
453
|
+
if (context != this.curContext.context) {
|
|
454
|
+
let newCx = new StackContext(this.curContext.tracker, context);
|
|
455
|
+
if (newCx.hash != this.curContext.hash)
|
|
456
|
+
this.emitContext();
|
|
457
|
+
this.curContext = newCx;
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
/**
|
|
461
|
+
@internal
|
|
462
|
+
*/
|
|
463
|
+
setLookAhead(lookAhead) {
|
|
464
|
+
if (lookAhead > this.lookAhead) {
|
|
465
|
+
this.emitLookAhead();
|
|
466
|
+
this.lookAhead = lookAhead;
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
/**
|
|
470
|
+
@internal
|
|
471
|
+
*/
|
|
472
|
+
close() {
|
|
473
|
+
if (this.curContext && this.curContext.tracker.strict)
|
|
474
|
+
this.emitContext();
|
|
475
|
+
if (this.lookAhead > 0)
|
|
476
|
+
this.emitLookAhead();
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
class StackContext {
|
|
480
|
+
constructor(tracker, context) {
|
|
481
|
+
this.tracker = tracker;
|
|
482
|
+
this.context = context;
|
|
483
|
+
this.hash = tracker.strict ? tracker.hash(context) : 0;
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
class SimulatedStack {
|
|
487
|
+
constructor(start) {
|
|
488
|
+
this.start = start;
|
|
489
|
+
this.state = start.state;
|
|
490
|
+
this.stack = start.stack;
|
|
491
|
+
this.base = this.stack.length;
|
|
492
|
+
}
|
|
493
|
+
reduce(action) {
|
|
494
|
+
let term = action & 65535, depth = action >> 19;
|
|
495
|
+
if (depth == 0) {
|
|
496
|
+
if (this.stack == this.start.stack)
|
|
497
|
+
this.stack = this.stack.slice();
|
|
498
|
+
this.stack.push(this.state, 0, 0);
|
|
499
|
+
this.base += 3;
|
|
500
|
+
} else {
|
|
501
|
+
this.base -= (depth - 1) * 3;
|
|
502
|
+
}
|
|
503
|
+
let goto = this.start.p.parser.getGoto(this.stack[this.base - 3], term, true);
|
|
504
|
+
this.state = goto;
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
class StackBufferCursor {
|
|
508
|
+
constructor(stack, pos, index) {
|
|
509
|
+
this.stack = stack;
|
|
510
|
+
this.pos = pos;
|
|
511
|
+
this.index = index;
|
|
512
|
+
this.buffer = stack.buffer;
|
|
513
|
+
if (this.index == 0)
|
|
514
|
+
this.maybeNext();
|
|
515
|
+
}
|
|
516
|
+
static create(stack, pos = stack.bufferBase + stack.buffer.length) {
|
|
517
|
+
return new StackBufferCursor(stack, pos, pos - stack.bufferBase);
|
|
518
|
+
}
|
|
519
|
+
maybeNext() {
|
|
520
|
+
let next = this.stack.parent;
|
|
521
|
+
if (next != null) {
|
|
522
|
+
this.index = this.stack.bufferBase - next.bufferBase;
|
|
523
|
+
this.stack = next;
|
|
524
|
+
this.buffer = next.buffer;
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
get id() {
|
|
528
|
+
return this.buffer[this.index - 4];
|
|
529
|
+
}
|
|
530
|
+
get start() {
|
|
531
|
+
return this.buffer[this.index - 3];
|
|
532
|
+
}
|
|
533
|
+
get end() {
|
|
534
|
+
return this.buffer[this.index - 2];
|
|
535
|
+
}
|
|
536
|
+
get size() {
|
|
537
|
+
return this.buffer[this.index - 1];
|
|
538
|
+
}
|
|
539
|
+
next() {
|
|
540
|
+
this.index -= 4;
|
|
541
|
+
this.pos -= 4;
|
|
542
|
+
if (this.index == 0)
|
|
543
|
+
this.maybeNext();
|
|
544
|
+
}
|
|
545
|
+
fork() {
|
|
546
|
+
return new StackBufferCursor(this.stack, this.pos, this.index);
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
function decodeArray(input, Type = Uint16Array) {
|
|
550
|
+
if (typeof input != "string")
|
|
551
|
+
return input;
|
|
552
|
+
let array = null;
|
|
553
|
+
for (let pos = 0, out = 0; pos < input.length; ) {
|
|
554
|
+
let value = 0;
|
|
555
|
+
for (; ; ) {
|
|
556
|
+
let next = input.charCodeAt(pos++), stop = false;
|
|
557
|
+
if (next == 126) {
|
|
558
|
+
value = 65535;
|
|
559
|
+
break;
|
|
560
|
+
}
|
|
561
|
+
if (next >= 92)
|
|
562
|
+
next--;
|
|
563
|
+
if (next >= 34)
|
|
564
|
+
next--;
|
|
565
|
+
let digit = next - 32;
|
|
566
|
+
if (digit >= 46) {
|
|
567
|
+
digit -= 46;
|
|
568
|
+
stop = true;
|
|
569
|
+
}
|
|
570
|
+
value += digit;
|
|
571
|
+
if (stop)
|
|
572
|
+
break;
|
|
573
|
+
value *= 46;
|
|
574
|
+
}
|
|
575
|
+
if (array)
|
|
576
|
+
array[out++] = value;
|
|
577
|
+
else
|
|
578
|
+
array = new Type(value);
|
|
579
|
+
}
|
|
580
|
+
return array;
|
|
581
|
+
}
|
|
582
|
+
class CachedToken {
|
|
583
|
+
constructor() {
|
|
584
|
+
this.start = -1;
|
|
585
|
+
this.value = -1;
|
|
586
|
+
this.end = -1;
|
|
587
|
+
this.extended = -1;
|
|
588
|
+
this.lookAhead = 0;
|
|
589
|
+
this.mask = 0;
|
|
590
|
+
this.context = 0;
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
const nullToken = new CachedToken();
|
|
594
|
+
class InputStream {
|
|
595
|
+
/**
|
|
596
|
+
@internal
|
|
597
|
+
*/
|
|
598
|
+
constructor(input, ranges) {
|
|
599
|
+
this.input = input;
|
|
600
|
+
this.ranges = ranges;
|
|
601
|
+
this.chunk = "";
|
|
602
|
+
this.chunkOff = 0;
|
|
603
|
+
this.chunk2 = "";
|
|
604
|
+
this.chunk2Pos = 0;
|
|
605
|
+
this.next = -1;
|
|
606
|
+
this.token = nullToken;
|
|
607
|
+
this.rangeIndex = 0;
|
|
608
|
+
this.pos = this.chunkPos = ranges[0].from;
|
|
609
|
+
this.range = ranges[0];
|
|
610
|
+
this.end = ranges[ranges.length - 1].to;
|
|
611
|
+
this.readNext();
|
|
612
|
+
}
|
|
613
|
+
/**
|
|
614
|
+
@internal
|
|
615
|
+
*/
|
|
616
|
+
resolveOffset(offset, assoc) {
|
|
617
|
+
let range = this.range, index = this.rangeIndex;
|
|
618
|
+
let pos = this.pos + offset;
|
|
619
|
+
while (pos < range.from) {
|
|
620
|
+
if (!index)
|
|
621
|
+
return null;
|
|
622
|
+
let next = this.ranges[--index];
|
|
623
|
+
pos -= range.from - next.to;
|
|
624
|
+
range = next;
|
|
625
|
+
}
|
|
626
|
+
while (assoc < 0 ? pos > range.to : pos >= range.to) {
|
|
627
|
+
if (index == this.ranges.length - 1)
|
|
628
|
+
return null;
|
|
629
|
+
let next = this.ranges[++index];
|
|
630
|
+
pos += next.from - range.to;
|
|
631
|
+
range = next;
|
|
632
|
+
}
|
|
633
|
+
return pos;
|
|
634
|
+
}
|
|
635
|
+
/**
|
|
636
|
+
@internal
|
|
637
|
+
*/
|
|
638
|
+
clipPos(pos) {
|
|
639
|
+
if (pos >= this.range.from && pos < this.range.to)
|
|
640
|
+
return pos;
|
|
641
|
+
for (let range of this.ranges)
|
|
642
|
+
if (range.to > pos)
|
|
643
|
+
return Math.max(pos, range.from);
|
|
644
|
+
return this.end;
|
|
645
|
+
}
|
|
646
|
+
/**
|
|
647
|
+
Look at a code unit near the stream position. `.peek(0)` equals
|
|
648
|
+
`.next`, `.peek(-1)` gives you the previous character, and so
|
|
649
|
+
on.
|
|
650
|
+
|
|
651
|
+
Note that looking around during tokenizing creates dependencies
|
|
652
|
+
on potentially far-away content, which may reduce the
|
|
653
|
+
effectiveness incremental parsing—when looking forward—or even
|
|
654
|
+
cause invalid reparses when looking backward more than 25 code
|
|
655
|
+
units, since the library does not track lookbehind.
|
|
656
|
+
*/
|
|
657
|
+
peek(offset) {
|
|
658
|
+
let idx = this.chunkOff + offset, pos, result;
|
|
659
|
+
if (idx >= 0 && idx < this.chunk.length) {
|
|
660
|
+
pos = this.pos + offset;
|
|
661
|
+
result = this.chunk.charCodeAt(idx);
|
|
662
|
+
} else {
|
|
663
|
+
let resolved = this.resolveOffset(offset, 1);
|
|
664
|
+
if (resolved == null)
|
|
665
|
+
return -1;
|
|
666
|
+
pos = resolved;
|
|
667
|
+
if (pos >= this.chunk2Pos && pos < this.chunk2Pos + this.chunk2.length) {
|
|
668
|
+
result = this.chunk2.charCodeAt(pos - this.chunk2Pos);
|
|
669
|
+
} else {
|
|
670
|
+
let i = this.rangeIndex, range = this.range;
|
|
671
|
+
while (range.to <= pos)
|
|
672
|
+
range = this.ranges[++i];
|
|
673
|
+
this.chunk2 = this.input.chunk(this.chunk2Pos = pos);
|
|
674
|
+
if (pos + this.chunk2.length > range.to)
|
|
675
|
+
this.chunk2 = this.chunk2.slice(0, range.to - pos);
|
|
676
|
+
result = this.chunk2.charCodeAt(0);
|
|
677
|
+
}
|
|
678
|
+
}
|
|
679
|
+
if (pos >= this.token.lookAhead)
|
|
680
|
+
this.token.lookAhead = pos + 1;
|
|
681
|
+
return result;
|
|
682
|
+
}
|
|
683
|
+
/**
|
|
684
|
+
Accept a token. By default, the end of the token is set to the
|
|
685
|
+
current stream position, but you can pass an offset (relative to
|
|
686
|
+
the stream position) to change that.
|
|
687
|
+
*/
|
|
688
|
+
acceptToken(token, endOffset = 0) {
|
|
689
|
+
let end = endOffset ? this.resolveOffset(endOffset, -1) : this.pos;
|
|
690
|
+
if (end == null || end < this.token.start)
|
|
691
|
+
throw new RangeError("Token end out of bounds");
|
|
692
|
+
this.token.value = token;
|
|
693
|
+
this.token.end = end;
|
|
694
|
+
}
|
|
695
|
+
/**
|
|
696
|
+
Accept a token ending at a specific given position.
|
|
697
|
+
*/
|
|
698
|
+
acceptTokenTo(token, endPos) {
|
|
699
|
+
this.token.value = token;
|
|
700
|
+
this.token.end = endPos;
|
|
701
|
+
}
|
|
702
|
+
getChunk() {
|
|
703
|
+
if (this.pos >= this.chunk2Pos && this.pos < this.chunk2Pos + this.chunk2.length) {
|
|
704
|
+
let { chunk, chunkPos } = this;
|
|
705
|
+
this.chunk = this.chunk2;
|
|
706
|
+
this.chunkPos = this.chunk2Pos;
|
|
707
|
+
this.chunk2 = chunk;
|
|
708
|
+
this.chunk2Pos = chunkPos;
|
|
709
|
+
this.chunkOff = this.pos - this.chunkPos;
|
|
710
|
+
} else {
|
|
711
|
+
this.chunk2 = this.chunk;
|
|
712
|
+
this.chunk2Pos = this.chunkPos;
|
|
713
|
+
let nextChunk = this.input.chunk(this.pos);
|
|
714
|
+
let end = this.pos + nextChunk.length;
|
|
715
|
+
this.chunk = end > this.range.to ? nextChunk.slice(0, this.range.to - this.pos) : nextChunk;
|
|
716
|
+
this.chunkPos = this.pos;
|
|
717
|
+
this.chunkOff = 0;
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
readNext() {
|
|
721
|
+
if (this.chunkOff >= this.chunk.length) {
|
|
722
|
+
this.getChunk();
|
|
723
|
+
if (this.chunkOff == this.chunk.length)
|
|
724
|
+
return this.next = -1;
|
|
725
|
+
}
|
|
726
|
+
return this.next = this.chunk.charCodeAt(this.chunkOff);
|
|
727
|
+
}
|
|
728
|
+
/**
|
|
729
|
+
Move the stream forward N (defaults to 1) code units. Returns
|
|
730
|
+
the new value of [`next`](#lr.InputStream.next).
|
|
731
|
+
*/
|
|
732
|
+
advance(n = 1) {
|
|
733
|
+
this.chunkOff += n;
|
|
734
|
+
while (this.pos + n >= this.range.to) {
|
|
735
|
+
if (this.rangeIndex == this.ranges.length - 1)
|
|
736
|
+
return this.setDone();
|
|
737
|
+
n -= this.range.to - this.pos;
|
|
738
|
+
this.range = this.ranges[++this.rangeIndex];
|
|
739
|
+
this.pos = this.range.from;
|
|
740
|
+
}
|
|
741
|
+
this.pos += n;
|
|
742
|
+
if (this.pos >= this.token.lookAhead)
|
|
743
|
+
this.token.lookAhead = this.pos + 1;
|
|
744
|
+
return this.readNext();
|
|
745
|
+
}
|
|
746
|
+
setDone() {
|
|
747
|
+
this.pos = this.chunkPos = this.end;
|
|
748
|
+
this.range = this.ranges[this.rangeIndex = this.ranges.length - 1];
|
|
749
|
+
this.chunk = "";
|
|
750
|
+
return this.next = -1;
|
|
751
|
+
}
|
|
752
|
+
/**
|
|
753
|
+
@internal
|
|
754
|
+
*/
|
|
755
|
+
reset(pos, token) {
|
|
756
|
+
if (token) {
|
|
757
|
+
this.token = token;
|
|
758
|
+
token.start = pos;
|
|
759
|
+
token.lookAhead = pos + 1;
|
|
760
|
+
token.value = token.extended = -1;
|
|
761
|
+
} else {
|
|
762
|
+
this.token = nullToken;
|
|
763
|
+
}
|
|
764
|
+
if (this.pos != pos) {
|
|
765
|
+
this.pos = pos;
|
|
766
|
+
if (pos == this.end) {
|
|
767
|
+
this.setDone();
|
|
768
|
+
return this;
|
|
769
|
+
}
|
|
770
|
+
while (pos < this.range.from)
|
|
771
|
+
this.range = this.ranges[--this.rangeIndex];
|
|
772
|
+
while (pos >= this.range.to)
|
|
773
|
+
this.range = this.ranges[++this.rangeIndex];
|
|
774
|
+
if (pos >= this.chunkPos && pos < this.chunkPos + this.chunk.length) {
|
|
775
|
+
this.chunkOff = pos - this.chunkPos;
|
|
776
|
+
} else {
|
|
777
|
+
this.chunk = "";
|
|
778
|
+
this.chunkOff = 0;
|
|
779
|
+
}
|
|
780
|
+
this.readNext();
|
|
781
|
+
}
|
|
782
|
+
return this;
|
|
783
|
+
}
|
|
784
|
+
/**
|
|
785
|
+
@internal
|
|
786
|
+
*/
|
|
787
|
+
read(from, to) {
|
|
788
|
+
if (from >= this.chunkPos && to <= this.chunkPos + this.chunk.length)
|
|
789
|
+
return this.chunk.slice(from - this.chunkPos, to - this.chunkPos);
|
|
790
|
+
if (from >= this.chunk2Pos && to <= this.chunk2Pos + this.chunk2.length)
|
|
791
|
+
return this.chunk2.slice(from - this.chunk2Pos, to - this.chunk2Pos);
|
|
792
|
+
if (from >= this.range.from && to <= this.range.to)
|
|
793
|
+
return this.input.read(from, to);
|
|
794
|
+
let result = "";
|
|
795
|
+
for (let r of this.ranges) {
|
|
796
|
+
if (r.from >= to)
|
|
797
|
+
break;
|
|
798
|
+
if (r.to > from)
|
|
799
|
+
result += this.input.read(Math.max(r.from, from), Math.min(r.to, to));
|
|
800
|
+
}
|
|
801
|
+
return result;
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
class TokenGroup {
|
|
805
|
+
constructor(data, id2) {
|
|
806
|
+
this.data = data;
|
|
807
|
+
this.id = id2;
|
|
808
|
+
}
|
|
809
|
+
token(input, stack) {
|
|
810
|
+
let { parser } = stack.p;
|
|
811
|
+
readToken(this.data, input, stack, this.id, parser.data, parser.tokenPrecTable);
|
|
812
|
+
}
|
|
813
|
+
}
|
|
814
|
+
TokenGroup.prototype.contextual = TokenGroup.prototype.fallback = TokenGroup.prototype.extend = false;
|
|
815
|
+
class LocalTokenGroup {
|
|
816
|
+
constructor(data, precTable, elseToken) {
|
|
817
|
+
this.precTable = precTable;
|
|
818
|
+
this.elseToken = elseToken;
|
|
819
|
+
this.data = typeof data == "string" ? decodeArray(data) : data;
|
|
820
|
+
}
|
|
821
|
+
token(input, stack) {
|
|
822
|
+
let start = input.pos, skipped = 0;
|
|
823
|
+
for (; ; ) {
|
|
824
|
+
let atEof = input.next < 0, nextPos = input.resolveOffset(1, 1);
|
|
825
|
+
readToken(this.data, input, stack, 0, this.data, this.precTable);
|
|
826
|
+
if (input.token.value > -1)
|
|
827
|
+
break;
|
|
828
|
+
if (this.elseToken == null)
|
|
829
|
+
return;
|
|
830
|
+
if (!atEof)
|
|
831
|
+
skipped++;
|
|
832
|
+
if (nextPos == null)
|
|
833
|
+
break;
|
|
834
|
+
input.reset(nextPos, input.token);
|
|
835
|
+
}
|
|
836
|
+
if (skipped) {
|
|
837
|
+
input.reset(start, input.token);
|
|
838
|
+
input.acceptToken(this.elseToken, skipped);
|
|
839
|
+
}
|
|
840
|
+
}
|
|
841
|
+
}
|
|
842
|
+
LocalTokenGroup.prototype.contextual = TokenGroup.prototype.fallback = TokenGroup.prototype.extend = false;
|
|
843
|
+
class ExternalTokenizer {
|
|
844
|
+
/**
|
|
845
|
+
Create a tokenizer. The first argument is the function that,
|
|
846
|
+
given an input stream, scans for the types of tokens it
|
|
847
|
+
recognizes at the stream's position, and calls
|
|
848
|
+
[`acceptToken`](#lr.InputStream.acceptToken) when it finds
|
|
849
|
+
one.
|
|
850
|
+
*/
|
|
851
|
+
constructor(token, options = {}) {
|
|
852
|
+
this.token = token;
|
|
853
|
+
this.contextual = !!options.contextual;
|
|
854
|
+
this.fallback = !!options.fallback;
|
|
855
|
+
this.extend = !!options.extend;
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
function readToken(data, input, stack, group, precTable, precOffset) {
|
|
859
|
+
let state = 0, groupMask = 1 << group, { dialect } = stack.p.parser;
|
|
860
|
+
scan: for (; ; ) {
|
|
861
|
+
if ((groupMask & data[state]) == 0)
|
|
862
|
+
break;
|
|
863
|
+
let accEnd = data[state + 1];
|
|
864
|
+
for (let i = state + 3; i < accEnd; i += 2)
|
|
865
|
+
if ((data[i + 1] & groupMask) > 0) {
|
|
866
|
+
let term = data[i];
|
|
867
|
+
if (dialect.allows(term) && (input.token.value == -1 || input.token.value == term || overrides(term, input.token.value, precTable, precOffset))) {
|
|
868
|
+
input.acceptToken(term);
|
|
869
|
+
break;
|
|
870
|
+
}
|
|
871
|
+
}
|
|
872
|
+
let next = input.next, low = 0, high = data[state + 2];
|
|
873
|
+
if (input.next < 0 && high > low && data[accEnd + high * 3 - 3] == 65535) {
|
|
874
|
+
state = data[accEnd + high * 3 - 1];
|
|
875
|
+
continue scan;
|
|
876
|
+
}
|
|
877
|
+
for (; low < high; ) {
|
|
878
|
+
let mid = low + high >> 1;
|
|
879
|
+
let index = accEnd + mid + (mid << 1);
|
|
880
|
+
let from = data[index], to = data[index + 1] || 65536;
|
|
881
|
+
if (next < from)
|
|
882
|
+
high = mid;
|
|
883
|
+
else if (next >= to)
|
|
884
|
+
low = mid + 1;
|
|
885
|
+
else {
|
|
886
|
+
state = data[index + 2];
|
|
887
|
+
input.advance();
|
|
888
|
+
continue scan;
|
|
889
|
+
}
|
|
890
|
+
}
|
|
891
|
+
break;
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
function findOffset(data, start, term) {
|
|
895
|
+
for (let i = start, next; (next = data[i]) != 65535; i++)
|
|
896
|
+
if (next == term)
|
|
897
|
+
return i - start;
|
|
898
|
+
return -1;
|
|
899
|
+
}
|
|
900
|
+
function overrides(token, prev, tableData, tableOffset) {
|
|
901
|
+
let iPrev = findOffset(tableData, tableOffset, prev);
|
|
902
|
+
return iPrev < 0 || findOffset(tableData, tableOffset, token) < iPrev;
|
|
903
|
+
}
|
|
904
|
+
const verbose = typeof process != "undefined" && process.env && /\bparse\b/.test(process.env.LOG);
|
|
905
|
+
let stackIDs = null;
|
|
906
|
+
function cutAt(tree, pos, side) {
|
|
907
|
+
let cursor = tree.cursor(IterMode.IncludeAnonymous);
|
|
908
|
+
cursor.moveTo(pos);
|
|
909
|
+
for (; ; ) {
|
|
910
|
+
if (!(side < 0 ? cursor.childBefore(pos) : cursor.childAfter(pos)))
|
|
911
|
+
for (; ; ) {
|
|
912
|
+
if ((side < 0 ? cursor.to < pos : cursor.from > pos) && !cursor.type.isError)
|
|
913
|
+
return side < 0 ? Math.max(0, Math.min(
|
|
914
|
+
cursor.to - 1,
|
|
915
|
+
pos - 25
|
|
916
|
+
/* Lookahead.Margin */
|
|
917
|
+
)) : Math.min(tree.length, Math.max(
|
|
918
|
+
cursor.from + 1,
|
|
919
|
+
pos + 25
|
|
920
|
+
/* Lookahead.Margin */
|
|
921
|
+
));
|
|
922
|
+
if (side < 0 ? cursor.prevSibling() : cursor.nextSibling())
|
|
923
|
+
break;
|
|
924
|
+
if (!cursor.parent())
|
|
925
|
+
return side < 0 ? 0 : tree.length;
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
}
|
|
929
|
+
class FragmentCursor {
|
|
930
|
+
constructor(fragments, nodeSet) {
|
|
931
|
+
this.fragments = fragments;
|
|
932
|
+
this.nodeSet = nodeSet;
|
|
933
|
+
this.i = 0;
|
|
934
|
+
this.fragment = null;
|
|
935
|
+
this.safeFrom = -1;
|
|
936
|
+
this.safeTo = -1;
|
|
937
|
+
this.trees = [];
|
|
938
|
+
this.start = [];
|
|
939
|
+
this.index = [];
|
|
940
|
+
this.nextFragment();
|
|
941
|
+
}
|
|
942
|
+
nextFragment() {
|
|
943
|
+
let fr = this.fragment = this.i == this.fragments.length ? null : this.fragments[this.i++];
|
|
944
|
+
if (fr) {
|
|
945
|
+
this.safeFrom = fr.openStart ? cutAt(fr.tree, fr.from + fr.offset, 1) - fr.offset : fr.from;
|
|
946
|
+
this.safeTo = fr.openEnd ? cutAt(fr.tree, fr.to + fr.offset, -1) - fr.offset : fr.to;
|
|
947
|
+
while (this.trees.length) {
|
|
948
|
+
this.trees.pop();
|
|
949
|
+
this.start.pop();
|
|
950
|
+
this.index.pop();
|
|
951
|
+
}
|
|
952
|
+
this.trees.push(fr.tree);
|
|
953
|
+
this.start.push(-fr.offset);
|
|
954
|
+
this.index.push(0);
|
|
955
|
+
this.nextStart = this.safeFrom;
|
|
956
|
+
} else {
|
|
957
|
+
this.nextStart = 1e9;
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
// `pos` must be >= any previously given `pos` for this cursor
|
|
961
|
+
nodeAt(pos) {
|
|
962
|
+
if (pos < this.nextStart)
|
|
963
|
+
return null;
|
|
964
|
+
while (this.fragment && this.safeTo <= pos)
|
|
965
|
+
this.nextFragment();
|
|
966
|
+
if (!this.fragment)
|
|
967
|
+
return null;
|
|
968
|
+
for (; ; ) {
|
|
969
|
+
let last = this.trees.length - 1;
|
|
970
|
+
if (last < 0) {
|
|
971
|
+
this.nextFragment();
|
|
972
|
+
return null;
|
|
973
|
+
}
|
|
974
|
+
let top = this.trees[last], index = this.index[last];
|
|
975
|
+
if (index == top.children.length) {
|
|
976
|
+
this.trees.pop();
|
|
977
|
+
this.start.pop();
|
|
978
|
+
this.index.pop();
|
|
979
|
+
continue;
|
|
980
|
+
}
|
|
981
|
+
let next = top.children[index];
|
|
982
|
+
let start = this.start[last] + top.positions[index];
|
|
983
|
+
if (start > pos) {
|
|
984
|
+
this.nextStart = start;
|
|
985
|
+
return null;
|
|
986
|
+
}
|
|
987
|
+
if (next instanceof Tree) {
|
|
988
|
+
if (start == pos) {
|
|
989
|
+
if (start < this.safeFrom)
|
|
990
|
+
return null;
|
|
991
|
+
let end = start + next.length;
|
|
992
|
+
if (end <= this.safeTo) {
|
|
993
|
+
let lookAhead = next.prop(NodeProp.lookAhead);
|
|
994
|
+
if (!lookAhead || end + lookAhead < this.fragment.to)
|
|
995
|
+
return next;
|
|
996
|
+
}
|
|
997
|
+
}
|
|
998
|
+
this.index[last]++;
|
|
999
|
+
if (start + next.length >= Math.max(this.safeFrom, pos)) {
|
|
1000
|
+
this.trees.push(next);
|
|
1001
|
+
this.start.push(start);
|
|
1002
|
+
this.index.push(0);
|
|
1003
|
+
}
|
|
1004
|
+
} else {
|
|
1005
|
+
this.index[last]++;
|
|
1006
|
+
this.nextStart = start + next.length;
|
|
1007
|
+
}
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
class TokenCache {
|
|
1012
|
+
constructor(parser, stream) {
|
|
1013
|
+
this.stream = stream;
|
|
1014
|
+
this.tokens = [];
|
|
1015
|
+
this.mainToken = null;
|
|
1016
|
+
this.actions = [];
|
|
1017
|
+
this.tokens = parser.tokenizers.map((_) => new CachedToken());
|
|
1018
|
+
}
|
|
1019
|
+
getActions(stack) {
|
|
1020
|
+
let actionIndex = 0;
|
|
1021
|
+
let main = null;
|
|
1022
|
+
let { parser } = stack.p, { tokenizers } = parser;
|
|
1023
|
+
let mask = parser.stateSlot(
|
|
1024
|
+
stack.state,
|
|
1025
|
+
3
|
|
1026
|
+
/* ParseState.TokenizerMask */
|
|
1027
|
+
);
|
|
1028
|
+
let context = stack.curContext ? stack.curContext.hash : 0;
|
|
1029
|
+
let lookAhead = 0;
|
|
1030
|
+
for (let i = 0; i < tokenizers.length; i++) {
|
|
1031
|
+
if ((1 << i & mask) == 0)
|
|
1032
|
+
continue;
|
|
1033
|
+
let tokenizer = tokenizers[i], token = this.tokens[i];
|
|
1034
|
+
if (main && !tokenizer.fallback)
|
|
1035
|
+
continue;
|
|
1036
|
+
if (tokenizer.contextual || token.start != stack.pos || token.mask != mask || token.context != context) {
|
|
1037
|
+
this.updateCachedToken(token, tokenizer, stack);
|
|
1038
|
+
token.mask = mask;
|
|
1039
|
+
token.context = context;
|
|
1040
|
+
}
|
|
1041
|
+
if (token.lookAhead > token.end + 25)
|
|
1042
|
+
lookAhead = Math.max(token.lookAhead, lookAhead);
|
|
1043
|
+
if (token.value != 0) {
|
|
1044
|
+
let startIndex = actionIndex;
|
|
1045
|
+
if (token.extended > -1)
|
|
1046
|
+
actionIndex = this.addActions(stack, token.extended, token.end, actionIndex);
|
|
1047
|
+
actionIndex = this.addActions(stack, token.value, token.end, actionIndex);
|
|
1048
|
+
if (!tokenizer.extend) {
|
|
1049
|
+
main = token;
|
|
1050
|
+
if (actionIndex > startIndex)
|
|
1051
|
+
break;
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
}
|
|
1055
|
+
while (this.actions.length > actionIndex)
|
|
1056
|
+
this.actions.pop();
|
|
1057
|
+
if (lookAhead)
|
|
1058
|
+
stack.setLookAhead(lookAhead);
|
|
1059
|
+
if (!main && stack.pos == this.stream.end) {
|
|
1060
|
+
main = new CachedToken();
|
|
1061
|
+
main.value = stack.p.parser.eofTerm;
|
|
1062
|
+
main.start = main.end = stack.pos;
|
|
1063
|
+
actionIndex = this.addActions(stack, main.value, main.end, actionIndex);
|
|
1064
|
+
}
|
|
1065
|
+
this.mainToken = main;
|
|
1066
|
+
return this.actions;
|
|
1067
|
+
}
|
|
1068
|
+
getMainToken(stack) {
|
|
1069
|
+
if (this.mainToken)
|
|
1070
|
+
return this.mainToken;
|
|
1071
|
+
let main = new CachedToken(), { pos, p } = stack;
|
|
1072
|
+
main.start = pos;
|
|
1073
|
+
main.end = Math.min(pos + 1, p.stream.end);
|
|
1074
|
+
main.value = pos == p.stream.end ? p.parser.eofTerm : 0;
|
|
1075
|
+
return main;
|
|
1076
|
+
}
|
|
1077
|
+
updateCachedToken(token, tokenizer, stack) {
|
|
1078
|
+
let start = this.stream.clipPos(stack.pos);
|
|
1079
|
+
tokenizer.token(this.stream.reset(start, token), stack);
|
|
1080
|
+
if (token.value > -1) {
|
|
1081
|
+
let { parser } = stack.p;
|
|
1082
|
+
for (let i = 0; i < parser.specialized.length; i++)
|
|
1083
|
+
if (parser.specialized[i] == token.value) {
|
|
1084
|
+
let result = parser.specializers[i](this.stream.read(token.start, token.end), stack);
|
|
1085
|
+
if (result >= 0 && stack.p.parser.dialect.allows(result >> 1)) {
|
|
1086
|
+
if ((result & 1) == 0)
|
|
1087
|
+
token.value = result >> 1;
|
|
1088
|
+
else
|
|
1089
|
+
token.extended = result >> 1;
|
|
1090
|
+
break;
|
|
1091
|
+
}
|
|
1092
|
+
}
|
|
1093
|
+
} else {
|
|
1094
|
+
token.value = 0;
|
|
1095
|
+
token.end = this.stream.clipPos(start + 1);
|
|
1096
|
+
}
|
|
1097
|
+
}
|
|
1098
|
+
putAction(action, token, end, index) {
|
|
1099
|
+
for (let i = 0; i < index; i += 3)
|
|
1100
|
+
if (this.actions[i] == action)
|
|
1101
|
+
return index;
|
|
1102
|
+
this.actions[index++] = action;
|
|
1103
|
+
this.actions[index++] = token;
|
|
1104
|
+
this.actions[index++] = end;
|
|
1105
|
+
return index;
|
|
1106
|
+
}
|
|
1107
|
+
addActions(stack, token, end, index) {
|
|
1108
|
+
let { state } = stack, { parser } = stack.p, { data } = parser;
|
|
1109
|
+
for (let set = 0; set < 2; set++) {
|
|
1110
|
+
for (let i = parser.stateSlot(
|
|
1111
|
+
state,
|
|
1112
|
+
set ? 2 : 1
|
|
1113
|
+
/* ParseState.Actions */
|
|
1114
|
+
); ; i += 3) {
|
|
1115
|
+
if (data[i] == 65535) {
|
|
1116
|
+
if (data[i + 1] == 1) {
|
|
1117
|
+
i = pair(data, i + 2);
|
|
1118
|
+
} else {
|
|
1119
|
+
if (index == 0 && data[i + 1] == 2)
|
|
1120
|
+
index = this.putAction(pair(data, i + 2), token, end, index);
|
|
1121
|
+
break;
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
if (data[i] == token)
|
|
1125
|
+
index = this.putAction(pair(data, i + 1), token, end, index);
|
|
1126
|
+
}
|
|
1127
|
+
}
|
|
1128
|
+
return index;
|
|
1129
|
+
}
|
|
1130
|
+
}
|
|
1131
|
+
class Parse {
|
|
1132
|
+
constructor(parser, input, fragments, ranges) {
|
|
1133
|
+
this.parser = parser;
|
|
1134
|
+
this.input = input;
|
|
1135
|
+
this.ranges = ranges;
|
|
1136
|
+
this.recovering = 0;
|
|
1137
|
+
this.nextStackID = 9812;
|
|
1138
|
+
this.minStackPos = 0;
|
|
1139
|
+
this.reused = [];
|
|
1140
|
+
this.stoppedAt = null;
|
|
1141
|
+
this.lastBigReductionStart = -1;
|
|
1142
|
+
this.lastBigReductionSize = 0;
|
|
1143
|
+
this.bigReductionCount = 0;
|
|
1144
|
+
this.stream = new InputStream(input, ranges);
|
|
1145
|
+
this.tokens = new TokenCache(parser, this.stream);
|
|
1146
|
+
this.topTerm = parser.top[1];
|
|
1147
|
+
let { from } = ranges[0];
|
|
1148
|
+
this.stacks = [Stack.start(this, parser.top[0], from)];
|
|
1149
|
+
this.fragments = fragments.length && this.stream.end - from > parser.bufferLength * 4 ? new FragmentCursor(fragments, parser.nodeSet) : null;
|
|
1150
|
+
}
|
|
1151
|
+
get parsedPos() {
|
|
1152
|
+
return this.minStackPos;
|
|
1153
|
+
}
|
|
1154
|
+
// Move the parser forward. This will process all parse stacks at
|
|
1155
|
+
// `this.pos` and try to advance them to a further position. If no
|
|
1156
|
+
// stack for such a position is found, it'll start error-recovery.
|
|
1157
|
+
//
|
|
1158
|
+
// When the parse is finished, this will return a syntax tree. When
|
|
1159
|
+
// not, it returns `null`.
|
|
1160
|
+
advance() {
|
|
1161
|
+
let stacks = this.stacks, pos = this.minStackPos;
|
|
1162
|
+
let newStacks = this.stacks = [];
|
|
1163
|
+
let stopped, stoppedTokens;
|
|
1164
|
+
if (this.bigReductionCount > 300 && stacks.length == 1) {
|
|
1165
|
+
let [s] = stacks;
|
|
1166
|
+
while (s.forceReduce() && s.stack.length && s.stack[s.stack.length - 2] >= this.lastBigReductionStart) {
|
|
1167
|
+
}
|
|
1168
|
+
this.bigReductionCount = this.lastBigReductionSize = 0;
|
|
1169
|
+
}
|
|
1170
|
+
for (let i = 0; i < stacks.length; i++) {
|
|
1171
|
+
let stack = stacks[i];
|
|
1172
|
+
for (; ; ) {
|
|
1173
|
+
this.tokens.mainToken = null;
|
|
1174
|
+
if (stack.pos > pos) {
|
|
1175
|
+
newStacks.push(stack);
|
|
1176
|
+
} else if (this.advanceStack(stack, newStacks, stacks)) {
|
|
1177
|
+
continue;
|
|
1178
|
+
} else {
|
|
1179
|
+
if (!stopped) {
|
|
1180
|
+
stopped = [];
|
|
1181
|
+
stoppedTokens = [];
|
|
1182
|
+
}
|
|
1183
|
+
stopped.push(stack);
|
|
1184
|
+
let tok = this.tokens.getMainToken(stack);
|
|
1185
|
+
stoppedTokens.push(tok.value, tok.end);
|
|
1186
|
+
}
|
|
1187
|
+
break;
|
|
1188
|
+
}
|
|
1189
|
+
}
|
|
1190
|
+
if (!newStacks.length) {
|
|
1191
|
+
let finished = stopped && findFinished(stopped);
|
|
1192
|
+
if (finished) {
|
|
1193
|
+
if (verbose)
|
|
1194
|
+
console.log("Finish with " + this.stackID(finished));
|
|
1195
|
+
return this.stackToTree(finished);
|
|
1196
|
+
}
|
|
1197
|
+
if (this.parser.strict) {
|
|
1198
|
+
if (verbose && stopped)
|
|
1199
|
+
console.log("Stuck with token " + (this.tokens.mainToken ? this.parser.getName(this.tokens.mainToken.value) : "none"));
|
|
1200
|
+
throw new SyntaxError("No parse at " + pos);
|
|
1201
|
+
}
|
|
1202
|
+
if (!this.recovering)
|
|
1203
|
+
this.recovering = 5;
|
|
1204
|
+
}
|
|
1205
|
+
if (this.recovering && stopped) {
|
|
1206
|
+
let finished = this.stoppedAt != null && stopped[0].pos > this.stoppedAt ? stopped[0] : this.runRecovery(stopped, stoppedTokens, newStacks);
|
|
1207
|
+
if (finished) {
|
|
1208
|
+
if (verbose)
|
|
1209
|
+
console.log("Force-finish " + this.stackID(finished));
|
|
1210
|
+
return this.stackToTree(finished.forceAll());
|
|
1211
|
+
}
|
|
1212
|
+
}
|
|
1213
|
+
if (this.recovering) {
|
|
1214
|
+
let maxRemaining = this.recovering == 1 ? 1 : this.recovering * 3;
|
|
1215
|
+
if (newStacks.length > maxRemaining) {
|
|
1216
|
+
newStacks.sort((a, b) => b.score - a.score);
|
|
1217
|
+
while (newStacks.length > maxRemaining)
|
|
1218
|
+
newStacks.pop();
|
|
1219
|
+
}
|
|
1220
|
+
if (newStacks.some((s) => s.reducePos > pos))
|
|
1221
|
+
this.recovering--;
|
|
1222
|
+
} else if (newStacks.length > 1) {
|
|
1223
|
+
outer: for (let i = 0; i < newStacks.length - 1; i++) {
|
|
1224
|
+
let stack = newStacks[i];
|
|
1225
|
+
for (let j = i + 1; j < newStacks.length; j++) {
|
|
1226
|
+
let other = newStacks[j];
|
|
1227
|
+
if (stack.sameState(other) || stack.buffer.length > 500 && other.buffer.length > 500) {
|
|
1228
|
+
if ((stack.score - other.score || stack.buffer.length - other.buffer.length) > 0) {
|
|
1229
|
+
newStacks.splice(j--, 1);
|
|
1230
|
+
} else {
|
|
1231
|
+
newStacks.splice(i--, 1);
|
|
1232
|
+
continue outer;
|
|
1233
|
+
}
|
|
1234
|
+
}
|
|
1235
|
+
}
|
|
1236
|
+
}
|
|
1237
|
+
if (newStacks.length > 12)
|
|
1238
|
+
newStacks.splice(
|
|
1239
|
+
12,
|
|
1240
|
+
newStacks.length - 12
|
|
1241
|
+
/* Rec.MaxStackCount */
|
|
1242
|
+
);
|
|
1243
|
+
}
|
|
1244
|
+
this.minStackPos = newStacks[0].pos;
|
|
1245
|
+
for (let i = 1; i < newStacks.length; i++)
|
|
1246
|
+
if (newStacks[i].pos < this.minStackPos)
|
|
1247
|
+
this.minStackPos = newStacks[i].pos;
|
|
1248
|
+
return null;
|
|
1249
|
+
}
|
|
1250
|
+
stopAt(pos) {
|
|
1251
|
+
if (this.stoppedAt != null && this.stoppedAt < pos)
|
|
1252
|
+
throw new RangeError("Can't move stoppedAt forward");
|
|
1253
|
+
this.stoppedAt = pos;
|
|
1254
|
+
}
|
|
1255
|
+
// Returns an updated version of the given stack, or null if the
|
|
1256
|
+
// stack can't advance normally. When `split` and `stacks` are
|
|
1257
|
+
// given, stacks split off by ambiguous operations will be pushed to
|
|
1258
|
+
// `split`, or added to `stacks` if they move `pos` forward.
|
|
1259
|
+
advanceStack(stack, stacks, split) {
|
|
1260
|
+
let start = stack.pos, { parser } = this;
|
|
1261
|
+
let base = verbose ? this.stackID(stack) + " -> " : "";
|
|
1262
|
+
if (this.stoppedAt != null && start > this.stoppedAt)
|
|
1263
|
+
return stack.forceReduce() ? stack : null;
|
|
1264
|
+
if (this.fragments) {
|
|
1265
|
+
let strictCx = stack.curContext && stack.curContext.tracker.strict, cxHash = strictCx ? stack.curContext.hash : 0;
|
|
1266
|
+
for (let cached = this.fragments.nodeAt(start); cached; ) {
|
|
1267
|
+
let match = this.parser.nodeSet.types[cached.type.id] == cached.type ? parser.getGoto(stack.state, cached.type.id) : -1;
|
|
1268
|
+
if (match > -1 && cached.length && (!strictCx || (cached.prop(NodeProp.contextHash) || 0) == cxHash)) {
|
|
1269
|
+
stack.useNode(cached, match);
|
|
1270
|
+
if (verbose)
|
|
1271
|
+
console.log(base + this.stackID(stack) + ` (via reuse of ${parser.getName(cached.type.id)})`);
|
|
1272
|
+
return true;
|
|
1273
|
+
}
|
|
1274
|
+
if (!(cached instanceof Tree) || cached.children.length == 0 || cached.positions[0] > 0)
|
|
1275
|
+
break;
|
|
1276
|
+
let inner = cached.children[0];
|
|
1277
|
+
if (inner instanceof Tree && cached.positions[0] == 0)
|
|
1278
|
+
cached = inner;
|
|
1279
|
+
else
|
|
1280
|
+
break;
|
|
1281
|
+
}
|
|
1282
|
+
}
|
|
1283
|
+
let defaultReduce = parser.stateSlot(
|
|
1284
|
+
stack.state,
|
|
1285
|
+
4
|
|
1286
|
+
/* ParseState.DefaultReduce */
|
|
1287
|
+
);
|
|
1288
|
+
if (defaultReduce > 0) {
|
|
1289
|
+
stack.reduce(defaultReduce);
|
|
1290
|
+
if (verbose)
|
|
1291
|
+
console.log(base + this.stackID(stack) + ` (via always-reduce ${parser.getName(
|
|
1292
|
+
defaultReduce & 65535
|
|
1293
|
+
/* Action.ValueMask */
|
|
1294
|
+
)})`);
|
|
1295
|
+
return true;
|
|
1296
|
+
}
|
|
1297
|
+
if (stack.stack.length >= 8400) {
|
|
1298
|
+
while (stack.stack.length > 6e3 && stack.forceReduce()) {
|
|
1299
|
+
}
|
|
1300
|
+
}
|
|
1301
|
+
let actions = this.tokens.getActions(stack);
|
|
1302
|
+
for (let i = 0; i < actions.length; ) {
|
|
1303
|
+
let action = actions[i++], term = actions[i++], end = actions[i++];
|
|
1304
|
+
let last = i == actions.length || !split;
|
|
1305
|
+
let localStack = last ? stack : stack.split();
|
|
1306
|
+
let main = this.tokens.mainToken;
|
|
1307
|
+
localStack.apply(action, term, main ? main.start : localStack.pos, end);
|
|
1308
|
+
if (verbose)
|
|
1309
|
+
console.log(base + this.stackID(localStack) + ` (via ${(action & 65536) == 0 ? "shift" : `reduce of ${parser.getName(
|
|
1310
|
+
action & 65535
|
|
1311
|
+
/* Action.ValueMask */
|
|
1312
|
+
)}`} for ${parser.getName(term)} @ ${start}${localStack == stack ? "" : ", split"})`);
|
|
1313
|
+
if (last)
|
|
1314
|
+
return true;
|
|
1315
|
+
else if (localStack.pos > start)
|
|
1316
|
+
stacks.push(localStack);
|
|
1317
|
+
else
|
|
1318
|
+
split.push(localStack);
|
|
1319
|
+
}
|
|
1320
|
+
return false;
|
|
1321
|
+
}
|
|
1322
|
+
// Advance a given stack forward as far as it will go. Returns the
|
|
1323
|
+
// (possibly updated) stack if it got stuck, or null if it moved
|
|
1324
|
+
// forward and was given to `pushStackDedup`.
|
|
1325
|
+
advanceFully(stack, newStacks) {
|
|
1326
|
+
let pos = stack.pos;
|
|
1327
|
+
for (; ; ) {
|
|
1328
|
+
if (!this.advanceStack(stack, null, null))
|
|
1329
|
+
return false;
|
|
1330
|
+
if (stack.pos > pos) {
|
|
1331
|
+
pushStackDedup(stack, newStacks);
|
|
1332
|
+
return true;
|
|
1333
|
+
}
|
|
1334
|
+
}
|
|
1335
|
+
}
|
|
1336
|
+
runRecovery(stacks, tokens, newStacks) {
|
|
1337
|
+
let finished = null, restarted = false;
|
|
1338
|
+
for (let i = 0; i < stacks.length; i++) {
|
|
1339
|
+
let stack = stacks[i], token = tokens[i << 1], tokenEnd = tokens[(i << 1) + 1];
|
|
1340
|
+
let base = verbose ? this.stackID(stack) + " -> " : "";
|
|
1341
|
+
if (stack.deadEnd) {
|
|
1342
|
+
if (restarted)
|
|
1343
|
+
continue;
|
|
1344
|
+
restarted = true;
|
|
1345
|
+
stack.restart();
|
|
1346
|
+
if (verbose)
|
|
1347
|
+
console.log(base + this.stackID(stack) + " (restarted)");
|
|
1348
|
+
let done = this.advanceFully(stack, newStacks);
|
|
1349
|
+
if (done)
|
|
1350
|
+
continue;
|
|
1351
|
+
}
|
|
1352
|
+
let force = stack.split(), forceBase = base;
|
|
1353
|
+
for (let j = 0; force.forceReduce() && j < 10; j++) {
|
|
1354
|
+
if (verbose)
|
|
1355
|
+
console.log(forceBase + this.stackID(force) + " (via force-reduce)");
|
|
1356
|
+
let done = this.advanceFully(force, newStacks);
|
|
1357
|
+
if (done)
|
|
1358
|
+
break;
|
|
1359
|
+
if (verbose)
|
|
1360
|
+
forceBase = this.stackID(force) + " -> ";
|
|
1361
|
+
}
|
|
1362
|
+
for (let insert of stack.recoverByInsert(token)) {
|
|
1363
|
+
if (verbose)
|
|
1364
|
+
console.log(base + this.stackID(insert) + " (via recover-insert)");
|
|
1365
|
+
this.advanceFully(insert, newStacks);
|
|
1366
|
+
}
|
|
1367
|
+
if (this.stream.end > stack.pos) {
|
|
1368
|
+
if (tokenEnd == stack.pos) {
|
|
1369
|
+
tokenEnd++;
|
|
1370
|
+
token = 0;
|
|
1371
|
+
}
|
|
1372
|
+
stack.recoverByDelete(token, tokenEnd);
|
|
1373
|
+
if (verbose)
|
|
1374
|
+
console.log(base + this.stackID(stack) + ` (via recover-delete ${this.parser.getName(token)})`);
|
|
1375
|
+
pushStackDedup(stack, newStacks);
|
|
1376
|
+
} else if (!finished || finished.score < stack.score) {
|
|
1377
|
+
finished = stack;
|
|
1378
|
+
}
|
|
1379
|
+
}
|
|
1380
|
+
return finished;
|
|
1381
|
+
}
|
|
1382
|
+
// Convert the stack's buffer to a syntax tree.
|
|
1383
|
+
stackToTree(stack) {
|
|
1384
|
+
stack.close();
|
|
1385
|
+
return Tree.build({
|
|
1386
|
+
buffer: StackBufferCursor.create(stack),
|
|
1387
|
+
nodeSet: this.parser.nodeSet,
|
|
1388
|
+
topID: this.topTerm,
|
|
1389
|
+
maxBufferLength: this.parser.bufferLength,
|
|
1390
|
+
reused: this.reused,
|
|
1391
|
+
start: this.ranges[0].from,
|
|
1392
|
+
length: stack.pos - this.ranges[0].from,
|
|
1393
|
+
minRepeatType: this.parser.minRepeatTerm
|
|
1394
|
+
});
|
|
1395
|
+
}
|
|
1396
|
+
stackID(stack) {
|
|
1397
|
+
let id2 = (stackIDs || (stackIDs = /* @__PURE__ */ new WeakMap())).get(stack);
|
|
1398
|
+
if (!id2)
|
|
1399
|
+
stackIDs.set(stack, id2 = String.fromCodePoint(this.nextStackID++));
|
|
1400
|
+
return id2 + stack;
|
|
1401
|
+
}
|
|
1402
|
+
}
|
|
1403
|
+
function pushStackDedup(stack, newStacks) {
|
|
1404
|
+
for (let i = 0; i < newStacks.length; i++) {
|
|
1405
|
+
let other = newStacks[i];
|
|
1406
|
+
if (other.pos == stack.pos && other.sameState(stack)) {
|
|
1407
|
+
if (newStacks[i].score < stack.score)
|
|
1408
|
+
newStacks[i] = stack;
|
|
1409
|
+
return;
|
|
1410
|
+
}
|
|
1411
|
+
}
|
|
1412
|
+
newStacks.push(stack);
|
|
1413
|
+
}
|
|
1414
|
+
class Dialect {
|
|
1415
|
+
constructor(source, flags, disabled) {
|
|
1416
|
+
this.source = source;
|
|
1417
|
+
this.flags = flags;
|
|
1418
|
+
this.disabled = disabled;
|
|
1419
|
+
}
|
|
1420
|
+
allows(term) {
|
|
1421
|
+
return !this.disabled || this.disabled[term] == 0;
|
|
1422
|
+
}
|
|
1423
|
+
}
|
|
1424
|
+
const id = (x) => x;
|
|
1425
|
+
class ContextTracker {
|
|
1426
|
+
/**
|
|
1427
|
+
Define a context tracker.
|
|
1428
|
+
*/
|
|
1429
|
+
constructor(spec) {
|
|
1430
|
+
this.start = spec.start;
|
|
1431
|
+
this.shift = spec.shift || id;
|
|
1432
|
+
this.reduce = spec.reduce || id;
|
|
1433
|
+
this.reuse = spec.reuse || id;
|
|
1434
|
+
this.hash = spec.hash || (() => 0);
|
|
1435
|
+
this.strict = spec.strict !== false;
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1438
|
+
class LRParser extends Parser {
|
|
1439
|
+
/**
|
|
1440
|
+
@internal
|
|
1441
|
+
*/
|
|
1442
|
+
constructor(spec) {
|
|
1443
|
+
super();
|
|
1444
|
+
this.wrappers = [];
|
|
1445
|
+
if (spec.version != 14)
|
|
1446
|
+
throw new RangeError(`Parser version (${spec.version}) doesn't match runtime version (${14})`);
|
|
1447
|
+
let nodeNames = spec.nodeNames.split(" ");
|
|
1448
|
+
this.minRepeatTerm = nodeNames.length;
|
|
1449
|
+
for (let i = 0; i < spec.repeatNodeCount; i++)
|
|
1450
|
+
nodeNames.push("");
|
|
1451
|
+
let topTerms = Object.keys(spec.topRules).map((r) => spec.topRules[r][1]);
|
|
1452
|
+
let nodeProps = [];
|
|
1453
|
+
for (let i = 0; i < nodeNames.length; i++)
|
|
1454
|
+
nodeProps.push([]);
|
|
1455
|
+
function setProp(nodeID, prop, value) {
|
|
1456
|
+
nodeProps[nodeID].push([prop, prop.deserialize(String(value))]);
|
|
1457
|
+
}
|
|
1458
|
+
if (spec.nodeProps)
|
|
1459
|
+
for (let propSpec of spec.nodeProps) {
|
|
1460
|
+
let prop = propSpec[0];
|
|
1461
|
+
if (typeof prop == "string")
|
|
1462
|
+
prop = NodeProp[prop];
|
|
1463
|
+
for (let i = 1; i < propSpec.length; ) {
|
|
1464
|
+
let next = propSpec[i++];
|
|
1465
|
+
if (next >= 0) {
|
|
1466
|
+
setProp(next, prop, propSpec[i++]);
|
|
1467
|
+
} else {
|
|
1468
|
+
let value = propSpec[i + -next];
|
|
1469
|
+
for (let j = -next; j > 0; j--)
|
|
1470
|
+
setProp(propSpec[i++], prop, value);
|
|
1471
|
+
i++;
|
|
1472
|
+
}
|
|
1473
|
+
}
|
|
1474
|
+
}
|
|
1475
|
+
this.nodeSet = new NodeSet(nodeNames.map((name, i) => NodeType.define({
|
|
1476
|
+
name: i >= this.minRepeatTerm ? void 0 : name,
|
|
1477
|
+
id: i,
|
|
1478
|
+
props: nodeProps[i],
|
|
1479
|
+
top: topTerms.indexOf(i) > -1,
|
|
1480
|
+
error: i == 0,
|
|
1481
|
+
skipped: spec.skippedNodes && spec.skippedNodes.indexOf(i) > -1
|
|
1482
|
+
})));
|
|
1483
|
+
if (spec.propSources)
|
|
1484
|
+
this.nodeSet = this.nodeSet.extend(...spec.propSources);
|
|
1485
|
+
this.strict = false;
|
|
1486
|
+
this.bufferLength = DefaultBufferLength;
|
|
1487
|
+
let tokenArray = decodeArray(spec.tokenData);
|
|
1488
|
+
this.context = spec.context;
|
|
1489
|
+
this.specializerSpecs = spec.specialized || [];
|
|
1490
|
+
this.specialized = new Uint16Array(this.specializerSpecs.length);
|
|
1491
|
+
for (let i = 0; i < this.specializerSpecs.length; i++)
|
|
1492
|
+
this.specialized[i] = this.specializerSpecs[i].term;
|
|
1493
|
+
this.specializers = this.specializerSpecs.map(getSpecializer);
|
|
1494
|
+
this.states = decodeArray(spec.states, Uint32Array);
|
|
1495
|
+
this.data = decodeArray(spec.stateData);
|
|
1496
|
+
this.goto = decodeArray(spec.goto);
|
|
1497
|
+
this.maxTerm = spec.maxTerm;
|
|
1498
|
+
this.tokenizers = spec.tokenizers.map((value) => typeof value == "number" ? new TokenGroup(tokenArray, value) : value);
|
|
1499
|
+
this.topRules = spec.topRules;
|
|
1500
|
+
this.dialects = spec.dialects || {};
|
|
1501
|
+
this.dynamicPrecedences = spec.dynamicPrecedences || null;
|
|
1502
|
+
this.tokenPrecTable = spec.tokenPrec;
|
|
1503
|
+
this.termNames = spec.termNames || null;
|
|
1504
|
+
this.maxNode = this.nodeSet.types.length - 1;
|
|
1505
|
+
this.dialect = this.parseDialect();
|
|
1506
|
+
this.top = this.topRules[Object.keys(this.topRules)[0]];
|
|
1507
|
+
}
|
|
1508
|
+
createParse(input, fragments, ranges) {
|
|
1509
|
+
let parse = new Parse(this, input, fragments, ranges);
|
|
1510
|
+
for (let w of this.wrappers)
|
|
1511
|
+
parse = w(parse, input, fragments, ranges);
|
|
1512
|
+
return parse;
|
|
1513
|
+
}
|
|
1514
|
+
/**
|
|
1515
|
+
Get a goto table entry @internal
|
|
1516
|
+
*/
|
|
1517
|
+
getGoto(state, term, loose = false) {
|
|
1518
|
+
let table = this.goto;
|
|
1519
|
+
if (term >= table[0])
|
|
1520
|
+
return -1;
|
|
1521
|
+
for (let pos = table[term + 1]; ; ) {
|
|
1522
|
+
let groupTag = table[pos++], last = groupTag & 1;
|
|
1523
|
+
let target = table[pos++];
|
|
1524
|
+
if (last && loose)
|
|
1525
|
+
return target;
|
|
1526
|
+
for (let end = pos + (groupTag >> 1); pos < end; pos++)
|
|
1527
|
+
if (table[pos] == state)
|
|
1528
|
+
return target;
|
|
1529
|
+
if (last)
|
|
1530
|
+
return -1;
|
|
1531
|
+
}
|
|
1532
|
+
}
|
|
1533
|
+
/**
|
|
1534
|
+
Check if this state has an action for a given terminal @internal
|
|
1535
|
+
*/
|
|
1536
|
+
hasAction(state, terminal) {
|
|
1537
|
+
let data = this.data;
|
|
1538
|
+
for (let set = 0; set < 2; set++) {
|
|
1539
|
+
for (let i = this.stateSlot(
|
|
1540
|
+
state,
|
|
1541
|
+
set ? 2 : 1
|
|
1542
|
+
/* ParseState.Actions */
|
|
1543
|
+
), next; ; i += 3) {
|
|
1544
|
+
if ((next = data[i]) == 65535) {
|
|
1545
|
+
if (data[i + 1] == 1)
|
|
1546
|
+
next = data[i = pair(data, i + 2)];
|
|
1547
|
+
else if (data[i + 1] == 2)
|
|
1548
|
+
return pair(data, i + 2);
|
|
1549
|
+
else
|
|
1550
|
+
break;
|
|
1551
|
+
}
|
|
1552
|
+
if (next == terminal || next == 0)
|
|
1553
|
+
return pair(data, i + 1);
|
|
1554
|
+
}
|
|
1555
|
+
}
|
|
1556
|
+
return 0;
|
|
1557
|
+
}
|
|
1558
|
+
/**
|
|
1559
|
+
@internal
|
|
1560
|
+
*/
|
|
1561
|
+
stateSlot(state, slot) {
|
|
1562
|
+
return this.states[state * 6 + slot];
|
|
1563
|
+
}
|
|
1564
|
+
/**
|
|
1565
|
+
@internal
|
|
1566
|
+
*/
|
|
1567
|
+
stateFlag(state, flag) {
|
|
1568
|
+
return (this.stateSlot(
|
|
1569
|
+
state,
|
|
1570
|
+
0
|
|
1571
|
+
/* ParseState.Flags */
|
|
1572
|
+
) & flag) > 0;
|
|
1573
|
+
}
|
|
1574
|
+
/**
|
|
1575
|
+
@internal
|
|
1576
|
+
*/
|
|
1577
|
+
validAction(state, action) {
|
|
1578
|
+
return !!this.allActions(state, (a) => a == action ? true : null);
|
|
1579
|
+
}
|
|
1580
|
+
/**
|
|
1581
|
+
@internal
|
|
1582
|
+
*/
|
|
1583
|
+
allActions(state, action) {
|
|
1584
|
+
let deflt = this.stateSlot(
|
|
1585
|
+
state,
|
|
1586
|
+
4
|
|
1587
|
+
/* ParseState.DefaultReduce */
|
|
1588
|
+
);
|
|
1589
|
+
let result = deflt ? action(deflt) : void 0;
|
|
1590
|
+
for (let i = this.stateSlot(
|
|
1591
|
+
state,
|
|
1592
|
+
1
|
|
1593
|
+
/* ParseState.Actions */
|
|
1594
|
+
); result == null; i += 3) {
|
|
1595
|
+
if (this.data[i] == 65535) {
|
|
1596
|
+
if (this.data[i + 1] == 1)
|
|
1597
|
+
i = pair(this.data, i + 2);
|
|
1598
|
+
else
|
|
1599
|
+
break;
|
|
1600
|
+
}
|
|
1601
|
+
result = action(pair(this.data, i + 1));
|
|
1602
|
+
}
|
|
1603
|
+
return result;
|
|
1604
|
+
}
|
|
1605
|
+
/**
|
|
1606
|
+
Get the states that can follow this one through shift actions or
|
|
1607
|
+
goto jumps. @internal
|
|
1608
|
+
*/
|
|
1609
|
+
nextStates(state) {
|
|
1610
|
+
let result = [];
|
|
1611
|
+
for (let i = this.stateSlot(
|
|
1612
|
+
state,
|
|
1613
|
+
1
|
|
1614
|
+
/* ParseState.Actions */
|
|
1615
|
+
); ; i += 3) {
|
|
1616
|
+
if (this.data[i] == 65535) {
|
|
1617
|
+
if (this.data[i + 1] == 1)
|
|
1618
|
+
i = pair(this.data, i + 2);
|
|
1619
|
+
else
|
|
1620
|
+
break;
|
|
1621
|
+
}
|
|
1622
|
+
if ((this.data[i + 2] & 65536 >> 16) == 0) {
|
|
1623
|
+
let value = this.data[i + 1];
|
|
1624
|
+
if (!result.some((v, i2) => i2 & 1 && v == value))
|
|
1625
|
+
result.push(this.data[i], value);
|
|
1626
|
+
}
|
|
1627
|
+
}
|
|
1628
|
+
return result;
|
|
1629
|
+
}
|
|
1630
|
+
/**
|
|
1631
|
+
Configure the parser. Returns a new parser instance that has the
|
|
1632
|
+
given settings modified. Settings not provided in `config` are
|
|
1633
|
+
kept from the original parser.
|
|
1634
|
+
*/
|
|
1635
|
+
configure(config) {
|
|
1636
|
+
let copy = Object.assign(Object.create(LRParser.prototype), this);
|
|
1637
|
+
if (config.props)
|
|
1638
|
+
copy.nodeSet = this.nodeSet.extend(...config.props);
|
|
1639
|
+
if (config.top) {
|
|
1640
|
+
let info = this.topRules[config.top];
|
|
1641
|
+
if (!info)
|
|
1642
|
+
throw new RangeError(`Invalid top rule name ${config.top}`);
|
|
1643
|
+
copy.top = info;
|
|
1644
|
+
}
|
|
1645
|
+
if (config.tokenizers)
|
|
1646
|
+
copy.tokenizers = this.tokenizers.map((t) => {
|
|
1647
|
+
let found = config.tokenizers.find((r) => r.from == t);
|
|
1648
|
+
return found ? found.to : t;
|
|
1649
|
+
});
|
|
1650
|
+
if (config.specializers) {
|
|
1651
|
+
copy.specializers = this.specializers.slice();
|
|
1652
|
+
copy.specializerSpecs = this.specializerSpecs.map((s, i) => {
|
|
1653
|
+
let found = config.specializers.find((r) => r.from == s.external);
|
|
1654
|
+
if (!found)
|
|
1655
|
+
return s;
|
|
1656
|
+
let spec = Object.assign(Object.assign({}, s), { external: found.to });
|
|
1657
|
+
copy.specializers[i] = getSpecializer(spec);
|
|
1658
|
+
return spec;
|
|
1659
|
+
});
|
|
1660
|
+
}
|
|
1661
|
+
if (config.contextTracker)
|
|
1662
|
+
copy.context = config.contextTracker;
|
|
1663
|
+
if (config.dialect)
|
|
1664
|
+
copy.dialect = this.parseDialect(config.dialect);
|
|
1665
|
+
if (config.strict != null)
|
|
1666
|
+
copy.strict = config.strict;
|
|
1667
|
+
if (config.wrap)
|
|
1668
|
+
copy.wrappers = copy.wrappers.concat(config.wrap);
|
|
1669
|
+
if (config.bufferLength != null)
|
|
1670
|
+
copy.bufferLength = config.bufferLength;
|
|
1671
|
+
return copy;
|
|
1672
|
+
}
|
|
1673
|
+
/**
|
|
1674
|
+
Tells you whether any [parse wrappers](#lr.ParserConfig.wrap)
|
|
1675
|
+
are registered for this parser.
|
|
1676
|
+
*/
|
|
1677
|
+
hasWrappers() {
|
|
1678
|
+
return this.wrappers.length > 0;
|
|
1679
|
+
}
|
|
1680
|
+
/**
|
|
1681
|
+
Returns the name associated with a given term. This will only
|
|
1682
|
+
work for all terms when the parser was generated with the
|
|
1683
|
+
`--names` option. By default, only the names of tagged terms are
|
|
1684
|
+
stored.
|
|
1685
|
+
*/
|
|
1686
|
+
getName(term) {
|
|
1687
|
+
return this.termNames ? this.termNames[term] : String(term <= this.maxNode && this.nodeSet.types[term].name || term);
|
|
1688
|
+
}
|
|
1689
|
+
/**
|
|
1690
|
+
The eof term id is always allocated directly after the node
|
|
1691
|
+
types. @internal
|
|
1692
|
+
*/
|
|
1693
|
+
get eofTerm() {
|
|
1694
|
+
return this.maxNode + 1;
|
|
1695
|
+
}
|
|
1696
|
+
/**
|
|
1697
|
+
The type of top node produced by the parser.
|
|
1698
|
+
*/
|
|
1699
|
+
get topNode() {
|
|
1700
|
+
return this.nodeSet.types[this.top[1]];
|
|
1701
|
+
}
|
|
1702
|
+
/**
|
|
1703
|
+
@internal
|
|
1704
|
+
*/
|
|
1705
|
+
dynamicPrecedence(term) {
|
|
1706
|
+
let prec = this.dynamicPrecedences;
|
|
1707
|
+
return prec == null ? 0 : prec[term] || 0;
|
|
1708
|
+
}
|
|
1709
|
+
/**
|
|
1710
|
+
@internal
|
|
1711
|
+
*/
|
|
1712
|
+
parseDialect(dialect) {
|
|
1713
|
+
let values = Object.keys(this.dialects), flags = values.map(() => false);
|
|
1714
|
+
if (dialect)
|
|
1715
|
+
for (let part of dialect.split(" ")) {
|
|
1716
|
+
let id2 = values.indexOf(part);
|
|
1717
|
+
if (id2 >= 0)
|
|
1718
|
+
flags[id2] = true;
|
|
1719
|
+
}
|
|
1720
|
+
let disabled = null;
|
|
1721
|
+
for (let i = 0; i < values.length; i++)
|
|
1722
|
+
if (!flags[i]) {
|
|
1723
|
+
for (let j = this.dialects[values[i]], id2; (id2 = this.data[j++]) != 65535; )
|
|
1724
|
+
(disabled || (disabled = new Uint8Array(this.maxTerm + 1)))[id2] = 1;
|
|
1725
|
+
}
|
|
1726
|
+
return new Dialect(dialect, flags, disabled);
|
|
1727
|
+
}
|
|
1728
|
+
/**
|
|
1729
|
+
Used by the output of the parser generator. Not available to
|
|
1730
|
+
user code. @hide
|
|
1731
|
+
*/
|
|
1732
|
+
static deserialize(spec) {
|
|
1733
|
+
return new LRParser(spec);
|
|
1734
|
+
}
|
|
1735
|
+
}
|
|
1736
|
+
function pair(data, off) {
|
|
1737
|
+
return data[off] | data[off + 1] << 16;
|
|
1738
|
+
}
|
|
1739
|
+
function findFinished(stacks) {
|
|
1740
|
+
let best = null;
|
|
1741
|
+
for (let stack of stacks) {
|
|
1742
|
+
let stopped = stack.p.stoppedAt;
|
|
1743
|
+
if ((stack.pos == stack.p.stream.end || stopped != null && stack.pos > stopped) && stack.p.parser.stateFlag(
|
|
1744
|
+
stack.state,
|
|
1745
|
+
2
|
|
1746
|
+
/* StateFlag.Accepting */
|
|
1747
|
+
) && (!best || best.score < stack.score))
|
|
1748
|
+
best = stack;
|
|
1749
|
+
}
|
|
1750
|
+
return best;
|
|
1751
|
+
}
|
|
1752
|
+
function getSpecializer(spec) {
|
|
1753
|
+
if (spec.external) {
|
|
1754
|
+
let mask = spec.extend ? 1 : 0;
|
|
1755
|
+
return (value, stack) => spec.external(value, stack) << 1 | mask;
|
|
1756
|
+
}
|
|
1757
|
+
return spec.get;
|
|
1758
|
+
}
|
|
1759
|
+
export {
|
|
1760
|
+
ContextTracker,
|
|
1761
|
+
ExternalTokenizer,
|
|
1762
|
+
InputStream,
|
|
1763
|
+
LRParser,
|
|
1764
|
+
LocalTokenGroup,
|
|
1765
|
+
Stack
|
|
1766
|
+
};
|
|
1767
|
+
//# sourceMappingURL=index.es.js.map
|