Packages

p

org.scalajs

sbtplugin

package sbtplugin

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class CacheBox[T] extends AnyRef

    A CacheBox is a support class to abuse an sbt setting as a cache.

    A CacheBox is a support class to abuse an sbt setting as a cache.

    A CacheBox is needed, once the cached result needs to depend on a task, since then it cannot simply be made a setting anymore.

    Note

    **Unstable API**: this API is subject to backward incompatible changes in future minor versions of Scala.js.

  2. trait LinkerImpl extends AnyRef

    Abstract implementation of a linker as needed by the sbt plugin.

    Abstract implementation of a linker as needed by the sbt plugin.

    Note

    **Unstable API**: this API is subject to backward incompatible changes in future minor versions of Scala.js.

  3. sealed trait Stage extends AnyRef

Value Members

  1. object LinkerImpl

    Factory methods and concrete implementations of LinkerImpl.

    Factory methods and concrete implementations of LinkerImpl.

    Note

    **Unstable API**: this API is subject to backward incompatible changes in future minor versions of Scala.js.

  2. object Loggers
  3. object ScalaJSCrossVersion
  4. object ScalaJSJUnitPlugin extends AutoPlugin
  5. object ScalaJSPlugin extends AutoPlugin
  6. object Stage

Ungrouped