Skip to content

Conversation

lukesandberg
Copy link
Contributor

@lukesandberg lukesandberg commented Sep 3, 2025

In theory this is a memory optimization and development 'load performance' optimization but it comes at the cost of a slower time to first route and impacted HMR times

This exposed an issue where PagesData entrypoints were never collected into the whole_app_module_graph but they were collected into the per-page layout graphs. This wasn't a problem for production builds since we never create these entry points in those environments.

@ijjk ijjk added created-by: Turbopack team PRs by the Turbopack team. Turbopack Related to Turbopack with Next.js. type: next labels Sep 3, 2025
Copy link
Contributor Author

lukesandberg commented Sep 3, 2025

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@lukesandberg lukesandberg changed the title add an experimental feature to enable a whole app module graph [turbopack] add an experimental feature to enable a whole app module graph Sep 3, 2025
@ijjk
Copy link
Member

ijjk commented Sep 3, 2025

Failing test suites

Commit: c6c9d05 | About building and testing Next.js

pnpm test test/integration/app-tree/test/index.test.js (turbopack)

  • AppTree > production mode > should provide router context in AppTree on SSR (DD)
  • AppTree > production mode > should provide router context in AppTree on CSR (DD)
  • AppTree > production mode > should pass AppTree to NextPageContext (DD)
Expand output

● AppTree › production mode › should provide router context in AppTree on SSR

command failed with code 1 signal null
 ⚠ Linting is disabled.
   ▲ Next.js 15.6.0-canary.1 (Turbopack)

   Checking validity of types ...
   Creating an optimized production build ...

thread 'tokio-runtime-worker' panicked at turbopack/crates/turbopack-core/src/module_graph/mod.rs:369:21:
Duplicate module idents in graph: [
    "[project]/test/integration/app-tree/pages/_app.tsx [client] (ecmascript)",
]
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
FATAL: An unexpected Turbopack error occurred:
Failed to write page endpoint /_error

Caused by:
- Duplicate module idents in graph: [

Debug info:
- Execution of TaskId { id: 2147483650 } transient failed
- Execution of get_all_written_entrypoints_with_issues_operation failed
- Execution of EntrypointsOperation::new failed
- Execution of all_entrypoints_write_to_disk_operation failed
- Execution of Project::emit_all_output_assets failed
- Execution of *emit_assets failed
- Execution of all_assets_from_entries_operation failed
- Execution of *all_assets_from_entries failed
- Execution of output_assets_operation failed
- Execution of <PageEndpoint as Endpoint>::output failed
- Failed to write page endpoint /_error
- Execution of PageEndpoint::output failed
- Execution of PageEndpoint::client_chunks failed
- Execution of *ChunkingContext::evaluated_chunk_group failed
- Execution of Project::client_chunking_context failed
- Execution of *get_client_chunking_context failed
- Execution of Project::module_ids failed
- Execution of Project::whole_app_module_graphs failed
- Execution of whole_app_module_graph_operation failed
- Execution of *ModuleGraph::from_single_graph failed
- Execution of SingleModuleGraph::new_with_entries failed
- Duplicate module idents in graph: [
      "[project]/test/integration/app-tree/pages/_app.tsx [client] (ecmascript)",
  ]

> Build error occurred
Error [TurbopackInternalError]: Failed to write page endpoint /_error

Caused by:
- Duplicate module idents in graph: [

Debug info:
- Execution of TaskId { id: 2147483650 } transient failed
- Execution of get_all_written_entrypoints_with_issues_operation failed
- Execution of EntrypointsOperation::new failed
- Execution of all_entrypoints_write_to_disk_operation failed
- Execution of Project::emit_all_output_assets failed
- Execution of *emit_assets failed
- Execution of all_assets_from_entries_operation failed
- Execution of *all_assets_from_entries failed
- Execution of output_assets_operation failed
- Execution of <PageEndpoint as Endpoint>::output failed
- Failed to write page endpoint /_error
- Execution of PageEndpoint::output failed
- Execution of PageEndpoint::client_chunks failed
- Execution of *ChunkingContext::evaluated_chunk_group failed
- Execution of Project::client_chunking_context failed
- Execution of *get_client_chunking_context failed
- Execution of Project::module_ids failed
- Execution of Project::whole_app_module_graphs failed
- Execution of whole_app_module_graph_operation failed
- Execution of *ModuleGraph::from_single_graph failed
- Execution of SingleModuleGraph::new_with_entries failed
- Duplicate module idents in graph: [
      "[project]/test/integration/app-tree/pages/_app.tsx [client] (ecmascript)",
  ]
    at <unknown> (TurbopackInternalError: Failed to write page endpoint /_error)

  329 |       ) {
  330 |         return reject(
> 331 |           new Error(
      |           ^
  332 |             `command failed with code ${code} signal ${signal}\n${mergedStdio}`
  333 |           )
  334 |         )

  at throwTurbopackInternalError (../dist/shared/lib/turbopack/internal-error.js:43:17) {
    type: 'TurbopackInternalError',
  location: 'turbopack/crates/turbopack-core/src/module_graph/mod.rs:369:21'
  }
  at ChildProcess.<anonymous> (lib/next-test-utils.ts:331:11)

● AppTree › production mode › should provide router context in AppTree on CSR

command failed with code 1 signal null
 ⚠ Linting is disabled.
   ▲ Next.js 15.6.0-canary.1 (Turbopack)

   Checking validity of types ...
   Creating an optimized production build ...

thread 'tokio-runtime-worker' panicked at turbopack/crates/turbopack-core/src/module_graph/mod.rs:369:21:
Duplicate module idents in graph: [
    "[project]/test/integration/app-tree/pages/_app.tsx [client] (ecmascript)",
]
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
FATAL: An unexpected Turbopack error occurred:
Failed to write page endpoint /_error

Caused by:
- Duplicate module idents in graph: [

Debug info:
- Execution of TaskId { id: 2147483650 } transient failed
- Execution of get_all_written_entrypoints_with_issues_operation failed
- Execution of EntrypointsOperation::new failed
- Execution of all_entrypoints_write_to_disk_operation failed
- Execution of Project::emit_all_output_assets failed
- Execution of *emit_assets failed
- Execution of all_assets_from_entries_operation failed
- Execution of *all_assets_from_entries failed
- Execution of output_assets_operation failed
- Execution of <PageEndpoint as Endpoint>::output failed
- Failed to write page endpoint /_error
- Execution of PageEndpoint::output failed
- Execution of PageEndpoint::client_chunks failed
- Execution of *ChunkingContext::evaluated_chunk_group failed
- Execution of Project::client_chunking_context failed
- Execution of *get_client_chunking_context failed
- Execution of Project::module_ids failed
- Execution of Project::whole_app_module_graphs failed
- Execution of whole_app_module_graph_operation failed
- Execution of *ModuleGraph::from_single_graph failed
- Execution of SingleModuleGraph::new_with_entries failed
- Duplicate module idents in graph: [
      "[project]/test/integration/app-tree/pages/_app.tsx [client] (ecmascript)",
  ]

> Build error occurred
Error [TurbopackInternalError]: Failed to write page endpoint /_error

Caused by:
- Duplicate module idents in graph: [

Debug info:
- Execution of TaskId { id: 2147483650 } transient failed
- Execution of get_all_written_entrypoints_with_issues_operation failed
- Execution of EntrypointsOperation::new failed
- Execution of all_entrypoints_write_to_disk_operation failed
- Execution of Project::emit_all_output_assets failed
- Execution of *emit_assets failed
- Execution of all_assets_from_entries_operation failed
- Execution of *all_assets_from_entries failed
- Execution of output_assets_operation failed
- Execution of <PageEndpoint as Endpoint>::output failed
- Failed to write page endpoint /_error
- Execution of PageEndpoint::output failed
- Execution of PageEndpoint::client_chunks failed
- Execution of *ChunkingContext::evaluated_chunk_group failed
- Execution of Project::client_chunking_context failed
- Execution of *get_client_chunking_context failed
- Execution of Project::module_ids failed
- Execution of Project::whole_app_module_graphs failed
- Execution of whole_app_module_graph_operation failed
- Execution of *ModuleGraph::from_single_graph failed
- Execution of SingleModuleGraph::new_with_entries failed
- Duplicate module idents in graph: [
      "[project]/test/integration/app-tree/pages/_app.tsx [client] (ecmascript)",
  ]
    at <unknown> (TurbopackInternalError: Failed to write page endpoint /_error)

  329 |       ) {
  330 |         return reject(
> 331 |           new Error(
      |           ^
  332 |             `command failed with code ${code} signal ${signal}\n${mergedStdio}`
  333 |           )
  334 |         )

  at throwTurbopackInternalError (../dist/shared/lib/turbopack/internal-error.js:43:17) {
    type: 'TurbopackInternalError',
  location: 'turbopack/crates/turbopack-core/src/module_graph/mod.rs:369:21'
  }
  at ChildProcess.<anonymous> (lib/next-test-utils.ts:331:11)

● AppTree › production mode › should pass AppTree to NextPageContext

command failed with code 1 signal null
 ⚠ Linting is disabled.
   ▲ Next.js 15.6.0-canary.1 (Turbopack)

   Checking validity of types ...
   Creating an optimized production build ...

thread 'tokio-runtime-worker' panicked at turbopack/crates/turbopack-core/src/module_graph/mod.rs:369:21:
Duplicate module idents in graph: [
    "[project]/test/integration/app-tree/pages/_app.tsx [client] (ecmascript)",
]
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
FATAL: An unexpected Turbopack error occurred:
Failed to write page endpoint /_error

Caused by:
- Duplicate module idents in graph: [

Debug info:
- Execution of TaskId { id: 2147483650 } transient failed
- Execution of get_all_written_entrypoints_with_issues_operation failed
- Execution of EntrypointsOperation::new failed
- Execution of all_entrypoints_write_to_disk_operation failed
- Execution of Project::emit_all_output_assets failed
- Execution of *emit_assets failed
- Execution of all_assets_from_entries_operation failed
- Execution of *all_assets_from_entries failed
- Execution of output_assets_operation failed
- Execution of <PageEndpoint as Endpoint>::output failed
- Failed to write page endpoint /_error
- Execution of PageEndpoint::output failed
- Execution of PageEndpoint::client_chunks failed
- Execution of *ChunkingContext::evaluated_chunk_group failed
- Execution of Project::client_chunking_context failed
- Execution of *get_client_chunking_context failed
- Execution of Project::module_ids failed
- Execution of Project::whole_app_module_graphs failed
- Execution of whole_app_module_graph_operation failed
- Execution of *ModuleGraph::from_single_graph failed
- Execution of SingleModuleGraph::new_with_entries failed
- Duplicate module idents in graph: [
      "[project]/test/integration/app-tree/pages/_app.tsx [client] (ecmascript)",
  ]

> Build error occurred
Error [TurbopackInternalError]: Failed to write page endpoint /_error

Caused by:
- Duplicate module idents in graph: [

Debug info:
- Execution of TaskId { id: 2147483650 } transient failed
- Execution of get_all_written_entrypoints_with_issues_operation failed
- Execution of EntrypointsOperation::new failed
- Execution of all_entrypoints_write_to_disk_operation failed
- Execution of Project::emit_all_output_assets failed
- Execution of *emit_assets failed
- Execution of all_assets_from_entries_operation failed
- Execution of *all_assets_from_entries failed
- Execution of output_assets_operation failed
- Execution of <PageEndpoint as Endpoint>::output failed
- Failed to write page endpoint /_error
- Execution of PageEndpoint::output failed
- Execution of PageEndpoint::client_chunks failed
- Execution of *ChunkingContext::evaluated_chunk_group failed
- Execution of Project::client_chunking_context failed
- Execution of *get_client_chunking_context failed
- Execution of Project::module_ids failed
- Execution of Project::whole_app_module_graphs failed
- Execution of whole_app_module_graph_operation failed
- Execution of *ModuleGraph::from_single_graph failed
- Execution of SingleModuleGraph::new_with_entries failed
- Duplicate module idents in graph: [
      "[project]/test/integration/app-tree/pages/_app.tsx [client] (ecmascript)",
  ]
    at <unknown> (TurbopackInternalError: Failed to write page endpoint /_error)

  329 |       ) {
  330 |         return reject(
> 331 |           new Error(
      |           ^
  332 |             `command failed with code ${code} signal ${signal}\n${mergedStdio}`
  333 |           )
  334 |         )

  at throwTurbopackInternalError (../dist/shared/lib/turbopack/internal-error.js:43:17) {
    type: 'TurbopackInternalError',
  location: 'turbopack/crates/turbopack-core/src/module_graph/mod.rs:369:21'
  }
  at ChildProcess.<anonymous> (lib/next-test-utils.ts:331:11)

pnpm test-dev-turbo test/development/sass-error/index.test.ts (turbopack)

  • app dir - css > sass support > error handling > should use original source points for sass errors (DD)
Expand output

● app dir - css › sass support › error handling › should use original source points for sass errors

expect(received).toMatchInlineSnapshot(snapshot)

Snapshot name: `app dir - css sass support error handling should use original source points for sass errors 1`

- Snapshot  - 7
+ Received  + 1

@@ -6,12 +6,6 @@
       | ^
    46 |   fill: currentColor;
    47 | }
    48 |

- Pseudo-elements like '::before' or '::after' can't be followed by selectors like 'Ident("path")'
-
- Import trace:
-   Client Component Browser:
-     ./app/global.scss.css [Client Component Browser]
-     ./app/layout.js [Client Component Browser]
-     ./app/layout.js [Server Component]"
+ Pseudo-elements like '::before' or '::after' can't be followed by selectors like 'Ident("path")'"

  26 |
  27 |           // css-loader does not report an error for this case
> 28 |           expect(source).toMatchInlineSnapshot(`
     |                          ^
  29 |            "./app/global.scss.css (45:1)
  30 |            Parsing CSS source code failed
  31 |              43 | }

  at Object.toMatchInlineSnapshot (development/sass-error/index.test.ts:28:26)

pnpm test-dev-turbo test/e2e/app-dir/actions/app-action-progressive-enhancement.test.ts (turbopack)

  • app-dir action progressive enhancement > should support headers and cookies without JS (runtime: node) (DD)
Expand output

● app-dir action progressive enhancement › should support headers and cookies without JS (runtime: node)

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
  - waiting for locator('#get-referer') to be visible

  511 |
  512 |     return this.startChain(async () => {
> 513 |       const el = await page.waitForSelector(selector, {
      |                             ^
  514 |         timeout,
  515 |         state,
  516 |       })

  at waitForSelector (lib/browsers/playwright.ts:513:29)
  at Playwright._chain (lib/browsers/playwright.ts:643:23)
  at Playwright._chain [as startChain] (lib/browsers/playwright.ts:624:17)
  at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:512:17)
  at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:397:17)
  at Playwright.elementByCss [as elementById] (lib/browsers/playwright.ts:417:17)
  at elementById (e2e/app-dir/actions/app-action-progressive-enhancement.test.ts:63:21)
  at Proxy._chain (lib/browsers/playwright.ts:643:23)
  at Proxy._chain (lib/browsers/playwright.ts:619:17)
  at Proxy.continueChain (lib/browsers/playwright.ts:463:17)
  at click (e2e/app-dir/actions/app-action-progressive-enhancement.test.ts:63:48)

pnpm test-dev-turbo test/development/basic/next-rs-api.test.ts (turbopack)

  • next.rs api > should allow to write root page to disk (DD)
  • next.rs api > should allow to write pages edge api to disk (DD)
  • next.rs api > should allow to write pages Node.js api to disk (DD)
  • next.rs api > should allow to write app edge page to disk (DD)
  • next.rs api > should allow to write app Node.js page to disk (DD)
  • next.rs api > should allow to write pages edge page to disk (DD)
  • next.rs api > should allow to write pages Node.js page to disk (DD)
  • next.rs api > should allow to write app edge route to disk (DD)
  • next.rs api > should allow to write app Node.js route to disk (DD)
  • next.rs api > should have working HMR on client-side change on a page 0 (DD)
  • next.rs api > should have working HMR on client-side change on a page 1 (DD)
  • next.rs api > should have working HMR on client-side change on a page 2 (DD)
  • next.rs api > should have working HMR on server-side change on a page 0 (DD)
  • next.rs api > should have working HMR on server-side change on a page 1 (DD)
  • next.rs api > should have working HMR on server-side change on a page 2 (DD)
  • next.rs api > should have working HMR on client and server-side change on a page 0 (DD)
  • next.rs api > should have working HMR on client and server-side change on a page 1 (DD)
  • next.rs api > should have working HMR on client and server-side change on a page 2 (DD)
  • next.rs api > should have working HMR on client-side change on a app page 0 (DD)
  • next.rs api > should have working HMR on client-side change on a app page 1 (DD)
  • next.rs api > should have working HMR on client-side change on a app page 2 (DD)
  • next.rs api > should have working HMR on server-side change on a app page 0 (DD)
  • next.rs api > should have working HMR on server-side change on a app page 1 (DD)
  • next.rs api > should have working HMR on server-side change on a app page 2 (DD)
Expand output

● next.rs api › should allow to write root page to disk

expect(received).toMatchSnapshot(hint)

Snapshot name: `next.rs api should allow to write root page to disk: diagnostics 1`

- Snapshot  -  1
+ Received  + 86

- []
+ [
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "modularizeImports": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "persistentCaching": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "platform-triplet": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipMiddlewareUrlNormalize": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipTrailingSlashRedirect": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcEmotion": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcReactRemoveProperties": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRelay": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRemoveConsole": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcStyledComponents": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "transpilePackages": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "turbotrace": "false",
+     },
+   },
+ ]

  305 |     },
  306 |     {
> 307 |       name: 'pages Node.js page',
      |                                                                ^
  308 |       path: '/page-nodejs',
  309 |       type: 'page',
  310 |       runtime: 'nodejs',

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:307:74)

● next.rs api › should allow to write root page to disk

expect(received).toMatchSnapshot(hint)

Snapshot name: `next.rs api should allow to write root page to disk: data diagnostics 1`

- Snapshot  -  1
+ Received  + 86

- []
+ [
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "modularizeImports": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "persistentCaching": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "platform-triplet": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipMiddlewareUrlNormalize": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipTrailingSlashRedirect": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcEmotion": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcReactRemoveProperties": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRelay": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRemoveConsole": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcStyledComponents": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "transpilePackages": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "turbotrace": "false",
+     },
+   },
+ ]

  310 |       runtime: 'nodejs',
  311 |       config: {},
> 312 |     },
      |                 ^
  313 |     {
  314 |       name: 'app edge route',
  315 |       path: '/route-edge',

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:75)

● next.rs api › should allow to write pages edge api to disk

expect(received).toMatchSnapshot(hint)

Snapshot name: `next.rs api should allow to write pages edge api to disk: diagnostics 1`

- Snapshot  -  1
+ Received  + 86

- []
+ [
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "modularizeImports": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "persistentCaching": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "platform-triplet": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipMiddlewareUrlNormalize": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipTrailingSlashRedirect": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcEmotion": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcReactRemoveProperties": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRelay": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRemoveConsole": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcStyledComponents": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "transpilePackages": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "turbotrace": "false",
+     },
+   },
+ ]

  296 |       runtime: 'nodejs',
  297 |       config: {},
> 298 |     },
      |                 ^
  299 |     {
  300 |       name: 'pages edge page',
  301 |       path: '/page-edge',

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:298:74)

● next.rs api › should allow to write pages Node.js api to disk

expect(received).toMatchSnapshot(hint)

Snapshot name: `next.rs api should allow to write pages Node.js api to disk: diagnostics 1`

- Snapshot  -  1
+ Received  + 86

- []
+ [
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "modularizeImports": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "persistentCaching": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "platform-triplet": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipMiddlewareUrlNormalize": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipTrailingSlashRedirect": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcEmotion": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcReactRemoveProperties": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRelay": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRemoveConsole": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcStyledComponents": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "transpilePackages": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "turbotrace": "false",
+     },
+   },
+ ]

  296 |       runtime: 'nodejs',
  297 |       config: {},
> 298 |     },
      |                 ^
  299 |     {
  300 |       name: 'pages edge page',
  301 |       path: '/page-edge',

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:298:74)

● next.rs api › should allow to write app edge page to disk

expect(received).toMatchSnapshot(hint)

Snapshot name: `next.rs api should allow to write app edge page to disk: diagnostics 1`

- Snapshot  -  1
+ Received  + 86

- []
+ [
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "modularizeImports": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "persistentCaching": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "platform-triplet": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipMiddlewareUrlNormalize": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipTrailingSlashRedirect": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcEmotion": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcReactRemoveProperties": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRelay": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRemoveConsole": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcStyledComponents": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "transpilePackages": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "turbotrace": "false",
+     },
+   },
+ ]

  319 |     },
  320 |     {
> 321 |       name: 'app Node.js route',
      |                                                               ^
  322 |       path: '/route-nodejs',
  323 |       type: 'app-route',
  324 |       runtime: 'nodejs',

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:321:74)

● next.rs api › should allow to write app edge page to disk

expect(received).toMatchSnapshot(hint)

Snapshot name: `next.rs api should allow to write app edge page to disk: rsc diagnostics 1`

- Snapshot  -  1
+ Received  + 86

- []
+ [
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "modularizeImports": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "persistentCaching": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "platform-triplet": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipMiddlewareUrlNormalize": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipTrailingSlashRedirect": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcEmotion": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcReactRemoveProperties": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRelay": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRemoveConsole": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcStyledComponents": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "transpilePackages": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "turbotrace": "false",
+     },
+   },
+ ]

  324 |       runtime: 'nodejs',
  325 |       config: {},
> 326 |     },
      |                 ^
  327 |   ]
  328 |   for (const { name, path, type, runtime, config } of routes) {
  329 |     // eslint-disable-next-line no-loop-func

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:326:75)

● next.rs api › should allow to write app Node.js page to disk

expect(received).toMatchSnapshot(hint)

Snapshot name: `next.rs api should allow to write app Node.js page to disk: diagnostics 1`

- Snapshot  -  1
+ Received  + 86

- []
+ [
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "modularizeImports": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "persistentCaching": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "platform-triplet": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipMiddlewareUrlNormalize": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipTrailingSlashRedirect": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcEmotion": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcReactRemoveProperties": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRelay": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRemoveConsole": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcStyledComponents": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "transpilePackages": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "turbotrace": "false",
+     },
+   },
+ ]

  319 |     },
  320 |     {
> 321 |       name: 'app Node.js route',
      |                                                               ^
  322 |       path: '/route-nodejs',
  323 |       type: 'app-route',
  324 |       runtime: 'nodejs',

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:321:74)

● next.rs api › should allow to write app Node.js page to disk

expect(received).toMatchSnapshot(hint)

Snapshot name: `next.rs api should allow to write app Node.js page to disk: rsc diagnostics 1`

- Snapshot  -  1
+ Received  + 86

- []
+ [
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "modularizeImports": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "persistentCaching": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "platform-triplet": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipMiddlewareUrlNormalize": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipTrailingSlashRedirect": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcEmotion": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcReactRemoveProperties": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRelay": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRemoveConsole": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcStyledComponents": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "transpilePackages": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "turbotrace": "false",
+     },
+   },
+ ]

  324 |       runtime: 'nodejs',
  325 |       config: {},
> 326 |     },
      |                 ^
  327 |   ]
  328 |   for (const { name, path, type, runtime, config } of routes) {
  329 |     // eslint-disable-next-line no-loop-func

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:326:75)

● next.rs api › should allow to write pages edge page to disk

expect(received).toMatchSnapshot(hint)

Snapshot name: `next.rs api should allow to write pages edge page to disk: diagnostics 1`

- Snapshot  -  1
+ Received  + 86

- []
+ [
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "modularizeImports": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "persistentCaching": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "platform-triplet": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipMiddlewareUrlNormalize": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipTrailingSlashRedirect": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcEmotion": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcReactRemoveProperties": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRelay": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRemoveConsole": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcStyledComponents": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "transpilePackages": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "turbotrace": "false",
+     },
+   },
+ ]

  305 |     },
  306 |     {
> 307 |       name: 'pages Node.js page',
      |                                                                ^
  308 |       path: '/page-nodejs',
  309 |       type: 'page',
  310 |       runtime: 'nodejs',

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:307:74)

● next.rs api › should allow to write pages edge page to disk

expect(received).toMatchSnapshot(hint)

Snapshot name: `next.rs api should allow to write pages edge page to disk: data diagnostics 1`

- Snapshot  -  1
+ Received  + 86

- []
+ [
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "modularizeImports": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "persistentCaching": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "platform-triplet": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipMiddlewareUrlNormalize": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipTrailingSlashRedirect": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcEmotion": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcReactRemoveProperties": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRelay": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRemoveConsole": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcStyledComponents": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "transpilePackages": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "turbotrace": "false",
+     },
+   },
+ ]

  310 |       runtime: 'nodejs',
  311 |       config: {},
> 312 |     },
      |                 ^
  313 |     {
  314 |       name: 'app edge route',
  315 |       path: '/route-edge',

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:75)

● next.rs api › should allow to write pages Node.js page to disk

expect(received).toMatchSnapshot(hint)

Snapshot name: `next.rs api should allow to write pages Node.js page to disk: diagnostics 1`

- Snapshot  -  1
+ Received  + 86

- []
+ [
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "modularizeImports": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "persistentCaching": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "platform-triplet": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipMiddlewareUrlNormalize": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipTrailingSlashRedirect": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcEmotion": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcReactRemoveProperties": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRelay": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRemoveConsole": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcStyledComponents": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "transpilePackages": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "turbotrace": "false",
+     },
+   },
+ ]

  305 |     },
  306 |     {
> 307 |       name: 'pages Node.js page',
      |                                                                ^
  308 |       path: '/page-nodejs',
  309 |       type: 'page',
  310 |       runtime: 'nodejs',

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:307:74)

● next.rs api › should allow to write pages Node.js page to disk

expect(received).toMatchSnapshot(hint)

Snapshot name: `next.rs api should allow to write pages Node.js page to disk: data diagnostics 1`

- Snapshot  -  1
+ Received  + 86

- []
+ [
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "modularizeImports": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "persistentCaching": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "platform-triplet": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipMiddlewareUrlNormalize": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipTrailingSlashRedirect": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcEmotion": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcReactRemoveProperties": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRelay": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRemoveConsole": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcStyledComponents": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "transpilePackages": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "turbotrace": "false",
+     },
+   },
+ ]

  310 |       runtime: 'nodejs',
  311 |       config: {},
> 312 |     },
      |                 ^
  313 |     {
  314 |       name: 'app edge route',
  315 |       path: '/route-edge',

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:75)

● next.rs api › should allow to write app edge route to disk

expect(received).toMatchSnapshot(hint)

Snapshot name: `next.rs api should allow to write app edge route to disk: diagnostics 1`

- Snapshot  -  1
+ Received  + 86

- []
+ [
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "modularizeImports": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "persistentCaching": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "platform-triplet": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipMiddlewareUrlNormalize": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipTrailingSlashRedirect": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcEmotion": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcReactRemoveProperties": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRelay": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRemoveConsole": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcStyledComponents": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "transpilePackages": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "turbotrace": "false",
+     },
+   },
+ ]

  296 |       runtime: 'nodejs',
  297 |       config: {},
> 298 |     },
      |                 ^
  299 |     {
  300 |       name: 'pages edge page',
  301 |       path: '/page-edge',

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:298:74)

● next.rs api › should allow to write app Node.js route to disk

expect(received).toMatchSnapshot(hint)

Snapshot name: `next.rs api should allow to write app Node.js route to disk: diagnostics 1`

- Snapshot  -  1
+ Received  + 86

- []
+ [
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "modularizeImports": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "persistentCaching": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "platform-triplet": "true",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipMiddlewareUrlNormalize": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "skipTrailingSlashRedirect": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcEmotion": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcReactRemoveProperties": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRelay": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcRemoveConsole": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "swcStyledComponents": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "transpilePackages": "false",
+     },
+   },
+   {
+     "category": "NextFeatureTelemetry_category_tbd",
+     "name": "EVENT_BUILD_FEATURE_USAGE",
+     "payload": {
+       "turbotrace": "false",
+     },
+   },
+ ]

  296 |       runtime: 'nodejs',
  297 |       config: {},
> 298 |     },
      |                 ^
  299 |     {
  300 |       name: 'pages edge page',
  301 |       path: '/page-edge',

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:298:74)

● next.rs api › should have working HMR on client-side change on a page 0

expect(received).toHaveProperty(path, value)

Expected path: "diagnostics"

Expected value: toBeEmpty<>
Received value: [{"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"modularizeImports": "true"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"persistentCaching": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipMiddlewareUrlNormalize": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipTrailingSlashRedirect": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcEmotion": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcReactRemoveProperties": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRelay": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRemoveConsole": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcStyledComponents": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"transpilePackages": "false"}}, …]

  424 |     {
  425 |       name: 'client and server-side change on a page',
> 426 |       path: '/',
      |                                      ^
  427 |       type: 'page',
  428 |       file: 'pages/index.js',
  429 |       content: pagesIndexCode('hello world2', { another: 'prop' }),

  at development/basic/next-rs-api.test.ts:426:38
      at async Promise.all (index 1)
  at async Object.<anonymous> (development/basic/next-rs-api.test.ts:420:13)

● next.rs api › should have working HMR on client-side change on a page 1

expect(received).toHaveProperty(path, value)

Expected path: "diagnostics"

Expected value: toBeEmpty<>
Received value: [{"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"modularizeImports": "true"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"persistentCaching": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipMiddlewareUrlNormalize": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipTrailingSlashRedirect": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcEmotion": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcReactRemoveProperties": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRelay": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRemoveConsole": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcStyledComponents": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"transpilePackages": "false"}}, …]

  424 |     {
  425 |       name: 'client and server-side change on a page',
> 426 |       path: '/',
      |                                      ^
  427 |       type: 'page',
  428 |       file: 'pages/index.js',
  429 |       content: pagesIndexCode('hello world2', { another: 'prop' }),

  at development/basic/next-rs-api.test.ts:426:38
      at async Promise.all (index 35)
  at async Object.<anonymous> (development/basic/next-rs-api.test.ts:420:13)

● next.rs api › should have working HMR on client-side change on a page 2

expect(received).toHaveProperty(path, value)

Expected path: "diagnostics"

Expected value: toBeEmpty<>
Received value: [{"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"modularizeImports": "true"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"persistentCaching": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipMiddlewareUrlNormalize": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipTrailingSlashRedirect": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcEmotion": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcReactRemoveProperties": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRelay": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRemoveConsole": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcStyledComponents": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"transpilePackages": "false"}}, …]

  424 |     {
  425 |       name: 'client and server-side change on a page',
> 426 |       path: '/',
      |                                      ^
  427 |       type: 'page',
  428 |       file: 'pages/index.js',
  429 |       content: pagesIndexCode('hello world2', { another: 'prop' }),

  at development/basic/next-rs-api.test.ts:426:38
      at async Promise.all (index 2)
  at async Object.<anonymous> (development/basic/next-rs-api.test.ts:420:13)

● next.rs api › should have working HMR on server-side change on a page 0

expect(received).toHaveProperty(path, value)

Expected path: "diagnostics"

Expected value: toBeEmpty<>
Received value: [{"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"modularizeImports": "true"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"persistentCaching": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipMiddlewareUrlNormalize": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipTrailingSlashRedirect": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcEmotion": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcReactRemoveProperties": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRelay": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRemoveConsole": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcStyledComponents": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"transpilePackages": "false"}}, …]

  424 |     {
  425 |       name: 'client and server-side change on a page',
> 426 |       path: '/',
      |                                      ^
  427 |       type: 'page',
  428 |       file: 'pages/index.js',
  429 |       content: pagesIndexCode('hello world2', { another: 'prop' }),

  at development/basic/next-rs-api.test.ts:426:38
      at async Promise.all (index 0)
  at async Object.<anonymous> (development/basic/next-rs-api.test.ts:420:13)

● next.rs api › should have working HMR on server-side change on a page 1

expect(received).toHaveProperty(path, value)

Expected path: "diagnostics"

Expected value: toBeEmpty<>
Received value: [{"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"modularizeImports": "true"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"persistentCaching": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipMiddlewareUrlNormalize": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipTrailingSlashRedirect": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcEmotion": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcReactRemoveProperties": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRelay": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRemoveConsole": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcStyledComponents": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"transpilePackages": "false"}}, …]

  424 |     {
  425 |       name: 'client and server-side change on a page',
> 426 |       path: '/',
      |                                      ^
  427 |       type: 'page',
  428 |       file: 'pages/index.js',
  429 |       content: pagesIndexCode('hello world2', { another: 'prop' }),

  at development/basic/next-rs-api.test.ts:426:38
      at async Promise.all (index 2)
  at async Object.<anonymous> (development/basic/next-rs-api.test.ts:420:13)

● next.rs api › should have working HMR on server-side change on a page 2

expect(received).toHaveProperty(path, value)

Expected path: "diagnostics"

Expected value: toBeEmpty<>
Received value: [{"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"modularizeImports": "true"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"persistentCaching": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipMiddlewareUrlNormalize": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipTrailingSlashRedirect": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcEmotion": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcReactRemoveProperties": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRelay": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRemoveConsole": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcStyledComponents": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"transpilePackages": "false"}}, …]

  424 |     {
  425 |       name: 'client and server-side change on a page',
> 426 |       path: '/',
      |                                      ^
  427 |       type: 'page',
  428 |       file: 'pages/index.js',
  429 |       content: pagesIndexCode('hello world2', { another: 'prop' }),

  at development/basic/next-rs-api.test.ts:426:38
      at async Promise.all (index 3)
  at async Object.<anonymous> (development/basic/next-rs-api.test.ts:420:13)

● next.rs api › should have working HMR on client and server-side change on a page 0

expect(received).toHaveProperty(path, value)

Expected path: "diagnostics"

Expected value: toBeEmpty<>
Received value: [{"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"modularizeImports": "true"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"persistentCaching": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipMiddlewareUrlNormalize": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipTrailingSlashRedirect": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcEmotion": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcReactRemoveProperties": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRelay": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRemoveConsole": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcStyledComponents": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"transpilePackages": "false"}}, …]

  424 |     {
  425 |       name: 'client and server-side change on a page',
> 426 |       path: '/',
      |                                      ^
  427 |       type: 'page',
  428 |       file: 'pages/index.js',
  429 |       content: pagesIndexCode('hello world2', { another: 'prop' }),

  at development/basic/next-rs-api.test.ts:426:38
      at async Promise.all (index 0)
  at async Object.<anonymous> (development/basic/next-rs-api.test.ts:420:13)

● next.rs api › should have working HMR on client and server-side change on a page 1

expect(received).toHaveProperty(path, value)

Expected path: "diagnostics"

Expected value: toBeEmpty<>
Received value: [{"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"modularizeImports": "true"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"persistentCaching": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipMiddlewareUrlNormalize": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipTrailingSlashRedirect": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcEmotion": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcReactRemoveProperties": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRelay": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRemoveConsole": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcStyledComponents": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"transpilePackages": "false"}}, …]

  424 |     {
  425 |       name: 'client and server-side change on a page',
> 426 |       path: '/',
      |                                      ^
  427 |       type: 'page',
  428 |       file: 'pages/index.js',
  429 |       content: pagesIndexCode('hello world2', { another: 'prop' }),

  at development/basic/next-rs-api.test.ts:426:38
      at async Promise.all (index 0)
  at async Object.<anonymous> (development/basic/next-rs-api.test.ts:420:13)

● next.rs api › should have working HMR on client and server-side change on a page 2

expect(received).toHaveProperty(path, value)

Expected path: "diagnostics"

Expected value: toBeEmpty<>
Received value: [{"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"modularizeImports": "true"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"persistentCaching": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipMiddlewareUrlNormalize": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipTrailingSlashRedirect": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcEmotion": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcReactRemoveProperties": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRelay": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRemoveConsole": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcStyledComponents": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"transpilePackages": "false"}}, …]

  424 |     {
  425 |       name: 'client and server-side change on a page',
> 426 |       path: '/',
      |                                      ^
  427 |       type: 'page',
  428 |       file: 'pages/index.js',
  429 |       content: pagesIndexCode('hello world2', { another: 'prop' }),

  at development/basic/next-rs-api.test.ts:426:38
      at async Promise.all (index 0)
  at async Object.<anonymous> (development/basic/next-rs-api.test.ts:420:13)

● next.rs api › should have working HMR on client-side change on a app page 0

expect(received).toHaveProperty(path, value)

Expected path: "diagnostics"

Expected value: toBeEmpty<>
Received value: [{"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"modularizeImports": "true"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"persistentCaching": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipMiddlewareUrlNormalize": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipTrailingSlashRedirect": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcEmotion": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcReactRemoveProperties": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRelay": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRemoveConsole": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcStyledComponents": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"transpilePackages": "false"}}, …]

  424 |     {
  425 |       name: 'client and server-side change on a page',
> 426 |       path: '/',
      |                                      ^
  427 |       type: 'page',
  428 |       file: 'pages/index.js',
  429 |       content: pagesIndexCode('hello world2', { another: 'prop' }),

  at development/basic/next-rs-api.test.ts:426:38
      at async Promise.all (index 1)
  at async Object.<anonymous> (development/basic/next-rs-api.test.ts:420:13)

● next.rs api › should have working HMR on client-side change on a app page 1

expect(received).toHaveProperty(path, value)

Expected path: "diagnostics"

Expected value: toBeEmpty<>
Received value: [{"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"modularizeImports": "true"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"persistentCaching": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipMiddlewareUrlNormalize": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipTrailingSlashRedirect": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcEmotion": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcReactRemoveProperties": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRelay": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRemoveConsole": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcStyledComponents": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"transpilePackages": "false"}}, …]

  424 |     {
  425 |       name: 'client and server-side change on a page',
> 426 |       path: '/',
      |                                      ^
  427 |       type: 'page',
  428 |       file: 'pages/index.js',
  429 |       content: pagesIndexCode('hello world2', { another: 'prop' }),

  at development/basic/next-rs-api.test.ts:426:38
      at async Promise.all (index 0)
  at async Object.<anonymous> (development/basic/next-rs-api.test.ts:420:13)

● next.rs api › should have working HMR on client-side change on a app page 2

expect(received).toHaveProperty(path, value)

Expected path: "diagnostics"

Expected value: toBeEmpty<>
Received value: [{"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"modularizeImports": "true"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"persistentCaching": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipMiddlewareUrlNormalize": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipTrailingSlashRedirect": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcEmotion": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcReactRemoveProperties": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRelay": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRemoveConsole": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcStyledComponents": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"transpilePackages": "false"}}, …]

  424 |     {
  425 |       name: 'client and server-side change on a page',
> 426 |       path: '/',
      |                                      ^
  427 |       type: 'page',
  428 |       file: 'pages/index.js',
  429 |       content: pagesIndexCode('hello world2', { another: 'prop' }),

  at development/basic/next-rs-api.test.ts:426:38
      at async Promise.all (index 0)
  at async Object.<anonymous> (development/basic/next-rs-api.test.ts:420:13)

● next.rs api › should have working HMR on server-side change on a app page 0

expect(received).toHaveProperty(path, value)

Expected path: "diagnostics"

Expected value: toBeEmpty<>
Received value: [{"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"modularizeImports": "true"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"persistentCaching": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipMiddlewareUrlNormalize": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipTrailingSlashRedirect": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcEmotion": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcReactRemoveProperties": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRelay": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRemoveConsole": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcStyledComponents": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"transpilePackages": "false"}}, …]

  424 |     {
  425 |       name: 'client and server-side change on a page',
> 426 |       path: '/',
      |                                      ^
  427 |       type: 'page',
  428 |       file: 'pages/index.js',
  429 |       content: pagesIndexCode('hello world2', { another: 'prop' }),

  at development/basic/next-rs-api.test.ts:426:38
      at async Promise.all (index 1)
  at async Object.<anonymous> (development/basic/next-rs-api.test.ts:420:13)

● next.rs api › should have working HMR on server-side change on a app page 1

expect(received).toHaveProperty(path, value)

Expected path: "diagnostics"

Expected value: toBeEmpty<>
Received value: [{"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"modularizeImports": "true"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"persistentCaching": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipMiddlewareUrlNormalize": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipTrailingSlashRedirect": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcEmotion": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcReactRemoveProperties": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRelay": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRemoveConsole": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcStyledComponents": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"transpilePackages": "false"}}, …]

  424 |     {
  425 |       name: 'client and server-side change on a page',
> 426 |       path: '/',
      |                                      ^
  427 |       type: 'page',
  428 |       file: 'pages/index.js',
  429 |       content: pagesIndexCode('hello world2', { another: 'prop' }),

  at development/basic/next-rs-api.test.ts:426:38
      at async Promise.all (index 0)
  at async Object.<anonymous> (development/basic/next-rs-api.test.ts:420:13)

● next.rs api › should have working HMR on server-side change on a app page 2

expect(received).toHaveProperty(path, value)

Expected path: "diagnostics"

Expected value: toBeEmpty<>
Received value: [{"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"modularizeImports": "true"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"persistentCaching": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipMiddlewareUrlNormalize": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"skipTrailingSlashRedirect": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcEmotion": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcReactRemoveProperties": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRelay": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcRemoveConsole": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"swcStyledComponents": "false"}}, {"category": "NextFeatureTelemetry_category_tbd", "name": "EVENT_BUILD_FEATURE_USAGE", "payload": {"transpilePackages": "false"}}, …]

  424 |     {
  425 |       name: 'client and server-side change on a page',
> 426 |       path: '/',
      |                                      ^
  427 |       type: 'page',
  428 |       file: 'pages/index.js',
  429 |       content: pagesIndexCode('hello world2', { another: 'prop' }),

  at development/basic/next-rs-api.test.ts:426:38
      at async Promise.all (index 0)
  at async Object.<anonymous> (development/basic/next-rs-api.test.ts:420:13)

pnpm test test/integration/next-image-new/invalid-image-import/test/index.test.ts (turbopack)

  • Missing Import Image Tests > development mode > should show error (DD)
Expand output

● Missing Import Image Tests › development mode › should show error

expect(received).toMatchInlineSnapshot(snapshot)

Snapshot name: `Missing Import Image Tests development mode should show error 2`

- Snapshot  - 9
+ Received  + 0

@@ -2,14 +2,5 @@
  Processing image failed
  Failed to parse svg source code for image dimensions

  Caused by:
  - Source code does not contain a <svg> root element
-
- Import traces:
-   Browser:
-     ./test/integration/next-image-new/invalid-image-import/public/invalid.svg
-     ./test/integration/next-image-new/invalid-image-import/pages/index.js
-
-   SSR:
-     ./test/integration/next-image-new/invalid-image-import/public/invalid.svg
-     ./test/integration/next-image-new/invalid-image-import/pages/index.js

  38 |       const source = await getRedboxSource(browser)
  39 |       if (process.env.IS_TURBOPACK_TEST) {
> 40 |         expect(source).toMatchInlineSnapshot(`
     |                        ^
  41 |          "./test/integration/next-image-new/invalid-image-import/public/invalid.svg
  42 |          Processing image failed
  43 |          Failed to parse svg source code for image dimensions

  at Object.toMatchInlineSnapshot (integration/next-image-new/invalid-image-import/test/index.test.ts:40:24)

pnpm test test/integration/page-config/test/index.test.js (turbopack)

  • Page Config > production mode > shows valid error when page config is a string (DD)
  • Page Config > production mode > shows valid error when page config has no init (DD)
  • Page Config > production mode > shows error when page config has spread properties (DD)
  • Page Config > production mode > shows error when page config has invalid properties (DD)
  • Page Config > production mode > shows error when page config is export from (DD)
  • Page Config > production mode > shows error when page config is imported and exported (DD)
Expand output

● Page Config › production mode › shows valid error when page config is a string

expect(received).toContain(expected) // indexOf

Expected substring: "Next.js can't recognize the exported `config`"
Received string:    " ⚠ Linting is disabled.·
thread 'tokio-runtime-worker' panicked at turbopack/crates/turbopack-core/src/module_graph/mod.rs:369:21:
Duplicate module idents in graph: [
    \"[project]/test/integration/page-config/pages/blog/post.js [client] (ecmascript)\",
]
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
FATAL: An unexpected Turbopack error occurred:
Failed to write page endpoint /_error·
Caused by:
- Duplicate module idents in graph: [·
Debug info:
- Execution of TaskId { id: 2147483650 } transient failed
- Execution of get_all_written_entrypoints_with_issues_operation failed
- Execution of EntrypointsOperation::new failed
- Execution of all_entrypoints_write_to_disk_operation failed
- Execution of Project::emit_all_output_assets failed
- Execution of *emit_assets failed
- Execution of all_assets_from_entries_operation failed
- Execution of *all_assets_from_entries failed
- Execution of output_assets_operation failed
- Execution of <PageEndpoint as Endpoint>::output failed
- Failed to write page endpoint /_error
- Execution of PageEndpoint::output failed
- Execution of PageEndpoint::client_chunks failed
- Execution of *ChunkingContext::evaluated_chunk_group failed
- Execution of Project::client_chunking_context failed
- Execution of *get_client_chunking_context failed
- Execution of Project::module_ids failed
- Execution of Project::whole_app_module_graphs failed
- Execution of whole_app_module_graph_operation failed
- Execution of *ModuleGraph::from_single_graph failed
- Execution of SingleModuleGraph::new_with_entries failed
- Duplicate module idents in graph: [
      \"[project]/test/integration/page-config/pages/blog/post.js [client] (ecmascript)\",
  ]·
> Build error occurred
Error [TurbopackInternalError]: Failed to write page endpoint /_error·
Caused by:
- Duplicate module idents in graph: [·
Debug info:
- Execution of TaskId { id: 2147483650 } transient failed
- Execution of get_all_written_entrypoints_with_issues_operation failed
- Execution of EntrypointsOperation::new failed
- Execution of all_entrypoints_write_to_disk_operation failed
- Execution of Project::emit_all_output_assets failed
- Execution of *emit_assets failed
- Execution of all_assets_from_entries_operation failed
- Execution of *all_assets_from_entries failed
- Execution of output_assets_operation failed
- Execution of <PageEndpoint as Endpoint>::output failed
- Failed to write page endpoint /_error
- Execution of PageEndpoint::output failed
- Execution of PageEndpoint::client_chunks failed
- Execution of *ChunkingContext::evaluated_chunk_group failed
- Execution of Project::client_chunking_context failed
- Execution of *get_client_chunking_context failed
- Execution of Project::module_ids failed
- Execution of Project::whole_app_module_graphs failed
- Execution of whole_app_module_graph_operation failed
- Execution of *ModuleGraph::from_single_graph failed
- Execution of SingleModuleGraph::new_with_entries failed
- Duplicate module idents in graph: [
      \"[project]/test/integration/page-config/pages/blog/post.js [client] (ecmascript)\",
  ]
    at <unknown> (TurbopackInternalError: Failed to write page endpoint /_error)

  33 |             stderr: true,
  34 |           })
> 35 |           expect(stderr).toContain(
     |                          ^
  36 |             "Next.js can't recognize the exported `config`"
  37 |           )
  38 |         } finally {

  at throwTurbopackInternalError (../dist/shared/lib/turbopack/internal-error.js:43:17) {
    type: 'TurbopackInternalError',
  location: 'turbopack/crates/turbopack-core/src/module_graph/mod.rs:369:21'
  }
  "
  at Object.toContain (integration/page-config/test/index.test.js:35:26)

● Page Config › production mode › shows valid error when page config has no init

expect(received).toContain(expected) // indexOf

Expected substring: "Next.js can't recognize the exported `config`"
Received string:    " ⚠ Linting is disabled.·
thread 'tokio-runtime-worker' panicked at turbopack/crates/turbopack-core/src/module_graph/mod.rs:369:21:
Duplicate module idents in graph: [
    \"[project]/test/integration/page-config/pages/blog/post.js [client] (ecmascript)\",
]
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
FATAL: An unexpected Turbopack error occurred:
Failed to write page endpoint /_error·
Caused by:
- Duplicate module idents in graph: [·
Debug info:
- Execution of TaskId { id: 2147483650 } transient failed
- Execution of get_all_written_entrypoints_with_issues_operation failed
- Execution of EntrypointsOperation::new failed
- Execution of all_entrypoints_write_to_disk_operation failed
- Execution of Project::emit_all_output_assets failed
- Execution of *emit_assets failed
- Execution of all_assets_from_entries_operation failed
- Execution of *all_assets_from_entries failed
- Execution of output_assets_operation failed
- Execution of <PageEndpoint as Endpoint>::output failed
- Failed to write page endpoint /_error
- Execution of PageEndpoint::output failed
- Execution of PageEndpoint::client_chunks failed
- Execution of *ChunkingContext::evaluated_chunk_group failed
- Execution of Project::client_chunking_context failed
- Execution of *get_client_chunking_context failed
- Execution of Project::module_ids failed
- Execution of Project::whole_app_module_graphs failed
- Execution of whole_app_module_graph_operation failed
- Execution of *ModuleGraph::from_single_graph failed
- Execution of SingleModuleGraph::new_with_entries failed
- Duplicate module idents in graph: [
      \"[project]/test/integration/page-config/pages/blog/post.js [client] (ecmascript)\",
  ]·
> Build error occurred
Error [TurbopackInternalError]: Failed to write page endpoint /_error·
Caused by:
- Duplicate module idents in graph: [·
Debug info:
- Execution of TaskId { id: 2147483650 } transient failed
- Execution of get_all_written_entrypoints_with_issues_operation failed
- Execution of EntrypointsOperation::new failed
- Execution of all_entrypoints_write_to_disk_operation failed
- Execution of Project::emit_all_output_assets failed
- Execution of *emit_assets failed
- Execution of all_assets_from_entries_operation failed
- Execution of *all_assets_from_entries failed
- Execution of output_assets_operation failed
- Execution of <PageEndpoint as Endpoint>::output failed
- Failed to write page endpoint /_error
- Execution of PageEndpoint::output failed
- Execution of PageEndpoint::client_chunks failed
- Execution of *ChunkingContext::evaluated_chunk_group failed
- Execution of Project::client_chunking_context failed
- Execution of *get_client_chunking_context failed
- Execution of Project::module_ids failed
- Execution of Project::whole_app_module_graphs failed
- Execution of whole_app_module_graph_operation failed
- Execution of *ModuleGraph::from_single_graph failed
- Execution of SingleModuleGraph::new_with_entries failed
- Duplicate module idents in graph: [
      \"[project]/test/integration/page-config/pages/blog/post.js [client] (ecmascript)\",
  ]
    at <unknown> (TurbopackInternalError: Failed to write page endpoint /_error)

  48 |             stderr: true,
  49 |           })
> 50 |           expect(stderr).toContain(
     |                          ^
  51 |             "Next.js can't recognize the exported `config`"
  52 |           )
  53 |         } finally {

  at throwTurbopackInternalError (../dist/shared/lib/turbopack/internal-error.js:43:17) {
    type: 'TurbopackInternalError',
  location: 'turbopack/crates/turbopack-core/src/module_graph/mod.rs:369:21'
  }
  "
  at Object.toContain (integration/page-config/test/index.test.js:50:26)

● Page Config › production mode › shows error when page config has spread properties

expect(received).toContain(expected) // indexOf

Expected substring: "Next.js can't recognize the exported `config`"
Received string:    " ⚠ Linting is disabled.·
thread 'tokio-runtime-worker' panicked at turbopack/crates/turbopack-core/src/module_graph/mod.rs:369:21:
Duplicate module idents in graph: [
    \"[project]/test/integration/page-config/pages/blog/post.js [client] (ecmascript)\",
]
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
FATAL: An unexpected Turbopack error occurred:
Failed to write page endpoint /_error·
Caused by:
- Duplicate module idents in graph: [·
Debug info:
- Execution of TaskId { id: 2147483650 } transient failed
- Execution of get_all_written_entrypoints_with_issues_operation failed
- Execution of EntrypointsOperation::new failed
- Execution of all_entrypoints_write_to_disk_operation failed
- Execution of Project::emit_all_output_assets failed
- Execution of *emit_assets failed
- Execution of all_assets_from_entries_operation failed
- Execution of *all_assets_from_entries failed
- Execution of output_assets_operation failed
- Execution of <PageEndpoint as Endpoint>::output failed
- Failed to write page endpoint /_error
- Execution of PageEndpoint::output failed
- Execution of PageEndpoint::client_chunks failed
- Execution of *ChunkingContext::evaluated_chunk_group failed
- Execution of Project::client_chunking_context failed
- Execution of *get_client_chunking_context failed
- Execution of Project::module_ids failed
- Execution of Project::whole_app_module_graphs failed
- Execution of whole_app_module_graph_operation failed
- Execution of *ModuleGraph::from_single_graph failed
- Execution of SingleModuleGraph::new_with_entries failed
- Duplicate module idents in graph: [
      \"[project]/test/integration/page-config/pages/blog/post.js [client] (ecmascript)\",
  ]·
> Build error occurred
Error [TurbopackInternalError]: Failed to write page endpoint /_error·
Caused by:
- Duplicate module idents in graph: [·
Debug info:
- Execution of TaskId { id: 2147483650 } transient failed
- Execution of get_all_written_entrypoints_with_issues_operation failed
- Execution of EntrypointsOperation::new failed
- Execution of all_entrypoints_write_to_disk_operation failed
- Execution of Project::emit_all_output_assets failed
- Execution of *emit_assets failed
- Execution of all_assets_from_entries_operation failed
- Execution of *all_assets_from_entries failed
- Execution of output_assets_operation failed
- Execution of <PageEndpoint as Endpoint>::output failed
- Failed to write page endpoint /_error
- Execution of PageEndpoint::output failed
- Execution of PageEndpoint::client_chunks failed
- Execution of *ChunkingContext::evaluated_chunk_group failed
- Execution of Project::client_chunking_context failed
- Execution of *get_client_chunking_context failed
- Execution of Project::module_ids failed
- Execution of Project::whole_app_module_graphs failed
- Execution of whole_app_module_graph_operation failed
- Execution of *ModuleGraph::from_single_graph failed
- Execution of SingleModuleGraph::new_with_entries failed
- Duplicate module idents in graph: [
      \"[project]/test/integration/page-config/pages/blog/post.js [client] (ecmascript)\",
  ]
    at <unknown> (TurbopackInternalError: Failed to write page endpoint /_error)

  63 |             stderr: true,
  64 |           })
> 65 |           expect(stderr).toContain(
     |                          ^
  66 |             "Next.js can't recognize the exported `config`"
  67 |           )
  68 |         } finally {

  at throwTurbopackInternalError (../dist/shared/lib/turbopack/internal-error.js:43:17) {
    type: 'TurbopackInternalError',
  location: 'turbopack/crates/turbopack-core/src/module_graph/mod.rs:369:21'
  }
  "
  at Object.toContain (integration/page-config/test/index.test.js:65:26)

● Page Config › production mode › shows error when page config has invalid properties

expect(received).toContain(expected) // indexOf

Expected substring: "Next.js can't recognize the exported `config`"
Received string:    " ⚠ Linting is disabled.·
thread 'tokio-runtime-worker' panicked at turbopack/crates/turbopack-core/src/module_graph/mod.rs:369:21:
Duplicate module idents in graph: [
    \"[project]/test/integration/page-config/pages/blog/post.js [client] (ecmascript)\",
]
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
FATAL: An unexpected Turbopack error occurred:
Failed to write page endpoint /_error·
Caused by:
- Duplicate module idents in graph: [·
Debug info:
- Execution of TaskId { id: 2147483650 } transient failed
- Execution of get_all_written_entrypoints_with_issues_operation failed
- Execution of EntrypointsOperation::new failed
- Execution of all_entrypoints_write_to_disk_operation failed
- Execution of Project::emit_all_output_assets failed
- Execution of *emit_assets failed
- Execution of all_assets_from_entries_operation failed
- Execution of *all_assets_from_entries failed
- Execution of output_assets_operation failed
- Execution of <PageEndpoint as Endpoint>::output failed
- Failed to write page endpoint /_error
- Execution of PageEndpoint::output failed
- Execution of PageEndpoint::client_chunks failed
- Execution of *ChunkingContext::evaluated_chunk_group failed
- Execution of Project::client_chunking_context failed
- Execution of *get_client_chunking_context failed
- Execution of Project::module_ids failed
- Execution of Project::whole_app_module_graphs failed
- Execution of whole_app_module_graph_operation failed
- Execution of *ModuleGraph::from_single_graph failed
- Execution of SingleModuleGraph::new_with_entries failed
- Duplicate module idents in graph: [
      \"[project]/test/integration/page-config/pages/blog/post.js [client] (ecmascript)\",
  ]·
> Build error occurred
Error [TurbopackInternalError]: Failed to write page endpoint /_error·
Caused by:
- Duplicate module idents in graph: [·
Debug info:
- Execution of TaskId { id: 2147483650 } transient failed
- Execution of get_all_written_entrypoints_with_issues_operation failed
- Execution of EntrypointsOperation::new failed
- Execution of all_entrypoints_write_to_disk_operation failed
- Execution of Project::emit_all_output_assets failed
- Execution of *emit_assets failed
- Execution of all_assets_from_entries_operation failed
- Execution of *all_assets_from_entries failed
- Execution of output_assets_operation failed
- Execution of <PageEndpoint as Endpoint>::output failed
- Failed to write page endpoint /_error
- Execution of PageEndpoint::output failed
- Execution of PageEndpoint::client_chunks failed
- Execution of *ChunkingContext::evaluated_chunk_group failed
- Execution of Project::client_chunking_context failed
- Execution of *get_client_chunking_context failed
- Execution of Project::module_ids failed
- Execution of Project::whole_app_module_graphs failed
- Execution of whole_app_module_graph_operation failed
- Execution of *ModuleGraph::from_single_graph failed
- Execution of SingleModuleGraph::new_with_entries failed
- Duplicate module idents in graph: [
      \"[project]/test/integration/page-config/pages/blog/post.js [client] (ecmascript)\",
  ]
    at <unknown> (TurbopackInternalError: Failed to write page endpoint /_error)

  78 |             stderr: true,
  79 |           })
> 80 |           expect(stderr).toContain(
     |                          ^
  81 |             "Next.js can't recognize the exported `config`"
  82 |           )
  83 |         } finally {

  at throwTurbopackInternalError (../dist/shared/lib/turbopack/internal-error.js:43:17) {
    type: 'TurbopackInternalError',
  location: 'turbopack/crates/turbopack-core/src/module_graph/mod.rs:369:21'
  }
  "
  at Object.toContain (integration/page-config/test/index.test.js:80:26)

● Page Config › production mode › shows error when page config is export from

expect(received).toContain(expected) // indexOf

Expected substring: "Next.js can't recognize the exported `config`"
Received string:    " ⚠ Linting is disabled.·
thread 'tokio-runtime-worker' panicked at turbopack/crates/turbopack-core/src/module_graph/mod.rs:369:21:
Duplicate module idents in graph: [
    \"[project]/test/integration/page-config/pages/blog/post.js [client] (ecmascript)\",
]
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
FATAL: An unexpected Turbopack error occurred:
Failed to write page endpoint /_error·
Caused by:
- Duplicate module idents in graph: [·
Debug info:
- Execution of TaskId { id: 2147483650 } transient failed
- Execution of get_all_written_entrypoints_with_issues_operation failed
- Execution of EntrypointsOperation::new failed
- Execution of all_entrypoints_write_to_disk_operation failed
- Execution of Project::emit_all_output_assets failed
- Execution of *emit_assets failed
- Execution of all_assets_from_entries_operation failed
- Execution of *all_assets_from_entries failed
- Execution of output_assets_operation failed
- Execution of <PageEndpoint as Endpoint>::output failed
- Failed to write page endpoint /_error
- Execution of PageEndpoint::output failed
- Execution of PageEndpoint::client_chunks failed
- Execution of *ChunkingContext::evaluated_chunk_group failed
- Execution of Project::client_chunking_context failed
- Execution of *get_client_chunking_context failed
- Execution of Project::module_ids failed
- Execution of Project::whole_app_module_graphs failed
- Execution of whole_app_module_graph_operation failed
- Execution of *ModuleGraph::from_single_graph failed
- Execution of SingleModuleGraph::new_with_entries failed
- Duplicate module idents in graph: [
      \"[project]/test/integration/page-config/pages/blog/post.js [client] (ecmascript)\",
  ]·
> Build error occurred
Error [TurbopackInternalError]: Failed to write page endpoint /_error·
Caused by:
- Duplicate module idents in graph: [·
Debug info:
- Execution of TaskId { id: 2147483650 } transient failed
- Execution of get_all_written_entrypoints_with_issues_operation failed
- Execution of EntrypointsOperation::new failed
- Execution of all_entrypoints_write_to_disk_operation failed
- Execution of Project::emit_all_output_assets failed
- Execution of *emit_assets failed
- Execution of all_assets_from_entries_operation failed
- Execution of *all_assets_from_entries failed
- Execution of output_assets_operation failed
- Execution of <PageEndpoint as Endpoint>::output failed
- Failed to write page endpoint /_error
- Execution of PageEndpoint::output failed
- Execution of PageEndpoint::client_chunks failed
- Execution of *ChunkingContext::evaluated_chunk_group failed
- Execution of Project::client_chunking_context failed
- Execution of *get_client_chunking_context failed
- Execution of Project::module_ids failed
- Execution of Project::whole_app_module_graphs failed
- Execution of whole_app_module_graph_operation failed
- Execution of *ModuleGraph::from_single_graph failed
- Execution of SingleModuleGraph::new_with_entries failed
- Duplicate module idents in graph: [
      \"[project]/test/integration/page-config/pages/blog/post.js [client] (ecmascript)\",
  ]
    at <unknown> (TurbopackInternalError: Failed to write page endpoint /_error)

  113 |             stderr: true,
  114 |           })
> 115 |           expect(stderr).toContain(
      |                          ^
  116 |             "Next.js can't recognize the exported `config`"
  117 |           )
  118 |         } finally {

  at throwTurbopackInternalError (../dist/shared/lib/turbopack/internal-error.js:43:17) {
    type: 'TurbopackInternalError',
  location: 'turbopack/crates/turbopack-core/src/module_graph/mod.rs:369:21'
  }
  "
  at Object.toContain (integration/page-config/test/index.test.js:115:26)

● Page Config › production mode › shows error when page config is imported and exported

expect(received).toContain(expected) // indexOf

Expected substring: "Next.js can't recognize the exported `config`"
Received string:    " ⚠ Linting is disabled.·
thread 'tokio-runtime-worker' panicked at turbopack/crates/turbopack-core/src/module_graph/mod.rs:369:21:
Duplicate module idents in graph: [
    \"[project]/test/integration/page-config/pages/blog/post.js [client] (ecmascript)\",
]
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
FATAL: An unexpected Turbopack error occurred:
Failed to write page endpoint /_error·
Caused by:
- Duplicate module idents in graph: [·
Debug info:
- Execution of TaskId { id: 2147483650 } transient failed
- Execution of get_all_written_entrypoints_with_issues_operation failed
- Execution of EntrypointsOperation::new failed
- Execution of all_entrypoints_write_to_disk_operation failed
- Execution of Project::emit_all_output_assets failed
- Execution of *emit_assets failed
- Execution of all_assets_from_entries_operation failed
- Execution of *all_assets_from_entries failed
- Execution of output_assets_operation failed
- Execution of <PageEndpoint as Endpoint>::output failed
- Failed to write page endpoint /_error
- Execution of PageEndpoint::output failed
- Execution of PageEndpoint::client_chunks failed
- Execution of *ChunkingContext::evaluated_chunk_group failed
- Execution of Project::client_chunking_context failed
- Execution of *get_client_chunking_context failed
- Execution of Project::module_ids failed
- Execution of Project::whole_app_module_graphs failed
- Execution of whole_app_module_graph_operation failed
- Execution of *ModuleGraph::from_single_graph failed
- Execution of SingleModuleGraph::new_with_entries failed
- Duplicate module idents in graph: [
      \"[project]/test/integration/page-config/pages/blog/post.js [client] (ecmascript)\",
  ]·
> Build error occurred
Error [TurbopackInternalError]: Failed to write page endpoint /_error·
Caused by:
- Duplicate module idents in graph: [·
Debug info:
- Execution of TaskId { id: 2147483650 } transient failed
- Execution of get_all_written_entrypoints_with_issues_operation failed
- Execution of EntrypointsOperation::new failed
- Execution of all_entrypoints_write_to_disk_operation failed
- Execution of Project::emit_all_output_assets failed
- Execution of *emit_assets failed
- Execution of all_assets_from_entries_operation failed
- Execution of *all_assets_from_entries failed
- Execution of output_assets_operation failed
- Execution of <PageEndpoint as Endpoint>::output failed
- Failed to write page endpoint /_error
- Execution of PageEndpoint::output failed
- Execution of PageEndpoint::client_chunks failed
- Execution of *ChunkingContext::evaluated_chunk_group failed
- Execution of Project::client_chunking_context failed
- Execution of *get_client_chunking_context failed
- Execution of Project::module_ids failed
- Execution of Project::whole_app_module_graphs failed
- Execution of whole_app_module_graph_operation failed
- Execution of *ModuleGraph::from_single_graph failed
- Execution of SingleModuleGraph::new_with_entries failed
- Duplicate module idents in graph: [
      \"[project]/test/integration/page-config/pages/blog/post.js [client] (ecmascript)\",
  ]
    at <unknown> (TurbopackInternalError: Failed to write page endpoint /_error)

  128 |             stderr: true,
  129 |           })
> 130 |           expect(stderr).toContain(
      |                          ^
  131 |             "Next.js can't recognize the exported `config`"
  132 |           )
  133 |         } finally {

  at throwTurbopackInternalError (../dist/shared/lib/turbopack/internal-error.js:43:17) {
    type: 'TurbopackInternalError',
  location: 'turbopack/crates/turbopack-core/src/module_graph/mod.rs:369:21'
  }
  "
  at Object.toContain (integration/page-config/test/index.test.js:130:26)

pnpm test test/integration/telemetry/test/config.test.js (turbopack)

  • config telemetry > production mode > detects rewrites, headers, and redirects for next build (DD)
  • config telemetry > production mode > emits telemetry for lint during build (DD)
  • config telemetry > production mode > emits telemetry for usage of experimental/cacheComponents (DD)
  • config telemetry > production mode > emits telemetry for usage of optimizeCss (DD)
  • config telemetry > production mode > emits telemetry for usage of nextScriptWorkers (DD)
  • config telemetry > production mode > emits telemetry for usage of middleware (DD)
  • config telemetry > production mode > emits telemetry for persistent cache in build mode (DD)
Expand output

● config telemetry › production mode › detects rewrites, headers, and redirects for next build

TypeError: Cannot read properties of null (reading 'pop')

  35 |         try {
  36 |           const event1 = /NEXT_BUILD_OPTIMIZED[\s\S]+?{([\s\S]+?)}/
> 37 |             .exec(stderr)
     |                   ^
  38 |             .pop()
  39 |           expect(event1).toMatch(/"headersCount": 1/)
  40 |           expect(event1).toMatch(/"rewritesCount": 2/)

  at Object.stderr (integration/telemetry/test/config.test.js:37:19)

● config telemetry › production mode › emits telemetry for lint during build

TypeError: Cannot read properties of null (reading 'pop')

  176 |         try {
  177 |           const event1 = /NEXT_LINT_CHECK_COMPLETED[\s\S]+?{([\s\S}]+?)^}/m
> 178 |             .exec(stderr)
      |                   ^
  179 |             .pop()
  180 |
  181 |           expect(event1).toMatch(/"durationInSeconds": [\d]{1,}/)

  at Object.stderr (integration/telemetry/test/config.test.js:178:19)

● config telemetry › production mode › emits telemetry for usage of experimental/cacheComponents

expect(received).toContainEqual(expected) // deep equality

Expected value: {"featureName": "experimental/cacheComponents", "invocationCount": 1}
Received array: [{"featureName": "build-lint", "invocationCount": 0}]

  390 |           'NEXT_BUILD_FEATURE_USAGE'
  391 |         )
> 392 |         expect(events).toContainEqual({
      |                        ^
  393 |           featureName: 'experimental/cacheComponents',
  394 |           invocationCount: 1,
  395 |         })

  at Object.toContainEqual (integration/telemetry/test/config.test.js:392:24)

● config telemetry › production mode › emits telemetry for usage of optimizeCss

expect(received).toContainEqual(expected) // deep equality

Expected value: {"featureName": "experimental/optimizeCss", "invocationCount": 1}
Received array: [{"featureName": "build-lint", "invocationCount": 0}]

  416 |           'NEXT_BUILD_FEATURE_USAGE'
  417 |         )
> 418 |         expect(events).toContainEqual({
      |                        ^
  419 |           featureName: 'experimental/optimizeCss',
  420 |           invocationCount: 1,
  421 |         })

  at Object.toContainEqual (integration/telemetry/test/config.test.js:418:24)

● config telemetry › production mode › emits telemetry for usage of nextScriptWorkers

expect(received).toContainEqual(expected) // deep equality

Expected value: {"featureName": "experimental/nextScriptWorkers", "invocationCount": 1}
Received array: [{"featureName": "build-lint", "invocationCount": 0}]

  442 |           'NEXT_BUILD_FEATURE_USAGE'
  443 |         )
> 444 |         expect(featureUsageEvents).toContainEqual({
      |                                    ^
  445 |           featureName: 'experimental/nextScriptWorkers',
  446 |           invocationCount: 1,
  447 |         })

  at Object.toContainEqual (integration/telemetry/test/config.test.js:444:36)

● config telemetry › production mode › emits telemetry for usage of middleware

expect(received).toContainEqual(expected) // deep equality

Expected value: ObjectContaining {"middlewareCount": 1}
Received array: []

  465 |           'NEXT_BUILD_OPTIMIZED'
  466 |         )
> 467 |         expect(buildOptimizedEvents).toContainEqual(
      |                                      ^
  468 |           expect.objectContaining({
  469 |             middlewareCount: 1,
  470 |           })

  at Object.toContainEqual (integration/telemetry/test/config.test.js:467:38)

● config telemetry › production mode › emits telemetry for persistent cache in build mode

expect(received).toContainEqual(expected) // deep equality

Expected value: {"featureName": "turbopackPersistentCaching", "invocationCount": 1}
Received array: [{"featureName": "build-lint", "invocationCount": 0}]

  780 |               'NEXT_BUILD_FEATURE_USAGE'
  781 |             )
> 782 |             expect(featureUsageEvents).toContainEqual({
      |                                        ^
  783 |               featureName: 'turbopackPersistentCaching',
  784 |               invocationCount: 1,
  785 |             })

  at Object.toContainEqual (integration/telemetry/test/config.test.js:782:40)

pnpm test-dev-turbo test/development/basic/hmr/error-recovery-yes-base-path-yes-asset-prefix.test.ts (turbopack)

  • HMR - Error Recovery, nextConfig: {"basePath":"/docs","assetPrefix":"/asset-prefix"} > should recover from 404 after a page has been added with dynamic segments (DD)
  • HMR - Error Recovery, nextConfig: {"basePath":"/docs","assetPrefix":"/asset-prefix"} > should recover after webpack parse error in an imported file (DD)
  • HMR - Error Recovery, nextConfig: {"basePath":"/docs","assetPrefix":"/asset-prefix"} > should recover after loader parse error in an imported file (DD)
Expand output

● HMR - Error Recovery, nextConfig: {"basePath":"/docs","assetPrefix":"/asset-prefix"} › should recover from 404 after a page has been added with dynamic segments

expect(received).toMatch(expected)

Expected pattern: /the-new-page/
Received string:  ""

  77 |
  78 |       await retry(async () => {
> 79 |         expect(await getBrowserBodyText(browser)).toMatch(/the-new-page/)
     |                                                   ^
  80 |       })
  81 |
  82 |       await next.deleteFile(newPage)

  at toMatch (development/basic/hmr/run-error-recovery-hmr-test.util.ts:79:51)
  at retry (lib/next-test-utils.ts:828:14)
  at Object.<anonymous> (development/basic/hmr/run-error-recovery-hmr-test.util.ts:78:7)

● HMR - Error Recovery, nextConfig: {"basePath":"/docs","assetPrefix":"/asset-prefix"} › should recover after webpack parse error in an imported file

Expected Redbox but found no visible one.

  505 |       )
  506 |
> 507 |       await assertHasRedbox(browser)
      |       ^
  508 |       expect(await getRedboxHeader(browser)).toMatch('Build Error')
  509 |
  510 |       if (process.env.IS_TURBOPACK_TEST) {

  at Object.<anonymous> (development/basic/hmr/run-error-recovery-hmr-test.util.ts:507:7)

● HMR - Error Recovery, nextConfig: {"basePath":"/docs","assetPrefix":"/asset-prefix"} › should recover after loader parse error in an imported file

expect(received).toMatchInlineSnapshot(snapshot)

Snapshot name: `HMR - Error Recovery, nextConfig: {"basePath":"/docs","assetPrefix":"/asset-prefix"} should recover after loader parse error in an imported file 1`

- Snapshot  - 9
+ Received  + 0

@@ -6,14 +6,5 @@
      | ^
    4 | invalid
    5 | js

  Expression expected
-
- Import traces:
-   Browser:
-     ./components/parse-error.js
-     ./pages/hmr/about9.js
-
-   SSR:
-     ./components/parse-error.js
-     ./pages/hmr/about9.js

  603 |       if (process.env.IS_TURBOPACK_TEST) {
  604 |         expect(next.normalizeTestDirContent(redboxSource))
> 605 |           .toMatchInlineSnapshot(`
      |            ^
  606 |          "./components/parse-error.js (3:1)
  607 |          Parsing ecmascript source code failed
  608 |            1 | This

  at Object.toMatchInlineSnapshot (development/basic/hmr/run-error-recovery-hmr-test.util.ts:605:12)

pnpm test-dev-turbo test/development/basic/hmr/error-recovery-yes-base-path-no-asset-prefix.test.ts (turbopack)

  • HMR - Error Recovery, nextConfig: {"basePath":"/docs","assetPrefix":""} > should recover from 404 after a page has been added with dynamic segments (DD)
  • HMR - Error Recovery, nextConfig: {"basePath":"/docs","assetPrefix":""} > should recover after webpack parse error in an imported file (DD)
  • HMR - Error Recovery, nextConfig: {"basePath":"/docs","assetPrefix":""} > should recover after loader parse error in an imported file (DD)
Expand output

● HMR - Error Recovery, nextConfig: {"basePath":"/docs","assetPrefix":""} › should recover from 404 after a page has been added with dynamic segments

expect(received).toMatch(expected)

Expected pattern: /the-new-page/
Received string:  ""

  77 |
  78 |       await retry(async () => {
> 79 |         expect(await getBrowserBodyText(browser)).toMatch(/the-new-page/)
     |                                                   ^
  80 |       })
  81 |
  82 |       await next.deleteFile(newPage)

  at toMatch (development/basic/hmr/run-error-recovery-hmr-test.util.ts:79:51)
  at retry (lib/next-test-utils.ts:828:14)
  at Object.<anonymous> (development/basic/hmr/run-error-recovery-hmr-test.util.ts:78:7)

● HMR - Error Recovery, nextConfig: {"basePath":"/docs","assetPrefix":""} › should recover after webpack parse error in an imported file

Expected Redbox but found no visible one.

  505 |       )
  506 |
> 507 |       await assertHasRedbox(browser)
      |       ^
  508 |       expect(await getRedboxHeader(browser)).toMatch('Build Error')
  509 |
  510 |       if (process.env.IS_TURBOPACK_TEST) {

  at Object.<anonymous> (development/basic/hmr/run-error-recovery-hmr-test.util.ts:507:7)

● HMR - Error Recovery, nextConfig: {"basePath":"/docs","assetPrefix":""} › should recover after loader parse error in an imported file

expect(received).toMatchInlineSnapshot(snapshot)

Snapshot name: `HMR - Error Recovery, nextConfig: {"basePath":"/docs","assetPrefix":""} should recover after loader parse error in an imported file 1`

- Snapshot  - 9
+ Received  + 0

@@ -6,14 +6,5 @@
      | ^
    4 | invalid
    5 | js

  Expression expected
-
- Import traces:
-   Browser:
-     ./components/parse-error.js
-     ./pages/hmr/about9.js
-
-   SSR:
-     ./components/parse-error.js
-     ./pages/hmr/about9.js

  603 |       if (process.env.IS_TURBOPACK_TEST) {
  604 |         expect(next.normalizeTestDirContent(redboxSource))
> 605 |           .toMatchInlineSnapshot(`
      |            ^
  606 |          "./components/parse-error.js (3:1)
  607 |          Parsing ecmascript source code failed
  608 |            1 | This

  at Object.toMatchInlineSnapshot (development/basic/hmr/run-error-recovery-hmr-test.util.ts:605:12)

pnpm test-start-turbo test/e2e/react-dnd-compile/react-dnd-compile.test.ts (turbopack)

  • react-dnd-compile > should work (DD)
  • react-dnd-compile > should work on react-dnd import page (DD)
Expand output

● react-dnd-compile › should work

next build failed with code/signal 1

  74 |             if (code || signal)
  75 |               reject(
> 76 |                 new Error(
     |                 ^
  77 |                   `next build failed with code/signal ${code || signal}`
  78 |                 )
  79 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:76:17)

● react-dnd-compile › should work on react-dnd import page

next build failed with code/signal 1

  74 |             if (code || signal)
  75 |               reject(
> 76 |                 new Error(
     |                 ^
  77 |                   `next build failed with code/signal ${code || signal}`
  78 |                 )
  79 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:76:17)

pnpm test-dev-turbo test/development/acceptance/server-component-compiler-errors-in-pages.test.ts (turbopack)

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages (DD)
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages (DD)
  • Error Overlay for server components compiler errors in pages > importing after from 'next/server' in pages (DD)
  • Error Overlay for server components compiler errors in pages > importing 'next/root-params' in pages (DD)
Expand output

● Error Overlay for server components compiler errors in pages › importing 'next/headers' in pages

expect(received).toMatchInlineSnapshot(snapshot)

Snapshot name: `Error Overlay for server components compiler errors in pages importing 'next/headers' in pages 1`

- Snapshot  - 10
+ Received  +  1

@@ -4,15 +4,6 @@
      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    2 |
    3 | export default function Page() {
    4 |   return <p>hello world</p>

- You're importing a component that needs "next/headers". That only works in a Server Component which is not supported in the pages/ directory. Read more: https://nextjs.org/docs/app/building-your-application/rendering/server-components
-
- Import traces:
-   Browser:
-     ./components/Comp.js
-     ./pages/index.js
-
-   SSR:
-     ./components/Comp.js
-     ./pages/index.js"
+ You're importing a component that needs "next/headers". That only works in a Server Component which is not supported in the pages/ directory. Read more: https://nextjs.org/docs/app/building-your-application/rendering/server-components"

  54 |     if (process.env.IS_TURBOPACK_TEST) {
  55 |       expect(next.normalizeTestDirContent(await session.getRedboxSource()))
> 56 |         .toMatchInlineSnapshot(`
     |          ^
  57 |        "./components/Comp.js (1:1)
  58 |        Ecmascript file had an error
  59 |        > 1 | import { cookies } from 'next/headers'

  at Object.toMatchInlineSnapshot (development/acceptance/server-component-compiler-errors-in-pages.test.ts:56:10)

● Error Overlay for server components compiler errors in pages › importing 'server-only' in pages

expect(received).resolves.toMatch(expected)

Expected pattern: /That only works in a Server Component/
Received string:  "./components
Invalid import
'server-only' cannot be imported from a Client Component module. It should only be used from a Server Component.
The error was caused by importing 'components'"

  132 |
  133 |     await session.assertHasRedbox()
> 134 |     await expect(session.getRedboxSource()).resolves.toMatch(
      |                                                      ^
  135 |       /That only works in a Server Component/
  136 |     )
  137 |

  at Object.toMatch (../node_modules/.pnpm/expect@29.7.0/node_modules/expect/build/index.js:174:22)
  at Object.toMatch (development/acceptance/server-component-compiler-errors-in-pages.test.ts:134:54)

● Error Overlay for server components compiler errors in pages › importing after from 'next/server' in pages

expect(received).toMatchInlineSnapshot(snapshot)

Snapshot name: `Error Overlay for server components compiler errors in pages importing after from 'next/server' in pages 1`

- Snapshot  - 10
+ Received  +  1

@@ -4,15 +4,6 @@
      |          ^^^^^
    2 |
    3 | export default function Page() {
    4 |   return 'hello world'

- You're importing a component that needs "after". That only works in a Server Component which is not supported in the pages/ directory. Read more: https://nextjs.org/docs/app/building-your-application/rendering/server-components
-
- Import traces:
-   Browser:
-     ./components/Comp.js
-     ./pages/index.js
-
-   SSR:
-     ./components/Comp.js
-     ./pages/index.js"
+ You're importing a component that needs "after". That only works in a Server Component which is not supported in the pages/ directory. Read more: https://nextjs.org/docs/app/building-your-application/rendering/server-components"

  224 |     if (process.env.IS_TURBOPACK_TEST) {
  225 |       expect(next.normalizeTestDirContent(await session.getRedboxSource()))
> 226 |         .toMatchInlineSnapshot(`
      |          ^
  227 |        "./components/Comp.js (1:10)
  228 |        Ecmascript file had an error
  229 |        > 1 | import { after } from 'next/server'

  at Object.toMatchInlineSnapshot (development/acceptance/server-component-compiler-errors-in-pages.test.ts:226:10)

● Error Overlay for server components compiler errors in pages › importing 'next/root-params' in pages

expect(received).resolves.toMatch(expected)

Expected pattern: /That only works in a Server Component/
Received string:  "[next]/root-params.js
Invalid import
'next/root-params' cannot be imported from a Client Component module. It should only be used from a Server Component.
The error was caused by importing 'root-params.js'"

  313 |
  314 |     await session.assertHasRedbox()
> 315 |     await expect(session.getRedboxSource()).resolves.toMatch(
      |                                                      ^
  316 |       /That only works in a Server Component/
  317 |     )
  318 |

  at Object.toMatch (../node_modules/.pnpm/expect@29.7.0/node_modules/expect/build/index.js:174:22)
  at Object.toMatch (development/acceptance/server-component-compiler-errors-in-pages.test.ts:315:54)

__NEXT_EXPERIMENTAL_PPR=true pnpm test-start test/e2e/app-dir/segment-cache/client-only-opt-in/client-only-opt-in.test.ts (PPR)

  • segment cache prefetch scheduling > prefetches a dynamic page (without PPR enabled) (DD)
Expand output

● segment cache prefetch scheduling › prefetches a dynamic page (without PPR enabled)

thrown: "Exceeded timeout of 120000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  93 |   })
  94 |
> 95 |   it('prefetches a dynamic page (without PPR enabled)', async () => {
     |   ^
  96 |     let act: ReturnType<typeof createRouterAct>
  97 |     const browser = await next.browser('/', {
  98 |       beforePageLoad(p: Playwright.Page) {

  at it (e2e/app-dir/segment-cache/client-only-opt-in/client-only-opt-in.test.ts:95:3)
  at Object.describe (e2e/app-dir/segment-cache/client-only-opt-in/client-only-opt-in.test.ts:5:1)

@ijjk
Copy link
Member

ijjk commented Sep 3, 2025

Stats from current PR

Default Build (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary vercel/next.js whole_app_module_graph Change
buildDuration 23.9s 20.9s N/A
buildDurationCached 19.9s 16.6s N/A
nodeModulesSize 451 MB 451 MB ⚠️ +2.34 kB
nextStartRea..uration (ms) 736ms 750ms N/A
Client Bundles (main, webpack)
vercel/next.js canary vercel/next.js whole_app_module_graph Change
234bef07-HASH.js gzip 54.3 kB 54.3 kB
3414-HASH.js gzip 4.32 kB 4.32 kB N/A
5194.HASH.js gzip 169 B 169 B
8863-HASH.js gzip 5.32 kB 5.32 kB N/A
9304-HASH.js gzip 46.5 kB 45.9 kB N/A
framework-HASH.js gzip 57.7 kB 57.7 kB N/A
main-app-HASH.js gzip 260 B 258 B N/A
main-HASH.js gzip 37 kB 36.8 kB N/A
webpack-HASH.js gzip 1.71 kB 1.71 kB N/A
Overall change 54.5 kB 54.5 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary vercel/next.js whole_app_module_graph Change
polyfills-HASH.js gzip 39.4 kB 39.4 kB
Overall change 39.4 kB 39.4 kB
Client Pages
vercel/next.js canary vercel/next.js whole_app_module_graph Change
_app-HASH.js gzip 194 B 193 B N/A
_error-HASH.js gzip 182 B 182 B
amp-HASH.js gzip 502 B 507 B N/A
css-HASH.js gzip 335 B 333 B N/A
dynamic-HASH.js gzip 1.83 kB 1.83 kB N/A
edge-ssr-HASH.js gzip 255 B 255 B
head-HASH.js gzip 350 B 352 B N/A
hooks-HASH.js gzip 385 B 383 B N/A
image-HASH.js gzip 581 B 580 B N/A
index-HASH.js gzip 257 B 259 B N/A
link-HASH.js gzip 2.29 kB 2.29 kB N/A
routerDirect..HASH.js gzip 320 B 318 B N/A
script-HASH.js gzip 387 B 386 B N/A
withRouter-HASH.js gzip 315 B 313 B N/A
1afbb74e6ecf..834.css gzip 106 B 106 B
Overall change 543 B 543 B
Client Build Manifests
vercel/next.js canary vercel/next.js whole_app_module_graph Change
_buildManifest.js gzip 770 B 770 B
Overall change 770 B 770 B
Rendered Page Sizes
vercel/next.js canary vercel/next.js whole_app_module_graph Change
index.html gzip 524 B 521 B N/A
link.html gzip 539 B 533 B N/A
withRouter.html gzip 519 B 516 B N/A
Overall change 0 B 0 B
Edge SSR bundle Size
vercel/next.js canary vercel/next.js whole_app_module_graph Change
edge-ssr.js gzip 121 kB 121 kB N/A
page.js gzip 242 kB 241 kB N/A
Overall change 0 B 0 B
Middleware size Overall increase ⚠️
vercel/next.js canary vercel/next.js whole_app_module_graph Change
middleware-b..fest.js gzip 690 B 693 B N/A
middleware-r..fest.js gzip 156 B 155 B N/A
middleware.js gzip 33 kB 33.2 kB ⚠️ +252 B
edge-runtime..pack.js gzip 853 B 853 B
Overall change 33.8 kB 34.1 kB ⚠️ +252 B
Next Runtimes
vercel/next.js canary vercel/next.js whole_app_module_graph Change
app-page-exp...dev.js gzip 286 kB 286 kB N/A
app-page-exp..prod.js gzip 157 kB 157 kB
app-page-tur...dev.js gzip 286 kB 286 kB N/A
app-page-tur..prod.js gzip 157 kB 157 kB
app-page-tur...dev.js gzip 274 kB 274 kB N/A
app-page-tur..prod.js gzip 151 kB 151 kB
app-page.run...dev.js gzip 274 kB 274 kB N/A
app-page.run..prod.js gzip 151 kB 151 kB
app-route-ex...dev.js gzip 70.4 kB 70.4 kB
app-route-ex..prod.js gzip 49.5 kB 49.5 kB
app-route-tu...dev.js gzip 70.4 kB 70.4 kB
app-route-tu..prod.js gzip 49.5 kB 49.5 kB
app-route-tu...dev.js gzip 69.8 kB 69.8 kB
app-route-tu..prod.js gzip 49.1 kB 49.1 kB
app-route.ru...dev.js gzip 69.7 kB 69.7 kB
app-route.ru..prod.js gzip 49.1 kB 49.1 kB
dist_client_...dev.js gzip 326 B 326 B
dist_client_...dev.js gzip 328 B 328 B
dist_client_...dev.js gzip 320 B 320 B
dist_client_...dev.js gzip 318 B 318 B
pages-api-tu...dev.js gzip 42.8 kB 42.8 kB
pages-api-tu..prod.js gzip 32.9 kB 32.9 kB
pages-api.ru...dev.js gzip 42.7 kB 42.7 kB
pages-api.ru..prod.js gzip 32.9 kB 32.9 kB
pages-turbo....dev.js gzip 53 kB 53 kB
pages-turbo...prod.js gzip 40.4 kB 40.4 kB
pages.runtim...dev.js gzip 53.1 kB 53.1 kB
pages.runtim..prod.js gzip 40.5 kB 40.5 kB
server.runti..prod.js gzip 77.5 kB 77.5 kB
Overall change 1.51 MB 1.51 MB
build cache Overall increase ⚠️
vercel/next.js canary vercel/next.js whole_app_module_graph Change
0.pack gzip 3.15 MB 3.16 MB ⚠️ +8.21 kB
index.pack gzip 96.9 kB 96.3 kB N/A
Overall change 3.15 MB 3.16 MB ⚠️ +8.21 kB
Diff details
Diff for page.js

Diff too large to display

Diff for middleware.js

Diff too large to display

Diff for edge-ssr.js

Diff too large to display

Diff for _buildManifest.js
@@ -611,36 +611,36 @@ self.__BUILD_MANIFEST = (function (a, b, c) {
       numHashes: NaN,
       bitArray: [],
     },
-    "/": ["static\u002Fchunks\u002Fpages\u002Findex-a7fb71e5f6213aa9.js"],
+    "/": ["static\u002Fchunks\u002Fpages\u002Findex-75ff7f75f4c9520b.js"],
     "/_error": [
-      "static\u002Fchunks\u002Fpages\u002F_error-8f4e796cc66bb887.js",
+      "static\u002Fchunks\u002Fpages\u002F_error-21398e242bebd4bd.js",
     ],
-    "/amp": ["static\u002Fchunks\u002Fpages\u002Famp-97249b00762d04b9.js"],
+    "/amp": ["static\u002Fchunks\u002Fpages\u002Famp-96acbf1ec5bf4dbf.js"],
     "/css": [
       "static\u002Fcss\u002Fded6b86ab9cc0a1f.css",
-      "static\u002Fchunks\u002Fpages\u002Fcss-30fd1831d1c5954d.js",
+      "static\u002Fchunks\u002Fpages\u002Fcss-f0abb8f1d5d6aafc.js",
     ],
     "/dynamic": [
-      "static\u002Fchunks\u002Fpages\u002Fdynamic-933632969493a23b.js",
+      "static\u002Fchunks\u002Fpages\u002Fdynamic-a6de0bd7312dbe87.js",
     ],
     "/edge-ssr": [
-      "static\u002Fchunks\u002Fpages\u002Fedge-ssr-fbde6d2b170ddc8a.js",
+      "static\u002Fchunks\u002Fpages\u002Fedge-ssr-8437b1c654938313.js",
     ],
-    "/head": ["static\u002Fchunks\u002Fpages\u002Fhead-0fcabd05d9a7b019.js"],
-    "/hooks": ["static\u002Fchunks\u002Fpages\u002Fhooks-52423902769dcda6.js"],
+    "/head": ["static\u002Fchunks\u002Fpages\u002Fhead-957c9636cda350bb.js"],
+    "/hooks": ["static\u002Fchunks\u002Fpages\u002Fhooks-48956e83e76a0b7c.js"],
     "/image": [
-      "static\u002Fchunks\u002F3414-0fcfc359d1626bc2.js",
-      "static\u002Fchunks\u002Fpages\u002Fimage-bcf65fa5afa25af3.js",
+      "static\u002Fchunks\u002F4432-80834164a4d7ec68.js",
+      "static\u002Fchunks\u002Fpages\u002Fimage-00893f08e46cefe9.js",
     ],
-    "/link": ["static\u002Fchunks\u002Fpages\u002Flink-107187295a8a4aea.js"],
+    "/link": ["static\u002Fchunks\u002Fpages\u002Flink-1312906a9876c4c3.js"],
     "/routerDirect": [
-      "static\u002Fchunks\u002Fpages\u002FrouterDirect-1422147417dba74a.js",
+      "static\u002Fchunks\u002Fpages\u002FrouterDirect-77c6ee7fa90e109b.js",
     ],
     "/script": [
-      "static\u002Fchunks\u002Fpages\u002Fscript-a68c215ba4b2c288.js",
+      "static\u002Fchunks\u002Fpages\u002Fscript-32f0c3e4bc363d50.js",
     ],
     "/withRouter": [
-      "static\u002Fchunks\u002Fpages\u002FwithRouter-0af6fb4f6ceaec8e.js",
+      "static\u002Fchunks\u002Fpages\u002FwithRouter-0a50058d9954ea8e.js",
     ],
     sortedPages: [
       "\u002F",
Diff for amp-HASH.js
@@ -1,17 +1,65 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [5034],
   {
-    /***/ 4105: /***/ (
+    /***/ 6212: /***/ (
+      __unused_webpack_module,
+      __webpack_exports__,
+      __webpack_require__
+    ) => {
+      "use strict";
+      __webpack_require__.r(__webpack_exports__);
+      /* harmony export */ __webpack_require__.d(__webpack_exports__, {
+        /* harmony export */ config: () => /* binding */ config,
+        /* harmony export */ default: () => /* binding */ Amp,
+        /* harmony export */
+      });
+      /* harmony import */ var next_amp__WEBPACK_IMPORTED_MODULE_0__ =
+        __webpack_require__(7023);
+      /* harmony import */ var next_amp__WEBPACK_IMPORTED_MODULE_0___default =
+        /*#__PURE__*/ __webpack_require__.n(
+          next_amp__WEBPACK_IMPORTED_MODULE_0__
+        );
+
+      const config = {
+        amp: "hybrid",
+      };
+      function Amp(props) {
+        return (0, next_amp__WEBPACK_IMPORTED_MODULE_0__.useAmp)()
+          ? "AMP mode"
+          : "normal mode";
+      }
+
+      /***/
+    },
+
+    /***/ 7023: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) => {
-      module.exports = __webpack_require__(4642);
+      module.exports = __webpack_require__(9926);
+
+      /***/
+    },
+
+    /***/ 8647: /***/ (
+      __unused_webpack_module,
+      __unused_webpack_exports,
+      __webpack_require__
+    ) => {
+      (window.__NEXT_P = window.__NEXT_P || []).push([
+        "/amp",
+        function () {
+          return __webpack_require__(6212);
+        },
+      ]);
+      if (false) {
+      }
 
       /***/
     },
 
-    /***/ 4642: /***/ (module, exports, __webpack_require__) => {
+    /***/ 9926: /***/ (module, exports, __webpack_require__) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -27,8 +75,8 @@
       const _react = /*#__PURE__*/ _interop_require_default._(
         __webpack_require__(5977)
       );
-      const _ampcontextsharedruntime = __webpack_require__(8358);
-      const _ampmode = __webpack_require__(242);
+      const _ampcontextsharedruntime = __webpack_require__(5418);
+      const _ampmode = __webpack_require__(3494);
       function useAmp() {
         // Don't assign the context value to a variable to save bytes
         return (0, _ampmode.isInAmpMode)(
@@ -49,61 +97,13 @@
 
       /***/
     },
-
-    /***/ 5261: /***/ (
-      __unused_webpack_module,
-      __unused_webpack_exports,
-      __webpack_require__
-    ) => {
-      (window.__NEXT_P = window.__NEXT_P || []).push([
-        "/amp",
-        function () {
-          return __webpack_require__(9550);
-        },
-      ]);
-      if (false) {
-      }
-
-      /***/
-    },
-
-    /***/ 9550: /***/ (
-      __unused_webpack_module,
-      __webpack_exports__,
-      __webpack_require__
-    ) => {
-      "use strict";
-      __webpack_require__.r(__webpack_exports__);
-      /* harmony export */ __webpack_require__.d(__webpack_exports__, {
-        /* harmony export */ config: () => /* binding */ config,
-        /* harmony export */ default: () => /* binding */ Amp,
-        /* harmony export */
-      });
-      /* harmony import */ var next_amp__WEBPACK_IMPORTED_MODULE_0__ =
-        __webpack_require__(4105);
-      /* harmony import */ var next_amp__WEBPACK_IMPORTED_MODULE_0___default =
-        /*#__PURE__*/ __webpack_require__.n(
-          next_amp__WEBPACK_IMPORTED_MODULE_0__
-        );
-
-      const config = {
-        amp: "hybrid",
-      };
-      function Amp(props) {
-        return (0, next_amp__WEBPACK_IMPORTED_MODULE_0__.useAmp)()
-          ? "AMP mode"
-          : "normal mode";
-      }
-
-      /***/
-    },
   },
   /******/ (__webpack_require__) => {
     // webpackRuntimeModules
     /******/ var __webpack_exec__ = (moduleId) =>
       __webpack_require__((__webpack_require__.s = moduleId));
     /******/ __webpack_require__.O(0, [636, 6593, 8792], () =>
-      __webpack_exec__(5261)
+      __webpack_exec__(8647)
     );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for css-HASH.js
@@ -1,7 +1,14 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [9813],
   {
-    /***/ 5267: /***/ (
+    /***/ 1978: /***/ (module) => {
+      // extracted by mini-css-extract-plugin
+      module.exports = { helloWorld: "css_helloWorld__aUdUq" };
+
+      /***/
+    },
+
+    /***/ 6941: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -15,7 +22,7 @@
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
         __webpack_require__(7765);
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(6320);
+        __webpack_require__(1978);
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1___default =
         /*#__PURE__*/ __webpack_require__.n(
           _css_module_css__WEBPACK_IMPORTED_MODULE_1__
@@ -35,14 +42,7 @@
       /***/
     },
 
-    /***/ 6320: /***/ (module) => {
-      // extracted by mini-css-extract-plugin
-      module.exports = { helloWorld: "css_helloWorld__aUdUq" };
-
-      /***/
-    },
-
-    /***/ 9643: /***/ (
+    /***/ 8685: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -50,7 +50,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/css",
         function () {
-          return __webpack_require__(5267);
+          return __webpack_require__(6941);
         },
       ]);
       if (false) {
@@ -64,7 +64,7 @@
     /******/ var __webpack_exec__ = (moduleId) =>
       __webpack_require__((__webpack_require__.s = moduleId));
     /******/ __webpack_require__.O(0, [636, 6593, 8792], () =>
-      __webpack_exec__(9643)
+      __webpack_exec__(8685)
     );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for dynamic-HASH.js
@@ -1,17 +1,63 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [2291],
   {
-    /***/ 2406: /***/ (
-      module,
-      __unused_webpack_exports,
+    /***/ 2839: /***/ (
+      __unused_webpack_module,
+      __webpack_exports__,
       __webpack_require__
     ) => {
-      module.exports = __webpack_require__(8949);
+      "use strict";
+      __webpack_require__.r(__webpack_exports__);
+      /* harmony export */ __webpack_require__.d(__webpack_exports__, {
+        /* harmony export */ __N_SSP: () => /* binding */ __N_SSP,
+        /* harmony export */ default: () => __WEBPACK_DEFAULT_EXPORT__,
+        /* harmony export */
+      });
+      /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
+        __webpack_require__(7765);
+      /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1__ =
+        __webpack_require__(7444);
+      /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1___default =
+        /*#__PURE__*/ __webpack_require__.n(
+          next_dynamic__WEBPACK_IMPORTED_MODULE_1__
+        );
+
+      const DynamicHello = next_dynamic__WEBPACK_IMPORTED_MODULE_1___default()(
+        () =>
+          __webpack_require__
+            .e(/* import() */ 1376)
+            .then(__webpack_require__.bind(__webpack_require__, 1376))
+            .then((mod) => mod.Hello),
+        {
+          loadableGenerated: {
+            webpack: () => [/*require.resolve*/ 1376],
+          },
+        }
+      );
+      const Page = () =>
+        /*#__PURE__*/ (0, react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(
+          react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment,
+          {
+            children: [
+              /*#__PURE__*/ (0,
+              react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
+                children: "testing next/dynamic size",
+              }),
+              /*#__PURE__*/ (0,
+              react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(
+                DynamicHello,
+                {}
+              ),
+            ],
+          }
+        );
+      var __N_SSP = true;
+      /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = Page;
 
       /***/
     },
 
-    /***/ 4466: /***/ (
+    /***/ 4478: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -53,7 +99,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
       const _react = /*#__PURE__*/ _interop_require_default._(
         __webpack_require__(5977)
       );
-      const _loadablecontextsharedruntime = __webpack_require__(8452);
+      const _loadablecontextsharedruntime = __webpack_require__(5792);
       function resolve(obj) {
         return obj && obj.default ? obj.default : obj;
       }
@@ -288,63 +334,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
       /***/
     },
 
-    /***/ 4545: /***/ (
-      __unused_webpack_module,
-      __webpack_exports__,
-      __webpack_require__
-    ) => {
-      "use strict";
-      __webpack_require__.r(__webpack_exports__);
-      /* harmony export */ __webpack_require__.d(__webpack_exports__, {
-        /* harmony export */ __N_SSP: () => /* binding */ __N_SSP,
-        /* harmony export */ default: () => __WEBPACK_DEFAULT_EXPORT__,
-        /* harmony export */
-      });
-      /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
-        __webpack_require__(7765);
-      /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(2406);
-      /* harmony import */ var next_dynamic__WEBPACK_IMPORTED_MODULE_1___default =
-        /*#__PURE__*/ __webpack_require__.n(
-          next_dynamic__WEBPACK_IMPORTED_MODULE_1__
-        );
-
-      const DynamicHello = next_dynamic__WEBPACK_IMPORTED_MODULE_1___default()(
-        () =>
-          __webpack_require__
-            .e(/* import() */ 5194)
-            .then(__webpack_require__.bind(__webpack_require__, 5194))
-            .then((mod) => mod.Hello),
-        {
-          loadableGenerated: {
-            webpack: () => [/*require.resolve*/ 5194],
-          },
-        }
-      );
-      const Page = () =>
-        /*#__PURE__*/ (0, react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(
-          react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment,
-          {
-            children: [
-              /*#__PURE__*/ (0,
-              react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
-                children: "testing next/dynamic size",
-              }),
-              /*#__PURE__*/ (0,
-              react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(
-                DynamicHello,
-                {}
-              ),
-            ],
-          }
-        );
-      var __N_SSP = true;
-      /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = Page;
-
-      /***/
-    },
-
-    /***/ 8452: /***/ (
+    /***/ 5792: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -371,24 +361,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
       /***/
     },
 
-    /***/ 8931: /***/ (
-      __unused_webpack_module,
-      __unused_webpack_exports,
-      __webpack_require__
-    ) => {
-      (window.__NEXT_P = window.__NEXT_P || []).push([
-        "/dynamic",
-        function () {
-          return __webpack_require__(4545);
-        },
-      ]);
-      if (false) {
-      }
-
-      /***/
-    },
-
-    /***/ 8949: /***/ (module, exports, __webpack_require__) => {
+    /***/ 6153: /***/ (module, exports, __webpack_require__) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -421,7 +394,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
         __webpack_require__(5977)
       );
       const _loadablesharedruntime = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(4466)
+        __webpack_require__(4478)
       );
       const isServerSide = "object" === "undefined";
       // Normalize loader to return the module as form { default: Component } for `React.lazy`.
@@ -521,13 +494,40 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
 
       /***/
     },
+
+    /***/ 7444: /***/ (
+      module,
+      __unused_webpack_exports,
+      __webpack_require__
+    ) => {
+      module.exports = __webpack_require__(6153);
+
+      /***/
+    },
+
+    /***/ 9805: /***/ (
+      __unused_webpack_module,
+      __unused_webpack_exports,
+      __webpack_require__
+    ) => {
+      (window.__NEXT_P = window.__NEXT_P || []).push([
+        "/dynamic",
+        function () {
+          return __webpack_require__(2839);
+        },
+      ]);
+      if (false) {
+      }
+
+      /***/
+    },
   },
   /******/ (__webpack_require__) => {
     // webpackRuntimeModules
     /******/ var __webpack_exec__ = (moduleId) =>
       __webpack_require__((__webpack_require__.s = moduleId));
     /******/ __webpack_require__.O(0, [636, 6593, 8792], () =>
-      __webpack_exec__(8931)
+      __webpack_exec__(9805)
     );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for edge-ssr-HASH.js
@@ -1,24 +1,7 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [676],
   {
-    /***/ 4717: /***/ (
-      __unused_webpack_module,
-      __unused_webpack_exports,
-      __webpack_require__
-    ) => {
-      (window.__NEXT_P = window.__NEXT_P || []).push([
-        "/edge-ssr",
-        function () {
-          return __webpack_require__(7776);
-        },
-      ]);
-      if (false) {
-      }
-
-      /***/
-    },
-
-    /***/ 7776: /***/ (
+    /***/ 170: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -37,13 +20,30 @@
 
       /***/
     },
+
+    /***/ 8079: /***/ (
+      __unused_webpack_module,
+      __unused_webpack_exports,
+      __webpack_require__
+    ) => {
+      (window.__NEXT_P = window.__NEXT_P || []).push([
+        "/edge-ssr",
+        function () {
+          return __webpack_require__(170);
+        },
+      ]);
+      if (false) {
+      }
+
+      /***/
+    },
   },
   /******/ (__webpack_require__) => {
     // webpackRuntimeModules
     /******/ var __webpack_exec__ = (moduleId) =>
       __webpack_require__((__webpack_require__.s = moduleId));
     /******/ __webpack_require__.O(0, [636, 6593, 8792], () =>
-      __webpack_exec__(4717)
+      __webpack_exec__(8079)
     );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for head-HASH.js
@@ -1,34 +1,17 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [5350],
   {
-    /***/ 943: /***/ (
+    /***/ 1177: /***/ (
       module,
       __unused_webpack_exports,
       __webpack_require__
     ) => {
-      module.exports = __webpack_require__(2554);
+      module.exports = __webpack_require__(8366);
 
       /***/
     },
 
-    /***/ 3829: /***/ (
-      __unused_webpack_module,
-      __unused_webpack_exports,
-      __webpack_require__
-    ) => {
-      (window.__NEXT_P = window.__NEXT_P || []).push([
-        "/head",
-        function () {
-          return __webpack_require__(4662);
-        },
-      ]);
-      if (false) {
-      }
-
-      /***/
-    },
-
-    /***/ 4662: /***/ (
+    /***/ 1992: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -43,7 +26,7 @@
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
         __webpack_require__(7765);
       /* harmony import */ var next_head__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(943);
+        __webpack_require__(1177);
       /* harmony import */ var next_head__WEBPACK_IMPORTED_MODULE_1___default =
         /*#__PURE__*/ __webpack_require__.n(
           next_head__WEBPACK_IMPORTED_MODULE_1__
@@ -76,13 +59,30 @@
 
       /***/
     },
+
+    /***/ 8751: /***/ (
+      __unused_webpack_module,
+      __unused_webpack_exports,
+      __webpack_require__
+    ) => {
+      (window.__NEXT_P = window.__NEXT_P || []).push([
+        "/head",
+        function () {
+          return __webpack_require__(1992);
+        },
+      ]);
+      if (false) {
+      }
+
+      /***/
+    },
   },
   /******/ (__webpack_require__) => {
     // webpackRuntimeModules
     /******/ var __webpack_exec__ = (moduleId) =>
       __webpack_require__((__webpack_require__.s = moduleId));
     /******/ __webpack_require__.O(0, [636, 6593, 8792], () =>
-      __webpack_exec__(3829)
+      __webpack_exec__(8751)
     );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for hooks-HASH.js
@@ -1,7 +1,24 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [9804],
   {
-    /***/ 2452: /***/ (
+    /***/ 2227: /***/ (
+      __unused_webpack_module,
+      __unused_webpack_exports,
+      __webpack_require__
+    ) => {
+      (window.__NEXT_P = window.__NEXT_P || []).push([
+        "/hooks",
+        function () {
+          return __webpack_require__(2770);
+        },
+      ]);
+      if (false) {
+      }
+
+      /***/
+    },
+
+    /***/ 2770: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -59,30 +76,13 @@
 
       /***/
     },
-
-    /***/ 6105: /***/ (
-      __unused_webpack_module,
-      __unused_webpack_exports,
-      __webpack_require__
-    ) => {
-      (window.__NEXT_P = window.__NEXT_P || []).push([
-        "/hooks",
-        function () {
-          return __webpack_require__(2452);
-        },
-      ]);
-      if (false) {
-      }
-
-      /***/
-    },
   },
   /******/ (__webpack_require__) => {
     // webpackRuntimeModules
     /******/ var __webpack_exec__ = (moduleId) =>
       __webpack_require__((__webpack_require__.s = moduleId));
     /******/ __webpack_require__.O(0, [636, 6593, 8792], () =>
-      __webpack_exec__(6105)
+      __webpack_exec__(2227)
     );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for link-HASH.js
@@ -1,143 +1,63 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [4672],
   {
-    /***/ 1585: /***/ (module, exports, __webpack_require__) => {
-      "use strict";
-
-      Object.defineProperty(exports, "__esModule", {
-        value: true,
-      });
-      Object.defineProperty(exports, "useIntersection", {
-        enumerable: true,
-        get: function () {
-          return useIntersection;
-        },
-      });
-      const _react = __webpack_require__(5977);
-      const _requestidlecallback = __webpack_require__(356);
-      const hasIntersectionObserver =
-        typeof IntersectionObserver === "function";
-      const observers = new Map();
-      const idList = [];
-      function createObserver(options) {
-        const id = {
-          root: options.root || null,
-          margin: options.rootMargin || "",
-        };
-        const existing = idList.find(
-          (obj) => obj.root === id.root && obj.margin === id.margin
-        );
-        let instance;
-        if (existing) {
-          instance = observers.get(existing);
-          if (instance) {
-            return instance;
-          }
-        }
-        const elements = new Map();
-        const observer = new IntersectionObserver((entries) => {
-          entries.forEach((entry) => {
-            const callback = elements.get(entry.target);
-            const isVisible =
-              entry.isIntersecting || entry.intersectionRatio > 0;
-            if (callback && isVisible) {
-              callback(isVisible);
-            }
-          });
-        }, options);
-        instance = {
-          id,
-          observer,
-          elements,
-        };
-        idList.push(id);
-        observers.set(id, instance);
-        return instance;
-      }
-      function observe(element, callback, options) {
-        const { id, observer, elements } = createObserver(options);
-        elements.set(element, callback);
-        observer.observe(element);
-        return function unobserve() {
-          elements.delete(element);
-          observer.unobserve(element);
-          // Destroy observer when there's nothing left to watch:
-          if (elements.size === 0) {
-            observer.disconnect();
-            observers.delete(id);
-            const index = idList.findIndex(
-              (obj) => obj.root === id.root && obj.margin === id.margin
-            );
-            if (index > -1) {
-              idList.splice(index, 1);
-            }
-          }
-        };
-      }
-      function useIntersection(param) {
-        let { rootRef, rootMargin, disabled } = param;
-        const isDisabled = disabled || !hasIntersectionObserver;
-        const [visible, setVisible] = (0, _react.useState)(false);
-        const elementRef = (0, _react.useRef)(null);
-        const setElement = (0, _react.useCallback)((element) => {
-          elementRef.current = element;
-        }, []);
-        (0, _react.useEffect)(() => {
-          if (hasIntersectionObserver) {
-            if (isDisabled || visible) return;
-            const element = elementRef.current;
-            if (element && element.tagName) {
-              const unobserve = observe(
-                element,
-                (isVisible) => isVisible && setVisible(isVisible),
-                {
-                  root: rootRef == null ? void 0 : rootRef.current,
-                  rootMargin,
-                }
-              );
-              return unobserve;
-            }
-          } else {
-            if (!visible) {
-              const idleCallback = (0,
-              _requestidlecallback.requestIdleCallback)(() => setVisible(true));
-              return () =>
-                (0, _requestidlecallback.cancelIdleCallback)(idleCallback);
-            }
-          }
-          // eslint-disable-next-line react-hooks/exhaustive-deps
-        }, [isDisabled, rootMargin, rootRef, visible, elementRef.current]);
-        const resetVisible = (0, _react.useCallback)(() => {
-          setVisible(false);
-        }, []);
-        return [setElement, visible, resetVisible];
-      }
-      if (
-        (typeof exports.default === "function" ||
-          (typeof exports.default === "object" && exports.default !== null)) &&
-        typeof exports.default.__esModule === "undefined"
-      ) {
-        Object.defineProperty(exports.default, "__esModule", {
-          value: true,
-        });
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
-      } //# sourceMappingURL=use-intersection.js.map
+    /***/ 2783: /***/ (
+      module,
+      __unused_webpack_exports,
+      __webpack_require__
+    ) => {
+      module.exports = __webpack_require__(5926);
 
       /***/
     },
 
-    /***/ 2621: /***/ (
-      module,
-      __unused_webpack_exports,
+    /***/ 4174: /***/ (
+      __unused_webpack_module,
+      __webpack_exports__,
       __webpack_require__
     ) => {
-      module.exports = __webpack_require__(5410);
+      "use strict";
+      __webpack_require__.r(__webpack_exports__);
+      /* harmony export */ __webpack_require__.d(__webpack_exports__, {
+        /* harmony export */ __N_SSP: () => /* binding */ __N_SSP,
+        /* harmony export */ default: () => __WEBPACK_DEFAULT_EXPORT__,
+        /* harmony export */
+      });
+      /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
+        __webpack_require__(7765);
+      /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1__ =
+        __webpack_require__(2783);
+      /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1___default =
+        /*#__PURE__*/ __webpack_require__.n(
+          next_link__WEBPACK_IMPORTED_MODULE_1__
+        );
+
+      function aLink(props) {
+        return /*#__PURE__*/ (0,
+        react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
+          children: [
+            /*#__PURE__*/ (0,
+            react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h3", {
+              children: "A Link page!",
+            }),
+            /*#__PURE__*/ (0,
+            react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(
+              next_link__WEBPACK_IMPORTED_MODULE_1___default(),
+              {
+                href: "/",
+                children: "Go to /",
+              }
+            ),
+          ],
+        });
+      }
+      var __N_SSP = true;
+      /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = aLink;
 
       /***/
     },
 
-    /***/ 5410: /***/ (module, exports, __webpack_require__) => {
+    /***/ 5926: /***/ (module, exports, __webpack_require__) => {
       "use strict";
       /* __next_internal_client_entry_do_not_use__  cjs */
       Object.defineProperty(exports, "__esModule", {
@@ -164,16 +84,16 @@
       const _react = /*#__PURE__*/ _interop_require_wildcard._(
         __webpack_require__(5977)
       );
-      const _resolvehref = __webpack_require__(224);
-      const _islocalurl = __webpack_require__(7746);
-      const _formaturl = __webpack_require__(315);
-      const _utils = __webpack_require__(8709);
-      const _addlocale = __webpack_require__(6358);
-      const _routercontextsharedruntime = __webpack_require__(4095);
-      const _useintersection = __webpack_require__(1585);
-      const _getdomainlocale = __webpack_require__(8802);
-      const _addbasepath = __webpack_require__(6151);
-      const _usemergedref = __webpack_require__(9100);
+      const _resolvehref = __webpack_require__(6708);
+      const _islocalurl = __webpack_require__(6526);
+      const _formaturl = __webpack_require__(5575);
+      const _utils = __webpack_require__(3497);
+      const _addlocale = __webpack_require__(722);
+      const _routercontextsharedruntime = __webpack_require__(1235);
+      const _useintersection = __webpack_require__(8069);
+      const _getdomainlocale = __webpack_require__(9734);
+      const _addbasepath = __webpack_require__(4419);
+      const _usemergedref = __webpack_require__(6136);
       const prefetched = new Set();
       function prefetch(router, href, as, options) {
         if (false) {
@@ -495,43 +415,7 @@
       /***/
     },
 
-    /***/ 8802: /***/ (module, exports, __webpack_require__) => {
-      "use strict";
-
-      Object.defineProperty(exports, "__esModule", {
-        value: true,
-      });
-      Object.defineProperty(exports, "getDomainLocale", {
-        enumerable: true,
-        get: function () {
-          return getDomainLocale;
-        },
-      });
-      const _normalizetrailingslash = __webpack_require__(1652);
-      const basePath =
-        /* unused pure expression or super */ null && (false || "");
-      function getDomainLocale(path, locale, locales, domainLocales) {
-        if (false) {
-        } else {
-          return false;
-        }
-      }
-      if (
-        (typeof exports.default === "function" ||
-          (typeof exports.default === "object" && exports.default !== null)) &&
-        typeof exports.default.__esModule === "undefined"
-      ) {
-        Object.defineProperty(exports.default, "__esModule", {
-          value: true,
-        });
-        Object.assign(exports.default, exports);
-        module.exports = exports.default;
-      } //# sourceMappingURL=get-domain-locale.js.map
-
-      /***/
-    },
-
-    /***/ 9100: /***/ (module, exports, __webpack_require__) => {
+    /***/ 6136: /***/ (module, exports, __webpack_require__) => {
       "use strict";
 
       Object.defineProperty(exports, "__esModule", {
@@ -609,7 +493,7 @@
       /***/
     },
 
-    /***/ 9693: /***/ (
+    /***/ 7047: /***/ (
       __unused_webpack_module,
       __unused_webpack_exports,
       __webpack_require__
@@ -617,7 +501,7 @@
       (window.__NEXT_P = window.__NEXT_P || []).push([
         "/link",
         function () {
-          return __webpack_require__(9948);
+          return __webpack_require__(4174);
         },
       ]);
       if (false) {
@@ -626,48 +510,164 @@
       /***/
     },
 
-    /***/ 9948: /***/ (
-      __unused_webpack_module,
-      __webpack_exports__,
-      __webpack_require__
-    ) => {
+    /***/ 8069: /***/ (module, exports, __webpack_require__) => {
       "use strict";
-      __webpack_require__.r(__webpack_exports__);
-      /* harmony export */ __webpack_require__.d(__webpack_exports__, {
-        /* harmony export */ __N_SSP: () => /* binding */ __N_SSP,
-        /* harmony export */ default: () => __WEBPACK_DEFAULT_EXPORT__,
-        /* harmony export */
+
+      Object.defineProperty(exports, "__esModule", {
+        value: true,
       });
-      /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
-        __webpack_require__(7765);
-      /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(2621);
-      /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1___default =
-        /*#__PURE__*/ __webpack_require__.n(
-          next_link__WEBPACK_IMPORTED_MODULE_1__
+      Object.defineProperty(exports, "useIntersection", {
+        enumerable: true,
+        get: function () {
+          return useIntersection;
+        },
+      });
+      const _react = __webpack_require__(5977);
+      const _requestidlecallback = __webpack_require__(3432);
+      const hasIntersectionObserver =
+        typeof IntersectionObserver === "function";
+      const observers = new Map();
+      const idList = [];
+      function createObserver(options) {
+        const id = {
+          root: options.root || null,
+          margin: options.rootMargin || "",
+        };
+        const existing = idList.find(
+          (obj) => obj.root === id.root && obj.margin === id.margin
         );
-
-      function aLink(props) {
-        return /*#__PURE__*/ (0,
-        react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
-          children: [
-            /*#__PURE__*/ (0,
-            react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h3", {
-              children: "A Link page!",
-            }),
-            /*#__PURE__*/ (0,
-            react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(
-              next_link__WEBPACK_IMPORTED_MODULE_1___default(),
-              {
-                href: "/",
-                children: "Go to /",
-              }
-            ),
-          ],
+        let instance;
+        if (existing) {
+          instance = observers.get(existing);
+          if (instance) {
+            return instance;
+          }
+        }
+        const elements = new Map();
+        const observer = new IntersectionObserver((entries) => {
+          entries.forEach((entry) => {
+            const callback = elements.get(entry.target);
+            const isVisible =
+              entry.isIntersecting || entry.intersectionRatio > 0;
+            if (callback && isVisible) {
+              callback(isVisible);
+            }
+          });
+        }, options);
+        instance = {
+          id,
+          observer,
+          elements,
+        };
+        idList.push(id);
+        observers.set(id, instance);
+        return instance;
+      }
+      function observe(element, callback, options) {
+        const { id, observer, elements } = createObserver(options);
+        elements.set(element, callback);
+        observer.observe(element);
+        return function unobserve() {
+          elements.delete(element);
+          observer.unobserve(element);
+          // Destroy observer when there's nothing left to watch:
+          if (elements.size === 0) {
+            observer.disconnect();
+            observers.delete(id);
+            const index = idList.findIndex(
+              (obj) => obj.root === id.root && obj.margin === id.margin
+            );
+            if (index > -1) {
+              idList.splice(index, 1);
+            }
+          }
+        };
+      }
+      function useIntersection(param) {
+        let { rootRef, rootMargin, disabled } = param;
+        const isDisabled = disabled || !hasIntersectionObserver;
+        const [visible, setVisible] = (0, _react.useState)(false);
+        const elementRef = (0, _react.useRef)(null);
+        const setElement = (0, _react.useCallback)((element) => {
+          elementRef.current = element;
+        }, []);
+        (0, _react.useEffect)(() => {
+          if (hasIntersectionObserver) {
+            if (isDisabled || visible) return;
+            const element = elementRef.current;
+            if (element && element.tagName) {
+              const unobserve = observe(
+                element,
+                (isVisible) => isVisible && setVisible(isVisible),
+                {
+                  root: rootRef == null ? void 0 : rootRef.current,
+                  rootMargin,
+                }
+              );
+              return unobserve;
+            }
+          } else {
+            if (!visible) {
+              const idleCallback = (0,
+              _requestidlecallback.requestIdleCallback)(() => setVisible(true));
+              return () =>
+                (0, _requestidlecallback.cancelIdleCallback)(idleCallback);
+            }
+          }
+          // eslint-disable-next-line react-hooks/exhaustive-deps
+        }, [isDisabled, rootMargin, rootRef, visible, elementRef.current]);
+        const resetVisible = (0, _react.useCallback)(() => {
+          setVisible(false);
+        }, []);
+        return [setElement, visible, resetVisible];
+      }
+      if (
+        (typeof exports.default === "function" ||
+          (typeof exports.default === "object" && exports.default !== null)) &&
+        typeof exports.default.__esModule === "undefined"
+      ) {
+        Object.defineProperty(exports.default, "__esModule", {
+          value: true,
         });
+        Object.assign(exports.default, exports);
+        module.exports = exports.default;
+      } //# sourceMappingURL=use-intersection.js.map
+
+      /***/
+    },
+
+    /***/ 9734: /***/ (module, exports, __webpack_require__) => {
+      "use strict";
+
+      Object.defineProperty(exports, "__esModule", {
+        value: true,
+      });
+      Object.defineProperty(exports, "getDomainLocale", {
+        enumerable: true,
+        get: function () {
+          return getDomainLocale;
+        },
+      });
+      const _normalizetrailingslash = __webpack_require__(504);
+      const basePath =
+        /* unused pure expression or super */ null && (false || "");
+      function getDomainLocale(path, locale, locales, domainLocales) {
+        if (false) {
+        } else {
+          return false;
+        }
       }
-      var __N_SSP = true;
-      /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = aLink;
+      if (
+        (typeof exports.default === "function" ||
+          (typeof exports.default === "object" && exports.default !== null)) &&
+        typeof exports.default.__esModule === "undefined"
+      ) {
+        Object.defineProperty(exports.default, "__esModule", {
+          value: true,
+        });
+        Object.assign(exports.default, exports);
+        module.exports = exports.default;
+      } //# sourceMappingURL=get-domain-locale.js.map
 
       /***/
     },
@@ -677,7 +677,7 @@
     /******/ var __webpack_exec__ = (moduleId) =>
       __webpack_require__((__webpack_require__.s = moduleId));
     /******/ __webpack_require__.O(0, [636, 6593, 8792], () =>
-      __webpack_exec__(9693)
+      __webpack_exec__(7047)
     );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for script-HASH.js
@@ -1,7 +1,34 @@
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
   [1209],
   {
-    /***/ 3699: /***/ (
+    /***/ 1008: /***/ (
+      module,
+      __unused_webpack_exports,
+      __webpack_require__
+    ) => {
+      module.exports = __webpack_require__(2817);
+
+      /***/
+    },
+
+    /***/ 6951: /***/ (
+      __unused_webpack_module,
+      __unused_webpack_exports,
+      __webpack_require__
+    ) => {
+      (window.__NEXT_P = window.__NEXT_P || []).push([
+        "/script",
+        function () {
+          return __webpack_require__(8889);
+        },
+      ]);
+      if (false) {
+      }
+
+      /***/
+    },
+
+    /***/ 8889: /***/ (
       __unused_webpack_module,
       __webpack_exports__,
       __webpack_require__
@@ -16,7 +43,7 @@
       /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ =
         __webpack_require__(7765);
       /* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1__ =
-        __webpack_require__(4802);
+        __webpack_require__(1008);
       /* harmony import */ var next_script__WEBPACK_IMPORTED_MODULE_1___default =
         /*#__PURE__*/ __webpack_require__.n(
           next_script__WEBPACK_IMPORTED_MODULE_1__
@@ -48,40 +75,13 @@
 
       /***/
     },
-
-    /***/ 4802: /***/ (
-      module,
-      __unused_webpack_exports,
-      __webpack_require__
-    ) => {
-      module.exports = __webpack_require__(8661);
-
-      /***/
-    },
-
-    /***/ 7861: /***/ (
-      __unused_webpack_module,
-      __unused_webpack_exports,
-      __webpack_require__
-    ) => {
-      (window.__NEXT_P = window.__NEXT_P || []).push([
-        "/script",
-        function () {
-          return __webpack_require__(3699);
-        },
-      ]);
-      if (false) {
-      }
-
-      /***/
-    },
   },
   /******/ (__webpack_require__) => {
     // webpackRuntimeModules
     /******/ var __webpack_exec__ = (moduleId) =>
       __webpack_require__((__webpack_require__.s = moduleId));
     /******/ __webpack_require__.O(0, [636, 6593, 8792], () =>
-      __webpack_exec__(7861)
+      __webpack_exec__(6951)
     );
     /******/ var __webpack_exports__ = __webpack_require__.O();
     /******/ _N_E = __webpack_exports__;
Diff for 3414-HASH.js

Diff too large to display

Diff for 8863-HASH.js
@@ -1,8 +1,33 @@
 "use strict";
 (self["webpackChunk_N_E"] = self["webpackChunk_N_E"] || []).push([
-  [8863],
+  [7009],
   {
-    /***/ 22: /***/ (module, exports, __webpack_require__) => {
+    /***/ 414: /***/ (
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) => {
+      Object.defineProperty(exports, "__esModule", {
+        value: true,
+      });
+      Object.defineProperty(exports, "AmpStateContext", {
+        enumerable: true,
+        get: function () {
+          return AmpStateContext;
+        },
+      });
+      const _interop_require_default = __webpack_require__(2726);
+      const _react = /*#__PURE__*/ _interop_require_default._(
+        __webpack_require__(2224)
+      );
+      const AmpStateContext = _react.default.createContext({});
+      if (false) {
+      } //# sourceMappingURL=amp-context.shared-runtime.js.map
+
+      /***/
+    },
+
+    /***/ 1912: /***/ (module, exports, __webpack_require__) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -12,7 +37,7 @@
           return useMergedRef;
         },
       });
-      const _react = __webpack_require__(2786);
+      const _react = __webpack_require__(2224);
       function useMergedRef(refA, refB) {
         const cleanupA = (0, _react.useRef)(null);
         const cleanupB = (0, _react.useRef)(null);
@@ -78,7 +103,93 @@
       /***/
     },
 
-    /***/ 639: /***/ (__unused_webpack_module, exports) => {
+    /***/ 2843: /***/ (
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) => {
+      Object.defineProperty(exports, "__esModule", {
+        value: true,
+      });
+      Object.defineProperty(exports, "RouterContext", {
+        enumerable: true,
+        get: function () {
+          return RouterContext;
+        },
+      });
+      const _interop_require_default = __webpack_require__(2726);
+      const _react = /*#__PURE__*/ _interop_require_default._(
+        __webpack_require__(2224)
+      );
+      const RouterContext = _react.default.createContext(null);
+      if (false) {
+      } //# sourceMappingURL=router-context.shared-runtime.js.map
+
+      /***/
+    },
+
+    /***/ 3003: /***/ (
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) => {
+      Object.defineProperty(exports, "__esModule", {
+        value: true,
+      });
+      Object.defineProperty(exports, "default", {
+        enumerable: true,
+        get: function () {
+          return _default;
+        },
+      });
+      const _findclosestquality = __webpack_require__(5045);
+      function defaultLoader(param) {
+        let { config, src, width, quality } = param;
+        if (false) {
+        }
+        const q = (0, _findclosestquality.findClosestQuality)(quality, config);
+        return (
+          config.path +
+          "?url=" +
+          encodeURIComponent(src) +
+          "&w=" +
+          width +
+          "&q=" +
+          q +
+          (src.startsWith("/_next/static/media/") && false ? 0 : "")
+        );
+      }
+      // We use this to determine if the import is the default loader
+      // or a custom loader defined by the user in next.config.js
+      defaultLoader.__next_img_default = true;
+      const _default = defaultLoader; //# sourceMappingURL=image-loader.js.map
+
+      /***/
+    },
+
+    /***/ 3810: /***/ (__unused_webpack_module, exports) => {
+      Object.defineProperty(exports, "__esModule", {
+        value: true,
+      });
+      Object.defineProperty(exports, "isInAmpMode", {
+        enumerable: true,
+        get: function () {
+          return isInAmpMode;
+        },
+      });
+      function isInAmpMode(param) {
+        let {
+          ampFirst = false,
+          hybrid = false,
+          hasQuery = false,
+        } = param === void 0 ? {} : param;
+        return ampFirst || (hybrid && hasQuery);
+      } //# sourceMappingURL=amp-mode.js.map
+
+      /***/
+    },
+
+    /***/ 5045: /***/ (__unused_webpack_module, exports) => {
       Object.defineProperty(exports, "__esModule", {
         value: true,
       });
@@ -109,56 +220,7 @@
       /***/
     },
 
-    /***/ 936: /***/ (__unused_webpack_module, exports) => {
-      Object.defineProperty(exports, "__esModule", {
-        value: true,
-      });
-      0 && 0;
-      function _export(target, all) {
-        for (var name in all)
-          Object.defineProperty(target, name, {
-            enumerable: true,
-            get: all[name],
-          });
-      }
-      _export(exports, {
-        VALID_LOADERS: function () {
-          return VALID_LOADERS;
-        },
-        imageConfigDefault: function () {
-          return imageConfigDefault;
-        },
-      });
-      const VALID_LOADERS = [
-        "default",
-        "imgix",
-        "cloudinary",
-        "akamai",
-        "custom",
-      ];
-      const imageConfigDefault = {
-        deviceSizes: [640, 750, 828, 1080, 1200, 1920, 2048, 3840],
-        imageSizes: [16, 32, 48, 64, 96, 128, 256, 384],
-        path: "/_next/image",
-        loader: "default",
-        loaderFile: "",
-        domains: [],
-        disableStaticImages: false,
-        minimumCacheTTL: 60,
-        formats: ["image/webp"],
-        dangerouslyAllowSVG: false,
-        contentSecurityPolicy: "script-src 'none'; frame-src 'none'; sandbox;",
-        contentDispositionType: "attachment",
-        localPatterns: undefined,
-        remotePatterns: [],
-        qualities: [75],
-        unoptimized: false,
-      }; //# sourceMappingURL=image-config.js.map
-
-      /***/
-    },
-
-    /***/ 1268: /***/ (__unused_webpack_module, exports) => {
+    /***/ 5218: /***/ (__unused_webpack_module, exports) => {
       /**
        * A shared function, used on both client and server, to generate a SVG blur placeholder.
        */
@@ -212,7 +274,7 @@
       /***/
     },
 
-    /***/ 1796: /***/ (module, exports, __webpack_require__) => {
+    /***/ 5402: /***/ (module, exports, __webpack_require__) => {
       /* __next_internal_client_entry_do_not_use__  cjs */
       Object.defineProperty(exports, "__esModule", {
         value: true,
@@ -233,19 +295,19 @@
           return defaultHead;
         },
       });
-      const _interop_require_default = __webpack_require__(8182);
-      const _interop_require_wildcard = __webpack_require__(8319);
-      const _jsxruntime = __webpack_require__(1050);
+      const _interop_require_default = __webpack_require__(2726);
+      const _interop_require_wildcard = __webpack_require__(2527);
+      const _jsxruntime = __webpack_require__(8204);
       const _react = /*#__PURE__*/ _interop_require_wildcard._(
-        __webpack_require__(2786)
+        __webpack_require__(2224)
       );
       const _sideeffect = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(5581)
+        __webpack_require__(9319)
       );
-      const _ampcontextsharedruntime = __webpack_require__(3800);
-      const _headmanagercontextsharedruntime = __webpack_require__(4950);
-      const _ampmode = __webpack_require__(7824);
-      const _warnonce = __webpack_require__(2854);
+      const _ampcontextsharedruntime = __webpack_require__(414);
+      const _headmanagercontextsharedruntime = __webpack_require__(3100);
+      const _ampmode = __webpack_require__(3810);
+      const _warnonce = __webpack_require__(4504);
       function defaultHead(inAmpMode) {
         if (inAmpMode === void 0) inAmpMode = false;
         const head = [
@@ -410,7 +472,7 @@
       /***/
     },
 
-    /***/ 2843: /***/ (
+    /***/ 6745: /***/ (
       __unused_webpack_module,
       exports,
       __webpack_require__
@@ -424,9 +486,9 @@
           return getImgProps;
         },
       });
-      const _warnonce = __webpack_require__(2854);
-      const _imageblursvg = __webpack_require__(1268);
-      const _imageconfig = __webpack_require__(936);
+      const _warnonce = __webpack_require__(4504);
+      const _imageblursvg = __webpack_require__(5218);
+      const _imageconfig = __webpack_require__(9278);
       const VALID_LOADING_VALUES =
         /* unused pure expression or super */ null && [
           "lazy",
@@ -858,239 +920,7 @@
       /***/
     },
 
-    /***/ 3800: /***/ (
-      __unused_webpack_module,
-      exports,
-      __webpack_require__
-    ) => {
-      Object.defineProperty(exports, "__esModule", {
-        value: true,
-      });
-      Object.defineProperty(exports, "AmpStateContext", {
-        enumerable: true,
-        get: function () {
-          return AmpStateContext;
-        },
-      });
-      const _interop_require_default = __webpack_require__(8182);
-      const _react = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(2786)
-      );
-      const AmpStateContext = _react.default.createContext({});
-      if (false) {
-      } //# sourceMappingURL=amp-context.shared-runtime.js.map
-
-      /***/
-    },
-
-    /***/ 5581: /***/ (
-      __unused_webpack_module,
-      exports,
-      __webpack_require__
-    ) => {
-      Object.defineProperty(exports, "__esModule", {
-        value: true,
-      });
-      Object.defineProperty(exports, "default", {
-        enumerable: true,
-        get: function () {
-          return SideEffect;
-        },
-      });
-      const _react = __webpack_require__(2786);
-      const isServer = "object" === "undefined";
-      const useClientOnlyLayoutEffect = isServer
-        ? () => {}
-        : _react.useLayoutEffect;
-      const useClientOnlyEffect = isServer ? () => {} : _react.useEffect;
-      function SideEffect(props) {
-        const { headManager, reduceComponentsToState } = props;
-        function emitChange() {
-          if (headManager && headManager.mountedInstances) {
-            const headElements = _react.Children.toArray(
-              Array.from(headManager.mountedInstances).filter(Boolean)
-            );
-            headManager.updateHead(
-              reduceComponentsToState(headElements, props)
-            );
-          }
-        }
-        if (isServer) {
-          var _headManager_mountedInstances;
-          headManager == null
-            ? void 0
-            : (_headManager_mountedInstances = headManager.mountedInstances) ==
-              null
-            ? void 0
-            : _headManager_mountedInstances.add(props.children);
-          emitChange();
-        }
-        useClientOnlyLayoutEffect(() => {
-          var _headManager_mountedInstances;
-          headManager == null
-            ? void 0
-            : (_headManager_mountedInstances = headManager.mountedInstances) ==
-              null
-            ? void 0
-            : _headManager_mountedInstances.add(props.children);
-          return () => {
-            var _headManager_mountedInstances;
-            headManager == null
-              ? void 0
-              : (_headManager_mountedInstances =
-                  headManager.mountedInstances) == null
-              ? void 0
-              : _headManager_mountedInstances.delete(props.children);
-          };
-        });
-        // We need to call `updateHead` method whenever the `SideEffect` is trigger in all
-        // life-cycles: mount, update, unmount. However, if there are multiple `SideEffect`s
-        // being rendered, we only trigger the method from the last one.
-        // This is ensured by keeping the last unflushed `updateHead` in the `_pendingUpdate`
-        // singleton in the layout effect pass, and actually trigger it in the effect pass.
-        useClientOnlyLayoutEffect(() => {
-          if (headManager) {
-            headManager._pendingUpdate = emitChange;
-          }
-          return () => {
-            if (headManager) {
-              headManager._pendingUpdate = emitChange;
-            }
-          };
-        });
-        useClientOnlyEffect(() => {
-          if (headManager && headManager._pendingUpdate) {
-            headManager._pendingUpdate();
-            headManager._pendingUpdate = null;
-          }
-          return () => {
-            if (headManager && headManager._pendingUpdate) {
-              headManager._pendingUpdate();
-              headManager._pendingUpdate = null;
-            }
-          };
-        });
-        return null;
-      } //# sourceMappingURL=side-effect.js.map
-
-      /***/
-    },
-
-    /***/ 7053: /***/ (
-      __unused_webpack_module,
-      exports,
-      __webpack_require__
-    ) => {
-      Object.defineProperty(exports, "__esModule", {
-        value: true,
-      });
-      Object.defineProperty(exports, "RouterContext", {
-        enumerable: true,
-        get: function () {
-          return RouterContext;
-        },
-      });
-      const _interop_require_default = __webpack_require__(8182);
-      const _react = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(2786)
-      );
-      const RouterContext = _react.default.createContext(null);
-      if (false) {
-      } //# sourceMappingURL=router-context.shared-runtime.js.map
-
-      /***/
-    },
-
-    /***/ 7281: /***/ (
-      __unused_webpack_module,
-      exports,
-      __webpack_require__
-    ) => {
-      Object.defineProperty(exports, "__esModule", {
-        value: true,
-      });
-      Object.defineProperty(exports, "default", {
-        enumerable: true,
-        get: function () {
-          return _default;
-        },
-      });
-      const _findclosestquality = __webpack_require__(639);
-      function defaultLoader(param) {
-        let { config, src, width, quality } = param;
-        if (false) {
-        }
-        const q = (0, _findclosestquality.findClosestQuality)(quality, config);
-        return (
-          config.path +
-          "?url=" +
-          encodeURIComponent(src) +
-          "&w=" +
-          width +
-          "&q=" +
-          q +
-          (src.startsWith("/_next/static/media/") && false ? 0 : "")
-        );
-      }
-      // We use this to determine if the import is the default loader
-      // or a custom loader defined by the user in next.config.js
-      defaultLoader.__next_img_default = true;
-      const _default = defaultLoader; //# sourceMappingURL=image-loader.js.map
-
-      /***/
-    },
-
-    /***/ 7480: /***/ (
-      __unused_webpack_module,
-      exports,
-      __webpack_require__
-    ) => {
-      Object.defineProperty(exports, "__esModule", {
-        value: true,
-      });
-      Object.defineProperty(exports, "ImageConfigContext", {
-        enumerable: true,
-        get: function () {
-          return ImageConfigContext;
-        },
-      });
-      const _interop_require_default = __webpack_require__(8182);
-      const _react = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(2786)
-      );
-      const _imageconfig = __webpack_require__(936);
-      const ImageConfigContext = _react.default.createContext(
-        _imageconfig.imageConfigDefault
-      );
-      if (false) {
-      } //# sourceMappingURL=image-config-context.shared-runtime.js.map
-
-      /***/
-    },
-
-    /***/ 7824: /***/ (__unused_webpack_module, exports) => {
-      Object.defineProperty(exports, "__esModule", {
-        value: true,
-      });
-      Object.defineProperty(exports, "isInAmpMode", {
-        enumerable: true,
-        get: function () {
-          return isInAmpMode;
-        },
-      });
-      function isInAmpMode(param) {
-        let {
-          ampFirst = false,
-          hybrid = false,
-          hasQuery = false,
-        } = param === void 0 ? {} : param;
-        return ampFirst || (hybrid && hasQuery);
-      } //# sourceMappingURL=amp-mode.js.map
-
-      /***/
-    },
-
-    /***/ 8863: /***/ (module, exports, __webpack_require__) => {
+    /***/ 7009: /***/ (module, exports, __webpack_require__) => {
       /* __next_internal_client_entry_do_not_use__  cjs */
       Object.defineProperty(exports, "__esModule", {
         value: true,
@@ -1101,27 +931,27 @@
           return Image;
         },
       });
-      const _interop_require_default = __webpack_require__(8182);
-      const _interop_require_wildcard = __webpack_require__(8319);
-      const _jsxruntime = __webpack_require__(1050);
+      const _interop_require_default = __webpack_require__(2726);
+      const _interop_require_wildcard = __webpack_require__(2527);
+      const _jsxruntime = __webpack_require__(8204);
       const _react = /*#__PURE__*/ _interop_require_wildcard._(
-        __webpack_require__(2786)
+        __webpack_require__(2224)
       );
       const _reactdom = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(1407)
+        __webpack_require__(1345)
       );
       const _head = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(1796)
+        __webpack_require__(5402)
       );
-      const _getimgprops = __webpack_require__(2843);
-      const _imageconfig = __webpack_require__(936);
-      const _imageconfigcontextsharedruntime = __webpack_require__(7480);
-      const _warnonce = __webpack_require__(2854);
-      const _routercontextsharedruntime = __webpack_require__(7053);
+      const _getimgprops = __webpack_require__(6745);
+      const _imageconfig = __webpack_require__(9278);
+      const _imageconfigcontextsharedruntime = __webpack_require__(9690);
+      const _warnonce = __webpack_require__(4504);
+      const _routercontextsharedruntime = __webpack_require__(2843);
       const _imageloader = /*#__PURE__*/ _interop_require_default._(
-        __webpack_require__(7281)
+        __webpack_require__(3003)
       );
-      const _usemergedref = __webpack_require__(22);
+      const _usemergedref = __webpack_require__(1912);
       // This is replaced by webpack define plugin
       const configEnv = {
         deviceSizes: [640, 750, 828, 1080, 1200, 1920, 2048, 3840],
@@ -1447,5 +1277,175 @@
 
       /***/
     },
+
+    /***/ 9278: /***/ (__unused_webpack_module, exports) => {
+      Object.defineProperty(exports, "__esModule", {
+        value: true,
+      });
+      0 && 0;
+      function _export(target, all) {
+        for (var name in all)
+          Object.defineProperty(target, name, {
+            enumerable: true,
+            get: all[name],
+          });
+      }
+      _export(exports, {
+        VALID_LOADERS: function () {
+          return VALID_LOADERS;
+        },
+        imageConfigDefault: function () {
+          return imageConfigDefault;
+        },
+      });
+      const VALID_LOADERS = [
+        "default",
+        "imgix",
+        "cloudinary",
+        "akamai",
+        "custom",
+      ];
+      const imageConfigDefault = {
+        deviceSizes: [640, 750, 828, 1080, 1200, 1920, 2048, 3840],
+        imageSizes: [16, 32, 48, 64, 96, 128, 256, 384],
+        path: "/_next/image",
+        loader: "default",
+        loaderFile: "",
+        domains: [],
+        disableStaticImages: false,
+        minimumCacheTTL: 60,
+        formats: ["image/webp"],
+        dangerouslyAllowSVG: false,
+        contentSecurityPolicy: "script-src 'none'; frame-src 'none'; sandbox;",
+        contentDispositionType: "attachment",
+        localPatterns: undefined,
+        remotePatterns: [],
+        qualities: [75],
+        unoptimized: false,
+      }; //# sourceMappingURL=image-config.js.map
+
+      /***/
+    },
+
+    /***/ 9319: /***/ (
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) => {
+      Object.defineProperty(exports, "__esModule", {
+        value: true,
+      });
+      Object.defineProperty(exports, "default", {
+        enumerable: true,
+        get: function () {
+          return SideEffect;
+        },
+      });
+      const _react = __webpack_require__(2224);
+      const isServer = "object" === "undefined";
+      const useClientOnlyLayoutEffect = isServer
+        ? () => {}
+        : _react.useLayoutEffect;
+      const useClientOnlyEffect = isServer ? () => {} : _react.useEffect;
+      function SideEffect(props) {
+        const { headManager, reduceComponentsToState } = props;
+        function emitChange() {
+          if (headManager && headManager.mountedInstances) {
+            const headElements = _react.Children.toArray(
+              Array.from(headManager.mountedInstances).filter(Boolean)
+            );
+            headManager.updateHead(
+              reduceComponentsToState(headElements, props)
+            );
+          }
+        }
+        if (isServer) {
+          var _headManager_mountedInstances;
+          headManager == null
+            ? void 0
+            : (_headManager_mountedInstances = headManager.mountedInstances) ==
+              null
+            ? void 0
+            : _headManager_mountedInstances.add(props.children);
+          emitChange();
+        }
+        useClientOnlyLayoutEffect(() => {
+          var _headManager_mountedInstances;
+          headManager == null
+            ? void 0
+            : (_headManager_mountedInstances = headManager.mountedInstances) ==
+              null
+            ? void 0
+            : _headManager_mountedInstances.add(props.children);
+          return () => {
+            var _headManager_mountedInstances;
+            headManager == null
+              ? void 0
+              : (_headManager_mountedInstances =
+                  headManager.mountedInstances) == null
+              ? void 0
+              : _headManager_mountedInstances.delete(props.children);
+          };
+        });
+        // We need to call `updateHead` method whenever the `SideEffect` is trigger in all
+        // life-cycles: mount, update, unmount. However, if there are multiple `SideEffect`s
+        // being rendered, we only trigger the method from the last one.
+        // This is ensured by keeping the last unflushed `updateHead` in the `_pendingUpdate`
+        // singleton in the layout effect pass, and actually trigger it in the effect pass.
+        useClientOnlyLayoutEffect(() => {
+          if (headManager) {
+            headManager._pendingUpdate = emitChange;
+          }
+          return () => {
+            if (headManager) {
+              headManager._pendingUpdate = emitChange;
+            }
+          };
+        });
+        useClientOnlyEffect(() => {
+          if (headManager && headManager._pendingUpdate) {
+            headManager._pendingUpdate();
+            headManager._pendingUpdate = null;
+          }
+          return () => {
+            if (headManager && headManager._pendingUpdate) {
+              headManager._pendingUpdate();
+              headManager._pendingUpdate = null;
+            }
+          };
+        });
+        return null;
+      } //# sourceMappingURL=side-effect.js.map
+
+      /***/
+    },
+
+    /***/ 9690: /***/ (
+      __unused_webpack_module,
+      exports,
+      __webpack_require__
+    ) => {
+      Object.defineProperty(exports, "__esModule", {
+        value: true,
+      });
+      Object.defineProperty(exports, "ImageConfigContext", {
+        enumerable: true,
+        get: function () {
+          return ImageConfigContext;
+        },
+      });
+      const _interop_require_default = __webpack_require__(2726);
+      const _react = /*#__PURE__*/ _interop_require_default._(
+        __webpack_require__(2224)
+      );
+      const _imageconfig = __webpack_require__(9278);
+      const ImageConfigContext = _react.default.createContext(
+        _imageconfig.imageConfigDefault
+      );
+      if (false) {
+      } //# sourceMappingURL=image-config-context.shared-runtime.js.map
+
+      /***/
+    },
   },
 ]);
Diff for 9304-HASH.js

Diff too large to display

Diff for main-HASH.js

Diff too large to display

Commit: c6c9d05

Copy link

codspeed-hq bot commented Sep 3, 2025

CodSpeed Performance Report

Merging #83371 will degrade performances by 3.26%

Comparing whole_app_module_graph (c6c9d05) with ssr_data (4e43a45)

Summary

❌ 1 regression
✅ 8 untouched

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark BASE HEAD Change
build[lucide-react-single] 867.2 ms 896.4 ms -3.26%

@lukesandberg lukesandberg force-pushed the whole_app_module_graph branch from e465c50 to bb9d85e Compare September 8, 2025 23:03
@ijjk ijjk added the tests label Sep 9, 2025
@lukesandberg lukesandberg changed the base branch from canary to graphite-base/83371 September 10, 2025 15:49
@lukesandberg lukesandberg changed the base branch from graphite-base/83371 to ssr_data September 10, 2025 15:49
@lukesandberg lukesandberg force-pushed the whole_app_module_graph branch 3 times, most recently from 030cee5 to 46b5437 Compare September 10, 2025 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
created-by: Turbopack team PRs by the Turbopack team. tests Turbopack Related to Turbopack with Next.js. type: next
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants