ssa-simple.js11 lines
mainRaw
function foo() {
  let x = 1;
  let y = 2;
}

export const FIXTURE_ENTRYPOINT = {
  fn: foo,
  params: [],
  isComponent: false,
};
Loading syntax highlighting…