JSTQL-JS-Transform/output_testing/543error.call-args-destructuring-asignment-complex.js

5 lines
103 B
JavaScript
Raw Normal View History

function Component(props) {
let x = makeObject();
([[x]] = makeObject()) |> x.foo(%);
return x;
}