object StandardConfig
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StandardConfig
- 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
-
def
apply(): StandardConfig
Returns the default StandardConfig.
Returns the default StandardConfig.
The defaults are:
semantics
: Semantics.DefaultsmoduleKind
: ModuleKind.NoModulemoduleSplitStyle
: ModuleSplitStyle.FewestModulesesFeatures
: ESFeatures.DefaultscheckIR
:false
optimizer
:true
jsHeader
:""
parallel
:true
sourceMap
:true
relativizeSourceMapBase
:None
outputPatterns
: OutputPatterns.Defaultsminify
:false
closureCompilerIfAvailable
:false
prettyPrint
:false
batchMode
:false
maxConcurrentWrites
:50
experimentalUseWebAssembly
:false
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit def configExt(config: StandardConfig): ConfigExt
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fingerprint(config: StandardConfig): String
-
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
-
def
isValidJSHeader(jsHeader: String): Boolean
Tests whether a string is a valid JS header.
Tests whether a string is a valid JS header.
A header is valid if and only if it satisfies the following constraints:
- It must contain only valid JS whitespace and/or JS comments (single- or multi-line comment, or, at the very beginning, a hashbang comment).
- It must not use new line characters that are not UNIX new lines (
"\n"
). - If non-empty, it must end with a new line.
- It must not contain unpaired surrogate characters (i.e., it must be a valid UTF-16 string).
-
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()
-
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()