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
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { defineNitroPreset } from "nitro/kit";
|
|
2
|
-
import { writeIISFiles, writeIISNodeFiles } from "./utils.mjs";
|
|
3
|
-
const iisHandler = defineNitroPreset(
|
|
4
|
-
{
|
|
5
|
-
extends: "node-server",
|
|
6
|
-
hooks: {
|
|
7
|
-
async compiled(nitro) {
|
|
8
|
-
await writeIISFiles(nitro);
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
name: "iis-handler",
|
|
14
|
-
aliases: ["iis"],
|
|
15
|
-
url: import.meta.url
|
|
16
|
-
}
|
|
17
|
-
);
|
|
18
|
-
const iisNode = defineNitroPreset(
|
|
19
|
-
{
|
|
20
|
-
extends: "node-server",
|
|
21
|
-
hooks: {
|
|
22
|
-
async compiled(nitro) {
|
|
23
|
-
await writeIISNodeFiles(nitro);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
name: "iis-node",
|
|
29
|
-
url: import.meta.url
|
|
30
|
-
}
|
|
31
|
-
);
|
|
32
|
-
export default [iisHandler, iisNode];
|
|
@@ -1,161 +0,0 @@
|
|
|
1
|
-
import { existsSync } from "node:fs";
|
|
2
|
-
import { readFile } from "node:fs/promises";
|
|
3
|
-
import { defu } from "defu";
|
|
4
|
-
import { writeFile } from "nitro/kit";
|
|
5
|
-
import { resolve } from "pathe";
|
|
6
|
-
export async function writeIISFiles(nitro) {
|
|
7
|
-
await writeFile(
|
|
8
|
-
resolve(nitro.options.output.dir, "web.config"),
|
|
9
|
-
await iisXmlTemplate(nitro)
|
|
10
|
-
);
|
|
11
|
-
}
|
|
12
|
-
export async function writeIISNodeFiles(nitro) {
|
|
13
|
-
await writeFile(
|
|
14
|
-
resolve(nitro.options.output.dir, "web.config"),
|
|
15
|
-
await iisnodeXmlTemplate(nitro)
|
|
16
|
-
);
|
|
17
|
-
await writeFile(
|
|
18
|
-
resolve(nitro.options.output.dir, "index.js"),
|
|
19
|
-
/*js */
|
|
20
|
-
`
|
|
21
|
-
if (process.env.PORT.startsWith('\\\\')) {
|
|
22
|
-
process.env.NITRO_UNIX_SOCKET = process.env.PORT
|
|
23
|
-
delete process.env.PORT
|
|
24
|
-
}
|
|
25
|
-
import('./server/index.mjs');
|
|
26
|
-
`
|
|
27
|
-
);
|
|
28
|
-
}
|
|
29
|
-
async function iisnodeXmlTemplate(nitro) {
|
|
30
|
-
const path = resolve(nitro.options.rootDir, "web.config");
|
|
31
|
-
const originalString = (
|
|
32
|
-
/* xml */
|
|
33
|
-
`<?xml version="1.0" encoding="utf-8"?>
|
|
34
|
-
<!--
|
|
35
|
-
This configuration file is required if iisnode is used to run node processes behind
|
|
36
|
-
IIS or IIS Express. For more information, visit:
|
|
37
|
-
https://github.com/Azure/iisnode/blob/master/src/samples/configuration/web.config
|
|
38
|
-
-->
|
|
39
|
-
<configuration>
|
|
40
|
-
<system.webServer>
|
|
41
|
-
<!-- Visit http://blogs.msdn.com/b/windowsazure/archive/2013/11/14/introduction-to-websockets-on-windows-azure-web-sites.aspx for more information on WebSocket support -->
|
|
42
|
-
<webSocket enabled="false" />
|
|
43
|
-
<handlers>
|
|
44
|
-
<!-- Indicates that the index.js file is a Node.js site to be handled by the iisnode module -->
|
|
45
|
-
<add name="iisnode" path="index.js" verb="*" modules="iisnode" />
|
|
46
|
-
</handlers>
|
|
47
|
-
<rewrite>
|
|
48
|
-
<rules>
|
|
49
|
-
<!-- Do not interfere with requests for node-inspector debugging -->
|
|
50
|
-
<rule name="NodeInspector" patternSyntax="ECMAScript" stopProcessing="true">
|
|
51
|
-
<match url="^index.js/debug[/]?" />
|
|
52
|
-
</rule>
|
|
53
|
-
|
|
54
|
-
<!-- First we consider whether the incoming URL matches a physical file in the /public folder -->
|
|
55
|
-
<rule name="StaticContent">
|
|
56
|
-
<action type="Rewrite" url="public{PATH_INFO}" />
|
|
57
|
-
</rule>
|
|
58
|
-
|
|
59
|
-
<!-- All other URLs are mapped to the Node.js site entrypoint -->
|
|
60
|
-
<rule name="DynamicContent">
|
|
61
|
-
<conditions>
|
|
62
|
-
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="True" />
|
|
63
|
-
</conditions>
|
|
64
|
-
<action type="Rewrite" url="index.js" />
|
|
65
|
-
</rule>
|
|
66
|
-
</rules>
|
|
67
|
-
</rewrite>
|
|
68
|
-
|
|
69
|
-
<!-- 'bin' directory has no special meaning in Node.js and apps can be placed in it -->
|
|
70
|
-
<security>
|
|
71
|
-
<requestFiltering>
|
|
72
|
-
<hiddenSegments>
|
|
73
|
-
<remove segment="bin" />
|
|
74
|
-
</hiddenSegments>
|
|
75
|
-
<requestLimits maxAllowedContentLength="4294967295" />
|
|
76
|
-
</requestFiltering>
|
|
77
|
-
</security>
|
|
78
|
-
|
|
79
|
-
<!-- Make sure error responses are left untouched -->
|
|
80
|
-
<httpErrors existingResponse="PassThrough" />
|
|
81
|
-
|
|
82
|
-
<!--
|
|
83
|
-
You can control how Node is hosted within IIS using the following options:
|
|
84
|
-
* watchedFiles: semi-colon separated list of files that will be watched for changes to restart the server
|
|
85
|
-
* node_env: will be propagated to node as NODE_ENV environment variable
|
|
86
|
-
* debuggingEnabled - controls whether the built-in debugger is enabled
|
|
87
|
-
See https://github.com/Azure/iisnode/blob/master/src/samples/configuration/web.config for a full list of options
|
|
88
|
-
-->
|
|
89
|
-
<iisnode
|
|
90
|
-
watchedFiles="index.js"
|
|
91
|
-
node_env="production"
|
|
92
|
-
debuggingEnabled="false"
|
|
93
|
-
loggingEnabled="false"
|
|
94
|
-
/>
|
|
95
|
-
</system.webServer>
|
|
96
|
-
</configuration>
|
|
97
|
-
`
|
|
98
|
-
);
|
|
99
|
-
if (existsSync(path)) {
|
|
100
|
-
const fileString = await readFile(path, "utf8");
|
|
101
|
-
const originalWebConfig = await parseXmlDoc(originalString);
|
|
102
|
-
const fileWebConfig = await parseXmlDoc(fileString);
|
|
103
|
-
if (nitro.options.iis?.mergeConfig && !nitro.options.iis.overrideConfig) {
|
|
104
|
-
return buildNewXmlDoc(defu(fileWebConfig, originalWebConfig));
|
|
105
|
-
}
|
|
106
|
-
if (nitro.options.iis?.overrideConfig) {
|
|
107
|
-
return buildNewXmlDoc({ ...fileWebConfig });
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
return originalString;
|
|
111
|
-
}
|
|
112
|
-
async function iisXmlTemplate(nitro) {
|
|
113
|
-
const path = resolve(nitro.options.rootDir, "web.config");
|
|
114
|
-
const originalString = (
|
|
115
|
-
/* xml */
|
|
116
|
-
`<?xml version="1.0" encoding="UTF-8"?>
|
|
117
|
-
<configuration>
|
|
118
|
-
<system.webServer>
|
|
119
|
-
<handlers>
|
|
120
|
-
<add name="httpPlatformHandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified" requireAccess="Script" />
|
|
121
|
-
</handlers>
|
|
122
|
-
<httpPlatform stdoutLogEnabled="true" stdoutLogFile=".\\logs\\node.log" startupTimeLimit="20" processPath="C:\\Program Files\\nodejs\\node.exe" arguments=".\\server\\index.mjs">
|
|
123
|
-
<environmentVariables>
|
|
124
|
-
<environmentVariable name="PORT" value="%HTTP_PLATFORM_PORT%" />
|
|
125
|
-
<environmentVariable name="NODE_ENV" value="Production" />
|
|
126
|
-
</environmentVariables>
|
|
127
|
-
</httpPlatform>
|
|
128
|
-
</system.webServer>
|
|
129
|
-
</configuration>
|
|
130
|
-
`
|
|
131
|
-
);
|
|
132
|
-
if (existsSync(path)) {
|
|
133
|
-
const fileString = await readFile(path, "utf8");
|
|
134
|
-
const originalWebConfig = await parseXmlDoc(originalString);
|
|
135
|
-
const fileWebConfig = await parseXmlDoc(fileString);
|
|
136
|
-
if (nitro.options.iis?.mergeConfig && !nitro.options.iis.overrideConfig) {
|
|
137
|
-
return buildNewXmlDoc(defu(fileWebConfig, originalWebConfig));
|
|
138
|
-
}
|
|
139
|
-
if (nitro.options.iis?.overrideConfig) {
|
|
140
|
-
return buildNewXmlDoc({ ...fileWebConfig });
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
return originalString;
|
|
144
|
-
}
|
|
145
|
-
async function parseXmlDoc(xml) {
|
|
146
|
-
const { Parser } = await import("xml2js");
|
|
147
|
-
if (xml === void 0 || !xml) {
|
|
148
|
-
return {};
|
|
149
|
-
}
|
|
150
|
-
const parser = new Parser({ explicitArray: false });
|
|
151
|
-
let parsedRecord = {};
|
|
152
|
-
parser.parseString(xml, (_, r) => {
|
|
153
|
-
parsedRecord = r;
|
|
154
|
-
});
|
|
155
|
-
return parsedRecord;
|
|
156
|
-
}
|
|
157
|
-
async function buildNewXmlDoc(xmlObj) {
|
|
158
|
-
const { Builder } = await import("xml2js");
|
|
159
|
-
const builder = new Builder();
|
|
160
|
-
return builder.buildObject({ ...xmlObj });
|
|
161
|
-
}
|
package/dist/presets/index.d.mts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { resolvePreset } from "./_resolve";
|
package/dist/presets/index.d.ts
DELETED
package/dist/presets/index.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { resolvePreset } from "./_resolve.mjs";
|
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
import { promises as fsp } from "node:fs";
|
|
2
|
-
import { defineNitroPreset } from "nitro/kit";
|
|
3
|
-
import { dirname, join } from "pathe";
|
|
4
|
-
import { deprecateSWR, writeHeaders, writeRedirects } from "./utils.mjs";
|
|
5
|
-
const netlify = defineNitroPreset(
|
|
6
|
-
{
|
|
7
|
-
extends: "aws-lambda",
|
|
8
|
-
entry: "./runtime/netlify",
|
|
9
|
-
output: {
|
|
10
|
-
dir: "{{ rootDir }}/.netlify/functions-internal",
|
|
11
|
-
publicDir: "{{ rootDir }}/dist"
|
|
12
|
-
},
|
|
13
|
-
rollupConfig: {
|
|
14
|
-
output: {
|
|
15
|
-
entryFileNames: "server.mjs"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
hooks: {
|
|
19
|
-
"rollup:before": (nitro) => {
|
|
20
|
-
deprecateSWR(nitro);
|
|
21
|
-
},
|
|
22
|
-
async compiled(nitro) {
|
|
23
|
-
await writeHeaders(nitro);
|
|
24
|
-
await writeRedirects(nitro);
|
|
25
|
-
if (nitro.options.netlify) {
|
|
26
|
-
const configPath = join(
|
|
27
|
-
nitro.options.output.dir,
|
|
28
|
-
"../deploy/v1/config.json"
|
|
29
|
-
);
|
|
30
|
-
await fsp.mkdir(dirname(configPath), { recursive: true });
|
|
31
|
-
await fsp.writeFile(
|
|
32
|
-
configPath,
|
|
33
|
-
JSON.stringify(nitro.options.netlify),
|
|
34
|
-
"utf8"
|
|
35
|
-
);
|
|
36
|
-
}
|
|
37
|
-
const functionConfig = {
|
|
38
|
-
config: { nodeModuleFormat: "esm" },
|
|
39
|
-
version: 1
|
|
40
|
-
};
|
|
41
|
-
const functionConfigPath = join(
|
|
42
|
-
nitro.options.output.serverDir,
|
|
43
|
-
"server.json"
|
|
44
|
-
);
|
|
45
|
-
await fsp.writeFile(functionConfigPath, JSON.stringify(functionConfig));
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
name: "netlify-legacy",
|
|
51
|
-
aliases: ["netlify"],
|
|
52
|
-
url: import.meta.url
|
|
53
|
-
}
|
|
54
|
-
);
|
|
55
|
-
const netlifyBuilder = defineNitroPreset(
|
|
56
|
-
{
|
|
57
|
-
extends: "netlify",
|
|
58
|
-
entry: "./runtime/netlify-builder",
|
|
59
|
-
hooks: {
|
|
60
|
-
"rollup:before": (nitro) => {
|
|
61
|
-
deprecateSWR(nitro);
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
name: "netlify-builder",
|
|
67
|
-
url: import.meta.url
|
|
68
|
-
}
|
|
69
|
-
);
|
|
70
|
-
const netlifyEdge = defineNitroPreset(
|
|
71
|
-
{
|
|
72
|
-
extends: "base-worker",
|
|
73
|
-
entry: "./runtime/netlify-edge",
|
|
74
|
-
exportConditions: ["netlify"],
|
|
75
|
-
output: {
|
|
76
|
-
serverDir: "{{ rootDir }}/.netlify/edge-functions/server",
|
|
77
|
-
publicDir: "{{ rootDir }}/dist"
|
|
78
|
-
},
|
|
79
|
-
rollupConfig: {
|
|
80
|
-
output: {
|
|
81
|
-
entryFileNames: "server.js",
|
|
82
|
-
format: "esm"
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
|
-
hooks: {
|
|
86
|
-
"rollup:before": (nitro) => {
|
|
87
|
-
deprecateSWR(nitro);
|
|
88
|
-
},
|
|
89
|
-
async compiled(nitro) {
|
|
90
|
-
await writeHeaders(nitro);
|
|
91
|
-
await writeRedirects(nitro);
|
|
92
|
-
const manifest = {
|
|
93
|
-
version: 1,
|
|
94
|
-
functions: [
|
|
95
|
-
{
|
|
96
|
-
path: "/*",
|
|
97
|
-
name: "nitro server handler",
|
|
98
|
-
function: "server",
|
|
99
|
-
generator: `${nitro.options.framework.name}@${nitro.options.framework.version}`
|
|
100
|
-
}
|
|
101
|
-
]
|
|
102
|
-
};
|
|
103
|
-
const manifestPath = join(
|
|
104
|
-
nitro.options.rootDir,
|
|
105
|
-
".netlify/edge-functions/manifest.json"
|
|
106
|
-
);
|
|
107
|
-
await fsp.mkdir(dirname(manifestPath), { recursive: true });
|
|
108
|
-
await fsp.writeFile(manifestPath, JSON.stringify(manifest, null, 2));
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: "netlify-edge",
|
|
114
|
-
url: import.meta.url
|
|
115
|
-
}
|
|
116
|
-
);
|
|
117
|
-
const netlifyStatic = defineNitroPreset(
|
|
118
|
-
{
|
|
119
|
-
extends: "static",
|
|
120
|
-
output: {
|
|
121
|
-
dir: "{{ rootDir }}/dist",
|
|
122
|
-
publicDir: "{{ rootDir }}/dist"
|
|
123
|
-
},
|
|
124
|
-
commands: {
|
|
125
|
-
preview: "npx serve ./"
|
|
126
|
-
},
|
|
127
|
-
hooks: {
|
|
128
|
-
"rollup:before": (nitro) => {
|
|
129
|
-
deprecateSWR(nitro);
|
|
130
|
-
},
|
|
131
|
-
async compiled(nitro) {
|
|
132
|
-
await writeHeaders(nitro);
|
|
133
|
-
await writeRedirects(nitro);
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
name: "netlify-static",
|
|
139
|
-
url: import.meta.url,
|
|
140
|
-
static: true
|
|
141
|
-
}
|
|
142
|
-
);
|
|
143
|
-
export default [netlify, netlifyBuilder, netlifyEdge, netlifyStatic];
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Object.assign(process.env, Deno.env.toObject());
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import "#nitro-internal-pollyfills";
|
|
2
|
-
import { useNitroApp } from "nitro/runtime";
|
|
3
|
-
import { isPublicAssetURL } from "#nitro-internal-virtual/public-assets";
|
|
4
|
-
const nitroApp = useNitroApp();
|
|
5
|
-
export default async function netlifyEdge(request, _context) {
|
|
6
|
-
const url = new URL(request.url);
|
|
7
|
-
if (isPublicAssetURL(url.pathname)) {
|
|
8
|
-
return;
|
|
9
|
-
}
|
|
10
|
-
if (!request.headers.has("x-forwarded-proto") && url.protocol === "https:") {
|
|
11
|
-
request.headers.set("x-forwarded-proto", "https");
|
|
12
|
-
}
|
|
13
|
-
let body;
|
|
14
|
-
if (request.body) {
|
|
15
|
-
body = await request.arrayBuffer();
|
|
16
|
-
}
|
|
17
|
-
return nitroApp.localFetch(url.pathname + url.search, {
|
|
18
|
-
host: url.hostname,
|
|
19
|
-
protocol: url.protocol,
|
|
20
|
-
headers: request.headers,
|
|
21
|
-
method: request.method,
|
|
22
|
-
redirect: request.redirect,
|
|
23
|
-
body
|
|
24
|
-
});
|
|
25
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import "#nitro-internal-pollyfills";
|
|
2
|
-
import { useNitroApp } from "nitro/runtime";
|
|
3
|
-
import {
|
|
4
|
-
normalizeCookieHeader,
|
|
5
|
-
normalizeLambdaIncomingHeaders,
|
|
6
|
-
normalizeLambdaOutgoingBody,
|
|
7
|
-
normalizeLambdaOutgoingHeaders
|
|
8
|
-
} from "nitro/runtime/internal";
|
|
9
|
-
import { withQuery } from "ufo";
|
|
10
|
-
const nitroApp = useNitroApp();
|
|
11
|
-
export async function lambda(event, context) {
|
|
12
|
-
const query = {
|
|
13
|
-
...event.queryStringParameters,
|
|
14
|
-
...event.multiValueQueryStringParameters
|
|
15
|
-
};
|
|
16
|
-
const url = withQuery(event.path, query);
|
|
17
|
-
const method = event.httpMethod || "get";
|
|
18
|
-
const r = await nitroApp.localCall({
|
|
19
|
-
event,
|
|
20
|
-
url,
|
|
21
|
-
context,
|
|
22
|
-
headers: normalizeLambdaIncomingHeaders(event.headers),
|
|
23
|
-
method,
|
|
24
|
-
query,
|
|
25
|
-
body: event.isBase64Encoded ? Buffer.from(event.body || "", "base64") : event.body
|
|
26
|
-
});
|
|
27
|
-
const cookies = normalizeCookieHeader(String(r.headers["set-cookie"]));
|
|
28
|
-
const awsBody = await normalizeLambdaOutgoingBody(r.body, r.headers);
|
|
29
|
-
return {
|
|
30
|
-
statusCode: r.status,
|
|
31
|
-
headers: normalizeLambdaOutgoingHeaders(r.headers, true),
|
|
32
|
-
body: awsBody.body,
|
|
33
|
-
isBase64Encoded: awsBody.type === "binary",
|
|
34
|
-
...cookies.length > 0 && {
|
|
35
|
-
multiValueHeaders: { "set-cookie": cookies }
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import "#nitro-internal-pollyfills";
|
|
2
|
-
import "./_deno-env-polyfill";
|
|
3
|
-
import { getRouteRulesForPath } from "nitro/runtime/internal";
|
|
4
|
-
import { withQuery } from "ufo";
|
|
5
|
-
import { lambda } from "./netlify-lambda.mjs";
|
|
6
|
-
export const handler = async function handler2(event, context) {
|
|
7
|
-
const query = {
|
|
8
|
-
...event.queryStringParameters,
|
|
9
|
-
...event.multiValueQueryStringParameters
|
|
10
|
-
};
|
|
11
|
-
const url = withQuery(event.path, query);
|
|
12
|
-
const routeRules = getRouteRulesForPath(url);
|
|
13
|
-
if (routeRules.isr) {
|
|
14
|
-
const builder = await import("@netlify/functions").then(
|
|
15
|
-
(r) => r.builder || r.default.builder
|
|
16
|
-
);
|
|
17
|
-
const ttl = typeof routeRules.isr === "number" ? routeRules.isr : false;
|
|
18
|
-
const builderHandler = ttl ? (event2, context2) => lambda(event2, context2).then((r) => ({ ...r, ttl })) : lambda;
|
|
19
|
-
return builder(builderHandler)(event, context);
|
|
20
|
-
}
|
|
21
|
-
return lambda(event, context);
|
|
22
|
-
};
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
import { existsSync, promises as fsp } from "node:fs";
|
|
2
|
-
import { join } from "pathe";
|
|
3
|
-
export async function writeRedirects(nitro) {
|
|
4
|
-
const redirectsPath = join(nitro.options.output.publicDir, "_redirects");
|
|
5
|
-
const staticFallback = existsSync(
|
|
6
|
-
join(nitro.options.output.publicDir, "404.html")
|
|
7
|
-
) ? "/* /404.html 404" : "";
|
|
8
|
-
let contents = nitro.options.static ? staticFallback : "/* /.netlify/functions/server 200";
|
|
9
|
-
const rules = Object.entries(nitro.options.routeRules).sort(
|
|
10
|
-
(a, b) => a[0].split(/\/(?!\*)/).length - b[0].split(/\/(?!\*)/).length
|
|
11
|
-
);
|
|
12
|
-
if (!nitro.options.static) {
|
|
13
|
-
for (const [key, value] of rules.filter(
|
|
14
|
-
([_, value2]) => value2.isr !== void 0
|
|
15
|
-
)) {
|
|
16
|
-
contents = value.isr ? `${key.replace("/**", "/*")} /.netlify/builders/server 200
|
|
17
|
-
` + contents : `${key.replace("/**", "/*")} /.netlify/functions/server 200
|
|
18
|
-
` + contents;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
for (const [key, routeRules] of rules.filter(
|
|
22
|
-
([_, routeRules2]) => routeRules2.redirect
|
|
23
|
-
)) {
|
|
24
|
-
let code = routeRules.redirect.statusCode;
|
|
25
|
-
if (code === 307) {
|
|
26
|
-
code = 302;
|
|
27
|
-
}
|
|
28
|
-
if (code === 308) {
|
|
29
|
-
code = 301;
|
|
30
|
-
}
|
|
31
|
-
contents = `${key.replace("/**", "/*")} ${routeRules.redirect.to.replace(
|
|
32
|
-
"/**",
|
|
33
|
-
"/:splat"
|
|
34
|
-
)} ${code}
|
|
35
|
-
` + contents;
|
|
36
|
-
}
|
|
37
|
-
if (existsSync(redirectsPath)) {
|
|
38
|
-
const currentRedirects = await fsp.readFile(redirectsPath, "utf8");
|
|
39
|
-
if (/^\/\* /m.test(currentRedirects)) {
|
|
40
|
-
nitro.logger.info(
|
|
41
|
-
"Not adding Nitro fallback to `_redirects` (as an existing fallback was found)."
|
|
42
|
-
);
|
|
43
|
-
return;
|
|
44
|
-
}
|
|
45
|
-
nitro.logger.info(
|
|
46
|
-
"Adding Nitro fallback to `_redirects` to handle all unmatched routes."
|
|
47
|
-
);
|
|
48
|
-
contents = currentRedirects + "\n" + contents;
|
|
49
|
-
}
|
|
50
|
-
await fsp.writeFile(redirectsPath, contents);
|
|
51
|
-
}
|
|
52
|
-
export async function writeHeaders(nitro) {
|
|
53
|
-
const headersPath = join(nitro.options.output.publicDir, "_headers");
|
|
54
|
-
let contents = "";
|
|
55
|
-
const rules = Object.entries(nitro.options.routeRules).sort(
|
|
56
|
-
(a, b) => b[0].split(/\/(?!\*)/).length - a[0].split(/\/(?!\*)/).length
|
|
57
|
-
);
|
|
58
|
-
for (const [path, routeRules] of rules.filter(
|
|
59
|
-
([_, routeRules2]) => routeRules2.headers
|
|
60
|
-
)) {
|
|
61
|
-
const headers = [
|
|
62
|
-
path.replace("/**", "/*"),
|
|
63
|
-
...Object.entries({ ...routeRules.headers }).map(
|
|
64
|
-
([header, value]) => ` ${header}: ${value}`
|
|
65
|
-
)
|
|
66
|
-
].join("\n");
|
|
67
|
-
contents += headers + "\n";
|
|
68
|
-
}
|
|
69
|
-
if (existsSync(headersPath)) {
|
|
70
|
-
const currentHeaders = await fsp.readFile(headersPath, "utf8");
|
|
71
|
-
if (/^\/\* /m.test(currentHeaders)) {
|
|
72
|
-
nitro.logger.info(
|
|
73
|
-
"Not adding Nitro fallback to `_headers` (as an existing fallback was found)."
|
|
74
|
-
);
|
|
75
|
-
return;
|
|
76
|
-
}
|
|
77
|
-
nitro.logger.info(
|
|
78
|
-
"Adding Nitro fallback to `_headers` to handle all unmatched routes."
|
|
79
|
-
);
|
|
80
|
-
contents = currentHeaders + "\n" + contents;
|
|
81
|
-
}
|
|
82
|
-
await fsp.writeFile(headersPath, contents);
|
|
83
|
-
}
|
|
84
|
-
export function deprecateSWR(nitro) {
|
|
85
|
-
if (nitro.options.future.nativeSWR) {
|
|
86
|
-
return;
|
|
87
|
-
}
|
|
88
|
-
let hasLegacyOptions = false;
|
|
89
|
-
for (const [key, value] of Object.entries(nitro.options.routeRules)) {
|
|
90
|
-
if (_hasProp(value, "isr")) {
|
|
91
|
-
continue;
|
|
92
|
-
}
|
|
93
|
-
if (value.cache === false) {
|
|
94
|
-
value.isr = false;
|
|
95
|
-
}
|
|
96
|
-
if (_hasProp(value, "static")) {
|
|
97
|
-
value.isr = !value.static;
|
|
98
|
-
hasLegacyOptions = true;
|
|
99
|
-
}
|
|
100
|
-
if (value?.cache && _hasProp(value.cache, "swr")) {
|
|
101
|
-
value.isr = value.cache.swr;
|
|
102
|
-
hasLegacyOptions = true;
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
if (hasLegacyOptions) {
|
|
106
|
-
console.warn(
|
|
107
|
-
"[nitro] Nitro now uses `isr` option to configure ISR behavior on Netlify. Backwards-compatible support for `static` and `swr` support with Builder Functions will be removed in the future versions. Set `future.nativeSWR: true` nitro config disable this warning."
|
|
108
|
-
);
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
function _hasProp(obj, prop) {
|
|
112
|
-
return obj && typeof obj === "object" && prop in obj;
|
|
113
|
-
}
|