scala.build.internal

Members list

Type members

Classlikes

sealed abstract class ExternalBinary extends Product, Serializable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class ClassPath
class Native

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ExternalBinaryParams(binaryUrl: String, changing: Boolean, launcherPrefix: String, dependencies: Seq[Dependency], mainClass: String, forcedVersions: Seq[(Module, String)], extraRepos: Seq[Repository])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class ScalaJsLinkerConfig(moduleKind: String, checkIR: Boolean, sourceMap: Boolean, moduleSplitStyle: String, smallModuleForPackage: List[String], esFeatures: ESFeatures, jsHeader: Option[String], prettyPrint: Boolean, relativizeSourceMapBase: Option[String], semantics: Semantics)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object Util

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Util.type