tauri-apps / tauri-plugin-fs

refactor(fs): reduce overhead of `watch` (#2613)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/14548738812 Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
Tony Tony committed on Apr 19, 2025, 11:36 AM
Showing 10 changed files +115 additions -220 deletions
M Cargo.toml -1
M README.md +2 -2
M api-iife.js +1 -1
M build.rs +1
M dist-js/index.cjs +20 -34
M dist-js/index.js +20 -34
M guest-js/index.ts +28 -42
M src/lib.rs -3
M src/watcher.rs +43 -98
Browse files at this commit โ†’