JSTQL-JS-Transform/output_testing/532capturing-function-renamed-ref.js

14 lines
151 B
JavaScript
Raw Normal View History

function component(a, b) {
let z = {
a
};
{
let z = {
b
};
(function () {
z |> mutate(%);
})();
}
return z;
}