parse-flow-output.txt14 lines
mainRawimport { c as _c } from "react/compiler-runtime";
function useFoo(propVal) {
const $ = _c(2);
const t0 = (propVal.baz: number);
let t1;
if ($[0] !== t0) {
t1 = <div>{t0}</div>;
$[0] = t0;
$[1] = t1;
} else {
t1 = $[1];
}
return t1;
} Loading syntax highlighting…