Skip to content

Commit

Permalink
util: do not mark experimental feature as deprecated
Browse files Browse the repository at this point in the history
PR-URL: nodejs#55740
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
  • Loading branch information
aduh95 authored and Ceres6 committed Nov 26, 2024
1 parent bab0e7d commit 1dac9d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
13 changes: 0 additions & 13 deletions doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3786,19 +3786,6 @@ Type: Documentation-only
Passing non-supported argument types is deprecated and, instead of returning `false`,
will throw an error in a future version.

### DEP0187: `fs.existsSync` never throw on invalid arguments

<!-- YAML
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/55753
description: Runtime deprecation.
-->

Type: Runtime

Passing invalid argument types is deprecated.

[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
[RFC 6066]: https://tools.ietf.org/html/rfc6066#section-3
[RFC 8247 Section 2.4]: https://www.rfc-editor.org/rfc/rfc8247#section-2.4
Expand Down
4 changes: 4 additions & 0 deletions doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,11 @@ util.formatWithOptions({ colors: true }, 'See object %O', { foo: 42 });
<!-- YAML
added: v22.9.0
changes:
<<<<<<< HEAD
- version: v23.3.0
=======
- version: REPLACEME
>>>>>>> 9ebbcd22c52 (util: do not mark experimental feature as deprecated)
pr-url: https://github.com/nodejs/node/pull/55626
description: The API is renamed from `util.getCallSite` to `util.getCallSites()`.
-->
Expand Down

0 comments on commit 1dac9d2

Please sign in to comment.