Skip to content

Commit a077bb8

Browse files
authored
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 6160108 commit a077bb8

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

29752975
<!-- YAML
29762976
changes:
2977+
- version: v15.0.0
2978+
pr-url: https://github.com/nodejs/node/pull/33105
2979+
description: End-of-Life.
29772980
- version: v14.5.0
29782981
pr-url: https://github.com/nodejs/node/pull/33126
29792982
description: Runtime deprecation.
29802983
-->
29812984

2982-
Type: Runtime
2985+
Type: End-of-Life
29832986

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

0 commit comments

Comments
 (0)