Skip to content

remove legacy libs and deps from npm#2059

Merged
LexLuthr merged 3 commits intomainfrom
update-npm
Feb 26, 2026
Merged

remove legacy libs and deps from npm#2059
LexLuthr merged 3 commits intomainfrom
update-npm

Conversation

@LexLuthr
Copy link
Copy Markdown
Collaborator

No description provided.

@LexLuthr LexLuthr requested a review from snadrus February 25, 2026 19:21
lazy: true,
},
});
const wsProtocol = window.location.protocol === "https:" ? "wss" : "ws";
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I feel like this reads better:

const wsProtocol = 'ws' + location.protocol.includes('s')? 's' : '';

@LexLuthr LexLuthr merged commit bd59882 into main Feb 26, 2026
46 checks passed
@github-project-automation github-project-automation bot moved this to Done in Boost Feb 26, 2026
@LexLuthr LexLuthr deleted the update-npm branch February 26, 2026 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants