-
-
Notifications
You must be signed in to change notification settings - Fork 621
Comparing changes
Open a pull request
base repository: paulmillr/chokidar
base: 4.0.1
head repository: paulmillr/chokidar
compare: 4.0.2
- 17 commits
- 7 files changed
- 5 contributors
Commits on Sep 24, 2024
-
docs(README): add missing conversion from async generator
As mentioned #1350 (comment) node actually returns an async generator from its glob function. We can use `Array.fromAsync` to convert it to an array promise. This array method was added rather recently (v22), but if you are using node's glob you also have it.
Configuration menu - View commit details
-
Copy full SHA for bd387f9 - Browse repository at this point
Copy the full SHA bd387f9View commit details -
Merge pull request #1365 from bxt/patch-1
docs(README): add missing conversion from async generator
Configuration menu - View commit details
-
Copy full SHA for ec073a8 - Browse repository at this point
Copy the full SHA ec073a8View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c730ac - Browse repository at this point
Copy the full SHA 8c730acView commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 710ee7c - Browse repository at this point
Copy the full SHA 710ee7cView commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 87351a6 - Browse repository at this point
Copy the full SHA 87351a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7c48d8 - Browse repository at this point
Copy the full SHA f7c48d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdd7b92 - Browse repository at this point
Copy the full SHA bdd7b92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f235bf - Browse repository at this point
Copy the full SHA 9f235bfView commit details
Commits on Oct 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1bce197 - Browse repository at this point
Copy the full SHA 1bce197View commit details
Commits on Oct 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 92c4a58 - Browse repository at this point
Copy the full SHA 92c4a58View commit details -
Merge pull request #1375 from tagattie/freebsd-fix
Fix test "should detect safe-edit" on FreeBSD
Configuration menu - View commit details
-
Copy full SHA for 97894d3 - Browse repository at this point
Copy the full SHA 97894d3View commit details
Commits on Oct 29, 2024
-
feat: strongly type event emitter methods
Adds strong types to the event emitter interface such that `on` and similar methods can infer parameters. For example: ```ts // these are strongly typed and will give hints in editors etc watcher.on('ready', () => {}); watcher.on('error', (err) => {}); // this will fail watcher.on('nonsense', () => {}); ``` Fixes #1372Configuration menu - View commit details
-
Copy full SHA for 7958696 - Browse repository at this point
Copy the full SHA 7958696View commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6981c5d - Browse repository at this point
Copy the full SHA 6981c5dView commit details -
Merge pull request #1383 from bluwy/map-ref
Remove references to .map files
Configuration menu - View commit details
-
Copy full SHA for e9cd7f6 - Browse repository at this point
Copy the full SHA e9cd7f6View commit details -
Merge pull request #1381 from paulmillr/event-types
feat: strongly type event emitter methods
Configuration menu - View commit details
-
Copy full SHA for 5e6daaa - Browse repository at this point
Copy the full SHA 5e6daaaView commit details
Commits on Dec 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 50cf698 - Browse repository at this point
Copy the full SHA 50cf698View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69c115a - Browse repository at this point
Copy the full SHA 69c115aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.0.1...4.0.2