JSTQL-JS-Transform/output_testing/525reactive-scope-grouping.js

8 lines
No EOL
101 B
JavaScript

function foo() {
let x = {};
let y = [];
let z = {};
z |> y.push(%);
x.y = y;
return x;
}