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. trait DefinedCommand extends Object
    Annotations
    @JSType()
  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

    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

  4. type REPLContext = Dynamic
  5. trait REPLServer extends Object with IEventEmitter with Interface

    REPL Server

    REPL Server

    Annotations
    @JSType() @native()
  6. implicit final class REPLServerExtensions[X <: REPLServer] extends AnyVal

    REPL Server events

  7. trait StartOptions extends Object
    Annotations
    @JSType()

Value Members

  1. object DefinedCommand
  2. object REPL extends Object with REPL

    REPL Singleton

    REPL Singleton

    Annotations
    @native() @JSImport("repl", JSImport.Namespace)
  3. object StartOptions

Inherited from AnyRef

Inherited from Any

Ungrouped