| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
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.
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
|
@danielleadams It seems this pull request is in the v18.x-staging branch: https://github.com/nodejs/node/blob/v18.13.0-proposal/lib/internal/fs/recursive_watch.js |
Sorry, something went wrong.
That link is a 404; marking this is a "backport-requested-v18.x" again. |
Sorry, something went wrong.
|
This pull request is already backported @juanarbol Referencing: https://github.com/nodejs/node/blob/v18.x-staging/lib/internal/fs/recursive_watch.js |
Sorry, something went wrong.
|
That's not correct @anonrig, the pull request was not backported, it never showed on the v18.x changelog. The file you linked was added with c2f0377 (which is a backport for #45265), but all the other changes in this PR still need to be backported manually (docs and tests). |
Sorry, something went wrong.
|
Hi :) |
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #36005
List
CC @nodejs/fs