Packages

package emitter

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class ArrayClassProperty extends Comparable[ArrayClassProperty]

    Represents a property of one of the special ArrayClasses.

    Represents a property of one of the special ArrayClasses.

    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.

  2. final class Emitter[E >: Null <: Tree] extends AnyRef

    Emits a desugared JS tree to a builder

Ungrouped