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

fix/remove imports from svelte/internal #2569

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

rossedfort
Copy link
Contributor

Description & motivation 💭

As of Svelte 5, svelte/internal has been removed
Screenshot 2025-02-20 at 10 51 34 AM

Screenshots (if applicable) 📸

Design Considerations 🎨

Testing 🧪

How was this tested 👻

  • Manual testing
  • E2E tests added
  • Unit tests added

Steps for others to test: 🚶🏽‍♂️🚶🏽‍♀️

Checklists

Draft Checklist

Merge Checklist

Issue(s) closed

Docs

Any docs updates needed?

Copy link

vercel bot commented Feb 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
holocene ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 20, 2025 5:59pm

@@ -46,7 +45,7 @@
export let expandAll = false;
export let typedError = false;
export let active = false;
export let onRowClick: () => void = noop;
export let onRowClick: () => void = () => {};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These look goo to me but this function could also be () => void no need to change just commenting.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought void was only valid as a type declaration, not the function itself 🤔

@rossedfort rossedfort merged commit 69cedb7 into main Feb 20, 2025
15 checks passed
@rossedfort rossedfort deleted the remove-svelte/internal-imports branch February 20, 2025 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants