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

Chokidar file-watching package needed #499

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vibenr
Copy link

@vibenr vibenr commented Apr 8, 2023

Well detailed description of the change :

 Added Chokidar - Fast cross-platform command line utility to watch file system changes.

Context of the change :

 - Why is this change required ?
 - Chokidar Automatically filters out artifacts that occur when using editors that use "atomic writes" instead of writing directly 
    to the source file. 
  • Does it solve a problem ? (please link the issue)

YES, fs.watch file watching library is not enough in this new era. Chokidar eliminate all the problems of file watching.

Type of change :

  • Added a package

Preview (Screenshots) :

Checklist:

  • [ x] I have read the CONTRIBUTING document.
  • [ x] My code follows the STYLE_GUIDE of this project
  • [ x] I have performed a self-review of my own code
  • [ x] I have commented my code, particularly in hard-to-understand areas
  • [ x] My changes generate no new warnings
  • [ x] I have added tests that prove my fix is effective or that my feature works
  • [ x] All new and existing tests passed.

Reviewers

@vercel
Copy link

vercel bot commented Apr 8, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mumble ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 8, 2023 9:54am

@vibenr vibenr changed the title Readme update about mumble Chokidar file-watching package needed Apr 8, 2023
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.

None yet

1 participant