| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: Lazizbek Ergashev <lazerg2@gmail.com>
Signed-off-by: Lazizbek Ergashev <lazerg2@gmail.com>
|
Nice work — I independently traced the same source (v0.5.0 via nodejs/node-v0.x-archive#853) before noticing this PR. One possible follow-up: the existing deprecated: v0.4.7 predates the v0.5.0 introduction, which looks inconsistent — happy to open a separate issue for the deprecation date if collaborators agree. |
Sorry, something went wrong.
|
Good catch, and yeah, that's the same rabbit hole. Turns out that one was already flagged in review, v0.4.7 predates fs.lchmod existing entirely (confirmed against CHANGELOG_ARCHIVE.md, fs.lchmod only shows up in v0.5.0 via #853). Already fixed it in this PR, deprecated now reads v0.5.0 too. No need for a separate issue. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
Signed-off-by: Lazizbek Ergashev <lazerg2@gmail.com> PR-URL: #65283 Fixes: #65280 Refs: nodejs/node-v0.x-archive#853 Refs: 3935adc Refs: #18297 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Signed-off-by: Lazizbek Ergashev <lazerg2@gmail.com> PR-URL: #65283 Fixes: #65280 Refs: nodejs/node-v0.x-archive#853 Refs: 3935adc Refs: #18297 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
The history dropdown for fs.lchmod, fs.lchmodSync, and fsPromises.lchmod only shows when each was deprecated, not when it was added. I traced the original addition through the v0.5.0 ChangeLog (issue nodejs/node-v0.x-archive#853) and the initial fs/promises implementation (#18297), and filled in the missing added: version for each.
Fixes: #65280
Refs: nodejs/node-v0.x-archive#853
Refs: 3935adc
Refs: #18297