Skip to content

Commit 8319edb

Browse files
jasnelladuh95
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 <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 539df8e commit 8319edb

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

28642864
<!-- YAML
28652865
changes:
2866+
- version: v15.0.0
2867+
pr-url: https://github.com/nodejs/node/pull/33105
2868+
description: End-of-Life.
28662869
- version: v14.5.0
28672870
pr-url: https://github.com/nodejs/node/pull/33126
28682871
description: Runtime deprecation.
28692872
-->
28702873

2871-
Type: Runtime
2874+
Type: End-of-Life
28722875

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

0 commit comments

Comments
 (0)