[PR #276] [CLOSED] pr for testing stuff #435

Closed
opened 2026-05-06 12:39:47 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/cloudflare/vinext/pull/276
Author: @james-elicx
Created: 3/6/2026
Status: Closed

Base: mainHead: james/testsfdsfdsfsdsdgdsgds


📝 Commits (6)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/vinext/pull/276 **Author:** [@james-elicx](https://github.com/james-elicx) **Created:** 3/6/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `james/testsfdsfdsfsdsdgdsgds` --- ### 📝 Commits (6) - [`8782738`](https://github.com/cloudflare/vinext/commit/8782738bc7e9d231d24fa5452c090a1ab0def834) test - [`8917ba5`](https://github.com/cloudflare/vinext/commit/8917ba5dca0b66244f9fe28bc0e08a204f0f448c) wip - [`4bc397f`](https://github.com/cloudflare/vinext/commit/4bc397fd337dae4078e68808072107491dfc25d0) wip2 - [`7bfbc7f`](https://github.com/cloudflare/vinext/commit/7bfbc7f38ae69f66bd721faf19eed00a436f0af5) wip3 - [`f86fede`](https://github.com/cloudflare/vinext/commit/f86fede3270a623a0fb4480c44ba415916c63d41) wip4 - [`1850b53`](https://github.com/cloudflare/vinext/commit/1850b531f1ea53518daab71f438cef791c22694f) wip5 ### 📊 Changes **33 files changed** (+1563 additions, -115 deletions) <details> <summary>View changed files</summary> ➕ `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:39:47 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vinext#435
No description provided.