Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[next] TODO: Replace script context="module" attribute with module #204

Closed
2 tasks done
xeho91 opened this issue Aug 22, 2024 · 1 comment
Closed
2 tasks done

[next] TODO: Replace script context="module" attribute with module #204

xeho91 opened this issue Aug 22, 2024 · 1 comment
Assignees
Labels
prerelease This change is available in a prerelease.

Comments

@xeho91
Copy link
Collaborator

xeho91 commented Aug 22, 2024

There has been a breaking change in Svelte v5.

To summarise:

-<script context="module">
+<script module>

Reference: sveltejs/svelte#12948


  • Update documentation
  • Update AST parser/transformer
@shilman
Copy link
Member

shilman commented Oct 22, 2024

🚀 Issue was released in v5.0.0-next.7 🚀

@shilman shilman added the prerelease This change is available in a prerelease. label Oct 22, 2024
@xeho91 xeho91 closed this as completed Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prerelease This change is available in a prerelease.
Projects
None yet
Development

No branches or pull requests

2 participants