wip: use dev api#401
Merged
sapphi-red merged 11 commits intofeat/full-bundle-dev-envfrom Sep 24, 2025
Merged
Conversation
This was referenced Sep 9, 2025
hyf0
reviewed
Sep 9, 2025
| } | ||
| if ( | ||
| fullBundleEnv.triggerBundleRegenerationIfStale() || | ||
| (await fullBundleEnv.triggerBundleRegenerationIfStale()) || |
There was a problem hiding this comment.
What's the difference compared to use DevEngine#ensureLatestBuild?
Member
Author
There was a problem hiding this comment.
scheduleBuildIfStale returns whether we have the latest build or not.
graphite-app bot
pushed a commit
to rolldown/rolldown
that referenced
this pull request
Sep 9, 2025
Added the change files in `onHmrUpdates` callback for logging. refs vitejs/rolldown-vite#401
graphite-app bot
pushed a commit
to rolldown/rolldown
that referenced
this pull request
Sep 9, 2025
Added `scheduleBuildIfStale` method to DevEngine to know whether the build is triggered. refs vitejs/rolldown-vite#401
graphite-app bot
pushed a commit
to rolldown/rolldown
that referenced
this pull request
Sep 9, 2025
Added the change files in `onHmrUpdates` callback for logging. refs vitejs/rolldown-vite#401
graphite-app bot
pushed a commit
to rolldown/rolldown
that referenced
this pull request
Sep 9, 2025
Added `scheduleBuildIfStale` method to DevEngine to know whether the build is triggered. refs vitejs/rolldown-vite#401
hyf0
pushed a commit
to rolldown/rolldown
that referenced
this pull request
Sep 9, 2025
Added `scheduleBuildIfStale` method to DevEngine to know whether the build is triggered. refs vitejs/rolldown-vite#401
sapphi-red
added a commit
to rolldown/rolldown
that referenced
this pull request
Sep 10, 2025
…leBuildIfStale` method refs #6087 refs vitejs/rolldown-vite#401
graphite-app bot
pushed a commit
to rolldown/rolldown
that referenced
this pull request
Sep 10, 2025
…leBuildIfStale` method (#6116) refs #6087 refs vitejs/rolldown-vite#401
graphite-app bot
pushed a commit
to rolldown/rolldown
that referenced
this pull request
Sep 10, 2025
…leBuildIfStale` method (#6116) refs #6087 refs vitejs/rolldown-vite#401
ee97dcd to
b7efbbf
Compare
04d598a to
76de4bd
Compare
ddc6aba to
50b0a60
Compare
8fcfa84 to
56fe632
Compare
56fe632 to
9d4b71a
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description