mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
08d5d32dfc
This PR introduces the ability to exclude certain paths from the file watcher in Deno. This is particularly useful when running scripts in watch mode, as it allows developers to prevent unnecessary restarts when changes are made to files that do not affect the running script, or when executing scripts that generate new files which results in an infinite restart loop. --------- Co-authored-by: David Sherret <dsherret@gmail.com> |
||
---|---|---|
.. | ||
progress_bar | ||
checksum.rs | ||
console.rs | ||
diff.rs | ||
display.rs | ||
draw_thread.rs | ||
file_watcher.rs | ||
fs.rs | ||
gitignore.rs | ||
logger.rs | ||
mod.rs | ||
path.rs | ||
sync.rs | ||
text_encoding.rs | ||
time.rs | ||
unix.rs | ||
v8.rs | ||
windows.rs |