Reading issue
sveltejs / svelte · Issue No. 18660
SvelteKit has to do this:
/** @type {Omit<Awaited<ReturnType<typeof render>>, 'html'>} */
let rendered;
This:
/** @type {import('svelte/server').RenderOutput} */
let rendered;
nice to have
Relay reads this issue against the repository's contribution signals: the files it is likely to touch, how the maintainers triage work this size, and what the first contribution would exercise.
The full analysis for this issue is still being assembled. Until then, the description above and the thread on GitHub are the most reliable context.