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

6 lines
No EOL
97 B
JavaScript

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