package repl
repl package object
- Alphabetic
- By Inheritance
- repl
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
DefinedCommand extends Object
- Annotations
- @JSType()
-
implicit final
class
EnvironmentVariableOptions extends AnyVal
Various behaviors of the Node.js REPL can be customized using the following environment variables:
Various behaviors of the Node.js REPL can be customized using the following environment variables:
- NODE_REPL_HISTORY
- NODE_REPL_HISTORY_SIZE
- NODE_REPL_MODE
-
trait
REPL extends Object
The repl module provides a Read-Eval-Print-Loop (REPL) implementation that is available both as a standalone program or includable in other applications.
The repl module provides a Read-Eval-Print-Loop (REPL) implementation that is available both as a standalone program or includable in other applications.
- Annotations
- @JSType() @native()
- See also
https://nodejs.org/api/repl.html#repl_repl
- type REPLContext = Dynamic
-
trait
REPLServer extends Object with IEventEmitter with Interface
REPL Server
REPL Server
- Annotations
- @JSType() @native()
-
implicit final
class
REPLServerExtensions[X <: REPLServer] extends AnyVal
REPL Server events
-
trait
StartOptions extends Object
- Annotations
- @JSType()
Value Members
- object DefinedCommand
-
object
REPL extends Object with REPL
REPL Singleton
REPL Singleton
- Annotations
- @native() @JSImport( "repl" , JSImport.Namespace )
- object StartOptions