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,131 @@
|
|
|
1
|
+
function createContext(opts = {}) {
|
|
2
|
+
let currentInstance;
|
|
3
|
+
let isSingleton = false;
|
|
4
|
+
const checkConflict = (instance) => {
|
|
5
|
+
if (currentInstance && currentInstance !== instance) {
|
|
6
|
+
throw new Error("Context conflict");
|
|
7
|
+
}
|
|
8
|
+
};
|
|
9
|
+
let als;
|
|
10
|
+
if (opts.asyncContext) {
|
|
11
|
+
const _AsyncLocalStorage = opts.AsyncLocalStorage || globalThis.AsyncLocalStorage;
|
|
12
|
+
if (_AsyncLocalStorage) {
|
|
13
|
+
als = new _AsyncLocalStorage();
|
|
14
|
+
} else {
|
|
15
|
+
console.warn("[unctx] `AsyncLocalStorage` is not provided.");
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
const _getCurrentInstance = () => {
|
|
19
|
+
if (als) {
|
|
20
|
+
const instance = als.getStore();
|
|
21
|
+
if (instance !== void 0) {
|
|
22
|
+
return instance;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
return currentInstance;
|
|
26
|
+
};
|
|
27
|
+
return {
|
|
28
|
+
use: () => {
|
|
29
|
+
const _instance = _getCurrentInstance();
|
|
30
|
+
if (_instance === void 0) {
|
|
31
|
+
throw new Error("Context is not available");
|
|
32
|
+
}
|
|
33
|
+
return _instance;
|
|
34
|
+
},
|
|
35
|
+
tryUse: () => {
|
|
36
|
+
return _getCurrentInstance();
|
|
37
|
+
},
|
|
38
|
+
set: (instance, replace) => {
|
|
39
|
+
if (!replace) {
|
|
40
|
+
checkConflict(instance);
|
|
41
|
+
}
|
|
42
|
+
currentInstance = instance;
|
|
43
|
+
isSingleton = true;
|
|
44
|
+
},
|
|
45
|
+
unset: () => {
|
|
46
|
+
currentInstance = void 0;
|
|
47
|
+
isSingleton = false;
|
|
48
|
+
},
|
|
49
|
+
call: (instance, callback) => {
|
|
50
|
+
checkConflict(instance);
|
|
51
|
+
currentInstance = instance;
|
|
52
|
+
try {
|
|
53
|
+
return als ? als.run(instance, callback) : callback();
|
|
54
|
+
} finally {
|
|
55
|
+
if (!isSingleton) {
|
|
56
|
+
currentInstance = void 0;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
async callAsync(instance, callback) {
|
|
61
|
+
currentInstance = instance;
|
|
62
|
+
const onRestore = () => {
|
|
63
|
+
currentInstance = instance;
|
|
64
|
+
};
|
|
65
|
+
const onLeave = () => currentInstance === instance ? onRestore : void 0;
|
|
66
|
+
asyncHandlers.add(onLeave);
|
|
67
|
+
try {
|
|
68
|
+
const r = als ? als.run(instance, callback) : callback();
|
|
69
|
+
if (!isSingleton) {
|
|
70
|
+
currentInstance = void 0;
|
|
71
|
+
}
|
|
72
|
+
return await r;
|
|
73
|
+
} finally {
|
|
74
|
+
asyncHandlers.delete(onLeave);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
function createNamespace(defaultOpts = {}) {
|
|
80
|
+
const contexts = {};
|
|
81
|
+
return {
|
|
82
|
+
get(key, opts = {}) {
|
|
83
|
+
if (!contexts[key]) {
|
|
84
|
+
contexts[key] = createContext({ ...defaultOpts, ...opts });
|
|
85
|
+
}
|
|
86
|
+
return contexts[key];
|
|
87
|
+
}
|
|
88
|
+
};
|
|
89
|
+
}
|
|
90
|
+
const _globalThis = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof global !== "undefined" ? global : typeof window !== "undefined" ? window : {};
|
|
91
|
+
const globalKey = "__unctx__";
|
|
92
|
+
const defaultNamespace = _globalThis[globalKey] || (_globalThis[globalKey] = createNamespace());
|
|
93
|
+
const getContext = (key, opts = {}) => defaultNamespace.get(key, opts);
|
|
94
|
+
const useContext = (key, opts = {}) => getContext(key, opts).use;
|
|
95
|
+
const asyncHandlersKey = "__unctx_async_handlers__";
|
|
96
|
+
const asyncHandlers = _globalThis[asyncHandlersKey] || (_globalThis[asyncHandlersKey] = /* @__PURE__ */ new Set());
|
|
97
|
+
function executeAsync(function_) {
|
|
98
|
+
const restores = [];
|
|
99
|
+
for (const leaveHandler of asyncHandlers) {
|
|
100
|
+
const restore2 = leaveHandler();
|
|
101
|
+
if (restore2) {
|
|
102
|
+
restores.push(restore2);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
const restore = () => {
|
|
106
|
+
for (const restore2 of restores) {
|
|
107
|
+
restore2();
|
|
108
|
+
}
|
|
109
|
+
};
|
|
110
|
+
let awaitable = function_();
|
|
111
|
+
if (awaitable && typeof awaitable === "object" && "catch" in awaitable) {
|
|
112
|
+
awaitable = awaitable.catch((error) => {
|
|
113
|
+
restore();
|
|
114
|
+
throw error;
|
|
115
|
+
});
|
|
116
|
+
}
|
|
117
|
+
return [awaitable, restore];
|
|
118
|
+
}
|
|
119
|
+
function withAsyncContext(function_, transformed) {
|
|
120
|
+
if (!transformed) {
|
|
121
|
+
console.warn(
|
|
122
|
+
"[unctx] `withAsyncContext` needs transformation for async context support in",
|
|
123
|
+
function_,
|
|
124
|
+
"\n",
|
|
125
|
+
function_.toString()
|
|
126
|
+
);
|
|
127
|
+
}
|
|
128
|
+
return function_;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
export { createContext, createNamespace, defaultNamespace, executeAsync, getContext, useContext, withAsyncContext };
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "unctx",
|
|
3
|
+
"version": "2.4.1",
|
|
4
|
+
"description": "Composition-api in Vanilla js",
|
|
5
|
+
"repository": "unjs/unctx",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"sideEffects": false,
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"import": "./dist/index.mjs",
|
|
12
|
+
"require": "./dist/index.cjs"
|
|
13
|
+
},
|
|
14
|
+
"./transform": {
|
|
15
|
+
"types": "./dist/transform.d.ts",
|
|
16
|
+
"import": "./dist/transform.mjs"
|
|
17
|
+
},
|
|
18
|
+
"./plugin": {
|
|
19
|
+
"types": "./dist/plugin.d.ts",
|
|
20
|
+
"import": "./dist/plugin.mjs"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"main": "./dist/index.cjs",
|
|
24
|
+
"module": "./dist/index.mjs",
|
|
25
|
+
"types": "./dist/index.d.ts",
|
|
26
|
+
"typesVersions": {
|
|
27
|
+
"*": {
|
|
28
|
+
"*": [
|
|
29
|
+
"./dist/*",
|
|
30
|
+
"./dist/index.d.ts"
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"files": [
|
|
35
|
+
"dist"
|
|
36
|
+
],
|
|
37
|
+
"scripts": {
|
|
38
|
+
"build": "unbuild",
|
|
39
|
+
"dev": "vitest",
|
|
40
|
+
"lint": "eslint . && prettier -c src test",
|
|
41
|
+
"lint:fix": "eslint --fix . && prettier -w src test",
|
|
42
|
+
"prepack": "unbuild",
|
|
43
|
+
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
|
|
44
|
+
"test": "pnpm lint && pnpm test:types && vitest run --coverage",
|
|
45
|
+
"test:types": "tsc --noEmit"
|
|
46
|
+
},
|
|
47
|
+
"dependencies": {
|
|
48
|
+
"acorn": "^8.14.0",
|
|
49
|
+
"estree-walker": "^3.0.3",
|
|
50
|
+
"magic-string": "^0.30.17",
|
|
51
|
+
"unplugin": "^2.1.0"
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@types/estree": "^1.0.6",
|
|
55
|
+
"@types/node": "^22.10.2",
|
|
56
|
+
"@vitest/coverage-v8": "^2.1.8",
|
|
57
|
+
"changelogen": "^0.5.7",
|
|
58
|
+
"eslint": "^9.17.0",
|
|
59
|
+
"eslint-config-unjs": "^0.4.2",
|
|
60
|
+
"jiti": "^2.4.2",
|
|
61
|
+
"prettier": "^3.4.2",
|
|
62
|
+
"typescript": "^5.7.2",
|
|
63
|
+
"unbuild": "^3.0.1",
|
|
64
|
+
"vitest": "^2.1.8"
|
|
65
|
+
},
|
|
66
|
+
"packageManager": "pnpm@9.15.0"
|
|
67
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// src/helpers.ts
|
|
2
|
+
import useColors from "@poppinss/colors";
|
|
3
|
+
var ANSI_REGEX = new RegExp(
|
|
4
|
+
[
|
|
5
|
+
`[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?(?:\\u0007|\\u001B\\u005C|\\u009C))`,
|
|
6
|
+
"(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"
|
|
7
|
+
].join("|"),
|
|
8
|
+
"g"
|
|
9
|
+
);
|
|
10
|
+
function htmlEscape(value) {
|
|
11
|
+
return value.replace(/&/g, "&").replace(/\\"/g, "\"").replace(/</g, "<").replace(/>/g, ">");
|
|
12
|
+
}
|
|
13
|
+
function wordWrap(value, options) {
|
|
14
|
+
const width = options.width;
|
|
15
|
+
const indent = options.indent;
|
|
16
|
+
const newLine = `${options.newLine}${indent}`;
|
|
17
|
+
if (!width) {
|
|
18
|
+
return options.escape ? options.escape(value) : htmlEscape(value);
|
|
19
|
+
}
|
|
20
|
+
let regexString = ".{1," + width + "}";
|
|
21
|
+
regexString += "([\\s\u200B]+|$)|[^\\s\u200B]+?([\\s\u200B]+|$)";
|
|
22
|
+
const re = new RegExp(regexString, "g");
|
|
23
|
+
const lines = value.match(re) || [];
|
|
24
|
+
const result = lines.map(function(line) {
|
|
25
|
+
if (line.slice(-1) === "\n") {
|
|
26
|
+
line = line.slice(0, line.length - 1);
|
|
27
|
+
}
|
|
28
|
+
return options.escape ? options.escape(line) : htmlEscape(line);
|
|
29
|
+
}).join(newLine);
|
|
30
|
+
return result;
|
|
31
|
+
}
|
|
32
|
+
function stripAnsi(value) {
|
|
33
|
+
return value.replace(ANSI_REGEX, "");
|
|
34
|
+
}
|
|
35
|
+
var colors = useColors.ansi();
|
|
36
|
+
|
|
37
|
+
export {
|
|
38
|
+
htmlEscape,
|
|
39
|
+
wordWrap,
|
|
40
|
+
stripAnsi,
|
|
41
|
+
colors
|
|
42
|
+
};
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import {
|
|
2
|
+
colors,
|
|
3
|
+
stripAnsi
|
|
4
|
+
} from "./chunk-4L7RY2JA.js";
|
|
5
|
+
import {
|
|
6
|
+
publicDirURL
|
|
7
|
+
} from "./chunk-OSUFJZHZ.js";
|
|
8
|
+
import {
|
|
9
|
+
BaseComponent
|
|
10
|
+
} from "./chunk-4YEN7HVQ.js";
|
|
11
|
+
|
|
12
|
+
// src/templates/error_stack_source/main.ts
|
|
13
|
+
import { extname } from "path";
|
|
14
|
+
import { highlightText } from "@speed-highlight/core";
|
|
15
|
+
import { highlightText as cliHighlightText } from "@speed-highlight/core/terminal";
|
|
16
|
+
var GUTTER = "\u2503";
|
|
17
|
+
var POINTER = "\u276F";
|
|
18
|
+
var LANGS_MAP = {
|
|
19
|
+
".tsx": "ts",
|
|
20
|
+
".jsx": "js",
|
|
21
|
+
".js": "js",
|
|
22
|
+
".ts": "ts",
|
|
23
|
+
".css": "css",
|
|
24
|
+
".json": "json",
|
|
25
|
+
".html": "html",
|
|
26
|
+
".astro": "ts",
|
|
27
|
+
".vue": "ts"
|
|
28
|
+
};
|
|
29
|
+
var ErrorStackSource = class extends BaseComponent {
|
|
30
|
+
cssFile = new URL("./error_stack_source/style.css", publicDirURL);
|
|
31
|
+
/**
|
|
32
|
+
* The toHTML method is used to output the HTML for the
|
|
33
|
+
* web view
|
|
34
|
+
*/
|
|
35
|
+
async toHTML(props) {
|
|
36
|
+
const frame = props.frame;
|
|
37
|
+
if (frame.type === "native" || !frame.source || !frame.fileName) {
|
|
38
|
+
return "";
|
|
39
|
+
}
|
|
40
|
+
const language = LANGS_MAP[extname(frame.fileName)] ?? "plain";
|
|
41
|
+
const highlightMarginTop = `${frame.source.findIndex((chunk) => {
|
|
42
|
+
return chunk.lineNumber === frame.lineNumber;
|
|
43
|
+
}) * 24}px`;
|
|
44
|
+
const highlight = `<div class="line-highlight" style="margin-top: ${highlightMarginTop}"></div>`;
|
|
45
|
+
let code = await highlightText(
|
|
46
|
+
frame.source.map((chunk) => chunk.chunk).join("\n"),
|
|
47
|
+
language,
|
|
48
|
+
true
|
|
49
|
+
);
|
|
50
|
+
code = code.replace(
|
|
51
|
+
'<div class="shj-numbers">',
|
|
52
|
+
`<div class="shj-numbers" style="counter-set: line ${frame.source[0].lineNumber - 1}">`
|
|
53
|
+
);
|
|
54
|
+
return `<pre><code class="shj-lang-js">${highlight}${code}</code></pre>`;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* The toANSI method is used to output the text for the console
|
|
58
|
+
*/
|
|
59
|
+
async toANSI(props) {
|
|
60
|
+
const frame = props.frame;
|
|
61
|
+
if (frame.type === "native" || !frame.source || !frame.fileName) {
|
|
62
|
+
return "";
|
|
63
|
+
}
|
|
64
|
+
const language = LANGS_MAP[extname(frame.fileName)] ?? "plain";
|
|
65
|
+
const largestLineNumber = Math.max(...frame.source.map(({ lineNumber }) => lineNumber));
|
|
66
|
+
const lineNumberCols = String(largestLineNumber).length;
|
|
67
|
+
const code = frame.source.map(({ chunk }) => chunk).join("\n");
|
|
68
|
+
const highlighted = await cliHighlightText(code, language);
|
|
69
|
+
return `
|
|
70
|
+
|
|
71
|
+
${highlighted.split("\n").map((line, index) => {
|
|
72
|
+
const lineNumber = frame.source[index].lineNumber;
|
|
73
|
+
const alignedLineNumber = String(lineNumber).padStart(lineNumberCols, " ");
|
|
74
|
+
if (lineNumber === props.frame.lineNumber) {
|
|
75
|
+
return ` ${colors.bgRed(`${POINTER} ${alignedLineNumber} ${GUTTER} ${stripAnsi(line)}`)}`;
|
|
76
|
+
}
|
|
77
|
+
return ` ${colors.dim(alignedLineNumber)} ${colors.dim(GUTTER)} ${line}`;
|
|
78
|
+
}).join("\n")}
|
|
79
|
+
`;
|
|
80
|
+
}
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
export {
|
|
84
|
+
ErrorStackSource
|
|
85
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
// src/component.ts
|
|
2
|
+
import { readFile } from "fs/promises";
|
|
3
|
+
var BaseComponent = class {
|
|
4
|
+
#cachedStyles;
|
|
5
|
+
#cachedScript;
|
|
6
|
+
/**
|
|
7
|
+
* A flag to know if we are in dev mode or not. In dev mode,
|
|
8
|
+
* the styles and scripts are refetched from the disk.
|
|
9
|
+
* Otherwise they are cached.
|
|
10
|
+
*/
|
|
11
|
+
#inDevMode;
|
|
12
|
+
/**
|
|
13
|
+
* Absolute path to the frontend JavaScript that should be
|
|
14
|
+
* injected within the HTML head. The JavaScript does not
|
|
15
|
+
* get transpiled, hence it should work cross browser by
|
|
16
|
+
* default.
|
|
17
|
+
*/
|
|
18
|
+
scriptFile;
|
|
19
|
+
/**
|
|
20
|
+
* Absolute path to the CSS file that should be injected
|
|
21
|
+
* within the HTML head.
|
|
22
|
+
*/
|
|
23
|
+
cssFile;
|
|
24
|
+
constructor(devMode) {
|
|
25
|
+
this.#inDevMode = devMode;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Returns the styles for the component. The null value
|
|
29
|
+
* is not returned if no styles are associated with
|
|
30
|
+
* the component
|
|
31
|
+
*/
|
|
32
|
+
async getStyles() {
|
|
33
|
+
if (!this.cssFile) {
|
|
34
|
+
return null;
|
|
35
|
+
}
|
|
36
|
+
if (this.#inDevMode) {
|
|
37
|
+
return await readFile(this.cssFile, "utf-8");
|
|
38
|
+
}
|
|
39
|
+
this.#cachedStyles = this.#cachedStyles ?? await readFile(this.cssFile, "utf-8");
|
|
40
|
+
return this.#cachedStyles;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Returns the frontend script for the component. The null
|
|
44
|
+
* value is not returned if no styles are associated
|
|
45
|
+
* with the component
|
|
46
|
+
*/
|
|
47
|
+
async getScript() {
|
|
48
|
+
if (!this.scriptFile) {
|
|
49
|
+
return null;
|
|
50
|
+
}
|
|
51
|
+
if (this.#inDevMode) {
|
|
52
|
+
return await readFile(this.scriptFile, "utf-8");
|
|
53
|
+
}
|
|
54
|
+
this.#cachedScript = this.#cachedScript ?? await readFile(this.scriptFile, "utf-8");
|
|
55
|
+
return this.#cachedScript;
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
export {
|
|
60
|
+
BaseComponent
|
|
61
|
+
};
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import {
|
|
2
|
+
colors,
|
|
3
|
+
wordWrap
|
|
4
|
+
} from "./chunk-4L7RY2JA.js";
|
|
5
|
+
import {
|
|
6
|
+
publicDirURL
|
|
7
|
+
} from "./chunk-OSUFJZHZ.js";
|
|
8
|
+
import {
|
|
9
|
+
BaseComponent
|
|
10
|
+
} from "./chunk-4YEN7HVQ.js";
|
|
11
|
+
|
|
12
|
+
// src/templates/error_info/main.ts
|
|
13
|
+
var ERROR_ICON_SVG = `<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="24" height="24" fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 7v6m0 4.01.01-.011M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z"/></svg>`;
|
|
14
|
+
var HINT_ICON_SVG = `<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="24" height="24" fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m21 2-1 1M3 2l1 1m17 13-1-1M3 16l1-1m5 3h6m-5 3h4M12 3C8 3 5.952 4.95 6 8c.023 1.487.5 2.5 1.5 3.5S9 13 9 15h6c0-2 .5-2.5 1.5-3.5h0c1-1 1.477-2.013 1.5-3.5.048-3.05-2-5-6-5Z"/></svg>`;
|
|
15
|
+
var COPY_ICON_SVG = `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7 7m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z" /><path d="M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1" /></svg>`;
|
|
16
|
+
function htmlAttributeEscape(value) {
|
|
17
|
+
return value.replace(/&/g, "&").replace(/"/g, """).replace(/'/g, "'").replace(/</g, "<").replace(/>/g, ">");
|
|
18
|
+
}
|
|
19
|
+
var ErrorInfo = class extends BaseComponent {
|
|
20
|
+
cssFile = new URL("./error_info/style.css", publicDirURL);
|
|
21
|
+
scriptFile = new URL("./error_info/script.js", publicDirURL);
|
|
22
|
+
/**
|
|
23
|
+
* The toHTML method is used to output the HTML for the
|
|
24
|
+
* web view
|
|
25
|
+
*/
|
|
26
|
+
async toHTML(props) {
|
|
27
|
+
return `<section>
|
|
28
|
+
<h4 id="error-name">${props.error.name}</h4>
|
|
29
|
+
<h1 id="error-title">${props.title}</h1>
|
|
30
|
+
</section>
|
|
31
|
+
<section>
|
|
32
|
+
<div class="card">
|
|
33
|
+
<div class="card-body">
|
|
34
|
+
<h2 id="error-message">
|
|
35
|
+
<span>${ERROR_ICON_SVG}</span>
|
|
36
|
+
<span>${props.error.message}</span>
|
|
37
|
+
<button
|
|
38
|
+
id="copy-error-btn"
|
|
39
|
+
data-error-text="${htmlAttributeEscape(`${props.error.name}: ${props.error.message}`)}"
|
|
40
|
+
onclick="copyErrorMessage(this)"
|
|
41
|
+
title="Copy error message"
|
|
42
|
+
aria-label="Copy error message to clipboard"
|
|
43
|
+
>
|
|
44
|
+
${COPY_ICON_SVG}
|
|
45
|
+
</button>
|
|
46
|
+
</h2>
|
|
47
|
+
${props.error.hint ? `<div id="error-hint">
|
|
48
|
+
<span>${HINT_ICON_SVG}</span>
|
|
49
|
+
<span>${props.error.hint}</span>
|
|
50
|
+
</div>` : ""}
|
|
51
|
+
</div>
|
|
52
|
+
</div>
|
|
53
|
+
</section>`;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* The toANSI method is used to output the text for the console
|
|
57
|
+
*/
|
|
58
|
+
async toANSI(props) {
|
|
59
|
+
const errorMessage = colors.red(
|
|
60
|
+
`\u2139 ${wordWrap(`${props.error.name}: ${props.error.message}`, {
|
|
61
|
+
width: process.stdout.columns,
|
|
62
|
+
indent: " ",
|
|
63
|
+
newLine: "\n",
|
|
64
|
+
escape: (value) => value
|
|
65
|
+
})}`
|
|
66
|
+
);
|
|
67
|
+
const hint = props.error.hint ? `
|
|
68
|
+
|
|
69
|
+
${colors.blue("\u25C9")} ${colors.dim().italic(
|
|
70
|
+
wordWrap(props.error.hint.replace(/(<([^>]+)>)/gi, ""), {
|
|
71
|
+
width: process.stdout.columns,
|
|
72
|
+
indent: " ",
|
|
73
|
+
newLine: "\n",
|
|
74
|
+
escape: (value) => value
|
|
75
|
+
})
|
|
76
|
+
)}` : "";
|
|
77
|
+
return `${errorMessage}${hint}`;
|
|
78
|
+
}
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
export {
|
|
82
|
+
ErrorInfo
|
|
83
|
+
};
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import {
|
|
2
|
+
BaseComponent
|
|
3
|
+
} from "./chunk-4YEN7HVQ.js";
|
|
4
|
+
|
|
5
|
+
// src/templates/error_metadata/main.ts
|
|
6
|
+
import { dump, themes } from "@poppinss/dumper/html";
|
|
7
|
+
var ErrorMetadata = class extends BaseComponent {
|
|
8
|
+
#primitives = ["string", "boolean", "number", "undefined"];
|
|
9
|
+
/**
|
|
10
|
+
* Formats the error row value
|
|
11
|
+
*/
|
|
12
|
+
#formatRowValue(value, dumpValue, cspNonce) {
|
|
13
|
+
if (dumpValue === true) {
|
|
14
|
+
return dump(value, { styles: themes.cssVariables, cspNonce });
|
|
15
|
+
}
|
|
16
|
+
if (this.#primitives.includes(typeof value) || value === null) {
|
|
17
|
+
return value;
|
|
18
|
+
}
|
|
19
|
+
return dump(value, { styles: themes.cssVariables, cspNonce });
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Returns HTML fragment with HTML table containing rows
|
|
23
|
+
* metadata section rows
|
|
24
|
+
*/
|
|
25
|
+
#renderRows(rows, cspNonce) {
|
|
26
|
+
return `<table class="card-table">
|
|
27
|
+
<tbody>
|
|
28
|
+
${rows.map((row) => {
|
|
29
|
+
return `<tr>
|
|
30
|
+
<td class="table-key">${row.key}</td>
|
|
31
|
+
<td class="table-value">
|
|
32
|
+
${this.#formatRowValue(row.value, row.dump, cspNonce)}
|
|
33
|
+
</td>
|
|
34
|
+
</tr>`;
|
|
35
|
+
}).join("\n")}
|
|
36
|
+
</tbody>
|
|
37
|
+
</table>`;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Renders each section with its rows inside a table
|
|
41
|
+
*/
|
|
42
|
+
#renderSection(section, rows, cspNonce) {
|
|
43
|
+
return `<div>
|
|
44
|
+
<h4 class="card-subtitle">${section}</h4>
|
|
45
|
+
${Array.isArray(rows) ? this.#renderRows(rows, cspNonce) : `<span>${this.#formatRowValue(rows.value, rows.dump, cspNonce)}</span>`}
|
|
46
|
+
</div>`;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Renders each group as a card
|
|
50
|
+
*/
|
|
51
|
+
#renderGroup(group, sections, cspNonce) {
|
|
52
|
+
return `<section>
|
|
53
|
+
<div class="card">
|
|
54
|
+
<div class="card-heading">
|
|
55
|
+
<h3 class="card-title">${group}</h3>
|
|
56
|
+
</div>
|
|
57
|
+
<div class="card-body">
|
|
58
|
+
${Object.keys(sections).map((section) => this.#renderSection(section, sections[section], cspNonce)).join("\n")}
|
|
59
|
+
</div>
|
|
60
|
+
</div>
|
|
61
|
+
</section>`;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* The toHTML method is used to output the HTML for the
|
|
65
|
+
* web view
|
|
66
|
+
*/
|
|
67
|
+
async toHTML(props) {
|
|
68
|
+
const groups = props.metadata.toJSON();
|
|
69
|
+
const groupsNames = Object.keys(groups);
|
|
70
|
+
if (!groupsNames.length) {
|
|
71
|
+
return "";
|
|
72
|
+
}
|
|
73
|
+
return groupsNames.map((group) => this.#renderGroup(group, groups[group], props.cspNonce)).join("\n");
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* The toANSI method is used to output the text for the console
|
|
77
|
+
*/
|
|
78
|
+
async toANSI() {
|
|
79
|
+
return "";
|
|
80
|
+
}
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
export {
|
|
84
|
+
ErrorMetadata
|
|
85
|
+
};
|