fs: add recursive watch for linux#45098
Conversation
0c106f0 to
45e8f37
Compare
7275124 to
a7b310d
Compare
a7b310d to
fd0a954
Compare
This comment was marked as outdated.
This comment was marked as outdated.
mcollina
left a comment
There was a problem hiding this comment.
This module uses a mix of callbacks and promises. I would prefer if it only relied on callbacks as it would be a callback API. Maybe I'm a bit too concerned about the intertwining of our two sets of APIs.
This also needs support for the promises API.
d0f5179 to
df1c187
Compare
|
Landed in 17ae2ab |
|
@anonrig congratulations 🎉 |
|
Hi @anonrig - this did not land cleanly on v18.x. When landing there were variables used that were not defined in v18.x-staging branch's version of the file. Could you open a backport PR? Thank you. |
|
@danielleadams It seems this pull request is in the |
That link is a 404; marking this is a "backport-requested-v18.x" again. |
|
This pull request is already backported @juanarbol Referencing: https://github.com/nodejs/node/blob/v18.x-staging/lib/internal/fs/recursive_watch.js |
|
Hi :) |
|
I don't expect this to be backported, because there are issues with this and Node.js v18 is in maintenance. See #48437 for more details. |
Fixes #36005
List
CC @nodejs/fs