-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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: var scope should not extend outside the reactive block #6800
Conversation
987aa30
to
fa0bf1a
Compare
Hey @Conduitry whenever you are free please have a look at this PR, also let me know if it will need some change in the documentation. |
Hey, I will check the review and update the PR today 👍 , thank you for reviewing. |
fa0bf1a
to
aa59e01
Compare
Hey, @tanhauhau updated the PR with the addressed review. |
Giving this the v4 label because strictly speaking it's a breaking change, some valid code that works now could be erroring then. |
@dummdidumm is attempting to deploy a commit to the Svelte Team on Vercel. A member of the Team first needs to authorize it. |
Instead of "both", which doesn't make sense at that point.
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
- upgrade to TypeScript 5 - upgrade @ampproject/remapping - remove obsolete workarounds --------- Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
bump to rollup 3. Includes reworking the "treat those imports as external" a bit so that Rollup builds correctly but doesn't bundle some of the (now relative) imports --------- Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
Fixes: #6794
Before submitting the PR, please make sure you do the following
[feat]
,[fix]
,[chore]
, or[docs]
.Tests
npm test
and lint the project withnpm run lint