JSTQL-JS-Transform/output_testing/585debugger-memoized.js

6 lines
97 B
JavaScript
Raw Normal View History

function Component(props) {
const x = [];
debugger;
props.value |> x.push(%);
return x;
}