diff options
author | Robert Nagy <ronagy@icloud.com> | 2020-04-28 17:34:23 +0200 |
---|---|---|
committer | Shelley Vohr <shelley.vohr@gmail.com> | 2020-06-30 09:34:34 -0700 |
commit | 9637ee6730f7a0df4c6075249e6cbfb1e0362b62 (patch) | |
tree | d2720b8c4f14ace26d11ba08f3af92848b1a03bb /doc/api/deprecations.md | |
parent | 1fcfc4179d83fb12094b062f9b5e18aeefdde7dd (diff) | |
download | node-new-9637ee6730f7a0df4c6075249e6cbfb1e0362b62.tar.gz |
stream: runtime deprecate Transform._transformState
Transform._transformState is removed in future version as part
of a refactoring.
Refs: https://github.com/nodejs/node/pull/32763
Refs: https://github.com/nodejs/node/pull/33105#issuecomment-620657114
Backport-PR-URL: https://github.com/nodejs/node/pull/33126
PR-URL: https://github.com/nodejs/node/pull/32763
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r-- | doc/api/deprecations.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index a224b3cd4e..e0c28de88a 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2695,6 +2695,18 @@ The `repl` module exports a `_builtinLibs` property that contains an array with native modules. It was incomplete so far and instead it's better to rely upon `require('module').builtinModules`. +<a id="DEP0143"></a> +### DEP0143: `Transform._transformState` +<!-- YAML +changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/33126 + description: Runtime deprecation. +--> +Type: Runtime +`Transform._transformState` will be removed in future versions where it is +no longer required due to simplification of the implementation. + [`--pending-deprecation`]: cli.html#cli_pending_deprecation [`--throw-deprecation`]: cli.html#cli_throw_deprecation [`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size |