org.scalajs.core.ir.Trees
...items, the "spread" operator of ECMAScript 6.
...items
It is only valid in the args/items of a JSNew, JSFunctionApply, JSDotMethodApply, JSBracketMethodApply, or JSArrayConstr.
args
items
An Array whose items will be spread (not an arbitrary iterable)
...items
, the "spread" operator of ECMAScript 6.It is only valid in the
args
/items
of a JSNew, JSFunctionApply, JSDotMethodApply, JSBracketMethodApply, or JSArrayConstr.An Array whose items will be spread (not an arbitrary iterable)