Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 71f2ead

Browse filesBrowse files
kovanclaude
authored andcommitted
doc: add throwIfNoEntry version history to fs.stat
PR #61178 added the throwIfNoEntry option to fs.stat and fsPromises.stat (shipped in v25.7.0) but did not add corresponding YAML version history entries. The sync variants (fs.statSync, fs.lstatSync) already had history entries from PR #33716. Fixes: #62185 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> PR-URL: #62204 Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 7dc5a1e commit 71f2ead
Copy full SHA for 71f2ead

1 file changed

+8Lines changed: 8 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/api/fs.md‎

Copy file name to clipboardExpand all lines: doc/api/fs.md
+8Lines changed: 8 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1709,6 +1709,10 @@ Removes files and directories (modeled on the standard POSIX `rm` utility).
17091709
<!-- YAML
17101710
added: v10.0.0
17111711
changes:
1712+
- version: v25.7.0
1713+
pr-url: https://github.com/nodejs/node/pull/61178
1714+
description: Accepts a `throwIfNoEntry` option to specify whether
1715+
an exception should be thrown if the entry does not exist.
17121716
- version: v10.5.0
17131717
pr-url: https://github.com/nodejs/node/pull/20220
17141718
description: Accepts an additional `options` object to specify whether
@@ -4412,6 +4416,10 @@ completion callback.
44124416
<!-- YAML
44134417
added: v0.0.2
44144418
changes:
4419+
- version: v25.7.0
4420+
pr-url: https://github.com/nodejs/node/pull/61178
4421+
description: Accepts a `throwIfNoEntry` option to specify whether
4422+
an exception should be thrown if the entry does not exist.
44154423
- version: v18.0.0
44164424
pr-url: https://github.com/nodejs/node/pull/41678
44174425
description: Passing an invalid callback to the `callback` argument

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.