JSTQL-JS-Transform/output_testing/476call-args-assignment.js

5 lines
No EOL
99 B
JavaScript

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