-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(graph): use daemon file watcher instead of chokidar #13564
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
3f2929b
to
ce4fc96
Compare
ce4fc96
to
b2a30c4
Compare
@Cammisuli Is there anything I can do to get this merged? |
Not at the moment. I haven't taken a thorough look yet, so I don't have many updates for you :( I have a feeling that things will be good, but I just want to double check things on my side :) |
b2a30c4
to
74862c2
Compare
74862c2
to
9025ed0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @Phillip9587!
@Cammisuli Thanks a lot for merging this. Do you think it is possible to convert the remaining usages of |
Yea, it should be possible. You're more than welcomed to refactor those usages if you like 🙂 |
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
nx depends on
chokidar
to watch for file changes in the workspaceLayout directories.Problems:
Expected Behavior
nx should not depend on
chokidar
and should use the daemon file watcher which internally uses@parcel/watcher
.Related Issue(s)
Fixes #