335c4n0r

svelte/5/svelte-element-expression

No description available

svelte5migration
Public
4 executions

Run locally

npx codemod svelte/5/svelte-element-expression

This codemod updates Svelte component definitions by transforming the this attribute in <svelte:element> tags:

  • Converts this="..." syntax to this={...} format.
  • Ensures proper JSX-like syntax within Svelte components for consistency with Svelte's latest standards.

Before

jsx

After

jsx

Ready to contribute?

Build your own codemod and share it with the community.