Uh oh!
There was an error while loading. Please reload this page.
update fs doc for filter - #49289
Conversation
tniessen
left a comment
There was a problem hiding this comment.
This seems extremely long and verbose for a rather simple statement. The documentation already says that the function will be applied to files and directories.
Uh oh!
There was an error while loading. Please reload this page.
tniessen
left a comment
There was a problem hiding this comment.
Nit: commit message does not adhere to the commit message guidelines
7a4107b to
7898fe0CompareLiviaMedeiros
commented
Aug 24, 2023
The commit message guidelines suggest that it should start with an imperative verb, so maybe something like
or
Would be slightly better. |
shubham9411
commented
Aug 24, 2023
@LiviaMedeiros yes, I had updated first commit to |
aduh95
commented
Aug 26, 2023
Landed in 4178683, thanks for the contribution :) |
PR-URL: nodejs/node#49289Fixes: nodejs/node#49092 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name>
PR-URL: nodejs/node#49289Fixes: nodejs/node#49092 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name>
Updating doc for
fs.cp,fsPromises.cpandfs.cpSync.Added the caveat that filter will be applied to both files and dirs.
Fixes: #49092