-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
unclosed tag in html in a snippet leads to module has no default export error #2681
Comments
This should be moved to |
How can I move this? |
This is somewhat expected because the way |
I am getting the same no default export error in editor (VScode) too |
It probably is because you're using a svelte version older than 5.16 or your editor is outdated. |
I am using mostly latest version of vscode and extension |
Describe the bug
Invalid html in a snippet leads to module has no default export error which is misleading.
In pnpm check and vscode,
Reproduction
stackblitz link
run
pnpm check
observe logs
Logs
System Info
System: OS: Linux 5.0 undefined CPU: (4) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 0 Bytes / 0 Bytes Shell: 1.0 - /bin/jsh Binaries: Node: 18.20.3 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 10.2.3 - /usr/local/bin/npm pnpm: 8.15.6 - /usr/local/bin/pnpm npmPackages: svelte: ^5.19.9 => 5.19.9
Severity
annoyance
The text was updated successfully, but these errors were encountered: