dce-unused-const.js10 lines
mainRaw
function Component(props) {
  const _ = 42;
  return props.value;
}

export const FIXTURE_ENTRYPOINT = {
  fn: Component,
  params: [{value: 42}],
};
Loading syntax highlighting…