JsEnvConfig

mill.scalajslib.api.JsEnvConfig
See theJsEnvConfig companion trait
object JsEnvConfig

Attributes

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

Members list

Type members

Classlikes

@Scaladoc(value = "/**\n * JavaScript environment to run on Node.js with jsdom\n * with access to require and Node.js APIs.\n * https://github.com/exoego/scala-js-env-jsdom-nodejs\n */")
final case class ExoegoJsDomNodeJs(executable: String, args: List[String], env: Map[String, String]) extends JsEnvConfig

JavaScript environment to run on Node.js with jsdom with access to require and Node.js APIs. https://github.com/exoego/scala-js-env-jsdom-nodejs

JavaScript environment to run on Node.js with jsdom with access to require and Node.js APIs. https://github.com/exoego/scala-js-env-jsdom-nodejs

Attributes

Source
ScalaJSApi.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait JsEnvConfig
class Object
trait Matchable
class Any
Show all
@Scaladoc(value = "/**\n * JavaScript environment to run on Node.js with jsdom\n * Adds browser dom APIs on Node.js\n * https://github.com/scala-js/scala-js-env-jsdom-nodejs\n */")
final case class JsDom(executable: String, args: List[String], env: Map[String, String]) extends JsEnvConfig

JavaScript environment to run on Node.js with jsdom Adds browser dom APIs on Node.js https://github.com/scala-js/scala-js-env-jsdom-nodejs

JavaScript environment to run on Node.js with jsdom Adds browser dom APIs on Node.js https://github.com/scala-js/scala-js-env-jsdom-nodejs

Attributes

Source
ScalaJSApi.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait JsEnvConfig
class Object
trait Matchable
class Any
Show all
@Scaladoc(value = "/**\n * JavaScript environment to run on Node.js\n * https://github.com/scala-js/scala-js-js-envs\n */")
final case class NodeJs(executable: String, args: List[String], env: Map[String, String], sourceMap: Boolean) extends JsEnvConfig

JavaScript environment to run on Node.js https://github.com/scala-js/scala-js-js-envs

JavaScript environment to run on Node.js https://github.com/scala-js/scala-js-js-envs

Attributes

Source
ScalaJSApi.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait JsEnvConfig
class Object
trait Matchable
class Any
Show all
@Scaladoc(value = "/**\n * JavaScript environment to run on PhantomJS\n * https://github.com/scala-js/scala-js-env-phantomjs\n */")
final case class Phantom(executable: String, args: List[String], env: Map[String, String], autoExit: Boolean) extends JsEnvConfig

JavaScript environment to run on PhantomJS https://github.com/scala-js/scala-js-env-phantomjs

JavaScript environment to run on PhantomJS https://github.com/scala-js/scala-js-env-phantomjs

Attributes

Source
ScalaJSApi.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait JsEnvConfig
class Object
trait Matchable
class Any
Show all
@Scaladoc(value = "/**\n * JavaScript environment to run on a browser with Selenium\n * https://github.com/scala-js/scala-js-env-selenium\n */")
final class Selenium extends JsEnvConfig

JavaScript environment to run on a browser with Selenium https://github.com/scala-js/scala-js-env-selenium

JavaScript environment to run on a browser with Selenium https://github.com/scala-js/scala-js-env-selenium

Attributes

Companion
object
Source
ScalaJSApi.scala
Supertypes
trait JsEnvConfig
class Object
trait Matchable
class Any
object Selenium

Attributes

Companion
class
Source
ScalaJSApi.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Selenium.type

Implicits

Implicits

implicit def rw: ReadWriter[JsEnvConfig]

Attributes

Source
ScalaJSApi.scala
implicit def rwExoegoJsDomNodeJs: ReadWriter[ExoegoJsDomNodeJs]

Attributes

Source
ScalaJSApi.scala
implicit def rwJsDom: ReadWriter[JsDom]

Attributes

Source
ScalaJSApi.scala
implicit def rwNodeJs: ReadWriter[NodeJs]

Attributes

Source
ScalaJSApi.scala
implicit def rwPhantom: ReadWriter[Phantom]

Attributes

Source
ScalaJSApi.scala
implicit def rwSelenium: ReadWriter[Selenium]

Attributes

Source
ScalaJSApi.scala