Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2020-05-07 21:31:03 +0300
committerRuben Bridgewater <ruben@bridgewater.de>2020-05-23 04:12:06 +0300
commitf217b2dfb08f6c1b64ae7cc05680161eadc4545b (patch)
treeba00f0b7f0722f2f0325fd3a0e5471692b59f84a /doc/api/deprecations.md
parenta1bcad8dc061301718ca6e2bd026debe64911238 (diff)
repl: remove deprecated repl.turnOffEditorMode() function
This function is deprecated for multiple years and provides very little benefit to users. Thus, it's removed to improve the maintainability of the REPL module. Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de> PR-URL: https://github.com/nodejs/node/pull/33286 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 7404fdd6b20..7879aa7d991 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -1628,12 +1628,15 @@ supported API.
### DEP0078: `REPLServer.turnOffEditorMode()`
<!-- YAML
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/33286
+ description: End-of-Life.
- version: v9.0.0
pr-url: https://github.com/nodejs/node/pull/15136
description: Runtime deprecation.
-->
-Type: Runtime
+Type: End-of-Life
`REPLServer.turnOffEditorMode()` was removed from userland visibility.