-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Unterminated string literal error in @vincjo/datatables #15017
Comments
Can you confirm that the issue persists with 5.18.0? There has been a similar issue that was just fixed (esrap not properly serializing strings) |
Yeah i think this was the issue. |
@paoloricciuti you can close this, it was confirmed that 5.18.0 fixed it Mitcheljager/svelte-confetti#18 (comment) |
Thanks! |
Yes Svelte 5.18.0 fixes this. Thanks |
Describe the bug
When using @vincjo/datatables with a Svelte 5 project, several files in the package throw an "Unterminated string literal" error during build. These errors seem to occur in multiple .svelte files from the library. Opened a thread on vincjo issues, but seems to be issue is not there. vincjo/datatables#153 Also issue seems to be reported here in Mitcheljager/svelte-confetti#18
Reproduction
Create a new Svelte project:
Install @vincjo/datatables:
npm install @vincjo/datatables
Import and use any component from the library in a .svelte file.
Run the project:
npm run dev
Logs
System Info
Severity
blocking all usage of svelte
The text was updated successfully, but these errors were encountered: