From 8319edbcf66e6d9b5ebbec54235c24822090937c Mon Sep 17 00:00:00 2001 From: James M Snell Date: Thu, 5 Jun 2025 16:42:30 -0700 Subject: [PATCH] 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 Reviewed-By: Luigi Pinca --- doc/api/deprecations.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 6e8e2b594c3..bba4bad68b8 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2863,12 +2863,15 @@ upon `require('node:module').builtinModules`. -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.