package toolchains
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final class JvmToolchain extends AnyRef
-
final
class
ScalaJsToolchain extends AnyRef
Defines a set of tasks that the Scala.js toolchain can execute.
Defines a set of tasks that the Scala.js toolchain can execute.
The tasks must be supported by different versions (e.g. 0.6.x vs 1.x) and they are invoked reflectively based on the bridges defined by bloop's
jsBridge
modules. - final class ScalaNativeToolchain extends AnyRef
-
abstract
class
ToolchainCompanion[Toolchain] extends AnyRef
Base class for companion objects of toolchains.
Base class for companion objects of toolchains.
Caches instances and abstract over some common functionality.
Value Members
- object JvmToolchain extends ToolchainCompanion[JvmToolchain]
- object ScalaJsToolchain extends ToolchainCompanion[ScalaJsToolchain]
- object ScalaNativeToolchain extends ToolchainCompanion[ScalaNativeToolchain]