package sbtplugin
- Alphabetic
- Public
- All
Type Members
-
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.
-
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.
- sealed trait Stage extends AnyRef
Value Members
-
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.
- object Loggers
- object ScalaJSCrossVersion
- object ScalaJSJUnitPlugin extends AutoPlugin
- object ScalaJSPlugin extends AutoPlugin
- object Stage