export default { compileOptions: { dev: true }, get props() { return { bar: 1 }; }, html: '2', warnings: [] };