ModuleKind

mill.kotlinlib.js.ModuleKind
See theModuleKind companion trait
object ModuleKind

Attributes

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

Members list

Type members

Classlikes

case object AMDModule extends ModuleKind

Attributes

Source
KotlinJsModule.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ModuleKind
class Object
trait Matchable
class Any
Show all
Self type
AMDModule.type
case object CommonJSModule extends ModuleKind

Attributes

Source
KotlinJsModule.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ModuleKind
class Object
trait Matchable
class Any
Show all
Self type
case object ESModule extends ModuleKind

Attributes

Source
KotlinJsModule.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ModuleKind
class Object
trait Matchable
class Any
Show all
Self type
ESModule.type
case object NoModule extends ModuleKind

Attributes

Source
KotlinJsModule.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ModuleKind
class Object
trait Matchable
class Any
Show all
Self type
NoModule.type
case object PlainModule extends ModuleKind

Attributes

Source
KotlinJsModule.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ModuleKind
class Object
trait Matchable
class Any
Show all
Self type
case object UMDModule extends ModuleKind

Attributes

Source
KotlinJsModule.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ModuleKind
class Object
trait Matchable
class Any
Show all
Self type
UMDModule.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 val rwAMDModule: ReadWriter[AMDModule.type]

Attributes

Source
KotlinJsModule.scala
implicit val rwCommonJSModule: ReadWriter[CommonJSModule.type]

Attributes

Source
KotlinJsModule.scala
implicit val rwESModule: ReadWriter[ESModule.type]

Attributes

Source
KotlinJsModule.scala
implicit val rwNoModule: ReadWriter[NoModule.type]

Attributes

Source
KotlinJsModule.scala
implicit val rwPlainModule: ReadWriter[PlainModule.type]

Attributes

Source
KotlinJsModule.scala
implicit val rwUMDModule: ReadWriter[UMDModule.type]

Attributes

Source
KotlinJsModule.scala