Skip to content

Commit 1dac9d2

Browse files
aduh95Ceres6
authored andcommitted
util: do not mark experimental feature as deprecated
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>
1 parent bab0e7d commit 1dac9d2

2 files changed

Lines changed: 4 additions & 13 deletions

File tree

doc/api/deprecations.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3786,19 +3786,6 @@ Type: Documentation-only
37863786
Passing non-supported argument types is deprecated and, instead of returning `false`,
37873787
will throw an error in a future version.
37883788

3789-
### DEP0187: `fs.existsSync` never throw on invalid arguments
3790-
3791-
<!-- YAML
3792-
changes:
3793-
- version: REPLACEME
3794-
pr-url: https://github.com/nodejs/node/pull/55753
3795-
description: Runtime deprecation.
3796-
-->
3797-
3798-
Type: Runtime
3799-
3800-
Passing invalid argument types is deprecated.
3801-
38023789
[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
38033790
[RFC 6066]: https://tools.ietf.org/html/rfc6066#section-3
38043791
[RFC 8247 Section 2.4]: https://www.rfc-editor.org/rfc/rfc8247#section-2.4

doc/api/util.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,11 @@ util.formatWithOptions({ colors: true }, 'See object %O', { foo: 42 });
371371
<!-- YAML
372372
added: v22.9.0
373373
changes:
374+
<<<<<<< HEAD
374375
- version: v23.3.0
376+
=======
377+
- version: REPLACEME
378+
>>>>>>> 9ebbcd22c52 (util: do not mark experimental feature as deprecated)
375379
pr-url: https://github.com/nodejs/node/pull/55626
376380
description: The API is renamed from `util.getCallSite` to `util.getCallSites()`.
377381
-->

0 commit comments

Comments
 (0)