object JsBridge
Defines operations provided by the Scala.JS 1.x toolchain.
The 1.x js bridge needs to inline the implementation of NodeJSEnv
,
JSDOMNodeJSEnv
and ComRunner
because there is a bug in the latest
Scala.js release that does not run close
on the underlying process,
skipping the destruction of the process running Scala.js tests. Aside
from leaking, this is fatal in Windows because the underlying process
is alive and keeps open references to the output JS file.
We can remove all of the js environments and runners as soon as this issue is fixed upstream. Note that our 0.6.x version handles cancellation correctly.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsBridge
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def discoverTestFrameworks(frameworkNames: List[List[String]], nodePath: String, jsPath: Path, baseDirectory: Path, logger: logging.Logger, jsConfig: JsConfig, env: Map[String, String]): (List[Framework], () => Unit)
- returns
(list of frameworks, function to close test adapter)
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def link(config: JsConfig, project: Project, classpath: Array[Path], runMain: Boolean, mainClass: Option[String], target: Path, logger: logging.Logger, executionContext: ExecutionContext): Unit
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated