org.scalajs.core.tools.linker.frontend
The frontend of the Scala.js linker. Produces a LinkingUnit
You probably want to use an instance of linker.Linker, rather than this low-level class.
Attention: LinkerFrontend does not cache the IR input. It is advisable to do so, unless all IR is already in memory.
Link and optionally optimize the given IR to a LinkingUnit.
The frontend of the Scala.js linker. Produces a LinkingUnit
You probably want to use an instance of linker.Linker, rather than this low-level class.
Attention: LinkerFrontend does not cache the IR input. It is advisable to do so, unless all IR is already in memory.