-
Notifications
You must be signed in to change notification settings - Fork 28k
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
refactor(turbopack): Use ResolvedVc<T>
for struct fields in next-api
, final part
#73367
Merged
+80
−66
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Nov 29, 2024
ResolvedVc<T>
for struct fields in next-api
, final part
8f8fcbe
to
cde5aa6
Compare
30c18ae
to
e4482ba
Compare
cde5aa6
to
8e62f48
Compare
81a09af
to
2a196b0
Compare
This was referenced Nov 30, 2024
2a196b0
to
395dfe5
Compare
395dfe5
to
847a1b4
Compare
3c7514b
to
fbedd42
Compare
847a1b4
to
c2244c1
Compare
fbedd42
to
fd14fcf
Compare
c2244c1
to
b30875f
Compare
f5dfdbe
to
09a670c
Compare
b30875f
to
3bec3b2
Compare
169fbb8
to
baed0b1
Compare
3bec3b2
to
c1474b9
Compare
710fa56
to
3fb1e4c
Compare
79bf67c
to
518ba00
Compare
mischnic
reviewed
Dec 5, 2024
*data_endpoint = data_endpoint.resolve().await?; | ||
if let Route::AppPage(routes) = self { | ||
for route in routes { | ||
route.resolve().await?; |
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.
We need to change AppPageRoute
to contain ResolvedVc
as well
Then this whole function can be removed
2e94641
to
20b70e5
Compare
518ba00
to
335ea4e
Compare
bgw
approved these changes
Dec 7, 2024
20b70e5
to
113bdb7
Compare
335ea4e
to
111fba3
Compare
113bdb7
to
6b9baaa
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
created-by: Turbopack team
PRs by the Turbopack team.
locked
Turbopack
Related to Turbopack with Next.js.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes PACK-3622