new-spread.js5 lines
mainRaw
function Component(props) {
  const x = new Foo(...props.foo, null, ...[props.bar]);
  return x;
}
Loading syntax highlighting…