feat(Smartchok): Migrate to chokidar 4.x with picomatch glob support, update documentation and tests
This commit is contained in:
@ -19,9 +19,10 @@ export {
|
||||
}
|
||||
|
||||
// thirdparty scope
|
||||
// @ts-nocheck
|
||||
import watcher from '@tempfix/watcher';
|
||||
import * as chokidar from 'chokidar';
|
||||
import picomatch from 'picomatch';
|
||||
|
||||
export {
|
||||
watcher,
|
||||
chokidar,
|
||||
picomatch,
|
||||
}
|
||||
|
Reference in New Issue
Block a user