Skip to content

Add check for unknown type #61810

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

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

Add check for unknown type #61810

wants to merge 3 commits into from

Conversation

CamBoyd
Copy link

@CamBoyd CamBoyd commented Jun 4, 2025

Fixes #29707

Added check for unknown type to fix issue when declaring a class constructor.

@github-project-automation github-project-automation bot moved this to Not started in PR Backlog Jun 4, 2025
@typescript-bot typescript-bot added the For Backlog Bug PRs that fix a backlog bug label Jun 4, 2025
Comment on lines +40619 to +40621
if (isBoolean(left) || isBoolean(right)) {
return true;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems unrelated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Backlog Bug PRs that fix a backlog bug
Projects
Status: Not started
Development

Successfully merging this pull request may close these issues.

TS is overly picky when declaring a class constructor type
3 participants