feat(core): Migrate to chokidar 5.x, add picomatch filtering and update test/dev dependencies

This commit is contained in:
2025-11-29 21:05:51 +00:00
parent 21827f06e9
commit 6d02ef3ddc
7 changed files with 2832 additions and 2510 deletions

View File

@@ -1,4 +1,4 @@
import { tap, expect } from '@push.rocks/tapbundle';
import { tap, expect } from '@git.zone/tstest/tapbundle';
import * as smartchok from '../ts/index.js';
import * as smartfile from '@push.rocks/smartfile';
import * as smartpromise from '@push.rocks/smartpromise';
@@ -47,4 +47,4 @@ tap.test('should stop the watch process', async (tools) => {
testSmartchok.stop();
});
tap.start();
export default tap.start();