Package

io.scalajs.nodejs

repl

Permalink

package repl

repl package object

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

Type Members

  1. implicit final class EnvironmentVariableOptions extends AnyVal

    Permalink

    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
  2. trait REPL extends Object with IEventEmitter

    Permalink

    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

  3. type REPLContext = Dynamic

    Permalink
  4. class REPLOptions extends Object

    Permalink

    REPL Options

    REPL Options

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

    Permalink

    REPL Server

    REPL Server

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

    Permalink

    REPL Server events

Value Members

  1. object REPL extends Object with REPL

    Permalink

    REPL Singleton

    REPL Singleton

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

    Permalink

    REPL Server Companion

Inherited from AnyRef

Inherited from Any

Ungrouped