mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #276] [CLOSED] pr for testing stuff #435
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#435
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/276
Author: @james-elicx
Created: 3/6/2026
Status: ❌ Closed
Base:
main← Head:james/testsfdsfdsfsdsdgdsgds📝 Commits (6)
8782738test8917ba5wip4bc397fwip27bfbc7fwip3f86fedewip41850b53wip5📊 Changes
33 files changed (+1563 additions, -115 deletions)
View changed files
➕
examples/app-router-cloudflare/app/api/instrumentation-test/route.ts(+29 -0)➕
examples/app-router-cloudflare/instrumentation.ts(+67 -0)➕
examples/app-router-cloudflare/lib/instrumentation-state.ts(+51 -0)➕
examples/app-router-cloudflare/middleware.ts(+32 -0)➕
examples/app-router-cloudflare/pages/index.tsx(+3 -0)📝
examples/app-router-cloudflare/tsconfig.json(+11 -11)📝
examples/pages-router-cloudflare/pages/ssr.tsx(+8 -2)📝
packages/vinext/src/index.ts(+75 -5)📝
packages/vinext/src/server/api-handler.ts(+4 -2)📝
packages/vinext/src/server/app-dev-server.ts(+113 -33)➕
packages/vinext/src/server/dev-module-runner.ts(+137 -0)📝
packages/vinext/src/server/dev-server.ts(+33 -23)📝
packages/vinext/src/server/instrumentation.ts(+49 -15)📝
packages/vinext/src/server/middleware.ts(+12 -6)📝
packages/vinext/src/server/prod-server.ts(+43 -4)➕
packages/vinext/src/server/wasm-hook.ts(+52 -0)📝
playwright.config.ts(+30 -0)➕
tests/e2e/app-router/instrumentation.spec.ts(+123 -0)📝
tests/e2e/app-router/middleware.spec.ts(+40 -0)➕
tests/e2e/cloudflare-dev/instrumentation.spec.ts(+90 -0)...and 13 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.