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: type signature for full declaration #66

Merged
merged 2 commits into from
May 3, 2024

Conversation

noqcks
Copy link
Contributor

@noqcks noqcks commented May 3, 2024

somewhat of a revert for this earlier commit: 6f2c0d3

we need to understand whether a function is a full declaration or a simple type declaration in order to return the correct types for it. we can do this by checking whether there is a Block element inside it, which a simple declaration will not have.

@noqcks noqcks requested a review from zlalvani May 3, 2024 20:20
@noqcks noqcks requested a review from zlalvani May 3, 2024 20:35
@noqcks noqcks merged commit 90d280e into main May 3, 2024
8 checks passed
@noqcks noqcks deleted the noqcks/type-signature-for-full-declaration branch May 3, 2024 21:18
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.

2 participants