JSSpread

org.scalajs.ir.Trees$.JSSpread
sealed case class JSSpread(items: Tree)(implicit pos: Position) extends IRNode with TreeOrJSSpread

...items, the "spread" operator of ECMAScript 6.

Attributes

items

An Array whose items will be spread (not an arbitrary iterable)

Graph
Supertypes
trait Product
trait Equals
class IRNode
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
IRNode

Implicits

Implicits

implicit val pos: Position