feat(compile): support watch mode#34860
Merged
Merged
Conversation
littledivy
approved these changes
Jun 5, 2026
littledivy
left a comment
Member
There was a problem hiding this comment.
Does this also watch included files and icons?
Co-Authored-By: Divy Srivastava <[email protected]>
littledivy
force-pushed
the
orch/divybot-457
branch
from
June 5, 2026 04:00
8d734a8 to
b4f3369
Compare
Contributor
Author
|
Updated this to explicitly watch compile asset paths too:
Local verification:
|
littledivy
enabled auto-merge (squash)
June 5, 2026 04:04
Contributor
Author
|
CI note: the remaining failure is in This is unrelated to |
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.
Adds watch-mode support to
deno compileusing the existing CLI file watcher loop. The compile graph is built through the watcher-aware factory so local graph files are registered and changes trigger a rebuild of the output executable.Tests:
cargo test -p deno --lib compile_watch_with_no_clear_screencargo test --test integration compile_watch_testCloses #20086
Closes denoland/divybot#457