ScalaJsLinkerConfig

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)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def linkerCliArgs: Seq[String]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product