mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #651] [CLOSED] feat: add optional dev-time next typegen #749
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#749
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/651
Author: @pacexy
Created: 3/22/2026
Status: ❌ Closed
Base:
main← Head:feat/dev-next-typegen📝 Commits (10+)
2849219Add dev-time Next typegen support056b6f6Document type safety workflow436bad6updatead3b936update docs9c8b1a6fix: close typegen on vite server shutdown13e693bfix: rely on default env inheritance for typegen7937f92fix: log the first successful typegen run79b276cfix: detach typegen child listeners before killa2f061ddocs: explain deferred dev typegen startup0fbb66edocs: clarify the temporary next typegen tradeoff📊 Changes
4 files changed (+384 additions, -0 deletions)
View changed files
📝
README.md(+21 -0)📝
packages/vinext/src/index.ts(+25 -0)➕
packages/vinext/src/typegen.ts(+139 -0)➕
tests/typegen.test.ts(+199 -0)📄 Description
Summary
Notes
nextis not installed; typegen is skipped in that casenext typegenTesting
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.