BREAKING CHANGE(watchers): Replace chokidar with native platform watchers and add cross-runtime support (Node.js, Deno, Bun); introduce write stabilization and internal glob matching

This commit is contained in:
2025-11-30 17:32:44 +00:00
parent fdd6281f0b
commit 9130613941
4 changed files with 49 additions and 14 deletions

View File

@@ -4,6 +4,13 @@
The module now uses native file watching APIs instead of chokidar, providing cross-runtime support for Node.js, Deno, and Bun.
### Exported Class
The package exports the `Smartwatch` class (not `Smartchok`):
```typescript
import { Smartwatch } from '@push.rocks/smartchok';
```
### Architecture
```