@depup/nitro 3.0.260311-beta-depup.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +27 -0
- package/README.md +32 -0
- package/changes.json +14 -0
- package/dist/THIRD-PARTY-LICENSES.md +1646 -0
- package/dist/_build/common.mjs +29361 -0
- package/dist/_build/rolldown.mjs +173 -0
- package/dist/_build/rollup.mjs +194 -0
- package/dist/_build/vite.build.mjs +18 -0
- package/dist/_chunks/nitro.mjs +1159 -0
- package/dist/_chunks/nitro2.mjs +102 -0
- package/dist/_chunks/nitro3.mjs +129 -0
- package/dist/_chunks/utils.mjs +272 -0
- package/dist/_common.mjs +35 -0
- package/dist/_dev.d.mts +12 -0
- package/dist/_dev.mjs +519 -0
- package/dist/_libs/_.mjs +3 -0
- package/dist/_libs/_2.mjs +2 -0
- package/dist/_libs/_3.mjs +3 -0
- package/dist/_libs/_4.mjs +2 -0
- package/dist/_libs/_5.mjs +3 -0
- package/dist/_libs/_6.mjs +4 -0
- package/dist/_libs/_7.mjs +5 -0
- package/dist/_libs/c12+rc9.mjs +812 -0
- package/dist/_libs/c12+readdirp+chokidar.d.mts +230 -0
- package/dist/_libs/citty.mjs +361 -0
- package/dist/_libs/commondir+is-reference.mjs +1311 -0
- package/dist/_libs/compatx.d.mts +47 -0
- package/dist/_libs/compatx.mjs +45 -0
- package/dist/_libs/esbuild.d.mts +20 -0
- package/dist/_libs/escape-string-regexp.mjs +7 -0
- package/dist/_libs/estree+pluginutils.d.mts +241 -0
- package/dist/_libs/estree-walker.mjs +184 -0
- package/dist/_libs/exsolve.d.mts +1 -0
- package/dist/_libs/hasown+resolve+deepmerge.mjs +1949 -0
- package/dist/_libs/httpxy.d.mts +82 -0
- package/dist/_libs/httpxy.mjs +671 -0
- package/dist/_libs/js-tokens.d.mts +1 -0
- package/dist/_libs/klona.mjs +37 -0
- package/dist/_libs/magic-string.d.mts +220 -0
- package/dist/_libs/mlly.d.mts +57 -0
- package/dist/_libs/nypm+tinyexec.mjs +845 -0
- package/dist/_libs/perfect-debounce.mjs +88 -0
- package/dist/_libs/pkg-types.d.mts +23 -0
- package/dist/_libs/plugin-alias.mjs +64 -0
- package/dist/_libs/plugin-inject.mjs +131 -0
- package/dist/_libs/plugin-json.mjs +34 -0
- package/dist/_libs/pluginutils.mjs +646 -0
- package/dist/_libs/readdirp+chokidar.mjs +1606 -0
- package/dist/_libs/remapping.mjs +115 -0
- package/dist/_libs/resolve-uri+gen-mapping.mjs +442 -0
- package/dist/_libs/rou3.d.mts +44 -0
- package/dist/_libs/rou3.mjs +496 -0
- package/dist/_libs/std-env.d.mts +12 -0
- package/dist/_libs/strip-literal.d.mts +1 -0
- package/dist/_libs/tsconfck.mjs +813 -0
- package/dist/_libs/ultrahtml.mjs +127 -0
- package/dist/_libs/unimport+unplugin.mjs +1684 -0
- package/dist/_libs/unplugin+unimport.d.mts +423 -0
- package/dist/_libs/unwasm.d.mts +29 -0
- package/dist/_presets.mjs +1759 -0
- package/dist/builder.d.mts +64 -0
- package/dist/builder.mjs +15 -0
- package/dist/cli/_chunks/build.mjs +47 -0
- package/dist/cli/_chunks/common.mjs +14 -0
- package/dist/cli/_chunks/deploy.mjs +40 -0
- package/dist/cli/_chunks/dev.mjs +62 -0
- package/dist/cli/_chunks/docs.mjs +30 -0
- package/dist/cli/_chunks/list.mjs +25 -0
- package/dist/cli/_chunks/prepare.mjs +17 -0
- package/dist/cli/_chunks/preview.mjs +51 -0
- package/dist/cli/_chunks/run.mjs +53 -0
- package/dist/cli/_chunks/task.mjs +14 -0
- package/dist/cli/index.d.mts +1 -0
- package/dist/cli/index.mjs +22 -0
- package/dist/node_modules/@poppinss/colors/build/index.js +139 -0
- package/dist/node_modules/@poppinss/colors/package.json +118 -0
- package/dist/node_modules/@poppinss/dumper/build/chunk-26HALFTP.js +602 -0
- package/dist/node_modules/@poppinss/dumper/build/formatters/console/main.js +441 -0
- package/dist/node_modules/@poppinss/dumper/build/formatters/html/main.js +725 -0
- package/dist/node_modules/@poppinss/dumper/package.json +122 -0
- package/dist/node_modules/@poppinss/exception/build/index.js +44 -0
- package/dist/node_modules/@poppinss/exception/package.json +109 -0
- package/dist/node_modules/@sindresorhus/is/distribution/index.js +1354 -0
- package/dist/node_modules/@sindresorhus/is/distribution/utilities.js +3 -0
- package/dist/node_modules/@sindresorhus/is/package.json +81 -0
- package/dist/node_modules/@speed-highlight/core/dist/index.js +4 -0
- package/dist/node_modules/@speed-highlight/core/dist/terminal.js +2 -0
- package/dist/node_modules/@speed-highlight/core/package.json +94 -0
- package/dist/node_modules/cookie-es/dist/index.mjs +262 -0
- package/dist/node_modules/cookie-es/package.json +37 -0
- package/dist/node_modules/croner/dist/croner.js +1 -0
- package/dist/node_modules/croner/package.json +73 -0
- package/dist/node_modules/defu/dist/defu.mjs +69 -0
- package/dist/node_modules/defu/package.json +43 -0
- package/dist/node_modules/destr/dist/index.mjs +72 -0
- package/dist/node_modules/destr/package.json +47 -0
- package/dist/node_modules/error-stack-parser-es/dist/index.mjs +38 -0
- package/dist/node_modules/error-stack-parser-es/dist/lite.mjs +167 -0
- package/dist/node_modules/error-stack-parser-es/package.json +83 -0
- package/dist/node_modules/get-port-please/dist/index.mjs +430 -0
- package/dist/node_modules/get-port-please/package.json +39 -0
- package/dist/node_modules/kleur/index.mjs +110 -0
- package/dist/node_modules/kleur/package.json +51 -0
- package/dist/node_modules/rendu/dist/index.mjs +380 -0
- package/dist/node_modules/rendu/package.json +47 -0
- package/dist/node_modules/scule/dist/index.mjs +80 -0
- package/dist/node_modules/scule/package.json +43 -0
- package/dist/node_modules/source-map/lib/array-set.js +100 -0
- package/dist/node_modules/source-map/lib/base64-vlq.js +94 -0
- package/dist/node_modules/source-map/lib/base64.js +19 -0
- package/dist/node_modules/source-map/lib/binary-search.js +113 -0
- package/dist/node_modules/source-map/lib/mapping-list.js +83 -0
- package/dist/node_modules/source-map/lib/mappings.wasm +0 -0
- package/dist/node_modules/source-map/lib/read-wasm.js +27 -0
- package/dist/node_modules/source-map/lib/source-map-consumer.js +1081 -0
- package/dist/node_modules/source-map/lib/source-map-generator.js +439 -0
- package/dist/node_modules/source-map/lib/source-node.js +430 -0
- package/dist/node_modules/source-map/lib/url.js +13 -0
- package/dist/node_modules/source-map/lib/util.js +444 -0
- package/dist/node_modules/source-map/lib/wasm.js +138 -0
- package/dist/node_modules/source-map/package.json +79 -0
- package/dist/node_modules/source-map/source-map.js +10 -0
- package/dist/node_modules/supports-color/index.js +202 -0
- package/dist/node_modules/supports-color/package.json +64 -0
- package/dist/node_modules/ufo/dist/index.mjs +645 -0
- package/dist/node_modules/ufo/package.json +48 -0
- package/dist/node_modules/unctx/dist/index.mjs +131 -0
- package/dist/node_modules/unctx/package.json +67 -0
- package/dist/node_modules/youch/build/helpers-B9BQYaS6.js +23 -0
- package/dist/node_modules/youch/build/index.js +212 -0
- package/dist/node_modules/youch/build/public/error_cause/style.css +5 -0
- package/dist/node_modules/youch/build/public/error_info/script.js +13 -0
- package/dist/node_modules/youch/build/public/error_info/style.css +145 -0
- package/dist/node_modules/youch/build/public/error_metadata/style.css +3 -0
- package/dist/node_modules/youch/build/public/error_stack/script.js +72 -0
- package/dist/node_modules/youch/build/public/error_stack/style.css +219 -0
- package/dist/node_modules/youch/build/public/error_stack_source/style.css +123 -0
- package/dist/node_modules/youch/build/public/header/script.js +14 -0
- package/dist/node_modules/youch/build/public/header/style.css +56 -0
- package/dist/node_modules/youch/build/public/layout/script.js +12 -0
- package/dist/node_modules/youch/build/public/layout/style.css +435 -0
- package/dist/node_modules/youch/build/public_dir-C5bujZKB.js +25 -0
- package/dist/node_modules/youch/build/src/templates/error_cause/main.js +44 -0
- package/dist/node_modules/youch/build/src/templates/error_info/main.js +72 -0
- package/dist/node_modules/youch/build/src/templates/error_metadata/main.js +65 -0
- package/dist/node_modules/youch/build/src/templates/error_stack/main.js +152 -0
- package/dist/node_modules/youch/build/src/templates/error_stack_source/main.js +46 -0
- package/dist/node_modules/youch/build/src/templates/header/main.js +24 -0
- package/dist/node_modules/youch/build/src/templates/layout/main.js +27 -0
- package/dist/node_modules/youch/package.json +135 -0
- package/dist/node_modules/youch-core/build/index.js +316 -0
- package/dist/node_modules/youch-core/package.json +124 -0
- package/dist/presets/_nitro/runtime/nitro-dev.mjs +20 -0
- package/dist/presets/_nitro/runtime/nitro-prerenderer.mjs +15 -0
- package/dist/presets/_nitro/runtime/service-worker.mjs +23 -0
- package/dist/presets/aws-amplify/runtime/aws-amplify.mjs +14 -0
- package/dist/presets/aws-lambda/runtime/_utils.mjs +116 -0
- package/dist/presets/aws-lambda/runtime/aws-lambda-streaming.mjs +31 -0
- package/dist/presets/aws-lambda/runtime/aws-lambda.mjs +13 -0
- package/dist/presets/azure/runtime/_utils.mjs +50 -0
- package/dist/presets/azure/runtime/azure-swa.mjs +30 -0
- package/dist/presets/bun/runtime/bun.mjs +40 -0
- package/dist/presets/cloudflare/runtime/_module-handler.mjs +87 -0
- package/dist/presets/cloudflare/runtime/cloudflare-durable.mjs +72 -0
- package/dist/presets/cloudflare/runtime/cloudflare-module.mjs +17 -0
- package/dist/presets/cloudflare/runtime/cloudflare-pages.mjs +39 -0
- package/dist/presets/cloudflare/runtime/plugin.dev.mjs +96 -0
- package/dist/presets/cloudflare/runtime/shims/workers.dev.mjs +27 -0
- package/dist/presets/deno/runtime/deno-deploy.mjs +19 -0
- package/dist/presets/deno/runtime/deno-server.mjs +39 -0
- package/dist/presets/netlify/runtime/netlify-edge.mjs +20 -0
- package/dist/presets/netlify/runtime/netlify.mjs +20 -0
- package/dist/presets/node/runtime/node-cluster.mjs +54 -0
- package/dist/presets/node/runtime/node-middleware.mjs +14 -0
- package/dist/presets/node/runtime/node-server.mjs +47 -0
- package/dist/presets/standard/runtime/server.mjs +4 -0
- package/dist/presets/stormkit/runtime/stormkit.mjs +27 -0
- package/dist/presets/vercel/runtime/cron-handler.mjs +25 -0
- package/dist/presets/vercel/runtime/isr.mjs +19 -0
- package/dist/presets/vercel/runtime/vercel.node.mjs +24 -0
- package/dist/presets/vercel/runtime/vercel.web.mjs +23 -0
- package/dist/presets/winterjs/runtime/winterjs.mjs +91 -0
- package/dist/presets/zeabur/runtime/zeabur.mjs +4 -0
- package/dist/presets/zephyr/runtime/server.mjs +3 -0
- package/dist/runtime/app.d.mts +1 -0
- package/dist/runtime/app.mjs +1 -0
- package/dist/runtime/cache.d.mts +1 -0
- package/dist/runtime/cache.mjs +1 -0
- package/dist/runtime/config.d.mts +3 -0
- package/dist/runtime/config.mjs +4 -0
- package/dist/runtime/context.d.mts +1 -0
- package/dist/runtime/context.mjs +1 -0
- package/dist/runtime/database.d.mts +1 -0
- package/dist/runtime/database.mjs +1 -0
- package/dist/runtime/internal/app.d.mts +16 -0
- package/dist/runtime/internal/app.mjs +208 -0
- package/dist/runtime/internal/cache.d.mts +7 -0
- package/dist/runtime/internal/cache.mjs +41 -0
- package/dist/runtime/internal/context.d.mts +14 -0
- package/dist/runtime/internal/context.mjs +24 -0
- package/dist/runtime/internal/database.d.mts +2 -0
- package/dist/runtime/internal/database.mjs +12 -0
- package/dist/runtime/internal/empty.mjs +0 -0
- package/dist/runtime/internal/error/dev.d.mts +10 -0
- package/dist/runtime/internal/error/dev.mjs +121 -0
- package/dist/runtime/internal/error/hooks.d.mts +1 -0
- package/dist/runtime/internal/error/hooks.mjs +9 -0
- package/dist/runtime/internal/error/prod.d.mts +6 -0
- package/dist/runtime/internal/error/prod.mjs +40 -0
- package/dist/runtime/internal/error/utils.d.mts +8 -0
- package/dist/runtime/internal/error/utils.mjs +3 -0
- package/dist/runtime/internal/meta.d.mts +2 -0
- package/dist/runtime/internal/meta.mjs +3 -0
- package/dist/runtime/internal/plugin.d.mts +3 -0
- package/dist/runtime/internal/plugin.mjs +4 -0
- package/dist/runtime/internal/route-rules.d.mts +9 -0
- package/dist/runtime/internal/route-rules.mjs +72 -0
- package/dist/runtime/internal/routes/dev-tasks.d.mts +3 -0
- package/dist/runtime/internal/routes/dev-tasks.mjs +25 -0
- package/dist/runtime/internal/routes/openapi.d.mts +3 -0
- package/dist/runtime/internal/routes/openapi.mjs +94 -0
- package/dist/runtime/internal/routes/renderer-template.d.mts +2 -0
- package/dist/runtime/internal/routes/renderer-template.dev.d.mts +3 -0
- package/dist/runtime/internal/routes/renderer-template.dev.mjs +19 -0
- package/dist/runtime/internal/routes/renderer-template.mjs +4 -0
- package/dist/runtime/internal/routes/scalar.d.mts +3 -0
- package/dist/runtime/internal/routes/scalar.mjs +193 -0
- package/dist/runtime/internal/routes/swagger.d.mts +3 -0
- package/dist/runtime/internal/routes/swagger.mjs +42 -0
- package/dist/runtime/internal/runtime-config.d.mts +9 -0
- package/dist/runtime/internal/runtime-config.mjs +54 -0
- package/dist/runtime/internal/static.d.mts +3 -0
- package/dist/runtime/internal/static.mjs +67 -0
- package/dist/runtime/internal/storage.d.mts +2 -0
- package/dist/runtime/internal/storage.mjs +6 -0
- package/dist/runtime/internal/task.d.mts +19 -0
- package/dist/runtime/internal/task.mjs +69 -0
- package/dist/runtime/internal/vite/dev-entry.mjs +18 -0
- package/dist/runtime/internal/vite/dev-worker.mjs +264 -0
- package/dist/runtime/internal/vite/ssr-renderer.mjs +6 -0
- package/dist/runtime/meta.d.mts +5 -0
- package/dist/runtime/meta.mjs +27 -0
- package/dist/runtime/nitro.d.mts +11 -0
- package/dist/runtime/nitro.mjs +34 -0
- package/dist/runtime/runtime-config.d.mts +1 -0
- package/dist/runtime/runtime-config.mjs +1 -0
- package/dist/runtime/storage.d.mts +1 -0
- package/dist/runtime/storage.mjs +1 -0
- package/dist/runtime/task.d.mts +1 -0
- package/dist/runtime/task.mjs +1 -0
- package/dist/runtime/virtual/_runtime_warn.d.mts +1 -0
- package/dist/runtime/virtual/_runtime_warn.mjs +5 -0
- package/dist/runtime/virtual/database.d.mts +8 -0
- package/dist/runtime/virtual/database.mjs +2 -0
- package/dist/runtime/virtual/error-handler.d.mts +6 -0
- package/dist/runtime/virtual/error-handler.mjs +9 -0
- package/dist/runtime/virtual/feature-flags.d.mts +7 -0
- package/dist/runtime/virtual/feature-flags.mjs +7 -0
- package/dist/runtime/virtual/plugins.d.mts +3 -0
- package/dist/runtime/virtual/plugins.mjs +2 -0
- package/dist/runtime/virtual/polyfills.d.mts +3 -0
- package/dist/runtime/virtual/polyfills.mjs +2 -0
- package/dist/runtime/virtual/public-assets.d.mts +9 -0
- package/dist/runtime/virtual/public-assets.mjs +8 -0
- package/dist/runtime/virtual/renderer-template.d.mts +4 -0
- package/dist/runtime/virtual/renderer-template.mjs +7 -0
- package/dist/runtime/virtual/routing-meta.d.mts +7 -0
- package/dist/runtime/virtual/routing-meta.mjs +2 -0
- package/dist/runtime/virtual/routing.d.mts +8 -0
- package/dist/runtime/virtual/routing.mjs +11 -0
- package/dist/runtime/virtual/runtime-config.d.mts +3 -0
- package/dist/runtime/virtual/runtime-config.mjs +5 -0
- package/dist/runtime/virtual/server-assets.d.mts +7 -0
- package/dist/runtime/virtual/server-assets.mjs +12 -0
- package/dist/runtime/virtual/storage.d.mts +3 -0
- package/dist/runtime/virtual/storage.mjs +5 -0
- package/dist/runtime/virtual/tasks.d.mts +10 -0
- package/dist/runtime/virtual/tasks.mjs +3 -0
- package/dist/runtime/vite.d.mts +8 -0
- package/dist/runtime/vite.mjs +9 -0
- package/dist/types/index.d.mts +3010 -0
- package/dist/types/index.mjs +1 -0
- package/dist/vite.d.mts +52 -0
- package/dist/vite.mjs +740 -0
- package/lib/h3.d.mts +1 -0
- package/lib/h3.mjs +1 -0
- package/lib/tsconfig.json +27 -0
- package/lib/vite.types.d.mts +26 -0
- package/lib/vite.types.mjs +2 -0
- package/package.json +256 -0
- package/skills/nitro/SKILL.md +10 -0
- package/skills/nitro/docs/TOC.md +83 -0
- package/skills/nitro/docs/_navigation.json +679 -0
- package/skills/nitro/docs/config/index.md +1147 -0
- package/skills/nitro/docs/deploy/index.md +64 -0
- package/skills/nitro/docs/deploy/providers/alwaysdata.md +50 -0
- package/skills/nitro/docs/deploy/providers/aws-amplify.md +81 -0
- package/skills/nitro/docs/deploy/providers/aws.md +47 -0
- package/skills/nitro/docs/deploy/providers/azure.md +72 -0
- package/skills/nitro/docs/deploy/providers/cleavr.md +33 -0
- package/skills/nitro/docs/deploy/providers/cloudflare.md +375 -0
- package/skills/nitro/docs/deploy/providers/deno-deploy.md +66 -0
- package/skills/nitro/docs/deploy/providers/digitalocean.md +46 -0
- package/skills/nitro/docs/deploy/providers/firebase.md +32 -0
- package/skills/nitro/docs/deploy/providers/flightcontrol.md +67 -0
- package/skills/nitro/docs/deploy/providers/genezio.md +67 -0
- package/skills/nitro/docs/deploy/providers/github-pages.md +68 -0
- package/skills/nitro/docs/deploy/providers/gitlab-pages.md +37 -0
- package/skills/nitro/docs/deploy/providers/heroku.md +84 -0
- package/skills/nitro/docs/deploy/providers/iis.md +38 -0
- package/skills/nitro/docs/deploy/providers/koyeb.md +109 -0
- package/skills/nitro/docs/deploy/providers/netlify.md +47 -0
- package/skills/nitro/docs/deploy/providers/platform-sh.md +37 -0
- package/skills/nitro/docs/deploy/providers/render.md +37 -0
- package/skills/nitro/docs/deploy/providers/stormkit.md +24 -0
- package/skills/nitro/docs/deploy/providers/vercel.md +179 -0
- package/skills/nitro/docs/deploy/providers/zeabur.md +19 -0
- package/skills/nitro/docs/deploy/providers/zephyr.md +99 -0
- package/skills/nitro/docs/deploy/providers/zerops.md +102 -0
- package/skills/nitro/docs/deploy/runtimes/bun.md +15 -0
- package/skills/nitro/docs/deploy/runtimes/deno.md +19 -0
- package/skills/nitro/docs/deploy/runtimes/node.md +63 -0
- package/skills/nitro/docs/docs/assets.md +166 -0
- package/skills/nitro/docs/docs/cache.md +408 -0
- package/skills/nitro/docs/docs/configuration.md +256 -0
- package/skills/nitro/docs/docs/database.md +185 -0
- package/skills/nitro/docs/docs/index.md +56 -0
- package/skills/nitro/docs/docs/lifecycle.md +204 -0
- package/skills/nitro/docs/docs/migration.md +215 -0
- package/skills/nitro/docs/docs/nightly.md +31 -0
- package/skills/nitro/docs/docs/plugins.md +164 -0
- package/skills/nitro/docs/docs/quick-start.md +110 -0
- package/skills/nitro/docs/docs/renderer.md +322 -0
- package/skills/nitro/docs/docs/routing.md +711 -0
- package/skills/nitro/docs/docs/server-entry.md +239 -0
- package/skills/nitro/docs/docs/storage.md +261 -0
- package/skills/nitro/docs/docs/tasks.md +277 -0
- package/skills/nitro/docs/examples/api-routes.md +145 -0
- package/skills/nitro/docs/examples/auto-imports.md +93 -0
- package/skills/nitro/docs/examples/cached-handler.md +81 -0
- package/skills/nitro/docs/examples/custom-error-handler.md +98 -0
- package/skills/nitro/docs/examples/database.md +157 -0
- package/skills/nitro/docs/examples/elysia.md +70 -0
- package/skills/nitro/docs/examples/express.md +78 -0
- package/skills/nitro/docs/examples/fastify.md +79 -0
- package/skills/nitro/docs/examples/hello-world.md +68 -0
- package/skills/nitro/docs/examples/hono.md +74 -0
- package/skills/nitro/docs/examples/import-alias.md +100 -0
- package/skills/nitro/docs/examples/index.md +3 -0
- package/skills/nitro/docs/examples/middleware.md +91 -0
- package/skills/nitro/docs/examples/mono-jsx.md +68 -0
- package/skills/nitro/docs/examples/nano-jsx.md +70 -0
- package/skills/nitro/docs/examples/plugins.md +91 -0
- package/skills/nitro/docs/examples/renderer.md +113 -0
- package/skills/nitro/docs/examples/runtime-config.md +97 -0
- package/skills/nitro/docs/examples/server-fetch.md +87 -0
- package/skills/nitro/docs/examples/shiki.md +198 -0
- package/skills/nitro/docs/examples/virtual-routes.md +74 -0
- package/skills/nitro/docs/examples/vite-nitro-plugin.md +79 -0
- package/skills/nitro/docs/examples/vite-rsc.md +1041 -0
- package/skills/nitro/docs/examples/vite-ssr-html.md +217 -0
- package/skills/nitro/docs/examples/vite-ssr-preact.md +247 -0
- package/skills/nitro/docs/examples/vite-ssr-react.md +226 -0
- package/skills/nitro/docs/examples/vite-ssr-solid.md +256 -0
- package/skills/nitro/docs/examples/vite-ssr-tsr-react.md +442 -0
- package/skills/nitro/docs/examples/vite-ssr-tss-react.md +444 -0
- package/skills/nitro/docs/examples/vite-ssr-vue-router.md +616 -0
- package/skills/nitro/docs/examples/vite-trpc.md +335 -0
- package/skills/nitro/docs/examples/websocket.md +282 -0
- package/skills/nitro/docs/index.md +121 -0
|
@@ -0,0 +1,441 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Parser,
|
|
3
|
+
wordWrap
|
|
4
|
+
} from "../../chunk-26HALFTP.js";
|
|
5
|
+
|
|
6
|
+
// formatters/console/themes.ts
|
|
7
|
+
import useColors from "@poppinss/colors";
|
|
8
|
+
import supportsColor from "supports-color";
|
|
9
|
+
var colors = supportsColor.stdout ? useColors.ansi() : useColors.silent();
|
|
10
|
+
var themes = {
|
|
11
|
+
default: {
|
|
12
|
+
braces: (value) => colors.yellow(value),
|
|
13
|
+
brackets: (value) => colors.yellow(value),
|
|
14
|
+
number: (value) => colors.yellow(value),
|
|
15
|
+
bigInt: (value) => colors.yellow().bold(value),
|
|
16
|
+
boolean: (value) => colors.yellow().italic(value),
|
|
17
|
+
string: (value) => colors.green(value),
|
|
18
|
+
null: (value) => colors.dim(value),
|
|
19
|
+
undefined: (value) => colors.dim(value),
|
|
20
|
+
prototypeLabel: (value) => colors.dim(value),
|
|
21
|
+
symbol: (value) => colors.magenta(value),
|
|
22
|
+
regex: (value) => colors.red(value),
|
|
23
|
+
date: (value) => colors.magenta(value),
|
|
24
|
+
buffer: (value) => colors.magenta(value),
|
|
25
|
+
functionLabel: (value) => colors.cyan().italic(value),
|
|
26
|
+
arrayLabel: (value) => colors.cyan(value),
|
|
27
|
+
objectLabel: (value) => colors.cyan(value),
|
|
28
|
+
mapLabel: (value) => colors.cyan(value),
|
|
29
|
+
setLabel: (value) => colors.cyan(value),
|
|
30
|
+
objectKey: (value) => colors.blue(value),
|
|
31
|
+
objectKeyPrefix: (value) => colors.dim(value),
|
|
32
|
+
classLabel: (value) => colors.cyan(value),
|
|
33
|
+
weakSetLabel: (value) => colors.cyan(value),
|
|
34
|
+
weakRefLabel: (value) => colors.cyan(value),
|
|
35
|
+
collapseLabel: (value) => colors.dim(value),
|
|
36
|
+
circularLabel: (value) => colors.cyan(value),
|
|
37
|
+
getterLabel: (value) => colors.cyan(value),
|
|
38
|
+
weakMapLabel: (value) => colors.cyan(value),
|
|
39
|
+
observableLabel: (value) => colors.cyan(value),
|
|
40
|
+
promiseLabel: (value) => colors.blue(value),
|
|
41
|
+
generatorLabel: (value) => colors.cyan(value),
|
|
42
|
+
blobLabel: (value) => colors.magenta(value),
|
|
43
|
+
unknownLabel: (value) => colors.magenta(value)
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
// formatters/console/printers/main.ts
|
|
48
|
+
function openingBrace(formatter) {
|
|
49
|
+
return formatter.styles.braces("{");
|
|
50
|
+
}
|
|
51
|
+
function closingBrace(formatter) {
|
|
52
|
+
return formatter.styles.braces("}");
|
|
53
|
+
}
|
|
54
|
+
function openingBrackets(formatter) {
|
|
55
|
+
return formatter.styles.brackets("[");
|
|
56
|
+
}
|
|
57
|
+
function closingBrackets(formatter) {
|
|
58
|
+
return formatter.styles.brackets("]");
|
|
59
|
+
}
|
|
60
|
+
var ConsolePrinters = {
|
|
61
|
+
"collapse": (token, formatter) => {
|
|
62
|
+
const styles = token.token.type === "object-start" ? formatter.styles.objectLabel : formatter.styles.arrayLabel;
|
|
63
|
+
const collpaseStyles = formatter.styles.collapseLabel;
|
|
64
|
+
return `${styles(token.name)} ` + (token.token.type === "object-start" ? openingBrace(formatter) : openingBrackets(formatter)) + ` ${collpaseStyles("collpased")} ` + (token.token.type === "object-start" ? closingBrace(formatter) : closingBrackets(formatter));
|
|
65
|
+
},
|
|
66
|
+
"object-start": (token, formatter) => {
|
|
67
|
+
formatter.indentation.increment();
|
|
68
|
+
const styles = formatter.styles.objectLabel;
|
|
69
|
+
const label = formatter.context.isStaticMember && formatter.context.staticDepth === 0 || token.constructorName === "Object" ? "" : styles(`${token.constructorName || "Object [null]"}`) + " ";
|
|
70
|
+
return label + openingBrace(formatter);
|
|
71
|
+
},
|
|
72
|
+
"object-end": (_, formatter) => {
|
|
73
|
+
formatter.indentation.decrement();
|
|
74
|
+
const indent = `${formatter.newLine}${formatter.indentation.getSpaces()}`;
|
|
75
|
+
return indent + closingBrace(formatter);
|
|
76
|
+
},
|
|
77
|
+
"object-key": (token, formatter) => {
|
|
78
|
+
formatter.context.isStack = token.value === "stack";
|
|
79
|
+
const styles = formatter.styles.objectKey;
|
|
80
|
+
const indent = `${formatter.newLine}${formatter.indentation.getSpaces()}`;
|
|
81
|
+
let value = token.value;
|
|
82
|
+
if (token.isSymbol) {
|
|
83
|
+
value = `[${value}]`;
|
|
84
|
+
}
|
|
85
|
+
let prefix = "";
|
|
86
|
+
if (formatter.context.isStaticMember) {
|
|
87
|
+
formatter.context.staticDepth++;
|
|
88
|
+
if (formatter.context.staticDepth === 1) {
|
|
89
|
+
const prefixStyles = formatter.styles.objectKeyPrefix;
|
|
90
|
+
prefix = `${prefixStyles("static")} `;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
return indent + prefix + styles(value) + ": ";
|
|
94
|
+
},
|
|
95
|
+
"object-circular-ref": (_, formatter) => {
|
|
96
|
+
const styles = formatter.styles.circularLabel;
|
|
97
|
+
return styles("[*Circular]");
|
|
98
|
+
},
|
|
99
|
+
"object-max-depth-ref": (_, formatter) => {
|
|
100
|
+
const styles = formatter.styles.objectLabel;
|
|
101
|
+
return styles("[Object]");
|
|
102
|
+
},
|
|
103
|
+
"object-value-getter": (_, formatter) => {
|
|
104
|
+
const styles = formatter.styles.getterLabel;
|
|
105
|
+
return styles("[Getter]");
|
|
106
|
+
},
|
|
107
|
+
"object-value-start": () => {
|
|
108
|
+
return "";
|
|
109
|
+
},
|
|
110
|
+
"object-value-end": (_, formatter) => {
|
|
111
|
+
if (formatter.context.isStaticMember) {
|
|
112
|
+
formatter.context.staticDepth--;
|
|
113
|
+
}
|
|
114
|
+
return `,`;
|
|
115
|
+
},
|
|
116
|
+
"array-start": (token, formatter) => {
|
|
117
|
+
formatter.indentation.increment();
|
|
118
|
+
const styles = formatter.styles.arrayLabel;
|
|
119
|
+
const label = token.name !== "Array" ? styles(`${token.name}`) + " " : "";
|
|
120
|
+
return label + openingBrackets(formatter);
|
|
121
|
+
},
|
|
122
|
+
"array-end": (_, formatter) => {
|
|
123
|
+
formatter.indentation.decrement();
|
|
124
|
+
const indent = `${formatter.newLine}${formatter.indentation.getSpaces()}`;
|
|
125
|
+
return indent + closingBrackets(formatter);
|
|
126
|
+
},
|
|
127
|
+
"array-value-start": (_, formatter) => {
|
|
128
|
+
const indent = `${formatter.newLine}${formatter.indentation.getSpaces()}`;
|
|
129
|
+
return indent;
|
|
130
|
+
},
|
|
131
|
+
"array-value-hole": (_, formatter) => {
|
|
132
|
+
const indent = `${formatter.newLine}${formatter.indentation.getSpaces()}`;
|
|
133
|
+
const styles = formatter.styles.undefined;
|
|
134
|
+
return indent + styles("<hole>") + ",";
|
|
135
|
+
},
|
|
136
|
+
"array-value-end": () => {
|
|
137
|
+
return `,`;
|
|
138
|
+
},
|
|
139
|
+
"array-circular-ref": (_, formatter) => {
|
|
140
|
+
const styles = formatter.styles.circularLabel;
|
|
141
|
+
return styles("[*Circular]");
|
|
142
|
+
},
|
|
143
|
+
"array-max-depth-ref": (_, formatter) => {
|
|
144
|
+
const styles = formatter.styles.arrayLabel;
|
|
145
|
+
return styles("[Array]");
|
|
146
|
+
},
|
|
147
|
+
"array-max-length-ref": (token, formatter) => {
|
|
148
|
+
const indent = `${formatter.newLine}${formatter.indentation.getSpaces()}`;
|
|
149
|
+
const styles = formatter.styles.arrayLabel;
|
|
150
|
+
const itemsLeft = token.size - token.limit;
|
|
151
|
+
if (itemsLeft <= 0) {
|
|
152
|
+
return "";
|
|
153
|
+
}
|
|
154
|
+
const label = itemsLeft === 1 ? `1 more item` : `${itemsLeft} more items`;
|
|
155
|
+
return indent + styles(`[...${label}]`);
|
|
156
|
+
},
|
|
157
|
+
"prototype-start": (_, formatter) => {
|
|
158
|
+
const indent = `${formatter.newLine}${formatter.indentation.getSpaces()}`;
|
|
159
|
+
formatter.indentation.increment();
|
|
160
|
+
const styles = formatter.styles.prototypeLabel;
|
|
161
|
+
const label = "[[Prototype]] ";
|
|
162
|
+
return indent + styles(label) + openingBrace(formatter);
|
|
163
|
+
},
|
|
164
|
+
"prototype-end": (_, formatter) => {
|
|
165
|
+
formatter.indentation.decrement();
|
|
166
|
+
const indent = `${formatter.newLine}${formatter.indentation.getSpaces()}`;
|
|
167
|
+
return indent + closingBrace(formatter);
|
|
168
|
+
},
|
|
169
|
+
"map-start": (token, formatter) => {
|
|
170
|
+
formatter.indentation.increment();
|
|
171
|
+
const styles = formatter.styles.mapLabel;
|
|
172
|
+
const label = `Map(${token.size}) `;
|
|
173
|
+
return styles(label) + openingBrace(formatter);
|
|
174
|
+
},
|
|
175
|
+
"map-end": (_, formatter) => {
|
|
176
|
+
formatter.indentation.decrement();
|
|
177
|
+
const indent = `${formatter.newLine}${formatter.indentation.getSpaces()}`;
|
|
178
|
+
return indent + closingBrace(formatter);
|
|
179
|
+
},
|
|
180
|
+
"map-row-start": (_, formatter) => {
|
|
181
|
+
const indent = `${formatter.newLine}${formatter.indentation.getSpaces()}`;
|
|
182
|
+
formatter.indentation.increment();
|
|
183
|
+
return indent + openingBrackets(formatter);
|
|
184
|
+
},
|
|
185
|
+
"map-row-end": (_, formatter) => {
|
|
186
|
+
formatter.indentation.decrement();
|
|
187
|
+
const indent = `${formatter.newLine}${formatter.indentation.getSpaces()}`;
|
|
188
|
+
return indent + closingBrackets(formatter) + `,`;
|
|
189
|
+
},
|
|
190
|
+
"map-key-start": (_, formatter) => {
|
|
191
|
+
const styles = formatter.styles.objectKey;
|
|
192
|
+
const indent = `${formatter.newLine}${formatter.indentation.getSpaces()}`;
|
|
193
|
+
return indent + styles("key") + ": ";
|
|
194
|
+
},
|
|
195
|
+
"map-key-end": function() {
|
|
196
|
+
return ",";
|
|
197
|
+
},
|
|
198
|
+
"map-value-start": (_, formatter) => {
|
|
199
|
+
const styles = formatter.styles.objectKey;
|
|
200
|
+
const indent = `${formatter.newLine}${formatter.indentation.getSpaces()}`;
|
|
201
|
+
return indent + styles("value") + ": ";
|
|
202
|
+
},
|
|
203
|
+
"map-value-end": function() {
|
|
204
|
+
return ",";
|
|
205
|
+
},
|
|
206
|
+
"map-circular-ref": (_, formatter) => {
|
|
207
|
+
const styles = formatter.styles.circularLabel;
|
|
208
|
+
return styles("[*Circular]");
|
|
209
|
+
},
|
|
210
|
+
"map-max-depth-ref": (_, formatter) => {
|
|
211
|
+
const styles = formatter.styles.mapLabel;
|
|
212
|
+
return styles("[Map]");
|
|
213
|
+
},
|
|
214
|
+
"map-max-length-ref": (token, formatter) => {
|
|
215
|
+
const styles = formatter.styles.mapLabel;
|
|
216
|
+
const itemsLeft = token.size - token.limit;
|
|
217
|
+
if (itemsLeft <= 0) {
|
|
218
|
+
return "";
|
|
219
|
+
}
|
|
220
|
+
const label = itemsLeft === 1 ? `1 more item` : `${itemsLeft} more items`;
|
|
221
|
+
return styles(`[...${label}]`);
|
|
222
|
+
},
|
|
223
|
+
"set-start": (token, formatter) => {
|
|
224
|
+
formatter.indentation.increment();
|
|
225
|
+
const styles = formatter.styles.setLabel;
|
|
226
|
+
const label = `Set(${token.size}) `;
|
|
227
|
+
return styles(label) + openingBrackets(formatter);
|
|
228
|
+
},
|
|
229
|
+
"set-end": (_, formatter) => {
|
|
230
|
+
formatter.indentation.decrement();
|
|
231
|
+
const indent = `${formatter.newLine}${formatter.indentation.getSpaces()}`;
|
|
232
|
+
return indent + closingBrackets(formatter);
|
|
233
|
+
},
|
|
234
|
+
"set-value-start": (_, formatter) => {
|
|
235
|
+
const indent = `${formatter.newLine}${formatter.indentation.getSpaces()}`;
|
|
236
|
+
return indent;
|
|
237
|
+
},
|
|
238
|
+
"set-value-end": () => {
|
|
239
|
+
return `,`;
|
|
240
|
+
},
|
|
241
|
+
"set-circular-ref": (_, formatter) => {
|
|
242
|
+
const styles = formatter.styles.circularLabel;
|
|
243
|
+
return styles("[*Circular]");
|
|
244
|
+
},
|
|
245
|
+
"set-max-depth-ref": (_, formatter) => {
|
|
246
|
+
const styles = formatter.styles.setLabel;
|
|
247
|
+
return styles("[Set]");
|
|
248
|
+
},
|
|
249
|
+
"set-max-length-ref": (token, formatter) => {
|
|
250
|
+
const indent = `${formatter.newLine}${formatter.indentation.getSpaces()}`;
|
|
251
|
+
const styles = formatter.styles.setLabel;
|
|
252
|
+
const itemsLeft = token.size - token.limit;
|
|
253
|
+
if (itemsLeft <= 0) {
|
|
254
|
+
return "";
|
|
255
|
+
}
|
|
256
|
+
const label = itemsLeft === 1 ? `1 more item` : `${itemsLeft} more items`;
|
|
257
|
+
return indent + styles(`[...${label}]`);
|
|
258
|
+
},
|
|
259
|
+
"string": (token, formatter) => {
|
|
260
|
+
let value = token.value;
|
|
261
|
+
const indent = formatter.indentation.getSpaces();
|
|
262
|
+
if (formatter.context.isStack) {
|
|
263
|
+
value = token.value.split("\n").map((row, index) => {
|
|
264
|
+
let rowValue = row.trim();
|
|
265
|
+
if (index > 0) {
|
|
266
|
+
rowValue = `${indent}${rowValue}`;
|
|
267
|
+
}
|
|
268
|
+
return rowValue;
|
|
269
|
+
}).join("\n");
|
|
270
|
+
} else {
|
|
271
|
+
value = wordWrap(token.value, {
|
|
272
|
+
newLine: formatter.newLine,
|
|
273
|
+
indent: formatter.indentation.getSpaces(),
|
|
274
|
+
width: 70,
|
|
275
|
+
escape: (line) => line
|
|
276
|
+
});
|
|
277
|
+
}
|
|
278
|
+
const styles = formatter.styles.string;
|
|
279
|
+
return styles(value);
|
|
280
|
+
},
|
|
281
|
+
"boolean": (token, formatter) => {
|
|
282
|
+
const styles = formatter.styles.boolean;
|
|
283
|
+
return styles(String(token.value));
|
|
284
|
+
},
|
|
285
|
+
"number": (token, formatter) => {
|
|
286
|
+
const styles = formatter.styles.number;
|
|
287
|
+
return styles(String(token.value));
|
|
288
|
+
},
|
|
289
|
+
"bigInt": (token, formatter) => {
|
|
290
|
+
const styles = formatter.styles.bigInt;
|
|
291
|
+
return styles(token.value);
|
|
292
|
+
},
|
|
293
|
+
"undefined": (_, formatter) => {
|
|
294
|
+
const styles = formatter.styles.undefined;
|
|
295
|
+
return styles("undefined");
|
|
296
|
+
},
|
|
297
|
+
"null": (_, formatter) => {
|
|
298
|
+
const styles = formatter.styles.null;
|
|
299
|
+
return styles("null");
|
|
300
|
+
},
|
|
301
|
+
"symbol": (token, formatter) => {
|
|
302
|
+
const styles = formatter.styles.symbol;
|
|
303
|
+
return styles(token.value);
|
|
304
|
+
},
|
|
305
|
+
"function": (token, formatter) => {
|
|
306
|
+
const styles = token.isClass ? formatter.styles.classLabel : formatter.styles.functionLabel;
|
|
307
|
+
const async = token.isAsync ? `async ` : "";
|
|
308
|
+
const generator = token.isGenerator ? `*` : "";
|
|
309
|
+
const label = token.isClass ? `[class ${token.name}]` : `[${async}${generator}function ${token.name}]`;
|
|
310
|
+
return styles(label);
|
|
311
|
+
},
|
|
312
|
+
"date": function(token, formatter) {
|
|
313
|
+
const styles = formatter.styles.date;
|
|
314
|
+
return styles(token.value);
|
|
315
|
+
},
|
|
316
|
+
"buffer": function(token, formatter) {
|
|
317
|
+
const styles = formatter.styles.buffer;
|
|
318
|
+
return styles(token.value);
|
|
319
|
+
},
|
|
320
|
+
"regexp": function(token, formatter) {
|
|
321
|
+
const styles = formatter.styles.regex;
|
|
322
|
+
return styles(token.value);
|
|
323
|
+
},
|
|
324
|
+
"unknown": function(token, formatter) {
|
|
325
|
+
const styles = formatter.styles.unknownLabel;
|
|
326
|
+
return styles(String(token.value));
|
|
327
|
+
},
|
|
328
|
+
"weak-set": function(_, formatter) {
|
|
329
|
+
const styles = formatter.styles.weakSetLabel;
|
|
330
|
+
return styles("[WeakSet]");
|
|
331
|
+
},
|
|
332
|
+
"weak-ref": function(_, formatter) {
|
|
333
|
+
const styles = formatter.styles.weakRefLabel;
|
|
334
|
+
return styles("[WeakRef]");
|
|
335
|
+
},
|
|
336
|
+
"weak-map": function(_, formatter) {
|
|
337
|
+
const styles = formatter.styles.weakMapLabel;
|
|
338
|
+
return styles("[WeakMap]");
|
|
339
|
+
},
|
|
340
|
+
"observable": function(_, formatter) {
|
|
341
|
+
const styles = formatter.styles.observableLabel;
|
|
342
|
+
return styles("[Observable]");
|
|
343
|
+
},
|
|
344
|
+
"blob": function(token, formatter) {
|
|
345
|
+
const styles = formatter.styles.objectLabel;
|
|
346
|
+
const sizeProp = formatter.styles.objectKey("size: ");
|
|
347
|
+
const sizeValue = formatter.styles.number(`${token.size}`);
|
|
348
|
+
const typeProp = token.contentType ? `, ${formatter.styles.objectKey("type: ")}` : "";
|
|
349
|
+
const typeValue = token.contentType ? formatter.styles.string(`${token.contentType}`) : "";
|
|
350
|
+
return styles("[Blob]") + " " + openingBrace(formatter) + `${sizeProp}${sizeValue}${typeProp}${typeValue}` + closingBrace(formatter);
|
|
351
|
+
},
|
|
352
|
+
"promise": function(token, formatter) {
|
|
353
|
+
const styles = formatter.styles.promiseLabel;
|
|
354
|
+
const label = token.isFulfilled ? "resolved" : "pending";
|
|
355
|
+
return styles(`[Promise${`<${label}>`}]`);
|
|
356
|
+
},
|
|
357
|
+
"generator": function(token, formatter) {
|
|
358
|
+
const styles = formatter.styles.generatorLabel;
|
|
359
|
+
const label = token.isAsync ? "[AsyncGenerator] {}" : "[Generator] {}";
|
|
360
|
+
return styles(label);
|
|
361
|
+
},
|
|
362
|
+
"static-members-start": function(_, formatter) {
|
|
363
|
+
formatter.context.isStaticMember = true;
|
|
364
|
+
formatter.context.staticDepth = 0;
|
|
365
|
+
return " ";
|
|
366
|
+
},
|
|
367
|
+
"static-members-end": function(_, formatter) {
|
|
368
|
+
formatter.context.isStaticMember = false;
|
|
369
|
+
formatter.context.staticDepth = 0;
|
|
370
|
+
return "";
|
|
371
|
+
}
|
|
372
|
+
};
|
|
373
|
+
|
|
374
|
+
// formatters/console/formatter.ts
|
|
375
|
+
var ConsoleFormatter = class {
|
|
376
|
+
/**
|
|
377
|
+
* Styles for output elements
|
|
378
|
+
*/
|
|
379
|
+
styles;
|
|
380
|
+
/**
|
|
381
|
+
* Context maintained through out the printing
|
|
382
|
+
* phase. Each instance has its own context
|
|
383
|
+
* that gets mutated internally.
|
|
384
|
+
*/
|
|
385
|
+
context;
|
|
386
|
+
/**
|
|
387
|
+
* Value for the newline character
|
|
388
|
+
*/
|
|
389
|
+
newLine = "\n";
|
|
390
|
+
/**
|
|
391
|
+
* Utility to manage indentation
|
|
392
|
+
*/
|
|
393
|
+
indentation = {
|
|
394
|
+
counter: 0,
|
|
395
|
+
/**
|
|
396
|
+
* Increment the identation by 1 step
|
|
397
|
+
*/
|
|
398
|
+
increment() {
|
|
399
|
+
this.counter++;
|
|
400
|
+
},
|
|
401
|
+
/**
|
|
402
|
+
* Decrement the identation by 1 step
|
|
403
|
+
*/
|
|
404
|
+
decrement() {
|
|
405
|
+
this.counter--;
|
|
406
|
+
},
|
|
407
|
+
/**
|
|
408
|
+
* Get the identation spaces as per the current
|
|
409
|
+
* identation level
|
|
410
|
+
*/
|
|
411
|
+
getSpaces() {
|
|
412
|
+
return new Array(this.counter * 2 + 1).join(" ");
|
|
413
|
+
}
|
|
414
|
+
};
|
|
415
|
+
constructor(config, context) {
|
|
416
|
+
this.context = context || {};
|
|
417
|
+
this.styles = Object.freeze({ ...themes.default, ...config?.styles });
|
|
418
|
+
}
|
|
419
|
+
/**
|
|
420
|
+
* Format a collection of tokens to ANSI output
|
|
421
|
+
*/
|
|
422
|
+
format(tokens) {
|
|
423
|
+
return tokens.map((token) => {
|
|
424
|
+
const formatter = ConsolePrinters[token.type];
|
|
425
|
+
return formatter(token, this) || "";
|
|
426
|
+
}).join("");
|
|
427
|
+
}
|
|
428
|
+
};
|
|
429
|
+
|
|
430
|
+
// formatters/console/main.ts
|
|
431
|
+
function dump(value, config) {
|
|
432
|
+
const parser = new Parser(config);
|
|
433
|
+
parser.parse(value);
|
|
434
|
+
return new ConsoleFormatter(config).format(parser.flush());
|
|
435
|
+
}
|
|
436
|
+
export {
|
|
437
|
+
ConsoleFormatter,
|
|
438
|
+
ConsolePrinters,
|
|
439
|
+
dump,
|
|
440
|
+
themes
|
|
441
|
+
};
|