package frontend
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
class
BaseLinker extends AnyRef
Links the information from IRFiles into LinkedClasses.
Links the information from IRFiles into LinkedClasses. Does a dead code elimination pass.
- final class FileIRLoader extends IRLoader
- trait IRLoader extends InputProvider
-
final
class
LinkerFrontendImpl extends LinkerFrontend
The frontend of the Scala.js linker.
The frontend of the Scala.js linker.
Produces a ModuleSet.
You probably want to use an instance of interface.Linker, rather than this low-level class.
Attention: LinkerFrontendImpl does not cache the IR input. It is advisable to do so, unless all IR is already in memory.
- final class LinkingUnit extends AnyRef
-
final
class
Refiner extends AnyRef
Does a dead code elimination pass on a LinkingUnit.
Value Members
- object LinkerFrontendImpl