File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Minimal and efficient cross-platform file watching library
44
55## Why?
66
7- There are many reasons to prefer Chokidar to raw fs.watch / fs.watchFile in 2025 :
7+ There are many reasons to prefer Chokidar to raw fs.watch / fs.watchFile in 2026 :
88
99- Events are properly reported
1010 - macOS events report filenames
@@ -32,7 +32,8 @@ Made for [Brunch](https://brunch.io/) in 2012,
3232it is now used in [ ~ 30 million repositories] ( https://www.npmjs.com/browse/depended/chokidar ) and
3333has proven itself in production environments.
3434
35- ** Sep 2024 update:** v4 is out! It decreases dependency count from 13 to 1, removes
35+ - ** Nov 2025 update:** v5 is out. Makes package ESM-only and increases minimum node.js requirement to v20.
36+ - ** Sep 2024 update:** v4 is out! It decreases dependency count from 13 to 1, removes
3637support for globs, adds support for ESM / Common.js modules, and bumps minimum node.js version from v8 to v14.
3738Check out [ upgrading] ( #upgrading ) .
3839
Original file line number Diff line number Diff line change 99 " index.js" ,
1010 " index.d.ts" ,
1111 " handler.js" ,
12- " handler.d.ts" ,
13- " !**/*.test.*"
12+ " handler.d.ts"
1413 ],
1514 "main" : " ./index.js" ,
1615 "exports" : {
You can’t perform that action at this time.
0 commit comments