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
- Alphabetic
- By Inheritance
Inherited
- Reflect
- LinkerImpl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
clearableLinker(cfg: StandardConfig): ClearableLinker
- Definition Classes
- Reflect → LinkerImpl
-
def
irContainers(classpath: Seq[Path])(implicit ec: ExecutionContext): Future[(Seq[IRContainer], Seq[Path])]
- Definition Classes
- Reflect → LinkerImpl
-
def
irFileCache(cfg: IRFileCacheConfig): IRFileCache
- Definition Classes
- Reflect → LinkerImpl
-
final
def
irFileCache(): IRFileCache
- Definition Classes
- LinkerImpl
- val loader: ClassLoader
-
def
outputDirectory(path: Path): OutputDirectory
- Definition Classes
- Reflect → LinkerImpl
Deprecated Value Members
-
final
def
outputFile(path: Path): File
- Definition Classes
- LinkerImpl
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) Use outputDirectory instead