18.0.12 • Published 8 months ago

taon-incremental-watcher v18.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

INCREMENTAL COMPILER

Example use case

  • You want to call some function for each file in you folder "src" in you project.
  • After you call this function for each file... you are watching this files and for each file change in "src", you are calling again function for this particular file

If you have many "files watchers" with "increamntal-compiler" you can create scenario ( IncCompiler.init(...) ) and prevent any kind of "race coditions"