SourceMapEmbedSourcesKind

mill.kotlinlib.js.SourceMapEmbedSourcesKind
See theSourceMapEmbedSourcesKind companion trait

Attributes

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

Members list

Type members

Classlikes

case object Always extends SourceMapEmbedSourcesKind

Attributes

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

Attributes

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

Attributes

Source
KotlinJsModule.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Never.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 rwAlways: ReadWriter[Always.type]

Attributes

Source
KotlinJsModule.scala
implicit val rwInlining: ReadWriter[Inlining.type]

Attributes

Source
KotlinJsModule.scala
implicit val rwNever: ReadWriter[Never.type]

Attributes

Source
KotlinJsModule.scala