···3434 if ('id' in result && typeof result.id === 'string')
3535 return { id: result.id as string }
36363737- if (!code)
3737+ if (code == null)
3838 throw new Error(`Failed to fetch module ${id}`)
39394040 const dir = join(project.tmpDir, transformMode)