NodeJs

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

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