-
Notifications
You must be signed in to change notification settings - Fork 915
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
[BUG] app-template-svelte-typescript fails to compile App.svelte if unrelated test import is removed #2863
Closed
4 tasks done
Labels
Comments
After adding
😭 UPDATE: I can fix it using #1433 (comment). |
drwpow
added a commit
that referenced
this issue
Apr 29, 2021
drwpow
added a commit
that referenced
this issue
Apr 29, 2021
drwpow
added a commit
that referenced
this issue
Apr 29, 2021
drwpow
added a commit
that referenced
this issue
Apr 29, 2021
drwpow
added a commit
that referenced
this issue
Apr 29, 2021
drwpow
added a commit
that referenced
this issue
Apr 29, 2021
drwpow
added a commit
that referenced
this issue
Apr 29, 2021
drwpow
added a commit
that referenced
this issue
Apr 29, 2021
drwpow
added a commit
that referenced
this issue
Apr 30, 2021
drwpow
added a commit
that referenced
this issue
Apr 30, 2021
drwpow
added a commit
that referenced
this issue
Apr 30, 2021
drwpow
added a commit
that referenced
this issue
Apr 30, 2021
drwpow
added a commit
that referenced
this issue
Apr 30, 2021
drwpow
added a commit
that referenced
this issue
Apr 30, 2021
drwpow
added a commit
that referenced
this issue
Apr 30, 2021
drwpow
added a commit
that referenced
this issue
Apr 30, 2021
drwpow
added a commit
that referenced
this issue
Apr 30, 2021
drwpow
added a commit
that referenced
this issue
Apr 30, 2021
drwpow
added a commit
that referenced
this issue
Apr 30, 2021
drwpow
added a commit
that referenced
this issue
Apr 30, 2021
drwpow
added a commit
that referenced
this issue
Apr 30, 2021
drwpow
added a commit
that referenced
this issue
Apr 30, 2021
This has been fixed in the latest patch of |
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report Quick Checklist
Describe the bug
I've come across a problem where the application code no longer compiles when a test library import is removed from a seemingly unrelated file.
To Reproduce
From #2472:
In this example I've removed the entire file, but it is enough to remove or comment out just this line:
https://github.com/snowpackjs/snowpack/blob/0f9d34b8cf747e33524b31920d5610f6403c5480/create-snowpack-app/app-template-svelte/src/App.test.js#L1
Expected behavior
It should work.
Anything else?
@thisislawatts found a solution: #2472 (comment)
@lpil suggested:
The text was updated successfully, but these errors were encountered: