Skip to content

Commit 5af9bf5

Browse files
marco-ippolitonodejs-github-bot
authored andcommitted
util: runtime deprecate util.isNullOrUndefined
PR-URL: #50488 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
1 parent 860a10e commit 5af9bf5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/api/deprecations.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,9 @@ The [`util.isNull()`][] API is deprecated.
11291129

11301130
<!-- YAML
11311131
changes:
1132+
- version: REPLACEME
1133+
pr-url: https://github.com/nodejs/node/pull/50488
1134+
description: Runtime deprecation.
11321135
- version:
11331136
- v6.12.0
11341137
- v4.8.6
@@ -1141,7 +1144,7 @@ changes:
11411144
description: Documentation-only deprecation.
11421145
-->
11431146

1144-
Type: Documentation-only
1147+
Type: Runtime
11451148

11461149
The [`util.isNullOrUndefined()`][] API is deprecated.
11471150

0 commit comments

Comments
 (0)