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

Add "recursive" option to FileSystem.watch #2986

Open
jclem opened this issue Jun 13, 2024 · 0 comments
Open

Add "recursive" option to FileSystem.watch #2986

jclem opened this issue Jun 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jclem
Copy link

jclem commented Jun 13, 2024

What is the problem this feature would solve?

This would make it easier to recursively watch changes in a directory with the Node platform, rather than only changes at the top level of the watched directory.

What is the feature you are proposing to solve the problem?

Adding the recursive option to the FileSystem API. See the Node.js documentation for information about this option.

What alternatives have you considered?

Wrapping the Node.js-native fs.watch API manually—effectively just copying the Effect implementation and adding support for the option.

@jclem jclem added the enhancement New feature or request label Jun 13, 2024
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

1 participant