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 typescript@next support #20811

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Fix typescript@next support #20811

merged 1 commit into from
Dec 20, 2024

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Dec 12, 2024

The newest typescript catches a real proble. This type wasn't correct. You can only use a type predicate if your implementation returns a boolean, but this implementation very deliberately returns its argument if that argument passes a check.

The newest typescript catches a real proble. This type wasn't correct. You can only use a type predicate if your implementation returns a boolean, but this implementation very deliberately returns its argument if that argument passes a check.
@kategengler kategengler merged commit 5a34827 into main Dec 20, 2024
24 checks passed
@kategengler kategengler deleted the fix-ts-nightly branch December 20, 2024 19:33
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.

3 participants