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

feat(fs): add file watching function #277

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

TorchedSammy
Copy link
Member

add the fs.watch function which takes a path and a callback. it will notify of any file events for the given path.

this function also returns a "watcher" object which has start and stop functions.
this was going to be used for caching filenames for file completion but i'll work on it as a function addition for 2.3?


  • I have reviewed CONTRIBUTING.md.
  • My commits and title use the Conventional Commit format.
  • I have documented changes and additions in the CHANGELOG.md.

add the fs.watch function which takes a path and a callback.
it will notify of any file events for the given path.

this function also returns a "watcher" object which
has start and stop functions.
@TorchedSammy TorchedSammy added this to the v2.4 (Moonflower) milestone Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant