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:28:19 +0300
committerRuben Bridgewater <ruben@bridgewater.de>2020-05-23 04:12:05 +0300
commita1bcad8dc061301718ca6e2bd026debe64911238 (patch)
treebc7f69acc63872dd7f57e49e01db3cee79122534 /doc/api/deprecations.md
parent4ace010b538877f2005dd7976f2c9e224ce7a026 (diff)
repl: remove deprecated repl.parseREPLKeyword() function
This removes the deprecated REPLServer.parseREPLKeyword function. It is deprecated for a long time and should not provide any benefit to users. To improve the maintainability of the REPL module, it's now removed. 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 d0c3170cf7f..7404fdd6b20 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -1564,12 +1564,15 @@ The `REPLServer.bufferedCommand` property was deprecated in favor of
### DEP0075: `REPLServer.parseREPLKeyword()`
<!-- 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/14223
description: Runtime deprecation.
-->
-Type: Runtime
+Type: End-of-Life
`REPLServer.parseREPLKeyword()` was removed from userland visibility.