object scalaJSOpts extends ScalaJSOptions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- scalaJSOpts
- ScalaJSOptions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- var _sourceURIMaps: List[URIMap]
- var absSourceMap: Option[URI]
-
var
fixClassOf: Boolean
should calls to Predef.classOf[T] be fixed in the jsinterop phase.
should calls to Predef.classOf[T] be fixed in the jsinterop phase. If false, bad calls to classOf will cause an error.
- Definition Classes
- scalaJSOpts → ScalaJSOptions
- var relSourceMap: Option[URI]
-
lazy val
sourceURIMaps: List[URIMap]
which source locations in source maps should be relativized (or where should they be mapped to)?
which source locations in source maps should be relativized (or where should they be mapped to)?
- Definition Classes
- scalaJSOpts → ScalaJSOptions