Packages

c

org.scalajs.jsenv.nodejs

AbstractNodeJSEnv

abstract class AbstractNodeJSEnv extends ExternalJSEnv with ComJSEnv

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractNodeJSEnv
  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 AbstractNodeJSEnv()

Type Members

  1. class AbstractExtRunner extends JSInitFiles
    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  2. trait AbstractNodeRunner extends AbstractExtRunner with JSInitFiles
    Attributes
    protected
  3. class AsyncExtRunner extends AbstractExtRunner with AsyncJSRunner
    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  4. class ExtRunner extends AbstractExtRunner with JSRunner
    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  5. trait NodeComJSRunner extends ComJSRunner with JSInitFiles
    Attributes
    protected

Abstract Value Members

  1. abstract def asyncRunner(files: Seq[VirtualJSFile]): AsyncJSRunner
    Definition Classes
    AsyncJSEnv
  2. abstract def comRunner(files: Seq[VirtualJSFile]): ComJSRunner
    Definition Classes
    ComJSEnv
  3. abstract def executable: String
    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  4. abstract def jsRunner(files: Seq[VirtualJSFile]): JSRunner
    Definition Classes
    JSEnv
  5. abstract def vmName: String
    Attributes
    protected
    Definition Classes
    ExternalJSEnv

Concrete 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. def args: Seq[String]
    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def customInitFiles(): Seq[VirtualJSFile]
    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  9. def env: Map[String, String]
    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. 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.

  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def name: String
    Definition Classes
    ExternalJSEnv → JSEnv
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def wantSourceMap: Boolean
    Attributes
    protected

Inherited from ComJSEnv

Inherited from ExternalJSEnv

Inherited from AsyncJSEnv

Inherited from JSEnv

Inherited from AnyRef

Inherited from Any

Ungrouped