mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #633] [MERGED] refactor: extract app page request helpers #732
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#732
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/633
Author: @southpolesteve
Created: 3/21/2026
Status: ✅ Merged
Merged: 3/21/2026
Merged by: @southpolesteve
Base:
main← Head:codex/app-page-request-runtime📝 Commits (2)
fa84bbarefactor: extract app page request helpers869b671test: fix app router integration assertions📊 Changes
5 files changed (+945 additions, -519 deletions)
View changed files
📝
packages/vinext/src/entries/app-rsc-entry.ts(+77 -73)➕
packages/vinext/src/server/app-page-request.ts(+189 -0)📝
tests/__snapshots__/entry-templates.test.ts.snap(+444 -438)➕
tests/app-page-request.test.ts(+211 -0)📝
tests/app-router.test.ts(+24 -8)📄 Description
Summary
app-page-request.tsapp-rsc-entry.tsfocused on generated wiring by delegating dynamic params validation, intercept resolution, and special-error-aware page builds to typed helpersTesting
vp check packages/vinext/src/server/app-page-request.ts packages/vinext/src/entries/app-rsc-entry.ts tests/app-page-request.test.ts tests/app-router.test.tsvp test run tests/app-page-request.test.ts tests/app-router.test.ts -t 'app page request helpers|generated code delegates page request orchestration'vp test run tests/app-page-request.test.ts tests/app-page-stream.test.ts tests/app-page-execution.test.ts tests/app-page-cache.test.ts tests/app-page-response.test.tsvp test run tests/entry-templates.test.ts -uvp test run tests/app-router.test.ts -t 'generated code|dynamicParams|intercepted photo modal|page ISR \+ searchParams'vp run vinext#buildWritten by Codex.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.