-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Turborepo): Pass validated globs to daemon for watching (#7327)
### Description - Change type signature on daemon client to require `ValidatedGlob` instances be passed - Add some debug logging to `GlobTracker` about what globs we are tracking and what file paths invalidate a glob ### Testing Instructions Existing test suite Fixes #7131 Closes TURBO-2301 --------- Co-authored-by: Greg Soltis <Greg Soltis>
- Loading branch information
Greg Soltis
authored
Feb 9, 2024
1 parent
d9639a4
commit 2cce268
Showing
3 changed files
with
44 additions
and
19 deletions.
There are no files selected for viewing
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 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 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