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 GitHub
parent 61601089f7
commit a077bb896d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2974,12 +2974,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.