-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.
Description
- Subsystem: doc, repl
Currently, we have 3 undocumented entities in code example in repl.md
:
replServer.lineParser.reset()
replServer.bufferedCommand
replServer.close()
The first one will be gone since Node.js v8.0.0
The second one can be considered as an acceptable ad-hoc internal revelation.
Is it worth to document the third one, replServer.close()
?
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.