See sveltejs/svelte#12948.
Svelte 5 deprecates the context="module" attribute and replaces it with simple module attribute. Since the Org-mode export attributes are stored in a module-level metadata variable, the generated Svelte component must use the new syntax.
The new syntax will break on Svelte 4 and lower, however.