ScalaJsLinkerOptions

scala.build.options.scalajs.ScalaJsLinkerOptions
See theScalaJsLinkerOptions companion object
final case class ScalaJsLinkerOptions(javaArgs: Seq[String], useJvm: Option[Either[String, Unit]], scalaJsVersion: Option[String], scalaJsCliVersion: Option[String], linkerPath: Option[Path])

Attributes

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

Members list

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val finalUseJvm: Either[String, Unit]

If right, use JVM, if left, use the value as architecture

If right, use JVM, if left, use the value as architecture

Attributes