@depup/nitro 3.0.260311-beta-depup.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/LICENSE +27 -0
- package/README.md +32 -0
- package/changes.json +14 -0
- package/dist/THIRD-PARTY-LICENSES.md +1646 -0
- package/dist/_build/common.mjs +29361 -0
- package/dist/_build/rolldown.mjs +173 -0
- package/dist/_build/rollup.mjs +194 -0
- package/dist/_build/vite.build.mjs +18 -0
- package/dist/_chunks/nitro.mjs +1159 -0
- package/dist/_chunks/nitro2.mjs +102 -0
- package/dist/_chunks/nitro3.mjs +129 -0
- package/dist/_chunks/utils.mjs +272 -0
- package/dist/_common.mjs +35 -0
- package/dist/_dev.d.mts +12 -0
- package/dist/_dev.mjs +519 -0
- package/dist/_libs/_.mjs +3 -0
- package/dist/_libs/_2.mjs +2 -0
- package/dist/_libs/_3.mjs +3 -0
- package/dist/_libs/_4.mjs +2 -0
- package/dist/_libs/_5.mjs +3 -0
- package/dist/_libs/_6.mjs +4 -0
- package/dist/_libs/_7.mjs +5 -0
- package/dist/_libs/c12+rc9.mjs +812 -0
- package/dist/_libs/c12+readdirp+chokidar.d.mts +230 -0
- package/dist/_libs/citty.mjs +361 -0
- package/dist/_libs/commondir+is-reference.mjs +1311 -0
- package/dist/_libs/compatx.d.mts +47 -0
- package/dist/_libs/compatx.mjs +45 -0
- package/dist/_libs/esbuild.d.mts +20 -0
- package/dist/_libs/escape-string-regexp.mjs +7 -0
- package/dist/_libs/estree+pluginutils.d.mts +241 -0
- package/dist/_libs/estree-walker.mjs +184 -0
- package/dist/_libs/exsolve.d.mts +1 -0
- package/dist/_libs/hasown+resolve+deepmerge.mjs +1949 -0
- package/dist/_libs/httpxy.d.mts +82 -0
- package/dist/_libs/httpxy.mjs +671 -0
- package/dist/_libs/js-tokens.d.mts +1 -0
- package/dist/_libs/klona.mjs +37 -0
- package/dist/_libs/magic-string.d.mts +220 -0
- package/dist/_libs/mlly.d.mts +57 -0
- package/dist/_libs/nypm+tinyexec.mjs +845 -0
- package/dist/_libs/perfect-debounce.mjs +88 -0
- package/dist/_libs/pkg-types.d.mts +23 -0
- package/dist/_libs/plugin-alias.mjs +64 -0
- package/dist/_libs/plugin-inject.mjs +131 -0
- package/dist/_libs/plugin-json.mjs +34 -0
- package/dist/_libs/pluginutils.mjs +646 -0
- package/dist/_libs/readdirp+chokidar.mjs +1606 -0
- package/dist/_libs/remapping.mjs +115 -0
- package/dist/_libs/resolve-uri+gen-mapping.mjs +442 -0
- package/dist/_libs/rou3.d.mts +44 -0
- package/dist/_libs/rou3.mjs +496 -0
- package/dist/_libs/std-env.d.mts +12 -0
- package/dist/_libs/strip-literal.d.mts +1 -0
- package/dist/_libs/tsconfck.mjs +813 -0
- package/dist/_libs/ultrahtml.mjs +127 -0
- package/dist/_libs/unimport+unplugin.mjs +1684 -0
- package/dist/_libs/unplugin+unimport.d.mts +423 -0
- package/dist/_libs/unwasm.d.mts +29 -0
- package/dist/_presets.mjs +1759 -0
- package/dist/builder.d.mts +64 -0
- package/dist/builder.mjs +15 -0
- package/dist/cli/_chunks/build.mjs +47 -0
- package/dist/cli/_chunks/common.mjs +14 -0
- package/dist/cli/_chunks/deploy.mjs +40 -0
- package/dist/cli/_chunks/dev.mjs +62 -0
- package/dist/cli/_chunks/docs.mjs +30 -0
- package/dist/cli/_chunks/list.mjs +25 -0
- package/dist/cli/_chunks/prepare.mjs +17 -0
- package/dist/cli/_chunks/preview.mjs +51 -0
- package/dist/cli/_chunks/run.mjs +53 -0
- package/dist/cli/_chunks/task.mjs +14 -0
- package/dist/cli/index.d.mts +1 -0
- package/dist/cli/index.mjs +22 -0
- package/dist/node_modules/@poppinss/colors/build/index.js +139 -0
- package/dist/node_modules/@poppinss/colors/package.json +118 -0
- package/dist/node_modules/@poppinss/dumper/build/chunk-26HALFTP.js +602 -0
- package/dist/node_modules/@poppinss/dumper/build/formatters/console/main.js +441 -0
- package/dist/node_modules/@poppinss/dumper/build/formatters/html/main.js +725 -0
- package/dist/node_modules/@poppinss/dumper/package.json +122 -0
- package/dist/node_modules/@poppinss/exception/build/index.js +44 -0
- package/dist/node_modules/@poppinss/exception/package.json +109 -0
- package/dist/node_modules/@sindresorhus/is/distribution/index.js +1354 -0
- package/dist/node_modules/@sindresorhus/is/distribution/utilities.js +3 -0
- package/dist/node_modules/@sindresorhus/is/package.json +81 -0
- package/dist/node_modules/@speed-highlight/core/dist/index.js +4 -0
- package/dist/node_modules/@speed-highlight/core/dist/terminal.js +2 -0
- package/dist/node_modules/@speed-highlight/core/package.json +94 -0
- package/dist/node_modules/cookie-es/dist/index.mjs +262 -0
- package/dist/node_modules/cookie-es/package.json +37 -0
- package/dist/node_modules/croner/dist/croner.js +1 -0
- package/dist/node_modules/croner/package.json +73 -0
- package/dist/node_modules/defu/dist/defu.mjs +69 -0
- package/dist/node_modules/defu/package.json +43 -0
- package/dist/node_modules/destr/dist/index.mjs +72 -0
- package/dist/node_modules/destr/package.json +47 -0
- package/dist/node_modules/error-stack-parser-es/dist/index.mjs +38 -0
- package/dist/node_modules/error-stack-parser-es/dist/lite.mjs +167 -0
- package/dist/node_modules/error-stack-parser-es/package.json +83 -0
- package/dist/node_modules/get-port-please/dist/index.mjs +430 -0
- package/dist/node_modules/get-port-please/package.json +39 -0
- package/dist/node_modules/kleur/index.mjs +110 -0
- package/dist/node_modules/kleur/package.json +51 -0
- package/dist/node_modules/rendu/dist/index.mjs +380 -0
- package/dist/node_modules/rendu/package.json +47 -0
- package/dist/node_modules/scule/dist/index.mjs +80 -0
- package/dist/node_modules/scule/package.json +43 -0
- package/dist/node_modules/source-map/lib/array-set.js +100 -0
- package/dist/node_modules/source-map/lib/base64-vlq.js +94 -0
- package/dist/node_modules/source-map/lib/base64.js +19 -0
- package/dist/node_modules/source-map/lib/binary-search.js +113 -0
- package/dist/node_modules/source-map/lib/mapping-list.js +83 -0
- package/dist/node_modules/source-map/lib/mappings.wasm +0 -0
- package/dist/node_modules/source-map/lib/read-wasm.js +27 -0
- package/dist/node_modules/source-map/lib/source-map-consumer.js +1081 -0
- package/dist/node_modules/source-map/lib/source-map-generator.js +439 -0
- package/dist/node_modules/source-map/lib/source-node.js +430 -0
- package/dist/node_modules/source-map/lib/url.js +13 -0
- package/dist/node_modules/source-map/lib/util.js +444 -0
- package/dist/node_modules/source-map/lib/wasm.js +138 -0
- package/dist/node_modules/source-map/package.json +79 -0
- package/dist/node_modules/source-map/source-map.js +10 -0
- package/dist/node_modules/supports-color/index.js +202 -0
- package/dist/node_modules/supports-color/package.json +64 -0
- package/dist/node_modules/ufo/dist/index.mjs +645 -0
- package/dist/node_modules/ufo/package.json +48 -0
- package/dist/node_modules/unctx/dist/index.mjs +131 -0
- package/dist/node_modules/unctx/package.json +67 -0
- package/dist/node_modules/youch/build/helpers-B9BQYaS6.js +23 -0
- package/dist/node_modules/youch/build/index.js +212 -0
- package/dist/node_modules/youch/build/public/error_cause/style.css +5 -0
- package/dist/node_modules/youch/build/public/error_info/script.js +13 -0
- package/dist/node_modules/youch/build/public/error_info/style.css +145 -0
- package/dist/node_modules/youch/build/public/error_metadata/style.css +3 -0
- package/dist/node_modules/youch/build/public/error_stack/script.js +72 -0
- package/dist/node_modules/youch/build/public/error_stack/style.css +219 -0
- package/dist/node_modules/youch/build/public/error_stack_source/style.css +123 -0
- package/dist/node_modules/youch/build/public/header/script.js +14 -0
- package/dist/node_modules/youch/build/public/header/style.css +56 -0
- package/dist/node_modules/youch/build/public/layout/script.js +12 -0
- package/dist/node_modules/youch/build/public/layout/style.css +435 -0
- package/dist/node_modules/youch/build/public_dir-C5bujZKB.js +25 -0
- package/dist/node_modules/youch/build/src/templates/error_cause/main.js +44 -0
- package/dist/node_modules/youch/build/src/templates/error_info/main.js +72 -0
- package/dist/node_modules/youch/build/src/templates/error_metadata/main.js +65 -0
- package/dist/node_modules/youch/build/src/templates/error_stack/main.js +152 -0
- package/dist/node_modules/youch/build/src/templates/error_stack_source/main.js +46 -0
- package/dist/node_modules/youch/build/src/templates/header/main.js +24 -0
- package/dist/node_modules/youch/build/src/templates/layout/main.js +27 -0
- package/dist/node_modules/youch/package.json +135 -0
- package/dist/node_modules/youch-core/build/index.js +316 -0
- package/dist/node_modules/youch-core/package.json +124 -0
- package/dist/presets/_nitro/runtime/nitro-dev.mjs +20 -0
- package/dist/presets/_nitro/runtime/nitro-prerenderer.mjs +15 -0
- package/dist/presets/_nitro/runtime/service-worker.mjs +23 -0
- package/dist/presets/aws-amplify/runtime/aws-amplify.mjs +14 -0
- package/dist/presets/aws-lambda/runtime/_utils.mjs +116 -0
- package/dist/presets/aws-lambda/runtime/aws-lambda-streaming.mjs +31 -0
- package/dist/presets/aws-lambda/runtime/aws-lambda.mjs +13 -0
- package/dist/presets/azure/runtime/_utils.mjs +50 -0
- package/dist/presets/azure/runtime/azure-swa.mjs +30 -0
- package/dist/presets/bun/runtime/bun.mjs +40 -0
- package/dist/presets/cloudflare/runtime/_module-handler.mjs +87 -0
- package/dist/presets/cloudflare/runtime/cloudflare-durable.mjs +72 -0
- package/dist/presets/cloudflare/runtime/cloudflare-module.mjs +17 -0
- package/dist/presets/cloudflare/runtime/cloudflare-pages.mjs +39 -0
- package/dist/presets/cloudflare/runtime/plugin.dev.mjs +96 -0
- package/dist/presets/cloudflare/runtime/shims/workers.dev.mjs +27 -0
- package/dist/presets/deno/runtime/deno-deploy.mjs +19 -0
- package/dist/presets/deno/runtime/deno-server.mjs +39 -0
- package/dist/presets/netlify/runtime/netlify-edge.mjs +20 -0
- package/dist/presets/netlify/runtime/netlify.mjs +20 -0
- package/dist/presets/node/runtime/node-cluster.mjs +54 -0
- package/dist/presets/node/runtime/node-middleware.mjs +14 -0
- package/dist/presets/node/runtime/node-server.mjs +47 -0
- package/dist/presets/standard/runtime/server.mjs +4 -0
- package/dist/presets/stormkit/runtime/stormkit.mjs +27 -0
- package/dist/presets/vercel/runtime/cron-handler.mjs +25 -0
- package/dist/presets/vercel/runtime/isr.mjs +19 -0
- package/dist/presets/vercel/runtime/vercel.node.mjs +24 -0
- package/dist/presets/vercel/runtime/vercel.web.mjs +23 -0
- package/dist/presets/winterjs/runtime/winterjs.mjs +91 -0
- package/dist/presets/zeabur/runtime/zeabur.mjs +4 -0
- package/dist/presets/zephyr/runtime/server.mjs +3 -0
- package/dist/runtime/app.d.mts +1 -0
- package/dist/runtime/app.mjs +1 -0
- package/dist/runtime/cache.d.mts +1 -0
- package/dist/runtime/cache.mjs +1 -0
- package/dist/runtime/config.d.mts +3 -0
- package/dist/runtime/config.mjs +4 -0
- package/dist/runtime/context.d.mts +1 -0
- package/dist/runtime/context.mjs +1 -0
- package/dist/runtime/database.d.mts +1 -0
- package/dist/runtime/database.mjs +1 -0
- package/dist/runtime/internal/app.d.mts +16 -0
- package/dist/runtime/internal/app.mjs +208 -0
- package/dist/runtime/internal/cache.d.mts +7 -0
- package/dist/runtime/internal/cache.mjs +41 -0
- package/dist/runtime/internal/context.d.mts +14 -0
- package/dist/runtime/internal/context.mjs +24 -0
- package/dist/runtime/internal/database.d.mts +2 -0
- package/dist/runtime/internal/database.mjs +12 -0
- package/dist/runtime/internal/empty.mjs +0 -0
- package/dist/runtime/internal/error/dev.d.mts +10 -0
- package/dist/runtime/internal/error/dev.mjs +121 -0
- package/dist/runtime/internal/error/hooks.d.mts +1 -0
- package/dist/runtime/internal/error/hooks.mjs +9 -0
- package/dist/runtime/internal/error/prod.d.mts +6 -0
- package/dist/runtime/internal/error/prod.mjs +40 -0
- package/dist/runtime/internal/error/utils.d.mts +8 -0
- package/dist/runtime/internal/error/utils.mjs +3 -0
- package/dist/runtime/internal/meta.d.mts +2 -0
- package/dist/runtime/internal/meta.mjs +3 -0
- package/dist/runtime/internal/plugin.d.mts +3 -0
- package/dist/runtime/internal/plugin.mjs +4 -0
- package/dist/runtime/internal/route-rules.d.mts +9 -0
- package/dist/runtime/internal/route-rules.mjs +72 -0
- package/dist/runtime/internal/routes/dev-tasks.d.mts +3 -0
- package/dist/runtime/internal/routes/dev-tasks.mjs +25 -0
- package/dist/runtime/internal/routes/openapi.d.mts +3 -0
- package/dist/runtime/internal/routes/openapi.mjs +94 -0
- package/dist/runtime/internal/routes/renderer-template.d.mts +2 -0
- package/dist/runtime/internal/routes/renderer-template.dev.d.mts +3 -0
- package/dist/runtime/internal/routes/renderer-template.dev.mjs +19 -0
- package/dist/runtime/internal/routes/renderer-template.mjs +4 -0
- package/dist/runtime/internal/routes/scalar.d.mts +3 -0
- package/dist/runtime/internal/routes/scalar.mjs +193 -0
- package/dist/runtime/internal/routes/swagger.d.mts +3 -0
- package/dist/runtime/internal/routes/swagger.mjs +42 -0
- package/dist/runtime/internal/runtime-config.d.mts +9 -0
- package/dist/runtime/internal/runtime-config.mjs +54 -0
- package/dist/runtime/internal/static.d.mts +3 -0
- package/dist/runtime/internal/static.mjs +67 -0
- package/dist/runtime/internal/storage.d.mts +2 -0
- package/dist/runtime/internal/storage.mjs +6 -0
- package/dist/runtime/internal/task.d.mts +19 -0
- package/dist/runtime/internal/task.mjs +69 -0
- package/dist/runtime/internal/vite/dev-entry.mjs +18 -0
- package/dist/runtime/internal/vite/dev-worker.mjs +264 -0
- package/dist/runtime/internal/vite/ssr-renderer.mjs +6 -0
- package/dist/runtime/meta.d.mts +5 -0
- package/dist/runtime/meta.mjs +27 -0
- package/dist/runtime/nitro.d.mts +11 -0
- package/dist/runtime/nitro.mjs +34 -0
- package/dist/runtime/runtime-config.d.mts +1 -0
- package/dist/runtime/runtime-config.mjs +1 -0
- package/dist/runtime/storage.d.mts +1 -0
- package/dist/runtime/storage.mjs +1 -0
- package/dist/runtime/task.d.mts +1 -0
- package/dist/runtime/task.mjs +1 -0
- package/dist/runtime/virtual/_runtime_warn.d.mts +1 -0
- package/dist/runtime/virtual/_runtime_warn.mjs +5 -0
- package/dist/runtime/virtual/database.d.mts +8 -0
- package/dist/runtime/virtual/database.mjs +2 -0
- package/dist/runtime/virtual/error-handler.d.mts +6 -0
- package/dist/runtime/virtual/error-handler.mjs +9 -0
- package/dist/runtime/virtual/feature-flags.d.mts +7 -0
- package/dist/runtime/virtual/feature-flags.mjs +7 -0
- package/dist/runtime/virtual/plugins.d.mts +3 -0
- package/dist/runtime/virtual/plugins.mjs +2 -0
- package/dist/runtime/virtual/polyfills.d.mts +3 -0
- package/dist/runtime/virtual/polyfills.mjs +2 -0
- package/dist/runtime/virtual/public-assets.d.mts +9 -0
- package/dist/runtime/virtual/public-assets.mjs +8 -0
- package/dist/runtime/virtual/renderer-template.d.mts +4 -0
- package/dist/runtime/virtual/renderer-template.mjs +7 -0
- package/dist/runtime/virtual/routing-meta.d.mts +7 -0
- package/dist/runtime/virtual/routing-meta.mjs +2 -0
- package/dist/runtime/virtual/routing.d.mts +8 -0
- package/dist/runtime/virtual/routing.mjs +11 -0
- package/dist/runtime/virtual/runtime-config.d.mts +3 -0
- package/dist/runtime/virtual/runtime-config.mjs +5 -0
- package/dist/runtime/virtual/server-assets.d.mts +7 -0
- package/dist/runtime/virtual/server-assets.mjs +12 -0
- package/dist/runtime/virtual/storage.d.mts +3 -0
- package/dist/runtime/virtual/storage.mjs +5 -0
- package/dist/runtime/virtual/tasks.d.mts +10 -0
- package/dist/runtime/virtual/tasks.mjs +3 -0
- package/dist/runtime/vite.d.mts +8 -0
- package/dist/runtime/vite.mjs +9 -0
- package/dist/types/index.d.mts +3010 -0
- package/dist/types/index.mjs +1 -0
- package/dist/vite.d.mts +52 -0
- package/dist/vite.mjs +740 -0
- package/lib/h3.d.mts +1 -0
- package/lib/h3.mjs +1 -0
- package/lib/tsconfig.json +27 -0
- package/lib/vite.types.d.mts +26 -0
- package/lib/vite.types.mjs +2 -0
- package/package.json +256 -0
- package/skills/nitro/SKILL.md +10 -0
- package/skills/nitro/docs/TOC.md +83 -0
- package/skills/nitro/docs/_navigation.json +679 -0
- package/skills/nitro/docs/config/index.md +1147 -0
- package/skills/nitro/docs/deploy/index.md +64 -0
- package/skills/nitro/docs/deploy/providers/alwaysdata.md +50 -0
- package/skills/nitro/docs/deploy/providers/aws-amplify.md +81 -0
- package/skills/nitro/docs/deploy/providers/aws.md +47 -0
- package/skills/nitro/docs/deploy/providers/azure.md +72 -0
- package/skills/nitro/docs/deploy/providers/cleavr.md +33 -0
- package/skills/nitro/docs/deploy/providers/cloudflare.md +375 -0
- package/skills/nitro/docs/deploy/providers/deno-deploy.md +66 -0
- package/skills/nitro/docs/deploy/providers/digitalocean.md +46 -0
- package/skills/nitro/docs/deploy/providers/firebase.md +32 -0
- package/skills/nitro/docs/deploy/providers/flightcontrol.md +67 -0
- package/skills/nitro/docs/deploy/providers/genezio.md +67 -0
- package/skills/nitro/docs/deploy/providers/github-pages.md +68 -0
- package/skills/nitro/docs/deploy/providers/gitlab-pages.md +37 -0
- package/skills/nitro/docs/deploy/providers/heroku.md +84 -0
- package/skills/nitro/docs/deploy/providers/iis.md +38 -0
- package/skills/nitro/docs/deploy/providers/koyeb.md +109 -0
- package/skills/nitro/docs/deploy/providers/netlify.md +47 -0
- package/skills/nitro/docs/deploy/providers/platform-sh.md +37 -0
- package/skills/nitro/docs/deploy/providers/render.md +37 -0
- package/skills/nitro/docs/deploy/providers/stormkit.md +24 -0
- package/skills/nitro/docs/deploy/providers/vercel.md +179 -0
- package/skills/nitro/docs/deploy/providers/zeabur.md +19 -0
- package/skills/nitro/docs/deploy/providers/zephyr.md +99 -0
- package/skills/nitro/docs/deploy/providers/zerops.md +102 -0
- package/skills/nitro/docs/deploy/runtimes/bun.md +15 -0
- package/skills/nitro/docs/deploy/runtimes/deno.md +19 -0
- package/skills/nitro/docs/deploy/runtimes/node.md +63 -0
- package/skills/nitro/docs/docs/assets.md +166 -0
- package/skills/nitro/docs/docs/cache.md +408 -0
- package/skills/nitro/docs/docs/configuration.md +256 -0
- package/skills/nitro/docs/docs/database.md +185 -0
- package/skills/nitro/docs/docs/index.md +56 -0
- package/skills/nitro/docs/docs/lifecycle.md +204 -0
- package/skills/nitro/docs/docs/migration.md +215 -0
- package/skills/nitro/docs/docs/nightly.md +31 -0
- package/skills/nitro/docs/docs/plugins.md +164 -0
- package/skills/nitro/docs/docs/quick-start.md +110 -0
- package/skills/nitro/docs/docs/renderer.md +322 -0
- package/skills/nitro/docs/docs/routing.md +711 -0
- package/skills/nitro/docs/docs/server-entry.md +239 -0
- package/skills/nitro/docs/docs/storage.md +261 -0
- package/skills/nitro/docs/docs/tasks.md +277 -0
- package/skills/nitro/docs/examples/api-routes.md +145 -0
- package/skills/nitro/docs/examples/auto-imports.md +93 -0
- package/skills/nitro/docs/examples/cached-handler.md +81 -0
- package/skills/nitro/docs/examples/custom-error-handler.md +98 -0
- package/skills/nitro/docs/examples/database.md +157 -0
- package/skills/nitro/docs/examples/elysia.md +70 -0
- package/skills/nitro/docs/examples/express.md +78 -0
- package/skills/nitro/docs/examples/fastify.md +79 -0
- package/skills/nitro/docs/examples/hello-world.md +68 -0
- package/skills/nitro/docs/examples/hono.md +74 -0
- package/skills/nitro/docs/examples/import-alias.md +100 -0
- package/skills/nitro/docs/examples/index.md +3 -0
- package/skills/nitro/docs/examples/middleware.md +91 -0
- package/skills/nitro/docs/examples/mono-jsx.md +68 -0
- package/skills/nitro/docs/examples/nano-jsx.md +70 -0
- package/skills/nitro/docs/examples/plugins.md +91 -0
- package/skills/nitro/docs/examples/renderer.md +113 -0
- package/skills/nitro/docs/examples/runtime-config.md +97 -0
- package/skills/nitro/docs/examples/server-fetch.md +87 -0
- package/skills/nitro/docs/examples/shiki.md +198 -0
- package/skills/nitro/docs/examples/virtual-routes.md +74 -0
- package/skills/nitro/docs/examples/vite-nitro-plugin.md +79 -0
- package/skills/nitro/docs/examples/vite-rsc.md +1041 -0
- package/skills/nitro/docs/examples/vite-ssr-html.md +217 -0
- package/skills/nitro/docs/examples/vite-ssr-preact.md +247 -0
- package/skills/nitro/docs/examples/vite-ssr-react.md +226 -0
- package/skills/nitro/docs/examples/vite-ssr-solid.md +256 -0
- package/skills/nitro/docs/examples/vite-ssr-tsr-react.md +442 -0
- package/skills/nitro/docs/examples/vite-ssr-tss-react.md +444 -0
- package/skills/nitro/docs/examples/vite-ssr-vue-router.md +616 -0
- package/skills/nitro/docs/examples/vite-trpc.md +335 -0
- package/skills/nitro/docs/examples/websocket.md +282 -0
- package/skills/nitro/docs/index.md +121 -0
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@poppinss/colors",
|
|
3
|
+
"version": "4.1.6",
|
|
4
|
+
"description": "A wrapper on top of kleur with ability to write test against the color functions",
|
|
5
|
+
"main": "build/index.js",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"files": [
|
|
8
|
+
"build",
|
|
9
|
+
"!build/tests",
|
|
10
|
+
"!build/bin"
|
|
11
|
+
],
|
|
12
|
+
"exports": {
|
|
13
|
+
".": "./build/index.js",
|
|
14
|
+
"./types": "./build/src/types.js"
|
|
15
|
+
},
|
|
16
|
+
"scripts": {
|
|
17
|
+
"pretest": "npm run lint",
|
|
18
|
+
"test": "c8 npm run quick:test",
|
|
19
|
+
"lint": "eslint .",
|
|
20
|
+
"format": "prettier --write .",
|
|
21
|
+
"typecheck": "tsc --noEmit",
|
|
22
|
+
"precompile": "npm run lint && npm run clean",
|
|
23
|
+
"compile": "tsdown && tsc --emitDeclarationOnly --declaration",
|
|
24
|
+
"clean": "del-cli build",
|
|
25
|
+
"build": "npm run compile",
|
|
26
|
+
"version": "npm run build",
|
|
27
|
+
"prepublishOnly": "npm run build",
|
|
28
|
+
"release": "release-it",
|
|
29
|
+
"quick:test": "node --import=@poppinss/ts-exec --enable-source-maps bin/test.ts"
|
|
30
|
+
},
|
|
31
|
+
"devDependencies": {
|
|
32
|
+
"@adonisjs/eslint-config": "^3.0.0-next.5",
|
|
33
|
+
"@adonisjs/prettier-config": "^1.4.5",
|
|
34
|
+
"@adonisjs/tsconfig": "^2.0.0-next.3",
|
|
35
|
+
"@japa/assert": "^4.1.1",
|
|
36
|
+
"@japa/runner": "^4.4.0",
|
|
37
|
+
"@poppinss/ts-exec": "^1.4.1",
|
|
38
|
+
"@release-it/conventional-changelog": "^10.0.3",
|
|
39
|
+
"@types/node": "^25.0.1",
|
|
40
|
+
"c8": "^10.1.3",
|
|
41
|
+
"del-cli": "^7.0.0",
|
|
42
|
+
"eslint": "^9.39.1",
|
|
43
|
+
"prettier": "^3.7.4",
|
|
44
|
+
"release-it": "^19.1.0",
|
|
45
|
+
"tsdown": "^0.17.3",
|
|
46
|
+
"typescript": "^5.9.3"
|
|
47
|
+
},
|
|
48
|
+
"dependencies": {
|
|
49
|
+
"kleur": "^4.1.5"
|
|
50
|
+
},
|
|
51
|
+
"repository": {
|
|
52
|
+
"type": "git",
|
|
53
|
+
"url": "git+https://github.com/poppinss/colors.git"
|
|
54
|
+
},
|
|
55
|
+
"bugs": {
|
|
56
|
+
"url": "https://github.com/poppinss/colors/issues"
|
|
57
|
+
},
|
|
58
|
+
"keywords": [
|
|
59
|
+
"kleur",
|
|
60
|
+
"colors"
|
|
61
|
+
],
|
|
62
|
+
"author": "virk",
|
|
63
|
+
"license": "MIT",
|
|
64
|
+
"homepage": "https://github.com/poppinss/colors#readme",
|
|
65
|
+
"publishConfig": {
|
|
66
|
+
"access": "public",
|
|
67
|
+
"provenance": true
|
|
68
|
+
},
|
|
69
|
+
"tsdown": {
|
|
70
|
+
"entry": [
|
|
71
|
+
"./index.ts",
|
|
72
|
+
"./src/types.ts"
|
|
73
|
+
],
|
|
74
|
+
"outDir": "./build",
|
|
75
|
+
"clean": true,
|
|
76
|
+
"format": "esm",
|
|
77
|
+
"minify": "dce-only",
|
|
78
|
+
"fixedExtension": false,
|
|
79
|
+
"dts": false,
|
|
80
|
+
"treeshake": false,
|
|
81
|
+
"sourcemaps": false,
|
|
82
|
+
"target": "esnext"
|
|
83
|
+
},
|
|
84
|
+
"release-it": {
|
|
85
|
+
"git": {
|
|
86
|
+
"requireCleanWorkingDir": true,
|
|
87
|
+
"requireUpstream": true,
|
|
88
|
+
"commitMessage": "chore(release): ${version}",
|
|
89
|
+
"tagAnnotation": "v${version}",
|
|
90
|
+
"push": true,
|
|
91
|
+
"tagName": "v${version}"
|
|
92
|
+
},
|
|
93
|
+
"github": {
|
|
94
|
+
"release": true
|
|
95
|
+
},
|
|
96
|
+
"npm": {
|
|
97
|
+
"publish": true,
|
|
98
|
+
"skipChecks": true
|
|
99
|
+
},
|
|
100
|
+
"plugins": {
|
|
101
|
+
"@release-it/conventional-changelog": {
|
|
102
|
+
"preset": {
|
|
103
|
+
"name": "angular"
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"c8": {
|
|
109
|
+
"reporter": [
|
|
110
|
+
"text",
|
|
111
|
+
"html"
|
|
112
|
+
],
|
|
113
|
+
"exclude": [
|
|
114
|
+
"tests/**"
|
|
115
|
+
]
|
|
116
|
+
},
|
|
117
|
+
"prettier": "@adonisjs/prettier-config"
|
|
118
|
+
}
|
|
@@ -0,0 +1,602 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __export = (target, all) => {
|
|
3
|
+
for (var name in all)
|
|
4
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
// src/helpers.ts
|
|
8
|
+
var helpers_exports = {};
|
|
9
|
+
__export(helpers_exports, {
|
|
10
|
+
htmlEscape: () => htmlEscape,
|
|
11
|
+
tokenizeArray: () => tokenizeArray,
|
|
12
|
+
tokenizeObject: () => tokenizeObject,
|
|
13
|
+
tokenizePrototype: () => tokenizePrototype,
|
|
14
|
+
wordWrap: () => wordWrap
|
|
15
|
+
});
|
|
16
|
+
import is from "@sindresorhus/is";
|
|
17
|
+
var ObjectPrototype = Object.prototype;
|
|
18
|
+
var ArrayPrototype = Array.prototype;
|
|
19
|
+
var ObjectPrototypeKeys = Reflect.ownKeys(ObjectPrototype);
|
|
20
|
+
var ArrayPrototypeKeys = Reflect.ownKeys(ArrayPrototype);
|
|
21
|
+
function tokenizeObject(value, parser, config) {
|
|
22
|
+
parser.context.objectsSeen = parser.context.objectsSeen ?? /* @__PURE__ */ new Set();
|
|
23
|
+
parser.context.depth = parser.context.depth ?? 0;
|
|
24
|
+
if (parser.context.objectsSeen.has(value)) {
|
|
25
|
+
parser.collect({ type: "object-circular-ref" });
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
if (parser.context.depth >= parser.config.depth) {
|
|
29
|
+
parser.collect({ type: "object-max-depth-ref" });
|
|
30
|
+
return;
|
|
31
|
+
}
|
|
32
|
+
const showHidden = config.showHidden;
|
|
33
|
+
const name = config.constructorName ?? Object.getPrototypeOf(value)?.constructor.name ?? null;
|
|
34
|
+
if (config.collapse.includes(name)) {
|
|
35
|
+
parser.collect({
|
|
36
|
+
type: "collapse",
|
|
37
|
+
name,
|
|
38
|
+
token: {
|
|
39
|
+
type: "object-start",
|
|
40
|
+
constructorName: name
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
return;
|
|
44
|
+
}
|
|
45
|
+
const ownKeys = Reflect.ownKeys(value);
|
|
46
|
+
const eagerGetters = config.eagerGetters ?? [];
|
|
47
|
+
parser.context.depth++;
|
|
48
|
+
parser.context.objectsSeen.add(value);
|
|
49
|
+
let keys = [];
|
|
50
|
+
if (config.membersToIgnore) {
|
|
51
|
+
const keysSet = /* @__PURE__ */ new Set([...ownKeys]);
|
|
52
|
+
config.membersToIgnore.forEach((m) => keysSet.delete(m));
|
|
53
|
+
keys = Array.from(keysSet);
|
|
54
|
+
} else {
|
|
55
|
+
keys = ownKeys;
|
|
56
|
+
}
|
|
57
|
+
parser.collect({ type: "object-start", constructorName: name });
|
|
58
|
+
for (let key of keys) {
|
|
59
|
+
const descriptor = Object.getOwnPropertyDescriptor(value, key);
|
|
60
|
+
if (!descriptor) {
|
|
61
|
+
continue;
|
|
62
|
+
}
|
|
63
|
+
if (!descriptor.enumerable && !showHidden) {
|
|
64
|
+
continue;
|
|
65
|
+
}
|
|
66
|
+
const isSymbol = typeof key === "symbol";
|
|
67
|
+
const isWritable = !!descriptor.set || !!descriptor.writable;
|
|
68
|
+
parser.collect({
|
|
69
|
+
type: "object-key",
|
|
70
|
+
isSymbol,
|
|
71
|
+
isWritable,
|
|
72
|
+
value: String(key)
|
|
73
|
+
});
|
|
74
|
+
if ("get" in descriptor && !eagerGetters.includes(key)) {
|
|
75
|
+
parser.collect({ type: "object-value-getter" });
|
|
76
|
+
continue;
|
|
77
|
+
}
|
|
78
|
+
parser.collect({ type: "object-value-start" });
|
|
79
|
+
parser.parse(value[key]);
|
|
80
|
+
parser.collect({ type: "object-value-end" });
|
|
81
|
+
}
|
|
82
|
+
if (config.inspectObjectPrototype === true) {
|
|
83
|
+
tokenizePrototype(value, parser, {
|
|
84
|
+
membersToIgnore: ObjectPrototypeKeys
|
|
85
|
+
});
|
|
86
|
+
} else if (config.inspectObjectPrototype === "unless-plain-object" && !is.plainObject(value)) {
|
|
87
|
+
tokenizePrototype(value, parser, {
|
|
88
|
+
membersToIgnore: ObjectPrototypeKeys,
|
|
89
|
+
prototypeToIgnore: ObjectPrototype
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
parser.collect({ type: "object-end" });
|
|
93
|
+
parser.context.depth--;
|
|
94
|
+
parser.context.objectsSeen.delete(value);
|
|
95
|
+
}
|
|
96
|
+
function tokenizePrototype(value, parser, config) {
|
|
97
|
+
const prototypeChain = [];
|
|
98
|
+
for (let proto = Object.getPrototypeOf(value); proto && (!config.prototypeToIgnore || proto !== config.prototypeToIgnore); proto = Object.getPrototypeOf(proto)) {
|
|
99
|
+
let keys = Reflect.ownKeys(proto);
|
|
100
|
+
if (config.membersToIgnore) {
|
|
101
|
+
const keysSet = /* @__PURE__ */ new Set([...keys]);
|
|
102
|
+
config.membersToIgnore.forEach((m) => keysSet.delete(m));
|
|
103
|
+
keys = Array.from(keysSet);
|
|
104
|
+
}
|
|
105
|
+
prototypeChain.push({ proto, keys });
|
|
106
|
+
}
|
|
107
|
+
if (!prototypeChain.length) {
|
|
108
|
+
return;
|
|
109
|
+
}
|
|
110
|
+
const eagerGetters = config.eagerGetters ?? [];
|
|
111
|
+
parser.collect({ type: "prototype-start" });
|
|
112
|
+
for (let proto of prototypeChain) {
|
|
113
|
+
for (let key of proto.keys) {
|
|
114
|
+
if (key === "constructor") {
|
|
115
|
+
continue;
|
|
116
|
+
}
|
|
117
|
+
const descriptor = Object.getOwnPropertyDescriptor(proto.proto, key);
|
|
118
|
+
if (!descriptor) {
|
|
119
|
+
continue;
|
|
120
|
+
}
|
|
121
|
+
const isSymbol = typeof key === "symbol";
|
|
122
|
+
const isWritable = !!descriptor.set || !!descriptor.writable;
|
|
123
|
+
parser.collect({
|
|
124
|
+
type: "object-key",
|
|
125
|
+
isSymbol,
|
|
126
|
+
isWritable,
|
|
127
|
+
value: String(key)
|
|
128
|
+
});
|
|
129
|
+
if ("get" in descriptor && !eagerGetters.includes(key)) {
|
|
130
|
+
parser.collect({ type: "object-value-getter" });
|
|
131
|
+
continue;
|
|
132
|
+
}
|
|
133
|
+
parser.collect({ type: "object-value-start" });
|
|
134
|
+
parser.parse(value[key]);
|
|
135
|
+
parser.collect({ type: "object-value-end" });
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
parser.collect({ type: "prototype-end" });
|
|
139
|
+
}
|
|
140
|
+
function tokenizeArray(values, parser, config) {
|
|
141
|
+
parser.context.arraysSeen = parser.context.arraysSeen ?? /* @__PURE__ */ new Set();
|
|
142
|
+
parser.context.depth = parser.context.depth ?? 0;
|
|
143
|
+
if (parser.context.arraysSeen.has(values)) {
|
|
144
|
+
parser.collect({ type: "array-circular-ref" });
|
|
145
|
+
return;
|
|
146
|
+
}
|
|
147
|
+
if (parser.context.depth >= config.depth) {
|
|
148
|
+
parser.collect({ type: "array-max-depth-ref" });
|
|
149
|
+
return;
|
|
150
|
+
}
|
|
151
|
+
const limit = config.maxArrayLength;
|
|
152
|
+
const size = values.length;
|
|
153
|
+
const name = config.name || values.constructor.name;
|
|
154
|
+
if (config.collapse.includes(name)) {
|
|
155
|
+
parser.collect({
|
|
156
|
+
type: "collapse",
|
|
157
|
+
name,
|
|
158
|
+
token: {
|
|
159
|
+
type: "array-start",
|
|
160
|
+
name,
|
|
161
|
+
size
|
|
162
|
+
}
|
|
163
|
+
});
|
|
164
|
+
return;
|
|
165
|
+
}
|
|
166
|
+
parser.context.depth++;
|
|
167
|
+
parser.context.arraysSeen.add(values);
|
|
168
|
+
parser.collect({ type: "array-start", name, size });
|
|
169
|
+
for (let index = 0; index < size; index++) {
|
|
170
|
+
if (index >= limit) {
|
|
171
|
+
parser.collect({ type: "array-max-length-ref", limit, size });
|
|
172
|
+
break;
|
|
173
|
+
}
|
|
174
|
+
const value = values[index];
|
|
175
|
+
if (Object.hasOwn(values, index)) {
|
|
176
|
+
parser.collect({ type: "array-value-start", index });
|
|
177
|
+
parser.parse(value);
|
|
178
|
+
parser.collect({ type: "array-value-end", index });
|
|
179
|
+
} else {
|
|
180
|
+
parser.collect({ type: "array-value-hole", index });
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
if (config.inspectArrayPrototype) {
|
|
184
|
+
tokenizePrototype(values, parser, {
|
|
185
|
+
membersToIgnore: ArrayPrototypeKeys,
|
|
186
|
+
prototypeToIgnore: ArrayPrototype
|
|
187
|
+
});
|
|
188
|
+
}
|
|
189
|
+
parser.collect({ type: "array-end", size });
|
|
190
|
+
parser.context.depth--;
|
|
191
|
+
parser.context.arraysSeen.delete(values);
|
|
192
|
+
}
|
|
193
|
+
function htmlEscape(value) {
|
|
194
|
+
return value.replace(/&/g, "&").replace(/\\"/g, "\"").replace(/</g, "<").replace(/>/g, ">");
|
|
195
|
+
}
|
|
196
|
+
function wordWrap(value, options) {
|
|
197
|
+
const width = options.width;
|
|
198
|
+
const indent = options.indent;
|
|
199
|
+
const newLine = `${options.newLine}${indent}`;
|
|
200
|
+
let regexString = ".{1," + width + "}";
|
|
201
|
+
regexString += "([\\s\u200B]+|$)|[^\\s\u200B]+?([\\s\u200B]+|$)";
|
|
202
|
+
const re = new RegExp(regexString, "g");
|
|
203
|
+
const lines = value.match(re) || [];
|
|
204
|
+
const result = lines.map(function(line) {
|
|
205
|
+
if (line.slice(-1) === "\n") {
|
|
206
|
+
line = line.slice(0, line.length - 1);
|
|
207
|
+
}
|
|
208
|
+
return options.escape ? options.escape(line) : htmlEscape(line);
|
|
209
|
+
}).join(newLine);
|
|
210
|
+
return result;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
// src/tokenizers/main.ts
|
|
214
|
+
import { inspect } from "util";
|
|
215
|
+
import is2 from "@sindresorhus/is";
|
|
216
|
+
var tokenizers = {
|
|
217
|
+
/**
|
|
218
|
+
* Tokenizes an object and its properties.
|
|
219
|
+
* - Enable "showHidden" option to parse non-enumerable
|
|
220
|
+
* - Enable "inspectObjectPrototype" to parse prototype members
|
|
221
|
+
*/
|
|
222
|
+
Object: (value, parser) => {
|
|
223
|
+
tokenizeObject(value, parser, parser.config);
|
|
224
|
+
},
|
|
225
|
+
/**
|
|
226
|
+
* Tokenizes an array of values
|
|
227
|
+
*/
|
|
228
|
+
Array: (values, parser) => {
|
|
229
|
+
tokenizeArray(values, parser, parser.config);
|
|
230
|
+
},
|
|
231
|
+
/**
|
|
232
|
+
* Tokenizes keys and values inside a map
|
|
233
|
+
*/
|
|
234
|
+
Map: (values, parser) => {
|
|
235
|
+
parser.context.mapsSeen = parser.context.mapsSeen ?? /* @__PURE__ */ new Set();
|
|
236
|
+
parser.context.depth = parser.context.depth ?? 0;
|
|
237
|
+
if (parser.context.mapsSeen.has(values)) {
|
|
238
|
+
parser.collect({ type: "map-circular-ref" });
|
|
239
|
+
return;
|
|
240
|
+
}
|
|
241
|
+
if (parser.context.depth >= parser.config.depth) {
|
|
242
|
+
parser.collect({ type: "map-max-depth-ref" });
|
|
243
|
+
return;
|
|
244
|
+
}
|
|
245
|
+
parser.context.depth++;
|
|
246
|
+
parser.context.mapsSeen.add(values);
|
|
247
|
+
let index = 0;
|
|
248
|
+
const size = values.size;
|
|
249
|
+
const limit = parser.config.maxArrayLength;
|
|
250
|
+
parser.collect({ type: "map-start", size });
|
|
251
|
+
for (let [key, value] of values) {
|
|
252
|
+
if (index >= limit) {
|
|
253
|
+
parser.collect({ type: "map-max-length-ref", limit, size });
|
|
254
|
+
break;
|
|
255
|
+
}
|
|
256
|
+
parser.collect({ type: "map-row-start", index });
|
|
257
|
+
parser.collect({ type: "map-key-start", index });
|
|
258
|
+
parser.parse(key);
|
|
259
|
+
parser.collect({ type: "map-key-end", index });
|
|
260
|
+
parser.collect({ type: "map-value-start", index });
|
|
261
|
+
parser.parse(value);
|
|
262
|
+
parser.collect({ type: "map-value-end", index });
|
|
263
|
+
parser.collect({ type: "map-row-end", index });
|
|
264
|
+
index++;
|
|
265
|
+
}
|
|
266
|
+
parser.collect({ type: "map-end", size });
|
|
267
|
+
parser.context.depth--;
|
|
268
|
+
parser.context.mapsSeen.delete(values);
|
|
269
|
+
},
|
|
270
|
+
/**
|
|
271
|
+
* Tokenizes values inside a set
|
|
272
|
+
*/
|
|
273
|
+
Set: (values, parser) => {
|
|
274
|
+
parser.context.setsSeen = parser.context.setsSeen ?? /* @__PURE__ */ new Set();
|
|
275
|
+
parser.context.depth = parser.context.depth ?? 0;
|
|
276
|
+
if (parser.context.setsSeen.has(values)) {
|
|
277
|
+
parser.collect({ type: "set-circular-ref" });
|
|
278
|
+
return;
|
|
279
|
+
}
|
|
280
|
+
if (parser.context.depth >= parser.config.depth) {
|
|
281
|
+
parser.collect({ type: "set-max-depth-ref" });
|
|
282
|
+
return;
|
|
283
|
+
}
|
|
284
|
+
parser.context.depth++;
|
|
285
|
+
parser.context.setsSeen.add(values);
|
|
286
|
+
let index = 0;
|
|
287
|
+
const size = values.size;
|
|
288
|
+
const limit = parser.config.maxArrayLength;
|
|
289
|
+
parser.collect({ type: "set-start", size });
|
|
290
|
+
for (let value of values) {
|
|
291
|
+
if (index >= limit) {
|
|
292
|
+
parser.collect({ type: "set-max-length-ref", limit, size });
|
|
293
|
+
break;
|
|
294
|
+
}
|
|
295
|
+
parser.collect({ type: "set-value-start", index });
|
|
296
|
+
parser.parse(value);
|
|
297
|
+
parser.collect({ type: "set-value-end", index });
|
|
298
|
+
index++;
|
|
299
|
+
}
|
|
300
|
+
parser.collect({ type: "set-end", size });
|
|
301
|
+
parser.context.depth--;
|
|
302
|
+
parser.context.setsSeen.delete(values);
|
|
303
|
+
},
|
|
304
|
+
/**
|
|
305
|
+
* Tokenizes a function. If the function is a class created
|
|
306
|
+
* using the [class] keyword, we will process its static
|
|
307
|
+
* members when "config.inspectClassConstructor"
|
|
308
|
+
* is enabled
|
|
309
|
+
*/
|
|
310
|
+
Function: (value, parser) => {
|
|
311
|
+
const ConstructorName = value.constructor.name;
|
|
312
|
+
if (ConstructorName === "GeneratorFunction") {
|
|
313
|
+
return tokenizers.GeneratorFunction(value, parser);
|
|
314
|
+
}
|
|
315
|
+
if (ConstructorName === "AsyncGeneratorFunction") {
|
|
316
|
+
return tokenizers.AsyncGeneratorFunction(value, parser);
|
|
317
|
+
}
|
|
318
|
+
if (ConstructorName === "AsyncFunction") {
|
|
319
|
+
return tokenizers.AsyncFunction(value, parser);
|
|
320
|
+
}
|
|
321
|
+
const isClass = is2.class(value);
|
|
322
|
+
parser.collect({
|
|
323
|
+
type: "function",
|
|
324
|
+
isClass,
|
|
325
|
+
isAsync: false,
|
|
326
|
+
isGenerator: false,
|
|
327
|
+
name: value.name || "anonymous"
|
|
328
|
+
});
|
|
329
|
+
if (parser.config.inspectStaticMembers && isClass) {
|
|
330
|
+
parser.collect({ type: "static-members-start" });
|
|
331
|
+
tokenizeObject(value, parser, {
|
|
332
|
+
showHidden: true,
|
|
333
|
+
depth: parser.config.depth,
|
|
334
|
+
inspectObjectPrototype: false,
|
|
335
|
+
collapse: parser.config.collapse,
|
|
336
|
+
membersToIgnore: ["prototype", "name", "length"]
|
|
337
|
+
});
|
|
338
|
+
parser.collect({ type: "static-members-end" });
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
/**
|
|
342
|
+
* Tokenizes a string value and handles max length and
|
|
343
|
+
* correct quotes via the "util.inspect" method.
|
|
344
|
+
*/
|
|
345
|
+
string: (value, parser) => {
|
|
346
|
+
const formatted = inspect(value, {
|
|
347
|
+
maxStringLength: parser.config.maxStringLength,
|
|
348
|
+
customInspect: false
|
|
349
|
+
});
|
|
350
|
+
parser.collect({ type: "string", value: formatted });
|
|
351
|
+
},
|
|
352
|
+
/**
|
|
353
|
+
* Tokenizes the URL instance as an object
|
|
354
|
+
*/
|
|
355
|
+
URL: (value, parser) => {
|
|
356
|
+
tokenizeObject(
|
|
357
|
+
{
|
|
358
|
+
hash: value.hash,
|
|
359
|
+
host: value.host,
|
|
360
|
+
hostname: value.hostname,
|
|
361
|
+
href: value.href,
|
|
362
|
+
origin: value.origin,
|
|
363
|
+
password: value.password,
|
|
364
|
+
pathname: value.pathname,
|
|
365
|
+
port: value.port,
|
|
366
|
+
protocol: value.protocol,
|
|
367
|
+
search: value.search,
|
|
368
|
+
searchParams: value.searchParams,
|
|
369
|
+
username: value.username
|
|
370
|
+
},
|
|
371
|
+
parser,
|
|
372
|
+
{ constructorName: "URL", ...parser.config }
|
|
373
|
+
);
|
|
374
|
+
},
|
|
375
|
+
/**
|
|
376
|
+
* Tokenizes the URLSearchParams instance as an object
|
|
377
|
+
*/
|
|
378
|
+
URLSearchParams: (value, parser) => {
|
|
379
|
+
tokenizeObject(Object.fromEntries(value), parser, {
|
|
380
|
+
constructorName: "URLSearchParams",
|
|
381
|
+
...parser.config
|
|
382
|
+
});
|
|
383
|
+
},
|
|
384
|
+
Error: function(value, parser) {
|
|
385
|
+
tokenizeObject(value, parser, {
|
|
386
|
+
eagerGetters: ["message", "stack"],
|
|
387
|
+
...parser.config,
|
|
388
|
+
inspectObjectPrototype: parser.config.inspectObjectPrototype === true ? true : false,
|
|
389
|
+
showHidden: true
|
|
390
|
+
});
|
|
391
|
+
},
|
|
392
|
+
FormData: function(value, parser) {
|
|
393
|
+
tokenizeObject(Object.fromEntries(value.entries()), parser, {
|
|
394
|
+
constructorName: "FormData",
|
|
395
|
+
...parser.config
|
|
396
|
+
});
|
|
397
|
+
},
|
|
398
|
+
/**
|
|
399
|
+
* Straight forward one's
|
|
400
|
+
*/
|
|
401
|
+
undefined: (_, parser) => {
|
|
402
|
+
parser.collect({ type: "undefined" });
|
|
403
|
+
},
|
|
404
|
+
null: (_, parser) => {
|
|
405
|
+
parser.collect({ type: "null" });
|
|
406
|
+
},
|
|
407
|
+
symbol: (value, parser) => {
|
|
408
|
+
parser.collect({ type: "symbol", value: String(value) });
|
|
409
|
+
},
|
|
410
|
+
number: (value, parser) => {
|
|
411
|
+
parser.collect({ type: "number", value });
|
|
412
|
+
},
|
|
413
|
+
boolean: (value, parser) => {
|
|
414
|
+
parser.collect({ type: "boolean", value });
|
|
415
|
+
},
|
|
416
|
+
bigint: (value, parser) => {
|
|
417
|
+
parser.collect({ type: "bigInt", value: `${value.toString()}n` });
|
|
418
|
+
},
|
|
419
|
+
Date: (value, parser) => {
|
|
420
|
+
parser.collect({ type: "date", value: value.toISOString() });
|
|
421
|
+
},
|
|
422
|
+
RegExp: (value, parser) => {
|
|
423
|
+
parser.collect({ type: "regexp", value: String(value) });
|
|
424
|
+
},
|
|
425
|
+
Buffer: (value, parser) => {
|
|
426
|
+
parser.collect({
|
|
427
|
+
type: "buffer",
|
|
428
|
+
value: inspect(value)
|
|
429
|
+
});
|
|
430
|
+
},
|
|
431
|
+
WeakSet: (_, parser) => {
|
|
432
|
+
parser.collect({ type: "weak-set" });
|
|
433
|
+
},
|
|
434
|
+
WeakMap: (_, parser) => {
|
|
435
|
+
parser.collect({ type: "weak-map" });
|
|
436
|
+
},
|
|
437
|
+
WeakRef: function(_, parser) {
|
|
438
|
+
parser.collect({ type: "weak-ref" });
|
|
439
|
+
},
|
|
440
|
+
Generator: function(_, parser) {
|
|
441
|
+
parser.collect({ type: "generator", isAsync: false });
|
|
442
|
+
},
|
|
443
|
+
AsyncGenerator: function(_, parser) {
|
|
444
|
+
parser.collect({ type: "generator", isAsync: true });
|
|
445
|
+
},
|
|
446
|
+
GeneratorFunction: function(value, parser) {
|
|
447
|
+
parser.collect({
|
|
448
|
+
type: "function",
|
|
449
|
+
isGenerator: true,
|
|
450
|
+
isClass: false,
|
|
451
|
+
isAsync: false,
|
|
452
|
+
name: value.name || "anonymous"
|
|
453
|
+
});
|
|
454
|
+
},
|
|
455
|
+
AsyncGeneratorFunction: function(value, parser) {
|
|
456
|
+
parser.collect({
|
|
457
|
+
type: "function",
|
|
458
|
+
isGenerator: true,
|
|
459
|
+
isClass: false,
|
|
460
|
+
isAsync: true,
|
|
461
|
+
name: value.name || "anonymous"
|
|
462
|
+
});
|
|
463
|
+
},
|
|
464
|
+
AsyncFunction: function(value, parser) {
|
|
465
|
+
parser.collect({
|
|
466
|
+
type: "function",
|
|
467
|
+
isGenerator: false,
|
|
468
|
+
isClass: false,
|
|
469
|
+
isAsync: true,
|
|
470
|
+
name: value.name || "anonymous"
|
|
471
|
+
});
|
|
472
|
+
},
|
|
473
|
+
Observable: function(_, parser) {
|
|
474
|
+
parser.collect({ type: "observable" });
|
|
475
|
+
},
|
|
476
|
+
Blob: function(value, parser) {
|
|
477
|
+
parser.collect({ type: "blob", size: value.size, contentType: value.type });
|
|
478
|
+
},
|
|
479
|
+
Promise: function(value, parser) {
|
|
480
|
+
parser.collect({
|
|
481
|
+
type: "promise",
|
|
482
|
+
isFulfilled: !inspect(value).includes("pending")
|
|
483
|
+
});
|
|
484
|
+
},
|
|
485
|
+
NaN: function(_, parser) {
|
|
486
|
+
parser.collect({ type: "number", value: Number.NaN });
|
|
487
|
+
},
|
|
488
|
+
Int8Array: function(value, parser) {
|
|
489
|
+
tokenizeArray(value, parser, parser.config);
|
|
490
|
+
},
|
|
491
|
+
Uint8Array: function(value, parser) {
|
|
492
|
+
tokenizeArray(value, parser, parser.config);
|
|
493
|
+
},
|
|
494
|
+
Int16Array: function(value, parser) {
|
|
495
|
+
tokenizeArray(value, parser, parser.config);
|
|
496
|
+
},
|
|
497
|
+
Uint16Array: function(value, parser) {
|
|
498
|
+
tokenizeArray(value, parser, parser.config);
|
|
499
|
+
},
|
|
500
|
+
Int32Array: function(value, parser) {
|
|
501
|
+
tokenizeArray(value, parser, parser.config);
|
|
502
|
+
},
|
|
503
|
+
Uint32Array: function(value, parser) {
|
|
504
|
+
tokenizeArray(value, parser, parser.config);
|
|
505
|
+
},
|
|
506
|
+
Float32Array: function(value, parser) {
|
|
507
|
+
tokenizeArray(value, parser, parser.config);
|
|
508
|
+
},
|
|
509
|
+
Float64Array: function(value, parser) {
|
|
510
|
+
tokenizeArray(value, parser, parser.config);
|
|
511
|
+
},
|
|
512
|
+
BigInt64Array: function(value, parser) {
|
|
513
|
+
tokenizeArray(value, parser, parser.config);
|
|
514
|
+
},
|
|
515
|
+
BigUint64Array: function(value, parser) {
|
|
516
|
+
tokenizeArray(value, parser, parser.config);
|
|
517
|
+
}
|
|
518
|
+
};
|
|
519
|
+
|
|
520
|
+
// src/parser.ts
|
|
521
|
+
import is3 from "@sindresorhus/is";
|
|
522
|
+
var Parser = class {
|
|
523
|
+
#tokens = [];
|
|
524
|
+
/**
|
|
525
|
+
* Config shared with tokenizers
|
|
526
|
+
*/
|
|
527
|
+
config;
|
|
528
|
+
/**
|
|
529
|
+
* Context maintained through out the parsing phase.
|
|
530
|
+
* Each instance of Parser has its own context
|
|
531
|
+
* that gets mutated internally.
|
|
532
|
+
*/
|
|
533
|
+
context;
|
|
534
|
+
constructor(config, context) {
|
|
535
|
+
this.context = context || {};
|
|
536
|
+
this.config = Object.freeze({
|
|
537
|
+
showHidden: false,
|
|
538
|
+
depth: 5,
|
|
539
|
+
inspectObjectPrototype: "unless-plain-object",
|
|
540
|
+
inspectArrayPrototype: false,
|
|
541
|
+
inspectStaticMembers: false,
|
|
542
|
+
maxArrayLength: 100,
|
|
543
|
+
maxStringLength: 1e3,
|
|
544
|
+
collapse: [],
|
|
545
|
+
...config
|
|
546
|
+
});
|
|
547
|
+
}
|
|
548
|
+
/**
|
|
549
|
+
* Normalizes the type name of a property using additional
|
|
550
|
+
* bit of checks. For example, the "is" module does not
|
|
551
|
+
* use instanceOf checks and hence misses out on many
|
|
552
|
+
* potentional improvements.
|
|
553
|
+
*/
|
|
554
|
+
#normalizeTypeName(name, value) {
|
|
555
|
+
if (name === "Object" && value instanceof Error) {
|
|
556
|
+
return "Error";
|
|
557
|
+
}
|
|
558
|
+
return name;
|
|
559
|
+
}
|
|
560
|
+
/**
|
|
561
|
+
* Collect a token inside the list of tokens. The order
|
|
562
|
+
* of tokens matter during printing therefore you must
|
|
563
|
+
* collect tokens in the right order.
|
|
564
|
+
*/
|
|
565
|
+
collect(token) {
|
|
566
|
+
this.#tokens.push(token);
|
|
567
|
+
}
|
|
568
|
+
/**
|
|
569
|
+
* Parses a value using the tokenizers. Under the hood the
|
|
570
|
+
* tokenizers will call "parser.collect" to collect
|
|
571
|
+
* tokens inside an array.
|
|
572
|
+
*
|
|
573
|
+
* You can use "parser.flush" method to get the list of
|
|
574
|
+
* tokens.
|
|
575
|
+
*/
|
|
576
|
+
parse(value) {
|
|
577
|
+
const typeName = this.#normalizeTypeName(is3.detect(value), value);
|
|
578
|
+
const tokenizer = tokenizers[typeName];
|
|
579
|
+
if (tokenizer) {
|
|
580
|
+
tokenizer(value, this);
|
|
581
|
+
} else {
|
|
582
|
+
this.collect({ type: "unknown", jsType: typeName, value });
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
/**
|
|
586
|
+
* Returns collected tokens and resets the internal state.
|
|
587
|
+
*/
|
|
588
|
+
flush() {
|
|
589
|
+
const tokens = this.#tokens;
|
|
590
|
+
this.#tokens = [];
|
|
591
|
+
this.context = {};
|
|
592
|
+
return tokens;
|
|
593
|
+
}
|
|
594
|
+
};
|
|
595
|
+
|
|
596
|
+
export {
|
|
597
|
+
htmlEscape,
|
|
598
|
+
wordWrap,
|
|
599
|
+
helpers_exports,
|
|
600
|
+
tokenizers,
|
|
601
|
+
Parser
|
|
602
|
+
};
|