ESFeatures

mill.scalajslib.api.ESFeatures
See theESFeatures companion object
case class ESFeatures

Attributes

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

Members list

Value members

Concrete methods

def withAllowBigIntsForLongs(allowBigIntsForLongs: Boolean): ESFeatures

Attributes

Source
ScalaJSApi.scala
def withAvoidClasses(avoidClasses: Boolean): ESFeatures

Attributes

Source
ScalaJSApi.scala
def withAvoidLetsAndConsts(avoidLetsAndConsts: Boolean): ESFeatures

Attributes

Source
ScalaJSApi.scala

Attributes

Source
ScalaJSApi.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product