ScalaJsLinkerOptions

final case class ScalaJsLinkerOptions(javaArgs: Seq[String], useJvm: Option[Either[String, Unit]], scalaJsCliVersion: Option[String], linkerPath: Option[Path])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
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