9 lines
No EOL
108 B
JavaScript
9 lines
No EOL
108 B
JavaScript
function component(a) {
|
|
let x = {
|
|
a
|
|
};
|
|
let y = {};
|
|
y.x = x["a"];
|
|
y |> mutate(%);
|
|
return x;
|
|
} |