package backend
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
class
BasicLinkerBackend
extends LinkerBackend
The basic backend for the Scala.js linker.
The basic backend for the Scala.js linker.
Simply emits the JavaScript without applying any further optimizations.
-
abstract
class
LinkerBackend
extends AnyRef
A backend of the Scala.js linker.
A backend of the Scala.js linker. Produces a VirtualJSFile.
You probably want to use an instance of linker.Linker, rather than this low-level class.
-
sealed abstract
class
ModuleKind
extends AnyRef
Kind of module structure emitted for the Scala.js output.
-
sealed abstract
class
OutputMode
extends AnyRef
JavaScript output mode.
Value Members
- object LinkerBackend
- object ModuleKind
- object OutputMode