Skip to content

feat: channels and mixins #7

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

Open
wants to merge 10 commits into
base: feat/structures
Choose a base branch
from

Conversation

Qjuh
Copy link

@Qjuh Qjuh commented May 17, 2025

Please describe the changes this PR makes and why it should be merged:

Status and versioning classification:

@Qjuh Qjuh changed the title Feat/structures og feat: channels and mixins May 17, 2025
@@ -80,6 +83,10 @@ export function Mixin<DestinationClass extends typeof Structure<unknown>>(
if (typeof descriptor.value !== 'function') return;

Choose a reason for hiding this comment

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

This should really skip not return, right?

Copy link
Author

Choose a reason for hiding this comment

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

If that property exists while not being a function that’s an issue with the mixin itself. Should probably even throw here, not just return.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants