JSTQL-JS-Transform/output_testing/592uninitialized-declaration-in-reactive-scope.js

6 lines
No EOL
90 B
JavaScript

function Component(props) {
let x = mutate();
let y;
x |> foo(%);
return [y, x];
}