PrepJSExports

dotty.tools.dotc.transform.sjs.PrepJSExports
object PrepJSExports

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def genExport(sym: Symbol)(using Context): List[Tree]

Generate exports for the given Symbol.

Generate exports for the given Symbol.

  • Registers top-level and static exports.
  • Returns (non-static) exporters for this symbol.

Attributes