Class

org.scalajs.jsenv.nodejs

NodeJSEnv

Related Doc: package nodejs

Permalink

class NodeJSEnv extends ExternalJSEnv with ComJSEnv

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NodeJSEnv
  2. ComJSEnv
  3. ExternalJSEnv
  4. AsyncJSEnv
  5. JSEnv
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NodeJSEnv(nodejsPath: String = "node", addArgs: Seq[String] = Seq.empty, addEnv: Map[String, String] = Map.empty)

    Permalink

Type Members

  1. class AbstractExtRunner extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  2. trait AbstractNodeRunner extends AbstractExtRunner

    Permalink
    Attributes
    protected
  3. class AsyncExtRunner extends AbstractExtRunner with AsyncJSRunner

    Permalink
    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  4. class AsyncNodeRunner extends AsyncExtRunner with AbstractNodeRunner

    Permalink
    Attributes
    protected
  5. class ComNodeRunner extends AsyncNodeRunner with ComJSRunner

    Permalink
    Attributes
    protected
  6. class ExtRunner extends AbstractExtRunner with JSRunner

    Permalink
    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  7. class NodeRunner extends ExtRunner with AbstractNodeRunner

    Permalink
    Attributes
    protected

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val acceptTimeout: Int

    Permalink

    Retry-timeout to wait for the JS VM to connect

    Retry-timeout to wait for the JS VM to connect

    Attributes
    protected
  5. final val additionalArgs: Seq[String]

    Permalink
    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  6. final val additionalEnv: Map[String, String]

    Permalink
    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def asyncRunner(classpath: CompleteClasspath, code: VirtualJSFile, logger: Logger, console: JSConsole): AsyncJSRunner

    Permalink
    Definition Classes
    NodeJSEnvAsyncJSEnv
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def comRunner(classpath: CompleteClasspath, code: VirtualJSFile, logger: Logger, console: JSConsole): ComJSRunner

    Permalink
    Definition Classes
    NodeJSEnvComJSEnv
  11. def customInitFiles(): Seq[VirtualJSFile]

    Permalink

    Custom initialization scripts.

    Custom initialization scripts.

    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def executable: String

    Permalink

    Command to execute (on shell) for this VM

    Command to execute (on shell) for this VM

    Attributes
    protected
    Definition Classes
    NodeJSEnvExternalJSEnv
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. lazy val hasSourceMapSupport: Boolean

    Permalink

    True, if the installed node executable supports source mapping.

    True, if the installed node executable supports source mapping.

    Do npm install source-map-support if you need source maps.

  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def jsRunner(classpath: CompleteClasspath, code: VirtualJSFile, logger: Logger, console: JSConsole): JSRunner

    Permalink

    Prepare a runner for the code in the virtual file.

    Prepare a runner for the code in the virtual file.

    Definition Classes
    NodeJSEnvJSEnv
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. val sourceMap: Boolean

    Permalink
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. def vmName: String

    Permalink

    Printable name of this VM

    Printable name of this VM

    Attributes
    protected
    Definition Classes
    NodeJSEnvExternalJSEnv
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def withSourceMap(sourceMap: Boolean): NodeJSEnv

    Permalink

Inherited from ComJSEnv

Inherited from ExternalJSEnv

Inherited from AsyncJSEnv

Inherited from JSEnv

Inherited from AnyRef

Inherited from Any

Ungrouped