NodeJs

mill.scalajslib.api.JsEnvConfig.NodeJs
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
JsEnvConfig.scala
Graph
Supertypes
trait Serializable
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