JSName

dotty.tools.dotc.transform.sjs.JSSymUtils.JSName
enum JSName

The result type for sym.jsName.

It is either a literal string, or a computed name represented by a reference to a static Symbol (a dotc.core.Symbols.Symbol, not a js.Symbol).

Attributes

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

Members list

Type members

Enum entries

final case class Computed(sym: Symbol)
final case class Literal(name: String)