Packages

final class Reflect extends LinkerImpl

A LinkerImpl that loads the linker via reflection.

Instances can be created with the LinkerImpl.reflect method.

Note

**Unstable API**: this API is subject to backward incompatible changes in future minor versions of Scala.js.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Reflect
  2. LinkerImpl
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def clearableLinker(cfg: StandardConfig): ClearableLinker
    Definition Classes
    ReflectLinkerImpl
  2. def irContainers(classpath: Seq[Path])(implicit ec: ExecutionContext): Future[(Seq[IRContainer], Seq[Path])]
    Definition Classes
    ReflectLinkerImpl
  3. def irFileCache(cfg: IRFileCacheConfig): IRFileCache
    Definition Classes
    ReflectLinkerImpl
  4. final def irFileCache(): IRFileCache
    Definition Classes
    LinkerImpl
  5. val loader: ClassLoader
  6. def outputDirectory(path: Path): OutputDirectory
    Definition Classes
    ReflectLinkerImpl

Deprecated Value Members

  1. final def outputFile(path: Path): File
    Definition Classes
    LinkerImpl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) Use outputDirectory instead