From d22f0d710ab88a140c4bbbe8d0af89a400eb83f2 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Sat, 31 May 2025 09:51:18 -0700 Subject: [PATCH 1/3] 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. --- 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 c0f762c54860a6..787ee31164dfdb 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2959,12 +2959,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. From 19ba8ab5ac94b0894779b9f128e0527defedc22a Mon Sep 17 00:00:00 2001 From: James M Snell Date: Sun, 1 Jun 2025 17:34:41 -0700 Subject: [PATCH 2/3] Update doc/api/deprecations.md --- doc/api/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 787ee31164dfdb..c4fcab28a7eac7 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2960,7 +2960,7 @@ upon `require('node:module').builtinModules`.