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: https://github.com/nodejs/node/pull/58530
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
James M Snell 2025-06-05 16:42:30 -07:00 committed by Antoine du Hamel
parent 539df8e98d
commit 8319edbcf6
No known key found for this signature in database
GPG Key ID: 21D900FFDB233756

View File

@ -2863,12 +2863,15 @@ upon `require('node:module').builtinModules`.
<!-- YAML
changes:
- version: v15.0.0
pr-url: https://github.com/nodejs/node/pull/33105
description: End-of-Life.
- version: v14.5.0
pr-url: https://github.com/nodejs/node/pull/33126
description: Runtime deprecation.
-->
Type: Runtime
Type: End-of-Life
`Transform._transformState` will be removed in future versions where it is
no longer required due to simplification of the implementation.