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

chore(eslint): many eslint fixes #1220

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

Conversation

locked-chest
Copy link
Contributor

  • Stronger types for LoginThread and FriendThread
  • Error logging for failure to update compiler / check for update
  • Enhanced error logging for failure to compile runescript files (maybe?)
  • Many more minor things that should not affect actual runtime code

- Stronger types for LoginThread and FriendThread
- Error logging for failure to update compiler / check for update
- Many more minor things that should not affect actual runtime code
src/engine/World.ts Outdated Show resolved Hide resolved
import InternalClient from '#/server/InternalClient.js';

import Environment from '#/util/Environment.js';

export default class LoginClient extends InternalClient {
export class LoginClient extends InternalClient {
Copy link
Contributor

Choose a reason for hiding this comment

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

😍

@Pazaz
Copy link
Contributor

Pazaz commented Feb 9, 2025

I had to merge some other priority ones first, let me know if you need me to resolve these conflicts or if you can :)

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.

3 participants