final class Config extends AnyRef
Configurations relevant to the backend
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Config
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val closureCompilerIfAvailable: Boolean
- val commonConfig: CommonPhaseConfig
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val experimentalUseWebAssembly: Boolean
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jsHeader: String
- val maxConcurrentWrites: Int
- val minify: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val outputPatterns: OutputPatterns
- val prettyPrint: Boolean
- val relativizeSourceMapBase: Option[URI]
- val sourceMap: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withClosureCompilerIfAvailable(closureCompilerIfAvailable: Boolean): Config
- def withCommonConfig(commonConfig: CommonPhaseConfig): Config
- def withExperimentalUseWebAssembly(experimentalUseWebAssembly: Boolean): Config
- def withJSHeader(jsHeader: String): Config
- def withMaxConcurrentWrites(maxConcurrentWrites: Int): Config
- def withMinify(minify: Boolean): Config
- def withOutputPatterns(outputPatterns: OutputPatterns): Config
- def withPrettyPrint(prettyPrint: Boolean): Config
- def withRelativizeSourceMapBase(relativizeSourceMapBase: Option[URI]): Config
- def withSourceMap(sourceMap: Boolean): Config