diff options
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r-- | doc/api/deprecations.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 4a6c559695..9db1598e3a 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2666,11 +2666,11 @@ Type: Documentation-only Use [`request.destroy()`][] instead of [`request.abort()`][]. -<a id="DEP0XXX"></a> -### DEP0XXX: `repl.inputStream` and `repl.outputStream` +<a id="DEP0141"></a> +### DEP0141: `repl.inputStream` and `repl.outputStream` <!-- YAML changes: - - version: REPLACEME + - version: v14.3.0 pr-url: https://github.com/nodejs/node/pull/33294 description: Documentation-only (supports [`--pending-deprecation`][]). --> @@ -2680,11 +2680,11 @@ Type: Documentation-only (supports [`--pending-deprecation`][]) The `repl` module exported the input and output stream twice. Use `.input` instead of `.inputStream` and `.output` instead of `.outputStream`. -<a id="DEP0XX1"></a> -### DEP0XX1: `repl._builtinLibs` +<a id="DEP0142"></a> +### DEP0142: `repl._builtinLibs` <!-- YAML changes: - - version: REPLACEME + - version: v14.3.0 pr-url: https://github.com/nodejs/node/pull/33294 description: Documentation-only (supports [`--pending-deprecation`][]). --> |