@nogataka/cc-search 0.1.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/README.md +139 -0
- package/bin/index.js +78 -0
- package/dist/index.js +78 -0
- package/dist/standalone/.next/BUILD_ID +1 -0
- package/dist/standalone/.next/app-build-manifest.json +83 -0
- package/dist/standalone/.next/app-path-routes-manifest.json +9 -0
- package/dist/standalone/.next/build-manifest.json +33 -0
- package/dist/standalone/.next/package.json +1 -0
- package/dist/standalone/.next/prerender-manifest.json +11 -0
- package/dist/standalone/.next/react-loadable-manifest.json +1 -0
- package/dist/standalone/.next/required-server-files.json +310 -0
- package/dist/standalone/.next/routes-manifest.json +89 -0
- package/dist/standalone/.next/server/app/_not-found/page.js +1 -0
- package/dist/standalone/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/dist/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- package/dist/standalone/.next/server/app/api/[[...route]]/route.js +37 -0
- package/dist/standalone/.next/server/app/api/[[...route]]/route.js.nft.json +1 -0
- package/dist/standalone/.next/server/app/api/[[...route]]/route_client-reference-manifest.js +1 -0
- package/dist/standalone/.next/server/app/page.js +1 -0
- package/dist/standalone/.next/server/app/page.js.nft.json +1 -0
- package/dist/standalone/.next/server/app/page_client-reference-manifest.js +1 -0
- package/dist/standalone/.next/server/app/projects/[source]/[projectId]/page.js +1 -0
- package/dist/standalone/.next/server/app/projects/[source]/[projectId]/page.js.nft.json +1 -0
- package/dist/standalone/.next/server/app/projects/[source]/[projectId]/page_client-reference-manifest.js +1 -0
- package/dist/standalone/.next/server/app/projects/[source]/[projectId]/sessions/[sessionId]/page.js +1 -0
- package/dist/standalone/.next/server/app/projects/[source]/[projectId]/sessions/[sessionId]/page.js.nft.json +1 -0
- package/dist/standalone/.next/server/app/projects/[source]/[projectId]/sessions/[sessionId]/page_client-reference-manifest.js +1 -0
- package/dist/standalone/.next/server/app/projects/page.js +1 -0
- package/dist/standalone/.next/server/app/projects/page.js.nft.json +1 -0
- package/dist/standalone/.next/server/app/projects/page_client-reference-manifest.js +1 -0
- package/dist/standalone/.next/server/app/search/page.js +1 -0
- package/dist/standalone/.next/server/app/search/page.js.nft.json +1 -0
- package/dist/standalone/.next/server/app/search/page_client-reference-manifest.js +1 -0
- package/dist/standalone/.next/server/app-paths-manifest.json +9 -0
- package/dist/standalone/.next/server/chunks/284.js +1 -0
- package/dist/standalone/.next/server/chunks/333.js +1 -0
- package/dist/standalone/.next/server/chunks/561.js +5 -0
- package/dist/standalone/.next/server/chunks/61.js +1 -0
- package/dist/standalone/.next/server/chunks/662.js +20 -0
- package/dist/standalone/.next/server/chunks/742.js +6 -0
- package/dist/standalone/.next/server/chunks/844.js +1 -0
- package/dist/standalone/.next/server/functions-config-manifest.json +4 -0
- package/dist/standalone/.next/server/middleware-build-manifest.js +1 -0
- package/dist/standalone/.next/server/middleware-manifest.json +6 -0
- package/dist/standalone/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/dist/standalone/.next/server/next-font-manifest.js +1 -0
- package/dist/standalone/.next/server/next-font-manifest.json +1 -0
- package/dist/standalone/.next/server/pages/500.html +1 -0
- package/dist/standalone/.next/server/pages/_app.js +1 -0
- package/dist/standalone/.next/server/pages/_app.js.nft.json +1 -0
- package/dist/standalone/.next/server/pages/_document.js +1 -0
- package/dist/standalone/.next/server/pages/_document.js.nft.json +1 -0
- package/dist/standalone/.next/server/pages/_error.js +1 -0
- package/dist/standalone/.next/server/pages/_error.js.nft.json +1 -0
- package/dist/standalone/.next/server/pages-manifest.json +5 -0
- package/dist/standalone/.next/server/server-reference-manifest.js +1 -0
- package/dist/standalone/.next/server/server-reference-manifest.json +1 -0
- package/dist/standalone/.next/server/webpack-runtime.js +1 -0
- package/dist/standalone/.next/static/5S6qKWMgtfqtuFc2Fsm7M/_buildManifest.js +1 -0
- package/dist/standalone/.next/static/5S6qKWMgtfqtuFc2Fsm7M/_ssgManifest.js +1 -0
- package/dist/standalone/.next/static/chunks/173-704c34041219347d.js +1 -0
- package/dist/standalone/.next/static/chunks/315-d9e656b5af080b9d.js +1 -0
- package/dist/standalone/.next/static/chunks/413-76ae6d906e0fecdc.js +1 -0
- package/dist/standalone/.next/static/chunks/587-0a2d9b66d97887d8.js +1 -0
- package/dist/standalone/.next/static/chunks/62-50655d911130f274.js +1 -0
- package/dist/standalone/.next/static/chunks/650-2740294d28c20ac5.js +1 -0
- package/dist/standalone/.next/static/chunks/868-7d8f0d4a1f151f8b.js +1 -0
- package/dist/standalone/.next/static/chunks/892-7c69d11d52500bd3.js +1 -0
- package/dist/standalone/.next/static/chunks/911-6437b62f99286fcf.js +1 -0
- package/dist/standalone/.next/static/chunks/998-fb0a4ca85173d909.js +1 -0
- package/dist/standalone/.next/static/chunks/app/_not-found/page-e425f776b2b81449.js +1 -0
- package/dist/standalone/.next/static/chunks/app/api/[[...route]]/route-c0e61c7d1bdb9333.js +1 -0
- package/dist/standalone/.next/static/chunks/app/layout-b15effc1472f8a34.js +1 -0
- package/dist/standalone/.next/static/chunks/app/page-0f94938956f3c9c4.js +1 -0
- package/dist/standalone/.next/static/chunks/app/projects/[source]/[projectId]/page-9e5e7909b8805163.js +1 -0
- package/dist/standalone/.next/static/chunks/app/projects/[source]/[projectId]/sessions/[sessionId]/page-d91426bfe14a28cb.js +1 -0
- package/dist/standalone/.next/static/chunks/app/projects/page-78d5c5aef8f14eb1.js +1 -0
- package/dist/standalone/.next/static/chunks/app/search/page-0795aa78dc848e58.js +1 -0
- package/dist/standalone/.next/static/chunks/dd1b8c1c-86952dd5b5b065f4.js +1 -0
- package/dist/standalone/.next/static/chunks/framework-24e39e20a06f0fad.js +1 -0
- package/dist/standalone/.next/static/chunks/main-app-dabc1258fff53f6c.js +1 -0
- package/dist/standalone/.next/static/chunks/main-e0962a50f458bf77.js +1 -0
- package/dist/standalone/.next/static/chunks/pages/_app-4872db74abe70cb1.js +1 -0
- package/dist/standalone/.next/static/chunks/pages/_error-cb6c2fb9ce38705b.js +1 -0
- package/dist/standalone/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/dist/standalone/.next/static/chunks/webpack-0c7746af64cececa.js +1 -0
- package/dist/standalone/.next/static/css/9ec08f4adda9aedd.css +3 -0
- package/dist/standalone/.next/static/media/4cf2300e9c8272f7-s.p.woff2 +0 -0
- package/dist/standalone/.next/static/media/747892c23ea88013-s.woff2 +0 -0
- package/dist/standalone/.next/static/media/8d697b304b401681-s.woff2 +0 -0
- package/dist/standalone/.next/static/media/93f479601ee12b01-s.p.woff2 +0 -0
- package/dist/standalone/.next/static/media/9610d9e46709d722-s.woff2 +0 -0
- package/dist/standalone/.next/static/media/ba015fad6dcf6784-s.woff2 +0 -0
- package/dist/standalone/node_modules/@next/env/dist/index.js +1 -0
- package/dist/standalone/node_modules/@next/env/package.json +36 -0
- package/dist/standalone/node_modules/@swc/helpers/_/_class_private_field_loose_base/package.json +4 -0
- package/dist/standalone/node_modules/@swc/helpers/_/_class_private_field_loose_key/package.json +4 -0
- package/dist/standalone/node_modules/@swc/helpers/_/_interop_require_default/package.json +4 -0
- package/dist/standalone/node_modules/@swc/helpers/_/_interop_require_wildcard/package.json +4 -0
- package/dist/standalone/node_modules/@swc/helpers/_/_tagged_template_literal_loose/package.json +4 -0
- package/dist/standalone/node_modules/@swc/helpers/cjs/_class_private_field_loose_base.cjs +10 -0
- package/dist/standalone/node_modules/@swc/helpers/cjs/_class_private_field_loose_key.cjs +8 -0
- package/dist/standalone/node_modules/@swc/helpers/cjs/_interop_require_default.cjs +6 -0
- package/dist/standalone/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs +38 -0
- package/dist/standalone/node_modules/@swc/helpers/cjs/_tagged_template_literal_loose.cjs +10 -0
- package/dist/standalone/node_modules/@swc/helpers/package.json +471 -0
- package/dist/standalone/node_modules/busboy/lib/index.js +57 -0
- package/dist/standalone/node_modules/busboy/lib/types/multipart.js +653 -0
- package/dist/standalone/node_modules/busboy/lib/types/urlencoded.js +350 -0
- package/dist/standalone/node_modules/busboy/lib/utils.js +596 -0
- package/dist/standalone/node_modules/busboy/package.json +22 -0
- package/dist/standalone/node_modules/client-only/index.js +0 -0
- package/dist/standalone/node_modules/client-only/package.json +19 -0
- package/dist/standalone/node_modules/detect-libc/lib/detect-libc.js +313 -0
- package/dist/standalone/node_modules/detect-libc/lib/elf.js +39 -0
- package/dist/standalone/node_modules/detect-libc/lib/filesystem.js +51 -0
- package/dist/standalone/node_modules/detect-libc/lib/process.js +24 -0
- package/dist/standalone/node_modules/detect-libc/package.json +44 -0
- package/dist/standalone/node_modules/nanoid/non-secure/index.cjs +34 -0
- package/dist/standalone/node_modules/nanoid/non-secure/package.json +6 -0
- package/dist/standalone/node_modules/nanoid/package.json +89 -0
- package/dist/standalone/node_modules/next/dist/build/analysis/extract-const-value.js +205 -0
- package/dist/standalone/node_modules/next/dist/build/analysis/get-page-static-info.js +485 -0
- package/dist/standalone/node_modules/next/dist/build/analysis/parse-module.js +20 -0
- package/dist/standalone/node_modules/next/dist/build/babel/loader/get-config.js +390 -0
- package/dist/standalone/node_modules/next/dist/build/babel/loader/index.js +51 -0
- package/dist/standalone/node_modules/next/dist/build/babel/loader/transform.js +103 -0
- package/dist/standalone/node_modules/next/dist/build/babel/loader/util.js +20 -0
- package/dist/standalone/node_modules/next/dist/build/babel/plugins/commonjs.js +42 -0
- package/dist/standalone/node_modules/next/dist/build/babel/plugins/next-font-unsupported.js +36 -0
- package/dist/standalone/node_modules/next/dist/build/babel/plugins/next-page-config.js +144 -0
- package/dist/standalone/node_modules/next/dist/build/babel/plugins/next-page-disallow-re-export-all-exports.js +29 -0
- package/dist/standalone/node_modules/next/dist/build/babel/plugins/next-ssg-transform.js +345 -0
- package/dist/standalone/node_modules/next/dist/build/build-context.js +58 -0
- package/dist/standalone/node_modules/next/dist/build/create-compiler-aliases.js +363 -0
- package/dist/standalone/node_modules/next/dist/build/deployment-id.js +18 -0
- package/dist/standalone/node_modules/next/dist/build/entries.js +729 -0
- package/dist/standalone/node_modules/next/dist/build/get-babel-config-file.js +35 -0
- package/dist/standalone/node_modules/next/dist/build/get-babel-loader-config.js +106 -0
- package/dist/standalone/node_modules/next/dist/build/handle-externals.js +286 -0
- package/dist/standalone/node_modules/next/dist/build/load-entrypoint.js +172 -0
- package/dist/standalone/node_modules/next/dist/build/load-jsconfig.js +161 -0
- package/dist/standalone/node_modules/next/dist/build/next-config-ts/require-hook.js +85 -0
- package/dist/standalone/node_modules/next/dist/build/next-config-ts/transpile-config.js +73 -0
- package/dist/standalone/node_modules/next/dist/build/next-dir-paths.js +37 -0
- package/dist/standalone/node_modules/next/dist/build/normalize-catchall-routes.js +76 -0
- package/dist/standalone/node_modules/next/dist/build/output/format.js +84 -0
- package/dist/standalone/node_modules/next/dist/build/output/index.js +285 -0
- package/dist/standalone/node_modules/next/dist/build/output/log.js +126 -0
- package/dist/standalone/node_modules/next/dist/build/output/store.js +218 -0
- package/dist/standalone/node_modules/next/dist/build/polyfills/fetch/index.js +6 -0
- package/dist/standalone/node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js +7 -0
- package/dist/standalone/node_modules/next/dist/build/polyfills/object-assign.js +6 -0
- package/dist/standalone/node_modules/next/dist/build/polyfills/object.assign/auto.js +4 -0
- package/dist/standalone/node_modules/next/dist/build/polyfills/object.assign/implementation.js +4 -0
- package/dist/standalone/node_modules/next/dist/build/polyfills/object.assign/polyfill.js +6 -0
- package/dist/standalone/node_modules/next/dist/build/polyfills/object.assign/shim.js +6 -0
- package/dist/standalone/node_modules/next/dist/build/polyfills/polyfill-nomodule.js +1 -0
- package/dist/standalone/node_modules/next/dist/build/polyfills/process.js +5 -0
- package/dist/standalone/node_modules/next/dist/build/segment-config/app/app-segment-config.js +97 -0
- package/dist/standalone/node_modules/next/dist/build/segment-config/app/app-segments.js +160 -0
- package/dist/standalone/node_modules/next/dist/build/segment-config/app/collect-root-param-keys.js +52 -0
- package/dist/standalone/node_modules/next/dist/build/segment-config/middleware/middleware-config.js +121 -0
- package/dist/standalone/node_modules/next/dist/build/segment-config/pages/pages-segment-config.js +68 -0
- package/dist/standalone/node_modules/next/dist/build/static-paths/app.js +396 -0
- package/dist/standalone/node_modules/next/dist/build/static-paths/pages.js +163 -0
- package/dist/standalone/node_modules/next/dist/build/static-paths/utils.js +42 -0
- package/dist/standalone/node_modules/next/dist/build/swc/index.js +1076 -0
- package/dist/standalone/node_modules/next/dist/build/swc/options.js +385 -0
- package/dist/standalone/node_modules/next/dist/build/utils.js +1432 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/config/blocks/base.js +78 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/config/blocks/css/index.js +576 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/client.js +49 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/file-resolve.js +21 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/getCssModuleLocalIdent.js +37 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/global.js +64 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/index.js +22 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/modules.js +85 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/next-font.js +62 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/config/blocks/css/messages.js +45 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/config/blocks/css/plugins.js +190 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/config/blocks/images/index.js +42 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/config/blocks/images/messages.js +16 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/config/helpers.js +78 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/config/index.js +46 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/config/utils.js +13 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/CssSyntaxError.js +32 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/camelcase.js +93 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js +289 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/index.js +36 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-icss-parser.js +107 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-import-parser.js +223 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-url-parser.js +327 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js +91 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/getUrl.js +26 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/utils.js +463 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/get-module-build-info.js +15 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/codegen.js +156 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/index.js +27 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/interface.js +17 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/loader.js +424 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/minify.js +94 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/utils.js +58 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/next-flight-css-loader.js +56 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/next-flight-loader/index.js +171 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js +59 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js +141 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Error.js +40 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Warning.js +35 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js +126 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/utils.js +89 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js +104 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/file-protocol.js +78 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/join-function.js +190 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/postcss.js +94 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/value-processor.js +99 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/loaders/utils.js +94 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/app-build-manifest-plugin.js +62 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/build-manifest-plugin.js +259 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/copy-file-plugin.js +67 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/css-chunking-plugin.js +277 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/css-minimizer-plugin.js +92 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/define-env-plugin.js +197 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/devtools-ignore-list-plugin.js +68 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/eval-source-map-dev-tool-plugin.js +162 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/flight-client-entry-plugin.js +762 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.js +423 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/jsconfig-paths-plugin.js +219 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/memory-with-gc-cache-plugin.js +114 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/middleware-plugin.js +566 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/mini-css-extract-plugin.js +24 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/minify-webpack-plugin/src/index.js +181 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/next-drop-client-page-plugin.js +85 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/next-font-manifest-plugin.js +120 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/next-trace-entrypoints-plugin.js +542 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/next-types-plugin/index.js +833 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/next-types-plugin/shared.js +14 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/nextjs-require-cache-hot-reloader.js +57 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/optional-peer-dependency-resolve-plugin.js +45 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.js +146 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/profiling-plugin.js +282 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/react-loadable-plugin.js +169 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/rspack-flight-client-entry-plugin.js +97 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/rspack-profiling-plugin.js +62 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/slow-module-detection-plugin.js +190 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.js +62 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/telemetry-plugin/telemetry-plugin.js +188 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/telemetry-plugin/use-cache-tracker-utils.js +43 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/getModuleTrace.js +89 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/index.js +43 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parse-dynamic-code-evaluation-error.js +19 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseBabel.js +29 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseCss.js +29 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextAppLoaderError.js +26 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextFontError.js +33 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextInvalidImportError.js +26 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNotFoundError.js +161 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseScss.js +42 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/simpleWebpackError.js +18 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/webpackModuleError.js +138 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/stringify-request.js +15 -0
- package/dist/standalone/node_modules/next/dist/build/webpack/utils.js +109 -0
- package/dist/standalone/node_modules/next/dist/build/webpack-config-rules/resolve.js +56 -0
- package/dist/standalone/node_modules/next/dist/build/webpack-config.js +2164 -0
- package/dist/standalone/node_modules/next/dist/cli/next-test.js +170 -0
- package/dist/standalone/node_modules/next/dist/client/add-base-path.js +24 -0
- package/dist/standalone/node_modules/next/dist/client/add-locale.js +28 -0
- package/dist/standalone/node_modules/next/dist/client/app-build-id.js +49 -0
- package/dist/standalone/node_modules/next/dist/client/app-call-server.js +34 -0
- package/dist/standalone/node_modules/next/dist/client/app-find-source-map-url.js +38 -0
- package/dist/standalone/node_modules/next/dist/client/assign-location.js +29 -0
- package/dist/standalone/node_modules/next/dist/client/components/app-router-announcer.js +80 -0
- package/dist/standalone/node_modules/next/dist/client/components/app-router-headers.js +108 -0
- package/dist/standalone/node_modules/next/dist/client/components/app-router-instance.js +311 -0
- package/dist/standalone/node_modules/next/dist/client/components/app-router.js +536 -0
- package/dist/standalone/node_modules/next/dist/client/components/bailout-to-client-rendering.js +29 -0
- package/dist/standalone/node_modules/next/dist/client/components/dev-root-http-access-fallback-boundary.js +53 -0
- package/dist/standalone/node_modules/next/dist/client/components/error-boundary.js +215 -0
- package/dist/standalone/node_modules/next/dist/client/components/errors/attach-hydration-error-state.js +84 -0
- package/dist/standalone/node_modules/next/dist/client/components/errors/console-error.js +56 -0
- package/dist/standalone/node_modules/next/dist/client/components/errors/enqueue-client-error.js +27 -0
- package/dist/standalone/node_modules/next/dist/client/components/errors/hydration-error-info.js +171 -0
- package/dist/standalone/node_modules/next/dist/client/components/errors/runtime-error-handler.js +21 -0
- package/dist/standalone/node_modules/next/dist/client/components/errors/stitched-error.js +60 -0
- package/dist/standalone/node_modules/next/dist/client/components/errors/use-error-handler.js +158 -0
- package/dist/standalone/node_modules/next/dist/client/components/forbidden.js +49 -0
- package/dist/standalone/node_modules/next/dist/client/components/hooks-server-context.js +42 -0
- package/dist/standalone/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js +126 -0
- package/dist/standalone/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js +97 -0
- package/dist/standalone/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js +72 -0
- package/dist/standalone/node_modules/next/dist/client/components/is-hydration-error.js +137 -0
- package/dist/standalone/node_modules/next/dist/client/components/is-next-router-error.js +23 -0
- package/dist/standalone/node_modules/next/dist/client/components/links.js +333 -0
- package/dist/standalone/node_modules/next/dist/client/components/match-segments.js +32 -0
- package/dist/standalone/node_modules/next/dist/client/components/nav-failure-handler.js +61 -0
- package/dist/standalone/node_modules/next/dist/client/components/navigation-untracked.js +50 -0
- package/dist/standalone/node_modules/next/dist/client/components/navigation.js +181 -0
- package/dist/standalone/node_modules/next/dist/client/components/navigation.react-server.js +79 -0
- package/dist/standalone/node_modules/next/dist/client/components/noop-head.js +21 -0
- package/dist/standalone/node_modules/next/dist/client/components/not-found-error.js +26 -0
- package/dist/standalone/node_modules/next/dist/client/components/not-found.js +43 -0
- package/dist/standalone/node_modules/next/dist/client/components/parallel-route-default.js +35 -0
- package/dist/standalone/node_modules/next/dist/client/components/promise-queue.js +91 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/app/app-dev-overlay-error-boundary.js +75 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/app/app-dev-overlay.js +111 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/app/hot-reloader-client.js +534 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/font/font-styles.js +41 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/font/get-dev-overlay-font-middleware.js +72 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/pages/bus.js +70 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/pages/client.js +170 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/pages/hooks.js +45 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/pages/hot-reloader-client.js +419 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/pages/pages-dev-overlay-error-boundary.js +45 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/pages/pages-dev-overlay.js +43 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/pages/websocket.js +104 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/server/get-next-error-feedback-middleware.js +42 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/server/middleware-response.js +50 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/server/middleware-turbopack.js +391 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/server/middleware-webpack.js +488 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/server/shared.js +38 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/shared.js +266 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/call-stack-frame/call-stack-frame.js +94 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/code-frame/code-frame.js +128 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/code-frame/parse-code-frame.js +90 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/copy-button/index.js +242 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/dialog/dialog-body.js +29 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/dialog/dialog-content.js +29 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/dialog/dialog-header.js +29 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/dialog/dialog.js +101 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/dialog/index.js +47 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/dialog/styles.js +19 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/call-stack/call-stack.js +114 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dev-tools-indicator/dev-tools-indicator.js +397 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dev-tools-indicator/dev-tools-info/dev-tools-info.js +91 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dev-tools-indicator/dev-tools-info/preferences.js +78 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dev-tools-indicator/dev-tools-info/route-info.js +176 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dev-tools-indicator/dev-tools-info/turbopack-info.js +198 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dev-tools-indicator/dev-tools-info/user-preferences.js +314 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dev-tools-indicator/next-logo.js +377 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dev-tools-indicator/use-minimum-loading-time-multiple.js +73 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dev-tools-indicator/utils.js +131 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dialog/body.js +40 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dialog/dialog.js +51 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dialog/header.js +40 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/environment-name-label/environment-name-label.js +39 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-message/error-message.js +71 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay/error-overlay.js +65 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay-bottom-stack/index.js +55 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay-footer/error-feedback/error-feedback.js +112 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay-footer/error-overlay-footer.js +49 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay-layout/error-overlay-layout.js +156 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay-nav/error-overlay-nav.js +159 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay-pagination/error-overlay-pagination.js +167 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay-toolbar/copy-stack-trace-button.js +31 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay-toolbar/docs-link-button.js +86 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay-toolbar/error-overlay-toolbar.js +52 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay-toolbar/nodejs-inspector-button.js +382 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-type-label/error-type-label.js +40 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/overlay/overlay.js +40 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/fader/index.js +49 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/hot-linked-text/index.js +74 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/hydration-diff/diff-view.js +100 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/overlay/body-locker.js +62 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/overlay/index.js +19 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/overlay/overlay.js +43 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/overlay/styles.js +19 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/shadow-portal.js +58 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/terminal/editor-link.js +77 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/terminal/index.js +19 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/terminal/terminal.js +170 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/toast/index.js +32 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/toast/styles.js +19 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/toast/toast.js +39 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/components/version-staleness-info/version-staleness-info.js +147 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/container/build-error.js +74 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/container/errors.js +189 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/container/runtime-error/component-stack-pseudo-html.js +32 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/container/runtime-error/index.js +60 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/container/runtime-error/render-error.js +122 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/dev-overlay.js +70 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/hooks/use-delayed-render.js +69 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/hooks/use-measure-height.js +48 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/hooks/use-on-click-outside.js +51 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/collapse-icon.js +42 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/dark-icon.js +34 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/external.js +63 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/eye-icon.js +33 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/file.js +136 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/gear-icon.js +34 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/left-arrow.js +37 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/light-icon.js +48 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/right-arrow.js +37 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/system-icon.js +32 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/thumbs/thumbs-down.js +36 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/thumbs/thumbs-up.js +40 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/styles/base.js +37 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/styles/colors.js +35 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/styles/component-styles.js +81 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/styles/css-reset.js +37 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/styles/dark-theme.js +41 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/utils/cx.js +29 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/utils/merge-refs.js +49 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/utils/parse-url-from-text.js +26 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/ui/utils/use-open-in-editor.js +37 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/utils/css.js +32 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/utils/dev-indicator/dev-render-indicator.js +58 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/utils/dev-indicator/use-sync-dev-render-indicator.js +33 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/utils/format-webpack-messages.js +164 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/utils/get-error-by-type.js +111 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/utils/get-socket-url.js +38 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/utils/get-source-map-from-file.js +88 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/utils/get-source-map-url.js +33 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/utils/launch-editor.js +432 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/utils/node-stack-frames.js +90 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/utils/parse-component-stack.js +99 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/utils/parse-stack.js +54 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/utils/report-hmr-latency.js +50 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/utils/stack-frame.js +152 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/utils/turbopack-hot-reloader-common.js +150 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/utils/use-websocket.js +134 -0
- package/dist/standalone/node_modules/next/dist/client/components/react-dev-overlay/utils/webpack-module-path.js +47 -0
- package/dist/standalone/node_modules/next/dist/client/components/redirect-boundary.js +100 -0
- package/dist/standalone/node_modules/next/dist/client/components/redirect-error.js +52 -0
- package/dist/standalone/node_modules/next/dist/client/components/redirect-status-code.js +24 -0
- package/dist/standalone/node_modules/next/dist/client/components/redirect.js +94 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js +193 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js +53 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js +105 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js +78 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js +131 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js +22 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js +117 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js +33 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js +249 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js +111 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js +148 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/handle-mutable.js +64 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js +25 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js +60 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js +32 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js +51 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js +821 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js +319 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js +56 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js +21 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js +39 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js +98 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js +380 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js +57 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js +111 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js +54 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js +284 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js +66 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js +105 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js +78 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/router-reducer.js +71 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js +44 -0
- package/dist/standalone/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js +39 -0
- package/dist/standalone/node_modules/next/dist/client/components/segment-cache-impl/cache-key.js +28 -0
- package/dist/standalone/node_modules/next/dist/client/components/segment-cache-impl/cache.js +1153 -0
- package/dist/standalone/node_modules/next/dist/client/components/segment-cache-impl/lru.js +121 -0
- package/dist/standalone/node_modules/next/dist/client/components/segment-cache-impl/navigation.js +341 -0
- package/dist/standalone/node_modules/next/dist/client/components/segment-cache-impl/prefetch.js +31 -0
- package/dist/standalone/node_modules/next/dist/client/components/segment-cache-impl/scheduler.js +839 -0
- package/dist/standalone/node_modules/next/dist/client/components/segment-cache-impl/tuple-map.js +153 -0
- package/dist/standalone/node_modules/next/dist/client/components/segment-cache.js +156 -0
- package/dist/standalone/node_modules/next/dist/client/components/static-generation-bailout.js +42 -0
- package/dist/standalone/node_modules/next/dist/client/components/unauthorized.js +50 -0
- package/dist/standalone/node_modules/next/dist/client/components/unresolved-thenable.js +23 -0
- package/dist/standalone/node_modules/next/dist/client/components/unstable-rethrow.browser.js +28 -0
- package/dist/standalone/node_modules/next/dist/client/components/unstable-rethrow.js +25 -0
- package/dist/standalone/node_modules/next/dist/client/components/unstable-rethrow.server.js +32 -0
- package/dist/standalone/node_modules/next/dist/client/components/use-action-queue.js +70 -0
- package/dist/standalone/node_modules/next/dist/client/detect-domain-locale.js +26 -0
- package/dist/standalone/node_modules/next/dist/client/dev/dev-build-indicator/internal/dev-build-indicator.js +25 -0
- package/dist/standalone/node_modules/next/dist/client/dev/dev-build-indicator/internal/handle-dev-build-indicator-hmr-events.js +37 -0
- package/dist/standalone/node_modules/next/dist/client/dev/dev-build-indicator/internal/initialize.js +57 -0
- package/dist/standalone/node_modules/next/dist/client/flight-data-helpers.js +124 -0
- package/dist/standalone/node_modules/next/dist/client/has-base-path.js +23 -0
- package/dist/standalone/node_modules/next/dist/client/lib/console.js +171 -0
- package/dist/standalone/node_modules/next/dist/client/normalize-trailing-slash.js +36 -0
- package/dist/standalone/node_modules/next/dist/client/remove-base-path.js +32 -0
- package/dist/standalone/node_modules/next/dist/client/remove-locale.js +28 -0
- package/dist/standalone/node_modules/next/dist/client/request-idle-callback.js +44 -0
- package/dist/standalone/node_modules/next/dist/client/resolve-href.js +79 -0
- package/dist/standalone/node_modules/next/dist/client/route-loader.js +348 -0
- package/dist/standalone/node_modules/next/dist/client/router.js +199 -0
- package/dist/standalone/node_modules/next/dist/client/script.js +341 -0
- package/dist/standalone/node_modules/next/dist/client/set-attributes-from-props.js +68 -0
- package/dist/standalone/node_modules/next/dist/client/trusted-types.js +40 -0
- package/dist/standalone/node_modules/next/dist/client/with-router.js +37 -0
- package/dist/standalone/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +339 -0
- package/dist/standalone/node_modules/next/dist/compiled/@edge-runtime/cookies/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js +46 -0
- package/dist/standalone/node_modules/next/dist/compiled/@edge-runtime/ponyfill/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/console.js.text.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/events.js.text.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/index.js +5 -0
- package/dist/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/load.js +18713 -0
- package/dist/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/stream.js +44 -0
- package/dist/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/url.js.text.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@hapi/accept/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@hapi/accept/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@napi-rs/triples/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@napi-rs/triples/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/constants.js +10 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/fontkit/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/format-available-values.js +9 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/google/fetch-css-from-google-fonts.js +28 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/google/fetch-font-file.js +24 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/google/fetch-resource.js +46 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/google/find-font-files-in-css.js +34 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/google/font-data.json +16370 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/google/get-fallback-font-override-metrics.js +62 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/google/get-font-axes.js +66 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/google/get-google-fonts-url.js +55 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/google/get-proxy-agent.js +23 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/google/google-fonts-metadata.js +8 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/google/loader.js +175 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/google/retry.js +18 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/google/sort-fonts-variant-values.js +26 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/google/validate-google-font-function-call.js +101 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/local/get-fallback-metrics-from-font-file.js +85 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/local/loader.js +75 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/local/pick-font-file-for-fallback-generation.js +85 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/local/validate-local-font-function-call.js +72 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/dist/next-font-error.js +11 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/google/loader.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/local/loader.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/font/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/ReactRefreshWebpackPlugin.js +130 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/ReactRefreshModule.runtime.js +69 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js +170 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/loader.js +21 -0
- package/dist/standalone/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js +27 -0
- package/dist/standalone/node_modules/next/dist/compiled/@opentelemetry/api/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@opentelemetry/api/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@typescript/vfs/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@typescript/vfs/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/@vercel/nft/LICENSE +7 -0
- package/dist/standalone/node_modules/next/dist/compiled/@vercel/nft/index.js +24 -0
- package/dist/standalone/node_modules/next/dist/compiled/@vercel/nft/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/acorn/acorn.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/acorn/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/amphtml-validator/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/amphtml-validator/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/amphtml-validator/validator_wasm.js +2672 -0
- package/dist/standalone/node_modules/next/dist/compiled/anser/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/anser/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/assert/assert.js +7 -0
- package/dist/standalone/node_modules/next/dist/compiled/assert/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/async-retry/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/async-retry/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/async-sema/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/async-sema/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/babel/bundle.js +1871 -0
- package/dist/standalone/node_modules/next/dist/compiled/babel/code-frame.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/babel/core-lib-block-hoist-plugin.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/babel/core-lib-config.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/babel/core-lib-normalize-file.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/babel/core-lib-normalize-opts.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/babel/core-lib-plugin-pass.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/babel/core.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/babel/generator.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/babel/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/babel/parser.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/babel/plugin-syntax-jsx.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/babel/plugin-transform-define.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/babel/plugin-transform-modules-commonjs.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/babel/preset-typescript.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/babel/traverse.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/babel/types.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/babel-packages/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/babel-packages/packages-bundle.js +403 -0
- package/dist/standalone/node_modules/next/dist/compiled/browserify-zlib/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/browserify-zlib/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/browserslist/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/browserslist/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/buffer/index.js +9 -0
- package/dist/standalone/node_modules/next/dist/compiled/buffer/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/bytes/index.js +8 -0
- package/dist/standalone/node_modules/next/dist/compiled/bytes/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/ci-info/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/ci-info/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/commander/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/commander/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/comment-json/index.js +7 -0
- package/dist/standalone/node_modules/next/dist/compiled/comment-json/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/compression/index.js +51 -0
- package/dist/standalone/node_modules/next/dist/compiled/compression/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/conf/index.js +15 -0
- package/dist/standalone/node_modules/next/dist/compiled/conf/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/constants-browserify/constants.json +209 -0
- package/dist/standalone/node_modules/next/dist/compiled/constants-browserify/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/content-disposition/index.js +6 -0
- package/dist/standalone/node_modules/next/dist/compiled/content-disposition/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/cookie/index.js +7 -0
- package/dist/standalone/node_modules/next/dist/compiled/cookie/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/cross-spawn/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/cross-spawn/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/crypto-browserify/index.js +3 -0
- package/dist/standalone/node_modules/next/dist/compiled/crypto-browserify/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/cssnano-simple/index.js +320 -0
- package/dist/standalone/node_modules/next/dist/compiled/data-uri-to-buffer/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/data-uri-to-buffer/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/debug/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/debug/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/devalue/devalue.umd.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/devalue/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/domain-browser/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/domain-browser/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/edge-runtime/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/edge-runtime/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/events/events.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/events/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/find-up/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/find-up/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/fresh/index.js +8 -0
- package/dist/standalone/node_modules/next/dist/compiled/fresh/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/glob/glob.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/glob/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/gzip-size/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/gzip-size/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/http-proxy/index.js +34 -0
- package/dist/standalone/node_modules/next/dist/compiled/http-proxy/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/http-proxy-agent/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/http-proxy-agent/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/https-browserify/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/https-browserify/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/https-proxy-agent/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/https-proxy-agent/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/icss-utils/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/icss-utils/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/ignore-loader/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/ignore-loader/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/image-size/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/image-size/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/is-animated/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/is-animated/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/is-docker/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/is-docker/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/is-wsl/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/is-wsl/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/jest-worker/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/jest-worker/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/jest-worker/processChild.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/jest-worker/threadChild.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/json5/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/json5/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/jsonwebtoken/index.js +11 -0
- package/dist/standalone/node_modules/next/dist/compiled/jsonwebtoken/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/loader-utils2/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/loader-utils2/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/loader-utils3/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/loader-utils3/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/lodash.curry/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/lodash.curry/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/lru-cache/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/lru-cache/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/mini-css-extract-plugin/cjs.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/mini-css-extract-plugin/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/mini-css-extract-plugin/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/nanoid/index.cjs +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/nanoid/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/native-url/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/native-url/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/neo-async/async.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/neo-async/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/next-server/app-page-experimental.runtime.prod.js +144 -0
- package/dist/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +144 -0
- package/dist/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +144 -0
- package/dist/standalone/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js +144 -0
- package/dist/standalone/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js +19 -0
- package/dist/standalone/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +32 -0
- package/dist/standalone/node_modules/next/dist/compiled/next-server/pages.runtime.prod.js +32 -0
- package/dist/standalone/node_modules/next/dist/compiled/os-browserify/browser.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/os-browserify/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/p-limit/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/p-limit/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/p-queue/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/p-queue/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/path-browserify/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/path-browserify/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/path-to-regexp/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/path-to-regexp/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/picomatch/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/picomatch/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/postcss-flexbugs-fixes/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/postcss-flexbugs-fixes/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/postcss-modules-extract-imports/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/postcss-modules-extract-imports/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/postcss-modules-local-by-default/index.js +2 -0
- package/dist/standalone/node_modules/next/dist/compiled/postcss-modules-local-by-default/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/postcss-modules-scope/index.js +2 -0
- package/dist/standalone/node_modules/next/dist/compiled/postcss-modules-scope/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/postcss-modules-values/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/postcss-modules-values/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/postcss-plugin-stub-for-cssnano-simple/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/postcss-preset-env/index.cjs +94 -0
- package/dist/standalone/node_modules/next/dist/compiled/postcss-preset-env/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/postcss-scss/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/postcss-scss/scss-syntax.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/postcss-value-parser/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/postcss-value-parser/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/process/browser.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/process/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/punycode/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/punycode/punycode.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/querystring-es3/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/querystring-es3/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js +133 -0
- package/dist/standalone/node_modules/next/dist/compiled/react-is/cjs/react-is.production.js +130 -0
- package/dist/standalone/node_modules/next/dist/compiled/react-is/index.js +7 -0
- package/dist/standalone/node_modules/next/dist/compiled/react-is/package.json +26 -0
- package/dist/standalone/node_modules/next/dist/compiled/react-refresh/babel.js +7 -0
- package/dist/standalone/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-babel.development.js +842 -0
- package/dist/standalone/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-babel.production.min.js +24 -0
- package/dist/standalone/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js +658 -0
- package/dist/standalone/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.production.min.js +10 -0
- package/dist/standalone/node_modules/next/dist/compiled/react-refresh/package.json +39 -0
- package/dist/standalone/node_modules/next/dist/compiled/react-refresh/runtime.js +7 -0
- package/dist/standalone/node_modules/next/dist/compiled/regenerator-runtime/package.json +19 -0
- package/dist/standalone/node_modules/next/dist/compiled/regenerator-runtime/runtime.js +729 -0
- package/dist/standalone/node_modules/next/dist/compiled/sass-loader/cjs.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/sass-loader/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/schema-utils3/index.js +3 -0
- package/dist/standalone/node_modules/next/dist/compiled/schema-utils3/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/semver/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/semver/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/send/index.js +85 -0
- package/dist/standalone/node_modules/next/dist/compiled/send/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/setimmediate/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/setimmediate/setImmediate.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/shell-quote/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/shell-quote/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/source-map/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/source-map/source-map.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/source-map08/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/source-map08/source-map.js +3002 -0
- package/dist/standalone/node_modules/next/dist/compiled/stacktrace-parser/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/stream-browserify/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/stream-browserify/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/stream-http/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/stream-http/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/string-hash/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/string-hash/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/string_decoder/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/string_decoder/string_decoder.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/strip-ansi/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/strip-ansi/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/superstruct/index.cjs +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/superstruct/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/tar/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/tar/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/text-table/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/text-table/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/timers-browserify/main.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/timers-browserify/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/tty-browserify/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/tty-browserify/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/unistore/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/unistore/unistore.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/util/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/util/util.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/vm-browserify/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/vm-browserify/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/watchpack/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/watchpack/watchpack.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/webpack-sources3/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/webpack-sources3/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/ws/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/ws/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/zod/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/zod/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/zod-validation-error/index.js +1 -0
- package/dist/standalone/node_modules/next/dist/compiled/zod-validation-error/package.json +1 -0
- package/dist/standalone/node_modules/next/dist/experimental/testmode/context.js +57 -0
- package/dist/standalone/node_modules/next/dist/experimental/testmode/fetch.js +141 -0
- package/dist/standalone/node_modules/next/dist/experimental/testmode/httpget.js +26 -0
- package/dist/standalone/node_modules/next/dist/experimental/testmode/server-edge.js +32 -0
- package/dist/standalone/node_modules/next/dist/experimental/testmode/server.js +62 -0
- package/dist/standalone/node_modules/next/dist/export/helpers/create-incremental-cache.js +61 -0
- package/dist/standalone/node_modules/next/dist/export/utils.js +24 -0
- package/dist/standalone/node_modules/next/dist/lib/batcher.js +59 -0
- package/dist/standalone/node_modules/next/dist/lib/build-custom-route.js +39 -0
- package/dist/standalone/node_modules/next/dist/lib/client-and-server-references.js +43 -0
- package/dist/standalone/node_modules/next/dist/lib/coalesced-function.js +39 -0
- package/dist/standalone/node_modules/next/dist/lib/compile-error.js +14 -0
- package/dist/standalone/node_modules/next/dist/lib/constants.js +375 -0
- package/dist/standalone/node_modules/next/dist/lib/create-client-router-filter.js +67 -0
- package/dist/standalone/node_modules/next/dist/lib/default-transpiled-packages.json +1 -0
- package/dist/standalone/node_modules/next/dist/lib/detached-promise.js +32 -0
- package/dist/standalone/node_modules/next/dist/lib/detect-typo.js +51 -0
- package/dist/standalone/node_modules/next/dist/lib/download-swc.js +183 -0
- package/dist/standalone/node_modules/next/dist/lib/error-telemetry-utils.js +56 -0
- package/dist/standalone/node_modules/next/dist/lib/fallback.js +100 -0
- package/dist/standalone/node_modules/next/dist/lib/fatal-error.js +14 -0
- package/dist/standalone/node_modules/next/dist/lib/file-exists.js +53 -0
- package/dist/standalone/node_modules/next/dist/lib/find-config.js +102 -0
- package/dist/standalone/node_modules/next/dist/lib/find-pages-dir.js +54 -0
- package/dist/standalone/node_modules/next/dist/lib/find-root.js +46 -0
- package/dist/standalone/node_modules/next/dist/lib/format-dynamic-import-path.js +24 -0
- package/dist/standalone/node_modules/next/dist/lib/format-server-error.js +74 -0
- package/dist/standalone/node_modules/next/dist/lib/fs/rename.js +86 -0
- package/dist/standalone/node_modules/next/dist/lib/fs/write-atomic.js +28 -0
- package/dist/standalone/node_modules/next/dist/lib/generate-interception-routes-rewrites.js +71 -0
- package/dist/standalone/node_modules/next/dist/lib/get-network-host.js +44 -0
- package/dist/standalone/node_modules/next/dist/lib/get-project-dir.js +51 -0
- package/dist/standalone/node_modules/next/dist/lib/has-necessary-dependencies.js +46 -0
- package/dist/standalone/node_modules/next/dist/lib/helpers/get-cache-directory.js +66 -0
- package/dist/standalone/node_modules/next/dist/lib/helpers/get-online.js +50 -0
- package/dist/standalone/node_modules/next/dist/lib/helpers/get-pkg-manager.js +63 -0
- package/dist/standalone/node_modules/next/dist/lib/helpers/get-registry.js +45 -0
- package/dist/standalone/node_modules/next/dist/lib/helpers/install.js +83 -0
- package/dist/standalone/node_modules/next/dist/lib/install-dependencies.js +40 -0
- package/dist/standalone/node_modules/next/dist/lib/interop-default.js +15 -0
- package/dist/standalone/node_modules/next/dist/lib/is-api-route.js +15 -0
- package/dist/standalone/node_modules/next/dist/lib/is-app-page-route.js +15 -0
- package/dist/standalone/node_modules/next/dist/lib/is-app-route-route.js +15 -0
- package/dist/standalone/node_modules/next/dist/lib/is-edge-runtime.js +16 -0
- package/dist/standalone/node_modules/next/dist/lib/is-error.js +72 -0
- package/dist/standalone/node_modules/next/dist/lib/is-internal-component.js +36 -0
- package/dist/standalone/node_modules/next/dist/lib/is-serializable-props.js +106 -0
- package/dist/standalone/node_modules/next/dist/lib/known-edge-safe-packages.json +1 -0
- package/dist/standalone/node_modules/next/dist/lib/load-custom-routes.js +533 -0
- package/dist/standalone/node_modules/next/dist/lib/metadata/get-metadata-route.js +114 -0
- package/dist/standalone/node_modules/next/dist/lib/metadata/is-metadata-route.js +151 -0
- package/dist/standalone/node_modules/next/dist/lib/metadata/metadata-constants.js +31 -0
- package/dist/standalone/node_modules/next/dist/lib/metadata/metadata-context.js +48 -0
- package/dist/standalone/node_modules/next/dist/lib/multi-file-writer.js +75 -0
- package/dist/standalone/node_modules/next/dist/lib/needs-experimental-react.js +16 -0
- package/dist/standalone/node_modules/next/dist/lib/non-nullable.js +15 -0
- package/dist/standalone/node_modules/next/dist/lib/oxford-comma-list.js +15 -0
- package/dist/standalone/node_modules/next/dist/lib/page-types.js +18 -0
- package/dist/standalone/node_modules/next/dist/lib/patch-incorrect-lockfile.js +185 -0
- package/dist/standalone/node_modules/next/dist/lib/pick.js +19 -0
- package/dist/standalone/node_modules/next/dist/lib/picocolors.js +177 -0
- package/dist/standalone/node_modules/next/dist/lib/pretty-bytes.js +74 -0
- package/dist/standalone/node_modules/next/dist/lib/realpath.js +20 -0
- package/dist/standalone/node_modules/next/dist/lib/recursive-delete.js +75 -0
- package/dist/standalone/node_modules/next/dist/lib/recursive-readdir.js +124 -0
- package/dist/standalone/node_modules/next/dist/lib/redirect-status.js +46 -0
- package/dist/standalone/node_modules/next/dist/lib/resolve-from.js +63 -0
- package/dist/standalone/node_modules/next/dist/lib/scheduler.js +64 -0
- package/dist/standalone/node_modules/next/dist/lib/semver-noop.js +18 -0
- package/dist/standalone/node_modules/next/dist/lib/server-external-packages.json +70 -0
- package/dist/standalone/node_modules/next/dist/lib/static-env.js +88 -0
- package/dist/standalone/node_modules/next/dist/lib/try-to-parse-path.js +50 -0
- package/dist/standalone/node_modules/next/dist/lib/turbopack-warning.js +198 -0
- package/dist/standalone/node_modules/next/dist/lib/typescript/diagnosticFormatter.js +258 -0
- package/dist/standalone/node_modules/next/dist/lib/typescript/getTypeScriptConfiguration.js +73 -0
- package/dist/standalone/node_modules/next/dist/lib/typescript/getTypeScriptIntent.js +52 -0
- package/dist/standalone/node_modules/next/dist/lib/typescript/missingDependencyError.js +27 -0
- package/dist/standalone/node_modules/next/dist/lib/typescript/runTypeCheck.js +95 -0
- package/dist/standalone/node_modules/next/dist/lib/typescript/writeAppTypeDeclarations.js +62 -0
- package/dist/standalone/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js +334 -0
- package/dist/standalone/node_modules/next/dist/lib/url.js +45 -0
- package/dist/standalone/node_modules/next/dist/lib/verify-partytown-setup.js +114 -0
- package/dist/standalone/node_modules/next/dist/lib/verify-typescript-setup.js +165 -0
- package/dist/standalone/node_modules/next/dist/lib/wait.js +19 -0
- package/dist/standalone/node_modules/next/dist/lib/with-promise-cache.js +24 -0
- package/dist/standalone/node_modules/next/dist/pages/_app.js +42 -0
- package/dist/standalone/node_modules/next/dist/pages/_document.js +844 -0
- package/dist/standalone/node_modules/next/dist/server/ReactDOMServerPages.js +15 -0
- package/dist/standalone/node_modules/next/dist/server/accept-header.js +132 -0
- package/dist/standalone/node_modules/next/dist/server/after/after-context.js +138 -0
- package/dist/standalone/node_modules/next/dist/server/after/awaiter.js +74 -0
- package/dist/standalone/node_modules/next/dist/server/after/builtin-request-context.js +38 -0
- package/dist/standalone/node_modules/next/dist/server/after/run-with-after.js +35 -0
- package/dist/standalone/node_modules/next/dist/server/api-utils/get-cookie-parser.js +22 -0
- package/dist/standalone/node_modules/next/dist/server/api-utils/index.js +201 -0
- package/dist/standalone/node_modules/next/dist/server/api-utils/node/try-get-preview-data.js +86 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/action-async-storage-instance.js +14 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/action-async-storage.external.js +13 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/action-handler.js +870 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/action-utils.js +90 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js +14 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/after-task-async-storage.external.js +13 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/app-render-prerender-utils.js +441 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/app-render-render-utils.js +37 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/app-render.js +2712 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/async-local-storage.js +75 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/cache-signal.js +90 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/clean-async-snapshot-instance.js +14 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/clean-async-snapshot.external.js +14 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/create-component-styles-and-scripts.js +38 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/create-component-tree.js +694 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/create-error-handler.js +198 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +30 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/csrf-protection.js +74 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/dynamic-rendering.js +549 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/encryption-utils-server.js +114 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/encryption-utils.js +198 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/flight-render-result.js +27 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/get-asset-query-string.js +29 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/get-css-inlined-link-tags.js +48 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/get-layer-assets.js +70 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/get-preloadable-fonts.js +39 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/get-script-nonce-from-header.js +44 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/get-segment-param.js +42 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js +42 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/has-loading-component-in-tree.js +19 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/interop-default.js +17 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/make-get-server-inserted-html.js +91 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/metadata-insertion/create-server-inserted-metadata.js +62 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js +49 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/parse-loader-tree.js +29 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/postponed-state.js +138 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/prospective-render-utils.js +50 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/react-server.node.js +39 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/render-css-resource.js +53 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/render-to-string.js +18 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/required-scripts.js +76 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/server-inserted-html.js +41 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/strip-flight-headers.js +18 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/types.js +44 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/use-flight-response.js +129 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/walk-tree-with-flight-router-state.js +180 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/work-async-storage-instance.js +14 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/work-async-storage.external.js +13 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +14 -0
- package/dist/standalone/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +124 -0
- package/dist/standalone/node_modules/next/dist/server/async-storage/draft-mode-provider.js +62 -0
- package/dist/standalone/node_modules/next/dist/server/async-storage/request-store.js +143 -0
- package/dist/standalone/node_modules/next/dist/server/async-storage/work-store.js +86 -0
- package/dist/standalone/node_modules/next/dist/server/base-http/helpers.js +36 -0
- package/dist/standalone/node_modules/next/dist/server/base-http/index.js +54 -0
- package/dist/standalone/node_modules/next/dist/server/base-http/node.js +147 -0
- package/dist/standalone/node_modules/next/dist/server/base-server.js +2750 -0
- package/dist/standalone/node_modules/next/dist/server/body-streams.js +90 -0
- package/dist/standalone/node_modules/next/dist/server/cache-dir.js +26 -0
- package/dist/standalone/node_modules/next/dist/server/capsize-font-metrics.json +181516 -0
- package/dist/standalone/node_modules/next/dist/server/ci-info.js +41 -0
- package/dist/standalone/node_modules/next/dist/server/client-component-renderer-logger.js +70 -0
- package/dist/standalone/node_modules/next/dist/server/config-schema.js +593 -0
- package/dist/standalone/node_modules/next/dist/server/config-shared.js +226 -0
- package/dist/standalone/node_modules/next/dist/server/config-utils.js +189 -0
- package/dist/standalone/node_modules/next/dist/server/config.js +1162 -0
- package/dist/standalone/node_modules/next/dist/server/crypto-utils.js +70 -0
- package/dist/standalone/node_modules/next/dist/server/dev/dev-indicator-middleware.js +76 -0
- package/dist/standalone/node_modules/next/dist/server/dev/dev-indicator-server-state.js +15 -0
- package/dist/standalone/node_modules/next/dist/server/dev/hot-middleware.js +220 -0
- package/dist/standalone/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +949 -0
- package/dist/standalone/node_modules/next/dist/server/dev/hot-reloader-types.js +31 -0
- package/dist/standalone/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1246 -0
- package/dist/standalone/node_modules/next/dist/server/dev/log-requests.js +110 -0
- package/dist/standalone/node_modules/next/dist/server/dev/messages.js +13 -0
- package/dist/standalone/node_modules/next/dist/server/dev/next-dev-server.js +652 -0
- package/dist/standalone/node_modules/next/dist/server/dev/on-demand-entry-handler.js +678 -0
- package/dist/standalone/node_modules/next/dist/server/dev/parse-version-info.js +108 -0
- package/dist/standalone/node_modules/next/dist/server/dev/require-cache.js +61 -0
- package/dist/standalone/node_modules/next/dist/server/dev/static-paths-worker.js +91 -0
- package/dist/standalone/node_modules/next/dist/server/dev/turbopack-utils.js +692 -0
- package/dist/standalone/node_modules/next/dist/server/dynamic-rendering-utils.js +68 -0
- package/dist/standalone/node_modules/next/dist/server/font-utils.js +43 -0
- package/dist/standalone/node_modules/next/dist/server/get-app-route-from-entrypoint.js +30 -0
- package/dist/standalone/node_modules/next/dist/server/get-route-from-entrypoint.js +35 -0
- package/dist/standalone/node_modules/next/dist/server/htmlescape.js +37 -0
- package/dist/standalone/node_modules/next/dist/server/image-optimizer.js +886 -0
- package/dist/standalone/node_modules/next/dist/server/instrumentation/utils.js +21 -0
- package/dist/standalone/node_modules/next/dist/server/internal-utils.js +39 -0
- package/dist/standalone/node_modules/next/dist/server/lib/app-dir-module.js +59 -0
- package/dist/standalone/node_modules/next/dist/server/lib/app-info-log.js +123 -0
- package/dist/standalone/node_modules/next/dist/server/lib/async-callback-set.js +29 -0
- package/dist/standalone/node_modules/next/dist/server/lib/cache-control.js +22 -0
- package/dist/standalone/node_modules/next/dist/server/lib/cache-handlers/default.js +117 -0
- package/dist/standalone/node_modules/next/dist/server/lib/clone-response.js +54 -0
- package/dist/standalone/node_modules/next/dist/server/lib/decode-query-path-parameter.js +26 -0
- package/dist/standalone/node_modules/next/dist/server/lib/dedupe-fetch.js +156 -0
- package/dist/standalone/node_modules/next/dist/server/lib/dev-bundler-service.js +84 -0
- package/dist/standalone/node_modules/next/dist/server/lib/etag.js +56 -0
- package/dist/standalone/node_modules/next/dist/server/lib/experimental/create-env-definitions.js +49 -0
- package/dist/standalone/node_modules/next/dist/server/lib/experimental/ppr.js +52 -0
- package/dist/standalone/node_modules/next/dist/server/lib/find-page-file.js +111 -0
- package/dist/standalone/node_modules/next/dist/server/lib/format-hostname.js +16 -0
- package/dist/standalone/node_modules/next/dist/server/lib/i18n-provider.js +133 -0
- package/dist/standalone/node_modules/next/dist/server/lib/implicit-tags.js +71 -0
- package/dist/standalone/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js +335 -0
- package/dist/standalone/node_modules/next/dist/server/lib/incremental-cache/index.js +401 -0
- package/dist/standalone/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.js +73 -0
- package/dist/standalone/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js +34 -0
- package/dist/standalone/node_modules/next/dist/server/lib/is-ipv6.js +41 -0
- package/dist/standalone/node_modules/next/dist/server/lib/lazy-result.js +46 -0
- package/dist/standalone/node_modules/next/dist/server/lib/lru-cache.js +100 -0
- package/dist/standalone/node_modules/next/dist/server/lib/match-next-data-pathname.js +18 -0
- package/dist/standalone/node_modules/next/dist/server/lib/mock-request.js +416 -0
- package/dist/standalone/node_modules/next/dist/server/lib/module-loader/node-module-loader.js +25 -0
- package/dist/standalone/node_modules/next/dist/server/lib/module-loader/route-module-loader.js +26 -0
- package/dist/standalone/node_modules/next/dist/server/lib/node-fs-methods.js +28 -0
- package/dist/standalone/node_modules/next/dist/server/lib/patch-fetch.js +725 -0
- package/dist/standalone/node_modules/next/dist/server/lib/patch-set-header.js +38 -0
- package/dist/standalone/node_modules/next/dist/server/lib/render-server.js +125 -0
- package/dist/standalone/node_modules/next/dist/server/lib/router-server.js +599 -0
- package/dist/standalone/node_modules/next/dist/server/lib/router-utils/block-cross-site.js +76 -0
- package/dist/standalone/node_modules/next/dist/server/lib/router-utils/build-data-route.js +48 -0
- package/dist/standalone/node_modules/next/dist/server/lib/router-utils/decode-path-params.js +42 -0
- package/dist/standalone/node_modules/next/dist/server/lib/router-utils/filesystem.js +543 -0
- package/dist/standalone/node_modules/next/dist/server/lib/router-utils/is-postpone.js +16 -0
- package/dist/standalone/node_modules/next/dist/server/lib/router-utils/proxy-request.js +118 -0
- package/dist/standalone/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +587 -0
- package/dist/standalone/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.js +780 -0
- package/dist/standalone/node_modules/next/dist/server/lib/server-action-request-meta.js +53 -0
- package/dist/standalone/node_modules/next/dist/server/lib/server-ipc/utils.js +80 -0
- package/dist/standalone/node_modules/next/dist/server/lib/start-server.js +383 -0
- package/dist/standalone/node_modules/next/dist/server/lib/streaming-metadata.js +35 -0
- package/dist/standalone/node_modules/next/dist/server/lib/to-route.js +37 -0
- package/dist/standalone/node_modules/next/dist/server/lib/trace/constants.js +202 -0
- package/dist/standalone/node_modules/next/dist/server/lib/trace/tracer.js +250 -0
- package/dist/standalone/node_modules/next/dist/server/lib/trace/utils.js +16 -0
- package/dist/standalone/node_modules/next/dist/server/lib/utils.js +254 -0
- package/dist/standalone/node_modules/next/dist/server/load-components.js +159 -0
- package/dist/standalone/node_modules/next/dist/server/load-default-error-components.js +39 -0
- package/dist/standalone/node_modules/next/dist/server/load-manifest.js +74 -0
- package/dist/standalone/node_modules/next/dist/server/match-bundle.js +25 -0
- package/dist/standalone/node_modules/next/dist/server/next-server.js +1409 -0
- package/dist/standalone/node_modules/next/dist/server/next-typescript.js +13 -0
- package/dist/standalone/node_modules/next/dist/server/next.js +395 -0
- package/dist/standalone/node_modules/next/dist/server/node-environment-baseline.js +25 -0
- package/dist/standalone/node_modules/next/dist/server/node-environment-extensions/date.js +52 -0
- package/dist/standalone/node_modules/next/dist/server/node-environment-extensions/error-inspect.js +8 -0
- package/dist/standalone/node_modules/next/dist/server/node-environment-extensions/node-crypto.js +98 -0
- package/dist/standalone/node_modules/next/dist/server/node-environment-extensions/random.js +28 -0
- package/dist/standalone/node_modules/next/dist/server/node-environment-extensions/utils.js +58 -0
- package/dist/standalone/node_modules/next/dist/server/node-environment-extensions/web-crypto.js +44 -0
- package/dist/standalone/node_modules/next/dist/server/node-environment.js +14 -0
- package/dist/standalone/node_modules/next/dist/server/node-polyfill-crypto.js +20 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/absolute-filename-normalizer.js +33 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/built/app/app-bundle-path-normalizer.js +48 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/built/app/app-filename-normalizer.js +22 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/built/app/app-page-normalizer.js +19 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/built/app/app-pathname-normalizer.js +55 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/built/app/index.js +42 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/built/pages/index.js +44 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-bundle-path-normalizer.js +55 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-filename-normalizer.js +22 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-page-normalizer.js +19 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-pathname-normalizer.js +19 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/locale-route-normalizer.js +26 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/normalizers.js +23 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/prefixing-normalizer.js +26 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/request/base-path.js +25 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/request/next-data.js +38 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/request/prefetch-rsc.js +31 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/request/prefix.js +39 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/request/rsc.js +19 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/request/segment-prefix-rsc.js +32 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/request/suffix.js +27 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/underscore-normalizer.js +17 -0
- package/dist/standalone/node_modules/next/dist/server/normalizers/wrap-normalizer-fn.js +17 -0
- package/dist/standalone/node_modules/next/dist/server/optimize-amp.js +22 -0
- package/dist/standalone/node_modules/next/dist/server/patch-error-inspect.js +404 -0
- package/dist/standalone/node_modules/next/dist/server/pipe-readable.js +140 -0
- package/dist/standalone/node_modules/next/dist/server/post-process.js +49 -0
- package/dist/standalone/node_modules/next/dist/server/render-result.js +194 -0
- package/dist/standalone/node_modules/next/dist/server/render.js +1167 -0
- package/dist/standalone/node_modules/next/dist/server/request/fallback-params.js +51 -0
- package/dist/standalone/node_modules/next/dist/server/request-meta.js +55 -0
- package/dist/standalone/node_modules/next/dist/server/require-hook.js +68 -0
- package/dist/standalone/node_modules/next/dist/server/require.js +110 -0
- package/dist/standalone/node_modules/next/dist/server/response-cache/index.js +158 -0
- package/dist/standalone/node_modules/next/dist/server/response-cache/types.js +41 -0
- package/dist/standalone/node_modules/next/dist/server/response-cache/utils.js +100 -0
- package/dist/standalone/node_modules/next/dist/server/resume-data-cache/cache-store.js +78 -0
- package/dist/standalone/node_modules/next/dist/server/resume-data-cache/resume-data-cache.js +96 -0
- package/dist/standalone/node_modules/next/dist/server/revalidation-utils.js +88 -0
- package/dist/standalone/node_modules/next/dist/server/route-definitions/app-page-route-definition.js +16 -0
- package/dist/standalone/node_modules/next/dist/server/route-kind.js +32 -0
- package/dist/standalone/node_modules/next/dist/server/route-matcher-managers/default-route-matcher-manager.js +239 -0
- package/dist/standalone/node_modules/next/dist/server/route-matcher-managers/dev-route-matcher-manager.js +123 -0
- package/dist/standalone/node_modules/next/dist/server/route-matcher-providers/app-page-route-matcher-provider.js +55 -0
- package/dist/standalone/node_modules/next/dist/server/route-matcher-providers/app-route-route-matcher-provider.js +43 -0
- package/dist/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +82 -0
- package/dist/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js +100 -0
- package/dist/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js +77 -0
- package/dist/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-route-matcher-provider.js +77 -0
- package/dist/standalone/node_modules/next/dist/server/route-matcher-providers/dev/file-cache-route-matcher-provider.js +28 -0
- package/dist/standalone/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js +106 -0
- package/dist/standalone/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js +43 -0
- package/dist/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/cached-route-matcher-provider.js +30 -0
- package/dist/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js +34 -0
- package/dist/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js +20 -0
- package/dist/standalone/node_modules/next/dist/server/route-matcher-providers/manifest-route-matcher-provider.js +21 -0
- package/dist/standalone/node_modules/next/dist/server/route-matcher-providers/pages-api-route-matcher-provider.js +55 -0
- package/dist/standalone/node_modules/next/dist/server/route-matcher-providers/pages-route-matcher-provider.js +64 -0
- package/dist/standalone/node_modules/next/dist/server/route-matchers/app-page-route-matcher.js +18 -0
- package/dist/standalone/node_modules/next/dist/server/route-matchers/app-route-route-matcher.js +15 -0
- package/dist/standalone/node_modules/next/dist/server/route-matchers/locale-route-matcher.js +68 -0
- package/dist/standalone/node_modules/next/dist/server/route-matchers/pages-api-route-matcher.js +30 -0
- package/dist/standalone/node_modules/next/dist/server/route-matchers/pages-route-matcher.js +30 -0
- package/dist/standalone/node_modules/next/dist/server/route-matchers/route-matcher.js +54 -0
- package/dist/standalone/node_modules/next/dist/server/route-matches/pages-api-route-match.js +16 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/app-page/module.compiled.js +36 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/app-page/module.js +97 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/app-page/module.render.js +24 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/amp-context.js +4 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js +4 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.js +97 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js +4 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js +4 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js +4 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js +4 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js +4 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-metadata.js +4 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/entrypoints.js +157 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/entrypoints.js +124 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/checks.js +45 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/pages/builtin/_error.js +79 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/pages/module.compiled.js +20 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/pages/module.js +92 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/pages/module.render.js +24 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/amp-context.js +4 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/app-router-context.js +4 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.js +107 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js +4 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/hooks-client-context.js +4 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js +4 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/image-config-context.js +4 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable-context.js +4 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable.js +4 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/router-context.js +4 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/server-inserted-html.js +4 -0
- package/dist/standalone/node_modules/next/dist/server/route-modules/route-module.js +18 -0
- package/dist/standalone/node_modules/next/dist/server/send-payload.js +88 -0
- package/dist/standalone/node_modules/next/dist/server/send-response.js +70 -0
- package/dist/standalone/node_modules/next/dist/server/serve-static.js +60 -0
- package/dist/standalone/node_modules/next/dist/server/server-route-utils.js +30 -0
- package/dist/standalone/node_modules/next/dist/server/server-utils.js +286 -0
- package/dist/standalone/node_modules/next/dist/server/setup-http-agent-env.js +31 -0
- package/dist/standalone/node_modules/next/dist/server/stream-utils/encodedTags.js +82 -0
- package/dist/standalone/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +518 -0
- package/dist/standalone/node_modules/next/dist/server/stream-utils/uint8array-helpers.js +69 -0
- package/dist/standalone/node_modules/next/dist/server/typescript/constant.js +97 -0
- package/dist/standalone/node_modules/next/dist/server/typescript/index.js +214 -0
- package/dist/standalone/node_modules/next/dist/server/typescript/rules/client-boundary.js +86 -0
- package/dist/standalone/node_modules/next/dist/server/typescript/rules/config.js +399 -0
- package/dist/standalone/node_modules/next/dist/server/typescript/rules/entry.js +149 -0
- package/dist/standalone/node_modules/next/dist/server/typescript/rules/error.js +38 -0
- package/dist/standalone/node_modules/next/dist/server/typescript/rules/metadata.js +320 -0
- package/dist/standalone/node_modules/next/dist/server/typescript/rules/server-boundary.js +115 -0
- package/dist/standalone/node_modules/next/dist/server/typescript/rules/server.js +79 -0
- package/dist/standalone/node_modules/next/dist/server/typescript/utils.js +256 -0
- package/dist/standalone/node_modules/next/dist/server/use-cache/handlers.js +125 -0
- package/dist/standalone/node_modules/next/dist/server/use-cache/use-cache-errors.js +36 -0
- package/dist/standalone/node_modules/next/dist/server/utils.js +87 -0
- package/dist/standalone/node_modules/next/dist/server/web/adapter.js +366 -0
- package/dist/standalone/node_modules/next/dist/server/web/error.js +54 -0
- package/dist/standalone/node_modules/next/dist/server/web/get-edge-preview-props.js +23 -0
- package/dist/standalone/node_modules/next/dist/server/web/globals.js +126 -0
- package/dist/standalone/node_modules/next/dist/server/web/http.js +39 -0
- package/dist/standalone/node_modules/next/dist/server/web/next-url.js +195 -0
- package/dist/standalone/node_modules/next/dist/server/web/sandbox/context.js +458 -0
- package/dist/standalone/node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js +35 -0
- package/dist/standalone/node_modules/next/dist/server/web/sandbox/index.js +28 -0
- package/dist/standalone/node_modules/next/dist/server/web/sandbox/resource-managers.js +88 -0
- package/dist/standalone/node_modules/next/dist/server/web/sandbox/sandbox.js +130 -0
- package/dist/standalone/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +192 -0
- package/dist/standalone/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js +142 -0
- package/dist/standalone/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +30 -0
- package/dist/standalone/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +212 -0
- package/dist/standalone/node_modules/next/dist/server/web/spec-extension/cookies.js +29 -0
- package/dist/standalone/node_modules/next/dist/server/web/spec-extension/fetch-event.js +98 -0
- package/dist/standalone/node_modules/next/dist/server/web/spec-extension/request.js +99 -0
- package/dist/standalone/node_modules/next/dist/server/web/spec-extension/response.js +136 -0
- package/dist/standalone/node_modules/next/dist/server/web/utils.js +151 -0
- package/dist/standalone/node_modules/next/dist/server/web/web-on-close.js +87 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js +18 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/amp-mode.js +16 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +50 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/bloom-filter.js +86 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/canary-only.js +40 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/constants.js +406 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/deep-freeze.js +30 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/dset.js +34 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/encode-uri-path.js +15 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/error-source.js +36 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/errors/constants.js +19 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/escape-regexp.js +22 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/get-hostname.js +23 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/get-rspack.js +75 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/get-webpack-bundler.js +22 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/hash.js +42 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js +18 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/head.js +188 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +38 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/html-context.shared-runtime.js +40 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js +26 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js +63 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js +54 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/image-blur-svg.js +23 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js +19 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/image-config.js +69 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/invariant-error.js +18 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/is-internal.js +39 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/is-plain-object.js +42 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/is-thenable.js +20 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/isomorphic/path.js +14 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +37 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.js +19 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/loadable.shared-runtime.js +248 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/magic-identifier.js +118 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/match-local-pattern.js +47 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/match-remote-pattern.js +64 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/mitt.js +49 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/modern-browserslist-target.js +18 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/normalized-asset-prefix.js +28 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/page-path/absolute-path-to-page.js +26 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/page-path/denormalize-app-path.js +19 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js +18 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js +18 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/page-path/get-page-paths.js +40 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js +26 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js +19 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/page-path/remove-page-path-tail.js +20 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/adapters.js +139 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/router.js +1793 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/add-locale.js +28 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js +20 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js +20 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/app-paths.js +51 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js +17 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/compare-states.js +34 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js +16 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js +27 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/format-url.js +111 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js +19 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js +54 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js +26 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js +35 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/html-bots.js +15 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/index.js +30 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/interception-routes.js +106 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js +53 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/is-bot.js +54 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js +27 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/is-local-url.js +26 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js +31 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/omit.js +21 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/parse-path.js +33 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js +34 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/parse-url.js +30 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js +20 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/path-match.js +49 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js +285 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/querystring.js +82 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/relativize-url.js +40 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js +39 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js +21 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/resolve-rewrites.js +118 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/route-matcher.js +43 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/route-regex.js +268 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js +245 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +18 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/runtime-config.external.js +31 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js +97 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/segment.js +53 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +35 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/server-inserted-metadata.shared-runtime.js +15 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/server-reference-info.js +52 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/side-effect.js +66 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/turbopack/entry-key.js +39 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/turbopack/manifest-loader.js +466 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/turbopack/utils.js +234 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/utils/warn-once.js +22 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/utils.js +211 -0
- package/dist/standalone/node_modules/next/dist/shared/lib/zod.js +101 -0
- package/dist/standalone/node_modules/next/dist/telemetry/anonymous-meta.js +89 -0
- package/dist/standalone/node_modules/next/dist/telemetry/detached-flush.js +53 -0
- package/dist/standalone/node_modules/next/dist/telemetry/events/build.js +144 -0
- package/dist/standalone/node_modules/next/dist/telemetry/events/error-feedback.js +31 -0
- package/dist/standalone/node_modules/next/dist/telemetry/events/index.js +23 -0
- package/dist/standalone/node_modules/next/dist/telemetry/events/plugins.js +51 -0
- package/dist/standalone/node_modules/next/dist/telemetry/events/swc-load-failure.js +55 -0
- package/dist/standalone/node_modules/next/dist/telemetry/events/version.js +90 -0
- package/dist/standalone/node_modules/next/dist/telemetry/flush-and-exit.js +20 -0
- package/dist/standalone/node_modules/next/dist/telemetry/post-telemetry-payload.js +48 -0
- package/dist/standalone/node_modules/next/dist/telemetry/project-id.js +48 -0
- package/dist/standalone/node_modules/next/dist/telemetry/storage.js +288 -0
- package/dist/standalone/node_modules/next/dist/trace/index.js +54 -0
- package/dist/standalone/node_modules/next/dist/trace/report/index.js +35 -0
- package/dist/standalone/node_modules/next/dist/trace/report/to-json.js +157 -0
- package/dist/standalone/node_modules/next/dist/trace/report/to-telemetry.js +36 -0
- package/dist/standalone/node_modules/next/dist/trace/shared.js +39 -0
- package/dist/standalone/node_modules/next/dist/trace/trace.js +197 -0
- package/dist/standalone/node_modules/next/font/google/target.css +1 -0
- package/dist/standalone/node_modules/next/package.json +374 -0
- package/dist/standalone/node_modules/picocolors/package.json +25 -0
- package/dist/standalone/node_modules/picocolors/picocolors.js +75 -0
- package/dist/standalone/node_modules/postcss/lib/at-rule.js +25 -0
- package/dist/standalone/node_modules/postcss/lib/comment.js +13 -0
- package/dist/standalone/node_modules/postcss/lib/container.js +439 -0
- package/dist/standalone/node_modules/postcss/lib/css-syntax-error.js +100 -0
- package/dist/standalone/node_modules/postcss/lib/declaration.js +24 -0
- package/dist/standalone/node_modules/postcss/lib/document.js +33 -0
- package/dist/standalone/node_modules/postcss/lib/fromJSON.js +54 -0
- package/dist/standalone/node_modules/postcss/lib/input.js +248 -0
- package/dist/standalone/node_modules/postcss/lib/lazy-result.js +550 -0
- package/dist/standalone/node_modules/postcss/lib/list.js +58 -0
- package/dist/standalone/node_modules/postcss/lib/map-generator.js +359 -0
- package/dist/standalone/node_modules/postcss/lib/no-work-result.js +135 -0
- package/dist/standalone/node_modules/postcss/lib/node.js +381 -0
- package/dist/standalone/node_modules/postcss/lib/parse.js +42 -0
- package/dist/standalone/node_modules/postcss/lib/parser.js +610 -0
- package/dist/standalone/node_modules/postcss/lib/postcss.js +101 -0
- package/dist/standalone/node_modules/postcss/lib/previous-map.js +142 -0
- package/dist/standalone/node_modules/postcss/lib/processor.js +67 -0
- package/dist/standalone/node_modules/postcss/lib/result.js +42 -0
- package/dist/standalone/node_modules/postcss/lib/root.js +61 -0
- package/dist/standalone/node_modules/postcss/lib/rule.js +27 -0
- package/dist/standalone/node_modules/postcss/lib/stringifier.js +353 -0
- package/dist/standalone/node_modules/postcss/lib/stringify.js +11 -0
- package/dist/standalone/node_modules/postcss/lib/symbols.js +5 -0
- package/dist/standalone/node_modules/postcss/lib/terminal-highlight.js +70 -0
- package/dist/standalone/node_modules/postcss/lib/tokenize.js +266 -0
- package/dist/standalone/node_modules/postcss/lib/warn-once.js +13 -0
- package/dist/standalone/node_modules/postcss/lib/warning.js +37 -0
- package/dist/standalone/node_modules/postcss/package.json +88 -0
- package/dist/standalone/node_modules/react/cjs/react-compiler-runtime.production.js +16 -0
- package/dist/standalone/node_modules/react/cjs/react-jsx-dev-runtime.production.js +14 -0
- package/dist/standalone/node_modules/react/cjs/react-jsx-runtime.development.js +352 -0
- package/dist/standalone/node_modules/react/cjs/react-jsx-runtime.production.js +34 -0
- package/dist/standalone/node_modules/react/cjs/react.development.js +1284 -0
- package/dist/standalone/node_modules/react/cjs/react.production.js +542 -0
- package/dist/standalone/node_modules/react/compiler-runtime.js +14 -0
- package/dist/standalone/node_modules/react/index.js +7 -0
- package/dist/standalone/node_modules/react/jsx-dev-runtime.js +7 -0
- package/dist/standalone/node_modules/react/jsx-runtime.js +7 -0
- package/dist/standalone/node_modules/react/package.json +51 -0
- package/dist/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js +9877 -0
- package/dist/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +6603 -0
- package/dist/standalone/node_modules/react-dom/cjs/react-dom-server.browser.development.js +10601 -0
- package/dist/standalone/node_modules/react-dom/cjs/react-dom-server.browser.production.js +7410 -0
- package/dist/standalone/node_modules/react-dom/cjs/react-dom-server.edge.development.js +10620 -0
- package/dist/standalone/node_modules/react-dom/cjs/react-dom-server.edge.production.js +7512 -0
- package/dist/standalone/node_modules/react-dom/cjs/react-dom.development.js +424 -0
- package/dist/standalone/node_modules/react-dom/cjs/react-dom.production.js +210 -0
- package/dist/standalone/node_modules/react-dom/index.js +38 -0
- package/dist/standalone/node_modules/react-dom/package.json +117 -0
- package/dist/standalone/node_modules/react-dom/server.browser.js +16 -0
- package/dist/standalone/node_modules/react-dom/server.edge.js +17 -0
- package/dist/standalone/node_modules/react-dom/static.edge.js +12 -0
- package/dist/standalone/node_modules/semver/classes/comparator.js +143 -0
- package/dist/standalone/node_modules/semver/classes/range.js +557 -0
- package/dist/standalone/node_modules/semver/classes/semver.js +333 -0
- package/dist/standalone/node_modules/semver/functions/cmp.js +54 -0
- package/dist/standalone/node_modules/semver/functions/coerce.js +62 -0
- package/dist/standalone/node_modules/semver/functions/compare.js +7 -0
- package/dist/standalone/node_modules/semver/functions/eq.js +5 -0
- package/dist/standalone/node_modules/semver/functions/gt.js +5 -0
- package/dist/standalone/node_modules/semver/functions/gte.js +5 -0
- package/dist/standalone/node_modules/semver/functions/lt.js +5 -0
- package/dist/standalone/node_modules/semver/functions/lte.js +5 -0
- package/dist/standalone/node_modules/semver/functions/neq.js +5 -0
- package/dist/standalone/node_modules/semver/functions/parse.js +18 -0
- package/dist/standalone/node_modules/semver/functions/satisfies.js +12 -0
- package/dist/standalone/node_modules/semver/internal/constants.js +37 -0
- package/dist/standalone/node_modules/semver/internal/debug.js +11 -0
- package/dist/standalone/node_modules/semver/internal/identifiers.js +29 -0
- package/dist/standalone/node_modules/semver/internal/lrucache.js +42 -0
- package/dist/standalone/node_modules/semver/internal/parse-options.js +17 -0
- package/dist/standalone/node_modules/semver/internal/re.js +223 -0
- package/dist/standalone/node_modules/semver/package.json +78 -0
- package/dist/standalone/node_modules/sharp/lib/channel.js +177 -0
- package/dist/standalone/node_modules/sharp/lib/colour.js +195 -0
- package/dist/standalone/node_modules/sharp/lib/composite.js +212 -0
- package/dist/standalone/node_modules/sharp/lib/constructor.js +499 -0
- package/dist/standalone/node_modules/sharp/lib/index.js +16 -0
- package/dist/standalone/node_modules/sharp/lib/input.js +809 -0
- package/dist/standalone/node_modules/sharp/lib/is.js +143 -0
- package/dist/standalone/node_modules/sharp/lib/libvips.js +207 -0
- package/dist/standalone/node_modules/sharp/lib/operation.js +1016 -0
- package/dist/standalone/node_modules/sharp/lib/output.js +1666 -0
- package/dist/standalone/node_modules/sharp/lib/resize.js +595 -0
- package/dist/standalone/node_modules/sharp/lib/sharp.js +121 -0
- package/dist/standalone/node_modules/sharp/lib/utility.js +291 -0
- package/dist/standalone/node_modules/sharp/package.json +202 -0
- package/dist/standalone/node_modules/source-map-js/lib/array-set.js +121 -0
- package/dist/standalone/node_modules/source-map-js/lib/base64-vlq.js +140 -0
- package/dist/standalone/node_modules/source-map-js/lib/base64.js +67 -0
- package/dist/standalone/node_modules/source-map-js/lib/binary-search.js +111 -0
- package/dist/standalone/node_modules/source-map-js/lib/mapping-list.js +79 -0
- package/dist/standalone/node_modules/source-map-js/lib/quick-sort.js +132 -0
- package/dist/standalone/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
- package/dist/standalone/node_modules/source-map-js/lib/source-map-generator.js +444 -0
- package/dist/standalone/node_modules/source-map-js/lib/source-node.js +413 -0
- package/dist/standalone/node_modules/source-map-js/lib/util.js +594 -0
- package/dist/standalone/node_modules/source-map-js/package.json +71 -0
- package/dist/standalone/node_modules/source-map-js/source-map.js +8 -0
- package/dist/standalone/node_modules/streamsearch/lib/sbmh.js +267 -0
- package/dist/standalone/node_modules/streamsearch/package.json +34 -0
- package/dist/standalone/node_modules/styled-jsx/dist/index/index.js +499 -0
- package/dist/standalone/node_modules/styled-jsx/index.js +1 -0
- package/dist/standalone/node_modules/styled-jsx/package.json +132 -0
- package/dist/standalone/node_modules/styled-jsx/style.js +1 -0
- package/dist/standalone/package.json +86 -0
- package/dist/standalone/server.js +44 -0
- package/package.json +86 -0
package/dist/standalone/node_modules/next/dist/client/components/segment-cache-impl/scheduler.js
ADDED
|
@@ -0,0 +1,839 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
0 && (module.exports = {
|
|
6
|
+
cancelPrefetchTask: null,
|
|
7
|
+
pingPrefetchTask: null,
|
|
8
|
+
reschedulePrefetchTask: null,
|
|
9
|
+
schedulePrefetchTask: null
|
|
10
|
+
});
|
|
11
|
+
function _export(target, all) {
|
|
12
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: all[name]
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
_export(exports, {
|
|
18
|
+
cancelPrefetchTask: function() {
|
|
19
|
+
return cancelPrefetchTask;
|
|
20
|
+
},
|
|
21
|
+
pingPrefetchTask: function() {
|
|
22
|
+
return pingPrefetchTask;
|
|
23
|
+
},
|
|
24
|
+
reschedulePrefetchTask: function() {
|
|
25
|
+
return reschedulePrefetchTask;
|
|
26
|
+
},
|
|
27
|
+
schedulePrefetchTask: function() {
|
|
28
|
+
return schedulePrefetchTask;
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
const _matchsegments = require("../match-segments");
|
|
32
|
+
const _cache = require("./cache");
|
|
33
|
+
const _segmentcache = require("../segment-cache");
|
|
34
|
+
const scheduleMicrotask = typeof queueMicrotask === 'function' ? queueMicrotask : (fn)=>Promise.resolve().then(fn).catch((error)=>setTimeout(()=>{
|
|
35
|
+
throw error;
|
|
36
|
+
}));
|
|
37
|
+
const taskHeap = [];
|
|
38
|
+
// This is intentionally low so that when a navigation happens, the browser's
|
|
39
|
+
// internal network queue is not already saturated with prefetch requests.
|
|
40
|
+
const MAX_CONCURRENT_PREFETCH_REQUESTS = 3;
|
|
41
|
+
let inProgressRequests = 0;
|
|
42
|
+
let sortIdCounter = 0;
|
|
43
|
+
let didScheduleMicrotask = false;
|
|
44
|
+
function schedulePrefetchTask(key, treeAtTimeOfPrefetch, includeDynamicData, priority) {
|
|
45
|
+
// Spawn a new prefetch task
|
|
46
|
+
const task = {
|
|
47
|
+
key,
|
|
48
|
+
treeAtTimeOfPrefetch,
|
|
49
|
+
priority,
|
|
50
|
+
phase: 1,
|
|
51
|
+
hasBackgroundWork: false,
|
|
52
|
+
includeDynamicData,
|
|
53
|
+
sortId: sortIdCounter++,
|
|
54
|
+
isCanceled: false,
|
|
55
|
+
_heapIndex: -1
|
|
56
|
+
};
|
|
57
|
+
heapPush(taskHeap, task);
|
|
58
|
+
// Schedule an async task to process the queue.
|
|
59
|
+
//
|
|
60
|
+
// The main reason we process the queue in an async task is for batching.
|
|
61
|
+
// It's common for a single JS task/event to trigger multiple prefetches.
|
|
62
|
+
// By deferring to a microtask, we only process the queue once per JS task.
|
|
63
|
+
// If they have different priorities, it also ensures they are processed in
|
|
64
|
+
// the optimal order.
|
|
65
|
+
ensureWorkIsScheduled();
|
|
66
|
+
return task;
|
|
67
|
+
}
|
|
68
|
+
function cancelPrefetchTask(task) {
|
|
69
|
+
// Remove the prefetch task from the queue. If the task already completed,
|
|
70
|
+
// then this is a no-op.
|
|
71
|
+
//
|
|
72
|
+
// We must also explicitly mark the task as canceled so that a blocked task
|
|
73
|
+
// does not get added back to the queue when it's pinged by the network.
|
|
74
|
+
task.isCanceled = true;
|
|
75
|
+
heapDelete(taskHeap, task);
|
|
76
|
+
}
|
|
77
|
+
function reschedulePrefetchTask(task, treeAtTimeOfPrefetch, includeDynamicData, priority) {
|
|
78
|
+
// Bump the prefetch task to the top of the queue, as if it were a fresh
|
|
79
|
+
// task. This is essentially the same as canceling the task and scheduling
|
|
80
|
+
// a new one, except it reuses the original object.
|
|
81
|
+
//
|
|
82
|
+
// The primary use case is to increase the priority of a Link-initated
|
|
83
|
+
// prefetch on hover.
|
|
84
|
+
// Un-cancel the task, in case it was previously canceled.
|
|
85
|
+
task.isCanceled = false;
|
|
86
|
+
task.phase = 1;
|
|
87
|
+
// Assign a new sort ID to move it ahead of all other tasks at the same
|
|
88
|
+
// priority level. (Higher sort IDs are processed first.)
|
|
89
|
+
task.sortId = sortIdCounter++;
|
|
90
|
+
task.priority = priority;
|
|
91
|
+
task.treeAtTimeOfPrefetch = treeAtTimeOfPrefetch;
|
|
92
|
+
task.includeDynamicData = includeDynamicData;
|
|
93
|
+
if (task._heapIndex !== -1) {
|
|
94
|
+
// The task is already in the queue.
|
|
95
|
+
heapResift(taskHeap, task);
|
|
96
|
+
} else {
|
|
97
|
+
heapPush(taskHeap, task);
|
|
98
|
+
}
|
|
99
|
+
ensureWorkIsScheduled();
|
|
100
|
+
}
|
|
101
|
+
function ensureWorkIsScheduled() {
|
|
102
|
+
if (didScheduleMicrotask || !hasNetworkBandwidth()) {
|
|
103
|
+
// Either we already scheduled a task to process the queue, or there are
|
|
104
|
+
// too many concurrent requests in progress. In the latter case, the
|
|
105
|
+
// queue will resume processing once more bandwidth is available.
|
|
106
|
+
return;
|
|
107
|
+
}
|
|
108
|
+
didScheduleMicrotask = true;
|
|
109
|
+
scheduleMicrotask(processQueueInMicrotask);
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* Checks if we've exceeded the maximum number of concurrent prefetch requests,
|
|
113
|
+
* to avoid saturating the browser's internal network queue. This is a
|
|
114
|
+
* cooperative limit — prefetch tasks should check this before issuing
|
|
115
|
+
* new requests.
|
|
116
|
+
*/ function hasNetworkBandwidth() {
|
|
117
|
+
// TODO: Also check if there's an in-progress navigation. We should never
|
|
118
|
+
// add prefetch requests to the network queue if an actual navigation is
|
|
119
|
+
// taking place, to ensure there's sufficient bandwidth for render-blocking
|
|
120
|
+
// data and resources.
|
|
121
|
+
return inProgressRequests < MAX_CONCURRENT_PREFETCH_REQUESTS;
|
|
122
|
+
}
|
|
123
|
+
function spawnPrefetchSubtask(prefetchSubtask) {
|
|
124
|
+
// When the scheduler spawns an async task, we don't await its result.
|
|
125
|
+
// Instead, the async task writes its result directly into the cache, then
|
|
126
|
+
// pings the scheduler to continue.
|
|
127
|
+
//
|
|
128
|
+
// We process server responses streamingly, so the prefetch subtask will
|
|
129
|
+
// likely resolve before we're finished receiving all the data. The subtask
|
|
130
|
+
// result includes a promise that resolves once the network connection is
|
|
131
|
+
// closed. The scheduler uses this to control network bandwidth by tracking
|
|
132
|
+
// and limiting the number of concurrent requests.
|
|
133
|
+
inProgressRequests++;
|
|
134
|
+
return prefetchSubtask.then((result)=>{
|
|
135
|
+
if (result === null) {
|
|
136
|
+
// The prefetch task errored before it could start processing the
|
|
137
|
+
// network stream. Assume the connection is closed.
|
|
138
|
+
onPrefetchConnectionClosed();
|
|
139
|
+
return null;
|
|
140
|
+
}
|
|
141
|
+
// Wait for the connection to close before freeing up more bandwidth.
|
|
142
|
+
result.closed.then(onPrefetchConnectionClosed);
|
|
143
|
+
return result.value;
|
|
144
|
+
});
|
|
145
|
+
}
|
|
146
|
+
function onPrefetchConnectionClosed() {
|
|
147
|
+
inProgressRequests--;
|
|
148
|
+
// Notify the scheduler that we have more bandwidth, and can continue
|
|
149
|
+
// processing tasks.
|
|
150
|
+
ensureWorkIsScheduled();
|
|
151
|
+
}
|
|
152
|
+
function pingPrefetchTask(task) {
|
|
153
|
+
// "Ping" a prefetch that's already in progress to notify it of new data.
|
|
154
|
+
if (// Check if prefetch was canceled.
|
|
155
|
+
task.isCanceled || // Check if prefetch is already queued.
|
|
156
|
+
task._heapIndex !== -1) {
|
|
157
|
+
return;
|
|
158
|
+
}
|
|
159
|
+
// Add the task back to the queue.
|
|
160
|
+
heapPush(taskHeap, task);
|
|
161
|
+
ensureWorkIsScheduled();
|
|
162
|
+
}
|
|
163
|
+
function processQueueInMicrotask() {
|
|
164
|
+
didScheduleMicrotask = false;
|
|
165
|
+
// We aim to minimize how often we read the current time. Since nearly all
|
|
166
|
+
// functions in the prefetch scheduler are synchronous, we can read the time
|
|
167
|
+
// once and pass it as an argument wherever it's needed.
|
|
168
|
+
const now = Date.now();
|
|
169
|
+
// Process the task queue until we run out of network bandwidth.
|
|
170
|
+
let task = heapPeek(taskHeap);
|
|
171
|
+
while(task !== null && hasNetworkBandwidth()){
|
|
172
|
+
const route = (0, _cache.readOrCreateRouteCacheEntry)(now, task);
|
|
173
|
+
const exitStatus = pingRootRouteTree(now, task, route);
|
|
174
|
+
// The `hasBackgroundWork` field is only valid for a single attempt. Reset
|
|
175
|
+
// it immediately upon exit.
|
|
176
|
+
const hasBackgroundWork = task.hasBackgroundWork;
|
|
177
|
+
task.hasBackgroundWork = false;
|
|
178
|
+
switch(exitStatus){
|
|
179
|
+
case 0:
|
|
180
|
+
// The task yielded because there are too many requests in progress.
|
|
181
|
+
// Stop processing tasks until we have more bandwidth.
|
|
182
|
+
return;
|
|
183
|
+
case 1:
|
|
184
|
+
// The task is blocked. It needs more data before it can proceed.
|
|
185
|
+
// Keep the task out of the queue until the server responds.
|
|
186
|
+
heapPop(taskHeap);
|
|
187
|
+
// Continue to the next task
|
|
188
|
+
task = heapPeek(taskHeap);
|
|
189
|
+
continue;
|
|
190
|
+
case 2:
|
|
191
|
+
if (task.phase === 1) {
|
|
192
|
+
// Finished prefetching the route tree. Proceed to prefetching
|
|
193
|
+
// the segments.
|
|
194
|
+
task.phase = 0;
|
|
195
|
+
heapResift(taskHeap, task);
|
|
196
|
+
} else if (hasBackgroundWork) {
|
|
197
|
+
// The task spawned additional background work. Reschedule the task
|
|
198
|
+
// at background priority.
|
|
199
|
+
task.priority = _segmentcache.PrefetchPriority.Background;
|
|
200
|
+
heapResift(taskHeap, task);
|
|
201
|
+
} else {
|
|
202
|
+
// The prefetch is complete. Continue to the next task.
|
|
203
|
+
heapPop(taskHeap);
|
|
204
|
+
}
|
|
205
|
+
task = heapPeek(taskHeap);
|
|
206
|
+
continue;
|
|
207
|
+
default:
|
|
208
|
+
exitStatus;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
/**
|
|
213
|
+
* Check this during a prefetch task to determine if background work can be
|
|
214
|
+
* performed. If so, it evaluates to `true`. Otherwise, it returns `false`,
|
|
215
|
+
* while also scheduling a background task to run later. Usage:
|
|
216
|
+
*
|
|
217
|
+
* @example
|
|
218
|
+
* if (background(task)) {
|
|
219
|
+
* // Perform background-pri work
|
|
220
|
+
* }
|
|
221
|
+
*/ function background(task) {
|
|
222
|
+
if (task.priority === _segmentcache.PrefetchPriority.Background) {
|
|
223
|
+
return true;
|
|
224
|
+
}
|
|
225
|
+
task.hasBackgroundWork = true;
|
|
226
|
+
return false;
|
|
227
|
+
}
|
|
228
|
+
function pingRootRouteTree(now, task, route) {
|
|
229
|
+
switch(route.status){
|
|
230
|
+
case _cache.EntryStatus.Empty:
|
|
231
|
+
{
|
|
232
|
+
// Route is not yet cached, and there's no request already in progress.
|
|
233
|
+
// Spawn a task to request the route, load it into the cache, and ping
|
|
234
|
+
// the task to continue.
|
|
235
|
+
// TODO: There are multiple strategies in the <Link> API for prefetching
|
|
236
|
+
// a route. Currently we've only implemented the main one: per-segment,
|
|
237
|
+
// static-data only.
|
|
238
|
+
//
|
|
239
|
+
// There's also <Link prefetch={true}> which prefetches both static *and*
|
|
240
|
+
// dynamic data. Similarly, we need to fallback to the old, per-page
|
|
241
|
+
// behavior if PPR is disabled for a route (via the incremental opt-in).
|
|
242
|
+
//
|
|
243
|
+
// Those cases will be handled here.
|
|
244
|
+
spawnPrefetchSubtask((0, _cache.fetchRouteOnCacheMiss)(route, task));
|
|
245
|
+
// If the request takes longer than a minute, a subsequent request should
|
|
246
|
+
// retry instead of waiting for this one. When the response is received,
|
|
247
|
+
// this value will be replaced by a new value based on the stale time sent
|
|
248
|
+
// from the server.
|
|
249
|
+
// TODO: We should probably also manually abort the fetch task, to reclaim
|
|
250
|
+
// server bandwidth.
|
|
251
|
+
route.staleAt = now + 60 * 1000;
|
|
252
|
+
// Upgrade to Pending so we know there's already a request in progress
|
|
253
|
+
route.status = _cache.EntryStatus.Pending;
|
|
254
|
+
// Intentional fallthrough to the Pending branch
|
|
255
|
+
}
|
|
256
|
+
case _cache.EntryStatus.Pending:
|
|
257
|
+
{
|
|
258
|
+
// Still pending. We can't start prefetching the segments until the route
|
|
259
|
+
// tree has loaded. Add the task to the set of blocked tasks so that it
|
|
260
|
+
// is notified when the route tree is ready.
|
|
261
|
+
const blockedTasks = route.blockedTasks;
|
|
262
|
+
if (blockedTasks === null) {
|
|
263
|
+
route.blockedTasks = new Set([
|
|
264
|
+
task
|
|
265
|
+
]);
|
|
266
|
+
} else {
|
|
267
|
+
blockedTasks.add(task);
|
|
268
|
+
}
|
|
269
|
+
return 1;
|
|
270
|
+
}
|
|
271
|
+
case _cache.EntryStatus.Rejected:
|
|
272
|
+
{
|
|
273
|
+
// Route tree failed to load. Treat as a 404.
|
|
274
|
+
return 2;
|
|
275
|
+
}
|
|
276
|
+
case _cache.EntryStatus.Fulfilled:
|
|
277
|
+
{
|
|
278
|
+
if (task.phase !== 0) {
|
|
279
|
+
// Do not prefetch segment data until we've entered the segment phase.
|
|
280
|
+
return 2;
|
|
281
|
+
}
|
|
282
|
+
// Recursively fill in the segment tree.
|
|
283
|
+
if (!hasNetworkBandwidth()) {
|
|
284
|
+
// Stop prefetching segments until there's more bandwidth.
|
|
285
|
+
return 0;
|
|
286
|
+
}
|
|
287
|
+
const tree = route.tree;
|
|
288
|
+
// Determine which fetch strategy to use for this prefetch task.
|
|
289
|
+
const fetchStrategy = task.includeDynamicData ? _cache.FetchStrategy.Full : route.isPPREnabled ? _cache.FetchStrategy.PPR : _cache.FetchStrategy.LoadingBoundary;
|
|
290
|
+
switch(fetchStrategy){
|
|
291
|
+
case _cache.FetchStrategy.PPR:
|
|
292
|
+
// Individually prefetch the static shell for each segment. This is
|
|
293
|
+
// the default prefetching behavior for static routes, or when PPR is
|
|
294
|
+
// enabled. It will not include any dynamic data.
|
|
295
|
+
return pingPPRRouteTree(now, task, route, tree);
|
|
296
|
+
case _cache.FetchStrategy.Full:
|
|
297
|
+
case _cache.FetchStrategy.LoadingBoundary:
|
|
298
|
+
{
|
|
299
|
+
// Prefetch multiple segments using a single dynamic request.
|
|
300
|
+
const spawnedEntries = new Map();
|
|
301
|
+
const dynamicRequestTree = diffRouteTreeAgainstCurrent(now, task, route, task.treeAtTimeOfPrefetch, tree, spawnedEntries, fetchStrategy);
|
|
302
|
+
const needsDynamicRequest = spawnedEntries.size > 0;
|
|
303
|
+
if (needsDynamicRequest) {
|
|
304
|
+
// Perform a dynamic prefetch request and populate the cache with
|
|
305
|
+
// the result
|
|
306
|
+
spawnPrefetchSubtask((0, _cache.fetchSegmentPrefetchesUsingDynamicRequest)(task, route, fetchStrategy, dynamicRequestTree, spawnedEntries));
|
|
307
|
+
}
|
|
308
|
+
return 2;
|
|
309
|
+
}
|
|
310
|
+
default:
|
|
311
|
+
fetchStrategy;
|
|
312
|
+
}
|
|
313
|
+
break;
|
|
314
|
+
}
|
|
315
|
+
default:
|
|
316
|
+
{
|
|
317
|
+
route;
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
return 2;
|
|
321
|
+
}
|
|
322
|
+
function pingPPRRouteTree(now, task, route, tree) {
|
|
323
|
+
const segment = (0, _cache.readOrCreateSegmentCacheEntry)(now, task, route, tree.key);
|
|
324
|
+
pingPerSegment(now, task, route, segment, task.key, tree.key);
|
|
325
|
+
if (tree.slots !== null) {
|
|
326
|
+
if (!hasNetworkBandwidth()) {
|
|
327
|
+
// Stop prefetching segments until there's more bandwidth.
|
|
328
|
+
return 0;
|
|
329
|
+
}
|
|
330
|
+
// Recursively ping the children.
|
|
331
|
+
for(const parallelRouteKey in tree.slots){
|
|
332
|
+
const childTree = tree.slots[parallelRouteKey];
|
|
333
|
+
const childExitStatus = pingPPRRouteTree(now, task, route, childTree);
|
|
334
|
+
if (childExitStatus === 0) {
|
|
335
|
+
// Child yielded without finishing.
|
|
336
|
+
return 0;
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
// This segment and all its children have finished prefetching.
|
|
341
|
+
return 2;
|
|
342
|
+
}
|
|
343
|
+
function diffRouteTreeAgainstCurrent(now, task, route, oldTree, newTree, spawnedEntries, fetchStrategy) {
|
|
344
|
+
// This is a single recursive traversal that does multiple things:
|
|
345
|
+
// - Finds the parts of the target route (newTree) that are not part of
|
|
346
|
+
// of the current page (oldTree) by diffing them, using the same algorithm
|
|
347
|
+
// as a real navigation.
|
|
348
|
+
// - Constructs a request tree (FlightRouterState) that describes which
|
|
349
|
+
// segments need to be prefetched and which ones are already cached.
|
|
350
|
+
// - Creates a set of pending cache entries for the segments that need to
|
|
351
|
+
// be prefetched, so that a subsequent prefetch task does not request the
|
|
352
|
+
// same segments again.
|
|
353
|
+
const oldTreeChildren = oldTree[1];
|
|
354
|
+
const newTreeChildren = newTree.slots;
|
|
355
|
+
let requestTreeChildren = {};
|
|
356
|
+
if (newTreeChildren !== null) {
|
|
357
|
+
for(const parallelRouteKey in newTreeChildren){
|
|
358
|
+
const newTreeChild = newTreeChildren[parallelRouteKey];
|
|
359
|
+
const newTreeChildSegment = newTreeChild.segment;
|
|
360
|
+
const oldTreeChild = oldTreeChildren[parallelRouteKey];
|
|
361
|
+
const oldTreeChildSegment = oldTreeChild == null ? void 0 : oldTreeChild[0];
|
|
362
|
+
if (oldTreeChildSegment !== undefined && (0, _matchsegments.matchSegment)(newTreeChildSegment, oldTreeChildSegment)) {
|
|
363
|
+
// This segment is already part of the current route. Keep traversing.
|
|
364
|
+
const requestTreeChild = diffRouteTreeAgainstCurrent(now, task, route, oldTreeChild, newTreeChild, spawnedEntries, fetchStrategy);
|
|
365
|
+
requestTreeChildren[parallelRouteKey] = requestTreeChild;
|
|
366
|
+
} else {
|
|
367
|
+
// This segment is not part of the current route. We're entering a
|
|
368
|
+
// part of the tree that we need to prefetch (unless everything is
|
|
369
|
+
// already cached).
|
|
370
|
+
switch(fetchStrategy){
|
|
371
|
+
case _cache.FetchStrategy.LoadingBoundary:
|
|
372
|
+
{
|
|
373
|
+
// When PPR is disabled, we can't prefetch per segment. We must
|
|
374
|
+
// fallback to the old prefetch behavior and send a dynamic request.
|
|
375
|
+
// Only routes that include a loading boundary can be prefetched in
|
|
376
|
+
// this way.
|
|
377
|
+
//
|
|
378
|
+
// This is simlar to a "full" prefetch, but we're much more
|
|
379
|
+
// conservative about which segments to include in the request.
|
|
380
|
+
//
|
|
381
|
+
// The server will only render up to the first loading boundary
|
|
382
|
+
// inside new part of the tree. If there's no loading boundary, the
|
|
383
|
+
// server will never return any data. TODO: When we prefetch the
|
|
384
|
+
// route tree, the server should indicate whether there's a loading
|
|
385
|
+
// boundary so the client doesn't send a second request for no
|
|
386
|
+
// reason.
|
|
387
|
+
const requestTreeChild = pingPPRDisabledRouteTreeUpToLoadingBoundary(now, task, route, newTreeChild, null, spawnedEntries);
|
|
388
|
+
requestTreeChildren[parallelRouteKey] = requestTreeChild;
|
|
389
|
+
break;
|
|
390
|
+
}
|
|
391
|
+
case _cache.FetchStrategy.Full:
|
|
392
|
+
{
|
|
393
|
+
// This is a "full" prefetch. Fetch all the data in the tree, both
|
|
394
|
+
// static and dynamic. We issue roughly the same request that we
|
|
395
|
+
// would during a real navigation. The goal is that once the
|
|
396
|
+
// navigation occurs, the router should not have to fetch any
|
|
397
|
+
// additional data.
|
|
398
|
+
//
|
|
399
|
+
// Although the response will include dynamic data, opting into a
|
|
400
|
+
// Full prefetch — via <Link prefetch={true}> — implicitly
|
|
401
|
+
// instructs the cache to treat the response as "static", or non-
|
|
402
|
+
// dynamic, since the whole point is to cache it for
|
|
403
|
+
// future navigations.
|
|
404
|
+
//
|
|
405
|
+
// Construct a tree (currently a FlightRouterState) that represents
|
|
406
|
+
// which segments need to be prefetched and which ones are already
|
|
407
|
+
// cached. If the tree is empty, then we can exit. Otherwise, we'll
|
|
408
|
+
// send the request tree to the server and use the response to
|
|
409
|
+
// populate the segment cache.
|
|
410
|
+
const requestTreeChild = pingRouteTreeAndIncludeDynamicData(now, task, route, newTreeChild, false, spawnedEntries);
|
|
411
|
+
requestTreeChildren[parallelRouteKey] = requestTreeChild;
|
|
412
|
+
break;
|
|
413
|
+
}
|
|
414
|
+
default:
|
|
415
|
+
fetchStrategy;
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
const requestTree = [
|
|
421
|
+
newTree.segment,
|
|
422
|
+
requestTreeChildren,
|
|
423
|
+
null,
|
|
424
|
+
null,
|
|
425
|
+
newTree.isRootLayout
|
|
426
|
+
];
|
|
427
|
+
return requestTree;
|
|
428
|
+
}
|
|
429
|
+
function pingPPRDisabledRouteTreeUpToLoadingBoundary(now, task, route, tree, refetchMarkerContext, spawnedEntries) {
|
|
430
|
+
// This function is similar to pingRouteTreeAndIncludeDynamicData, except the
|
|
431
|
+
// server is only going to return a minimal loading state — it will stop
|
|
432
|
+
// rendering at the first loading boundary. Whereas a Full prefetch is
|
|
433
|
+
// intentionally aggressive and tries to pretfetch all the data that will be
|
|
434
|
+
// needed for a navigation, a LoadingBoundary prefetch is much more
|
|
435
|
+
// conservative. For example, it will omit from the request tree any segment
|
|
436
|
+
// that is already cached, regardles of whether it's partial or full. By
|
|
437
|
+
// contrast, a Full prefetch will refetch partial segments.
|
|
438
|
+
// "inside-shared-layout" tells the server where to start looking for a
|
|
439
|
+
// loading boundary.
|
|
440
|
+
let refetchMarker = refetchMarkerContext === null ? 'inside-shared-layout' : null;
|
|
441
|
+
const segment = (0, _cache.readOrCreateSegmentCacheEntry)(now, task, route, tree.key);
|
|
442
|
+
switch(segment.status){
|
|
443
|
+
case _cache.EntryStatus.Empty:
|
|
444
|
+
{
|
|
445
|
+
// This segment is not cached. Add a refetch marker so the server knows
|
|
446
|
+
// to start rendering here.
|
|
447
|
+
// TODO: Instead of a "refetch" marker, we could just omit this subtree's
|
|
448
|
+
// FlightRouterState from the request tree. I think this would probably
|
|
449
|
+
// already work even without any updates to the server. For consistency,
|
|
450
|
+
// though, I'll send the full tree and we'll look into this later as part
|
|
451
|
+
// of a larger redesign of the request protocol.
|
|
452
|
+
// Add the pending cache entry to the result map.
|
|
453
|
+
spawnedEntries.set(tree.key, (0, _cache.upgradeToPendingSegment)(segment, // Set the fetch strategy to LoadingBoundary to indicate that the server
|
|
454
|
+
// might not include it in the pending response. If another route is able
|
|
455
|
+
// to issue a per-segment request, we'll do that in the background.
|
|
456
|
+
_cache.FetchStrategy.LoadingBoundary));
|
|
457
|
+
if (refetchMarkerContext !== 'refetch') {
|
|
458
|
+
refetchMarker = refetchMarkerContext = 'refetch';
|
|
459
|
+
} else {
|
|
460
|
+
// There's already a parent with a refetch marker, so we don't need
|
|
461
|
+
// to add another one.
|
|
462
|
+
}
|
|
463
|
+
break;
|
|
464
|
+
}
|
|
465
|
+
case _cache.EntryStatus.Fulfilled:
|
|
466
|
+
{
|
|
467
|
+
// The segment is already cached.
|
|
468
|
+
// TODO: The server should include a `hasLoading` field as part of the
|
|
469
|
+
// route tree prefetch.
|
|
470
|
+
if (segment.loading !== null) {
|
|
471
|
+
// This segment has a loading boundary, which means the server won't
|
|
472
|
+
// render its children. So there's nothing left to prefetch along this
|
|
473
|
+
// path. We can bail out.
|
|
474
|
+
return (0, _cache.convertRouteTreeToFlightRouterState)(tree);
|
|
475
|
+
}
|
|
476
|
+
break;
|
|
477
|
+
}
|
|
478
|
+
case _cache.EntryStatus.Pending:
|
|
479
|
+
{
|
|
480
|
+
break;
|
|
481
|
+
}
|
|
482
|
+
case _cache.EntryStatus.Rejected:
|
|
483
|
+
{
|
|
484
|
+
break;
|
|
485
|
+
}
|
|
486
|
+
default:
|
|
487
|
+
segment;
|
|
488
|
+
}
|
|
489
|
+
const requestTreeChildren = {};
|
|
490
|
+
if (tree.slots !== null) {
|
|
491
|
+
for(const parallelRouteKey in tree.slots){
|
|
492
|
+
const childTree = tree.slots[parallelRouteKey];
|
|
493
|
+
requestTreeChildren[parallelRouteKey] = pingPPRDisabledRouteTreeUpToLoadingBoundary(now, task, route, childTree, refetchMarkerContext, spawnedEntries);
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
const requestTree = [
|
|
497
|
+
tree.segment,
|
|
498
|
+
requestTreeChildren,
|
|
499
|
+
null,
|
|
500
|
+
refetchMarker,
|
|
501
|
+
tree.isRootLayout
|
|
502
|
+
];
|
|
503
|
+
return requestTree;
|
|
504
|
+
}
|
|
505
|
+
function pingRouteTreeAndIncludeDynamicData(now, task, route, tree, isInsideRefetchingParent, spawnedEntries) {
|
|
506
|
+
// The tree we're constructing is the same shape as the tree we're navigating
|
|
507
|
+
// to. But even though this is a "new" tree, some of the individual segments
|
|
508
|
+
// may be cached as a result of other route prefetches.
|
|
509
|
+
//
|
|
510
|
+
// So we need to find the first uncached segment along each path add an
|
|
511
|
+
// explicit "refetch" marker so the server knows where to start rendering.
|
|
512
|
+
// Once the server starts rendering along a path, it keeps rendering the
|
|
513
|
+
// entire subtree.
|
|
514
|
+
const segment = (0, _cache.readOrCreateSegmentCacheEntry)(now, task, route, tree.key);
|
|
515
|
+
let spawnedSegment = null;
|
|
516
|
+
switch(segment.status){
|
|
517
|
+
case _cache.EntryStatus.Empty:
|
|
518
|
+
{
|
|
519
|
+
// This segment is not cached. Include it in the request.
|
|
520
|
+
spawnedSegment = (0, _cache.upgradeToPendingSegment)(segment, _cache.FetchStrategy.Full);
|
|
521
|
+
break;
|
|
522
|
+
}
|
|
523
|
+
case _cache.EntryStatus.Fulfilled:
|
|
524
|
+
{
|
|
525
|
+
// The segment is already cached.
|
|
526
|
+
if (segment.isPartial) {
|
|
527
|
+
// The cached segment contians dynamic holes. Since this is a Full
|
|
528
|
+
// prefetch, we need to include it in the request.
|
|
529
|
+
spawnedSegment = pingFullSegmentRevalidation(now, task, route, segment, tree.key);
|
|
530
|
+
}
|
|
531
|
+
break;
|
|
532
|
+
}
|
|
533
|
+
case _cache.EntryStatus.Pending:
|
|
534
|
+
case _cache.EntryStatus.Rejected:
|
|
535
|
+
{
|
|
536
|
+
// There's either another prefetch currently in progress, or the previous
|
|
537
|
+
// attempt failed. If it wasn't a Full prefetch, fetch it again.
|
|
538
|
+
if (segment.fetchStrategy !== _cache.FetchStrategy.Full) {
|
|
539
|
+
spawnedSegment = pingFullSegmentRevalidation(now, task, route, segment, tree.key);
|
|
540
|
+
}
|
|
541
|
+
break;
|
|
542
|
+
}
|
|
543
|
+
default:
|
|
544
|
+
segment;
|
|
545
|
+
}
|
|
546
|
+
const requestTreeChildren = {};
|
|
547
|
+
if (tree.slots !== null) {
|
|
548
|
+
for(const parallelRouteKey in tree.slots){
|
|
549
|
+
const childTree = tree.slots[parallelRouteKey];
|
|
550
|
+
requestTreeChildren[parallelRouteKey] = pingRouteTreeAndIncludeDynamicData(now, task, route, childTree, isInsideRefetchingParent || spawnedSegment !== null, spawnedEntries);
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
if (spawnedSegment !== null) {
|
|
554
|
+
// Add the pending entry to the result map.
|
|
555
|
+
spawnedEntries.set(tree.key, spawnedSegment);
|
|
556
|
+
}
|
|
557
|
+
// Don't bother to add a refetch marker if one is already present in a parent.
|
|
558
|
+
const refetchMarker = !isInsideRefetchingParent && spawnedSegment !== null ? 'refetch' : null;
|
|
559
|
+
const requestTree = [
|
|
560
|
+
tree.segment,
|
|
561
|
+
requestTreeChildren,
|
|
562
|
+
null,
|
|
563
|
+
refetchMarker,
|
|
564
|
+
tree.isRootLayout
|
|
565
|
+
];
|
|
566
|
+
return requestTree;
|
|
567
|
+
}
|
|
568
|
+
function pingPerSegment(now, task, route, segment, routeKey, segmentKey) {
|
|
569
|
+
switch(segment.status){
|
|
570
|
+
case _cache.EntryStatus.Empty:
|
|
571
|
+
// Upgrade to Pending so we know there's already a request in progress
|
|
572
|
+
spawnPrefetchSubtask((0, _cache.fetchSegmentOnCacheMiss)(route, (0, _cache.upgradeToPendingSegment)(segment, _cache.FetchStrategy.PPR), routeKey, segmentKey));
|
|
573
|
+
break;
|
|
574
|
+
case _cache.EntryStatus.Pending:
|
|
575
|
+
{
|
|
576
|
+
// There's already a request in progress. Depending on what kind of
|
|
577
|
+
// request it is, we may want to revalidate it.
|
|
578
|
+
switch(segment.fetchStrategy){
|
|
579
|
+
case _cache.FetchStrategy.PPR:
|
|
580
|
+
case _cache.FetchStrategy.Full:
|
|
581
|
+
break;
|
|
582
|
+
case _cache.FetchStrategy.LoadingBoundary:
|
|
583
|
+
// There's a pending request, but because it's using the old
|
|
584
|
+
// prefetching strategy, we can't be sure if it will be fulfilled by
|
|
585
|
+
// the response — it might be inside the loading boundary. Perform
|
|
586
|
+
// a revalidation, but because it's speculative, wait to do it at
|
|
587
|
+
// background priority.
|
|
588
|
+
if (background(task)) {
|
|
589
|
+
// TODO: Instead of speculatively revalidating, consider including
|
|
590
|
+
// `hasLoading` in the route tree prefetch response.
|
|
591
|
+
pingPPRSegmentRevalidation(now, task, segment, route, routeKey, segmentKey);
|
|
592
|
+
}
|
|
593
|
+
break;
|
|
594
|
+
default:
|
|
595
|
+
segment.fetchStrategy;
|
|
596
|
+
}
|
|
597
|
+
break;
|
|
598
|
+
}
|
|
599
|
+
case _cache.EntryStatus.Rejected:
|
|
600
|
+
{
|
|
601
|
+
// The existing entry in the cache was rejected. Depending on how it
|
|
602
|
+
// was originally fetched, we may or may not want to revalidate it.
|
|
603
|
+
switch(segment.fetchStrategy){
|
|
604
|
+
case _cache.FetchStrategy.PPR:
|
|
605
|
+
case _cache.FetchStrategy.Full:
|
|
606
|
+
break;
|
|
607
|
+
case _cache.FetchStrategy.LoadingBoundary:
|
|
608
|
+
// There's a rejected entry, but it was fetched using the loading
|
|
609
|
+
// boundary strategy. So the reason it wasn't returned by the server
|
|
610
|
+
// might just be because it was inside a loading boundary. Or because
|
|
611
|
+
// there was a dynamic rewrite. Revalidate it using the per-
|
|
612
|
+
// segment strategy.
|
|
613
|
+
//
|
|
614
|
+
// Because a rejected segment will definitely prevent the segment (and
|
|
615
|
+
// all of its children) from rendering, we perform this revalidation
|
|
616
|
+
// immediately instead of deferring it to a background task.
|
|
617
|
+
pingPPRSegmentRevalidation(now, task, segment, route, routeKey, segmentKey);
|
|
618
|
+
break;
|
|
619
|
+
default:
|
|
620
|
+
segment.fetchStrategy;
|
|
621
|
+
}
|
|
622
|
+
break;
|
|
623
|
+
}
|
|
624
|
+
case _cache.EntryStatus.Fulfilled:
|
|
625
|
+
break;
|
|
626
|
+
default:
|
|
627
|
+
segment;
|
|
628
|
+
}
|
|
629
|
+
// Segments do not have dependent tasks, so once the prefetch is initiated,
|
|
630
|
+
// there's nothing else for us to do (except write the server data into the
|
|
631
|
+
// entry, which is handled by `fetchSegmentOnCacheMiss`).
|
|
632
|
+
}
|
|
633
|
+
function pingPPRSegmentRevalidation(now, task, currentSegment, route, routeKey, segmentKey) {
|
|
634
|
+
const revalidatingSegment = (0, _cache.readOrCreateRevalidatingSegmentEntry)(now, currentSegment);
|
|
635
|
+
switch(revalidatingSegment.status){
|
|
636
|
+
case _cache.EntryStatus.Empty:
|
|
637
|
+
// Spawn a prefetch request and upsert the segment into the cache
|
|
638
|
+
// upon completion.
|
|
639
|
+
upsertSegmentOnCompletion(task, route, segmentKey, spawnPrefetchSubtask((0, _cache.fetchSegmentOnCacheMiss)(route, (0, _cache.upgradeToPendingSegment)(revalidatingSegment, _cache.FetchStrategy.PPR), routeKey, segmentKey)));
|
|
640
|
+
break;
|
|
641
|
+
case _cache.EntryStatus.Pending:
|
|
642
|
+
break;
|
|
643
|
+
case _cache.EntryStatus.Fulfilled:
|
|
644
|
+
case _cache.EntryStatus.Rejected:
|
|
645
|
+
break;
|
|
646
|
+
default:
|
|
647
|
+
revalidatingSegment;
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
function pingFullSegmentRevalidation(now, task, route, currentSegment, segmentKey) {
|
|
651
|
+
const revalidatingSegment = (0, _cache.readOrCreateRevalidatingSegmentEntry)(now, currentSegment);
|
|
652
|
+
if (revalidatingSegment.status === _cache.EntryStatus.Empty) {
|
|
653
|
+
// During a Full prefetch, a single dynamic request is made for all the
|
|
654
|
+
// segments that we need. So we don't initiate a request here directly. By
|
|
655
|
+
// returning a pending entry from this function, it signals to the caller
|
|
656
|
+
// that this segment should be included in the request that's sent to
|
|
657
|
+
// the server.
|
|
658
|
+
const pendingSegment = (0, _cache.upgradeToPendingSegment)(revalidatingSegment, _cache.FetchStrategy.Full);
|
|
659
|
+
upsertSegmentOnCompletion(task, route, segmentKey, (0, _cache.waitForSegmentCacheEntry)(pendingSegment));
|
|
660
|
+
return pendingSegment;
|
|
661
|
+
} else {
|
|
662
|
+
// There's already a revalidation in progress.
|
|
663
|
+
const nonEmptyRevalidatingSegment = revalidatingSegment;
|
|
664
|
+
if (nonEmptyRevalidatingSegment.fetchStrategy !== _cache.FetchStrategy.Full) {
|
|
665
|
+
// The existing revalidation was not fetched using the Full strategy.
|
|
666
|
+
// Reset it and start a new revalidation.
|
|
667
|
+
const emptySegment = (0, _cache.resetRevalidatingSegmentEntry)(nonEmptyRevalidatingSegment);
|
|
668
|
+
const pendingSegment = (0, _cache.upgradeToPendingSegment)(emptySegment, _cache.FetchStrategy.Full);
|
|
669
|
+
upsertSegmentOnCompletion(task, route, segmentKey, (0, _cache.waitForSegmentCacheEntry)(pendingSegment));
|
|
670
|
+
return pendingSegment;
|
|
671
|
+
}
|
|
672
|
+
switch(nonEmptyRevalidatingSegment.status){
|
|
673
|
+
case _cache.EntryStatus.Pending:
|
|
674
|
+
// There's already an in-progress prefetch that includes this segment.
|
|
675
|
+
return null;
|
|
676
|
+
case _cache.EntryStatus.Fulfilled:
|
|
677
|
+
case _cache.EntryStatus.Rejected:
|
|
678
|
+
// A previous revalidation attempt finished, but we chose not to replace
|
|
679
|
+
// the existing entry in the cache. Don't try again until or unless the
|
|
680
|
+
// revalidation entry expires.
|
|
681
|
+
return null;
|
|
682
|
+
default:
|
|
683
|
+
nonEmptyRevalidatingSegment;
|
|
684
|
+
return null;
|
|
685
|
+
}
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
const noop = ()=>{};
|
|
689
|
+
function upsertSegmentOnCompletion(task, route, key, promise) {
|
|
690
|
+
// Wait for a segment to finish loading, then upsert it into the cache
|
|
691
|
+
promise.then((fulfilled)=>{
|
|
692
|
+
if (fulfilled !== null) {
|
|
693
|
+
// Received new data. Attempt to replace the existing entry in the cache.
|
|
694
|
+
const keypath = (0, _cache.getSegmentKeypathForTask)(task, route, key);
|
|
695
|
+
(0, _cache.upsertSegmentEntry)(Date.now(), keypath, fulfilled);
|
|
696
|
+
}
|
|
697
|
+
}, noop);
|
|
698
|
+
}
|
|
699
|
+
// -----------------------------------------------------------------------------
|
|
700
|
+
// The remainder of the module is a MinHeap implementation. Try not to put any
|
|
701
|
+
// logic below here unless it's related to the heap algorithm. We can extract
|
|
702
|
+
// this to a separate module if/when we need multiple kinds of heaps.
|
|
703
|
+
// -----------------------------------------------------------------------------
|
|
704
|
+
function compareQueuePriority(a, b) {
|
|
705
|
+
// Since the queue is a MinHeap, this should return a positive number if b is
|
|
706
|
+
// higher priority than a, and a negative number if a is higher priority
|
|
707
|
+
// than b.
|
|
708
|
+
// `priority` is an integer, where higher numbers are higher priority.
|
|
709
|
+
const priorityDiff = b.priority - a.priority;
|
|
710
|
+
if (priorityDiff !== 0) {
|
|
711
|
+
return priorityDiff;
|
|
712
|
+
}
|
|
713
|
+
// If the priority is the same, check which phase the prefetch is in — is it
|
|
714
|
+
// prefetching the route tree, or the segments? Route trees are prioritized.
|
|
715
|
+
const phaseDiff = b.phase - a.phase;
|
|
716
|
+
if (phaseDiff !== 0) {
|
|
717
|
+
return phaseDiff;
|
|
718
|
+
}
|
|
719
|
+
// Finally, check the insertion order. `sortId` is an incrementing counter
|
|
720
|
+
// assigned to prefetches. We want to process the newest prefetches first.
|
|
721
|
+
return b.sortId - a.sortId;
|
|
722
|
+
}
|
|
723
|
+
function heapPush(heap, node) {
|
|
724
|
+
const index = heap.length;
|
|
725
|
+
heap.push(node);
|
|
726
|
+
node._heapIndex = index;
|
|
727
|
+
heapSiftUp(heap, node, index);
|
|
728
|
+
}
|
|
729
|
+
function heapPeek(heap) {
|
|
730
|
+
return heap.length === 0 ? null : heap[0];
|
|
731
|
+
}
|
|
732
|
+
function heapPop(heap) {
|
|
733
|
+
if (heap.length === 0) {
|
|
734
|
+
return null;
|
|
735
|
+
}
|
|
736
|
+
const first = heap[0];
|
|
737
|
+
first._heapIndex = -1;
|
|
738
|
+
const last = heap.pop();
|
|
739
|
+
if (last !== first) {
|
|
740
|
+
heap[0] = last;
|
|
741
|
+
last._heapIndex = 0;
|
|
742
|
+
heapSiftDown(heap, last, 0);
|
|
743
|
+
}
|
|
744
|
+
return first;
|
|
745
|
+
}
|
|
746
|
+
function heapDelete(heap, node) {
|
|
747
|
+
const index = node._heapIndex;
|
|
748
|
+
if (index !== -1) {
|
|
749
|
+
node._heapIndex = -1;
|
|
750
|
+
if (heap.length !== 0) {
|
|
751
|
+
const last = heap.pop();
|
|
752
|
+
if (last !== node) {
|
|
753
|
+
heap[index] = last;
|
|
754
|
+
last._heapIndex = index;
|
|
755
|
+
heapSiftDown(heap, last, index);
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
}
|
|
759
|
+
}
|
|
760
|
+
function heapResift(heap, node) {
|
|
761
|
+
const index = node._heapIndex;
|
|
762
|
+
if (index !== -1) {
|
|
763
|
+
if (index === 0) {
|
|
764
|
+
heapSiftDown(heap, node, 0);
|
|
765
|
+
} else {
|
|
766
|
+
const parentIndex = index - 1 >>> 1;
|
|
767
|
+
const parent = heap[parentIndex];
|
|
768
|
+
if (compareQueuePriority(parent, node) > 0) {
|
|
769
|
+
// The parent is larger. Sift up.
|
|
770
|
+
heapSiftUp(heap, node, index);
|
|
771
|
+
} else {
|
|
772
|
+
// The parent is smaller (or equal). Sift down.
|
|
773
|
+
heapSiftDown(heap, node, index);
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
function heapSiftUp(heap, node, i) {
|
|
779
|
+
let index = i;
|
|
780
|
+
while(index > 0){
|
|
781
|
+
const parentIndex = index - 1 >>> 1;
|
|
782
|
+
const parent = heap[parentIndex];
|
|
783
|
+
if (compareQueuePriority(parent, node) > 0) {
|
|
784
|
+
// The parent is larger. Swap positions.
|
|
785
|
+
heap[parentIndex] = node;
|
|
786
|
+
node._heapIndex = parentIndex;
|
|
787
|
+
heap[index] = parent;
|
|
788
|
+
parent._heapIndex = index;
|
|
789
|
+
index = parentIndex;
|
|
790
|
+
} else {
|
|
791
|
+
// The parent is smaller. Exit.
|
|
792
|
+
return;
|
|
793
|
+
}
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
function heapSiftDown(heap, node, i) {
|
|
797
|
+
let index = i;
|
|
798
|
+
const length = heap.length;
|
|
799
|
+
const halfLength = length >>> 1;
|
|
800
|
+
while(index < halfLength){
|
|
801
|
+
const leftIndex = (index + 1) * 2 - 1;
|
|
802
|
+
const left = heap[leftIndex];
|
|
803
|
+
const rightIndex = leftIndex + 1;
|
|
804
|
+
const right = heap[rightIndex];
|
|
805
|
+
// If the left or right node is smaller, swap with the smaller of those.
|
|
806
|
+
if (compareQueuePriority(left, node) < 0) {
|
|
807
|
+
if (rightIndex < length && compareQueuePriority(right, left) < 0) {
|
|
808
|
+
heap[index] = right;
|
|
809
|
+
right._heapIndex = index;
|
|
810
|
+
heap[rightIndex] = node;
|
|
811
|
+
node._heapIndex = rightIndex;
|
|
812
|
+
index = rightIndex;
|
|
813
|
+
} else {
|
|
814
|
+
heap[index] = left;
|
|
815
|
+
left._heapIndex = index;
|
|
816
|
+
heap[leftIndex] = node;
|
|
817
|
+
node._heapIndex = leftIndex;
|
|
818
|
+
index = leftIndex;
|
|
819
|
+
}
|
|
820
|
+
} else if (rightIndex < length && compareQueuePriority(right, node) < 0) {
|
|
821
|
+
heap[index] = right;
|
|
822
|
+
right._heapIndex = index;
|
|
823
|
+
heap[rightIndex] = node;
|
|
824
|
+
node._heapIndex = rightIndex;
|
|
825
|
+
index = rightIndex;
|
|
826
|
+
} else {
|
|
827
|
+
// Neither child is smaller. Exit.
|
|
828
|
+
return;
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
|
|
834
|
+
Object.defineProperty(exports.default, '__esModule', { value: true });
|
|
835
|
+
Object.assign(exports.default, exports);
|
|
836
|
+
module.exports = exports.default;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
//# sourceMappingURL=scheduler.js.map
|