Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

refactor(cli): migrate from watchService to fs.watch #2977

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

AviVahl
Copy link
Collaborator

@AviVahl AviVahl commented Dec 21, 2024

  • avoid using deprecated fs.watchService. replaced usage with own
  • made things sync.
  • reduced crazy test timeouts.
  • still using non-recursive watcher, but now using fs.watch directly, debouncing events using helper.
  • fixed double calling of processFiles during watch event handling (previously raced)

- avoid using deprecated fs.watchService. replaced usage with own
- made things sync.
- reduced crazy test timeouts.
- still using non-recursive watcher, but now using fs.watch directly, debouncing events using helper.
- fixed double calling of processFiles during watch event handling (previously raced)
@AviVahl AviVahl marked this pull request as ready for review December 21, 2024 21:07
@AviVahl AviVahl merged commit b5a866c into master Dec 22, 2024
12 checks passed
@AviVahl AviVahl deleted the avi/sync-watch-refactor branch December 22, 2024 10:39
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants