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

WIP: Improve types #5691

Merged
merged 3 commits into from
Dec 16, 2024
Merged

WIP: Improve types #5691

merged 3 commits into from
Dec 16, 2024

Conversation

mkslanc
Copy link
Contributor

@mkslanc mkslanc commented Dec 6, 2024

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Pull Request Checklist:

Copy link

github-actions bot commented Dec 6, 2024

One of the public type files has been updated, plase make sure there are no backwards incompatible changes done in the PR.

@akoreman
Copy link
Contributor

Hey @mkslanc, thanks for the PR! I think it's a step in the right direction, is there anything blocking it from being ready for review?

Copy link

One of the public type files has been updated, plase make sure there are no backwards incompatible changes done in the PR.

Copy link

One of the public type files has been updated, plase make sure there are no backwards incompatible changes done in the PR.

@mkslanc
Copy link
Contributor Author

mkslanc commented Dec 16, 2024

Hey @akoreman . I just waited until #5690 was merged, as it has some type intersections with that PR.

@mkslanc mkslanc marked this pull request as ready for review December 16, 2024 10:43
@akoreman akoreman merged commit 11e97dd into ajaxorg:master Dec 16, 2024
1 check passed
@@ -1554,7 +1564,3 @@ declare module "./src/mouse/default_gutter_handler" {
}
}

declare module "./src/lib/keys" {
Copy link
Contributor

Choose a reason for hiding this comment

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

Missed this during the initial review, what was the reason for removing the type declaration of lib/keys?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Actually that was wrong, It exported only one function without repeating structure for this module, which is wild mix of

oop.mixin(exports, Keys);
exports.default = exports;
exports.keyCodeToString

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