Files
node/lib
Ruben Bridgewater 84c426cb60 repl: properly handle repl.repl
The repl property is set so that it's possible to inspect the
instances own properties during runtime. This was never tested and
it was also only exported in case the instance was started with
`.start()` instead of using the constructor directly. In case that
more than a single instance was created, all instances got access
to the first instance.

From now on the repl property is only exported in case the repl is
starte as standalone program.

PR-URL: https://github.com/nodejs/node/pull/30981
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2020-01-03 16:37:38 +01:00
..
2019-12-16 18:18:50 -05:00
2019-12-17 08:11:13 -05:00
2019-12-25 12:24:42 +01:00
2020-01-03 01:49:10 +01:00
2020-01-03 16:37:38 +01:00
2020-01-03 01:49:10 +01:00