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

Regression between svelte-check 2.9.0 and 2.9.1 #1675

Closed
GauBen opened this issue Oct 6, 2022 · 1 comment
Closed

Regression between svelte-check 2.9.0 and 2.9.1 #1675

GauBen opened this issue Oct 6, 2022 · 1 comment
Labels
bug Something isn't working Fixed Fixed in master branch. Pending production release.

Comments

@GauBen
Copy link

GauBen commented Oct 6, 2022

Hey there!

Reproduction

svelte:* lost their event listeners types.

<svelte:body
  on:touchstart={({ touches }) => {
    console.log(touches);
  }}
/>

This passes svelte-check v2.9.0, but raises Error: Binding element 'touches' implicitly has an 'any' type. (ts) with svelte-check v2.9.1.

System Info

Svelte 3.50.1
Svelte-check 2.9.0/2.9.1

Which package is the issue about?

svelte-check

Additional Information, eg. Screenshots

No response

@GauBen GauBen added the bug Something isn't working label Oct 6, 2022
dummdidumm added a commit that referenced this issue Oct 10, 2022
... in new transformation when taking into account the old transformation.
#1675
@dummdidumm dummdidumm added the Fixed Fixed in master branch. Pending production release. label Oct 10, 2022
@GauBen
Copy link
Author

GauBen commented Oct 10, 2022

Thanks for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Fixed Fixed in master branch. Pending production release.
Projects
None yet
Development

No branches or pull requests

2 participants