Packages

p

bloop

scalajs

package scalajs

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Value Members

  1. object JsBridge

    Defines operations provided by the Scala.JS 1.x toolchain.

    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.

Ungrouped