Package

io.scalajs.nodejs

repl

Permalink

package repl

Visibility
  1. Public
  2. All

Type Members

  1. 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

  2. class REPLOptions extends Object

    Permalink

    REPL Options

    REPL Options

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

    Permalink

    REPL Server

    REPL Server

    Annotations
    @RawJSType() @native()

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

Ungrouped