SourceMap

org.scalajs.jsenv.nodejs.NodeJSEnv.SourceMap
See theSourceMap companion class
object SourceMap

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
SourceMap.type

Members list

Type members

Classlikes

case object Disable extends SourceMap

Disable source maps.

Disable source maps.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class SourceMap
class Object
trait Matchable
class Any
Show all
Self type
Disable.type
case object Enable extends SourceMap

Always enable source maps.

Always enable source maps.

If source-map-support is not available, loading the .js code will fail.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class SourceMap
class Object
trait Matchable
class Any
Show all
Self type
Enable.type
case object EnableIfAvailable extends SourceMap

Enable source maps if source-map-support is available.

Enable source maps if source-map-support is available.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class SourceMap
class Object
trait Matchable
class Any
Show all
Self type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror