Skip to content

Commit 33a69ff

Browse files
jasnelltargos
authored andcommitted
doc: update metadata for _transformState deprecation
It seems that the deprecated `_transformState` property was removed at some point in the past but the deprecation metadata was not updated accordingly. PR-URL: #58530 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 588c244 commit 33a69ff

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
@@ -2950,12 +2950,15 @@ upon `require('node:module').builtinModules`.
29502950

29512951
<!-- YAML
29522952
changes:
2953+
- version: v15.0.0
2954+
pr-url: https://github.com/nodejs/node/pull/33105
2955+
description: End-of-Life.
29532956
- version: v14.5.0
29542957
pr-url: https://github.com/nodejs/node/pull/33126
29552958
description: Runtime deprecation.
29562959
-->
29572960

2958-
Type: Runtime
2961+
Type: End-of-Life
29592962

29602963
`Transform._transformState` will be removed in future versions where it is
29612964
no longer required due to simplification of the implementation.

0 commit comments

Comments
 (0)