import {Stringify} from 'shared-runtime'; function foo() { let _b; const b = true; if (!b) { _b = 'bar'; } else { _b = 'baz'; } return ( ); } export const FIXTURE_ENTRYPOINT = { fn: foo, params: [], isComponent: false, };