Package

org.scalajs.core.tools.linker

frontend

Permalink

package frontend

Visibility
  1. Public
  2. All

Type Members

  1. final class BaseLinker extends AnyRef

    Permalink

    Links the information from io.VirtualScalaJSIRFiles into LinkedClasses.

    Links the information from io.VirtualScalaJSIRFiles into LinkedClasses. Does a dead code elimination pass.

  2. final class LinkerFrontend extends AnyRef

    Permalink

    The frontend of the Scala.js linker.

    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.

  3. final class Refiner extends AnyRef

    Permalink

    Does a dead code elimination pass on LinkedClasses

Value Members

  1. object LinkerFrontend

    Permalink
  2. package optimizer

    Permalink

Ungrouped