Packages

package repl

repl package object

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. repl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class DefinedCommand extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  2. 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
  3. 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

  4. type REPLContext = Dynamic
  5. class REPLOptions extends Object

    REPL Options

    REPL Options

    Annotations
    @ScalaJSDefined() @RawJSType()
  6. trait REPLServer extends Object with IEventEmitter with Interface

    REPL Server

    REPL Server

    Annotations
    @RawJSType() @native()
  7. implicit final class REPLServerEvents extends AnyVal

    REPL Server events

  8. class StartOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()

Value Members

  1. object REPL extends Object with REPL

    REPL Singleton

    REPL Singleton

    Annotations
    @native() @JSImport("repl", JSImport.Namespace)
  2. object REPLServer

    REPL Server Companion

Inherited from AnyRef

Inherited from Any

Ungrouped