Skip to content
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

Support symlinks #3

Open
fabiospampinato opened this issue Mar 2, 2021 · 2 comments
Open

Support symlinks #3

fabiospampinato opened this issue Mar 2, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@fabiospampinato
Copy link
Owner

Support both watching symlinks themselves and following them.

@gajus
Copy link

gajus commented Mar 20, 2023

Would love to add watcher to https://github.com/gajus/turbowatch if it supported symlinks.

@benmccann
Copy link
Contributor

benmccann commented May 16, 2024

chokidar has a followSymLinks option. Their initial implementation was pretty simple: paulmillr/chokidar@284148b

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants