UsingScalaJsOptionsDirectiveHandler

trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DirectiveHandler[BuildOptions]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton
Inherited from:
Singleton
type MirroredType = Singleton
Inherited from:
Singleton

Value members

Concrete methods

def boolean(param: String, values: Seq[Positioned[String]], f: Boolean => ScalaJsOptions): Either[BuildException, ScalaJsOptions]
def description: String
override def examples: Seq[String]
Definition Classes
def handleValues(directive: StrictDirective, path: Either[String, Path], cwd: ScopePath, logger: Logger): Either[BuildException, ProcessedUsingDirective]
def keys: Seq[String]
def name: String
def string(param: String, values: Seq[Positioned[String]], f: String => ScalaJsOptions): Either[BuildException, ScalaJsOptions]
def usage: String
override def usageMd: String
Definition Classes

Inherited methods

def descriptionMd: String
Inherited from:
DirectiveHandler
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

lazy val directiveMap: Map[String, (String, Seq[Positioned[String]]) => Either[BuildException, ScalaJsOptions]]