0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/doc/api
Ruben Bridgewater 84b15ebf24
doc: update REPL documentation to instantiate the REPL
The documentation currently states that it's not intended to directly
instantiate REPL instances. It is unknown for what reason that's
recommended as it does seem a proper way to handle new REPL instances.

PR-URL: https://github.com/nodejs/node/pull/30928
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2020-01-03 16:43:43 +01:00
..
addons.md
assert.md assert: implement assert.match() and assert.doesNotMatch() 2020-01-01 18:44:31 +01:00
async_hooks.md
buffer.md
child_process.md child_process: create proper public API for channel 2020-01-03 16:32:36 +01:00
cli.md module: unflag resolve self 2020-01-02 17:53:47 +01:00
cluster.md
console.md
crypto.md doc: fix createDiffieHellman generator type 2019-12-30 08:16:10 -08:00
debugger.md
deprecations.md
dgram.md
dns.md doc: improve dns introduction 2019-12-27 06:14:41 -08:00
documentation.md
domain.md
errors.md esm: better error message for unsupported URL 2020-01-03 15:33:16 +01:00
esm.md doc: improve explanation of package.json "type" field 2020-01-03 01:42:40 +01:00
events.md
fs.md doc: update mode type for mkdir() functions 2019-12-29 07:32:23 -08:00
globals.md
http2.md
http.md
https.md
index.md
inspector.md
intl.md
modules.md module: self resolve bug fix and esm ordering 2019-12-29 11:17:21 -05:00
n-api.md
net.md
os.md
path.md
perf_hooks.md perf_hooks: move perf_hooks out of experimental 2020-01-01 18:48:13 +01:00
policy.md
process.md child_process: create proper public API for channel 2020-01-03 16:32:36 +01:00
punycode.md
querystring.md
readline.md
repl.md doc: update REPL documentation to instantiate the REPL 2020-01-03 16:43:43 +01:00
report.md
stream.md stream: enable autoDestroy by default 2020-01-03 01:49:10 +01:00
string_decoder.md
synopsis.md
timers.md
tls.md
tracing.md
tty.md
url.md
util.md
v8.md
vm.md
wasi.md
worker_threads.md
zlib.md