JSTQL-JS-Transform/output_testing/607alias-computed-load.js

9 lines
No EOL
108 B
JavaScript

function component(a) {
let x = {
a
};
let y = {};
y.x = x["a"];
y |> mutate(%);
return x;
}