paulmillr / chokidar

Minimal and efficient cross-platform file watching library
https://paulmillr.com
MIT License
11.04k stars 586 forks source link

chore: remove leftover console.logs #1339

Closed 43081j closed 3 months ago

43081j commented 3 months ago

leftover from some debugging in the v4 branch

paulmillr commented 3 months ago

FYI the v4 branch is WIP locally here and ongoing a huge refactoring. It's much more complicated then initially thought, but getting there.

43081j commented 3 months ago

is there somewhere easy to reach you so we could catch up on this stuff?

would be happy to help, and it'd be nice to know what you're changing etc. i don't want to end up duplicating work but want to help get it over the line still

im back for most of august so should have time to help if needed

paulmillr commented 3 months ago

https://github.com/paulmillr/chokidar/tree/alpha

Check out this document: https://gist.github.com/paulmillr/43e375be993b9a86bc43888e837345b3

43081j commented 3 months ago

that's a great write up 🙏

if you need any help along the way, just let me know

super happy you found the time to get back onto this

paulmillr commented 3 months ago

@43081j check out the code for v4.ts - any help in refactoring this is needed.

43081j commented 3 months ago

if you can make a draft PR, I can leave comments too. I think that'd be helpful so I could point out any areas I'm looking at, assuming I do some

paulmillr commented 3 months ago

https://github.com/paulmillr/chokidar/pull/1342