the given REPL Server
Emitted when the user exits the REPL in any of the defined ways.
Emitted when the user exits the REPL in any of the defined ways. Namely, typing .exit at the repl, pressing Ctrl+C twice to signal SIGINT, or pressing Ctrl+D to signal 'end' on the input stream.
Emitted when the REPL's context is reset.
Emitted when the REPL's context is reset. This happens when you type .clear. If you start the repl with { useGlobal: true } then this event will never be emitted.
the given REPL Server
REPL Server Extensions