core: replace chokidar with @parcel/watcher for better performance and cross-platform support

This commit is contained in:
Dax Raad
2025-10-09 18:21:38 -04:00
parent 0a96d254e8
commit f3b71007d2
5 changed files with 40 additions and 24 deletions

View File

@@ -45,6 +45,8 @@ export namespace FileIgnore {
const FILE_GLOBS = FILES.map((p) => new Bun.Glob(p))
export const PATTERNS = [...FILES, ...FOLDERS]
export function match(
filepath: string,
opts?: {