Packages

package emitter

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class Emitter extends AnyRef

    Emits a desugared JS tree to a builder

  2. 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 or MethodDef 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 ArrayClasses, as well as the magic jl.Class.data property.

    These properties live in the same namespace as Scala field and method names, because the ArrayClasses extend j.l.Object. Therefore, they must take part in the global property minification algorithm.

Ungrouped