mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #632] [MERGED] refactor: extract app page stream helpers #730
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#730
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/632
Author: @southpolesteve
Created: 3/21/2026
Status: ✅ Merged
Merged: 3/21/2026
Merged by: @southpolesteve
Base:
main← Head:codex/app-page-stream-runtime📝 Commits (1)
455d664refactor: extract app page stream helpers📊 Changes
5 files changed (+614 additions, -297 deletions)
View changed files
📝
packages/vinext/src/entries/app-rsc-entry.ts(+59 -46)➕
packages/vinext/src/server/app-page-stream.ts(+107 -0)📝
tests/__snapshots__/entry-templates.test.ts.snap(+306 -251)➕
tests/app-page-stream.test.ts(+131 -0)📝
tests/app-router.test.ts(+11 -0)📄 Description
Summary
app-rsc-entry.tsinto a typed runtime moduleapp-page-stream.tsTesting
vp check packages/vinext/src/server/app-page-stream.ts packages/vinext/src/entries/app-rsc-entry.ts tests/app-page-stream.test.ts tests/app-router.test.tsvp test run tests/app-page-stream.test.ts tests/app-router.test.ts -t "app page stream helpers|generated code delegates page HTML stream plumbing|generated code delegates page probes|RSC stream tee for rscData capture happens before the RSC response is returned"vp test run 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|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.