package emitter
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
class
Emitter extends AnyRef
Emits a desugared JS tree to a builder
-
final
class
SyntheticProperty extends Comparable[SyntheticProperty]
Represents a synthetic property of some Scala classes.
Represents a synthetic property of some Scala classes.
A synthetic property does not exist as
FieldDef
orMethodDef
in the IR, but is added by the Emitter on some classes that belong to the Scala class hierarchy.Currently, these only include properties of the
ArrayClass
es, as well as the magicjl.Class.data
property.These properties live in the same namespace as Scala field and method names, because the
ArrayClass
es extendj.l.Object
. Therefore, they must take part in the global property minification algorithm.
Value Members
- object Emitter
- object ModuleContext
- object PrivateLibHolder
- object SyntheticProperty
- object Transients