org.scalajs.core.tools.linker.backend
Emit the given LinkingUnit to the target output
Emit the given LinkingUnit to the target output
LinkingUnit to emit
File to write to
Logger to use
Symbols this backend needs to be present in the linking 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).
java.lang.IllegalArgumentException
if there is a mismatch
A backend of the Scala.js linker. Produces a VirtualJSFile.
You probably want to use an instance of linker.Linker, rather than this low-level class.