JSExportUtils

dotty.tools.dotc.transform.sjs.JSExportUtils$

Utilities for JS exports handling.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def exportNameInfo(name: Name): (String, Boolean)

Retrieves the originally assigned jsName of this export and whether it is a property.

Retrieves the originally assigned jsName of this export and whether it is a property.

Attributes

def isExportName(name: Name): Boolean

Is this symbol an export forwarder?

Is this symbol an export forwarder?

Attributes

def makeExportName(jsName: String, isProp: Boolean): TermName

Creates a name for an export specification.

Creates a name for an export specification.

Attributes