JSTQL-JS-Transform/output_testing/467temporary-accessed-outside-scope.js

5 lines
135 B
JavaScript
Raw Normal View History

function Component(props) {
const maybeMutable = new MaybeMutable();
let x = props;
return [x, maybeMutable |> maybeMutate(%)];
}