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

Replaces JS with TS in client #3794

Closed

Conversation

walmazacn
Copy link
Contributor

Description

Changes proposed in this pull request:

  • switches all client code from JS to Typescript

Related issue(s)

Resolves #3791

@JohannesDoberer JohannesDoberer self-assigned this Jun 27, 2024
@walmazacn walmazacn added the 3.0 label Jun 28, 2024
@JohannesDoberer JohannesDoberer added ora ora related issues enhancement New feature or request labels Jul 2, 2024
@@ -100,6 +101,21 @@ export declare interface UserSettings {
[key: string]: number | string | boolean;
}

export declare interface CustomMessageData {
Copy link
Contributor

Choose a reason for hiding this comment

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

is this CustomMessageData used anywhere. I cannot find any usage of it anywhere on the repo. Would be nice to aim to only make JS-TS transfer with the most minimal changes possible in this PR. Adding new data types would have to be analysed first or be made in another follow up PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It seems this is some unnecessary leftover - to be removed

@walmazacn walmazacn closed this Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ora ora related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants