-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: achieve noRecursive fileWatcher (#3095)
* fix: fix The debug console and the left outline style are not aligned * fix: fix The debug console and the left outline style are not aligned * fix: fix the debug console and the left outline style are not aligned * feat: recursive and non-recursive implementation forms * feat: improve non-recursive file listening * feat: achieve noRecursive fileWatcher * fix: delete console information and give switch to choose recursive * fix: add switch to choose isRecursive * fix: fix file deletion bug and remove unnecessary console * fix: fix format and remove some comments * fix: listen only to files, exclude folders * fix: file format restoration * fix: file format restoration * fix: modify and simplify the listening logic * fix: file format restoration * fix: modify and simplify the listening logic * fix: file format restoration * fix: fixed listening file logic * feat: add test file * feat: add test file * test: added tests for un-recursive listening systems * fix: modify relative path * fix: modify relative path * fix: fix watcher init and test case * fix: modify file problems in linux * fix: modify file problems in linux * fix: modify file problems in linux * fix: modify file problems in linux * test: add mac test * fix: update file name --------- Co-authored-by: Artin <[email protected]>
- Loading branch information
Showing
13 changed files
with
647 additions
and
20 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
Oops, something went wrong.