mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
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:
parent
61601089f7
commit
a077bb896d
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user