mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #630] [MERGED] refactor: extract app page execution helpers #728
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#728
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/630
Author: @southpolesteve
Created: 3/21/2026
Status: ✅ Merged
Merged: 3/21/2026
Merged by: @southpolesteve
Base:
main← Head:codex/app-page-execution-runtime📝 Commits (1)
02dea81refactor: extract app page execution helpers📊 Changes
5 files changed (+1248 additions, -1256 deletions)
View changed files
📝
packages/vinext/src/entries/app-rsc-entry.ts(+124 -178)➕
packages/vinext/src/server/app-page-execution.ts(+213 -0)📝
tests/__snapshots__/entry-templates.test.ts.snap(+726 -1068)➕
tests/app-page-execution.test.ts(+167 -0)📝
tests/app-router.test.ts(+18 -10)📄 Description
Summary
app-rsc-entry.tsby moving page probe, special-error, font-link, and RSC capture utilities into a real typed runtime moduleapp-page-execution.tsfor build errors, layout/page probes, background regeneration capture, and shared font-link generationTesting
vp check packages/vinext/src/server/app-page-execution.ts packages/vinext/src/entries/app-rsc-entry.ts tests/app-page-execution.test.ts tests/app-router.test.tsvp test run tests/app-page-execution.test.ts tests/app-router.test.ts -t "generated code|page ISR \+ searchParams|app page execution helpers"vp test run tests/entry-templates.test.ts -uvp test run tests/app-page-execution.test.ts tests/app-page-cache.test.ts tests/app-page-response.test.tsvp run vinext#buildWritten by Codex.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.