nitro-nightly 3.0.0-beta-28969273.f7aa9de6 → 4.0.0-20251010-091516-7cafddba
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -39
- package/dist/_chunks/app.mjs +19797 -0
- package/dist/_chunks/build.mjs +84 -0
- package/dist/_chunks/build2.mjs +318 -0
- package/dist/_chunks/build3.mjs +6452 -0
- package/dist/_chunks/detect-acorn.mjs +503 -0
- package/dist/_chunks/index.mjs +22242 -0
- package/dist/_chunks/index2.mjs +297 -0
- package/dist/_chunks/index3.mjs +1058 -0
- package/dist/_chunks/index4.mjs +1206 -0
- package/dist/_chunks/info.mjs +11157 -0
- package/dist/_chunks/json5.mjs +68 -0
- package/dist/_chunks/jsonc.mjs +51 -0
- package/dist/_chunks/pathe.M-eThtNZ.mjs +204 -0
- package/dist/_chunks/plugin.mjs +960 -0
- package/dist/_chunks/server.mjs +254 -0
- package/dist/_chunks/snapshot.mjs +284 -0
- package/dist/_chunks/toml.mjs +259 -0
- package/dist/_chunks/yaml.mjs +86 -0
- package/dist/cli/build.mjs +10 -3
- package/dist/cli/dev.mjs +41 -9
- package/dist/cli/index.mjs +460 -1
- package/dist/cli/index2.mjs +4 -1
- package/dist/cli/list.mjs +10 -4
- package/dist/cli/prepare.mjs +6 -3
- package/dist/cli/run.mjs +7 -4
- package/dist/index.d.mts +52 -0
- package/dist/index.mjs +55 -0
- package/dist/node_modules/@poppinss/colors/build/index.js +169 -0
- package/dist/node_modules/@poppinss/colors/package.json +116 -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 +717 -0
- package/dist/node_modules/@poppinss/dumper/package.json +122 -0
- package/dist/node_modules/@poppinss/exception/build/index.js +63 -0
- package/dist/node_modules/@poppinss/exception/package.json +106 -0
- package/dist/node_modules/@sindresorhus/is/distribution/index.js +1313 -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 +90 -0
- package/dist/node_modules/cookie/dist/index.js +239 -0
- package/dist/node_modules/cookie/package.json +42 -0
- package/dist/node_modules/croner/dist/croner.js +1 -0
- package/dist/node_modules/croner/package.json +63 -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/hookable/dist/index.mjs +290 -0
- package/dist/node_modules/hookable/package.json +49 -0
- package/dist/node_modules/kleur/index.js +110 -0
- package/dist/node_modules/kleur/index.mjs +110 -0
- package/dist/node_modules/kleur/package.json +51 -0
- package/dist/node_modules/klona/dist/index.mjs +81 -0
- package/dist/node_modules/klona/full/index.mjs +53 -0
- package/dist/node_modules/klona/package.json +74 -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/std-env/dist/index.mjs +1 -0
- package/dist/node_modules/std-env/package.json +46 -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 +638 -0
- package/dist/node_modules/ufo/package.json +47 -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/chunk-4L7RY2JA.js +42 -0
- package/dist/node_modules/youch/build/chunk-4XB2BYKC.js +85 -0
- package/dist/node_modules/youch/build/chunk-4YEN7HVQ.js +61 -0
- package/dist/node_modules/youch/build/chunk-EUJBVOYB.js +83 -0
- package/dist/node_modules/youch/build/chunk-HFSXRSKS.js +85 -0
- package/dist/node_modules/youch/build/chunk-JAN2TFI2.js +222 -0
- package/dist/node_modules/youch/build/chunk-OSUFJZHZ.js +6 -0
- package/dist/node_modules/youch/build/chunk-PINJDICN.js +72 -0
- package/dist/node_modules/youch/build/chunk-PUHGL6HA.js +41 -0
- package/dist/node_modules/youch/build/chunk-VE4LENUR.js +45 -0
- package/dist/node_modules/youch/build/index.js +352 -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 +144 -0
- package/dist/node_modules/youch/build/public/error_stack/script.js +74 -0
- package/dist/node_modules/youch/build/public/error_stack/style.css +220 -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 +16 -0
- package/dist/node_modules/youch/build/public/header/style.css +56 -0
- package/dist/node_modules/youch/build/public/layout/script.js +20 -0
- package/dist/node_modules/youch/build/public/layout/style.css +431 -0
- package/dist/node_modules/youch/package.json +133 -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 +48 -73
- package/dist/presets/_nitro/runtime/{nitro-prerenderer.d.ts → nitro-prerenderer.d.mts} +1 -1
- package/dist/presets/_nitro/runtime/nitro-prerenderer.mjs +12 -1
- package/dist/presets/_nitro/runtime/service-worker.mjs +5 -15
- package/dist/presets/aws-amplify/runtime/aws-amplify.mjs +2 -2
- package/dist/presets/aws-lambda/runtime/_utils.d.mts +18 -0
- package/dist/presets/aws-lambda/runtime/_utils.mjs +102 -0
- package/dist/presets/aws-lambda/runtime/aws-lambda-streaming.d.mts +3 -0
- package/dist/presets/aws-lambda/runtime/aws-lambda-streaming.mjs +12 -32
- package/dist/presets/aws-lambda/runtime/aws-lambda.d.mts +3 -0
- package/dist/presets/aws-lambda/runtime/aws-lambda.mjs +6 -38
- package/dist/{runtime/internal/utils.azure.d.ts → presets/azure/runtime/_utils.d.mts} +1 -1
- package/dist/{runtime/internal/utils.azure.mjs → presets/azure/runtime/_utils.mjs} +3 -4
- package/dist/presets/azure/runtime/azure-swa.mjs +11 -13
- package/dist/presets/bun/runtime/bun.mjs +13 -18
- package/dist/presets/cloudflare/runtime/_module-handler.d.mts +13 -0
- package/dist/presets/cloudflare/runtime/_module-handler.mjs +93 -0
- package/dist/presets/cloudflare/runtime/cloudflare-durable.d.mts +19 -0
- package/dist/presets/cloudflare/runtime/cloudflare-durable.mjs +74 -0
- package/dist/presets/cloudflare/runtime/cloudflare-module.d.mts +9 -0
- package/dist/presets/cloudflare/runtime/cloudflare-module.mjs +13 -97
- package/dist/presets/cloudflare/runtime/{cloudflare-pages.d.ts → cloudflare-pages.d.mts} +1 -1
- package/dist/presets/cloudflare/runtime/cloudflare-pages.mjs +19 -27
- package/dist/{runtime/internal/timing.d.ts → presets/cloudflare/runtime/plugin.dev.d.mts} +1 -0
- package/dist/presets/cloudflare/runtime/plugin.dev.mjs +89 -0
- package/dist/presets/deno/runtime/deno-deploy.mjs +11 -25
- package/dist/presets/deno/runtime/deno-server.d.mts +6 -0
- package/dist/presets/deno/runtime/deno-server.mjs +15 -21
- package/dist/presets/netlify/runtime/netlify-edge.d.mts +3 -0
- package/dist/presets/netlify/runtime/netlify-edge.mjs +8 -16
- package/dist/presets/netlify/runtime/netlify.mjs +16 -45
- package/dist/presets/node/runtime/{cluster.mjs → node-cluster.mjs} +1 -3
- package/dist/presets/node/runtime/node-middleware.d.mts +4 -0
- package/dist/presets/node/runtime/{node-listener.mjs → node-middleware.mjs} +3 -4
- package/dist/presets/node/runtime/node-server.mjs +3 -4
- package/dist/presets/standard/runtime/server.d.mts +5 -0
- package/dist/presets/standard/runtime/server.mjs +6 -0
- package/dist/presets/stormkit/runtime/stormkit.mjs +8 -12
- package/dist/presets/vercel/runtime/vercel.d.mts +8 -0
- package/dist/presets/vercel/runtime/vercel.mjs +11 -11
- package/dist/presets/winterjs/runtime/winterjs.mjs +22 -4
- package/dist/presets/{node/runtime/node-server.d.ts → zeabur/runtime/zeabur.d.mts} +1 -1
- package/dist/presets/zeabur/runtime/zeabur.mjs +2 -6
- package/dist/presets.mjs +2460 -0
- package/dist/runtime/index.d.mts +11 -0
- package/dist/runtime/index.mjs +8 -8
- package/dist/runtime/internal/app.d.mts +2 -0
- package/dist/runtime/internal/app.mjs +129 -128
- package/dist/runtime/internal/cache.d.mts +7 -0
- package/dist/runtime/internal/cache.mjs +82 -175
- package/dist/runtime/internal/{context.d.ts → context.d.mts} +3 -3
- package/dist/runtime/internal/context.mjs +6 -6
- package/dist/runtime/internal/error/dev.d.mts +9 -0
- package/dist/runtime/internal/error/dev.mjs +122 -0
- package/dist/runtime/internal/error/prod.d.mts +8 -0
- package/dist/runtime/internal/error/prod.mjs +62 -0
- package/dist/runtime/internal/error/utils.d.mts +8 -0
- package/dist/runtime/internal/error/utils.mjs +3 -0
- package/dist/runtime/internal/index.d.mts +3 -0
- package/dist/runtime/internal/index.mjs +1 -14
- package/dist/runtime/internal/renderer.d.mts +3 -0
- package/dist/runtime/internal/renderer.mjs +29 -33
- package/dist/runtime/internal/route-rules.d.mts +8 -0
- package/dist/runtime/internal/route-rules.mjs +58 -63
- package/dist/runtime/internal/routes/dev-tasks.d.mts +3 -0
- package/dist/runtime/internal/routes/dev-tasks.mjs +23 -0
- package/dist/runtime/internal/routes/openapi.d.mts +3 -0
- package/dist/runtime/internal/routes/openapi.mjs +24 -9
- 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 +21 -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 +7 -4
- package/dist/runtime/internal/routes/swagger.d.mts +3 -0
- package/dist/runtime/internal/routes/swagger.mjs +5 -4
- package/dist/runtime/internal/{utils.env.d.ts → runtime-config.d.mts} +4 -2
- package/dist/runtime/internal/{utils.env.mjs → runtime-config.mjs} +16 -6
- package/dist/runtime/internal/static.d.mts +3 -0
- package/dist/runtime/internal/static.mjs +24 -36
- package/dist/runtime/internal/storage.mjs +2 -1
- package/dist/runtime/internal/task.mjs +6 -6
- package/dist/runtime/internal/utils.d.mts +1 -0
- package/dist/runtime/internal/utils.mjs +1 -116
- package/dist/runtime/internal/vite/dev-entry.d.mts +1 -0
- package/dist/runtime/internal/vite/dev-entry.mjs +6 -0
- package/dist/runtime/internal/vite/dev-worker.mjs +362 -0
- package/dist/runtime/internal/vite/prod-setup.d.mts +4 -0
- package/dist/runtime/internal/vite/prod-setup.mjs +55 -0
- package/dist/runtime/internal/vite/ssr-renderer.d.mts +4 -0
- package/dist/runtime/internal/vite/ssr-renderer.mjs +4 -0
- package/dist/types/index.d.mts +2688 -138
- package/dist/vite.d.mts +59 -0
- package/dist/vite.mjs +68 -0
- package/lib/config.d.mts +9 -0
- package/lib/deps/h3.d.mts +1 -0
- package/lib/deps/h3.mjs +1 -0
- package/lib/deps/ofetch.mjs +1 -0
- package/lib/deps/ofetch.mts +1 -0
- package/lib/meta.d.mts +5 -0
- package/lib/meta.mjs +21 -0
- package/{runtime-meta.d.ts → lib/runtime-meta.d.mts} +1 -0
- package/{runtime-meta.mjs → lib/runtime-meta.mjs} +12 -4
- package/package.json +142 -160
- package/cli.d.ts +0 -1
- package/config.d.ts +0 -1
- package/core.d.ts +0 -1
- package/dist/cli/index.d.ts +0 -1
- package/dist/config/index.d.mts +0 -6
- package/dist/config/index.d.ts +0 -6
- package/dist/core/index.d.mts +0 -30
- package/dist/core/index.d.ts +0 -30
- package/dist/core/index.mjs +0 -2456
- package/dist/kit/index.d.mts +0 -44
- package/dist/kit/index.d.ts +0 -44
- package/dist/kit/index.mjs +0 -71
- package/dist/meta/index.d.mts +0 -3
- package/dist/meta/index.d.ts +0 -3
- package/dist/meta/index.mjs +0 -3
- package/dist/presets/_all.gen.d.ts +0 -2
- package/dist/presets/_all.gen.mjs +0 -52
- package/dist/presets/_nitro/base-worker.d.ts +0 -2
- package/dist/presets/_nitro/base-worker.mjs +0 -25
- package/dist/presets/_nitro/nitro-dev.d.ts +0 -2
- package/dist/presets/_nitro/nitro-dev.mjs +0 -19
- package/dist/presets/_nitro/nitro-prerender.d.ts +0 -2
- package/dist/presets/_nitro/nitro-prerender.mjs +0 -17
- package/dist/presets/_nitro/preset.d.ts +0 -2
- package/dist/presets/_nitro/preset.mjs +0 -5
- package/dist/presets/_nitro/service-worker.d.ts +0 -2
- package/dist/presets/_nitro/service-worker.mjs +0 -110
- package/dist/presets/_resolve.d.ts +0 -8
- package/dist/presets/_resolve.mjs +0 -44
- package/dist/presets/_static/preset.d.ts +0 -2
- package/dist/presets/_static/preset.mjs +0 -69
- package/dist/presets/_types.gen.d.ts +0 -16
- package/dist/presets/alwaysdata/preset.d.ts +0 -2
- package/dist/presets/alwaysdata/preset.mjs +0 -14
- package/dist/presets/aws-amplify/preset.d.ts +0 -3
- package/dist/presets/aws-amplify/preset.mjs +0 -27
- package/dist/presets/aws-amplify/types.d.ts +0 -141
- package/dist/presets/aws-amplify/utils.d.ts +0 -2
- package/dist/presets/aws-amplify/utils.mjs +0 -82
- package/dist/presets/aws-lambda/preset.d.ts +0 -2
- package/dist/presets/aws-lambda/preset.mjs +0 -21
- package/dist/presets/aws-lambda/runtime/aws-lambda-streaming.d.ts +0 -14
- package/dist/presets/aws-lambda/runtime/aws-lambda.d.ts +0 -4
- package/dist/presets/azure/preset.d.ts +0 -3
- package/dist/presets/azure/preset.mjs +0 -44
- package/dist/presets/azure/runtime/azure-functions.mjs +0 -24
- package/dist/presets/azure/runtime/azure-swa.d.ts +0 -5
- package/dist/presets/azure/types.d.ts +0 -13
- package/dist/presets/azure/types.mjs +0 -0
- package/dist/presets/azure/utils.d.ts +0 -3
- package/dist/presets/azure/utils.mjs +0 -183
- package/dist/presets/bun/preset.d.ts +0 -2
- package/dist/presets/bun/preset.mjs +0 -17
- package/dist/presets/cleavr/preset.d.ts +0 -2
- package/dist/presets/cleavr/preset.mjs +0 -12
- package/dist/presets/cloudflare/preset.d.ts +0 -3
- package/dist/presets/cloudflare/preset.mjs +0 -145
- package/dist/presets/cloudflare/runtime/cloudflare-module.d.ts +0 -13
- package/dist/presets/cloudflare/runtime/cloudflare-worker.mjs +0 -64
- package/dist/presets/cloudflare/types.d.ts +0 -89
- package/dist/presets/cloudflare/types.mjs +0 -0
- package/dist/presets/cloudflare/types.wrangler.d.ts +0 -974
- package/dist/presets/cloudflare/types.wrangler.mjs +0 -0
- package/dist/presets/cloudflare/utils.d.ts +0 -3
- package/dist/presets/cloudflare/utils.mjs +0 -163
- package/dist/presets/deno/preset.d.ts +0 -2
- package/dist/presets/deno/preset.mjs +0 -148
- package/dist/presets/deno/runtime/_deno-env-polyfill.d.ts +0 -0
- package/dist/presets/deno/runtime/_deno-env-polyfill.mjs +0 -1
- package/dist/presets/digitalocean/preset.d.ts +0 -2
- package/dist/presets/digitalocean/preset.mjs +0 -11
- package/dist/presets/edgio/preset.d.ts +0 -2
- package/dist/presets/edgio/preset.mjs +0 -95
- package/dist/presets/firebase/preset.d.ts +0 -3
- package/dist/presets/firebase/preset.mjs +0 -50
- package/dist/presets/firebase/runtime/firebase-gen-1.d.ts +0 -2
- package/dist/presets/firebase/runtime/firebase-gen-1.mjs +0 -7
- package/dist/presets/firebase/runtime/firebase-gen-2.d.ts +0 -2
- package/dist/presets/firebase/runtime/firebase-gen-2.mjs +0 -14
- package/dist/presets/firebase/runtime/firebase-gen-default.d.ts +0 -1
- package/dist/presets/firebase/runtime/firebase-gen-default.mjs +0 -1
- package/dist/presets/firebase/types.d.ts +0 -38
- package/dist/presets/firebase/types.mjs +0 -0
- package/dist/presets/firebase/utils.d.ts +0 -3
- package/dist/presets/firebase/utils.mjs +0 -50
- package/dist/presets/flightcontrol/preset.d.ts +0 -2
- package/dist/presets/flightcontrol/preset.mjs +0 -11
- package/dist/presets/heroku/preset.d.ts +0 -2
- package/dist/presets/heroku/preset.mjs +0 -11
- package/dist/presets/iis/preset.d.ts +0 -2
- package/dist/presets/iis/preset.mjs +0 -32
- package/dist/presets/iis/utils.d.ts +0 -3
- package/dist/presets/iis/utils.mjs +0 -161
- package/dist/presets/index.d.mts +0 -1
- package/dist/presets/index.d.ts +0 -2
- package/dist/presets/index.mjs +0 -1
- package/dist/presets/koyeb/preset.d.ts +0 -2
- package/dist/presets/koyeb/preset.mjs +0 -11
- package/dist/presets/netlify/legacy/preset.d.ts +0 -2
- package/dist/presets/netlify/legacy/preset.mjs +0 -143
- package/dist/presets/netlify/legacy/runtime/_deno-env-polyfill.d.ts +0 -0
- package/dist/presets/netlify/legacy/runtime/_deno-env-polyfill.mjs +0 -1
- package/dist/presets/netlify/legacy/runtime/netlify-builder.d.ts +0 -3
- package/dist/presets/netlify/legacy/runtime/netlify-builder.mjs +0 -5
- package/dist/presets/netlify/legacy/runtime/netlify-edge.d.ts +0 -2
- package/dist/presets/netlify/legacy/runtime/netlify-edge.mjs +0 -25
- package/dist/presets/netlify/legacy/runtime/netlify-lambda.d.ts +0 -3
- package/dist/presets/netlify/legacy/runtime/netlify-lambda.mjs +0 -38
- package/dist/presets/netlify/legacy/runtime/netlify.d.ts +0 -4
- package/dist/presets/netlify/legacy/runtime/netlify.mjs +0 -22
- package/dist/presets/netlify/legacy/utils.d.ts +0 -4
- package/dist/presets/netlify/legacy/utils.mjs +0 -113
- package/dist/presets/netlify/preset.d.ts +0 -3
- package/dist/presets/netlify/preset.mjs +0 -128
- package/dist/presets/netlify/runtime/_deno-env-polyfill.d.ts +0 -0
- package/dist/presets/netlify/runtime/_deno-env-polyfill.mjs +0 -1
- package/dist/presets/netlify/runtime/netlify-edge.d.ts +0 -2
- package/dist/presets/netlify/types.d.ts +0 -12
- package/dist/presets/netlify/types.mjs +0 -0
- package/dist/presets/netlify/utils.d.ts +0 -5
- package/dist/presets/netlify/utils.mjs +0 -94
- package/dist/presets/node/preset.d.ts +0 -2
- package/dist/presets/node/preset.mjs +0 -49
- package/dist/presets/node/runtime/cli.d.ts +0 -1
- package/dist/presets/node/runtime/cli.mjs +0 -22
- package/dist/presets/node/runtime/node-listener.d.ts +0 -6
- package/dist/presets/platform.sh/preset.d.ts +0 -2
- package/dist/presets/platform.sh/preset.mjs +0 -11
- package/dist/presets/render.com/preset.d.ts +0 -2
- package/dist/presets/render.com/preset.mjs +0 -11
- package/dist/presets/stormkit/preset.d.ts +0 -2
- package/dist/presets/stormkit/preset.mjs +0 -15
- package/dist/presets/vercel/preset.d.ts +0 -3
- package/dist/presets/vercel/preset.mjs +0 -104
- package/dist/presets/vercel/runtime/vercel-edge.d.ts +0 -2
- package/dist/presets/vercel/runtime/vercel-edge.mjs +0 -22
- package/dist/presets/vercel/runtime/vercel.d.ts +0 -4
- package/dist/presets/vercel/types.d.ts +0 -78
- package/dist/presets/vercel/types.mjs +0 -0
- package/dist/presets/vercel/utils.d.ts +0 -5
- package/dist/presets/vercel/utils.mjs +0 -186
- package/dist/presets/winterjs/preset.d.ts +0 -2
- package/dist/presets/winterjs/preset.mjs +0 -20
- package/dist/presets/winterjs/runtime/winterjs.d.ts +0 -1
- package/dist/presets/zeabur/preset.d.ts +0 -2
- package/dist/presets/zeabur/preset.mjs +0 -70
- package/dist/presets/zeabur/runtime/zeabur.d.ts +0 -4
- package/dist/rollup/index.d.mts +0 -5
- package/dist/rollup/index.d.ts +0 -5
- package/dist/rollup/index.mjs +0 -1673
- package/dist/runtime/index.d.ts +0 -12
- package/dist/runtime/internal/app.d.ts +0 -3
- package/dist/runtime/internal/cache.d.ts +0 -8
- package/dist/runtime/internal/client.mjs +0 -4
- package/dist/runtime/internal/config.d.ts +0 -5
- package/dist/runtime/internal/config.mjs +0 -45
- package/dist/runtime/internal/error.d.ts +0 -4
- package/dist/runtime/internal/error.mjs +0 -73
- package/dist/runtime/internal/index.d.ts +0 -6
- package/dist/runtime/internal/renderer.d.ts +0 -2
- package/dist/runtime/internal/route-rules.d.ts +0 -14
- package/dist/runtime/internal/routes/openapi.d.ts +0 -3
- package/dist/runtime/internal/routes/scalar.d.ts +0 -2
- package/dist/runtime/internal/routes/swagger.d.ts +0 -2
- package/dist/runtime/internal/static.d.ts +0 -2
- package/dist/runtime/internal/timing.mjs +0 -29
- package/dist/runtime/internal/utils.d.ts +0 -21
- package/dist/runtime/internal/utils.lambda.d.ts +0 -10
- package/dist/runtime/internal/utils.lambda.mjs +0 -30
- package/dist/shared/nitro.bra5i6ER.d.mts +0 -620
- package/dist/shared/nitro.bra5i6ER.d.ts +0 -620
- package/dist/types/index.d.ts +0 -260
- package/kit.d.ts +0 -1
- package/meta.d.ts +0 -1
- package/presets.d.ts +0 -1
- package/rollup.d.ts +0 -1
- package/runtime.d.ts +0 -1
- package/types.d.ts +0 -1
- /package/dist/presets/_nitro/runtime/{nitro-dev.d.ts → nitro-dev.d.mts} +0 -0
- /package/dist/presets/_nitro/runtime/{service-worker.d.ts → service-worker.d.mts} +0 -0
- /package/dist/presets/aws-amplify/runtime/{aws-amplify.d.ts → aws-amplify.d.mts} +0 -0
- /package/dist/presets/azure/runtime/{azure-functions.d.ts → azure-swa.d.mts} +0 -0
- /package/dist/presets/bun/runtime/{bun.d.ts → bun.d.mts} +0 -0
- /package/dist/presets/{cloudflare/runtime/cloudflare-worker.d.ts → deno/runtime/deno-deploy.d.mts} +0 -0
- /package/dist/presets/netlify/runtime/{netlify.d.ts → netlify.d.mts} +0 -0
- /package/dist/presets/node/runtime/{cluster.d.ts → node-cluster.d.mts} +0 -0
- /package/dist/presets/{deno/runtime/deno-server.d.ts → node/runtime/node-server.d.mts} +0 -0
- /package/dist/presets/stormkit/runtime/{stormkit.d.ts → stormkit.d.mts} +0 -0
- /package/dist/presets/{deno/runtime/deno-deploy.d.ts → winterjs/runtime/winterjs.d.mts} +0 -0
- /package/dist/runtime/internal/{database.d.ts → database.d.mts} +0 -0
- /package/dist/runtime/internal/{debug.d.ts → debug.d.mts} +0 -0
- /package/dist/{presets/_types.gen.mjs → runtime/internal/empty.d.mts} +0 -0
- /package/dist/{presets/aws-amplify/types.mjs → runtime/internal/empty.mjs} +0 -0
- /package/dist/runtime/internal/lib/{http-graceful-shutdown.d.ts → http-graceful-shutdown.d.mts} +0 -0
- /package/dist/runtime/internal/{meta.d.ts → meta.d.mts} +0 -0
- /package/dist/runtime/internal/{plugin.d.ts → plugin.d.mts} +0 -0
- /package/dist/runtime/internal/{shutdown.d.ts → shutdown.d.mts} +0 -0
- /package/dist/runtime/internal/{storage.d.ts → storage.d.mts} +0 -0
- /package/dist/runtime/internal/{task.d.ts → task.d.mts} +0 -0
- /package/dist/runtime/internal/{client.d.ts → vite/dev-worker.d.mts} +0 -0
- /package/{dist/config/index.mjs → lib/config.mjs} +0 -0
|
@@ -0,0 +1,638 @@
|
|
|
1
|
+
const n = /[^\0-\x7E]/;
|
|
2
|
+
const t = /[\x2E\u3002\uFF0E\uFF61]/g;
|
|
3
|
+
const o = {
|
|
4
|
+
overflow: "Overflow Error",
|
|
5
|
+
"not-basic": "Illegal Input",
|
|
6
|
+
"invalid-input": "Invalid Input"
|
|
7
|
+
};
|
|
8
|
+
const e = Math.floor;
|
|
9
|
+
const r = String.fromCharCode;
|
|
10
|
+
function s(n2) {
|
|
11
|
+
throw new RangeError(o[n2]);
|
|
12
|
+
}
|
|
13
|
+
const c = function(n2, t2) {
|
|
14
|
+
return n2 + 22 + 75 * (n2 < 26) - ((t2 != 0) << 5);
|
|
15
|
+
};
|
|
16
|
+
const u = function(n2, t2, o2) {
|
|
17
|
+
let r2 = 0;
|
|
18
|
+
for (n2 = o2 ? e(n2 / 700) : n2 >> 1, n2 += e(n2 / t2); n2 > 455; r2 += 36) {
|
|
19
|
+
n2 = e(n2 / 35);
|
|
20
|
+
}
|
|
21
|
+
return e(r2 + 36 * n2 / (n2 + 38));
|
|
22
|
+
};
|
|
23
|
+
function toASCII(o2) {
|
|
24
|
+
return function(n2, o3) {
|
|
25
|
+
const e2 = n2.split("@");
|
|
26
|
+
let r2 = "";
|
|
27
|
+
e2.length > 1 && (r2 = e2[0] + "@", n2 = e2[1]);
|
|
28
|
+
const s2 = function(n3, t2) {
|
|
29
|
+
const o4 = [];
|
|
30
|
+
let e3 = n3.length;
|
|
31
|
+
for (; e3--; ) {
|
|
32
|
+
o4[e3] = t2(n3[e3]);
|
|
33
|
+
}
|
|
34
|
+
return o4;
|
|
35
|
+
}((n2 = n2.replace(t, ".")).split("."), o3).join(".");
|
|
36
|
+
return r2 + s2;
|
|
37
|
+
}(o2, function(t2) {
|
|
38
|
+
return n.test(t2) ? "xn--" + function(n2) {
|
|
39
|
+
const t3 = [];
|
|
40
|
+
const o3 = (n2 = function(n3) {
|
|
41
|
+
const t4 = [];
|
|
42
|
+
let o4 = 0;
|
|
43
|
+
const e2 = n3.length;
|
|
44
|
+
for (; o4 < e2; ) {
|
|
45
|
+
const r2 = n3.charCodeAt(o4++);
|
|
46
|
+
if (r2 >= 55296 && r2 <= 56319 && o4 < e2) {
|
|
47
|
+
const e3 = n3.charCodeAt(o4++);
|
|
48
|
+
(64512 & e3) == 56320 ? t4.push(((1023 & r2) << 10) + (1023 & e3) + 65536) : (t4.push(r2), o4--);
|
|
49
|
+
} else {
|
|
50
|
+
t4.push(r2);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
return t4;
|
|
54
|
+
}(n2)).length;
|
|
55
|
+
let f = 128;
|
|
56
|
+
let i = 0;
|
|
57
|
+
let l = 72;
|
|
58
|
+
for (const o4 of n2) {
|
|
59
|
+
o4 < 128 && t3.push(r(o4));
|
|
60
|
+
}
|
|
61
|
+
const h = t3.length;
|
|
62
|
+
let p = h;
|
|
63
|
+
for (h && t3.push("-"); p < o3; ) {
|
|
64
|
+
let o4 = 2147483647;
|
|
65
|
+
for (const t4 of n2) {
|
|
66
|
+
t4 >= f && t4 < o4 && (o4 = t4);
|
|
67
|
+
}
|
|
68
|
+
const a = p + 1;
|
|
69
|
+
o4 - f > e((2147483647 - i) / a) && s("overflow"), i += (o4 - f) * a, f = o4;
|
|
70
|
+
for (const o5 of n2) {
|
|
71
|
+
if (o5 < f && ++i > 2147483647 && s("overflow"), o5 == f) {
|
|
72
|
+
let n3 = i;
|
|
73
|
+
for (let o6 = 36; ; o6 += 36) {
|
|
74
|
+
const s2 = o6 <= l ? 1 : o6 >= l + 26 ? 26 : o6 - l;
|
|
75
|
+
if (n3 < s2) {
|
|
76
|
+
break;
|
|
77
|
+
}
|
|
78
|
+
const u2 = n3 - s2;
|
|
79
|
+
const f2 = 36 - s2;
|
|
80
|
+
t3.push(r(c(s2 + u2 % f2, 0))), n3 = e(u2 / f2);
|
|
81
|
+
}
|
|
82
|
+
t3.push(r(c(n3, 0))), l = u(i, a, p == h), i = 0, ++p;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
++i, ++f;
|
|
86
|
+
}
|
|
87
|
+
return t3.join("");
|
|
88
|
+
}(t2) : t2;
|
|
89
|
+
});
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
const HASH_RE = /#/g;
|
|
93
|
+
const AMPERSAND_RE = /&/g;
|
|
94
|
+
const SLASH_RE = /\//g;
|
|
95
|
+
const EQUAL_RE = /=/g;
|
|
96
|
+
const IM_RE = /\?/g;
|
|
97
|
+
const PLUS_RE = /\+/g;
|
|
98
|
+
const ENC_CARET_RE = /%5e/gi;
|
|
99
|
+
const ENC_BACKTICK_RE = /%60/gi;
|
|
100
|
+
const ENC_CURLY_OPEN_RE = /%7b/gi;
|
|
101
|
+
const ENC_PIPE_RE = /%7c/gi;
|
|
102
|
+
const ENC_CURLY_CLOSE_RE = /%7d/gi;
|
|
103
|
+
const ENC_SPACE_RE = /%20/gi;
|
|
104
|
+
const ENC_SLASH_RE = /%2f/gi;
|
|
105
|
+
const ENC_ENC_SLASH_RE = /%252f/gi;
|
|
106
|
+
function encode(text) {
|
|
107
|
+
return encodeURI("" + text).replace(ENC_PIPE_RE, "|");
|
|
108
|
+
}
|
|
109
|
+
function encodeHash(text) {
|
|
110
|
+
return encode(text).replace(ENC_CURLY_OPEN_RE, "{").replace(ENC_CURLY_CLOSE_RE, "}").replace(ENC_CARET_RE, "^");
|
|
111
|
+
}
|
|
112
|
+
function encodeQueryValue(input) {
|
|
113
|
+
return encode(typeof input === "string" ? input : JSON.stringify(input)).replace(PLUS_RE, "%2B").replace(ENC_SPACE_RE, "+").replace(HASH_RE, "%23").replace(AMPERSAND_RE, "%26").replace(ENC_BACKTICK_RE, "`").replace(ENC_CARET_RE, "^").replace(SLASH_RE, "%2F");
|
|
114
|
+
}
|
|
115
|
+
function encodeQueryKey(text) {
|
|
116
|
+
return encodeQueryValue(text).replace(EQUAL_RE, "%3D");
|
|
117
|
+
}
|
|
118
|
+
function encodePath(text) {
|
|
119
|
+
return encode(text).replace(HASH_RE, "%23").replace(IM_RE, "%3F").replace(ENC_ENC_SLASH_RE, "%2F").replace(AMPERSAND_RE, "%26").replace(PLUS_RE, "%2B");
|
|
120
|
+
}
|
|
121
|
+
function encodeParam(text) {
|
|
122
|
+
return encodePath(text).replace(SLASH_RE, "%2F");
|
|
123
|
+
}
|
|
124
|
+
function decode(text = "") {
|
|
125
|
+
try {
|
|
126
|
+
return decodeURIComponent("" + text);
|
|
127
|
+
} catch {
|
|
128
|
+
return "" + text;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
function decodePath(text) {
|
|
132
|
+
return decode(text.replace(ENC_SLASH_RE, "%252F"));
|
|
133
|
+
}
|
|
134
|
+
function decodeQueryKey(text) {
|
|
135
|
+
return decode(text.replace(PLUS_RE, " "));
|
|
136
|
+
}
|
|
137
|
+
function decodeQueryValue(text) {
|
|
138
|
+
return decode(text.replace(PLUS_RE, " "));
|
|
139
|
+
}
|
|
140
|
+
function encodeHost(name = "") {
|
|
141
|
+
return toASCII(name);
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
function parseQuery(parametersString = "") {
|
|
145
|
+
const object = /* @__PURE__ */ Object.create(null);
|
|
146
|
+
if (parametersString[0] === "?") {
|
|
147
|
+
parametersString = parametersString.slice(1);
|
|
148
|
+
}
|
|
149
|
+
for (const parameter of parametersString.split("&")) {
|
|
150
|
+
const s = parameter.match(/([^=]+)=?(.*)/) || [];
|
|
151
|
+
if (s.length < 2) {
|
|
152
|
+
continue;
|
|
153
|
+
}
|
|
154
|
+
const key = decodeQueryKey(s[1]);
|
|
155
|
+
if (key === "__proto__" || key === "constructor") {
|
|
156
|
+
continue;
|
|
157
|
+
}
|
|
158
|
+
const value = decodeQueryValue(s[2] || "");
|
|
159
|
+
if (object[key] === void 0) {
|
|
160
|
+
object[key] = value;
|
|
161
|
+
} else if (Array.isArray(object[key])) {
|
|
162
|
+
object[key].push(value);
|
|
163
|
+
} else {
|
|
164
|
+
object[key] = [object[key], value];
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
return object;
|
|
168
|
+
}
|
|
169
|
+
function encodeQueryItem(key, value) {
|
|
170
|
+
if (typeof value === "number" || typeof value === "boolean") {
|
|
171
|
+
value = String(value);
|
|
172
|
+
}
|
|
173
|
+
if (!value) {
|
|
174
|
+
return encodeQueryKey(key);
|
|
175
|
+
}
|
|
176
|
+
if (Array.isArray(value)) {
|
|
177
|
+
return value.map(
|
|
178
|
+
(_value) => `${encodeQueryKey(key)}=${encodeQueryValue(_value)}`
|
|
179
|
+
).join("&");
|
|
180
|
+
}
|
|
181
|
+
return `${encodeQueryKey(key)}=${encodeQueryValue(value)}`;
|
|
182
|
+
}
|
|
183
|
+
function stringifyQuery(query) {
|
|
184
|
+
return Object.keys(query).filter((k) => query[k] !== void 0).map((k) => encodeQueryItem(k, query[k])).filter(Boolean).join("&");
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
const PROTOCOL_STRICT_REGEX = /^[\s\w\0+.-]{2,}:([/\\]{1,2})/;
|
|
188
|
+
const PROTOCOL_REGEX = /^[\s\w\0+.-]{2,}:([/\\]{2})?/;
|
|
189
|
+
const PROTOCOL_RELATIVE_REGEX = /^([/\\]\s*){2,}[^/\\]/;
|
|
190
|
+
const PROTOCOL_SCRIPT_RE = /^[\s\0]*(blob|data|javascript|vbscript):$/i;
|
|
191
|
+
const TRAILING_SLASH_RE = /\/$|\/\?|\/#/;
|
|
192
|
+
const JOIN_LEADING_SLASH_RE = /^\.?\//;
|
|
193
|
+
function isRelative(inputString) {
|
|
194
|
+
return ["./", "../"].some((string_) => inputString.startsWith(string_));
|
|
195
|
+
}
|
|
196
|
+
function hasProtocol(inputString, opts = {}) {
|
|
197
|
+
if (typeof opts === "boolean") {
|
|
198
|
+
opts = { acceptRelative: opts };
|
|
199
|
+
}
|
|
200
|
+
if (opts.strict) {
|
|
201
|
+
return PROTOCOL_STRICT_REGEX.test(inputString);
|
|
202
|
+
}
|
|
203
|
+
return PROTOCOL_REGEX.test(inputString) || (opts.acceptRelative ? PROTOCOL_RELATIVE_REGEX.test(inputString) : false);
|
|
204
|
+
}
|
|
205
|
+
function isScriptProtocol(protocol) {
|
|
206
|
+
return !!protocol && PROTOCOL_SCRIPT_RE.test(protocol);
|
|
207
|
+
}
|
|
208
|
+
function hasTrailingSlash(input = "", respectQueryAndFragment) {
|
|
209
|
+
if (!respectQueryAndFragment) {
|
|
210
|
+
return input.endsWith("/");
|
|
211
|
+
}
|
|
212
|
+
return TRAILING_SLASH_RE.test(input);
|
|
213
|
+
}
|
|
214
|
+
function withoutTrailingSlash(input = "", respectQueryAndFragment) {
|
|
215
|
+
if (!respectQueryAndFragment) {
|
|
216
|
+
return (hasTrailingSlash(input) ? input.slice(0, -1) : input) || "/";
|
|
217
|
+
}
|
|
218
|
+
if (!hasTrailingSlash(input, true)) {
|
|
219
|
+
return input || "/";
|
|
220
|
+
}
|
|
221
|
+
let path = input;
|
|
222
|
+
let fragment = "";
|
|
223
|
+
const fragmentIndex = input.indexOf("#");
|
|
224
|
+
if (fragmentIndex !== -1) {
|
|
225
|
+
path = input.slice(0, fragmentIndex);
|
|
226
|
+
fragment = input.slice(fragmentIndex);
|
|
227
|
+
}
|
|
228
|
+
const [s0, ...s] = path.split("?");
|
|
229
|
+
const cleanPath = s0.endsWith("/") ? s0.slice(0, -1) : s0;
|
|
230
|
+
return (cleanPath || "/") + (s.length > 0 ? `?${s.join("?")}` : "") + fragment;
|
|
231
|
+
}
|
|
232
|
+
function withTrailingSlash(input = "", respectQueryAndFragment) {
|
|
233
|
+
if (!respectQueryAndFragment) {
|
|
234
|
+
return input.endsWith("/") ? input : input + "/";
|
|
235
|
+
}
|
|
236
|
+
if (hasTrailingSlash(input, true)) {
|
|
237
|
+
return input || "/";
|
|
238
|
+
}
|
|
239
|
+
let path = input;
|
|
240
|
+
let fragment = "";
|
|
241
|
+
const fragmentIndex = input.indexOf("#");
|
|
242
|
+
if (fragmentIndex !== -1) {
|
|
243
|
+
path = input.slice(0, fragmentIndex);
|
|
244
|
+
fragment = input.slice(fragmentIndex);
|
|
245
|
+
if (!path) {
|
|
246
|
+
return fragment;
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
const [s0, ...s] = path.split("?");
|
|
250
|
+
return s0 + "/" + (s.length > 0 ? `?${s.join("?")}` : "") + fragment;
|
|
251
|
+
}
|
|
252
|
+
function hasLeadingSlash(input = "") {
|
|
253
|
+
return input.startsWith("/");
|
|
254
|
+
}
|
|
255
|
+
function withoutLeadingSlash(input = "") {
|
|
256
|
+
return (hasLeadingSlash(input) ? input.slice(1) : input) || "/";
|
|
257
|
+
}
|
|
258
|
+
function withLeadingSlash(input = "") {
|
|
259
|
+
return hasLeadingSlash(input) ? input : "/" + input;
|
|
260
|
+
}
|
|
261
|
+
function cleanDoubleSlashes(input = "") {
|
|
262
|
+
return input.split("://").map((string_) => string_.replace(/\/{2,}/g, "/")).join("://");
|
|
263
|
+
}
|
|
264
|
+
function withBase(input, base) {
|
|
265
|
+
if (isEmptyURL(base) || hasProtocol(input)) {
|
|
266
|
+
return input;
|
|
267
|
+
}
|
|
268
|
+
const _base = withoutTrailingSlash(base);
|
|
269
|
+
if (input.startsWith(_base)) {
|
|
270
|
+
return input;
|
|
271
|
+
}
|
|
272
|
+
return joinURL(_base, input);
|
|
273
|
+
}
|
|
274
|
+
function withoutBase(input, base) {
|
|
275
|
+
if (isEmptyURL(base)) {
|
|
276
|
+
return input;
|
|
277
|
+
}
|
|
278
|
+
const _base = withoutTrailingSlash(base);
|
|
279
|
+
if (!input.startsWith(_base)) {
|
|
280
|
+
return input;
|
|
281
|
+
}
|
|
282
|
+
const trimmed = input.slice(_base.length);
|
|
283
|
+
return trimmed[0] === "/" ? trimmed : "/" + trimmed;
|
|
284
|
+
}
|
|
285
|
+
function withQuery(input, query) {
|
|
286
|
+
const parsed = parseURL(input);
|
|
287
|
+
const mergedQuery = { ...parseQuery(parsed.search), ...query };
|
|
288
|
+
parsed.search = stringifyQuery(mergedQuery);
|
|
289
|
+
return stringifyParsedURL(parsed);
|
|
290
|
+
}
|
|
291
|
+
function filterQuery(input, predicate) {
|
|
292
|
+
if (!input.includes("?")) {
|
|
293
|
+
return input;
|
|
294
|
+
}
|
|
295
|
+
const parsed = parseURL(input);
|
|
296
|
+
const query = parseQuery(parsed.search);
|
|
297
|
+
const filteredQuery = Object.fromEntries(
|
|
298
|
+
Object.entries(query).filter(([key, value]) => predicate(key, value))
|
|
299
|
+
);
|
|
300
|
+
parsed.search = stringifyQuery(filteredQuery);
|
|
301
|
+
return stringifyParsedURL(parsed);
|
|
302
|
+
}
|
|
303
|
+
function getQuery(input) {
|
|
304
|
+
return parseQuery(parseURL(input).search);
|
|
305
|
+
}
|
|
306
|
+
function isEmptyURL(url) {
|
|
307
|
+
return !url || url === "/";
|
|
308
|
+
}
|
|
309
|
+
function isNonEmptyURL(url) {
|
|
310
|
+
return url && url !== "/";
|
|
311
|
+
}
|
|
312
|
+
function joinURL(base, ...input) {
|
|
313
|
+
let url = base || "";
|
|
314
|
+
for (const segment of input.filter((url2) => isNonEmptyURL(url2))) {
|
|
315
|
+
if (url) {
|
|
316
|
+
const _segment = segment.replace(JOIN_LEADING_SLASH_RE, "");
|
|
317
|
+
url = withTrailingSlash(url) + _segment;
|
|
318
|
+
} else {
|
|
319
|
+
url = segment;
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
return url;
|
|
323
|
+
}
|
|
324
|
+
function joinRelativeURL(..._input) {
|
|
325
|
+
const JOIN_SEGMENT_SPLIT_RE = /\/(?!\/)/;
|
|
326
|
+
const input = _input.filter(Boolean);
|
|
327
|
+
const segments = [];
|
|
328
|
+
let segmentsDepth = 0;
|
|
329
|
+
for (const i of input) {
|
|
330
|
+
if (!i || i === "/") {
|
|
331
|
+
continue;
|
|
332
|
+
}
|
|
333
|
+
for (const [sindex, s] of i.split(JOIN_SEGMENT_SPLIT_RE).entries()) {
|
|
334
|
+
if (!s || s === ".") {
|
|
335
|
+
continue;
|
|
336
|
+
}
|
|
337
|
+
if (s === "..") {
|
|
338
|
+
if (segments.length === 1 && hasProtocol(segments[0])) {
|
|
339
|
+
continue;
|
|
340
|
+
}
|
|
341
|
+
segments.pop();
|
|
342
|
+
segmentsDepth--;
|
|
343
|
+
continue;
|
|
344
|
+
}
|
|
345
|
+
if (sindex === 1 && segments[segments.length - 1]?.endsWith(":/")) {
|
|
346
|
+
segments[segments.length - 1] += "/" + s;
|
|
347
|
+
continue;
|
|
348
|
+
}
|
|
349
|
+
segments.push(s);
|
|
350
|
+
segmentsDepth++;
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
let url = segments.join("/");
|
|
354
|
+
if (segmentsDepth >= 0) {
|
|
355
|
+
if (input[0]?.startsWith("/") && !url.startsWith("/")) {
|
|
356
|
+
url = "/" + url;
|
|
357
|
+
} else if (input[0]?.startsWith("./") && !url.startsWith("./")) {
|
|
358
|
+
url = "./" + url;
|
|
359
|
+
}
|
|
360
|
+
} else {
|
|
361
|
+
url = "../".repeat(-1 * segmentsDepth) + url;
|
|
362
|
+
}
|
|
363
|
+
if (input[input.length - 1]?.endsWith("/") && !url.endsWith("/")) {
|
|
364
|
+
url += "/";
|
|
365
|
+
}
|
|
366
|
+
return url;
|
|
367
|
+
}
|
|
368
|
+
function withHttp(input) {
|
|
369
|
+
return withProtocol(input, "http://");
|
|
370
|
+
}
|
|
371
|
+
function withHttps(input) {
|
|
372
|
+
return withProtocol(input, "https://");
|
|
373
|
+
}
|
|
374
|
+
function withoutProtocol(input) {
|
|
375
|
+
return withProtocol(input, "");
|
|
376
|
+
}
|
|
377
|
+
function withProtocol(input, protocol) {
|
|
378
|
+
let match = input.match(PROTOCOL_REGEX);
|
|
379
|
+
if (!match) {
|
|
380
|
+
match = input.match(/^\/{2,}/);
|
|
381
|
+
}
|
|
382
|
+
if (!match) {
|
|
383
|
+
return protocol + input;
|
|
384
|
+
}
|
|
385
|
+
return protocol + input.slice(match[0].length);
|
|
386
|
+
}
|
|
387
|
+
function normalizeURL(input) {
|
|
388
|
+
const parsed = parseURL(input);
|
|
389
|
+
parsed.pathname = encodePath(decodePath(parsed.pathname));
|
|
390
|
+
parsed.hash = encodeHash(decode(parsed.hash));
|
|
391
|
+
parsed.host = encodeHost(decode(parsed.host));
|
|
392
|
+
parsed.search = stringifyQuery(parseQuery(parsed.search));
|
|
393
|
+
return stringifyParsedURL(parsed);
|
|
394
|
+
}
|
|
395
|
+
function resolveURL(base = "", ...inputs) {
|
|
396
|
+
if (typeof base !== "string") {
|
|
397
|
+
throw new TypeError(
|
|
398
|
+
`URL input should be string received ${typeof base} (${base})`
|
|
399
|
+
);
|
|
400
|
+
}
|
|
401
|
+
const filteredInputs = inputs.filter((input) => isNonEmptyURL(input));
|
|
402
|
+
if (filteredInputs.length === 0) {
|
|
403
|
+
return base;
|
|
404
|
+
}
|
|
405
|
+
const url = parseURL(base);
|
|
406
|
+
for (const inputSegment of filteredInputs) {
|
|
407
|
+
const urlSegment = parseURL(inputSegment);
|
|
408
|
+
if (urlSegment.pathname) {
|
|
409
|
+
url.pathname = withTrailingSlash(url.pathname) + withoutLeadingSlash(urlSegment.pathname);
|
|
410
|
+
}
|
|
411
|
+
if (urlSegment.hash && urlSegment.hash !== "#") {
|
|
412
|
+
url.hash = urlSegment.hash;
|
|
413
|
+
}
|
|
414
|
+
if (urlSegment.search && urlSegment.search !== "?") {
|
|
415
|
+
if (url.search && url.search !== "?") {
|
|
416
|
+
const queryString = stringifyQuery({
|
|
417
|
+
...parseQuery(url.search),
|
|
418
|
+
...parseQuery(urlSegment.search)
|
|
419
|
+
});
|
|
420
|
+
url.search = queryString.length > 0 ? "?" + queryString : "";
|
|
421
|
+
} else {
|
|
422
|
+
url.search = urlSegment.search;
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
return stringifyParsedURL(url);
|
|
427
|
+
}
|
|
428
|
+
function isSamePath(p1, p2) {
|
|
429
|
+
return decode(withoutTrailingSlash(p1)) === decode(withoutTrailingSlash(p2));
|
|
430
|
+
}
|
|
431
|
+
function isEqual(a, b, options = {}) {
|
|
432
|
+
if (!options.trailingSlash) {
|
|
433
|
+
a = withTrailingSlash(a);
|
|
434
|
+
b = withTrailingSlash(b);
|
|
435
|
+
}
|
|
436
|
+
if (!options.leadingSlash) {
|
|
437
|
+
a = withLeadingSlash(a);
|
|
438
|
+
b = withLeadingSlash(b);
|
|
439
|
+
}
|
|
440
|
+
if (!options.encoding) {
|
|
441
|
+
a = decode(a);
|
|
442
|
+
b = decode(b);
|
|
443
|
+
}
|
|
444
|
+
return a === b;
|
|
445
|
+
}
|
|
446
|
+
function withFragment(input, hash) {
|
|
447
|
+
if (!hash || hash === "#") {
|
|
448
|
+
return input;
|
|
449
|
+
}
|
|
450
|
+
const parsed = parseURL(input);
|
|
451
|
+
parsed.hash = hash === "" ? "" : "#" + encodeHash(hash);
|
|
452
|
+
return stringifyParsedURL(parsed);
|
|
453
|
+
}
|
|
454
|
+
function withoutFragment(input) {
|
|
455
|
+
return stringifyParsedURL({ ...parseURL(input), hash: "" });
|
|
456
|
+
}
|
|
457
|
+
function withoutHost(input) {
|
|
458
|
+
const parsed = parseURL(input);
|
|
459
|
+
return (parsed.pathname || "/") + parsed.search + parsed.hash;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
const protocolRelative = Symbol.for("ufo:protocolRelative");
|
|
463
|
+
function parseURL(input = "", defaultProto) {
|
|
464
|
+
const _specialProtoMatch = input.match(
|
|
465
|
+
/^[\s\0]*(blob:|data:|javascript:|vbscript:)(.*)/i
|
|
466
|
+
);
|
|
467
|
+
if (_specialProtoMatch) {
|
|
468
|
+
const [, _proto, _pathname = ""] = _specialProtoMatch;
|
|
469
|
+
return {
|
|
470
|
+
protocol: _proto.toLowerCase(),
|
|
471
|
+
pathname: _pathname,
|
|
472
|
+
href: _proto + _pathname,
|
|
473
|
+
auth: "",
|
|
474
|
+
host: "",
|
|
475
|
+
search: "",
|
|
476
|
+
hash: ""
|
|
477
|
+
};
|
|
478
|
+
}
|
|
479
|
+
if (!hasProtocol(input, { acceptRelative: true })) {
|
|
480
|
+
return defaultProto ? parseURL(defaultProto + input) : parsePath(input);
|
|
481
|
+
}
|
|
482
|
+
const [, protocol = "", auth, hostAndPath = ""] = input.replace(/\\/g, "/").match(/^[\s\0]*([\w+.-]{2,}:)?\/\/([^/@]+@)?(.*)/) || [];
|
|
483
|
+
let [, host = "", path = ""] = hostAndPath.match(/([^#/?]*)(.*)?/) || [];
|
|
484
|
+
if (protocol === "file:") {
|
|
485
|
+
path = path.replace(/\/(?=[A-Za-z]:)/, "");
|
|
486
|
+
}
|
|
487
|
+
const { pathname, search, hash } = parsePath(path);
|
|
488
|
+
return {
|
|
489
|
+
protocol: protocol.toLowerCase(),
|
|
490
|
+
auth: auth ? auth.slice(0, Math.max(0, auth.length - 1)) : "",
|
|
491
|
+
host,
|
|
492
|
+
pathname,
|
|
493
|
+
search,
|
|
494
|
+
hash,
|
|
495
|
+
[protocolRelative]: !protocol
|
|
496
|
+
};
|
|
497
|
+
}
|
|
498
|
+
function parsePath(input = "") {
|
|
499
|
+
const [pathname = "", search = "", hash = ""] = (input.match(/([^#?]*)(\?[^#]*)?(#.*)?/) || []).splice(1);
|
|
500
|
+
return {
|
|
501
|
+
pathname,
|
|
502
|
+
search,
|
|
503
|
+
hash
|
|
504
|
+
};
|
|
505
|
+
}
|
|
506
|
+
function parseAuth(input = "") {
|
|
507
|
+
const [username, password] = input.split(":");
|
|
508
|
+
return {
|
|
509
|
+
username: decode(username),
|
|
510
|
+
password: decode(password)
|
|
511
|
+
};
|
|
512
|
+
}
|
|
513
|
+
function parseHost(input = "") {
|
|
514
|
+
const [hostname, port] = (input.match(/([^/:]*):?(\d+)?/) || []).splice(1);
|
|
515
|
+
return {
|
|
516
|
+
hostname: decode(hostname),
|
|
517
|
+
port
|
|
518
|
+
};
|
|
519
|
+
}
|
|
520
|
+
function stringifyParsedURL(parsed) {
|
|
521
|
+
const pathname = parsed.pathname || "";
|
|
522
|
+
const search = parsed.search ? (parsed.search.startsWith("?") ? "" : "?") + parsed.search : "";
|
|
523
|
+
const hash = parsed.hash || "";
|
|
524
|
+
const auth = parsed.auth ? parsed.auth + "@" : "";
|
|
525
|
+
const host = parsed.host || "";
|
|
526
|
+
const proto = parsed.protocol || parsed[protocolRelative] ? (parsed.protocol || "") + "//" : "";
|
|
527
|
+
return proto + auth + host + pathname + search + hash;
|
|
528
|
+
}
|
|
529
|
+
const FILENAME_STRICT_REGEX = /\/([^/]+\.[^/]+)$/;
|
|
530
|
+
const FILENAME_REGEX = /\/([^/]+)$/;
|
|
531
|
+
function parseFilename(input = "", opts) {
|
|
532
|
+
const { pathname } = parseURL(input);
|
|
533
|
+
const matches = opts?.strict ? pathname.match(FILENAME_STRICT_REGEX) : pathname.match(FILENAME_REGEX);
|
|
534
|
+
return matches ? matches[1] : void 0;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
class $URL {
|
|
538
|
+
protocol;
|
|
539
|
+
host;
|
|
540
|
+
auth;
|
|
541
|
+
pathname;
|
|
542
|
+
query = {};
|
|
543
|
+
hash;
|
|
544
|
+
constructor(input = "") {
|
|
545
|
+
if (typeof input !== "string") {
|
|
546
|
+
throw new TypeError(
|
|
547
|
+
`URL input should be string received ${typeof input} (${input})`
|
|
548
|
+
);
|
|
549
|
+
}
|
|
550
|
+
const parsed = parseURL(input);
|
|
551
|
+
this.protocol = decode(parsed.protocol);
|
|
552
|
+
this.host = decode(parsed.host);
|
|
553
|
+
this.auth = decode(parsed.auth);
|
|
554
|
+
this.pathname = decodePath(parsed.pathname);
|
|
555
|
+
this.query = parseQuery(parsed.search);
|
|
556
|
+
this.hash = decode(parsed.hash);
|
|
557
|
+
}
|
|
558
|
+
get hostname() {
|
|
559
|
+
return parseHost(this.host).hostname;
|
|
560
|
+
}
|
|
561
|
+
get port() {
|
|
562
|
+
return parseHost(this.host).port || "";
|
|
563
|
+
}
|
|
564
|
+
get username() {
|
|
565
|
+
return parseAuth(this.auth).username;
|
|
566
|
+
}
|
|
567
|
+
get password() {
|
|
568
|
+
return parseAuth(this.auth).password || "";
|
|
569
|
+
}
|
|
570
|
+
get hasProtocol() {
|
|
571
|
+
return this.protocol.length;
|
|
572
|
+
}
|
|
573
|
+
get isAbsolute() {
|
|
574
|
+
return this.hasProtocol || this.pathname[0] === "/";
|
|
575
|
+
}
|
|
576
|
+
get search() {
|
|
577
|
+
const q = stringifyQuery(this.query);
|
|
578
|
+
return q.length > 0 ? "?" + q : "";
|
|
579
|
+
}
|
|
580
|
+
get searchParams() {
|
|
581
|
+
const p = new URLSearchParams();
|
|
582
|
+
for (const name in this.query) {
|
|
583
|
+
const value = this.query[name];
|
|
584
|
+
if (Array.isArray(value)) {
|
|
585
|
+
for (const v of value) {
|
|
586
|
+
p.append(name, v);
|
|
587
|
+
}
|
|
588
|
+
} else {
|
|
589
|
+
p.append(
|
|
590
|
+
name,
|
|
591
|
+
typeof value === "string" ? value : JSON.stringify(value)
|
|
592
|
+
);
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
return p;
|
|
596
|
+
}
|
|
597
|
+
get origin() {
|
|
598
|
+
return (this.protocol ? this.protocol + "//" : "") + encodeHost(this.host);
|
|
599
|
+
}
|
|
600
|
+
get fullpath() {
|
|
601
|
+
return encodePath(this.pathname) + this.search + encodeHash(this.hash);
|
|
602
|
+
}
|
|
603
|
+
get encodedAuth() {
|
|
604
|
+
if (!this.auth) {
|
|
605
|
+
return "";
|
|
606
|
+
}
|
|
607
|
+
const { username, password } = parseAuth(this.auth);
|
|
608
|
+
return encodeURIComponent(username) + (password ? ":" + encodeURIComponent(password) : "");
|
|
609
|
+
}
|
|
610
|
+
get href() {
|
|
611
|
+
const auth = this.encodedAuth;
|
|
612
|
+
const originWithAuth = (this.protocol ? this.protocol + "//" : "") + (auth ? auth + "@" : "") + encodeHost(this.host);
|
|
613
|
+
return this.hasProtocol && this.isAbsolute ? originWithAuth + this.fullpath : this.fullpath;
|
|
614
|
+
}
|
|
615
|
+
append(url) {
|
|
616
|
+
if (url.hasProtocol) {
|
|
617
|
+
throw new Error("Cannot append a URL with protocol");
|
|
618
|
+
}
|
|
619
|
+
Object.assign(this.query, url.query);
|
|
620
|
+
if (url.pathname) {
|
|
621
|
+
this.pathname = withTrailingSlash(this.pathname) + withoutLeadingSlash(url.pathname);
|
|
622
|
+
}
|
|
623
|
+
if (url.hash) {
|
|
624
|
+
this.hash = url.hash;
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
toJSON() {
|
|
628
|
+
return this.href;
|
|
629
|
+
}
|
|
630
|
+
toString() {
|
|
631
|
+
return this.href;
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
function createURL(input) {
|
|
635
|
+
return new $URL(input);
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
export { $URL, cleanDoubleSlashes, createURL, decode, decodePath, decodeQueryKey, decodeQueryValue, encode, encodeHash, encodeHost, encodeParam, encodePath, encodeQueryItem, encodeQueryKey, encodeQueryValue, filterQuery, getQuery, hasLeadingSlash, hasProtocol, hasTrailingSlash, isEmptyURL, isEqual, isNonEmptyURL, isRelative, isSamePath, isScriptProtocol, joinRelativeURL, joinURL, normalizeURL, parseAuth, parseFilename, parseHost, parsePath, parseQuery, parseURL, resolveURL, stringifyParsedURL, stringifyQuery, withBase, withFragment, withHttp, withHttps, withLeadingSlash, withProtocol, withQuery, withTrailingSlash, withoutBase, withoutFragment, withoutHost, withoutLeadingSlash, withoutProtocol, withoutTrailingSlash };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ufo",
|
|
3
|
+
"version": "1.6.1",
|
|
4
|
+
"description": "URL utils for humans",
|
|
5
|
+
"repository": "unjs/ufo",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"sideEffects": false,
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"require": "./dist/index.cjs",
|
|
12
|
+
"import": "./dist/index.mjs"
|
|
13
|
+
},
|
|
14
|
+
"./*": "./*"
|
|
15
|
+
},
|
|
16
|
+
"main": "./dist/index.cjs",
|
|
17
|
+
"module": "./dist/index.mjs",
|
|
18
|
+
"types": "./dist/index.d.ts",
|
|
19
|
+
"files": [
|
|
20
|
+
"dist"
|
|
21
|
+
],
|
|
22
|
+
"scripts": {
|
|
23
|
+
"build": "automd && unbuild",
|
|
24
|
+
"automd": "automd",
|
|
25
|
+
"dev": "vitest",
|
|
26
|
+
"lint": "eslint . && prettier -c src test",
|
|
27
|
+
"lint:fix": "eslint --fix . && prettier -w src test",
|
|
28
|
+
"prepack": "pnpm build",
|
|
29
|
+
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
|
|
30
|
+
"test": "pnpm lint && vitest run --typecheck"
|
|
31
|
+
},
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@types/node": "^22.14.0",
|
|
34
|
+
"@vitest/coverage-v8": "^3.1.1",
|
|
35
|
+
"automd": "^0.4.0",
|
|
36
|
+
"changelogen": "^0.6.1",
|
|
37
|
+
"eslint": "^9.24.0",
|
|
38
|
+
"eslint-config-unjs": "^0.4.2",
|
|
39
|
+
"jiti": "^2.4.2",
|
|
40
|
+
"prettier": "^3.5.3",
|
|
41
|
+
"typescript": "^5.8.3",
|
|
42
|
+
"unbuild": "^3.5.0",
|
|
43
|
+
"untyped": "^2.0.0",
|
|
44
|
+
"vitest": "^3.1.1"
|
|
45
|
+
},
|
|
46
|
+
"packageManager": "pnpm@10.7.1"
|
|
47
|
+
}
|