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

6 lines
90 B
JavaScript
Raw Normal View History

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