mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #624] [MERGED] refactor: extract app route handler execution helpers #723
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#723
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/624
Author: @southpolesteve
Created: 3/21/2026
Status: ✅ Merged
Merged: 3/21/2026
Merged by: @southpolesteve
Base:
main← Head:codex/app-route-handler-request-execution📝 Commits (1)
09f3378refactor: extract app route handler execution helpers📊 Changes
5 files changed (+830 additions, -892 deletions)
View changed files
📝
packages/vinext/src/entries/app-rsc-entry.ts(+46 -127)➕
packages/vinext/src/server/app-route-handler-execution.ts(+221 -0)📝
tests/__snapshots__/entry-templates.test.ts.snap(+258 -762)➕
tests/app-route-handler-execution.test.ts(+300 -0)📝
tests/app-router.test.ts(+5 -3)📄 Description
Summary
app-route-handler-execution.tsruntime moduleapp-rsc-entry.tsVerification
vp check packages/vinext/src/server/app-route-handler-execution.ts packages/vinext/src/entries/app-rsc-entry.ts tests/app-route-handler-execution.test.ts tests/app-router.test.ts tests/__snapshots__/entry-templates.test.ts.snapvp test run tests/app-route-handler-execution.test.ts tests/app-route-handler-runtime.test.ts tests/app-route-handler-response.test.ts tests/app-route-handler-policy.test.tsvp test run tests/entry-templates.test.tsvp test run tests/app-router.test.ts -t 'route handler'vp test run tests/nextjs-compat/app-routes.test.tsvp run vinext#buildStacked on #622.
Written by Codex.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.