JSTQL-JS-Transform/output_testing/1145computed-store-alias.js

11 lines
118 B
JavaScript
Raw Normal View History

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