ModuleKind

mill.scalajslib.api.ModuleKind
See theModuleKind companion trait
object ModuleKind

Attributes

Companion
trait
Source
ScalaJSApi.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ModuleKind.type

Members list

Type members

Classlikes

object CommonJSModule extends ModuleKind

Attributes

Source
ScalaJSApi.scala
Supertypes
trait ModuleKind
class Object
trait Matchable
class Any
Self type
object ESModule extends ModuleKind

Attributes

Source
ScalaJSApi.scala
Supertypes
trait ModuleKind
class Object
trait Matchable
class Any
Self type
ESModule.type
object NoModule extends ModuleKind

Attributes

Source
ScalaJSApi.scala
Supertypes
trait ModuleKind
class Object
trait Matchable
class Any
Self type
NoModule.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Implicits

Implicits

implicit def rw: ReadWriter[ModuleKind]

Attributes

Source
ScalaJSApi.scala
implicit def rwCommonJSModule: ReadWriter[CommonJSModule.type]

Attributes

Source
ScalaJSApi.scala
implicit def rwESModule: ReadWriter[ESModule.type]

Attributes

Source
ScalaJSApi.scala
implicit def rwNoModule: ReadWriter[NoModule.type]

Attributes

Source
ScalaJSApi.scala