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 some small type issues #918

Merged
merged 1 commit into from
Oct 7, 2023

Conversation

remcohaszing
Copy link
Contributor

What does this PR do?

Some parameters are optional, but were marked as required.

Language service methods were marked as bound methods, but they don’t have to be called as such.

The Thenable type from json-rpc was used. These were replaced with the builtin TypeScript type PromiseLike.

What issues does this PR fix or reference?

N/A

Is it tested? How?

tsc

Some parameters are optional, but were marked as required.

Language service methods were marked as bound methods, but they don’t have
to be called as such.

The `Thenable` type from `json-rpc` was used. These were replaced with
the builtin TypeScript type `PromiseLike`.
Copy link
Collaborator

@gorkem gorkem left a comment

Choose a reason for hiding this comment

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

lgtm

@gorkem gorkem merged commit 3892a87 into redhat-developer:main Oct 7, 2023
4 checks passed
@remcohaszing remcohaszing deleted the fix-type-issues branch June 7, 2024 09:36
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