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 svelte+typescript #795

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

ArtskydJ
Copy link
Contributor

See #684

This fixes Svelte files that have TypeScript. Svelte's compile throws an error when it sees unexpected syntax (e.g. type annotations).

I'm working around this by using Svelte's preprocess to grab the script content.

@ArtskydJ ArtskydJ changed the title Add a test for svelte+typescript Fix svelte+typescript Apr 28, 2023
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.

None yet

1 participant