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()?
Currently, we have 3 undocumented entities in code example in
repl.md:replServer.lineParser.reset()replServer.bufferedCommandreplServer.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()?