Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
squash: lint
  • Loading branch information
LiviaMedeiros committed Sep 17, 2023
commit f773a9e12435a92d481678191999ad0e34c67f47
3 changes: 2 additions & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,8 @@ added: v0.11.15
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/49683
description: `fs.F_OK`, `fs.R_OK`, `fs.W_OK` and `fs.X_OK`are deprecated.
description: The constants `fs.F_OK`, `fs.R_OK`, `fs.W_OK` and `fs.X_OK`
which were present directly on `fs` are deprecated.
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41678
description: Passing an invalid callback to the `callback` argument
Expand Down