ScalaJsLinkerConfig

scala.build.internal.ScalaJsLinkerConfig
See theScalaJsLinkerConfig companion object
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def linkerCliArgs: Seq[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product