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

9 lines
108 B
JavaScript
Raw Normal View History

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