-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(turbopack): Handle fragment in requests #7935
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Ignored Deployments
|
🟢 Turbopack Benchmark CI successful 🟢Thanks |
✅ This change can build |
|
This reverts commit 1bfe729.
I verified that the problematic test case, |
@@ -1882,14 +1929,38 @@ async fn resolve_relative_request( | |||
options_value, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might need to handle fragment here too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Let's add a test case into turbopack-tests/execution
too to verify its working
crates/turbopack-tests/tests/execution/turbopack/resolving/fragment/input/index.js
Show resolved
Hide resolved
# Turbopack * vercel/turborepo#7935 <!-- Donny/강동윤 - feat(turbopack): Handle fragment in requests --> ### What? turbopack counterpart: vercel/turborepo#7935 ### Why? We need to fix build ### How? Closes PACK-1006
# Turbopack * vercel/turborepo#7935 <!-- Donny/강동윤 - feat(turbopack): Handle fragment in requests --> ### What? turbopack counterpart: vercel/turborepo#7935 ### Why? We need to fix build ### How? Closes PACK-1006
# Turbopack * vercel/turborepo#7935 <!-- Donny/강동윤 - feat(turbopack): Handle fragment in requests --> ### What? turbopack counterpart: vercel/turborepo#7935 ### Why? We need to fix build ### How? Closes PACK-1006
* vercel/turborepo#7935 <!-- Donny/강동윤 - feat(turbopack): Handle fragment in requests --> turbopack counterpart: vercel/turborepo#7935 We need to fix build Closes PACK-1006
Description
This reverts commit 1bfe729.
Testing Instructions
vercel/next.js#64232