JSExportUtils

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

Utilities for JS exports handling.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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