mcp-ide 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/commands/logs.md +14 -0
- package/.claude-plugin/commands/restart.md +11 -0
- package/.claude-plugin/commands/status.md +15 -0
- package/.claude-plugin/hooks/hooks.json +14 -0
- package/.claude-plugin/marketplace.json +21 -0
- package/.claude-plugin/mcp.json +9 -0
- package/.claude-plugin/plugin.json +15 -0
- package/.claude-plugin/scripts/session-context.sh +142 -0
- package/.claude-plugin/skills/start/SKILL.md +154 -0
- package/README.md +220 -0
- package/dist/bookmark-manager.d.ts +12 -0
- package/dist/bookmark-manager.js +184 -0
- package/dist/browser-manager.d.ts +125 -0
- package/dist/browser-manager.js +606 -0
- package/dist/config-watcher.d.ts +32 -0
- package/dist/config-watcher.js +80 -0
- package/dist/config.d.ts +336 -0
- package/dist/config.js +256 -0
- package/dist/editor-manager.d.ts +59 -0
- package/dist/editor-manager.js +190 -0
- package/dist/env-file-watcher.d.ts +31 -0
- package/dist/env-file-watcher.js +126 -0
- package/dist/env-resolver.d.ts +43 -0
- package/dist/env-resolver.js +132 -0
- package/dist/extension/extension.d.ts +3 -0
- package/dist/extension/extension.js +198 -0
- package/dist/extension-manager.d.ts +8 -0
- package/dist/extension-manager.js +142 -0
- package/dist/health-checker.d.ts +53 -0
- package/dist/health-checker.js +127 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1124 -0
- package/dist/ink-runner/dist/components/SchemaForm.d.ts +7 -0
- package/dist/ink-runner/dist/components/SchemaForm.js +97 -0
- package/dist/ink-runner/dist/file-runner.d.ts +39 -0
- package/dist/ink-runner/dist/file-runner.js +276 -0
- package/dist/ink-runner/dist/index.d.ts +2 -0
- package/dist/ink-runner/dist/index.js +157 -0
- package/dist/ink-runner/dist/types.d.ts +46 -0
- package/dist/ink-runner/dist/types.js +45 -0
- package/dist/ink-runner/node_modules/.bin/esbuild +0 -0
- package/dist/ink-runner/node_modules/.bin/is-in-ci +5 -0
- package/dist/ink-runner/node_modules/.bin/loose-envify +16 -0
- package/dist/ink-runner/node_modules/.bin/tsx +55 -0
- package/dist/ink-runner/node_modules/.package-lock.json +824 -0
- package/dist/ink-runner/node_modules/@alcalzone/ansi-tokenize/README.md +248 -0
- package/dist/ink-runner/node_modules/@alcalzone/ansi-tokenize/build/ansiCodes.d.ts +11 -0
- package/dist/ink-runner/node_modules/@alcalzone/ansi-tokenize/build/ansiCodes.js +41 -0
- package/dist/ink-runner/node_modules/@alcalzone/ansi-tokenize/build/diff.d.ts +6 -0
- package/dist/ink-runner/node_modules/@alcalzone/ansi-tokenize/build/diff.js +17 -0
- package/dist/ink-runner/node_modules/@alcalzone/ansi-tokenize/build/index.d.ts +6 -0
- package/dist/ink-runner/node_modules/@alcalzone/ansi-tokenize/build/index.js +7 -0
- package/dist/ink-runner/node_modules/@alcalzone/ansi-tokenize/build/reduce.d.ts +5 -0
- package/dist/ink-runner/node_modules/@alcalzone/ansi-tokenize/build/reduce.js +27 -0
- package/dist/ink-runner/node_modules/@alcalzone/ansi-tokenize/build/styledChars.d.ts +6 -0
- package/dist/ink-runner/node_modules/@alcalzone/ansi-tokenize/build/styledChars.js +38 -0
- package/dist/ink-runner/node_modules/@alcalzone/ansi-tokenize/build/tokenize.d.ts +12 -0
- package/dist/ink-runner/node_modules/@alcalzone/ansi-tokenize/build/tokenize.js +70 -0
- package/dist/ink-runner/node_modules/@alcalzone/ansi-tokenize/build/undo.d.ts +3 -0
- package/dist/ink-runner/node_modules/@alcalzone/ansi-tokenize/build/undo.js +11 -0
- package/dist/ink-runner/node_modules/@alcalzone/ansi-tokenize/package.json +63 -0
- package/dist/ink-runner/node_modules/@esbuild/darwin-arm64/README.md +3 -0
- package/dist/ink-runner/node_modules/@esbuild/darwin-arm64/bin/esbuild +0 -0
- package/dist/ink-runner/node_modules/@esbuild/darwin-arm64/package.json +20 -0
- package/dist/ink-runner/node_modules/@types/prop-types/LICENSE +21 -0
- package/dist/ink-runner/node_modules/@types/prop-types/README.md +15 -0
- package/dist/ink-runner/node_modules/@types/prop-types/index.d.ts +131 -0
- package/dist/ink-runner/node_modules/@types/prop-types/package.json +36 -0
- package/dist/ink-runner/node_modules/@types/react/LICENSE +21 -0
- package/dist/ink-runner/node_modules/@types/react/README.md +15 -0
- package/dist/ink-runner/node_modules/@types/react/canary.d.ts +166 -0
- package/dist/ink-runner/node_modules/@types/react/experimental.d.ts +132 -0
- package/dist/ink-runner/node_modules/@types/react/global.d.ts +161 -0
- package/dist/ink-runner/node_modules/@types/react/index.d.ts +4587 -0
- package/dist/ink-runner/node_modules/@types/react/jsx-dev-runtime.d.ts +45 -0
- package/dist/ink-runner/node_modules/@types/react/jsx-runtime.d.ts +36 -0
- package/dist/ink-runner/node_modules/@types/react/package.json +206 -0
- package/dist/ink-runner/node_modules/@types/react/ts5.0/canary.d.ts +166 -0
- package/dist/ink-runner/node_modules/@types/react/ts5.0/experimental.d.ts +132 -0
- package/dist/ink-runner/node_modules/@types/react/ts5.0/global.d.ts +161 -0
- package/dist/ink-runner/node_modules/@types/react/ts5.0/index.d.ts +4573 -0
- package/dist/ink-runner/node_modules/@types/react/ts5.0/jsx-dev-runtime.d.ts +44 -0
- package/dist/ink-runner/node_modules/@types/react/ts5.0/jsx-runtime.d.ts +35 -0
- package/dist/ink-runner/node_modules/ansi-escapes/base.d.ts +292 -0
- package/dist/ink-runner/node_modules/ansi-escapes/base.js +198 -0
- package/dist/ink-runner/node_modules/ansi-escapes/index.d.ts +2 -0
- package/dist/ink-runner/node_modules/ansi-escapes/index.js +2 -0
- package/dist/ink-runner/node_modules/ansi-escapes/license +9 -0
- package/dist/ink-runner/node_modules/ansi-escapes/package.json +70 -0
- package/dist/ink-runner/node_modules/ansi-escapes/readme.md +284 -0
- package/dist/ink-runner/node_modules/ansi-regex/index.d.ts +33 -0
- package/dist/ink-runner/node_modules/ansi-regex/index.js +14 -0
- package/dist/ink-runner/node_modules/ansi-regex/license +9 -0
- package/dist/ink-runner/node_modules/ansi-regex/package.json +61 -0
- package/dist/ink-runner/node_modules/ansi-regex/readme.md +66 -0
- package/dist/ink-runner/node_modules/ansi-styles/index.d.ts +236 -0
- package/dist/ink-runner/node_modules/ansi-styles/index.js +223 -0
- package/dist/ink-runner/node_modules/ansi-styles/license +9 -0
- package/dist/ink-runner/node_modules/ansi-styles/package.json +54 -0
- package/dist/ink-runner/node_modules/ansi-styles/readme.md +173 -0
- package/dist/ink-runner/node_modules/auto-bind/index.d.ts +50 -0
- package/dist/ink-runner/node_modules/auto-bind/index.js +41 -0
- package/dist/ink-runner/node_modules/auto-bind/license +9 -0
- package/dist/ink-runner/node_modules/auto-bind/package.json +51 -0
- package/dist/ink-runner/node_modules/auto-bind/react.d.ts +26 -0
- package/dist/ink-runner/node_modules/auto-bind/react.js +28 -0
- package/dist/ink-runner/node_modules/auto-bind/readme.md +92 -0
- package/dist/ink-runner/node_modules/chalk/license +9 -0
- package/dist/ink-runner/node_modules/chalk/package.json +83 -0
- package/dist/ink-runner/node_modules/chalk/readme.md +297 -0
- package/dist/ink-runner/node_modules/chalk/source/index.d.ts +325 -0
- package/dist/ink-runner/node_modules/chalk/source/index.js +225 -0
- package/dist/ink-runner/node_modules/chalk/source/utilities.js +33 -0
- package/dist/ink-runner/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +236 -0
- package/dist/ink-runner/node_modules/chalk/source/vendor/ansi-styles/index.js +223 -0
- package/dist/ink-runner/node_modules/chalk/source/vendor/supports-color/browser.d.ts +1 -0
- package/dist/ink-runner/node_modules/chalk/source/vendor/supports-color/browser.js +34 -0
- package/dist/ink-runner/node_modules/chalk/source/vendor/supports-color/index.d.ts +55 -0
- package/dist/ink-runner/node_modules/chalk/source/vendor/supports-color/index.js +190 -0
- package/dist/ink-runner/node_modules/cli-boxes/boxes.json +82 -0
- package/dist/ink-runner/node_modules/cli-boxes/index.d.ts +127 -0
- package/dist/ink-runner/node_modules/cli-boxes/index.js +6 -0
- package/dist/ink-runner/node_modules/cli-boxes/license +9 -0
- package/dist/ink-runner/node_modules/cli-boxes/package.json +42 -0
- package/dist/ink-runner/node_modules/cli-boxes/readme.md +115 -0
- package/dist/ink-runner/node_modules/cli-cursor/index.d.ts +47 -0
- package/dist/ink-runner/node_modules/cli-cursor/index.js +39 -0
- package/dist/ink-runner/node_modules/cli-cursor/license +9 -0
- package/dist/ink-runner/node_modules/cli-cursor/package.json +49 -0
- package/dist/ink-runner/node_modules/cli-cursor/readme.md +51 -0
- package/dist/ink-runner/node_modules/cli-truncate/index.d.ts +116 -0
- package/dist/ink-runner/node_modules/cli-truncate/index.js +99 -0
- package/dist/ink-runner/node_modules/cli-truncate/license +9 -0
- package/dist/ink-runner/node_modules/cli-truncate/node_modules/slice-ansi/index.js +105 -0
- package/dist/ink-runner/node_modules/cli-truncate/node_modules/slice-ansi/license +10 -0
- package/dist/ink-runner/node_modules/cli-truncate/node_modules/slice-ansi/package.json +53 -0
- package/dist/ink-runner/node_modules/cli-truncate/node_modules/slice-ansi/readme.md +66 -0
- package/dist/ink-runner/node_modules/cli-truncate/package.json +51 -0
- package/dist/ink-runner/node_modules/cli-truncate/readme.md +150 -0
- package/dist/ink-runner/node_modules/code-excerpt/dist/index.d.ts +9 -0
- package/dist/ink-runner/node_modules/code-excerpt/dist/index.js +27 -0
- package/dist/ink-runner/node_modules/code-excerpt/license +21 -0
- package/dist/ink-runner/node_modules/code-excerpt/package.json +43 -0
- package/dist/ink-runner/node_modules/code-excerpt/readme.md +65 -0
- package/dist/ink-runner/node_modules/convert-to-spaces/dist/index.d.ts +2 -0
- package/dist/ink-runner/node_modules/convert-to-spaces/dist/index.js +4 -0
- package/dist/ink-runner/node_modules/convert-to-spaces/license +21 -0
- package/dist/ink-runner/node_modules/convert-to-spaces/package.json +40 -0
- package/dist/ink-runner/node_modules/convert-to-spaces/readme.md +39 -0
- package/dist/ink-runner/node_modules/csstype/LICENSE +19 -0
- package/dist/ink-runner/node_modules/csstype/README.md +291 -0
- package/dist/ink-runner/node_modules/csstype/index.d.ts +22569 -0
- package/dist/ink-runner/node_modules/csstype/index.js.flow +6863 -0
- package/dist/ink-runner/node_modules/csstype/package.json +70 -0
- package/dist/ink-runner/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
- package/dist/ink-runner/node_modules/emoji-regex/README.md +107 -0
- package/dist/ink-runner/node_modules/emoji-regex/index.d.ts +3 -0
- package/dist/ink-runner/node_modules/emoji-regex/index.js +4 -0
- package/dist/ink-runner/node_modules/emoji-regex/index.mjs +4 -0
- package/dist/ink-runner/node_modules/emoji-regex/package.json +45 -0
- package/dist/ink-runner/node_modules/environment/index.d.ts +74 -0
- package/dist/ink-runner/node_modules/environment/index.js +47 -0
- package/dist/ink-runner/node_modules/environment/license +9 -0
- package/dist/ink-runner/node_modules/environment/package.json +74 -0
- package/dist/ink-runner/node_modules/environment/readme.md +94 -0
- package/dist/ink-runner/node_modules/es-toolkit/CHANGELOG.md +742 -0
- package/dist/ink-runner/node_modules/es-toolkit/LICENSE +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/README.md +52 -0
- package/dist/ink-runner/node_modules/es-toolkit/array.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/array.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/add.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/add.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/after.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/after.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/ary.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/ary.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/assign.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/assign.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/assignIn.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/assignIn.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/assignInWith.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/assignInWith.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/assignWith.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/assignWith.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/at.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/at.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/attempt.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/attempt.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/before.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/before.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/bind.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/bind.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/bindAll.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/bindAll.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/bindKey.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/bindKey.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/camelCase.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/camelCase.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/capitalize.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/capitalize.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/castArray.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/castArray.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/ceil.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/ceil.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/chunk.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/chunk.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/clamp.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/clamp.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/clone.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/clone.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/cloneDeep.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/cloneDeep.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/cloneDeepWith.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/cloneDeepWith.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/cloneWith.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/cloneWith.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/compact.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/compact.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/concat.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/concat.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/cond.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/cond.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/conforms.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/conforms.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/conformsTo.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/conformsTo.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/constant.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/constant.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/countBy.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/countBy.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/create.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/create.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/curry.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/curry.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/curryRight.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/curryRight.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/debounce.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/debounce.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/deburr.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/deburr.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/defaultTo.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/defaultTo.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/defaults.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/defaults.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/defaultsDeep.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/defaultsDeep.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/defer.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/defer.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/delay.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/delay.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/difference.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/difference.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/differenceBy.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/differenceBy.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/differenceWith.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/differenceWith.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/divide.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/divide.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/drop.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/drop.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/dropRight.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/dropRight.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/dropRightWhile.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/dropRightWhile.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/dropWhile.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/dropWhile.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/each.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/each.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/eachRight.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/eachRight.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/endsWith.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/endsWith.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/eq.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/eq.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/escape.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/escape.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/escapeRegExp.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/escapeRegExp.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/every.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/every.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/extend.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/extend.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/extendWith.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/extendWith.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/fill.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/fill.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/filter.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/filter.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/find.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/find.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/findIndex.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/findIndex.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/findKey.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/findKey.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/findLast.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/findLast.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/findLastIndex.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/findLastIndex.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/findLastKey.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/findLastKey.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/first.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/first.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/flatMap.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/flatMap.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/flatMapDeep.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/flatMapDeep.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/flatMapDepth.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/flatMapDepth.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/flatten.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/flatten.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/flattenDeep.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/flattenDeep.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/flattenDepth.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/flattenDepth.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/flip.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/flip.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/floor.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/floor.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/flow.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/flow.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/flowRight.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/flowRight.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/forEach.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/forEach.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/forEachRight.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/forEachRight.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/forIn.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/forIn.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/forInRight.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/forInRight.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/forOwn.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/forOwn.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/forOwnRight.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/forOwnRight.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/fromPairs.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/fromPairs.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/functions.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/functions.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/functionsIn.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/functionsIn.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/get.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/get.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/groupBy.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/groupBy.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/gt.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/gt.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/gte.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/gte.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/has.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/has.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/hasIn.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/hasIn.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/head.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/head.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/identity.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/identity.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/inRange.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/inRange.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/includes.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/includes.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/indexOf.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/indexOf.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/initial.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/initial.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/intersection.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/intersection.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/intersectionBy.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/intersectionBy.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/intersectionWith.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/intersectionWith.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/invert.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/invert.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/invertBy.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/invertBy.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/invoke.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/invoke.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/invokeMap.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/invokeMap.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isArguments.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isArguments.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isArray.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isArray.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isArrayBuffer.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isArrayBuffer.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isArrayLike.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isArrayLike.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isArrayLikeObject.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isArrayLikeObject.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isBoolean.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isBoolean.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isBuffer.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isBuffer.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isDate.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isDate.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isElement.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isElement.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isEmpty.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isEmpty.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isEqual.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isEqual.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isEqualWith.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isEqualWith.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isError.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isError.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isFinite.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isFinite.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isFunction.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isFunction.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isInteger.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isInteger.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isLength.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isLength.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isMap.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isMap.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isMatch.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isMatch.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isMatchWith.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isMatchWith.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isNaN.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isNaN.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isNative.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isNative.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isNil.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isNil.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isNull.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isNull.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isNumber.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isNumber.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isObject.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isObject.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isObjectLike.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isObjectLike.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isPlainObject.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isPlainObject.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isRegExp.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isRegExp.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isSafeInteger.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isSafeInteger.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isSet.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isSet.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isString.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isString.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isSymbol.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isSymbol.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isTypedArray.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isTypedArray.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isUndefined.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isUndefined.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isWeakMap.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isWeakMap.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isWeakSet.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/isWeakSet.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/iteratee.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/iteratee.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/join.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/join.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/kebabCase.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/kebabCase.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/keyBy.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/keyBy.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/keys.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/keys.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/keysIn.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/keysIn.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/last.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/last.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/lastIndexOf.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/lastIndexOf.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/lowerCase.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/lowerCase.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/lowerFirst.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/lowerFirst.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/lt.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/lt.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/lte.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/lte.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/map.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/map.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/mapKeys.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/mapKeys.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/mapValues.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/mapValues.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/matches.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/matches.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/matchesProperty.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/matchesProperty.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/max.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/max.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/maxBy.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/maxBy.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/mean.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/mean.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/meanBy.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/meanBy.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/memoize.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/memoize.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/merge.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/merge.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/mergeWith.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/mergeWith.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/method.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/method.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/methodOf.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/methodOf.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/min.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/min.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/minBy.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/minBy.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/multiply.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/multiply.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/negate.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/negate.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/noop.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/noop.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/now.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/now.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/nth.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/nth.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/nthArg.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/nthArg.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/omit.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/omit.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/omitBy.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/omitBy.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/once.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/once.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/orderBy.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/orderBy.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/over.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/over.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/overArgs.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/overArgs.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/overEvery.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/overEvery.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/overSome.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/overSome.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/pad.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/pad.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/padEnd.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/padEnd.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/padStart.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/padStart.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/parseInt.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/parseInt.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/partial.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/partial.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/partialRight.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/partialRight.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/partition.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/partition.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/pick.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/pick.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/pickBy.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/pickBy.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/property.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/property.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/propertyOf.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/propertyOf.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/pull.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/pull.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/pullAll.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/pullAll.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/pullAllBy.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/pullAllBy.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/pullAllWith.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/pullAllWith.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/pullAt.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/pullAt.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/random.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/random.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/range.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/range.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/rangeRight.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/rangeRight.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/rearg.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/rearg.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/reduce.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/reduce.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/reduceRight.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/reduceRight.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/reject.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/reject.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/remove.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/remove.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/repeat.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/repeat.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/replace.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/replace.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/rest.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/rest.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/result.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/result.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/reverse.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/reverse.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/round.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/round.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sample.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sample.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sampleSize.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sampleSize.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/set.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/set.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/setWith.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/setWith.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/shuffle.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/shuffle.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/size.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/size.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/slice.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/slice.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/snakeCase.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/snakeCase.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/some.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/some.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sortBy.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sortBy.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sortedIndex.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sortedIndex.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sortedIndexBy.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sortedIndexBy.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sortedIndexOf.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sortedIndexOf.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sortedLastIndex.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sortedLastIndex.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sortedLastIndexBy.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sortedLastIndexBy.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sortedLastIndexOf.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sortedLastIndexOf.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/split.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/split.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/spread.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/spread.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/startCase.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/startCase.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/startsWith.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/startsWith.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/stubArray.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/stubArray.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/stubFalse.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/stubFalse.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/stubObject.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/stubObject.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/stubString.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/stubString.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/stubTrue.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/stubTrue.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/subtract.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/subtract.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sum.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sum.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sumBy.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/sumBy.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/tail.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/tail.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/take.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/take.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/takeRight.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/takeRight.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/takeRightWhile.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/takeRightWhile.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/takeWhile.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/takeWhile.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/template.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/template.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/templateSettings.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/templateSettings.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/throttle.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/throttle.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/times.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/times.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toArray.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toArray.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toDefaulted.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toDefaulted.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toFinite.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toFinite.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toInteger.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toInteger.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toLength.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toLength.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toLower.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toLower.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toNumber.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toNumber.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toPairs.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toPairs.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toPairsIn.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toPairsIn.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toPath.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toPath.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toPlainObject.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toPlainObject.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toSafeInteger.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toSafeInteger.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toString.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toString.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toUpper.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/toUpper.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/transform.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/transform.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/trim.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/trim.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/trimEnd.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/trimEnd.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/trimStart.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/trimStart.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/truncate.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/truncate.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/unary.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/unary.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/unescape.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/unescape.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/union.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/union.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/unionBy.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/unionBy.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/unionWith.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/unionWith.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/uniq.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/uniq.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/uniqBy.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/uniqBy.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/uniqWith.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/uniqWith.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/uniqueId.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/uniqueId.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/unset.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/unset.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/unzip.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/unzip.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/unzipWith.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/unzipWith.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/update.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/update.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/updateWith.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/updateWith.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/upperCase.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/upperCase.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/upperFirst.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/upperFirst.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/values.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/values.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/valuesIn.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/valuesIn.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/without.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/without.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/words.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/words.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/wrap.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/wrap.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/xor.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/xor.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/xorBy.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/xorBy.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/xorWith.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/xorWith.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/zip.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/zip.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/zipObject.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/zipObject.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/zipObjectDeep.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/zipObjectDeep.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/zipWith.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat/zipWith.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/compat.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/_internal/compareValues.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/_internal/compareValues.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/at.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/at.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/at.js +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/at.mjs +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/chunk.d.mts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/chunk.d.ts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/chunk.js +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/chunk.mjs +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/compact.d.mts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/compact.d.ts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/compact.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/compact.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/countBy.d.mts +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/countBy.d.ts +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/countBy.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/countBy.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/difference.d.mts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/difference.d.ts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/difference.js +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/difference.mjs +6 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/differenceBy.d.mts +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/differenceBy.d.ts +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/differenceBy.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/differenceBy.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/differenceWith.d.mts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/differenceWith.d.ts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/differenceWith.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/differenceWith.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/drop.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/drop.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/drop.js +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/drop.mjs +6 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/dropRight.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/dropRight.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/dropRight.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/dropRight.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/dropRightWhile.d.mts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/dropRightWhile.d.ts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/dropRightWhile.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/dropRightWhile.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/dropWhile.d.mts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/dropWhile.d.ts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/dropWhile.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/dropWhile.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/fill.d.mts +88 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/fill.d.ts +88 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/fill.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/fill.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/filterAsync.d.mts +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/filterAsync.d.ts +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/filterAsync.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/filterAsync.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/flatMap.d.mts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/flatMap.d.ts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/flatMap.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/flatMap.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/flatMapAsync.d.mts +37 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/flatMapAsync.d.ts +37 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/flatMapAsync.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/flatMapAsync.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/flatMapDeep.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/flatMapDeep.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/flatMapDeep.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/flatMapDeep.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/flatten.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/flatten.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/flatten.js +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/flatten.mjs +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/flattenDeep.d.mts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/flattenDeep.d.ts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/flattenDeep.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/flattenDeep.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/forEachAsync.d.mts +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/forEachAsync.d.ts +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/forEachAsync.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/forEachAsync.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/forEachRight.d.mts +48 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/forEachRight.d.ts +48 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/forEachRight.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/forEachRight.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/groupBy.d.mts +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/groupBy.d.ts +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/groupBy.js +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/groupBy.mjs +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/head.d.mts +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/head.d.ts +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/head.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/head.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/index.d.mts +66 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/index.d.ts +66 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/index.js +139 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/index.mjs +66 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/initial.d.mts +54 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/initial.d.ts +54 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/initial.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/initial.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/intersection.d.mts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/intersection.d.ts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/intersection.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/intersection.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/intersectionBy.d.mts +36 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/intersectionBy.d.ts +36 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/intersectionBy.js +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/intersectionBy.mjs +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/intersectionWith.d.mts +37 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/intersectionWith.d.ts +37 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/intersectionWith.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/intersectionWith.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/isSubset.d.mts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/isSubset.d.ts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/isSubset.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/isSubset.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/isSubsetWith.d.mts +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/isSubsetWith.d.ts +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/isSubsetWith.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/isSubsetWith.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/keyBy.d.mts +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/keyBy.d.ts +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/keyBy.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/keyBy.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/last.d.mts +48 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/last.d.ts +48 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/last.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/last.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/limitAsync.d.mts +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/limitAsync.d.ts +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/limitAsync.js +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/limitAsync.mjs +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/mapAsync.d.mts +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/mapAsync.d.ts +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/mapAsync.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/mapAsync.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/maxBy.d.mts +45 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/maxBy.d.ts +45 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/maxBy.js +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/maxBy.mjs +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/minBy.d.mts +45 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/minBy.d.ts +45 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/minBy.js +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/minBy.mjs +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/orderBy.d.mts +37 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/orderBy.d.ts +37 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/orderBy.js +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/orderBy.mjs +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/partition.d.mts +49 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/partition.d.ts +49 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/partition.js +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/partition.mjs +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/pull.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/pull.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/pull.js +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/pull.mjs +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/pullAt.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/pullAt.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/pullAt.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/pullAt.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/reduceAsync.d.mts +71 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/reduceAsync.d.ts +71 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/reduceAsync.js +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/reduceAsync.mjs +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/remove.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/remove.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/remove.js +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/remove.mjs +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/sample.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/sample.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/sample.js +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/sample.mjs +6 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/sampleSize.d.mts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/sampleSize.d.ts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/sampleSize.js +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/sampleSize.mjs +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/shuffle.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/shuffle.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/shuffle.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/shuffle.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/sortBy.d.mts +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/sortBy.d.ts +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/sortBy.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/sortBy.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/tail.d.mts +67 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/tail.d.ts +67 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/tail.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/tail.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/take.d.mts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/take.d.ts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/take.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/take.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/takeRight.d.mts +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/takeRight.d.ts +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/takeRight.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/takeRight.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/takeRightWhile.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/takeRightWhile.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/takeRightWhile.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/takeRightWhile.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/takeWhile.d.mts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/takeWhile.d.ts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/takeWhile.js +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/takeWhile.mjs +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/toFilled.d.mts +92 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/toFilled.d.ts +92 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/toFilled.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/toFilled.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/union.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/union.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/union.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/union.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/unionBy.d.mts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/unionBy.d.ts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/unionBy.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/unionBy.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/unionWith.d.mts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/unionWith.d.ts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/unionWith.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/unionWith.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/uniq.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/uniq.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/uniq.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/uniq.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/uniqBy.d.mts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/uniqBy.d.ts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/uniqBy.js +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/uniqBy.mjs +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/uniqWith.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/uniqWith.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/uniqWith.js +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/uniqWith.mjs +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/unzip.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/unzip.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/unzip.js +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/unzip.mjs +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/unzipWith.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/unzipWith.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/unzipWith.js +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/unzipWith.mjs +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/windowed.d.mts +50 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/windowed.d.ts +50 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/windowed.js +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/windowed.mjs +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/without.d.mts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/without.d.ts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/without.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/without.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/xor.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/xor.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/xor.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/xor.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/xorBy.d.mts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/xorBy.d.ts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/xorBy.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/xorBy.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/xorWith.d.mts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/xorWith.d.ts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/xorWith.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/xorWith.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/zip.d.mts +106 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/zip.d.ts +106 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/zip.js +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/zip.mjs +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/zipObject.d.mts +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/zipObject.d.ts +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/zipObject.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/zipObject.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/zipWith.d.mts +72 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/zipWith.d.ts +72 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/zipWith.js +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/array/zipWith.mjs +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/browser.global.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ArrayIterator.d.mts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ArrayIterator.d.ts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ConformsPredicateObject.d.mts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ConformsPredicateObject.d.ts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/EmptyObjectOf.d.mts +6 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/EmptyObjectOf.d.ts +6 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/Equals.d.d.mts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/Equals.d.d.ts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/GetFieldType.d.mts +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/GetFieldType.d.ts +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/IsEqualCustomizer.d.mts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/IsEqualCustomizer.d.ts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/IsMatchWithCustomizer.d.mts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/IsMatchWithCustomizer.d.ts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/IsWritable.d.d.mts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/IsWritable.d.d.ts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/IterateeShorthand.d.mts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/IterateeShorthand.d.ts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ListIteratee.d.mts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ListIteratee.d.ts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ListIterateeCustom.d.mts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ListIterateeCustom.d.ts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ListIterator.d.mts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ListIterator.d.ts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ListIteratorTypeGuard.d.mts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ListIteratorTypeGuard.d.ts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ListOfRecursiveArraysOrValues.d.mts +6 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ListOfRecursiveArraysOrValues.d.ts +6 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/MAX_ARRAY_LENGTH.js +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/MAX_ARRAY_LENGTH.mjs +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/MAX_SAFE_INTEGER.js +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/MAX_SAFE_INTEGER.mjs +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/Many.d.mts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/Many.d.ts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/MemoListIterator.d.mts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/MemoListIterator.d.ts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/MemoObjectIterator.d.mts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/MemoObjectIterator.d.ts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/MutableList.d.d.mts +6 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/MutableList.d.d.ts +6 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ObjectIteratee.d.mts +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ObjectIteratee.d.ts +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ObjectIterator.d.mts +4 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ObjectIterator.d.ts +4 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/PartialShallow.d.mts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/PartialShallow.d.ts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/PropertyPath.d.mts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/PropertyPath.d.ts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/RecursiveArray.d.mts +4 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/RecursiveArray.d.ts +4 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/RejectReadonly.d.d.mts +6 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/RejectReadonly.d.d.ts +6 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/StringIterator.d.mts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/StringIterator.d.ts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/TupleIterator.d.mts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/TupleIterator.d.ts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ValueIteratee.d.mts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ValueIteratee.d.ts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ValueIterateeCustom.d.mts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ValueIterateeCustom.d.ts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ValueIteratorTypeGuard.d.mts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ValueIteratorTypeGuard.d.ts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ValueKeyIteratee.d.mts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ValueKeyIteratee.d.ts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ValueKeyIterateeTypeGuard.d.mts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/ValueKeyIterateeTypeGuard.d.ts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/assignValue.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/assignValue.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/compareValues.js +37 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/compareValues.mjs +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/copyArray.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/copyArray.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/decimalAdjust.js +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/decimalAdjust.mjs +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/flattenArrayLike.js +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/flattenArrayLike.mjs +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/getSymbols.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/getSymbols.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/getSymbolsIn.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/getSymbolsIn.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/getTag.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/getTag.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.js +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.mjs +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/isIndex.js +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/isIndex.mjs +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/isIterateeCall.js +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/isIterateeCall.mjs +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/isKey.js +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/isKey.mjs +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/isPrototype.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/isPrototype.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/mapToEntries.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/mapToEntries.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/normalizeForCase.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/normalizeForCase.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/setToEntries.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/setToEntries.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/tags.js +57 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/tags.mjs +28 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/toArray.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/toArray.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/toKey.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/_internal/toKey.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/castArray.d.mts +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/castArray.d.ts +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/castArray.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/castArray.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/chunk.d.mts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/chunk.d.ts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/chunk.js +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/chunk.mjs +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/compact.d.mts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/compact.d.ts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/compact.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/compact.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/concat.d.mts +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/concat.d.ts +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/concat.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/concat.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/countBy.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/countBy.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/countBy.js +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/countBy.mjs +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/difference.d.mts +28 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/difference.d.ts +28 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/difference.js +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/difference.mjs +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/differenceBy.d.mts +108 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/differenceBy.d.ts +108 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/differenceBy.js +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/differenceBy.mjs +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/differenceWith.d.mts +91 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/differenceWith.d.ts +91 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/differenceWith.js +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/differenceWith.mjs +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/drop.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/drop.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/drop.js +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/drop.mjs +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/dropRight.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/dropRight.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/dropRight.js +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/dropRight.mjs +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/dropRightWhile.d.mts +37 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/dropRightWhile.d.ts +37 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/dropRightWhile.js +41 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/dropRightWhile.mjs +37 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/dropWhile.d.mts +28 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/dropWhile.d.ts +28 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/dropWhile.js +42 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/dropWhile.mjs +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/every.d.mts +64 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/every.d.ts +64 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/every.js +64 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/every.mjs +60 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/fill.d.mts +53 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/fill.d.ts +53 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/fill.js +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/fill.mjs +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/filter.d.mts +74 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/filter.d.ts +74 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/filter.js +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/filter.mjs +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/find.d.mts +65 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/find.d.ts +65 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/find.js +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/find.mjs +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/findIndex.d.mts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/findIndex.d.ts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/findIndex.js +43 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/findIndex.mjs +39 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/findLast.d.mts +82 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/findLast.d.ts +82 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/findLast.js +36 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/findLast.mjs +32 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/findLastIndex.d.mts +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/findLastIndex.d.ts +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/findLastIndex.js +44 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/findLastIndex.mjs +40 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flatMap.d.mts +93 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flatMap.d.ts +93 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flatMap.js +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flatMap.mjs +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flatMapDeep.d.mts +82 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flatMapDeep.d.ts +82 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flatMapDeep.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flatMapDeep.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flatMapDepth.d.mts +86 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flatMapDepth.d.ts +86 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flatMapDepth.js +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flatMapDepth.mjs +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flatten.d.mts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flatten.d.ts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flatten.js +36 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flatten.mjs +32 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flattenDeep.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flattenDeep.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flattenDeep.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flattenDeep.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flattenDepth.d.mts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flattenDepth.d.ts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flattenDepth.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/flattenDepth.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/forEach.d.mts +110 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/forEach.d.ts +110 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/forEach.js +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/forEach.mjs +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/forEachRight.d.mts +110 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/forEachRight.d.ts +110 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/forEachRight.js +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/forEachRight.mjs +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/groupBy.d.mts +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/groupBy.d.ts +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/groupBy.js +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/groupBy.mjs +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/head.d.mts +32 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/head.d.ts +32 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/head.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/head.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/includes.d.mts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/includes.d.ts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/includes.js +44 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/includes.mjs +40 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/indexOf.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/indexOf.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/indexOf.js +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/indexOf.mjs +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/initial.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/initial.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/initial.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/initial.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/intersection.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/intersection.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/intersection.js +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/intersection.mjs +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/intersectionBy.d.mts +73 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/intersectionBy.d.ts +73 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/intersectionBy.js +40 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/intersectionBy.mjs +36 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/intersectionWith.d.mts +68 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/intersectionWith.d.ts +68 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/intersectionWith.js +46 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/intersectionWith.mjs +42 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/invokeMap.d.mts +32 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/invokeMap.d.ts +32 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/invokeMap.js +40 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/invokeMap.mjs +36 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/join.d.mts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/join.d.ts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/join.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/join.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/keyBy.d.mts +39 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/keyBy.d.ts +39 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/keyBy.js +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/keyBy.mjs +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/last.d.mts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/last.d.ts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/last.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/last.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/lastIndexOf.d.mts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/lastIndexOf.d.ts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/lastIndexOf.js +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/lastIndexOf.mjs +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/map.d.mts +112 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/map.d.ts +112 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/map.js +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/map.mjs +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/nth.d.mts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/nth.d.ts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/nth.js +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/nth.mjs +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/orderBy.d.mts +84 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/orderBy.d.ts +84 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/orderBy.js +82 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/orderBy.mjs +78 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/partition.d.mts +50 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/partition.d.ts +50 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/partition.js +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/partition.mjs +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/pull.d.mts +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/pull.d.ts +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/pull.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/pull.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/pullAll.d.mts +41 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/pullAll.d.ts +41 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/pullAll.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/pullAll.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/pullAllBy.d.mts +86 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/pullAllBy.d.ts +86 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/pullAllBy.js +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/pullAllBy.mjs +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/pullAllWith.d.mts +89 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/pullAllWith.d.ts +89 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/pullAllWith.js +37 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/pullAllWith.mjs +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/pullAt.d.mts +50 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/pullAt.d.ts +50 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/pullAt.js +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/pullAt.mjs +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/reduce.d.mts +80 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/reduce.d.ts +80 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/reduce.js +37 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/reduce.mjs +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/reduceRight.d.mts +118 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/reduceRight.d.ts +118 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/reduceRight.js +43 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/reduceRight.mjs +39 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/reject.d.mts +50 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/reject.d.ts +50 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/reject.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/reject.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/remove.d.mts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/remove.d.ts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/remove.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/remove.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/reverse.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/reverse.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/reverse.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/reverse.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sample.d.mts +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sample.d.ts +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sample.js +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sample.mjs +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sampleSize.d.mts +28 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sampleSize.d.ts +28 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sampleSize.js +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sampleSize.mjs +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/shuffle.d.mts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/shuffle.d.ts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/shuffle.js +28 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/shuffle.mjs +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/size.d.mts +39 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/size.d.ts +39 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/size.js +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/size.mjs +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/slice.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/slice.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/slice.js +43 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/slice.mjs +39 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/some.d.mts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/some.d.ts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/some.js +86 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/some.mjs +82 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortBy.d.mts +73 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortBy.d.ts +73 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortBy.js +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortBy.mjs +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedIndex.d.mts +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedIndex.d.ts +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedIndex.js +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedIndex.mjs +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedIndexBy.d.mts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedIndexBy.d.ts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedIndexBy.js +63 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedIndexBy.mjs +59 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedIndexOf.d.mts +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedIndexOf.d.ts +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedIndexOf.js +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedIndexOf.mjs +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedLastIndex.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedLastIndex.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedLastIndex.js +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedLastIndex.mjs +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedLastIndexBy.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedLastIndexBy.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedLastIndexBy.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedLastIndexBy.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedLastIndexOf.d.mts +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedLastIndexOf.d.ts +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedLastIndexOf.js +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/sortedLastIndexOf.mjs +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/tail.d.mts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/tail.d.ts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/tail.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/tail.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/take.d.mts +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/take.d.ts +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/take.js +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/take.mjs +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/takeRight.d.mts +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/takeRight.d.ts +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/takeRight.js +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/takeRight.mjs +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/takeRightWhile.d.mts +36 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/takeRightWhile.d.ts +36 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/takeRightWhile.js +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/takeRightWhile.mjs +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/takeWhile.d.mts +36 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/takeWhile.d.ts +36 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/takeWhile.js +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/takeWhile.mjs +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/union.d.mts +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/union.d.ts +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/union.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/union.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/unionBy.d.mts +93 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/unionBy.d.ts +93 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/unionBy.js +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/unionBy.mjs +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/unionWith.d.mts +52 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/unionWith.d.ts +52 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/unionWith.js +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/unionWith.mjs +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/uniq.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/uniq.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/uniq.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/uniq.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/uniqBy.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/uniqBy.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/uniqBy.js +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/uniqBy.mjs +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/uniqWith.d.mts +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/uniqWith.d.ts +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/uniqWith.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/uniqWith.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/unzip.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/unzip.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/unzip.js +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/unzip.mjs +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/unzipWith.d.mts +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/unzipWith.d.ts +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/unzipWith.js +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/unzipWith.mjs +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/without.d.mts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/without.d.ts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/without.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/without.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/xor.d.mts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/xor.d.ts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/xor.js +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/xor.mjs +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/xorBy.d.mts +56 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/xorBy.d.ts +56 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/xorBy.js +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/xorBy.mjs +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/xorWith.d.mts +52 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/xorWith.d.ts +52 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/xorWith.js +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/xorWith.mjs +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/zip.d.mts +186 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/zip.d.ts +186 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/zip.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/zip.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/zipObject.d.mts +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/zipObject.d.ts +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/zipObject.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/zipObject.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/zipObjectDeep.d.mts +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/zipObjectDeep.d.ts +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/zipObjectDeep.js +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/zipObjectDeep.mjs +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/zipWith.d.mts +92 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/zipWith.d.ts +92 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/zipWith.js +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/array/zipWith.mjs +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/compat.d.mts +291 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/compat.d.ts +291 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/compat.js +595 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/compat.mjs +291 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/after.d.mts +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/after.d.ts +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/after.js +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/after.mjs +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/ary.d.mts +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/ary.d.ts +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/ary.js +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/ary.mjs +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/attempt.d.mts +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/attempt.d.ts +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/attempt.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/attempt.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/before.d.mts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/before.d.ts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/before.js +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/before.mjs +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/bind.d.mts +32 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/bind.d.ts +32 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/bind.js +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/bind.mjs +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/bindKey.d.mts +45 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/bindKey.d.ts +45 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/bindKey.js +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/bindKey.mjs +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/curry.d.mts +154 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/curry.d.ts +154 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/curry.js +61 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/curry.mjs +57 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/curryRight.d.mts +85 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/curryRight.d.ts +85 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/curryRight.js +68 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/curryRight.mjs +64 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/debounce.d.mts +144 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/debounce.d.ts +144 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/debounce.js +50 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/debounce.mjs +46 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/defer.d.mts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/defer.d.ts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/defer.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/defer.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/delay.d.mts +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/delay.d.ts +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/delay.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/delay.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/flip.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/flip.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/flip.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/flip.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/flow.d.mts +119 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/flow.d.ts +119 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/flow.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/flow.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/flowRight.d.mts +117 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/flowRight.d.ts +117 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/flowRight.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/flowRight.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/identity.d.mts +42 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/identity.d.ts +42 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/identity.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/identity.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/memoize.d.mts +119 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/memoize.d.ts +119 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/memoize.js +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/memoize.mjs +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/negate.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/negate.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/negate.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/negate.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/noop.d.mts +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/noop.d.ts +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/noop.js +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/noop.mjs +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/nthArg.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/nthArg.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/nthArg.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/nthArg.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/once.d.mts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/once.d.ts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/once.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/once.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/overArgs.d.mts +50 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/overArgs.d.ts +50 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/overArgs.js +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/overArgs.mjs +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/partial.d.mts +204 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/partial.d.ts +204 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/partial.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/partial.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/partialRight.d.mts +622 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/partialRight.d.ts +622 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/partialRight.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/partialRight.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/rearg.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/rearg.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/rearg.js +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/rearg.mjs +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/rest.d.mts +32 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/rest.d.ts +32 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/rest.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/rest.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/spread.d.mts +47 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/spread.d.ts +47 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/spread.js +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/spread.mjs +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/throttle.d.mts +81 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/throttle.d.ts +81 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/throttle.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/throttle.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/unary.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/unary.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/unary.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/unary.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/wrap.d.mts +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/wrap.d.ts +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/wrap.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/function/wrap.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/index.d.mts +292 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/index.d.ts +292 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/index.js +597 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/index.mjs +292 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/add.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/add.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/add.js +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/add.mjs +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/ceil.d.mts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/ceil.d.ts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/ceil.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/ceil.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/clamp.d.mts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/clamp.d.ts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/clamp.js +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/clamp.mjs +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/divide.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/divide.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/divide.js +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/divide.mjs +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/floor.d.mts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/floor.d.ts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/floor.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/floor.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/inRange.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/inRange.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/inRange.js +32 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/inRange.mjs +28 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/max.d.mts +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/max.d.ts +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/max.js +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/max.mjs +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/maxBy.d.mts +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/maxBy.d.ts +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/maxBy.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/maxBy.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/mean.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/mean.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/mean.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/mean.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/meanBy.d.mts +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/meanBy.d.ts +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/meanBy.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/meanBy.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/min.d.mts +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/min.d.ts +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/min.js +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/min.mjs +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/minBy.d.mts +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/minBy.d.ts +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/minBy.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/minBy.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/multiply.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/multiply.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/multiply.js +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/multiply.mjs +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/parseInt.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/parseInt.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/parseInt.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/parseInt.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/random.d.mts +46 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/random.d.ts +46 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/random.js +74 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/random.mjs +70 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/range.d.mts +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/range.d.ts +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/range.js +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/range.mjs +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/rangeRight.d.mts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/rangeRight.d.ts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/rangeRight.js +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/rangeRight.mjs +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/round.d.mts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/round.d.ts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/round.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/round.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/subtract.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/subtract.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/subtract.js +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/subtract.mjs +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/sum.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/sum.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/sum.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/sum.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/sumBy.d.mts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/sumBy.d.ts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/sumBy.js +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/math/sumBy.mjs +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/assign.d.mts +110 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/assign.d.ts +110 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/assign.js +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/assign.mjs +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/assignIn.d.mts +111 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/assignIn.d.ts +111 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/assignIn.js +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/assignIn.mjs +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/assignInWith.d.mts +126 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/assignInWith.d.ts +126 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/assignInWith.js +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/assignInWith.mjs +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/assignWith.d.mts +126 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/assignWith.d.ts +126 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/assignWith.js +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/assignWith.mjs +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/at.d.mts +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/at.d.ts +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/at.js +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/at.mjs +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/clone.d.mts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/clone.d.ts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/clone.js +164 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/clone.mjs +160 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/cloneDeep.d.mts +49 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/cloneDeep.d.ts +49 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/cloneDeep.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/cloneDeep.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.d.mts +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.d.ts +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.js +39 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.mjs +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/cloneWith.d.mts +54 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/cloneWith.d.ts +54 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/cloneWith.js +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/cloneWith.mjs +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/create.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/create.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/create.js +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/create.mjs +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/defaults.d.mts +100 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/defaults.d.ts +100 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/defaults.js +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/defaults.mjs +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/defaultsDeep.d.mts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/defaultsDeep.d.ts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/defaultsDeep.js +66 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/defaultsDeep.mjs +62 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/findKey.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/findKey.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/findKey.js +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/findKey.mjs +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/findLastKey.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/findLastKey.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/findLastKey.js +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/findLastKey.mjs +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/forIn.d.mts +58 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/forIn.d.ts +58 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/forIn.js +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/forIn.mjs +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/forInRight.d.mts +58 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/forInRight.d.ts +58 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/forInRight.js +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/forInRight.mjs +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/forOwn.d.mts +54 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/forOwn.d.ts +54 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/forOwn.js +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/forOwn.mjs +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/forOwnRight.d.mts +54 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/forOwnRight.d.ts +54 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/forOwnRight.js +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/forOwnRight.mjs +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/fromPairs.d.mts +28 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/fromPairs.d.ts +28 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/fromPairs.js +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/fromPairs.mjs +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/functions.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/functions.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/functions.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/functions.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/functionsIn.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/functionsIn.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/functionsIn.js +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/functionsIn.mjs +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/get.d.mts +327 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/get.d.ts +327 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/get.js +82 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/get.mjs +78 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/has.d.mts +52 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/has.d.ts +52 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/has.js +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/has.mjs +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/hasIn.d.mts +43 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/hasIn.d.ts +43 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/hasIn.js +41 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/hasIn.mjs +37 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/invert.d.mts +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/invert.d.ts +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/invert.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/invert.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/invertBy.d.mts +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/invertBy.d.ts +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/invertBy.js +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/invertBy.mjs +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/keys.d.mts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/keys.d.ts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/keys.js +40 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/keys.mjs +36 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/keysIn.d.mts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/keysIn.d.ts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/keysIn.js +61 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/keysIn.mjs +57 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/mapKeys.d.mts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/mapKeys.d.ts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/mapKeys.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/mapKeys.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/mapValues.d.mts +130 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/mapValues.d.ts +130 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/mapValues.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/mapValues.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/merge.d.mts +84 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/merge.d.ts +84 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/merge.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/merge.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/mergeWith.d.mts +125 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/mergeWith.d.ts +125 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/mergeWith.js +109 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/mergeWith.mjs +105 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/omit.d.mts +45 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/omit.d.ts +45 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/omit.js +73 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/omit.mjs +69 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/omitBy.d.mts +43 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/omitBy.d.ts +43 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/omitBy.js +32 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/omitBy.mjs +28 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/pick.d.mts +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/pick.d.ts +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/pick.js +53 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/pick.mjs +49 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/pickBy.d.mts +80 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/pickBy.d.ts +80 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/pickBy.js +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/pickBy.mjs +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/property.d.mts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/property.d.ts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/property.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/property.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/propertyOf.d.mts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/propertyOf.d.ts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/propertyOf.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/propertyOf.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/result.d.mts +37 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/result.d.ts +37 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/result.js +28 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/result.mjs +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/set.d.mts +60 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/set.d.ts +60 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/set.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/set.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/setWith.d.mts +51 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/setWith.d.ts +51 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/setWith.js +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/setWith.mjs +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/toDefaulted.d.mts +122 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/toDefaulted.d.ts +122 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/toDefaulted.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/toDefaulted.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/toPairs.d.mts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/toPairs.d.ts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/toPairs.js +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/toPairs.mjs +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/toPairsIn.d.mts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/toPairsIn.d.ts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/toPairsIn.js +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/toPairsIn.mjs +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/transform.d.mts +74 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/transform.d.ts +74 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/transform.js +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/transform.mjs +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/unset.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/unset.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/unset.js +82 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/unset.mjs +78 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/update.d.mts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/update.d.ts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/update.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/update.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/updateWith.d.mts +39 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/updateWith.d.ts +39 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/updateWith.js +57 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/updateWith.mjs +53 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/values.d.mts +37 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/values.d.ts +37 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/values.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/values.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/valuesIn.d.mts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/valuesIn.d.ts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/valuesIn.js +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/object/valuesIn.mjs +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/conforms.d.mts +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/conforms.d.ts +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/conforms.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/conforms.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/conformsTo.d.mts +32 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/conformsTo.d.ts +32 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/conformsTo.js +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/conformsTo.mjs +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isArguments.d.mts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isArguments.d.ts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isArguments.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isArguments.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isArray.d.mts +45 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isArray.d.ts +45 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isArray.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isArray.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isArrayBuffer.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isArrayBuffer.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isArrayBuffer.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isArrayBuffer.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.d.mts +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.d.ts +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isArrayLikeObject.d.mts +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isArrayLikeObject.d.ts +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isArrayLikeObject.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isArrayLikeObject.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isBoolean.d.mts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isBoolean.d.ts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isBoolean.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isBoolean.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isBuffer.d.mts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isBuffer.d.ts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isBuffer.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isBuffer.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isDate.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isDate.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isDate.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isDate.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isElement.d.mts +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isElement.d.ts +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isElement.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isElement.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isEmpty.d.mts +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isEmpty.d.ts +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isEmpty.js +37 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isEmpty.mjs +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isEqualWith.d.mts +40 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isEqualWith.d.ts +40 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isEqualWith.js +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isEqualWith.mjs +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isError.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isError.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isError.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isError.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isFinite.d.mts +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isFinite.d.ts +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isFinite.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isFinite.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isFunction.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isFunction.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isFunction.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isFunction.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isInteger.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isInteger.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isInteger.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isInteger.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isLength.d.mts +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isLength.d.ts +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isLength.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isLength.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isMap.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isMap.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isMap.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isMap.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isMatch.d.mts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isMatch.d.ts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isMatch.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isMatch.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isMatchWith.d.mts +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isMatchWith.d.ts +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isMatchWith.js +154 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isMatchWith.mjs +149 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isNaN.d.mts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isNaN.d.ts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isNaN.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isNaN.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isNative.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isNative.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isNative.js +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isNative.mjs +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isNil.d.mts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isNil.d.ts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isNil.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isNil.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isNull.d.mts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isNull.d.ts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isNull.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isNull.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isNumber.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isNumber.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isNumber.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isNumber.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isObject.d.mts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isObject.d.ts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isObject.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isObject.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.d.mts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.d.ts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.d.mts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.d.ts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.js +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.mjs +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isRegExp.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isRegExp.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isRegExp.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isRegExp.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isSafeInteger.d.mts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isSafeInteger.d.ts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isSafeInteger.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isSafeInteger.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isSet.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isSet.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isSet.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isSet.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isString.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isString.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isString.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isString.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isSymbol.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isSymbol.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isSymbol.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isSymbol.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isUndefined.d.mts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isUndefined.d.ts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isUndefined.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isUndefined.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isWeakMap.d.mts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isWeakMap.d.ts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isWeakMap.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isWeakMap.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isWeakSet.d.mts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isWeakSet.d.ts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isWeakSet.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/isWeakSet.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/matches.d.mts +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/matches.d.ts +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/matches.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/matches.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/matchesProperty.d.mts +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/matchesProperty.d.ts +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/matchesProperty.js +37 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/predicate/matchesProperty.mjs +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/camelCase.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/camelCase.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/camelCase.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/camelCase.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/capitalize.d.mts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/capitalize.d.ts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/capitalize.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/capitalize.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/deburr.d.mts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/deburr.d.ts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/deburr.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/deburr.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/endsWith.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/endsWith.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/endsWith.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/endsWith.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/escape.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/escape.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/escape.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/escape.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/escapeRegExp.d.mts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/escapeRegExp.d.ts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/escapeRegExp.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/escapeRegExp.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/kebabCase.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/kebabCase.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/kebabCase.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/kebabCase.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/lowerCase.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/lowerCase.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/lowerCase.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/lowerCase.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/lowerFirst.d.mts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/lowerFirst.d.ts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/lowerFirst.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/lowerFirst.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/pad.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/pad.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/pad.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/pad.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/padEnd.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/padEnd.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/padEnd.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/padEnd.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/padStart.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/padStart.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/padStart.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/padStart.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/repeat.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/repeat.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/repeat.js +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/repeat.mjs +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/replace.d.mts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/replace.d.ts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/replace.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/replace.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/snakeCase.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/snakeCase.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/snakeCase.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/snakeCase.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/split.d.mts +36 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/split.d.ts +36 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/split.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/split.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/startCase.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/startCase.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/startCase.js +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/startCase.mjs +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/startsWith.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/startsWith.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/startsWith.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/startsWith.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/template.d.mts +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/template.d.ts +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/template.js +92 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/template.mjs +87 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/toLower.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/toLower.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/toLower.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/toLower.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/toUpper.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/toUpper.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/toUpper.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/toUpper.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/trim.d.mts +28 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/trim.d.ts +28 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/trim.js +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/trim.mjs +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/trimEnd.d.mts +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/trimEnd.d.ts +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/trimEnd.js +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/trimEnd.mjs +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/trimStart.d.mts +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/trimStart.d.ts +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/trimStart.js +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/trimStart.mjs +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/truncate.d.mts +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/truncate.d.ts +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/truncate.js +52 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/truncate.mjs +48 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/unescape.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/unescape.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/unescape.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/unescape.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/upperCase.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/upperCase.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/upperCase.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/upperCase.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/upperFirst.d.mts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/upperFirst.d.ts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/upperFirst.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/upperFirst.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/words.d.mts +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/words.d.ts +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/words.js +40 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/string/words.mjs +36 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/toolkit.d.mts +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/toolkit.d.ts +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/toolkit.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/toolkit.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/bindAll.d.mts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/bindAll.d.ts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/bindAll.js +47 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/bindAll.mjs +43 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/cond.d.mts +58 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/cond.d.ts +58 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/cond.js +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/cond.mjs +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/constant.d.mts +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/constant.d.ts +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/constant.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/constant.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/defaultTo.d.mts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/defaultTo.d.ts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/defaultTo.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/defaultTo.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/eq.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/eq.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/eq.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/eq.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/gt.d.mts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/gt.d.ts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/gt.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/gt.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/gte.d.mts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/gte.d.ts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/gte.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/gte.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/invoke.d.mts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/invoke.d.ts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/invoke.js +53 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/invoke.mjs +49 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/iteratee.d.mts +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/iteratee.d.ts +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/iteratee.js +32 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/iteratee.mjs +28 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/lt.d.mts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/lt.d.ts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/lt.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/lt.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/lte.d.mts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/lte.d.ts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/lte.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/lte.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/method.d.mts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/method.d.ts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/method.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/method.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/methodOf.d.mts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/methodOf.d.ts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/methodOf.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/methodOf.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/now.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/now.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/now.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/now.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/over.d.mts +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/over.d.ts +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/over.js +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/over.mjs +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/overEvery.d.mts +67 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/overEvery.d.ts +67 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/overEvery.js +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/overEvery.mjs +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/overSome.d.mts +69 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/overSome.d.ts +69 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/overSome.js +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/overSome.mjs +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/stubArray.d.mts +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/stubArray.d.ts +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/stubArray.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/stubArray.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/stubFalse.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/stubFalse.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/stubFalse.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/stubFalse.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/stubObject.d.mts +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/stubObject.d.ts +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/stubObject.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/stubObject.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/stubString.d.mts +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/stubString.d.ts +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/stubString.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/stubString.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/stubTrue.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/stubTrue.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/stubTrue.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/stubTrue.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/times.d.mts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/times.d.ts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/times.js +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/times.mjs +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toArray.d.mts +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toArray.d.ts +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toArray.js +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toArray.mjs +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toFinite.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toFinite.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toFinite.js +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toFinite.mjs +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toInteger.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toInteger.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toInteger.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toInteger.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toLength.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toLength.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toLength.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toLength.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toNumber.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toNumber.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toNumber.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toNumber.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toPath.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toPath.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toPath.js +82 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toPath.mjs +78 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toPlainObject.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toPlainObject.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toPlainObject.js +28 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toPlainObject.mjs +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toSafeInteger.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toSafeInteger.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toSafeInteger.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toSafeInteger.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toString.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toString.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toString.js +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/toString.mjs +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/uniqueId.d.mts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/uniqueId.d.ts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/uniqueId.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/compat/util/uniqueId.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/error/AbortError.d.mts +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/error/AbortError.d.ts +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/error/AbortError.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/error/AbortError.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/error/TimeoutError.d.mts +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/error/TimeoutError.d.ts +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/error/TimeoutError.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/error/TimeoutError.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/error/index.d.mts +2 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/error/index.d.ts +2 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/error/index.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/error/index.mjs +2 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/after.d.mts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/after.d.ts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/after.js +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/after.mjs +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/ary.d.mts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/ary.d.ts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/ary.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/ary.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/asyncNoop.d.mts +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/asyncNoop.d.ts +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/asyncNoop.js +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/asyncNoop.mjs +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/before.d.mts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/before.d.ts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/before.js +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/before.mjs +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/curry.d.mts +126 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/curry.d.ts +126 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/curry.js +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/curry.mjs +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/curryRight.d.mts +140 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/curryRight.d.ts +140 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/curryRight.js +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/curryRight.mjs +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/debounce.d.mts +74 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/debounce.d.ts +74 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/debounce.js +66 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/debounce.mjs +62 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/flow.d.mts +132 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/flow.d.ts +132 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/flow.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/flow.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/flowRight.d.mts +144 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/flowRight.d.ts +144 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/flowRight.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/flowRight.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/identity.d.mts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/identity.d.ts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/identity.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/identity.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/index.d.mts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/index.d.ts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/index.js +49 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/index.mjs +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/memoize.d.mts +124 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/memoize.d.ts +124 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/memoize.js +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/memoize.mjs +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/negate.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/negate.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/negate.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/negate.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/noop.d.mts +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/noop.d.ts +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/noop.js +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/noop.mjs +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/once.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/once.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/once.js +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/once.mjs +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/partial.d.mts +551 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/partial.d.ts +551 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/partial.js +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/partial.mjs +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/partialRight.d.mts +628 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/partialRight.d.ts +628 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/partialRight.js +28 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/partialRight.mjs +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/rest.d.mts +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/rest.d.ts +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/rest.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/rest.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/retry.d.mts +77 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/retry.d.ts +77 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/retry.js +40 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/retry.mjs +36 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/spread.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/spread.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/spread.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/spread.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/throttle.d.mts +48 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/throttle.d.ts +48 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/throttle.js +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/throttle.mjs +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/unary.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/unary.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/unary.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/function/unary.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/index.d.mts +178 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/index.d.ts +178 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/index.js +366 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/index.mjs +178 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/clamp.d.mts +32 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/clamp.d.ts +32 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/clamp.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/clamp.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/inRange.d.mts +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/inRange.d.ts +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/inRange.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/inRange.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/index.d.mts +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/index.d.ts +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/index.js +33 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/index.mjs +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/mean.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/mean.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/mean.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/mean.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/meanBy.d.mts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/meanBy.d.ts +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/meanBy.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/meanBy.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/median.d.mts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/median.d.ts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/median.js +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/median.mjs +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/medianBy.d.mts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/medianBy.d.ts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/medianBy.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/medianBy.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/random.d.mts +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/random.d.ts +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/random.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/random.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/randomInt.d.mts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/randomInt.d.ts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/randomInt.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/randomInt.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/range.d.mts +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/range.d.ts +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/range.js +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/range.mjs +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/rangeRight.d.mts +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/rangeRight.d.ts +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/rangeRight.js +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/rangeRight.mjs +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/round.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/round.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/round.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/round.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/sum.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/sum.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/sum.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/sum.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/sumBy.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/sumBy.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/sumBy.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/math/sumBy.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/clone.d.mts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/clone.d.ts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/clone.js +49 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/clone.mjs +45 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/cloneDeep.d.mts +49 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/cloneDeep.d.ts +49 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/cloneDeep.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/cloneDeep.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/cloneDeepWith.d.mts +43 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/cloneDeepWith.d.ts +43 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/cloneDeepWith.js +178 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/cloneDeepWith.mjs +172 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/findKey.d.mts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/findKey.d.ts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/findKey.js +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/findKey.mjs +6 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/flattenObject.d.mts +36 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/flattenObject.d.ts +36 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/flattenObject.js +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/flattenObject.mjs +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/index.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/index.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/index.js +41 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/index.mjs +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/invert.d.mts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/invert.d.ts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/invert.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/invert.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/mapKeys.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/mapKeys.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/mapKeys.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/mapKeys.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/mapValues.d.mts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/mapValues.d.ts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/mapValues.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/mapValues.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/merge.d.mts +43 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/merge.d.ts +43 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/merge.js +36 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/merge.mjs +32 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/mergeWith.d.mts +51 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/mergeWith.d.ts +51 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/mergeWith.js +44 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/mergeWith.mjs +40 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/omit.d.mts +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/omit.d.ts +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/omit.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/omit.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/omitBy.d.mts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/omitBy.d.ts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/omitBy.js +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/omitBy.mjs +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/pick.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/pick.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/pick.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/pick.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/pickBy.d.mts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/pickBy.d.ts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/pickBy.js +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/pickBy.mjs +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/toCamelCaseKeys.d.mts +57 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/toCamelCaseKeys.d.ts +57 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/toCamelCaseKeys.js +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/toCamelCaseKeys.mjs +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/toMerged.d.mts +45 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/toMerged.d.ts +45 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/toMerged.js +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/toMerged.mjs +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/toSnakeCaseKeys.d.mts +54 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/toSnakeCaseKeys.d.ts +54 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/toSnakeCaseKeys.js +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/object/toSnakeCaseKeys.mjs +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/index.d.mts +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/index.d.ts +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/index.js +69 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/index.mjs +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isArrayBuffer.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isArrayBuffer.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isArrayBuffer.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isArrayBuffer.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isBlob.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isBlob.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isBlob.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isBlob.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isBoolean.d.mts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isBoolean.d.ts +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isBoolean.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isBoolean.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isBrowser.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isBrowser.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isBrowser.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isBrowser.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isBuffer.d.mts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isBuffer.d.ts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isBuffer.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isBuffer.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isDate.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isDate.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isDate.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isDate.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isEqual.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isEqual.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isEqual.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isEqual.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isEqualWith.d.mts +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isEqualWith.d.ts +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isEqualWith.js +189 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isEqualWith.mjs +185 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isError.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isError.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isError.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isError.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isFile.d.mts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isFile.d.ts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isFile.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isFile.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isFunction.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isFunction.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isFunction.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isFunction.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isJSON.d.mts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isJSON.d.ts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isJSON.js +18 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isJSON.mjs +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isJSONValue.d.mts +56 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isJSONValue.d.ts +56 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isJSONValue.js +48 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isJSONValue.mjs +42 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isLength.d.mts +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isLength.d.ts +24 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isLength.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isLength.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isMap.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isMap.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isMap.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isMap.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isNil.d.mts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isNil.d.ts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isNil.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isNil.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isNode.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isNode.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isNode.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isNode.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isNotNil.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isNotNil.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isNotNil.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isNotNil.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isNull.d.mts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isNull.d.ts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isNull.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isNull.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isPlainObject.d.mts +45 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isPlainObject.d.ts +45 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isPlainObject.js +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isPlainObject.mjs +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isPrimitive.d.mts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isPrimitive.d.ts +31 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isPrimitive.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isPrimitive.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isPromise.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isPromise.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isPromise.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isPromise.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isRegExp.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isRegExp.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isRegExp.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isRegExp.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isSet.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isSet.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isSet.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isSet.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isString.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isString.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isString.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isString.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isSymbol.d.mts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isSymbol.d.ts +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isSymbol.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isSymbol.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isTypedArray.d.mts +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isTypedArray.d.ts +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isTypedArray.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isTypedArray.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isUndefined.d.mts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isUndefined.d.ts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isUndefined.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isUndefined.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isWeakMap.d.mts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isWeakMap.d.ts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isWeakMap.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isWeakMap.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isWeakSet.d.mts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isWeakSet.d.ts +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isWeakSet.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/predicate/isWeakSet.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/delay.d.mts +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/delay.d.ts +38 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/delay.js +27 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/delay.mjs +23 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/index.d.mts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/index.d.ts +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/index.js +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/index.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/mutex.d.mts +64 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/mutex.d.ts +64 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/mutex.js +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/mutex.mjs +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/semaphore.d.mts +81 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/semaphore.d.ts +81 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/semaphore.js +34 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/semaphore.mjs +30 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/timeout.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/timeout.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/timeout.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/timeout.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/withTimeout.d.mts +28 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/withTimeout.d.ts +28 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/withTimeout.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/promise/withTimeout.mjs +7 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/camelCase.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/camelCase.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/camelCase.js +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/camelCase.mjs +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/capitalize.d.mts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/capitalize.d.ts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/capitalize.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/capitalize.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/constantCase.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/constantCase.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/constantCase.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/constantCase.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/deburr.d.mts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/deburr.d.ts +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/deburr.js +49 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/deburr.mjs +45 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/escape.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/escape.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/escape.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/escape.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/escapeRegExp.d.mts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/escapeRegExp.d.ts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/escapeRegExp.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/escapeRegExp.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/index.d.mts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/index.d.ts +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/index.js +49 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/index.mjs +21 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/kebabCase.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/kebabCase.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/kebabCase.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/kebabCase.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/lowerCase.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/lowerCase.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/lowerCase.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/lowerCase.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/lowerFirst.d.mts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/lowerFirst.d.ts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/lowerFirst.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/lowerFirst.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/pad.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/pad.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/pad.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/pad.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/pascalCase.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/pascalCase.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/pascalCase.js +13 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/pascalCase.mjs +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/reverseString.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/reverseString.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/reverseString.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/reverseString.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/snakeCase.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/snakeCase.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/snakeCase.js +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/snakeCase.mjs +8 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/startCase.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/startCase.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/startCase.js +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/startCase.mjs +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/trim.d.mts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/trim.d.ts +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/trim.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/trim.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/trimEnd.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/trimEnd.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/trimEnd.js +29 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/trimEnd.mjs +25 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/trimStart.d.mts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/trimStart.d.ts +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/trimStart.js +26 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/trimStart.mjs +22 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/unescape.d.mts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/unescape.d.ts +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/unescape.js +16 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/unescape.mjs +12 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/upperCase.d.mts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/upperCase.d.ts +17 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/upperCase.js +19 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/upperCase.mjs +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/upperFirst.d.mts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/upperFirst.d.ts +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/upperFirst.js +9 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/upperFirst.mjs +5 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/words.d.mts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/words.d.ts +20 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/words.js +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/string/words.mjs +6 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/util/attempt.d.mts +42 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/util/attempt.d.ts +42 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/util/attempt.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/util/attempt.mjs +10 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/util/attemptAsync.d.mts +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/util/attemptAsync.d.ts +35 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/util/attemptAsync.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/util/attemptAsync.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/util/index.d.mts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/util/index.d.ts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/util/index.js +14 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/util/index.mjs +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/util/invariant.d.mts +40 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/util/invariant.d.ts +40 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/util/invariant.js +15 -0
- package/dist/ink-runner/node_modules/es-toolkit/dist/util/invariant.mjs +11 -0
- package/dist/ink-runner/node_modules/es-toolkit/error.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/error.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/function.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/function.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/math.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/math.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/object.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/object.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/package.json +343 -0
- package/dist/ink-runner/node_modules/es-toolkit/predicate.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/predicate.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/promise.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/promise.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/src/compat/_internal/Equals.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/src/compat/_internal/IsWritable.d.ts +3 -0
- package/dist/ink-runner/node_modules/es-toolkit/src/compat/_internal/MutableList.d.ts +4 -0
- package/dist/ink-runner/node_modules/es-toolkit/src/compat/_internal/RejectReadonly.d.ts +4 -0
- package/dist/ink-runner/node_modules/es-toolkit/string.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/string.js +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/util.d.ts +1 -0
- package/dist/ink-runner/node_modules/es-toolkit/util.js +1 -0
- package/dist/ink-runner/node_modules/esbuild/LICENSE.md +21 -0
- package/dist/ink-runner/node_modules/esbuild/README.md +3 -0
- package/dist/ink-runner/node_modules/esbuild/bin/esbuild +0 -0
- package/dist/ink-runner/node_modules/esbuild/install.js +287 -0
- package/dist/ink-runner/node_modules/esbuild/lib/main.d.ts +705 -0
- package/dist/ink-runner/node_modules/esbuild/lib/main.js +2245 -0
- package/dist/ink-runner/node_modules/esbuild/package.json +48 -0
- package/dist/ink-runner/node_modules/escape-string-regexp/index.d.ts +18 -0
- package/dist/ink-runner/node_modules/escape-string-regexp/index.js +11 -0
- package/dist/ink-runner/node_modules/escape-string-regexp/license +9 -0
- package/dist/ink-runner/node_modules/escape-string-regexp/package.json +43 -0
- package/dist/ink-runner/node_modules/escape-string-regexp/readme.md +29 -0
- package/dist/ink-runner/node_modules/figures/index.d.ts +279 -0
- package/dist/ink-runner/node_modules/figures/index.js +292 -0
- package/dist/ink-runner/node_modules/figures/license +9 -0
- package/dist/ink-runner/node_modules/figures/package.json +49 -0
- package/dist/ink-runner/node_modules/figures/readme.md +337 -0
- package/dist/ink-runner/node_modules/fsevents/LICENSE +22 -0
- package/dist/ink-runner/node_modules/fsevents/README.md +89 -0
- package/dist/ink-runner/node_modules/fsevents/fsevents.d.ts +46 -0
- package/dist/ink-runner/node_modules/fsevents/fsevents.js +83 -0
- package/dist/ink-runner/node_modules/fsevents/fsevents.node +0 -0
- package/dist/ink-runner/node_modules/fsevents/package.json +62 -0
- package/dist/ink-runner/node_modules/get-east-asian-width/index.d.ts +60 -0
- package/dist/ink-runner/node_modules/get-east-asian-width/index.js +30 -0
- package/dist/ink-runner/node_modules/get-east-asian-width/license +9 -0
- package/dist/ink-runner/node_modules/get-east-asian-width/lookup.js +403 -0
- package/dist/ink-runner/node_modules/get-east-asian-width/package.json +70 -0
- package/dist/ink-runner/node_modules/get-east-asian-width/readme.md +65 -0
- package/dist/ink-runner/node_modules/get-tsconfig/LICENSE +21 -0
- package/dist/ink-runner/node_modules/get-tsconfig/README.md +235 -0
- package/dist/ink-runner/node_modules/get-tsconfig/dist/index.cjs +7 -0
- package/dist/ink-runner/node_modules/get-tsconfig/dist/index.d.cts +2088 -0
- package/dist/ink-runner/node_modules/get-tsconfig/dist/index.d.mts +2088 -0
- package/dist/ink-runner/node_modules/get-tsconfig/dist/index.mjs +7 -0
- package/dist/ink-runner/node_modules/get-tsconfig/package.json +46 -0
- package/dist/ink-runner/node_modules/indent-string/index.d.ts +38 -0
- package/dist/ink-runner/node_modules/indent-string/index.js +38 -0
- package/dist/ink-runner/node_modules/indent-string/license +9 -0
- package/dist/ink-runner/node_modules/indent-string/package.json +40 -0
- package/dist/ink-runner/node_modules/indent-string/readme.md +73 -0
- package/dist/ink-runner/node_modules/ink/build/apply-styles.js +175 -0
- package/dist/ink-runner/node_modules/ink/build/build-layout.js +77 -0
- package/dist/ink-runner/node_modules/ink/build/calculate-wrapped-text.js +53 -0
- package/dist/ink-runner/node_modules/ink/build/colorize.d.ts +3 -0
- package/dist/ink-runner/node_modules/ink/build/colorize.js +48 -0
- package/dist/ink-runner/node_modules/ink/build/components/App.d.ts +59 -0
- package/dist/ink-runner/node_modules/ink/build/components/App.js +286 -0
- package/dist/ink-runner/node_modules/ink/build/components/AppContext.d.ts +11 -0
- package/dist/ink-runner/node_modules/ink/build/components/AppContext.js +11 -0
- package/dist/ink-runner/node_modules/ink/build/components/Box.d.ts +62 -0
- package/dist/ink-runner/node_modules/ink/build/components/Box.js +20 -0
- package/dist/ink-runner/node_modules/ink/build/components/Color.js +62 -0
- package/dist/ink-runner/node_modules/ink/build/components/ErrorOverview.d.ts +6 -0
- package/dist/ink-runner/node_modules/ink/build/components/ErrorOverview.js +79 -0
- package/dist/ink-runner/node_modules/ink/build/components/FocusContext.d.ts +16 -0
- package/dist/ink-runner/node_modules/ink/build/components/FocusContext.js +17 -0
- package/dist/ink-runner/node_modules/ink/build/components/Newline.d.ts +13 -0
- package/dist/ink-runner/node_modules/ink/build/components/Newline.js +8 -0
- package/dist/ink-runner/node_modules/ink/build/components/Spacer.d.ts +6 -0
- package/dist/ink-runner/node_modules/ink/build/components/Spacer.js +10 -0
- package/dist/ink-runner/node_modules/ink/build/components/Static.d.ts +31 -0
- package/dist/ink-runner/node_modules/ink/build/components/Static.js +33 -0
- package/dist/ink-runner/node_modules/ink/build/components/StderrContext.d.ts +17 -0
- package/dist/ink-runner/node_modules/ink/build/components/StderrContext.js +13 -0
- package/dist/ink-runner/node_modules/ink/build/components/StdinContext.d.ts +23 -0
- package/dist/ink-runner/node_modules/ink/build/components/StdinContext.js +19 -0
- package/dist/ink-runner/node_modules/ink/build/components/StdoutContext.d.ts +17 -0
- package/dist/ink-runner/node_modules/ink/build/components/StdoutContext.js +13 -0
- package/dist/ink-runner/node_modules/ink/build/components/Text.d.ts +49 -0
- package/dist/ink-runner/node_modules/ink/build/components/Text.js +40 -0
- package/dist/ink-runner/node_modules/ink/build/components/Transform.d.ts +15 -0
- package/dist/ink-runner/node_modules/ink/build/components/Transform.js +14 -0
- package/dist/ink-runner/node_modules/ink/build/devtools-window-polyfill.d.ts +1 -0
- package/dist/ink-runner/node_modules/ink/build/devtools-window-polyfill.js +64 -0
- package/dist/ink-runner/node_modules/ink/build/devtools.d.ts +1 -0
- package/dist/ink-runner/node_modules/ink/build/devtools.js +9 -0
- package/dist/ink-runner/node_modules/ink/build/dom.d.ts +42 -0
- package/dist/ink-runner/node_modules/ink/build/dom.js +117 -0
- package/dist/ink-runner/node_modules/ink/build/experimental/apply-style.js +140 -0
- package/dist/ink-runner/node_modules/ink/build/experimental/dom.js +123 -0
- package/dist/ink-runner/node_modules/ink/build/experimental/output.js +91 -0
- package/dist/ink-runner/node_modules/ink/build/experimental/reconciler.js +141 -0
- package/dist/ink-runner/node_modules/ink/build/experimental/renderer.js +81 -0
- package/dist/ink-runner/node_modules/ink/build/get-max-width.d.ts +3 -0
- package/dist/ink-runner/node_modules/ink/build/get-max-width.js +10 -0
- package/dist/ink-runner/node_modules/ink/build/hooks/use-app.d.ts +5 -0
- package/dist/ink-runner/node_modules/ink/build/hooks/use-app.js +8 -0
- package/dist/ink-runner/node_modules/ink/build/hooks/use-focus-manager.d.ts +34 -0
- package/dist/ink-runner/node_modules/ink/build/hooks/use-focus-manager.js +18 -0
- package/dist/ink-runner/node_modules/ink/build/hooks/use-focus.d.ts +34 -0
- package/dist/ink-runner/node_modules/ink/build/hooks/use-focus.js +47 -0
- package/dist/ink-runner/node_modules/ink/build/hooks/use-input.d.ts +97 -0
- package/dist/ink-runner/node_modules/ink/build/hooks/use-input.js +96 -0
- package/dist/ink-runner/node_modules/ink/build/hooks/use-stderr.d.ts +5 -0
- package/dist/ink-runner/node_modules/ink/build/hooks/use-stderr.js +8 -0
- package/dist/ink-runner/node_modules/ink/build/hooks/use-stdin.d.ts +5 -0
- package/dist/ink-runner/node_modules/ink/build/hooks/use-stdin.js +8 -0
- package/dist/ink-runner/node_modules/ink/build/hooks/use-stdout.d.ts +5 -0
- package/dist/ink-runner/node_modules/ink/build/hooks/use-stdout.js +8 -0
- package/dist/ink-runner/node_modules/ink/build/hooks/useInput.js +38 -0
- package/dist/ink-runner/node_modules/ink/build/index.d.ts +27 -0
- package/dist/ink-runner/node_modules/ink/build/index.js +16 -0
- package/dist/ink-runner/node_modules/ink/build/ink.d.ts +37 -0
- package/dist/ink-runner/node_modules/ink/build/ink.js +235 -0
- package/dist/ink-runner/node_modules/ink/build/instance.js +205 -0
- package/dist/ink-runner/node_modules/ink/build/instances.d.ts +3 -0
- package/dist/ink-runner/node_modules/ink/build/instances.js +8 -0
- package/dist/ink-runner/node_modules/ink/build/log-update.d.ts +12 -0
- package/dist/ink-runner/node_modules/ink/build/log-update.js +37 -0
- package/dist/ink-runner/node_modules/ink/build/measure-element.d.ts +16 -0
- package/dist/ink-runner/node_modules/ink/build/measure-element.js +9 -0
- package/dist/ink-runner/node_modules/ink/build/measure-text.d.ts +6 -0
- package/dist/ink-runner/node_modules/ink/build/measure-text.js +20 -0
- package/dist/ink-runner/node_modules/ink/build/output.d.ts +35 -0
- package/dist/ink-runner/node_modules/ink/build/output.js +148 -0
- package/dist/ink-runner/node_modules/ink/build/parse-keypress.d.ts +14 -0
- package/dist/ink-runner/node_modules/ink/build/parse-keypress.js +225 -0
- package/dist/ink-runner/node_modules/ink/build/reconciler.d.ts +4 -0
- package/dist/ink-runner/node_modules/ink/build/reconciler.js +219 -0
- package/dist/ink-runner/node_modules/ink/build/render-border.d.ts +4 -0
- package/dist/ink-runner/node_modules/ink/build/render-border.js +73 -0
- package/dist/ink-runner/node_modules/ink/build/render-node-to-output.d.ts +10 -0
- package/dist/ink-runner/node_modules/ink/build/render-node-to-output.js +99 -0
- package/dist/ink-runner/node_modules/ink/build/render.d.ts +63 -0
- package/dist/ink-runner/node_modules/ink/build/render.js +48 -0
- package/dist/ink-runner/node_modules/ink/build/renderer.d.ts +8 -0
- package/dist/ink-runner/node_modules/ink/build/renderer.js +36 -0
- package/dist/ink-runner/node_modules/ink/build/squash-text-nodes.d.ts +3 -0
- package/dist/ink-runner/node_modules/ink/build/squash-text-nodes.js +35 -0
- package/dist/ink-runner/node_modules/ink/build/styles.d.ts +243 -0
- package/dist/ink-runner/node_modules/ink/build/styles.js +232 -0
- package/dist/ink-runner/node_modules/ink/build/wrap-text.d.ts +3 -0
- package/dist/ink-runner/node_modules/ink/build/wrap-text.js +31 -0
- package/dist/ink-runner/node_modules/ink/license +9 -0
- package/dist/ink-runner/node_modules/ink/package.json +196 -0
- package/dist/ink-runner/node_modules/ink/readme.md +2162 -0
- package/dist/ink-runner/node_modules/ink-select-input/build/Indicator.d.ts +6 -0
- package/dist/ink-runner/node_modules/ink-select-input/build/Indicator.js +8 -0
- package/dist/ink-runner/node_modules/ink-select-input/build/Item.d.ts +7 -0
- package/dist/ink-runner/node_modules/ink-select-input/build/Item.js +7 -0
- package/dist/ink-runner/node_modules/ink-select-input/build/SelectInput.d.ts +49 -0
- package/dist/ink-runner/node_modules/ink-select-input/build/SelectInput.js +96 -0
- package/dist/ink-runner/node_modules/ink-select-input/build/index.d.ts +3 -0
- package/dist/ink-runner/node_modules/ink-select-input/build/index.js +4 -0
- package/dist/ink-runner/node_modules/ink-select-input/license +9 -0
- package/dist/ink-runner/node_modules/ink-select-input/package.json +82 -0
- package/dist/ink-runner/node_modules/ink-select-input/readme.md +100 -0
- package/dist/ink-runner/node_modules/ink-text-input/build/index.d.ts +46 -0
- package/dist/ink-runner/node_modules/ink-text-input/build/index.js +118 -0
- package/dist/ink-runner/node_modules/ink-text-input/license +9 -0
- package/dist/ink-runner/node_modules/ink-text-input/package.json +87 -0
- package/dist/ink-runner/node_modules/ink-text-input/readme.md +122 -0
- package/dist/ink-runner/node_modules/is-fullwidth-code-point/index.d.ts +17 -0
- package/dist/ink-runner/node_modules/is-fullwidth-code-point/index.js +40 -0
- package/dist/ink-runner/node_modules/is-fullwidth-code-point/license +9 -0
- package/dist/ink-runner/node_modules/is-fullwidth-code-point/package.json +45 -0
- package/dist/ink-runner/node_modules/is-fullwidth-code-point/readme.md +43 -0
- package/dist/ink-runner/node_modules/is-in-ci/cli.js +5 -0
- package/dist/ink-runner/node_modules/is-in-ci/index.d.ts +15 -0
- package/dist/ink-runner/node_modules/is-in-ci/index.js +11 -0
- package/dist/ink-runner/node_modules/is-in-ci/license +9 -0
- package/dist/ink-runner/node_modules/is-in-ci/package.json +49 -0
- package/dist/ink-runner/node_modules/is-in-ci/readme.md +44 -0
- package/dist/ink-runner/node_modules/is-unicode-supported/index.d.ts +12 -0
- package/dist/ink-runner/node_modules/is-unicode-supported/index.js +21 -0
- package/dist/ink-runner/node_modules/is-unicode-supported/license +9 -0
- package/dist/ink-runner/node_modules/is-unicode-supported/package.json +47 -0
- package/dist/ink-runner/node_modules/is-unicode-supported/readme.md +35 -0
- package/dist/ink-runner/node_modules/js-tokens/CHANGELOG.md +151 -0
- package/dist/ink-runner/node_modules/js-tokens/LICENSE +21 -0
- package/dist/ink-runner/node_modules/js-tokens/README.md +240 -0
- package/dist/ink-runner/node_modules/js-tokens/index.js +23 -0
- package/dist/ink-runner/node_modules/js-tokens/package.json +30 -0
- package/dist/ink-runner/node_modules/loose-envify/LICENSE +21 -0
- package/dist/ink-runner/node_modules/loose-envify/README.md +45 -0
- package/dist/ink-runner/node_modules/loose-envify/cli.js +16 -0
- package/dist/ink-runner/node_modules/loose-envify/custom.js +4 -0
- package/dist/ink-runner/node_modules/loose-envify/index.js +3 -0
- package/dist/ink-runner/node_modules/loose-envify/loose-envify.js +36 -0
- package/dist/ink-runner/node_modules/loose-envify/package.json +36 -0
- package/dist/ink-runner/node_modules/loose-envify/replace.js +65 -0
- package/dist/ink-runner/node_modules/mimic-fn/index.d.ts +54 -0
- package/dist/ink-runner/node_modules/mimic-fn/index.js +13 -0
- package/dist/ink-runner/node_modules/mimic-fn/license +9 -0
- package/dist/ink-runner/node_modules/mimic-fn/package.json +42 -0
- package/dist/ink-runner/node_modules/mimic-fn/readme.md +69 -0
- package/dist/ink-runner/node_modules/onetime/index.d.ts +64 -0
- package/dist/ink-runner/node_modules/onetime/index.js +44 -0
- package/dist/ink-runner/node_modules/onetime/license +9 -0
- package/dist/ink-runner/node_modules/onetime/package.json +43 -0
- package/dist/ink-runner/node_modules/onetime/readme.md +94 -0
- package/dist/ink-runner/node_modules/patch-console/dist/index.d.ts +4 -0
- package/dist/ink-runner/node_modules/patch-console/dist/index.js +45 -0
- package/dist/ink-runner/node_modules/patch-console/license +9 -0
- package/dist/ink-runner/node_modules/patch-console/package.json +53 -0
- package/dist/ink-runner/node_modules/patch-console/readme.md +62 -0
- package/dist/ink-runner/node_modules/react/LICENSE +21 -0
- package/dist/ink-runner/node_modules/react/README.md +37 -0
- package/dist/ink-runner/node_modules/react/cjs/react-jsx-dev-runtime.development.js +1315 -0
- package/dist/ink-runner/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js +10 -0
- package/dist/ink-runner/node_modules/react/cjs/react-jsx-dev-runtime.profiling.min.js +10 -0
- package/dist/ink-runner/node_modules/react/cjs/react-jsx-runtime.development.js +1333 -0
- package/dist/ink-runner/node_modules/react/cjs/react-jsx-runtime.production.min.js +11 -0
- package/dist/ink-runner/node_modules/react/cjs/react-jsx-runtime.profiling.min.js +11 -0
- package/dist/ink-runner/node_modules/react/cjs/react.development.js +2740 -0
- package/dist/ink-runner/node_modules/react/cjs/react.production.min.js +26 -0
- package/dist/ink-runner/node_modules/react/cjs/react.shared-subset.development.js +20 -0
- package/dist/ink-runner/node_modules/react/cjs/react.shared-subset.production.min.js +10 -0
- package/dist/ink-runner/node_modules/react/index.js +7 -0
- package/dist/ink-runner/node_modules/react/jsx-dev-runtime.js +7 -0
- package/dist/ink-runner/node_modules/react/jsx-runtime.js +7 -0
- package/dist/ink-runner/node_modules/react/package.json +47 -0
- package/dist/ink-runner/node_modules/react/react.shared-subset.js +7 -0
- package/dist/ink-runner/node_modules/react/umd/react.development.js +3343 -0
- package/dist/ink-runner/node_modules/react/umd/react.production.min.js +31 -0
- package/dist/ink-runner/node_modules/react/umd/react.profiling.min.js +31 -0
- package/dist/ink-runner/node_modules/react-reconciler/LICENSE +21 -0
- package/dist/ink-runner/node_modules/react-reconciler/README.md +337 -0
- package/dist/ink-runner/node_modules/react-reconciler/cjs/react-reconciler-constants.development.js +45 -0
- package/dist/ink-runner/node_modules/react-reconciler/cjs/react-reconciler-constants.production.min.js +10 -0
- package/dist/ink-runner/node_modules/react-reconciler/cjs/react-reconciler-reflection.development.js +660 -0
- package/dist/ink-runner/node_modules/react-reconciler/cjs/react-reconciler-reflection.production.min.js +15 -0
- package/dist/ink-runner/node_modules/react-reconciler/cjs/react-reconciler.development.js +21531 -0
- package/dist/ink-runner/node_modules/react-reconciler/cjs/react-reconciler.production.min.js +234 -0
- package/dist/ink-runner/node_modules/react-reconciler/cjs/react-reconciler.profiling.min.js +255 -0
- package/dist/ink-runner/node_modules/react-reconciler/constants.js +7 -0
- package/dist/ink-runner/node_modules/react-reconciler/index.js +7 -0
- package/dist/ink-runner/node_modules/react-reconciler/package.json +40 -0
- package/dist/ink-runner/node_modules/react-reconciler/reflection.js +7 -0
- package/dist/ink-runner/node_modules/resolve-pkg-maps/LICENSE +21 -0
- package/dist/ink-runner/node_modules/resolve-pkg-maps/README.md +216 -0
- package/dist/ink-runner/node_modules/resolve-pkg-maps/dist/index.cjs +1 -0
- package/dist/ink-runner/node_modules/resolve-pkg-maps/dist/index.d.cts +11 -0
- package/dist/ink-runner/node_modules/resolve-pkg-maps/dist/index.d.mts +11 -0
- package/dist/ink-runner/node_modules/resolve-pkg-maps/dist/index.mjs +1 -0
- package/dist/ink-runner/node_modules/resolve-pkg-maps/package.json +42 -0
- package/dist/ink-runner/node_modules/restore-cursor/index.d.ts +11 -0
- package/dist/ink-runner/node_modules/restore-cursor/index.js +11 -0
- package/dist/ink-runner/node_modules/restore-cursor/license +9 -0
- package/dist/ink-runner/node_modules/restore-cursor/package.json +55 -0
- package/dist/ink-runner/node_modules/restore-cursor/readme.md +31 -0
- package/dist/ink-runner/node_modules/scheduler/LICENSE +21 -0
- package/dist/ink-runner/node_modules/scheduler/README.md +9 -0
- package/dist/ink-runner/node_modules/scheduler/cjs/scheduler-unstable_mock.development.js +700 -0
- package/dist/ink-runner/node_modules/scheduler/cjs/scheduler-unstable_mock.production.min.js +20 -0
- package/dist/ink-runner/node_modules/scheduler/cjs/scheduler-unstable_post_task.development.js +207 -0
- package/dist/ink-runner/node_modules/scheduler/cjs/scheduler-unstable_post_task.production.min.js +14 -0
- package/dist/ink-runner/node_modules/scheduler/cjs/scheduler.development.js +634 -0
- package/dist/ink-runner/node_modules/scheduler/cjs/scheduler.production.min.js +19 -0
- package/dist/ink-runner/node_modules/scheduler/index.js +7 -0
- package/dist/ink-runner/node_modules/scheduler/package.json +36 -0
- package/dist/ink-runner/node_modules/scheduler/umd/scheduler-unstable_mock.development.js +699 -0
- package/dist/ink-runner/node_modules/scheduler/umd/scheduler-unstable_mock.production.min.js +19 -0
- package/dist/ink-runner/node_modules/scheduler/umd/scheduler.development.js +152 -0
- package/dist/ink-runner/node_modules/scheduler/umd/scheduler.production.min.js +146 -0
- package/dist/ink-runner/node_modules/scheduler/umd/scheduler.profiling.min.js +146 -0
- package/dist/ink-runner/node_modules/scheduler/unstable_mock.js +7 -0
- package/dist/ink-runner/node_modules/scheduler/unstable_post_task.js +7 -0
- package/dist/ink-runner/node_modules/signal-exit/LICENSE.txt +16 -0
- package/dist/ink-runner/node_modules/signal-exit/README.md +39 -0
- package/dist/ink-runner/node_modules/signal-exit/index.js +202 -0
- package/dist/ink-runner/node_modules/signal-exit/package.json +38 -0
- package/dist/ink-runner/node_modules/signal-exit/signals.js +53 -0
- package/dist/ink-runner/node_modules/slice-ansi/index.d.ts +19 -0
- package/dist/ink-runner/node_modules/slice-ansi/index.js +169 -0
- package/dist/ink-runner/node_modules/slice-ansi/license +10 -0
- package/dist/ink-runner/node_modules/slice-ansi/node_modules/is-fullwidth-code-point/index.d.ts +17 -0
- package/dist/ink-runner/node_modules/slice-ansi/node_modules/is-fullwidth-code-point/index.js +12 -0
- package/dist/ink-runner/node_modules/slice-ansi/node_modules/is-fullwidth-code-point/license +9 -0
- package/dist/ink-runner/node_modules/slice-ansi/node_modules/is-fullwidth-code-point/package.json +53 -0
- package/dist/ink-runner/node_modules/slice-ansi/node_modules/is-fullwidth-code-point/readme.md +31 -0
- package/dist/ink-runner/node_modules/slice-ansi/package.json +58 -0
- package/dist/ink-runner/node_modules/slice-ansi/readme.md +54 -0
- package/dist/ink-runner/node_modules/stack-utils/LICENSE.md +21 -0
- package/dist/ink-runner/node_modules/stack-utils/index.js +344 -0
- package/dist/ink-runner/node_modules/stack-utils/package.json +39 -0
- package/dist/ink-runner/node_modules/stack-utils/readme.md +143 -0
- package/dist/ink-runner/node_modules/string-width/index.d.ts +39 -0
- package/dist/ink-runner/node_modules/string-width/index.js +82 -0
- package/dist/ink-runner/node_modules/string-width/license +9 -0
- package/dist/ink-runner/node_modules/string-width/package.json +64 -0
- package/dist/ink-runner/node_modules/string-width/readme.md +66 -0
- package/dist/ink-runner/node_modules/strip-ansi/index.d.ts +15 -0
- package/dist/ink-runner/node_modules/strip-ansi/index.js +14 -0
- package/dist/ink-runner/node_modules/strip-ansi/license +9 -0
- package/dist/ink-runner/node_modules/strip-ansi/package.json +59 -0
- package/dist/ink-runner/node_modules/strip-ansi/readme.md +37 -0
- package/dist/ink-runner/node_modules/to-rotated/index.d.ts +18 -0
- package/dist/ink-runner/node_modules/to-rotated/index.js +24 -0
- package/dist/ink-runner/node_modules/to-rotated/license +9 -0
- package/dist/ink-runner/node_modules/to-rotated/package.json +46 -0
- package/dist/ink-runner/node_modules/to-rotated/readme.md +29 -0
- package/dist/ink-runner/node_modules/tsx/LICENSE +21 -0
- package/dist/ink-runner/node_modules/tsx/README.md +32 -0
- package/dist/ink-runner/node_modules/tsx/dist/cjs/api/index.cjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/cjs/api/index.d.cts +35 -0
- package/dist/ink-runner/node_modules/tsx/dist/cjs/api/index.d.mts +35 -0
- package/dist/ink-runner/node_modules/tsx/dist/cjs/api/index.mjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/cjs/index.cjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/cjs/index.mjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/cli.cjs +54 -0
- package/dist/ink-runner/node_modules/tsx/dist/cli.mjs +55 -0
- package/dist/ink-runner/node_modules/tsx/dist/client-BQVF1NaW.mjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/client-D6NvIMSC.cjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/esm/api/index.cjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/esm/api/index.d.cts +35 -0
- package/dist/ink-runner/node_modules/tsx/dist/esm/api/index.d.mts +35 -0
- package/dist/ink-runner/node_modules/tsx/dist/esm/api/index.mjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/esm/index.cjs +2 -0
- package/dist/ink-runner/node_modules/tsx/dist/esm/index.mjs +2 -0
- package/dist/ink-runner/node_modules/tsx/dist/get-pipe-path-BHW2eJdv.mjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/get-pipe-path-BoR10qr8.cjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/index-7AaEi15b.mjs +14 -0
- package/dist/ink-runner/node_modules/tsx/dist/index-BWFBUo6r.cjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/index-gbaejti9.mjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/index-gckBtVBf.cjs +14 -0
- package/dist/ink-runner/node_modules/tsx/dist/lexer-DQCqS3nf.mjs +3 -0
- package/dist/ink-runner/node_modules/tsx/dist/lexer-DgIbo0BU.cjs +3 -0
- package/dist/ink-runner/node_modules/tsx/dist/loader.cjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/loader.mjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/node-features-_8ZFwP_x.mjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/node-features-roYmp9jK.cjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/package-CeBgXWuR.mjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/package-Dxt5kIHw.cjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/patch-repl.cjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/patch-repl.mjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/preflight.cjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/preflight.mjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/register-2sWVXuRQ.cjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/register-B7jrtLTO.mjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/register-CFH5oNdT.mjs +4 -0
- package/dist/ink-runner/node_modules/tsx/dist/register-D46fvsV_.cjs +4 -0
- package/dist/ink-runner/node_modules/tsx/dist/repl.cjs +3 -0
- package/dist/ink-runner/node_modules/tsx/dist/repl.mjs +3 -0
- package/dist/ink-runner/node_modules/tsx/dist/require-D4F1Lv60.cjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/require-DQxpCAr4.mjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/suppress-warnings.cjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/suppress-warnings.mjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/temporary-directory-B83uKxJF.cjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/temporary-directory-CwHp0_NW.mjs +1 -0
- package/dist/ink-runner/node_modules/tsx/dist/types-Cxp8y2TL.d.ts +5 -0
- package/dist/ink-runner/node_modules/tsx/node_modules/.bin/esbuild +0 -0
- package/dist/ink-runner/node_modules/tsx/node_modules/@esbuild/darwin-arm64/README.md +3 -0
- package/dist/ink-runner/node_modules/tsx/node_modules/@esbuild/darwin-arm64/bin/esbuild +0 -0
- package/dist/ink-runner/node_modules/tsx/node_modules/@esbuild/darwin-arm64/package.json +20 -0
- package/dist/ink-runner/node_modules/tsx/node_modules/esbuild/LICENSE.md +21 -0
- package/dist/ink-runner/node_modules/tsx/node_modules/esbuild/README.md +3 -0
- package/dist/ink-runner/node_modules/tsx/node_modules/esbuild/bin/esbuild +0 -0
- package/dist/ink-runner/node_modules/tsx/node_modules/esbuild/install.js +289 -0
- package/dist/ink-runner/node_modules/tsx/node_modules/esbuild/lib/main.d.ts +716 -0
- package/dist/ink-runner/node_modules/tsx/node_modules/esbuild/lib/main.js +2242 -0
- package/dist/ink-runner/node_modules/tsx/node_modules/esbuild/package.json +49 -0
- package/dist/ink-runner/node_modules/tsx/package.json +68 -0
- package/dist/ink-runner/node_modules/type-fest/index.d.ts +178 -0
- package/dist/ink-runner/node_modules/type-fest/license-cc0 +121 -0
- package/dist/ink-runner/node_modules/type-fest/license-mit +9 -0
- package/dist/ink-runner/node_modules/type-fest/package.json +91 -0
- package/dist/ink-runner/node_modules/type-fest/readme.md +1060 -0
- package/dist/ink-runner/node_modules/type-fest/source/all-union-fields.d.ts +88 -0
- package/dist/ink-runner/node_modules/type-fest/source/and.d.ts +25 -0
- package/dist/ink-runner/node_modules/type-fest/source/array-indices.d.ts +23 -0
- package/dist/ink-runner/node_modules/type-fest/source/array-slice.d.ts +109 -0
- package/dist/ink-runner/node_modules/type-fest/source/array-splice.d.ts +99 -0
- package/dist/ink-runner/node_modules/type-fest/source/array-tail.d.ts +76 -0
- package/dist/ink-runner/node_modules/type-fest/source/array-values.d.ts +22 -0
- package/dist/ink-runner/node_modules/type-fest/source/arrayable.d.ts +29 -0
- package/dist/ink-runner/node_modules/type-fest/source/async-return-type.d.ts +23 -0
- package/dist/ink-runner/node_modules/type-fest/source/asyncify.d.ts +32 -0
- package/dist/ink-runner/node_modules/type-fest/source/basic.d.ts +68 -0
- package/dist/ink-runner/node_modules/type-fest/source/camel-case.d.ts +89 -0
- package/dist/ink-runner/node_modules/type-fest/source/camel-cased-properties-deep.d.ts +97 -0
- package/dist/ink-runner/node_modules/type-fest/source/camel-cased-properties.d.ts +43 -0
- package/dist/ink-runner/node_modules/type-fest/source/conditional-except.d.ts +45 -0
- package/dist/ink-runner/node_modules/type-fest/source/conditional-keys.d.ts +47 -0
- package/dist/ink-runner/node_modules/type-fest/source/conditional-pick-deep.d.ts +118 -0
- package/dist/ink-runner/node_modules/type-fest/source/conditional-pick.d.ts +44 -0
- package/dist/ink-runner/node_modules/type-fest/source/conditional-simplify.d.ts +32 -0
- package/dist/ink-runner/node_modules/type-fest/source/delimiter-case.d.ts +78 -0
- package/dist/ink-runner/node_modules/type-fest/source/delimiter-cased-properties-deep.d.ts +106 -0
- package/dist/ink-runner/node_modules/type-fest/source/delimiter-cased-properties.d.ts +46 -0
- package/dist/ink-runner/node_modules/type-fest/source/distributed-omit.d.ts +89 -0
- package/dist/ink-runner/node_modules/type-fest/source/distributed-pick.d.ts +85 -0
- package/dist/ink-runner/node_modules/type-fest/source/empty-object.d.ts +46 -0
- package/dist/ink-runner/node_modules/type-fest/source/enforce-optional.d.ts +47 -0
- package/dist/ink-runner/node_modules/type-fest/source/entries.d.ts +62 -0
- package/dist/ink-runner/node_modules/type-fest/source/entry.d.ts +65 -0
- package/dist/ink-runner/node_modules/type-fest/source/exact.d.ts +68 -0
- package/dist/ink-runner/node_modules/type-fest/source/except.d.ts +108 -0
- package/dist/ink-runner/node_modules/type-fest/source/find-global-type.d.ts +64 -0
- package/dist/ink-runner/node_modules/type-fest/source/fixed-length-array.d.ts +43 -0
- package/dist/ink-runner/node_modules/type-fest/source/get.d.ts +219 -0
- package/dist/ink-runner/node_modules/type-fest/source/global-this.d.ts +21 -0
- package/dist/ink-runner/node_modules/type-fest/source/greater-than-or-equal.d.ts +22 -0
- package/dist/ink-runner/node_modules/type-fest/source/greater-than.d.ts +56 -0
- package/dist/ink-runner/node_modules/type-fest/source/has-optional-keys.d.ts +21 -0
- package/dist/ink-runner/node_modules/type-fest/source/has-readonly-keys.d.ts +21 -0
- package/dist/ink-runner/node_modules/type-fest/source/has-required-keys.d.ts +59 -0
- package/dist/ink-runner/node_modules/type-fest/source/has-writable-keys.d.ts +21 -0
- package/dist/ink-runner/node_modules/type-fest/source/if-any.d.ts +24 -0
- package/dist/ink-runner/node_modules/type-fest/source/if-empty-object.d.ts +26 -0
- package/dist/ink-runner/node_modules/type-fest/source/if-never.d.ts +24 -0
- package/dist/ink-runner/node_modules/type-fest/source/if-null.d.ts +24 -0
- package/dist/ink-runner/node_modules/type-fest/source/if-unknown.d.ts +24 -0
- package/dist/ink-runner/node_modules/type-fest/source/includes.d.ts +22 -0
- package/dist/ink-runner/node_modules/type-fest/source/int-closed-range.d.ts +35 -0
- package/dist/ink-runner/node_modules/type-fest/source/int-range.d.ts +55 -0
- package/dist/ink-runner/node_modules/type-fest/source/internal/array.d.ts +126 -0
- package/dist/ink-runner/node_modules/type-fest/source/internal/characters.d.ts +67 -0
- package/dist/ink-runner/node_modules/type-fest/source/internal/index.d.ts +8 -0
- package/dist/ink-runner/node_modules/type-fest/source/internal/keys.d.ts +97 -0
- package/dist/ink-runner/node_modules/type-fest/source/internal/numeric.d.ts +118 -0
- package/dist/ink-runner/node_modules/type-fest/source/internal/object.d.ts +236 -0
- package/dist/ink-runner/node_modules/type-fest/source/internal/string.d.ts +210 -0
- package/dist/ink-runner/node_modules/type-fest/source/internal/tuple.d.ts +90 -0
- package/dist/ink-runner/node_modules/type-fest/source/internal/type.d.ts +139 -0
- package/dist/ink-runner/node_modules/type-fest/source/invariant-of.d.ts +76 -0
- package/dist/ink-runner/node_modules/type-fest/source/is-any.d.ts +33 -0
- package/dist/ink-runner/node_modules/type-fest/source/is-equal.d.ts +31 -0
- package/dist/ink-runner/node_modules/type-fest/source/is-float.d.ts +41 -0
- package/dist/ink-runner/node_modules/type-fest/source/is-integer.d.ts +58 -0
- package/dist/ink-runner/node_modules/type-fest/source/is-literal.d.ts +296 -0
- package/dist/ink-runner/node_modules/type-fest/source/is-never.d.ts +42 -0
- package/dist/ink-runner/node_modules/type-fest/source/is-null.d.ts +20 -0
- package/dist/ink-runner/node_modules/type-fest/source/is-tuple.d.ts +89 -0
- package/dist/ink-runner/node_modules/type-fest/source/is-unknown.d.ts +52 -0
- package/dist/ink-runner/node_modules/type-fest/source/iterable-element.d.ts +64 -0
- package/dist/ink-runner/node_modules/type-fest/source/join.d.ts +68 -0
- package/dist/ink-runner/node_modules/type-fest/source/jsonifiable.d.ts +37 -0
- package/dist/ink-runner/node_modules/type-fest/source/jsonify.d.ts +122 -0
- package/dist/ink-runner/node_modules/type-fest/source/kebab-case.d.ts +44 -0
- package/dist/ink-runner/node_modules/type-fest/source/kebab-cased-properties-deep.d.ts +63 -0
- package/dist/ink-runner/node_modules/type-fest/source/kebab-cased-properties.d.ts +40 -0
- package/dist/ink-runner/node_modules/type-fest/source/keys-of-union.d.ts +42 -0
- package/dist/ink-runner/node_modules/type-fest/source/last-array-element.d.ts +38 -0
- package/dist/ink-runner/node_modules/type-fest/source/less-than-or-equal.d.ts +22 -0
- package/dist/ink-runner/node_modules/type-fest/source/less-than.d.ts +26 -0
- package/dist/ink-runner/node_modules/type-fest/source/literal-to-primitive-deep.d.ts +36 -0
- package/dist/ink-runner/node_modules/type-fest/source/literal-to-primitive.d.ts +36 -0
- package/dist/ink-runner/node_modules/type-fest/source/literal-union.d.ts +37 -0
- package/dist/ink-runner/node_modules/type-fest/source/merge-deep.d.ts +486 -0
- package/dist/ink-runner/node_modules/type-fest/source/merge-exclusive.d.ts +41 -0
- package/dist/ink-runner/node_modules/type-fest/source/merge.d.ts +48 -0
- package/dist/ink-runner/node_modules/type-fest/source/multidimensional-array.d.ts +44 -0
- package/dist/ink-runner/node_modules/type-fest/source/multidimensional-readonly-array.d.ts +48 -0
- package/dist/ink-runner/node_modules/type-fest/source/non-empty-object.d.ts +35 -0
- package/dist/ink-runner/node_modules/type-fest/source/non-empty-string.d.ts +28 -0
- package/dist/ink-runner/node_modules/type-fest/source/non-empty-tuple.d.ts +21 -0
- package/dist/ink-runner/node_modules/type-fest/source/numeric.d.ts +222 -0
- package/dist/ink-runner/node_modules/type-fest/source/observable-like.d.ts +63 -0
- package/dist/ink-runner/node_modules/type-fest/source/omit-deep.d.ts +167 -0
- package/dist/ink-runner/node_modules/type-fest/source/omit-index-signature.d.ts +95 -0
- package/dist/ink-runner/node_modules/type-fest/source/opaque.d.ts +1 -0
- package/dist/ink-runner/node_modules/type-fest/source/optional-keys-of.d.ts +39 -0
- package/dist/ink-runner/node_modules/type-fest/source/or.d.ts +25 -0
- package/dist/ink-runner/node_modules/type-fest/source/override-properties.d.ts +36 -0
- package/dist/ink-runner/node_modules/type-fest/source/package-json.d.ts +676 -0
- package/dist/ink-runner/node_modules/type-fest/source/partial-deep.d.ts +151 -0
- package/dist/ink-runner/node_modules/type-fest/source/partial-on-undefined-deep.d.ts +78 -0
- package/dist/ink-runner/node_modules/type-fest/source/pascal-case.d.ts +42 -0
- package/dist/ink-runner/node_modules/type-fest/source/pascal-cased-properties-deep.d.ts +62 -0
- package/dist/ink-runner/node_modules/type-fest/source/pascal-cased-properties.d.ts +36 -0
- package/dist/ink-runner/node_modules/type-fest/source/paths.d.ts +262 -0
- package/dist/ink-runner/node_modules/type-fest/source/pick-deep.d.ts +149 -0
- package/dist/ink-runner/node_modules/type-fest/source/pick-index-signature.d.ts +50 -0
- package/dist/ink-runner/node_modules/type-fest/source/primitive.d.ts +13 -0
- package/dist/ink-runner/node_modules/type-fest/source/promisable.d.ts +25 -0
- package/dist/ink-runner/node_modules/type-fest/source/readonly-deep.d.ts +81 -0
- package/dist/ink-runner/node_modules/type-fest/source/readonly-keys-of.d.ts +30 -0
- package/dist/ink-runner/node_modules/type-fest/source/readonly-tuple.d.ts +41 -0
- package/dist/ink-runner/node_modules/type-fest/source/replace.d.ts +85 -0
- package/dist/ink-runner/node_modules/type-fest/source/require-all-or-none.d.ts +51 -0
- package/dist/ink-runner/node_modules/type-fest/source/require-at-least-one.d.ts +47 -0
- package/dist/ink-runner/node_modules/type-fest/source/require-exactly-one.d.ts +45 -0
- package/dist/ink-runner/node_modules/type-fest/source/require-one-or-none.d.ts +46 -0
- package/dist/ink-runner/node_modules/type-fest/source/required-deep.d.ts +78 -0
- package/dist/ink-runner/node_modules/type-fest/source/required-keys-of.d.ts +30 -0
- package/dist/ink-runner/node_modules/type-fest/source/schema.d.ts +114 -0
- package/dist/ink-runner/node_modules/type-fest/source/screaming-snake-case.d.ts +28 -0
- package/dist/ink-runner/node_modules/type-fest/source/set-field-type.d.ts +65 -0
- package/dist/ink-runner/node_modules/type-fest/source/set-non-nullable-deep.d.ts +83 -0
- package/dist/ink-runner/node_modules/type-fest/source/set-non-nullable.d.ts +39 -0
- package/dist/ink-runner/node_modules/type-fest/source/set-optional.d.ts +38 -0
- package/dist/ink-runner/node_modules/type-fest/source/set-parameter-type.d.ts +117 -0
- package/dist/ink-runner/node_modules/type-fest/source/set-readonly.d.ts +39 -0
- package/dist/ink-runner/node_modules/type-fest/source/set-required-deep.d.ts +68 -0
- package/dist/ink-runner/node_modules/type-fest/source/set-required.d.ts +70 -0
- package/dist/ink-runner/node_modules/type-fest/source/set-return-type.d.ts +29 -0
- package/dist/ink-runner/node_modules/type-fest/source/shared-union-fields-deep.d.ts +178 -0
- package/dist/ink-runner/node_modules/type-fest/source/shared-union-fields.d.ts +76 -0
- package/dist/ink-runner/node_modules/type-fest/source/simplify-deep.d.ts +115 -0
- package/dist/ink-runner/node_modules/type-fest/source/simplify.d.ts +58 -0
- package/dist/ink-runner/node_modules/type-fest/source/single-key-object.d.ts +29 -0
- package/dist/ink-runner/node_modules/type-fest/source/snake-case.d.ts +45 -0
- package/dist/ink-runner/node_modules/type-fest/source/snake-cased-properties-deep.d.ts +63 -0
- package/dist/ink-runner/node_modules/type-fest/source/snake-cased-properties.d.ts +40 -0
- package/dist/ink-runner/node_modules/type-fest/source/split.d.ts +88 -0
- package/dist/ink-runner/node_modules/type-fest/source/spread.d.ts +84 -0
- package/dist/ink-runner/node_modules/type-fest/source/string-key-of.d.ts +25 -0
- package/dist/ink-runner/node_modules/type-fest/source/string-repeat.d.ts +47 -0
- package/dist/ink-runner/node_modules/type-fest/source/string-slice.d.ts +37 -0
- package/dist/ink-runner/node_modules/type-fest/source/stringified.d.ts +23 -0
- package/dist/ink-runner/node_modules/type-fest/source/structured-cloneable.d.ts +92 -0
- package/dist/ink-runner/node_modules/type-fest/source/subtract.d.ts +83 -0
- package/dist/ink-runner/node_modules/type-fest/source/sum.d.ts +78 -0
- package/dist/ink-runner/node_modules/type-fest/source/tagged-union.d.ts +51 -0
- package/dist/ink-runner/node_modules/type-fest/source/tagged.d.ts +256 -0
- package/dist/ink-runner/node_modules/type-fest/source/trim.d.ts +27 -0
- package/dist/ink-runner/node_modules/type-fest/source/tsconfig-json.d.ts +1294 -0
- package/dist/ink-runner/node_modules/type-fest/source/tuple-to-object.d.ts +42 -0
- package/dist/ink-runner/node_modules/type-fest/source/tuple-to-union.d.ts +51 -0
- package/dist/ink-runner/node_modules/type-fest/source/typed-array.d.ts +17 -0
- package/dist/ink-runner/node_modules/type-fest/source/undefined-on-partial-deep.d.ts +80 -0
- package/dist/ink-runner/node_modules/type-fest/source/union-to-intersection.d.ts +61 -0
- package/dist/ink-runner/node_modules/type-fest/source/union-to-tuple.d.ts +56 -0
- package/dist/ink-runner/node_modules/type-fest/source/unknown-array.d.ts +25 -0
- package/dist/ink-runner/node_modules/type-fest/source/unknown-map.d.ts +24 -0
- package/dist/ink-runner/node_modules/type-fest/source/unknown-record.d.ts +31 -0
- package/dist/ink-runner/node_modules/type-fest/source/unknown-set.d.ts +24 -0
- package/dist/ink-runner/node_modules/type-fest/source/value-of.d.ts +42 -0
- package/dist/ink-runner/node_modules/type-fest/source/words.d.ts +118 -0
- package/dist/ink-runner/node_modules/type-fest/source/writable-deep.d.ts +83 -0
- package/dist/ink-runner/node_modules/type-fest/source/writable-keys-of.d.ts +33 -0
- package/dist/ink-runner/node_modules/type-fest/source/writable.d.ts +68 -0
- package/dist/ink-runner/node_modules/widest-line/index.d.ts +12 -0
- package/dist/ink-runner/node_modules/widest-line/index.js +11 -0
- package/dist/ink-runner/node_modules/widest-line/license +9 -0
- package/dist/ink-runner/node_modules/widest-line/package.json +60 -0
- package/dist/ink-runner/node_modules/widest-line/readme.md +26 -0
- package/dist/ink-runner/node_modules/wrap-ansi/index.d.ts +41 -0
- package/dist/ink-runner/node_modules/wrap-ansi/index.js +222 -0
- package/dist/ink-runner/node_modules/wrap-ansi/license +9 -0
- package/dist/ink-runner/node_modules/wrap-ansi/package.json +69 -0
- package/dist/ink-runner/node_modules/wrap-ansi/readme.md +75 -0
- package/dist/ink-runner/node_modules/ws/LICENSE +20 -0
- package/dist/ink-runner/node_modules/ws/README.md +548 -0
- package/dist/ink-runner/node_modules/ws/browser.js +8 -0
- package/dist/ink-runner/node_modules/ws/index.js +13 -0
- package/dist/ink-runner/node_modules/ws/lib/buffer-util.js +131 -0
- package/dist/ink-runner/node_modules/ws/lib/constants.js +19 -0
- package/dist/ink-runner/node_modules/ws/lib/event-target.js +292 -0
- package/dist/ink-runner/node_modules/ws/lib/extension.js +203 -0
- package/dist/ink-runner/node_modules/ws/lib/limiter.js +55 -0
- package/dist/ink-runner/node_modules/ws/lib/permessage-deflate.js +528 -0
- package/dist/ink-runner/node_modules/ws/lib/receiver.js +706 -0
- package/dist/ink-runner/node_modules/ws/lib/sender.js +602 -0
- package/dist/ink-runner/node_modules/ws/lib/stream.js +161 -0
- package/dist/ink-runner/node_modules/ws/lib/subprotocol.js +62 -0
- package/dist/ink-runner/node_modules/ws/lib/validation.js +152 -0
- package/dist/ink-runner/node_modules/ws/lib/websocket-server.js +554 -0
- package/dist/ink-runner/node_modules/ws/lib/websocket.js +1393 -0
- package/dist/ink-runner/node_modules/ws/package.json +69 -0
- package/dist/ink-runner/node_modules/ws/wrapper.mjs +8 -0
- package/dist/ink-runner/node_modules/yoga-layout/README.md +40 -0
- package/dist/ink-runner/node_modules/yoga-layout/dist/binaries/yoga-wasm-base64-esm.js +75 -0
- package/dist/ink-runner/node_modules/yoga-layout/dist/src/generated/YGEnums.d.ts +189 -0
- package/dist/ink-runner/node_modules/yoga-layout/dist/src/generated/YGEnums.js +211 -0
- package/dist/ink-runner/node_modules/yoga-layout/dist/src/index.d.ts +12 -0
- package/dist/ink-runner/node_modules/yoga-layout/dist/src/index.js +16 -0
- package/dist/ink-runner/node_modules/yoga-layout/dist/src/load.d.ts +11 -0
- package/dist/ink-runner/node_modules/yoga-layout/dist/src/load.js +17 -0
- package/dist/ink-runner/node_modules/yoga-layout/dist/src/wrapAssembly.d.ts +155 -0
- package/dist/ink-runner/node_modules/yoga-layout/dist/src/wrapAssembly.js +125 -0
- package/dist/ink-runner/node_modules/yoga-layout/package.json +53 -0
- package/dist/ink-runner/node_modules/yoga-layout/src/Config.cpp +54 -0
- package/dist/ink-runner/node_modules/yoga-layout/src/Config.h +44 -0
- package/dist/ink-runner/node_modules/yoga-layout/src/Layout.h +19 -0
- package/dist/ink-runner/node_modules/yoga-layout/src/Node.cpp +507 -0
- package/dist/ink-runner/node_modules/yoga-layout/src/Node.h +239 -0
- package/dist/ink-runner/node_modules/yoga-layout/src/Size.h +17 -0
- package/dist/ink-runner/node_modules/yoga-layout/src/Value.h +23 -0
- package/dist/ink-runner/node_modules/yoga-layout/src/embind.cpp +207 -0
- package/dist/ink-runner/node_modules/yoga-layout/src/generated/YGEnums.ts +210 -0
- package/dist/ink-runner/node_modules/yoga-layout/src/index.ts +23 -0
- package/dist/ink-runner/node_modules/yoga-layout/src/load.ts +25 -0
- package/dist/ink-runner/node_modules/yoga-layout/src/wrapAssembly.ts +336 -0
- package/dist/ink-runner/package.json +34 -0
- package/dist/interaction-manager.d.ts +118 -0
- package/dist/interaction-manager.js +380 -0
- package/dist/ipc.d.ts +27 -0
- package/dist/ipc.js +189 -0
- package/dist/log-buffer.d.ts +34 -0
- package/dist/log-buffer.js +71 -0
- package/dist/logger.d.ts +33 -0
- package/dist/logger.js +80 -0
- package/dist/port-allocator.d.ts +33 -0
- package/dist/port-allocator.js +89 -0
- package/dist/process-manager.d.ts +165 -0
- package/dist/process-manager.js +680 -0
- package/dist/process.d.ts +205 -0
- package/dist/process.js +869 -0
- package/dist/status-writer.d.ts +49 -0
- package/dist/status-writer.js +103 -0
- package/dist/tasks-sync.d.ts +30 -0
- package/dist/tasks-sync.js +113 -0
- package/dist/tmux-manager.d.ts +247 -0
- package/dist/tmux-manager.js +1038 -0
- package/package.json +60 -0
|
@@ -0,0 +1,3343 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license React
|
|
3
|
+
* react.development.js
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the MIT license found in the
|
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
|
9
|
+
*/
|
|
10
|
+
(function (global, factory) {
|
|
11
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
12
|
+
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
|
13
|
+
(global = global || self, factory(global.React = {}));
|
|
14
|
+
}(this, (function (exports) { 'use strict';
|
|
15
|
+
|
|
16
|
+
var ReactVersion = '18.3.1';
|
|
17
|
+
|
|
18
|
+
// ATTENTION
|
|
19
|
+
// When adding new symbols to this file,
|
|
20
|
+
// Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'
|
|
21
|
+
// The Symbol used to tag the ReactElement-like types.
|
|
22
|
+
var REACT_ELEMENT_TYPE = Symbol.for('react.element');
|
|
23
|
+
var REACT_PORTAL_TYPE = Symbol.for('react.portal');
|
|
24
|
+
var REACT_FRAGMENT_TYPE = Symbol.for('react.fragment');
|
|
25
|
+
var REACT_STRICT_MODE_TYPE = Symbol.for('react.strict_mode');
|
|
26
|
+
var REACT_PROFILER_TYPE = Symbol.for('react.profiler');
|
|
27
|
+
var REACT_PROVIDER_TYPE = Symbol.for('react.provider');
|
|
28
|
+
var REACT_CONTEXT_TYPE = Symbol.for('react.context');
|
|
29
|
+
var REACT_FORWARD_REF_TYPE = Symbol.for('react.forward_ref');
|
|
30
|
+
var REACT_SUSPENSE_TYPE = Symbol.for('react.suspense');
|
|
31
|
+
var REACT_SUSPENSE_LIST_TYPE = Symbol.for('react.suspense_list');
|
|
32
|
+
var REACT_MEMO_TYPE = Symbol.for('react.memo');
|
|
33
|
+
var REACT_LAZY_TYPE = Symbol.for('react.lazy');
|
|
34
|
+
var REACT_OFFSCREEN_TYPE = Symbol.for('react.offscreen');
|
|
35
|
+
var MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
|
|
36
|
+
var FAUX_ITERATOR_SYMBOL = '@@iterator';
|
|
37
|
+
function getIteratorFn(maybeIterable) {
|
|
38
|
+
if (maybeIterable === null || typeof maybeIterable !== 'object') {
|
|
39
|
+
return null;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];
|
|
43
|
+
|
|
44
|
+
if (typeof maybeIterator === 'function') {
|
|
45
|
+
return maybeIterator;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
return null;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Keeps track of the current dispatcher.
|
|
53
|
+
*/
|
|
54
|
+
var ReactCurrentDispatcher = {
|
|
55
|
+
/**
|
|
56
|
+
* @internal
|
|
57
|
+
* @type {ReactComponent}
|
|
58
|
+
*/
|
|
59
|
+
current: null
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Keeps track of the current batch's configuration such as how long an update
|
|
64
|
+
* should suspend for if it needs to.
|
|
65
|
+
*/
|
|
66
|
+
var ReactCurrentBatchConfig = {
|
|
67
|
+
transition: null
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
var ReactCurrentActQueue = {
|
|
71
|
+
current: null,
|
|
72
|
+
// Used to reproduce behavior of `batchedUpdates` in legacy mode.
|
|
73
|
+
isBatchingLegacy: false,
|
|
74
|
+
didScheduleLegacyUpdate: false
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Keeps track of the current owner.
|
|
79
|
+
*
|
|
80
|
+
* The current owner is the component who should own any components that are
|
|
81
|
+
* currently being constructed.
|
|
82
|
+
*/
|
|
83
|
+
var ReactCurrentOwner = {
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
* @type {ReactComponent}
|
|
87
|
+
*/
|
|
88
|
+
current: null
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
var ReactDebugCurrentFrame = {};
|
|
92
|
+
var currentExtraStackFrame = null;
|
|
93
|
+
function setExtraStackFrame(stack) {
|
|
94
|
+
{
|
|
95
|
+
currentExtraStackFrame = stack;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
{
|
|
100
|
+
ReactDebugCurrentFrame.setExtraStackFrame = function (stack) {
|
|
101
|
+
{
|
|
102
|
+
currentExtraStackFrame = stack;
|
|
103
|
+
}
|
|
104
|
+
}; // Stack implementation injected by the current renderer.
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
ReactDebugCurrentFrame.getCurrentStack = null;
|
|
108
|
+
|
|
109
|
+
ReactDebugCurrentFrame.getStackAddendum = function () {
|
|
110
|
+
var stack = ''; // Add an extra top frame while an element is being validated
|
|
111
|
+
|
|
112
|
+
if (currentExtraStackFrame) {
|
|
113
|
+
stack += currentExtraStackFrame;
|
|
114
|
+
} // Delegate to the injected renderer-specific implementation
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
var impl = ReactDebugCurrentFrame.getCurrentStack;
|
|
118
|
+
|
|
119
|
+
if (impl) {
|
|
120
|
+
stack += impl() || '';
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
return stack;
|
|
124
|
+
};
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
// -----------------------------------------------------------------------------
|
|
128
|
+
|
|
129
|
+
var enableScopeAPI = false; // Experimental Create Event Handle API.
|
|
130
|
+
var enableCacheElement = false;
|
|
131
|
+
var enableTransitionTracing = false; // No known bugs, but needs performance testing
|
|
132
|
+
|
|
133
|
+
var enableLegacyHidden = false; // Enables unstable_avoidThisFallback feature in Fiber
|
|
134
|
+
// stuff. Intended to enable React core members to more easily debug scheduling
|
|
135
|
+
// issues in DEV builds.
|
|
136
|
+
|
|
137
|
+
var enableDebugTracing = false; // Track which Fiber(s) schedule render work.
|
|
138
|
+
|
|
139
|
+
var ReactSharedInternals = {
|
|
140
|
+
ReactCurrentDispatcher: ReactCurrentDispatcher,
|
|
141
|
+
ReactCurrentBatchConfig: ReactCurrentBatchConfig,
|
|
142
|
+
ReactCurrentOwner: ReactCurrentOwner
|
|
143
|
+
};
|
|
144
|
+
|
|
145
|
+
{
|
|
146
|
+
ReactSharedInternals.ReactDebugCurrentFrame = ReactDebugCurrentFrame;
|
|
147
|
+
ReactSharedInternals.ReactCurrentActQueue = ReactCurrentActQueue;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
// by calls to these methods by a Babel plugin.
|
|
151
|
+
//
|
|
152
|
+
// In PROD (or in packages without access to React internals),
|
|
153
|
+
// they are left as they are instead.
|
|
154
|
+
|
|
155
|
+
function warn(format) {
|
|
156
|
+
{
|
|
157
|
+
{
|
|
158
|
+
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
|
159
|
+
args[_key - 1] = arguments[_key];
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
printWarning('warn', format, args);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
function error(format) {
|
|
167
|
+
{
|
|
168
|
+
{
|
|
169
|
+
for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
|
|
170
|
+
args[_key2 - 1] = arguments[_key2];
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
printWarning('error', format, args);
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
function printWarning(level, format, args) {
|
|
179
|
+
// When changing this logic, you might want to also
|
|
180
|
+
// update consoleWithStackDev.www.js as well.
|
|
181
|
+
{
|
|
182
|
+
var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;
|
|
183
|
+
var stack = ReactDebugCurrentFrame.getStackAddendum();
|
|
184
|
+
|
|
185
|
+
if (stack !== '') {
|
|
186
|
+
format += '%s';
|
|
187
|
+
args = args.concat([stack]);
|
|
188
|
+
} // eslint-disable-next-line react-internal/safe-string-coercion
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
var argsWithFormat = args.map(function (item) {
|
|
192
|
+
return String(item);
|
|
193
|
+
}); // Careful: RN currently depends on this prefix
|
|
194
|
+
|
|
195
|
+
argsWithFormat.unshift('Warning: ' + format); // We intentionally don't use spread (or .apply) directly because it
|
|
196
|
+
// breaks IE9: https://github.com/facebook/react/issues/13610
|
|
197
|
+
// eslint-disable-next-line react-internal/no-production-logging
|
|
198
|
+
|
|
199
|
+
Function.prototype.apply.call(console[level], console, argsWithFormat);
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
var didWarnStateUpdateForUnmountedComponent = {};
|
|
204
|
+
|
|
205
|
+
function warnNoop(publicInstance, callerName) {
|
|
206
|
+
{
|
|
207
|
+
var _constructor = publicInstance.constructor;
|
|
208
|
+
var componentName = _constructor && (_constructor.displayName || _constructor.name) || 'ReactClass';
|
|
209
|
+
var warningKey = componentName + "." + callerName;
|
|
210
|
+
|
|
211
|
+
if (didWarnStateUpdateForUnmountedComponent[warningKey]) {
|
|
212
|
+
return;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
error("Can't call %s on a component that is not yet mounted. " + 'This is a no-op, but it might indicate a bug in your application. ' + 'Instead, assign to `this.state` directly or define a `state = {};` ' + 'class property with the desired state in the %s component.', callerName, componentName);
|
|
216
|
+
|
|
217
|
+
didWarnStateUpdateForUnmountedComponent[warningKey] = true;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* This is the abstract API for an update queue.
|
|
222
|
+
*/
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
var ReactNoopUpdateQueue = {
|
|
226
|
+
/**
|
|
227
|
+
* Checks whether or not this composite component is mounted.
|
|
228
|
+
* @param {ReactClass} publicInstance The instance we want to test.
|
|
229
|
+
* @return {boolean} True if mounted, false otherwise.
|
|
230
|
+
* @protected
|
|
231
|
+
* @final
|
|
232
|
+
*/
|
|
233
|
+
isMounted: function (publicInstance) {
|
|
234
|
+
return false;
|
|
235
|
+
},
|
|
236
|
+
|
|
237
|
+
/**
|
|
238
|
+
* Forces an update. This should only be invoked when it is known with
|
|
239
|
+
* certainty that we are **not** in a DOM transaction.
|
|
240
|
+
*
|
|
241
|
+
* You may want to call this when you know that some deeper aspect of the
|
|
242
|
+
* component's state has changed but `setState` was not called.
|
|
243
|
+
*
|
|
244
|
+
* This will not invoke `shouldComponentUpdate`, but it will invoke
|
|
245
|
+
* `componentWillUpdate` and `componentDidUpdate`.
|
|
246
|
+
*
|
|
247
|
+
* @param {ReactClass} publicInstance The instance that should rerender.
|
|
248
|
+
* @param {?function} callback Called after component is updated.
|
|
249
|
+
* @param {?string} callerName name of the calling function in the public API.
|
|
250
|
+
* @internal
|
|
251
|
+
*/
|
|
252
|
+
enqueueForceUpdate: function (publicInstance, callback, callerName) {
|
|
253
|
+
warnNoop(publicInstance, 'forceUpdate');
|
|
254
|
+
},
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* Replaces all of the state. Always use this or `setState` to mutate state.
|
|
258
|
+
* You should treat `this.state` as immutable.
|
|
259
|
+
*
|
|
260
|
+
* There is no guarantee that `this.state` will be immediately updated, so
|
|
261
|
+
* accessing `this.state` after calling this method may return the old value.
|
|
262
|
+
*
|
|
263
|
+
* @param {ReactClass} publicInstance The instance that should rerender.
|
|
264
|
+
* @param {object} completeState Next state.
|
|
265
|
+
* @param {?function} callback Called after component is updated.
|
|
266
|
+
* @param {?string} callerName name of the calling function in the public API.
|
|
267
|
+
* @internal
|
|
268
|
+
*/
|
|
269
|
+
enqueueReplaceState: function (publicInstance, completeState, callback, callerName) {
|
|
270
|
+
warnNoop(publicInstance, 'replaceState');
|
|
271
|
+
},
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* Sets a subset of the state. This only exists because _pendingState is
|
|
275
|
+
* internal. This provides a merging strategy that is not available to deep
|
|
276
|
+
* properties which is confusing. TODO: Expose pendingState or don't use it
|
|
277
|
+
* during the merge.
|
|
278
|
+
*
|
|
279
|
+
* @param {ReactClass} publicInstance The instance that should rerender.
|
|
280
|
+
* @param {object} partialState Next partial state to be merged with state.
|
|
281
|
+
* @param {?function} callback Called after component is updated.
|
|
282
|
+
* @param {?string} Name of the calling function in the public API.
|
|
283
|
+
* @internal
|
|
284
|
+
*/
|
|
285
|
+
enqueueSetState: function (publicInstance, partialState, callback, callerName) {
|
|
286
|
+
warnNoop(publicInstance, 'setState');
|
|
287
|
+
}
|
|
288
|
+
};
|
|
289
|
+
|
|
290
|
+
var assign = Object.assign;
|
|
291
|
+
|
|
292
|
+
var emptyObject = {};
|
|
293
|
+
|
|
294
|
+
{
|
|
295
|
+
Object.freeze(emptyObject);
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* Base class helpers for the updating state of a component.
|
|
299
|
+
*/
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
function Component(props, context, updater) {
|
|
303
|
+
this.props = props;
|
|
304
|
+
this.context = context; // If a component has string refs, we will assign a different object later.
|
|
305
|
+
|
|
306
|
+
this.refs = emptyObject; // We initialize the default updater but the real one gets injected by the
|
|
307
|
+
// renderer.
|
|
308
|
+
|
|
309
|
+
this.updater = updater || ReactNoopUpdateQueue;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
Component.prototype.isReactComponent = {};
|
|
313
|
+
/**
|
|
314
|
+
* Sets a subset of the state. Always use this to mutate
|
|
315
|
+
* state. You should treat `this.state` as immutable.
|
|
316
|
+
*
|
|
317
|
+
* There is no guarantee that `this.state` will be immediately updated, so
|
|
318
|
+
* accessing `this.state` after calling this method may return the old value.
|
|
319
|
+
*
|
|
320
|
+
* There is no guarantee that calls to `setState` will run synchronously,
|
|
321
|
+
* as they may eventually be batched together. You can provide an optional
|
|
322
|
+
* callback that will be executed when the call to setState is actually
|
|
323
|
+
* completed.
|
|
324
|
+
*
|
|
325
|
+
* When a function is provided to setState, it will be called at some point in
|
|
326
|
+
* the future (not synchronously). It will be called with the up to date
|
|
327
|
+
* component arguments (state, props, context). These values can be different
|
|
328
|
+
* from this.* because your function may be called after receiveProps but before
|
|
329
|
+
* shouldComponentUpdate, and this new state, props, and context will not yet be
|
|
330
|
+
* assigned to this.
|
|
331
|
+
*
|
|
332
|
+
* @param {object|function} partialState Next partial state or function to
|
|
333
|
+
* produce next partial state to be merged with current state.
|
|
334
|
+
* @param {?function} callback Called after state is updated.
|
|
335
|
+
* @final
|
|
336
|
+
* @protected
|
|
337
|
+
*/
|
|
338
|
+
|
|
339
|
+
Component.prototype.setState = function (partialState, callback) {
|
|
340
|
+
if (typeof partialState !== 'object' && typeof partialState !== 'function' && partialState != null) {
|
|
341
|
+
throw new Error('setState(...): takes an object of state variables to update or a ' + 'function which returns an object of state variables.');
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
this.updater.enqueueSetState(this, partialState, callback, 'setState');
|
|
345
|
+
};
|
|
346
|
+
/**
|
|
347
|
+
* Forces an update. This should only be invoked when it is known with
|
|
348
|
+
* certainty that we are **not** in a DOM transaction.
|
|
349
|
+
*
|
|
350
|
+
* You may want to call this when you know that some deeper aspect of the
|
|
351
|
+
* component's state has changed but `setState` was not called.
|
|
352
|
+
*
|
|
353
|
+
* This will not invoke `shouldComponentUpdate`, but it will invoke
|
|
354
|
+
* `componentWillUpdate` and `componentDidUpdate`.
|
|
355
|
+
*
|
|
356
|
+
* @param {?function} callback Called after update is complete.
|
|
357
|
+
* @final
|
|
358
|
+
* @protected
|
|
359
|
+
*/
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
Component.prototype.forceUpdate = function (callback) {
|
|
363
|
+
this.updater.enqueueForceUpdate(this, callback, 'forceUpdate');
|
|
364
|
+
};
|
|
365
|
+
/**
|
|
366
|
+
* Deprecated APIs. These APIs used to exist on classic React classes but since
|
|
367
|
+
* we would like to deprecate them, we're not going to move them over to this
|
|
368
|
+
* modern base class. Instead, we define a getter that warns if it's accessed.
|
|
369
|
+
*/
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
{
|
|
373
|
+
var deprecatedAPIs = {
|
|
374
|
+
isMounted: ['isMounted', 'Instead, make sure to clean up subscriptions and pending requests in ' + 'componentWillUnmount to prevent memory leaks.'],
|
|
375
|
+
replaceState: ['replaceState', 'Refactor your code to use setState instead (see ' + 'https://github.com/facebook/react/issues/3236).']
|
|
376
|
+
};
|
|
377
|
+
|
|
378
|
+
var defineDeprecationWarning = function (methodName, info) {
|
|
379
|
+
Object.defineProperty(Component.prototype, methodName, {
|
|
380
|
+
get: function () {
|
|
381
|
+
warn('%s(...) is deprecated in plain JavaScript React classes. %s', info[0], info[1]);
|
|
382
|
+
|
|
383
|
+
return undefined;
|
|
384
|
+
}
|
|
385
|
+
});
|
|
386
|
+
};
|
|
387
|
+
|
|
388
|
+
for (var fnName in deprecatedAPIs) {
|
|
389
|
+
if (deprecatedAPIs.hasOwnProperty(fnName)) {
|
|
390
|
+
defineDeprecationWarning(fnName, deprecatedAPIs[fnName]);
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
function ComponentDummy() {}
|
|
396
|
+
|
|
397
|
+
ComponentDummy.prototype = Component.prototype;
|
|
398
|
+
/**
|
|
399
|
+
* Convenience component with default shallow equality check for sCU.
|
|
400
|
+
*/
|
|
401
|
+
|
|
402
|
+
function PureComponent(props, context, updater) {
|
|
403
|
+
this.props = props;
|
|
404
|
+
this.context = context; // If a component has string refs, we will assign a different object later.
|
|
405
|
+
|
|
406
|
+
this.refs = emptyObject;
|
|
407
|
+
this.updater = updater || ReactNoopUpdateQueue;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
var pureComponentPrototype = PureComponent.prototype = new ComponentDummy();
|
|
411
|
+
pureComponentPrototype.constructor = PureComponent; // Avoid an extra prototype jump for these methods.
|
|
412
|
+
|
|
413
|
+
assign(pureComponentPrototype, Component.prototype);
|
|
414
|
+
pureComponentPrototype.isPureReactComponent = true;
|
|
415
|
+
|
|
416
|
+
// an immutable object with a single mutable value
|
|
417
|
+
function createRef() {
|
|
418
|
+
var refObject = {
|
|
419
|
+
current: null
|
|
420
|
+
};
|
|
421
|
+
|
|
422
|
+
{
|
|
423
|
+
Object.seal(refObject);
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
return refObject;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
var isArrayImpl = Array.isArray; // eslint-disable-next-line no-redeclare
|
|
430
|
+
|
|
431
|
+
function isArray(a) {
|
|
432
|
+
return isArrayImpl(a);
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
/*
|
|
436
|
+
* The `'' + value` pattern (used in in perf-sensitive code) throws for Symbol
|
|
437
|
+
* and Temporal.* types. See https://github.com/facebook/react/pull/22064.
|
|
438
|
+
*
|
|
439
|
+
* The functions in this module will throw an easier-to-understand,
|
|
440
|
+
* easier-to-debug exception with a clear errors message message explaining the
|
|
441
|
+
* problem. (Instead of a confusing exception thrown inside the implementation
|
|
442
|
+
* of the `value` object).
|
|
443
|
+
*/
|
|
444
|
+
// $FlowFixMe only called in DEV, so void return is not possible.
|
|
445
|
+
function typeName(value) {
|
|
446
|
+
{
|
|
447
|
+
// toStringTag is needed for namespaced types like Temporal.Instant
|
|
448
|
+
var hasToStringTag = typeof Symbol === 'function' && Symbol.toStringTag;
|
|
449
|
+
var type = hasToStringTag && value[Symbol.toStringTag] || value.constructor.name || 'Object';
|
|
450
|
+
return type;
|
|
451
|
+
}
|
|
452
|
+
} // $FlowFixMe only called in DEV, so void return is not possible.
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
function willCoercionThrow(value) {
|
|
456
|
+
{
|
|
457
|
+
try {
|
|
458
|
+
testStringCoercion(value);
|
|
459
|
+
return false;
|
|
460
|
+
} catch (e) {
|
|
461
|
+
return true;
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
function testStringCoercion(value) {
|
|
467
|
+
// If you ended up here by following an exception call stack, here's what's
|
|
468
|
+
// happened: you supplied an object or symbol value to React (as a prop, key,
|
|
469
|
+
// DOM attribute, CSS property, string ref, etc.) and when React tried to
|
|
470
|
+
// coerce it to a string using `'' + value`, an exception was thrown.
|
|
471
|
+
//
|
|
472
|
+
// The most common types that will cause this exception are `Symbol` instances
|
|
473
|
+
// and Temporal objects like `Temporal.Instant`. But any object that has a
|
|
474
|
+
// `valueOf` or `[Symbol.toPrimitive]` method that throws will also cause this
|
|
475
|
+
// exception. (Library authors do this to prevent users from using built-in
|
|
476
|
+
// numeric operators like `+` or comparison operators like `>=` because custom
|
|
477
|
+
// methods are needed to perform accurate arithmetic or comparison.)
|
|
478
|
+
//
|
|
479
|
+
// To fix the problem, coerce this object or symbol value to a string before
|
|
480
|
+
// passing it to React. The most reliable way is usually `String(value)`.
|
|
481
|
+
//
|
|
482
|
+
// To find which value is throwing, check the browser or debugger console.
|
|
483
|
+
// Before this exception was thrown, there should be `console.error` output
|
|
484
|
+
// that shows the type (Symbol, Temporal.PlainDate, etc.) that caused the
|
|
485
|
+
// problem and how that type was used: key, atrribute, input value prop, etc.
|
|
486
|
+
// In most cases, this console output also shows the component and its
|
|
487
|
+
// ancestor components where the exception happened.
|
|
488
|
+
//
|
|
489
|
+
// eslint-disable-next-line react-internal/safe-string-coercion
|
|
490
|
+
return '' + value;
|
|
491
|
+
}
|
|
492
|
+
function checkKeyStringCoercion(value) {
|
|
493
|
+
{
|
|
494
|
+
if (willCoercionThrow(value)) {
|
|
495
|
+
error('The provided key is an unsupported type %s.' + ' This value must be coerced to a string before before using it here.', typeName(value));
|
|
496
|
+
|
|
497
|
+
return testStringCoercion(value); // throw (to help callers find troubleshooting comments)
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
function getWrappedName(outerType, innerType, wrapperName) {
|
|
503
|
+
var displayName = outerType.displayName;
|
|
504
|
+
|
|
505
|
+
if (displayName) {
|
|
506
|
+
return displayName;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
var functionName = innerType.displayName || innerType.name || '';
|
|
510
|
+
return functionName !== '' ? wrapperName + "(" + functionName + ")" : wrapperName;
|
|
511
|
+
} // Keep in sync with react-reconciler/getComponentNameFromFiber
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
function getContextName(type) {
|
|
515
|
+
return type.displayName || 'Context';
|
|
516
|
+
} // Note that the reconciler package should generally prefer to use getComponentNameFromFiber() instead.
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
function getComponentNameFromType(type) {
|
|
520
|
+
if (type == null) {
|
|
521
|
+
// Host root, text node or just invalid type.
|
|
522
|
+
return null;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
{
|
|
526
|
+
if (typeof type.tag === 'number') {
|
|
527
|
+
error('Received an unexpected object in getComponentNameFromType(). ' + 'This is likely a bug in React. Please file an issue.');
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
if (typeof type === 'function') {
|
|
532
|
+
return type.displayName || type.name || null;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
if (typeof type === 'string') {
|
|
536
|
+
return type;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
switch (type) {
|
|
540
|
+
case REACT_FRAGMENT_TYPE:
|
|
541
|
+
return 'Fragment';
|
|
542
|
+
|
|
543
|
+
case REACT_PORTAL_TYPE:
|
|
544
|
+
return 'Portal';
|
|
545
|
+
|
|
546
|
+
case REACT_PROFILER_TYPE:
|
|
547
|
+
return 'Profiler';
|
|
548
|
+
|
|
549
|
+
case REACT_STRICT_MODE_TYPE:
|
|
550
|
+
return 'StrictMode';
|
|
551
|
+
|
|
552
|
+
case REACT_SUSPENSE_TYPE:
|
|
553
|
+
return 'Suspense';
|
|
554
|
+
|
|
555
|
+
case REACT_SUSPENSE_LIST_TYPE:
|
|
556
|
+
return 'SuspenseList';
|
|
557
|
+
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
if (typeof type === 'object') {
|
|
561
|
+
switch (type.$$typeof) {
|
|
562
|
+
case REACT_CONTEXT_TYPE:
|
|
563
|
+
var context = type;
|
|
564
|
+
return getContextName(context) + '.Consumer';
|
|
565
|
+
|
|
566
|
+
case REACT_PROVIDER_TYPE:
|
|
567
|
+
var provider = type;
|
|
568
|
+
return getContextName(provider._context) + '.Provider';
|
|
569
|
+
|
|
570
|
+
case REACT_FORWARD_REF_TYPE:
|
|
571
|
+
return getWrappedName(type, type.render, 'ForwardRef');
|
|
572
|
+
|
|
573
|
+
case REACT_MEMO_TYPE:
|
|
574
|
+
var outerName = type.displayName || null;
|
|
575
|
+
|
|
576
|
+
if (outerName !== null) {
|
|
577
|
+
return outerName;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
return getComponentNameFromType(type.type) || 'Memo';
|
|
581
|
+
|
|
582
|
+
case REACT_LAZY_TYPE:
|
|
583
|
+
{
|
|
584
|
+
var lazyComponent = type;
|
|
585
|
+
var payload = lazyComponent._payload;
|
|
586
|
+
var init = lazyComponent._init;
|
|
587
|
+
|
|
588
|
+
try {
|
|
589
|
+
return getComponentNameFromType(init(payload));
|
|
590
|
+
} catch (x) {
|
|
591
|
+
return null;
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
// eslint-disable-next-line no-fallthrough
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
return null;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
var hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
603
|
+
|
|
604
|
+
var RESERVED_PROPS = {
|
|
605
|
+
key: true,
|
|
606
|
+
ref: true,
|
|
607
|
+
__self: true,
|
|
608
|
+
__source: true
|
|
609
|
+
};
|
|
610
|
+
var specialPropKeyWarningShown, specialPropRefWarningShown, didWarnAboutStringRefs;
|
|
611
|
+
|
|
612
|
+
{
|
|
613
|
+
didWarnAboutStringRefs = {};
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
function hasValidRef(config) {
|
|
617
|
+
{
|
|
618
|
+
if (hasOwnProperty.call(config, 'ref')) {
|
|
619
|
+
var getter = Object.getOwnPropertyDescriptor(config, 'ref').get;
|
|
620
|
+
|
|
621
|
+
if (getter && getter.isReactWarning) {
|
|
622
|
+
return false;
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
return config.ref !== undefined;
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
function hasValidKey(config) {
|
|
631
|
+
{
|
|
632
|
+
if (hasOwnProperty.call(config, 'key')) {
|
|
633
|
+
var getter = Object.getOwnPropertyDescriptor(config, 'key').get;
|
|
634
|
+
|
|
635
|
+
if (getter && getter.isReactWarning) {
|
|
636
|
+
return false;
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
return config.key !== undefined;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
function defineKeyPropWarningGetter(props, displayName) {
|
|
645
|
+
var warnAboutAccessingKey = function () {
|
|
646
|
+
{
|
|
647
|
+
if (!specialPropKeyWarningShown) {
|
|
648
|
+
specialPropKeyWarningShown = true;
|
|
649
|
+
|
|
650
|
+
error('%s: `key` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://reactjs.org/link/special-props)', displayName);
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
};
|
|
654
|
+
|
|
655
|
+
warnAboutAccessingKey.isReactWarning = true;
|
|
656
|
+
Object.defineProperty(props, 'key', {
|
|
657
|
+
get: warnAboutAccessingKey,
|
|
658
|
+
configurable: true
|
|
659
|
+
});
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
function defineRefPropWarningGetter(props, displayName) {
|
|
663
|
+
var warnAboutAccessingRef = function () {
|
|
664
|
+
{
|
|
665
|
+
if (!specialPropRefWarningShown) {
|
|
666
|
+
specialPropRefWarningShown = true;
|
|
667
|
+
|
|
668
|
+
error('%s: `ref` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://reactjs.org/link/special-props)', displayName);
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
};
|
|
672
|
+
|
|
673
|
+
warnAboutAccessingRef.isReactWarning = true;
|
|
674
|
+
Object.defineProperty(props, 'ref', {
|
|
675
|
+
get: warnAboutAccessingRef,
|
|
676
|
+
configurable: true
|
|
677
|
+
});
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
function warnIfStringRefCannotBeAutoConverted(config) {
|
|
681
|
+
{
|
|
682
|
+
if (typeof config.ref === 'string' && ReactCurrentOwner.current && config.__self && ReactCurrentOwner.current.stateNode !== config.__self) {
|
|
683
|
+
var componentName = getComponentNameFromType(ReactCurrentOwner.current.type);
|
|
684
|
+
|
|
685
|
+
if (!didWarnAboutStringRefs[componentName]) {
|
|
686
|
+
error('Component "%s" contains the string ref "%s". ' + 'Support for string refs will be removed in a future major release. ' + 'This case cannot be automatically converted to an arrow function. ' + 'We ask you to manually fix this case by using useRef() or createRef() instead. ' + 'Learn more about using refs safely here: ' + 'https://reactjs.org/link/strict-mode-string-ref', componentName, config.ref);
|
|
687
|
+
|
|
688
|
+
didWarnAboutStringRefs[componentName] = true;
|
|
689
|
+
}
|
|
690
|
+
}
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
/**
|
|
694
|
+
* Factory method to create a new React element. This no longer adheres to
|
|
695
|
+
* the class pattern, so do not use new to call it. Also, instanceof check
|
|
696
|
+
* will not work. Instead test $$typeof field against Symbol.for('react.element') to check
|
|
697
|
+
* if something is a React Element.
|
|
698
|
+
*
|
|
699
|
+
* @param {*} type
|
|
700
|
+
* @param {*} props
|
|
701
|
+
* @param {*} key
|
|
702
|
+
* @param {string|object} ref
|
|
703
|
+
* @param {*} owner
|
|
704
|
+
* @param {*} self A *temporary* helper to detect places where `this` is
|
|
705
|
+
* different from the `owner` when React.createElement is called, so that we
|
|
706
|
+
* can warn. We want to get rid of owner and replace string `ref`s with arrow
|
|
707
|
+
* functions, and as long as `this` and owner are the same, there will be no
|
|
708
|
+
* change in behavior.
|
|
709
|
+
* @param {*} source An annotation object (added by a transpiler or otherwise)
|
|
710
|
+
* indicating filename, line number, and/or other information.
|
|
711
|
+
* @internal
|
|
712
|
+
*/
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
var ReactElement = function (type, key, ref, self, source, owner, props) {
|
|
716
|
+
var element = {
|
|
717
|
+
// This tag allows us to uniquely identify this as a React Element
|
|
718
|
+
$$typeof: REACT_ELEMENT_TYPE,
|
|
719
|
+
// Built-in properties that belong on the element
|
|
720
|
+
type: type,
|
|
721
|
+
key: key,
|
|
722
|
+
ref: ref,
|
|
723
|
+
props: props,
|
|
724
|
+
// Record the component responsible for creating this element.
|
|
725
|
+
_owner: owner
|
|
726
|
+
};
|
|
727
|
+
|
|
728
|
+
{
|
|
729
|
+
// The validation flag is currently mutative. We put it on
|
|
730
|
+
// an external backing store so that we can freeze the whole object.
|
|
731
|
+
// This can be replaced with a WeakMap once they are implemented in
|
|
732
|
+
// commonly used development environments.
|
|
733
|
+
element._store = {}; // To make comparing ReactElements easier for testing purposes, we make
|
|
734
|
+
// the validation flag non-enumerable (where possible, which should
|
|
735
|
+
// include every environment we run tests in), so the test framework
|
|
736
|
+
// ignores it.
|
|
737
|
+
|
|
738
|
+
Object.defineProperty(element._store, 'validated', {
|
|
739
|
+
configurable: false,
|
|
740
|
+
enumerable: false,
|
|
741
|
+
writable: true,
|
|
742
|
+
value: false
|
|
743
|
+
}); // self and source are DEV only properties.
|
|
744
|
+
|
|
745
|
+
Object.defineProperty(element, '_self', {
|
|
746
|
+
configurable: false,
|
|
747
|
+
enumerable: false,
|
|
748
|
+
writable: false,
|
|
749
|
+
value: self
|
|
750
|
+
}); // Two elements created in two different places should be considered
|
|
751
|
+
// equal for testing purposes and therefore we hide it from enumeration.
|
|
752
|
+
|
|
753
|
+
Object.defineProperty(element, '_source', {
|
|
754
|
+
configurable: false,
|
|
755
|
+
enumerable: false,
|
|
756
|
+
writable: false,
|
|
757
|
+
value: source
|
|
758
|
+
});
|
|
759
|
+
|
|
760
|
+
if (Object.freeze) {
|
|
761
|
+
Object.freeze(element.props);
|
|
762
|
+
Object.freeze(element);
|
|
763
|
+
}
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
return element;
|
|
767
|
+
};
|
|
768
|
+
/**
|
|
769
|
+
* Create and return a new ReactElement of the given type.
|
|
770
|
+
* See https://reactjs.org/docs/react-api.html#createelement
|
|
771
|
+
*/
|
|
772
|
+
|
|
773
|
+
function createElement(type, config, children) {
|
|
774
|
+
var propName; // Reserved names are extracted
|
|
775
|
+
|
|
776
|
+
var props = {};
|
|
777
|
+
var key = null;
|
|
778
|
+
var ref = null;
|
|
779
|
+
var self = null;
|
|
780
|
+
var source = null;
|
|
781
|
+
|
|
782
|
+
if (config != null) {
|
|
783
|
+
if (hasValidRef(config)) {
|
|
784
|
+
ref = config.ref;
|
|
785
|
+
|
|
786
|
+
{
|
|
787
|
+
warnIfStringRefCannotBeAutoConverted(config);
|
|
788
|
+
}
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
if (hasValidKey(config)) {
|
|
792
|
+
{
|
|
793
|
+
checkKeyStringCoercion(config.key);
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
key = '' + config.key;
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
self = config.__self === undefined ? null : config.__self;
|
|
800
|
+
source = config.__source === undefined ? null : config.__source; // Remaining properties are added to a new props object
|
|
801
|
+
|
|
802
|
+
for (propName in config) {
|
|
803
|
+
if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {
|
|
804
|
+
props[propName] = config[propName];
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
} // Children can be more than one argument, and those are transferred onto
|
|
808
|
+
// the newly allocated props object.
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
var childrenLength = arguments.length - 2;
|
|
812
|
+
|
|
813
|
+
if (childrenLength === 1) {
|
|
814
|
+
props.children = children;
|
|
815
|
+
} else if (childrenLength > 1) {
|
|
816
|
+
var childArray = Array(childrenLength);
|
|
817
|
+
|
|
818
|
+
for (var i = 0; i < childrenLength; i++) {
|
|
819
|
+
childArray[i] = arguments[i + 2];
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
{
|
|
823
|
+
if (Object.freeze) {
|
|
824
|
+
Object.freeze(childArray);
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
props.children = childArray;
|
|
829
|
+
} // Resolve default props
|
|
830
|
+
|
|
831
|
+
|
|
832
|
+
if (type && type.defaultProps) {
|
|
833
|
+
var defaultProps = type.defaultProps;
|
|
834
|
+
|
|
835
|
+
for (propName in defaultProps) {
|
|
836
|
+
if (props[propName] === undefined) {
|
|
837
|
+
props[propName] = defaultProps[propName];
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
{
|
|
843
|
+
if (key || ref) {
|
|
844
|
+
var displayName = typeof type === 'function' ? type.displayName || type.name || 'Unknown' : type;
|
|
845
|
+
|
|
846
|
+
if (key) {
|
|
847
|
+
defineKeyPropWarningGetter(props, displayName);
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
if (ref) {
|
|
851
|
+
defineRefPropWarningGetter(props, displayName);
|
|
852
|
+
}
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
return ReactElement(type, key, ref, self, source, ReactCurrentOwner.current, props);
|
|
857
|
+
}
|
|
858
|
+
function cloneAndReplaceKey(oldElement, newKey) {
|
|
859
|
+
var newElement = ReactElement(oldElement.type, newKey, oldElement.ref, oldElement._self, oldElement._source, oldElement._owner, oldElement.props);
|
|
860
|
+
return newElement;
|
|
861
|
+
}
|
|
862
|
+
/**
|
|
863
|
+
* Clone and return a new ReactElement using element as the starting point.
|
|
864
|
+
* See https://reactjs.org/docs/react-api.html#cloneelement
|
|
865
|
+
*/
|
|
866
|
+
|
|
867
|
+
function cloneElement(element, config, children) {
|
|
868
|
+
if (element === null || element === undefined) {
|
|
869
|
+
throw new Error("React.cloneElement(...): The argument must be a React element, but you passed " + element + ".");
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
var propName; // Original props are copied
|
|
873
|
+
|
|
874
|
+
var props = assign({}, element.props); // Reserved names are extracted
|
|
875
|
+
|
|
876
|
+
var key = element.key;
|
|
877
|
+
var ref = element.ref; // Self is preserved since the owner is preserved.
|
|
878
|
+
|
|
879
|
+
var self = element._self; // Source is preserved since cloneElement is unlikely to be targeted by a
|
|
880
|
+
// transpiler, and the original source is probably a better indicator of the
|
|
881
|
+
// true owner.
|
|
882
|
+
|
|
883
|
+
var source = element._source; // Owner will be preserved, unless ref is overridden
|
|
884
|
+
|
|
885
|
+
var owner = element._owner;
|
|
886
|
+
|
|
887
|
+
if (config != null) {
|
|
888
|
+
if (hasValidRef(config)) {
|
|
889
|
+
// Silently steal the ref from the parent.
|
|
890
|
+
ref = config.ref;
|
|
891
|
+
owner = ReactCurrentOwner.current;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
if (hasValidKey(config)) {
|
|
895
|
+
{
|
|
896
|
+
checkKeyStringCoercion(config.key);
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
key = '' + config.key;
|
|
900
|
+
} // Remaining properties override existing props
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
var defaultProps;
|
|
904
|
+
|
|
905
|
+
if (element.type && element.type.defaultProps) {
|
|
906
|
+
defaultProps = element.type.defaultProps;
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
for (propName in config) {
|
|
910
|
+
if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {
|
|
911
|
+
if (config[propName] === undefined && defaultProps !== undefined) {
|
|
912
|
+
// Resolve default props
|
|
913
|
+
props[propName] = defaultProps[propName];
|
|
914
|
+
} else {
|
|
915
|
+
props[propName] = config[propName];
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
} // Children can be more than one argument, and those are transferred onto
|
|
920
|
+
// the newly allocated props object.
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
var childrenLength = arguments.length - 2;
|
|
924
|
+
|
|
925
|
+
if (childrenLength === 1) {
|
|
926
|
+
props.children = children;
|
|
927
|
+
} else if (childrenLength > 1) {
|
|
928
|
+
var childArray = Array(childrenLength);
|
|
929
|
+
|
|
930
|
+
for (var i = 0; i < childrenLength; i++) {
|
|
931
|
+
childArray[i] = arguments[i + 2];
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
props.children = childArray;
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
return ReactElement(element.type, key, ref, self, source, owner, props);
|
|
938
|
+
}
|
|
939
|
+
/**
|
|
940
|
+
* Verifies the object is a ReactElement.
|
|
941
|
+
* See https://reactjs.org/docs/react-api.html#isvalidelement
|
|
942
|
+
* @param {?object} object
|
|
943
|
+
* @return {boolean} True if `object` is a ReactElement.
|
|
944
|
+
* @final
|
|
945
|
+
*/
|
|
946
|
+
|
|
947
|
+
function isValidElement(object) {
|
|
948
|
+
return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
var SEPARATOR = '.';
|
|
952
|
+
var SUBSEPARATOR = ':';
|
|
953
|
+
/**
|
|
954
|
+
* Escape and wrap key so it is safe to use as a reactid
|
|
955
|
+
*
|
|
956
|
+
* @param {string} key to be escaped.
|
|
957
|
+
* @return {string} the escaped key.
|
|
958
|
+
*/
|
|
959
|
+
|
|
960
|
+
function escape(key) {
|
|
961
|
+
var escapeRegex = /[=:]/g;
|
|
962
|
+
var escaperLookup = {
|
|
963
|
+
'=': '=0',
|
|
964
|
+
':': '=2'
|
|
965
|
+
};
|
|
966
|
+
var escapedString = key.replace(escapeRegex, function (match) {
|
|
967
|
+
return escaperLookup[match];
|
|
968
|
+
});
|
|
969
|
+
return '$' + escapedString;
|
|
970
|
+
}
|
|
971
|
+
/**
|
|
972
|
+
* TODO: Test that a single child and an array with one item have the same key
|
|
973
|
+
* pattern.
|
|
974
|
+
*/
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
var didWarnAboutMaps = false;
|
|
978
|
+
var userProvidedKeyEscapeRegex = /\/+/g;
|
|
979
|
+
|
|
980
|
+
function escapeUserProvidedKey(text) {
|
|
981
|
+
return text.replace(userProvidedKeyEscapeRegex, '$&/');
|
|
982
|
+
}
|
|
983
|
+
/**
|
|
984
|
+
* Generate a key string that identifies a element within a set.
|
|
985
|
+
*
|
|
986
|
+
* @param {*} element A element that could contain a manual key.
|
|
987
|
+
* @param {number} index Index that is used if a manual key is not provided.
|
|
988
|
+
* @return {string}
|
|
989
|
+
*/
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
function getElementKey(element, index) {
|
|
993
|
+
// Do some typechecking here since we call this blindly. We want to ensure
|
|
994
|
+
// that we don't block potential future ES APIs.
|
|
995
|
+
if (typeof element === 'object' && element !== null && element.key != null) {
|
|
996
|
+
// Explicit key
|
|
997
|
+
{
|
|
998
|
+
checkKeyStringCoercion(element.key);
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
return escape('' + element.key);
|
|
1002
|
+
} // Implicit key determined by the index in the set
|
|
1003
|
+
|
|
1004
|
+
|
|
1005
|
+
return index.toString(36);
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
function mapIntoArray(children, array, escapedPrefix, nameSoFar, callback) {
|
|
1009
|
+
var type = typeof children;
|
|
1010
|
+
|
|
1011
|
+
if (type === 'undefined' || type === 'boolean') {
|
|
1012
|
+
// All of the above are perceived as null.
|
|
1013
|
+
children = null;
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
var invokeCallback = false;
|
|
1017
|
+
|
|
1018
|
+
if (children === null) {
|
|
1019
|
+
invokeCallback = true;
|
|
1020
|
+
} else {
|
|
1021
|
+
switch (type) {
|
|
1022
|
+
case 'string':
|
|
1023
|
+
case 'number':
|
|
1024
|
+
invokeCallback = true;
|
|
1025
|
+
break;
|
|
1026
|
+
|
|
1027
|
+
case 'object':
|
|
1028
|
+
switch (children.$$typeof) {
|
|
1029
|
+
case REACT_ELEMENT_TYPE:
|
|
1030
|
+
case REACT_PORTAL_TYPE:
|
|
1031
|
+
invokeCallback = true;
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
if (invokeCallback) {
|
|
1038
|
+
var _child = children;
|
|
1039
|
+
var mappedChild = callback(_child); // If it's the only child, treat the name as if it was wrapped in an array
|
|
1040
|
+
// so that it's consistent if the number of children grows:
|
|
1041
|
+
|
|
1042
|
+
var childKey = nameSoFar === '' ? SEPARATOR + getElementKey(_child, 0) : nameSoFar;
|
|
1043
|
+
|
|
1044
|
+
if (isArray(mappedChild)) {
|
|
1045
|
+
var escapedChildKey = '';
|
|
1046
|
+
|
|
1047
|
+
if (childKey != null) {
|
|
1048
|
+
escapedChildKey = escapeUserProvidedKey(childKey) + '/';
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
mapIntoArray(mappedChild, array, escapedChildKey, '', function (c) {
|
|
1052
|
+
return c;
|
|
1053
|
+
});
|
|
1054
|
+
} else if (mappedChild != null) {
|
|
1055
|
+
if (isValidElement(mappedChild)) {
|
|
1056
|
+
{
|
|
1057
|
+
// The `if` statement here prevents auto-disabling of the safe
|
|
1058
|
+
// coercion ESLint rule, so we must manually disable it below.
|
|
1059
|
+
// $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key
|
|
1060
|
+
if (mappedChild.key && (!_child || _child.key !== mappedChild.key)) {
|
|
1061
|
+
checkKeyStringCoercion(mappedChild.key);
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
mappedChild = cloneAndReplaceKey(mappedChild, // Keep both the (mapped) and old keys if they differ, just as
|
|
1066
|
+
// traverseAllChildren used to do for objects as children
|
|
1067
|
+
escapedPrefix + ( // $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key
|
|
1068
|
+
mappedChild.key && (!_child || _child.key !== mappedChild.key) ? // $FlowFixMe Flow incorrectly thinks existing element's key can be a number
|
|
1069
|
+
// eslint-disable-next-line react-internal/safe-string-coercion
|
|
1070
|
+
escapeUserProvidedKey('' + mappedChild.key) + '/' : '') + childKey);
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
array.push(mappedChild);
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
return 1;
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
var child;
|
|
1080
|
+
var nextName;
|
|
1081
|
+
var subtreeCount = 0; // Count of children found in the current subtree.
|
|
1082
|
+
|
|
1083
|
+
var nextNamePrefix = nameSoFar === '' ? SEPARATOR : nameSoFar + SUBSEPARATOR;
|
|
1084
|
+
|
|
1085
|
+
if (isArray(children)) {
|
|
1086
|
+
for (var i = 0; i < children.length; i++) {
|
|
1087
|
+
child = children[i];
|
|
1088
|
+
nextName = nextNamePrefix + getElementKey(child, i);
|
|
1089
|
+
subtreeCount += mapIntoArray(child, array, escapedPrefix, nextName, callback);
|
|
1090
|
+
}
|
|
1091
|
+
} else {
|
|
1092
|
+
var iteratorFn = getIteratorFn(children);
|
|
1093
|
+
|
|
1094
|
+
if (typeof iteratorFn === 'function') {
|
|
1095
|
+
var iterableChildren = children;
|
|
1096
|
+
|
|
1097
|
+
{
|
|
1098
|
+
// Warn about using Maps as children
|
|
1099
|
+
if (iteratorFn === iterableChildren.entries) {
|
|
1100
|
+
if (!didWarnAboutMaps) {
|
|
1101
|
+
warn('Using Maps as children is not supported. ' + 'Use an array of keyed ReactElements instead.');
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
didWarnAboutMaps = true;
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
var iterator = iteratorFn.call(iterableChildren);
|
|
1109
|
+
var step;
|
|
1110
|
+
var ii = 0;
|
|
1111
|
+
|
|
1112
|
+
while (!(step = iterator.next()).done) {
|
|
1113
|
+
child = step.value;
|
|
1114
|
+
nextName = nextNamePrefix + getElementKey(child, ii++);
|
|
1115
|
+
subtreeCount += mapIntoArray(child, array, escapedPrefix, nextName, callback);
|
|
1116
|
+
}
|
|
1117
|
+
} else if (type === 'object') {
|
|
1118
|
+
// eslint-disable-next-line react-internal/safe-string-coercion
|
|
1119
|
+
var childrenString = String(children);
|
|
1120
|
+
throw new Error("Objects are not valid as a React child (found: " + (childrenString === '[object Object]' ? 'object with keys {' + Object.keys(children).join(', ') + '}' : childrenString) + "). " + 'If you meant to render a collection of children, use an array ' + 'instead.');
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
return subtreeCount;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
/**
|
|
1128
|
+
* Maps children that are typically specified as `props.children`.
|
|
1129
|
+
*
|
|
1130
|
+
* See https://reactjs.org/docs/react-api.html#reactchildrenmap
|
|
1131
|
+
*
|
|
1132
|
+
* The provided mapFunction(child, index) will be called for each
|
|
1133
|
+
* leaf child.
|
|
1134
|
+
*
|
|
1135
|
+
* @param {?*} children Children tree container.
|
|
1136
|
+
* @param {function(*, int)} func The map function.
|
|
1137
|
+
* @param {*} context Context for mapFunction.
|
|
1138
|
+
* @return {object} Object containing the ordered map of results.
|
|
1139
|
+
*/
|
|
1140
|
+
function mapChildren(children, func, context) {
|
|
1141
|
+
if (children == null) {
|
|
1142
|
+
return children;
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
var result = [];
|
|
1146
|
+
var count = 0;
|
|
1147
|
+
mapIntoArray(children, result, '', '', function (child) {
|
|
1148
|
+
return func.call(context, child, count++);
|
|
1149
|
+
});
|
|
1150
|
+
return result;
|
|
1151
|
+
}
|
|
1152
|
+
/**
|
|
1153
|
+
* Count the number of children that are typically specified as
|
|
1154
|
+
* `props.children`.
|
|
1155
|
+
*
|
|
1156
|
+
* See https://reactjs.org/docs/react-api.html#reactchildrencount
|
|
1157
|
+
*
|
|
1158
|
+
* @param {?*} children Children tree container.
|
|
1159
|
+
* @return {number} The number of children.
|
|
1160
|
+
*/
|
|
1161
|
+
|
|
1162
|
+
|
|
1163
|
+
function countChildren(children) {
|
|
1164
|
+
var n = 0;
|
|
1165
|
+
mapChildren(children, function () {
|
|
1166
|
+
n++; // Don't return anything
|
|
1167
|
+
});
|
|
1168
|
+
return n;
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
/**
|
|
1172
|
+
* Iterates through children that are typically specified as `props.children`.
|
|
1173
|
+
*
|
|
1174
|
+
* See https://reactjs.org/docs/react-api.html#reactchildrenforeach
|
|
1175
|
+
*
|
|
1176
|
+
* The provided forEachFunc(child, index) will be called for each
|
|
1177
|
+
* leaf child.
|
|
1178
|
+
*
|
|
1179
|
+
* @param {?*} children Children tree container.
|
|
1180
|
+
* @param {function(*, int)} forEachFunc
|
|
1181
|
+
* @param {*} forEachContext Context for forEachContext.
|
|
1182
|
+
*/
|
|
1183
|
+
function forEachChildren(children, forEachFunc, forEachContext) {
|
|
1184
|
+
mapChildren(children, function () {
|
|
1185
|
+
forEachFunc.apply(this, arguments); // Don't return anything.
|
|
1186
|
+
}, forEachContext);
|
|
1187
|
+
}
|
|
1188
|
+
/**
|
|
1189
|
+
* Flatten a children object (typically specified as `props.children`) and
|
|
1190
|
+
* return an array with appropriately re-keyed children.
|
|
1191
|
+
*
|
|
1192
|
+
* See https://reactjs.org/docs/react-api.html#reactchildrentoarray
|
|
1193
|
+
*/
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
function toArray(children) {
|
|
1197
|
+
return mapChildren(children, function (child) {
|
|
1198
|
+
return child;
|
|
1199
|
+
}) || [];
|
|
1200
|
+
}
|
|
1201
|
+
/**
|
|
1202
|
+
* Returns the first child in a collection of children and verifies that there
|
|
1203
|
+
* is only one child in the collection.
|
|
1204
|
+
*
|
|
1205
|
+
* See https://reactjs.org/docs/react-api.html#reactchildrenonly
|
|
1206
|
+
*
|
|
1207
|
+
* The current implementation of this function assumes that a single child gets
|
|
1208
|
+
* passed without a wrapper, but the purpose of this helper function is to
|
|
1209
|
+
* abstract away the particular structure of children.
|
|
1210
|
+
*
|
|
1211
|
+
* @param {?object} children Child collection structure.
|
|
1212
|
+
* @return {ReactElement} The first and only `ReactElement` contained in the
|
|
1213
|
+
* structure.
|
|
1214
|
+
*/
|
|
1215
|
+
|
|
1216
|
+
|
|
1217
|
+
function onlyChild(children) {
|
|
1218
|
+
if (!isValidElement(children)) {
|
|
1219
|
+
throw new Error('React.Children.only expected to receive a single React element child.');
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
return children;
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
function createContext(defaultValue) {
|
|
1226
|
+
// TODO: Second argument used to be an optional `calculateChangedBits`
|
|
1227
|
+
// function. Warn to reserve for future use?
|
|
1228
|
+
var context = {
|
|
1229
|
+
$$typeof: REACT_CONTEXT_TYPE,
|
|
1230
|
+
// As a workaround to support multiple concurrent renderers, we categorize
|
|
1231
|
+
// some renderers as primary and others as secondary. We only expect
|
|
1232
|
+
// there to be two concurrent renderers at most: React Native (primary) and
|
|
1233
|
+
// Fabric (secondary); React DOM (primary) and React ART (secondary).
|
|
1234
|
+
// Secondary renderers store their context values on separate fields.
|
|
1235
|
+
_currentValue: defaultValue,
|
|
1236
|
+
_currentValue2: defaultValue,
|
|
1237
|
+
// Used to track how many concurrent renderers this context currently
|
|
1238
|
+
// supports within in a single renderer. Such as parallel server rendering.
|
|
1239
|
+
_threadCount: 0,
|
|
1240
|
+
// These are circular
|
|
1241
|
+
Provider: null,
|
|
1242
|
+
Consumer: null,
|
|
1243
|
+
// Add these to use same hidden class in VM as ServerContext
|
|
1244
|
+
_defaultValue: null,
|
|
1245
|
+
_globalName: null
|
|
1246
|
+
};
|
|
1247
|
+
context.Provider = {
|
|
1248
|
+
$$typeof: REACT_PROVIDER_TYPE,
|
|
1249
|
+
_context: context
|
|
1250
|
+
};
|
|
1251
|
+
var hasWarnedAboutUsingNestedContextConsumers = false;
|
|
1252
|
+
var hasWarnedAboutUsingConsumerProvider = false;
|
|
1253
|
+
var hasWarnedAboutDisplayNameOnConsumer = false;
|
|
1254
|
+
|
|
1255
|
+
{
|
|
1256
|
+
// A separate object, but proxies back to the original context object for
|
|
1257
|
+
// backwards compatibility. It has a different $$typeof, so we can properly
|
|
1258
|
+
// warn for the incorrect usage of Context as a Consumer.
|
|
1259
|
+
var Consumer = {
|
|
1260
|
+
$$typeof: REACT_CONTEXT_TYPE,
|
|
1261
|
+
_context: context
|
|
1262
|
+
}; // $FlowFixMe: Flow complains about not setting a value, which is intentional here
|
|
1263
|
+
|
|
1264
|
+
Object.defineProperties(Consumer, {
|
|
1265
|
+
Provider: {
|
|
1266
|
+
get: function () {
|
|
1267
|
+
if (!hasWarnedAboutUsingConsumerProvider) {
|
|
1268
|
+
hasWarnedAboutUsingConsumerProvider = true;
|
|
1269
|
+
|
|
1270
|
+
error('Rendering <Context.Consumer.Provider> is not supported and will be removed in ' + 'a future major release. Did you mean to render <Context.Provider> instead?');
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
return context.Provider;
|
|
1274
|
+
},
|
|
1275
|
+
set: function (_Provider) {
|
|
1276
|
+
context.Provider = _Provider;
|
|
1277
|
+
}
|
|
1278
|
+
},
|
|
1279
|
+
_currentValue: {
|
|
1280
|
+
get: function () {
|
|
1281
|
+
return context._currentValue;
|
|
1282
|
+
},
|
|
1283
|
+
set: function (_currentValue) {
|
|
1284
|
+
context._currentValue = _currentValue;
|
|
1285
|
+
}
|
|
1286
|
+
},
|
|
1287
|
+
_currentValue2: {
|
|
1288
|
+
get: function () {
|
|
1289
|
+
return context._currentValue2;
|
|
1290
|
+
},
|
|
1291
|
+
set: function (_currentValue2) {
|
|
1292
|
+
context._currentValue2 = _currentValue2;
|
|
1293
|
+
}
|
|
1294
|
+
},
|
|
1295
|
+
_threadCount: {
|
|
1296
|
+
get: function () {
|
|
1297
|
+
return context._threadCount;
|
|
1298
|
+
},
|
|
1299
|
+
set: function (_threadCount) {
|
|
1300
|
+
context._threadCount = _threadCount;
|
|
1301
|
+
}
|
|
1302
|
+
},
|
|
1303
|
+
Consumer: {
|
|
1304
|
+
get: function () {
|
|
1305
|
+
if (!hasWarnedAboutUsingNestedContextConsumers) {
|
|
1306
|
+
hasWarnedAboutUsingNestedContextConsumers = true;
|
|
1307
|
+
|
|
1308
|
+
error('Rendering <Context.Consumer.Consumer> is not supported and will be removed in ' + 'a future major release. Did you mean to render <Context.Consumer> instead?');
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
return context.Consumer;
|
|
1312
|
+
}
|
|
1313
|
+
},
|
|
1314
|
+
displayName: {
|
|
1315
|
+
get: function () {
|
|
1316
|
+
return context.displayName;
|
|
1317
|
+
},
|
|
1318
|
+
set: function (displayName) {
|
|
1319
|
+
if (!hasWarnedAboutDisplayNameOnConsumer) {
|
|
1320
|
+
warn('Setting `displayName` on Context.Consumer has no effect. ' + "You should set it directly on the context with Context.displayName = '%s'.", displayName);
|
|
1321
|
+
|
|
1322
|
+
hasWarnedAboutDisplayNameOnConsumer = true;
|
|
1323
|
+
}
|
|
1324
|
+
}
|
|
1325
|
+
}
|
|
1326
|
+
}); // $FlowFixMe: Flow complains about missing properties because it doesn't understand defineProperty
|
|
1327
|
+
|
|
1328
|
+
context.Consumer = Consumer;
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
{
|
|
1332
|
+
context._currentRenderer = null;
|
|
1333
|
+
context._currentRenderer2 = null;
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
return context;
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
var Uninitialized = -1;
|
|
1340
|
+
var Pending = 0;
|
|
1341
|
+
var Resolved = 1;
|
|
1342
|
+
var Rejected = 2;
|
|
1343
|
+
|
|
1344
|
+
function lazyInitializer(payload) {
|
|
1345
|
+
if (payload._status === Uninitialized) {
|
|
1346
|
+
var ctor = payload._result;
|
|
1347
|
+
var thenable = ctor(); // Transition to the next state.
|
|
1348
|
+
// This might throw either because it's missing or throws. If so, we treat it
|
|
1349
|
+
// as still uninitialized and try again next time. Which is the same as what
|
|
1350
|
+
// happens if the ctor or any wrappers processing the ctor throws. This might
|
|
1351
|
+
// end up fixing it if the resolution was a concurrency bug.
|
|
1352
|
+
|
|
1353
|
+
thenable.then(function (moduleObject) {
|
|
1354
|
+
if (payload._status === Pending || payload._status === Uninitialized) {
|
|
1355
|
+
// Transition to the next state.
|
|
1356
|
+
var resolved = payload;
|
|
1357
|
+
resolved._status = Resolved;
|
|
1358
|
+
resolved._result = moduleObject;
|
|
1359
|
+
}
|
|
1360
|
+
}, function (error) {
|
|
1361
|
+
if (payload._status === Pending || payload._status === Uninitialized) {
|
|
1362
|
+
// Transition to the next state.
|
|
1363
|
+
var rejected = payload;
|
|
1364
|
+
rejected._status = Rejected;
|
|
1365
|
+
rejected._result = error;
|
|
1366
|
+
}
|
|
1367
|
+
});
|
|
1368
|
+
|
|
1369
|
+
if (payload._status === Uninitialized) {
|
|
1370
|
+
// In case, we're still uninitialized, then we're waiting for the thenable
|
|
1371
|
+
// to resolve. Set it as pending in the meantime.
|
|
1372
|
+
var pending = payload;
|
|
1373
|
+
pending._status = Pending;
|
|
1374
|
+
pending._result = thenable;
|
|
1375
|
+
}
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
if (payload._status === Resolved) {
|
|
1379
|
+
var moduleObject = payload._result;
|
|
1380
|
+
|
|
1381
|
+
{
|
|
1382
|
+
if (moduleObject === undefined) {
|
|
1383
|
+
error('lazy: Expected the result of a dynamic imp' + 'ort() call. ' + 'Instead received: %s\n\nYour code should look like: \n ' + // Break up imports to avoid accidentally parsing them as dependencies.
|
|
1384
|
+
'const MyComponent = lazy(() => imp' + "ort('./MyComponent'))\n\n" + 'Did you accidentally put curly braces around the import?', moduleObject);
|
|
1385
|
+
}
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1388
|
+
{
|
|
1389
|
+
if (!('default' in moduleObject)) {
|
|
1390
|
+
error('lazy: Expected the result of a dynamic imp' + 'ort() call. ' + 'Instead received: %s\n\nYour code should look like: \n ' + // Break up imports to avoid accidentally parsing them as dependencies.
|
|
1391
|
+
'const MyComponent = lazy(() => imp' + "ort('./MyComponent'))", moduleObject);
|
|
1392
|
+
}
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
return moduleObject.default;
|
|
1396
|
+
} else {
|
|
1397
|
+
throw payload._result;
|
|
1398
|
+
}
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
function lazy(ctor) {
|
|
1402
|
+
var payload = {
|
|
1403
|
+
// We use these fields to store the result.
|
|
1404
|
+
_status: Uninitialized,
|
|
1405
|
+
_result: ctor
|
|
1406
|
+
};
|
|
1407
|
+
var lazyType = {
|
|
1408
|
+
$$typeof: REACT_LAZY_TYPE,
|
|
1409
|
+
_payload: payload,
|
|
1410
|
+
_init: lazyInitializer
|
|
1411
|
+
};
|
|
1412
|
+
|
|
1413
|
+
{
|
|
1414
|
+
// In production, this would just set it on the object.
|
|
1415
|
+
var defaultProps;
|
|
1416
|
+
var propTypes; // $FlowFixMe
|
|
1417
|
+
|
|
1418
|
+
Object.defineProperties(lazyType, {
|
|
1419
|
+
defaultProps: {
|
|
1420
|
+
configurable: true,
|
|
1421
|
+
get: function () {
|
|
1422
|
+
return defaultProps;
|
|
1423
|
+
},
|
|
1424
|
+
set: function (newDefaultProps) {
|
|
1425
|
+
error('React.lazy(...): It is not supported to assign `defaultProps` to ' + 'a lazy component import. Either specify them where the component ' + 'is defined, or create a wrapping component around it.');
|
|
1426
|
+
|
|
1427
|
+
defaultProps = newDefaultProps; // Match production behavior more closely:
|
|
1428
|
+
// $FlowFixMe
|
|
1429
|
+
|
|
1430
|
+
Object.defineProperty(lazyType, 'defaultProps', {
|
|
1431
|
+
enumerable: true
|
|
1432
|
+
});
|
|
1433
|
+
}
|
|
1434
|
+
},
|
|
1435
|
+
propTypes: {
|
|
1436
|
+
configurable: true,
|
|
1437
|
+
get: function () {
|
|
1438
|
+
return propTypes;
|
|
1439
|
+
},
|
|
1440
|
+
set: function (newPropTypes) {
|
|
1441
|
+
error('React.lazy(...): It is not supported to assign `propTypes` to ' + 'a lazy component import. Either specify them where the component ' + 'is defined, or create a wrapping component around it.');
|
|
1442
|
+
|
|
1443
|
+
propTypes = newPropTypes; // Match production behavior more closely:
|
|
1444
|
+
// $FlowFixMe
|
|
1445
|
+
|
|
1446
|
+
Object.defineProperty(lazyType, 'propTypes', {
|
|
1447
|
+
enumerable: true
|
|
1448
|
+
});
|
|
1449
|
+
}
|
|
1450
|
+
}
|
|
1451
|
+
});
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
return lazyType;
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
function forwardRef(render) {
|
|
1458
|
+
{
|
|
1459
|
+
if (render != null && render.$$typeof === REACT_MEMO_TYPE) {
|
|
1460
|
+
error('forwardRef requires a render function but received a `memo` ' + 'component. Instead of forwardRef(memo(...)), use ' + 'memo(forwardRef(...)).');
|
|
1461
|
+
} else if (typeof render !== 'function') {
|
|
1462
|
+
error('forwardRef requires a render function but was given %s.', render === null ? 'null' : typeof render);
|
|
1463
|
+
} else {
|
|
1464
|
+
if (render.length !== 0 && render.length !== 2) {
|
|
1465
|
+
error('forwardRef render functions accept exactly two parameters: props and ref. %s', render.length === 1 ? 'Did you forget to use the ref parameter?' : 'Any additional parameter will be undefined.');
|
|
1466
|
+
}
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
if (render != null) {
|
|
1470
|
+
if (render.defaultProps != null || render.propTypes != null) {
|
|
1471
|
+
error('forwardRef render functions do not support propTypes or defaultProps. ' + 'Did you accidentally pass a React component?');
|
|
1472
|
+
}
|
|
1473
|
+
}
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
var elementType = {
|
|
1477
|
+
$$typeof: REACT_FORWARD_REF_TYPE,
|
|
1478
|
+
render: render
|
|
1479
|
+
};
|
|
1480
|
+
|
|
1481
|
+
{
|
|
1482
|
+
var ownName;
|
|
1483
|
+
Object.defineProperty(elementType, 'displayName', {
|
|
1484
|
+
enumerable: false,
|
|
1485
|
+
configurable: true,
|
|
1486
|
+
get: function () {
|
|
1487
|
+
return ownName;
|
|
1488
|
+
},
|
|
1489
|
+
set: function (name) {
|
|
1490
|
+
ownName = name; // The inner component shouldn't inherit this display name in most cases,
|
|
1491
|
+
// because the component may be used elsewhere.
|
|
1492
|
+
// But it's nice for anonymous functions to inherit the name,
|
|
1493
|
+
// so that our component-stack generation logic will display their frames.
|
|
1494
|
+
// An anonymous function generally suggests a pattern like:
|
|
1495
|
+
// React.forwardRef((props, ref) => {...});
|
|
1496
|
+
// This kind of inner function is not used elsewhere so the side effect is okay.
|
|
1497
|
+
|
|
1498
|
+
if (!render.name && !render.displayName) {
|
|
1499
|
+
render.displayName = name;
|
|
1500
|
+
}
|
|
1501
|
+
}
|
|
1502
|
+
});
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1505
|
+
return elementType;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
var REACT_MODULE_REFERENCE;
|
|
1509
|
+
|
|
1510
|
+
{
|
|
1511
|
+
REACT_MODULE_REFERENCE = Symbol.for('react.module.reference');
|
|
1512
|
+
}
|
|
1513
|
+
|
|
1514
|
+
function isValidElementType(type) {
|
|
1515
|
+
if (typeof type === 'string' || typeof type === 'function') {
|
|
1516
|
+
return true;
|
|
1517
|
+
} // Note: typeof might be other than 'symbol' or 'number' (e.g. if it's a polyfill).
|
|
1518
|
+
|
|
1519
|
+
|
|
1520
|
+
if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || enableDebugTracing || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || enableLegacyHidden || type === REACT_OFFSCREEN_TYPE || enableScopeAPI || enableCacheElement || enableTransitionTracing ) {
|
|
1521
|
+
return true;
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
if (typeof type === 'object' && type !== null) {
|
|
1525
|
+
if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || // This needs to include all possible module reference object
|
|
1526
|
+
// types supported by any Flight configuration anywhere since
|
|
1527
|
+
// we don't know which Flight build this will end up being used
|
|
1528
|
+
// with.
|
|
1529
|
+
type.$$typeof === REACT_MODULE_REFERENCE || type.getModuleId !== undefined) {
|
|
1530
|
+
return true;
|
|
1531
|
+
}
|
|
1532
|
+
}
|
|
1533
|
+
|
|
1534
|
+
return false;
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
function memo(type, compare) {
|
|
1538
|
+
{
|
|
1539
|
+
if (!isValidElementType(type)) {
|
|
1540
|
+
error('memo: The first argument must be a component. Instead ' + 'received: %s', type === null ? 'null' : typeof type);
|
|
1541
|
+
}
|
|
1542
|
+
}
|
|
1543
|
+
|
|
1544
|
+
var elementType = {
|
|
1545
|
+
$$typeof: REACT_MEMO_TYPE,
|
|
1546
|
+
type: type,
|
|
1547
|
+
compare: compare === undefined ? null : compare
|
|
1548
|
+
};
|
|
1549
|
+
|
|
1550
|
+
{
|
|
1551
|
+
var ownName;
|
|
1552
|
+
Object.defineProperty(elementType, 'displayName', {
|
|
1553
|
+
enumerable: false,
|
|
1554
|
+
configurable: true,
|
|
1555
|
+
get: function () {
|
|
1556
|
+
return ownName;
|
|
1557
|
+
},
|
|
1558
|
+
set: function (name) {
|
|
1559
|
+
ownName = name; // The inner component shouldn't inherit this display name in most cases,
|
|
1560
|
+
// because the component may be used elsewhere.
|
|
1561
|
+
// But it's nice for anonymous functions to inherit the name,
|
|
1562
|
+
// so that our component-stack generation logic will display their frames.
|
|
1563
|
+
// An anonymous function generally suggests a pattern like:
|
|
1564
|
+
// React.memo((props) => {...});
|
|
1565
|
+
// This kind of inner function is not used elsewhere so the side effect is okay.
|
|
1566
|
+
|
|
1567
|
+
if (!type.name && !type.displayName) {
|
|
1568
|
+
type.displayName = name;
|
|
1569
|
+
}
|
|
1570
|
+
}
|
|
1571
|
+
});
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1574
|
+
return elementType;
|
|
1575
|
+
}
|
|
1576
|
+
|
|
1577
|
+
function resolveDispatcher() {
|
|
1578
|
+
var dispatcher = ReactCurrentDispatcher.current;
|
|
1579
|
+
|
|
1580
|
+
{
|
|
1581
|
+
if (dispatcher === null) {
|
|
1582
|
+
error('Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for' + ' one of the following reasons:\n' + '1. You might have mismatching versions of React and the renderer (such as React DOM)\n' + '2. You might be breaking the Rules of Hooks\n' + '3. You might have more than one copy of React in the same app\n' + 'See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.');
|
|
1583
|
+
}
|
|
1584
|
+
} // Will result in a null access error if accessed outside render phase. We
|
|
1585
|
+
// intentionally don't throw our own error because this is in a hot path.
|
|
1586
|
+
// Also helps ensure this is inlined.
|
|
1587
|
+
|
|
1588
|
+
|
|
1589
|
+
return dispatcher;
|
|
1590
|
+
}
|
|
1591
|
+
function useContext(Context) {
|
|
1592
|
+
var dispatcher = resolveDispatcher();
|
|
1593
|
+
|
|
1594
|
+
{
|
|
1595
|
+
// TODO: add a more generic warning for invalid values.
|
|
1596
|
+
if (Context._context !== undefined) {
|
|
1597
|
+
var realContext = Context._context; // Don't deduplicate because this legitimately causes bugs
|
|
1598
|
+
// and nobody should be using this in existing code.
|
|
1599
|
+
|
|
1600
|
+
if (realContext.Consumer === Context) {
|
|
1601
|
+
error('Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be ' + 'removed in a future major release. Did you mean to call useContext(Context) instead?');
|
|
1602
|
+
} else if (realContext.Provider === Context) {
|
|
1603
|
+
error('Calling useContext(Context.Provider) is not supported. ' + 'Did you mean to call useContext(Context) instead?');
|
|
1604
|
+
}
|
|
1605
|
+
}
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
return dispatcher.useContext(Context);
|
|
1609
|
+
}
|
|
1610
|
+
function useState(initialState) {
|
|
1611
|
+
var dispatcher = resolveDispatcher();
|
|
1612
|
+
return dispatcher.useState(initialState);
|
|
1613
|
+
}
|
|
1614
|
+
function useReducer(reducer, initialArg, init) {
|
|
1615
|
+
var dispatcher = resolveDispatcher();
|
|
1616
|
+
return dispatcher.useReducer(reducer, initialArg, init);
|
|
1617
|
+
}
|
|
1618
|
+
function useRef(initialValue) {
|
|
1619
|
+
var dispatcher = resolveDispatcher();
|
|
1620
|
+
return dispatcher.useRef(initialValue);
|
|
1621
|
+
}
|
|
1622
|
+
function useEffect(create, deps) {
|
|
1623
|
+
var dispatcher = resolveDispatcher();
|
|
1624
|
+
return dispatcher.useEffect(create, deps);
|
|
1625
|
+
}
|
|
1626
|
+
function useInsertionEffect(create, deps) {
|
|
1627
|
+
var dispatcher = resolveDispatcher();
|
|
1628
|
+
return dispatcher.useInsertionEffect(create, deps);
|
|
1629
|
+
}
|
|
1630
|
+
function useLayoutEffect(create, deps) {
|
|
1631
|
+
var dispatcher = resolveDispatcher();
|
|
1632
|
+
return dispatcher.useLayoutEffect(create, deps);
|
|
1633
|
+
}
|
|
1634
|
+
function useCallback(callback, deps) {
|
|
1635
|
+
var dispatcher = resolveDispatcher();
|
|
1636
|
+
return dispatcher.useCallback(callback, deps);
|
|
1637
|
+
}
|
|
1638
|
+
function useMemo(create, deps) {
|
|
1639
|
+
var dispatcher = resolveDispatcher();
|
|
1640
|
+
return dispatcher.useMemo(create, deps);
|
|
1641
|
+
}
|
|
1642
|
+
function useImperativeHandle(ref, create, deps) {
|
|
1643
|
+
var dispatcher = resolveDispatcher();
|
|
1644
|
+
return dispatcher.useImperativeHandle(ref, create, deps);
|
|
1645
|
+
}
|
|
1646
|
+
function useDebugValue(value, formatterFn) {
|
|
1647
|
+
{
|
|
1648
|
+
var dispatcher = resolveDispatcher();
|
|
1649
|
+
return dispatcher.useDebugValue(value, formatterFn);
|
|
1650
|
+
}
|
|
1651
|
+
}
|
|
1652
|
+
function useTransition() {
|
|
1653
|
+
var dispatcher = resolveDispatcher();
|
|
1654
|
+
return dispatcher.useTransition();
|
|
1655
|
+
}
|
|
1656
|
+
function useDeferredValue(value) {
|
|
1657
|
+
var dispatcher = resolveDispatcher();
|
|
1658
|
+
return dispatcher.useDeferredValue(value);
|
|
1659
|
+
}
|
|
1660
|
+
function useId() {
|
|
1661
|
+
var dispatcher = resolveDispatcher();
|
|
1662
|
+
return dispatcher.useId();
|
|
1663
|
+
}
|
|
1664
|
+
function useSyncExternalStore(subscribe, getSnapshot, getServerSnapshot) {
|
|
1665
|
+
var dispatcher = resolveDispatcher();
|
|
1666
|
+
return dispatcher.useSyncExternalStore(subscribe, getSnapshot, getServerSnapshot);
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
// Helpers to patch console.logs to avoid logging during side-effect free
|
|
1670
|
+
// replaying on render function. This currently only patches the object
|
|
1671
|
+
// lazily which won't cover if the log function was extracted eagerly.
|
|
1672
|
+
// We could also eagerly patch the method.
|
|
1673
|
+
var disabledDepth = 0;
|
|
1674
|
+
var prevLog;
|
|
1675
|
+
var prevInfo;
|
|
1676
|
+
var prevWarn;
|
|
1677
|
+
var prevError;
|
|
1678
|
+
var prevGroup;
|
|
1679
|
+
var prevGroupCollapsed;
|
|
1680
|
+
var prevGroupEnd;
|
|
1681
|
+
|
|
1682
|
+
function disabledLog() {}
|
|
1683
|
+
|
|
1684
|
+
disabledLog.__reactDisabledLog = true;
|
|
1685
|
+
function disableLogs() {
|
|
1686
|
+
{
|
|
1687
|
+
if (disabledDepth === 0) {
|
|
1688
|
+
/* eslint-disable react-internal/no-production-logging */
|
|
1689
|
+
prevLog = console.log;
|
|
1690
|
+
prevInfo = console.info;
|
|
1691
|
+
prevWarn = console.warn;
|
|
1692
|
+
prevError = console.error;
|
|
1693
|
+
prevGroup = console.group;
|
|
1694
|
+
prevGroupCollapsed = console.groupCollapsed;
|
|
1695
|
+
prevGroupEnd = console.groupEnd; // https://github.com/facebook/react/issues/19099
|
|
1696
|
+
|
|
1697
|
+
var props = {
|
|
1698
|
+
configurable: true,
|
|
1699
|
+
enumerable: true,
|
|
1700
|
+
value: disabledLog,
|
|
1701
|
+
writable: true
|
|
1702
|
+
}; // $FlowFixMe Flow thinks console is immutable.
|
|
1703
|
+
|
|
1704
|
+
Object.defineProperties(console, {
|
|
1705
|
+
info: props,
|
|
1706
|
+
log: props,
|
|
1707
|
+
warn: props,
|
|
1708
|
+
error: props,
|
|
1709
|
+
group: props,
|
|
1710
|
+
groupCollapsed: props,
|
|
1711
|
+
groupEnd: props
|
|
1712
|
+
});
|
|
1713
|
+
/* eslint-enable react-internal/no-production-logging */
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
disabledDepth++;
|
|
1717
|
+
}
|
|
1718
|
+
}
|
|
1719
|
+
function reenableLogs() {
|
|
1720
|
+
{
|
|
1721
|
+
disabledDepth--;
|
|
1722
|
+
|
|
1723
|
+
if (disabledDepth === 0) {
|
|
1724
|
+
/* eslint-disable react-internal/no-production-logging */
|
|
1725
|
+
var props = {
|
|
1726
|
+
configurable: true,
|
|
1727
|
+
enumerable: true,
|
|
1728
|
+
writable: true
|
|
1729
|
+
}; // $FlowFixMe Flow thinks console is immutable.
|
|
1730
|
+
|
|
1731
|
+
Object.defineProperties(console, {
|
|
1732
|
+
log: assign({}, props, {
|
|
1733
|
+
value: prevLog
|
|
1734
|
+
}),
|
|
1735
|
+
info: assign({}, props, {
|
|
1736
|
+
value: prevInfo
|
|
1737
|
+
}),
|
|
1738
|
+
warn: assign({}, props, {
|
|
1739
|
+
value: prevWarn
|
|
1740
|
+
}),
|
|
1741
|
+
error: assign({}, props, {
|
|
1742
|
+
value: prevError
|
|
1743
|
+
}),
|
|
1744
|
+
group: assign({}, props, {
|
|
1745
|
+
value: prevGroup
|
|
1746
|
+
}),
|
|
1747
|
+
groupCollapsed: assign({}, props, {
|
|
1748
|
+
value: prevGroupCollapsed
|
|
1749
|
+
}),
|
|
1750
|
+
groupEnd: assign({}, props, {
|
|
1751
|
+
value: prevGroupEnd
|
|
1752
|
+
})
|
|
1753
|
+
});
|
|
1754
|
+
/* eslint-enable react-internal/no-production-logging */
|
|
1755
|
+
}
|
|
1756
|
+
|
|
1757
|
+
if (disabledDepth < 0) {
|
|
1758
|
+
error('disabledDepth fell below zero. ' + 'This is a bug in React. Please file an issue.');
|
|
1759
|
+
}
|
|
1760
|
+
}
|
|
1761
|
+
}
|
|
1762
|
+
|
|
1763
|
+
var ReactCurrentDispatcher$1 = ReactSharedInternals.ReactCurrentDispatcher;
|
|
1764
|
+
var prefix;
|
|
1765
|
+
function describeBuiltInComponentFrame(name, source, ownerFn) {
|
|
1766
|
+
{
|
|
1767
|
+
if (prefix === undefined) {
|
|
1768
|
+
// Extract the VM specific prefix used by each line.
|
|
1769
|
+
try {
|
|
1770
|
+
throw Error();
|
|
1771
|
+
} catch (x) {
|
|
1772
|
+
var match = x.stack.trim().match(/\n( *(at )?)/);
|
|
1773
|
+
prefix = match && match[1] || '';
|
|
1774
|
+
}
|
|
1775
|
+
} // We use the prefix to ensure our stacks line up with native stack frames.
|
|
1776
|
+
|
|
1777
|
+
|
|
1778
|
+
return '\n' + prefix + name;
|
|
1779
|
+
}
|
|
1780
|
+
}
|
|
1781
|
+
var reentry = false;
|
|
1782
|
+
var componentFrameCache;
|
|
1783
|
+
|
|
1784
|
+
{
|
|
1785
|
+
var PossiblyWeakMap = typeof WeakMap === 'function' ? WeakMap : Map;
|
|
1786
|
+
componentFrameCache = new PossiblyWeakMap();
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1789
|
+
function describeNativeComponentFrame(fn, construct) {
|
|
1790
|
+
// If something asked for a stack inside a fake render, it should get ignored.
|
|
1791
|
+
if ( !fn || reentry) {
|
|
1792
|
+
return '';
|
|
1793
|
+
}
|
|
1794
|
+
|
|
1795
|
+
{
|
|
1796
|
+
var frame = componentFrameCache.get(fn);
|
|
1797
|
+
|
|
1798
|
+
if (frame !== undefined) {
|
|
1799
|
+
return frame;
|
|
1800
|
+
}
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1803
|
+
var control;
|
|
1804
|
+
reentry = true;
|
|
1805
|
+
var previousPrepareStackTrace = Error.prepareStackTrace; // $FlowFixMe It does accept undefined.
|
|
1806
|
+
|
|
1807
|
+
Error.prepareStackTrace = undefined;
|
|
1808
|
+
var previousDispatcher;
|
|
1809
|
+
|
|
1810
|
+
{
|
|
1811
|
+
previousDispatcher = ReactCurrentDispatcher$1.current; // Set the dispatcher in DEV because this might be call in the render function
|
|
1812
|
+
// for warnings.
|
|
1813
|
+
|
|
1814
|
+
ReactCurrentDispatcher$1.current = null;
|
|
1815
|
+
disableLogs();
|
|
1816
|
+
}
|
|
1817
|
+
|
|
1818
|
+
try {
|
|
1819
|
+
// This should throw.
|
|
1820
|
+
if (construct) {
|
|
1821
|
+
// Something should be setting the props in the constructor.
|
|
1822
|
+
var Fake = function () {
|
|
1823
|
+
throw Error();
|
|
1824
|
+
}; // $FlowFixMe
|
|
1825
|
+
|
|
1826
|
+
|
|
1827
|
+
Object.defineProperty(Fake.prototype, 'props', {
|
|
1828
|
+
set: function () {
|
|
1829
|
+
// We use a throwing setter instead of frozen or non-writable props
|
|
1830
|
+
// because that won't throw in a non-strict mode function.
|
|
1831
|
+
throw Error();
|
|
1832
|
+
}
|
|
1833
|
+
});
|
|
1834
|
+
|
|
1835
|
+
if (typeof Reflect === 'object' && Reflect.construct) {
|
|
1836
|
+
// We construct a different control for this case to include any extra
|
|
1837
|
+
// frames added by the construct call.
|
|
1838
|
+
try {
|
|
1839
|
+
Reflect.construct(Fake, []);
|
|
1840
|
+
} catch (x) {
|
|
1841
|
+
control = x;
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1844
|
+
Reflect.construct(fn, [], Fake);
|
|
1845
|
+
} else {
|
|
1846
|
+
try {
|
|
1847
|
+
Fake.call();
|
|
1848
|
+
} catch (x) {
|
|
1849
|
+
control = x;
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1852
|
+
fn.call(Fake.prototype);
|
|
1853
|
+
}
|
|
1854
|
+
} else {
|
|
1855
|
+
try {
|
|
1856
|
+
throw Error();
|
|
1857
|
+
} catch (x) {
|
|
1858
|
+
control = x;
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
fn();
|
|
1862
|
+
}
|
|
1863
|
+
} catch (sample) {
|
|
1864
|
+
// This is inlined manually because closure doesn't do it for us.
|
|
1865
|
+
if (sample && control && typeof sample.stack === 'string') {
|
|
1866
|
+
// This extracts the first frame from the sample that isn't also in the control.
|
|
1867
|
+
// Skipping one frame that we assume is the frame that calls the two.
|
|
1868
|
+
var sampleLines = sample.stack.split('\n');
|
|
1869
|
+
var controlLines = control.stack.split('\n');
|
|
1870
|
+
var s = sampleLines.length - 1;
|
|
1871
|
+
var c = controlLines.length - 1;
|
|
1872
|
+
|
|
1873
|
+
while (s >= 1 && c >= 0 && sampleLines[s] !== controlLines[c]) {
|
|
1874
|
+
// We expect at least one stack frame to be shared.
|
|
1875
|
+
// Typically this will be the root most one. However, stack frames may be
|
|
1876
|
+
// cut off due to maximum stack limits. In this case, one maybe cut off
|
|
1877
|
+
// earlier than the other. We assume that the sample is longer or the same
|
|
1878
|
+
// and there for cut off earlier. So we should find the root most frame in
|
|
1879
|
+
// the sample somewhere in the control.
|
|
1880
|
+
c--;
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
for (; s >= 1 && c >= 0; s--, c--) {
|
|
1884
|
+
// Next we find the first one that isn't the same which should be the
|
|
1885
|
+
// frame that called our sample function and the control.
|
|
1886
|
+
if (sampleLines[s] !== controlLines[c]) {
|
|
1887
|
+
// In V8, the first line is describing the message but other VMs don't.
|
|
1888
|
+
// If we're about to return the first line, and the control is also on the same
|
|
1889
|
+
// line, that's a pretty good indicator that our sample threw at same line as
|
|
1890
|
+
// the control. I.e. before we entered the sample frame. So we ignore this result.
|
|
1891
|
+
// This can happen if you passed a class to function component, or non-function.
|
|
1892
|
+
if (s !== 1 || c !== 1) {
|
|
1893
|
+
do {
|
|
1894
|
+
s--;
|
|
1895
|
+
c--; // We may still have similar intermediate frames from the construct call.
|
|
1896
|
+
// The next one that isn't the same should be our match though.
|
|
1897
|
+
|
|
1898
|
+
if (c < 0 || sampleLines[s] !== controlLines[c]) {
|
|
1899
|
+
// V8 adds a "new" prefix for native classes. Let's remove it to make it prettier.
|
|
1900
|
+
var _frame = '\n' + sampleLines[s].replace(' at new ', ' at '); // If our component frame is labeled "<anonymous>"
|
|
1901
|
+
// but we have a user-provided "displayName"
|
|
1902
|
+
// splice it in to make the stack more readable.
|
|
1903
|
+
|
|
1904
|
+
|
|
1905
|
+
if (fn.displayName && _frame.includes('<anonymous>')) {
|
|
1906
|
+
_frame = _frame.replace('<anonymous>', fn.displayName);
|
|
1907
|
+
}
|
|
1908
|
+
|
|
1909
|
+
{
|
|
1910
|
+
if (typeof fn === 'function') {
|
|
1911
|
+
componentFrameCache.set(fn, _frame);
|
|
1912
|
+
}
|
|
1913
|
+
} // Return the line we found.
|
|
1914
|
+
|
|
1915
|
+
|
|
1916
|
+
return _frame;
|
|
1917
|
+
}
|
|
1918
|
+
} while (s >= 1 && c >= 0);
|
|
1919
|
+
}
|
|
1920
|
+
|
|
1921
|
+
break;
|
|
1922
|
+
}
|
|
1923
|
+
}
|
|
1924
|
+
}
|
|
1925
|
+
} finally {
|
|
1926
|
+
reentry = false;
|
|
1927
|
+
|
|
1928
|
+
{
|
|
1929
|
+
ReactCurrentDispatcher$1.current = previousDispatcher;
|
|
1930
|
+
reenableLogs();
|
|
1931
|
+
}
|
|
1932
|
+
|
|
1933
|
+
Error.prepareStackTrace = previousPrepareStackTrace;
|
|
1934
|
+
} // Fallback to just using the name if we couldn't make it throw.
|
|
1935
|
+
|
|
1936
|
+
|
|
1937
|
+
var name = fn ? fn.displayName || fn.name : '';
|
|
1938
|
+
var syntheticFrame = name ? describeBuiltInComponentFrame(name) : '';
|
|
1939
|
+
|
|
1940
|
+
{
|
|
1941
|
+
if (typeof fn === 'function') {
|
|
1942
|
+
componentFrameCache.set(fn, syntheticFrame);
|
|
1943
|
+
}
|
|
1944
|
+
}
|
|
1945
|
+
|
|
1946
|
+
return syntheticFrame;
|
|
1947
|
+
}
|
|
1948
|
+
function describeFunctionComponentFrame(fn, source, ownerFn) {
|
|
1949
|
+
{
|
|
1950
|
+
return describeNativeComponentFrame(fn, false);
|
|
1951
|
+
}
|
|
1952
|
+
}
|
|
1953
|
+
|
|
1954
|
+
function shouldConstruct(Component) {
|
|
1955
|
+
var prototype = Component.prototype;
|
|
1956
|
+
return !!(prototype && prototype.isReactComponent);
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1959
|
+
function describeUnknownElementTypeFrameInDEV(type, source, ownerFn) {
|
|
1960
|
+
|
|
1961
|
+
if (type == null) {
|
|
1962
|
+
return '';
|
|
1963
|
+
}
|
|
1964
|
+
|
|
1965
|
+
if (typeof type === 'function') {
|
|
1966
|
+
{
|
|
1967
|
+
return describeNativeComponentFrame(type, shouldConstruct(type));
|
|
1968
|
+
}
|
|
1969
|
+
}
|
|
1970
|
+
|
|
1971
|
+
if (typeof type === 'string') {
|
|
1972
|
+
return describeBuiltInComponentFrame(type);
|
|
1973
|
+
}
|
|
1974
|
+
|
|
1975
|
+
switch (type) {
|
|
1976
|
+
case REACT_SUSPENSE_TYPE:
|
|
1977
|
+
return describeBuiltInComponentFrame('Suspense');
|
|
1978
|
+
|
|
1979
|
+
case REACT_SUSPENSE_LIST_TYPE:
|
|
1980
|
+
return describeBuiltInComponentFrame('SuspenseList');
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1983
|
+
if (typeof type === 'object') {
|
|
1984
|
+
switch (type.$$typeof) {
|
|
1985
|
+
case REACT_FORWARD_REF_TYPE:
|
|
1986
|
+
return describeFunctionComponentFrame(type.render);
|
|
1987
|
+
|
|
1988
|
+
case REACT_MEMO_TYPE:
|
|
1989
|
+
// Memo may contain any component type so we recursively resolve it.
|
|
1990
|
+
return describeUnknownElementTypeFrameInDEV(type.type, source, ownerFn);
|
|
1991
|
+
|
|
1992
|
+
case REACT_LAZY_TYPE:
|
|
1993
|
+
{
|
|
1994
|
+
var lazyComponent = type;
|
|
1995
|
+
var payload = lazyComponent._payload;
|
|
1996
|
+
var init = lazyComponent._init;
|
|
1997
|
+
|
|
1998
|
+
try {
|
|
1999
|
+
// Lazy may contain any component type so we recursively resolve it.
|
|
2000
|
+
return describeUnknownElementTypeFrameInDEV(init(payload), source, ownerFn);
|
|
2001
|
+
} catch (x) {}
|
|
2002
|
+
}
|
|
2003
|
+
}
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
return '';
|
|
2007
|
+
}
|
|
2008
|
+
|
|
2009
|
+
var loggedTypeFailures = {};
|
|
2010
|
+
var ReactDebugCurrentFrame$1 = ReactSharedInternals.ReactDebugCurrentFrame;
|
|
2011
|
+
|
|
2012
|
+
function setCurrentlyValidatingElement(element) {
|
|
2013
|
+
{
|
|
2014
|
+
if (element) {
|
|
2015
|
+
var owner = element._owner;
|
|
2016
|
+
var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);
|
|
2017
|
+
ReactDebugCurrentFrame$1.setExtraStackFrame(stack);
|
|
2018
|
+
} else {
|
|
2019
|
+
ReactDebugCurrentFrame$1.setExtraStackFrame(null);
|
|
2020
|
+
}
|
|
2021
|
+
}
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
function checkPropTypes(typeSpecs, values, location, componentName, element) {
|
|
2025
|
+
{
|
|
2026
|
+
// $FlowFixMe This is okay but Flow doesn't know it.
|
|
2027
|
+
var has = Function.call.bind(hasOwnProperty);
|
|
2028
|
+
|
|
2029
|
+
for (var typeSpecName in typeSpecs) {
|
|
2030
|
+
if (has(typeSpecs, typeSpecName)) {
|
|
2031
|
+
var error$1 = void 0; // Prop type validation may throw. In case they do, we don't want to
|
|
2032
|
+
// fail the render phase where it didn't fail before. So we log it.
|
|
2033
|
+
// After these have been cleaned up, we'll let them throw.
|
|
2034
|
+
|
|
2035
|
+
try {
|
|
2036
|
+
// This is intentionally an invariant that gets caught. It's the same
|
|
2037
|
+
// behavior as without this statement except with a better message.
|
|
2038
|
+
if (typeof typeSpecs[typeSpecName] !== 'function') {
|
|
2039
|
+
// eslint-disable-next-line react-internal/prod-error-codes
|
|
2040
|
+
var err = Error((componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' + 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' + 'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.');
|
|
2041
|
+
err.name = 'Invariant Violation';
|
|
2042
|
+
throw err;
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
error$1 = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED');
|
|
2046
|
+
} catch (ex) {
|
|
2047
|
+
error$1 = ex;
|
|
2048
|
+
}
|
|
2049
|
+
|
|
2050
|
+
if (error$1 && !(error$1 instanceof Error)) {
|
|
2051
|
+
setCurrentlyValidatingElement(element);
|
|
2052
|
+
|
|
2053
|
+
error('%s: type specification of %s' + ' `%s` is invalid; the type checker ' + 'function must return `null` or an `Error` but returned a %s. ' + 'You may have forgotten to pass an argument to the type checker ' + 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' + 'shape all require an argument).', componentName || 'React class', location, typeSpecName, typeof error$1);
|
|
2054
|
+
|
|
2055
|
+
setCurrentlyValidatingElement(null);
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
if (error$1 instanceof Error && !(error$1.message in loggedTypeFailures)) {
|
|
2059
|
+
// Only monitor this failure once because there tends to be a lot of the
|
|
2060
|
+
// same error.
|
|
2061
|
+
loggedTypeFailures[error$1.message] = true;
|
|
2062
|
+
setCurrentlyValidatingElement(element);
|
|
2063
|
+
|
|
2064
|
+
error('Failed %s type: %s', location, error$1.message);
|
|
2065
|
+
|
|
2066
|
+
setCurrentlyValidatingElement(null);
|
|
2067
|
+
}
|
|
2068
|
+
}
|
|
2069
|
+
}
|
|
2070
|
+
}
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2073
|
+
function setCurrentlyValidatingElement$1(element) {
|
|
2074
|
+
{
|
|
2075
|
+
if (element) {
|
|
2076
|
+
var owner = element._owner;
|
|
2077
|
+
var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);
|
|
2078
|
+
setExtraStackFrame(stack);
|
|
2079
|
+
} else {
|
|
2080
|
+
setExtraStackFrame(null);
|
|
2081
|
+
}
|
|
2082
|
+
}
|
|
2083
|
+
}
|
|
2084
|
+
|
|
2085
|
+
var propTypesMisspellWarningShown;
|
|
2086
|
+
|
|
2087
|
+
{
|
|
2088
|
+
propTypesMisspellWarningShown = false;
|
|
2089
|
+
}
|
|
2090
|
+
|
|
2091
|
+
function getDeclarationErrorAddendum() {
|
|
2092
|
+
if (ReactCurrentOwner.current) {
|
|
2093
|
+
var name = getComponentNameFromType(ReactCurrentOwner.current.type);
|
|
2094
|
+
|
|
2095
|
+
if (name) {
|
|
2096
|
+
return '\n\nCheck the render method of `' + name + '`.';
|
|
2097
|
+
}
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2100
|
+
return '';
|
|
2101
|
+
}
|
|
2102
|
+
|
|
2103
|
+
function getSourceInfoErrorAddendum(source) {
|
|
2104
|
+
if (source !== undefined) {
|
|
2105
|
+
var fileName = source.fileName.replace(/^.*[\\\/]/, '');
|
|
2106
|
+
var lineNumber = source.lineNumber;
|
|
2107
|
+
return '\n\nCheck your code at ' + fileName + ':' + lineNumber + '.';
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
return '';
|
|
2111
|
+
}
|
|
2112
|
+
|
|
2113
|
+
function getSourceInfoErrorAddendumForProps(elementProps) {
|
|
2114
|
+
if (elementProps !== null && elementProps !== undefined) {
|
|
2115
|
+
return getSourceInfoErrorAddendum(elementProps.__source);
|
|
2116
|
+
}
|
|
2117
|
+
|
|
2118
|
+
return '';
|
|
2119
|
+
}
|
|
2120
|
+
/**
|
|
2121
|
+
* Warn if there's no key explicitly set on dynamic arrays of children or
|
|
2122
|
+
* object keys are not valid. This allows us to keep track of children between
|
|
2123
|
+
* updates.
|
|
2124
|
+
*/
|
|
2125
|
+
|
|
2126
|
+
|
|
2127
|
+
var ownerHasKeyUseWarning = {};
|
|
2128
|
+
|
|
2129
|
+
function getCurrentComponentErrorInfo(parentType) {
|
|
2130
|
+
var info = getDeclarationErrorAddendum();
|
|
2131
|
+
|
|
2132
|
+
if (!info) {
|
|
2133
|
+
var parentName = typeof parentType === 'string' ? parentType : parentType.displayName || parentType.name;
|
|
2134
|
+
|
|
2135
|
+
if (parentName) {
|
|
2136
|
+
info = "\n\nCheck the top-level render call using <" + parentName + ">.";
|
|
2137
|
+
}
|
|
2138
|
+
}
|
|
2139
|
+
|
|
2140
|
+
return info;
|
|
2141
|
+
}
|
|
2142
|
+
/**
|
|
2143
|
+
* Warn if the element doesn't have an explicit key assigned to it.
|
|
2144
|
+
* This element is in an array. The array could grow and shrink or be
|
|
2145
|
+
* reordered. All children that haven't already been validated are required to
|
|
2146
|
+
* have a "key" property assigned to it. Error statuses are cached so a warning
|
|
2147
|
+
* will only be shown once.
|
|
2148
|
+
*
|
|
2149
|
+
* @internal
|
|
2150
|
+
* @param {ReactElement} element Element that requires a key.
|
|
2151
|
+
* @param {*} parentType element's parent's type.
|
|
2152
|
+
*/
|
|
2153
|
+
|
|
2154
|
+
|
|
2155
|
+
function validateExplicitKey(element, parentType) {
|
|
2156
|
+
if (!element._store || element._store.validated || element.key != null) {
|
|
2157
|
+
return;
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
element._store.validated = true;
|
|
2161
|
+
var currentComponentErrorInfo = getCurrentComponentErrorInfo(parentType);
|
|
2162
|
+
|
|
2163
|
+
if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {
|
|
2164
|
+
return;
|
|
2165
|
+
}
|
|
2166
|
+
|
|
2167
|
+
ownerHasKeyUseWarning[currentComponentErrorInfo] = true; // Usually the current owner is the offender, but if it accepts children as a
|
|
2168
|
+
// property, it may be the creator of the child that's responsible for
|
|
2169
|
+
// assigning it a key.
|
|
2170
|
+
|
|
2171
|
+
var childOwner = '';
|
|
2172
|
+
|
|
2173
|
+
if (element && element._owner && element._owner !== ReactCurrentOwner.current) {
|
|
2174
|
+
// Give the component that originally created this child.
|
|
2175
|
+
childOwner = " It was passed a child from " + getComponentNameFromType(element._owner.type) + ".";
|
|
2176
|
+
}
|
|
2177
|
+
|
|
2178
|
+
{
|
|
2179
|
+
setCurrentlyValidatingElement$1(element);
|
|
2180
|
+
|
|
2181
|
+
error('Each child in a list should have a unique "key" prop.' + '%s%s See https://reactjs.org/link/warning-keys for more information.', currentComponentErrorInfo, childOwner);
|
|
2182
|
+
|
|
2183
|
+
setCurrentlyValidatingElement$1(null);
|
|
2184
|
+
}
|
|
2185
|
+
}
|
|
2186
|
+
/**
|
|
2187
|
+
* Ensure that every element either is passed in a static location, in an
|
|
2188
|
+
* array with an explicit keys property defined, or in an object literal
|
|
2189
|
+
* with valid key property.
|
|
2190
|
+
*
|
|
2191
|
+
* @internal
|
|
2192
|
+
* @param {ReactNode} node Statically passed child of any type.
|
|
2193
|
+
* @param {*} parentType node's parent's type.
|
|
2194
|
+
*/
|
|
2195
|
+
|
|
2196
|
+
|
|
2197
|
+
function validateChildKeys(node, parentType) {
|
|
2198
|
+
if (typeof node !== 'object') {
|
|
2199
|
+
return;
|
|
2200
|
+
}
|
|
2201
|
+
|
|
2202
|
+
if (isArray(node)) {
|
|
2203
|
+
for (var i = 0; i < node.length; i++) {
|
|
2204
|
+
var child = node[i];
|
|
2205
|
+
|
|
2206
|
+
if (isValidElement(child)) {
|
|
2207
|
+
validateExplicitKey(child, parentType);
|
|
2208
|
+
}
|
|
2209
|
+
}
|
|
2210
|
+
} else if (isValidElement(node)) {
|
|
2211
|
+
// This element was passed in a valid location.
|
|
2212
|
+
if (node._store) {
|
|
2213
|
+
node._store.validated = true;
|
|
2214
|
+
}
|
|
2215
|
+
} else if (node) {
|
|
2216
|
+
var iteratorFn = getIteratorFn(node);
|
|
2217
|
+
|
|
2218
|
+
if (typeof iteratorFn === 'function') {
|
|
2219
|
+
// Entry iterators used to provide implicit keys,
|
|
2220
|
+
// but now we print a separate warning for them later.
|
|
2221
|
+
if (iteratorFn !== node.entries) {
|
|
2222
|
+
var iterator = iteratorFn.call(node);
|
|
2223
|
+
var step;
|
|
2224
|
+
|
|
2225
|
+
while (!(step = iterator.next()).done) {
|
|
2226
|
+
if (isValidElement(step.value)) {
|
|
2227
|
+
validateExplicitKey(step.value, parentType);
|
|
2228
|
+
}
|
|
2229
|
+
}
|
|
2230
|
+
}
|
|
2231
|
+
}
|
|
2232
|
+
}
|
|
2233
|
+
}
|
|
2234
|
+
/**
|
|
2235
|
+
* Given an element, validate that its props follow the propTypes definition,
|
|
2236
|
+
* provided by the type.
|
|
2237
|
+
*
|
|
2238
|
+
* @param {ReactElement} element
|
|
2239
|
+
*/
|
|
2240
|
+
|
|
2241
|
+
|
|
2242
|
+
function validatePropTypes(element) {
|
|
2243
|
+
{
|
|
2244
|
+
var type = element.type;
|
|
2245
|
+
|
|
2246
|
+
if (type === null || type === undefined || typeof type === 'string') {
|
|
2247
|
+
return;
|
|
2248
|
+
}
|
|
2249
|
+
|
|
2250
|
+
var propTypes;
|
|
2251
|
+
|
|
2252
|
+
if (typeof type === 'function') {
|
|
2253
|
+
propTypes = type.propTypes;
|
|
2254
|
+
} else if (typeof type === 'object' && (type.$$typeof === REACT_FORWARD_REF_TYPE || // Note: Memo only checks outer props here.
|
|
2255
|
+
// Inner props are checked in the reconciler.
|
|
2256
|
+
type.$$typeof === REACT_MEMO_TYPE)) {
|
|
2257
|
+
propTypes = type.propTypes;
|
|
2258
|
+
} else {
|
|
2259
|
+
return;
|
|
2260
|
+
}
|
|
2261
|
+
|
|
2262
|
+
if (propTypes) {
|
|
2263
|
+
// Intentionally inside to avoid triggering lazy initializers:
|
|
2264
|
+
var name = getComponentNameFromType(type);
|
|
2265
|
+
checkPropTypes(propTypes, element.props, 'prop', name, element);
|
|
2266
|
+
} else if (type.PropTypes !== undefined && !propTypesMisspellWarningShown) {
|
|
2267
|
+
propTypesMisspellWarningShown = true; // Intentionally inside to avoid triggering lazy initializers:
|
|
2268
|
+
|
|
2269
|
+
var _name = getComponentNameFromType(type);
|
|
2270
|
+
|
|
2271
|
+
error('Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?', _name || 'Unknown');
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2274
|
+
if (typeof type.getDefaultProps === 'function' && !type.getDefaultProps.isReactClassApproved) {
|
|
2275
|
+
error('getDefaultProps is only used on classic React.createClass ' + 'definitions. Use a static property named `defaultProps` instead.');
|
|
2276
|
+
}
|
|
2277
|
+
}
|
|
2278
|
+
}
|
|
2279
|
+
/**
|
|
2280
|
+
* Given a fragment, validate that it can only be provided with fragment props
|
|
2281
|
+
* @param {ReactElement} fragment
|
|
2282
|
+
*/
|
|
2283
|
+
|
|
2284
|
+
|
|
2285
|
+
function validateFragmentProps(fragment) {
|
|
2286
|
+
{
|
|
2287
|
+
var keys = Object.keys(fragment.props);
|
|
2288
|
+
|
|
2289
|
+
for (var i = 0; i < keys.length; i++) {
|
|
2290
|
+
var key = keys[i];
|
|
2291
|
+
|
|
2292
|
+
if (key !== 'children' && key !== 'key') {
|
|
2293
|
+
setCurrentlyValidatingElement$1(fragment);
|
|
2294
|
+
|
|
2295
|
+
error('Invalid prop `%s` supplied to `React.Fragment`. ' + 'React.Fragment can only have `key` and `children` props.', key);
|
|
2296
|
+
|
|
2297
|
+
setCurrentlyValidatingElement$1(null);
|
|
2298
|
+
break;
|
|
2299
|
+
}
|
|
2300
|
+
}
|
|
2301
|
+
|
|
2302
|
+
if (fragment.ref !== null) {
|
|
2303
|
+
setCurrentlyValidatingElement$1(fragment);
|
|
2304
|
+
|
|
2305
|
+
error('Invalid attribute `ref` supplied to `React.Fragment`.');
|
|
2306
|
+
|
|
2307
|
+
setCurrentlyValidatingElement$1(null);
|
|
2308
|
+
}
|
|
2309
|
+
}
|
|
2310
|
+
}
|
|
2311
|
+
function createElementWithValidation(type, props, children) {
|
|
2312
|
+
var validType = isValidElementType(type); // We warn in this case but don't throw. We expect the element creation to
|
|
2313
|
+
// succeed and there will likely be errors in render.
|
|
2314
|
+
|
|
2315
|
+
if (!validType) {
|
|
2316
|
+
var info = '';
|
|
2317
|
+
|
|
2318
|
+
if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {
|
|
2319
|
+
info += ' You likely forgot to export your component from the file ' + "it's defined in, or you might have mixed up default and named imports.";
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2322
|
+
var sourceInfo = getSourceInfoErrorAddendumForProps(props);
|
|
2323
|
+
|
|
2324
|
+
if (sourceInfo) {
|
|
2325
|
+
info += sourceInfo;
|
|
2326
|
+
} else {
|
|
2327
|
+
info += getDeclarationErrorAddendum();
|
|
2328
|
+
}
|
|
2329
|
+
|
|
2330
|
+
var typeString;
|
|
2331
|
+
|
|
2332
|
+
if (type === null) {
|
|
2333
|
+
typeString = 'null';
|
|
2334
|
+
} else if (isArray(type)) {
|
|
2335
|
+
typeString = 'array';
|
|
2336
|
+
} else if (type !== undefined && type.$$typeof === REACT_ELEMENT_TYPE) {
|
|
2337
|
+
typeString = "<" + (getComponentNameFromType(type.type) || 'Unknown') + " />";
|
|
2338
|
+
info = ' Did you accidentally export a JSX literal instead of a component?';
|
|
2339
|
+
} else {
|
|
2340
|
+
typeString = typeof type;
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2343
|
+
{
|
|
2344
|
+
error('React.createElement: type is invalid -- expected a string (for ' + 'built-in components) or a class/function (for composite ' + 'components) but got: %s.%s', typeString, info);
|
|
2345
|
+
}
|
|
2346
|
+
}
|
|
2347
|
+
|
|
2348
|
+
var element = createElement.apply(this, arguments); // The result can be nullish if a mock or a custom function is used.
|
|
2349
|
+
// TODO: Drop this when these are no longer allowed as the type argument.
|
|
2350
|
+
|
|
2351
|
+
if (element == null) {
|
|
2352
|
+
return element;
|
|
2353
|
+
} // Skip key warning if the type isn't valid since our key validation logic
|
|
2354
|
+
// doesn't expect a non-string/function type and can throw confusing errors.
|
|
2355
|
+
// We don't want exception behavior to differ between dev and prod.
|
|
2356
|
+
// (Rendering will throw with a helpful message and as soon as the type is
|
|
2357
|
+
// fixed, the key warnings will appear.)
|
|
2358
|
+
|
|
2359
|
+
|
|
2360
|
+
if (validType) {
|
|
2361
|
+
for (var i = 2; i < arguments.length; i++) {
|
|
2362
|
+
validateChildKeys(arguments[i], type);
|
|
2363
|
+
}
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
if (type === REACT_FRAGMENT_TYPE) {
|
|
2367
|
+
validateFragmentProps(element);
|
|
2368
|
+
} else {
|
|
2369
|
+
validatePropTypes(element);
|
|
2370
|
+
}
|
|
2371
|
+
|
|
2372
|
+
return element;
|
|
2373
|
+
}
|
|
2374
|
+
var didWarnAboutDeprecatedCreateFactory = false;
|
|
2375
|
+
function createFactoryWithValidation(type) {
|
|
2376
|
+
var validatedFactory = createElementWithValidation.bind(null, type);
|
|
2377
|
+
validatedFactory.type = type;
|
|
2378
|
+
|
|
2379
|
+
{
|
|
2380
|
+
if (!didWarnAboutDeprecatedCreateFactory) {
|
|
2381
|
+
didWarnAboutDeprecatedCreateFactory = true;
|
|
2382
|
+
|
|
2383
|
+
warn('React.createFactory() is deprecated and will be removed in ' + 'a future major release. Consider using JSX ' + 'or use React.createElement() directly instead.');
|
|
2384
|
+
} // Legacy hook: remove it
|
|
2385
|
+
|
|
2386
|
+
|
|
2387
|
+
Object.defineProperty(validatedFactory, 'type', {
|
|
2388
|
+
enumerable: false,
|
|
2389
|
+
get: function () {
|
|
2390
|
+
warn('Factory.type is deprecated. Access the class directly ' + 'before passing it to createFactory.');
|
|
2391
|
+
|
|
2392
|
+
Object.defineProperty(this, 'type', {
|
|
2393
|
+
value: type
|
|
2394
|
+
});
|
|
2395
|
+
return type;
|
|
2396
|
+
}
|
|
2397
|
+
});
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2400
|
+
return validatedFactory;
|
|
2401
|
+
}
|
|
2402
|
+
function cloneElementWithValidation(element, props, children) {
|
|
2403
|
+
var newElement = cloneElement.apply(this, arguments);
|
|
2404
|
+
|
|
2405
|
+
for (var i = 2; i < arguments.length; i++) {
|
|
2406
|
+
validateChildKeys(arguments[i], newElement.type);
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2409
|
+
validatePropTypes(newElement);
|
|
2410
|
+
return newElement;
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2413
|
+
var enableSchedulerDebugging = false;
|
|
2414
|
+
var enableProfiling = false;
|
|
2415
|
+
var frameYieldMs = 5;
|
|
2416
|
+
|
|
2417
|
+
function push(heap, node) {
|
|
2418
|
+
var index = heap.length;
|
|
2419
|
+
heap.push(node);
|
|
2420
|
+
siftUp(heap, node, index);
|
|
2421
|
+
}
|
|
2422
|
+
function peek(heap) {
|
|
2423
|
+
return heap.length === 0 ? null : heap[0];
|
|
2424
|
+
}
|
|
2425
|
+
function pop(heap) {
|
|
2426
|
+
if (heap.length === 0) {
|
|
2427
|
+
return null;
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2430
|
+
var first = heap[0];
|
|
2431
|
+
var last = heap.pop();
|
|
2432
|
+
|
|
2433
|
+
if (last !== first) {
|
|
2434
|
+
heap[0] = last;
|
|
2435
|
+
siftDown(heap, last, 0);
|
|
2436
|
+
}
|
|
2437
|
+
|
|
2438
|
+
return first;
|
|
2439
|
+
}
|
|
2440
|
+
|
|
2441
|
+
function siftUp(heap, node, i) {
|
|
2442
|
+
var index = i;
|
|
2443
|
+
|
|
2444
|
+
while (index > 0) {
|
|
2445
|
+
var parentIndex = index - 1 >>> 1;
|
|
2446
|
+
var parent = heap[parentIndex];
|
|
2447
|
+
|
|
2448
|
+
if (compare(parent, node) > 0) {
|
|
2449
|
+
// The parent is larger. Swap positions.
|
|
2450
|
+
heap[parentIndex] = node;
|
|
2451
|
+
heap[index] = parent;
|
|
2452
|
+
index = parentIndex;
|
|
2453
|
+
} else {
|
|
2454
|
+
// The parent is smaller. Exit.
|
|
2455
|
+
return;
|
|
2456
|
+
}
|
|
2457
|
+
}
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
function siftDown(heap, node, i) {
|
|
2461
|
+
var index = i;
|
|
2462
|
+
var length = heap.length;
|
|
2463
|
+
var halfLength = length >>> 1;
|
|
2464
|
+
|
|
2465
|
+
while (index < halfLength) {
|
|
2466
|
+
var leftIndex = (index + 1) * 2 - 1;
|
|
2467
|
+
var left = heap[leftIndex];
|
|
2468
|
+
var rightIndex = leftIndex + 1;
|
|
2469
|
+
var right = heap[rightIndex]; // If the left or right node is smaller, swap with the smaller of those.
|
|
2470
|
+
|
|
2471
|
+
if (compare(left, node) < 0) {
|
|
2472
|
+
if (rightIndex < length && compare(right, left) < 0) {
|
|
2473
|
+
heap[index] = right;
|
|
2474
|
+
heap[rightIndex] = node;
|
|
2475
|
+
index = rightIndex;
|
|
2476
|
+
} else {
|
|
2477
|
+
heap[index] = left;
|
|
2478
|
+
heap[leftIndex] = node;
|
|
2479
|
+
index = leftIndex;
|
|
2480
|
+
}
|
|
2481
|
+
} else if (rightIndex < length && compare(right, node) < 0) {
|
|
2482
|
+
heap[index] = right;
|
|
2483
|
+
heap[rightIndex] = node;
|
|
2484
|
+
index = rightIndex;
|
|
2485
|
+
} else {
|
|
2486
|
+
// Neither child is smaller. Exit.
|
|
2487
|
+
return;
|
|
2488
|
+
}
|
|
2489
|
+
}
|
|
2490
|
+
}
|
|
2491
|
+
|
|
2492
|
+
function compare(a, b) {
|
|
2493
|
+
// Compare sort index first, then task id.
|
|
2494
|
+
var diff = a.sortIndex - b.sortIndex;
|
|
2495
|
+
return diff !== 0 ? diff : a.id - b.id;
|
|
2496
|
+
}
|
|
2497
|
+
|
|
2498
|
+
// TODO: Use symbols?
|
|
2499
|
+
var ImmediatePriority = 1;
|
|
2500
|
+
var UserBlockingPriority = 2;
|
|
2501
|
+
var NormalPriority = 3;
|
|
2502
|
+
var LowPriority = 4;
|
|
2503
|
+
var IdlePriority = 5;
|
|
2504
|
+
|
|
2505
|
+
function markTaskErrored(task, ms) {
|
|
2506
|
+
}
|
|
2507
|
+
|
|
2508
|
+
/* eslint-disable no-var */
|
|
2509
|
+
var getCurrentTime;
|
|
2510
|
+
var hasPerformanceNow = typeof performance === 'object' && typeof performance.now === 'function';
|
|
2511
|
+
|
|
2512
|
+
if (hasPerformanceNow) {
|
|
2513
|
+
var localPerformance = performance;
|
|
2514
|
+
|
|
2515
|
+
getCurrentTime = function () {
|
|
2516
|
+
return localPerformance.now();
|
|
2517
|
+
};
|
|
2518
|
+
} else {
|
|
2519
|
+
var localDate = Date;
|
|
2520
|
+
var initialTime = localDate.now();
|
|
2521
|
+
|
|
2522
|
+
getCurrentTime = function () {
|
|
2523
|
+
return localDate.now() - initialTime;
|
|
2524
|
+
};
|
|
2525
|
+
} // Max 31 bit integer. The max integer size in V8 for 32-bit systems.
|
|
2526
|
+
// Math.pow(2, 30) - 1
|
|
2527
|
+
// 0b111111111111111111111111111111
|
|
2528
|
+
|
|
2529
|
+
|
|
2530
|
+
var maxSigned31BitInt = 1073741823; // Times out immediately
|
|
2531
|
+
|
|
2532
|
+
var IMMEDIATE_PRIORITY_TIMEOUT = -1; // Eventually times out
|
|
2533
|
+
|
|
2534
|
+
var USER_BLOCKING_PRIORITY_TIMEOUT = 250;
|
|
2535
|
+
var NORMAL_PRIORITY_TIMEOUT = 5000;
|
|
2536
|
+
var LOW_PRIORITY_TIMEOUT = 10000; // Never times out
|
|
2537
|
+
|
|
2538
|
+
var IDLE_PRIORITY_TIMEOUT = maxSigned31BitInt; // Tasks are stored on a min heap
|
|
2539
|
+
|
|
2540
|
+
var taskQueue = [];
|
|
2541
|
+
var timerQueue = []; // Incrementing id counter. Used to maintain insertion order.
|
|
2542
|
+
|
|
2543
|
+
var taskIdCounter = 1; // Pausing the scheduler is useful for debugging.
|
|
2544
|
+
var currentTask = null;
|
|
2545
|
+
var currentPriorityLevel = NormalPriority; // This is set while performing work, to prevent re-entrance.
|
|
2546
|
+
|
|
2547
|
+
var isPerformingWork = false;
|
|
2548
|
+
var isHostCallbackScheduled = false;
|
|
2549
|
+
var isHostTimeoutScheduled = false; // Capture local references to native APIs, in case a polyfill overrides them.
|
|
2550
|
+
|
|
2551
|
+
var localSetTimeout = typeof setTimeout === 'function' ? setTimeout : null;
|
|
2552
|
+
var localClearTimeout = typeof clearTimeout === 'function' ? clearTimeout : null;
|
|
2553
|
+
var localSetImmediate = typeof setImmediate !== 'undefined' ? setImmediate : null; // IE and Node.js + jsdom
|
|
2554
|
+
|
|
2555
|
+
var isInputPending = typeof navigator !== 'undefined' && navigator.scheduling !== undefined && navigator.scheduling.isInputPending !== undefined ? navigator.scheduling.isInputPending.bind(navigator.scheduling) : null;
|
|
2556
|
+
|
|
2557
|
+
function advanceTimers(currentTime) {
|
|
2558
|
+
// Check for tasks that are no longer delayed and add them to the queue.
|
|
2559
|
+
var timer = peek(timerQueue);
|
|
2560
|
+
|
|
2561
|
+
while (timer !== null) {
|
|
2562
|
+
if (timer.callback === null) {
|
|
2563
|
+
// Timer was cancelled.
|
|
2564
|
+
pop(timerQueue);
|
|
2565
|
+
} else if (timer.startTime <= currentTime) {
|
|
2566
|
+
// Timer fired. Transfer to the task queue.
|
|
2567
|
+
pop(timerQueue);
|
|
2568
|
+
timer.sortIndex = timer.expirationTime;
|
|
2569
|
+
push(taskQueue, timer);
|
|
2570
|
+
} else {
|
|
2571
|
+
// Remaining timers are pending.
|
|
2572
|
+
return;
|
|
2573
|
+
}
|
|
2574
|
+
|
|
2575
|
+
timer = peek(timerQueue);
|
|
2576
|
+
}
|
|
2577
|
+
}
|
|
2578
|
+
|
|
2579
|
+
function handleTimeout(currentTime) {
|
|
2580
|
+
isHostTimeoutScheduled = false;
|
|
2581
|
+
advanceTimers(currentTime);
|
|
2582
|
+
|
|
2583
|
+
if (!isHostCallbackScheduled) {
|
|
2584
|
+
if (peek(taskQueue) !== null) {
|
|
2585
|
+
isHostCallbackScheduled = true;
|
|
2586
|
+
requestHostCallback(flushWork);
|
|
2587
|
+
} else {
|
|
2588
|
+
var firstTimer = peek(timerQueue);
|
|
2589
|
+
|
|
2590
|
+
if (firstTimer !== null) {
|
|
2591
|
+
requestHostTimeout(handleTimeout, firstTimer.startTime - currentTime);
|
|
2592
|
+
}
|
|
2593
|
+
}
|
|
2594
|
+
}
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2597
|
+
function flushWork(hasTimeRemaining, initialTime) {
|
|
2598
|
+
|
|
2599
|
+
|
|
2600
|
+
isHostCallbackScheduled = false;
|
|
2601
|
+
|
|
2602
|
+
if (isHostTimeoutScheduled) {
|
|
2603
|
+
// We scheduled a timeout but it's no longer needed. Cancel it.
|
|
2604
|
+
isHostTimeoutScheduled = false;
|
|
2605
|
+
cancelHostTimeout();
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2608
|
+
isPerformingWork = true;
|
|
2609
|
+
var previousPriorityLevel = currentPriorityLevel;
|
|
2610
|
+
|
|
2611
|
+
try {
|
|
2612
|
+
if (enableProfiling) {
|
|
2613
|
+
try {
|
|
2614
|
+
return workLoop(hasTimeRemaining, initialTime);
|
|
2615
|
+
} catch (error) {
|
|
2616
|
+
if (currentTask !== null) {
|
|
2617
|
+
var currentTime = getCurrentTime();
|
|
2618
|
+
markTaskErrored(currentTask, currentTime);
|
|
2619
|
+
currentTask.isQueued = false;
|
|
2620
|
+
}
|
|
2621
|
+
|
|
2622
|
+
throw error;
|
|
2623
|
+
}
|
|
2624
|
+
} else {
|
|
2625
|
+
// No catch in prod code path.
|
|
2626
|
+
return workLoop(hasTimeRemaining, initialTime);
|
|
2627
|
+
}
|
|
2628
|
+
} finally {
|
|
2629
|
+
currentTask = null;
|
|
2630
|
+
currentPriorityLevel = previousPriorityLevel;
|
|
2631
|
+
isPerformingWork = false;
|
|
2632
|
+
}
|
|
2633
|
+
}
|
|
2634
|
+
|
|
2635
|
+
function workLoop(hasTimeRemaining, initialTime) {
|
|
2636
|
+
var currentTime = initialTime;
|
|
2637
|
+
advanceTimers(currentTime);
|
|
2638
|
+
currentTask = peek(taskQueue);
|
|
2639
|
+
|
|
2640
|
+
while (currentTask !== null && !(enableSchedulerDebugging )) {
|
|
2641
|
+
if (currentTask.expirationTime > currentTime && (!hasTimeRemaining || shouldYieldToHost())) {
|
|
2642
|
+
// This currentTask hasn't expired, and we've reached the deadline.
|
|
2643
|
+
break;
|
|
2644
|
+
}
|
|
2645
|
+
|
|
2646
|
+
var callback = currentTask.callback;
|
|
2647
|
+
|
|
2648
|
+
if (typeof callback === 'function') {
|
|
2649
|
+
currentTask.callback = null;
|
|
2650
|
+
currentPriorityLevel = currentTask.priorityLevel;
|
|
2651
|
+
var didUserCallbackTimeout = currentTask.expirationTime <= currentTime;
|
|
2652
|
+
|
|
2653
|
+
var continuationCallback = callback(didUserCallbackTimeout);
|
|
2654
|
+
currentTime = getCurrentTime();
|
|
2655
|
+
|
|
2656
|
+
if (typeof continuationCallback === 'function') {
|
|
2657
|
+
currentTask.callback = continuationCallback;
|
|
2658
|
+
} else {
|
|
2659
|
+
|
|
2660
|
+
if (currentTask === peek(taskQueue)) {
|
|
2661
|
+
pop(taskQueue);
|
|
2662
|
+
}
|
|
2663
|
+
}
|
|
2664
|
+
|
|
2665
|
+
advanceTimers(currentTime);
|
|
2666
|
+
} else {
|
|
2667
|
+
pop(taskQueue);
|
|
2668
|
+
}
|
|
2669
|
+
|
|
2670
|
+
currentTask = peek(taskQueue);
|
|
2671
|
+
} // Return whether there's additional work
|
|
2672
|
+
|
|
2673
|
+
|
|
2674
|
+
if (currentTask !== null) {
|
|
2675
|
+
return true;
|
|
2676
|
+
} else {
|
|
2677
|
+
var firstTimer = peek(timerQueue);
|
|
2678
|
+
|
|
2679
|
+
if (firstTimer !== null) {
|
|
2680
|
+
requestHostTimeout(handleTimeout, firstTimer.startTime - currentTime);
|
|
2681
|
+
}
|
|
2682
|
+
|
|
2683
|
+
return false;
|
|
2684
|
+
}
|
|
2685
|
+
}
|
|
2686
|
+
|
|
2687
|
+
function unstable_runWithPriority(priorityLevel, eventHandler) {
|
|
2688
|
+
switch (priorityLevel) {
|
|
2689
|
+
case ImmediatePriority:
|
|
2690
|
+
case UserBlockingPriority:
|
|
2691
|
+
case NormalPriority:
|
|
2692
|
+
case LowPriority:
|
|
2693
|
+
case IdlePriority:
|
|
2694
|
+
break;
|
|
2695
|
+
|
|
2696
|
+
default:
|
|
2697
|
+
priorityLevel = NormalPriority;
|
|
2698
|
+
}
|
|
2699
|
+
|
|
2700
|
+
var previousPriorityLevel = currentPriorityLevel;
|
|
2701
|
+
currentPriorityLevel = priorityLevel;
|
|
2702
|
+
|
|
2703
|
+
try {
|
|
2704
|
+
return eventHandler();
|
|
2705
|
+
} finally {
|
|
2706
|
+
currentPriorityLevel = previousPriorityLevel;
|
|
2707
|
+
}
|
|
2708
|
+
}
|
|
2709
|
+
|
|
2710
|
+
function unstable_next(eventHandler) {
|
|
2711
|
+
var priorityLevel;
|
|
2712
|
+
|
|
2713
|
+
switch (currentPriorityLevel) {
|
|
2714
|
+
case ImmediatePriority:
|
|
2715
|
+
case UserBlockingPriority:
|
|
2716
|
+
case NormalPriority:
|
|
2717
|
+
// Shift down to normal priority
|
|
2718
|
+
priorityLevel = NormalPriority;
|
|
2719
|
+
break;
|
|
2720
|
+
|
|
2721
|
+
default:
|
|
2722
|
+
// Anything lower than normal priority should remain at the current level.
|
|
2723
|
+
priorityLevel = currentPriorityLevel;
|
|
2724
|
+
break;
|
|
2725
|
+
}
|
|
2726
|
+
|
|
2727
|
+
var previousPriorityLevel = currentPriorityLevel;
|
|
2728
|
+
currentPriorityLevel = priorityLevel;
|
|
2729
|
+
|
|
2730
|
+
try {
|
|
2731
|
+
return eventHandler();
|
|
2732
|
+
} finally {
|
|
2733
|
+
currentPriorityLevel = previousPriorityLevel;
|
|
2734
|
+
}
|
|
2735
|
+
}
|
|
2736
|
+
|
|
2737
|
+
function unstable_wrapCallback(callback) {
|
|
2738
|
+
var parentPriorityLevel = currentPriorityLevel;
|
|
2739
|
+
return function () {
|
|
2740
|
+
// This is a fork of runWithPriority, inlined for performance.
|
|
2741
|
+
var previousPriorityLevel = currentPriorityLevel;
|
|
2742
|
+
currentPriorityLevel = parentPriorityLevel;
|
|
2743
|
+
|
|
2744
|
+
try {
|
|
2745
|
+
return callback.apply(this, arguments);
|
|
2746
|
+
} finally {
|
|
2747
|
+
currentPriorityLevel = previousPriorityLevel;
|
|
2748
|
+
}
|
|
2749
|
+
};
|
|
2750
|
+
}
|
|
2751
|
+
|
|
2752
|
+
function unstable_scheduleCallback(priorityLevel, callback, options) {
|
|
2753
|
+
var currentTime = getCurrentTime();
|
|
2754
|
+
var startTime;
|
|
2755
|
+
|
|
2756
|
+
if (typeof options === 'object' && options !== null) {
|
|
2757
|
+
var delay = options.delay;
|
|
2758
|
+
|
|
2759
|
+
if (typeof delay === 'number' && delay > 0) {
|
|
2760
|
+
startTime = currentTime + delay;
|
|
2761
|
+
} else {
|
|
2762
|
+
startTime = currentTime;
|
|
2763
|
+
}
|
|
2764
|
+
} else {
|
|
2765
|
+
startTime = currentTime;
|
|
2766
|
+
}
|
|
2767
|
+
|
|
2768
|
+
var timeout;
|
|
2769
|
+
|
|
2770
|
+
switch (priorityLevel) {
|
|
2771
|
+
case ImmediatePriority:
|
|
2772
|
+
timeout = IMMEDIATE_PRIORITY_TIMEOUT;
|
|
2773
|
+
break;
|
|
2774
|
+
|
|
2775
|
+
case UserBlockingPriority:
|
|
2776
|
+
timeout = USER_BLOCKING_PRIORITY_TIMEOUT;
|
|
2777
|
+
break;
|
|
2778
|
+
|
|
2779
|
+
case IdlePriority:
|
|
2780
|
+
timeout = IDLE_PRIORITY_TIMEOUT;
|
|
2781
|
+
break;
|
|
2782
|
+
|
|
2783
|
+
case LowPriority:
|
|
2784
|
+
timeout = LOW_PRIORITY_TIMEOUT;
|
|
2785
|
+
break;
|
|
2786
|
+
|
|
2787
|
+
case NormalPriority:
|
|
2788
|
+
default:
|
|
2789
|
+
timeout = NORMAL_PRIORITY_TIMEOUT;
|
|
2790
|
+
break;
|
|
2791
|
+
}
|
|
2792
|
+
|
|
2793
|
+
var expirationTime = startTime + timeout;
|
|
2794
|
+
var newTask = {
|
|
2795
|
+
id: taskIdCounter++,
|
|
2796
|
+
callback: callback,
|
|
2797
|
+
priorityLevel: priorityLevel,
|
|
2798
|
+
startTime: startTime,
|
|
2799
|
+
expirationTime: expirationTime,
|
|
2800
|
+
sortIndex: -1
|
|
2801
|
+
};
|
|
2802
|
+
|
|
2803
|
+
if (startTime > currentTime) {
|
|
2804
|
+
// This is a delayed task.
|
|
2805
|
+
newTask.sortIndex = startTime;
|
|
2806
|
+
push(timerQueue, newTask);
|
|
2807
|
+
|
|
2808
|
+
if (peek(taskQueue) === null && newTask === peek(timerQueue)) {
|
|
2809
|
+
// All tasks are delayed, and this is the task with the earliest delay.
|
|
2810
|
+
if (isHostTimeoutScheduled) {
|
|
2811
|
+
// Cancel an existing timeout.
|
|
2812
|
+
cancelHostTimeout();
|
|
2813
|
+
} else {
|
|
2814
|
+
isHostTimeoutScheduled = true;
|
|
2815
|
+
} // Schedule a timeout.
|
|
2816
|
+
|
|
2817
|
+
|
|
2818
|
+
requestHostTimeout(handleTimeout, startTime - currentTime);
|
|
2819
|
+
}
|
|
2820
|
+
} else {
|
|
2821
|
+
newTask.sortIndex = expirationTime;
|
|
2822
|
+
push(taskQueue, newTask);
|
|
2823
|
+
// wait until the next time we yield.
|
|
2824
|
+
|
|
2825
|
+
|
|
2826
|
+
if (!isHostCallbackScheduled && !isPerformingWork) {
|
|
2827
|
+
isHostCallbackScheduled = true;
|
|
2828
|
+
requestHostCallback(flushWork);
|
|
2829
|
+
}
|
|
2830
|
+
}
|
|
2831
|
+
|
|
2832
|
+
return newTask;
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2835
|
+
function unstable_pauseExecution() {
|
|
2836
|
+
}
|
|
2837
|
+
|
|
2838
|
+
function unstable_continueExecution() {
|
|
2839
|
+
|
|
2840
|
+
if (!isHostCallbackScheduled && !isPerformingWork) {
|
|
2841
|
+
isHostCallbackScheduled = true;
|
|
2842
|
+
requestHostCallback(flushWork);
|
|
2843
|
+
}
|
|
2844
|
+
}
|
|
2845
|
+
|
|
2846
|
+
function unstable_getFirstCallbackNode() {
|
|
2847
|
+
return peek(taskQueue);
|
|
2848
|
+
}
|
|
2849
|
+
|
|
2850
|
+
function unstable_cancelCallback(task) {
|
|
2851
|
+
// remove from the queue because you can't remove arbitrary nodes from an
|
|
2852
|
+
// array based heap, only the first one.)
|
|
2853
|
+
|
|
2854
|
+
|
|
2855
|
+
task.callback = null;
|
|
2856
|
+
}
|
|
2857
|
+
|
|
2858
|
+
function unstable_getCurrentPriorityLevel() {
|
|
2859
|
+
return currentPriorityLevel;
|
|
2860
|
+
}
|
|
2861
|
+
|
|
2862
|
+
var isMessageLoopRunning = false;
|
|
2863
|
+
var scheduledHostCallback = null;
|
|
2864
|
+
var taskTimeoutID = -1; // Scheduler periodically yields in case there is other work on the main
|
|
2865
|
+
// thread, like user events. By default, it yields multiple times per frame.
|
|
2866
|
+
// It does not attempt to align with frame boundaries, since most tasks don't
|
|
2867
|
+
// need to be frame aligned; for those that do, use requestAnimationFrame.
|
|
2868
|
+
|
|
2869
|
+
var frameInterval = frameYieldMs;
|
|
2870
|
+
var startTime = -1;
|
|
2871
|
+
|
|
2872
|
+
function shouldYieldToHost() {
|
|
2873
|
+
var timeElapsed = getCurrentTime() - startTime;
|
|
2874
|
+
|
|
2875
|
+
if (timeElapsed < frameInterval) {
|
|
2876
|
+
// The main thread has only been blocked for a really short amount of time;
|
|
2877
|
+
// smaller than a single frame. Don't yield yet.
|
|
2878
|
+
return false;
|
|
2879
|
+
} // The main thread has been blocked for a non-negligible amount of time. We
|
|
2880
|
+
|
|
2881
|
+
|
|
2882
|
+
return true;
|
|
2883
|
+
}
|
|
2884
|
+
|
|
2885
|
+
function requestPaint() {
|
|
2886
|
+
|
|
2887
|
+
}
|
|
2888
|
+
|
|
2889
|
+
function forceFrameRate(fps) {
|
|
2890
|
+
if (fps < 0 || fps > 125) {
|
|
2891
|
+
// Using console['error'] to evade Babel and ESLint
|
|
2892
|
+
console['error']('forceFrameRate takes a positive int between 0 and 125, ' + 'forcing frame rates higher than 125 fps is not supported');
|
|
2893
|
+
return;
|
|
2894
|
+
}
|
|
2895
|
+
|
|
2896
|
+
if (fps > 0) {
|
|
2897
|
+
frameInterval = Math.floor(1000 / fps);
|
|
2898
|
+
} else {
|
|
2899
|
+
// reset the framerate
|
|
2900
|
+
frameInterval = frameYieldMs;
|
|
2901
|
+
}
|
|
2902
|
+
}
|
|
2903
|
+
|
|
2904
|
+
var performWorkUntilDeadline = function () {
|
|
2905
|
+
if (scheduledHostCallback !== null) {
|
|
2906
|
+
var currentTime = getCurrentTime(); // Keep track of the start time so we can measure how long the main thread
|
|
2907
|
+
// has been blocked.
|
|
2908
|
+
|
|
2909
|
+
startTime = currentTime;
|
|
2910
|
+
var hasTimeRemaining = true; // If a scheduler task throws, exit the current browser task so the
|
|
2911
|
+
// error can be observed.
|
|
2912
|
+
//
|
|
2913
|
+
// Intentionally not using a try-catch, since that makes some debugging
|
|
2914
|
+
// techniques harder. Instead, if `scheduledHostCallback` errors, then
|
|
2915
|
+
// `hasMoreWork` will remain true, and we'll continue the work loop.
|
|
2916
|
+
|
|
2917
|
+
var hasMoreWork = true;
|
|
2918
|
+
|
|
2919
|
+
try {
|
|
2920
|
+
hasMoreWork = scheduledHostCallback(hasTimeRemaining, currentTime);
|
|
2921
|
+
} finally {
|
|
2922
|
+
if (hasMoreWork) {
|
|
2923
|
+
// If there's more work, schedule the next message event at the end
|
|
2924
|
+
// of the preceding one.
|
|
2925
|
+
schedulePerformWorkUntilDeadline();
|
|
2926
|
+
} else {
|
|
2927
|
+
isMessageLoopRunning = false;
|
|
2928
|
+
scheduledHostCallback = null;
|
|
2929
|
+
}
|
|
2930
|
+
}
|
|
2931
|
+
} else {
|
|
2932
|
+
isMessageLoopRunning = false;
|
|
2933
|
+
} // Yielding to the browser will give it a chance to paint, so we can
|
|
2934
|
+
};
|
|
2935
|
+
|
|
2936
|
+
var schedulePerformWorkUntilDeadline;
|
|
2937
|
+
|
|
2938
|
+
if (typeof localSetImmediate === 'function') {
|
|
2939
|
+
// Node.js and old IE.
|
|
2940
|
+
// There's a few reasons for why we prefer setImmediate.
|
|
2941
|
+
//
|
|
2942
|
+
// Unlike MessageChannel, it doesn't prevent a Node.js process from exiting.
|
|
2943
|
+
// (Even though this is a DOM fork of the Scheduler, you could get here
|
|
2944
|
+
// with a mix of Node.js 15+, which has a MessageChannel, and jsdom.)
|
|
2945
|
+
// https://github.com/facebook/react/issues/20756
|
|
2946
|
+
//
|
|
2947
|
+
// But also, it runs earlier which is the semantic we want.
|
|
2948
|
+
// If other browsers ever implement it, it's better to use it.
|
|
2949
|
+
// Although both of these would be inferior to native scheduling.
|
|
2950
|
+
schedulePerformWorkUntilDeadline = function () {
|
|
2951
|
+
localSetImmediate(performWorkUntilDeadline);
|
|
2952
|
+
};
|
|
2953
|
+
} else if (typeof MessageChannel !== 'undefined') {
|
|
2954
|
+
// DOM and Worker environments.
|
|
2955
|
+
// We prefer MessageChannel because of the 4ms setTimeout clamping.
|
|
2956
|
+
var channel = new MessageChannel();
|
|
2957
|
+
var port = channel.port2;
|
|
2958
|
+
channel.port1.onmessage = performWorkUntilDeadline;
|
|
2959
|
+
|
|
2960
|
+
schedulePerformWorkUntilDeadline = function () {
|
|
2961
|
+
port.postMessage(null);
|
|
2962
|
+
};
|
|
2963
|
+
} else {
|
|
2964
|
+
// We should only fallback here in non-browser environments.
|
|
2965
|
+
schedulePerformWorkUntilDeadline = function () {
|
|
2966
|
+
localSetTimeout(performWorkUntilDeadline, 0);
|
|
2967
|
+
};
|
|
2968
|
+
}
|
|
2969
|
+
|
|
2970
|
+
function requestHostCallback(callback) {
|
|
2971
|
+
scheduledHostCallback = callback;
|
|
2972
|
+
|
|
2973
|
+
if (!isMessageLoopRunning) {
|
|
2974
|
+
isMessageLoopRunning = true;
|
|
2975
|
+
schedulePerformWorkUntilDeadline();
|
|
2976
|
+
}
|
|
2977
|
+
}
|
|
2978
|
+
|
|
2979
|
+
function requestHostTimeout(callback, ms) {
|
|
2980
|
+
taskTimeoutID = localSetTimeout(function () {
|
|
2981
|
+
callback(getCurrentTime());
|
|
2982
|
+
}, ms);
|
|
2983
|
+
}
|
|
2984
|
+
|
|
2985
|
+
function cancelHostTimeout() {
|
|
2986
|
+
localClearTimeout(taskTimeoutID);
|
|
2987
|
+
taskTimeoutID = -1;
|
|
2988
|
+
}
|
|
2989
|
+
|
|
2990
|
+
var unstable_requestPaint = requestPaint;
|
|
2991
|
+
var unstable_Profiling = null;
|
|
2992
|
+
|
|
2993
|
+
|
|
2994
|
+
|
|
2995
|
+
var Scheduler = /*#__PURE__*/Object.freeze({
|
|
2996
|
+
__proto__: null,
|
|
2997
|
+
unstable_ImmediatePriority: ImmediatePriority,
|
|
2998
|
+
unstable_UserBlockingPriority: UserBlockingPriority,
|
|
2999
|
+
unstable_NormalPriority: NormalPriority,
|
|
3000
|
+
unstable_IdlePriority: IdlePriority,
|
|
3001
|
+
unstable_LowPriority: LowPriority,
|
|
3002
|
+
unstable_runWithPriority: unstable_runWithPriority,
|
|
3003
|
+
unstable_next: unstable_next,
|
|
3004
|
+
unstable_scheduleCallback: unstable_scheduleCallback,
|
|
3005
|
+
unstable_cancelCallback: unstable_cancelCallback,
|
|
3006
|
+
unstable_wrapCallback: unstable_wrapCallback,
|
|
3007
|
+
unstable_getCurrentPriorityLevel: unstable_getCurrentPriorityLevel,
|
|
3008
|
+
unstable_shouldYield: shouldYieldToHost,
|
|
3009
|
+
unstable_requestPaint: unstable_requestPaint,
|
|
3010
|
+
unstable_continueExecution: unstable_continueExecution,
|
|
3011
|
+
unstable_pauseExecution: unstable_pauseExecution,
|
|
3012
|
+
unstable_getFirstCallbackNode: unstable_getFirstCallbackNode,
|
|
3013
|
+
get unstable_now () { return getCurrentTime; },
|
|
3014
|
+
unstable_forceFrameRate: forceFrameRate,
|
|
3015
|
+
unstable_Profiling: unstable_Profiling
|
|
3016
|
+
});
|
|
3017
|
+
|
|
3018
|
+
var ReactSharedInternals$1 = {
|
|
3019
|
+
ReactCurrentDispatcher: ReactCurrentDispatcher,
|
|
3020
|
+
ReactCurrentOwner: ReactCurrentOwner,
|
|
3021
|
+
ReactCurrentBatchConfig: ReactCurrentBatchConfig,
|
|
3022
|
+
// Re-export the schedule API(s) for UMD bundles.
|
|
3023
|
+
// This avoids introducing a dependency on a new UMD global in a minor update,
|
|
3024
|
+
// Since that would be a breaking change (e.g. for all existing CodeSandboxes).
|
|
3025
|
+
// This re-export is only required for UMD bundles;
|
|
3026
|
+
// CJS bundles use the shared NPM package.
|
|
3027
|
+
Scheduler: Scheduler
|
|
3028
|
+
};
|
|
3029
|
+
|
|
3030
|
+
{
|
|
3031
|
+
ReactSharedInternals$1.ReactCurrentActQueue = ReactCurrentActQueue;
|
|
3032
|
+
ReactSharedInternals$1.ReactDebugCurrentFrame = ReactDebugCurrentFrame;
|
|
3033
|
+
}
|
|
3034
|
+
|
|
3035
|
+
function startTransition(scope, options) {
|
|
3036
|
+
var prevTransition = ReactCurrentBatchConfig.transition;
|
|
3037
|
+
ReactCurrentBatchConfig.transition = {};
|
|
3038
|
+
var currentTransition = ReactCurrentBatchConfig.transition;
|
|
3039
|
+
|
|
3040
|
+
{
|
|
3041
|
+
ReactCurrentBatchConfig.transition._updatedFibers = new Set();
|
|
3042
|
+
}
|
|
3043
|
+
|
|
3044
|
+
try {
|
|
3045
|
+
scope();
|
|
3046
|
+
} finally {
|
|
3047
|
+
ReactCurrentBatchConfig.transition = prevTransition;
|
|
3048
|
+
|
|
3049
|
+
{
|
|
3050
|
+
if (prevTransition === null && currentTransition._updatedFibers) {
|
|
3051
|
+
var updatedFibersCount = currentTransition._updatedFibers.size;
|
|
3052
|
+
|
|
3053
|
+
if (updatedFibersCount > 10) {
|
|
3054
|
+
warn('Detected a large number of updates inside startTransition. ' + 'If this is due to a subscription please re-write it to use React provided hooks. ' + 'Otherwise concurrent mode guarantees are off the table.');
|
|
3055
|
+
}
|
|
3056
|
+
|
|
3057
|
+
currentTransition._updatedFibers.clear();
|
|
3058
|
+
}
|
|
3059
|
+
}
|
|
3060
|
+
}
|
|
3061
|
+
}
|
|
3062
|
+
|
|
3063
|
+
var didWarnAboutMessageChannel = false;
|
|
3064
|
+
var enqueueTaskImpl = null;
|
|
3065
|
+
function enqueueTask(task) {
|
|
3066
|
+
if (enqueueTaskImpl === null) {
|
|
3067
|
+
try {
|
|
3068
|
+
// read require off the module object to get around the bundlers.
|
|
3069
|
+
// we don't want them to detect a require and bundle a Node polyfill.
|
|
3070
|
+
var requireString = ('require' + Math.random()).slice(0, 7);
|
|
3071
|
+
var nodeRequire = module && module[requireString]; // assuming we're in node, let's try to get node's
|
|
3072
|
+
// version of setImmediate, bypassing fake timers if any.
|
|
3073
|
+
|
|
3074
|
+
enqueueTaskImpl = nodeRequire.call(module, 'timers').setImmediate;
|
|
3075
|
+
} catch (_err) {
|
|
3076
|
+
// we're in a browser
|
|
3077
|
+
// we can't use regular timers because they may still be faked
|
|
3078
|
+
// so we try MessageChannel+postMessage instead
|
|
3079
|
+
enqueueTaskImpl = function (callback) {
|
|
3080
|
+
{
|
|
3081
|
+
if (didWarnAboutMessageChannel === false) {
|
|
3082
|
+
didWarnAboutMessageChannel = true;
|
|
3083
|
+
|
|
3084
|
+
if (typeof MessageChannel === 'undefined') {
|
|
3085
|
+
error('This browser does not have a MessageChannel implementation, ' + 'so enqueuing tasks via await act(async () => ...) will fail. ' + 'Please file an issue at https://github.com/facebook/react/issues ' + 'if you encounter this warning.');
|
|
3086
|
+
}
|
|
3087
|
+
}
|
|
3088
|
+
}
|
|
3089
|
+
|
|
3090
|
+
var channel = new MessageChannel();
|
|
3091
|
+
channel.port1.onmessage = callback;
|
|
3092
|
+
channel.port2.postMessage(undefined);
|
|
3093
|
+
};
|
|
3094
|
+
}
|
|
3095
|
+
}
|
|
3096
|
+
|
|
3097
|
+
return enqueueTaskImpl(task);
|
|
3098
|
+
}
|
|
3099
|
+
|
|
3100
|
+
var actScopeDepth = 0;
|
|
3101
|
+
var didWarnNoAwaitAct = false;
|
|
3102
|
+
function act(callback) {
|
|
3103
|
+
{
|
|
3104
|
+
// `act` calls can be nested, so we track the depth. This represents the
|
|
3105
|
+
// number of `act` scopes on the stack.
|
|
3106
|
+
var prevActScopeDepth = actScopeDepth;
|
|
3107
|
+
actScopeDepth++;
|
|
3108
|
+
|
|
3109
|
+
if (ReactCurrentActQueue.current === null) {
|
|
3110
|
+
// This is the outermost `act` scope. Initialize the queue. The reconciler
|
|
3111
|
+
// will detect the queue and use it instead of Scheduler.
|
|
3112
|
+
ReactCurrentActQueue.current = [];
|
|
3113
|
+
}
|
|
3114
|
+
|
|
3115
|
+
var prevIsBatchingLegacy = ReactCurrentActQueue.isBatchingLegacy;
|
|
3116
|
+
var result;
|
|
3117
|
+
|
|
3118
|
+
try {
|
|
3119
|
+
// Used to reproduce behavior of `batchedUpdates` in legacy mode. Only
|
|
3120
|
+
// set to `true` while the given callback is executed, not for updates
|
|
3121
|
+
// triggered during an async event, because this is how the legacy
|
|
3122
|
+
// implementation of `act` behaved.
|
|
3123
|
+
ReactCurrentActQueue.isBatchingLegacy = true;
|
|
3124
|
+
result = callback(); // Replicate behavior of original `act` implementation in legacy mode,
|
|
3125
|
+
// which flushed updates immediately after the scope function exits, even
|
|
3126
|
+
// if it's an async function.
|
|
3127
|
+
|
|
3128
|
+
if (!prevIsBatchingLegacy && ReactCurrentActQueue.didScheduleLegacyUpdate) {
|
|
3129
|
+
var queue = ReactCurrentActQueue.current;
|
|
3130
|
+
|
|
3131
|
+
if (queue !== null) {
|
|
3132
|
+
ReactCurrentActQueue.didScheduleLegacyUpdate = false;
|
|
3133
|
+
flushActQueue(queue);
|
|
3134
|
+
}
|
|
3135
|
+
}
|
|
3136
|
+
} catch (error) {
|
|
3137
|
+
popActScope(prevActScopeDepth);
|
|
3138
|
+
throw error;
|
|
3139
|
+
} finally {
|
|
3140
|
+
ReactCurrentActQueue.isBatchingLegacy = prevIsBatchingLegacy;
|
|
3141
|
+
}
|
|
3142
|
+
|
|
3143
|
+
if (result !== null && typeof result === 'object' && typeof result.then === 'function') {
|
|
3144
|
+
var thenableResult = result; // The callback is an async function (i.e. returned a promise). Wait
|
|
3145
|
+
// for it to resolve before exiting the current scope.
|
|
3146
|
+
|
|
3147
|
+
var wasAwaited = false;
|
|
3148
|
+
var thenable = {
|
|
3149
|
+
then: function (resolve, reject) {
|
|
3150
|
+
wasAwaited = true;
|
|
3151
|
+
thenableResult.then(function (returnValue) {
|
|
3152
|
+
popActScope(prevActScopeDepth);
|
|
3153
|
+
|
|
3154
|
+
if (actScopeDepth === 0) {
|
|
3155
|
+
// We've exited the outermost act scope. Recursively flush the
|
|
3156
|
+
// queue until there's no remaining work.
|
|
3157
|
+
recursivelyFlushAsyncActWork(returnValue, resolve, reject);
|
|
3158
|
+
} else {
|
|
3159
|
+
resolve(returnValue);
|
|
3160
|
+
}
|
|
3161
|
+
}, function (error) {
|
|
3162
|
+
// The callback threw an error.
|
|
3163
|
+
popActScope(prevActScopeDepth);
|
|
3164
|
+
reject(error);
|
|
3165
|
+
});
|
|
3166
|
+
}
|
|
3167
|
+
};
|
|
3168
|
+
|
|
3169
|
+
{
|
|
3170
|
+
if (!didWarnNoAwaitAct && typeof Promise !== 'undefined') {
|
|
3171
|
+
// eslint-disable-next-line no-undef
|
|
3172
|
+
Promise.resolve().then(function () {}).then(function () {
|
|
3173
|
+
if (!wasAwaited) {
|
|
3174
|
+
didWarnNoAwaitAct = true;
|
|
3175
|
+
|
|
3176
|
+
error('You called act(async () => ...) without await. ' + 'This could lead to unexpected testing behaviour, ' + 'interleaving multiple act calls and mixing their ' + 'scopes. ' + 'You should - await act(async () => ...);');
|
|
3177
|
+
}
|
|
3178
|
+
});
|
|
3179
|
+
}
|
|
3180
|
+
}
|
|
3181
|
+
|
|
3182
|
+
return thenable;
|
|
3183
|
+
} else {
|
|
3184
|
+
var returnValue = result; // The callback is not an async function. Exit the current scope
|
|
3185
|
+
// immediately, without awaiting.
|
|
3186
|
+
|
|
3187
|
+
popActScope(prevActScopeDepth);
|
|
3188
|
+
|
|
3189
|
+
if (actScopeDepth === 0) {
|
|
3190
|
+
// Exiting the outermost act scope. Flush the queue.
|
|
3191
|
+
var _queue = ReactCurrentActQueue.current;
|
|
3192
|
+
|
|
3193
|
+
if (_queue !== null) {
|
|
3194
|
+
flushActQueue(_queue);
|
|
3195
|
+
ReactCurrentActQueue.current = null;
|
|
3196
|
+
} // Return a thenable. If the user awaits it, we'll flush again in
|
|
3197
|
+
// case additional work was scheduled by a microtask.
|
|
3198
|
+
|
|
3199
|
+
|
|
3200
|
+
var _thenable = {
|
|
3201
|
+
then: function (resolve, reject) {
|
|
3202
|
+
// Confirm we haven't re-entered another `act` scope, in case
|
|
3203
|
+
// the user does something weird like await the thenable
|
|
3204
|
+
// multiple times.
|
|
3205
|
+
if (ReactCurrentActQueue.current === null) {
|
|
3206
|
+
// Recursively flush the queue until there's no remaining work.
|
|
3207
|
+
ReactCurrentActQueue.current = [];
|
|
3208
|
+
recursivelyFlushAsyncActWork(returnValue, resolve, reject);
|
|
3209
|
+
} else {
|
|
3210
|
+
resolve(returnValue);
|
|
3211
|
+
}
|
|
3212
|
+
}
|
|
3213
|
+
};
|
|
3214
|
+
return _thenable;
|
|
3215
|
+
} else {
|
|
3216
|
+
// Since we're inside a nested `act` scope, the returned thenable
|
|
3217
|
+
// immediately resolves. The outer scope will flush the queue.
|
|
3218
|
+
var _thenable2 = {
|
|
3219
|
+
then: function (resolve, reject) {
|
|
3220
|
+
resolve(returnValue);
|
|
3221
|
+
}
|
|
3222
|
+
};
|
|
3223
|
+
return _thenable2;
|
|
3224
|
+
}
|
|
3225
|
+
}
|
|
3226
|
+
}
|
|
3227
|
+
}
|
|
3228
|
+
|
|
3229
|
+
function popActScope(prevActScopeDepth) {
|
|
3230
|
+
{
|
|
3231
|
+
if (prevActScopeDepth !== actScopeDepth - 1) {
|
|
3232
|
+
error('You seem to have overlapping act() calls, this is not supported. ' + 'Be sure to await previous act() calls before making a new one. ');
|
|
3233
|
+
}
|
|
3234
|
+
|
|
3235
|
+
actScopeDepth = prevActScopeDepth;
|
|
3236
|
+
}
|
|
3237
|
+
}
|
|
3238
|
+
|
|
3239
|
+
function recursivelyFlushAsyncActWork(returnValue, resolve, reject) {
|
|
3240
|
+
{
|
|
3241
|
+
var queue = ReactCurrentActQueue.current;
|
|
3242
|
+
|
|
3243
|
+
if (queue !== null) {
|
|
3244
|
+
try {
|
|
3245
|
+
flushActQueue(queue);
|
|
3246
|
+
enqueueTask(function () {
|
|
3247
|
+
if (queue.length === 0) {
|
|
3248
|
+
// No additional work was scheduled. Finish.
|
|
3249
|
+
ReactCurrentActQueue.current = null;
|
|
3250
|
+
resolve(returnValue);
|
|
3251
|
+
} else {
|
|
3252
|
+
// Keep flushing work until there's none left.
|
|
3253
|
+
recursivelyFlushAsyncActWork(returnValue, resolve, reject);
|
|
3254
|
+
}
|
|
3255
|
+
});
|
|
3256
|
+
} catch (error) {
|
|
3257
|
+
reject(error);
|
|
3258
|
+
}
|
|
3259
|
+
} else {
|
|
3260
|
+
resolve(returnValue);
|
|
3261
|
+
}
|
|
3262
|
+
}
|
|
3263
|
+
}
|
|
3264
|
+
|
|
3265
|
+
var isFlushing = false;
|
|
3266
|
+
|
|
3267
|
+
function flushActQueue(queue) {
|
|
3268
|
+
{
|
|
3269
|
+
if (!isFlushing) {
|
|
3270
|
+
// Prevent re-entrance.
|
|
3271
|
+
isFlushing = true;
|
|
3272
|
+
var i = 0;
|
|
3273
|
+
|
|
3274
|
+
try {
|
|
3275
|
+
for (; i < queue.length; i++) {
|
|
3276
|
+
var callback = queue[i];
|
|
3277
|
+
|
|
3278
|
+
do {
|
|
3279
|
+
callback = callback(true);
|
|
3280
|
+
} while (callback !== null);
|
|
3281
|
+
}
|
|
3282
|
+
|
|
3283
|
+
queue.length = 0;
|
|
3284
|
+
} catch (error) {
|
|
3285
|
+
// If something throws, leave the remaining callbacks on the queue.
|
|
3286
|
+
queue = queue.slice(i + 1);
|
|
3287
|
+
throw error;
|
|
3288
|
+
} finally {
|
|
3289
|
+
isFlushing = false;
|
|
3290
|
+
}
|
|
3291
|
+
}
|
|
3292
|
+
}
|
|
3293
|
+
}
|
|
3294
|
+
|
|
3295
|
+
var createElement$1 = createElementWithValidation ;
|
|
3296
|
+
var cloneElement$1 = cloneElementWithValidation ;
|
|
3297
|
+
var createFactory = createFactoryWithValidation ;
|
|
3298
|
+
var Children = {
|
|
3299
|
+
map: mapChildren,
|
|
3300
|
+
forEach: forEachChildren,
|
|
3301
|
+
count: countChildren,
|
|
3302
|
+
toArray: toArray,
|
|
3303
|
+
only: onlyChild
|
|
3304
|
+
};
|
|
3305
|
+
|
|
3306
|
+
exports.Children = Children;
|
|
3307
|
+
exports.Component = Component;
|
|
3308
|
+
exports.Fragment = REACT_FRAGMENT_TYPE;
|
|
3309
|
+
exports.Profiler = REACT_PROFILER_TYPE;
|
|
3310
|
+
exports.PureComponent = PureComponent;
|
|
3311
|
+
exports.StrictMode = REACT_STRICT_MODE_TYPE;
|
|
3312
|
+
exports.Suspense = REACT_SUSPENSE_TYPE;
|
|
3313
|
+
exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = ReactSharedInternals$1;
|
|
3314
|
+
exports.act = act;
|
|
3315
|
+
exports.cloneElement = cloneElement$1;
|
|
3316
|
+
exports.createContext = createContext;
|
|
3317
|
+
exports.createElement = createElement$1;
|
|
3318
|
+
exports.createFactory = createFactory;
|
|
3319
|
+
exports.createRef = createRef;
|
|
3320
|
+
exports.forwardRef = forwardRef;
|
|
3321
|
+
exports.isValidElement = isValidElement;
|
|
3322
|
+
exports.lazy = lazy;
|
|
3323
|
+
exports.memo = memo;
|
|
3324
|
+
exports.startTransition = startTransition;
|
|
3325
|
+
exports.unstable_act = act;
|
|
3326
|
+
exports.useCallback = useCallback;
|
|
3327
|
+
exports.useContext = useContext;
|
|
3328
|
+
exports.useDebugValue = useDebugValue;
|
|
3329
|
+
exports.useDeferredValue = useDeferredValue;
|
|
3330
|
+
exports.useEffect = useEffect;
|
|
3331
|
+
exports.useId = useId;
|
|
3332
|
+
exports.useImperativeHandle = useImperativeHandle;
|
|
3333
|
+
exports.useInsertionEffect = useInsertionEffect;
|
|
3334
|
+
exports.useLayoutEffect = useLayoutEffect;
|
|
3335
|
+
exports.useMemo = useMemo;
|
|
3336
|
+
exports.useReducer = useReducer;
|
|
3337
|
+
exports.useRef = useRef;
|
|
3338
|
+
exports.useState = useState;
|
|
3339
|
+
exports.useSyncExternalStore = useSyncExternalStore;
|
|
3340
|
+
exports.useTransition = useTransition;
|
|
3341
|
+
exports.version = ReactVersion;
|
|
3342
|
+
|
|
3343
|
+
})));
|