package repl
repl package object
- Alphabetic
- By Inheritance
- repl
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
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 with IEventEmitter
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
- @RawJSType() @native()
- See also
https://nodejs.org/api/repl.html#repl_repl
- type REPLContext = Dynamic
-
class
REPLOptions
extends Object
REPL Options
REPL Options
- Annotations
- @ScalaJSDefined() @RawJSType()
-
trait
REPLServer
extends Object with IEventEmitter with Interface
REPL Server
REPL Server
- Annotations
- @RawJSType() @native()
-
implicit final
class
REPLServerEvents
extends AnyVal
REPL Server events
Value Members
-
object
REPL
extends Object with REPL
REPL Singleton
REPL Singleton
- Annotations
- @native() @JSImport( "repl" , JSImport.Namespace )
-
object
REPLServer
REPL Server Companion