ExoegoJsDomNodeJs

mill.scalajslib.api.JsEnvConfig.ExoegoJsDomNodeJs
@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

Attributes

Source
ScalaJSApi.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait JsEnvConfig
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product