mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #631] [MERGED] fix: HL flight hint regex not matching correct format #729
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#729
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/631
Author: @james-elicx
Created: 3/21/2026
Status: ✅ Merged
Merged: 3/21/2026
Merged by: @james-elicx
Base:
main← Head:opencode/glowing-island📝 Commits (3)
ad05dd0fix: HL flight hint regex not matching correct formatcc2c645update test8096754update tests📊 Changes
5 files changed (+46 additions, -18 deletions)
View changed files
📝
packages/vinext/src/entries/app-rsc-entry.ts(+1 -1)📝
packages/vinext/src/server/app-ssr-stream.ts(+1 -1)📝
tests/__snapshots__/entry-templates.test.ts.snap(+6 -6)📝
tests/app-router.test.ts(+32 -8)📝
tests/app-ssr-stream.test.ts(+6 -2)📄 Description
Turns out the regex was slightly incorrect and not matching, therefore not applying the fixes it was supposed to and surfacing invalid
as="stylesheet"values in thelinktags.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.