import {Stringify} from 'shared-runtime'; function foo() { const a = -1; return ( ); } export const FIXTURE_ENTRYPOINT = { fn: foo, params: [], isComponent: false, };