JsConfig

case class JsConfig(moduleKind: ModuleType, classpath: String, htmlHeader: String, libraries: List[AbsolutePath], mountNode: String, minLevel: LogLevel, outDirectories: List[AbsolutePath], outPrefix: Option[String], fullOpt: Boolean, htmlPrefix: String, relativeLinkPrefix: String, batchMode: Boolean)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def isCommonJS: Boolean
def libraryScripts(outjsfile: AbsolutePath, ctx: PostProcessContext): Iterable[String]

Inherited methods

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