1export async function load() { 2 return { 3 format: 'module', 4 source: 'export default 42', 5 }; 6} 7