We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support both watching symlinks themselves and following them.
The text was updated successfully, but these errors were encountered:
Would love to add watcher to https://github.com/gajus/turbowatch if it supported symlinks.
Sorry, something went wrong.
chokidar has a followSymLinks option. Their initial implementation was pretty simple: paulmillr/chokidar@284148b
followSymLinks
It looks like this is the current implementation, which is about the same level of complexity if this is all of it: https://github.com/paulmillr/chokidar/blob/7c50e25d10a497ce4409f6e52eb630f0d7647b97/lib/nodefs-handler.js#L414
No branches or pull requests
Support both watching symlinks themselves and following them.
The text was updated successfully, but these errors were encountered: