@depup/nitro 3.0.260311-beta-depup.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +27 -0
- package/README.md +32 -0
- package/changes.json +14 -0
- package/dist/THIRD-PARTY-LICENSES.md +1646 -0
- package/dist/_build/common.mjs +29361 -0
- package/dist/_build/rolldown.mjs +173 -0
- package/dist/_build/rollup.mjs +194 -0
- package/dist/_build/vite.build.mjs +18 -0
- package/dist/_chunks/nitro.mjs +1159 -0
- package/dist/_chunks/nitro2.mjs +102 -0
- package/dist/_chunks/nitro3.mjs +129 -0
- package/dist/_chunks/utils.mjs +272 -0
- package/dist/_common.mjs +35 -0
- package/dist/_dev.d.mts +12 -0
- package/dist/_dev.mjs +519 -0
- package/dist/_libs/_.mjs +3 -0
- package/dist/_libs/_2.mjs +2 -0
- package/dist/_libs/_3.mjs +3 -0
- package/dist/_libs/_4.mjs +2 -0
- package/dist/_libs/_5.mjs +3 -0
- package/dist/_libs/_6.mjs +4 -0
- package/dist/_libs/_7.mjs +5 -0
- package/dist/_libs/c12+rc9.mjs +812 -0
- package/dist/_libs/c12+readdirp+chokidar.d.mts +230 -0
- package/dist/_libs/citty.mjs +361 -0
- package/dist/_libs/commondir+is-reference.mjs +1311 -0
- package/dist/_libs/compatx.d.mts +47 -0
- package/dist/_libs/compatx.mjs +45 -0
- package/dist/_libs/esbuild.d.mts +20 -0
- package/dist/_libs/escape-string-regexp.mjs +7 -0
- package/dist/_libs/estree+pluginutils.d.mts +241 -0
- package/dist/_libs/estree-walker.mjs +184 -0
- package/dist/_libs/exsolve.d.mts +1 -0
- package/dist/_libs/hasown+resolve+deepmerge.mjs +1949 -0
- package/dist/_libs/httpxy.d.mts +82 -0
- package/dist/_libs/httpxy.mjs +671 -0
- package/dist/_libs/js-tokens.d.mts +1 -0
- package/dist/_libs/klona.mjs +37 -0
- package/dist/_libs/magic-string.d.mts +220 -0
- package/dist/_libs/mlly.d.mts +57 -0
- package/dist/_libs/nypm+tinyexec.mjs +845 -0
- package/dist/_libs/perfect-debounce.mjs +88 -0
- package/dist/_libs/pkg-types.d.mts +23 -0
- package/dist/_libs/plugin-alias.mjs +64 -0
- package/dist/_libs/plugin-inject.mjs +131 -0
- package/dist/_libs/plugin-json.mjs +34 -0
- package/dist/_libs/pluginutils.mjs +646 -0
- package/dist/_libs/readdirp+chokidar.mjs +1606 -0
- package/dist/_libs/remapping.mjs +115 -0
- package/dist/_libs/resolve-uri+gen-mapping.mjs +442 -0
- package/dist/_libs/rou3.d.mts +44 -0
- package/dist/_libs/rou3.mjs +496 -0
- package/dist/_libs/std-env.d.mts +12 -0
- package/dist/_libs/strip-literal.d.mts +1 -0
- package/dist/_libs/tsconfck.mjs +813 -0
- package/dist/_libs/ultrahtml.mjs +127 -0
- package/dist/_libs/unimport+unplugin.mjs +1684 -0
- package/dist/_libs/unplugin+unimport.d.mts +423 -0
- package/dist/_libs/unwasm.d.mts +29 -0
- package/dist/_presets.mjs +1759 -0
- package/dist/builder.d.mts +64 -0
- package/dist/builder.mjs +15 -0
- package/dist/cli/_chunks/build.mjs +47 -0
- package/dist/cli/_chunks/common.mjs +14 -0
- package/dist/cli/_chunks/deploy.mjs +40 -0
- package/dist/cli/_chunks/dev.mjs +62 -0
- package/dist/cli/_chunks/docs.mjs +30 -0
- package/dist/cli/_chunks/list.mjs +25 -0
- package/dist/cli/_chunks/prepare.mjs +17 -0
- package/dist/cli/_chunks/preview.mjs +51 -0
- package/dist/cli/_chunks/run.mjs +53 -0
- package/dist/cli/_chunks/task.mjs +14 -0
- package/dist/cli/index.d.mts +1 -0
- package/dist/cli/index.mjs +22 -0
- package/dist/node_modules/@poppinss/colors/build/index.js +139 -0
- package/dist/node_modules/@poppinss/colors/package.json +118 -0
- package/dist/node_modules/@poppinss/dumper/build/chunk-26HALFTP.js +602 -0
- package/dist/node_modules/@poppinss/dumper/build/formatters/console/main.js +441 -0
- package/dist/node_modules/@poppinss/dumper/build/formatters/html/main.js +725 -0
- package/dist/node_modules/@poppinss/dumper/package.json +122 -0
- package/dist/node_modules/@poppinss/exception/build/index.js +44 -0
- package/dist/node_modules/@poppinss/exception/package.json +109 -0
- package/dist/node_modules/@sindresorhus/is/distribution/index.js +1354 -0
- package/dist/node_modules/@sindresorhus/is/distribution/utilities.js +3 -0
- package/dist/node_modules/@sindresorhus/is/package.json +81 -0
- package/dist/node_modules/@speed-highlight/core/dist/index.js +4 -0
- package/dist/node_modules/@speed-highlight/core/dist/terminal.js +2 -0
- package/dist/node_modules/@speed-highlight/core/package.json +94 -0
- package/dist/node_modules/cookie-es/dist/index.mjs +262 -0
- package/dist/node_modules/cookie-es/package.json +37 -0
- package/dist/node_modules/croner/dist/croner.js +1 -0
- package/dist/node_modules/croner/package.json +73 -0
- package/dist/node_modules/defu/dist/defu.mjs +69 -0
- package/dist/node_modules/defu/package.json +43 -0
- package/dist/node_modules/destr/dist/index.mjs +72 -0
- package/dist/node_modules/destr/package.json +47 -0
- package/dist/node_modules/error-stack-parser-es/dist/index.mjs +38 -0
- package/dist/node_modules/error-stack-parser-es/dist/lite.mjs +167 -0
- package/dist/node_modules/error-stack-parser-es/package.json +83 -0
- package/dist/node_modules/get-port-please/dist/index.mjs +430 -0
- package/dist/node_modules/get-port-please/package.json +39 -0
- package/dist/node_modules/kleur/index.mjs +110 -0
- package/dist/node_modules/kleur/package.json +51 -0
- package/dist/node_modules/rendu/dist/index.mjs +380 -0
- package/dist/node_modules/rendu/package.json +47 -0
- package/dist/node_modules/scule/dist/index.mjs +80 -0
- package/dist/node_modules/scule/package.json +43 -0
- package/dist/node_modules/source-map/lib/array-set.js +100 -0
- package/dist/node_modules/source-map/lib/base64-vlq.js +94 -0
- package/dist/node_modules/source-map/lib/base64.js +19 -0
- package/dist/node_modules/source-map/lib/binary-search.js +113 -0
- package/dist/node_modules/source-map/lib/mapping-list.js +83 -0
- package/dist/node_modules/source-map/lib/mappings.wasm +0 -0
- package/dist/node_modules/source-map/lib/read-wasm.js +27 -0
- package/dist/node_modules/source-map/lib/source-map-consumer.js +1081 -0
- package/dist/node_modules/source-map/lib/source-map-generator.js +439 -0
- package/dist/node_modules/source-map/lib/source-node.js +430 -0
- package/dist/node_modules/source-map/lib/url.js +13 -0
- package/dist/node_modules/source-map/lib/util.js +444 -0
- package/dist/node_modules/source-map/lib/wasm.js +138 -0
- package/dist/node_modules/source-map/package.json +79 -0
- package/dist/node_modules/source-map/source-map.js +10 -0
- package/dist/node_modules/supports-color/index.js +202 -0
- package/dist/node_modules/supports-color/package.json +64 -0
- package/dist/node_modules/ufo/dist/index.mjs +645 -0
- package/dist/node_modules/ufo/package.json +48 -0
- package/dist/node_modules/unctx/dist/index.mjs +131 -0
- package/dist/node_modules/unctx/package.json +67 -0
- package/dist/node_modules/youch/build/helpers-B9BQYaS6.js +23 -0
- package/dist/node_modules/youch/build/index.js +212 -0
- package/dist/node_modules/youch/build/public/error_cause/style.css +5 -0
- package/dist/node_modules/youch/build/public/error_info/script.js +13 -0
- package/dist/node_modules/youch/build/public/error_info/style.css +145 -0
- package/dist/node_modules/youch/build/public/error_metadata/style.css +3 -0
- package/dist/node_modules/youch/build/public/error_stack/script.js +72 -0
- package/dist/node_modules/youch/build/public/error_stack/style.css +219 -0
- package/dist/node_modules/youch/build/public/error_stack_source/style.css +123 -0
- package/dist/node_modules/youch/build/public/header/script.js +14 -0
- package/dist/node_modules/youch/build/public/header/style.css +56 -0
- package/dist/node_modules/youch/build/public/layout/script.js +12 -0
- package/dist/node_modules/youch/build/public/layout/style.css +435 -0
- package/dist/node_modules/youch/build/public_dir-C5bujZKB.js +25 -0
- package/dist/node_modules/youch/build/src/templates/error_cause/main.js +44 -0
- package/dist/node_modules/youch/build/src/templates/error_info/main.js +72 -0
- package/dist/node_modules/youch/build/src/templates/error_metadata/main.js +65 -0
- package/dist/node_modules/youch/build/src/templates/error_stack/main.js +152 -0
- package/dist/node_modules/youch/build/src/templates/error_stack_source/main.js +46 -0
- package/dist/node_modules/youch/build/src/templates/header/main.js +24 -0
- package/dist/node_modules/youch/build/src/templates/layout/main.js +27 -0
- package/dist/node_modules/youch/package.json +135 -0
- package/dist/node_modules/youch-core/build/index.js +316 -0
- package/dist/node_modules/youch-core/package.json +124 -0
- package/dist/presets/_nitro/runtime/nitro-dev.mjs +20 -0
- package/dist/presets/_nitro/runtime/nitro-prerenderer.mjs +15 -0
- package/dist/presets/_nitro/runtime/service-worker.mjs +23 -0
- package/dist/presets/aws-amplify/runtime/aws-amplify.mjs +14 -0
- package/dist/presets/aws-lambda/runtime/_utils.mjs +116 -0
- package/dist/presets/aws-lambda/runtime/aws-lambda-streaming.mjs +31 -0
- package/dist/presets/aws-lambda/runtime/aws-lambda.mjs +13 -0
- package/dist/presets/azure/runtime/_utils.mjs +50 -0
- package/dist/presets/azure/runtime/azure-swa.mjs +30 -0
- package/dist/presets/bun/runtime/bun.mjs +40 -0
- package/dist/presets/cloudflare/runtime/_module-handler.mjs +87 -0
- package/dist/presets/cloudflare/runtime/cloudflare-durable.mjs +72 -0
- package/dist/presets/cloudflare/runtime/cloudflare-module.mjs +17 -0
- package/dist/presets/cloudflare/runtime/cloudflare-pages.mjs +39 -0
- package/dist/presets/cloudflare/runtime/plugin.dev.mjs +96 -0
- package/dist/presets/cloudflare/runtime/shims/workers.dev.mjs +27 -0
- package/dist/presets/deno/runtime/deno-deploy.mjs +19 -0
- package/dist/presets/deno/runtime/deno-server.mjs +39 -0
- package/dist/presets/netlify/runtime/netlify-edge.mjs +20 -0
- package/dist/presets/netlify/runtime/netlify.mjs +20 -0
- package/dist/presets/node/runtime/node-cluster.mjs +54 -0
- package/dist/presets/node/runtime/node-middleware.mjs +14 -0
- package/dist/presets/node/runtime/node-server.mjs +47 -0
- package/dist/presets/standard/runtime/server.mjs +4 -0
- package/dist/presets/stormkit/runtime/stormkit.mjs +27 -0
- package/dist/presets/vercel/runtime/cron-handler.mjs +25 -0
- package/dist/presets/vercel/runtime/isr.mjs +19 -0
- package/dist/presets/vercel/runtime/vercel.node.mjs +24 -0
- package/dist/presets/vercel/runtime/vercel.web.mjs +23 -0
- package/dist/presets/winterjs/runtime/winterjs.mjs +91 -0
- package/dist/presets/zeabur/runtime/zeabur.mjs +4 -0
- package/dist/presets/zephyr/runtime/server.mjs +3 -0
- package/dist/runtime/app.d.mts +1 -0
- package/dist/runtime/app.mjs +1 -0
- package/dist/runtime/cache.d.mts +1 -0
- package/dist/runtime/cache.mjs +1 -0
- package/dist/runtime/config.d.mts +3 -0
- package/dist/runtime/config.mjs +4 -0
- package/dist/runtime/context.d.mts +1 -0
- package/dist/runtime/context.mjs +1 -0
- package/dist/runtime/database.d.mts +1 -0
- package/dist/runtime/database.mjs +1 -0
- package/dist/runtime/internal/app.d.mts +16 -0
- package/dist/runtime/internal/app.mjs +208 -0
- package/dist/runtime/internal/cache.d.mts +7 -0
- package/dist/runtime/internal/cache.mjs +41 -0
- package/dist/runtime/internal/context.d.mts +14 -0
- package/dist/runtime/internal/context.mjs +24 -0
- package/dist/runtime/internal/database.d.mts +2 -0
- package/dist/runtime/internal/database.mjs +12 -0
- package/dist/runtime/internal/empty.mjs +0 -0
- package/dist/runtime/internal/error/dev.d.mts +10 -0
- package/dist/runtime/internal/error/dev.mjs +121 -0
- package/dist/runtime/internal/error/hooks.d.mts +1 -0
- package/dist/runtime/internal/error/hooks.mjs +9 -0
- package/dist/runtime/internal/error/prod.d.mts +6 -0
- package/dist/runtime/internal/error/prod.mjs +40 -0
- package/dist/runtime/internal/error/utils.d.mts +8 -0
- package/dist/runtime/internal/error/utils.mjs +3 -0
- package/dist/runtime/internal/meta.d.mts +2 -0
- package/dist/runtime/internal/meta.mjs +3 -0
- package/dist/runtime/internal/plugin.d.mts +3 -0
- package/dist/runtime/internal/plugin.mjs +4 -0
- package/dist/runtime/internal/route-rules.d.mts +9 -0
- package/dist/runtime/internal/route-rules.mjs +72 -0
- package/dist/runtime/internal/routes/dev-tasks.d.mts +3 -0
- package/dist/runtime/internal/routes/dev-tasks.mjs +25 -0
- package/dist/runtime/internal/routes/openapi.d.mts +3 -0
- package/dist/runtime/internal/routes/openapi.mjs +94 -0
- package/dist/runtime/internal/routes/renderer-template.d.mts +2 -0
- package/dist/runtime/internal/routes/renderer-template.dev.d.mts +3 -0
- package/dist/runtime/internal/routes/renderer-template.dev.mjs +19 -0
- package/dist/runtime/internal/routes/renderer-template.mjs +4 -0
- package/dist/runtime/internal/routes/scalar.d.mts +3 -0
- package/dist/runtime/internal/routes/scalar.mjs +193 -0
- package/dist/runtime/internal/routes/swagger.d.mts +3 -0
- package/dist/runtime/internal/routes/swagger.mjs +42 -0
- package/dist/runtime/internal/runtime-config.d.mts +9 -0
- package/dist/runtime/internal/runtime-config.mjs +54 -0
- package/dist/runtime/internal/static.d.mts +3 -0
- package/dist/runtime/internal/static.mjs +67 -0
- package/dist/runtime/internal/storage.d.mts +2 -0
- package/dist/runtime/internal/storage.mjs +6 -0
- package/dist/runtime/internal/task.d.mts +19 -0
- package/dist/runtime/internal/task.mjs +69 -0
- package/dist/runtime/internal/vite/dev-entry.mjs +18 -0
- package/dist/runtime/internal/vite/dev-worker.mjs +264 -0
- package/dist/runtime/internal/vite/ssr-renderer.mjs +6 -0
- package/dist/runtime/meta.d.mts +5 -0
- package/dist/runtime/meta.mjs +27 -0
- package/dist/runtime/nitro.d.mts +11 -0
- package/dist/runtime/nitro.mjs +34 -0
- package/dist/runtime/runtime-config.d.mts +1 -0
- package/dist/runtime/runtime-config.mjs +1 -0
- package/dist/runtime/storage.d.mts +1 -0
- package/dist/runtime/storage.mjs +1 -0
- package/dist/runtime/task.d.mts +1 -0
- package/dist/runtime/task.mjs +1 -0
- package/dist/runtime/virtual/_runtime_warn.d.mts +1 -0
- package/dist/runtime/virtual/_runtime_warn.mjs +5 -0
- package/dist/runtime/virtual/database.d.mts +8 -0
- package/dist/runtime/virtual/database.mjs +2 -0
- package/dist/runtime/virtual/error-handler.d.mts +6 -0
- package/dist/runtime/virtual/error-handler.mjs +9 -0
- package/dist/runtime/virtual/feature-flags.d.mts +7 -0
- package/dist/runtime/virtual/feature-flags.mjs +7 -0
- package/dist/runtime/virtual/plugins.d.mts +3 -0
- package/dist/runtime/virtual/plugins.mjs +2 -0
- package/dist/runtime/virtual/polyfills.d.mts +3 -0
- package/dist/runtime/virtual/polyfills.mjs +2 -0
- package/dist/runtime/virtual/public-assets.d.mts +9 -0
- package/dist/runtime/virtual/public-assets.mjs +8 -0
- package/dist/runtime/virtual/renderer-template.d.mts +4 -0
- package/dist/runtime/virtual/renderer-template.mjs +7 -0
- package/dist/runtime/virtual/routing-meta.d.mts +7 -0
- package/dist/runtime/virtual/routing-meta.mjs +2 -0
- package/dist/runtime/virtual/routing.d.mts +8 -0
- package/dist/runtime/virtual/routing.mjs +11 -0
- package/dist/runtime/virtual/runtime-config.d.mts +3 -0
- package/dist/runtime/virtual/runtime-config.mjs +5 -0
- package/dist/runtime/virtual/server-assets.d.mts +7 -0
- package/dist/runtime/virtual/server-assets.mjs +12 -0
- package/dist/runtime/virtual/storage.d.mts +3 -0
- package/dist/runtime/virtual/storage.mjs +5 -0
- package/dist/runtime/virtual/tasks.d.mts +10 -0
- package/dist/runtime/virtual/tasks.mjs +3 -0
- package/dist/runtime/vite.d.mts +8 -0
- package/dist/runtime/vite.mjs +9 -0
- package/dist/types/index.d.mts +3010 -0
- package/dist/types/index.mjs +1 -0
- package/dist/vite.d.mts +52 -0
- package/dist/vite.mjs +740 -0
- package/lib/h3.d.mts +1 -0
- package/lib/h3.mjs +1 -0
- package/lib/tsconfig.json +27 -0
- package/lib/vite.types.d.mts +26 -0
- package/lib/vite.types.mjs +2 -0
- package/package.json +256 -0
- package/skills/nitro/SKILL.md +10 -0
- package/skills/nitro/docs/TOC.md +83 -0
- package/skills/nitro/docs/_navigation.json +679 -0
- package/skills/nitro/docs/config/index.md +1147 -0
- package/skills/nitro/docs/deploy/index.md +64 -0
- package/skills/nitro/docs/deploy/providers/alwaysdata.md +50 -0
- package/skills/nitro/docs/deploy/providers/aws-amplify.md +81 -0
- package/skills/nitro/docs/deploy/providers/aws.md +47 -0
- package/skills/nitro/docs/deploy/providers/azure.md +72 -0
- package/skills/nitro/docs/deploy/providers/cleavr.md +33 -0
- package/skills/nitro/docs/deploy/providers/cloudflare.md +375 -0
- package/skills/nitro/docs/deploy/providers/deno-deploy.md +66 -0
- package/skills/nitro/docs/deploy/providers/digitalocean.md +46 -0
- package/skills/nitro/docs/deploy/providers/firebase.md +32 -0
- package/skills/nitro/docs/deploy/providers/flightcontrol.md +67 -0
- package/skills/nitro/docs/deploy/providers/genezio.md +67 -0
- package/skills/nitro/docs/deploy/providers/github-pages.md +68 -0
- package/skills/nitro/docs/deploy/providers/gitlab-pages.md +37 -0
- package/skills/nitro/docs/deploy/providers/heroku.md +84 -0
- package/skills/nitro/docs/deploy/providers/iis.md +38 -0
- package/skills/nitro/docs/deploy/providers/koyeb.md +109 -0
- package/skills/nitro/docs/deploy/providers/netlify.md +47 -0
- package/skills/nitro/docs/deploy/providers/platform-sh.md +37 -0
- package/skills/nitro/docs/deploy/providers/render.md +37 -0
- package/skills/nitro/docs/deploy/providers/stormkit.md +24 -0
- package/skills/nitro/docs/deploy/providers/vercel.md +179 -0
- package/skills/nitro/docs/deploy/providers/zeabur.md +19 -0
- package/skills/nitro/docs/deploy/providers/zephyr.md +99 -0
- package/skills/nitro/docs/deploy/providers/zerops.md +102 -0
- package/skills/nitro/docs/deploy/runtimes/bun.md +15 -0
- package/skills/nitro/docs/deploy/runtimes/deno.md +19 -0
- package/skills/nitro/docs/deploy/runtimes/node.md +63 -0
- package/skills/nitro/docs/docs/assets.md +166 -0
- package/skills/nitro/docs/docs/cache.md +408 -0
- package/skills/nitro/docs/docs/configuration.md +256 -0
- package/skills/nitro/docs/docs/database.md +185 -0
- package/skills/nitro/docs/docs/index.md +56 -0
- package/skills/nitro/docs/docs/lifecycle.md +204 -0
- package/skills/nitro/docs/docs/migration.md +215 -0
- package/skills/nitro/docs/docs/nightly.md +31 -0
- package/skills/nitro/docs/docs/plugins.md +164 -0
- package/skills/nitro/docs/docs/quick-start.md +110 -0
- package/skills/nitro/docs/docs/renderer.md +322 -0
- package/skills/nitro/docs/docs/routing.md +711 -0
- package/skills/nitro/docs/docs/server-entry.md +239 -0
- package/skills/nitro/docs/docs/storage.md +261 -0
- package/skills/nitro/docs/docs/tasks.md +277 -0
- package/skills/nitro/docs/examples/api-routes.md +145 -0
- package/skills/nitro/docs/examples/auto-imports.md +93 -0
- package/skills/nitro/docs/examples/cached-handler.md +81 -0
- package/skills/nitro/docs/examples/custom-error-handler.md +98 -0
- package/skills/nitro/docs/examples/database.md +157 -0
- package/skills/nitro/docs/examples/elysia.md +70 -0
- package/skills/nitro/docs/examples/express.md +78 -0
- package/skills/nitro/docs/examples/fastify.md +79 -0
- package/skills/nitro/docs/examples/hello-world.md +68 -0
- package/skills/nitro/docs/examples/hono.md +74 -0
- package/skills/nitro/docs/examples/import-alias.md +100 -0
- package/skills/nitro/docs/examples/index.md +3 -0
- package/skills/nitro/docs/examples/middleware.md +91 -0
- package/skills/nitro/docs/examples/mono-jsx.md +68 -0
- package/skills/nitro/docs/examples/nano-jsx.md +70 -0
- package/skills/nitro/docs/examples/plugins.md +91 -0
- package/skills/nitro/docs/examples/renderer.md +113 -0
- package/skills/nitro/docs/examples/runtime-config.md +97 -0
- package/skills/nitro/docs/examples/server-fetch.md +87 -0
- package/skills/nitro/docs/examples/shiki.md +198 -0
- package/skills/nitro/docs/examples/virtual-routes.md +74 -0
- package/skills/nitro/docs/examples/vite-nitro-plugin.md +79 -0
- package/skills/nitro/docs/examples/vite-rsc.md +1041 -0
- package/skills/nitro/docs/examples/vite-ssr-html.md +217 -0
- package/skills/nitro/docs/examples/vite-ssr-preact.md +247 -0
- package/skills/nitro/docs/examples/vite-ssr-react.md +226 -0
- package/skills/nitro/docs/examples/vite-ssr-solid.md +256 -0
- package/skills/nitro/docs/examples/vite-ssr-tsr-react.md +442 -0
- package/skills/nitro/docs/examples/vite-ssr-tss-react.md +444 -0
- package/skills/nitro/docs/examples/vite-ssr-vue-router.md +616 -0
- package/skills/nitro/docs/examples/vite-trpc.md +335 -0
- package/skills/nitro/docs/examples/websocket.md +282 -0
- package/skills/nitro/docs/index.md +121 -0
package/dist/_dev.mjs
ADDED
|
@@ -0,0 +1,519 @@
|
|
|
1
|
+
import { A as src_default, H as v, V as m, ct as join$1, dt as resolve$1, g as writeDevBuildInfo, ot as extname$1 } from "./_build/common.mjs";
|
|
2
|
+
import { n as watch$1 } from "./_libs/readdirp+chokidar.mjs";
|
|
3
|
+
import { t as debounce } from "./_libs/perfect-debounce.mjs";
|
|
4
|
+
import { t as createProxyServer } from "./_libs/httpxy.mjs";
|
|
5
|
+
import consola from "consola";
|
|
6
|
+
import { createReadStream } from "node:fs";
|
|
7
|
+
import { readFile, stat as stat$1 } from "node:fs/promises";
|
|
8
|
+
import { dirname, resolve } from "node:path";
|
|
9
|
+
import { joinURL } from "ufo";
|
|
10
|
+
import { createBrotliCompress, createGzip } from "node:zlib";
|
|
11
|
+
import { RunnerManager, loadRunner } from "env-runner";
|
|
12
|
+
import { H3, HTTPError, defineHandler, fromNodeHandler, getRequestIP, getRequestURL, serveStatic, toEventHandler } from "h3";
|
|
13
|
+
import { serve } from "srvx/node";
|
|
14
|
+
import { FastResponse } from "srvx";
|
|
15
|
+
//#region src/dev/vfs.ts
|
|
16
|
+
function createVFSHandler(nitro) {
|
|
17
|
+
return defineHandler(async (event) => {
|
|
18
|
+
const { socket } = event.runtime?.node?.req || {};
|
|
19
|
+
const ip = getRequestIP(event, { xForwardedFor: !socket?.remoteAddress && !socket?.localAddress && Object.keys(socket?.address?.() || {}).length === 0 && socket?.readable && socket?.writable && !socket?.remotePort });
|
|
20
|
+
if (!(ip && /^::1$|^127\.\d+\.\d+\.\d+$/.test(ip))) throw new HTTPError({
|
|
21
|
+
statusText: `Forbidden IP: "${ip || "?"}"`,
|
|
22
|
+
status: 403
|
|
23
|
+
});
|
|
24
|
+
const url = event.context.params?._ || "";
|
|
25
|
+
const isJson = url.endsWith(".json") || event.req.headers.get("accept")?.includes("application/json");
|
|
26
|
+
const id = decodeURIComponent(url.replace(/^(\.json)?\/?/, "") || "");
|
|
27
|
+
if (id && !nitro.vfs.has(id)) throw new HTTPError({
|
|
28
|
+
message: "File not found",
|
|
29
|
+
status: 404
|
|
30
|
+
});
|
|
31
|
+
const content = id ? await nitro.vfs.get(id)?.render() : void 0;
|
|
32
|
+
if (isJson) return {
|
|
33
|
+
rootDir: nitro.options.rootDir,
|
|
34
|
+
entries: [...nitro.vfs.keys()].map((id) => ({
|
|
35
|
+
id,
|
|
36
|
+
path: "/_vfs.json/" + encodeURIComponent(id)
|
|
37
|
+
})),
|
|
38
|
+
current: id ? {
|
|
39
|
+
id,
|
|
40
|
+
content
|
|
41
|
+
} : null
|
|
42
|
+
};
|
|
43
|
+
const directories = { [nitro.options.rootDir]: {} };
|
|
44
|
+
const fpaths = [...nitro.vfs.keys()];
|
|
45
|
+
for (const item of fpaths) {
|
|
46
|
+
const segments = item.replace(nitro.options.rootDir, "").split("/").filter(Boolean);
|
|
47
|
+
let currentDir = item.startsWith(nitro.options.rootDir) ? directories[nitro.options.rootDir] : directories;
|
|
48
|
+
for (const segment of segments) {
|
|
49
|
+
if (!currentDir[segment]) currentDir[segment] = {};
|
|
50
|
+
currentDir = currentDir[segment];
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
const generateHTML = (directory, path = []) => Object.entries(directory).map(([fname, value = {}]) => {
|
|
54
|
+
const subpath = [...path, fname];
|
|
55
|
+
const key = subpath.join("/");
|
|
56
|
+
const encodedUrl = encodeURIComponent(key);
|
|
57
|
+
const linkClass = url === `/${encodedUrl}` ? "bg-gray-700 text-white" : "hover:bg-gray-800 text-gray-200";
|
|
58
|
+
return Object.keys(value).length === 0 ? `
|
|
59
|
+
<li class="flex flex-nowrap">
|
|
60
|
+
<a href="/_vfs/${encodedUrl}" class="w-full text-sm px-2 py-1 border-b border-gray-10 ${linkClass}">
|
|
61
|
+
${fname}
|
|
62
|
+
</a>
|
|
63
|
+
</li>
|
|
64
|
+
` : `
|
|
65
|
+
<li>
|
|
66
|
+
<details ${url.startsWith(`/${encodedUrl}`) ? "open" : ""}>
|
|
67
|
+
<summary class="w-full text-sm px-2 py-1 border-b border-gray-10 hover:bg-gray-800 text-gray-200">
|
|
68
|
+
${fname}
|
|
69
|
+
</summary>
|
|
70
|
+
<ul class="ml-4">
|
|
71
|
+
${generateHTML(value, subpath)}
|
|
72
|
+
</ul>
|
|
73
|
+
</details>
|
|
74
|
+
</li>
|
|
75
|
+
`;
|
|
76
|
+
}).join("");
|
|
77
|
+
const rootDirectory = directories[nitro.options.rootDir];
|
|
78
|
+
delete directories[nitro.options.rootDir];
|
|
79
|
+
const files = `
|
|
80
|
+
<div class="h-full overflow-auto border-r border-gray:10">
|
|
81
|
+
<p class="text-white text-bold text-center py-1 opacity-50">Virtual Files</p>
|
|
82
|
+
<ul class="flex flex-col">${generateHTML(rootDirectory, [nitro.options.rootDir]) + generateHTML(directories)}</ul>
|
|
83
|
+
</div>
|
|
84
|
+
`;
|
|
85
|
+
const file = id ? editorTemplate({
|
|
86
|
+
readOnly: true,
|
|
87
|
+
language: id.endsWith("html") ? "html" : "javascript",
|
|
88
|
+
theme: "vs-dark",
|
|
89
|
+
value: content,
|
|
90
|
+
wordWrap: "wordWrapColumn",
|
|
91
|
+
wordWrapColumn: 80
|
|
92
|
+
}) : `
|
|
93
|
+
<div class="w-full h-full flex opacity-50">
|
|
94
|
+
<h1 class="text-white m-auto">Select a virtual file to inspect</h1>
|
|
95
|
+
</div>
|
|
96
|
+
`;
|
|
97
|
+
event.res.headers.set("Content-Type", "text/html; charset=utf-8");
|
|
98
|
+
return `
|
|
99
|
+
<!doctype html>
|
|
100
|
+
<html>
|
|
101
|
+
<head>
|
|
102
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@unocss/reset/tailwind.min.css" />
|
|
103
|
+
<link rel="stylesheet" data-name="vs/editor/editor.main" href="${vsUrl}/editor/editor.main.min.css">
|
|
104
|
+
<script src="https://cdn.jsdelivr.net/npm/@unocss/runtime"><\/script>
|
|
105
|
+
<style>
|
|
106
|
+
html {
|
|
107
|
+
background: #1E1E1E;
|
|
108
|
+
color: white;
|
|
109
|
+
}
|
|
110
|
+
[un-cloak] {
|
|
111
|
+
display: none;
|
|
112
|
+
}
|
|
113
|
+
</style>
|
|
114
|
+
</head>
|
|
115
|
+
<body class="bg-[#1E1E1E]">
|
|
116
|
+
<div un-cloak class="h-screen grid grid-cols-[300px_1fr]">
|
|
117
|
+
${files}
|
|
118
|
+
${file}
|
|
119
|
+
</div>
|
|
120
|
+
</body>
|
|
121
|
+
</html>`;
|
|
122
|
+
});
|
|
123
|
+
}
|
|
124
|
+
const monacoUrl = `https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.30.0/min`;
|
|
125
|
+
const vsUrl = `${monacoUrl}/vs`;
|
|
126
|
+
const editorTemplate = (options) => `
|
|
127
|
+
<div id="editor" class="min-h-screen w-full h-full"></div>
|
|
128
|
+
<script src="${vsUrl}/loader.min.js"><\/script>
|
|
129
|
+
<script>
|
|
130
|
+
require.config({ paths: { vs: '${vsUrl}' } })
|
|
131
|
+
|
|
132
|
+
const proxy = URL.createObjectURL(new Blob([\`
|
|
133
|
+
self.MonacoEnvironment = { baseUrl: '${monacoUrl}' }
|
|
134
|
+
importScripts('${vsUrl}/base/worker/workerMain.min.js')
|
|
135
|
+
\`], { type: 'text/javascript' }))
|
|
136
|
+
window.MonacoEnvironment = { getWorkerUrl: () => proxy }
|
|
137
|
+
|
|
138
|
+
setTimeout(() => {
|
|
139
|
+
require(['vs/editor/editor.main'], function () {
|
|
140
|
+
monaco.editor.create(document.getElementById('editor'), ${JSON.stringify(options)})
|
|
141
|
+
})
|
|
142
|
+
}, 0);
|
|
143
|
+
<\/script>
|
|
144
|
+
`;
|
|
145
|
+
//#endregion
|
|
146
|
+
//#region src/runtime/internal/error/utils.ts
|
|
147
|
+
function defineNitroErrorHandler(handler) {
|
|
148
|
+
return handler;
|
|
149
|
+
}
|
|
150
|
+
//#endregion
|
|
151
|
+
//#region src/runtime/internal/error/dev.ts
|
|
152
|
+
const errorHandler = defineNitroErrorHandler(async function defaultNitroErrorHandler(error, event) {
|
|
153
|
+
const res = await defaultHandler(error, event);
|
|
154
|
+
return new FastResponse(typeof res.body === "string" ? res.body : JSON.stringify(res.body, null, 2), res);
|
|
155
|
+
});
|
|
156
|
+
async function defaultHandler(error, event, opts) {
|
|
157
|
+
const unhandled = error.unhandled ?? !HTTPError.isError(error);
|
|
158
|
+
const { status = 500, statusText = "" } = unhandled ? {} : error;
|
|
159
|
+
const url = getRequestURL(event, {
|
|
160
|
+
xForwardedHost: true,
|
|
161
|
+
xForwardedProto: true
|
|
162
|
+
});
|
|
163
|
+
if (status === 404) {
|
|
164
|
+
const baseURL = import.meta.baseURL || "/";
|
|
165
|
+
if (/^\/[^/]/.test(baseURL) && !url.pathname.startsWith(baseURL)) return {
|
|
166
|
+
status: 302,
|
|
167
|
+
statusText: "Found",
|
|
168
|
+
headers: new Headers({ location: `${baseURL}${url.pathname.slice(1)}${url.search}` }),
|
|
169
|
+
body: `Redirecting...`
|
|
170
|
+
};
|
|
171
|
+
}
|
|
172
|
+
await loadStackTrace(error).catch(consola.error);
|
|
173
|
+
const { Youch } = await import("youch");
|
|
174
|
+
const youch = new Youch();
|
|
175
|
+
if (unhandled && !opts?.silent) {
|
|
176
|
+
const ansiError = (await youch.toANSI(error)).replaceAll(process.cwd(), ".");
|
|
177
|
+
consola.error(`[request error] [${event.req.method}] ${url}\n\n`, ansiError);
|
|
178
|
+
}
|
|
179
|
+
const useJSON = opts?.json ?? !event.req.headers.get("accept")?.includes("text/html");
|
|
180
|
+
const headers = new Headers(unhandled ? {} : error.headers);
|
|
181
|
+
if (useJSON) {
|
|
182
|
+
headers.set("Content-Type", "application/json; charset=utf-8");
|
|
183
|
+
const jsonBody = typeof error.toJSON === "function" ? error.toJSON() : {
|
|
184
|
+
status,
|
|
185
|
+
statusText,
|
|
186
|
+
message: error.message
|
|
187
|
+
};
|
|
188
|
+
return {
|
|
189
|
+
status,
|
|
190
|
+
statusText,
|
|
191
|
+
headers,
|
|
192
|
+
body: {
|
|
193
|
+
error: true,
|
|
194
|
+
stack: error.stack?.split("\n").map((line) => line.trim()),
|
|
195
|
+
...jsonBody
|
|
196
|
+
}
|
|
197
|
+
};
|
|
198
|
+
}
|
|
199
|
+
headers.set("Content-Type", "text/html; charset=utf-8");
|
|
200
|
+
return {
|
|
201
|
+
status,
|
|
202
|
+
statusText: unhandled ? "" : error.statusText,
|
|
203
|
+
headers,
|
|
204
|
+
body: await youch.toHTML(error, { request: {
|
|
205
|
+
url: url.href,
|
|
206
|
+
method: event.req.method,
|
|
207
|
+
headers: Object.fromEntries(event.req.headers.entries())
|
|
208
|
+
} })
|
|
209
|
+
};
|
|
210
|
+
}
|
|
211
|
+
async function loadStackTrace(error) {
|
|
212
|
+
if (!(error instanceof Error)) return;
|
|
213
|
+
const { ErrorParser } = await import("youch-core");
|
|
214
|
+
const parsed = await new ErrorParser().defineSourceLoader(sourceLoader).parse(error);
|
|
215
|
+
const stack = error.message + "\n" + parsed.frames.map((frame) => fmtFrame(frame)).join("\n");
|
|
216
|
+
Object.defineProperty(error, "stack", { value: stack });
|
|
217
|
+
if (error.cause) await loadStackTrace(error.cause).catch(consola.error);
|
|
218
|
+
}
|
|
219
|
+
async function sourceLoader(frame) {
|
|
220
|
+
if (!frame.fileName || frame.fileType !== "fs" || frame.type === "native") return;
|
|
221
|
+
if (frame.type === "app") {
|
|
222
|
+
const rawSourceMap = await readFile(`${frame.fileName}.map`, "utf8").catch(() => {});
|
|
223
|
+
if (rawSourceMap) {
|
|
224
|
+
const { SourceMapConsumer } = await import("source-map");
|
|
225
|
+
const originalPosition = (await new SourceMapConsumer(rawSourceMap)).originalPositionFor({
|
|
226
|
+
line: frame.lineNumber,
|
|
227
|
+
column: frame.columnNumber
|
|
228
|
+
});
|
|
229
|
+
if (originalPosition.source && originalPosition.line) {
|
|
230
|
+
frame.fileName = resolve(dirname(frame.fileName), originalPosition.source);
|
|
231
|
+
frame.lineNumber = originalPosition.line;
|
|
232
|
+
frame.columnNumber = originalPosition.column || 0;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
const contents = await readFile(frame.fileName, "utf8").catch(() => {});
|
|
237
|
+
return contents ? { contents } : void 0;
|
|
238
|
+
}
|
|
239
|
+
function fmtFrame(frame) {
|
|
240
|
+
if (frame.type === "native") return frame.raw;
|
|
241
|
+
const src = `${frame.fileName || ""}:${frame.lineNumber}:${frame.columnNumber})`;
|
|
242
|
+
return frame.functionName ? `at ${frame.functionName} (${src}` : `at ${src}`;
|
|
243
|
+
}
|
|
244
|
+
//#endregion
|
|
245
|
+
//#region src/dev/app.ts
|
|
246
|
+
var NitroDevApp = class {
|
|
247
|
+
nitro;
|
|
248
|
+
fetch;
|
|
249
|
+
constructor(nitro, catchAllHandler) {
|
|
250
|
+
this.nitro = nitro;
|
|
251
|
+
const app = this.#createApp(catchAllHandler);
|
|
252
|
+
this.fetch = app.fetch.bind(app);
|
|
253
|
+
}
|
|
254
|
+
#createApp(catchAllHandler) {
|
|
255
|
+
const app = new H3({
|
|
256
|
+
debug: true,
|
|
257
|
+
onError: async (error, event) => {
|
|
258
|
+
const errorHandler$1 = this.nitro.options.devErrorHandler || errorHandler;
|
|
259
|
+
await loadStackTrace(error).catch(() => {});
|
|
260
|
+
return errorHandler$1(error, event, { defaultHandler });
|
|
261
|
+
}
|
|
262
|
+
});
|
|
263
|
+
for (const h of this.nitro.options.devHandlers) {
|
|
264
|
+
const handler = toEventHandler(h.handler);
|
|
265
|
+
if (!handler) {
|
|
266
|
+
this.nitro.logger.warn("Invalid dev handler:", h);
|
|
267
|
+
continue;
|
|
268
|
+
}
|
|
269
|
+
if (h.middleware || !h.route) if (h.route) app.use(h.route, handler, { method: h.method });
|
|
270
|
+
else app.use(handler, { method: h.method });
|
|
271
|
+
else app.on(h.method || "", h.route, handler, { meta: h.meta });
|
|
272
|
+
}
|
|
273
|
+
app.get("/_vfs/**", createVFSHandler(this.nitro));
|
|
274
|
+
for (const asset of this.nitro.options.publicAssets) {
|
|
275
|
+
const assetBase = joinURL(this.nitro.options.baseURL, asset.baseURL || "/");
|
|
276
|
+
app.use(joinURL(assetBase, "**"), (event) => serveStaticDir(event, {
|
|
277
|
+
dir: asset.dir,
|
|
278
|
+
base: assetBase,
|
|
279
|
+
fallthrough: asset.fallthrough
|
|
280
|
+
}));
|
|
281
|
+
}
|
|
282
|
+
const routes = Object.keys(this.nitro.options.devProxy).sort().reverse();
|
|
283
|
+
for (const route of routes) {
|
|
284
|
+
let opts = this.nitro.options.devProxy[route];
|
|
285
|
+
if (typeof opts === "string") opts = { target: opts };
|
|
286
|
+
const proxy = createHTTPProxy(opts);
|
|
287
|
+
app.all(route, proxy.handleEvent);
|
|
288
|
+
}
|
|
289
|
+
if (catchAllHandler) app.all("/**", catchAllHandler);
|
|
290
|
+
return app;
|
|
291
|
+
}
|
|
292
|
+
};
|
|
293
|
+
function serveStaticDir(event, opts) {
|
|
294
|
+
const dir = resolve$1(opts.dir) + "/";
|
|
295
|
+
const r = (id) => {
|
|
296
|
+
if (!id.startsWith(opts.base) || !extname$1(id)) return;
|
|
297
|
+
const resolved = join$1(dir, id.slice(opts.base.length));
|
|
298
|
+
if (resolved.startsWith(dir)) return resolved;
|
|
299
|
+
};
|
|
300
|
+
return serveStatic(event, {
|
|
301
|
+
fallthrough: opts.fallthrough,
|
|
302
|
+
getMeta: async (id) => {
|
|
303
|
+
const path = r(id);
|
|
304
|
+
if (!path) return;
|
|
305
|
+
const s = await stat$1(path).catch(() => null);
|
|
306
|
+
if (!s?.isFile()) return;
|
|
307
|
+
const ext = extname$1(path);
|
|
308
|
+
return {
|
|
309
|
+
size: s.size,
|
|
310
|
+
mtime: s.mtime,
|
|
311
|
+
type: src_default.getType(ext) || "application/octet-stream"
|
|
312
|
+
};
|
|
313
|
+
},
|
|
314
|
+
getContents(id) {
|
|
315
|
+
const path = r(id);
|
|
316
|
+
if (!path) return;
|
|
317
|
+
const stream = createReadStream(path);
|
|
318
|
+
const acceptEncoding = event.req.headers.get("accept-encoding") || "";
|
|
319
|
+
if (acceptEncoding.includes("br")) {
|
|
320
|
+
event.res.headers.set("Content-Encoding", "br");
|
|
321
|
+
event.res.headers.delete("Content-Length");
|
|
322
|
+
event.res.headers.set("Vary", "Accept-Encoding");
|
|
323
|
+
return stream.pipe(createBrotliCompress());
|
|
324
|
+
} else if (acceptEncoding.includes("gzip")) {
|
|
325
|
+
event.res.headers.set("Content-Encoding", "gzip");
|
|
326
|
+
event.res.headers.delete("Content-Length");
|
|
327
|
+
event.res.headers.set("Vary", "Accept-Encoding");
|
|
328
|
+
return stream.pipe(createGzip());
|
|
329
|
+
}
|
|
330
|
+
return stream;
|
|
331
|
+
}
|
|
332
|
+
});
|
|
333
|
+
}
|
|
334
|
+
function createHTTPProxy(defaults = {}) {
|
|
335
|
+
const proxy = createProxyServer({
|
|
336
|
+
xfwd: true,
|
|
337
|
+
...defaults
|
|
338
|
+
});
|
|
339
|
+
return {
|
|
340
|
+
proxy,
|
|
341
|
+
async handleEvent(event, opts) {
|
|
342
|
+
try {
|
|
343
|
+
return await fromNodeHandler((req, res) => {
|
|
344
|
+
return proxy.web(req, res, opts);
|
|
345
|
+
})(event);
|
|
346
|
+
} catch (error) {
|
|
347
|
+
event.res.headers.set("refresh", "3");
|
|
348
|
+
throw new HTTPError({
|
|
349
|
+
status: 503,
|
|
350
|
+
message: "Dev server is unavailable.",
|
|
351
|
+
cause: error
|
|
352
|
+
});
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
};
|
|
356
|
+
}
|
|
357
|
+
//#endregion
|
|
358
|
+
//#region src/dev/server.ts
|
|
359
|
+
function createDevServer(nitro) {
|
|
360
|
+
return new NitroDevServer(nitro);
|
|
361
|
+
}
|
|
362
|
+
var NitroDevServer = class NitroDevServer extends NitroDevApp {
|
|
363
|
+
#entry;
|
|
364
|
+
#workerData = {};
|
|
365
|
+
#listeners = [];
|
|
366
|
+
#watcher;
|
|
367
|
+
#manager;
|
|
368
|
+
#workerIdCtr = 0;
|
|
369
|
+
#workerError;
|
|
370
|
+
#workerRetries = 0;
|
|
371
|
+
#building = true;
|
|
372
|
+
#buildError;
|
|
373
|
+
#reloadPromise;
|
|
374
|
+
constructor(nitro) {
|
|
375
|
+
super(nitro, async (event) => {
|
|
376
|
+
if (this.#building) await this.#waitForBuild();
|
|
377
|
+
if (this.#reloadPromise) await this.#reloadPromise;
|
|
378
|
+
if (this.#buildError) return this.#generateError();
|
|
379
|
+
const response = await this.#manager.fetch(event.req);
|
|
380
|
+
if (response.status === 503 && !this.#manager.ready) return this.#generateError();
|
|
381
|
+
return response;
|
|
382
|
+
});
|
|
383
|
+
for (const key of Object.getOwnPropertyNames(NitroDevServer.prototype)) {
|
|
384
|
+
const value = this[key];
|
|
385
|
+
if (typeof value === "function" && key !== "constructor") this[key] = value.bind(this);
|
|
386
|
+
}
|
|
387
|
+
nitro.fetch = this.fetch.bind(this);
|
|
388
|
+
this.#entry = resolve$1(nitro.options.output.dir, nitro.options.output.serverDir, "index.mjs");
|
|
389
|
+
this.#manager = new RunnerManager();
|
|
390
|
+
this.#manager.onReady(async (_runner, addr) => {
|
|
391
|
+
this.#workerRetries = 0;
|
|
392
|
+
writeDevBuildInfo(this.nitro, addr).catch((error) => {
|
|
393
|
+
this.nitro.logger.warn(`Failed to write dev build info: ${error instanceof Error ? error.message : String(error)}`);
|
|
394
|
+
});
|
|
395
|
+
});
|
|
396
|
+
this.#manager.onClose((_runner, cause) => {
|
|
397
|
+
this.#workerError = cause;
|
|
398
|
+
if (this.#workerRetries++ < 3) {
|
|
399
|
+
this.nitro.logger.info("Restarting dev worker...", cause ? `Cause: ${cause}` : "");
|
|
400
|
+
this.reload();
|
|
401
|
+
} else this.nitro.logger.error("Dev worker failed after 3 retries.", cause ? `Last cause: ${cause}` : "");
|
|
402
|
+
});
|
|
403
|
+
nitro.hooks.hook("close", () => this.close());
|
|
404
|
+
nitro.hooks.hook("dev:start", () => {
|
|
405
|
+
this.#building = true;
|
|
406
|
+
this.#buildError = void 0;
|
|
407
|
+
});
|
|
408
|
+
nitro.hooks.hook("dev:reload", (payload) => {
|
|
409
|
+
this.#buildError = void 0;
|
|
410
|
+
this.#building = false;
|
|
411
|
+
if (payload?.entry) this.#entry = payload.entry;
|
|
412
|
+
if (payload?.workerData) this.#workerData = payload.workerData;
|
|
413
|
+
this.reload();
|
|
414
|
+
});
|
|
415
|
+
nitro.hooks.hook("dev:error", (cause) => {
|
|
416
|
+
this.#buildError = cause;
|
|
417
|
+
this.#building = false;
|
|
418
|
+
});
|
|
419
|
+
const devWatch = nitro.options.devServer.watch;
|
|
420
|
+
if (devWatch && devWatch.length > 0) {
|
|
421
|
+
const debouncedReload = debounce(() => this.reload());
|
|
422
|
+
this.#watcher = watch$1(devWatch, nitro.options.watchOptions);
|
|
423
|
+
this.#watcher.on("add", debouncedReload).on("change", debouncedReload);
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
async upgrade(req, socket, head) {
|
|
427
|
+
if (!this.#manager.upgrade) throw new HTTPError({
|
|
428
|
+
status: 501,
|
|
429
|
+
statusText: "Worker does not support upgrades."
|
|
430
|
+
});
|
|
431
|
+
return this.#manager.upgrade({ node: {
|
|
432
|
+
req,
|
|
433
|
+
socket,
|
|
434
|
+
head
|
|
435
|
+
} });
|
|
436
|
+
}
|
|
437
|
+
listen(opts) {
|
|
438
|
+
const server = serve({
|
|
439
|
+
...opts,
|
|
440
|
+
fetch: this.fetch,
|
|
441
|
+
gracefulShutdown: false
|
|
442
|
+
});
|
|
443
|
+
this.#listeners.push(server);
|
|
444
|
+
if (server.node?.server) server.node.server.on("upgrade", (req, sock, head) => this.upgrade(req, sock, head));
|
|
445
|
+
return server;
|
|
446
|
+
}
|
|
447
|
+
async close() {
|
|
448
|
+
await Promise.all([
|
|
449
|
+
Promise.all(this.#listeners.map((l) => l.close())).then(() => {
|
|
450
|
+
this.#listeners = [];
|
|
451
|
+
}),
|
|
452
|
+
this.#manager.close(),
|
|
453
|
+
Promise.resolve(this.#watcher?.close()).then(() => {
|
|
454
|
+
this.#watcher = void 0;
|
|
455
|
+
})
|
|
456
|
+
].map((p) => p.catch((error) => {
|
|
457
|
+
consola.error(error);
|
|
458
|
+
})));
|
|
459
|
+
}
|
|
460
|
+
reload() {
|
|
461
|
+
const nextReload = (this.#reloadPromise ?? Promise.resolve()).catch(() => {}).then(() => this.#reload());
|
|
462
|
+
this.#reloadPromise = nextReload.finally(() => {
|
|
463
|
+
if (this.#reloadPromise === nextReload) this.#reloadPromise = void 0;
|
|
464
|
+
});
|
|
465
|
+
}
|
|
466
|
+
async #reload() {
|
|
467
|
+
const runner = await loadRunner(this.nitro.options.devServer.runner || process.env.NITRO_DEV_RUNNER || "node-worker", {
|
|
468
|
+
name: `Nitro_${this.#workerIdCtr++}`,
|
|
469
|
+
data: {
|
|
470
|
+
entry: this.#entry,
|
|
471
|
+
...this.#workerData
|
|
472
|
+
}
|
|
473
|
+
});
|
|
474
|
+
await this.#manager.reload(runner);
|
|
475
|
+
}
|
|
476
|
+
sendMessage(message) {
|
|
477
|
+
this.#manager.sendMessage(message);
|
|
478
|
+
}
|
|
479
|
+
onMessage(listener) {
|
|
480
|
+
this.#manager.onMessage(listener);
|
|
481
|
+
}
|
|
482
|
+
offMessage(listener) {
|
|
483
|
+
this.#manager.offMessage(listener);
|
|
484
|
+
}
|
|
485
|
+
async #waitForBuild() {
|
|
486
|
+
const timeout = v || m ? 6e4 : 6e3;
|
|
487
|
+
await this.#manager.waitForReady(timeout);
|
|
488
|
+
}
|
|
489
|
+
#generateError() {
|
|
490
|
+
const error = this.#buildError || this.#workerError;
|
|
491
|
+
if (error) {
|
|
492
|
+
try {
|
|
493
|
+
error.unhandled = false;
|
|
494
|
+
let id = error.id || error.path;
|
|
495
|
+
if (id) {
|
|
496
|
+
const cause = error.errors?.[0];
|
|
497
|
+
const loc = error.location || error.loc || cause?.location || cause?.loc;
|
|
498
|
+
if (loc) id += `:${loc.line}:${loc.column}`;
|
|
499
|
+
error.stack = (error.stack || "").replace(/(^\s*at\s+.+)/m, ` at ${id}\n$1`);
|
|
500
|
+
}
|
|
501
|
+
} catch {}
|
|
502
|
+
return new HTTPError(error);
|
|
503
|
+
}
|
|
504
|
+
return new Response(JSON.stringify({
|
|
505
|
+
error: "Dev server is unavailable.",
|
|
506
|
+
hint: "Please reload the page and check the console for errors if the issue persists."
|
|
507
|
+
}, null, 2), {
|
|
508
|
+
status: 503,
|
|
509
|
+
statusText: "Dev server is unavailable",
|
|
510
|
+
headers: {
|
|
511
|
+
"Content-Type": "application/json",
|
|
512
|
+
"Cache-Control": "no-store",
|
|
513
|
+
Refresh: "3"
|
|
514
|
+
}
|
|
515
|
+
});
|
|
516
|
+
}
|
|
517
|
+
};
|
|
518
|
+
//#endregion
|
|
519
|
+
export { createDevServer as n, NitroDevApp as r, NitroDevServer as t };
|
package/dist/_libs/_.mjs
ADDED