org.scalajs.jsenv.nodejs

NodeJSEnv

Related Doc: package nodejs

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Type Members

  1. class AbstractExtRunner extends AnyRef

    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  2. trait AbstractNodeRunner extends AbstractExtRunner

    Attributes
    protected
  3. class AsyncExtRunner extends AbstractExtRunner with AsyncJSRunner

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

    Attributes
    protected
  5. class ComNodeRunner extends AsyncNodeRunner with ComJSRunner

    Attributes
    protected
  6. class ExtRunner extends AbstractExtRunner with JSRunner

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

    Attributes
    protected

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. val acceptTimeout: Int

    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]

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

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

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

    Definition Classes
    NodeJSEnvAsyncJSEnv
  9. def clone(): AnyRef

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

    Definition Classes
    NodeJSEnvComJSEnv
  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. def executable: String

    Command to execute (on shell) for this VM

    Command to execute (on shell) for this VM

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

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

    Definition Classes
    AnyRef → Any
  16. lazy val hasSourceMapSupport: Boolean

    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.

  17. def hashCode(): Int

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

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

    Prepare a runner for the code in the virtual file.

    Prepare a runner for the code in the virtual file.

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

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. val sourceMap: Boolean

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

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. def vmName: String

    Printable name of this VM

    Printable name of this VM

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

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

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

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

Inherited from ComJSEnv

Inherited from ExternalJSEnv

Inherited from AsyncJSEnv

Inherited from JSEnv

Inherited from AnyRef

Inherited from Any

Ungrouped