The hook is executed after a file has been changed in watch mode. Provides information about the change source and reload behavior. Use this hook to react to file changes and trigger custom actions.
The hook is executed after a file has been added to the filesystem. Use this hook to react to new files being added to the project.
The hook is executed after a file has been removed from the filesystem. Use this hook to clean up resources or update caches when files are deleted.
Hooks executed by the file watcher during development and testing.
Example