final class ClosureLinkerBackend extends LinkerBackend
The Closure backend of the Scala.js linker.
Runs a the Google Closure Compiler in advanced mode on the emitted code. Use this for production builds.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClosureLinkerBackend
- LinkerBackend
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
config: Config
- Attributes
- protected
- Definition Classes
- LinkerBackend
-
def
emit(unit: LinkingUnit, output: WritableVirtualJSFile, logger: Logger): Unit
Emit the given LinkingUnit to the target output
Emit the given LinkingUnit to the target output
- unit
LinkingUnit to emit
- output
File to write to
- logger
Logger to use
- Definition Classes
- ClosureLinkerBackend → LinkerBackend
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
esLevel: ESLevel
- Definition Classes
- LinkerBackend
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
semantics: Semantics
- Definition Classes
- LinkerBackend
-
val
symbolRequirements: SymbolRequirement
Symbols this backend needs to be present in the linking unit.
Symbols this backend needs to be present in the linking unit.
- Definition Classes
- ClosureLinkerBackend → LinkerBackend
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
verifyUnit(unit: LinkingUnit): Unit
Verify that a LinkingUnit corresponds to this LinkerBackend's Semantics and ESLevel (specified via the OutputMode).
Verify that a LinkingUnit corresponds to this LinkerBackend's Semantics and ESLevel (specified via the OutputMode).
- Attributes
- protected
- Definition Classes
- LinkerBackend
- Exceptions thrown
java.lang.IllegalArgumentExceptionif there is a mismatch
-
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( ... )
-
val
withSourceMap: Boolean
- Definition Classes
- LinkerBackend