@bildit-platform/engine 0.1.4 → 0.1.6
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/dist/cjs/_virtual/_commonjsHelpers.js +25 -0
- package/dist/cjs/_virtual/_interop_require_default.js +23 -0
- package/dist/cjs/_virtual/_interop_require_wildcard.js +23 -0
- package/dist/cjs/_virtual/add-base-path.js +23 -0
- package/dist/cjs/_virtual/add-locale.js +23 -0
- package/dist/cjs/_virtual/add-locale2.js +23 -0
- package/dist/cjs/_virtual/add-path-prefix.js +23 -0
- package/dist/cjs/_virtual/amp-context.shared-runtime.js +23 -0
- package/dist/cjs/_virtual/amp-mode.js +23 -0
- package/dist/cjs/_virtual/app-paths.js +23 -0
- package/dist/cjs/_virtual/constants.js +23 -0
- package/dist/cjs/_virtual/detect-domain-locale.js +23 -0
- package/dist/cjs/_virtual/detect-domain-locale2.js +23 -0
- package/dist/cjs/_virtual/ensure-leading-slash.js +23 -0
- package/dist/cjs/_virtual/error-once.js +23 -0
- package/dist/cjs/_virtual/escape-regexp.js +23 -0
- package/dist/cjs/_virtual/format-url.js +23 -0
- package/dist/cjs/_virtual/get-domain-locale.js +23 -0
- package/dist/cjs/_virtual/get-img-props.js +23 -0
- package/dist/cjs/_virtual/has-base-path.js +23 -0
- package/dist/cjs/_virtual/head-manager-context.shared-runtime.js +23 -0
- package/dist/cjs/_virtual/head.js +23 -0
- package/dist/cjs/_virtual/image-blur-svg.js +23 -0
- package/dist/cjs/_virtual/image-component.js +23 -0
- package/dist/cjs/_virtual/image-config-context.shared-runtime.js +23 -0
- package/dist/cjs/_virtual/image-config.js +23 -0
- package/dist/cjs/_virtual/image-external.js +23 -0
- package/dist/cjs/_virtual/image-loader.js +23 -0
- package/dist/cjs/_virtual/index.js +23 -0
- package/dist/cjs/_virtual/index2.js +23 -0
- package/dist/cjs/_virtual/interception-routes.js +23 -0
- package/dist/cjs/_virtual/interpolate-as.js +23 -0
- package/dist/cjs/_virtual/is-dynamic.js +23 -0
- package/dist/cjs/_virtual/is-local-url.js +23 -0
- package/dist/cjs/_virtual/link.js +23 -0
- package/dist/cjs/_virtual/match-local-pattern.js +23 -0
- package/dist/cjs/_virtual/match-remote-pattern.js +23 -0
- package/dist/cjs/_virtual/normalize-locale-path.js +23 -0
- package/dist/cjs/_virtual/normalize-locale-path2.js +23 -0
- package/dist/cjs/_virtual/normalize-trailing-slash.js +23 -0
- package/dist/cjs/_virtual/omit.js +23 -0
- package/dist/cjs/_virtual/parse-path.js +23 -0
- package/dist/cjs/_virtual/path-has-prefix.js +23 -0
- package/dist/cjs/_virtual/querystring.js +23 -0
- package/dist/cjs/_virtual/remove-trailing-slash.js +23 -0
- package/dist/cjs/_virtual/request-idle-callback.js +23 -0
- package/dist/cjs/_virtual/resolve-href.js +23 -0
- package/dist/cjs/_virtual/route-matcher.js +23 -0
- package/dist/cjs/_virtual/route-regex.js +23 -0
- package/dist/cjs/_virtual/router-context.shared-runtime.js +23 -0
- package/dist/cjs/_virtual/segment.js +23 -0
- package/dist/cjs/_virtual/side-effect.js +23 -0
- package/dist/cjs/_virtual/sorted-routes.js +23 -0
- package/dist/cjs/_virtual/use-intersection.js +23 -0
- package/dist/cjs/_virtual/use-merged-ref.js +23 -0
- package/dist/cjs/_virtual/utils.js +23 -0
- package/dist/cjs/_virtual/warn-once.js +23 -0
- package/dist/cjs/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.js +30 -0
- package/dist/cjs/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js +62 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/add-base-path.js +58 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/add-locale.js +62 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/detect-domain-locale.js +59 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/get-domain-locale.js +71 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/has-base-path.js +56 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/image-component.js +355 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/link.js +469 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/normalize-locale-path.js +60 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/normalize-trailing-slash.js +70 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/request-idle-callback.js +72 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/resolve-href.js +119 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/use-intersection.js +149 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/use-merged-ref.js +102 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/picomatch/index.js +32 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/constants.js +353 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js +53 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/amp-mode.js +48 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/escape-regexp.js +53 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/get-img-props.js +577 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js +53 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/head.js +228 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js +58 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js +86 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/image-blur-svg.js +48 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js +56 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/image-config.js +88 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/image-external.js +72 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/image-loader.js +127 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/match-local-pattern.js +76 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/match-remote-pattern.js +93 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js +52 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/add-locale.js +62 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js +53 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/app-paths.js +81 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/format-url.js +120 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/index.js +59 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/interception-routes.js +133 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js +87 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js +60 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/is-local-url.js +60 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/omit.js +53 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/parse-path.js +67 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js +53 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/querystring.js +109 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js +55 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/route-matcher.js +76 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/route-regex.js +298 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js +273 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +53 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/segment.js +78 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/side-effect.js +99 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/utils/error-once.js +54 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/utils/warn-once.js +45 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/utils.js +224 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/image.js +31 -0
- package/dist/cjs/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/link.js +30 -0
- package/dist/cjs/react/createModuleWithDependencies.d.ts +4 -4
- package/dist/cjs/react/createModuleWithDependencies.js +15 -10
- package/dist/cjs/react/index.d.ts +1 -0
- package/dist/cjs/react/registerGlobalModuleCreator.js +9 -18
- package/dist/esm/_virtual/LoaderRunner.js +21 -0
- package/dist/esm/_virtual/ReactRefreshWebpackPlugin.js +21 -0
- package/dist/esm/_virtual/_app.js +21 -0
- package/dist/esm/_virtual/_class_private_field_loose_base.js +21 -0
- package/dist/esm/_virtual/_class_private_field_loose_key.js +21 -0
- package/dist/esm/_virtual/_commonjs-dynamic-modules.js +23 -0
- package/dist/esm/_virtual/_commonjsHelpers.js +25 -0
- package/dist/esm/_virtual/_document.js +21 -0
- package/dist/esm/_virtual/_error.js +21 -0
- package/dist/esm/_virtual/_error2.js +21 -0
- package/dist/esm/_virtual/_interop_require_default.js +21 -0
- package/dist/esm/_virtual/_interop_require_wildcard.js +21 -0
- package/dist/esm/_virtual/_tagged_template_literal_loose.js +21 -0
- package/dist/esm/_virtual/absolute-filename-normalizer.js +21 -0
- package/dist/esm/_virtual/absolute-path-to-page.js +21 -0
- package/dist/esm/_virtual/accept-header.js +21 -0
- package/dist/esm/_virtual/acorn.js +21 -0
- package/dist/esm/_virtual/action-async-storage-instance.js +21 -0
- package/dist/esm/_virtual/action-async-storage.external.js +21 -0
- package/dist/esm/_virtual/action-handler.js +21 -0
- package/dist/esm/_virtual/action-utils.js +21 -0
- package/dist/esm/_virtual/adapter.js +21 -0
- package/dist/esm/_virtual/adapters.js +21 -0
- package/dist/esm/_virtual/add-base-path.js +21 -0
- package/dist/esm/_virtual/add-locale.js +21 -0
- package/dist/esm/_virtual/add-locale2.js +21 -0
- package/dist/esm/_virtual/add-path-prefix.js +21 -0
- package/dist/esm/_virtual/add-path-suffix.js +21 -0
- package/dist/esm/_virtual/after-context.js +21 -0
- package/dist/esm/_virtual/after-task-async-storage-instance.js +21 -0
- package/dist/esm/_virtual/after-task-async-storage.external.js +21 -0
- package/dist/esm/_virtual/agents.js +21 -0
- package/dist/esm/_virtual/aliased-prefetch-navigations.js +21 -0
- package/dist/esm/_virtual/amp-context.shared-runtime.js +21 -0
- package/dist/esm/_virtual/amp-mode.js +21 -0
- package/dist/esm/_virtual/anonymous-meta.js +21 -0
- package/dist/esm/_virtual/app-build-id.js +21 -0
- package/dist/esm/_virtual/app-build-manifest-plugin.js +21 -0
- package/dist/esm/_virtual/app-bundle-path-normalizer.js +21 -0
- package/dist/esm/_virtual/app-call-server.js +21 -0
- package/dist/esm/_virtual/app-dev-overlay-error-boundary.js +21 -0
- package/dist/esm/_virtual/app-dev-overlay.js +21 -0
- package/dist/esm/_virtual/app-dir-module.js +21 -0
- package/dist/esm/_virtual/app-filename-normalizer.js +21 -0
- package/dist/esm/_virtual/app-find-source-map-url.js +21 -0
- package/dist/esm/_virtual/app-info-log.js +21 -0
- package/dist/esm/_virtual/app-page-experimental.runtime.dev.js +21 -0
- package/dist/esm/_virtual/app-page-experimental.runtime.prod.js +21 -0
- package/dist/esm/_virtual/app-page-normalizer.js +21 -0
- package/dist/esm/_virtual/app-page-route-definition.js +21 -0
- package/dist/esm/_virtual/app-page-route-matcher-provider.js +21 -0
- package/dist/esm/_virtual/app-page-route-matcher.js +21 -0
- package/dist/esm/_virtual/app-page-turbo-experimental.runtime.dev.js +21 -0
- package/dist/esm/_virtual/app-page-turbo-experimental.runtime.prod.js +21 -0
- package/dist/esm/_virtual/app-page-turbo.runtime.dev.js +21 -0
- package/dist/esm/_virtual/app-page-turbo.runtime.prod.js +21 -0
- package/dist/esm/_virtual/app-page.runtime.dev.js +21 -0
- package/dist/esm/_virtual/app-page.runtime.prod.js +21 -0
- package/dist/esm/_virtual/app-pathname-normalizer.js +21 -0
- package/dist/esm/_virtual/app-paths.js +21 -0
- package/dist/esm/_virtual/app-render-prerender-utils.js +21 -0
- package/dist/esm/_virtual/app-render-render-utils.js +21 -0
- package/dist/esm/_virtual/app-render.js +21 -0
- package/dist/esm/_virtual/app-route-route-matcher-provider.js +21 -0
- package/dist/esm/_virtual/app-route-route-matcher.js +21 -0
- package/dist/esm/_virtual/app-router-announcer.js +21 -0
- package/dist/esm/_virtual/app-router-context.shared-runtime.js +21 -0
- package/dist/esm/_virtual/app-router-headers.js +21 -0
- package/dist/esm/_virtual/app-router-instance.js +21 -0
- package/dist/esm/_virtual/app-router.js +21 -0
- package/dist/esm/_virtual/app-segment-config.js +21 -0
- package/dist/esm/_virtual/app-segments.js +21 -0
- package/dist/esm/_virtual/app.js +21 -0
- package/dist/esm/_virtual/apply-flight-data.js +21 -0
- package/dist/esm/_virtual/apply-router-state-patch-to-tree.js +21 -0
- package/dist/esm/_virtual/array-set.js +21 -0
- package/dist/esm/_virtual/as-path-to-search-params.js +21 -0
- package/dist/esm/_virtual/assign-location.js +21 -0
- package/dist/esm/_virtual/async-callback-set.js +21 -0
- package/dist/esm/_virtual/async-local-storage.js +21 -0
- package/dist/esm/_virtual/async.js +21 -0
- package/dist/esm/_virtual/attach-hydration-error-state.js +21 -0
- package/dist/esm/_virtual/awaiter.js +21 -0
- package/dist/esm/_virtual/bailout-to-client-rendering.js +21 -0
- package/dist/esm/_virtual/bailout-to-csr.js +21 -0
- package/dist/esm/_virtual/base-path.js +21 -0
- package/dist/esm/_virtual/base-server.js +21 -0
- package/dist/esm/_virtual/base.js +21 -0
- package/dist/esm/_virtual/base2.js +21 -0
- package/dist/esm/_virtual/base64-vlq.js +21 -0
- package/dist/esm/_virtual/base64.js +21 -0
- package/dist/esm/_virtual/batched-file-reader.js +21 -0
- package/dist/esm/_virtual/batcher.js +21 -0
- package/dist/esm/_virtual/binary-search.js +21 -0
- package/dist/esm/_virtual/block-cross-site.js +21 -0
- package/dist/esm/_virtual/bloom-filter.js +21 -0
- package/dist/esm/_virtual/body-locker.js +21 -0
- package/dist/esm/_virtual/body-streams.js +21 -0
- package/dist/esm/_virtual/body.js +21 -0
- package/dist/esm/_virtual/browserVersions.js +21 -0
- package/dist/esm/_virtual/browsers.js +21 -0
- package/dist/esm/_virtual/build-context.js +21 -0
- package/dist/esm/_virtual/build-custom-route.js +21 -0
- package/dist/esm/_virtual/build-data-route.js +21 -0
- package/dist/esm/_virtual/build-error.js +21 -0
- package/dist/esm/_virtual/build-manifest-plugin.js +21 -0
- package/dist/esm/_virtual/build.js +21 -0
- package/dist/esm/_virtual/builtin-request-context.js +21 -0
- package/dist/esm/_virtual/bundle.js +21 -0
- package/dist/esm/_virtual/bundle.min.js +21 -0
- package/dist/esm/_virtual/bundle5.js +21 -0
- package/dist/esm/_virtual/bus.js +21 -0
- package/dist/esm/_virtual/cache-control.js +21 -0
- package/dist/esm/_virtual/cache-dir.js +21 -0
- package/dist/esm/_virtual/cache-key.js +21 -0
- package/dist/esm/_virtual/cache-signal.js +21 -0
- package/dist/esm/_virtual/cache-store.js +21 -0
- package/dist/esm/_virtual/cache.js +21 -0
- package/dist/esm/_virtual/cached-route-matcher-provider.js +21 -0
- package/dist/esm/_virtual/call-stack-frame.js +21 -0
- package/dist/esm/_virtual/call-stack.js +21 -0
- package/dist/esm/_virtual/canary-only.js +21 -0
- package/dist/esm/_virtual/checks.js +21 -0
- package/dist/esm/_virtual/ci-info.js +21 -0
- package/dist/esm/_virtual/cjs.js +21 -0
- package/dist/esm/_virtual/clean-async-snapshot-instance.js +21 -0
- package/dist/esm/_virtual/clean-async-snapshot.external.js +21 -0
- package/dist/esm/_virtual/clear-cache-node-data-for-segment-path.js +21 -0
- package/dist/esm/_virtual/client-and-server-references.js +21 -0
- package/dist/esm/_virtual/client-boundary.js +21 -0
- package/dist/esm/_virtual/client-component-renderer-logger.js +21 -0
- package/dist/esm/_virtual/client.js +21 -0
- package/dist/esm/_virtual/client2.js +21 -0
- package/dist/esm/_virtual/clone-response.js +21 -0
- package/dist/esm/_virtual/coalesced-function.js +21 -0
- package/dist/esm/_virtual/code-frame.js +21 -0
- package/dist/esm/_virtual/collapse-icon.js +21 -0
- package/dist/esm/_virtual/collect-root-param-keys.js +21 -0
- package/dist/esm/_virtual/colors.js +21 -0
- package/dist/esm/_virtual/compare-states.js +21 -0
- package/dist/esm/_virtual/compile-error.js +21 -0
- package/dist/esm/_virtual/component-stack-pseudo-html.js +21 -0
- package/dist/esm/_virtual/component-styles.js +21 -0
- package/dist/esm/_virtual/compute-changed-path.js +21 -0
- package/dist/esm/_virtual/config-schema.js +21 -0
- package/dist/esm/_virtual/config-shared.js +21 -0
- package/dist/esm/_virtual/config-utils.js +21 -0
- package/dist/esm/_virtual/config.js +21 -0
- package/dist/esm/_virtual/config2.js +21 -0
- package/dist/esm/_virtual/console-error.js +21 -0
- package/dist/esm/_virtual/console.js +21 -0
- package/dist/esm/_virtual/constant.js +21 -0
- package/dist/esm/_virtual/constants.js +21 -0
- package/dist/esm/_virtual/constants2.js +21 -0
- package/dist/esm/_virtual/constants3.js +21 -0
- package/dist/esm/_virtual/constants4.js +21 -0
- package/dist/esm/_virtual/context.js +21 -0
- package/dist/esm/_virtual/context2.js +21 -0
- package/dist/esm/_virtual/cookies.js +21 -0
- package/dist/esm/_virtual/copy-file-plugin.js +21 -0
- package/dist/esm/_virtual/copy-stack-trace-button.js +21 -0
- package/dist/esm/_virtual/create-client-router-filter.js +21 -0
- package/dist/esm/_virtual/create-compiler-aliases.js +21 -0
- package/dist/esm/_virtual/create-component-styles-and-scripts.js +21 -0
- package/dist/esm/_virtual/create-component-tree.js +21 -0
- package/dist/esm/_virtual/create-env-definitions.js +21 -0
- package/dist/esm/_virtual/create-error-handler.js +21 -0
- package/dist/esm/_virtual/create-flight-router-state-from-loader-tree.js +21 -0
- package/dist/esm/_virtual/create-href-from-url.js +21 -0
- package/dist/esm/_virtual/create-incremental-cache.js +21 -0
- package/dist/esm/_virtual/create-initial-router-state.js +21 -0
- package/dist/esm/_virtual/create-router-cache-key.js +21 -0
- package/dist/esm/_virtual/create-server-inserted-metadata.js +21 -0
- package/dist/esm/_virtual/crypto-utils.js +21 -0
- package/dist/esm/_virtual/csrf-protection.js +21 -0
- package/dist/esm/_virtual/css-chunking-plugin.js +21 -0
- package/dist/esm/_virtual/css-minimizer-plugin.js +21 -0
- package/dist/esm/_virtual/css-reset.js +21 -0
- package/dist/esm/_virtual/css.js +21 -0
- package/dist/esm/_virtual/cx.js +21 -0
- package/dist/esm/_virtual/dark-icon.js +21 -0
- package/dist/esm/_virtual/dark-theme.js +21 -0
- package/dist/esm/_virtual/date.js +21 -0
- package/dist/esm/_virtual/decode-path-params.js +21 -0
- package/dist/esm/_virtual/decode-query-path-parameter.js +21 -0
- package/dist/esm/_virtual/dedupe-fetch.js +21 -0
- package/dist/esm/_virtual/deep-freeze.js +21 -0
- package/dist/esm/_virtual/default-file-reader.js +21 -0
- package/dist/esm/_virtual/default-route-matcher-manager.js +21 -0
- package/dist/esm/_virtual/default.js +21 -0
- package/dist/esm/_virtual/define-env-plugin.js +21 -0
- package/dist/esm/_virtual/denormalize-app-path.js +21 -0
- package/dist/esm/_virtual/denormalize-page-path.js +21 -0
- package/dist/esm/_virtual/deployment-id.js +21 -0
- package/dist/esm/_virtual/detached-promise.js +21 -0
- package/dist/esm/_virtual/detect-domain-locale.js +21 -0
- package/dist/esm/_virtual/detect-domain-locale2.js +21 -0
- package/dist/esm/_virtual/detect-typo.js +21 -0
- package/dist/esm/_virtual/dev-app-page-route-matcher-provider.js +21 -0
- package/dist/esm/_virtual/dev-app-route-route-matcher-provider.js +21 -0
- package/dist/esm/_virtual/dev-build-indicator.js +21 -0
- package/dist/esm/_virtual/dev-bundler-service.js +21 -0
- package/dist/esm/_virtual/dev-indicator-middleware.js +21 -0
- package/dist/esm/_virtual/dev-indicator-server-state.js +21 -0
- package/dist/esm/_virtual/dev-overlay.js +21 -0
- package/dist/esm/_virtual/dev-pages-api-route-matcher-provider.js +21 -0
- package/dist/esm/_virtual/dev-pages-route-matcher-provider.js +21 -0
- package/dist/esm/_virtual/dev-render-indicator.js +21 -0
- package/dist/esm/_virtual/dev-root-http-access-fallback-boundary.js +21 -0
- package/dist/esm/_virtual/dev-route-matcher-manager.js +21 -0
- package/dist/esm/_virtual/dev-tools-indicator.js +21 -0
- package/dist/esm/_virtual/dev-tools-info.js +21 -0
- package/dist/esm/_virtual/devalue.umd.js +21 -0
- package/dist/esm/_virtual/devtools-ignore-list-plugin.js +21 -0
- package/dist/esm/_virtual/diagnosticFormatter.js +21 -0
- package/dist/esm/_virtual/dialog-body.js +21 -0
- package/dist/esm/_virtual/dialog-content.js +21 -0
- package/dist/esm/_virtual/dialog-header.js +21 -0
- package/dist/esm/_virtual/dialog.js +21 -0
- package/dist/esm/_virtual/dialog2.js +21 -0
- package/dist/esm/_virtual/diff-view.js +21 -0
- package/dist/esm/_virtual/docs-link-button.js +21 -0
- package/dist/esm/_virtual/download-swc.js +21 -0
- package/dist/esm/_virtual/draft-mode-provider.js +21 -0
- package/dist/esm/_virtual/dset.js +21 -0
- package/dist/esm/_virtual/dynamic-rendering-utils.js +21 -0
- package/dist/esm/_virtual/dynamic-rendering.js +21 -0
- package/dist/esm/_virtual/editor-link.js +21 -0
- package/dist/esm/_virtual/encode-uri-path.js +21 -0
- package/dist/esm/_virtual/encodedTags.js +21 -0
- package/dist/esm/_virtual/encryption-utils-server.js +21 -0
- package/dist/esm/_virtual/encryption-utils.js +21 -0
- package/dist/esm/_virtual/enqueue-client-error.js +21 -0
- package/dist/esm/_virtual/ensure-leading-slash.js +21 -0
- package/dist/esm/_virtual/entries.js +21 -0
- package/dist/esm/_virtual/entry-key.js +21 -0
- package/dist/esm/_virtual/entry.js +21 -0
- package/dist/esm/_virtual/entrypoints.js +21 -0
- package/dist/esm/_virtual/entrypoints2.js +21 -0
- package/dist/esm/_virtual/entrypoints3.js +21 -0
- package/dist/esm/_virtual/entrypoints4.js +21 -0
- package/dist/esm/_virtual/environment-name-label.js +21 -0
- package/dist/esm/_virtual/error-boundary.js +21 -0
- package/dist/esm/_virtual/error-boundary2.js +21 -0
- package/dist/esm/_virtual/error-feedback.js +21 -0
- package/dist/esm/_virtual/error-feedback2.js +21 -0
- package/dist/esm/_virtual/error-inspect.js +21 -0
- package/dist/esm/_virtual/error-message.js +21 -0
- package/dist/esm/_virtual/error-once.js +21 -0
- package/dist/esm/_virtual/error-overlay-footer.js +21 -0
- package/dist/esm/_virtual/error-overlay-layout.js +21 -0
- package/dist/esm/_virtual/error-overlay-nav.js +21 -0
- package/dist/esm/_virtual/error-overlay-pagination.js +21 -0
- package/dist/esm/_virtual/error-overlay-toolbar.js +21 -0
- package/dist/esm/_virtual/error-overlay.js +21 -0
- package/dist/esm/_virtual/error-source.js +21 -0
- package/dist/esm/_virtual/error-telemetry-utils.js +21 -0
- package/dist/esm/_virtual/error-type-label.js +21 -0
- package/dist/esm/_virtual/error.js +21 -0
- package/dist/esm/_virtual/error2.js +21 -0
- package/dist/esm/_virtual/errors.js +21 -0
- package/dist/esm/_virtual/escape-path-delimiters.js +21 -0
- package/dist/esm/_virtual/escape-regexp.js +21 -0
- package/dist/esm/_virtual/etag.js +21 -0
- package/dist/esm/_virtual/eval-source-map-dev-tool-plugin.js +21 -0
- package/dist/esm/_virtual/external.js +21 -0
- package/dist/esm/_virtual/extract-const-value.js +21 -0
- package/dist/esm/_virtual/eye-icon.js +21 -0
- package/dist/esm/_virtual/fallback-params.js +21 -0
- package/dist/esm/_virtual/fallback.js +21 -0
- package/dist/esm/_virtual/fatal-error.js +21 -0
- package/dist/esm/_virtual/feature.js +21 -0
- package/dist/esm/_virtual/features.js +21 -0
- package/dist/esm/_virtual/fetch-event.js +21 -0
- package/dist/esm/_virtual/fetch-inline-assets.js +21 -0
- package/dist/esm/_virtual/fetch-server-response.js +21 -0
- package/dist/esm/_virtual/fetch.js +21 -0
- package/dist/esm/_virtual/file-cache-route-matcher-provider.js +21 -0
- package/dist/esm/_virtual/file-exists.js +21 -0
- package/dist/esm/_virtual/file-resolve.js +21 -0
- package/dist/esm/_virtual/file-system-cache.js +21 -0
- package/dist/esm/_virtual/file.js +21 -0
- package/dist/esm/_virtual/filesystem.js +21 -0
- package/dist/esm/_virtual/fill-cache-with-new-subtree-data.js +21 -0
- package/dist/esm/_virtual/fill-lazy-items-till-leaf-with-head.js +21 -0
- package/dist/esm/_virtual/find-config.js +21 -0
- package/dist/esm/_virtual/find-head-in-cache.js +21 -0
- package/dist/esm/_virtual/find-page-file.js +21 -0
- package/dist/esm/_virtual/find-pages-dir.js +21 -0
- package/dist/esm/_virtual/find-root.js +21 -0
- package/dist/esm/_virtual/flight-client-entry-plugin.js +21 -0
- package/dist/esm/_virtual/flight-data-helpers.js +21 -0
- package/dist/esm/_virtual/flight-manifest-plugin.js +21 -0
- package/dist/esm/_virtual/flight-render-result.js +21 -0
- package/dist/esm/_virtual/flush-and-exit.js +21 -0
- package/dist/esm/_virtual/font-styles.js +21 -0
- package/dist/esm/_virtual/forbidden.js +21 -0
- package/dist/esm/_virtual/format-dynamic-import-path.js +21 -0
- package/dist/esm/_virtual/format-hostname.js +21 -0
- package/dist/esm/_virtual/format-next-pathname-info.js +21 -0
- package/dist/esm/_virtual/format-server-error.js +21 -0
- package/dist/esm/_virtual/format-url.js +21 -0
- package/dist/esm/_virtual/format-webpack-messages.js +21 -0
- package/dist/esm/_virtual/format.js +21 -0
- package/dist/esm/_virtual/gear-icon.js +21 -0
- package/dist/esm/_virtual/generate-interception-routes-rewrites.js +21 -0
- package/dist/esm/_virtual/get-app-route-from-entrypoint.js +21 -0
- package/dist/esm/_virtual/get-asset-path-from-route.js +21 -0
- package/dist/esm/_virtual/get-asset-query-string.js +21 -0
- package/dist/esm/_virtual/get-babel-config-file.js +21 -0
- package/dist/esm/_virtual/get-babel-loader-config.js +21 -0
- package/dist/esm/_virtual/get-cache-directory.js +21 -0
- package/dist/esm/_virtual/get-cookie-parser.js +21 -0
- package/dist/esm/_virtual/get-css-inlined-link-tags.js +21 -0
- package/dist/esm/_virtual/get-dev-overlay-font-middleware.js +21 -0
- package/dist/esm/_virtual/get-domain-locale.js +21 -0
- package/dist/esm/_virtual/get-edge-preview-props.js +21 -0
- package/dist/esm/_virtual/get-error-by-type.js +21 -0
- package/dist/esm/_virtual/get-hostname.js +21 -0
- package/dist/esm/_virtual/get-img-props.js +21 -0
- package/dist/esm/_virtual/get-layer-assets.js +21 -0
- package/dist/esm/_virtual/get-locale-redirect.js +21 -0
- package/dist/esm/_virtual/get-metadata-route.js +21 -0
- package/dist/esm/_virtual/get-module-build-info.js +21 -0
- package/dist/esm/_virtual/get-network-host.js +21 -0
- package/dist/esm/_virtual/get-next-error-feedback-middleware.js +21 -0
- package/dist/esm/_virtual/get-next-pathname-info.js +21 -0
- package/dist/esm/_virtual/get-online.js +21 -0
- package/dist/esm/_virtual/get-page-files.js +21 -0
- package/dist/esm/_virtual/get-page-paths.js +21 -0
- package/dist/esm/_virtual/get-page-static-info.js +21 -0
- package/dist/esm/_virtual/get-pkg-manager.js +21 -0
- package/dist/esm/_virtual/get-preloadable-fonts.js +21 -0
- package/dist/esm/_virtual/get-project-dir.js +21 -0
- package/dist/esm/_virtual/get-registry.js +21 -0
- package/dist/esm/_virtual/get-route-from-asset-path.js +21 -0
- package/dist/esm/_virtual/get-route-from-entrypoint.js +21 -0
- package/dist/esm/_virtual/get-rspack.js +21 -0
- package/dist/esm/_virtual/get-script-nonce-from-header.js +21 -0
- package/dist/esm/_virtual/get-segment-param.js +21 -0
- package/dist/esm/_virtual/get-segment-value.js +21 -0
- package/dist/esm/_virtual/get-short-dynamic-param-type.js +21 -0
- package/dist/esm/_virtual/get-socket-url.js +21 -0
- package/dist/esm/_virtual/get-source-map-from-file.js +21 -0
- package/dist/esm/_virtual/get-source-map-url.js +21 -0
- package/dist/esm/_virtual/get-webpack-bundler.js +21 -0
- package/dist/esm/_virtual/getCssModuleLocalIdent.js +21 -0
- package/dist/esm/_virtual/getModuleTrace.js +21 -0
- package/dist/esm/_virtual/getTypeScriptConfiguration.js +21 -0
- package/dist/esm/_virtual/getTypeScriptIntent.js +21 -0
- package/dist/esm/_virtual/glob.js +21 -0
- package/dist/esm/_virtual/global.js +21 -0
- package/dist/esm/_virtual/globals.js +21 -0
- package/dist/esm/_virtual/handle-dev-build-indicator-hmr-events.js +21 -0
- package/dist/esm/_virtual/handle-externals.js +21 -0
- package/dist/esm/_virtual/handle-mutable.js +21 -0
- package/dist/esm/_virtual/handle-segment-mismatch.js +21 -0
- package/dist/esm/_virtual/handle-smooth-scroll.js +21 -0
- package/dist/esm/_virtual/handlers.js +21 -0
- package/dist/esm/_virtual/has-base-path.js +21 -0
- package/dist/esm/_virtual/has-interception-route-in-current-tree.js +21 -0
- package/dist/esm/_virtual/has-loading-component-in-tree.js +21 -0
- package/dist/esm/_virtual/has-necessary-dependencies.js +21 -0
- package/dist/esm/_virtual/hash.js +21 -0
- package/dist/esm/_virtual/head-manager-context.shared-runtime.js +21 -0
- package/dist/esm/_virtual/head.js +21 -0
- package/dist/esm/_virtual/header.js +21 -0
- package/dist/esm/_virtual/headers.js +21 -0
- package/dist/esm/_virtual/helpers.js +21 -0
- package/dist/esm/_virtual/helpers2.js +21 -0
- package/dist/esm/_virtual/hmr-refresh-reducer.js +21 -0
- package/dist/esm/_virtual/hooks-client-context.shared-runtime.js +21 -0
- package/dist/esm/_virtual/hooks-server-context.js +21 -0
- package/dist/esm/_virtual/hooks.js +21 -0
- package/dist/esm/_virtual/hot-middleware.js +21 -0
- package/dist/esm/_virtual/hot-reloader-client.js +21 -0
- package/dist/esm/_virtual/hot-reloader-client2.js +21 -0
- package/dist/esm/_virtual/hot-reloader-turbopack.js +21 -0
- package/dist/esm/_virtual/hot-reloader-types.js +21 -0
- package/dist/esm/_virtual/hot-reloader-webpack.js +21 -0
- package/dist/esm/_virtual/html-bots.js +21 -0
- package/dist/esm/_virtual/html-context.shared-runtime.js +21 -0
- package/dist/esm/_virtual/htmlescape.js +21 -0
- package/dist/esm/_virtual/http-access-fallback.js +21 -0
- package/dist/esm/_virtual/http.js +21 -0
- package/dist/esm/_virtual/httpget.js +21 -0
- package/dist/esm/_virtual/hydration-error-info.js +21 -0
- package/dist/esm/_virtual/i18n-provider.js +21 -0
- package/dist/esm/_virtual/image-blur-svg.js +21 -0
- package/dist/esm/_virtual/image-component.js +21 -0
- package/dist/esm/_virtual/image-config-context.shared-runtime.js +21 -0
- package/dist/esm/_virtual/image-config.js +21 -0
- package/dist/esm/_virtual/image-external.js +21 -0
- package/dist/esm/_virtual/image-loader.js +21 -0
- package/dist/esm/_virtual/image-optimizer.js +21 -0
- package/dist/esm/_virtual/implicit-tags.js +21 -0
- package/dist/esm/_virtual/index.js +21 -0
- package/dist/esm/_virtual/index10.js +21 -0
- package/dist/esm/_virtual/index11.js +21 -0
- package/dist/esm/_virtual/index12.js +21 -0
- package/dist/esm/_virtual/index13.js +21 -0
- package/dist/esm/_virtual/index14.js +21 -0
- package/dist/esm/_virtual/index15.js +21 -0
- package/dist/esm/_virtual/index16.js +21 -0
- package/dist/esm/_virtual/index17.js +21 -0
- package/dist/esm/_virtual/index18.js +21 -0
- package/dist/esm/_virtual/index19.js +21 -0
- package/dist/esm/_virtual/index2.js +21 -0
- package/dist/esm/_virtual/index20.js +21 -0
- package/dist/esm/_virtual/index21.js +21 -0
- package/dist/esm/_virtual/index22.js +21 -0
- package/dist/esm/_virtual/index23.js +21 -0
- package/dist/esm/_virtual/index24.js +21 -0
- package/dist/esm/_virtual/index25.js +21 -0
- package/dist/esm/_virtual/index26.js +21 -0
- package/dist/esm/_virtual/index27.js +21 -0
- package/dist/esm/_virtual/index28.js +21 -0
- package/dist/esm/_virtual/index29.js +21 -0
- package/dist/esm/_virtual/index3.js +21 -0
- package/dist/esm/_virtual/index30.js +21 -0
- package/dist/esm/_virtual/index31.js +21 -0
- package/dist/esm/_virtual/index32.js +21 -0
- package/dist/esm/_virtual/index33.js +21 -0
- package/dist/esm/_virtual/index34.js +21 -0
- package/dist/esm/_virtual/index35.js +21 -0
- package/dist/esm/_virtual/index36.js +21 -0
- package/dist/esm/_virtual/index37.js +21 -0
- package/dist/esm/_virtual/index38.js +21 -0
- package/dist/esm/_virtual/index39.js +21 -0
- package/dist/esm/_virtual/index4.js +21 -0
- package/dist/esm/_virtual/index40.js +21 -0
- package/dist/esm/_virtual/index41.js +21 -0
- package/dist/esm/_virtual/index42.js +21 -0
- package/dist/esm/_virtual/index43.js +21 -0
- package/dist/esm/_virtual/index44.js +21 -0
- package/dist/esm/_virtual/index45.js +21 -0
- package/dist/esm/_virtual/index46.js +21 -0
- package/dist/esm/_virtual/index47.js +21 -0
- package/dist/esm/_virtual/index48.js +21 -0
- package/dist/esm/_virtual/index49.js +21 -0
- package/dist/esm/_virtual/index5.js +21 -0
- package/dist/esm/_virtual/index50.js +21 -0
- package/dist/esm/_virtual/index51.js +21 -0
- package/dist/esm/_virtual/index52.js +21 -0
- package/dist/esm/_virtual/index53.js +21 -0
- package/dist/esm/_virtual/index54.js +21 -0
- package/dist/esm/_virtual/index55.js +21 -0
- package/dist/esm/_virtual/index56.js +21 -0
- package/dist/esm/_virtual/index57.js +21 -0
- package/dist/esm/_virtual/index58.js +21 -0
- package/dist/esm/_virtual/index59.js +21 -0
- package/dist/esm/_virtual/index6.js +21 -0
- package/dist/esm/_virtual/index60.js +21 -0
- package/dist/esm/_virtual/index61.js +21 -0
- package/dist/esm/_virtual/index62.js +21 -0
- package/dist/esm/_virtual/index63.js +21 -0
- package/dist/esm/_virtual/index64.js +21 -0
- package/dist/esm/_virtual/index65.js +21 -0
- package/dist/esm/_virtual/index66.js +21 -0
- package/dist/esm/_virtual/index67.js +21 -0
- package/dist/esm/_virtual/index68.js +21 -0
- package/dist/esm/_virtual/index69.js +21 -0
- package/dist/esm/_virtual/index7.js +21 -0
- package/dist/esm/_virtual/index70.js +21 -0
- package/dist/esm/_virtual/index71.js +21 -0
- package/dist/esm/_virtual/index72.js +21 -0
- package/dist/esm/_virtual/index73.js +21 -0
- package/dist/esm/_virtual/index74.js +21 -0
- package/dist/esm/_virtual/index75.js +21 -0
- package/dist/esm/_virtual/index76.js +21 -0
- package/dist/esm/_virtual/index77.js +21 -0
- package/dist/esm/_virtual/index78.js +21 -0
- package/dist/esm/_virtual/index79.js +21 -0
- package/dist/esm/_virtual/index8.js +21 -0
- package/dist/esm/_virtual/index80.js +21 -0
- package/dist/esm/_virtual/index81.js +21 -0
- package/dist/esm/_virtual/index82.js +21 -0
- package/dist/esm/_virtual/index83.js +21 -0
- package/dist/esm/_virtual/index84.js +21 -0
- package/dist/esm/_virtual/index85.js +21 -0
- package/dist/esm/_virtual/index86.js +21 -0
- package/dist/esm/_virtual/index87.js +21 -0
- package/dist/esm/_virtual/index88.js +21 -0
- package/dist/esm/_virtual/index89.js +21 -0
- package/dist/esm/_virtual/index9.js +21 -0
- package/dist/esm/_virtual/index90.js +21 -0
- package/dist/esm/_virtual/index91.js +21 -0
- package/dist/esm/_virtual/index92.js +21 -0
- package/dist/esm/_virtual/index93.js +21 -0
- package/dist/esm/_virtual/index94.js +21 -0
- package/dist/esm/_virtual/index95.js +21 -0
- package/dist/esm/_virtual/index96.js +21 -0
- package/dist/esm/_virtual/index97.js +21 -0
- package/dist/esm/_virtual/index98.js +21 -0
- package/dist/esm/_virtual/index99.js +21 -0
- package/dist/esm/_virtual/initialize.js +21 -0
- package/dist/esm/_virtual/install-dependencies.js +21 -0
- package/dist/esm/_virtual/install.js +21 -0
- package/dist/esm/_virtual/interception-routes.js +21 -0
- package/dist/esm/_virtual/internal-utils.js +21 -0
- package/dist/esm/_virtual/interop-default.js +21 -0
- package/dist/esm/_virtual/interop-default2.js +21 -0
- package/dist/esm/_virtual/interpolate-as.js +21 -0
- package/dist/esm/_virtual/invalidate-cache-below-flight-segmentpath.js +21 -0
- package/dist/esm/_virtual/invalidate-cache-by-router-state.js +21 -0
- package/dist/esm/_virtual/invariant-error.js +21 -0
- package/dist/esm/_virtual/is-api-route.js +21 -0
- package/dist/esm/_virtual/is-app-page-route.js +21 -0
- package/dist/esm/_virtual/is-app-route-route.js +21 -0
- package/dist/esm/_virtual/is-bot.js +21 -0
- package/dist/esm/_virtual/is-dynamic.js +21 -0
- package/dist/esm/_virtual/is-edge-runtime.js +21 -0
- package/dist/esm/_virtual/is-error.js +21 -0
- package/dist/esm/_virtual/is-hydration-error.js +21 -0
- package/dist/esm/_virtual/is-internal-component.js +21 -0
- package/dist/esm/_virtual/is-internal.js +21 -0
- package/dist/esm/_virtual/is-ipv6.js +21 -0
- package/dist/esm/_virtual/is-local-url.js +21 -0
- package/dist/esm/_virtual/is-metadata-route.js +21 -0
- package/dist/esm/_virtual/is-navigating-to-new-root-layout.js +21 -0
- package/dist/esm/_virtual/is-next-router-error.js +21 -0
- package/dist/esm/_virtual/is-plain-object.js +21 -0
- package/dist/esm/_virtual/is-postpone.js +21 -0
- package/dist/esm/_virtual/is-serializable-props.js +21 -0
- package/dist/esm/_virtual/is-thenable.js +21 -0
- package/dist/esm/_virtual/jsconfig-paths-plugin.js +21 -0
- package/dist/esm/_virtual/launch-editor.js +21 -0
- package/dist/esm/_virtual/lazy-result.js +21 -0
- package/dist/esm/_virtual/left-arrow.js +21 -0
- package/dist/esm/_virtual/light-icon.js +21 -0
- package/dist/esm/_virtual/link.js +21 -0
- package/dist/esm/_virtual/links.js +21 -0
- package/dist/esm/_virtual/load-components.js +21 -0
- package/dist/esm/_virtual/load-custom-routes.js +21 -0
- package/dist/esm/_virtual/load-default-error-components.js +21 -0
- package/dist/esm/_virtual/load-entrypoint.js +21 -0
- package/dist/esm/_virtual/load-jsconfig.js +21 -0
- package/dist/esm/_virtual/load-manifest.js +21 -0
- package/dist/esm/_virtual/loadable-context.shared-runtime.js +21 -0
- package/dist/esm/_virtual/loadable.shared-runtime.js +21 -0
- package/dist/esm/_virtual/locale-route-matcher.js +21 -0
- package/dist/esm/_virtual/locale-route-normalizer.js +21 -0
- package/dist/esm/_virtual/log-requests.js +21 -0
- package/dist/esm/_virtual/log.js +21 -0
- package/dist/esm/_virtual/lru-cache.js +21 -0
- package/dist/esm/_virtual/lru.js +21 -0
- package/dist/esm/_virtual/magic-identifier.js +21 -0
- package/dist/esm/_virtual/make-get-server-inserted-html.js +21 -0
- package/dist/esm/_virtual/manifest-loader.js +21 -0
- package/dist/esm/_virtual/manifest-route-matcher-provider.js +21 -0
- package/dist/esm/_virtual/mapping-list.js +21 -0
- package/dist/esm/_virtual/match-bundle.js +21 -0
- package/dist/esm/_virtual/match-local-pattern.js +21 -0
- package/dist/esm/_virtual/match-next-data-pathname.js +21 -0
- package/dist/esm/_virtual/match-remote-pattern.js +21 -0
- package/dist/esm/_virtual/match-segments.js +21 -0
- package/dist/esm/_virtual/memory-with-gc-cache-plugin.js +21 -0
- package/dist/esm/_virtual/merge-refs.js +21 -0
- package/dist/esm/_virtual/messages.js +21 -0
- package/dist/esm/_virtual/messages2.js +21 -0
- package/dist/esm/_virtual/messages3.js +21 -0
- package/dist/esm/_virtual/metadata-constants.js +21 -0
- package/dist/esm/_virtual/metadata-context.js +21 -0
- package/dist/esm/_virtual/metadata.js +21 -0
- package/dist/esm/_virtual/middleware-config.js +21 -0
- package/dist/esm/_virtual/middleware-plugin.js +21 -0
- package/dist/esm/_virtual/middleware-response.js +21 -0
- package/dist/esm/_virtual/middleware-route-matcher.js +21 -0
- package/dist/esm/_virtual/middleware-turbopack.js +21 -0
- package/dist/esm/_virtual/middleware-webpack.js +21 -0
- package/dist/esm/_virtual/mini-css-extract-plugin.js +21 -0
- package/dist/esm/_virtual/missingDependencyError.js +21 -0
- package/dist/esm/_virtual/mitt.js +21 -0
- package/dist/esm/_virtual/mock-request.js +21 -0
- package/dist/esm/_virtual/module.compiled.js +21 -0
- package/dist/esm/_virtual/module.compiled2.js +21 -0
- package/dist/esm/_virtual/module.js +21 -0
- package/dist/esm/_virtual/module.render.js +21 -0
- package/dist/esm/_virtual/module.render2.js +21 -0
- package/dist/esm/_virtual/module2.js +21 -0
- package/dist/esm/_virtual/modules.js +21 -0
- package/dist/esm/_virtual/multi-file-writer.js +21 -0
- package/dist/esm/_virtual/nav-failure-handler.js +21 -0
- package/dist/esm/_virtual/navigate-reducer.js +21 -0
- package/dist/esm/_virtual/navigation-untracked.js +21 -0
- package/dist/esm/_virtual/navigation.js +21 -0
- package/dist/esm/_virtual/navigation.react-server.js +21 -0
- package/dist/esm/_virtual/navigation2.js +21 -0
- package/dist/esm/_virtual/needs-experimental-react.js +21 -0
- package/dist/esm/_virtual/next-data.js +21 -0
- package/dist/esm/_virtual/next-dev-server.js +21 -0
- package/dist/esm/_virtual/next-dir-paths.js +21 -0
- package/dist/esm/_virtual/next-drop-client-page-plugin.js +21 -0
- package/dist/esm/_virtual/next-font-manifest-plugin.js +21 -0
- package/dist/esm/_virtual/next-font.js +21 -0
- package/dist/esm/_virtual/next-logo.js +21 -0
- package/dist/esm/_virtual/next-middleware-loader.js +21 -0
- package/dist/esm/_virtual/next-request.js +21 -0
- package/dist/esm/_virtual/next-server.js +21 -0
- package/dist/esm/_virtual/next-test.js +21 -0
- package/dist/esm/_virtual/next-trace-entrypoints-plugin.js +21 -0
- package/dist/esm/_virtual/next-typescript.js +21 -0
- package/dist/esm/_virtual/next-url.js +21 -0
- package/dist/esm/_virtual/next.js +25 -0
- package/dist/esm/_virtual/next2.js +21 -0
- package/dist/esm/_virtual/nextjs-require-cache-hot-reloader.js +21 -0
- package/dist/esm/_virtual/node-crypto.js +21 -0
- package/dist/esm/_virtual/node-environment-baseline.js +21 -0
- package/dist/esm/_virtual/node-environment.js +21 -0
- package/dist/esm/_virtual/node-fs-methods.js +21 -0
- package/dist/esm/_virtual/node-manifest-loader.js +21 -0
- package/dist/esm/_virtual/node-module-loader.js +21 -0
- package/dist/esm/_virtual/node-stack-frames.js +21 -0
- package/dist/esm/_virtual/node-web-streams-helper.js +21 -0
- package/dist/esm/_virtual/node.js +21 -0
- package/dist/esm/_virtual/nodejs-inspector-button.js +21 -0
- package/dist/esm/_virtual/non-nullable.js +21 -0
- package/dist/esm/_virtual/normalize-catchall-routes.js +21 -0
- package/dist/esm/_virtual/normalize-locale-path.js +21 -0
- package/dist/esm/_virtual/normalize-locale-path2.js +21 -0
- package/dist/esm/_virtual/normalize-page-path.js +21 -0
- package/dist/esm/_virtual/normalize-path-sep.js +21 -0
- package/dist/esm/_virtual/normalize-trailing-slash.js +21 -0
- package/dist/esm/_virtual/normalized-asset-prefix.js +21 -0
- package/dist/esm/_virtual/normalizers.js +21 -0
- package/dist/esm/_virtual/not-found.js +21 -0
- package/dist/esm/_virtual/omit.js +21 -0
- package/dist/esm/_virtual/on-demand-entry-handler.js +21 -0
- package/dist/esm/_virtual/optimize-amp.js +21 -0
- package/dist/esm/_virtual/optional-peer-dependency-resolve-plugin.js +21 -0
- package/dist/esm/_virtual/options.js +21 -0
- package/dist/esm/_virtual/overlay.js +21 -0
- package/dist/esm/_virtual/overlay2.js +21 -0
- package/dist/esm/_virtual/oxford-comma-list.js +21 -0
- package/dist/esm/_virtual/packages-bundle.js +21 -0
- package/dist/esm/_virtual/page-types.js +21 -0
- package/dist/esm/_virtual/pages-api-route-match.js +21 -0
- package/dist/esm/_virtual/pages-api-route-matcher-provider.js +21 -0
- package/dist/esm/_virtual/pages-api-route-matcher.js +21 -0
- package/dist/esm/_virtual/pages-bundle-path-normalizer.js +21 -0
- package/dist/esm/_virtual/pages-dev-overlay-error-boundary.js +21 -0
- package/dist/esm/_virtual/pages-dev-overlay.js +21 -0
- package/dist/esm/_virtual/pages-filename-normalizer.js +21 -0
- package/dist/esm/_virtual/pages-manifest-plugin.js +21 -0
- package/dist/esm/_virtual/pages-page-normalizer.js +21 -0
- package/dist/esm/_virtual/pages-pathname-normalizer.js +21 -0
- package/dist/esm/_virtual/pages-route-matcher-provider.js +21 -0
- package/dist/esm/_virtual/pages-route-matcher.js +21 -0
- package/dist/esm/_virtual/pages-segment-config.js +21 -0
- package/dist/esm/_virtual/pages-turbo.runtime.dev.js +21 -0
- package/dist/esm/_virtual/pages-turbo.runtime.prod.js +21 -0
- package/dist/esm/_virtual/pages.js +21 -0
- package/dist/esm/_virtual/pages.runtime.dev.js +21 -0
- package/dist/esm/_virtual/pages.runtime.prod.js +21 -0
- package/dist/esm/_virtual/parallel-route-default.js +21 -0
- package/dist/esm/_virtual/parse-and-validate-flight-router-state.js +21 -0
- package/dist/esm/_virtual/parse-code-frame.js +21 -0
- package/dist/esm/_virtual/parse-component-stack.js +21 -0
- package/dist/esm/_virtual/parse-dynamic-code-evaluation-error.js +21 -0
- package/dist/esm/_virtual/parse-loader-tree.js +21 -0
- package/dist/esm/_virtual/parse-module.js +21 -0
- package/dist/esm/_virtual/parse-path.js +21 -0
- package/dist/esm/_virtual/parse-relative-url.js +21 -0
- package/dist/esm/_virtual/parse-stack.js +21 -0
- package/dist/esm/_virtual/parse-url-from-text.js +21 -0
- package/dist/esm/_virtual/parse-url.js +21 -0
- package/dist/esm/_virtual/parse-version-info.js +21 -0
- package/dist/esm/_virtual/parseBabel.js +21 -0
- package/dist/esm/_virtual/parseCss.js +21 -0
- package/dist/esm/_virtual/parseNextAppLoaderError.js +21 -0
- package/dist/esm/_virtual/parseNextFontError.js +21 -0
- package/dist/esm/_virtual/parseNextInvalidImportError.js +21 -0
- package/dist/esm/_virtual/parseNotFoundError.js +21 -0
- package/dist/esm/_virtual/parseScss.js +21 -0
- package/dist/esm/_virtual/patch-error-inspect.js +21 -0
- package/dist/esm/_virtual/patch-fetch.js +21 -0
- package/dist/esm/_virtual/patch-incorrect-lockfile.js +21 -0
- package/dist/esm/_virtual/patch-set-header.js +21 -0
- package/dist/esm/_virtual/path-has-prefix.js +21 -0
- package/dist/esm/_virtual/path-match.js +21 -0
- package/dist/esm/_virtual/pick.js +21 -0
- package/dist/esm/_virtual/picocolors.js +21 -0
- package/dist/esm/_virtual/picocolors2.js +21 -0
- package/dist/esm/_virtual/pipe-readable.js +21 -0
- package/dist/esm/_virtual/plugins.js +21 -0
- package/dist/esm/_virtual/plugins2.js +21 -0
- package/dist/esm/_virtual/post-process.js +21 -0
- package/dist/esm/_virtual/post-telemetry-payload.js +21 -0
- package/dist/esm/_virtual/postponed-state.js +21 -0
- package/dist/esm/_virtual/ppr-navigations.js +21 -0
- package/dist/esm/_virtual/ppr.js +21 -0
- package/dist/esm/_virtual/preferences.js +21 -0
- package/dist/esm/_virtual/prefetch-cache-utils.js +21 -0
- package/dist/esm/_virtual/prefetch-reducer.js +21 -0
- package/dist/esm/_virtual/prefetch-rsc.js +21 -0
- package/dist/esm/_virtual/prefetch.js +21 -0
- package/dist/esm/_virtual/prefix.js +21 -0
- package/dist/esm/_virtual/prefixing-normalizer.js +21 -0
- package/dist/esm/_virtual/prepare-destination.js +21 -0
- package/dist/esm/_virtual/pretty-bytes.js +21 -0
- package/dist/esm/_virtual/profiling-plugin.js +21 -0
- package/dist/esm/_virtual/project-id.js +21 -0
- package/dist/esm/_virtual/promise-queue.js +21 -0
- package/dist/esm/_virtual/prospective-render-utils.js +21 -0
- package/dist/esm/_virtual/proxy-request.js +21 -0
- package/dist/esm/_virtual/querystring.js +21 -0
- package/dist/esm/_virtual/quick-sort.js +21 -0
- package/dist/esm/_virtual/random.js +21 -0
- package/dist/esm/_virtual/re.js +21 -0
- package/dist/esm/_virtual/react-is.development.js +21 -0
- package/dist/esm/_virtual/react-is.production.js +21 -0
- package/dist/esm/_virtual/react-loadable-plugin.js +21 -0
- package/dist/esm/_virtual/react-server.node.js +21 -0
- package/dist/esm/_virtual/realpath.js +21 -0
- package/dist/esm/_virtual/recursive-delete.js +21 -0
- package/dist/esm/_virtual/recursive-readdir.js +21 -0
- package/dist/esm/_virtual/redirect-boundary.js +21 -0
- package/dist/esm/_virtual/redirect-error.js +21 -0
- package/dist/esm/_virtual/redirect-status-code.js +21 -0
- package/dist/esm/_virtual/redirect-status.js +21 -0
- package/dist/esm/_virtual/redirect.js +21 -0
- package/dist/esm/_virtual/refetch-inactive-parallel-segments.js +21 -0
- package/dist/esm/_virtual/reflect.js +21 -0
- package/dist/esm/_virtual/refresh-reducer.js +21 -0
- package/dist/esm/_virtual/region.js +21 -0
- package/dist/esm/_virtual/relativize-url.js +21 -0
- package/dist/esm/_virtual/remove-base-path.js +21 -0
- package/dist/esm/_virtual/remove-locale.js +21 -0
- package/dist/esm/_virtual/remove-page-path-tail.js +21 -0
- package/dist/esm/_virtual/remove-path-prefix.js +21 -0
- package/dist/esm/_virtual/remove-trailing-slash.js +21 -0
- package/dist/esm/_virtual/rename.js +21 -0
- package/dist/esm/_virtual/render-css-resource.js +21 -0
- package/dist/esm/_virtual/render-error.js +21 -0
- package/dist/esm/_virtual/render-result.js +21 -0
- package/dist/esm/_virtual/render-server.js +21 -0
- package/dist/esm/_virtual/render-to-string.js +21 -0
- package/dist/esm/_virtual/render.js +21 -0
- package/dist/esm/_virtual/report-hmr-latency.js +21 -0
- package/dist/esm/_virtual/request-cookies.js +21 -0
- package/dist/esm/_virtual/request-idle-callback.js +21 -0
- package/dist/esm/_virtual/request-meta.js +21 -0
- package/dist/esm/_virtual/request-store.js +21 -0
- package/dist/esm/_virtual/request.js +21 -0
- package/dist/esm/_virtual/require-cache.js +21 -0
- package/dist/esm/_virtual/require-hook.js +21 -0
- package/dist/esm/_virtual/require-hook2.js +21 -0
- package/dist/esm/_virtual/require.js +21 -0
- package/dist/esm/_virtual/required-scripts.js +21 -0
- package/dist/esm/_virtual/resolve-from.js +21 -0
- package/dist/esm/_virtual/resolve-href.js +21 -0
- package/dist/esm/_virtual/resolve-rewrites.js +21 -0
- package/dist/esm/_virtual/resolve-routes.js +21 -0
- package/dist/esm/_virtual/resolve.js +21 -0
- package/dist/esm/_virtual/resource-managers.js +21 -0
- package/dist/esm/_virtual/response.js +21 -0
- package/dist/esm/_virtual/restore-reducer.js +21 -0
- package/dist/esm/_virtual/resume-data-cache.js +21 -0
- package/dist/esm/_virtual/revalidation-utils.js +21 -0
- package/dist/esm/_virtual/right-arrow.js +21 -0
- package/dist/esm/_virtual/route-info.js +21 -0
- package/dist/esm/_virtual/route-kind.js +21 -0
- package/dist/esm/_virtual/route-loader.js +21 -0
- package/dist/esm/_virtual/route-matcher.js +21 -0
- package/dist/esm/_virtual/route-matcher2.js +21 -0
- package/dist/esm/_virtual/route-module-loader.js +21 -0
- package/dist/esm/_virtual/route-module.js +21 -0
- package/dist/esm/_virtual/route-regex.js +21 -0
- package/dist/esm/_virtual/router-context.shared-runtime.js +21 -0
- package/dist/esm/_virtual/router-reducer-types.js +21 -0
- package/dist/esm/_virtual/router-reducer.js +21 -0
- package/dist/esm/_virtual/router-server.js +21 -0
- package/dist/esm/_virtual/router.js +21 -0
- package/dist/esm/_virtual/router2.js +21 -0
- package/dist/esm/_virtual/rsc.js +21 -0
- package/dist/esm/_virtual/rspack-flight-client-entry-plugin.js +21 -0
- package/dist/esm/_virtual/rspack-profiling-plugin.js +21 -0
- package/dist/esm/_virtual/run-with-after.js +21 -0
- package/dist/esm/_virtual/runTypeCheck.js +21 -0
- package/dist/esm/_virtual/runtime-config.external.js +21 -0
- package/dist/esm/_virtual/runtime-error-handler.js +21 -0
- package/dist/esm/_virtual/safe-parse.js +21 -0
- package/dist/esm/_virtual/sandbox.js +21 -0
- package/dist/esm/_virtual/scheduler.js +21 -0
- package/dist/esm/_virtual/scheduler2.js +21 -0
- package/dist/esm/_virtual/script.js +21 -0
- package/dist/esm/_virtual/scss-syntax.js +21 -0
- package/dist/esm/_virtual/segment-cache.js +21 -0
- package/dist/esm/_virtual/segment-prefix-rsc.js +21 -0
- package/dist/esm/_virtual/segment-value-encoding.js +21 -0
- package/dist/esm/_virtual/segment.js +21 -0
- package/dist/esm/_virtual/semver-noop.js +21 -0
- package/dist/esm/_virtual/send-payload.js +21 -0
- package/dist/esm/_virtual/send-response.js +21 -0
- package/dist/esm/_virtual/serve-static.js +21 -0
- package/dist/esm/_virtual/server-action-reducer.js +21 -0
- package/dist/esm/_virtual/server-action-request-meta.js +21 -0
- package/dist/esm/_virtual/server-boundary.js +21 -0
- package/dist/esm/_virtual/server-edge.js +21 -0
- package/dist/esm/_virtual/server-inserted-html.js +21 -0
- package/dist/esm/_virtual/server-inserted-html.shared-runtime.js +21 -0
- package/dist/esm/_virtual/server-inserted-metadata.shared-runtime.js +21 -0
- package/dist/esm/_virtual/server-manifest-loader.js +21 -0
- package/dist/esm/_virtual/server-patch-reducer.js +21 -0
- package/dist/esm/_virtual/server-reference-info.js +21 -0
- package/dist/esm/_virtual/server-route-utils.js +21 -0
- package/dist/esm/_virtual/server-utils.js +21 -0
- package/dist/esm/_virtual/server.js +21 -0
- package/dist/esm/_virtual/server2.js +21 -0
- package/dist/esm/_virtual/set-attributes-from-props.js +21 -0
- package/dist/esm/_virtual/set-cache-busting-search-param.js +21 -0
- package/dist/esm/_virtual/setup-dev-bundler.js +21 -0
- package/dist/esm/_virtual/setup-http-agent-env.js +21 -0
- package/dist/esm/_virtual/shadow-portal.js +21 -0
- package/dist/esm/_virtual/shared-cache-controls.js +21 -0
- package/dist/esm/_virtual/shared.js +21 -0
- package/dist/esm/_virtual/shared2.js +21 -0
- package/dist/esm/_virtual/shared3.js +21 -0
- package/dist/esm/_virtual/shared4.js +21 -0
- package/dist/esm/_virtual/sharp.js +21 -0
- package/dist/esm/_virtual/should-hard-navigate.js +21 -0
- package/dist/esm/_virtual/side-effect.js +21 -0
- package/dist/esm/_virtual/simpleWebpackError.js +21 -0
- package/dist/esm/_virtual/slow-module-detection-plugin.js +21 -0
- package/dist/esm/_virtual/sorted-routes.js +21 -0
- package/dist/esm/_virtual/source-map-consumer.js +21 -0
- package/dist/esm/_virtual/source-map-generator.js +21 -0
- package/dist/esm/_virtual/source-map.js +21 -0
- package/dist/esm/_virtual/source-map2.js +21 -0
- package/dist/esm/_virtual/source-map3.js +21 -0
- package/dist/esm/_virtual/source-node.js +21 -0
- package/dist/esm/_virtual/stack-frame.js +21 -0
- package/dist/esm/_virtual/stack-trace-parser.cjs.js +21 -0
- package/dist/esm/_virtual/start-server.js +21 -0
- package/dist/esm/_virtual/static-env.js +21 -0
- package/dist/esm/_virtual/static-generation-bailout.js +21 -0
- package/dist/esm/_virtual/stitched-error.js +21 -0
- package/dist/esm/_virtual/storage.js +21 -0
- package/dist/esm/_virtual/store.js +21 -0
- package/dist/esm/_virtual/streaming-metadata.js +21 -0
- package/dist/esm/_virtual/strip-flight-headers.js +21 -0
- package/dist/esm/_virtual/styles.js +21 -0
- package/dist/esm/_virtual/styles2.js +21 -0
- package/dist/esm/_virtual/styles3.js +21 -0
- package/dist/esm/_virtual/subresource-integrity-plugin.js +21 -0
- package/dist/esm/_virtual/suffix.js +21 -0
- package/dist/esm/_virtual/swc-load-failure.js +21 -0
- package/dist/esm/_virtual/symbols.js +21 -0
- package/dist/esm/_virtual/system-icon.js +21 -0
- package/dist/esm/_virtual/tags-manifest.external.js +21 -0
- package/dist/esm/_virtual/telemetry-plugin.js +21 -0
- package/dist/esm/_virtual/terminal.js +21 -0
- package/dist/esm/_virtual/thumbs-down.js +21 -0
- package/dist/esm/_virtual/thumbs-up.js +21 -0
- package/dist/esm/_virtual/to-json.js +21 -0
- package/dist/esm/_virtual/to-route.js +21 -0
- package/dist/esm/_virtual/to-telemetry.js +21 -0
- package/dist/esm/_virtual/toast.js +21 -0
- package/dist/esm/_virtual/trace.js +21 -0
- package/dist/esm/_virtual/tracer.js +21 -0
- package/dist/esm/_virtual/transpile-config.js +21 -0
- package/dist/esm/_virtual/trusted-types.js +21 -0
- package/dist/esm/_virtual/try-get-preview-data.js +21 -0
- package/dist/esm/_virtual/try-to-parse-path.js +21 -0
- package/dist/esm/_virtual/tuple-map.js +21 -0
- package/dist/esm/_virtual/turbopack-hot-reloader-common.js +21 -0
- package/dist/esm/_virtual/turbopack-info.js +21 -0
- package/dist/esm/_virtual/turbopack-utils.js +21 -0
- package/dist/esm/_virtual/turbopack-warning.js +21 -0
- package/dist/esm/_virtual/types.js +21 -0
- package/dist/esm/_virtual/types2.js +21 -0
- package/dist/esm/_virtual/uint8array-helpers.js +21 -0
- package/dist/esm/_virtual/unauthorized.js +21 -0
- package/dist/esm/_virtual/underscore-normalizer.js +21 -0
- package/dist/esm/_virtual/unistore.js +21 -0
- package/dist/esm/_virtual/unresolved-thenable.js +21 -0
- package/dist/esm/_virtual/unstable-rethrow.browser.js +21 -0
- package/dist/esm/_virtual/unstable-rethrow.js +21 -0
- package/dist/esm/_virtual/unstable-rethrow.server.js +21 -0
- package/dist/esm/_virtual/url.js +21 -0
- package/dist/esm/_virtual/use-action-queue.js +21 -0
- package/dist/esm/_virtual/use-cache-errors.js +21 -0
- package/dist/esm/_virtual/use-cache-tracker-utils.js +21 -0
- package/dist/esm/_virtual/use-delayed-render.js +21 -0
- package/dist/esm/_virtual/use-error-handler.js +21 -0
- package/dist/esm/_virtual/use-flight-response.js +21 -0
- package/dist/esm/_virtual/use-intersection.js +21 -0
- package/dist/esm/_virtual/use-measure-height.js +21 -0
- package/dist/esm/_virtual/use-merged-ref.js +21 -0
- package/dist/esm/_virtual/use-minimum-loading-time-multiple.js +21 -0
- package/dist/esm/_virtual/use-on-click-outside.js +21 -0
- package/dist/esm/_virtual/use-open-in-editor.js +21 -0
- package/dist/esm/_virtual/use-sync-dev-render-indicator.js +21 -0
- package/dist/esm/_virtual/use-websocket.js +21 -0
- package/dist/esm/_virtual/user-preferences.js +21 -0
- package/dist/esm/_virtual/util.js +21 -0
- package/dist/esm/_virtual/utils.js +21 -0
- package/dist/esm/_virtual/utils10.js +21 -0
- package/dist/esm/_virtual/utils11.js +21 -0
- package/dist/esm/_virtual/utils12.js +21 -0
- package/dist/esm/_virtual/utils13.js +21 -0
- package/dist/esm/_virtual/utils14.js +21 -0
- package/dist/esm/_virtual/utils15.js +21 -0
- package/dist/esm/_virtual/utils16.js +21 -0
- package/dist/esm/_virtual/utils17.js +21 -0
- package/dist/esm/_virtual/utils18.js +21 -0
- package/dist/esm/_virtual/utils2.js +21 -0
- package/dist/esm/_virtual/utils3.js +21 -0
- package/dist/esm/_virtual/utils4.js +21 -0
- package/dist/esm/_virtual/utils5.js +21 -0
- package/dist/esm/_virtual/utils6.js +21 -0
- package/dist/esm/_virtual/utils7.js +21 -0
- package/dist/esm/_virtual/utils8.js +21 -0
- package/dist/esm/_virtual/utils9.js +21 -0
- package/dist/esm/_virtual/verify-partytown-setup.js +21 -0
- package/dist/esm/_virtual/verify-typescript-setup.js +21 -0
- package/dist/esm/_virtual/version-staleness-info.js +21 -0
- package/dist/esm/_virtual/version.js +21 -0
- package/dist/esm/_virtual/wait.js +21 -0
- package/dist/esm/_virtual/walk-tree-with-flight-router-state.js +21 -0
- package/dist/esm/_virtual/warn-once.js +21 -0
- package/dist/esm/_virtual/watchpack.js +21 -0
- package/dist/esm/_virtual/web-crypto.js +21 -0
- package/dist/esm/_virtual/web-on-close.js +21 -0
- package/dist/esm/_virtual/webpack-config.js +21 -0
- package/dist/esm/_virtual/webpack-module-path.js +21 -0
- package/dist/esm/_virtual/webpack.js +21 -0
- package/dist/esm/_virtual/webpackModuleError.js +21 -0
- package/dist/esm/_virtual/websocket.js +21 -0
- package/dist/esm/_virtual/with-promise-cache.js +21 -0
- package/dist/esm/_virtual/with-router.js +21 -0
- package/dist/esm/_virtual/work-async-storage-instance.js +21 -0
- package/dist/esm/_virtual/work-async-storage.external.js +21 -0
- package/dist/esm/_virtual/work-store.js +21 -0
- package/dist/esm/_virtual/work-unit-async-storage-instance.js +21 -0
- package/dist/esm/_virtual/work-unit-async-storage.external.js +21 -0
- package/dist/esm/_virtual/wrap-normalizer-fn.js +21 -0
- package/dist/esm/_virtual/write-atomic.js +21 -0
- package/dist/esm/_virtual/writeAppTypeDeclarations.js +21 -0
- package/dist/esm/_virtual/writeConfigurationDefaults.js +21 -0
- package/dist/esm/_virtual/zod.js +21 -0
- package/dist/esm/node_modules/.pnpm/@next_env@15.3.1/node_modules/@next/env/dist/index.js +29 -0
- package/dist/esm/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_class_private_field_loose_base.js +38 -0
- package/dist/esm/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_class_private_field_loose_key.js +36 -0
- package/dist/esm/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.js +26 -0
- package/dist/esm/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js +58 -0
- package/dist/esm/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_tagged_template_literal_loose.js +38 -0
- package/dist/esm/node_modules/.pnpm/busboy@1.6.0/node_modules/busboy/lib/index.js +88 -0
- package/dist/esm/node_modules/.pnpm/busboy@1.6.0/node_modules/busboy/lib/types/multipart.js +684 -0
- package/dist/esm/node_modules/.pnpm/busboy@1.6.0/node_modules/busboy/lib/types/urlencoded.js +380 -0
- package/dist/esm/node_modules/.pnpm/busboy@1.6.0/node_modules/busboy/lib/utils.js +623 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/agents.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/browserVersions.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/browsers.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/aac.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/abortcontroller.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/ac3-ec3.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/accelerometer.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/addeventlistener.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/ambient-light.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/apng.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/array-find-index.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/array-find.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/array-flat.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/array-includes.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/arrow-functions.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/asmjs.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/async-clipboard.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/async-functions.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/atob-btoa.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/audio-api.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/audio.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/audiotracks.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/autofocus.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/auxclick.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/av1.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/avif.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/background-attachment.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/background-clip-text.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/background-img-opts.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/background-position-x-y.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/background-sync.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/battery-status.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/beacon.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/beforeafterprint.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/bigint.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/blobbuilder.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/bloburls.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/border-image.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/border-radius.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/broadcastchannel.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/brotli.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/calc.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/canvas-blending.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/canvas-text.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/canvas.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/ch-unit.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/channel-messaging.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/childnode-remove.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/classlist.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/clipboard.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/colr-v1.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/colr.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/comparedocumentposition.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/console-basic.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/console-time.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/const.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/constraint-validation.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/contenteditable.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/cookie-store-api.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/cors.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/createimagebitmap.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/credential-management.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/cryptography.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-all.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-animation.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-any-link.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-appearance.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-at-counter-style.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-autofill.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-background-offsets.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-boxshadow.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-canvas.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-caret-color.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-cascade-layers.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-cascade-scope.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-case-insensitive.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-clip-path.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-color-adjust.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-color-function.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-conic-gradients.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-container-queries-style.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-container-queries.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-container-query-units.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-containment.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-content-visibility.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-counters.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-crisp-edges.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-cross-fade.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-default-pseudo.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-display-contents.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-element-function.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-env-function.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-exclusions.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-featurequeries.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-file-selector-button.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-filter-function.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-filters.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-first-letter.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-first-line.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-fixed.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-focus-visible.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-focus-within.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-font-palette.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-font-stretch.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-gencontent.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-gradients.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-grid-animation.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-grid.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-has.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-hyphens.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-image-orientation.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-image-set.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-initial-letter.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-initial-value.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-lch-lab.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-letter-spacing.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-line-clamp.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-logical-props.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-masks.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-math-functions.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-media-interaction.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-media-resolution.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-media-scripting.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-mediaqueries.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-mixblendmode.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-module-scripts.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-motion-paths.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-namespaces.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-nesting.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-not-sel-list.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-nth-child-of.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-opacity.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-overflow.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-page-break.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-paged-media.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-paint-api.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-placeholder.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-read-only-write.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-reflections.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-regions.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-relative-colors.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-resize.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-revert-value.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-scrollbar.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-sel2.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-sel3.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-selection.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-shapes.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-snappoints.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-sticky.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-subgrid.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-supports-api.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-table.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-text-align-last.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-text-box-trim.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-text-indent.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-text-justify.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-text-orientation.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-text-spacing.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-textshadow.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-touch-action.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-transitions.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-unset-value.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-variables.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-when-else.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-widows-orphans.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-width-stretch.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-writing-mode.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css-zoom.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css3-attr.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css3-boxsizing.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css3-colors.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css3-cursors.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/css3-tabsize.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/currentcolor.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/custom-elements.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/custom-elementsv1.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/customevent.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/datalist.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/dataset.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/datauri.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/decorators.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/details.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/deviceorientation.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/devicepixelratio.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/dialog.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/dispatchevent.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/dnssec.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/do-not-track.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/document-currentscript.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/document-execcommand.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/document-policy.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/document-scrollingelement.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/documenthead.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/dom-range.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/domcontentloaded.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/dommatrix.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/download.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/dragndrop.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/element-closest.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/element-from-point.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/element-scroll-methods.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/eme.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/eot.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/es5.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/es6-class.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/es6-generators.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/es6-module.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/es6-number.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/es6-string-includes.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/es6.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/eventsource.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/extended-system-fonts.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/feature-policy.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/fetch.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/fieldset-disabled.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/fileapi.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/filereader.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/filereadersync.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/filesystem.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/flac.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/flexbox-gap.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/flexbox.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/flow-root.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/font-family-system-ui.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/font-feature.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/font-kerning.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/font-loading.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/font-size-adjust.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/font-smooth.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/font-unicode-range.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/font-variant-alternates.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/font-variant-numeric.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/fontface.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/form-attribute.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/form-submit-attributes.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/form-validation.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/forms.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/fullscreen.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/gamepad.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/geolocation.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/getboundingclientrect.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/getcomputedstyle.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/getrandomvalues.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/gyroscope.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/hashchange.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/heif.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/hevc.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/hidden.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/high-resolution-time.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/history.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/html-media-capture.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/html5semantic.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/http-live-streaming.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/http2.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/http3.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/iframe-sandbox.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/iframe-seamless.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/imagecapture.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/ime.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/import-maps.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/imports.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/indexeddb.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/indexeddb2.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/inline-block.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/innertext.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/input-color.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/input-datetime.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/input-email-tel-url.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/input-event.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/input-file-accept.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/input-file-directory.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/input-file-multiple.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/input-inputmode.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/input-minlength.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/input-number.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/input-pattern.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/input-placeholder.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/input-range.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/input-search.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/input-selection.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/insert-adjacent.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/internationalization.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/intersectionobserver.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/intl-pluralrules.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/intrinsic-width.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/jpeg2000.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/jpegxl.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/jpegxr.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/json.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/keyboardevent-code.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/keyboardevent-key.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/keyboardevent-location.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/keyboardevent-which.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/lazyload.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/let.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/link-icon-png.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/link-icon-svg.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/link-rel-preload.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/link-rel-prerender.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/localecompare.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/magnetometer.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/matchesselector.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/matchmedia.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/mathml.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/maxlength.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/media-fragments.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/mediarecorder.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/mediasource.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/menu.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/meta-theme-color.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/meter.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/midi.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/minmaxwh.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/mp3.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/mpeg-dash.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/mpeg4.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/multibackgrounds.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/multicolumn.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/mutation-events.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/mutationobserver.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/namevalue-storage.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/native-filesystem-api.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/nav-timing.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/netinfo.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/notifications.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/object-entries.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/object-fit.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/object-observe.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/object-values.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/objectrtc.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/offline-apps.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/offscreencanvas.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/ogg-vorbis.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/ogv.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/ol-reversed.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/once-event-listener.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/online-status.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/opus.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/orientation-sensor.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/outline.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/pad-start-end.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/page-transition-events.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/pagevisibility.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/passive-event-listener.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/passkeys.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/passwordrules.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/path2d.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/payment-request.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/pdf-viewer.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/permissions-api.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/permissions-policy.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/picture-in-picture.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/picture.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/ping.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/png-alpha.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/pointer-events.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/pointer.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/pointerlock.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/portals.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/progress.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/promise-finally.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/promises.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/proximity.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/proxy.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/publickeypinning.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/push-api.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/queryselector.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/readonly-attr.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/referrer-policy.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/rel-noopener.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/rel-noreferrer.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/rellist.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/rem.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/requestanimationframe.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/requestidlecallback.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/resizeobserver.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/resource-timing.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/rest-parameters.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/ruby.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/run-in.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/screen-orientation.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/script-async.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/script-defer.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/scrollintoview.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/sdch.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/selection-api.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/selectlist.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/server-timing.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/serviceworkers.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/setimmediate.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/shadowdom.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/shadowdomv1.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/sharedworkers.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/sni.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/spdy.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/speech-recognition.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/speech-synthesis.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/sql-storage.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/srcset.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/stream.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/streams.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/style-scoped.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/subresource-bundling.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/subresource-integrity.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/svg-css.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/svg-filters.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/svg-fonts.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/svg-fragment.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/svg-html.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/svg-html5.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/svg-img.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/svg-smil.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/svg.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/sxg.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/tabindex-attr.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/template-literals.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/template.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/temporal.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/testfeat.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/text-decoration.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/text-emphasis.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/text-overflow.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/text-size-adjust.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/text-stroke.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/textcontent.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/textencoder.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/tls1-1.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/tls1-2.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/tls1-3.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/touch.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/transforms2d.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/transforms3d.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/trusted-types.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/ttf.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/typedarrays.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/u2f.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/unhandledrejection.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/url.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/urlsearchparams.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/use-strict.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/user-select-none.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/user-timing.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/variable-fonts.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/vector-effect.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/vibration.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/video.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/videotracks.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/view-transitions.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/viewport-units.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/wai-aria.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/wake-lock.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/wasm-bigint.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/wasm-extended-const.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/wasm-gc.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/wasm-multi-value.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/wasm-reference-types.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/wasm-signext.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/wasm-simd.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/wasm-threads.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/wasm.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/wav.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/wbr-element.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/web-animation.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/web-app-manifest.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/web-bluetooth.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/web-serial.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/web-share.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/webauthn.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/webcodecs.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/webgl.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/webgl2.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/webgpu.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/webhid.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/webkit-user-drag.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/webm.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/webnfc.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/webp.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/websockets.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/webtransport.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/webusb.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/webvr.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/webvtt.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/webworkers.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/webxr.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/will-change.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/woff.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/woff2.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/word-break.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/wordwrap.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/x-doc-messaging.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/x-frame-options.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/xhr2.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/xhtml.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/xhtmlsmil.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/xml-serializer.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features/zstd.js +29 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/data/features.js +610 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/dist/lib/statuses.js +37 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/dist/lib/supported.js +37 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/dist/unpacker/agents.js +78 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +31 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/dist/unpacker/browsers.js +31 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/dist/unpacker/feature.js +84 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/dist/unpacker/features.js +36 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/dist/unpacker/index.js +37 -0
- package/dist/esm/node_modules/.pnpm/caniuse-lite@1.0.30001715/node_modules/caniuse-lite/dist/unpacker/region.js +51 -0
- package/dist/esm/node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/conversions.js +870 -0
- package/dist/esm/node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/index.js +112 -0
- package/dist/esm/node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/route.js +126 -0
- package/dist/esm/node_modules/.pnpm/color-name@1.1.4/node_modules/color-name/index.js +179 -0
- package/dist/esm/node_modules/.pnpm/color-string@1.9.1/node_modules/color-string/index.js +274 -0
- package/dist/esm/node_modules/.pnpm/color@4.2.3/node_modules/color/index.js +527 -0
- package/dist/esm/node_modules/.pnpm/detect-libc@2.0.4/node_modules/detect-libc/lib/detect-libc.js +295 -0
- package/dist/esm/node_modules/.pnpm/detect-libc@2.0.4/node_modules/detect-libc/lib/filesystem.js +67 -0
- package/dist/esm/node_modules/.pnpm/detect-libc@2.0.4/node_modules/detect-libc/lib/process.js +48 -0
- package/dist/esm/node_modules/.pnpm/is-arrayish@0.3.2/node_modules/is-arrayish/index.js +37 -0
- package/dist/esm/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/non-secure/index.js +62 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/analysis/extract-const-value.js +230 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/analysis/get-page-static-info.js +528 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/analysis/parse-module.js +55 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/build-context.js +82 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/create-compiler-aliases.js +395 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/deployment-id.js +48 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/entries.js +766 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/get-babel-config-file.js +67 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/get-babel-loader-config.js +133 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/handle-externals.js +318 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/load-entrypoint.js +204 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/load-jsconfig.js +189 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/next-config-ts/require-hook.js +110 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/next-config-ts/transpile-config.js +100 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/next-dir-paths.js +63 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/normalize-catchall-routes.js +108 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/output/format.js +110 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/output/index.js +317 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/output/log.js +139 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/output/store.js +250 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/segment-config/app/app-segment-config.js +126 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/segment-config/app/app-segments.js +197 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/segment-config/app/collect-root-param-keys.js +85 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/segment-config/middleware/middleware-config.js +149 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/segment-config/pages/pages-segment-config.js +97 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/static-paths/app.js +435 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/static-paths/pages.js +200 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/static-paths/utils.js +70 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/swc/index.js +1100 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/swc/options.js +412 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/utils.js +1470 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/blocks/base.js +112 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/blocks/css/index.js +614 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/blocks/css/loaders/client.js +81 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/blocks/css/loaders/file-resolve.js +51 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/blocks/css/loaders/getCssModuleLocalIdent.js +69 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/blocks/css/loaders/global.js +96 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/blocks/css/loaders/index.js +53 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/blocks/css/loaders/modules.js +118 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/blocks/css/loaders/next-font.js +94 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/blocks/css/messages.js +71 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/blocks/css/plugins.js +224 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/blocks/images/index.js +77 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/blocks/images/messages.js +48 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/helpers.js +104 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/index.js +80 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/config/utils.js +43 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/loaders/get-module-build-info.js +45 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/loaders/next-flight-loader/index.js +204 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js +88 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js +174 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/loaders/utils.js +118 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/app-build-manifest-plugin.js +96 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/build-manifest-plugin.js +288 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/copy-file-plugin.js +100 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/css-chunking-plugin.js +307 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/css-minimizer-plugin.js +127 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/define-env-plugin.js +227 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/devtools-ignore-list-plugin.js +98 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/eval-source-map-dev-tool-plugin.js +195 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/flight-client-entry-plugin.js +809 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.js +465 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/jsconfig-paths-plugin.js +240 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/memory-with-gc-cache-plugin.js +141 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/middleware-plugin.js +608 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/mini-css-extract-plugin.js +54 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/minify-webpack-plugin/src/index.js +211 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/next-drop-client-page-plugin.js +112 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/next-font-manifest-plugin.js +155 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/next-trace-entrypoints-plugin.js +579 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/next-types-plugin/index.js +876 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/next-types-plugin/shared.js +43 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/nextjs-require-cache-hot-reloader.js +90 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/optional-peer-dependency-resolve-plugin.js +75 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.js +175 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/profiling-plugin.js +309 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/react-loadable-plugin.js +202 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/rspack-flight-client-entry-plugin.js +132 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/rspack-profiling-plugin.js +88 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/slow-module-detection-plugin.js +222 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.js +95 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/telemetry-plugin/telemetry-plugin.js +218 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/telemetry-plugin/use-cache-tracker-utils.js +69 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/getModuleTrace.js +117 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/index.js +74 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parse-dynamic-code-evaluation-error.js +51 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseBabel.js +62 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseCss.js +62 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextAppLoaderError.js +59 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextFontError.js +64 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextInvalidImportError.js +58 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNotFoundError.js +191 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseScss.js +76 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/simpleWebpackError.js +48 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/webpackModuleError.js +178 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/utils.js +135 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack-config-rules/resolve.js +83 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack-config.js +2244 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/cli/next-test.js +209 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/add-base-path.js +56 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/add-locale.js +60 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/app-build-id.js +63 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/app-call-server.js +67 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/app-find-source-map-url.js +68 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/assign-location.js +60 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/app-router-announcer.js +112 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/app-router-headers.js +120 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/app-router-instance.js +345 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/app-router.js +587 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/bailout-to-client-rendering.js +61 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/dev-root-http-access-fallback-boundary.js +80 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/error-boundary.js +247 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/errors/attach-hydration-error-state.js +114 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/errors/console-error.js +80 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/errors/enqueue-client-error.js +56 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/errors/hydration-error-info.js +196 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/errors/runtime-error-handler.js +51 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/errors/stitched-error.js +95 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/errors/use-error-handler.js +193 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/forbidden.js +80 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/hooks-server-context.js +68 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js +164 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js +95 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/is-hydration-error.js +161 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/is-next-router-error.js +55 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/links.js +356 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/match-segments.js +62 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/nav-failure-handler.js +89 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/navigation-untracked.js +83 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/navigation.js +202 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/navigation.react-server.js +107 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/not-found.js +74 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/parallel-route-default.js +62 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/promise-queue.js +125 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/app/app-dev-overlay-error-boundary.js +109 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/app/app-dev-overlay.js +148 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/app/hot-reloader-client.js +578 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/font/font-styles.js +74 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/font/get-dev-overlay-font-middleware.js +112 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/pages/bus.js +95 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/pages/client.js +198 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/pages/hooks.js +84 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/pages/hot-reloader-client.js +427 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/pages/pages-dev-overlay-error-boundary.js +78 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/pages/pages-dev-overlay.js +79 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/pages/websocket.js +131 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/server/get-next-error-feedback-middleware.js +74 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/server/middleware-response.js +81 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/server/middleware-turbopack.js +432 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/server/middleware-webpack.js +524 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/server/shared.js +72 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/shared.js +277 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/call-stack-frame/call-stack-frame.js +125 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/code-frame/code-frame.js +162 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/code-frame/parse-code-frame.js +119 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/copy-button/index.js +273 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/dialog/dialog-body.js +59 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/dialog/dialog-content.js +59 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/dialog/dialog-header.js +59 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/dialog/dialog.js +137 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/dialog/index.js +75 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/dialog/styles.js +49 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/call-stack/call-stack.js +143 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dev-tools-indicator/dev-tools-indicator.js +436 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dev-tools-indicator/dev-tools-info/dev-tools-info.js +121 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dev-tools-indicator/dev-tools-info/preferences.js +104 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dev-tools-indicator/dev-tools-info/route-info.js +204 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dev-tools-indicator/dev-tools-info/turbopack-info.js +227 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dev-tools-indicator/dev-tools-info/user-preferences.js +353 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dev-tools-indicator/next-logo.js +411 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dev-tools-indicator/use-minimum-loading-time-multiple.js +104 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dev-tools-indicator/utils.js +156 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dialog/body.js +68 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dialog/dialog.js +79 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/dialog/header.js +68 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/environment-name-label/environment-name-label.js +66 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-message/error-message.js +99 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay/error-overlay.js +100 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay-bottom-stack/index.js +82 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay-footer/error-feedback/error-feedback.js +143 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay-footer/error-overlay-footer.js +77 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay-layout/error-overlay-layout.js +201 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay-nav/error-overlay-nav.js +188 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay-pagination/error-overlay-pagination.js +197 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay-toolbar/copy-stack-trace-button.js +63 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay-toolbar/docs-link-button.js +119 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay-toolbar/error-overlay-toolbar.js +82 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-overlay-toolbar/nodejs-inspector-button.js +414 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/error-type-label/error-type-label.js +67 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/errors/overlay/overlay.js +68 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/fader/index.js +77 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/hot-linked-text/index.js +109 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/hydration-diff/diff-view.js +133 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/overlay/body-locker.js +88 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/overlay/index.js +50 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/overlay/overlay.js +78 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/overlay/styles.js +49 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/shadow-portal.js +93 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/terminal/editor-link.js +105 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/terminal/index.js +50 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/terminal/terminal.js +209 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/toast/index.js +60 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/toast/styles.js +49 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/toast/toast.js +70 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/components/version-staleness-info/version-staleness-info.js +172 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/container/build-error.js +109 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/container/errors.js +227 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/container/runtime-error/component-stack-pseudo-html.js +59 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/container/runtime-error/index.js +92 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/container/runtime-error/render-error.js +156 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/dev-overlay.js +111 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/hooks/use-delayed-render.js +100 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/hooks/use-measure-height.js +79 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/hooks/use-on-click-outside.js +84 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/collapse-icon.js +73 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/dark-icon.js +65 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/external.js +90 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/eye-icon.js +64 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/file.js +167 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/gear-icon.js +65 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/left-arrow.js +68 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/light-icon.js +79 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/right-arrow.js +68 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/system-icon.js +63 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/thumbs/thumbs-down.js +67 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/icons/thumbs/thumbs-up.js +71 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/styles/base.js +70 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/styles/colors.js +68 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/styles/component-styles.js +137 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/styles/css-reset.js +69 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/styles/dark-theme.js +74 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/utils/cx.js +61 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/utils/merge-refs.js +78 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/utils/parse-url-from-text.js +56 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/ui/utils/use-open-in-editor.js +68 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/utils/css.js +62 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/utils/dev-indicator/dev-render-indicator.js +87 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/utils/dev-indicator/use-sync-dev-render-indicator.js +65 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/utils/format-webpack-messages.js +199 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/utils/get-error-by-type.js +137 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/utils/get-socket-url.js +69 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/utils/get-source-map-from-file.js +125 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/utils/get-source-map-url.js +63 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/utils/launch-editor.js +448 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/utils/node-stack-frames.js +118 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/utils/parse-component-stack.js +121 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/utils/parse-stack.js +86 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/utils/report-hmr-latency.js +80 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/utils/stack-frame.js +179 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/utils/turbopack-hot-reloader-common.js +182 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/utils/use-websocket.js +161 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/react-dev-overlay/utils/webpack-module-path.js +73 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/redirect-boundary.js +133 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/redirect-error.js +78 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/redirect-status-code.js +54 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/redirect.js +119 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js +226 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js +85 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js +139 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js +110 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js +159 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js +52 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js +151 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js +64 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js +283 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js +141 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js +180 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/handle-mutable.js +95 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js +56 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js +92 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js +63 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js +81 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js +836 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js +345 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js +96 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js +51 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js +70 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js +138 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js +419 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js +85 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js +153 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js +87 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js +339 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js +103 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js +130 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js +97 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/router-reducer.js +109 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js +76 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js +71 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/segment-cache-impl/cache-key.js +57 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/segment-cache-impl/cache.js +1160 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/segment-cache-impl/lru.js +149 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/segment-cache-impl/navigation.js +370 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/segment-cache-impl/prefetch.js +65 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/segment-cache-impl/scheduler.js +844 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/segment-cache-impl/tuple-map.js +182 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/segment-cache.js +181 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/static-generation-bailout.js +68 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/unauthorized.js +81 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/unresolved-thenable.js +55 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/unstable-rethrow.browser.js +60 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/unstable-rethrow.js +59 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/unstable-rethrow.server.js +68 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/components/use-action-queue.js +102 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/detect-domain-locale.js +57 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/dev/dev-build-indicator/internal/dev-build-indicator.js +56 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/dev/dev-build-indicator/internal/handle-dev-build-indicator-hmr-events.js +69 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/dev/dev-build-indicator/internal/initialize.js +87 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/flight-data-helpers.js +96 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/get-domain-locale.js +69 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/has-base-path.js +55 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/image-component.js +353 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/lib/console.js +200 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/link.js +467 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/normalize-locale-path.js +58 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/normalize-trailing-slash.js +69 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/remove-base-path.js +63 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/remove-locale.js +60 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/request-idle-callback.js +70 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/resolve-href.js +118 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/route-loader.js +377 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/router.js +228 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/script.js +376 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/set-attributes-from-props.js +95 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/trusted-types.js +72 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/use-intersection.js +147 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/use-merged-ref.js +100 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/client/with-router.js +68 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/@ampproject/toolbox-optimizer/index.js +47 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +358 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js +76 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js +29 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/@edge-runtime/primitives/console.js.text.js +29 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/@edge-runtime/primitives/events.js.text.js +29 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/@edge-runtime/primitives/index.js +35 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/@edge-runtime/primitives/load.js +18635 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/@edge-runtime/primitives/stream.js +62 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js +29 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/@edge-runtime/primitives/url.js.text.js +29 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/@hapi/accept/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js +34 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/@napi-rs/triples/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/ReactRefreshWebpackPlugin.js +159 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/@opentelemetry/api/index.js +31 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/@typescript/vfs/index.js +31 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/@vercel/nft/index.js +71 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/acorn/acorn.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/amphtml-validator/index.js +39 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/anser/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/async-retry/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/async-sema/index.js +31 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/babel/bundle.js +1918 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/babel/code-frame.js +31 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/babel/core.js +31 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/babel/parser.js +31 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/babel/traverse.js +31 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/babel/types.js +31 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/babel-packages/packages-bundle.js +449 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/browserslist/index.js +36 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/bytes/index.js +37 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/ci-info/index.js +25 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/commander/index.js +35 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/comment-json/index.js +35 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/compression/index.js +78 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/conf/index.js +55 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/content-disposition/index.js +36 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/cookie/index.js +36 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/cross-spawn/index.js +34 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/cssnano-simple/index.js +355 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/data-uri-to-buffer/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/debug/index.js +33 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/devalue/devalue.umd.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/edge-runtime/index.js +58 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/find-up/index.js +29 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/fresh/index.js +37 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/glob/glob.js +35 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/gzip-size/index.js +33 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/http-proxy/index.js +70 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/image-size/index.js +34 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/is-animated/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/is-docker/index.js +31 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/is-wsl/index.js +33 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/jest-worker/index.js +38 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/json5/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/jsonwebtoken/index.js +46 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/loader-runner/LoaderRunner.js +33 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/loader-utils3/index.js +32 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/lodash.curry/index.js +31 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/lru-cache/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/mini-css-extract-plugin/cjs.js +31 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/mini-css-extract-plugin/index.js +33 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/nanoid/index.js +31 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/neo-async/async.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/next-server/app-page-experimental.runtime.dev.js +473 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/next-server/app-page-experimental.runtime.prod.js +187 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.dev.js +473 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +187 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.dev.js +473 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +187 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js +473 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js +187 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.dev.js +127 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +72 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/next-server/pages.runtime.dev.js +132 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/next-server/pages.runtime.prod.js +73 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/p-limit/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/p-queue/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/path-browserify/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/path-to-regexp/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/picomatch/index.js +25 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/postcss-plugin-stub-for-cssnano-simple/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/postcss-safe-parser/safe-parse.js +33 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/postcss-scss/scss-syntax.js +32 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/postcss-value-parser/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js +160 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/react-is/cjs/react-is.production.js +157 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/react-is/index.js +37 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/schema-utils3/index.js +32 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/semver/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/send/index.js +109 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/shell-quote/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/source-map/source-map.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/source-map08/source-map.js +3001 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/string-hash/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/strip-ansi/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/superstruct/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/tar/index.js +42 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/terser/bundle.min.js +32 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/text-table/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/unistore/unistore.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/watchpack/watchpack.js +39 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/webpack/HotModuleReplacement.runtime.js +421 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/webpack/JavascriptHotModuleReplacement.runtime.js +468 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/webpack/bundle5.js +87 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/webpack/webpack.js +99 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/webpack-sources3/index.js +30 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/ws/index.js +39 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/zod/index.js +25 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/compiled/zod-validation-error/index.js +26 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/experimental/testmode/context.js +84 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/experimental/testmode/fetch.js +166 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/experimental/testmode/httpget.js +58 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/experimental/testmode/server-edge.js +61 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/experimental/testmode/server.js +91 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/export/helpers/create-incremental-cache.js +99 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/export/utils.js +54 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/batcher.js +90 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/build-custom-route.js +72 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/client-and-server-references.js +69 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/coalesced-function.js +69 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/compile-error.js +44 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/constants.js +342 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/create-client-router-filter.js +102 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/default-transpiled-packages.json.js +23 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/detached-promise.js +64 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/detect-typo.js +80 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/download-swc.js +217 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/error-telemetry-utils.js +81 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/fallback.js +126 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/fatal-error.js +35 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/file-exists.js +81 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/find-config.js +133 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/find-pages-dir.js +73 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/find-root.js +65 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/format-dynamic-import-path.js +56 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/format-server-error.js +100 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/fs/rename.js +117 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/fs/write-atomic.js +60 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/generate-interception-routes-rewrites.js +100 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/get-network-host.js +75 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/get-project-dir.js +87 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/has-necessary-dependencies.js +79 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/helpers/get-cache-directory.js +99 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/helpers/get-online.js +82 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/helpers/get-pkg-manager.js +96 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/helpers/get-registry.js +78 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/helpers/install.js +116 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/install-dependencies.js +76 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/interop-default.js +45 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/is-api-route.js +45 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/is-app-page-route.js +45 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/is-app-route-route.js +45 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/is-edge-runtime.js +48 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/is-error.js +99 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/is-internal-component.js +62 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/is-serializable-props.js +133 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/known-edge-safe-packages.json.js +23 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/load-custom-routes.js +564 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/metadata/get-metadata-route.js +147 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/metadata/is-metadata-route.js +175 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/metadata/metadata-constants.js +56 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/metadata/metadata-context.js +75 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/multi-file-writer.js +106 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/needs-experimental-react.js +46 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/non-nullable.js +45 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/oxford-comma-list.js +45 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/page-types.js +48 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/patch-incorrect-lockfile.js +223 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/pick.js +49 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/picocolors.js +156 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/pretty-bytes.js +106 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/realpath.js +51 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/recursive-delete.js +109 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/recursive-readdir.js +156 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/redirect-status.js +72 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/resolve-from.js +96 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/scheduler.js +88 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/semver-noop.js +45 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/server-external-packages.json.js +90 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/static-env.js +112 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/try-to-parse-path.js +83 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/turbopack-warning.js +240 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/typescript/diagnosticFormatter.js +285 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/typescript/getTypeScriptConfiguration.js +101 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/typescript/getTypeScriptIntent.js +85 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/typescript/missingDependencyError.js +63 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/typescript/runTypeCheck.js +133 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/typescript/writeAppTypeDeclarations.js +95 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js +367 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/url.js +71 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/verify-partytown-setup.js +156 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/verify-typescript-setup.js +212 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/wait.js +51 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/lib/with-promise-cache.js +54 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/pages/_app.js +77 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/pages/_document.js +880 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/pages/_error.js +187 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/ReactDOMServerPages.js +44 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/accept-header.js +162 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/after/after-context.js +177 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/after/awaiter.js +101 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/after/builtin-request-context.js +65 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/after/run-with-after.js +68 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/api-utils/get-cookie-parser.js +53 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/api-utils/index.js +224 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/api-utils/node/try-get-preview-data.js +121 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/action-async-storage-instance.js +45 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/action-async-storage.external.js +44 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/action-handler.js +806 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/action-utils.js +121 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js +45 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/after-task-async-storage.external.js +44 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/app-render-prerender-utils.js +463 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/app-render-render-utils.js +68 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/app-render.js +2823 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/async-local-storage.js +100 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/cache-signal.js +122 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/clean-async-snapshot-instance.js +45 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/clean-async-snapshot.external.js +44 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/create-component-styles-and-scripts.js +69 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/create-component-tree.js +739 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/create-error-handler.js +228 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +61 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/csrf-protection.js +99 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/dynamic-rendering.js +563 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/encryption-utils-server.js +146 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/encryption-utils.js +221 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/flight-render-result.js +59 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/get-asset-query-string.js +59 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/get-css-inlined-link-tags.js +78 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/get-layer-assets.js +101 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/get-preloadable-fonts.js +69 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/get-script-nonce-from-header.js +75 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/get-segment-param.js +73 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js +68 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/has-loading-component-in-tree.js +49 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/interop-default.js +49 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/make-get-server-inserted-html.js +124 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/metadata-insertion/create-server-inserted-metadata.js +91 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js +81 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/parse-loader-tree.js +60 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/postponed-state.js +162 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/prospective-render-utils.js +81 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/react-server.node.js +61 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/render-css-resource.js +86 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/render-to-string.js +49 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/required-scripts.js +108 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/server-inserted-html.js +72 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/strip-flight-headers.js +49 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/types.js +75 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/use-flight-response.js +157 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/walk-tree-with-flight-router-state.js +219 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/work-async-storage-instance.js +45 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/work-async-storage.external.js +44 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +45 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +147 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/async-storage/draft-mode-provider.js +93 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/async-storage/request-store.js +174 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/async-storage/work-store.js +120 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/base-http/helpers.js +60 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/base-http/index.js +82 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/base-http/node.js +175 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/base-server.js +2844 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/body-streams.js +117 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/cache-dir.js +58 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/ci-info.js +58 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/client-component-renderer-logger.js +96 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/config-schema.js +627 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/config-shared.js +248 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/config-utils.js +213 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/config.js +1206 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/crypto-utils.js +97 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/dev/dev-indicator-middleware.js +110 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/dev/dev-indicator-server-state.js +45 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/dev/hot-middleware.js +234 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +1011 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/dev/hot-reloader-types.js +61 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1309 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/dev/log-requests.js +140 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/dev/messages.js +43 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/dev/next-dev-server.js +730 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/dev/on-demand-entry-handler.js +719 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/dev/parse-version-info.js +139 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/dev/require-cache.js +90 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/dev/turbopack-utils.js +711 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/dynamic-rendering-utils.js +94 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/get-app-route-from-entrypoint.js +61 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/get-page-files.js +55 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/get-route-from-entrypoint.js +67 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/htmlescape.js +61 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/image-optimizer.js +921 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/instrumentation/utils.js +51 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/internal-utils.js +66 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/app-dir-module.js +86 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/app-info-log.js +156 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/async-callback-set.js +50 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/cache-control.js +54 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/cache-handlers/default.js +152 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/clone-response.js +86 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/decode-query-path-parameter.js +58 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/dedupe-fetch.js +191 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/dev-bundler-service.js +118 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/etag.js +84 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/experimental/create-env-definitions.js +81 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/experimental/ppr.js +80 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/find-page-file.js +147 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/format-hostname.js +47 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/i18n-provider.js +164 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/implicit-tags.js +105 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js +373 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/incremental-cache/index.js +439 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.js +104 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js +60 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/is-ipv6.js +49 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/lazy-result.js +72 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/lru-cache.js +121 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/match-next-data-pathname.js +49 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/mock-request.js +443 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/module-loader/node-module-loader.js +56 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/module-loader/route-module-loader.js +57 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/node-fs-methods.js +59 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/patch-fetch.js +759 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/patch-set-header.js +69 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/render-server.js +150 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/router-server.js +673 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/router-utils/block-cross-site.js +110 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/router-utils/build-data-route.js +84 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/router-utils/decode-path-params.js +74 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/router-utils/filesystem.js +593 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/router-utils/is-postpone.js +46 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/router-utils/proxy-request.js +153 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +637 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.js +849 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/server-action-request-meta.js +77 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/server-ipc/utils.js +104 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/start-server.js +433 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/streaming-metadata.js +63 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/to-route.js +69 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/trace/constants.js +208 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/trace/tracer.js +270 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/trace/utils.js +46 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/utils.js +272 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/load-components.js +196 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/load-default-error-components.js +80 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/load-manifest.js +102 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/match-bundle.js +56 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/next-server.js +1502 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/next-typescript.js +44 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/next.js +443 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/node-environment-baseline.js +52 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/node-environment-extensions/date.js +83 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/node-environment-extensions/error-inspect.js +37 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/node-environment-extensions/node-crypto.js +128 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/node-environment-extensions/random.js +59 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/node-environment-extensions/utils.js +92 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/node-environment-extensions/web-crypto.js +76 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/node-environment.js +46 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/node-polyfill-crypto.js +37 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/absolute-filename-normalizer.js +64 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/built/app/app-bundle-path-normalizer.js +77 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/built/app/app-filename-normalizer.js +54 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/built/app/app-page-normalizer.js +51 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/built/app/app-pathname-normalizer.js +85 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/built/app/index.js +72 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/built/pages/index.js +74 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/built/pages/pages-bundle-path-normalizer.js +85 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/built/pages/pages-filename-normalizer.js +54 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/built/pages/pages-page-normalizer.js +51 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/built/pages/pages-pathname-normalizer.js +51 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/locale-route-normalizer.js +56 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/normalizers.js +53 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/prefixing-normalizer.js +57 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/request/base-path.js +56 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/request/next-data.js +71 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/request/prefetch-rsc.js +64 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/request/prefix.js +69 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/request/rsc.js +52 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/request/segment-prefix-rsc.js +64 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/request/suffix.js +57 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/underscore-normalizer.js +47 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/normalizers/wrap-normalizer-fn.js +47 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/optimize-amp.js +53 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/patch-error-inspect.js +430 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/pipe-readable.js +173 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/post-process.js +82 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/render-result.js +226 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/render.js +1232 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/request/fallback-params.js +79 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/request-meta.js +80 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/require-hook.js +82 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/require.js +146 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/response-cache/index.js +191 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/response-cache/types.js +67 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/response-cache/utils.js +128 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/resume-data-cache/cache-store.js +105 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/resume-data-cache/resume-data-cache.js +124 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/revalidation-utils.js +115 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-definitions/app-page-route-definition.js +47 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-kind.js +62 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matcher-managers/default-route-matcher-manager.js +273 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matcher-managers/dev-route-matcher-manager.js +160 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matcher-providers/app-page-route-matcher-provider.js +91 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matcher-providers/app-route-route-matcher-provider.js +79 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +117 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js +138 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js +112 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-route-matcher-provider.js +112 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matcher-providers/dev/file-cache-route-matcher-provider.js +59 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js +136 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js +74 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matcher-providers/helpers/cached-route-matcher-provider.js +60 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js +67 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js +50 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matcher-providers/manifest-route-matcher-provider.js +52 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matcher-providers/pages-api-route-matcher-provider.js +91 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matcher-providers/pages-route-matcher-provider.js +100 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matchers/app-page-route-matcher.js +49 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matchers/app-route-route-matcher.js +46 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matchers/locale-route-matcher.js +99 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matchers/pages-api-route-matcher.js +58 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matchers/pages-route-matcher.js +58 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matchers/route-matcher.js +87 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-matches/pages-api-route-match.js +47 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-modules/app-page/module.compiled.js +73 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-modules/app-page/module.js +126 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-modules/app-page/module.render.js +55 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.js +125 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/entrypoints.js +185 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/entrypoints.js +152 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-modules/checks.js +70 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-modules/pages/builtin/_error.js +114 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-modules/pages/module.compiled.js +53 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-modules/pages/module.js +119 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-modules/pages/module.render.js +55 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.js +135 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/route-modules/route-module.js +48 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/send-payload.js +119 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/send-response.js +103 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/serve-static.js +86 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/server-route-utils.js +62 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/server-utils.js +320 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/setup-http-agent-env.js +54 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/stream-utils/encodedTags.js +112 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +542 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/stream-utils/uint8array-helpers.js +96 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/typescript/constant.js +118 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/typescript/index.js +255 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/typescript/rules/client-boundary.js +117 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/typescript/rules/config.js +430 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/typescript/rules/entry.js +183 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/typescript/rules/error.js +69 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/typescript/rules/metadata.js +352 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/typescript/rules/server-boundary.js +146 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/typescript/rules/server.js +111 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/typescript/utils.js +271 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/use-cache/handlers.js +149 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/use-cache/use-cache-errors.js +62 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/utils.js +113 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/adapter.js +415 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/error.js +79 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/get-edge-preview-props.js +55 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/globals.js +152 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/http.js +67 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/next-url.js +229 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/sandbox/context.js +499 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js +68 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/sandbox/index.js +59 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/sandbox/resource-managers.js +114 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/sandbox/sandbox.js +160 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +219 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js +169 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +60 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +236 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/spec-extension/cookies.js +55 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/spec-extension/fetch-event.js +125 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/spec-extension/request.js +129 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/spec-extension/response.js +170 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/utils.js +176 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/web/web-on-close.js +114 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js +51 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/amp-mode.js +46 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +76 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/bloom-filter.js +116 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/canary-only.js +57 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/constants.js +366 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/deep-freeze.js +60 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/dset.js +54 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/encode-uri-path.js +45 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/error-source.js +62 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/errors/constants.js +49 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/escape-regexp.js +51 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/get-hostname.js +53 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/get-img-props.js +575 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/get-rspack.js +104 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/get-webpack-bundler.js +54 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/hash.js +61 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js +51 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/head.js +225 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +64 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/html-context.shared-runtime.js +67 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js +56 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js +99 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js +84 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/image-blur-svg.js +55 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js +54 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/image-config.js +86 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/image-external.js +70 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/image-loader.js +125 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/invariant-error.js +48 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/is-internal.js +65 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/is-plain-object.js +68 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/is-thenable.js +43 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/isomorphic/path.js +46 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +62 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.js +52 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/loadable.shared-runtime.js +261 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/magic-identifier.js +144 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/match-local-pattern.js +74 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/match-remote-pattern.js +82 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/mitt.js +75 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/modern-browserslist-target.js +38 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/normalized-asset-prefix.js +58 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/page-path/absolute-path-to-page.js +63 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/page-path/denormalize-app-path.js +49 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js +50 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js +50 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/page-path/get-page-paths.js +74 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js +60 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js +51 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/page-path/remove-page-path-tail.js +51 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/adapters.js +171 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/router.js +1853 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/add-locale.js +61 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js +52 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js +52 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/app-paths.js +79 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js +45 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/compare-states.js +64 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js +45 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js +61 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/format-url.js +109 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js +47 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js +88 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js +56 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js +67 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/html-bots.js +34 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/index.js +57 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/interception-routes.js +131 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js +85 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/is-bot.js +71 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js +58 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/is-local-url.js +58 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js +62 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/omit.js +51 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/parse-path.js +56 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js +66 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/parse-url.js +62 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js +43 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/path-match.js +80 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js +313 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/querystring.js +107 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/relativize-url.js +68 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js +71 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js +53 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/resolve-rewrites.js +154 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/route-matcher.js +74 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/route-regex.js +297 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js +271 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +51 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/runtime-config.external.js +57 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js +122 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/segment.js +76 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +64 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/server-inserted-metadata.shared-runtime.js +46 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/server-reference-info.js +78 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/side-effect.js +97 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/turbopack/entry-key.js +67 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/turbopack/manifest-loader.js +512 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/turbopack/utils.js +268 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/utils/error-once.js +52 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/utils/warn-once.js +52 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/utils.js +222 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/shared/lib/zod.js +123 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/telemetry/anonymous-meta.js +124 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/telemetry/events/build.js +162 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/telemetry/events/error-feedback.js +57 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/telemetry/events/index.js +55 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/telemetry/events/plugins.js +83 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/telemetry/events/swc-load-failure.js +89 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/telemetry/events/version.js +118 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/telemetry/flush-and-exit.js +43 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/telemetry/post-telemetry-payload.js +79 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/telemetry/project-id.js +79 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/telemetry/storage.js +332 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/trace/index.js +76 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/trace/report/index.js +67 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/trace/report/to-json.js +182 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/trace/report/to-telemetry.js +68 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/trace/shared.js +57 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/trace/trace.js +217 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/image.js +27 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/link.js +26 -0
- package/dist/esm/node_modules/.pnpm/next@15.3.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/package.json.js +414 -0
- package/dist/esm/node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js +104 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/at-rule.js +54 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/comment.js +42 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/container.js +471 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/css-syntax-error.js +130 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/declaration.js +53 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/document.js +62 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/fromJSON.js +89 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/input.js +283 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/lazy-result.js +587 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/list.js +85 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/map-generator.js +391 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/no-work-result.js +168 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/node.js +413 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/parse.js +73 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/parser.js +644 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/postcss.js +147 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/previous-map.js +173 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/processor.js +99 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/result.js +71 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/root.js +90 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/rule.js +57 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/stringifier.js +380 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/stringify.js +40 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/symbols.js +33 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/terminal-highlight.js +100 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/tokenize.js +293 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/warn-once.js +41 -0
- package/dist/esm/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/lib/warning.js +64 -0
- package/dist/esm/node_modules/.pnpm/semver@7.7.1/node_modules/semver/classes/comparator.js +176 -0
- package/dist/esm/node_modules/.pnpm/semver@7.7.1/node_modules/semver/classes/range.js +590 -0
- package/dist/esm/node_modules/.pnpm/semver@7.7.1/node_modules/semver/classes/semver.js +352 -0
- package/dist/esm/node_modules/.pnpm/semver@7.7.1/node_modules/semver/functions/cmp.js +87 -0
- package/dist/esm/node_modules/.pnpm/semver@7.7.1/node_modules/semver/functions/coerce.js +92 -0
- package/dist/esm/node_modules/.pnpm/semver@7.7.1/node_modules/semver/functions/compare.js +35 -0
- package/dist/esm/node_modules/.pnpm/semver@7.7.1/node_modules/semver/functions/eq.js +33 -0
- package/dist/esm/node_modules/.pnpm/semver@7.7.1/node_modules/semver/functions/gt.js +33 -0
- package/dist/esm/node_modules/.pnpm/semver@7.7.1/node_modules/semver/functions/gte.js +33 -0
- package/dist/esm/node_modules/.pnpm/semver@7.7.1/node_modules/semver/functions/lt.js +33 -0
- package/dist/esm/node_modules/.pnpm/semver@7.7.1/node_modules/semver/functions/lte.js +33 -0
- package/dist/esm/node_modules/.pnpm/semver@7.7.1/node_modules/semver/functions/neq.js +33 -0
- package/dist/esm/node_modules/.pnpm/semver@7.7.1/node_modules/semver/functions/parse.js +46 -0
- package/dist/esm/node_modules/.pnpm/semver@7.7.1/node_modules/semver/functions/satisfies.js +40 -0
- package/dist/esm/node_modules/.pnpm/semver@7.7.1/node_modules/semver/internal/constants.js +63 -0
- package/dist/esm/node_modules/.pnpm/semver@7.7.1/node_modules/semver/internal/debug.js +37 -0
- package/dist/esm/node_modules/.pnpm/semver@7.7.1/node_modules/semver/internal/identifiers.js +51 -0
- package/dist/esm/node_modules/.pnpm/semver@7.7.1/node_modules/semver/internal/lrucache.js +68 -0
- package/dist/esm/node_modules/.pnpm/semver@7.7.1/node_modules/semver/internal/parse-options.js +43 -0
- package/dist/esm/node_modules/.pnpm/semver@7.7.1/node_modules/semver/internal/re.js +252 -0
- package/dist/esm/node_modules/.pnpm/sharp@0.34.1/node_modules/sharp/lib/channel.js +201 -0
- package/dist/esm/node_modules/.pnpm/sharp@0.34.1/node_modules/sharp/lib/colour.js +208 -0
- package/dist/esm/node_modules/.pnpm/sharp@0.34.1/node_modules/sharp/lib/composite.js +238 -0
- package/dist/esm/node_modules/.pnpm/sharp@0.34.1/node_modules/sharp/lib/constructor.js +512 -0
- package/dist/esm/node_modules/.pnpm/sharp@0.34.1/node_modules/sharp/lib/index.js +50 -0
- package/dist/esm/node_modules/.pnpm/sharp@0.34.1/node_modules/sharp/lib/input.js +762 -0
- package/dist/esm/node_modules/.pnpm/sharp@0.34.1/node_modules/sharp/lib/is.js +193 -0
- package/dist/esm/node_modules/.pnpm/sharp@0.34.1/node_modules/sharp/lib/libvips.js +238 -0
- package/dist/esm/node_modules/.pnpm/sharp@0.34.1/node_modules/sharp/lib/operation.js +1052 -0
- package/dist/esm/node_modules/.pnpm/sharp@0.34.1/node_modules/sharp/lib/output.js +1617 -0
- package/dist/esm/node_modules/.pnpm/sharp@0.34.1/node_modules/sharp/lib/resize.js +616 -0
- package/dist/esm/node_modules/.pnpm/sharp@0.34.1/node_modules/sharp/lib/sharp.js +150 -0
- package/dist/esm/node_modules/.pnpm/sharp@0.34.1/node_modules/sharp/lib/utility.js +330 -0
- package/dist/esm/node_modules/.pnpm/sharp@0.34.1/node_modules/sharp/package.json.js +267 -0
- package/dist/esm/node_modules/.pnpm/simple-swizzle@0.2.2/node_modules/simple-swizzle/index.js +58 -0
- package/dist/esm/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/array-set.js +152 -0
- package/dist/esm/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64-vlq.js +171 -0
- package/dist/esm/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/base64.js +97 -0
- package/dist/esm/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/binary-search.js +143 -0
- package/dist/esm/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/mapping-list.js +110 -0
- package/dist/esm/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/quick-sort.js +162 -0
- package/dist/esm/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-consumer.js +1222 -0
- package/dist/esm/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-map-generator.js +478 -0
- package/dist/esm/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/source-node.js +445 -0
- package/dist/esm/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/lib/util.js +626 -0
- package/dist/esm/node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/source-map.js +41 -0
- package/dist/esm/node_modules/.pnpm/streamsearch@1.1.0/node_modules/streamsearch/lib/sbmh.js +294 -0
- package/dist/esm/node_modules/.pnpm/styled-jsx@5.1.6_react@19.1.0/node_modules/styled-jsx/dist/index/index.js +528 -0
- package/dist/esm/node_modules/.pnpm/styled-jsx@5.1.6_react@19.1.0/node_modules/styled-jsx/index.js +31 -0
- package/dist/esm/react/createModuleWithDependencies.d.ts +4 -4
- package/dist/esm/react/createModuleWithDependencies.js +15 -10
- package/dist/esm/react/index.d.ts +1 -0
- package/dist/esm/react/registerGlobalModuleCreator.js +8 -17
- package/package.json +9 -10
|
@@ -0,0 +1,2844 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2022 BILDIT, INC.
|
|
3
|
+
*
|
|
4
|
+
* This file, and the software contained herein, are the exclusive property of BILDIT, INC.
|
|
5
|
+
* Unauthorized copying, distribution, or modification of this software is strictly prohibited.
|
|
6
|
+
* All rights reserved.
|
|
7
|
+
*
|
|
8
|
+
* This file is licensed under the ENT License ("License"). Use of this file is subject to the
|
|
9
|
+
* terms and conditions specified in the License. You may obtain a copy of the License at:
|
|
10
|
+
*
|
|
11
|
+
* https://bildit.co/ENTLicense
|
|
12
|
+
*
|
|
13
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
|
|
14
|
+
* BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
|
|
15
|
+
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
16
|
+
* DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM,
|
|
17
|
+
* OUT OF, OR IN CONNECTION WITH, THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
18
|
+
*/
|
|
19
|
+
import { __exports as baseServer } from '../../../../../../../_virtual/base-server.js';
|
|
20
|
+
import { __require as requireFallbackParams } from './request/fallback-params.js';
|
|
21
|
+
import { __require as requireResponseCache } from './response-cache/index.js';
|
|
22
|
+
import { __require as requireUtils } from '../shared/lib/utils.js';
|
|
23
|
+
import require$$2 from 'url';
|
|
24
|
+
import { __require as requireFormatHostname } from './lib/format-hostname.js';
|
|
25
|
+
import { __require as requireRedirectStatus } from '../lib/redirect-status.js';
|
|
26
|
+
import { __require as requireIsEdgeRuntime } from '../lib/is-edge-runtime.js';
|
|
27
|
+
import { c as constantsExports } from '../shared/lib/constants.js';
|
|
28
|
+
import { __require as requireUtils$1 } from '../shared/lib/router/utils/index.js';
|
|
29
|
+
import { __require as requireApiUtils } from './api-utils/index.js';
|
|
30
|
+
import { __require as requireRuntimeConfig_external } from '../shared/lib/runtime-config.external.js';
|
|
31
|
+
import { __require as requireCacheControl } from './lib/cache-control.js';
|
|
32
|
+
import { __require as requireUtils$2 } from './utils.js';
|
|
33
|
+
import '../shared/lib/router/utils/is-bot.js';
|
|
34
|
+
import { __require as requireRenderResult } from './render-result.js';
|
|
35
|
+
import { __require as requireRemoveTrailingSlash } from '../shared/lib/router/utils/remove-trailing-slash.js';
|
|
36
|
+
import { __require as requireDenormalizePagePath } from '../shared/lib/page-path/denormalize-page-path.js';
|
|
37
|
+
import '../build/output/log.js';
|
|
38
|
+
import { __require as requireServerUtils } from './server-utils.js';
|
|
39
|
+
import { __require as requireIsError } from '../lib/is-error.js';
|
|
40
|
+
import { __require as requireRequestMeta } from './request-meta.js';
|
|
41
|
+
import { __require as requireRemovePathPrefix } from '../shared/lib/router/utils/remove-path-prefix.js';
|
|
42
|
+
import { __require as requireAppPaths } from '../shared/lib/router/utils/app-paths.js';
|
|
43
|
+
import { __require as requireGetHostname } from '../shared/lib/get-hostname.js';
|
|
44
|
+
import { __require as requireParseUrl } from '../shared/lib/router/utils/parse-url.js';
|
|
45
|
+
import { __require as requireGetNextPathnameInfo } from '../shared/lib/router/utils/get-next-pathname-info.js';
|
|
46
|
+
import { __require as requireAppRouterHeaders } from '../client/components/app-router-headers.js';
|
|
47
|
+
import { __require as requireLocaleRouteNormalizer } from './normalizers/locale-route-normalizer.js';
|
|
48
|
+
import { __require as requireDefaultRouteMatcherManager } from './route-matcher-managers/default-route-matcher-manager.js';
|
|
49
|
+
import { __require as requireAppPageRouteMatcherProvider } from './route-matcher-providers/app-page-route-matcher-provider.js';
|
|
50
|
+
import { __require as requireAppRouteRouteMatcherProvider } from './route-matcher-providers/app-route-route-matcher-provider.js';
|
|
51
|
+
import { __require as requirePagesApiRouteMatcherProvider } from './route-matcher-providers/pages-api-route-matcher-provider.js';
|
|
52
|
+
import { __require as requirePagesRouteMatcherProvider } from './route-matcher-providers/pages-route-matcher-provider.js';
|
|
53
|
+
import { __require as requireServerManifestLoader } from './route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js';
|
|
54
|
+
import './lib/trace/tracer.js';
|
|
55
|
+
import './lib/trace/constants.js';
|
|
56
|
+
import { __require as requireI18nProvider } from './lib/i18n-provider.js';
|
|
57
|
+
import { __require as requireSendResponse } from './send-response.js';
|
|
58
|
+
import { __require as requireUtils$3 } from './web/utils.js';
|
|
59
|
+
import '../lib/constants.js';
|
|
60
|
+
import { __require as requireNormalizeLocalePath } from '../shared/lib/i18n/normalize-locale-path.js';
|
|
61
|
+
import { __require as requireNextRequest } from './web/spec-extension/adapters/next-request.js';
|
|
62
|
+
import { __require as requireMatchNextDataPathname } from './lib/match-next-data-pathname.js';
|
|
63
|
+
import { __require as requireGetRouteFromAssetPath } from '../shared/lib/router/utils/get-route-from-asset-path.js';
|
|
64
|
+
import { __require as requireDecodePathParams } from './lib/router-utils/decode-path-params.js';
|
|
65
|
+
import { __require as requireRsc } from './normalizers/request/rsc.js';
|
|
66
|
+
import { __require as requireStripFlightHeaders } from './app-render/strip-flight-headers.js';
|
|
67
|
+
import { __require as requireChecks } from './route-modules/checks.js';
|
|
68
|
+
import { __require as requirePrefetchRsc } from './normalizers/request/prefetch-rsc.js';
|
|
69
|
+
import { __require as requireNextData } from './normalizers/request/next-data.js';
|
|
70
|
+
import { __require as requireServerActionRequestMeta } from './lib/server-action-request-meta.js';
|
|
71
|
+
import { __require as requireInterceptionRoutes } from '../shared/lib/router/utils/interception-routes.js';
|
|
72
|
+
import { __require as requireToRoute } from './lib/to-route.js';
|
|
73
|
+
import { __require as requireHelpers } from './base-http/helpers.js';
|
|
74
|
+
import { __require as requirePatchSetHeader } from './lib/patch-set-header.js';
|
|
75
|
+
import { __require as requirePpr } from './lib/experimental/ppr.js';
|
|
76
|
+
import { __require as requireBuiltinRequestContext } from './after/builtin-request-context.js';
|
|
77
|
+
import { __require as requireEncodedTags } from './stream-utils/encodedTags.js';
|
|
78
|
+
import { __require as requireAdapter } from './web/adapter.js';
|
|
79
|
+
import { __require as requireUtils$4 } from './instrumentation/utils.js';
|
|
80
|
+
import { __require as requireRouteKind } from './route-kind.js';
|
|
81
|
+
import { __require as requireFallback } from '../lib/fallback.js';
|
|
82
|
+
import { __require as requireUtils$5 } from './response-cache/utils.js';
|
|
83
|
+
import { __require as requireScheduler } from '../lib/scheduler.js';
|
|
84
|
+
import { __require as requireSegmentPrefixRsc } from './normalizers/request/segment-prefix-rsc.js';
|
|
85
|
+
import { __require as requireStreamingMetadata } from './lib/streaming-metadata.js';
|
|
86
|
+
import { __require as requireInvariantError } from '../shared/lib/invariant-error.js';
|
|
87
|
+
import { __require as requireDecodeQueryPathParameter } from './lib/decode-query-path-parameter.js';
|
|
88
|
+
import { __require as requireHandlers } from './use-cache/handlers.js';
|
|
89
|
+
import require$$1 from 'path';
|
|
90
|
+
import { __require as requireTryGetPreviewData } from './api-utils/node/try-get-preview-data.js';
|
|
91
|
+
import { __exports as isBot } from '../../../../../../../_virtual/is-bot.js';
|
|
92
|
+
import { __exports as log } from '../../../../../../../_virtual/log.js';
|
|
93
|
+
import { __exports as tracer } from '../../../../../../../_virtual/tracer.js';
|
|
94
|
+
import { __exports as constants } from '../../../../../../../_virtual/constants2.js';
|
|
95
|
+
import { __exports as constants$1 } from '../../../../../../../_virtual/constants.js';
|
|
96
|
+
|
|
97
|
+
var hasRequiredBaseServer;
|
|
98
|
+
|
|
99
|
+
function requireBaseServer () {
|
|
100
|
+
if (hasRequiredBaseServer) return baseServer;
|
|
101
|
+
hasRequiredBaseServer = 1;
|
|
102
|
+
(function (exports) {
|
|
103
|
+
Object.defineProperty(exports, "__esModule", {
|
|
104
|
+
value: true
|
|
105
|
+
});
|
|
106
|
+
function _export(target, all) {
|
|
107
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
108
|
+
enumerable: true,
|
|
109
|
+
get: all[name]
|
|
110
|
+
});
|
|
111
|
+
}
|
|
112
|
+
_export(exports, {
|
|
113
|
+
NoFallbackError: function() {
|
|
114
|
+
return NoFallbackError;
|
|
115
|
+
},
|
|
116
|
+
WrappedBuildError: function() {
|
|
117
|
+
return WrappedBuildError;
|
|
118
|
+
},
|
|
119
|
+
default: function() {
|
|
120
|
+
return Server;
|
|
121
|
+
}
|
|
122
|
+
});
|
|
123
|
+
const _fallbackparams = requireFallbackParams();
|
|
124
|
+
const _responsecache = requireResponseCache();
|
|
125
|
+
const _utils = requireUtils();
|
|
126
|
+
const _url = require$$2;
|
|
127
|
+
const _formathostname = requireFormatHostname();
|
|
128
|
+
const _redirectstatus = requireRedirectStatus();
|
|
129
|
+
const _isedgeruntime = requireIsEdgeRuntime();
|
|
130
|
+
const _constants = constantsExports;
|
|
131
|
+
const _utils1 = requireUtils$1();
|
|
132
|
+
const _apiutils = requireApiUtils();
|
|
133
|
+
const _runtimeconfigexternal = requireRuntimeConfig_external();
|
|
134
|
+
const _cachecontrol = requireCacheControl();
|
|
135
|
+
const _utils2 = requireUtils$2();
|
|
136
|
+
const _isbot = isBot;
|
|
137
|
+
const _renderresult = /*#__PURE__*/ _interop_require_default(requireRenderResult());
|
|
138
|
+
const _removetrailingslash = requireRemoveTrailingSlash();
|
|
139
|
+
const _denormalizepagepath = requireDenormalizePagePath();
|
|
140
|
+
const _log = /*#__PURE__*/ _interop_require_wildcard(log);
|
|
141
|
+
const _serverutils = requireServerUtils();
|
|
142
|
+
const _iserror = /*#__PURE__*/ _interop_require_wildcard(requireIsError());
|
|
143
|
+
const _requestmeta = requireRequestMeta();
|
|
144
|
+
const _removepathprefix = requireRemovePathPrefix();
|
|
145
|
+
const _apppaths = requireAppPaths();
|
|
146
|
+
const _gethostname = requireGetHostname();
|
|
147
|
+
const _parseurl = requireParseUrl();
|
|
148
|
+
const _getnextpathnameinfo = requireGetNextPathnameInfo();
|
|
149
|
+
const _approuterheaders = requireAppRouterHeaders();
|
|
150
|
+
const _localeroutenormalizer = requireLocaleRouteNormalizer();
|
|
151
|
+
const _defaultroutematchermanager = requireDefaultRouteMatcherManager();
|
|
152
|
+
const _apppageroutematcherprovider = requireAppPageRouteMatcherProvider();
|
|
153
|
+
const _approuteroutematcherprovider = requireAppRouteRouteMatcherProvider();
|
|
154
|
+
const _pagesapiroutematcherprovider = requirePagesApiRouteMatcherProvider();
|
|
155
|
+
const _pagesroutematcherprovider = requirePagesRouteMatcherProvider();
|
|
156
|
+
const _servermanifestloader = requireServerManifestLoader();
|
|
157
|
+
const _tracer = tracer;
|
|
158
|
+
const _constants1 = constants;
|
|
159
|
+
const _i18nprovider = requireI18nProvider();
|
|
160
|
+
const _sendresponse = requireSendResponse();
|
|
161
|
+
const _utils3 = requireUtils$3();
|
|
162
|
+
const _constants2 = constants$1;
|
|
163
|
+
const _normalizelocalepath = requireNormalizeLocalePath();
|
|
164
|
+
const _nextrequest = requireNextRequest();
|
|
165
|
+
const _matchnextdatapathname = requireMatchNextDataPathname();
|
|
166
|
+
const _getroutefromassetpath = /*#__PURE__*/ _interop_require_default(requireGetRouteFromAssetPath());
|
|
167
|
+
const _decodepathparams = requireDecodePathParams();
|
|
168
|
+
const _rsc = requireRsc();
|
|
169
|
+
const _stripflightheaders = requireStripFlightHeaders();
|
|
170
|
+
const _checks = requireChecks();
|
|
171
|
+
const _prefetchrsc = requirePrefetchRsc();
|
|
172
|
+
const _nextdata = requireNextData();
|
|
173
|
+
const _serveractionrequestmeta = requireServerActionRequestMeta();
|
|
174
|
+
const _interceptionroutes = requireInterceptionRoutes();
|
|
175
|
+
const _toroute = requireToRoute();
|
|
176
|
+
const _helpers = requireHelpers();
|
|
177
|
+
const _patchsetheader = requirePatchSetHeader();
|
|
178
|
+
const _ppr = requirePpr();
|
|
179
|
+
const _builtinrequestcontext = requireBuiltinRequestContext();
|
|
180
|
+
const _encodedTags = requireEncodedTags();
|
|
181
|
+
const _adapter = requireAdapter();
|
|
182
|
+
const _utils4 = requireUtils$4();
|
|
183
|
+
const _routekind = requireRouteKind();
|
|
184
|
+
const _fallback = requireFallback();
|
|
185
|
+
const _utils5 = requireUtils$5();
|
|
186
|
+
const _scheduler = requireScheduler();
|
|
187
|
+
const _segmentprefixrsc = requireSegmentPrefixRsc();
|
|
188
|
+
const _streamingmetadata = requireStreamingMetadata();
|
|
189
|
+
const _invarianterror = requireInvariantError();
|
|
190
|
+
const _decodequerypathparameter = requireDecodeQueryPathParameter();
|
|
191
|
+
const _handlers = requireHandlers();
|
|
192
|
+
function _interop_require_default(obj) {
|
|
193
|
+
return obj && obj.__esModule ? obj : {
|
|
194
|
+
default: obj
|
|
195
|
+
};
|
|
196
|
+
}
|
|
197
|
+
function _getRequireWildcardCache(nodeInterop) {
|
|
198
|
+
if (typeof WeakMap !== "function") return null;
|
|
199
|
+
var cacheBabelInterop = new WeakMap();
|
|
200
|
+
var cacheNodeInterop = new WeakMap();
|
|
201
|
+
return (_getRequireWildcardCache = function(nodeInterop) {
|
|
202
|
+
return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
|
|
203
|
+
})(nodeInterop);
|
|
204
|
+
}
|
|
205
|
+
function _interop_require_wildcard(obj, nodeInterop) {
|
|
206
|
+
if (!nodeInterop && obj && obj.__esModule) {
|
|
207
|
+
return obj;
|
|
208
|
+
}
|
|
209
|
+
if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
|
|
210
|
+
return {
|
|
211
|
+
default: obj
|
|
212
|
+
};
|
|
213
|
+
}
|
|
214
|
+
var cache = _getRequireWildcardCache(nodeInterop);
|
|
215
|
+
if (cache && cache.has(obj)) {
|
|
216
|
+
return cache.get(obj);
|
|
217
|
+
}
|
|
218
|
+
var newObj = {
|
|
219
|
+
__proto__: null
|
|
220
|
+
};
|
|
221
|
+
var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
|
|
222
|
+
for(var key in obj){
|
|
223
|
+
if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
|
|
224
|
+
var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
|
|
225
|
+
if (desc && (desc.get || desc.set)) {
|
|
226
|
+
Object.defineProperty(newObj, key, desc);
|
|
227
|
+
} else {
|
|
228
|
+
newObj[key] = obj[key];
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
newObj.default = obj;
|
|
233
|
+
if (cache) {
|
|
234
|
+
cache.set(obj, newObj);
|
|
235
|
+
}
|
|
236
|
+
return newObj;
|
|
237
|
+
}
|
|
238
|
+
class NoFallbackError extends Error {
|
|
239
|
+
}
|
|
240
|
+
class WrappedBuildError extends Error {
|
|
241
|
+
constructor(innerError){
|
|
242
|
+
super();
|
|
243
|
+
this.innerError = innerError;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
class Server {
|
|
247
|
+
getServerComponentsHmrCache() {
|
|
248
|
+
return this.nextConfig.experimental.serverComponentsHmrCache ? globalThis.__serverComponentsHmrCache : undefined;
|
|
249
|
+
}
|
|
250
|
+
/**
|
|
251
|
+
* This is used to persist cache scopes across
|
|
252
|
+
* prefetch -> full route requests for dynamic IO
|
|
253
|
+
* it's only fully used in dev
|
|
254
|
+
*/ constructor(options){
|
|
255
|
+
var _this_nextConfig_i18n, _this_nextConfig_experimental_amp, _this_nextConfig_i18n1;
|
|
256
|
+
this.handleRSCRequest = (req, _res, parsedUrl)=>{
|
|
257
|
+
var _this_normalizers_segmentPrefetchRSC, _this_normalizers_prefetchRSC, _this_normalizers_rsc;
|
|
258
|
+
if (!parsedUrl.pathname) return false;
|
|
259
|
+
if ((_this_normalizers_segmentPrefetchRSC = this.normalizers.segmentPrefetchRSC) == null ? void 0 : _this_normalizers_segmentPrefetchRSC.match(parsedUrl.pathname)) {
|
|
260
|
+
const result = this.normalizers.segmentPrefetchRSC.extract(parsedUrl.pathname);
|
|
261
|
+
if (!result) return false;
|
|
262
|
+
const { originalPathname, segmentPath } = result;
|
|
263
|
+
parsedUrl.pathname = originalPathname;
|
|
264
|
+
// Mark the request as a router prefetch request.
|
|
265
|
+
req.headers[_approuterheaders.RSC_HEADER.toLowerCase()] = '1';
|
|
266
|
+
req.headers[_approuterheaders.NEXT_ROUTER_PREFETCH_HEADER.toLowerCase()] = '1';
|
|
267
|
+
req.headers[_approuterheaders.NEXT_ROUTER_SEGMENT_PREFETCH_HEADER.toLowerCase()] = segmentPath;
|
|
268
|
+
(0, _requestmeta.addRequestMeta)(req, 'isRSCRequest', true);
|
|
269
|
+
(0, _requestmeta.addRequestMeta)(req, 'isPrefetchRSCRequest', true);
|
|
270
|
+
(0, _requestmeta.addRequestMeta)(req, 'segmentPrefetchRSCRequest', segmentPath);
|
|
271
|
+
} else if ((_this_normalizers_prefetchRSC = this.normalizers.prefetchRSC) == null ? void 0 : _this_normalizers_prefetchRSC.match(parsedUrl.pathname)) {
|
|
272
|
+
parsedUrl.pathname = this.normalizers.prefetchRSC.normalize(parsedUrl.pathname, true);
|
|
273
|
+
// Mark the request as a router prefetch request.
|
|
274
|
+
req.headers[_approuterheaders.RSC_HEADER.toLowerCase()] = '1';
|
|
275
|
+
req.headers[_approuterheaders.NEXT_ROUTER_PREFETCH_HEADER.toLowerCase()] = '1';
|
|
276
|
+
(0, _requestmeta.addRequestMeta)(req, 'isRSCRequest', true);
|
|
277
|
+
(0, _requestmeta.addRequestMeta)(req, 'isPrefetchRSCRequest', true);
|
|
278
|
+
} else if ((_this_normalizers_rsc = this.normalizers.rsc) == null ? void 0 : _this_normalizers_rsc.match(parsedUrl.pathname)) {
|
|
279
|
+
parsedUrl.pathname = this.normalizers.rsc.normalize(parsedUrl.pathname, true);
|
|
280
|
+
// Mark the request as a RSC request.
|
|
281
|
+
req.headers[_approuterheaders.RSC_HEADER.toLowerCase()] = '1';
|
|
282
|
+
(0, _requestmeta.addRequestMeta)(req, 'isRSCRequest', true);
|
|
283
|
+
} else if (req.headers['x-now-route-matches']) {
|
|
284
|
+
// If we didn't match, return with the flight headers stripped. If in
|
|
285
|
+
// minimal mode we didn't match based on the path, this can't be a RSC
|
|
286
|
+
// request. This is because Vercel only sends this header during
|
|
287
|
+
// revalidation requests and we want the cache to instead depend on the
|
|
288
|
+
// request path for flight information.
|
|
289
|
+
(0, _stripflightheaders.stripFlightHeaders)(req.headers);
|
|
290
|
+
return false;
|
|
291
|
+
} else if (req.headers[_approuterheaders.RSC_HEADER.toLowerCase()] === '1') {
|
|
292
|
+
(0, _requestmeta.addRequestMeta)(req, 'isRSCRequest', true);
|
|
293
|
+
if (req.headers[_approuterheaders.NEXT_ROUTER_PREFETCH_HEADER.toLowerCase()] === '1') {
|
|
294
|
+
(0, _requestmeta.addRequestMeta)(req, 'isPrefetchRSCRequest', true);
|
|
295
|
+
const segmentPrefetchRSCRequest = req.headers[_approuterheaders.NEXT_ROUTER_SEGMENT_PREFETCH_HEADER.toLowerCase()];
|
|
296
|
+
if (typeof segmentPrefetchRSCRequest === 'string') {
|
|
297
|
+
(0, _requestmeta.addRequestMeta)(req, 'segmentPrefetchRSCRequest', segmentPrefetchRSCRequest);
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
} else {
|
|
301
|
+
// Otherwise just return without doing anything.
|
|
302
|
+
return false;
|
|
303
|
+
}
|
|
304
|
+
if (req.url) {
|
|
305
|
+
const parsed = (0, _url.parse)(req.url);
|
|
306
|
+
parsed.pathname = parsedUrl.pathname;
|
|
307
|
+
req.url = (0, _url.format)(parsed);
|
|
308
|
+
}
|
|
309
|
+
return false;
|
|
310
|
+
};
|
|
311
|
+
this.handleNextDataRequest = async (req, res, parsedUrl)=>{
|
|
312
|
+
const middleware = await this.getMiddleware();
|
|
313
|
+
const params = (0, _matchnextdatapathname.matchNextDataPathname)(parsedUrl.pathname);
|
|
314
|
+
// ignore for non-next data URLs
|
|
315
|
+
if (!params || !params.path) {
|
|
316
|
+
return false;
|
|
317
|
+
}
|
|
318
|
+
if (params.path[0] !== this.buildId) {
|
|
319
|
+
// Ignore if its a middleware request when we aren't on edge.
|
|
320
|
+
if (process.env.NEXT_RUNTIME !== 'edge' && (0, _requestmeta.getRequestMeta)(req, 'middlewareInvoke')) {
|
|
321
|
+
return false;
|
|
322
|
+
}
|
|
323
|
+
// Make sure to 404 if the buildId isn't correct
|
|
324
|
+
await this.render404(req, res, parsedUrl);
|
|
325
|
+
return true;
|
|
326
|
+
}
|
|
327
|
+
// remove buildId from URL
|
|
328
|
+
params.path.shift();
|
|
329
|
+
const lastParam = params.path[params.path.length - 1];
|
|
330
|
+
// show 404 if it doesn't end with .json
|
|
331
|
+
if (typeof lastParam !== 'string' || !lastParam.endsWith('.json')) {
|
|
332
|
+
await this.render404(req, res, parsedUrl);
|
|
333
|
+
return true;
|
|
334
|
+
}
|
|
335
|
+
// re-create page's pathname
|
|
336
|
+
let pathname = `/${params.path.join('/')}`;
|
|
337
|
+
pathname = (0, _getroutefromassetpath.default)(pathname, '.json');
|
|
338
|
+
// ensure trailing slash is normalized per config
|
|
339
|
+
if (middleware) {
|
|
340
|
+
if (this.nextConfig.trailingSlash && !pathname.endsWith('/')) {
|
|
341
|
+
pathname += '/';
|
|
342
|
+
}
|
|
343
|
+
if (!this.nextConfig.trailingSlash && pathname.length > 1 && pathname.endsWith('/')) {
|
|
344
|
+
pathname = pathname.substring(0, pathname.length - 1);
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
if (this.i18nProvider) {
|
|
348
|
+
var _req_headers_host;
|
|
349
|
+
// Remove the port from the hostname if present.
|
|
350
|
+
const hostname = req == null ? void 0 : (_req_headers_host = req.headers.host) == null ? void 0 : _req_headers_host.split(':', 1)[0].toLowerCase();
|
|
351
|
+
const domainLocale = this.i18nProvider.detectDomainLocale(hostname);
|
|
352
|
+
const defaultLocale = (domainLocale == null ? void 0 : domainLocale.defaultLocale) ?? this.i18nProvider.config.defaultLocale;
|
|
353
|
+
const localePathResult = this.i18nProvider.analyze(pathname);
|
|
354
|
+
// If the locale is detected from the path, we need to remove it
|
|
355
|
+
// from the pathname.
|
|
356
|
+
if (localePathResult.detectedLocale) {
|
|
357
|
+
pathname = localePathResult.pathname;
|
|
358
|
+
}
|
|
359
|
+
// Update the query with the detected locale and default locale.
|
|
360
|
+
(0, _requestmeta.addRequestMeta)(req, 'locale', localePathResult.detectedLocale);
|
|
361
|
+
(0, _requestmeta.addRequestMeta)(req, 'defaultLocale', defaultLocale);
|
|
362
|
+
// If the locale is not detected from the path, we need to mark that
|
|
363
|
+
// it was not inferred from default.
|
|
364
|
+
if (!localePathResult.detectedLocale) {
|
|
365
|
+
(0, _requestmeta.removeRequestMeta)(req, 'localeInferredFromDefault');
|
|
366
|
+
}
|
|
367
|
+
// If no locale was detected and we don't have middleware, we need
|
|
368
|
+
// to render a 404 page.
|
|
369
|
+
if (!localePathResult.detectedLocale && !middleware) {
|
|
370
|
+
(0, _requestmeta.addRequestMeta)(req, 'locale', defaultLocale);
|
|
371
|
+
await this.render404(req, res, parsedUrl);
|
|
372
|
+
return true;
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
parsedUrl.pathname = pathname;
|
|
376
|
+
(0, _requestmeta.addRequestMeta)(req, 'isNextDataReq', true);
|
|
377
|
+
return false;
|
|
378
|
+
};
|
|
379
|
+
this.handleNextImageRequest = ()=>false;
|
|
380
|
+
this.handleCatchallRenderRequest = ()=>false;
|
|
381
|
+
this.handleCatchallMiddlewareRequest = ()=>false;
|
|
382
|
+
/**
|
|
383
|
+
* Normalizes a pathname without attaching any metadata from any matched
|
|
384
|
+
* normalizer.
|
|
385
|
+
*
|
|
386
|
+
* @param pathname the pathname to normalize
|
|
387
|
+
* @returns the normalized pathname
|
|
388
|
+
*/ this.normalize = (pathname)=>{
|
|
389
|
+
const normalizers = [];
|
|
390
|
+
if (this.normalizers.data) {
|
|
391
|
+
normalizers.push(this.normalizers.data);
|
|
392
|
+
}
|
|
393
|
+
// We have to put the segment prefetch normalizer before the RSC normalizer
|
|
394
|
+
// because the RSC normalizer will match the prefetch RSC routes too.
|
|
395
|
+
if (this.normalizers.segmentPrefetchRSC) {
|
|
396
|
+
normalizers.push(this.normalizers.segmentPrefetchRSC);
|
|
397
|
+
}
|
|
398
|
+
// We have to put the prefetch normalizer before the RSC normalizer
|
|
399
|
+
// because the RSC normalizer will match the prefetch RSC routes too.
|
|
400
|
+
if (this.normalizers.prefetchRSC) {
|
|
401
|
+
normalizers.push(this.normalizers.prefetchRSC);
|
|
402
|
+
}
|
|
403
|
+
if (this.normalizers.rsc) {
|
|
404
|
+
normalizers.push(this.normalizers.rsc);
|
|
405
|
+
}
|
|
406
|
+
for (const normalizer of normalizers){
|
|
407
|
+
if (!normalizer.match(pathname)) continue;
|
|
408
|
+
return normalizer.normalize(pathname, true);
|
|
409
|
+
}
|
|
410
|
+
return pathname;
|
|
411
|
+
};
|
|
412
|
+
this.normalizeAndAttachMetadata = async (req, res, url)=>{
|
|
413
|
+
let finished = await this.handleNextImageRequest(req, res, url);
|
|
414
|
+
if (finished) return true;
|
|
415
|
+
if (this.enabledDirectories.pages) {
|
|
416
|
+
finished = await this.handleNextDataRequest(req, res, url);
|
|
417
|
+
if (finished) return true;
|
|
418
|
+
}
|
|
419
|
+
return false;
|
|
420
|
+
};
|
|
421
|
+
this.prepared = false;
|
|
422
|
+
this.preparedPromise = null;
|
|
423
|
+
this.customErrorNo404Warn = (0, _utils.execOnce)(()=>{
|
|
424
|
+
_log.warn(`You have added a custom /_error page without a custom /404 page. This prevents the 404 page from being auto statically optimized.\nSee here for info: https://nextjs.org/docs/messages/custom-error-no-custom-404`);
|
|
425
|
+
});
|
|
426
|
+
const { dir = '.', quiet = false, conf, dev = false, minimalMode = false, hostname, port, experimentalTestProxy } = options;
|
|
427
|
+
this.experimentalTestProxy = experimentalTestProxy;
|
|
428
|
+
this.serverOptions = options;
|
|
429
|
+
this.dir = process.env.NEXT_RUNTIME === 'edge' ? dir : require$$1.resolve(dir);
|
|
430
|
+
this.quiet = quiet;
|
|
431
|
+
this.loadEnvConfig({
|
|
432
|
+
dev
|
|
433
|
+
});
|
|
434
|
+
// TODO: should conf be normalized to prevent missing
|
|
435
|
+
// values from causing issues as this can be user provided
|
|
436
|
+
this.nextConfig = conf;
|
|
437
|
+
this.hostname = hostname;
|
|
438
|
+
if (this.hostname) {
|
|
439
|
+
// we format the hostname so that it can be fetched
|
|
440
|
+
this.fetchHostname = (0, _formathostname.formatHostname)(this.hostname);
|
|
441
|
+
}
|
|
442
|
+
this.port = port;
|
|
443
|
+
this.distDir = process.env.NEXT_RUNTIME === 'edge' ? this.nextConfig.distDir : require$$1.join(this.dir, this.nextConfig.distDir);
|
|
444
|
+
this.publicDir = this.getPublicDir();
|
|
445
|
+
this.hasStaticDir = !minimalMode && this.getHasStaticDir();
|
|
446
|
+
this.i18nProvider = ((_this_nextConfig_i18n = this.nextConfig.i18n) == null ? void 0 : _this_nextConfig_i18n.locales) ? new _i18nprovider.I18NProvider(this.nextConfig.i18n) : undefined;
|
|
447
|
+
// Configure the locale normalizer, it's used for routes inside `pages/`.
|
|
448
|
+
this.localeNormalizer = this.i18nProvider ? new _localeroutenormalizer.LocaleRouteNormalizer(this.i18nProvider) : undefined;
|
|
449
|
+
// Only serverRuntimeConfig needs the default
|
|
450
|
+
// publicRuntimeConfig gets it's default in client/index.js
|
|
451
|
+
const { serverRuntimeConfig = {}, publicRuntimeConfig, assetPrefix, generateEtags } = this.nextConfig;
|
|
452
|
+
this.buildId = this.getBuildId();
|
|
453
|
+
// this is a hack to avoid Webpack knowing this is equal to this.minimalMode
|
|
454
|
+
// because we replace this.minimalMode to true in production bundles.
|
|
455
|
+
const minimalModeKey = 'minimalMode';
|
|
456
|
+
this[minimalModeKey] = minimalMode || !!process.env.NEXT_PRIVATE_MINIMAL_MODE;
|
|
457
|
+
this.enabledDirectories = this.getEnabledDirectories(dev);
|
|
458
|
+
this.isAppPPREnabled = this.enabledDirectories.app && (0, _ppr.checkIsAppPPREnabled)(this.nextConfig.experimental.ppr);
|
|
459
|
+
this.isAppSegmentPrefetchEnabled = this.enabledDirectories.app && this.nextConfig.experimental.clientSegmentCache === true;
|
|
460
|
+
this.normalizers = {
|
|
461
|
+
// We should normalize the pathname from the RSC prefix only in minimal
|
|
462
|
+
// mode as otherwise that route is not exposed external to the server as
|
|
463
|
+
// we instead only rely on the headers.
|
|
464
|
+
rsc: this.enabledDirectories.app && this.minimalMode ? new _rsc.RSCPathnameNormalizer() : undefined,
|
|
465
|
+
prefetchRSC: this.isAppPPREnabled && this.minimalMode ? new _prefetchrsc.PrefetchRSCPathnameNormalizer() : undefined,
|
|
466
|
+
segmentPrefetchRSC: this.isAppSegmentPrefetchEnabled && this.minimalMode ? new _segmentprefixrsc.SegmentPrefixRSCPathnameNormalizer() : undefined,
|
|
467
|
+
data: this.enabledDirectories.pages ? new _nextdata.NextDataPathnameNormalizer(this.buildId) : undefined
|
|
468
|
+
};
|
|
469
|
+
this.nextFontManifest = this.getNextFontManifest();
|
|
470
|
+
if (process.env.NEXT_RUNTIME !== 'edge') {
|
|
471
|
+
process.env.NEXT_DEPLOYMENT_ID = this.nextConfig.deploymentId || '';
|
|
472
|
+
}
|
|
473
|
+
this.renderOpts = {
|
|
474
|
+
supportsDynamicResponse: true,
|
|
475
|
+
trailingSlash: this.nextConfig.trailingSlash,
|
|
476
|
+
deploymentId: this.nextConfig.deploymentId,
|
|
477
|
+
strictNextHead: this.nextConfig.experimental.strictNextHead ?? true,
|
|
478
|
+
poweredByHeader: this.nextConfig.poweredByHeader,
|
|
479
|
+
canonicalBase: this.nextConfig.amp.canonicalBase || '',
|
|
480
|
+
generateEtags,
|
|
481
|
+
previewProps: this.getPrerenderManifest().preview,
|
|
482
|
+
ampOptimizerConfig: (_this_nextConfig_experimental_amp = this.nextConfig.experimental.amp) == null ? void 0 : _this_nextConfig_experimental_amp.optimizer,
|
|
483
|
+
basePath: this.nextConfig.basePath,
|
|
484
|
+
images: this.nextConfig.images,
|
|
485
|
+
optimizeCss: this.nextConfig.experimental.optimizeCss,
|
|
486
|
+
nextConfigOutput: this.nextConfig.output,
|
|
487
|
+
nextScriptWorkers: this.nextConfig.experimental.nextScriptWorkers,
|
|
488
|
+
disableOptimizedLoading: this.nextConfig.experimental.disableOptimizedLoading,
|
|
489
|
+
domainLocales: (_this_nextConfig_i18n1 = this.nextConfig.i18n) == null ? void 0 : _this_nextConfig_i18n1.domains,
|
|
490
|
+
distDir: this.distDir,
|
|
491
|
+
serverComponents: this.enabledDirectories.app,
|
|
492
|
+
cacheLifeProfiles: this.nextConfig.experimental.cacheLife,
|
|
493
|
+
enableTainting: this.nextConfig.experimental.taint,
|
|
494
|
+
crossOrigin: this.nextConfig.crossOrigin ? this.nextConfig.crossOrigin : undefined,
|
|
495
|
+
largePageDataBytes: this.nextConfig.experimental.largePageDataBytes,
|
|
496
|
+
// Only the `publicRuntimeConfig` key is exposed to the client side
|
|
497
|
+
// It'll be rendered as part of __NEXT_DATA__ on the client side
|
|
498
|
+
runtimeConfig: Object.keys(publicRuntimeConfig).length > 0 ? publicRuntimeConfig : undefined,
|
|
499
|
+
// @ts-expect-error internal field not publicly exposed
|
|
500
|
+
isExperimentalCompile: this.nextConfig.experimental.isExperimentalCompile,
|
|
501
|
+
// `htmlLimitedBots` is passed to server as serialized config in string format
|
|
502
|
+
htmlLimitedBots: this.nextConfig.htmlLimitedBots,
|
|
503
|
+
experimental: {
|
|
504
|
+
expireTime: this.nextConfig.expireTime,
|
|
505
|
+
clientTraceMetadata: this.nextConfig.experimental.clientTraceMetadata,
|
|
506
|
+
dynamicIO: this.nextConfig.experimental.dynamicIO ?? false,
|
|
507
|
+
clientSegmentCache: this.nextConfig.experimental.clientSegmentCache === 'client-only' ? 'client-only' : Boolean(this.nextConfig.experimental.clientSegmentCache),
|
|
508
|
+
dynamicOnHover: this.nextConfig.experimental.dynamicOnHover ?? false,
|
|
509
|
+
inlineCss: this.nextConfig.experimental.inlineCss ?? false,
|
|
510
|
+
authInterrupts: !!this.nextConfig.experimental.authInterrupts
|
|
511
|
+
},
|
|
512
|
+
onInstrumentationRequestError: this.instrumentationOnRequestError.bind(this),
|
|
513
|
+
reactMaxHeadersLength: this.nextConfig.reactMaxHeadersLength
|
|
514
|
+
};
|
|
515
|
+
// Initialize next/config with the environment configuration
|
|
516
|
+
(0, _runtimeconfigexternal.setConfig)({
|
|
517
|
+
serverRuntimeConfig,
|
|
518
|
+
publicRuntimeConfig
|
|
519
|
+
});
|
|
520
|
+
this.pagesManifest = this.getPagesManifest();
|
|
521
|
+
this.appPathsManifest = this.getAppPathsManifest();
|
|
522
|
+
this.appPathRoutes = this.getAppPathRoutes();
|
|
523
|
+
this.interceptionRoutePatterns = this.getinterceptionRoutePatterns();
|
|
524
|
+
// Configure the routes.
|
|
525
|
+
this.matchers = this.getRouteMatchers();
|
|
526
|
+
// Start route compilation. We don't wait for the routes to finish loading
|
|
527
|
+
// because we use the `waitTillReady` promise below in `handleRequest` to
|
|
528
|
+
// wait. Also we can't `await` in the constructor.
|
|
529
|
+
void this.matchers.reload();
|
|
530
|
+
this.setAssetPrefix(assetPrefix);
|
|
531
|
+
this.responseCache = this.getResponseCache({
|
|
532
|
+
dev
|
|
533
|
+
});
|
|
534
|
+
}
|
|
535
|
+
reloadMatchers() {
|
|
536
|
+
return this.matchers.reload();
|
|
537
|
+
}
|
|
538
|
+
getRouteMatchers() {
|
|
539
|
+
// Create a new manifest loader that get's the manifests from the server.
|
|
540
|
+
const manifestLoader = new _servermanifestloader.ServerManifestLoader((name)=>{
|
|
541
|
+
switch(name){
|
|
542
|
+
case _constants.PAGES_MANIFEST:
|
|
543
|
+
return this.getPagesManifest() ?? null;
|
|
544
|
+
case _constants.APP_PATHS_MANIFEST:
|
|
545
|
+
return this.getAppPathsManifest() ?? null;
|
|
546
|
+
default:
|
|
547
|
+
return null;
|
|
548
|
+
}
|
|
549
|
+
});
|
|
550
|
+
// Configure the matchers and handlers.
|
|
551
|
+
const matchers = new _defaultroutematchermanager.DefaultRouteMatcherManager();
|
|
552
|
+
// Match pages under `pages/`.
|
|
553
|
+
matchers.push(new _pagesroutematcherprovider.PagesRouteMatcherProvider(this.distDir, manifestLoader, this.i18nProvider));
|
|
554
|
+
// Match api routes under `pages/api/`.
|
|
555
|
+
matchers.push(new _pagesapiroutematcherprovider.PagesAPIRouteMatcherProvider(this.distDir, manifestLoader, this.i18nProvider));
|
|
556
|
+
// If the app directory is enabled, then add the app matchers and handlers.
|
|
557
|
+
if (this.enabledDirectories.app) {
|
|
558
|
+
// Match app pages under `app/`.
|
|
559
|
+
matchers.push(new _apppageroutematcherprovider.AppPageRouteMatcherProvider(this.distDir, manifestLoader));
|
|
560
|
+
matchers.push(new _approuteroutematcherprovider.AppRouteRouteMatcherProvider(this.distDir, manifestLoader));
|
|
561
|
+
}
|
|
562
|
+
return matchers;
|
|
563
|
+
}
|
|
564
|
+
async instrumentationOnRequestError(...args) {
|
|
565
|
+
const [err, req, ctx] = args;
|
|
566
|
+
if (this.instrumentation) {
|
|
567
|
+
try {
|
|
568
|
+
await (this.instrumentation.onRequestError == null ? void 0 : this.instrumentation.onRequestError.call(this.instrumentation, err, {
|
|
569
|
+
path: req.url || '',
|
|
570
|
+
method: req.method || 'GET',
|
|
571
|
+
// Normalize middleware headers and other server request headers
|
|
572
|
+
headers: req instanceof _adapter.NextRequestHint ? Object.fromEntries(req.headers.entries()) : req.headers
|
|
573
|
+
}, ctx));
|
|
574
|
+
} catch (handlerErr) {
|
|
575
|
+
// Log the soft error and continue, since errors can thrown from react stream handler
|
|
576
|
+
console.error('Error in instrumentation.onRequestError:', handlerErr);
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
}
|
|
580
|
+
logError(err) {
|
|
581
|
+
if (this.quiet) return;
|
|
582
|
+
_log.error(err);
|
|
583
|
+
}
|
|
584
|
+
async handleRequest(req, res, parsedUrl) {
|
|
585
|
+
await this.prepare();
|
|
586
|
+
const method = req.method.toUpperCase();
|
|
587
|
+
const tracer = (0, _tracer.getTracer)();
|
|
588
|
+
return tracer.withPropagatedContext(req.headers, ()=>{
|
|
589
|
+
return tracer.trace(_constants1.BaseServerSpan.handleRequest, {
|
|
590
|
+
spanName: `${method} ${req.url}`,
|
|
591
|
+
kind: _tracer.SpanKind.SERVER,
|
|
592
|
+
attributes: {
|
|
593
|
+
'http.method': method,
|
|
594
|
+
'http.target': req.url
|
|
595
|
+
}
|
|
596
|
+
}, async (span)=>this.handleRequestImpl(req, res, parsedUrl).finally(()=>{
|
|
597
|
+
if (!span) return;
|
|
598
|
+
const isRSCRequest = (0, _requestmeta.getRequestMeta)(req, 'isRSCRequest') ?? false;
|
|
599
|
+
span.setAttributes({
|
|
600
|
+
'http.status_code': res.statusCode,
|
|
601
|
+
'next.rsc': isRSCRequest
|
|
602
|
+
});
|
|
603
|
+
const rootSpanAttributes = tracer.getRootSpanAttributes();
|
|
604
|
+
// We were unable to get attributes, probably OTEL is not enabled
|
|
605
|
+
if (!rootSpanAttributes) return;
|
|
606
|
+
if (rootSpanAttributes.get('next.span_type') !== _constants1.BaseServerSpan.handleRequest) {
|
|
607
|
+
console.warn(`Unexpected root span type '${rootSpanAttributes.get('next.span_type')}'. Please report this Next.js issue https://github.com/vercel/next.js`);
|
|
608
|
+
return;
|
|
609
|
+
}
|
|
610
|
+
const route = rootSpanAttributes.get('next.route');
|
|
611
|
+
if (route) {
|
|
612
|
+
const name = isRSCRequest ? `RSC ${method} ${route}` : `${method} ${route}`;
|
|
613
|
+
span.setAttributes({
|
|
614
|
+
'next.route': route,
|
|
615
|
+
'http.route': route,
|
|
616
|
+
'next.span_name': name
|
|
617
|
+
});
|
|
618
|
+
span.updateName(name);
|
|
619
|
+
} else {
|
|
620
|
+
span.updateName(isRSCRequest ? `RSC ${method} ${req.url}` : `${method} ${req.url}`);
|
|
621
|
+
}
|
|
622
|
+
}));
|
|
623
|
+
});
|
|
624
|
+
}
|
|
625
|
+
async handleRequestImpl(req, res, parsedUrl) {
|
|
626
|
+
try {
|
|
627
|
+
var _originalRequest_socket, _originalRequest_socket1, _this_i18nProvider, _this_nextConfig_i18n;
|
|
628
|
+
// Wait for the matchers to be ready.
|
|
629
|
+
await this.matchers.waitTillReady();
|
|
630
|
+
// ensure cookies set in middleware are merged and
|
|
631
|
+
// not overridden by API routes/getServerSideProps
|
|
632
|
+
(0, _patchsetheader.patchSetHeaderWithCookieSupport)(req, (0, _helpers.isNodeNextResponse)(res) ? res.originalResponse : res);
|
|
633
|
+
const urlParts = (req.url || '').split('?', 1);
|
|
634
|
+
const urlNoQuery = urlParts[0];
|
|
635
|
+
// this normalizes repeated slashes in the path e.g. hello//world ->
|
|
636
|
+
// hello/world or backslashes to forward slashes, this does not
|
|
637
|
+
// handle trailing slash as that is handled the same as a next.config.js
|
|
638
|
+
// redirect
|
|
639
|
+
if (urlNoQuery == null ? void 0 : urlNoQuery.match(/(\\|\/\/)/)) {
|
|
640
|
+
const cleanUrl = (0, _utils.normalizeRepeatedSlashes)(req.url);
|
|
641
|
+
res.redirect(cleanUrl, 308).body(cleanUrl).send();
|
|
642
|
+
return;
|
|
643
|
+
}
|
|
644
|
+
// Parse url if parsedUrl not provided
|
|
645
|
+
if (!parsedUrl || typeof parsedUrl !== 'object') {
|
|
646
|
+
if (!req.url) {
|
|
647
|
+
throw Object.defineProperty(new Error('Invariant: url can not be undefined'), "__NEXT_ERROR_CODE", {
|
|
648
|
+
value: "E123",
|
|
649
|
+
enumerable: false,
|
|
650
|
+
configurable: true
|
|
651
|
+
});
|
|
652
|
+
}
|
|
653
|
+
parsedUrl = (0, _url.parse)(req.url, true);
|
|
654
|
+
}
|
|
655
|
+
if (!parsedUrl.pathname) {
|
|
656
|
+
throw Object.defineProperty(new Error("Invariant: pathname can't be empty"), "__NEXT_ERROR_CODE", {
|
|
657
|
+
value: "E412",
|
|
658
|
+
enumerable: false,
|
|
659
|
+
configurable: true
|
|
660
|
+
});
|
|
661
|
+
}
|
|
662
|
+
// Parse the querystring ourselves if the user doesn't handle querystring parsing
|
|
663
|
+
if (typeof parsedUrl.query === 'string') {
|
|
664
|
+
parsedUrl.query = Object.fromEntries(new URLSearchParams(parsedUrl.query));
|
|
665
|
+
}
|
|
666
|
+
// Update the `x-forwarded-*` headers.
|
|
667
|
+
const { originalRequest = null } = (0, _helpers.isNodeNextRequest)(req) ? req : {};
|
|
668
|
+
const xForwardedProto = originalRequest == null ? void 0 : originalRequest.headers['x-forwarded-proto'];
|
|
669
|
+
const isHttps = xForwardedProto ? xForwardedProto === 'https' : !!(originalRequest == null ? void 0 : (_originalRequest_socket = originalRequest.socket) == null ? void 0 : _originalRequest_socket.encrypted);
|
|
670
|
+
req.headers['x-forwarded-host'] ??= req.headers['host'] ?? this.hostname;
|
|
671
|
+
req.headers['x-forwarded-port'] ??= this.port ? this.port.toString() : isHttps ? '443' : '80';
|
|
672
|
+
req.headers['x-forwarded-proto'] ??= isHttps ? 'https' : 'http';
|
|
673
|
+
req.headers['x-forwarded-for'] ??= originalRequest == null ? void 0 : (_originalRequest_socket1 = originalRequest.socket) == null ? void 0 : _originalRequest_socket1.remoteAddress;
|
|
674
|
+
// This should be done before any normalization of the pathname happens as
|
|
675
|
+
// it captures the initial URL.
|
|
676
|
+
this.attachRequestMeta(req, parsedUrl);
|
|
677
|
+
let finished = await this.handleRSCRequest(req, res, parsedUrl);
|
|
678
|
+
if (finished) return;
|
|
679
|
+
const domainLocale = (_this_i18nProvider = this.i18nProvider) == null ? void 0 : _this_i18nProvider.detectDomainLocale((0, _gethostname.getHostname)(parsedUrl, req.headers));
|
|
680
|
+
const defaultLocale = (domainLocale == null ? void 0 : domainLocale.defaultLocale) || ((_this_nextConfig_i18n = this.nextConfig.i18n) == null ? void 0 : _this_nextConfig_i18n.defaultLocale);
|
|
681
|
+
(0, _requestmeta.addRequestMeta)(req, 'defaultLocale', defaultLocale);
|
|
682
|
+
const url = (0, _parseurl.parseUrl)(req.url.replace(/^\/+/, '/'));
|
|
683
|
+
const pathnameInfo = (0, _getnextpathnameinfo.getNextPathnameInfo)(url.pathname, {
|
|
684
|
+
nextConfig: this.nextConfig,
|
|
685
|
+
i18nProvider: this.i18nProvider
|
|
686
|
+
});
|
|
687
|
+
url.pathname = pathnameInfo.pathname;
|
|
688
|
+
if (pathnameInfo.basePath) {
|
|
689
|
+
req.url = (0, _removepathprefix.removePathPrefix)(req.url, this.nextConfig.basePath);
|
|
690
|
+
}
|
|
691
|
+
const useMatchedPathHeader = this.minimalMode && typeof req.headers[_constants2.MATCHED_PATH_HEADER] === 'string';
|
|
692
|
+
// TODO: merge handling with invokePath
|
|
693
|
+
if (useMatchedPathHeader) {
|
|
694
|
+
try {
|
|
695
|
+
var _this_normalizers_data, _this_i18nProvider1, _this_getRoutesManifest;
|
|
696
|
+
if (this.enabledDirectories.app) {
|
|
697
|
+
// ensure /index path is normalized for prerender
|
|
698
|
+
// in minimal mode
|
|
699
|
+
if (req.url.match(/^\/index($|\?)/)) {
|
|
700
|
+
req.url = req.url.replace(/^\/index/, '/');
|
|
701
|
+
}
|
|
702
|
+
parsedUrl.pathname = parsedUrl.pathname === '/index' ? '/' : parsedUrl.pathname;
|
|
703
|
+
}
|
|
704
|
+
// x-matched-path is the source of truth, it tells what page
|
|
705
|
+
// should be rendered because we don't process rewrites in minimalMode
|
|
706
|
+
let { pathname: matchedPath } = new URL(req.headers[_constants2.MATCHED_PATH_HEADER], 'http://localhost');
|
|
707
|
+
let { pathname: urlPathname } = new URL(req.url, 'http://localhost');
|
|
708
|
+
// For ISR the URL is normalized to the prerenderPath so if
|
|
709
|
+
// it's a data request the URL path will be the data URL,
|
|
710
|
+
// basePath is already stripped by this point
|
|
711
|
+
if ((_this_normalizers_data = this.normalizers.data) == null ? void 0 : _this_normalizers_data.match(urlPathname)) {
|
|
712
|
+
(0, _requestmeta.addRequestMeta)(req, 'isNextDataReq', true);
|
|
713
|
+
} else if (this.isAppPPREnabled && this.minimalMode && req.headers[_constants2.NEXT_RESUME_HEADER] === '1' && req.method === 'POST') {
|
|
714
|
+
// Decode the postponed state from the request body, it will come as
|
|
715
|
+
// an array of buffers, so collect them and then concat them to form
|
|
716
|
+
// the string.
|
|
717
|
+
const body = [];
|
|
718
|
+
for await (const chunk of req.body){
|
|
719
|
+
body.push(chunk);
|
|
720
|
+
}
|
|
721
|
+
const postponed = Buffer.concat(body).toString('utf8');
|
|
722
|
+
(0, _requestmeta.addRequestMeta)(req, 'postponed', postponed);
|
|
723
|
+
}
|
|
724
|
+
matchedPath = this.normalize(matchedPath);
|
|
725
|
+
const normalizedUrlPath = this.stripNextDataPath(urlPathname);
|
|
726
|
+
// Perform locale detection and normalization.
|
|
727
|
+
const localeAnalysisResult = (_this_i18nProvider1 = this.i18nProvider) == null ? void 0 : _this_i18nProvider1.analyze(matchedPath, {
|
|
728
|
+
defaultLocale
|
|
729
|
+
});
|
|
730
|
+
// The locale result will be defined even if the locale was not
|
|
731
|
+
// detected for the request because it will be inferred from the
|
|
732
|
+
// default locale.
|
|
733
|
+
if (localeAnalysisResult) {
|
|
734
|
+
(0, _requestmeta.addRequestMeta)(req, 'locale', localeAnalysisResult.detectedLocale);
|
|
735
|
+
// If the detected locale was inferred from the default locale, we
|
|
736
|
+
// need to modify the metadata on the request to indicate that.
|
|
737
|
+
if (localeAnalysisResult.inferredFromDefault) {
|
|
738
|
+
(0, _requestmeta.addRequestMeta)(req, 'localeInferredFromDefault', true);
|
|
739
|
+
} else {
|
|
740
|
+
(0, _requestmeta.removeRequestMeta)(req, 'localeInferredFromDefault');
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
// TODO: check if this is needed any more?
|
|
744
|
+
matchedPath = (0, _denormalizepagepath.denormalizePagePath)(matchedPath);
|
|
745
|
+
let srcPathname = matchedPath;
|
|
746
|
+
let pageIsDynamic = (0, _utils1.isDynamicRoute)(srcPathname);
|
|
747
|
+
if (!pageIsDynamic) {
|
|
748
|
+
const match = await this.matchers.match(srcPathname, {
|
|
749
|
+
i18n: localeAnalysisResult
|
|
750
|
+
});
|
|
751
|
+
// Update the source pathname to the matched page's pathname.
|
|
752
|
+
if (match) {
|
|
753
|
+
srcPathname = match.definition.pathname;
|
|
754
|
+
// The page is dynamic if the params are defined.
|
|
755
|
+
pageIsDynamic = typeof match.params !== 'undefined';
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
// The rest of this function can't handle i18n properly, so ensure we
|
|
759
|
+
// restore the pathname with the locale information stripped from it
|
|
760
|
+
// now that we're done matching if we're using i18n.
|
|
761
|
+
if (localeAnalysisResult) {
|
|
762
|
+
matchedPath = localeAnalysisResult.pathname;
|
|
763
|
+
}
|
|
764
|
+
const utils = (0, _serverutils.getUtils)({
|
|
765
|
+
pageIsDynamic,
|
|
766
|
+
page: srcPathname,
|
|
767
|
+
i18n: this.nextConfig.i18n,
|
|
768
|
+
basePath: this.nextConfig.basePath,
|
|
769
|
+
rewrites: ((_this_getRoutesManifest = this.getRoutesManifest()) == null ? void 0 : _this_getRoutesManifest.rewrites) || {
|
|
770
|
+
beforeFiles: [],
|
|
771
|
+
afterFiles: [],
|
|
772
|
+
fallback: []
|
|
773
|
+
},
|
|
774
|
+
caseSensitive: !!this.nextConfig.experimental.caseSensitiveRoutes
|
|
775
|
+
});
|
|
776
|
+
// Ensure parsedUrl.pathname includes locale before processing
|
|
777
|
+
// rewrites or they won't match correctly.
|
|
778
|
+
if (defaultLocale && !pathnameInfo.locale) {
|
|
779
|
+
parsedUrl.pathname = `/${defaultLocale}${parsedUrl.pathname}`;
|
|
780
|
+
}
|
|
781
|
+
const pathnameBeforeRewrite = parsedUrl.pathname;
|
|
782
|
+
const rewriteParamKeys = Object.keys(utils.handleRewrites(req, parsedUrl));
|
|
783
|
+
const didRewrite = pathnameBeforeRewrite !== parsedUrl.pathname;
|
|
784
|
+
if (didRewrite && parsedUrl.pathname) {
|
|
785
|
+
(0, _requestmeta.addRequestMeta)(req, 'rewroteURL', parsedUrl.pathname);
|
|
786
|
+
}
|
|
787
|
+
// Create a copy of the query params to avoid mutating the original
|
|
788
|
+
// object. This prevents any overlapping query params that have the
|
|
789
|
+
// same normalized key from causing issues.
|
|
790
|
+
const queryParams = {
|
|
791
|
+
...parsedUrl.query
|
|
792
|
+
};
|
|
793
|
+
for (const [key, value] of Object.entries(parsedUrl.query)){
|
|
794
|
+
const normalizedKey = (0, _utils3.normalizeNextQueryParam)(key);
|
|
795
|
+
if (!normalizedKey) continue;
|
|
796
|
+
// Remove the prefixed key from the query params because we want
|
|
797
|
+
// to consume it for the dynamic route matcher.
|
|
798
|
+
delete parsedUrl.query[key];
|
|
799
|
+
if (typeof value === 'undefined') continue;
|
|
800
|
+
queryParams[normalizedKey] = Array.isArray(value) ? value.map((v)=>(0, _decodequerypathparameter.decodeQueryPathParameter)(v)) : (0, _decodequerypathparameter.decodeQueryPathParameter)(value);
|
|
801
|
+
}
|
|
802
|
+
// interpolate dynamic params and normalize URL if needed
|
|
803
|
+
if (pageIsDynamic) {
|
|
804
|
+
let params = {};
|
|
805
|
+
let paramsResult = utils.normalizeDynamicRouteParams(queryParams, false);
|
|
806
|
+
// for prerendered ISR paths we attempt parsing the route
|
|
807
|
+
// params from the URL directly as route-matches may not
|
|
808
|
+
// contain the correct values due to the filesystem path
|
|
809
|
+
// matching before the dynamic route has been matched
|
|
810
|
+
if (!paramsResult.hasValidParams && !(0, _utils1.isDynamicRoute)(normalizedUrlPath)) {
|
|
811
|
+
let matcherParams = utils.dynamicRouteMatcher == null ? void 0 : utils.dynamicRouteMatcher.call(utils, normalizedUrlPath);
|
|
812
|
+
if (matcherParams) {
|
|
813
|
+
utils.normalizeDynamicRouteParams(matcherParams, false);
|
|
814
|
+
Object.assign(paramsResult.params, matcherParams);
|
|
815
|
+
paramsResult.hasValidParams = true;
|
|
816
|
+
}
|
|
817
|
+
}
|
|
818
|
+
// if an action request is bypassing a prerender and we
|
|
819
|
+
// don't have the params in the URL since it was prerendered
|
|
820
|
+
// and matched during handle: 'filesystem' rather than dynamic route
|
|
821
|
+
// resolving we need to parse the params from the matched-path.
|
|
822
|
+
// Note: this is similar to above case but from match-path instead
|
|
823
|
+
// of from the request URL since a rewrite could cause that to not
|
|
824
|
+
// match the src pathname
|
|
825
|
+
if (// we can have a collision with /index and a top-level /[slug]
|
|
826
|
+
matchedPath !== '/index' && !paramsResult.hasValidParams && !(0, _utils1.isDynamicRoute)(matchedPath)) {
|
|
827
|
+
let matcherParams = utils.dynamicRouteMatcher == null ? void 0 : utils.dynamicRouteMatcher.call(utils, matchedPath);
|
|
828
|
+
if (matcherParams) {
|
|
829
|
+
const curParamsResult = utils.normalizeDynamicRouteParams(matcherParams, false);
|
|
830
|
+
if (curParamsResult.hasValidParams) {
|
|
831
|
+
Object.assign(params, matcherParams);
|
|
832
|
+
paramsResult = curParamsResult;
|
|
833
|
+
}
|
|
834
|
+
}
|
|
835
|
+
}
|
|
836
|
+
if (paramsResult.hasValidParams) {
|
|
837
|
+
params = paramsResult.params;
|
|
838
|
+
}
|
|
839
|
+
const routeMatchesHeader = req.headers['x-now-route-matches'];
|
|
840
|
+
if (typeof routeMatchesHeader === 'string' && routeMatchesHeader && (0, _utils1.isDynamicRoute)(matchedPath) && !paramsResult.hasValidParams) {
|
|
841
|
+
const routeMatches = utils.getParamsFromRouteMatches(routeMatchesHeader);
|
|
842
|
+
if (routeMatches) {
|
|
843
|
+
paramsResult = utils.normalizeDynamicRouteParams(routeMatches, true);
|
|
844
|
+
if (paramsResult.hasValidParams) {
|
|
845
|
+
params = paramsResult.params;
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
}
|
|
849
|
+
// Try to parse the params from the query if we couldn't parse them
|
|
850
|
+
// from the route matches but ignore missing optional params.
|
|
851
|
+
if (!paramsResult.hasValidParams) {
|
|
852
|
+
paramsResult = utils.normalizeDynamicRouteParams(queryParams, true);
|
|
853
|
+
if (paramsResult.hasValidParams) {
|
|
854
|
+
params = paramsResult.params;
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
// handle the actual dynamic route name being requested
|
|
858
|
+
if (utils.defaultRouteMatches && normalizedUrlPath === srcPathname && !paramsResult.hasValidParams && !utils.normalizeDynamicRouteParams({
|
|
859
|
+
...params
|
|
860
|
+
}, true).hasValidParams) {
|
|
861
|
+
params = utils.defaultRouteMatches;
|
|
862
|
+
// Mark that the default route matches were set on the request
|
|
863
|
+
// during routing.
|
|
864
|
+
(0, _requestmeta.addRequestMeta)(req, 'didSetDefaultRouteMatches', true);
|
|
865
|
+
}
|
|
866
|
+
if (params) {
|
|
867
|
+
matchedPath = utils.interpolateDynamicPath(srcPathname, params);
|
|
868
|
+
req.url = utils.interpolateDynamicPath(req.url, params);
|
|
869
|
+
// If the request is for a segment prefetch, we need to update the
|
|
870
|
+
// segment prefetch request path to include the interpolated
|
|
871
|
+
// params.
|
|
872
|
+
let segmentPrefetchRSCRequest = (0, _requestmeta.getRequestMeta)(req, 'segmentPrefetchRSCRequest');
|
|
873
|
+
if (segmentPrefetchRSCRequest && (0, _utils1.isDynamicRoute)(segmentPrefetchRSCRequest, false)) {
|
|
874
|
+
segmentPrefetchRSCRequest = utils.interpolateDynamicPath(segmentPrefetchRSCRequest, params);
|
|
875
|
+
req.headers[_approuterheaders.NEXT_ROUTER_SEGMENT_PREFETCH_HEADER.toLowerCase()] = segmentPrefetchRSCRequest;
|
|
876
|
+
(0, _requestmeta.addRequestMeta)(req, 'segmentPrefetchRSCRequest', segmentPrefetchRSCRequest);
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
}
|
|
880
|
+
if (pageIsDynamic || didRewrite) {
|
|
881
|
+
var _utils_defaultRouteRegex;
|
|
882
|
+
utils.normalizeVercelUrl(req, [
|
|
883
|
+
...rewriteParamKeys,
|
|
884
|
+
...Object.keys(((_utils_defaultRouteRegex = utils.defaultRouteRegex) == null ? void 0 : _utils_defaultRouteRegex.groups) || {})
|
|
885
|
+
]);
|
|
886
|
+
}
|
|
887
|
+
parsedUrl.pathname = matchedPath;
|
|
888
|
+
url.pathname = parsedUrl.pathname;
|
|
889
|
+
finished = await this.normalizeAndAttachMetadata(req, res, parsedUrl);
|
|
890
|
+
if (finished) return;
|
|
891
|
+
} catch (err) {
|
|
892
|
+
if (err instanceof _utils.DecodeError || err instanceof _utils.NormalizeError) {
|
|
893
|
+
res.statusCode = 400;
|
|
894
|
+
return this.renderError(null, req, res, '/_error', {});
|
|
895
|
+
}
|
|
896
|
+
throw err;
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
(0, _requestmeta.addRequestMeta)(req, 'isLocaleDomain', Boolean(domainLocale));
|
|
900
|
+
if (pathnameInfo.locale) {
|
|
901
|
+
req.url = (0, _url.format)(url);
|
|
902
|
+
(0, _requestmeta.addRequestMeta)(req, 'didStripLocale', true);
|
|
903
|
+
}
|
|
904
|
+
// If we aren't in minimal mode or there is no locale in the query
|
|
905
|
+
// string, add the locale to the query string.
|
|
906
|
+
if (!this.minimalMode || !(0, _requestmeta.getRequestMeta)(req, 'locale')) {
|
|
907
|
+
// If the locale is in the pathname, add it to the query string.
|
|
908
|
+
if (pathnameInfo.locale) {
|
|
909
|
+
(0, _requestmeta.addRequestMeta)(req, 'locale', pathnameInfo.locale);
|
|
910
|
+
} else if (defaultLocale) {
|
|
911
|
+
(0, _requestmeta.addRequestMeta)(req, 'locale', defaultLocale);
|
|
912
|
+
(0, _requestmeta.addRequestMeta)(req, 'localeInferredFromDefault', true);
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
// set incremental cache to request meta so it can
|
|
916
|
+
// be passed down for edge functions and the fetch disk
|
|
917
|
+
// cache can be leveraged locally
|
|
918
|
+
if (!this.serverOptions.webServerConfig && !(0, _requestmeta.getRequestMeta)(req, 'incrementalCache')) {
|
|
919
|
+
let protocol = 'https:';
|
|
920
|
+
try {
|
|
921
|
+
const parsedFullUrl = new URL((0, _requestmeta.getRequestMeta)(req, 'initURL') || '/', 'http://n');
|
|
922
|
+
protocol = parsedFullUrl.protocol;
|
|
923
|
+
} catch {}
|
|
924
|
+
const incrementalCache = await this.getIncrementalCache({
|
|
925
|
+
requestHeaders: Object.assign({}, req.headers),
|
|
926
|
+
requestProtocol: protocol.substring(0, protocol.length - 1)
|
|
927
|
+
});
|
|
928
|
+
incrementalCache.resetRequestCache();
|
|
929
|
+
(0, _requestmeta.addRequestMeta)(req, 'incrementalCache', incrementalCache);
|
|
930
|
+
globalThis.__incrementalCache = incrementalCache;
|
|
931
|
+
}
|
|
932
|
+
const cacheHandlers = (0, _handlers.getCacheHandlers)();
|
|
933
|
+
if (cacheHandlers) {
|
|
934
|
+
await Promise.all([
|
|
935
|
+
...cacheHandlers
|
|
936
|
+
].map(async (cacheHandler)=>{
|
|
937
|
+
if ('refreshTags' in cacheHandler) {
|
|
938
|
+
// Note: cacheHandler.refreshTags() is called lazily before the
|
|
939
|
+
// first cache entry is retrieved. It allows us to skip the
|
|
940
|
+
// refresh request if no caches are read at all.
|
|
941
|
+
} else {
|
|
942
|
+
const previouslyRevalidatedTags = (0, _serverutils.getPreviouslyRevalidatedTags)(req.headers, this.getPrerenderManifest().preview.previewModeId);
|
|
943
|
+
await cacheHandler.receiveExpiredTags(...previouslyRevalidatedTags);
|
|
944
|
+
}
|
|
945
|
+
}));
|
|
946
|
+
}
|
|
947
|
+
// set server components HMR cache to request meta so it can be passed
|
|
948
|
+
// down for edge functions
|
|
949
|
+
if (!(0, _requestmeta.getRequestMeta)(req, 'serverComponentsHmrCache')) {
|
|
950
|
+
(0, _requestmeta.addRequestMeta)(req, 'serverComponentsHmrCache', this.getServerComponentsHmrCache());
|
|
951
|
+
}
|
|
952
|
+
// when invokePath is specified we can short short circuit resolving
|
|
953
|
+
// we only honor this header if we are inside of a render worker to
|
|
954
|
+
// prevent external users coercing the routing path
|
|
955
|
+
const invokePath = (0, _requestmeta.getRequestMeta)(req, 'invokePath');
|
|
956
|
+
const useInvokePath = !useMatchedPathHeader && process.env.NEXT_RUNTIME !== 'edge' && invokePath;
|
|
957
|
+
if (useInvokePath) {
|
|
958
|
+
var _this_nextConfig_i18n1;
|
|
959
|
+
const invokeStatus = (0, _requestmeta.getRequestMeta)(req, 'invokeStatus');
|
|
960
|
+
if (invokeStatus) {
|
|
961
|
+
const invokeQuery = (0, _requestmeta.getRequestMeta)(req, 'invokeQuery');
|
|
962
|
+
if (invokeQuery) {
|
|
963
|
+
Object.assign(parsedUrl.query, invokeQuery);
|
|
964
|
+
}
|
|
965
|
+
res.statusCode = invokeStatus;
|
|
966
|
+
let err = (0, _requestmeta.getRequestMeta)(req, 'invokeError') || null;
|
|
967
|
+
return this.renderError(err, req, res, '/_error', parsedUrl.query);
|
|
968
|
+
}
|
|
969
|
+
const parsedMatchedPath = new URL(invokePath || '/', 'http://n');
|
|
970
|
+
const invokePathnameInfo = (0, _getnextpathnameinfo.getNextPathnameInfo)(parsedMatchedPath.pathname, {
|
|
971
|
+
nextConfig: this.nextConfig,
|
|
972
|
+
parseData: false
|
|
973
|
+
});
|
|
974
|
+
if (invokePathnameInfo.locale) {
|
|
975
|
+
(0, _requestmeta.addRequestMeta)(req, 'locale', invokePathnameInfo.locale);
|
|
976
|
+
}
|
|
977
|
+
if (parsedUrl.pathname !== parsedMatchedPath.pathname) {
|
|
978
|
+
parsedUrl.pathname = parsedMatchedPath.pathname;
|
|
979
|
+
(0, _requestmeta.addRequestMeta)(req, 'rewroteURL', invokePathnameInfo.pathname);
|
|
980
|
+
}
|
|
981
|
+
const normalizeResult = (0, _normalizelocalepath.normalizeLocalePath)((0, _removepathprefix.removePathPrefix)(parsedUrl.pathname, this.nextConfig.basePath || ''), (_this_nextConfig_i18n1 = this.nextConfig.i18n) == null ? void 0 : _this_nextConfig_i18n1.locales);
|
|
982
|
+
if (normalizeResult.detectedLocale) {
|
|
983
|
+
(0, _requestmeta.addRequestMeta)(req, 'locale', normalizeResult.detectedLocale);
|
|
984
|
+
}
|
|
985
|
+
parsedUrl.pathname = normalizeResult.pathname;
|
|
986
|
+
for (const key of Object.keys(parsedUrl.query)){
|
|
987
|
+
delete parsedUrl.query[key];
|
|
988
|
+
}
|
|
989
|
+
const invokeQuery = (0, _requestmeta.getRequestMeta)(req, 'invokeQuery');
|
|
990
|
+
if (invokeQuery) {
|
|
991
|
+
Object.assign(parsedUrl.query, invokeQuery);
|
|
992
|
+
}
|
|
993
|
+
finished = await this.normalizeAndAttachMetadata(req, res, parsedUrl);
|
|
994
|
+
if (finished) return;
|
|
995
|
+
await this.handleCatchallRenderRequest(req, res, parsedUrl);
|
|
996
|
+
return;
|
|
997
|
+
}
|
|
998
|
+
if (process.env.NEXT_RUNTIME !== 'edge' && (0, _requestmeta.getRequestMeta)(req, 'middlewareInvoke')) {
|
|
999
|
+
finished = await this.normalizeAndAttachMetadata(req, res, parsedUrl);
|
|
1000
|
+
if (finished) return;
|
|
1001
|
+
finished = await this.handleCatchallMiddlewareRequest(req, res, parsedUrl);
|
|
1002
|
+
if (finished) return;
|
|
1003
|
+
const err = new Error();
|
|
1004
|
+
err.result = {
|
|
1005
|
+
response: new Response(null, {
|
|
1006
|
+
headers: {
|
|
1007
|
+
'x-middleware-next': '1'
|
|
1008
|
+
}
|
|
1009
|
+
})
|
|
1010
|
+
};
|
|
1011
|
+
err.bubble = true;
|
|
1012
|
+
throw err;
|
|
1013
|
+
}
|
|
1014
|
+
// This wasn't a request via the matched path or the invoke path, so
|
|
1015
|
+
// prepare for a legacy run by removing the base path.
|
|
1016
|
+
// ensure we strip the basePath when not using an invoke header
|
|
1017
|
+
if (!useMatchedPathHeader && pathnameInfo.basePath) {
|
|
1018
|
+
parsedUrl.pathname = (0, _removepathprefix.removePathPrefix)(parsedUrl.pathname, pathnameInfo.basePath);
|
|
1019
|
+
}
|
|
1020
|
+
res.statusCode = 200;
|
|
1021
|
+
return await this.run(req, res, parsedUrl);
|
|
1022
|
+
} catch (err) {
|
|
1023
|
+
if (err instanceof NoFallbackError) {
|
|
1024
|
+
throw err;
|
|
1025
|
+
}
|
|
1026
|
+
if (err && typeof err === 'object' && err.code === 'ERR_INVALID_URL' || err instanceof _utils.DecodeError || err instanceof _utils.NormalizeError) {
|
|
1027
|
+
res.statusCode = 400;
|
|
1028
|
+
return this.renderError(null, req, res, '/_error', {});
|
|
1029
|
+
}
|
|
1030
|
+
if (this.minimalMode || this.renderOpts.dev || (0, _tracer.isBubbledError)(err) && err.bubble) {
|
|
1031
|
+
throw err;
|
|
1032
|
+
}
|
|
1033
|
+
this.logError((0, _iserror.getProperError)(err));
|
|
1034
|
+
res.statusCode = 500;
|
|
1035
|
+
res.body('Internal Server Error').send();
|
|
1036
|
+
}
|
|
1037
|
+
}
|
|
1038
|
+
/**
|
|
1039
|
+
* @internal - this method is internal to Next.js and should not be used directly by end-users
|
|
1040
|
+
*/ getRequestHandlerWithMetadata(meta) {
|
|
1041
|
+
const handler = this.getRequestHandler();
|
|
1042
|
+
return (req, res, parsedUrl)=>{
|
|
1043
|
+
(0, _requestmeta.setRequestMeta)(req, meta);
|
|
1044
|
+
return handler(req, res, parsedUrl);
|
|
1045
|
+
};
|
|
1046
|
+
}
|
|
1047
|
+
getRequestHandler() {
|
|
1048
|
+
return this.handleRequest.bind(this);
|
|
1049
|
+
}
|
|
1050
|
+
setAssetPrefix(prefix) {
|
|
1051
|
+
this.renderOpts.assetPrefix = prefix ? prefix.replace(/\/$/, '') : '';
|
|
1052
|
+
}
|
|
1053
|
+
/**
|
|
1054
|
+
* Runs async initialization of server.
|
|
1055
|
+
* It is idempotent, won't fire underlying initialization more than once.
|
|
1056
|
+
*/ async prepare() {
|
|
1057
|
+
if (this.prepared) return;
|
|
1058
|
+
if (this.preparedPromise === null) {
|
|
1059
|
+
// Get instrumentation module
|
|
1060
|
+
this.instrumentation = await this.loadInstrumentationModule();
|
|
1061
|
+
this.preparedPromise = this.prepareImpl().then(()=>{
|
|
1062
|
+
this.prepared = true;
|
|
1063
|
+
this.preparedPromise = null;
|
|
1064
|
+
});
|
|
1065
|
+
}
|
|
1066
|
+
return this.preparedPromise;
|
|
1067
|
+
}
|
|
1068
|
+
async prepareImpl() {}
|
|
1069
|
+
async loadInstrumentationModule() {}
|
|
1070
|
+
async close() {}
|
|
1071
|
+
getAppPathRoutes() {
|
|
1072
|
+
const appPathRoutes = {};
|
|
1073
|
+
Object.keys(this.appPathsManifest || {}).forEach((entry)=>{
|
|
1074
|
+
const normalizedPath = (0, _apppaths.normalizeAppPath)(entry);
|
|
1075
|
+
if (!appPathRoutes[normalizedPath]) {
|
|
1076
|
+
appPathRoutes[normalizedPath] = [];
|
|
1077
|
+
}
|
|
1078
|
+
appPathRoutes[normalizedPath].push(entry);
|
|
1079
|
+
});
|
|
1080
|
+
return appPathRoutes;
|
|
1081
|
+
}
|
|
1082
|
+
async run(req, res, parsedUrl) {
|
|
1083
|
+
return (0, _tracer.getTracer)().trace(_constants1.BaseServerSpan.run, async ()=>this.runImpl(req, res, parsedUrl));
|
|
1084
|
+
}
|
|
1085
|
+
async runImpl(req, res, parsedUrl) {
|
|
1086
|
+
await this.handleCatchallRenderRequest(req, res, parsedUrl);
|
|
1087
|
+
}
|
|
1088
|
+
async pipe(fn, partialContext) {
|
|
1089
|
+
return (0, _tracer.getTracer)().trace(_constants1.BaseServerSpan.pipe, async ()=>this.pipeImpl(fn, partialContext));
|
|
1090
|
+
}
|
|
1091
|
+
async pipeImpl(fn, partialContext) {
|
|
1092
|
+
const ua = partialContext.req.headers['user-agent'] || '';
|
|
1093
|
+
const isBotRequest = (0, _isbot.isBot)(ua);
|
|
1094
|
+
const ctx = {
|
|
1095
|
+
...partialContext,
|
|
1096
|
+
renderOpts: {
|
|
1097
|
+
...this.renderOpts,
|
|
1098
|
+
supportsDynamicResponse: !isBotRequest,
|
|
1099
|
+
botType: (0, _isbot.getBotType)(ua),
|
|
1100
|
+
serveStreamingMetadata: (0, _streamingmetadata.shouldServeStreamingMetadata)(ua, this.nextConfig.htmlLimitedBots)
|
|
1101
|
+
}
|
|
1102
|
+
};
|
|
1103
|
+
const payload = await fn(ctx);
|
|
1104
|
+
if (payload === null) {
|
|
1105
|
+
return;
|
|
1106
|
+
}
|
|
1107
|
+
const { req, res } = ctx;
|
|
1108
|
+
const originalStatus = res.statusCode;
|
|
1109
|
+
const { body, type } = payload;
|
|
1110
|
+
let { cacheControl } = payload;
|
|
1111
|
+
if (!res.sent) {
|
|
1112
|
+
const { generateEtags, poweredByHeader, dev } = this.renderOpts;
|
|
1113
|
+
// In dev, we should not cache pages for any reason.
|
|
1114
|
+
if (dev) {
|
|
1115
|
+
res.setHeader('Cache-Control', 'no-store, must-revalidate');
|
|
1116
|
+
cacheControl = undefined;
|
|
1117
|
+
}
|
|
1118
|
+
if (cacheControl && cacheControl.expire === undefined) {
|
|
1119
|
+
cacheControl.expire = this.nextConfig.expireTime;
|
|
1120
|
+
}
|
|
1121
|
+
await this.sendRenderResult(req, res, {
|
|
1122
|
+
result: body,
|
|
1123
|
+
type,
|
|
1124
|
+
generateEtags,
|
|
1125
|
+
poweredByHeader,
|
|
1126
|
+
cacheControl
|
|
1127
|
+
});
|
|
1128
|
+
res.statusCode = originalStatus;
|
|
1129
|
+
}
|
|
1130
|
+
}
|
|
1131
|
+
async getStaticHTML(fn, partialContext) {
|
|
1132
|
+
const ctx = {
|
|
1133
|
+
...partialContext,
|
|
1134
|
+
renderOpts: {
|
|
1135
|
+
...this.renderOpts,
|
|
1136
|
+
supportsDynamicResponse: false
|
|
1137
|
+
}
|
|
1138
|
+
};
|
|
1139
|
+
const payload = await fn(ctx);
|
|
1140
|
+
if (payload === null) {
|
|
1141
|
+
return null;
|
|
1142
|
+
}
|
|
1143
|
+
return payload.body.toUnchunkedString();
|
|
1144
|
+
}
|
|
1145
|
+
async render(req, res, pathname, query = {}, parsedUrl, internalRender = false) {
|
|
1146
|
+
return (0, _tracer.getTracer)().trace(_constants1.BaseServerSpan.render, async ()=>this.renderImpl(req, res, pathname, query, parsedUrl, internalRender));
|
|
1147
|
+
}
|
|
1148
|
+
getWaitUntil() {
|
|
1149
|
+
const builtinRequestContext = (0, _builtinrequestcontext.getBuiltinRequestContext)();
|
|
1150
|
+
if (builtinRequestContext) {
|
|
1151
|
+
// the platform provided a request context.
|
|
1152
|
+
// use the `waitUntil` from there, whether actually present or not --
|
|
1153
|
+
// if not present, `after` will error.
|
|
1154
|
+
// NOTE: if we're in an edge runtime sandbox, this context will be used to forward the outer waitUntil.
|
|
1155
|
+
return builtinRequestContext.waitUntil;
|
|
1156
|
+
}
|
|
1157
|
+
if (this.minimalMode) {
|
|
1158
|
+
// we're built for a serverless environment, and `waitUntil` is not available,
|
|
1159
|
+
// but using a noop would likely lead to incorrect behavior,
|
|
1160
|
+
// because we have no way of keeping the invocation alive.
|
|
1161
|
+
// return nothing, and `after` will error if used.
|
|
1162
|
+
//
|
|
1163
|
+
// NOTE: for edge functions, `NextWebServer` always runs in minimal mode.
|
|
1164
|
+
//
|
|
1165
|
+
// NOTE: if we're in an edge runtime sandbox, waitUntil will be passed in using "@next/request-context",
|
|
1166
|
+
// so we won't get here.
|
|
1167
|
+
return undefined;
|
|
1168
|
+
}
|
|
1169
|
+
return this.getInternalWaitUntil();
|
|
1170
|
+
}
|
|
1171
|
+
getInternalWaitUntil() {
|
|
1172
|
+
return undefined;
|
|
1173
|
+
}
|
|
1174
|
+
async renderImpl(req, res, pathname, query = {}, parsedUrl, internalRender = false) {
|
|
1175
|
+
var _req_url;
|
|
1176
|
+
if (!pathname.startsWith('/')) {
|
|
1177
|
+
console.warn(`Cannot render page with path "${pathname}", did you mean "/${pathname}"?. See more info here: https://nextjs.org/docs/messages/render-no-starting-slash`);
|
|
1178
|
+
}
|
|
1179
|
+
if (this.serverOptions.customServer && pathname === '/index' && !await this.hasPage('/index')) {
|
|
1180
|
+
// maintain backwards compatibility for custom server
|
|
1181
|
+
// (see custom-server integration tests)
|
|
1182
|
+
pathname = '/';
|
|
1183
|
+
}
|
|
1184
|
+
// we allow custom servers to call render for all URLs
|
|
1185
|
+
// so check if we need to serve a static _next file or not.
|
|
1186
|
+
// we don't modify the URL for _next/data request but still
|
|
1187
|
+
// call render so we special case this to prevent an infinite loop
|
|
1188
|
+
if (!internalRender && !this.minimalMode && !(0, _requestmeta.getRequestMeta)(req, 'isNextDataReq') && (((_req_url = req.url) == null ? void 0 : _req_url.match(/^\/_next\//)) || this.hasStaticDir && req.url.match(/^\/static\//))) {
|
|
1189
|
+
return this.handleRequest(req, res, parsedUrl);
|
|
1190
|
+
}
|
|
1191
|
+
if ((0, _utils2.isBlockedPage)(pathname)) {
|
|
1192
|
+
return this.render404(req, res, parsedUrl);
|
|
1193
|
+
}
|
|
1194
|
+
return this.pipe((ctx)=>this.renderToResponse(ctx), {
|
|
1195
|
+
req,
|
|
1196
|
+
res,
|
|
1197
|
+
pathname,
|
|
1198
|
+
query
|
|
1199
|
+
});
|
|
1200
|
+
}
|
|
1201
|
+
async getStaticPaths({ pathname }) {
|
|
1202
|
+
var _this_getPrerenderManifest_dynamicRoutes_pathname;
|
|
1203
|
+
// Read whether or not fallback should exist from the manifest.
|
|
1204
|
+
const fallbackField = (_this_getPrerenderManifest_dynamicRoutes_pathname = this.getPrerenderManifest().dynamicRoutes[pathname]) == null ? void 0 : _this_getPrerenderManifest_dynamicRoutes_pathname.fallback;
|
|
1205
|
+
return {
|
|
1206
|
+
// `staticPaths` is intentionally set to `undefined` as it should've
|
|
1207
|
+
// been caught when checking disk data.
|
|
1208
|
+
staticPaths: undefined,
|
|
1209
|
+
fallbackMode: (0, _fallback.parseFallbackField)(fallbackField)
|
|
1210
|
+
};
|
|
1211
|
+
}
|
|
1212
|
+
async renderToResponseWithComponents(requestContext, findComponentsResult) {
|
|
1213
|
+
return (0, _tracer.getTracer)().trace(_constants1.BaseServerSpan.renderToResponseWithComponents, async ()=>this.renderToResponseWithComponentsImpl(requestContext, findComponentsResult));
|
|
1214
|
+
}
|
|
1215
|
+
pathCouldBeIntercepted(resolvedPathname) {
|
|
1216
|
+
return (0, _interceptionroutes.isInterceptionRouteAppPath)(resolvedPathname) || this.interceptionRoutePatterns.some((regexp)=>{
|
|
1217
|
+
return regexp.test(resolvedPathname);
|
|
1218
|
+
});
|
|
1219
|
+
}
|
|
1220
|
+
setVaryHeader(req, res, isAppPath, resolvedPathname) {
|
|
1221
|
+
let addedNextUrlToVary = false;
|
|
1222
|
+
if (isAppPath && this.pathCouldBeIntercepted(resolvedPathname)) {
|
|
1223
|
+
// Interception route responses can vary based on the `Next-URL` header.
|
|
1224
|
+
// We use the Vary header to signal this behavior to the client to properly cache the response.
|
|
1225
|
+
res.appendHeader('vary', `${_approuterheaders.NEXT_URL}`);
|
|
1226
|
+
addedNextUrlToVary = true;
|
|
1227
|
+
}
|
|
1228
|
+
// For other cases such as App Router requests or RSC requests we don't need to set vary header since we already
|
|
1229
|
+
// have the _rsc query with the unique hash value.
|
|
1230
|
+
if (!addedNextUrlToVary) {
|
|
1231
|
+
// Remove `Next-URL` from the request headers we determined it wasn't necessary to include in the Vary header.
|
|
1232
|
+
// This is to avoid any dependency on the `Next-URL` header being present when preparing the response.
|
|
1233
|
+
delete req.headers[_approuterheaders.NEXT_URL];
|
|
1234
|
+
}
|
|
1235
|
+
}
|
|
1236
|
+
async renderToResponseWithComponentsImpl({ req, res, pathname, renderOpts: opts }, { components, query }) {
|
|
1237
|
+
var _components_Component, _this_nextConfig_i18n, _this, _this_nextConfig_i18n1, _cacheEntry_value, _cacheEntry_value1;
|
|
1238
|
+
if (pathname === _constants.UNDERSCORE_NOT_FOUND_ROUTE) {
|
|
1239
|
+
pathname = '/404';
|
|
1240
|
+
}
|
|
1241
|
+
const isErrorPathname = pathname === '/_error';
|
|
1242
|
+
const is404Page = pathname === '/404' || isErrorPathname && res.statusCode === 404;
|
|
1243
|
+
const is500Page = pathname === '/500' || isErrorPathname && res.statusCode === 500;
|
|
1244
|
+
const isAppPath = components.isAppPath === true;
|
|
1245
|
+
const hasServerProps = !!components.getServerSideProps;
|
|
1246
|
+
let hasGetStaticPaths = !!components.getStaticPaths;
|
|
1247
|
+
const isPossibleServerAction = (0, _serveractionrequestmeta.getIsPossibleServerAction)(req);
|
|
1248
|
+
const hasGetInitialProps = !!((_components_Component = components.Component) == null ? void 0 : _components_Component.getInitialProps);
|
|
1249
|
+
let isSSG = !!components.getStaticProps;
|
|
1250
|
+
// Compute the iSSG cache key. We use the rewroteUrl since
|
|
1251
|
+
// pages with fallback: false are allowed to be rewritten to
|
|
1252
|
+
// and we need to look up the path by the rewritten path
|
|
1253
|
+
let urlPathname = (0, _url.parse)(req.url || '').pathname || '/';
|
|
1254
|
+
let resolvedUrlPathname = (0, _requestmeta.getRequestMeta)(req, 'rewroteURL') || urlPathname;
|
|
1255
|
+
this.setVaryHeader(req, res, isAppPath, resolvedUrlPathname);
|
|
1256
|
+
let staticPaths;
|
|
1257
|
+
let fallbackMode;
|
|
1258
|
+
let hasFallback = false;
|
|
1259
|
+
const isDynamic = (0, _utils1.isDynamicRoute)(components.page);
|
|
1260
|
+
const prerenderManifest = this.getPrerenderManifest();
|
|
1261
|
+
if (isAppPath && isDynamic) {
|
|
1262
|
+
const pathsResult = await this.getStaticPaths({
|
|
1263
|
+
pathname,
|
|
1264
|
+
page: components.page,
|
|
1265
|
+
isAppPath,
|
|
1266
|
+
requestHeaders: req.headers
|
|
1267
|
+
});
|
|
1268
|
+
staticPaths = pathsResult.staticPaths;
|
|
1269
|
+
fallbackMode = pathsResult.fallbackMode;
|
|
1270
|
+
hasFallback = typeof fallbackMode !== 'undefined';
|
|
1271
|
+
if (this.nextConfig.output === 'export') {
|
|
1272
|
+
const page = components.page;
|
|
1273
|
+
if (!staticPaths) {
|
|
1274
|
+
throw Object.defineProperty(new Error(`Page "${page}" is missing exported function "generateStaticParams()", which is required with "output: export" config.`), "__NEXT_ERROR_CODE", {
|
|
1275
|
+
value: "E353",
|
|
1276
|
+
enumerable: false,
|
|
1277
|
+
configurable: true
|
|
1278
|
+
});
|
|
1279
|
+
}
|
|
1280
|
+
const resolvedWithoutSlash = (0, _removetrailingslash.removeTrailingSlash)(resolvedUrlPathname);
|
|
1281
|
+
if (!staticPaths.includes(resolvedWithoutSlash)) {
|
|
1282
|
+
throw Object.defineProperty(new Error(`Page "${page}" is missing param "${resolvedWithoutSlash}" in "generateStaticParams()", which is required with "output: export" config.`), "__NEXT_ERROR_CODE", {
|
|
1283
|
+
value: "E443",
|
|
1284
|
+
enumerable: false,
|
|
1285
|
+
configurable: true
|
|
1286
|
+
});
|
|
1287
|
+
}
|
|
1288
|
+
}
|
|
1289
|
+
if (hasFallback) {
|
|
1290
|
+
hasGetStaticPaths = true;
|
|
1291
|
+
}
|
|
1292
|
+
}
|
|
1293
|
+
if (hasFallback || (staticPaths == null ? void 0 : staticPaths.includes(resolvedUrlPathname)) || // this signals revalidation in deploy environments
|
|
1294
|
+
// TODO: make this more generic
|
|
1295
|
+
req.headers['x-now-route-matches']) {
|
|
1296
|
+
isSSG = true;
|
|
1297
|
+
} else if (!this.renderOpts.dev) {
|
|
1298
|
+
isSSG ||= !!prerenderManifest.routes[(0, _toroute.toRoute)(pathname)];
|
|
1299
|
+
}
|
|
1300
|
+
// Toggle whether or not this is a Data request
|
|
1301
|
+
const isNextDataRequest = !!((0, _requestmeta.getRequestMeta)(req, 'isNextDataReq') || req.headers['x-nextjs-data'] && this.serverOptions.webServerConfig) && (isSSG || hasServerProps);
|
|
1302
|
+
/**
|
|
1303
|
+
* If true, this indicates that the request being made is for an app
|
|
1304
|
+
* prefetch request.
|
|
1305
|
+
*/ const isPrefetchRSCRequest = (0, _requestmeta.getRequestMeta)(req, 'isPrefetchRSCRequest') ?? false;
|
|
1306
|
+
// NOTE: Don't delete headers[RSC] yet, it still needs to be used in renderToHTML later
|
|
1307
|
+
const isRSCRequest = (0, _requestmeta.getRequestMeta)(req, 'isRSCRequest') ?? false;
|
|
1308
|
+
// when we are handling a middleware prefetch and it doesn't
|
|
1309
|
+
// resolve to a static data route we bail early to avoid
|
|
1310
|
+
// unexpected SSR invocations
|
|
1311
|
+
if (!isSSG && req.headers['x-middleware-prefetch'] && !(is404Page || pathname === '/_error')) {
|
|
1312
|
+
res.setHeader(_constants2.MATCHED_PATH_HEADER, pathname);
|
|
1313
|
+
res.setHeader('x-middleware-skip', '1');
|
|
1314
|
+
res.setHeader('cache-control', 'private, no-cache, no-store, max-age=0, must-revalidate');
|
|
1315
|
+
res.body('{}').send();
|
|
1316
|
+
return null;
|
|
1317
|
+
}
|
|
1318
|
+
// normalize req.url for SSG paths as it is not exposed
|
|
1319
|
+
// to getStaticProps and the asPath should not expose /_next/data
|
|
1320
|
+
if (isSSG && this.minimalMode && req.headers[_constants2.MATCHED_PATH_HEADER] && req.url.startsWith('/_next/data')) {
|
|
1321
|
+
req.url = this.stripNextDataPath(req.url);
|
|
1322
|
+
}
|
|
1323
|
+
const locale = (0, _requestmeta.getRequestMeta)(req, 'locale');
|
|
1324
|
+
const defaultLocale = isSSG ? (_this_nextConfig_i18n = this.nextConfig.i18n) == null ? void 0 : _this_nextConfig_i18n.defaultLocale : (0, _requestmeta.getRequestMeta)(req, 'defaultLocale');
|
|
1325
|
+
if (!!req.headers['x-nextjs-data'] && (!res.statusCode || res.statusCode === 200)) {
|
|
1326
|
+
res.setHeader('x-nextjs-matched-path', `${locale ? `/${locale}` : ''}${pathname}`);
|
|
1327
|
+
}
|
|
1328
|
+
let routeModule;
|
|
1329
|
+
if (components.routeModule) {
|
|
1330
|
+
routeModule = components.routeModule;
|
|
1331
|
+
}
|
|
1332
|
+
/**
|
|
1333
|
+
* If the route being rendered is an app page, and the ppr feature has been
|
|
1334
|
+
* enabled, then the given route _could_ support PPR.
|
|
1335
|
+
*/ const couldSupportPPR = this.isAppPPREnabled && typeof routeModule !== 'undefined' && (0, _checks.isAppPageRouteModule)(routeModule);
|
|
1336
|
+
// When enabled, this will allow the use of the `?__nextppronly` query to
|
|
1337
|
+
// enable debugging of the static shell.
|
|
1338
|
+
const hasDebugStaticShellQuery = process.env.__NEXT_EXPERIMENTAL_STATIC_SHELL_DEBUGGING === '1' && typeof query.__nextppronly !== 'undefined' && couldSupportPPR;
|
|
1339
|
+
// When enabled, this will allow the use of the `?__nextppronly` query
|
|
1340
|
+
// to enable debugging of the fallback shell.
|
|
1341
|
+
const hasDebugFallbackShellQuery = hasDebugStaticShellQuery && query.__nextppronly === 'fallback';
|
|
1342
|
+
// This page supports PPR if it is marked as being `PARTIALLY_STATIC` in the
|
|
1343
|
+
// prerender manifest and this is an app page.
|
|
1344
|
+
const isRoutePPREnabled = couldSupportPPR && (((_this = prerenderManifest.routes[pathname] ?? prerenderManifest.dynamicRoutes[pathname]) == null ? void 0 : _this.renderingMode) === 'PARTIALLY_STATIC' || // Ideally we'd want to check the appConfig to see if this page has PPR
|
|
1345
|
+
// enabled or not, but that would require plumbing the appConfig through
|
|
1346
|
+
// to the server during development. We assume that the page supports it
|
|
1347
|
+
// but only during development.
|
|
1348
|
+
hasDebugStaticShellQuery && (this.renderOpts.dev === true || this.experimentalTestProxy === true));
|
|
1349
|
+
const isDebugStaticShell = hasDebugStaticShellQuery && isRoutePPREnabled;
|
|
1350
|
+
// We should enable debugging dynamic accesses when the static shell
|
|
1351
|
+
// debugging has been enabled and we're also in development mode.
|
|
1352
|
+
const isDebugDynamicAccesses = isDebugStaticShell && this.renderOpts.dev === true;
|
|
1353
|
+
const isDebugFallbackShell = hasDebugFallbackShellQuery && isRoutePPREnabled;
|
|
1354
|
+
// If we're in minimal mode, then try to get the postponed information from
|
|
1355
|
+
// the request metadata. If available, use it for resuming the postponed
|
|
1356
|
+
// render.
|
|
1357
|
+
const minimalPostponed = isRoutePPREnabled ? (0, _requestmeta.getRequestMeta)(req, 'postponed') : undefined;
|
|
1358
|
+
// If PPR is enabled, and this is a RSC request (but not a prefetch), then
|
|
1359
|
+
// we can use this fact to only generate the flight data for the request
|
|
1360
|
+
// because we can't cache the HTML (as it's also dynamic).
|
|
1361
|
+
const isDynamicRSCRequest = isRoutePPREnabled && isRSCRequest && !isPrefetchRSCRequest;
|
|
1362
|
+
// Need to read this before it's stripped by stripFlightHeaders. We don't
|
|
1363
|
+
// need to transfer it to the request meta because it's only read
|
|
1364
|
+
// within this function; the static segment data should have already been
|
|
1365
|
+
// generated, so we will always either return a static response or a 404.
|
|
1366
|
+
const segmentPrefetchHeader = (0, _requestmeta.getRequestMeta)(req, 'segmentPrefetchRSCRequest');
|
|
1367
|
+
const isHtmlBot = (0, _streamingmetadata.isHtmlBotRequest)(req);
|
|
1368
|
+
if (isHtmlBot && isRoutePPREnabled) {
|
|
1369
|
+
isSSG = false;
|
|
1370
|
+
this.renderOpts.serveStreamingMetadata = false;
|
|
1371
|
+
}
|
|
1372
|
+
// we need to ensure the status code if /404 is visited directly
|
|
1373
|
+
if (is404Page && !isNextDataRequest && !isRSCRequest) {
|
|
1374
|
+
res.statusCode = 404;
|
|
1375
|
+
}
|
|
1376
|
+
// ensure correct status is set when visiting a status page
|
|
1377
|
+
// directly e.g. /500
|
|
1378
|
+
if (_constants.STATIC_STATUS_PAGES.includes(pathname)) {
|
|
1379
|
+
res.statusCode = parseInt(pathname.slice(1), 10);
|
|
1380
|
+
}
|
|
1381
|
+
if (// Server actions can use non-GET/HEAD methods.
|
|
1382
|
+
!isPossibleServerAction && // Resume can use non-GET/HEAD methods.
|
|
1383
|
+
!minimalPostponed && !is404Page && !is500Page && pathname !== '/_error' && req.method !== 'HEAD' && req.method !== 'GET' && (typeof components.Component === 'string' || isSSG)) {
|
|
1384
|
+
res.statusCode = 405;
|
|
1385
|
+
res.setHeader('Allow', [
|
|
1386
|
+
'GET',
|
|
1387
|
+
'HEAD'
|
|
1388
|
+
]);
|
|
1389
|
+
res.body('Method Not Allowed').send();
|
|
1390
|
+
return null;
|
|
1391
|
+
}
|
|
1392
|
+
// handle static page
|
|
1393
|
+
if (typeof components.Component === 'string') {
|
|
1394
|
+
return {
|
|
1395
|
+
type: 'html',
|
|
1396
|
+
// TODO: Static pages should be serialized as RenderResult
|
|
1397
|
+
body: _renderresult.default.fromStatic(components.Component)
|
|
1398
|
+
};
|
|
1399
|
+
}
|
|
1400
|
+
// Ensure that if the `amp` query parameter is falsy that we remove it from
|
|
1401
|
+
// the query object. This ensures it won't be found by the `in` operator.
|
|
1402
|
+
if ('amp' in query && !query.amp) delete query.amp;
|
|
1403
|
+
if (opts.supportsDynamicResponse === true) {
|
|
1404
|
+
var _components_Document;
|
|
1405
|
+
const ua = req.headers['user-agent'] || '';
|
|
1406
|
+
const isBotRequest = (0, _isbot.isBot)(ua);
|
|
1407
|
+
const isSupportedDocument = typeof ((_components_Document = components.Document) == null ? void 0 : _components_Document.getInitialProps) !== 'function' || // The built-in `Document` component also supports dynamic HTML for concurrent mode.
|
|
1408
|
+
_constants.NEXT_BUILTIN_DOCUMENT in components.Document;
|
|
1409
|
+
// Disable dynamic HTML in cases that we know it won't be generated,
|
|
1410
|
+
// so that we can continue generating a cache key when possible.
|
|
1411
|
+
// TODO-APP: should the first render for a dynamic app path
|
|
1412
|
+
// be static so we can collect revalidate and populate the
|
|
1413
|
+
// cache if there are no dynamic data requirements
|
|
1414
|
+
opts.supportsDynamicResponse = !isSSG && !isBotRequest && !query.amp && isSupportedDocument;
|
|
1415
|
+
}
|
|
1416
|
+
// In development, we always want to generate dynamic HTML.
|
|
1417
|
+
if (!isNextDataRequest && isAppPath && opts.dev) {
|
|
1418
|
+
opts.supportsDynamicResponse = true;
|
|
1419
|
+
}
|
|
1420
|
+
const locales = (_this_nextConfig_i18n1 = this.nextConfig.i18n) == null ? void 0 : _this_nextConfig_i18n1.locales;
|
|
1421
|
+
let previewData;
|
|
1422
|
+
let isPreviewMode = false;
|
|
1423
|
+
if (hasServerProps || isSSG || isAppPath) {
|
|
1424
|
+
// For the edge runtime, we don't support preview mode in SSG.
|
|
1425
|
+
if (process.env.NEXT_RUNTIME !== 'edge') {
|
|
1426
|
+
const { tryGetPreviewData } = requireTryGetPreviewData();
|
|
1427
|
+
previewData = tryGetPreviewData(req, res, this.renderOpts.previewProps, !!this.nextConfig.experimental.multiZoneDraftMode);
|
|
1428
|
+
isPreviewMode = previewData !== false;
|
|
1429
|
+
}
|
|
1430
|
+
}
|
|
1431
|
+
// If this is a request for an app path that should be statically generated
|
|
1432
|
+
// and we aren't in the edge runtime, strip the flight headers so it will
|
|
1433
|
+
// generate the static response.
|
|
1434
|
+
if (isAppPath && !opts.dev && !isPreviewMode && isSSG && isRSCRequest && !isDynamicRSCRequest && (!(0, _isedgeruntime.isEdgeRuntime)(opts.runtime) || this.serverOptions.webServerConfig)) {
|
|
1435
|
+
(0, _stripflightheaders.stripFlightHeaders)(req.headers);
|
|
1436
|
+
}
|
|
1437
|
+
let { isOnDemandRevalidate, revalidateOnlyGenerated } = (0, _apiutils.checkIsOnDemandRevalidate)(req, this.renderOpts.previewProps);
|
|
1438
|
+
if (isSSG && this.minimalMode && req.headers[_constants2.MATCHED_PATH_HEADER]) {
|
|
1439
|
+
// the url value is already correct when the matched-path header is set
|
|
1440
|
+
resolvedUrlPathname = urlPathname;
|
|
1441
|
+
}
|
|
1442
|
+
urlPathname = (0, _removetrailingslash.removeTrailingSlash)(urlPathname);
|
|
1443
|
+
resolvedUrlPathname = (0, _removetrailingslash.removeTrailingSlash)(resolvedUrlPathname);
|
|
1444
|
+
if (this.localeNormalizer) {
|
|
1445
|
+
resolvedUrlPathname = this.localeNormalizer.normalize(resolvedUrlPathname);
|
|
1446
|
+
}
|
|
1447
|
+
const handleRedirect = (pageData)=>{
|
|
1448
|
+
const redirect = {
|
|
1449
|
+
destination: pageData.pageProps.__N_REDIRECT,
|
|
1450
|
+
statusCode: pageData.pageProps.__N_REDIRECT_STATUS,
|
|
1451
|
+
basePath: pageData.pageProps.__N_REDIRECT_BASE_PATH
|
|
1452
|
+
};
|
|
1453
|
+
const statusCode = (0, _redirectstatus.getRedirectStatus)(redirect);
|
|
1454
|
+
const { basePath } = this.nextConfig;
|
|
1455
|
+
if (basePath && redirect.basePath !== false && redirect.destination.startsWith('/')) {
|
|
1456
|
+
redirect.destination = `${basePath}${redirect.destination}`;
|
|
1457
|
+
}
|
|
1458
|
+
if (redirect.destination.startsWith('/')) {
|
|
1459
|
+
redirect.destination = (0, _utils.normalizeRepeatedSlashes)(redirect.destination);
|
|
1460
|
+
}
|
|
1461
|
+
res.redirect(redirect.destination, statusCode).body(redirect.destination).send();
|
|
1462
|
+
};
|
|
1463
|
+
// remove /_next/data prefix from urlPathname so it matches
|
|
1464
|
+
// for direct page visit and /_next/data visit
|
|
1465
|
+
if (isNextDataRequest) {
|
|
1466
|
+
resolvedUrlPathname = this.stripNextDataPath(resolvedUrlPathname);
|
|
1467
|
+
urlPathname = this.stripNextDataPath(urlPathname);
|
|
1468
|
+
}
|
|
1469
|
+
let ssgCacheKey = null;
|
|
1470
|
+
if (!isPreviewMode && isSSG && !opts.supportsDynamicResponse && !isPossibleServerAction && !minimalPostponed && !isDynamicRSCRequest) {
|
|
1471
|
+
ssgCacheKey = `${locale ? `/${locale}` : ''}${(pathname === '/' || resolvedUrlPathname === '/') && locale ? '' : resolvedUrlPathname}${query.amp ? '.amp' : ''}`;
|
|
1472
|
+
}
|
|
1473
|
+
if ((is404Page || is500Page) && isSSG) {
|
|
1474
|
+
ssgCacheKey = `${locale ? `/${locale}` : ''}${pathname}${query.amp ? '.amp' : ''}`;
|
|
1475
|
+
}
|
|
1476
|
+
if (ssgCacheKey) {
|
|
1477
|
+
ssgCacheKey = (0, _decodepathparams.decodePathParams)(ssgCacheKey);
|
|
1478
|
+
// ensure /index and / is normalized to one key
|
|
1479
|
+
ssgCacheKey = ssgCacheKey === '/index' && pathname === '/' ? '/' : ssgCacheKey;
|
|
1480
|
+
}
|
|
1481
|
+
let protocol = 'https:';
|
|
1482
|
+
try {
|
|
1483
|
+
const parsedFullUrl = new URL((0, _requestmeta.getRequestMeta)(req, 'initURL') || '/', 'http://n');
|
|
1484
|
+
protocol = parsedFullUrl.protocol;
|
|
1485
|
+
} catch {}
|
|
1486
|
+
// use existing incrementalCache instance if available
|
|
1487
|
+
const incrementalCache = globalThis.__incrementalCache || await this.getIncrementalCache({
|
|
1488
|
+
requestHeaders: Object.assign({}, req.headers),
|
|
1489
|
+
requestProtocol: protocol.substring(0, protocol.length - 1)
|
|
1490
|
+
});
|
|
1491
|
+
// TODO: investigate, this is not safe across multiple concurrent requests
|
|
1492
|
+
incrementalCache.resetRequestCache();
|
|
1493
|
+
const doRender = async ({ postponed, pagesFallback = false, fallbackRouteParams })=>{
|
|
1494
|
+
// In development, we always want to generate dynamic HTML.
|
|
1495
|
+
let supportsDynamicResponse = // If we're in development, we always support dynamic HTML, unless it's
|
|
1496
|
+
// a data request, in which case we only produce static HTML.
|
|
1497
|
+
!isNextDataRequest && opts.dev === true || // If this is not SSG or does not have static paths, then it supports
|
|
1498
|
+
// dynamic HTML.
|
|
1499
|
+
!isSSG && !hasGetStaticPaths || // If this request has provided postponed data, it supports dynamic
|
|
1500
|
+
// HTML.
|
|
1501
|
+
typeof postponed === 'string' || // If this is a dynamic RSC request, then this render supports dynamic
|
|
1502
|
+
// HTML (it's dynamic).
|
|
1503
|
+
isDynamicRSCRequest;
|
|
1504
|
+
const origQuery = (0, _url.parse)(req.url || '', true).query;
|
|
1505
|
+
// clear any dynamic route params so they aren't in
|
|
1506
|
+
// the resolvedUrl
|
|
1507
|
+
if (opts.params) {
|
|
1508
|
+
Object.keys(opts.params).forEach((key)=>{
|
|
1509
|
+
delete origQuery[key];
|
|
1510
|
+
});
|
|
1511
|
+
}
|
|
1512
|
+
const hadTrailingSlash = urlPathname !== '/' && this.nextConfig.trailingSlash;
|
|
1513
|
+
const resolvedUrl = (0, _url.format)({
|
|
1514
|
+
pathname: `${resolvedUrlPathname}${hadTrailingSlash ? '/' : ''}`,
|
|
1515
|
+
// make sure to only add query values from original URL
|
|
1516
|
+
query: origQuery
|
|
1517
|
+
});
|
|
1518
|
+
// When html bots request PPR page, perform the full dynamic rendering.
|
|
1519
|
+
const shouldWaitOnAllReady = isHtmlBot && isRoutePPREnabled;
|
|
1520
|
+
const renderOpts = {
|
|
1521
|
+
...components,
|
|
1522
|
+
...opts,
|
|
1523
|
+
...isAppPath ? {
|
|
1524
|
+
incrementalCache,
|
|
1525
|
+
// This is a revalidation request if the request is for a static
|
|
1526
|
+
// page and it is not being resumed from a postponed render and
|
|
1527
|
+
// it is not a dynamic RSC request then it is a revalidation
|
|
1528
|
+
// request.
|
|
1529
|
+
isRevalidate: isSSG && !postponed && !isDynamicRSCRequest,
|
|
1530
|
+
serverActions: this.nextConfig.experimental.serverActions
|
|
1531
|
+
} : {},
|
|
1532
|
+
isNextDataRequest,
|
|
1533
|
+
resolvedUrl,
|
|
1534
|
+
locale,
|
|
1535
|
+
locales,
|
|
1536
|
+
defaultLocale,
|
|
1537
|
+
multiZoneDraftMode: this.nextConfig.experimental.multiZoneDraftMode,
|
|
1538
|
+
// For getServerSideProps and getInitialProps we need to ensure we use the original URL
|
|
1539
|
+
// and not the resolved URL to prevent a hydration mismatch on
|
|
1540
|
+
// asPath
|
|
1541
|
+
resolvedAsPath: hasServerProps || hasGetInitialProps ? (0, _url.format)({
|
|
1542
|
+
// we use the original URL pathname less the _next/data prefix if
|
|
1543
|
+
// present
|
|
1544
|
+
pathname: `${urlPathname}${hadTrailingSlash ? '/' : ''}`,
|
|
1545
|
+
query: origQuery
|
|
1546
|
+
}) : resolvedUrl,
|
|
1547
|
+
experimental: {
|
|
1548
|
+
...opts.experimental,
|
|
1549
|
+
isRoutePPREnabled
|
|
1550
|
+
},
|
|
1551
|
+
supportsDynamicResponse,
|
|
1552
|
+
shouldWaitOnAllReady,
|
|
1553
|
+
isOnDemandRevalidate,
|
|
1554
|
+
isDraftMode: isPreviewMode,
|
|
1555
|
+
isPossibleServerAction,
|
|
1556
|
+
postponed,
|
|
1557
|
+
waitUntil: this.getWaitUntil(),
|
|
1558
|
+
onClose: res.onClose.bind(res),
|
|
1559
|
+
onAfterTaskError: undefined,
|
|
1560
|
+
// only available in dev
|
|
1561
|
+
setIsrStatus: this.setIsrStatus
|
|
1562
|
+
};
|
|
1563
|
+
if (isDebugStaticShell || isDebugDynamicAccesses) {
|
|
1564
|
+
supportsDynamicResponse = false;
|
|
1565
|
+
renderOpts.nextExport = true;
|
|
1566
|
+
renderOpts.supportsDynamicResponse = false;
|
|
1567
|
+
renderOpts.isStaticGeneration = true;
|
|
1568
|
+
renderOpts.isRevalidate = true;
|
|
1569
|
+
renderOpts.isDebugDynamicAccesses = isDebugDynamicAccesses;
|
|
1570
|
+
}
|
|
1571
|
+
// Legacy render methods will return a render result that needs to be
|
|
1572
|
+
// served by the server.
|
|
1573
|
+
let result;
|
|
1574
|
+
if (routeModule) {
|
|
1575
|
+
if ((0, _checks.isAppRouteRouteModule)(routeModule)) {
|
|
1576
|
+
var _this_nextConfig_experimental;
|
|
1577
|
+
if (// The type check here ensures that `req` is correctly typed, and the
|
|
1578
|
+
// environment variable check provides dead code elimination.
|
|
1579
|
+
process.env.NEXT_RUNTIME === 'edge' || !(0, _helpers.isNodeNextRequest)(req) || !(0, _helpers.isNodeNextResponse)(res)) {
|
|
1580
|
+
throw Object.defineProperty(new Error('Invariant: App Route Route Modules cannot be used in the edge runtime'), "__NEXT_ERROR_CODE", {
|
|
1581
|
+
value: "E130",
|
|
1582
|
+
enumerable: false,
|
|
1583
|
+
configurable: true
|
|
1584
|
+
});
|
|
1585
|
+
}
|
|
1586
|
+
const context = {
|
|
1587
|
+
params: opts.params,
|
|
1588
|
+
prerenderManifest,
|
|
1589
|
+
renderOpts: {
|
|
1590
|
+
experimental: {
|
|
1591
|
+
dynamicIO: renderOpts.experimental.dynamicIO,
|
|
1592
|
+
authInterrupts: renderOpts.experimental.authInterrupts
|
|
1593
|
+
},
|
|
1594
|
+
supportsDynamicResponse,
|
|
1595
|
+
incrementalCache,
|
|
1596
|
+
cacheLifeProfiles: (_this_nextConfig_experimental = this.nextConfig.experimental) == null ? void 0 : _this_nextConfig_experimental.cacheLife,
|
|
1597
|
+
isRevalidate: isSSG,
|
|
1598
|
+
waitUntil: this.getWaitUntil(),
|
|
1599
|
+
onClose: res.onClose.bind(res),
|
|
1600
|
+
onAfterTaskError: undefined,
|
|
1601
|
+
onInstrumentationRequestError: this.renderOpts.onInstrumentationRequestError
|
|
1602
|
+
},
|
|
1603
|
+
sharedContext: {
|
|
1604
|
+
buildId: this.buildId
|
|
1605
|
+
}
|
|
1606
|
+
};
|
|
1607
|
+
try {
|
|
1608
|
+
const request = _nextrequest.NextRequestAdapter.fromNodeNextRequest(req, (0, _nextrequest.signalFromNodeResponse)(res.originalResponse));
|
|
1609
|
+
const response = await routeModule.handle(request, context);
|
|
1610
|
+
req.fetchMetrics = context.renderOpts.fetchMetrics;
|
|
1611
|
+
const cacheTags = context.renderOpts.collectedTags;
|
|
1612
|
+
// If the request is for a static response, we can cache it so long
|
|
1613
|
+
// as it's not edge.
|
|
1614
|
+
if (isSSG) {
|
|
1615
|
+
const blob = await response.blob();
|
|
1616
|
+
// Copy the headers from the response.
|
|
1617
|
+
const headers = (0, _utils3.toNodeOutgoingHttpHeaders)(response.headers);
|
|
1618
|
+
if (cacheTags) {
|
|
1619
|
+
headers[_constants2.NEXT_CACHE_TAGS_HEADER] = cacheTags;
|
|
1620
|
+
}
|
|
1621
|
+
if (!headers['content-type'] && blob.type) {
|
|
1622
|
+
headers['content-type'] = blob.type;
|
|
1623
|
+
}
|
|
1624
|
+
const revalidate = typeof context.renderOpts.collectedRevalidate === 'undefined' || context.renderOpts.collectedRevalidate >= _constants2.INFINITE_CACHE ? false : context.renderOpts.collectedRevalidate;
|
|
1625
|
+
const expire = typeof context.renderOpts.collectedExpire === 'undefined' || context.renderOpts.collectedExpire >= _constants2.INFINITE_CACHE ? undefined : context.renderOpts.collectedExpire;
|
|
1626
|
+
// Create the cache entry for the response.
|
|
1627
|
+
const cacheEntry = {
|
|
1628
|
+
value: {
|
|
1629
|
+
kind: _responsecache.CachedRouteKind.APP_ROUTE,
|
|
1630
|
+
status: response.status,
|
|
1631
|
+
body: Buffer.from(await blob.arrayBuffer()),
|
|
1632
|
+
headers
|
|
1633
|
+
},
|
|
1634
|
+
cacheControl: {
|
|
1635
|
+
revalidate,
|
|
1636
|
+
expire
|
|
1637
|
+
},
|
|
1638
|
+
isFallback: false
|
|
1639
|
+
};
|
|
1640
|
+
return cacheEntry;
|
|
1641
|
+
}
|
|
1642
|
+
let pendingWaitUntil = context.renderOpts.pendingWaitUntil;
|
|
1643
|
+
// Attempt using provided waitUntil if available
|
|
1644
|
+
// if it's not we fallback to sendResponse's handling
|
|
1645
|
+
if (pendingWaitUntil) {
|
|
1646
|
+
if (context.renderOpts.waitUntil) {
|
|
1647
|
+
context.renderOpts.waitUntil(pendingWaitUntil);
|
|
1648
|
+
pendingWaitUntil = undefined;
|
|
1649
|
+
}
|
|
1650
|
+
}
|
|
1651
|
+
// Send the response now that we have copied it into the cache.
|
|
1652
|
+
await (0, _sendresponse.sendResponse)(req, res, response, context.renderOpts.pendingWaitUntil);
|
|
1653
|
+
return null;
|
|
1654
|
+
} catch (err) {
|
|
1655
|
+
await this.instrumentationOnRequestError(err, req, {
|
|
1656
|
+
routerKind: 'App Router',
|
|
1657
|
+
routePath: pathname,
|
|
1658
|
+
routeType: 'route',
|
|
1659
|
+
revalidateReason: (0, _utils4.getRevalidateReason)(renderOpts)
|
|
1660
|
+
});
|
|
1661
|
+
// If this is during static generation, throw the error again.
|
|
1662
|
+
if (isSSG) throw err;
|
|
1663
|
+
_log.error(err);
|
|
1664
|
+
// Otherwise, send a 500 response.
|
|
1665
|
+
await (0, _sendresponse.sendResponse)(req, res, new Response(null, {
|
|
1666
|
+
status: 500
|
|
1667
|
+
}));
|
|
1668
|
+
return null;
|
|
1669
|
+
}
|
|
1670
|
+
} else if ((0, _checks.isPagesRouteModule)(routeModule) || (0, _checks.isAppPageRouteModule)(routeModule)) {
|
|
1671
|
+
// An OPTIONS request to a page handler is invalid.
|
|
1672
|
+
if (req.method === 'OPTIONS' && !is404Page) {
|
|
1673
|
+
await (0, _sendresponse.sendResponse)(req, res, new Response(null, {
|
|
1674
|
+
status: 400
|
|
1675
|
+
}));
|
|
1676
|
+
return null;
|
|
1677
|
+
}
|
|
1678
|
+
if ((0, _checks.isPagesRouteModule)(routeModule)) {
|
|
1679
|
+
// Due to the way we pass data by mutating `renderOpts`, we can't extend
|
|
1680
|
+
// the object here but only updating its `clientReferenceManifest` and
|
|
1681
|
+
// `nextFontManifest` properties.
|
|
1682
|
+
// https://github.com/vercel/next.js/blob/df7cbd904c3bd85f399d1ce90680c0ecf92d2752/packages/next/server/render.tsx#L947-L952
|
|
1683
|
+
renderOpts.nextFontManifest = this.nextFontManifest;
|
|
1684
|
+
renderOpts.clientReferenceManifest = components.clientReferenceManifest;
|
|
1685
|
+
const request = (0, _helpers.isNodeNextRequest)(req) ? req.originalRequest : req;
|
|
1686
|
+
const response = (0, _helpers.isNodeNextResponse)(res) ? res.originalResponse : res;
|
|
1687
|
+
// Call the built-in render method on the module.
|
|
1688
|
+
try {
|
|
1689
|
+
result = await routeModule.render(request, response, {
|
|
1690
|
+
page: pathname,
|
|
1691
|
+
params: opts.params,
|
|
1692
|
+
query,
|
|
1693
|
+
renderOpts,
|
|
1694
|
+
sharedContext: {
|
|
1695
|
+
buildId: this.buildId,
|
|
1696
|
+
deploymentId: this.nextConfig.deploymentId,
|
|
1697
|
+
customServer: this.serverOptions.customServer || undefined
|
|
1698
|
+
},
|
|
1699
|
+
renderContext: {
|
|
1700
|
+
isFallback: pagesFallback,
|
|
1701
|
+
isDraftMode: renderOpts.isDraftMode,
|
|
1702
|
+
developmentNotFoundSourcePage: (0, _requestmeta.getRequestMeta)(req, 'developmentNotFoundSourcePage')
|
|
1703
|
+
}
|
|
1704
|
+
});
|
|
1705
|
+
} catch (err) {
|
|
1706
|
+
await this.instrumentationOnRequestError(err, req, {
|
|
1707
|
+
routerKind: 'Pages Router',
|
|
1708
|
+
routePath: pathname,
|
|
1709
|
+
routeType: 'render',
|
|
1710
|
+
revalidateReason: (0, _utils4.getRevalidateReason)({
|
|
1711
|
+
isRevalidate: isSSG,
|
|
1712
|
+
isOnDemandRevalidate: renderOpts.isOnDemandRevalidate
|
|
1713
|
+
})
|
|
1714
|
+
});
|
|
1715
|
+
throw err;
|
|
1716
|
+
}
|
|
1717
|
+
} else {
|
|
1718
|
+
const module1 = components.routeModule;
|
|
1719
|
+
// Due to the way we pass data by mutating `renderOpts`, we can't extend the
|
|
1720
|
+
// object here but only updating its `nextFontManifest` field.
|
|
1721
|
+
// https://github.com/vercel/next.js/blob/df7cbd904c3bd85f399d1ce90680c0ecf92d2752/packages/next/server/render.tsx#L947-L952
|
|
1722
|
+
renderOpts.nextFontManifest = this.nextFontManifest;
|
|
1723
|
+
const context = {
|
|
1724
|
+
page: is404Page ? '/404' : pathname,
|
|
1725
|
+
params: opts.params,
|
|
1726
|
+
query,
|
|
1727
|
+
fallbackRouteParams,
|
|
1728
|
+
renderOpts,
|
|
1729
|
+
serverComponentsHmrCache: this.getServerComponentsHmrCache(),
|
|
1730
|
+
sharedContext: {
|
|
1731
|
+
buildId: this.buildId
|
|
1732
|
+
}
|
|
1733
|
+
};
|
|
1734
|
+
// TODO: adapt for putting the RDC inside the postponed data
|
|
1735
|
+
// If we're in dev, and this isn't a prefetch or a server action,
|
|
1736
|
+
// we should seed the resume data cache.
|
|
1737
|
+
if (this.nextConfig.experimental.dynamicIO && this.renderOpts.dev && !isPrefetchRSCRequest && !isPossibleServerAction) {
|
|
1738
|
+
const warmup = await module1.warmup(req, res, context);
|
|
1739
|
+
// If the warmup is successful, we should use the resume data
|
|
1740
|
+
// cache from the warmup.
|
|
1741
|
+
if (warmup.metadata.devRenderResumeDataCache) {
|
|
1742
|
+
renderOpts.devRenderResumeDataCache = warmup.metadata.devRenderResumeDataCache;
|
|
1743
|
+
}
|
|
1744
|
+
}
|
|
1745
|
+
// Call the built-in render method on the module.
|
|
1746
|
+
result = await module1.render(req, res, context);
|
|
1747
|
+
}
|
|
1748
|
+
} else {
|
|
1749
|
+
throw Object.defineProperty(new Error('Invariant: Unknown route module type'), "__NEXT_ERROR_CODE", {
|
|
1750
|
+
value: "E450",
|
|
1751
|
+
enumerable: false,
|
|
1752
|
+
configurable: true
|
|
1753
|
+
});
|
|
1754
|
+
}
|
|
1755
|
+
} else {
|
|
1756
|
+
// If we didn't match a page, we should fallback to using the legacy
|
|
1757
|
+
// render method.
|
|
1758
|
+
result = await this.renderHTML(req, res, pathname, query, renderOpts);
|
|
1759
|
+
}
|
|
1760
|
+
const { metadata } = result;
|
|
1761
|
+
const { cacheControl, headers = {}, // Add any fetch tags that were on the page to the response headers.
|
|
1762
|
+
fetchTags: cacheTags } = metadata;
|
|
1763
|
+
if (cacheTags) {
|
|
1764
|
+
headers[_constants2.NEXT_CACHE_TAGS_HEADER] = cacheTags;
|
|
1765
|
+
}
|
|
1766
|
+
req.fetchMetrics = metadata.fetchMetrics;
|
|
1767
|
+
// we don't throw static to dynamic errors in dev as isSSG
|
|
1768
|
+
// is a best guess in dev since we don't have the prerender pass
|
|
1769
|
+
// to know whether the path is actually static or not
|
|
1770
|
+
if (isAppPath && isSSG && (cacheControl == null ? void 0 : cacheControl.revalidate) === 0 && !this.renderOpts.dev && !isRoutePPREnabled) {
|
|
1771
|
+
const staticBailoutInfo = metadata.staticBailoutInfo;
|
|
1772
|
+
const err = Object.defineProperty(new Error(`Page changed from static to dynamic at runtime ${urlPathname}${(staticBailoutInfo == null ? void 0 : staticBailoutInfo.description) ? `, reason: ${staticBailoutInfo.description}` : ``}` + `\nsee more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`), "__NEXT_ERROR_CODE", {
|
|
1773
|
+
value: "E132",
|
|
1774
|
+
enumerable: false,
|
|
1775
|
+
configurable: true
|
|
1776
|
+
});
|
|
1777
|
+
if (staticBailoutInfo == null ? void 0 : staticBailoutInfo.stack) {
|
|
1778
|
+
const stack = staticBailoutInfo.stack;
|
|
1779
|
+
err.stack = err.message + stack.substring(stack.indexOf('\n'));
|
|
1780
|
+
}
|
|
1781
|
+
throw err;
|
|
1782
|
+
}
|
|
1783
|
+
// Based on the metadata, we can determine what kind of cache result we
|
|
1784
|
+
// should return.
|
|
1785
|
+
// Handle `isNotFound`.
|
|
1786
|
+
if ('isNotFound' in metadata && metadata.isNotFound) {
|
|
1787
|
+
return {
|
|
1788
|
+
value: null,
|
|
1789
|
+
cacheControl,
|
|
1790
|
+
isFallback: false
|
|
1791
|
+
};
|
|
1792
|
+
}
|
|
1793
|
+
// Handle `isRedirect`.
|
|
1794
|
+
if (metadata.isRedirect) {
|
|
1795
|
+
return {
|
|
1796
|
+
value: {
|
|
1797
|
+
kind: _responsecache.CachedRouteKind.REDIRECT,
|
|
1798
|
+
props: metadata.pageData ?? metadata.flightData
|
|
1799
|
+
},
|
|
1800
|
+
cacheControl,
|
|
1801
|
+
isFallback: false
|
|
1802
|
+
};
|
|
1803
|
+
}
|
|
1804
|
+
// Handle `isNull`.
|
|
1805
|
+
if (result.isNull) {
|
|
1806
|
+
return null;
|
|
1807
|
+
}
|
|
1808
|
+
// We now have a valid HTML result that we can return to the user.
|
|
1809
|
+
if (isAppPath) {
|
|
1810
|
+
return {
|
|
1811
|
+
value: {
|
|
1812
|
+
kind: _responsecache.CachedRouteKind.APP_PAGE,
|
|
1813
|
+
html: result,
|
|
1814
|
+
headers,
|
|
1815
|
+
rscData: metadata.flightData,
|
|
1816
|
+
postponed: metadata.postponed,
|
|
1817
|
+
status: res.statusCode,
|
|
1818
|
+
segmentData: metadata.segmentData
|
|
1819
|
+
},
|
|
1820
|
+
cacheControl,
|
|
1821
|
+
isFallback: !!fallbackRouteParams
|
|
1822
|
+
};
|
|
1823
|
+
}
|
|
1824
|
+
return {
|
|
1825
|
+
value: {
|
|
1826
|
+
kind: _responsecache.CachedRouteKind.PAGES,
|
|
1827
|
+
html: result,
|
|
1828
|
+
pageData: metadata.pageData ?? metadata.flightData,
|
|
1829
|
+
headers,
|
|
1830
|
+
status: isAppPath ? res.statusCode : undefined
|
|
1831
|
+
},
|
|
1832
|
+
cacheControl,
|
|
1833
|
+
isFallback: pagesFallback
|
|
1834
|
+
};
|
|
1835
|
+
};
|
|
1836
|
+
let responseGenerator = async ({ hasResolved, previousCacheEntry, isRevalidating })=>{
|
|
1837
|
+
const isProduction = !this.renderOpts.dev;
|
|
1838
|
+
const didRespond = hasResolved || res.sent;
|
|
1839
|
+
// If we haven't found the static paths for the route, then do it now.
|
|
1840
|
+
if (!staticPaths && isDynamic) {
|
|
1841
|
+
if (hasGetStaticPaths) {
|
|
1842
|
+
const pathsResult = await this.getStaticPaths({
|
|
1843
|
+
pathname,
|
|
1844
|
+
requestHeaders: req.headers,
|
|
1845
|
+
isAppPath,
|
|
1846
|
+
page: components.page
|
|
1847
|
+
});
|
|
1848
|
+
staticPaths = pathsResult.staticPaths;
|
|
1849
|
+
fallbackMode = pathsResult.fallbackMode;
|
|
1850
|
+
} else {
|
|
1851
|
+
staticPaths = undefined;
|
|
1852
|
+
fallbackMode = _fallback.FallbackMode.NOT_FOUND;
|
|
1853
|
+
}
|
|
1854
|
+
}
|
|
1855
|
+
// When serving a bot request, we want to serve a blocking render and not
|
|
1856
|
+
// the prerendered page. This ensures that the correct content is served
|
|
1857
|
+
// to the bot in the head.
|
|
1858
|
+
if (fallbackMode === _fallback.FallbackMode.PRERENDER && (0, _isbot.isBot)(req.headers['user-agent'] || '')) {
|
|
1859
|
+
fallbackMode = _fallback.FallbackMode.BLOCKING_STATIC_RENDER;
|
|
1860
|
+
}
|
|
1861
|
+
// skip on-demand revalidate if cache is not present and
|
|
1862
|
+
// revalidate-if-generated is set
|
|
1863
|
+
if (isOnDemandRevalidate && revalidateOnlyGenerated && !previousCacheEntry && !this.minimalMode) {
|
|
1864
|
+
await this.render404(req, res);
|
|
1865
|
+
return null;
|
|
1866
|
+
}
|
|
1867
|
+
if ((previousCacheEntry == null ? void 0 : previousCacheEntry.isStale) === -1) {
|
|
1868
|
+
isOnDemandRevalidate = true;
|
|
1869
|
+
}
|
|
1870
|
+
// TODO: adapt for PPR
|
|
1871
|
+
// only allow on-demand revalidate for fallback: true/blocking
|
|
1872
|
+
// or for prerendered fallback: false paths
|
|
1873
|
+
if (isOnDemandRevalidate && (fallbackMode !== _fallback.FallbackMode.NOT_FOUND || previousCacheEntry)) {
|
|
1874
|
+
fallbackMode = _fallback.FallbackMode.BLOCKING_STATIC_RENDER;
|
|
1875
|
+
}
|
|
1876
|
+
// We use `ssgCacheKey` here as it is normalized to match the encoding
|
|
1877
|
+
// from getStaticPaths along with including the locale.
|
|
1878
|
+
//
|
|
1879
|
+
// We use the `resolvedUrlPathname` for the development case when this
|
|
1880
|
+
// is an app path since it doesn't include locale information.
|
|
1881
|
+
//
|
|
1882
|
+
// We decode the `resolvedUrlPathname` to correctly match the app path
|
|
1883
|
+
// with prerendered paths.
|
|
1884
|
+
let staticPathKey = ssgCacheKey;
|
|
1885
|
+
if (!staticPathKey && opts.dev && isAppPath) {
|
|
1886
|
+
staticPathKey = (0, _decodepathparams.decodePathParams)(resolvedUrlPathname);
|
|
1887
|
+
}
|
|
1888
|
+
if (staticPathKey && query.amp) {
|
|
1889
|
+
staticPathKey = staticPathKey.replace(/\.amp$/, '');
|
|
1890
|
+
}
|
|
1891
|
+
const isPageIncludedInStaticPaths = staticPathKey && (staticPaths == null ? void 0 : staticPaths.includes(staticPathKey));
|
|
1892
|
+
// When experimental compile is used, no pages have been prerendered,
|
|
1893
|
+
// so they should all be blocking.
|
|
1894
|
+
// @ts-expect-error internal field
|
|
1895
|
+
if (this.nextConfig.experimental.isExperimentalCompile) {
|
|
1896
|
+
fallbackMode = _fallback.FallbackMode.BLOCKING_STATIC_RENDER;
|
|
1897
|
+
}
|
|
1898
|
+
// When we did not respond from cache, we need to choose to block on
|
|
1899
|
+
// rendering or return a skeleton.
|
|
1900
|
+
//
|
|
1901
|
+
// - Data requests always block.
|
|
1902
|
+
// - Blocking mode fallback always blocks.
|
|
1903
|
+
// - Preview mode toggles all pages to be resolved in a blocking manner.
|
|
1904
|
+
// - Non-dynamic pages should block (though this is an impossible
|
|
1905
|
+
// case in production).
|
|
1906
|
+
// - Dynamic pages should return their skeleton if not defined in
|
|
1907
|
+
// getStaticPaths, then finish the data request on the client-side.
|
|
1908
|
+
//
|
|
1909
|
+
if (process.env.NEXT_RUNTIME !== 'edge' && !this.minimalMode && fallbackMode !== _fallback.FallbackMode.BLOCKING_STATIC_RENDER && staticPathKey && !didRespond && !isPreviewMode && isDynamic && (isProduction || !staticPaths || !isPageIncludedInStaticPaths)) {
|
|
1910
|
+
if (// In development, fall through to render to handle missing
|
|
1911
|
+
// getStaticPaths.
|
|
1912
|
+
(isProduction || staticPaths && (staticPaths == null ? void 0 : staticPaths.length) > 0) && // When fallback isn't present, abort this render so we 404
|
|
1913
|
+
fallbackMode === _fallback.FallbackMode.NOT_FOUND) {
|
|
1914
|
+
throw new NoFallbackError();
|
|
1915
|
+
}
|
|
1916
|
+
let fallbackResponse;
|
|
1917
|
+
// If this is a pages router page.
|
|
1918
|
+
if ((0, _checks.isPagesRouteModule)(components.routeModule) && !isNextDataRequest) {
|
|
1919
|
+
// We use the response cache here to handle the revalidation and
|
|
1920
|
+
// management of the fallback shell.
|
|
1921
|
+
fallbackResponse = await this.responseCache.get(isProduction ? locale ? `/${locale}${pathname}` : pathname : null, // This is the response generator for the fallback shell.
|
|
1922
|
+
async ({ previousCacheEntry: previousFallbackCacheEntry = null })=>{
|
|
1923
|
+
// For the pages router, fallbacks cannot be revalidated or
|
|
1924
|
+
// generated in production. In the case of a missing fallback,
|
|
1925
|
+
// we return null, but if it's being revalidated, we just return
|
|
1926
|
+
// the previous fallback cache entry. This preserves the previous
|
|
1927
|
+
// behavior.
|
|
1928
|
+
if (isProduction) {
|
|
1929
|
+
return (0, _utils5.toResponseCacheEntry)(previousFallbackCacheEntry);
|
|
1930
|
+
}
|
|
1931
|
+
// We pass `undefined` and `null` as it doesn't apply to the pages
|
|
1932
|
+
// router.
|
|
1933
|
+
return doRender({
|
|
1934
|
+
postponed: undefined,
|
|
1935
|
+
// For the pages router, fallbacks can only be generated on
|
|
1936
|
+
// demand in development, so if we're not in production, and we
|
|
1937
|
+
// aren't a app path.
|
|
1938
|
+
pagesFallback: true,
|
|
1939
|
+
fallbackRouteParams: null
|
|
1940
|
+
});
|
|
1941
|
+
}, {
|
|
1942
|
+
routeKind: _routekind.RouteKind.PAGES,
|
|
1943
|
+
incrementalCache,
|
|
1944
|
+
isRoutePPREnabled,
|
|
1945
|
+
isFallback: true
|
|
1946
|
+
});
|
|
1947
|
+
} else if (isRoutePPREnabled && (0, _checks.isAppPageRouteModule)(components.routeModule) && !isRSCRequest) {
|
|
1948
|
+
// We use the response cache here to handle the revalidation and
|
|
1949
|
+
// management of the fallback shell.
|
|
1950
|
+
fallbackResponse = await this.responseCache.get(isProduction ? pathname : null, // This is the response generator for the fallback shell.
|
|
1951
|
+
async ()=>doRender({
|
|
1952
|
+
// We pass `undefined` as rendering a fallback isn't resumed
|
|
1953
|
+
// here.
|
|
1954
|
+
postponed: undefined,
|
|
1955
|
+
pagesFallback: undefined,
|
|
1956
|
+
fallbackRouteParams: // If we're in production of we're debugging the fallback
|
|
1957
|
+
// shell then we should postpone when dynamic params are
|
|
1958
|
+
// accessed.
|
|
1959
|
+
isProduction || isDebugFallbackShell ? (0, _fallbackparams.getFallbackRouteParams)(pathname) : null
|
|
1960
|
+
}), {
|
|
1961
|
+
routeKind: _routekind.RouteKind.APP_PAGE,
|
|
1962
|
+
incrementalCache,
|
|
1963
|
+
isRoutePPREnabled,
|
|
1964
|
+
isFallback: true
|
|
1965
|
+
});
|
|
1966
|
+
}
|
|
1967
|
+
// If the fallback response was set to null, then we should return null.
|
|
1968
|
+
if (fallbackResponse === null) return null;
|
|
1969
|
+
// Otherwise, if we did get a fallback response, we should return it.
|
|
1970
|
+
if (fallbackResponse) {
|
|
1971
|
+
// Remove the cache control from the response to prevent it from being
|
|
1972
|
+
// used in the surrounding cache.
|
|
1973
|
+
delete fallbackResponse.cacheControl;
|
|
1974
|
+
return fallbackResponse;
|
|
1975
|
+
}
|
|
1976
|
+
}
|
|
1977
|
+
// Only requests that aren't revalidating can be resumed. If we have the
|
|
1978
|
+
// minimal postponed data, then we should resume the render with it.
|
|
1979
|
+
const postponed = !isOnDemandRevalidate && !isRevalidating && minimalPostponed ? minimalPostponed : undefined;
|
|
1980
|
+
// When we're in minimal mode, if we're trying to debug the static shell,
|
|
1981
|
+
// we should just return nothing instead of resuming the dynamic render.
|
|
1982
|
+
if ((isDebugStaticShell || isDebugDynamicAccesses) && typeof postponed !== 'undefined') {
|
|
1983
|
+
return {
|
|
1984
|
+
cacheControl: {
|
|
1985
|
+
revalidate: 1,
|
|
1986
|
+
expire: undefined
|
|
1987
|
+
},
|
|
1988
|
+
isFallback: false,
|
|
1989
|
+
value: {
|
|
1990
|
+
kind: _responsecache.CachedRouteKind.PAGES,
|
|
1991
|
+
html: _renderresult.default.fromStatic(''),
|
|
1992
|
+
pageData: {},
|
|
1993
|
+
headers: undefined,
|
|
1994
|
+
status: undefined
|
|
1995
|
+
}
|
|
1996
|
+
};
|
|
1997
|
+
}
|
|
1998
|
+
// If this is a dynamic route with PPR enabled and the default route
|
|
1999
|
+
// matches were set, then we should pass the fallback route params to
|
|
2000
|
+
// the renderer as this is a fallback revalidation request.
|
|
2001
|
+
const fallbackRouteParams = isDynamic && isRoutePPREnabled && ((0, _requestmeta.getRequestMeta)(req, 'didSetDefaultRouteMatches') || isDebugFallbackShell) ? (0, _fallbackparams.getFallbackRouteParams)(pathname) : null;
|
|
2002
|
+
// Perform the render.
|
|
2003
|
+
return doRender({
|
|
2004
|
+
postponed,
|
|
2005
|
+
pagesFallback: undefined,
|
|
2006
|
+
fallbackRouteParams
|
|
2007
|
+
});
|
|
2008
|
+
};
|
|
2009
|
+
const cacheEntry = await this.responseCache.get(ssgCacheKey, responseGenerator, {
|
|
2010
|
+
routeKind: // If the route module is not defined, we can assume it's a page being
|
|
2011
|
+
// rendered and thus check isAppPath.
|
|
2012
|
+
(routeModule == null ? void 0 : routeModule.definition.kind) ?? (isAppPath ? _routekind.RouteKind.APP_PAGE : _routekind.RouteKind.PAGES),
|
|
2013
|
+
incrementalCache,
|
|
2014
|
+
isOnDemandRevalidate,
|
|
2015
|
+
isPrefetch: req.headers.purpose === 'prefetch',
|
|
2016
|
+
isRoutePPREnabled
|
|
2017
|
+
});
|
|
2018
|
+
if (isPreviewMode) {
|
|
2019
|
+
res.setHeader('Cache-Control', 'private, no-cache, no-store, max-age=0, must-revalidate');
|
|
2020
|
+
}
|
|
2021
|
+
if (!cacheEntry) {
|
|
2022
|
+
if (ssgCacheKey && !(isOnDemandRevalidate && revalidateOnlyGenerated)) {
|
|
2023
|
+
// A cache entry might not be generated if a response is written
|
|
2024
|
+
// in `getInitialProps` or `getServerSideProps`, but those shouldn't
|
|
2025
|
+
// have a cache key. If we do have a cache key but we don't end up
|
|
2026
|
+
// with a cache entry, then either Next.js or the application has a
|
|
2027
|
+
// bug that needs fixing.
|
|
2028
|
+
throw Object.defineProperty(new Error('invariant: cache entry required but not generated'), "__NEXT_ERROR_CODE", {
|
|
2029
|
+
value: "E62",
|
|
2030
|
+
enumerable: false,
|
|
2031
|
+
configurable: true
|
|
2032
|
+
});
|
|
2033
|
+
}
|
|
2034
|
+
return null;
|
|
2035
|
+
}
|
|
2036
|
+
// If we're not in minimal mode and the cache entry that was returned was a
|
|
2037
|
+
// app page fallback, then we need to kick off the dynamic shell generation.
|
|
2038
|
+
if (ssgCacheKey && !this.minimalMode && isRoutePPREnabled && ((_cacheEntry_value = cacheEntry.value) == null ? void 0 : _cacheEntry_value.kind) === _responsecache.CachedRouteKind.APP_PAGE && cacheEntry.isFallback && !isOnDemandRevalidate && // When we're debugging the fallback shell, we don't want to regenerate
|
|
2039
|
+
// the route shell.
|
|
2040
|
+
!isDebugFallbackShell && process.env.DISABLE_ROUTE_SHELL_GENERATION !== 'true') {
|
|
2041
|
+
(0, _scheduler.scheduleOnNextTick)(async ()=>{
|
|
2042
|
+
try {
|
|
2043
|
+
await this.responseCache.get(ssgCacheKey, ()=>doRender({
|
|
2044
|
+
// We're an on-demand request, so we don't need to pass in the
|
|
2045
|
+
// fallbackRouteParams.
|
|
2046
|
+
fallbackRouteParams: null,
|
|
2047
|
+
pagesFallback: undefined,
|
|
2048
|
+
postponed: undefined
|
|
2049
|
+
}), {
|
|
2050
|
+
routeKind: _routekind.RouteKind.APP_PAGE,
|
|
2051
|
+
incrementalCache,
|
|
2052
|
+
isOnDemandRevalidate: true,
|
|
2053
|
+
isPrefetch: false,
|
|
2054
|
+
isRoutePPREnabled: true
|
|
2055
|
+
});
|
|
2056
|
+
} catch (err) {
|
|
2057
|
+
console.error('Error occurred while rendering dynamic shell', err);
|
|
2058
|
+
}
|
|
2059
|
+
});
|
|
2060
|
+
}
|
|
2061
|
+
const didPostpone = ((_cacheEntry_value1 = cacheEntry.value) == null ? void 0 : _cacheEntry_value1.kind) === _responsecache.CachedRouteKind.APP_PAGE && typeof cacheEntry.value.postponed === 'string';
|
|
2062
|
+
if (isSSG && // We don't want to send a cache header for requests that contain dynamic
|
|
2063
|
+
// data. If this is a Dynamic RSC request or wasn't a Prefetch RSC
|
|
2064
|
+
// request, then we should set the cache header.
|
|
2065
|
+
!isDynamicRSCRequest && (!didPostpone || isPrefetchRSCRequest)) {
|
|
2066
|
+
if (!this.minimalMode) {
|
|
2067
|
+
// set x-nextjs-cache header to match the header
|
|
2068
|
+
// we set for the image-optimizer
|
|
2069
|
+
res.setHeader('x-nextjs-cache', isOnDemandRevalidate ? 'REVALIDATED' : cacheEntry.isMiss ? 'MISS' : cacheEntry.isStale ? 'STALE' : 'HIT');
|
|
2070
|
+
}
|
|
2071
|
+
// Set a header used by the client router to signal the response is static
|
|
2072
|
+
// and should respect the `static` cache staleTime value.
|
|
2073
|
+
res.setHeader(_approuterheaders.NEXT_IS_PRERENDER_HEADER, '1');
|
|
2074
|
+
}
|
|
2075
|
+
const { value: cachedData } = cacheEntry;
|
|
2076
|
+
// If the cache value is an image, we should error early.
|
|
2077
|
+
if ((cachedData == null ? void 0 : cachedData.kind) === _responsecache.CachedRouteKind.IMAGE) {
|
|
2078
|
+
throw Object.defineProperty(new _invarianterror.InvariantError('SSG should not return an image cache value'), "__NEXT_ERROR_CODE", {
|
|
2079
|
+
value: "E659",
|
|
2080
|
+
enumerable: false,
|
|
2081
|
+
configurable: true
|
|
2082
|
+
});
|
|
2083
|
+
}
|
|
2084
|
+
// Coerce the cache control parameter from the render.
|
|
2085
|
+
let cacheControl;
|
|
2086
|
+
// If this is a resume request in minimal mode it is streamed with dynamic
|
|
2087
|
+
// content and should not be cached.
|
|
2088
|
+
if (minimalPostponed) {
|
|
2089
|
+
cacheControl = {
|
|
2090
|
+
revalidate: 0,
|
|
2091
|
+
expire: undefined
|
|
2092
|
+
};
|
|
2093
|
+
} else if (this.minimalMode && isRSCRequest && !isPrefetchRSCRequest && isRoutePPREnabled) {
|
|
2094
|
+
cacheControl = {
|
|
2095
|
+
revalidate: 0,
|
|
2096
|
+
expire: undefined
|
|
2097
|
+
};
|
|
2098
|
+
} else if (!this.renderOpts.dev || hasServerProps && !isNextDataRequest) {
|
|
2099
|
+
// If this is a preview mode request, we shouldn't cache it
|
|
2100
|
+
if (isPreviewMode) {
|
|
2101
|
+
cacheControl = {
|
|
2102
|
+
revalidate: 0,
|
|
2103
|
+
expire: undefined
|
|
2104
|
+
};
|
|
2105
|
+
} else if (!isSSG) {
|
|
2106
|
+
if (!res.getHeader('Cache-Control')) {
|
|
2107
|
+
cacheControl = {
|
|
2108
|
+
revalidate: 0,
|
|
2109
|
+
expire: undefined
|
|
2110
|
+
};
|
|
2111
|
+
}
|
|
2112
|
+
} else if (is404Page) {
|
|
2113
|
+
const notFoundRevalidate = (0, _requestmeta.getRequestMeta)(req, 'notFoundRevalidate');
|
|
2114
|
+
cacheControl = {
|
|
2115
|
+
revalidate: typeof notFoundRevalidate === 'undefined' ? 0 : notFoundRevalidate,
|
|
2116
|
+
expire: undefined
|
|
2117
|
+
};
|
|
2118
|
+
} else if (is500Page) {
|
|
2119
|
+
cacheControl = {
|
|
2120
|
+
revalidate: 0,
|
|
2121
|
+
expire: undefined
|
|
2122
|
+
};
|
|
2123
|
+
} else if (cacheEntry.cacheControl) {
|
|
2124
|
+
// If the cache entry has a cache control with a revalidate value that's
|
|
2125
|
+
// a number, use it.
|
|
2126
|
+
if (typeof cacheEntry.cacheControl.revalidate === 'number') {
|
|
2127
|
+
var _cacheEntry_cacheControl;
|
|
2128
|
+
if (cacheEntry.cacheControl.revalidate < 1) {
|
|
2129
|
+
throw Object.defineProperty(new Error(`Invalid revalidate configuration provided: ${cacheEntry.cacheControl.revalidate} < 1`), "__NEXT_ERROR_CODE", {
|
|
2130
|
+
value: "E22",
|
|
2131
|
+
enumerable: false,
|
|
2132
|
+
configurable: true
|
|
2133
|
+
});
|
|
2134
|
+
}
|
|
2135
|
+
cacheControl = {
|
|
2136
|
+
revalidate: cacheEntry.cacheControl.revalidate,
|
|
2137
|
+
expire: ((_cacheEntry_cacheControl = cacheEntry.cacheControl) == null ? void 0 : _cacheEntry_cacheControl.expire) ?? this.nextConfig.expireTime
|
|
2138
|
+
};
|
|
2139
|
+
} else {
|
|
2140
|
+
cacheControl = {
|
|
2141
|
+
revalidate: _constants2.CACHE_ONE_YEAR,
|
|
2142
|
+
expire: undefined
|
|
2143
|
+
};
|
|
2144
|
+
}
|
|
2145
|
+
}
|
|
2146
|
+
}
|
|
2147
|
+
cacheEntry.cacheControl = cacheControl;
|
|
2148
|
+
if (typeof segmentPrefetchHeader === 'string' && (cachedData == null ? void 0 : cachedData.kind) === _responsecache.CachedRouteKind.APP_PAGE && cachedData.segmentData) {
|
|
2149
|
+
var _cachedData_headers;
|
|
2150
|
+
// This is a prefetch request issued by the client Segment Cache. These
|
|
2151
|
+
// should never reach the application layer (lambda). We should either
|
|
2152
|
+
// respond from the cache (HIT) or respond with 204 No Content (MISS).
|
|
2153
|
+
// Set a header to indicate that PPR is enabled for this route. This
|
|
2154
|
+
// lets the client distinguish between a regular cache miss and a cache
|
|
2155
|
+
// miss due to PPR being disabled. In other contexts this header is used
|
|
2156
|
+
// to indicate that the response contains dynamic data, but here we're
|
|
2157
|
+
// only using it to indicate that the feature is enabled — the segment
|
|
2158
|
+
// response itself contains whether the data is dynamic.
|
|
2159
|
+
res.setHeader(_approuterheaders.NEXT_DID_POSTPONE_HEADER, '2');
|
|
2160
|
+
// Add the cache tags header to the response if it exists and we're in
|
|
2161
|
+
// minimal mode while rendering a static page.
|
|
2162
|
+
const tags = (_cachedData_headers = cachedData.headers) == null ? void 0 : _cachedData_headers[_constants2.NEXT_CACHE_TAGS_HEADER];
|
|
2163
|
+
if (this.minimalMode && isSSG && tags && typeof tags === 'string') {
|
|
2164
|
+
res.setHeader(_constants2.NEXT_CACHE_TAGS_HEADER, tags);
|
|
2165
|
+
}
|
|
2166
|
+
const matchedSegment = cachedData.segmentData.get(segmentPrefetchHeader);
|
|
2167
|
+
if (matchedSegment !== undefined) {
|
|
2168
|
+
// Cache hit
|
|
2169
|
+
return {
|
|
2170
|
+
type: 'rsc',
|
|
2171
|
+
body: _renderresult.default.fromStatic(matchedSegment),
|
|
2172
|
+
// TODO: Eventually this should use cache control of the individual
|
|
2173
|
+
// segment, not the whole page.
|
|
2174
|
+
cacheControl: cacheEntry.cacheControl
|
|
2175
|
+
};
|
|
2176
|
+
}
|
|
2177
|
+
// Cache miss. Either a cache entry for this route has not been generated
|
|
2178
|
+
// (which technically should not be possible when PPR is enabled, because
|
|
2179
|
+
// at a minimum there should always be a fallback entry) or there's no
|
|
2180
|
+
// match for the requested segment. Respond with a 204 No Content. We
|
|
2181
|
+
// don't bother to respond with 404, because these requests are only
|
|
2182
|
+
// issued as part of a prefetch.
|
|
2183
|
+
res.statusCode = 204;
|
|
2184
|
+
return {
|
|
2185
|
+
type: 'rsc',
|
|
2186
|
+
body: _renderresult.default.fromStatic(''),
|
|
2187
|
+
cacheControl: cacheEntry == null ? void 0 : cacheEntry.cacheControl
|
|
2188
|
+
};
|
|
2189
|
+
}
|
|
2190
|
+
// If there's a callback for `onCacheEntry`, call it with the cache entry
|
|
2191
|
+
// and the revalidate options.
|
|
2192
|
+
const onCacheEntry = (0, _requestmeta.getRequestMeta)(req, 'onCacheEntry');
|
|
2193
|
+
if (onCacheEntry) {
|
|
2194
|
+
var _cacheEntry_value2, _cacheEntry_value3;
|
|
2195
|
+
const finished = await onCacheEntry({
|
|
2196
|
+
...cacheEntry,
|
|
2197
|
+
// TODO: remove this when upstream doesn't
|
|
2198
|
+
// always expect this value to be "PAGE"
|
|
2199
|
+
value: {
|
|
2200
|
+
...cacheEntry.value,
|
|
2201
|
+
kind: ((_cacheEntry_value2 = cacheEntry.value) == null ? void 0 : _cacheEntry_value2.kind) === _responsecache.CachedRouteKind.APP_PAGE ? 'PAGE' : (_cacheEntry_value3 = cacheEntry.value) == null ? void 0 : _cacheEntry_value3.kind
|
|
2202
|
+
}
|
|
2203
|
+
}, {
|
|
2204
|
+
url: (0, _requestmeta.getRequestMeta)(req, 'initURL')
|
|
2205
|
+
});
|
|
2206
|
+
if (finished) {
|
|
2207
|
+
// TODO: maybe we have to end the request?
|
|
2208
|
+
return null;
|
|
2209
|
+
}
|
|
2210
|
+
}
|
|
2211
|
+
if (!cachedData) {
|
|
2212
|
+
var _cacheEntry_cacheControl1;
|
|
2213
|
+
// add revalidate metadata before rendering 404 page
|
|
2214
|
+
// so that we can use this as source of truth for the
|
|
2215
|
+
// cache-control header instead of what the 404 page returns
|
|
2216
|
+
// for the revalidate value
|
|
2217
|
+
(0, _requestmeta.addRequestMeta)(req, 'notFoundRevalidate', (_cacheEntry_cacheControl1 = cacheEntry.cacheControl) == null ? void 0 : _cacheEntry_cacheControl1.revalidate);
|
|
2218
|
+
// If cache control is already set on the response we don't
|
|
2219
|
+
// override it to allow users to customize it via next.config
|
|
2220
|
+
if (cacheEntry.cacheControl && !res.getHeader('Cache-Control')) {
|
|
2221
|
+
res.setHeader('Cache-Control', (0, _cachecontrol.getCacheControlHeader)(cacheEntry.cacheControl));
|
|
2222
|
+
}
|
|
2223
|
+
if (isNextDataRequest) {
|
|
2224
|
+
res.statusCode = 404;
|
|
2225
|
+
res.body('{"notFound":true}').send();
|
|
2226
|
+
return null;
|
|
2227
|
+
}
|
|
2228
|
+
if (this.renderOpts.dev) {
|
|
2229
|
+
(0, _requestmeta.addRequestMeta)(req, 'developmentNotFoundSourcePage', pathname);
|
|
2230
|
+
}
|
|
2231
|
+
await this.render404(req, res, {
|
|
2232
|
+
pathname,
|
|
2233
|
+
query
|
|
2234
|
+
}, false);
|
|
2235
|
+
return null;
|
|
2236
|
+
} else if (cachedData.kind === _responsecache.CachedRouteKind.REDIRECT) {
|
|
2237
|
+
// If cache control is already set on the response we don't
|
|
2238
|
+
// override it to allow users to customize it via next.config
|
|
2239
|
+
if (cacheEntry.cacheControl && !res.getHeader('Cache-Control')) {
|
|
2240
|
+
res.setHeader('Cache-Control', (0, _cachecontrol.getCacheControlHeader)(cacheEntry.cacheControl));
|
|
2241
|
+
}
|
|
2242
|
+
if (isNextDataRequest) {
|
|
2243
|
+
return {
|
|
2244
|
+
type: 'json',
|
|
2245
|
+
body: _renderresult.default.fromStatic(// @TODO: Handle flight data.
|
|
2246
|
+
JSON.stringify(cachedData.props)),
|
|
2247
|
+
cacheControl: cacheEntry.cacheControl
|
|
2248
|
+
};
|
|
2249
|
+
} else {
|
|
2250
|
+
await handleRedirect(cachedData.props);
|
|
2251
|
+
return null;
|
|
2252
|
+
}
|
|
2253
|
+
} else if (cachedData.kind === _responsecache.CachedRouteKind.APP_ROUTE) {
|
|
2254
|
+
const headers = (0, _utils3.fromNodeOutgoingHttpHeaders)(cachedData.headers);
|
|
2255
|
+
if (!(this.minimalMode && isSSG)) {
|
|
2256
|
+
headers.delete(_constants2.NEXT_CACHE_TAGS_HEADER);
|
|
2257
|
+
}
|
|
2258
|
+
// If cache control is already set on the response we don't
|
|
2259
|
+
// override it to allow users to customize it via next.config
|
|
2260
|
+
if (cacheEntry.cacheControl && !res.getHeader('Cache-Control') && !headers.get('Cache-Control')) {
|
|
2261
|
+
headers.set('Cache-Control', (0, _cachecontrol.getCacheControlHeader)(cacheEntry.cacheControl));
|
|
2262
|
+
}
|
|
2263
|
+
await (0, _sendresponse.sendResponse)(req, res, new Response(cachedData.body, {
|
|
2264
|
+
headers,
|
|
2265
|
+
status: cachedData.status || 200
|
|
2266
|
+
}));
|
|
2267
|
+
return null;
|
|
2268
|
+
} else if (cachedData.kind === _responsecache.CachedRouteKind.APP_PAGE) {
|
|
2269
|
+
var _cachedData_headers1;
|
|
2270
|
+
// If the request has a postponed state and it's a resume request we
|
|
2271
|
+
// should error.
|
|
2272
|
+
if (didPostpone && minimalPostponed) {
|
|
2273
|
+
throw Object.defineProperty(new Error('Invariant: postponed state should not be present on a resume request'), "__NEXT_ERROR_CODE", {
|
|
2274
|
+
value: "E396",
|
|
2275
|
+
enumerable: false,
|
|
2276
|
+
configurable: true
|
|
2277
|
+
});
|
|
2278
|
+
}
|
|
2279
|
+
if (cachedData.headers) {
|
|
2280
|
+
const headers = {
|
|
2281
|
+
...cachedData.headers
|
|
2282
|
+
};
|
|
2283
|
+
if (!this.minimalMode || !isSSG) {
|
|
2284
|
+
delete headers[_constants2.NEXT_CACHE_TAGS_HEADER];
|
|
2285
|
+
}
|
|
2286
|
+
for (let [key, value] of Object.entries(headers)){
|
|
2287
|
+
if (typeof value === 'undefined') continue;
|
|
2288
|
+
if (Array.isArray(value)) {
|
|
2289
|
+
for (const v of value){
|
|
2290
|
+
res.appendHeader(key, v);
|
|
2291
|
+
}
|
|
2292
|
+
} else if (typeof value === 'number') {
|
|
2293
|
+
value = value.toString();
|
|
2294
|
+
res.appendHeader(key, value);
|
|
2295
|
+
} else {
|
|
2296
|
+
res.appendHeader(key, value);
|
|
2297
|
+
}
|
|
2298
|
+
}
|
|
2299
|
+
}
|
|
2300
|
+
// Add the cache tags header to the response if it exists and we're in
|
|
2301
|
+
// minimal mode while rendering a static page.
|
|
2302
|
+
const tags = (_cachedData_headers1 = cachedData.headers) == null ? void 0 : _cachedData_headers1[_constants2.NEXT_CACHE_TAGS_HEADER];
|
|
2303
|
+
if (this.minimalMode && isSSG && tags && typeof tags === 'string') {
|
|
2304
|
+
res.setHeader(_constants2.NEXT_CACHE_TAGS_HEADER, tags);
|
|
2305
|
+
}
|
|
2306
|
+
// If the request is a data request, then we shouldn't set the status code
|
|
2307
|
+
// from the response because it should always be 200. This should be gated
|
|
2308
|
+
// behind the experimental PPR flag.
|
|
2309
|
+
if (cachedData.status && (!isRSCRequest || !isRoutePPREnabled)) {
|
|
2310
|
+
res.statusCode = cachedData.status;
|
|
2311
|
+
}
|
|
2312
|
+
// Mark that the request did postpone.
|
|
2313
|
+
if (didPostpone) {
|
|
2314
|
+
res.setHeader(_approuterheaders.NEXT_DID_POSTPONE_HEADER, '1');
|
|
2315
|
+
}
|
|
2316
|
+
// we don't go through this block when preview mode is true
|
|
2317
|
+
// as preview mode is a dynamic request (bypasses cache) and doesn't
|
|
2318
|
+
// generate both HTML and payloads in the same request so continue to just
|
|
2319
|
+
// return the generated payload
|
|
2320
|
+
if (isRSCRequest && !isPreviewMode) {
|
|
2321
|
+
// If this is a dynamic RSC request, then stream the response.
|
|
2322
|
+
if (typeof cachedData.rscData === 'undefined') {
|
|
2323
|
+
if (cachedData.postponed) {
|
|
2324
|
+
throw Object.defineProperty(new Error('Invariant: Expected postponed to be undefined'), "__NEXT_ERROR_CODE", {
|
|
2325
|
+
value: "E372",
|
|
2326
|
+
enumerable: false,
|
|
2327
|
+
configurable: true
|
|
2328
|
+
});
|
|
2329
|
+
}
|
|
2330
|
+
return {
|
|
2331
|
+
type: 'rsc',
|
|
2332
|
+
body: cachedData.html,
|
|
2333
|
+
// Dynamic RSC responses cannot be cached, even if they're
|
|
2334
|
+
// configured with `force-static` because we have no way of
|
|
2335
|
+
// distinguishing between `force-static` and pages that have no
|
|
2336
|
+
// postponed state.
|
|
2337
|
+
// TODO: distinguish `force-static` from pages with no postponed state (static)
|
|
2338
|
+
cacheControl: isDynamicRSCRequest ? {
|
|
2339
|
+
revalidate: 0,
|
|
2340
|
+
expire: undefined
|
|
2341
|
+
} : cacheEntry.cacheControl
|
|
2342
|
+
};
|
|
2343
|
+
}
|
|
2344
|
+
// As this isn't a prefetch request, we should serve the static flight
|
|
2345
|
+
// data.
|
|
2346
|
+
return {
|
|
2347
|
+
type: 'rsc',
|
|
2348
|
+
body: _renderresult.default.fromStatic(cachedData.rscData),
|
|
2349
|
+
cacheControl: cacheEntry.cacheControl
|
|
2350
|
+
};
|
|
2351
|
+
}
|
|
2352
|
+
// This is a request for HTML data.
|
|
2353
|
+
let body = cachedData.html;
|
|
2354
|
+
// If there's no postponed state, we should just serve the HTML. This
|
|
2355
|
+
// should also be the case for a resume request because it's completed
|
|
2356
|
+
// as a server render (rather than a static render).
|
|
2357
|
+
if (!didPostpone || this.minimalMode) {
|
|
2358
|
+
return {
|
|
2359
|
+
type: 'html',
|
|
2360
|
+
body,
|
|
2361
|
+
cacheControl: cacheEntry.cacheControl
|
|
2362
|
+
};
|
|
2363
|
+
}
|
|
2364
|
+
// If we're debugging the static shell or the dynamic API accesses, we
|
|
2365
|
+
// should just serve the HTML without resuming the render. The returned
|
|
2366
|
+
// HTML will be the static shell so all the Dynamic API's will be used
|
|
2367
|
+
// during static generation.
|
|
2368
|
+
if (isDebugStaticShell || isDebugDynamicAccesses) {
|
|
2369
|
+
// Since we're not resuming the render, we need to at least add the
|
|
2370
|
+
// closing body and html tags to create valid HTML.
|
|
2371
|
+
body.chain(new ReadableStream({
|
|
2372
|
+
start (controller) {
|
|
2373
|
+
controller.enqueue(_encodedTags.ENCODED_TAGS.CLOSED.BODY_AND_HTML);
|
|
2374
|
+
controller.close();
|
|
2375
|
+
}
|
|
2376
|
+
}));
|
|
2377
|
+
return {
|
|
2378
|
+
type: 'html',
|
|
2379
|
+
body,
|
|
2380
|
+
cacheControl: {
|
|
2381
|
+
revalidate: 0,
|
|
2382
|
+
expire: undefined
|
|
2383
|
+
}
|
|
2384
|
+
};
|
|
2385
|
+
}
|
|
2386
|
+
// This request has postponed, so let's create a new transformer that the
|
|
2387
|
+
// dynamic data can pipe to that will attach the dynamic data to the end
|
|
2388
|
+
// of the response.
|
|
2389
|
+
const transformer = new TransformStream();
|
|
2390
|
+
body.chain(transformer.readable);
|
|
2391
|
+
// Perform the render again, but this time, provide the postponed state.
|
|
2392
|
+
// We don't await because we want the result to start streaming now, and
|
|
2393
|
+
// we've already chained the transformer's readable to the render result.
|
|
2394
|
+
doRender({
|
|
2395
|
+
postponed: cachedData.postponed,
|
|
2396
|
+
pagesFallback: undefined,
|
|
2397
|
+
// This is a resume render, not a fallback render, so we don't need to
|
|
2398
|
+
// set this.
|
|
2399
|
+
fallbackRouteParams: null
|
|
2400
|
+
}).then(async (result)=>{
|
|
2401
|
+
var _result_value;
|
|
2402
|
+
if (!result) {
|
|
2403
|
+
throw Object.defineProperty(new Error('Invariant: expected a result to be returned'), "__NEXT_ERROR_CODE", {
|
|
2404
|
+
value: "E463",
|
|
2405
|
+
enumerable: false,
|
|
2406
|
+
configurable: true
|
|
2407
|
+
});
|
|
2408
|
+
}
|
|
2409
|
+
if (((_result_value = result.value) == null ? void 0 : _result_value.kind) !== _responsecache.CachedRouteKind.APP_PAGE) {
|
|
2410
|
+
var _result_value1;
|
|
2411
|
+
throw Object.defineProperty(new Error(`Invariant: expected a page response, got ${(_result_value1 = result.value) == null ? void 0 : _result_value1.kind}`), "__NEXT_ERROR_CODE", {
|
|
2412
|
+
value: "E305",
|
|
2413
|
+
enumerable: false,
|
|
2414
|
+
configurable: true
|
|
2415
|
+
});
|
|
2416
|
+
}
|
|
2417
|
+
// Pipe the resume result to the transformer.
|
|
2418
|
+
await result.value.html.pipeTo(transformer.writable);
|
|
2419
|
+
}).catch((err)=>{
|
|
2420
|
+
// An error occurred during piping or preparing the render, abort
|
|
2421
|
+
// the transformers writer so we can terminate the stream.
|
|
2422
|
+
transformer.writable.abort(err).catch((e)=>{
|
|
2423
|
+
console.error("couldn't abort transformer", e);
|
|
2424
|
+
});
|
|
2425
|
+
});
|
|
2426
|
+
return {
|
|
2427
|
+
type: 'html',
|
|
2428
|
+
body,
|
|
2429
|
+
// We don't want to cache the response if it has postponed data because
|
|
2430
|
+
// the response being sent to the client it's dynamic parts are streamed
|
|
2431
|
+
// to the client on the same request.
|
|
2432
|
+
cacheControl: {
|
|
2433
|
+
revalidate: 0,
|
|
2434
|
+
expire: undefined
|
|
2435
|
+
}
|
|
2436
|
+
};
|
|
2437
|
+
} else if (isNextDataRequest) {
|
|
2438
|
+
return {
|
|
2439
|
+
type: 'json',
|
|
2440
|
+
body: _renderresult.default.fromStatic(JSON.stringify(cachedData.pageData)),
|
|
2441
|
+
cacheControl: cacheEntry.cacheControl
|
|
2442
|
+
};
|
|
2443
|
+
} else {
|
|
2444
|
+
return {
|
|
2445
|
+
type: 'html',
|
|
2446
|
+
body: cachedData.html,
|
|
2447
|
+
cacheControl: cacheEntry.cacheControl
|
|
2448
|
+
};
|
|
2449
|
+
}
|
|
2450
|
+
}
|
|
2451
|
+
stripNextDataPath(path, stripLocale = true) {
|
|
2452
|
+
if (path.includes(this.buildId)) {
|
|
2453
|
+
const splitPath = path.substring(path.indexOf(this.buildId) + this.buildId.length);
|
|
2454
|
+
path = (0, _denormalizepagepath.denormalizePagePath)(splitPath.replace(/\.json$/, ''));
|
|
2455
|
+
}
|
|
2456
|
+
if (this.localeNormalizer && stripLocale) {
|
|
2457
|
+
return this.localeNormalizer.normalize(path);
|
|
2458
|
+
}
|
|
2459
|
+
return path;
|
|
2460
|
+
}
|
|
2461
|
+
// map the route to the actual bundle name
|
|
2462
|
+
getOriginalAppPaths(route) {
|
|
2463
|
+
if (this.enabledDirectories.app) {
|
|
2464
|
+
var _this_appPathRoutes;
|
|
2465
|
+
const originalAppPath = (_this_appPathRoutes = this.appPathRoutes) == null ? void 0 : _this_appPathRoutes[route];
|
|
2466
|
+
if (!originalAppPath) {
|
|
2467
|
+
return null;
|
|
2468
|
+
}
|
|
2469
|
+
return originalAppPath;
|
|
2470
|
+
}
|
|
2471
|
+
return null;
|
|
2472
|
+
}
|
|
2473
|
+
async renderPageComponent(ctx, bubbleNoFallback) {
|
|
2474
|
+
var _this_nextConfig_experimental_sri;
|
|
2475
|
+
const { query, pathname } = ctx;
|
|
2476
|
+
const appPaths = this.getOriginalAppPaths(pathname);
|
|
2477
|
+
const isAppPath = Array.isArray(appPaths);
|
|
2478
|
+
let page = pathname;
|
|
2479
|
+
if (isAppPath) {
|
|
2480
|
+
// the last item in the array is the root page, if there are parallel routes
|
|
2481
|
+
page = appPaths[appPaths.length - 1];
|
|
2482
|
+
}
|
|
2483
|
+
const result = await this.findPageComponents({
|
|
2484
|
+
locale: (0, _requestmeta.getRequestMeta)(ctx.req, 'locale'),
|
|
2485
|
+
page,
|
|
2486
|
+
query,
|
|
2487
|
+
params: ctx.renderOpts.params || {},
|
|
2488
|
+
isAppPath,
|
|
2489
|
+
sriEnabled: !!((_this_nextConfig_experimental_sri = this.nextConfig.experimental.sri) == null ? void 0 : _this_nextConfig_experimental_sri.algorithm),
|
|
2490
|
+
appPaths,
|
|
2491
|
+
// Ensuring for loading page component routes is done via the matcher.
|
|
2492
|
+
shouldEnsure: false
|
|
2493
|
+
});
|
|
2494
|
+
if (result) {
|
|
2495
|
+
(0, _tracer.getTracer)().setRootSpanAttribute('next.route', pathname);
|
|
2496
|
+
try {
|
|
2497
|
+
return await this.renderToResponseWithComponents(ctx, result);
|
|
2498
|
+
} catch (err) {
|
|
2499
|
+
const isNoFallbackError = err instanceof NoFallbackError;
|
|
2500
|
+
if (!isNoFallbackError || isNoFallbackError && bubbleNoFallback) {
|
|
2501
|
+
throw err;
|
|
2502
|
+
}
|
|
2503
|
+
}
|
|
2504
|
+
}
|
|
2505
|
+
return false;
|
|
2506
|
+
}
|
|
2507
|
+
async renderToResponse(ctx) {
|
|
2508
|
+
return (0, _tracer.getTracer)().trace(_constants1.BaseServerSpan.renderToResponse, {
|
|
2509
|
+
spanName: `rendering page`,
|
|
2510
|
+
attributes: {
|
|
2511
|
+
'next.route': ctx.pathname
|
|
2512
|
+
}
|
|
2513
|
+
}, async ()=>{
|
|
2514
|
+
return this.renderToResponseImpl(ctx);
|
|
2515
|
+
});
|
|
2516
|
+
}
|
|
2517
|
+
async renderToResponseImpl(ctx) {
|
|
2518
|
+
var _this_i18nProvider;
|
|
2519
|
+
const { req, res, query, pathname } = ctx;
|
|
2520
|
+
let page = pathname;
|
|
2521
|
+
const bubbleNoFallback = (0, _requestmeta.getRequestMeta)(ctx.req, 'bubbleNoFallback') ?? false;
|
|
2522
|
+
delete query[_approuterheaders.NEXT_RSC_UNION_QUERY];
|
|
2523
|
+
const options = {
|
|
2524
|
+
i18n: (_this_i18nProvider = this.i18nProvider) == null ? void 0 : _this_i18nProvider.fromRequest(req, pathname)
|
|
2525
|
+
};
|
|
2526
|
+
try {
|
|
2527
|
+
for await (const match of this.matchers.matchAll(pathname, options)){
|
|
2528
|
+
// when a specific invoke-output is meant to be matched
|
|
2529
|
+
// ensure a prior dynamic route/page doesn't take priority
|
|
2530
|
+
const invokeOutput = (0, _requestmeta.getRequestMeta)(ctx.req, 'invokeOutput');
|
|
2531
|
+
if (!this.minimalMode && typeof invokeOutput === 'string' && (0, _utils1.isDynamicRoute)(invokeOutput || '') && invokeOutput !== match.definition.pathname) {
|
|
2532
|
+
continue;
|
|
2533
|
+
}
|
|
2534
|
+
const result = await this.renderPageComponent({
|
|
2535
|
+
...ctx,
|
|
2536
|
+
pathname: match.definition.pathname,
|
|
2537
|
+
renderOpts: {
|
|
2538
|
+
...ctx.renderOpts,
|
|
2539
|
+
params: match.params
|
|
2540
|
+
}
|
|
2541
|
+
}, bubbleNoFallback);
|
|
2542
|
+
if (result !== false) return result;
|
|
2543
|
+
}
|
|
2544
|
+
// currently edge functions aren't receiving the x-matched-path
|
|
2545
|
+
// header so we need to fallback to matching the current page
|
|
2546
|
+
// when we weren't able to match via dynamic route to handle
|
|
2547
|
+
// the rewrite case
|
|
2548
|
+
// @ts-expect-error extended in child class web-server
|
|
2549
|
+
if (this.serverOptions.webServerConfig) {
|
|
2550
|
+
// @ts-expect-error extended in child class web-server
|
|
2551
|
+
ctx.pathname = this.serverOptions.webServerConfig.page;
|
|
2552
|
+
const result = await this.renderPageComponent(ctx, bubbleNoFallback);
|
|
2553
|
+
if (result !== false) return result;
|
|
2554
|
+
}
|
|
2555
|
+
} catch (error) {
|
|
2556
|
+
const err = (0, _iserror.getProperError)(error);
|
|
2557
|
+
if (error instanceof _utils.MissingStaticPage) {
|
|
2558
|
+
console.error('Invariant: failed to load static page', JSON.stringify({
|
|
2559
|
+
page,
|
|
2560
|
+
url: ctx.req.url,
|
|
2561
|
+
matchedPath: ctx.req.headers[_constants2.MATCHED_PATH_HEADER],
|
|
2562
|
+
initUrl: (0, _requestmeta.getRequestMeta)(ctx.req, 'initURL'),
|
|
2563
|
+
didRewrite: !!(0, _requestmeta.getRequestMeta)(ctx.req, 'rewroteURL'),
|
|
2564
|
+
rewroteUrl: (0, _requestmeta.getRequestMeta)(ctx.req, 'rewroteURL')
|
|
2565
|
+
}, null, 2));
|
|
2566
|
+
throw err;
|
|
2567
|
+
}
|
|
2568
|
+
if (err instanceof NoFallbackError && bubbleNoFallback) {
|
|
2569
|
+
throw err;
|
|
2570
|
+
}
|
|
2571
|
+
if (err instanceof _utils.DecodeError || err instanceof _utils.NormalizeError) {
|
|
2572
|
+
res.statusCode = 400;
|
|
2573
|
+
return await this.renderErrorToResponse(ctx, err);
|
|
2574
|
+
}
|
|
2575
|
+
res.statusCode = 500;
|
|
2576
|
+
// if pages/500 is present we still need to trigger
|
|
2577
|
+
// /_error `getInitialProps` to allow reporting error
|
|
2578
|
+
if (await this.hasPage('/500')) {
|
|
2579
|
+
(0, _requestmeta.addRequestMeta)(ctx.req, 'customErrorRender', true);
|
|
2580
|
+
await this.renderErrorToResponse(ctx, err);
|
|
2581
|
+
(0, _requestmeta.removeRequestMeta)(ctx.req, 'customErrorRender');
|
|
2582
|
+
}
|
|
2583
|
+
const isWrappedError = err instanceof WrappedBuildError;
|
|
2584
|
+
if (!isWrappedError) {
|
|
2585
|
+
if (this.minimalMode && process.env.NEXT_RUNTIME !== 'edge' || this.renderOpts.dev) {
|
|
2586
|
+
if ((0, _iserror.default)(err)) err.page = page;
|
|
2587
|
+
throw err;
|
|
2588
|
+
}
|
|
2589
|
+
this.logError((0, _iserror.getProperError)(err));
|
|
2590
|
+
}
|
|
2591
|
+
const response = await this.renderErrorToResponse(ctx, isWrappedError ? err.innerError : err);
|
|
2592
|
+
return response;
|
|
2593
|
+
}
|
|
2594
|
+
const middleware = await this.getMiddleware();
|
|
2595
|
+
if (middleware && !!ctx.req.headers['x-nextjs-data'] && (!res.statusCode || res.statusCode === 200 || res.statusCode === 404)) {
|
|
2596
|
+
const locale = (0, _requestmeta.getRequestMeta)(req, 'locale');
|
|
2597
|
+
res.setHeader('x-nextjs-matched-path', `${locale ? `/${locale}` : ''}${pathname}`);
|
|
2598
|
+
res.statusCode = 200;
|
|
2599
|
+
res.setHeader('content-type', 'application/json');
|
|
2600
|
+
res.body('{}');
|
|
2601
|
+
res.send();
|
|
2602
|
+
return null;
|
|
2603
|
+
}
|
|
2604
|
+
res.statusCode = 404;
|
|
2605
|
+
return this.renderErrorToResponse(ctx, null);
|
|
2606
|
+
}
|
|
2607
|
+
async renderToHTML(req, res, pathname, query = {}) {
|
|
2608
|
+
return (0, _tracer.getTracer)().trace(_constants1.BaseServerSpan.renderToHTML, async ()=>{
|
|
2609
|
+
return this.renderToHTMLImpl(req, res, pathname, query);
|
|
2610
|
+
});
|
|
2611
|
+
}
|
|
2612
|
+
async renderToHTMLImpl(req, res, pathname, query = {}) {
|
|
2613
|
+
return this.getStaticHTML((ctx)=>this.renderToResponse(ctx), {
|
|
2614
|
+
req,
|
|
2615
|
+
res,
|
|
2616
|
+
pathname,
|
|
2617
|
+
query
|
|
2618
|
+
});
|
|
2619
|
+
}
|
|
2620
|
+
async renderError(err, req, res, pathname, query = {}, setHeaders = true) {
|
|
2621
|
+
return (0, _tracer.getTracer)().trace(_constants1.BaseServerSpan.renderError, async ()=>{
|
|
2622
|
+
return this.renderErrorImpl(err, req, res, pathname, query, setHeaders);
|
|
2623
|
+
});
|
|
2624
|
+
}
|
|
2625
|
+
async renderErrorImpl(err, req, res, pathname, query = {}, setHeaders = true) {
|
|
2626
|
+
if (setHeaders) {
|
|
2627
|
+
res.setHeader('Cache-Control', 'private, no-cache, no-store, max-age=0, must-revalidate');
|
|
2628
|
+
}
|
|
2629
|
+
return this.pipe(async (ctx)=>{
|
|
2630
|
+
const response = await this.renderErrorToResponse(ctx, err);
|
|
2631
|
+
if (this.minimalMode && res.statusCode === 500) {
|
|
2632
|
+
throw err;
|
|
2633
|
+
}
|
|
2634
|
+
return response;
|
|
2635
|
+
}, {
|
|
2636
|
+
req,
|
|
2637
|
+
res,
|
|
2638
|
+
pathname,
|
|
2639
|
+
query
|
|
2640
|
+
});
|
|
2641
|
+
}
|
|
2642
|
+
async renderErrorToResponse(ctx, err) {
|
|
2643
|
+
return (0, _tracer.getTracer)().trace(_constants1.BaseServerSpan.renderErrorToResponse, async ()=>{
|
|
2644
|
+
return this.renderErrorToResponseImpl(ctx, err);
|
|
2645
|
+
});
|
|
2646
|
+
}
|
|
2647
|
+
async renderErrorToResponseImpl(ctx, err) {
|
|
2648
|
+
// Short-circuit favicon.ico in development to avoid compiling 404 page when the app has no favicon.ico.
|
|
2649
|
+
// Since favicon.ico is automatically requested by the browser.
|
|
2650
|
+
if (this.renderOpts.dev && ctx.pathname === '/favicon.ico') {
|
|
2651
|
+
return {
|
|
2652
|
+
type: 'html',
|
|
2653
|
+
body: _renderresult.default.fromStatic('')
|
|
2654
|
+
};
|
|
2655
|
+
}
|
|
2656
|
+
const { res, query } = ctx;
|
|
2657
|
+
try {
|
|
2658
|
+
let result = null;
|
|
2659
|
+
const is404 = res.statusCode === 404;
|
|
2660
|
+
let using404Page = false;
|
|
2661
|
+
if (is404) {
|
|
2662
|
+
if (this.enabledDirectories.app) {
|
|
2663
|
+
// Use the not-found entry in app directory
|
|
2664
|
+
result = await this.findPageComponents({
|
|
2665
|
+
locale: (0, _requestmeta.getRequestMeta)(ctx.req, 'locale'),
|
|
2666
|
+
page: _constants.UNDERSCORE_NOT_FOUND_ROUTE_ENTRY,
|
|
2667
|
+
query,
|
|
2668
|
+
params: {},
|
|
2669
|
+
isAppPath: true,
|
|
2670
|
+
shouldEnsure: true,
|
|
2671
|
+
url: ctx.req.url
|
|
2672
|
+
});
|
|
2673
|
+
using404Page = result !== null;
|
|
2674
|
+
}
|
|
2675
|
+
if (!result && await this.hasPage('/404')) {
|
|
2676
|
+
result = await this.findPageComponents({
|
|
2677
|
+
locale: (0, _requestmeta.getRequestMeta)(ctx.req, 'locale'),
|
|
2678
|
+
page: '/404',
|
|
2679
|
+
query,
|
|
2680
|
+
params: {},
|
|
2681
|
+
isAppPath: false,
|
|
2682
|
+
// Ensuring can't be done here because you never "match" a 404 route.
|
|
2683
|
+
shouldEnsure: true,
|
|
2684
|
+
url: ctx.req.url
|
|
2685
|
+
});
|
|
2686
|
+
using404Page = result !== null;
|
|
2687
|
+
}
|
|
2688
|
+
}
|
|
2689
|
+
let statusPage = `/${res.statusCode}`;
|
|
2690
|
+
if (!(0, _requestmeta.getRequestMeta)(ctx.req, 'customErrorRender') && !result && _constants.STATIC_STATUS_PAGES.includes(statusPage)) {
|
|
2691
|
+
// skip ensuring /500 in dev mode as it isn't used and the
|
|
2692
|
+
// dev overlay is used instead
|
|
2693
|
+
if (statusPage !== '/500' || !this.renderOpts.dev) {
|
|
2694
|
+
result = await this.findPageComponents({
|
|
2695
|
+
locale: (0, _requestmeta.getRequestMeta)(ctx.req, 'locale'),
|
|
2696
|
+
page: statusPage,
|
|
2697
|
+
query,
|
|
2698
|
+
params: {},
|
|
2699
|
+
isAppPath: false,
|
|
2700
|
+
// Ensuring can't be done here because you never "match" a 500
|
|
2701
|
+
// route.
|
|
2702
|
+
shouldEnsure: true,
|
|
2703
|
+
url: ctx.req.url
|
|
2704
|
+
});
|
|
2705
|
+
}
|
|
2706
|
+
}
|
|
2707
|
+
if (!result) {
|
|
2708
|
+
result = await this.findPageComponents({
|
|
2709
|
+
locale: (0, _requestmeta.getRequestMeta)(ctx.req, 'locale'),
|
|
2710
|
+
page: '/_error',
|
|
2711
|
+
query,
|
|
2712
|
+
params: {},
|
|
2713
|
+
isAppPath: false,
|
|
2714
|
+
// Ensuring can't be done here because you never "match" an error
|
|
2715
|
+
// route.
|
|
2716
|
+
shouldEnsure: true,
|
|
2717
|
+
url: ctx.req.url
|
|
2718
|
+
});
|
|
2719
|
+
statusPage = '/_error';
|
|
2720
|
+
}
|
|
2721
|
+
if (process.env.NODE_ENV !== 'production' && !using404Page && await this.hasPage('/_error') && !await this.hasPage('/404')) {
|
|
2722
|
+
this.customErrorNo404Warn();
|
|
2723
|
+
}
|
|
2724
|
+
if (!result) {
|
|
2725
|
+
// this can occur when a project directory has been moved/deleted
|
|
2726
|
+
// which is handled in the parent process in development
|
|
2727
|
+
if (this.renderOpts.dev) {
|
|
2728
|
+
return {
|
|
2729
|
+
type: 'html',
|
|
2730
|
+
// wait for dev-server to restart before refreshing
|
|
2731
|
+
body: _renderresult.default.fromStatic(`
|
|
2732
|
+
<pre>missing required error components, refreshing...</pre>
|
|
2733
|
+
<script>
|
|
2734
|
+
async function check() {
|
|
2735
|
+
const res = await fetch(location.href).catch(() => ({}))
|
|
2736
|
+
|
|
2737
|
+
if (res.status === 200) {
|
|
2738
|
+
location.reload()
|
|
2739
|
+
} else {
|
|
2740
|
+
setTimeout(check, 1000)
|
|
2741
|
+
}
|
|
2742
|
+
}
|
|
2743
|
+
check()
|
|
2744
|
+
</script>`)
|
|
2745
|
+
};
|
|
2746
|
+
}
|
|
2747
|
+
throw new WrappedBuildError(Object.defineProperty(new Error('missing required error components'), "__NEXT_ERROR_CODE", {
|
|
2748
|
+
value: "E60",
|
|
2749
|
+
enumerable: false,
|
|
2750
|
+
configurable: true
|
|
2751
|
+
}));
|
|
2752
|
+
}
|
|
2753
|
+
// If the page has a route module, use it for the new match. If it doesn't
|
|
2754
|
+
// have a route module, remove the match.
|
|
2755
|
+
if (result.components.routeModule) {
|
|
2756
|
+
(0, _requestmeta.addRequestMeta)(ctx.req, 'match', {
|
|
2757
|
+
definition: result.components.routeModule.definition,
|
|
2758
|
+
params: undefined
|
|
2759
|
+
});
|
|
2760
|
+
} else {
|
|
2761
|
+
(0, _requestmeta.removeRequestMeta)(ctx.req, 'match');
|
|
2762
|
+
}
|
|
2763
|
+
try {
|
|
2764
|
+
return await this.renderToResponseWithComponents({
|
|
2765
|
+
...ctx,
|
|
2766
|
+
pathname: statusPage,
|
|
2767
|
+
renderOpts: {
|
|
2768
|
+
...ctx.renderOpts,
|
|
2769
|
+
err
|
|
2770
|
+
}
|
|
2771
|
+
}, result);
|
|
2772
|
+
} catch (maybeFallbackError) {
|
|
2773
|
+
if (maybeFallbackError instanceof NoFallbackError) {
|
|
2774
|
+
throw Object.defineProperty(new Error('invariant: failed to render error page'), "__NEXT_ERROR_CODE", {
|
|
2775
|
+
value: "E55",
|
|
2776
|
+
enumerable: false,
|
|
2777
|
+
configurable: true
|
|
2778
|
+
});
|
|
2779
|
+
}
|
|
2780
|
+
throw maybeFallbackError;
|
|
2781
|
+
}
|
|
2782
|
+
} catch (error) {
|
|
2783
|
+
const renderToHtmlError = (0, _iserror.getProperError)(error);
|
|
2784
|
+
const isWrappedError = renderToHtmlError instanceof WrappedBuildError;
|
|
2785
|
+
if (!isWrappedError) {
|
|
2786
|
+
this.logError(renderToHtmlError);
|
|
2787
|
+
}
|
|
2788
|
+
res.statusCode = 500;
|
|
2789
|
+
const fallbackComponents = await this.getFallbackErrorComponents(ctx.req.url);
|
|
2790
|
+
if (fallbackComponents) {
|
|
2791
|
+
// There was an error, so use it's definition from the route module
|
|
2792
|
+
// to add the match to the request.
|
|
2793
|
+
(0, _requestmeta.addRequestMeta)(ctx.req, 'match', {
|
|
2794
|
+
definition: fallbackComponents.routeModule.definition,
|
|
2795
|
+
params: undefined
|
|
2796
|
+
});
|
|
2797
|
+
return this.renderToResponseWithComponents({
|
|
2798
|
+
...ctx,
|
|
2799
|
+
pathname: '/_error',
|
|
2800
|
+
renderOpts: {
|
|
2801
|
+
...ctx.renderOpts,
|
|
2802
|
+
// We render `renderToHtmlError` here because `err` is
|
|
2803
|
+
// already captured in the stacktrace.
|
|
2804
|
+
err: isWrappedError ? renderToHtmlError.innerError : renderToHtmlError
|
|
2805
|
+
}
|
|
2806
|
+
}, {
|
|
2807
|
+
query,
|
|
2808
|
+
components: fallbackComponents
|
|
2809
|
+
});
|
|
2810
|
+
}
|
|
2811
|
+
return {
|
|
2812
|
+
type: 'html',
|
|
2813
|
+
body: _renderresult.default.fromStatic('Internal Server Error')
|
|
2814
|
+
};
|
|
2815
|
+
}
|
|
2816
|
+
}
|
|
2817
|
+
async renderErrorToHTML(err, req, res, pathname, query = {}) {
|
|
2818
|
+
return this.getStaticHTML((ctx)=>this.renderErrorToResponse(ctx, err), {
|
|
2819
|
+
req,
|
|
2820
|
+
res,
|
|
2821
|
+
pathname,
|
|
2822
|
+
query
|
|
2823
|
+
});
|
|
2824
|
+
}
|
|
2825
|
+
async render404(req, res, parsedUrl, setHeaders = true) {
|
|
2826
|
+
const { pathname, query } = parsedUrl ? parsedUrl : (0, _url.parse)(req.url, true);
|
|
2827
|
+
// Ensure the locales are provided on the request meta.
|
|
2828
|
+
if (this.nextConfig.i18n) {
|
|
2829
|
+
if (!(0, _requestmeta.getRequestMeta)(req, 'locale')) {
|
|
2830
|
+
(0, _requestmeta.addRequestMeta)(req, 'locale', this.nextConfig.i18n.defaultLocale);
|
|
2831
|
+
}
|
|
2832
|
+
(0, _requestmeta.addRequestMeta)(req, 'defaultLocale', this.nextConfig.i18n.defaultLocale);
|
|
2833
|
+
}
|
|
2834
|
+
res.statusCode = 404;
|
|
2835
|
+
return this.renderError(null, req, res, pathname, query, setHeaders);
|
|
2836
|
+
}
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2839
|
+
|
|
2840
|
+
} (baseServer));
|
|
2841
|
+
return baseServer;
|
|
2842
|
+
}
|
|
2843
|
+
|
|
2844
|
+
export { requireBaseServer as __require };
|