TopLevelModuleExportDef

org.scalajs.ir.Trees$.TopLevelModuleExportDef
sealed case class TopLevelModuleExportDef(moduleID: String, exportName: String)(implicit pos: Position) extends TopLevelExportDef

Export for a top-level object.

This exports the singleton instance of the containing module class. The instance is initialized during ES module instantiation.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class IRNode
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def show: String

Attributes

Inherited from:
IRNode

Attributes

Inherited from:
TopLevelExportDef

Implicits

Implicits

implicit val pos: Position